@charset "UTF-8";
/* ============================== ib > bobindex */
/* ログインボタン */
.ib_login {
  background: #ECF7FF;
  border-radius: 10px;
  padding: 22px 20px 40px;
  text-align: center;
}
.ib_login p {
  color: #32A299;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.1rem;
  font-weight: bold;
}

.ib_login .btn_ib-login {
  margin-top: 12px;
}
.ib_login .btn_ib-login a {
  height: 80px;
  width: 100%;
  max-width: 400px;
  opacity: 1;
  transition: all 0.25s ease;
}
.ib_login .btn_ib-login a:hover {
  opacity: 0.8;
  transition: all 0.25s ease;
}

.btn_ib-login a {
  background: #32A299;
  border-radius: 10px;
  color: #fff;
  display: inline-flex;
  align-items: center;
  justify-content: center;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.5rem;
  font-weight: bold;
  padding: 10px;
  text-decoration: none;
}
.btn_ib-login a span {
  display: inline-flex;
  align-items: center;
}
.btn_ib-login a span::before {
  background: url(/assets/images/ib/icon_login.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  margin-right: 6px;
  height: 40px;
  width: 40px;
}

.ib_login + p {
  font-weight: 500;
}

/* ご利用可能時間 */
.tbl_ib-style {
  border: #919191 solid 1px;
  border-collapse: collapse;
  width: 100%;
}
.tbl_ib-style th, .tbl_ib-style td {
  font-size: 2rem;
  padding: 30px 40px;
  text-align: left;
}
.tbl_ib-style th {
  background: #F8F8E6;
}
.tbl_ib-style th span {
  display: block;
}
@media screen and (max-width: 768px) {
  .tbl_ib-style th, .tbl_ib-style td {
    font-size: 1.8rem;
    padding-left: 20px;
    padding-right: 20px;
    text-align: center;
  }
  .tbl_ib-style th span {
    font-size: 1.5rem;
  }
}

.tbl_ib-bobindex {
  margin-top: 40px;
}
.tbl_ib-bobindex th {
  width: 31.2903225806%;
}
@media screen and (max-width: 768px) {
  .tbl_ib-bobindex th, .tbl_ib-bobindex td {
    display: block;
    width: 100%;
  }
}

.list_ib-availabletime {
  display: flex;
  flex-wrap: wrap;
}
.list_ib-availabletime dt {
  flex: 0 0 5em;
  font-weight: bold;
}
.list_ib-availabletime dd {
  flex-basis: calc(100% - 5em - 20px);
  margin-left: 20px;
}
@media screen and (max-width: 768px) {
  .list_ib-availabletime {
    justify-content: space-around;
    margin: 0 auto;
    width: 12em;
  }
  .list_ib-availabletime dt {
    text-align: left;
  }
  .list_ib-availabletime dd {
    flex-basis: auto;
    text-align: right;
  }
}

/* 重要なお知らせ */
.ib_important {
  border: #D0230E solid 5px;
  border-radius: 29px;
  margin-top: 40px;
  padding: 23px 42px 40px;
}
@media screen and (max-width: 768px) {
  .ib_important {
    border-width: 3px;
    border-radius: 20px;
    padding: 20px;
  }
}

.ttl_ib_important {
  color: #D0230E;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.2rem;
  font-weight: bold;
}
.ttl_ib_important::before {
  background: url(/assets/images/common/icon_attention.svg) no-repeat center/contain;
  content: "";
  display: inline-block;
  margin-right: 7px;
  position: relative;
  top: -0.1lh;
  vertical-align: middle;
  height: 29px;
  width: 29px;
}
@media screen and (max-width: 768px) {
  .ttl_ib_important {
    font-size: 2rem;
  }
  .ttl_ib_important::before {
    height: 24px;
    width: 24px;
  }
}

.ib_important .h_important {
  margin-top: 20px;
}
.ib_important .h_important strong {
  color: #D0230E;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.6rem;
}
.ib_important .h_important + p {
  font-size: 2rem;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .ib_important .h_important {
    margin-top: 15px;
  }
  .ib_important .h_important strong {
    font-size: 2.2rem;
    line-height: 1.6;
  }
  .ib_important .h_important + p {
    font-size: 1.7rem;
    margin-top: 20px;
  }
}

/* ib_limit */
.ib_limit {
  margin-top: 40px;
}
.ib_limit dt {
  color: #263F88;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
.ib_limit dd {
  margin-top: 20px;
}

/* 各種案内 */
.ib_link-list {
  display: flex;
  flex-wrap: wrap;
}

.ib_link-item {
  background: #ECF7FF;
  border-radius: 10px;
  display: flex;
  padding: 32px 25px 35px;
}
.ib_link-item dt {
  color: #263F88;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 1.3;
  padding-bottom: 26px;
  position: relative;
}
.ib_link-item dt::after {
  background: rgb(171, 230, 216);
  background: linear-gradient(90deg, rgb(171, 230, 216) -20%, rgb(209, 238, 176) 75%, rgba(211, 214, 132, 0.4) 100%);
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  height: 6px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .ib_link-item dt {
    font-size: 2.2rem;
  }
}
.ib_link-item dd:not([class]) {
  margin-top: 18px;
}
.ib_link-item .btn_ib-common {
  margin-top: 20px;
}
.ib_link-item .btn_ib-common a {
  background: #32A299;
  border-radius: 9999px;
  color: #fff !important;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
  display: block;
  padding: 15px;
  position: relative;
  text-align: center;
  width: 100%;
}
.ib_link-item .btn_ib-common a::after {
  position: absolute !important;
  top: 50% !important;
  transform: translateY(-50%);
}
.ib_link-item .btn_ib-common a:not([href$=".pdf"])[target=_blank]::after {
  background: url(/assets/images/common/icon_blank_wh.svg) no-repeat center/contain !important;
  right: 20px;
}
.ib_link-item .btn_ib-common a[href$=".pdf"]::after {
  background: url(/assets/images/common/icon_pdf_S_wh.svg) no-repeat center/contain !important;
  right: 16px;
}

.link-list_style1 {
  margin-top: 60px;
}
.link-list_style1 .ib_link-item {
  align-items: center;
  justify-content: space-between;
  flex: 0 0 100%;
  flex-wrap: wrap;
}
.link-list_style1 .ib_link-item dt {
  flex: 0 0 100%;
}
.link-list_style1 .ib_link-item .btn_ib-common {
  flex-basis: 350px;
}

.link-list_style1 + p {
  margin-top: 20px;
}
.link-list_style1 + p + .txt_kome {
  margin-top: 12px;
}

.link-item_style2 {
  gap: 40px 20px;
  margin-top: 40px;
}
.link-item_style2 .ib_link-item {
  flex-direction: column;
  flex-basis: calc((100% - 40px) / 3);
}
.link-item_style2 .ib_link-item dd:not([class]) {
  flex-grow: 1;
}
@media screen and (max-width: 768px) {
  .link-item_style2 {
    gap: 20px;
  }
  .link-item_style2 .ib_link-item {
    flex-basis: 100%;
  }
}

/* 各種申込書・依頼書 */
ul.ib_list-doc {
  display: flex;
  flex-wrap: wrap;
  gap: 27px;
  margin-top: 40px;
}
ul.ib_list-doc li:nth-child(2n+1) {
  flex-basis: 46.2096774194%;
}
ul.ib_list-doc li:nth-child(2n) {
  flex-basis: 50%;
}
ul.ib_list-doc li em {
  color: #263F88;
  display: block;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2rem;
  font-style: normal;
  font-weight: bold;
  margin-bottom: 7px;
}
ul.ib_list-doc li .link_pdf {
  color: #333;
  font-size: 1.8rem;
  font-weight: normal;
}
@media screen and (max-width: 768px) {
  ul.ib_list-doc {
    display: block;
  }
  ul.ib_list-doc li:nth-child(n+2) {
    margin-top: 27px;
  }
  ul.ib_list-doc li em {
    font-size: 1.8rem;
    line-height: 1.5;
  }
}

/* Adobe Reader */
.get_AdobeReader {
  display: flex;
  align-items: center;
  margin-top: 50px;
}
.get_AdobeReader a {
  display: block;
  margin-right: 33px;
}
.get_AdobeReader a::after {
  content: none !important;
}
@media screen and (max-width: 768px) {
  .get_AdobeReader {
    flex-direction: column;
    align-items: flex-start;
    font-size: 1.4rem;
    margin-top: 40px;
  }
  .get_AdobeReader a {
    margin-bottom: 5px;
    margin-right: 0;
  }
}

/* お電話でのお問い合わせについて */
.ib_contact .ib_login {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  .ib_contact .ib_login {
    margin-top: 40px;
  }
}

.ib_info-accessWEBsite {
  background: #F8F8F8;
  border: #DFDFDF solid 2px;
  margin-top: 60px;
  padding: 43px 40px 38px;
}
.ib_info-accessWEBsite .url_logon {
  font-size: 2rem;
  font-weight: bold;
  margin-top: 24px;
}
.ib_info-accessWEBsite .url_logon em {
  font-size: 3rem;
  font-style: normal;
}
.ib_info-accessWEBsite .url_logon + p {
  font-size: 2rem;
  margin-top: 15px;
}
@media screen and (max-width: 768px) {
  .ib_info-accessWEBsite {
    padding: 30px 20px;
  }
  .ib_info-accessWEBsite .url_logon {
    font-size: 1.8rem;
    overflow-wrap: break-word;
  }
  .ib_info-accessWEBsite .url_logon a {
    font-size: 2.2rem;
    line-height: 1.5;
  }
  .ib_info-accessWEBsite .url_logon + p {
    font-size: 1.8rem;
  }
}

/* ============================== ib > webfb */
/* ログインボタン */
.business .ib_login {
  background: #E1F2F3;
  padding-top: 40px;
}
.business .ib_login p {
  color: #41C5E1;
}
.business .ib_login .btn_ib-login {
  margin-top: 0;
}
.business .ib_login .btn_ib-login a {
  background: #41C5E1;
}

/* ご利用可能時間など */
.tbl_webfb-time1 {
  margin-top: 40px;
}
.tbl_webfb-time1 th {
  width: 33.064516129%;
}
@media screen and (max-width: 768px) {
  .tbl_webfb-time1 th, .tbl_webfb-time1 td {
    display: block;
    padding: 20px 40px;
    width: 100%;
  }
  .tbl_webfb-time1 th {
    text-align: center;
  }
}

.tbl_webfb-time2 {
  margin-top: 20px;
}
.tbl_webfb-time2 caption {
  color: #263F88;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  text-align: left;
}
.tbl_webfb-time2 th, .tbl_webfb-time2 td {
  border-bottom: #919191 solid 1px;
}
.tbl_webfb-time2 th {
  width: 33.064516129%;
}
@media screen and (max-width: 768px) {
  .tbl_webfb-time2 th, .tbl_webfb-time2 td {
    border-bottom: none;
    display: block;
    padding: 20px 40px;
    width: 100%;
  }
  .tbl_webfb-time2 th {
    text-align: center;
  }
}

/* お振込みについて */
.webfb_transfer {
  margin-top: 40px;
}
.webfb_transfer dt {
  color: #263F88;
  font-family: "ZenMaruGothic", sans-serif;
  font-size: 2.4rem;
  font-weight: bold;
}
.webfb_transfer dt:nth-of-type(n+2) {
  margin-top: 30px;
}
.webfb_transfer dd {
  margin-top: 20px;
}
@media screen and (max-width: 768px) {
  .webfb_transfer dt {
    font-size: 2.2rem;
  }
  .webfb_transfer dd {
    margin-top: 10px;
  }
}

/* ご注意 */
.webfb_attention {
  background: #F8F8F8;
  border: #DFDFDF solid 1px;
  margin-top: 40px;
  padding: 25px;
}
.webfb_attention dt {
  color: #D0230E;
  font-weight: bold;
  text-indent: -0.4em;
}

/* サービスリンク一覧 */
.business .link-item_style2 {
  margin-top: 60px;
}

/* 月額基本料 */
.tbl_webfb-price tr:nth-of-type(n+2) th, .tbl_webfb-price td {
  border-top: #919191 solid 1px;
}
.tbl_webfb-price th {
  width: 52.4193548387%;
}
@media screen and (max-width: 768px) {
  .tbl_webfb-price th, .tbl_webfb-price td {
    display: block;
    width: 100%;
  }
  .tbl_webfb-price td {
    border-top: 0;
  }
}

/* 問い合わせ先 */
.webfb_contact > p:nth-child(2) {
  font-size: 2.4rem;
  font-weight: bold;
  margin-top: 5px;
}
.webfb_contact > p:nth-child(2) span {
  margin-right: 0.5em;
}
@media screen and (max-width: 768px) {
  .webfb_contact > p:nth-child(2) {
    font-size: 2rem;
    line-height: 1.5;
    margin-top: 10px;
  }
  .webfb_contact span {
    display: block;
  }
}/*# sourceMappingURL=ib.css.map */