@charset "UTF-8";

/* ------------------------------------------------------------------------------------------
 Common
------------------------------------------------------------------------------------------ */
body {
  /*background-color: #4D4D4D;*/
  font-size: 13px;
  line-height: 1.7;
  letter-spacing: 1.5px;
}
.container {
  max-width: 980px;
  margin-left: auto;
  margin-right: auto;
  padding-left: 20px; 
  padding-right: 20px; 
}
.header {
  padding-top: 50px;
  background: #fff;
}
.main {
  padding-top: 50px;
  padding-bottom: 100px;
}
.h1 {
  text-align: center;
  font-size: 30px;
}
.h2 {
  text-align: center;
  font-size: 25px;
}
.h3 {
  font-size: 20px;
  margin-top: 30px;
}

/* Common - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
  body {
    font-size: 12px;
  }
  .header {
    padding-top: 30px;
  }
  .main {
    padding-top: 30px;
    padding-bottom: 50px;
  }
  .h1 {
    font-size: 25px;
  }
  .h2 {
    font-size: 20px;
  }
  .h3 {
    font-size: 15px;
  }
}

/* ------------------------------------------------------------------------------------------
 Company
------------------------------------------------------------------------------------------ */
.company-info {
  width: 100%;
  border-collapse: collapse;
  margin-top: 50px;
}
.company-info__row {}
.company-info__ttl {
  width: 25%;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  vertical-align: middle;
  text-align: left;
  padding: 20px;
}
.company-info__cnt {
  border: 1px solid #ddd;
  padding: 20px;
}
/* Company - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
  .company-info {
    font-size: 10px;
    margin-top: 30px;
  }
  .company-info__ttl {
    width: 40%;
    padding: 10px;
  }
  .company-info__cnt {
    padding: 10px;
  }
}

/* ------------------------------------------------------------------------------------------
 Cooling Off
------------------------------------------------------------------------------------------ */
.customer_center {
  margin-top: 50px;
  border: 5px solid #ddd;
  padding: 30px;
}
.customer_center__tel {
  text-align: center;
  font-size: 50px;
  font-weight: bold;
}
.customer_center__tel--icon {
  background-image: url(../img/freedial.svg);
  background-size: contain;
  display: inline-block;
  width: 61px;
  height: 40px;
  margin-right: 10px;
}
.customer_center__txt {
  margin-top: 25px;
}
.customer_center__tel {
  margin-top: 5px;
  line-height: 1.4;
}
.customer_center__mail {
  font-size: 16px;
}
.customer_center__mail a,
.coolingoff-cnt__mail a {
  color: #0d4c96;
  text-decoration: underline;
}
.customer_center__time {
  margin-top: 30px;
}
.customer_center__txt,
.customer_center__mail,
.customer_center__time,
.customer_center__attention {
  text-align: center;
}
.coolingoff {
  margin-top: 50px;
}
.coolingoff-ttl {
  margin-top: 0px;
}
.coolingoff-cnt {
  margin-top: 30px;
}
.coolingoff-cnt__txt {
  margin-top: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.coolingoff-cnt__txt--strong {
  color: #e94a4a;
  font-weight: bold;
}
.coolingoff-cnt__contact {
  margin-left: 20px;
}
.coolingoff-cnt__tel {
  font-size: 25px;
  font-weight: bold;
  margin-top: 10px;
}
.coolingoff-cnt__tel--icon {
  background-image: url(../img/freedial.svg);
  background-size: contain;
  display: inline-block;
  width: 30.5px;
  height: 20px;
  margin-right: 5px;
}
.coolingoff-flow {
  margin-top: 50px;
}
.coolingoff-list {
  margin-top: 30px;
}
.coolingoff-list__item {
  border-bottom: 1px solid #ddd;
  padding-bottom: 40px;
  margin-bottom: 40px;
}
.coolingoff-list__item:before,
.coolingoff-list__item:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 30px 40px 0 40px;
  position: absolute;
  left: calc(50% - 40px);
}
.coolingoff-list__item:before {
  border-color: #fff transparent transparent transparent;
  z-index: 2;
  bottom: -29px;
}
.coolingoff-list__item:after {
  border-color: #ddd transparent transparent transparent;
  z-index: 1;
  bottom: -30px;
}
.coolingoff-list__item:last-child,
.coolingoff-list__item:last-child:before,
.coolingoff-list__item:last-child:after {
  border: none;
  margin-bottom: 0;
  padding-bottom: 0;
}
.coolingoff-list__item .coolingoff-ttl:before {
  display: inline-block;
  vertical-align: text-bottom;
  background-color: #999;
  color: #fff;
  font-size: 12px;
  font-weight: 600;
  padding: 2px 10px;
  margin-right: 10px;
}
.coolingoff-list__item:nth-of-type(1) .coolingoff-ttl:before {content: "STEP 1";}
.coolingoff-list__item:nth-of-type(2) .coolingoff-ttl:before {content: "STEP 2";}
.coolingoff-list__item:nth-of-type(3) .coolingoff-ttl:before {content: "STEP 3";}
.coolingoff-list__item:nth-of-type(4) .coolingoff-ttl:before {content: "STEP 4";}
.coolingoff-list__item:nth-of-type(5) .coolingoff-ttl:before {content: "STEP 5";}
.coolingoff-list__item:nth-of-type(6) .coolingoff-ttl:before {content: "STEP 6";}
.coolingoff-list__item:nth-of-type(7) .coolingoff-ttl:before {content: "STEP 7";}
.coolingoff-list__item:nth-of-type(8) .coolingoff-ttl:before {content: "STEP 8";}
.coolingoff-list__item:nth-of-type(9) .coolingoff-ttl:before {content: "STEP 9";}

/* 年末年始対応 */
.customer_holiday-block {
  margin-top: 30px;
  font-size: 16px;
}
/* Cooling Off - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
  .customer_center {
    padding: 15px;
    margin-top: 30px;
  }
  .customer_center__tel {
    font-size: 28px;
    letter-spacing: 0;
    margin-top: 15px;
  }
  .customer_center__tel--icon {
    width: 31px;
    height: 21px;
    margin-right: 10px;
  }
  .customer_center__mail {
    font-size: 14px;
    line-height: 1.5;
    margin-top: 10px;
  }
  .customer_center__time,
  .customer_center__attention {
    font-size: 10px;
  }
  .coolingoff {
    margin-top: 30px;
  }
  .coolingoff-list {
    margin-top: 20px;
  }
  .coolingoff-list__item {
    padding-bottom: 30px;
  }
  .coolingoff-cnt {
    margin-top: 20px;
  }
  .coolingoff-cnt__contact {
    margin-left: 0;
  }

  .coolingoff-flow {
    margin-top: 30px;
  }
  .coolingoff-list__item .coolingoff-ttl:before {
    display: block;
    width: 60px;
    text-align: center;
    padding: 2px 0;
    margin-bottom: 5px;
    font-size: 10px;
  }
  /* 年末年始対応 */
  .customer_holiday-block {
    margin-top: 20px;
    font-size: 12px;
  }

}

/* ------------------------------------------------------------------------------------------
 Privacy Policy
------------------------------------------------------------------------------------------ */
.privacy_policy__txt {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 50px;
}
.privacy_policy-list {
  margin-top: 30px;
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 21px;
}
.privacy_policy-list__item {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
}
.privacy_policy-since {
  margin-top: 20px;
  text-align: right;
}
.about_privacy {
  margin-top: 50px;
}
.about_privacy-info {
  width: 100%;
  border-collapse: collapse;
  margin-top: 10px;
}
.about_privacy-info__ttl {
  width: 50%;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
  padding: 20px;
  vertical-align: middle;
  text-align: left;
}
.about_privacy-info__cnt {
  border: 1px solid #ddd;
  padding: 20px;
}
.about_privacy-list {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 21px;
}
.about_privacy-list__item {
  text-align: justify;
  text-justify: inter-ideograph;
}
.about_privacy__txt {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
}
.about_privacy__contact {
  float: left;
  width: 85%;
}
.analyse_policy__txt {
  text-align: justify;
  text-justify: inter-ideograph;
  margin-top: 10px;
}
.analyse_policy-list {
  margin-top: 10px;
}
.analyse_policy-list__ttl {}
.analyse_policy-list__ttl:before {
  content: "■";
}
.analyse_policy-list__cnt {}
.analyse_policy-list__link {
  text-decoration: underline;
  word-wrap: break-word;
}
.customer_center {}
.customer_center-list {
  float: left;
  width: 85%;
}
.customer_center-list__ttl {
  font-weight: bold;
}
.pmark {
  width: 15%;
  margin-left: 85%;
}

/* Privacy Policy - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
  .privacy_policy__txt {
    margin-top: 30px;
  }
  .privacy_policy-list {
    margin-top: 30px;
    list-style-type: decimal;
    list-style-position: inside;
    padding-left: 0px;
  }
  .privacy_policy-since {
    font-size: 10px;
    margin-top: 10px;
  }
  .about_privacy {
    margin-top: 30px;
  }
  .about_privacy-info {
    font-size: 10px;
  }
  .about_privacy-info__ttl {
    padding: 10px;
  }
  .about_privacy-info__cnt {
    padding: 10px;
  }
  .about_privacy-list {
    list-style-position: inside;
    padding-left: 0;
  }
  .customer_center-list {
    float: none;
    width: 100%;
  }
  .pmark {
    width: 35%;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
  }
}

/* ------------------------------------------------------------------------------------------
 Terms
------------------------------------------------------------------------------------------ */
.terms_section {}
.terms_h2 {
  font-size: 20px;
  margin-top: 50px;
  margin-bottom: 30px;
}
.terms_h3 {
  font-size: 16px;
  font-weight: bold;
  margin-top: 30px;
}
.terms_textarea {
  margin-top: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.terms_textarea a {
  color: #0d4c96;
  text-decoration: underline;
}
.terms_section_child {}
.terms_list {
  margin-top: 10px;
  list-style-type: decimal;
  list-style-position: outside;
  margin-left: 23px;
}
.terms_list .terms_list {
  list-style-type: lower-roman;
}

.terms_list__item {
  margin-top: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.terms_attention {
  display: block;
  margin-top: 10px;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* Terms - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
}

/* ------------------------------------------------------------------------------------------
 Thankyou
------------------------------------------------------------------------------------------ */
.thankyou__img {
  display: block;
  max-width: 70px;
  height: auto;
  margin-top: 50px;
  margin-left: auto;
  margin-right: auto;
}
.thankyou__txt {
  text-align: center;
  margin-top: 10px;
  font-size: 18px;
}
.thankyou__txt .red {
  color: #e94a4a;
  font-weight: bold;
}
.thankyou__txt--top {
  margin-top: 50px
}
.thankyou-busy__txt {
  font-size: 14px;
  text-align: center;
}
.thankyou-busy__txt.thankyou__txt--top {
  margin-top: 80px;
}
.thankyou-busy__txt.thankyou__txt--top:before {
  content: "";
  background-color: #4d4d4d;
  width: 100px;
  height: 1px;
  position: absolute;
  top: -41px;
  left: calc(50% - 50px);
}
.thankyou-tel {
  text-align: center;
  margin-top: 15px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  gap: 0 30px;
}
.thankyou-tel__num {
  background-image: url(../img/freedial.svg);
  background-size: 40px auto;
  background-position: left center;
  background-repeat: no-repeat;
  font-size: 30px;
  font-weight: bold;
  padding-left: 50px;
}
.thankyou-tel__time {
  width: 100%;
}
.thankyou-attentions {
  margin-top: 50px;
  text-align: center;
  border: 5px solid #ddd;
  padding: 30px;
}
.thankyou-attentions__txt {
  font-size: 12px;
  text-align: justify;
  text-justify: inter-ideograph;
}

/* Thankyou - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
  .thankyou__img {
    margin-top: 30px;
  }
  .thankyou__txt {
    font-size: 16px;
    text-align: justify;
    text-justify: inter-ideograph;
  }
  .thankyou__txt--top {
    margin-top: 30px
  }
  .thankyou-busy__txt {
    text-align: justify;
    text-justify: inter-ideograph;    
  }
  .thankyou-busy__txt.thankyou__txt--top {
    margin-top: 60px;
  }
  .thankyou-busy__txt.thankyou__txt--top:before {
    top: -31px;
  }
  .thankyou-attentions {
    padding: 15px;
  }
}

/* ------------------------------------------------------------------------------------------
 404 Not Found
------------------------------------------------------------------------------------------ */
.not-found__txt {
  text-align: center;
  margin-top: 50px
}

/* 404 Not Found - media queries
--------------------------------------------------- */
@media only screen and (max-width: 768px){
}

/* ------------------------------------------------------------------------------------------
 Help
------------------------------------------------------------------------------------------ */
.helpH1 {}
.helpH2 {
  text-align: left;
  border-left: 7px solid #CD9F23;
  padding-left: 20px;
}
.help {
  margin-top: 50px;
}
.helpListItem {
  margin-top: 20px;
}
.helpListItem__title {
  background: #f5f5f5;
  padding: 15px;
  font-size: 15px;
  font-weight: bold;
  cursor: pointer;
}
.helpListItem__title:after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 8px 5px 0 5px;
  border-color: #4d4d4d transparent transparent transparent;
  position: absolute;
  top: calc(50% - 4px);
  right: 15px;
}
.helpListItem__title.accordion-trigger--active:after {
  border-width: 0 5px 8px 5px;
  border-color: transparent transparent #4d4d4d transparent;
}

.helpListItem__desc {
  border: 10px solid #f5f5f5;
  padding: 20px 15px;
  margin-top: 1px;
}
.helpFlowList {
  list-style-type: decimal;
  list-style-position: outside;
  padding-left: 30px;
}
.helpFlowList__item {
  margin-top: 20px;
  text-align: justify;
  text-justify: inter-ideograph;
}
.helpFlowList__item:first-child {
  margin-top: 0;
}
.helpFlowList__item .strong {
  color: #e94a4a;
  font-weight: bold;
}
.helpFlowList__link {
  border-bottom: 1px dashed #4d4d4d;
  padding-left: 13px;
}
.helpFlowList__link:before {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 5px;
  border-color: transparent transparent transparent #4d4d4d;
  position: absolute;
  top: calc(50% - 4px);
  left: 0;
}

.codeList {
  background-color: #4d4d4d;
  list-style-type: decimal;
  list-style-position: outside;
  font-size: 11px;
  padding: 10px 10px 10px 35px;
  margin-top: 5px;
}
.codeList__item {
  color: #fff;
  border-left: 1px solid #6a6a6a;
  padding-left: 10px;
  line-height: 2;
}