@charset "UTF-8";
/*css調整*/
/* line 32, ../sass/wart.scss */
.WartFirst {
  padding: 50px 0;
  background-color: #F1F8FD;
}
@media screen and (max-width: 1000px) {
  /* line 32, ../sass/wart.scss */
  .WartFirst {
    padding: 20px 15px;
    width: 100%;
    box-sizing: border-box;
  }
}
/* line 40, ../sass/wart.scss */
.WartFirst__title {
  font-size: 30px;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 1000px) {
  /* line 40, ../sass/wart.scss */
  .WartFirst__title {
    font-size: 22px;
    margin-bottom: 20px;
  }
}
/* line 49, ../sass/wart.scss */
.WartFirst__box {
  width: 950px;
  height: 232px;
  margin: 0 auto;
  border: 2px solid #0096F4;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: white;
}
@media screen and (max-width: 1000px) {
  /* line 49, ../sass/wart.scss */
  .WartFirst__box {
    width: 100%;
    height: auto;
    box-sizing: border-box;
    padding: 30px 10px;
  }
}
/* line 65, ../sass/wart.scss */
.WartFirst__box__list__li {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  margin-bottom: 20px;
}
/* line 70, ../sass/wart.scss */
.WartFirst__box__list__li:last-child {
  margin-bottom: 0;
}
/* line 73, ../sass/wart.scss */
.WartFirst__box__list__li:before {
  margin-right: 20px;
  content: '';
  width: 18px;
  height: 18px;
  background-image: url("../images/icon_check.png");
  background-position: center;
  background-size: cover;
  display: block;
}
@media screen and (max-width: 1000px) {
  /* line 73, ../sass/wart.scss */
  .WartFirst__box__list__li:before {
    margin-right: 10px;
  }
}
/* line 86, ../sass/wart.scss */
.WartFirst__box__list__li__text {
  display: block;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 1000px) {
  /* line 86, ../sass/wart.scss */
  .WartFirst__box__list__li__text {
    width: calc(100% - 28px);
  }
}

/* line 101, ../sass/wart.scss */
.ic-clinic__box {
  width: 100%;
  padding: 20px;
  box-sizing: border-box;
  background-color: white;
  margin-bottom: 50px;
}
@media screen and (max-width: 1000px) {
  /* line 101, ../sass/wart.scss */
  .ic-clinic__box {
    margin-bottom: 20px;
    padding: 10px;
  }
}
/* line 112, ../sass/wart.scss */
.ic-clinic__box__img {
  width: 100%;
}

/* line 117, ../sass/wart.scss */
#section1 ul.threeClm_points {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  /* line 122, ../sass/wart.scss */
  #section1 ul.threeClm_points li {
    -webkit-align-items: center;
    align-items: center;
    margin-bottom: 30px;
  }
  /* line 127, ../sass/wart.scss */
  #section1 ul.threeClm_points li .description-box {
    margin-bottom: 0;
    margin-top: 0;
  }
  /* line 130, ../sass/wart.scss */
  #section1 ul.threeClm_points li .description-box h4 {
    margin-top: 0;
  }
  /* line 136, ../sass/wart.scss */
  #section1 ul.threeClm_points li:last-child {
    margin-bottom: 0;
  }
}

/* line 143, ../sass/wart.scss */
h2 {
  display: block;
}

/* line 148, ../sass/wart.scss */
.WartFaultsList__box {
  margin-bottom: 30px;
}
/* line 150, ../sass/wart.scss */
.WartFaultsList__box:last-child {
  margin-bottom: 0;
}
/* line 153, ../sass/wart.scss */
.WartFaultsList__box:last-child {
  margin-bottom: 0;
}
/* line 156, ../sass/wart.scss */
.WartFaultsList__box__num {
  background-color: #FC0606;
  color: white;
  width: 28px;
  height: 28px;
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-size: 18px;
  font-weight: bold;
  color: white;
}
/* line 169, ../sass/wart.scss */
.WartFaultsList__box__wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
}
@media screen and (max-width: 1000px) {
  /* line 169, ../sass/wart.scss */
  .WartFaultsList__box__wrap {
    display: block;
  }
}
/* line 177, ../sass/wart.scss */
.WartFaultsList__box__img {
  width: 200px;
}
@media screen and (max-width: 1000px) {
  /* line 177, ../sass/wart.scss */
  .WartFaultsList__box__img {
    width: 200px;
    margin: 0 auto 20px;
  }
}
/* line 183, ../sass/wart.scss */
.WartFaultsList__box__img__img {
  width: 100%;
  height: auto;
}
/* line 188, ../sass/wart.scss */
.WartFaultsList__box__text {
  width: calc( 100% - 230px );
}
@media screen and (max-width: 1000px) {
  /* line 188, ../sass/wart.scss */
  .WartFaultsList__box__text {
    width: 100%;
  }
}

/* line 197, ../sass/wart.scss */
.WartType {
  margin-bottom: 45px;
}
@media screen and (max-width: 1000px) {
  /* line 197, ../sass/wart.scss */
  .WartType {
    margin-bottom: 20px;
  }
}
/* line 202, ../sass/wart.scss */
.WartType__box {
  margin-bottom: 25px;
  background-color: white;
  border-radius: 4px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-align-items: center;
  align-items: center;
  padding: 20px 15px;
}
@media screen and (max-width: 1000px) {
  /* line 202, ../sass/wart.scss */
  .WartType__box {
    display: block;
  }
}
/* line 213, ../sass/wart.scss */
.WartType__box:last-child {
  margin-bottom: 0;
}
/* line 216, ../sass/wart.scss */
.WartType__box__img {
  width: 270px;
}
@media screen and (max-width: 1000px) {
  /* line 216, ../sass/wart.scss */
  .WartType__box__img {
    width: 100%;
    margin-bottom: 10px;
  }
}
/* line 222, ../sass/wart.scss */
.WartType__box__img__img {
  width: 100%;
  height: auto;
}
/* line 228, ../sass/wart.scss */
.WartType__box__text {
  width: calc( 100% - 290px );
}
@media screen and (max-width: 1000px) {
  /* line 228, ../sass/wart.scss */
  .WartType__box__text {
    width: 100%;
  }
}
/* line 233, ../sass/wart.scss */
.WartType__box__text__title {
  font-size: 18px;
  font-weight: bold;
  color: #0096F4;
  margin-bottom: 20px;
}
/* line 239, ../sass/wart.scss */
.WartType__box__text__text {
  font-size: 16px;
}

/* line 246, ../sass/wart.scss */
.WartCureMethod {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}
@media screen and (max-width: 1000px) {
  /* line 246, ../sass/wart.scss */
  .WartCureMethod {
    display: block;
  }
}
/* line 253, ../sass/wart.scss */
.WartCureMethod__box {
  background-color: white;
  border-radius: 4px;
  margin-bottom: 30px;
  width: calc( 50% - 15px );
}
@media screen and (max-width: 1000px) {
  /* line 253, ../sass/wart.scss */
  .WartCureMethod__box {
    margin-bottom: 20px;
    width: 100%;
  }
}
/* line 262, ../sass/wart.scss */
.WartCureMethod__box:nth-child(3) {
  margin-bottom: 0;
}
@media screen and (max-width: 1000px) {
  /* line 262, ../sass/wart.scss */
  .WartCureMethod__box:nth-child(3) {
    margin-bottom: 20px;
  }
}
/* line 268, ../sass/wart.scss */
.WartCureMethod__box:nth-child(4) {
  margin-bottom: 0;
}
/* line 271, ../sass/wart.scss */
.WartCureMethod__box__title {
  border-radius: 4px 4px 0 0;
  background-color: #0096F4;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: center;
  align-items: center;
  height: 60px;
  width: 100%;
  box-sizing: border-box;
  padding: 0 10px;
}
/* line 281, ../sass/wart.scss */
.WartCureMethod__box__title__num {
  width: 36px;
  height: 40px;
  color: #0096F4;
  font-size: 22px;
  font-weight: bold;
  background-color: white;
  margin-right: 20px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 293, ../sass/wart.scss */
.WartCureMethod__box__title__text {
  color: white;
  font-size: 18px;
  font-weight: bold;
}
/* line 299, ../sass/wart.scss */
.WartCureMethod__box__img {
  width: 100%;
}
/* line 301, ../sass/wart.scss */
.WartCureMethod__box__img__img {
  width: 100%;
}
/* line 305, ../sass/wart.scss */
.WartCureMethod__box__text {
  padding: 15px;
  box-sizing: border-box;
  font-size: 16px;
}

/* line 314, ../sass/wart.scss */
#section5 ul.steps {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-flex-wrap: wrap;
  flex-wrap: wrap;
}

/* line 322, ../sass/wart.scss */
.WartPrice {
  margin-bottom: 50px;
}
/* line 324, ../sass/wart.scss */
.WartPrice__title {
  text-align: center;
  color: white;
  background-color: #0096F4;
  font-size: 18px;
  height: 50px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 335, ../sass/wart.scss */
.WartPrice__box {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
}
@media screen and (max-width: 1000px) {
  /* line 335, ../sass/wart.scss */
  .WartPrice__box {
    display: block;
  }
}
/* line 341, ../sass/wart.scss */
.WartPrice__box__th {
  font-size: 16px;
  font-weight: bold;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  width: 250px;
  background-color: white;
  box-sizing: border-box;
  border: 1px solid #436A85;
  border-top: none;
}
@media screen and (max-width: 1000px) {
  /* line 341, ../sass/wart.scss */
  .WartPrice__box__th {
    width: 100%;
    padding: 15px;
    text-align: center;
  }
}
/* line 358, ../sass/wart.scss */
.WartPrice__box__td {
  width: calc( 100% - 250px );
  box-sizing: border-box;
  padding: 20px;
  background-color: white;
  border: 1px solid #436A85;
  border-top: none;
  border-left: none;
}
@media screen and (max-width: 1000px) {
  /* line 358, ../sass/wart.scss */
  .WartPrice__box__td {
    width: 100%;
    padding: 15px;
    border-left: 1px solid #436A85;
    text-align: center;
  }
}

/* line 377, ../sass/wart.scss */
#section3 .imgRight {
  margin-top: 8px;
}

/* line 382, ../sass/wart.scss */
.move-btn-wrap {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  margin-bottom: 30px;
}
/* line 386, ../sass/wart.scss */
.move-btn-wrap--fv {
  margin-bottom: 0;
  padding: 20px 15px;
}
@media screen and (max-width: 1000px) {
  /* line 382, ../sass/wart.scss */
  .move-btn-wrap {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
    margin-bottom: 0;
  }
}
/* line 394, ../sass/wart.scss */
.move-btn-wrap .move-btn {
  margin: 0 10px;
  width: 310px;
  height: 70px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  background-color: white;
  border: 2px solid #0096f4;
  color: #0096f4;
  font-size: 1.25em;
  border-radius: 10px;
}
@media screen and (max-width: 1000px) {
  /* line 394, ../sass/wart.scss */
  .move-btn-wrap .move-btn {
    width: 100%;
    margin: 0 0 20px;
  }
}
/* line 410, ../sass/wart.scss */
.move-btn-wrap .move-btn .move-btn-img {
  width: 100px;
  height: 70px;
  background-color: #0096F4;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
}
/* line 417, ../sass/wart.scss */
.move-btn-wrap .move-btn .move-btn-img-img {
  width: 50px;
  height: auto;
}
/* line 422, ../sass/wart.scss */
.move-btn-wrap .move-btn .move-btn-text {
  width: calc( 100% - 100px );
  height: 60px;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
  align-items: center;
  font-weight: bold;
}
/* line 430, ../sass/wart.scss */
.move-btn-wrap .move-btn:hover {
  opacity: 0.6;
}
