@charset "utf-8";

/* CSS Document */

/* mv
***************************************************************************/
.mv {
  background-color: #d6f2f6;
  overflow: hidden;
}
.mv-contents {
  margin-bottom: 20px;
}

/* local-navigation
***************************************************************************/
.local-navigation {
  margin: 0;
  overflow: hidden;
}
.local-navigation ul li {
  margin-top: 20px;
}

/* anchorlink */
.anchorlink {
  position: relative;
  padding-top: 100px;
  margin-top:-100px;
}

/* simulation */
.simulation {
  background-image: url("../../img/sp/bg_check.png");
  margin: 0 auto;
  padding: 60px 35px 80px;
  overflow: hidden;
}
.simulation .simulation__title {
  text-align: center;
}
.simulation .simulation__title img {
  width: min(80%, 511px);
}
.simulation .simulation__inner {
  background-color: #fcf7dd;
  margin-top: 50px;
  padding: 40px;
}
.simulation .condition {
  background-color: #fff;
  border-radius: 10px;
  overflow: hidden;
  box-shadow: 0px 0px 15px 3px rgba(44, 76, 147, 0.1);
}
.simulation .condition .condition__inner {
  padding: 50px 50px 100px;
}
.simulation .condition .condition__q {
  color: #000;
  margin: 0 0 50px;
}
.simulation .condition .condition__q:last-child {
  margin: 0;
}
.simulation .condition .condition__q dt {
  display: flex;
  flex-direction: row;
  align-items: flex-start;
  justify-content: flex-start;
}
.simulation .condition .condition__q dt .number {
  display: flex;
  justify-content: center;
  align-items: center;
  background: #2c4c93;
  color: #fff;
  border-radius: 3px;
  width: 38px;
  height: 38px;
  font-size: 26px;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  margin: 0 15px 0 0;
}
.simulation .condition .condition__q dt .number + span {
  flex: 1 0 0;
  font-weight: bold;
  font-size: 28px;
  line-height: 1;
}
.simulation .condition .condition__q dd {
  padding: 12px 0 0;
}
.simulation .condition .condition__q dd.condition__select {
  position: relative;
  text-align: center;
  text-align-last: center;
}
.simulation .condition .condition__q dd.condition__select::before {
  content: "";
  position: absolute;
  top: 50%;
  right: 15px;
  background: #000;
  height: 11px;
  width: 12px;
  clip-path: polygon(0 0, 100% 0, 50% 100%);
}
.simulation .condition .condition__q dd.condition__select select {
  width: 100%;
  height: min(15vw, 70px);
  color: #565656;
  text-align: center;
  font-size: min(8vw, 22px);
  font-weight: bold;
  border-radius: 10px;
  -webkit-appearance: none;
  appearance: none;
  border: 5px solid #e9e9e9;
  background-color: #fff;
}
.simulation .condition .condition__q dd.condition__radios {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: center;
  gap: 0 20vw;
  margin: 0;
}
.simulation .condition .condition__q dd .condition__radio input[type="radio"] {
  visibility: hidden;
}
.simulation .condition .condition__q dd .condition__radio input[type="radio"]:checked + label::after {
  content: "";
  display: block;
  width: 3.5vw;
  height: 3.5vw;
  position: absolute;
  top: 50%;
  left: -3.2vw;
  transform: translateY(-50%);
  background: #565656;
  border-radius: 100%;
}
.simulation .condition .condition__q dd .condition__radio label {
  font-size: 22px;
  color: #000;
  position: relative;
  padding: 0 0 0 26px;
}
.simulation .condition .condition__q dd .condition__radio label::before {
  content: "";
  display: block;
  width: 7vw;
  height: 7vw;
  position: absolute;
  top: 50%;
  left: -5vw;
  transform: translateY(-50%);
  background: #fff;
  border-radius: 100%;
  border: 3px solid #565656;
}
.simulation .calcurate {
  margin: -40px auto 0;
  outline: none;
  border: none;
  background: none;
  cursor: pointer;
  width: 83.33%;
}
.simulation .lead {
  margin: 30px 0 0;
  font-size: 22px;
  text-align: center;
}
.simulation .insurancefee {
  align-self: flex-start;
  margin: 30px 0 0;
  display: table;
  width: 100%;
}
.simulation .insurancefee .text {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding-right: 0.5em;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: bold;
  color: #000;
}
.simulation .insurancefee .result {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 4px solid #fe6f44;
  line-height: 1.2;
  letter-spacing: -0.05em;
  min-width: 220px;
  min-height: 100px;
  display: inline-block;
  text-align: right;
  padding: 0.25em 0.5em;
  vertical-align: bottom;
}
.simulation .insurancefee .unit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 1.2em;
  letter-spacing: -0.05em;
  margin-left: 0.25em;
}
.simulation .cancellation {
  align-self: flex-start;
  margin: 30px 0 0;
  display: table;
  width: 100%;
}
.simulation .cancellation .lead {
  font-size: 24px;
  line-height: 1.2;
  font-weight: bold;
  color: #2c4c93;
  vertical-align: bottom;
}
.simulation .cancellation .result {
  display: table;
  width: 100%;
  margin-top: 1em;
}
.simulation .cancellation .text {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding-right: 0.5em;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: bold;
  color: #000;
}
.simulation .cancellation .price {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 4px solid #fe6f44;
  line-height: 1.2;
  letter-spacing: -0.05em;
  min-width: 220px;
  min-height: 100px;
  display: inline-block;
  text-align: right;
  padding: 0.25em 0.5em;
  vertical-align: bottom;
}
.simulation .cancellation .unit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-left: 0.25em;
}

.simulation .refundrate {
  align-self: flex-start;
  margin: 30px 0 0;
  display: table;
  width: 100%;
}
.simulation .refundrate .text {
  display: table-cell;
  vertical-align: middle;
  width: 40%;
  padding-right: 0.5em;
  font-size: 26px;
  line-height: 1.2em;
  font-weight: bold;
  color: #000;
  margin: 0;
}
.simulation .refundrate .result {
  font-size: 48px;
  font-weight: bold;
  color: #000;
  background-color: #fff;
  border: 4px solid #fe6f44;
  line-height: 1.2;
  letter-spacing: -0.05em;
  min-width: 220px;
  min-height: 100px;
  display: inline-block;
  text-align: right;
  padding: 0.25em 0.5em;
  vertical-align: bottom;
}
.simulation .refundrate .unit {
  font-size: 30px;
  font-weight: bold;
  color: #000;
  line-height: 1em;
  letter-spacing: -0.05em;
  margin-left: 0.25em;
}

/* intro-voice
***************************************************************************/
.intro-voice {
  background-image: url("../../img/sp/bg_hatena.png");
  background-size: cover;
  padding: 60px 0;
}
.intro-voice-contents {
  text-align: center;
}
.intro-voice-title {
  font-size: 24px;
  margin-bottom: 30px;
}
.intro-voice-title em {
  font-size: 24px;
  font-weight: bold;
}
.intro-voice-img {
  margin-top: 20px;
}

/* intro-product
***************************************************************************/
.intro-product {
  background-color: #fcf7dd;
  padding: 80px 0;
}
.intro-product-contents {
  text-align: center;
}
.intro-product-text {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  margin-bottom: 40px;
}
.intro-product-text span {
  color: #ea525e;
  font-size: 28px;
  font-weight: bold;
}
.intro-product-text span em {
  font-size: 36px;
  font-weight: bold;
}
.intro-product-logo img {
  width: 70%;
}

/* point
***************************************************************************/
.point {
  background-color: #fcf7dd;
  padding: 120px 0 90px;
}
.point-contents {
  background-image: url("../../img/sp/bg_check.png");
  border: 4px solid #2c4c93;
  position: relative;
}
.point-title {
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, 0);
  width: 80%;
  max-width: 580px;
}
.point-contents-inner {
  padding: 80px 25px;
  text-align: center;
}

/* point01 */
.point01 .point-contents-inner {
  padding-bottom: 40px;
}
.point01-text-01 {
  color: #41a5b4;
  font-size: 24px;
  font-weight: bold;
}
.point01-text-01 em {
  font-size: 38px;
  font-weight: bold;
}
.point01-text-02 {
  font-size: 30px;
  font-weight: bold;
  margin-top: 1em;
}
.point01-text-03 mark {
  color: #fe6f44;
  font-size: 84px;
  line-height: 1.2;
  font-weight: bold;
}
.point01-img-01 {
  margin-top: 50px;
}
.point01-text-04 {
  font-size: 22px;
  font-weight: bold;
}
.point01-text-04 span {
  color: #fe6f44;
  font-size: 22px;
  font-weight: bold;
}
.point01-text-04 span em {
  font-size: 50px;
  font-weight: bold;
}
.point01-img-02 {
  margin-top: 40px;
}
.point-item-accordion {
  padding: 20px 0;
  text-align: left;
}
.point-item-accordion__content {
  position: relative;
  height: auto;
  overflow: hidden;
  transition: max-height 0.5s;
}
.point-item-accordion__content::after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  display: block;
  width: 100%;
  height: 100%;
  transition: 1s;
  background: linear-gradient(to bottom, transparent 0%, #ffffff 100%);
}
.point-item-accordion__content.open::after {
  display: none;
}
.point-item-accordion__btn {
  display: block;
  margin: 40px auto 0;
  border: 0;
  color: #000;
  cursor: pointer;
  position: relative;
}
.point-item-accordion__btn-plus {
  position: absolute;
  width: 52px;
  height: 52px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  background-image: url("../../img/sp/point01_icon_open.png");
  background-size: cover;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.point-item-accordion__btn-plus.open {
  background-image: url("../../img/sp/point01_icon_close.png");
}

/* point02 */
.point.point02 {
  background-color: #d6f2f6;
}
.point02-text-01 {
  font-size: 30px;
  font-weight: bold;
}
.point02-text-02 {
  font-size: 50px;
  font-weight: bold;
}
.point02-text-02 mark {
  color: #ea525e;
  font-size: 50px;
  font-weight: bold;
}
.point02-img-01 {
  margin-top: 40px;
}
.point02-text-03 {
  font-size: 22px;
  font-weight: bold;
  margin-top: 40px;
}
.point02-text-03 em {
  color: #ea525e;
  font-size: 28px;
  font-weight: bold;
}
.point02-img-02 {
  margin-top: 50px;
}

/* point03 */
.point03-text-01 {
  color: #fe6f44;
  font-size: 24px;
  font-weight: bold;
}
.point03-text-01 em {
  font-size: 30px;
  font-weight: bold;
}
.point03-text-02 {
  font-size: 26px;
  font-weight: bold;
}
.point03-img-01 {
  margin-top: 40px;
}
.point03-text-03 {
  font-size: 26px;
  font-weight: bold;
  margin-top: 60px;
}
.point03-text-03 em {
  color: #ea525e;
  font-size: 32px;
  font-weight: bold;
}
.point03-img-02 {
  margin-top: 50px;
}
.point03 .notes {
  margin-top: 15px;
}
.point03 .note {
  text-align: left;
}

/* koujo
***************************************************************************/
.koujo {
  background-repeat: no-repeat;
  background-size: 100% auto;
  background-color: #d6f2f6;
  padding: 0 0 80px;
}
.koujo-contents {
  text-align: center;
}
.koujo-item-accordion__content {
  position: relative;
  height: auto;
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.5s ease;
}
.koujo-item-accordion__content.open {
  max-height: 1000px;
}
.koujo-item-accordion__btn {
  display: block;
  margin: 40px auto 0;
  border: 0;
  color: #000;
  cursor: pointer;
  position: relative;
}
.koujo-item-accordion__btn-plus {
  position: absolute;
  width: 580px;
  height: 78px;
  top: 0;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  margin: auto;
  background-image: url("../../img/sp/koujo_btn_open.png");
  background-size: cover;
  transition: transform 0.25s ease, opacity 0.25s ease;
}
.koujo-item-accordion__btn-plus.open {
  background-image: url("../../img/sp/koujo_btn_close.png");
}
.koujo-img-03 {
  margin-top: 60px;
}
.koujo-img-04 {
  margin: 60px 0;
}

/* faq
***************************************************************************/
.faq {
  background-color: #fff;
  margin-top: -80px;
  padding: 80px 0;
}
.faq-title {
  color: #203879;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
.faq-title:after {
  content: "";
  display: block;
  background-color: #203879;
  width: 102px;
  height: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.faq-accordion {
  margin-top: 50px;
}
.acBox {
  background-color: #e2e1e1;
  margin-top: 35px;
  padding: 20px 30px;
}
.acBox .question {
  position: relative;
  cursor: pointer;
  padding-right: 50px;
}
.acBox .question::after {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 0;
  height: 0;
  border-left: 12px solid transparent;
  border-right: 12px solid transparent;
  border-top: 15px solid #3e3e3e;
  transition: transform 0.3s ease;
}
.acBox .question.active::after {
  transform: rotate(180deg);
}
.acBox .question-contents {
  display: flex;
  align-items: flex-start;
}
.acBox .question-icon {
  flex: 0 0 55px;
  color: #41a5b4;
  font-size: 32px;
  font-weight: bold;
}
.acBox .question-text {
  flex: 1 0 0px;
  color: #203879;
  font-size: 24px;
  font-weight: bold;
}
.acBox dd {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0.4s ease;
}
.acBox .answer-contents {
  display: flex;
  align-items: flex-start;
  border-top: 2px solid #41a5b4;
  margin-top: 10px;
  padding-top: 20px;
}
.acBox .answer-icon {
  flex: 0 0 55px;
  color: #ea525e;
  font-size: 32px;
  font-weight: bold;
}
.acBox .answer-text {
  flex: 1 0 0px;
  color: #000;
  font-size: 22px;
}

/* reason
***************************************************************************/
.reason {
  background-image: url("../../img/sp/reason_bg_01.png");
  background-color: #203879;
  padding: 50px 0 80px;
}
.reason-contents {
  text-align: center;
}
.reason-lists {
  margin-top: 40px;
}
.reason-item {
  margin-top: 30px;
}

/* feedback
***************************************************************************/
.feedback {
  background-color: #d6f2f6;
  padding: 90px 0 80px;
}
.feedback-title {
  color: #203879;
  font-size: 38px;
  font-weight: bold;
  text-align: center;
  position: relative;
  padding-bottom: 25px;
}
.feedback-title:after {
  content: "";
  display: block;
  background-color: #203879;
  width: 102px;
  height: 6px;
  position: absolute;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.feedback-contents {
  text-align: center;
}
.feedback-items {
  margin-top: 60px;
  padding: 0 20px;
}
.feedback-item {
  margin-top: 40px;
}
.feedback-notes {
  font-size: 20px;
  margin-top: 30px;
  padding: 0 20px;
  text-align: left;
}

/* footer-contents
***************************************************************************/
.footer-contents {
  background-image: url("../../img/sp/bg_check.png");
  padding: 80px 0 50px;
}
.footer-contents .caution li {
  font-size: 20px;
  text-indent: -1em;
  padding-left: 1em;
}
.footer-contents .contact {
  margin-top: 50px;
  text-align: center;
}
.footer-contents .contact .mark-text {
  font-size: 30px;
  font-weight: bold;
}
.footer-contents .contact .freedial-alink {
  display: inline-block;
  margin-top: 40px;
  padding: 0 20px;
}
.footer-contents .contact .contact-hours {
  margin-top: 30px;
  font-size: 22px;
  font-weight: bold;
  line-height: 1.875;
}
.footer-contents .code {
  margin-top: 40px;
  font-size: 20px;
  text-align: right;
}

/* float_banner
***************************************************************************/
.float_banner {
  display: block;
  position: fixed;
  bottom: 0;
  width: 100%;
  z-index: 2;
}

/* other
***************************************************************************/
.mark-text {
  background: linear-gradient(transparent 80%, #fbdb79 0%);
  padding: 0 0.1em;
}
.lp-container {
  margin: 0 auto;
  padding: 0 20px;
}
.lp-container-medium {
  margin: 0 auto;
  padding: 0 30px;
}
.lp-container-narrow {
  margin: 0 auto;
  padding: 0 40px;
}
.note {
  display: flex;
}
.note span {
  font-size: 20px;
  line-height: 1.6;
}
.note-mark {
  flex: 0 0 auto;
  margin-right: 0.5em;
}
.note a {
  color: #000;
  font-weight: bold;
  text-decoration: underline;
}
