body {
  font-family: "Noto Sans JP", -apple-system, BlinkMacSystemFont, "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", Meiryo, sans-serif;
  font-feature-settings: "palt" 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-kerning: auto;
  line-height: 1.6;
  letter-spacing: 0.02em;
  font-size: 16px;
  font-weight: 400;
  color: #333;
  background: #fafafa;
  position: relative;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 18px;
  }
}

* {
  box-sizing: border-box;
}
.l-wrap {
  margin: 0 auto;
  max-width: 960px;
  padding: 0 4%;
}
.l-wrap {
  padding: 0;
  background: #fff;
  box-shadow: 0 0 50px rgba(0, 0, 0, 0.05);
}
img {
  vertical-align: bottom;
  width: 100%;
  height: auto;
}
p {
  margin-bottom: 0;
}
p:last-child {
  margin-bottom: 0;
}
.small {
  font-size: 80%;
}
p a {
  color: #0076ff;
  text-decoration: underline;
}
hr {
  border: none;
  border-top: 1px dashed #b1cdef;
  margin: 1rem 0;
}
.tac{
  text-align: center !important;
}
.tar{
  text-align: right !important;
}
.fwb{
  font-weight: bold !important;
}
.mt0{
  margin-top: 0 !important;
}
.mt025e{
  margin-top: 0.25em !important;
}
.mt05e{
  margin-top: 0.5em !important;
}
.mt1e{
  margin-top: 1em !important;
}
.mt15e{
  margin-top: 1.5em !important;
}
.mt2e{
  margin-top: 2em !important;
}
.mb-1e{
  margin-bottom: -1em !important;
}
.mb0{
  margin-bottom: 0 !important;
}
.mb025e{
  margin-bottom: 0.25em !important;
}
.mb05e{
  margin-bottom: 0.5em !important;
}
.mb1e{
  margin-bottom: 1em !important;
}
.mb15e{
  margin-bottom: 1.5em !important;
}
.mb2e{
  margin-bottom: 2em !important;
}
.p0{
  padding: 0 !important;
}
.indent{
  text-indent: -1em;
  padding-left: 1em;
}
sup {
  top: -0.25em;
}
.df{
  display: flex;
}
.ws-nowrap{
  white-space: nowrap;
}
.dib{
  display: inline-block;
}
.posr{
  position: relative;
}
.vh{
  visibility: hidden;
}
.maw680{
  max-width: 680px;
}

/* ------------------------------
header
------------------------------ */
#header_content{
	background-color: #fff;
	padding:2% 0;
	position: relative;
  border-bottom: solid 1px #ccc;
}
#header_content .header-inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
}
#header_content img.logoL{
	width: auto;
	height: 25px;
	margin-left: 2%;
}
@media screen and (max-width: 768px) {
	#header_content .header-inner{ height: 30px; }
	#header_content img.logoL{ height: 80%; }
}

/* ------------------------------
contents
------------------------------ */
main{
  background: #fff1d9;
}
section:not(.kv):not(.otoku):not(.mod_terms){
  padding: 1em;
}
section+section{
  margin-top: 3em;
}

.inner{
  background: #fff;
  padding: 1em;
  border-radius: 6px;
  position: relative;
}

.inner h2{
  font-size: min(5vw, 22px);
  padding: 0.5em 1em;
  line-height: 1;
  color: #582c00;
  background: #f6c482;
  font-weight: bold;
  display: inline-block;
  position: absolute;
  top: -1.5em;
  left: 0;
  border-top-left-radius: 6px;
  border-top-right-radius: 6px;
}

.fukidashi-ttl{
  color: #582c00;
  font-weight: bold;
  margin: 0 auto 0.5em;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: min(5.4vw, 30px);
  text-align: center;
  padding: 0 0.5em;
}
.fukidashi-ttl:before,.fukidashi-ttl:after {
    width: 3px;
    height: 1.25em;
    background-color: #d29200;
    content: '';
}
.fukidashi-ttl:before {
    transform: rotate(-35deg);
    margin-right: 0.75em;
}
.fukidashi-ttl:after {
    transform: rotate(35deg);
    margin-left: 0.75em;
}

/* button */
.btn-primary {
  background: #e92f7a;
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: clamp(1rem, 0.063rem + 4.17vw, 1.625rem);
  display: block;
  border-radius: 2em;
  padding: 1em;
  cursor: pointer;
  transition: all 0.5s ease;
  border: 2px solid #e92f7a;
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
}
.btn-primary.large{
  font-size: clamp(1.25rem, 0.625rem + 2.67vw, 1.625rem);
}
.btn-primary:after {
  content: "";
  display: block;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  width: .5em;
  height: .5em;
  position: absolute;
  right: 20px;
  top: 50%;
  transform: translateY(-50%) rotate(45deg);
}

/*** floating ***/
.floating-btn{
  display: none;
  position: fixed;
  bottom: 5px;
  right: 5px;
  width: 70%;
  z-index: 1;
  max-width: 320px;
}
.floating-btn .btn-primary{
  width: 98%;
  margin: 5px auto;
  border-radius: 2em;
  padding: 0.5em 1em 0.5em 0.5em;
  transition: all 0.5s ease;
}

.btn-secondary {
  color: #fff;
  font-weight: 600;
  font-size: 16px;
  font-size: min(6vw, 30px);
  display: block;
  border-radius: 400px;
  padding: 0.5em;
  cursor: pointer;
  position: relative;
  max-width: 460px;
  margin: 0 auto;
  background: #eb5505;
}
#jibunbank-app-entry{
  background: #e92f7a;
}
#net-bank-entry{
  background: #b41482;
}
#plan-detail{
  background: #ca6214;
}

.mod_account {
  margin-top: 2em;
  margin-bottom: 2em;
  border: 1px solid #ccc;
  border-radius: 7px;
}
.mod_account .ttl {
  font-size: min(5vw, 22px);
  font-weight: 600;
  margin-bottom: 1em;
  line-height: 1.4;
}
.mod_account .mod_account_txt{
  font-size: min(4.25vw, 20px);
  margin-bottom: 0.75em;
}
.mod_account .box {
  padding: 2rem 0;
  text-align: center;
  border-bottom: solid 1px #ccc;
  margin: 0 0.5rem;
}
.mod_account .box:nth-last-of-type(1){
  border-bottom: none;
}
.mod_account.sec002_adj01{
  padding: 0 1em;
  margin: 0 auto;
  border-color: #fff1d9;
}
.sec003 h3{
  margin-top: 1em;
  text-align: center;
  font-weight: bold;
  font-size: min(5vw, 26px);
}
.sec003 h3 span{
  font-size: 130%;
}
.sec003 h3 span i{
  font-size: 130%;
  color: #ca6214;
  font-style: normal;
}
.sec003 h4{
  font-size: min(5vw, 26px);
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
  margin-bottom: 0.5em;
}

.sec003-conditions{
  position: relative;;
  padding: 1em 0.5em;
  border: solid 2px #ccc;
  border-radius: 8px;
  margin-top: 2em;
  text-align: center;
}
.sec003-conditions-ttl{
  display: inline-block;
  color: #582c00;
  font-size: min(4.5vw, 22px);
  line-height: 1;
  padding: 0.5em 2em;
  background: #ffe699;
  border-radius: 1em;
  font-weight: bold;
  position: absolute;
  top: -1em;
  left: 50%;
  transform: translateX(-50%);
  box-shadow: 0 0 0.25rem rgba(0, 0, 0, 0.2);
}

/* アコーディオン */
.accordion-plus {
  background: #fff;
  border-radius: 5px;
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
  border: solid 1px #ccc;
}
@media screen and (min-width: 769px) {
  .accordion-plus {
      width:82%
  }
}
.accordion-plus.active {
  padding-bottom: .5em
}
.accordion-plus .summary {
  display: block;
  position: relative;
  padding: 1em 2em 1em 2.8em;
  font-weight: 600;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  list-style: none;
}
.accordion-plus .summary::after,.accordion-plus .summary::before {
  content: "";
  width: 1em;
  height: 2px;
  position: absolute;
  right: .5em;
  top: 50%;
  background: #eb5505;
  border-radius: 1px
}
.accordion-plus .summary::before {
  transition: .2s;
  transform: rotate(90deg)
}
.accordion-plus.active .summary::before {
  transition: .2s;
  transform: rotate(0)
}
.accordion-plus .summary i {
  position: absolute;
  left: .4em;
  top: .6em
}
.accordion-plus .summary i:before {
  content: "Q";
  color: #fff;
  background: #eb5505;
  font-style: normal;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}
.accordion-plus .ans-wrap {
  display: none;
  margin: 1.5em .5em 0;
  padding: 1em;
  background: #fff;
  border-radius: 5px;
  position: relative
}
.accordion-plus .ans-wrap:before{
  content: "";
  width: 100%;
  border-top: dashed 1px #ccc;
  position: absolute;
  top: -1.9em;
  left: 0;
}
.accordion-plus .ans-wrap:after {
  content: "A";
  color: #fff;
  background: #00b0f0;
  font-style: normal;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: -.1em;
  top: -1.2em;
  font-weight: 600
}
.accordion-plus p+p {
  margin-top: .25em
}
.accordion-plus p.faq-mt0 {
  margin-top: 0
}
.accordion-plus p:has(span) {
  display: flex
}
.accordion-plus p span {
  white-space: nowrap
}
.accordion-plus p a {
  color: #06a;
  position: relative
}
.accordion-plus p a:after {
  content: "";
  width: .6em;
  height: .6em;
  border-top: solid 1px #06a;
  border-right: solid 1px #06a;
  position: absolute;
  margin-left: .25em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg)
}

.sec004 .accordion-plus .summary, .sec004 .accordion-plus .summary{
  padding-left: 1em;
  font-weight: normal;
}
.sec004 .accordion-plus .ans-wrap:before, .sec004 .accordion-plus .ans-wrap:after{
  display: none;
}

.sec004 .accordion-plus .ans-wrap{
  margin: 0;
  padding: 0 0 1em 1em;
  border-radius: 0;
  overflow-x: auto;
}
.sec004 .accordion-plus .ans-wrap img{
    min-width: 600px;
  }
@media screen and (min-width: 769px) {
  .sec004 .accordion-plus .ans-wrap{
    padding-right: 1em;
  }
}

/* 注意事項 */
.accordion {
  max-width: 600px;
  margin: 0 auto;
}
.accordion summary {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  padding: 1em 2em;
  font-weight: 600;
  cursor: pointer;
  text-align: center;
}
.accordion summary::-webkit-details-marker {
  display: none;
}
.accordion summary::after {
  transform: translateY(-25%) rotate(45deg);
  width: 7px;
  height: 7px;
  margin-left: 1em;
  margin-top: 2px;
  border-bottom: 2px solid #333;
  border-right: 2px solid #333;
  content: '';
  transition: transform .3s;
}
.accordion[open] summary::after {
  transform: rotate(225deg);
  margin-top: 4px;
}
.accordion div {
  color: #666;
  transform: translateY(-10px);
  opacity: 0;
  margin: 0;
  padding: 0 1em 0;
  transition: transform .5s, opacity .5s;
}
.accordion[open] div {
  transform: none;
  opacity: 1;
}
.accordion div p{
  display: flex;
}
.accordion div p+p{
  margin-top: 0.25em;
}
.accordion div p span{
  white-space: nowrap;
}

.sec005{
  background: #fff;
}
.sec005 .inner{
  padding: 1em 0;
}
h3.h-line{
  line-height: 1;
  font-size: min(4.5vw, 22px);
  font-weight: bold;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1em;
}
h3.h-line span{
  white-space: nowrap;
  padding: 0 0.5em;
}
h3.h-line:before, h3.h-line:after{
  content: "";
  width: 2em;
  height: 0;
  border-top: solid 1px #333;
}

/* よくあるご質問 */
.accordion-faq {
  background: #fff;
  border-radius: 5px;
  position: relative;
  width: 100%;
  margin: 0 auto 10px;
  border: solid 1px #ccc;
}

@media screen and (min-width: 769px) {
  .accordion-faq {
      width:82%
  }
}

.accordion-faq.active {
  padding-bottom: .5em
}

.accordion-faq .summary {
  display: block;
  position: relative;
  padding: 1em 2em 1em 2.8em;
  font-weight: 600;
  cursor: pointer;
  background: #fff;
  border-radius: 5px;
  list-style: none;
}

.accordion-faq .summary::after,.accordion-faq .summary::before {
  content: "";
  width: 1em;
  height: 2px;
  position: absolute;
  right: .5em;
  top: 50%;
  background: #eb5505;
  border-radius: 1px
}

.accordion-faq .summary::before {
  transition: .2s;
  transform: rotate(90deg)
}

.accordion-faq.active .summary::before {
  transition: .2s;
  transform: rotate(0)
}

.accordion-faq .summary i {
  position: absolute;
  left: .4em;
  top: .6em
}

.accordion-faq .summary i:before {
  content: "Q";
  color: #fff;
  background: #eb5505;
  font-style: normal;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%
}

.accordion-faq .ans-wrap {
  display: none;
  margin: 1.5em .5em 0;
  padding: 1em 0.5em;
  background: #fff;
  border-radius: 5px;
  position: relative
}
.accordion-faq .ans-wrap:before{
  content: "";
  width: 100%;
  border-top: dashed 1px #ccc;
  position: absolute;
  top: -1.9em;
  left: 0;
}
.accordion-faq .ans-wrap:after {
  content: "A";
  color: #fff;
  background: #06a;
  font-style: normal;
  width: 2em;
  height: 2em;
  line-height: 2em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: absolute;
  left: -.1em;
  top: -1.2em;
  font-weight: 600
}

.accordion-faq p+p {
  margin-top: .25em
}

.accordion-faq p.faq-mt0 {
  margin-top: 0
}

.accordion-faq p:has(span) {
  display: flex
}

.accordion-faq p span {
  white-space: nowrap
}

.accordion-faq p a {
  color: #06a;
  position: relative
}

.accordion-faq p a:after {
  content: "";
  width: .6em;
  height: .6em;
  border-top: solid 1px #06a;
  border-right: solid 1px #06a;
  position: absolute;
  margin-left: .25em;
  top: 50%;
  transform: translateY(-50%) rotate(45deg)
}

.sec006{
  background: #fff;
  padding: 1em 0;
}
.sec006 .inner{
  padding: 1em 0;
}

.contact-area{
max-width: 610px;
    margin: 0 auto;
    border: solid 1px #ccc;
    padding: 2em 1em;
    border-radius: 7px;
}

.spacer{
  width: 100%;
  height: 0;
  border-top: solid 1px #ccc;
}

/* ------------------------------
footer
------------------------------ */
.mod_footer {
  text-align: center;
  padding: 2rem 0 80px;
}
@media screen and (min-width: 769px) {
  .mod_footer{
    padding-bottom: 60px;
  }
}
.mod_footer img {
  display: inline-block;
  width: 70px;
}

.mod_footer .footer-requirements3{
  margin-bottom: 1em;
  font-size: 13px;
}

.mod_terms {
  background: #6C6C6C;
  padding: 1.5rem 0;
  margin-top: 0;
}
.mod_terms .inner{
  background: #6C6C6C;
  padding: 0 1em;
}
.mod_terms p {
  color: #d5d5d5;
  font-size: 12px;
  line-height: 1.6;
  text-align: justify;
}

/***** 不活性化処理 *****/
.disable #jibunbank-app-entry, .disable #net-bank-entry{
  background: #333;
  opacity: 0.3;
  pointer-events: none;
}
.disable .kaishi-txt{
  color: #e95504;
  margin-top: 1em;
  margin-bottom: -1em;
  text-align: center;
  font-weight: bold;
}
.disable .mod_footer {
    padding-bottom: 1rem;
}