@charset "utf-8";
/* CSS Document */

@media only screen and (min-width: 501px) {/*スマホ以外*/
  .SP {display: none !important}
}
@media only screen and (max-width: 500px) {/*スマホサイズ*/
  .PC {display: none !important}
}



/*############################################################
★評価　小数点以下反映表示
#############################################################*/
span.Stars {
  box-sizing: border-box;
  --percent: calc(var(--rating) / 5 * 100%);
  font-size: 1.25em;
  font-family: Times;
  margin: 0 5px;
   display:inline-block;
   line-height: 1;
}
span.Stars::before {
    content: "★★★★★";
    background: linear-gradient(90deg, #f3c200 var(--percent), #999 var(--percent));
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}


/*############################################################
施工実績一覧＠全件表示　スクロール仕様
#############################################################*/
#work_full,#work_full * {box-sizing: border-box;}
#work_full {margin: 2rem 0;border-radius: 7px;
  background: linear-gradient( to bottom, #1d84c2 0, #0073b9 80%)
}
#work_full .work_full_inner {
  content-visibility: auto;
  overflow-y: scroll;
  background: #FFF;
}
#work_full .work_full_inner .work_con{content-visibility: auto;}
#work_full h2,#work_full h3 {margin: 0}
#work_full .work_full_title {position: relative}
#work_full .work_full_title h2 {
  color: #FFF;font-weight: bold;line-height: 1.2em;text-align: center;
  letter-spacing: 0.1em;
}
#work_full .work_full_title h2 span {color: #FFF;font-weight: bold;display: inline-block;padding: 0;margin: 0;}
#work_full .work_full_title .img {position: absolute;}



#work_full .review_average {
  font-weight: bold;
  background: #FFF;
  padding: 0.5rem;
  margin: 10px 0;
}

#work_full .work_con {border-top: solid 1px #ccc}
#work_full .work_con:first-of-type {border:none}
#work_full .work_con .work_title {
  color: #3366CC;
  font-weight: bold;
  line-height: 1.3em;
  border-bottom: dotted 2px #3366CC;
  padding-bottom: 10px;
}

#work_full .work_con .date {color: #999;font-size: 0.85rem;text-align: right; margin: 0}
@media only screen and (min-width: 501px) {/*PC*/
  #work_full {padding: 15px 15px 15px}
  #work_full .work_full_title {padding-right: 135px}
  #work_full .work_full_title h2,
  #work_full .work_full_title h2 span {font-size: 40px !important;}
  #work_full .work_full_title .img {width: 135px;right: -20px;bottom: calc(-20px - 2.5rem) ;}
  #work_full .work_full_inner {
    contain-intrinsic-size:400px;
    height: 400px;
  }
  #work_full .work_con {padding: 15px;}
  #work_full .work_con .work_title {font-size: 1.2rem;}
}
@media only screen and (max-width: 500px) {/*SP*/
  #work_full {padding: 15px 15px 15px}
  #work_full .work_full_title {padding-right: 25%}
  #work_full .work_full_title h2 {font-size: 5.5vw !important;line-height: 1.3; text-align: center;}
  #work_full .work_full_title h2 span {font-size: 5.5vw; text-align: center;}
  #work_full .work_full_title .img {max-width: 30%;right: -10px;bottom: -10px;}
  #work_full .work_full_title .img img {max-height: 130px;width: auto}
  #work_full .review_average {
    text-align: center;
    padding: 0.5rem 0;
    font-size: 3.25vw;
  }
  #work_full .work_full_inner {
    contain-intrinsic-size:300px;
    height: 300px;
  }
  #work_full .work_con {padding: 10px;}
  #work_full .work_con .work_title {font-size: 1.1rem;}
}

/***ユーザー情報******************/
#work_full .user {display: flex;justify-content: space-between;align-items: center; margin-bottom: 10px}
  #work_full .user .user_img img {background:#ffde00; border-radius: 50%}
#work_full .user .user_img .info {color: #666;font-weight: bold;text-align: center; font-size: 0.85rem; line-height: 1rem;padding: 5px 0.3em 0 0}
#work_full .user .user_text {align-self: center}
#work_full .user .user_text p {margin: 0}
#work_full .user .user_text .voice {
  position: relative;
  background: #FFD89F;
  border-radius: 10px;
  padding: 1rem;
  line-height: 1.4;
}
#work_full .user .user_text .voice::after {
  content: "";
  display: block;
  height: 20px;width: 15px;
  background:#FFD89F;
  clip-path: polygon( 0 50%, 100% 0%,100% 100%);
  position: absolute;
  top: calc(50% - 10px);
  left: -14px;
}
  #work_full .user .user_text .hyoka {line-height: 1.3}
#work_full .user .user_text .hyoka .stars {color: #FFbb00; font-weight: bold;line-height: 1em;font-size: 1.15rem;}
@media only screen and (min-width: 501px) {/*PC*/
  #work_full .user .user_img {width: 100px;}
  #work_full .user .user_text {width: calc(100% - 100px - 10px) }
  #work_full .user .user_text .hyoka {padding-left: 1rem;margin-top: 5px;}
}
@media only screen and (max-width: 500px) {/*SP*/
  #work_full .user .user_img {width: 100px;}
  #work_full .user .user_text {width: calc(100% - 100px - 10px) }
  #work_full .user .user_text .hyoka {margin-top: 5px;}
  #work_full .user .user_text .voice {padding: 0.5em}
}

/***　簡潔セット******************************************/
.work_table {
  width: 100%;
  border: solid 1px #999;
  margin:  0;
}
.work_table dl {
  display: flex;
  width: 100%;
}
.work_table dt,
.work_table dd {
  padding: 0.25em 0.5em;
  font-size: 0.85rem;
  line-height: 1.5;
  display: flex;
  align-items: center;
}
.work_table dt {
  background-color:#999;
  color: #FFF;
  width: 7em;
  justify-content: center;
}
.work_table dd {flex-grow: 1;}
.work_table dl.col1 dd {width: calc(100% - 7em)}

.work_table dd.area a:first-of-type {margin-right: 0.5em}
@media only screen and (min-width: 501px) {/*スマホ以外*/
  .work_table dl.col2 dd {width: calc((100% - 14em) / 2)}
  .work_table dl:not(:first-of-type){border-top: solid 1px #999;}
  .work_table dl:not(:first-of-type) dt {border-top: solid 1px #FFF}
}

@media only screen and (max-width: 500px) {/*スマホサイズ*/
  .work_table dl {
    flex-wrap: wrap;
  }
  .work_table dt,
  .work_table dd {
    padding: 0.25rem 0.5rem;
  }
  .work_table dl dt {
    width: 7em;
    justify-content: center;
  }
  .work_table dl dd {width: calc(100% - 7em);}
  .work_table dl dt {border-top: solid 1px #FFF}
  .work_table dl dd {border-top: solid 1px #0073b9}
  .work_table dl:first-of-type dt:first-of-type {border-top: none}
  .work_table dl:first-of-type dd:first-of-type {border-top: none}
}

/***具体的症状・ご依頼内容等・作業内容******************/
#work_full dl.text {margin-top: 1rem}
#work_full dl.text dt {
  color: #3366CC;
  font-weight: bold;
  border-bottom: solid 1px #3366CC;
}
#work_full dl.text dd {}
#work_full dl.text p {margin: 0.75rem 0; line-height: 1.5}

@media only screen and (max-width: 500px) {/*SP
  #work_full dl.text dd {max-height: 200px;overflow-y: scroll}*/
}
@media only screen and (min-width: 501px) {/*PC
  #work_full dl.text dd {max-height: 200px;overflow-y: scroll}*/
}

/***リンクボタン***/
#work_full .link {margin: 0}
#work_full .link a {
  display: block;
  border: solid 2px #FF9900;
  background: #FF9900;
  color: #fff;
  text-align: center;
  text-decoration: none;
  width: 11em;
  line-height: 2em;
  border-radius: 10px;
  margin: 0 0 0 auto;
}
#work_full .link a *{color: #fff}
#work_full .link a:hover {
  background: #fff;
  color: #FF9900;
}
#work_full .link a:hover *{color: #FF9900}
@media only screen and (max-width: 500px) {/*SP*/
  #work_full .link a {margin-top: 5px;}
}

