@charset "UTF-8";
body {
  color: #333;
  min-width: auto;
  font-family: "YakuHanJPs", Roboto, "Noto Sans JP", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, sans-serif;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  body {
    font-size: 14px;
  }
}

/* ========================================================================
infoList
======================================================================== */
.domain_margin {
margin-top: 80px;
}

header {
  width: 100%;
}

.header_container {

}

.header_upper {
width: 100%;
display: flex;
justify-content: space-between;
align-items: center;
height: 60px;
}

.header_logo {
  width: 150px;
}

.domain_mg a {
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 13px;
  background: #e86e02;
  width: 90px;
  height: 40px;
  border-radius: 2px;
  text-align: center;
  padding: 9px 0;
  letter-spacing: 1.2px;
}

.header_lower {
  width: 100%;
  background: #fff8e6;
}

.header_navList {
  display: flex;
  justify-content: space-around;
  font-size: 14px;
}

.header_navList li {
  border-right: 1px solid #ff7500;
  width: 100%;
}

.header_navList li:first-child {
  border-left: 1px solid #ff7500;
}

.header_navList li a {
  display: block;
  color: #333;
  font-weight: 700;
  text-decoration: none;
  padding: 1em;
  text-align: center;
  cursor: pointer;
}

.header_navList li a:hover {
  background: #ff7500;
  color: #fff;
}

.mv_title {
  text-align: center;
  font-size: 35px;
  font-weight: 700;
  padding: 40px 0 100px;
}

.infoList {
  padding: 0 10px;
}

.infoList_ttl {
  font-weight: bold;
  font-size: 20px;
}

.detail_container {
  width: 100%;
  border-bottom: solid 1px #ababab;
  padding-bottom: 35px;
}

.detail_title {
  color: #ff7500;
  font-weight: bold;
  padding-left: .5em;
  border-left: .5em solid #ff7500;
  line-height: 1.5em;
}

.detail_right {
  /* width: 65%; */
  padding-left: 1em;
}

.infoList_note {
  margin-top: 5px;
}/*# sourceMappingURL=style.css.map */

.ttl-band {
  text-align: center;
  color: #ff6d00;
  font-weight: bold;
  line-height: 0.7;
  margin-top: 80px;
}

.ttl-band span {
  display: inline-block;
  border-right: 7px solid #ff6d00;
  border-left: 7px solid #ff6d00;
  padding: 5px 15px;
}

.cancel {
  border: solid 2px #ff7500;
}

.cancel_title {
  background: #ff7500;
  width: 100%;
  text-align: center;
  font-size: 18px;
  font-weight: 700;
  padding: 10px;
}

.cancel_txt {
  padding: 20px 40px 40px;
  width: 100%;
}

.cancel_btn {
  text-align: center;
  margin-top: 20px;
}

.cancel_btn a {
display: inline-block;
background: #626161;
width: 600px;
height: 50px;
padding: 10px 0;
text-align: center;
border-radius: 5px;
color: #fff;
font-size: 18px;
letter-spacing: 0.05em;
font-weight: 700;
box-shadow: 0 4px 0px #282727;
text-decoration: none;
}

.domain_cancelBtn a:hover {
  box-shadow: 0 1px 1px #282727;
}

.domain_txtBox {
margin-top: 20px;
padding: 0 1.5em;
}
.domain_titleBox {
  margin-top: 40px;
}

.domain_title{
  padding: 12px 1.5em;
  font-size: 20px;
  font-weight: 700;
  border-bottom: solid 2.5px #EDD479;
}

.notes {
  border: solid 4px #ff6d00;
  border-radius: 10px;
  padding: 20px 50px;
  background: #ff6f002f;
}

.notes_red {
color: red;
font-weight: 700;
text-align: center;
margin-top: 5px;
}

.notes_title {
  text-align: center;
  font-size: 25px;
  font-weight: 700;
  border-bottom: solid 2px#333;
}

.notes_txt {
  margin-top: 20px;
  font-weight: 700;
}

.domain_Sub {
  font-size: 12px;
}

.notes_Q {
  font-size: 14px;
  font-weight: 600;
}

.notes_QA {
  margin-top: 15px;
}

/*************************************
faq開閉あり
**************************************/
.ac-content a {
color: #0075b1;
cursor: pointer;
text-decoration: none;
}

.ac-content a:hover {
  color: #0075b1;
  text-decoration: underline;
  }

 /*************************************
faq開閉なし
**************************************/
.domain_acContent a {
  color: #333;
  cursor: pointer;
  text-decoration: none;
}

.domain_acContent a:hover {
  color: rgb(113, 202, 243);
}

.faq-group .domain_acTtl {
  background: #fff;
  color: #000;
  font-size: 16px;
  text-align: left;
  padding: 30px 62px 30px 86px;
  border-bottom: 1px solid #e8e8e8;
  font-weight: normal;
}

.domain_acTtl {
  cursor: pointer;
  position: relative;
  background: #000000;
  color: #fff;
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  padding: 10px 20px;
}

.domain_acContent {
  border: none;
  padding: 30px 62px 30px 86px;
  position: relative;
  background-color: #f4f4f4;
}

@media screen and (max-width: 768px) {
  body {
    font-size: 13px;
  }

  .mv_title {
    font-size: 1.5em;
  }

  .header_logo {
    width: 120px;
  }

  .cancel_btn a {
    width: 250px;
    font-size: 12px;
  }

  .inner {
    padding: 0 12px;
  }

  .domain_title {
    font-size: 14px;
    padding: 12px 1em;
  }

  .notes {
    padding: 20px 30px;
  }

  .notes_red {
    font-size: 12px;
  }

  .domain_txtBox {
    padding: 0 1em;
  }

  .faq-group .ac-ttl {
    font-size: 12px;
    padding: 21px 0 21px 45px;
  }

  .faq-group .ac-content {
    font-size: 12px;

  }
}

/*************************************
sp-menu
**************************************/
#js-spMenu {
  display: none;
}

@media screen and (max-width: 768px) {

  .btn-menu {
    position: absolute;
    top:0;
    right:0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    justify-content: center;
    cursor: pointer;
    width: 50px;
    height: 50px;
    background: #1a1a1a;
    z-index:1000;
    position: fixed;
  }
  .btn-menu .icon-hamburger {
    width: 24px;
    height: 30px;
    position: relative;
  }
  .btn-menu.open .icon-hamburger {
    z-index: 111;
    background: transparent;
  }
  .icon-hamburger span {
    display: inline-block;
    width: 24px;
    height: 4px;
    background: #fff;
    border-radius: 999em;
    position: absolute;
    left: 50%;
    margin-left: -12px;
    transition: 0.2s ease;
  }
  .icon-hamburger span:nth-child(1) {
    top: 4px;
  }
  .icon-hamburger span:nth-child(2) {
    top: 50%;
    margin-top: -2px;
  }
  .icon-hamburger span:nth-child(3) {
    bottom: 4px;
  }
  .btn-menu.open .icon-hamburger span {
    background: #fff;
  }
  .btn-menu.open .icon-hamburger span:nth-child(1) {
    transform: rotate(-45deg);
    top: 50%;
    margin-top: -1px;
  }
  .btn-menu.open .icon-hamburger span:nth-child(2) {
    display: none;
  }
  .btn-menu.open .icon-hamburger span:nth-child(3) {
    transform: rotate(45deg);
    top: 50%;
    margin-top: -1px;
  }

  .list-gnav{
    /* display: none; */
    width: 100%;
    height: 100%;
    background: #fff;
    padding: 50px 10px;
    position: fixed;
    font-size: 14px;
    left: 0;
    top: 0;
    text-align: center;
    z-index: 100;
  }

  .list-gnav > li{
    padding: 10px 0;
  }

  .list-gnav > li a {
  color: #333;
  font-weight: 700;
  }

  .list-gnav > li + li .btn-gnav::before {
    content: none;
  }
  .gnav-apply .btn-gnav {
    width: 90%;
    font-size: 20px;
    border-radius: 5px;
    padding: 15px 10px;
    color: #fff;
    background: #ff6d00;
    margin: 0 auto;
  }

}


