@charset "UTF-8";
/* CSS Document */

#detail .test_areaPR .inner td {
  justify-content: left;
}
.inst-wrap {
  max-width: 700px;
}
/**/
.imu-wrapper {
  max-width: 1000px;
  margin: 0 auto 150px;
}
.sec-colorVariation h2 {
  font-size: 1.8rem;
  text-align: center;
  margin-bottom: 60px;
}
.sec-colorVariation ul {
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
  text-align: center;
  margin-bottom: 100px;
}
.sec-colorVariation li {
  margin: 0 5px 20px;
}
.sec-colorVariation a {
  color: #333;
}
.sec-colorVariation img {
  max-width: 235px;
  width: 100%;
  margin-bottom: 10px;
}
/*アコーディオンメニューの共通*/
.imu-accordion {
  max-width: 1000px;
  margin-bottom: 7px;
}
.imu-accordion:first-of-type {
  border-top: 2px solid #d0d0d0;
}
.imu-accordion summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  font-weight: 600;
  font-size: 1.8rem;
  cursor: pointer;
  border-bottom: 2px solid #d0d0d0;
}
.imu-accordion summary::-webkit-details-marker {
  display: none;
}
.imu-accordion summary::after {
  position: absolute;
  right: 20px;
  transform: translateY(-25%) rotate(45deg);
  width: 13px;
  height: 13px;
  border-bottom: 3px solid #d0d0d0;
  border-right: 3px solid #d0d0d0;
  content: '';
  transition: transform .3s;
}
.imu-accordion[open] summary::after {
  transform: rotate(225deg);
}
.imu-accordion .summary-inner {
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  transition: transform .5s, opacity .5s;
}
.imu-accordion[open] .summary-inner {
  transform: none;
  opacity: 1;
}
/*アコーディオンメニュー共通ここまで*/
.imu-accordion h3 {
  font-size: 1.5rem;
  margin-bottom: 30px;
}
.imu-accordion .summary-inner {
  margin: 40px 0;
  text-align: left;
}
.im-feature li, .im-standard-function li {
  display: flex;
  margin-bottom: 25px;
}
.im-feature img, .im-standard-function img {
  width: 100%;
  max-width: 470px;
}
.im-feature div, .im-standard-function div {
  margin-left: 4em;
}
.attention-text {
  display: block;
  margin-top: 20px;
  color: #2EADBA;
}
.attention-text a {
  color: #2EADBA;
}
.im-spec tr {
  border-bottom: 1px solid #fff;
}
.im-spec th {
  padding: 1.4em 3em;
  background-color: #2EADBA;
  color: #fff;
  width: 25%;
}
.im-spec td {
  padding: 1.4em 3em;
  background-color: #E0F3F5;
}
.summary-inner ol {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.benefit li {
  padding: 1em;
  max-width: 300px;
  height: 410px;
  margin: 3em 1em;
  text-align: center;
  background-color: #E0F3F5;
  position: relative;
}
.benefit li img {
  max-width: 200px;
  margin-top: 10px;
}
.benefit-inner {
  margin-top: 30px;
}
.benefit h3 {
  text-align: center;
  font-size: 1.3rem;
  color: #2EADBA;
  height: 30px;
}
.benefit-circle {
  width: 60px;
  height: 60px;
  background: #2EADBA;
  border-radius: 50%;
  margin: 0 auto 15px;
  color: #FFFFFF;
  position: absolute;
  top: -7%;
  left: 0;
  right: 0;
}
.benefit-circle p {
  position: absolute;
  top: 16%;
  left: 0;
  right: 0;
  font-size: .8em;
}
.benefit-circle span {
  display: block;
  font-size: 2.2em;
  margin-top: -7px;
}
.schedule p {
  margin-bottom: 30px;
}
.each-schedule {
  color: #2EADBA;
  font-weight: 600;
}
.reviewWidget{
max-width:1000px;
}

@media screen and (max-width:768px){
  .imu-wrapper {
    margin: 0 auto 100px;
  }
  .sec-colorVariation h2 {
    font-size: 1.5rem;
    margin: 60px 0 30px;
  }
  .sec-colorVariation ul {
    margin-bottom: 60px;
  }
  .sec-colorVariation img {
    max-width: 160px;
    margin-bottom: 10px;
  }
  /*アコーディオンメニューの共通*/
  .imu-accordion summary {
    font-size: 1.5rem;
  }
  /*アコーディオンメニュー共通ここまで*/
  .imu-accordion h3 {
    font-size: 1.3rem;
    margin: 20px 0;
  }
  .im-feature li, .im-standard-function li {
    text-align: center;
    display: block;
  }
  .im-feature p, .im-standard-function p {
    margin: 0 15px 40px;
    text-align: left;
  }
  .im-feature img, .im-standard-function img {
    max-width: 760px;
  }
  .im-feature div, .im-standard-function div {
    margin-left: 0;
  }
  .attention-text {
    display: block;
    margin-top: 20px;
  }
  .im-spec th {
    padding: 1.4em;
    display: block;
	width: 100%;
  }
  .im-spec td {
    padding: 1.4em;
    display: block;
  }
  .benefit li {
    margin: 1.5em 1em;
    height: auto;
  }
  .benefit h3 {
    margin: 10px;
  }
  .schedule p {
    margin: 0 15px 30px;
  }
}