@charset "Shift_JIS";
/* Updated 2022/09/20.a */



/*--------------------------------------------
Tab
---------------------------------------------*/
.tab-block01:not(:first-child) {
  margin-top: 28px;
}

.tab-block01 > .list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d5dedb;
}
.tab-block01 > .list > .item {
  width: 49.7%;
}
.tab-block01 > .list > .item > .switch {
  display: flex;
  justify-content: center;
  width: 100%;
  height: 100%;
  transition: background-color .3s ease-out;
  background: #d5dedb;

  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
}
.tab-block01 > .list > .item > .switch > .inner {
  display: flex;
  align-items: center;
  min-height: 54px;
  font-size: 1.8rem;
  font-weight: bold;
  color: #788883;
}
.tab-block01 > .list > .item > .switch[aria-selected="true"] {
  background: #004831;
}
.tab-block01 > .list > .item > .switch[aria-selected="true"] > .inner {
  color: #fff;
}

.tab-block01.-column3 > .list > .item {
  width: 33%;
}

.tab-block01.-column4 > .list > .item {
  width: 24.7%;
}

.tab-block01 > .wrap > .panel > .inner > .card-box03:first-child {
  margin-top: 0;
}

.tab-block01 > .wrap > .panel > .inner .card-section01 {
  margin-right: 0;
  margin-left: 0;
}

.tab-block02 {
  background-color: #fff;
  border: 1px solid #d5dedb;
}
.tab-block02 > .list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d5dedb;
}
.tab-block02 > .list > .item {
  width: 100%;
  text-align: center;
}
.tab-block02 > .list > .item > .switch {
  width: 100%;
  padding: 23px 0;
  transition: all .3s ease-out;
  border-bottom: 2px solid #fff;
  color: #d5dedb;
}
.tab-block02 > .list > .item > .switch[aria-selected="true"],
.tab-block02 > .list > .item > .switch:hover {
  border-bottom: 2px solid #004831;
  font-weight: bold;
  color: #004831;
}
.tab-block02 > .wrap {
  padding: 28px;
}
.tab-block02 > .wrap.-spFull01 {
  padding: 28px 0;
}
.tab-block02.-noBorder {
  border: none;
}
.tab-block02.-full01 > .list {
  width: 100%;
  max-width: calc(1280px - (40px * 2));
  margin: auto;
}
.tab-block02.-full01 > .wrap {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}






.tab-block02 {
  background-color: #fff;
  border: 1px solid #d5dedb;
}
.tab-block02 > .list {
  display: flex;
  justify-content: space-between;
  border-bottom: 1px solid #d5dedb;
}
.tab-block02 > .list > .item {
  width: 100%;
  text-align: center;
}
.tab-block02 > .list > .item > .switch {
  width: 100%;
  padding: 23px 0;
  transition: all .3s ease-out;
  border-bottom: 2px solid #fff;
  color: #d5dedb;
}
.tab-block02 > .list > .item > .switch[aria-selected="true"],
.tab-block02 > .list > .item > .switch:hover {
  border-bottom: 2px solid #004831;
  font-weight: bold;
  color: #004831;
}
.tab-block02 > .wrap {
  padding: 28px;
}
.tab-block02 > .wrap.-spFull01 {
  padding: 28px 0;
}
.tab-block02.-noBorder {
  border: none;
}
.tab-block02.-full01 > .list {
  width: 100%;
  max-width: calc(1280px - (40px * 2));
  margin: auto;
}
.tab-block02.-full01 > .wrap {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}


a:focus, button:focus, input:focus, textarea:focus, select:focus, [tabindex]:focus {
    outline: none;
}

.infoweb_txt1{
  margin-bottom: 96px;
}

.infoweb_txt2{
  margin-bottom: 18px;
}

.btn-list01 .item:nth-child(1) {
    margin-bottom: 18px 0 28px;
}


.btn-list01:not(:first-child) {
    margin-top: 0;
    margin-top: 18px;
}

.otoiawase ul.btn-list01 {
    margin-top: 18px 0 0;
}

.btn-list01.-row > .item:not(:first-child) {
    margin: 18px 0 0 0;
}



.btn-type01.-orange01 {
    background: #FF5F04;
}

.btn-type01.-orange01:hover {
    background: #E95501;
}

/* .otorihiki{
    border: 1px solid #C38030;

} */

/* .otorihiki .inner{
   color: #C38030;
} */

/* .btn-type02 > .inner{
  color: #C38030;
} */



/*--------------------------------------------
Tab new
---------------------------------------------*/

.tab-block04 {
  background-color: #fff;
}

.tab-block04 > .list {
  display: flex;
  justify-content: space-between;
  /*border-bottom: 1px solid #B3C8C1;
  border-top: 1px solid #B3C8C1;*/
}
.tab-block04 > .list > .item {
  width: 100%;
  text-align: center;
  font-size: 8px;
  border-left: 1px solid #B3C8C1;
}
.tab-block04 > .list > .item:last-child {
  border-right: 1px solid #B3C8C1;
}
.tab-block04 > .list > .item > .switch {
  width: 100%;
  padding: 18px 0;
  transition: all .3s ease-out;
  border-bottom: 2px solid #fff;
  color: #B3C8C1;
}
.tab-block04 > .list > .item > .switch[aria-selected="true"],
.tab-block04 > .list > .item > .switch:hover {
  border-bottom: 3px solid #004831;
  font-weight: bold;
  color: #004831;
  background: #E5EDEA;
}
.tab-block04 > .wrap {
  padding: 28px;
}
.tab-block04 > .wrap.-spFull01 {
  padding: 28px 0;
}
.tab-block04.-noBorder {
  border: none;
}
.tab-block04.-full01 > .list {
  width: 100%;
  max-width: calc(1280px - (40px * 2));
  margin: auto;
}
.tab-block04.-full01 > .wrap {
  padding-right: 0;
  padding-bottom: 0;
  padding-left: 0;
}


.dInlineBlock {
    display: inline-block;
}


@media screen and (max-width: 767px) {
.tab-block04:not(.-full01) {
    margin-right: -4.8vw;
    margin-left: -4.8vw;
  }
  .tab-block04 > .list {
    padding: 10px;
    /* flex-wrap: nowrap; */
  }
  .tab-block04 > .switch {
    padding: 10px 0;
  }
  .tab-block04 > .wrap.-spFull01 {
    padding: 28px;
  }

/*sp_tab0902*/
.tab_menu{
  white-space:nowrap;
  font-size: 14px;
}

.tab-block04 > .list > .item > .switch {
  /* width: 100%; */
  /* padding: 8px; */
  display: flex;
  justify-content: space-around;
  transition: all .3s ease-out;
  border-bottom: 2px solid #fff;
  color: #B3C8C1;
  }
.tab-block01.-column4 > .list > .item {
  width: 14%;
  /* width: 24.7%; */
}

.title-heading02.-left, .title-heading03.-left, .title-heading04.-left {
    margin-top: 0;
}

.menu > li.menu__single {
    position: relative;
}

/* プルダウン0909 */
.sp_menu li {
   position: relative;
   float: left;
}
.sp_menu li a {
   display: block;
   width: 220px;
   padding: 10px;
}
.sp_menu li a:hover {
   background: #dbdbdb;
}
.sp_menu li:hover > ul {
   display: block;
}
.sp_menu ul {
   display: none;
   position: absolute;
   top: 38px;
   width: 240px;
}


.sp_menu li a {
   display: block;
   width: 220px;
   padding: 10px;
   webkit-transition-duration: 0.3s;
   -moz-transition-duration: 0.3s;
   transition-duration: 0.3s;
}

/* タブメニュー */
.content-block01:not(:first-child) {
    margin-top: 0;
}



.tab-block04 > .list {
    padding: 13px;
    flex-wrap: wrap;
    justify-content: flex-start;
}


.tab-block04 > .list > .item {
    width: 25%;
    text-align: center;
    font-size: 8px;
    border-left: 1px solid #B3C8C1;
    margin-top: 10px;
}

.tab-block04 > .list li:nth-child(4) {
       border-right: 1px solid #B3C8C1;
 }

 .btn-type01.fn-telNumber01 {
     background-color: #ffff;
     font-size: 16px;
 }

 .fn-telNumber01 .inner{
        color: #004831;
 }

 .tab-block04 > .list > .item > .switch {
     padding: 10px 0;
 }

.times{
  margin-top: 8px;
}



}






/*--------------------------------------------
Tab new end
---------------------------------------------*/




}
