@charset "utf-8";

.label{
  padding: .4rem 1rem;
  font-size: 1.2rem;
}

.label-nuro{
  background-color: black;
  color: white;

}
.label-customer{
  background: #a6d751;
  color: black;
}

.hl-bgc{
  background-color: #ff0;
}

.impt{
  color: #e81443;
}

.step .comp-accordion{
  border-top: 2px solid black;
}
.step .comp-accordion:last-of-type{
  border-bottom: 2px solid black;
}
.comp-accordion{
  padding-top: 1.6rem;
  padding-bottom: 1.6rem;
}

.comp-accordion .trigger{
  font-weight: bold;
  display: flex;
  width: 100%;
  text-align: left;
}
.comp-accordion .trigger span{
  display: inline-block;
  margin-right: .8rem;
}
.comp-accordion .trigger span:last-of-type{
  margin-right: 0;
}
.comp-accordion .trigger .num{
  text-align: center;
  background-color: black;
  color: white;
  border-radius: 50%;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  font-weight: normal;
}
.comp-accordion .trigger .sub{
  color: #a6d751;
}
.comp-accordion .trigger .state{
  margin-left: auto;
  text-indent: -999em;
  position: relative;
  background-color: #0052a4;
  width: 2.4rem;
  min-width: 2.4rem;
  height: 2.4rem;
  border-radius: 50%;
}
.comp-accordion .trigger .state::after,
.comp-accordion .trigger .state::before{
  content: "";
  display: block;
  position: absolute;
  width: .2rem;
  height: 1.2rem;
  background-color: white;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}
.comp-accordion .trigger .state::after{
  transform: rotate(90deg);
}
.comp-accordion .trigger .state::before{
  transition: all .2s ease-in-out;
}
.comp-accordion [aria-expanded="true"] .state::before{
  transform: rotate(90deg);
}
.comp-accordion [aria-hidden="true"]{
  display: none;
}

.box{
  border: 1px solid #ccc;
  margin-top: 1.6rem;
  border-radius: .8rem;
}
.box .inner{
  padding: 0 1.6rem;
}

.comp-qa .icon{
  position: relative;
  display: inline-block;
  z-index: 1;
  padding-left: 1rem;
  padding-top: 0.8rem;
  font-size: 1.6rem;
  line-height: 1;
  font-family: Arial;
  font-weight: normal;
  margin-right: 2.4rem!important;
}
.comp-qa .icon-q,.comp-qa .icon-a{
  font-size: 1.8rem;
  font-weight: bold;
}
.comp-qa .icon::before,
.comp-qa .icon::after{
  content: "";
  display: block;
  position: absolute;
  padding: 1.6rem;
  top: 0;
  left: 0;
  max-height: 2.4rem;
  max-width: 2.4rem;
  border: 1px solid transparent;
}

.comp-qa .icon::after{
  border-radius: 50%;
  z-index: -1;
}
.comp-qa .icon-a::after{
  border: 1px solid black;
}

.comp-qa .icon-q::after{
  background-color: #A8D760;
}

.row{
  display: flex;
}

/* AIチャットバナーと被るためページトップへボタンを元に戻した20240926 */
/* .pagetopLink{
  background: url(../images/gotop.png) left top no-repeat;
  overflow: hidden;
  width: 64px;
  height: 64px;
  border: none;
  margin-left: auto;
  margin-right: 0;
  display: block;
  position: fixed;
  bottom: 0;
  right: 2rem;
  z-index: 1;
  margin-bottom: 2rem;
  margin-top: 0;
}
.pagetopLink span{
  display: inline-block;
  text-indent: 9999em;
  z-index: -1;
}
.pagetopLink span::after{
  display: none;
}
.pagetopLink.fixed{
  position: fixed;
  z-index: 1;
} */

.mod-btn .btn .arrow-lw{
  position: relative;
  padding-left: 1.6rem;
}
.mod-btn .btn .arrow-lw:after{
  display: none;
}
.mod-btn .btn .arrow-lw:before{
  content: "";
  display: inline-block;
  position: relative;
  left: -1rem;
  top: 0;
  bottom: 0;
  margin-top: auto;
  margin-bottom: auto;
  width: 9px;
  height: 9px;
  border-top: 2px solid #fff;
  border-left: 2px solid #fff;
  transform: rotate(-45deg);
}

/* @media only screen and (max-width: 767px){
  .pagetopLink{
    width: 32px;
    height: 32px;
    right: 1rem;
    background-size: 32px 32px;
    margin-bottom: 1rem;
  }
} */

/* 20240521 追加 */

/* アコーディオン */
.comp-accordion a {
  text-decoration: underline;
  color: #0074ad;
}

.comp-accordion a:hover, .comp-accordion a:active {
  text-decoration: none;
}

#nofacility {
  border-bottom: 2px solid black;
  padding-bottom: 1.6rem;
}

#facility,#nofacility.open {
  border-bottom: none;
  padding-bottom: none;
}

.facility-block,.nofacility-block {
  display: none;
}

.facility-block.open,.nofacility-block.open {
  display: block;
}

.mod-btn .btn.var-02 a {
  color: #ffffff;
  background: #262626;
  text-decoration: none;
}

.mod-btn .btn.var-02 a[href]:hover, .mod-btn .btn.var-02 a[href]:focus, .mod-btn .btn.var-02 button[type]:not(:disabled):hover, .mod-btn .btn.var-02 button[type]:not(:disabled):focus {
  color: #ffffff;
  background: #262626;
  opacity: 0.8;
}

.list.result-list li {
  font-size: 1.6rem;
}

.comp-accordion .btn_rightbox span {
  margin-right: 0;
  vertical-align: middle;
}

.btn_rightbox {
  margin-left: auto;
}

.btn_rightbox .state {
  margin-left: .8rem !important;
}

.btn_rightbox .label-customer,.btn_rightbox .label-nuro{
  margin-right: 0 !important;
}

.btn_rightbox .label-nuro{
  font-weight: normal;
}

@media only screen and (max-width: 767px){
  .facility-block.comp-accordion .trigger span.title, .nofacility-block.comp-accordion .trigger span.title {
    width: 47%;
  }
  .comp-accordion .btn_rightbox span {
    font-size: 1rem;
  }

  .btn_rightbox .state {
    margin-left: .4rem !important;
  }

  .btn_rightbox .label {
    padding: .2rem .5rem !important;
  }
}

#unit39_1,#unit39_2 {
  display: none;
}
