@charset "utf-8";
/* CSS Document */
/*html { scroll-behavior: smooth;}*/
#btn_pagetop {    position: fixed;
    bottom: 20px;
    right: 20px;}
#btn_pagetop a {
    display: block;
    width: 72px;
    height: 72px;
    background: url(../images/page_top@2x.png)  no-repeat;
    text-indent: -9999px;background-size: 72px;
    overflow: hidden;
}
#btn_pagetop a:hover{opacity:0.5;    background: url(../images/page_top@2x.png)  no-repeat;
    background-size: 72px;
}
ol#t_path {
    overflow: hidden;
    /* margin-left: -15px; */
    margin-top: 10px;
    margin-bottom: 10px;
}
ol#t_path li {
	float: left;
	margin: 0 5px 0 0;
	list-style-type: none;
}

ol#t_path a {
	padding-right: 16px;
	background: url(../images/arr_t_path.png) right center no-repeat;
}

.useful_contentbox .col-md-4{margin-bottom:35px;}
.ore_txt01 {
    background: #F59C36;
    padding: 15px;
    border-radius: 5px;
    display: flex;
    justify-content: space-between;
    margin-top: 24px;
    margin-bottom: 24px;
    align-items: center;
    position: relative;
    padding-left: 80px;
}    .ore_txt01:before {
        content: '';
        position: absolute;
        z-index: 10;
        background: url(../images/icon_campaign@2x.png) no-repeat 50% 50%;
        background-size: 100%;
        top: 20px;
        left:30px;
        width: 30px;
        height: 30px;
    }
.ore_txt01 h3 {
    font-size: 22px;
    color: #fff;
    font-weight: bold;
    line-height: 1.9;
}.more1 {
    display: inline-block;
    color: #F59C36 !important;
    background: #fff;
    font-size: 15.5px;
    font-weight: bold;
    padding: 9px 11px;
    border-radius: 30px;
    line-height: 1.8;
}
.more1:hover{text-decoration:none;color:#ea4240!important}

.spdisplay{display:none;}
.flex_pickup_campaign{display: flex;
    justify-content: space-between;padding: 0 50px;    max-width: 960px;
    margin: 0 auto;margin-bottom:70px;
}
.main-section_li{width: 1020px;max-width:100%;margin:0 auto;}
.cp_txt{max-width:303px;width:100%;}

.cp_txt_r{margin-top:10px;font-weight:bold;font-size:15.5px;}

.link_btn01{    color: #54A12B;
    font-size: 17px;
    border: 2px solid #54A12B;
    padding: 3px 12px;
    padding-right: 36px;
    border-radius: 15px;
    color: #54A12B !important;
    font-weight: bold;display:block;position:relative;
}
.link_btn01:before{content:'';position:absolute;z-index:10;
    background-image: url(../images/arrow.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 90% 53%;
    width:14px;height:10px;top:0;bottom:0;margin:auto 0;right:10px;
}
.link_btn01:hover{text-decoration:none!important;
    border: 2px solid #54A12B;
    background-color:#dcefd2;

}



.useful_contentbox h5{font-size:23px;padding-left:12px;position:relative;font-weight:bold;margin-bottom:20px;}
.useful_contentbox h5:before{width:4px;height:22px;background: #1B4EA2;border-radius: 2px;left:0;top:0;
content:'';position:absolute;z-index:10;}

  /*  .pt26{    margin-top: -140px;
    padding-top: 140px;}*/
.tab {
    overflow: hidden;
    border-radius: 5px 5px 0px 0px;
    color: #54A12B;
    border-bottom: 4px solid #54A12B;
    display: flex;
    justify-content: center;margin-bottom:46px;
}

.tab button {
    background-color: inherit;
    float: left;
    border: none;
    outline: none;
    cursor: pointer;
    padding: 14px 16px;
    transition: 0.3s;
    font-size: 17px;
}

.tab button:hover {
    color:#fff;
}


.tabcontent {
    display: none;
    border-top: none;
}

button.tablinks {
    width: 33%;    background-color:#D0EFBF;
margin:0 16px;
    width: -moz-calc(100% / 3);
    width: -webkit-calc(100% / 3);
    width: calc(100% / 3);    width: 350px;
    max-width: 100%;
    font-size: 22px!important;
    color:#fff!important;font-weight:bold;    border-radius: 5px 5px 0px 0px;
}
/*.tab1 button.tablinks{    width: 50%;
    width: -moz-calc(100% / 2);
    width: -webkit-calc(100% / 2);
    width: calc(100% / 2);}
*/
.tab1 button.tablinks{color:#54A12B!important;}


.tab button.active {
    background-color: #54A12B; color:#fff!important;
}

.space_wrap_link li a {
    color: #54A12B;
    font-weight: bold;
    font-size: 18px;
    /* border: 1px solid #DBD6D3; */
    box-shadow: 0px 4px 16px #51515129;
    border-radius: 5px;
    padding: 12px;
    height: 140px;
    padding-top: 12px;
    font-size: 18px;
    text-align: center;
    position: relative;
    background-repeat: no-repeat;
    background-position: 50% 50%;
 background-size: auto 31px;
    display: block;
}
.space_wrap_link li a:hover{background-color:#eee;text-decoration:none!important;}

.space_wrap_link li a:before {
    content: '';
    position: absolute;
    z-index: 10;
    left: 0;
    right: 0;
    bottom: 0;
    background-image: url(../images/arrow.png);
    width: 20px;
    height: 100%;
    width: 100%;
    background-repeat: no-repeat;
    background-position: 50% 93%;
}


.space_wrap_link li:first-child a{
background-image:url(../images/icn_gnav_01.png); 
}
.space_wrap_link li:nth-child(2) a{
background-image:url(../images/icn_gnav_04.png); 
}
.space_wrap_link li:nth-child(3) a{
background-image:url(../images/icn_gnav_02.png); 
}
.space_wrap_link li:nth-child(4) a{
background-image:url(../images/icn_gnav_06.png); 
}


#contents #useful_content a.button.mid_button{    display: flex;
    min-height: 70px;    align-items: center;
    justify-content: center;}

.useful_contentbox.js_open2 {
    border: 1px solid #DBD6D3;
    background: #FFFFFF 0% 0% no-repeat padding-box;
    border-radius: 5px;
    padding: 16px 20px;
    /* padding-left: 0px; */
    margin-bottom: 18px;
}
.useful_contentbox.js_open2.is_open2{padding-bottom: 0;}

.useful_contentbox{
    border-radius: 5px;
    margin-bottom:24px;  /*  margin-top: -140px;
    padding-top: 140px;*/
}
.js_inner2 .useful_contentbox{border:0;}
.useful_contentbox h4{    cursor: pointer;text-align: left;
    margin-bottom: 0;
    position: relative;
    color: #000;padding-left:40px;font-weight: bold;}

.useful_contentbox .js_inner{    margin-top: 25px;
    padding:0 20px;
    padding-right: 0;}
.useful_contentbox .js_inner p {
    position: relative;
    padding-left: 0;
    line-height: 150%;margin-bottom:18px;font-size:15px;
}
.box01{border-bottom:1px solid #DBD6D3;padding-bottom:18px;}

.narabi1{display:flex;    margin-bottom: 25px;}

.narabi1 li{margin-right:25px;}
#useful_content{margin-bottom:40px;}
.useful_contentbox .js_inner li{
    line-height: 150%;}

.useful_contentbox_wrap{margin-bottom:30px;}

.useful_contentbox.is_open h4:before {
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
}
.useful_contentbox h4{
    background: #54A12B 0% 0% no-repeat padding-box;
    border-radius: 5px;
    color: #FFFFFF;
    padding: 14px 18px;
    font-size: 19.5px;
    font-weight: bold;
    position: relative;
}

.useful_contentbox .useful_contentbox.js_open{border:none;border-bottom: 1px solid #DBD6D3;border-radius:0;}

.useful_contentbox .useful_contentbox.js_open:last-child{border-bottom:none!important;}

.indent_wrap{padding-left:20px;margin-top: 4px}

.useful_contentbox_wrap {
    margin-bottom: 0px;
}

.useful_contentbox h3{position:relative;}
.useful_contentbox h3:before {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 0;
    display: inline-block;
    vertical-align: middle;
    color: #333;
    line-height: 1;
width: 8px;
    height: 8px;
    border: 2px solid #54A12B;
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(-25%) rotate(135deg);
    transition: all .5s;
}

.useful_contentbox.is_open2 h3:before {
    border-left: 0;
    border-bottom: 0;
    box-sizing: border-box;
    transform: translateY(25%) rotate(-45deg);
}
.useful_contentbox.js_open{margin-bottom:24px;}
.useful_contentbox.js_open .js_inner{padding:0;}
.useful_contentbox.js_open h4{    padding-left: 20px;}

.js_open2 .useful_contentbox h4{font-weight:normal;}
.plus::before,.plus::after  {
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 20px;
    top: 50%;
    transform: translateY(-50%);
    transition: opacity 1s;
}

.plus::after {
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}

.is_open .plus::before {
    opacity: 0;
}

.is_open .plus::after {
    transform: translateY(-50%) rotate(180deg);
}

.pdf_link {
    border: 1px solid #DBD6D3;
    border-radius: 5px;
    padding:10px 0;
    display: block;
    margin: 0 auto;
    margin-bottom: 22px;position:relative;
}
.pdf_link:before{content:'';position:absolute;z-index:10;top:10px;left:10px;
    background:url(../images/icon_pdf.png) no-repeat;background-size:25px 25px;width:25px;height:25px;
}
.pdf_link.nopdf:before{content:none;}
.pdf_link img{margin:0 auto;display:block;height:150px;width:auto!important;}

.block_1 h6{    font-size: 17px;
    font-weight: bold;
    /* min-height: 40px; */
    margin-bottom: 8px;
    line-height: 1.6;}
.more01{color: #54A12B!important;font-weight:bold;padding-right:30px;font-size:15.5px;position:relative;display:table;margin-left:auto;margin-right:0;    padding-right: 20px;}
.more01:before {
    background: url(../images/arrow@2x.png) no-repeat 100% 60%;
    background-size: 9px;
    content: '';
    position: absolute;
    z-index: 2;
    width: 100%;
    height: 100%;
}
.more01:hover{color:#666!important;text-decoration:none!important;}

/*#business_loan{margin-top: 26px;}*/
.hidden-view {
  max-height: 0;
  overflow: hidden;
  opacity: 0;
  transition: max-height 0.5s ease, opacity 0.5s ease;
}

.hidden-view.open {
 /* max-height: 1000px; /* 要素の最大の高さに応じて適切に設定します */
  opacity: 1;
}
.close_wrap{width: 100%;
    height: 2px;
    background: #54A12B;
    margin-top: 66px;
    margin-bottom: 50px;}

.close_btn {
    display: block;
    margin: 0 auto;
    width: 260px;
    padding: 6px 0;
background:#54A12B;    border: 2px solid #54A12B;
   color:#fff!important;
    border-radius: 16px;
    font-size: 15px;
    line-height: 100%;
    text-align: center;
    font-weight: bold;
    transform: translateY(-14px);
    position: relative;
}
.close_btn:after {
    content: '';
    position: absolute;
    z-index: 10;
    background-image: url(../images/arrow2.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 90% 53%;
    width: 14px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
}

.hidden-view.open + .close_wrap .button.close_btn:after{ content: '';
    position: absolute;
    z-index: 10;
    background-image: url(../images/arrow3.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 90% 53%;
    width: 14px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;}

.close_wrap .button.close_btn:hover{
        background: #D0EFBF;
    border: 2px solid #54A12B;    color: #54A12B !important;

}

.close_wrap .button.close_btn:hover:after{
        background-image: url(../images/arrow.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 90% 53%;
    
}

.hidden-view.open + .close_wrap .button.close_btn{
        background: #D0EFBF;
    border: 2px solid #54A12B;    color: #54A12B !important;

}
.hidden-view.open + .close_btn:hover{background:#54A12B;text-decoration:none;text-decoration:none!important;
color:#fff!important;}
button:focus{  outline: none;
}

.hidden-view {
  max-height: 0;
  overflow: hidden;
  transition: max-height 0s ease;
}

.hidden-view.open {
  max-height: 4000px; /* コンテンツの最大高さに応じて調整します */
}
.button.close_btn::before{
    content: "もっと見る";
}
.hidden-view.open + .close_wrap .button.close_btn::before{
    content: "閉じる";
}
.btn_pagetop{bottom: 20px;}
    .footer {
        padding: 32px 0 104px;
    }

.cls_btn {
    background-color: #D0EFBF;
    color: #54A12B !important;
    width: 100%;
    color: #54A12B;
    border: 0;
    padding: 8px;
    font-weight: bold;border:none;
}
.cls_btn span{padding-right:20px;position:relative;display:table;margin:0 auto;font-size:15px;}
/**/
.cls_btn span{display:table;margin:0 auto;position:relative;    padding-right: 30px;}
.cls_btn span:after {
    content: '';
    position: absolute;
    z-index: 10;
    background-image: url(../images/arrow3.png);
    background-size: 14px;
    background-repeat: no-repeat;
    background-position: 90% 53%;
    width: 14px;
    height: 10px;
    top: 0;
    bottom: 0;
    margin: auto 0;
    right: 10px;
}
/* css */

.yt_ifm{
  aspect-ratio: 16 / 9;
margin:0 auto;}
.yt_ifm iframe,.yt_ifm video {
  width: 100%;
  height: 100%;
}
 
/**/
@media (max-width: 768px) {
    .more1{font-size:14px;}
    #btn_pagetop{z-index:10000;}
    .useful_contentbox{    margin-top: -71px;
    padding-top: 71px;}
    .pt26{    margin-top: -71px;
    padding-top: 71px;}
    .close_btn{width:130px;}
    .useful_contentbox .col-md-4 {
    margin-bottom: 15px;
    }.pdf_link img{height:86px;}
    .narabi1 li{margin-bottom:10px;}
    .narabi1 li{margin-right:10px;}
    .narabi1{    margin-bottom: 12px;flex-wrap: wrap;
}
    .pdf_wrap{        display: flex;
        justify-content: space-between;        gap: 3%;}
    .pdf_link{width:50%;}
    .block_1 h6{width:43%;}
    .block_1{        flex-direction: column;}
    
 .ore_txt01:before {
        content: '';
        position: absolute;
        z-index: 10;
        background: url(../images/icon_campaign@2x.png) no-repeat 50% 50%;
        background-size: 100%;
        top: 10px;
        left:10px;
        width: 30px;
        height: 30px;
    }
    .ore_txt01{    padding-left: 50px;}
    
.useful_contentbox h4{font-weight:bold;font-size:16px;padding-right: 20px;}
#contents .newpage_loan .plan_wrap li a{max-height:inherit;}
.useful_contentbox .js_inner li {
    font-size: 16px;
}
#loan_first_faq {
    margin-bottom: 30px;}
.useful_contentbox h4{    line-height: 150%;}

    .ore_txt01 h3{        max-width: calc(100% - 120px);line-height:1.3;   font-size: clamp(16px, 2.9vw, 22px);}
    .ore_txt01
    button.tablinks {
    width: 100%;
    }
    button.tablinks{margin:0 5px;    padding: 14px 10px;
      font-size: clamp(16px, 4.2vw, 22px)!important;
}
    .block_1{display:flex;        max-width: 100%;
        display: flex;
        justify-content: space-between;
        margin-bottom: 22px;
        gap: 3%;
    }    .pdf_link {
        width: 50%;margin:0;    margin-bottom: 12px;
    position: relative;
    }
        .box01{
        width: 100%;
    }
    .space_wrap_link li a{      font-size: clamp(13px, 3.6vw, 18px);}
    .flex_pickup_campaign{display:block;padding:0;}
    .cp_txt{max-width:100%;    display: flex;
    justify-content: space-between;margin-bottom:22px;gap:3%;}
    
    .txt_pickup{width:50%;}
    
    .cp_txt_l{    width: 50%;}
    .cp_txt_r{    width: 44%;font-size: clamp(13px, 3.6vw, 18px);}
    
  /*  .space_wrap_link li a{background-size:auto;}*/
    
    
}
@media screen and (max-width: 767px) {
.pcdisplay{display:none;}
.spdisplay{display:block;}  
}
@media screen and (min-width: 1380px) {
#wrap .container{
        max-width: 1380px;
    }
    .main-section_li{    width: 1380px;padding:0 80px}
    .head_fv{margin:0 -80px;}
}
@media screen and (min-width: 767px) {
    .box01{padding: 0 14px;padding-bottom:18px;}

    .block_1 h6{padding:0 15px;}
}