@charset "shift_jis";
/* Updated 2025/10/01.T */

a[target="_blank"][href^="/"]:not([href$=".pdf"])::after,
a[target="_blank"][href^="#"]::after,
a[target="_blank"][href*="www.smbc.co.jp"]::after {
  display: none;
}
a[target="_blank"][href^="/"]:not([href$=".pdf"]),
a[target="_blank"][href^="#"],
a[target="_blank"][href*="www.smbc.co.jp"] {
  outline: none;
}
body {
  font-family: noto-sans, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, sans-serif;
}
main {
  position: relative;
}
#footer-content {
  margin-top: 120px;
}
.list-num01 > .item > .mark {
  text-align: left;
}
.list-notice01>.item {
  padding-left: calc(1em + 5px);
  text-align: left;
}
.list-notice01>.item>.mark {
  width: 1em;
  text-align: right;
}

.hide {
  display: none!important;
}

.sec-inr01 {
  max-width: 1220px;
  width: 100%;
  margin: 0 auto;
  padding: 0 10px;
}
@media screen and (max-width: 767px) {
  .sec-inr01 {
    padding: 0 16px;
  }
}

@media screen and (max-width: 767px) {
  .cont-area {
    padding-top: 40px;
  }
}

.block-sec-gray01::after {
  display: none;
}

.block-sec-gray01 .list-notice01 {
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .list-notice01 {
    display: block;
  }
}

.block-sec-gray01 {
  margin-top: 100px;
  padding: 40px 36px 40px;
}
@media screen and (max-width: 767px) {
  .block-sec-gray01 {
    margin-top: 80px;
    padding: 20px 16px 19px;
  }
}

.tbl-blk {
  margin-top: 40px;
}
@media screen and (max-width: 767px) {
  .tbl-blk {
    margin-top: 40px;
  }
}
.table-detail01 {
  font-size: 16px;
  border: none;
  border-top: 2px solid #56635f;
  border-bottom: 2px solid #56635f;
}
.table-detail01 > .item > .row > .header {
  display: flex;
  align-items: center;
  width: 23%;
  color: #004831;
  background: #f5f5f5;
}
.table-detail01 > .item > .row > .data {
  width: 77%;
}
.table-detail01 > .item > .row > * {
  padding: 21px 18px;
}
@media screen and (max-width: 767px) {
  .table-detail01.-spBlock > .item > .row > .header,
  .table-detail01.-spBlock > .item > .row > .data {
    padding: 21px 19px;
  }
}

.bnr-img {
  margin: 120px auto 0;
}
@media screen and (max-width: 767px) {
  .bnr-img {
    margin: 80px auto 0;
  }
}

/*-----------------------
modal
------------------------*/
html.is-modalShow {
  overflow: hidden;
  height: 125%;
}
html.is-modalShow body {
  position: fixed;
  width: 100%;
}
.modal-area.-show .modal-bg {
  display: flex;
}
.modal-area.-show .modal-content {
  display: block;
}
.modal-area .modal-bg {
  position: fixed;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  z-index: 94;
  display: none;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.5);
}
.modal-area .modal-content {
  display: none;
  align-items: center;
  justify-content: center;
  box-sizing: border-box;
  width: 100%;
  height: 100%;
}
.modal-area .modal-content.is-modalShow {
  display: flex;
}
.modal-area .modal-frame {
  position: relative;
  z-index: 7;
  overflow-y: auto;
  box-sizing: border-box;
  margin: 0 auto;
  max-height: calc(100% - 120px);
  width: 960px;
  border-radius: 6px;
  background: #ffffff;
  box-shadow: 0 14px 40px rgba(20, 29, 29, 0.16);
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .modal-frame {
    width: calc(100% - 9.6vw);
  }
}
.modal-area .modal-wrap01 {
  position: relative;
  overflow-y: auto;
  box-sizing: border-box;
  padding: 24px 30px 24px 30px;
  width: 100%;
  height: 50%;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .modal-wrap01 {
    padding: 24px 40px 24px 16px;
  }
}
.modal-area .ttl01 {
  padding: 0 1px 0 0;
  color: #141d1d;
  text-align: center;
  font-weight: bold;
  font-size: 2.4rem;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .ttl01 {
    font-size: 2.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374px) {
  .modal-area .ttl01 {
    font-size: 6.4vw;
  }
}
.modal-area .formWrap01 {
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  margin-top: 24px;
  height: 60vh;
}
/* SP STYLES */
@media screen and (max-width: 767px) {
  .modal-area .formWrap01 {
    margin-top: 6.13333vw;
  }
}
.modal-area .formWrap01 iframe {
  display: block;
  width: 100%;
  height: 100%;
}
.modal-area .btnClose01 {
  appearance: none;
  position: absolute;
  top: 12px;
  right: 21px;
  width: 34px;
  height: 34px;
  border: 1px solid #d5dedb;
  border-radius: 50%;
  background: url(/hojin/cmn/imgs/btn_close_01.svg) center center no-repeat #ffffff;
}
@media screen and (max-width: 767px) {
  .modal-area .btnClose01 {
    right: 7px;
  }
}

/*-------------------
cv-area
-------------------*/
.card-section01.cv-area {
  margin-top: 45px;
  background: #f7f3e7;
}
.card-section01.cv-area > .inner {
  padding-top: 32px;
  padding-bottom: 28px;
  text-align: center;
}
.card-section01.cv-area > .inner .txt02 {
  margin-top: 9px;
  color: #004831;
  font-size: 20px;
  font-weight: bold;
}
.card-section01.cv-area > .inner .txt03 {
  margin-top: 10px;
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .card-section01.cv-area > .inner .txt03 {
    font-size: 20px;
  }
}

.card-section01.cv-area > .inner .txt03 .inner-txt {
  padding: 3px 40px;
  background: #004831;
  border-radius: 4px;
}
@media screen and (max-width: 767px) {
  .card-section01.cv-area > .inner .txt03 .inner-txt {
    display: block;
    padding: 3px 16px;
  }
}

.card-section01.cv-area > .inner .btn-type01.-large01 {
  min-width: auto;
  width: 560px;
  padding: 9px 15px;
  background: #BA4620;
}
.card-section01.cv-area > .inner .btn-list01:not(:first-child) {
  margin-top: 22px;
}
.card-section01.cv-area > .inner .btn-type01 > .inner {
  color: #fff;
  font-size: 24px;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .card-section01.cv-area > .inner .btn-type01 > .inner {
    font-size: 20px;
  }
}

.pop-wrap {
  position: fixed;
  right: 0;
  top: calc(50% - 190px);
  z-index: 3;
}
@media screen and (max-width: 767px) {
  .pop-wrap {
    top: inherit;
    bottom: 10px;
    width: 150px;
  }
}