@charset "UTF-8";
/*------------------------------------------------------

	/card/guide/inquiry.html

-------------------------------------------------------- */
/* カード選択 */
.inquiryTitle {
  margin-bottom: 10px;
  color: #222222;
  font-size: 1.2em;
  text-align: center;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .inquiryTitle {
    font-size: 1.4em;
  }
}

.tabList {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  gap: 0.6em;
}
@media screen and (min-width: 751px) {
  .tabList {
    gap: 10px 2%;
  }
}
.tabList > li {
  flex-basis: 100%;
}
@media screen and (min-width: 751px) {
  .tabList > li {
    flex-basis: 49%;
  }
}
.tabList > li > a {
  display: flex;
  align-items: center;
  height: 100%;
  padding: 1em 0.6em 1em 2.4em;
  border: 1px solid #ffffff;
  border-radius: 6px;
  background: #ffffff;
  color: inherit;
  position: relative;
}
@media screen and (min-width: 751px) {
  .tabList > li > a {
    font-size: 0.93em;
  }
}
.tabList > li > a::before, .tabList > li > a::after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 0;
  margin: auto;
  border-radius: 50%;
}
.tabList > li > a::before {
  left: 0.8em;
  width: 0.9em;
  height: 0.9em;
  border: 1px solid #0075C2;
}
.tabList > li > a.is-tabActive::after {
  left: 1.01em;
  width: 0.6em;
  height: 0.6em;
  background: #0075C2;
}
.tabList > li > a:hover, .tabList > li > a.is-tabActive {
  border: 1px solid #0075C2;
}

/* 問い合わせ内容一覧パネル */
.tab_panel {
  display: none;
}
.tab_panel.is-tabActive {
  display: block;
}
.tab_panel .innerTitle {
  font-size: 1.12em;
  font-weight: bold;
}
.tab_panel * + .innerTitle {
  margin-top: 15px;
}
.tab_panel .list_box {
  border-radius: 6px;
  box-shadow: 0 8px 16px 0 rgba(0, 0, 0, 0.25);
  overflow: hidden;
  border: 1px #222222 solid;
}
.tab_panel .list_box:not(:first-of-type) {
  margin-top: 1em;
}
.tab_panel .list_box .acoBtn {
  padding: min(1.25em, 20px);
  padding-right: 9.58vw;
  color: #222222;
  background: #ffffff;
  cursor: pointer;
  font-size: 1.25em;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 751px) {
  .tab_panel .list_box .acoBtn {
    padding-right: min(2.5em, 40px);
  }
}
.tab_panel .list_box .acoBtn::after {
  content: "";
  width: 4.26vw;
  height: 4.26vw;
  background: url(/card/shared/img/icon_circle_plus_blk.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.66vw;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .tab_panel .list_box .acoBtn::after {
    width: min(2.13vw, 16px);
    height: min(2.13vw, 16px);
    right: min(2.13vw, 16px);
  }
}
.tab_panel .list_box .acoBtn.is-open::after {
  background-image: url(/card/shared/img/icon_circle_minus_blk.svg);
}
.tab_panel .list_box .acoBtn > * {
  pointer-events: none;
}
.tab_panel .list_box .acoBtn-02 {
  padding: min(0.93em, 15px);
  padding-right: 9.58vw;
  color: #ffffff;
  background: #222222;
  cursor: pointer;
  font-size: 1.12em;
  font-weight: bold;
  position: relative;
}
@media screen and (min-width: 751px) {
  .tab_panel .list_box .acoBtn-02 {
    padding-right: min(2.5em, 40px);
  }
}
.tab_panel .list_box .acoBtn-02::after {
  content: "";
  width: 4.26vw;
  height: 4.26vw;
  background: url(/card/shared/img/icon_circle_plus.svg) no-repeat center/contain;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 2.66vw;
  margin: auto;
}
@media screen and (min-width: 751px) {
  .tab_panel .list_box .acoBtn-02::after {
    width: min(2.13vw, 16px);
    height: min(2.13vw, 16px);
    right: min(2.13vw, 16px);
  }
}
.tab_panel .list_box .acoBtn-02.is-open::after {
  background-image: url(/card/shared/img/icon_circle_minus.svg);
}
.tab_panel .list_box .acoCont {
  padding: min(1.25em, 20px);
  border-top: 1px #222222 solid;
}
.tab_panel .list_box .acoCont .acoCont_ttl {
  font-size: 1.25em;
  font-weight: bold;
  color: #0075C2;
  margin-bottom: 0.4em;
}
.tab_panel .list_box .acoCont * + .acoCont_ttl {
  margin-top: 40px;
}
.tab_panel .list_box .acoCont_bodyInner {
  margin: 0.4em 0 0 1em;
}
.tab_panel .list_box .acoCont .overBorder {
  margin-top: min(5.33vw, 20px);
  padding-top: min(5.33vw, 20px);
}
@media screen and (min-width: 751px) {
  .tab_panel .list_box .acoCont .overBorder {
    margin-top: min(2.66vw, 20px);
    padding-top: min(2.66vw, 20px);
  }
}
.tab_panel .list_box .acoCont_inner:not(:first-of-type) {
  margin-top: min(2vw, 15px);
}
.tab_panel .list_box .acoCont-02 {
  padding: min(1.25em, 20px);
}
.tab_panel .list_box .acoCont-02 > .division:first-of-type {
  margin-top: 0;
}
.tab_panel .list_box .acoCont-02 > .division:last-of-type {
  margin-bottom: 0;
}
.tab_panel .list_box .el_iconHand {
  align-self: center;
}
.tab_panel .list_box .el_iconHand > p {
  font-size: 1.06em;
  font-weight: bold;
}
@media screen and (min-width: 751px) {
  .tab_panel .list_box .el_iconHand > p {
    padding-left: 36px;
    position: relative;
  }
  .tab_panel .list_box .el_iconHand > p::before {
    content: "";
    width: 30px;
    height: 25px;
    background: url(/card/guide/img/icon-hand.svg) no-repeat center/contain;
    position: absolute;
    left: 0;
    top: 0;
    bottom: 0;
    margin: auto;
  }
}
.tab_panel .list_box img {
  vertical-align: bottom;
}
.tab_panel .bl_contactCardList > li {
  display: inline-flex;
  align-items: flex-start;
  gap: 10px;
}
.tab_panel .bl_contactCardList > li > img {
  flex-basis: 78px;
}
.tab_panel .bl_contactCardList > li > p {
  flex-grow: 2;
}

a.singleBtn > p {
  pointer-events: none;
}/*# sourceMappingURL=inquiry.css.map */

#panel4 .singleBtn {
  background-color: #fff;
  border: #0075c2 3px solid;
  box-shadow: none;
  color: #0075c2;
  border-radius: 10px;
  padding: 10px 0px 13px;
  font-weight: bold;
  font-size: 170%;
  line-height: 1.2;
  position: relative;
}
#panel4 .singleBtn::after {
  position: absolute;
  content: "";
  display: block;
  width: 48px;
  height: 36px;
  background: url(/card/guide/img/icon_mail02.png) no-repeat center/contain;
}

#panel4 .compartment-border{
  margin: auto;
}
@media screen and (min-width: 751px) {
  #panel4 .singleBtn {
    padding: 20px 20px 20px 80px;
  }
  
  #panel4 .compartment-border{
    width: 405px;
  }
  

}