@charset "UTF-8";
/* CSS Document */
#container {
  max-width: inherit;
}

#guide-contents {
  padding-bottom: 45px;
}
/*--------------------------------------------------------*/
select,
input[type="date"] {
  color: #221815;
}

/*--------------------------------------------------------*/
.bg-bl {
  background-color: #b3dcff;
}

.faq-inner,
.notice-inner,
.notice-inner,
.support-inner,
.completed-inner {
  width: 100%;
  max-width: 1024px;
  margin: 0 auto;
  text-align: center;
}

.form-send-failure {
  background-color: #df0012;
  color: #fff;
  text-align: center;
  font-size: 2rem;
  padding: 10px 1rem;
}

/* hero画像 */
.main-visual {
  margin-bottom: 45px;
}

/* よくある質問 */
.faq-content {
  margin: 30px 30px 50px;
}
.faq-content .faq-title {
  font-size: 2rem;
  font-weight: bold;
  margin-bottom: 40px;
}
.faq-content .app-button {
  margin-top: 50px;
}

/* お知らせ */
.notice-inner .icon-next {
  width: 340px;
  margin: 80px auto 40px;
}
.notice-inner .notice-box {
  border: 2px solid #df0012;
  padding: 30px;
  margin: 40px 30px;
}
.notice-inner .notice-box .notice-box-txt,
.notice-inner .notice-box .notice-box-txt span {
  font-size: 2rem;
  font-weight: 700;
  line-height: 1.8;
  width: 100%;
}
.notice-inner .notice-box .notice-box-comment {
  display: inline-block;
  margin-top: 10px;
}

/* jetfiサポートセンター  */
.support-box .acd-content3 {
  padding: 0 30px;
}
.support-box .left-bar-title {
  font-size: 1.8rem;
  padding: 0 0 0 15px;
  border-left: 5px solid #f8db2a;
  font-weight: 700;
  text-align: left;
}
.support-box .business-hours {
  margin-bottom: 50px;
}
.support-box .support-bar {
  font-size: 2rem;
  font-weight: 700;
  color: #fff;
  background-color: #00ace8;
  padding: 20px;
  text-align: center;
}
.support-box .acd-label:after,
.support-box .acd-check:checked + .acd-label:after {
  background-image: url(/wifi/images/guide/anchor_arrow_app.svg);
}
.support-box .acd-label:after {
  transform: translate(0, -50%) rotate(90deg);
}
.support-box .acd-check:checked + .acd-label:after {
  transform: rotate(-90deg);
}
.support-box .acd-check:checked + .acd-label + .acd-content3 {
  padding-bottom: 0;
}
#contact-form {
  width: 70%;
  margin: auto;
}
.form-group {
  margin-bottom: 15px;
}
.form-group:last-of-type {
  margin-bottom: 0;
}
.form-group > select {
  width: 40%;
  height: 2.3em;
  border: 1px solid #b1b1b1;
  border-radius: 3px;
  padding: 3px;
}
.form-group > input {
  width: 70%;
  height: 2.3em;
}
.form-label-ttl {
  text-align: left;
  margin-bottom: 5px;
}
.form-label-txt {
  font-weight: bold;
}
.form-label-required {
  background-color: #df0012;
  color: #ffffff;
  font-weight: bold;
  padding: 2px 12px;
  margin-left: 6px;
}
.form-label-required > small {
  font-weight: bold;
}
.form-input-error {
  display: block;
  color: #df0012;
  font-size: 0.8em;
  line-height: 1.5;
}
.form-label-date {
  width: 70%;
  display: flex;
  align-items: center;
}
.form-label-date > input {
  height: 2.3em;
  margin-bottom: 0;
}
.form-label-date > span {
  padding: 0 10px;
}
.form-label-body {
  width: 70%;
  display: block;
  margin-bottom: 0;
}
#contact-form-textarea {
  width: 100%;
}
.custom-control-box {
  display: flex;
  justify-content: center;
  align-items: center;
}
.custom-control-input {
  width: 1em;
  height: 1em;
  margin-right: 0.575em;
}
/* お問合せ */
.completed-inner .ttl {
  position: relative;
  font-size: 3rem;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
  margin-bottom: 50px;
}
.completed-inner .ttl:after {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -20px;
  display: inline-block;
  width: 50px;
  height: 5px;
  transform: translateX(-50%);
  background-color: #f8db2a;
}
.completed-inner .row {
  display: flex;
  text-align: left;
  width: 60%;
  margin: auto auto 10px;
}
.completed-inner .col-form-key {
  display: flex;
  justify-content: space-between;
  flex-shrink: 0;
  width: 48%;
  margin-right: 10px;
}
.completed-inner .col-form-key .col-form-key-text-list {
  display: none;
}
.completed-inner .col-form-key .col-form-key-colon {
  margin-left: 10px;
}
.completed-inner .col-form-value {
  word-break: break-all;
}
/* .completed-inner .app-button-box.app-button-box-cols label {
  width: 30%;
}
.completed-inner .app-button-box.app-button-box-cols .app-button {
  width: 100% !important;
  margin: 0;
}
.completed-inner .app-button-box.app-button-box-cols-md-2 label:nth-of-type(2n-1) {
  margin-right: 2%;
} */
.completed-inner .app-button-box.app-button-box-cols .app-button {
  width: 30%;
  margin: 0;
}
.completed-inner .app-button-box.app-button-box-cols-md-2 .app-button:nth-of-type(2n-1) {
  margin-right: 2%;
}

/*-------------------------------*/

/*@media screen and (min-width : 1024px)

-------------------------------*/
@media screen and (max-width: 1024px) {
  .support-box .acd-check:checked + .acd-label + .acd-content3 {
    padding: 30px;
  }
  .support-inner {
    width: calc(100% - 2em);
  }
  #contact-form {
    width: 80%;
  }
  .completed-inner {
    width: calc(100% - 2em);
  }
  .completed-inner .row {
    width: 80%;
  }
  .completed-inner .col-form-key {
    width: 43%;
  }
}
/*-------------------------------*/

/*@media screen and (min-width : 768px)

-------------------------------*/
@media screen and (max-width: 768px) {
  #contact-form {
    width: 90%;
  }
  .form-group > select {
    width: 50%;
  }
  .completed-inner .ttl:after {
    bottom: -15px;
    width: 40px;
    height: 4px;
  }
  .completed-inner .row {
    width: 87%;
  }
  .completed-inner .col-form-key {
    width: 46%;
  }
}
/*-------------------------------*/

/*@media screen and (min-width : 640px)

-------------------------------*/
@media screen and (max-width: 640px) {
  .faq-content,
  .notice-inner .notice-box {
    margin-right: 2em;
    margin-left: 2em;
  }
  .support-box .acd-check:checked + .acd-label + .acd-content3 {
    padding-right: 2em;
    padding-left: 2em;
  }
  /* お知らせ */
  .notice-inner .icon-next {
    width: 260px;
    margin: 40px auto;
  }
  .notice-inner .notice-txt {
    font-size: 2rem;
    line-height: 1.8;
  }
  /* jetfiサポートセンター  */
  .support-box .business-hours {
    margin-bottom: 30px;
  }
  #contact-form {
    width: 100%;
  }
  .form-group > input,
  .form-label-date,
  .form-label-body {
    width: 100%;
  }
  .completed-inner .ttl {
    font-size: 2.5rem;
  }
  .completed-inner .ttl:after {
    width: 35px;
    height: 3px;
  }
  .completed-inner .row {
    width: 95%;
  }
  .completed-inner .col-form-key {
    width: 43%;
  }
  /* .completed-inner .app-button-box.app-button-box-cols label {
    width: 48%;
  } */
  .completed-inner .app-button-box.app-button-box-cols .app-button {
    width: 48%;
  }
}

/*-------------------------------*/

/*@media screen and (min-width : 500px)

-------------------------------*/
@media screen and (max-width: 500px) {
  .faq-content,
  .notice-inner .notice-box {
    margin-right: 1em;
    margin-left: 1em;
  }
  .support-box .acd-content3 {
    padding: 0 1em;
  }
  .support-box .acd-check:checked + .acd-label + .acd-content3 {
    padding: 2em 1em 0;
  }
  .custom-control-input {
    font-size: 0.9em;
  }
  .completed-inner .row {
    flex-direction: column;
    width: 95%;
  }
  .completed-inner .col-form-key {
    justify-content: start;
    width: 100%;
    margin: 0;
  }
  .completed-inner .col-form-key .col-form-key-text-list {
    display: inline-block;
  }
  .completed-inner .col-form-key .col-form-key-colon {
    margin-left: 0;
  }
}

/*-------------------------------*/

/*@media screen and (min-width : 360px)

-------------------------------*/
@media screen and (max-width: 360px) {
  .custom-control-input {
    font-size: 0.8em;
  }
  .form-label-date {
    flex-direction: column;
    align-items: flex-start;
  }
  .form-label-date > input {
    width: 50%;
  }
  .completed-inner .row {
    width: 98%;
  }
}
