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

header {
	overflow: hidden;
  padding: 20px 0;
  text-align: center;
	box-shadow: 0 1px 0 0 #dbeaed;
}
.header-image img {
  width: 150px;
  height: 50px;
}

.bread {
  margin: 16px auto 56px;
  width: 920px;
  font-size: 12px;
  color: #9b9b9b;
}
.bread:after {
  content: "";
  display: block;
  clear: both;
}
.bread-item {
  float: left;
  padding-right: 5px;
}
.bread-item:after {
  content: ">";
  padding-left: 5px;
}
.bread-item:last-child:after {
  content: "";
  padding-left: 0;
}

.title {
  text-align: center;
  font-size: 32px;
}
.title:after {
    content: "";
    display: block;
    margin: 24px auto 56px;
    width: 80px;
    height: 2px;
    background-color: #fdfdfd;
}

.overview-wrap {
  padding: 0 20px;
  margin: 0 auto 56px;
  width: 960px;
  /* border-bottom: solid 2px #efeaf7; */
}
.overview-wrap.is_noborder { border-bottom:none;}
.overview { padding-bottom: 56px;}
.overview h3 {
  padding-bottom: 15px;
  font-size: 18px;
  font-weight: bold
}
.overview-text { padding-bottom: 56px;}

.terms-list-item {
  margin: 0 0 8px 24px;
  list-style: decimal;
}
.terms-list-item:last-child { margin: 0 0 0 24px;}

.price {
  padding-bottom: 16px;
  margin: 0 auto 16px;
  width: 574px;
  font-size: 16px;
  border-bottom: #7fcee2 1px solid;
}
.price:last-child { margin: 0 auto; border-bottom: 0;}
.price:after {
    content: "";
    display: block;
    clear: both;
}
.price dt {
  float: left;
  font-weight: 500;
}
.price dd { float: right;}

.notice-image { text-align: center;}

.contact-wrap {
  margin: 0 auto;
  width: 560px;
}
.contact-wrap a { color: #5fafc5;}
.form { padding-top: 40px;}
.form dt {
  padding-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.form dd {
  padding-bottom: 32px;
}
.form-name {
  width: 50%;
  height: 38px;
  font-size: 16px;
  border: solid 1px #c0c0c0;
  border-radius: 5px;
}
.form-text {
  width: 100%;
  height: 38px;
  font-size: 16px;
  border: solid 1px #c0c0c0;
  border-radius: 5px;
}
.form-select {
  width: 50%;
  height: 38px;
  background: #fff;
  font-size: 16px;
  border: solid 1px #c0c0c0;
  border-radius: 5px;
}
.form-textarea {
  width: 100%;
  height: 200px;
  font-size: 16px;
  border: solid 1px #c0c0c0;
  border-radius: 5px;
}
.form-name.is_error,
.form-text.is_error,
.form-select.is_error,
.form-textarea.is_error { border: #f6516e 1px solid;}
.error-text {
  display: none;
  padding-top: 8px;
  color: #f6516e;
}
.form-name.is_error + .error-text,
.form-text.is_error + .error-text,
.form-select.is_error + .error-text,
.form-textarea.is_error + .error-text { display:block;}

.submit-button {
  display: block;
  margin: 0 auto;
  padding: 15px 132px 14px;
  background-color: #7fcee2;
  text-align: center;
  font-size: 18px;
  color: #fff;
  border: none;
  border-radius: 100px;
  font-weight: 600;
}

footer {
  font-size: 10px;
  font-weight: normal;
  font-stretch: normal;
  font-style: normal;
  line-height: 1.5;
  letter-spacing: normal;
  text-align: center;
  color: #898989;
  /* padding-bottom: 30px;
  text-align: center;
  color: #9b9b9b; */
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
}

body {
    background: #fff;
    line-height: 1.8;
    color: #333;
}

.container {
    max-width: 900px;
    margin: 0 auto;
    position: relative;
}

/* Breadcrumb */
.breadcrumb {
    font-weight: 300;
    padding: 20px 40px;
    font-size: 13px;
    color: #666;
}

.breadcrumb a {
    color: #4a9fd8;
    text-decoration: none;
}

.breadcrumb a:hover {
    text-decoration: underline;
}

.breadcrumb-separator {
    margin: 0 8px;
    color: #999;
}

.breadcrumb span:not(.breadcrumb-separator) {
  font-weight: 300;
}

/* Header */
.page-header {
    text-align: center;
    padding: 40px 40px 20px 40px;
}

.page-title {
    font-size: 32px;
    /* font-weight: normal; */
    color: #1e1e1e;
    margin-bottom: 15px;
    letter-spacing: 1px;
    line-height: 1.5;
    font-weight: 500;
}

.title-underline {
    width: 180px;
    height: 2px;
    background: #7fcee2;
    margin: 0 auto;
}

.width-indicator {
    display: inline-block;
    background: #333;
    color: white;
    padding: 4px 12px;
    font-size: 11px;
    margin-top: 20px;
    font-weight: bold;
}

/* Content */
.content {
    padding: 40px;
}

.intro-text {
    font-size: 14px;
    margin-bottom: 30px;
    line-height: 1.8;
}

.section {
    margin-bottom: 35px;
}

.section-title {
    font-size: 15px;
    /* font-weight: bold; */
    color: #333;
    position: relative;
    padding-left: 0;
}

.section-content {
    font-size: 14px;
    line-height: 2;
    color: #555;
    text-align: justify;
}

.contact-info {
    font-weight: 300;
    font-size: 18px;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.7;
    letter-spacing: normal;
    text-align: left;
    color: #1e1e1e;
}

/* .contact-label {
    font-weight: bold;
    color: #333;
} */

.width-indicator-bottom {
    font-size: 11px;
    margin-top: 30px;
    font-weight: bold;
}

/* Footer Border */
.content-footer {
    padding-bottom: 40px;
}

.contact-wrap > p {
  font-weight: 300;
}
.contact-wrap .form dt {
  font-size: 18px;
  line-height: 1.7;
  color: #1e1e1e;
  font-weight: 600;
}

.terms .container .overview-wrap {
  padding-left: 40px;
  padding-right: 40px;
  font-size: 18px;
  line-height: 1.7;
  color: #1e1e1e;
  font-weight: 300;
}

.terms .overview-wrap.is_noborder .title {
  font-weight: 500;
  color: #1e1e1e;
}
.terms .overview-wrap.is_noborder .overview,
.terms .overview-wrap.is_noborder .overview .price {
  font-weight: 300;
  font-size: 18px;
}

@media (max-width: 768px) {
    .container {
    }

    .breadcrumb,
    .page-header,
    .content {
        padding: 20px;
    }

    .page-title {
        font-size: 22px;
    }

    .section-content {
        font-size: 13px;
    }

    .contact-wrap > p {
      text-align: left !important;
    }
}

/****************************************
Other Device(SP/Tablet)
****************************************/
@media screen and (max-width: 768px) {
  
  .bread {
    margin: 16px 16px 56px;
    width: auto;
  }
  
  .overview-wrap {
    padding: 0 16px;
    margin: 0 auto 56px;
    width: auto;
    /* border-bottom: solid 2px #efeaf7; */
  }
  .title { font-size: 22px;}
  .price {
    width: auto;
    font-size: 14px;
  }
  .notice-image img {
    width: 100%;
    height: auto;
  }
  .contact-wrap {
    padding: 0 16px 56px;
    margin: 0 auto;
    width: auto;
  }
  .form dt {
    padding-bottom: 8px;
    font-size: 14px;
  }
  .form-name {
    width: 94%;
    font-size: 14px;
  }
  .form-text {
    width: 94%;
    font-size: 14px;
  }
  .form-textarea {
    width: 94%;
    font-size: 14px;
  }
  .form-select { width: 94%;}
  
  .sitemap {
    margin: 40px auto 24px;
    width: auto;
    text-align: center;
  }
  .footer-sitemap {
    display: block;
  }
  .footer-sitemap-item {
    text-decoration: none;
    font-size: 14px;
    font-weight: normal;
    font-stretch: normal;
    font-style: normal;
    line-height: 1.5;
    letter-spacing: normal;
    color: #000;
    padding-bottom: 16px;
    padding-right: 0;
    float: none;
  }
  footer { padding-bottom: 16px;}
  footer p, footer small {
    font-size: 14px !important;
  } 
  .terms .overview-wrap.is_noborder .overview .price {
    width: 100%;
    display: flex;
  }
  .terms .overview-wrap.is_noborder .overview .price .break {
    display: block;
    line-height: 0;
  }
  .terms .overview-wrap.is_noborder .overview .price dt{
    width: 100px;
  }
  .terms .overview-wrap.is_noborder .overview .price dd{
    text-align: right;
    flex: 1;
  }
}

.contact-content {
  text-align: center;
  margin-bottom: 32px;
}

.contact-content p {
  font-size: 14px;
  font-weight: bold;
}

.container-loader {
  width: 100%;
  height: 100vh;
  position: fixed;
  display: none;
  background-color: rgba(0,0,0,0.3);
  z-index: 9999;
}

.loader {
  border: 8px solid #f3f3f3;
  border-radius: 50%;
  border-top: 8px solid #00574B;
  width: 60px;
  height: 60px;
  z-index: 9999;
  margin: auto;
  -webkit-animation: spin 2s linear infinite;
  animation: spin 2s linear infinite;
}

@-webkit-keyframes spin {
  0%  {-webkit-transform: rotate(0deg);}
  100% {-webkit-transform: rotate(360deg);}   
}