.tab {
  margin-top: 0px;
  border: 2px solid #e3e3e3;
  padding: 40px 40px 0;
}

@media screen and (max-width: 768px) {
   .tab {
    margin-top: 40px;
    border: none;
    padding:0;
  }
}

.tabWrap {
  margin-bottom: 7px;
  width: 100%;
  overflow-x: scroll
}

 .tabWrap .tabList01,#en_financial_contact-faq .tabWrap .tabList01 {
  white-space: nowrap
}

 .tabWrap::-webkit-scrollbar,#en_financial_contact-faq .tabWrap::-webkit-scrollbar {
  display: none
}

 .groupBox01,#en_financial_contact-faq .groupBox01 {
  padding: 40px 20px;
  display: none;
}

@media screen and (max-width: 768px) {
   .groupBox01 {
      padding: 0;
  }
}

 .groupBox01 .group01,#en_financial_contact-faq .groupBox01 .group01 {
  margin-top: 50px
}

 .groupBox01 .group01:nth-of-type(1),#en_financial_contact-faq .groupBox01 .group01:nth-of-type(1) {
  margin-top: 0
}

 .groupBox01 .group01 .ttl13,#en_financial_contact-faq .groupBox01 .group01 .ttl13 {
  margin-bottom: 24px
}

@media screen and (max-width: 768px) {
   .groupBox01 .group01,#en_financial_contact-faq .groupBox01 .group01 {
      margin-top:30px
  }

   .groupBox01 .group01 .ttl13,#en_financial_contact-faq .groupBox01 .group01 .ttl13 {
      margin-bottom: 12px
  }
}

 .dlWrap01 .dlType01,#en_financial_contact-faq .dlWrap01 .dlType01 {
  margin-bottom: 4px
}

 .dlWrap01 .dlType01:nth-last-of-type(1),#en_financial_contact-faq .dlWrap01 .dlType01:nth-last-of-type(1) {
  margin-bottom: 0
}

 .dlWrap01 .dlType01 dd,#en_financial_contact-faq .dlWrap01 .dlType01 dd {
  display: none
}

 .dlWrap01 .dlType01 dd a,#en_financial_contact-faq .dlWrap01 .dlType01 dd a {
  color: #1D7E23;
  text-decoration: underline;
  font-weight: bold;
}

.dlType01 .sort {
  font-size: 32px;
  position: absolute;
  left: 32px;
  top: 10px
}

@media screen and (max-width: 768px) {
  .dlType01 .sort {
      font-size:20px;
      left: 7px
  }
}

.dlType01 dt {
  cursor: pointer;
  font-size: 16px;
  line-height: 1.8;
  position: relative;
  padding: 20px 80px 20px 80px;
  background: #F0F0F0;
}

@media screen and (max-width: 768px) {
  .dlType01 dt {
      font-size:15px;
      padding: 14px 32px 14px 30px
  }
}

.dlType01 dt .arrow {
  position: absolute;
  right: 10px;
  top: 32%;
  transform: rotate(90deg);
  width: 25px;
  height: 25px;
  transition: transform 0.3s ease, border-color 0.3s ease;
  background: #fff;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
}

.dlType01 dt .arrow::before {
  content: '';
  position: absolute;
  top: 50%;
  left: 40%;
  width: 10px;
  height: 10px;
  border-top: 2px solid green;
  border-right: 2px solid green;
  transform: translate(-50%, -50%) rotate(45deg);
}


@media screen and (max-width: 768px) {
  .dlType01 dt .arrow {
      width:20px;
      height: 20px;
      right: 5px;
  }
  .dlType01 dt .arrow::before {
    width: 8px;
    height: 8px;
  }
}

.arrow.close {
  transform: rotate(-90deg) !important;
}

.dlType01 dt .sort {
  color: #1D7E23;
  top: 6px
}

@media screen and (max-width: 768px) {
  .dlType01 dt .sort {
      left:9px;
      top: 7px
  }
}

.dlType01 dd {
  padding: 20px 80px 20px 80px;
  line-height: 1.8;
  position: relative
}

@media screen and (max-width: 768px) {
  .dlType01 dd {
      padding:14px 0 14px 30px
  }
}

.dlType01 dd .sort {
  color: #1D7E23;
  left: 34px;
}

@media screen and (max-width: 768px) {
  .dlType01 dd .sort {
    top: 8px;
    left: 10px;
  }
}

.tabList01 {
  margin: 0 20px;
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  justify-content: flex-start;
  font-family: var(--font_mincyo);
}

@media screen and (max-width: 768px) {
  .tabList01 {
      flex-wrap:wrap
  }
}

@media screen and (max-width: 768px) {
  .tabList01 {
    flex-wrap:nowrap;
    display: table;
    width: 100%;
    padding: 0;
    margin: 0 0 20px 0;
  }
  .tabList01 li {
    display: table-cell;
    text-align: center;
    vertical-align: middle;
    width: 50%;
  }
}

.tabList01 li:nth-last-of-type(1) {
  margin-right: 0
}

.tabList01 li a {
  font-size: 18px;
  display: block;
  color: #1D7E23;;
  border: 1px solid #1D7E23;;
  padding: 10px 80px;
  text-decoration: none;
}
.tabList01 li a.cate_id_misaki 
{
  padding: 10px 45px;
}

.tabList01 li a:hover {
  cursor: pointer
}

@media screen and (max-width: 768px) {
  .tabList01 li a, .tabList01 li a.cate_id_misaki  {
      font-size:15px;
      padding: 10px 20px
  }
}

.tabList01 li a.active {
  text-decoration: none;
}

.tabList01 li a.active.cate_id_flc {
  color: #2f79b4;
  border: 2px solid #2f79b4;
  border-bottom: 12px solid #2f79b4;
  position: relative
}

@media screen and (max-width: 768px) {
  .tabList01 li a.active.cate_id_flc {
      border-bottom:7px solid #2f79b4
  }
}

.tabList01 li a.active.cate_id_flc:before {
  position: absolute;
  width: 51%;
  height: 12px;
  background: #86ad3d;
  display: block;
  bottom: -12px;
  right: -2px;
  content: ""
}

@media screen and (max-width: 768px) {
  .tabList01 li a.active.cate_id_flc:before {
      bottom:-7px;
      height: 7px
  }
}

.tabList01 li a.active.cate_id_sushiro {
  color: #b81c21;
  border: 2px solid #b81c21;
  border-bottom: 12px solid #b81c21
}

@media screen and (max-width: 768px) {
  .tabList01 li a.active.cate_id_sushiro {
      border-bottom:7px solid #b81c21
  }
}

.tabList01 li a.active.cate_id_kyotaru {
  color: #ffffff;
  background-color: #1D7E23;
}



.tabList01 li a.active.cate_id_misaki {
  color: #ffffff;
  background-color: #1D7E23;
}

#tab,ul.s_eirTab {
  width: 100%;
  display: flex
}

#tab li,ul.s_eirTab li {
  width: 15%;
  border: solid 1px #2f79b4;
  margin-right: 15px
}

#tab li+li,ul.s_eirTab li+li {
  border-left-width: 1px
}

#tab li a,ul.s_eirTab li a {
  padding: 20px;
  text-align: center;
  display: inline-block;
  width: 100%;
  color: #2f79b4
}

#tab li.active a,#tab li:hover a,ul.s_eirTab li.active a,ul.s_eirTab li:hover a {
  color: #fff;
  background: #2f79b4;
  opacity: 1
}

@media screen and (max-width: 768px) {
  #tab,ul.s_eirTab {
      justify-content:space-between;
      flex-wrap: wrap
  }

  #tab li,ul.s_eirTab li {
      width: 49%;
      margin-right: 0;
      margin-bottom: 10px
  }

  #tab:after,ul.s_eirTab:after {
      display: none !important
  }
}




.fixedModalBtn01 {
  position: fixed;
  bottom: 15px;
  right: 150px;
  background: #dadde0;
  color: #2c2c2c;
  padding: 15px 55px 15px 20px;
  z-index: 9998;
  font-family: serif;
  border-radius: 35px;
  cursor: pointer
}

.fixedModalBtn01::after {
  content: "";
  background: url(/wp-content/uploads/2022/10/modal-arrow.png);
  background-size: cover;
  background-repeat: no-repeat;
  position: absolute;
  display: block;
  width: 23px;
  height: 23px;
  border-radius: 25px;
  top: 15px;
  right: 20px
}

@media screen and (max-width: 768px) {
  .fixedModalBtn01 {
      padding:8px 45px 8px 20px;
      right: unset;
      left: 10px;
      bottom: 10px
  }

  .fixedModalBtn01::after {
      height: 20px;
      width: 20px;
      line-height: 20px;
      margin-left: 10px;
      font-size: 10px;
      top: 8px
  }
}

.logo02 {
  width: 156px;
  margin: 0 auto;
  display: block
}

.thisCaseContact {
  line-height: 1.8;
  margin: 40px 0 60px
}

.thisCaseContact .dlType02 {
  margin-top: 5px
}

.thisCaseContact .dlType02 dt {
  font-weight: bold
}

.tabList02 {
  display: flex;
  flex-wrap: nowrap;
  justify-content: space-between;
  justify-content: flex-start;
  margin: 0 auto;
  width: calc(100% - 50px)
}

@media screen and (max-width: 768px) {
  .tabList02 {
      flex-wrap:wrap
  }
}

@media screen and (max-width: 768px) {
  .tabList02 {
      flex-wrap:nowrap;
      width: 100%
  }
}

.tabList02 li {
  margin-right: 16px;
  width: 33.3333333333%
}

.tabList02 li:nth-last-of-type(1) {
  margin-right: 0
}

@media screen and (max-width: 768px) {
  .tabList02 li {
      margin-right:6px
  }
}

.tabList02 li a {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  display: block;
  color: #777;
  border: 1px solid #aaa;
  padding: 19px 0
}

.tabList02 li a:hover {
  cursor: pointer
}

@media screen and (max-width: 768px) {
  .tabList02 li a {
      font-size:12px;
      padding: 10px 0
  }
}

.tabList02 li a.active {
  text-decoration: none;
  color: #fff;
  background-color: #2f79b4;
  border: 1px solid #2f79b4
}

.group02 {
  display: flex;
  justify-content: space-between
}

.group02 .group02Block {
  width: calc((100% - 45px)/2)
}

@media screen and (max-width: 768px) {
  .group02 {
      display:block
  }

  .group02 .group02Block {
      width: 100%
  }
}

.group03 {
  display: flex;
  justify-content: space-between
}

.group03 .group02Block {
  width: calc((100% - 45px)/2)
}

@media screen and (max-width: 768px) {
  .group03 {
      display:block
  }

  .group03 .group02Block {
      width: 100%
  }
}

.btn_center{
  justify-content: left!important;
}
@media screen and (max-width: 768px) {
  .btn_center{
    margin-bottom: 0!important;
    justify-content: center!important;
  }
}
.mb_30 {
  margin-bottom: 30px!important;
}
.other_inquiry_txt {
  margin-bottom: 50px;
  line-height: 1.8;
}
@media screen and (max-width: 768px) {
  .btn_type02 .btn_line{
    width: 100%!important;
  }
}

/*# sourceMappingURL=style.min.css.map */
