@charset "UTF-8";
/* CSS Document */

header {
	overflow: hidden;
  padding: 20px 0;
  text-align: center;
	box-shadow: 0 1px 0 0 rgba(0, 0, 0, 0.1);
}
.header-image img {
  width: 79px;
  height: 40px;
}

.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;
  font-family: "Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif,游明朝,"Yu Mincho",YuMincho;
}
.title:after {
    content: "";
    display: block;
    margin: 24px auto 56px;
    width: 80px;
    height: 2px;
    background-color: #a68fe4;
}

.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: 480px;
  font-size: 16px;
  border-bottom: #dbd0fa 2px solid;
}
.price:last-child { margin: 0 auto;}
.price:after {
    content: "";
    display: block;
    clear: both;
}
.price dt {
  float: left;
  font-weight: bold;
}
.price dd { float: right;}

.notice-image { text-align: center;}

.contact-wrap {
  margin: 0 auto;
  width: 560px;
}
.contact-wrap a { color: #50cabe;}
.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 #d8d8d8;
  border-radius: 4px;
}
.form-text {
  width: 100%;
  height: 38px;
  font-size: 16px;
  border: solid 1px #d8d8d8;
  border-radius: 4px;
}
.form-select {
  width: 50%;
  height: 38px;
  background: #fff;
  font-size: 16px;
  border: solid 1px #d8d8d8;
  border-radius: 4px;
}
.form-textarea {
  width: 100%;
  height: 200px;
  font-size: 16px;
  border: solid 1px #d8d8d8;
  border-radius: 4px;
}
.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;
  width: 163px;
  height: 40px;
  background-color: #6ad6cb;
  text-align: center;
  font-size: 16px;
  color: #fff;
  border: none;
  border-radius: 4px;
}

.sitemap {
  margin: 80px auto 24px;
  width: 640px;
}
.footer-sitemap:after {
    content: "";
    display: block;
    clear: both;
}
.footer-sitemap-item {
  padding-right: 16px;
  float: left;
}
.footer-sitemap-item:last-child { padding-right: 0;}

footer {
  padding-bottom: 30px;
  text-align: center;
  color: #9b9b9b;
}

/****************************************
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 {
    max-width: 566px;
    height: auto;
  }
  .contact-wrap {
    padding: 0 16px;
    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: 80px auto 24px;
    width: auto;
    text-align: center;
  }
  .footer-sitemap-item {
    padding-bottom: 16px;
    padding-right: 0;
    float: none;
    font-size: 10px;
  }
  footer { padding-bottom: 16px;}
  
}

.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);}   
}

.