@charset 'UTF-8';
/*  Add Custom CSS here.  */

.topBox2 .txtLabel.changeNews {
  background: #000000;
}

.twoButton {
  padding: 0 20px;
}

.twoButton a {
  position: static;
  background: #000;
  opacity: 1;
  text-indent: 0;
  display: block;
  margin-top: 15px;
  font-weight: bold;
  font-size: 18px;
  letter-spacing: 0.9px;
  color: #fff;
  padding: 15px;
  position: relative;
}

.twoButton a:after {
  content: "";
  position: absolute;
  right: 15px;
  top: 50%;
  width: 7px;
  height: 7px;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  -webkit-transform: rotate(45deg);
  -moz-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
  -o-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-top: -5px;
}


.twoButton a.twoB01 {
  background: #999999;
}


#contact.testup table tr th{
  width: 230px;
}

.mr20{
  margin-right: 20px;
}

.testup .formBlock .tableContact td{
  padding-bottom: 20px;
}

.cmsContent span:after{
  background: none !important;
}



@media only screen and (max-width: 767px) {

  .topBox2 .txtLabel.changeNews {
    background: #000;
  }
  .testup .tableContact td span.chkradio{
    margin-top: 15px;
    font-size: 14px;
    display: block;
  }

  .testup .tableContact td span.chkradio span.sp{
    margin: 10px 0;
    display: block;
  }

  header #mnf .first_sp .btn_menu.changeBg{
    background: #e2004f;
  }
}

/*====================================
  Edit contact 2019.02.28
======================================*/
.frmContact .tableContact .doubleLine .txt {
  display: table;
}
.frmContact .tableContact .doubleLine span,
.frmContact .tableContact .last .txt span {
  display: table-cell;
  vertical-align: top;
}
.frmContact .tableContact .doubleLine em,
.frmContact .tableContact .last em{
  position: relative;
  top: 9px;
}
.frmContact .tableContact .showMore td.main{
  padding-top: 0;
}
.frmContact .tableContact .showMore .lastBox td,
.frmContact .tableContact .showMore .lastBox th{
  border-bottom: 0;
}
.frmContact .tableContact .showMore{
  display: none;
}
@media only screen and (max-width: 767px) {
  .frmContact .tableContact .doubleLine em,
  .frmContact .tableContact .last em{
  position: static;
  }
  .frmContact .tableContact .showMore td.main{
  padding: 0;
  }
  .frmContact .tableContact .showMore td{
  padding-top: 10px;
  }
  .frmContact .tableContact .showMore .lastBox td{
  padding-bottom: 20px;
  }
}



/*====================================
  Edit coampany/bases 2019.08.19
======================================*/
.baseBox2New .innerBox .box .ttl .txtsmall{
  font-size: 16px;
  font-weight: normal;
}

.iconInstagram{
  margin-bottom: 20px;
}
.btn_btob a{
  display: flex;
  width: 100%;
}
.btn_btob a .txt{
  font-size: 10px;
  display: block;
  padding-left: 12px;
  padding-top: 5px;
}
.btn_btob a .txt .fnOpensan{
  font-size: 14px;
  line-height: 14px;
  display: block;
  font-weight: bold;
}
@media only screen and (max-width: 767px){
  header #mnf .second_sp .inner .instagramBox{
    padding-left: 35px;
    margin-bottom: 35px;
  }
  .btn_btob{
    padding-left: 35px;
    margin-bottom: 15px;
  }
  .btn_btob a .txt{
    font-size: 12px;
    color: #fff;
  }
}

@media only screen and (min-width: 768px){
  .nextPrevBox .list .box .txtBox .ttlPost{
    height: 50px;
  }
  .nextPrevBox .list li .box .txtBox .ttlPost{
    margin-left: 15px;
    margin-right: 15px;
  }
  .nextPrevBox .list .box .txtBox .txtDate{
    white-space: nowrap;
  }
  .btn_btob{
    margin-bottom: 15px;
  }
}

/*====================================
  Edit 2023.09.14
======================================*/
@media only screen and (min-width: 768px){
  .privacy_anchor{
    display: flex;
    justify-content: center;
  }
  .privacy_anchor .item{
    padding:  0 19px;
  }
  header .headerBox .menuList{
    padding-bottom: 150px;
  }
  header .headerBox .innerBox{
    min-height: 770px;
    padding-bottom: 150px;
  }
  header .headerBox .logo{
    background: #fff;
    top: 0;
    padding-top: 35px;
  }
}
.privacy_anchor{
  margin-bottom: 70px;
}
.privacy_anchor a{
  color: #000;
  letter-spacing: 0.07em;
  font-weight: 500;
  text-decoration: underline;
  font-size: 16px;
}
.privacyWrrapBox .innerBox .txt{
  line-height: 30px;
  letter-spacing: 0.1em;
}
.policy .ttl_custom{
  margin-bottom: 10px;
}
.policy .ttl_custom1{
  margin-bottom: 17px;
}
.privacyWrrapBox .itembox1{
  margin-top: 0;
}
@media only screen and (max-width: 767px){
  .privacy_anchor .item{
    text-align: center;
    margin-bottom: 12px;
  }
  .privacy_anchor .item:last-child{
    margin-bottom: 0;
  }
  .privacy_anchor{
    margin-bottom: 50px;
  }
  .privacyWrrapBox .innerBox .txt{
    letter-spacing: 0.04em;
  }

  .nextPrevBox .list li:nth-child(odd){
    padding-right: 10px;
  }
  .nextPrevBox .list li:nth-child(even){
    padding-left: 10px;
  }
}