@charset "UTF-8";

/*-------- Individual Consultation --------*/
.p-individualConsultation .c-strength {
  padding: 40px 30px;
  font-size: 12px;
}

.p-individualConsultation .c-strengthBtn_wrap {
  display: -webkit-flex;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin: 0 0 30px 0;
}
.p-individualConsultation .c-strengthBtn_wrap .c-btn.c-btn-secondary {
  min-width: 280px;
  margin: 0 14px;
}
.c-strength-txt {
  font-size: 14px;
}

.p-individualConsultation .c-titleBlock {
  margin: 30px 0 20px;
}

@media screen and (max-width: 896px) {
  .p-individualConsultation .p-blockText {
    font-size: 12px;
    line-height: 1.41;
    margin: 0;
    padding: 0 0 30px;
  }

  .p-individualConsultation .p-blockText h1,
  .p-individualConsultation .p-blockText h2,
  .p-individualConsultation .p-blockText h3,
  .p-individualConsultation .p-blockText h4,
  .p-individualConsultation .p-blockText h5,
  .p-individualConsultation .p-blockText h6 {
    font-size: 15px;
    line-height: 1.33;
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-individualConsultation .p-blockText p {
    padding-left: 15px;
    padding-right: 15px;
  }

  .p-individualConsultation .p-blockText .c-btn.c-btn-tertiary {
    font-size: 14px;
    line-height: 1.5;
    padding: 11px 0;
    margin: 0;
  }

  .p-individualConsultation .p-blockText .p-blockText_more {
    padding: 0 15px;
  }

  .p-individualConsultation .c-strength_benefit + .c-titleBlock {
    margin-bottom: 0;
  }

  .p-individualConsultation .c-titleBlock {
    padding-left: 0;
  }


  .p-individualConsultation .c-strengthBtn_wrap {
    display: -webkit-flex;
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    margin: 0 0 30px 0;
  }
  .p-individualConsultation .c-strengthBtn_wrap .c-btn.c-btn-secondary {
    min-width: 100%;
    margin: 0 0 20px 0;
  }
  .p-individualConsultation .c-strengthBtn_wrap .c-btn.c-btn-secondary:last-child {
    margin: 0 0 0 0;
  }
  .c-strength-txt {
    font-size: 14px;
  }

}

/*indclTp_wrap*/
.indclTp_wrap {
  background: #ffffff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
}
.indclTp-ttl {
  font-size: 26px;
  line-height: 1.38;
  text-align: center;
  padding: 30px 0 15px 0;
  font-weight: bold;
}
.indclTp_list {
  padding: 0 0 30px 0;
  border-bottom: 2px solid #ff0000;
  width: 100%;
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indclTp_list ul {
  display: -webkit-flex;
  display: flex;
  justify-content: center;
  align-items: center;
}
.indclTp_list ul li {
  margin: 0 10px;
  border: 1px solid #ff0000;
  font-size: 12px;
  color: #ff0000;
  padding: 5px 10px;
  line-height: 1;
  font-weight: bold;
}
.indclTp_list-txt {
  font-size: 16px;
  line-height: 1;
}
.indclTp_in {
    padding: 30px 30px 35px;
}
.indclTp-txt {
    text-align: left;
    font-size: 14px;
}
.indclTp-txt .is-bdr {
    border-top: 1px dashed #000;
    border-bottom: 1px dashed #000;
    display: block;
    text-align: center;
}
.indclTp-btn {
    margin: 30px 0 0 0;
}
.indclTp-btn .c-btn.c-btn-tertiary {
    margin: 0 0 0 0;
}

/*.icList_wrap*/
.icList_wrap {
  margin: 0 0 30px 0;
  text-align: left;
}
.icList_wrap ul li {
  margin: 10px 0 0 0;
}
.icList_wrap ul li:first-child {
  margin: 0 0 0 0;
}
.icList_wrap ul li dl dt a {
  position: relative;
  background: rgb(240,240,240);
  background: linear-gradient(0deg, rgba(240,240,240,1) 0%, rgba(255,255,255,1) 100%);
  border: 1px solid #d6d6d6;
  font-size: 16px;
  padding: 16px 45px 16px 15px;
  display: block;
  font-weight: bold;
}
.icList_wrap ul li dl dt a i {
  position: absolute;
  right: 30px;
  top: 50%;
  transform: translateY(-50%);
  font-size: 20px;
}
.icList_wrap ul li dl dt a.active i:before {
  content: '\f106';
}
.icList_wrap ul li dl dd {
  display: none;
  position: relative;
  padding: 15px 15px 15px 15px;
  background-color: #ffffff;
  font-size: 14px;
  line-height: 1.8;
}

@media screen and (max-width: 896px) {
  /*indclTp_wrap*/
  .indclTp-ttl {
    font-size: 16px;
    line-height: 1.4;
    padding: 15px 15px 15px 15px;
  }
  .indclTp_list {
    padding: 0 15px 15px 15px;
    border-bottom: 2px solid #ff0000;
    width: 100%;
    display: -webkit-block;
    display: block;
    justify-content: center;
    align-items: center;
  }
  .indclTp_list ul {
    display: -webkit-flex;
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 0 0 10px 0;
  }
  .indclTp_list ul li {
    margin: 0 10px;
    border: 1px solid #ff0000;
    font-size: 12px;
    color: #ff0000;
    padding: 5px 10px;
    line-height: 1;
    font-weight: bold;
  }
  .indclTp_list-txt {
    font-size: 12px;
    line-height: 1;
  }
  .indclTp_in {
      padding: 15px 15px 15px;
  }
  .indclTp-txt {
      text-align: left;
      font-size: 12px;
  }
  .indclTp-btn {
      margin: 20px 0 0 0;
  }

  /*.icList_wrap*/
  .icList_wrap {
    margin: 0 0 20px 0;
  }
  .icList_wrap ul li dl dt a {
    padding: 9px 30px 9px 15px;
		cursor: pointer;
		font-size: 13px;
  }
  .icList_wrap ul li dl dt a i {
    right: 15px;
  }
  .icList_wrap ul li dl dt a.active i:before {
    content: '\f106';
  }
  .icList_wrap ul li dl dd {
    display: none;
    position: relative;
    padding: 15px 15px 15px 15px;
    background-color: #ffffff;
    font-size: 12px;
    line-height: 1.6;
  }


}

/*-- Hot Line */
.c-hotline {
  margin-top: 30px;
  margin-bottom: 30px;
  background-color: #fff;
  -webkit-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  -moz-box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
  box-shadow: 0px 0px 10px 0px rgba(141, 140, 135, 0.1);
}

.c-hotline h1,
.c-hotline h2,
.c-hotline h3,
.c-hotline h4,
.c-hotline h5,
.c-hotline h6 {
  background-color: #ff0000;
  color: #fff;
  font-weight: bold;
  font-size: 26px;
  line-height: 1.38;
  padding: 25px 0 26px;
}

@media screen and (max-width: 896px) {
  .c-hotline h1,
  .c-hotline h2,
  .c-hotline h3,
  .c-hotline h4,
  .c-hotline h5,
  .c-hotline h6 {
    font-size: 12px;
    line-height: 1.42;
    padding: 6px 0 7px;
  }
}

.c-hotline_content {
  display: flex;
  padding: 33px 30px 30px 25px;
  color: #000;
}

@media screen and (max-width: 896px) {
  .c-hotline_content {
    flex-direction: column;
    padding: 26px 15px 30px 15px;
  }
}

.c-hotline_content > div {
  padding-left: 71px;
  text-align: left;
}

@media screen and (max-width: 896px) {
  .c-hotline_content > div {
    padding-left: 0;
  }
}

.c-hotline_text_title,
.c-hotline_content label {
  font-weight: bold;
  font-size: 14px;
  line-height: 1.14;
  color: #000;
  position: relative;
  padding-left: 14px;
  margin-right: 18px;
}

@media screen and (max-width: 896px) {
  .c-hotline_content label {
    font-size: 14px;
    line-height: 1;
    padding-left: 12px;
    margin-right: 4px;
  }
}

.c-hotline_text_title:before,
.c-hotline_content label:before {
  position: absolute;
  content: "";
  top: 0;
  left: 0;
  width: 4px;
  height: 16px;
  background-color: #ff0014;
}

@media screen and (max-width: 896px) {
  .c-hotline_text_title:before,
  .c-hotline_content label:before {
    width: 2px;
    height: 13px;
    top: 50%;
    transform: translateY(-50%);
  }
}

.c-hotline_phone_item {
  font-size: 22px;
  font-weight: 700;
}

@media screen and (max-width: 896px) {
  .c-hotline_phone_item {
    font-size: 16px;
    line-height: 1.16;
    color: #ff0000;
    margin-bottom: 30px;
  }
}

.c-hotline_phone_item label {
  font-weight: 700;
  text-align: right;
  width: 56px;
  display: inline-block;
  vertical-align: middle;
}

@media screen and (max-width: 896px) {
  .c-hotline_phone_item label {
    /*width: auto;*/
	width: 39px;
    padding-left: 0;
    font-size: 13px;
    line-height: 1.38;
    margin-right: 40px;
  }

  .c-hotline_phone_item label {
	   text-align: left;
	}

}

.c-hotline_phone_item label:before {
  display: none;
}

.c-hotline_phone_item .c-btn.c-btn-secondary {
  margin-bottom: 0;
  font-size: 12px;
  line-height: 1.5;
  padding: 12px 0 13px;
  margin-top: 9px;
  display: none;
}

@media screen and (max-width: 896px) {
  .c-hotline_phone_item .c-btn.c-btn-secondary {
    display: block;
  }
}

.c-hotline_phone_title {
  font-size: 14px;
  line-height: 2.14;
  color: #000;
  font-weight: normal;
}

@media screen and (max-width: 896px) {
  .c-hotline_phone_title {
    font-weight: bold;
    font-size: 12px;
    margin-bottom: 15px;
  }
}

.c-hotline_phone {
  width: 340px;
}

@media screen and (max-width: 896px) {
  .c-hotline_phone {
    width: 100%;
  }
}

.c-hotline_phone .c-btn {
  text-align: center;
}

.c-hotline_text {
  width: 485px;
  font-weight: normal;
  font-size: 12px;
  line-height: 2;
  color: #000;
}

@media screen and (max-width: 896px) {
  .c-hotline_text {
    width: 100%;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.28;
  }
}

.c-hotline_text_more {
  text-align: center;
}

.c-hotline_text_more .c-btn {
  min-width: 240px;
  font-size: 14px;
  display: inline-block;
}

.c-hotline_text_more .c-btn.c-sp {
  display: none;
}

.c-hotline_text p {
  margin: 10px 0 30px;
}

@media screen and (max-width: 896px) {
  .c-hotline_text_more .c-btn.c-sp {
    display: block;
  }
  .c-hotline_text_more .c-btn.c-pc {
    display: none;
  }
  .c-hotline_text_more .c-btn.c-btn-tertiary {
    font-size: 14px;
    line-height: 1.28;
    padding: 13px 0;
    margin-bottom: 0;
  }
}

@media screen and (max-width: 896px) {
  .p-individualConsultation .c-strength {
    padding: 25px 15px 27px;
  }
}
