@charset "Shift_JIS";
/* Updated 2025/12/17.ht */
/* Updated 2025/12/15.T */

/*==========================================
  Base style（Shift_JISシフトジス）
=============================================*/
body.page-simple #header-area {
  position: relative;
  z-index: 4;
}
.formcp-section {
  display: block;
  padding: 0 0 80px;
  position: relative;
}
.formcp-section > .inner {
  max-width: 900px;
  width: 100%;
  margin: 0 auto;
}
.formcp-section b,
.formcp-section em,
.formcp-section strong {
  font-weight: inherit;
}
@media screen and (max-width: 767.98px) {
  .formcp-section {
    margin: 0 auto;
    padding: 0;
  }
  .formcp-layout01 > * {
    padding-left: 4.8vw;
    padding-right: 4.8vw;
  }
}
/*------------------------------
  Layout
--------------------------------*/
/* -layout01 */
.formcp-layout01 {
  display: grid;
  gap: 120px 0;
  grid-template-columns: none;
  grid-template-rows: repeat(1, minmax(0, 1fr));
  grid-template-areas:
    "contents01"
    "contents02";
}
.formcp-layout01 > .contents01 {
  grid-area: contents01;
}
.formcp-layout01 > .contents02 {
  grid-area: contents02;
}
@media screen and (max-width: 767.98px) {
  .formcp-layout01 > .contents01,
  .formcp-layout01 > .contents02 {
    width: 100%;
    overflow: hidden;
  }
  .formcp-layout01 > .contents02 {
    padding-bottom: 40px;
  }
}

/*==========================================
  Override Common style
=============================================*/
#content-area {
  background-color: #FFFCF2;
}
#main-area {
  max-width: 100%;
  padding-left: 0;
  padding-right: 0;
}
#footer-content {
  margin-top: 0;
}
._t-red01 {
  color: #B4431D !important;
}
.formcp-content {
  margin-top: 24px;
}
.formcp-content sup {
  top: -.2em;
}
.formcp-content .text-block01 {
  letter-spacing: 0;
}

.formcp-section .link {
  text-decoration: underline;
  text-underline-offset: 2px;
}
.formcp-section .link:hover {
  text-decoration: none;
}

/*-------------------------------------
contents
-------------------------------------*/
.formcp-layout01 .ttl01 {
  color: #141D1D;
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}
.formcp-layout01 .ttl02 {
  color: #141D1D;
  font-size: 2.0rem;
  font-weight: bold;
  text-align: center;
  text-decoration-line: underline;
  text-decoration-color: #BACE76;
  text-decoration-style: dotted;
  text-decoration-thickness: 5px;
  text-underline-offset: 8px;
}
.formcp-layout01 .ttl01 + *,
.formcp-layout01 .ttl02 + * {
  margin-top: 24px;
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .formcp-layout01 .ttl01 {
    font-size: 6.4vw;
  }
  .formcp-layout01 .ttl02 {
    font-size: 5.33vw;
  }
}

.btn-type01.-bottom.-custom {
  margin: 0 auto;
}
.btn-type01.-bottom.-custom > .inner {
  padding-left: 0;
  padding-right: 2em;
  position: relative;
}
.btn-type01.-bottom.-custom > .inner::before {
  right: 0;
  left: auto;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .btn-type01 {
    max-width: 100%;
  }
}

.about-box01 {
  padding: 32px 24px;
  background: #FFF;
  box-shadow: 4px 4px 4px rgba(0, 0, 0, 0.1);
  border-radius: 8px;
}
.about-box01 .text-block01 {
  font-size: 1.8rem;
}
.about-box01 .block01 {
  display: flex;
  margin-top: 18px;
  justify-content: center;
}
.about-box01 .list-num02 {
  font-size: 1.8rem;
}
.about-box01 .list-num02 > .item > .mark {
  display: flex;
  background: #004831;
  color: #FFF;
  font-weight: bold;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .about-box01 .text-block01,
  .about-box01 .list-num02 {
    font-size: 1.6rem;
  }
}

.point-box01 {
  margin-top: 60px;
}
.point-box01 > .block01 {
  margin-top: 24px;
}
.point-box01 .block01 + .block01 {
  margin-top: 48px;
}
.point-box01 .ttl01 {
  display: flex;
  justify-content: center;
  align-items: center;
  column-gap: 10px;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .point-box01 .ttl01 {
    display: block;
    margin: 0 -4.8vw;
  }
  .point-box01 .ttl01 > .ico {
    display: block;
    text-align: left;
  }
  .point-box01 .ttl01 > .txt {
    display: block;
  }
  .point-box01 > .block01 {
    margin-top: 32px;
  }
}

.flow-box01 {
  margin-top: 120px;
}
.flow-box01 > .inner {
  padding: 48px 24px;
  background: #FFF;
  border-radius: 8px;
  border: 1px solid #D5DEDB;
}
.flow-box01 .conditions {
  margin-top: 48px;
}

/*-------------------------------------
table
-------------------------------------*/
.formcp-layout01 .table-type01 {
  border-collapse: separate;
  border: 0;
  border-radius: 8px;
  border-right: 1px solid #D5DEDB;
  border-bottom: 1px solid #D5DEDB;
  font-size: 1.6rem;
}
.formcp-layout01 .table-type01 tr:first-child > th:last-child,
.formcp-layout01 .table-type01 tr:first-child > td:last-child {
  border-radius: 0 8px 0 0;
}
.formcp-layout01 .table-type01 tr + tr:last-child > td:last-child {
  border-radius: 0 0 8px 0;
}
.formcp-layout01 .table-type01 tr:last-child > td:last-child {
  border-radius: 0 8px 8px 0;
}
.formcp-layout01 .table-type01 tr > * {
  border: 0;
  border-left: 1px solid #D5DEDB;
  border-top: 1px solid #D5DEDB;
}

.formcp-layout01 .table-type01 .header {
  padding: 20px 12px;
  color: #FFF;
  background: #487053;
  border-radius: 8px 0px 0px 8px;
}
.formcp-layout01 .table-type01 tr > th,
.formcp-layout01 .table-type01 tr > td {
  padding: 8px;
  color: #141D1D;
}
.formcp-layout01 .table-type01 .data {
  padding: 16px 10px;
  text-align: center;
}
.formcp-layout01 .table-type01 .txt-vertical {
  display: inline-block;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
  line-height: 1;
  white-space: pre;
}
.formcp-layout01 .table-type01 .txt-vertical .txt01 {
  text-orientation: sideways;
}
.formcp-layout01 .table-type01 .bg-white01 {
  background: #FFF;
}
.formcp-layout01 .table-type01 .bg-orange01 {
  background: #BA4620;
  color: #FFF;
}
.formcp-layout01 .table-type01 .bg-orange02 {
  background: #FFEBE2;
}
.formcp-layout01 .table-type01 strong {
  font-size: 1.8rem;
}
.scroll-table .balloon-box01 {
  display: flex;
  justify-content: flex-end;
}
.scroll-table .balloon-box01 > .img {
  width: 32%;
  padding: 0 8px;
  text-align: center;
}
.scroll-table .balloon-box01 > .img > .ico {
  width: auto;
  height: 80px;
}
.scroll-table .unit + .table-type01 {
  margin-top: 4px;
}
.scroll-table .unit {
  font-size: 1.2rem;
  margin-top: -1.6em;
}

/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .formcp-layout01 .scroll-table {
    width: 100%;
    overflow-x: auto;
    padding-bottom: 16px;
  }
  .formcp-layout01 .scroll-table .table-type01 {
    min-width: 500px;
    font-size: 1.4rem;
  }
  .scroll-table .balloon-box01 {
    min-width: 500px;
  }
  .formcp-layout01 .scroll-table::-webkit-scrollbar {
    background: #fff;
    height: 6px;
  }
  .formcp-layout01 .scroll-table::-webkit-scrollbar-thumb {
    background-color: #d5dedb;
    border-radius: 6px;
  }
  .formcp-layout01 .table-type01 strong._t-green01 {
    font-size: 1.4rem;
  }
}
/* SMALL STYLES */
@media screen and (max-width: 374.98px) {
  .formcp-layout01 .table-type01 strong._t-green01 {
    display: inline-block;
  }
}

/*-------------------------------------
faq
-------------------------------------*/
.faq-box01 .card-link-wrap01 {
  background: #FFF;
  padding: 8px 16px;
  border: 1px solid #D5DEDB;
  border-radius: 10px;
}
.faq-box01 .faq-dl {
  padding: 16px 0;
}
.faq-box01 .faq-dl:not(:first-child) {
  border-top: 1px solid #D5DEDB;
  padding: 16px 0;
}
.faq-box01 .faq-dl > .title01 {
  font-size: 2.0rem;
  color: #00563A;
  font-weight: bold;
  display: flex;
  align-items: center;
  padding: 0;
}
.faq-box01 .faq-dl .ico {
  font-size: 2.6rem;
  flex-shrink: 0;
  color: #fff;
  width: 40px;
  height: 40px;
  border-radius: 4px;
  font-weight: normal;
  display: flex;
  background-color: #00563A;
  font-family: "Roboto", sans-serif;
  align-items: center;
  justify-content: center;
  margin-right: 12px;
}
.faq-box01 .faq-dl .ico.-a {
  color: #FFF;
  font-weight: normal;
  background-color: #B4431D;
}
.faq-box01 .card-link-wrap01 .-accordion .title01 a::after {
  transform: rotate(90deg);
}
.faq-box01 .card-link-wrap01 .-accordion .title01 a.show::after {
  transform: rotate(-90deg);
}
.faq-box01 .card-link-wrap01 .title01 a::after {
	display: block;
	content: "";
	position: absolute;
	right: 36px;
	top: calc(50% - 12px);
	width: 24px;
	height: 24px;
	background: url(/hojin/cmn/imgs/ico_arrow_right_01.svg) no-repeat 0 0/100%;
}

.faq-box01 .faq-dl .title01 .js-acc-btn {
  display: flex;
  align-items: center;
  padding-right: 32px;
  font-size: 1.6rem;
	font-weight: bold;
  flex-grow: 1;
	text-decoration: none;
  color: #004831;
  position: relative;
}
.faq-box01 .faq-dl .title01 .js-acc-btn:focus {
  background: #F5F9E6;
  outline: 4px solid #c4d700;
}
.faq-box01 .faq-dl .title01 .js-acc-btn::after {
  top: 8px;
  right: 0;
}
.faq-box01 .faq-dl > .body .ico {
  position: absolute;
  top: 16px;
  left: 0;
}
.faq-box01 .faq-dl > .body {
  padding: 24px 16px 16px 52px;
  font-size: 1.4rem;
  position: relative;
}
.faq-box01 .faq-dl > .body {
  display: none;
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .faq-box01 .faq-dl .title01 .js-acc-btn {
    align-items: flex-start;
    font-size: 1.8rem;
  }
  .faq-box01 .faq-dl > .body {
    font-size: 1.6rem;
  }
}

/*-------------------------------------
kv
-------------------------------------*/
.kv-area01 {
  width: 100%;
}
.kv-area01 > .inner {
  display: flex;
  flex-flow: column wrap;
  padding: 32px 0 26px;
  background: url(/hojin/kouza/switch/imgs/index_bg_01.jpg) no-repeat bottom right;
  background-size: 100% auto;
  position: relative;
}
.kv-area01 > .inner > .txt,
.kv-area01 > .inner > .btn,
.kv-area01 > .inner > .img {
  width: 50%;
}
.kv-area01 > .inner > .btn {
  margin-top: 20px;
}
/* PC Only */
@media screen and (min-width: 768px) {
  .kv-area01 > .inner > .img {
    width: 50%;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
  }
}
/* SP STYLES */
@media screen and (max-width: 767.98px) {
  .kv-area01 > .inner {
    align-items: center;
    padding: 22px 0;
    background: url(/hojin/kouza/switch/imgs/index_bg_01_sp.jpg) no-repeat bottom right;
    background-size: 100% auto;
  }
  .kv-area01 > .inner > .txt,
  .kv-area01 > .inner > .img {
    width: 100%;
  }
  .kv-area01 > .inner > .btn {
    width: calc(100% - 36px);
  }
}

/*-------------------------------------
fixed
-------------------------------------*/
.fixed-entry {
  display: none;
  width: 100%;
  background-color: #F3F8F6;
  padding: 16px;
  position: fixed;
  bottom: 0;
  z-index: 5;
}
#footer-content .footer-logo {
  padding-bottom: 80px;
}
.btn-type01.-green02 {
  background: #C4D700;
  border: none;
}
.btn-type01.-green02:not(:disabled):not([aria-disabled=true]):hover {
  background: #A6B600;
}

/*-------------------------------------
End
-------------------------------------*/
.formcp-section.-end::before {
  background-color: rgb(0 0 0 / 0.5);
  content: "";
  display: block;
  height: 100%;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
  z-index: 10;
}

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;
}