/* CSS Document */
body, h1, h2, h3, h4, h5, h6, p, ul, ol, dl, dt, dd, form, fieldset, hr, sup, figure {
  margin: 0;
  padding: 0;
}
ul{list-style:none;}
html, body {
  background-color: #fff;
  width: 100%;
  font-family:"游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
  color: #444444;
  font-size: 16px;
    letter-spacing: 1.6px;
}
img {
  border: 0;
  vertical-align: top;
  max-width: 100%;
  margin: 0 auto;
}

a:hover{opacity:.4;}
table{
    border-collapse: collapse;
    border-spacing: 0;    
}

#container {
  width: 100%;
  font-size:16px;
  letter-spacing:1.6px;
}
.inner{
  width: 850px;
  margin: 0 auto;
}
.inner2{
  width: 750px;
  margin: 0 auto;
}
.inner3{
  width: 750px;
  margin: 0 auto;
  margin-top: -20px;
}
header, footer {
  background-color: #FFF;
}
.faL {
  float: left;
}
.faR {
  float: right;
}
sup{
  font-size: 35%;
  vertical-align: text-top;
}

.clearfix:after {
  content: "";
  display: block;
  clear: both;
}
.mt4per{
  margin-top: 25px!important;
}
.mt8per{
  margin-top: 50px!important;
}
.orange{color:#fe6b01;}
.txt_s{font-size: 80%;}
header{
  width: 100%;
  background-color: #fe6b01;
}
header .header_inner{  
  width: 850px;
  margin: 0 auto;
  display: flex;
}
header .box{
  width: 22%;
  background: #fff;
  padding: 10px 15px;
}

header h1{
  font-size: 20px;
  line-height: 1.2;
  color:#fff;
  padding: 0.7em 1.5em 0.5em;
  width: 78%;
}
#fv{
  width: 100%;
  background: url(../img/main_bg.png) center/100% auto repeat-y;
  margin: 0 auto 40px;
}

#fv .fv_img{
  width: 38%;
  max-width: 714px;
  margin: auto;
  padding-top: 20px;
}
.kv_no1 {
  display: inline-block;
  width: 14.6%;
  max-width: 200px;
  position: absolute;
  top: 40px;
  right: 2.8%;
}
#fv p{
  color: #fff;
  font-size: 14px;
  letter-spacing: 0;
  padding: 10px 10px 10px 0px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  #fv{
    width: 100%;
    background: url(../img/main_bg.png) center/auto auto no-repeat;
    margin: 0 auto 0px;
  }

  #fv .fv_img {
    width: 100%;
  }

  .kv_no1 {
    display: inline-block;
    width: 19%;
    max-width: 200px;
    position: absolute;
    top: 40px;
    right: 0;
  }
  
  #fv p{
    font-size: 12px;
    text-align: left;
    padding: 10px;
  }
}

.btn_box{
  width: 64%;
  max-width: 544px;
  margin: 3% auto 2%;
}
.btn_box .btn{
  background: -moz-linear-gradient(top,#20bd00,#009700 50%,#008300 51%, #005f00); 
  background: -webkit-linear-gradient(top,#20bd00,#009700 50%,#008300 51%, #005f00); 
  background: -ms-linear-gradient(top,#20bd00,#009700 50%,#008300 51%, #005f00); 
  background: linear-gradient(top,#20bd00,#009700 50%,#008300 51%, #005f00); 
  text-align:center;
  box-shadow: 0 3px 10px #ccc;
  overflow:hidden;
  z-index:1;
  border-radius: 15px;
}
.btn_box .btn a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  line-height: 1.3;
  padding: 4% 0;
  font-weight: bold;
  width: 100%;
  position: relative;
}
.btn_box .btn02{
  background: -moz-linear-gradient(top,#a4dd00,#67c500 50%,#60ba00 51%, #21a100); 
  background: -webkit-linear-gradient(top,#a4dd00,#67c500 50%,#60ba00 51%, #21a100); 
  background: -ms-linear-gradient(top,#a4dd00,#67c500 50%,#60ba00 51%, #21a100); 
  background: linear-gradient(top,#a4dd00,#67c500 50%,#60ba00 51%, #21a100); 
}
.btn_box .btn02 a{
  padding: 4% 0;
}
.btn_box .btn a span{font-size: 18px; font-weight: normal; display: block;}

.btn_box .btn a:before{
    content: "";
    position: absolute;
    top: 45%;
    right: 5%;
    width: 15px;
    height: 15px;
    border-top: 3px solid #fff;
    border-right: 3px solid #fff;
    transform: rotate(45deg);
    margin-top: -5px;
}
.btn_box .btn_note{
  font-size: 0.75rem;
  line-height: 1.3;
  margin-top: 2%;
  text-align: center;
}

h2.ttl{
  font-size:1.75rem;
  line-height: 1.3;
  color:#fff;
  background: url(../img/ttl_bg.png) 0 0 repeat;
  font-weight:bold;
  padding:12px 0 8px;
  text-align: center;
  margin-bottom: 3%;
}
h2.ttl span.ttl_txt_l{
  font-size:2.625rem;
  font-weight:bold;
  letter-spacing:0.1em;
}
.cont01 .hukidashi {
  width: 70%;
  margin: 3% auto 2%;
  padding: 10px 20px;
  position: relative;
  line-height: 1.2;
  font-weight:bold;
  text-align: center;
  background: #fff;
  border: solid 2px #8f96aa;
  border-radius: 5px;
}
.cont01 .hukidashi:before {
  content: "";
  position: absolute;
  top: 99%;
  right: 49.8%;
  margin-left: -12px;
  border: 10px solid transparent;
  border-top: 14px solid #fff;
  z-index: 2;
}
.cont01 .hukidashi:after {
  content: "";
  position: absolute;
  top: 99%;
  right: 49.3%;
  margin-left: -14px;
  border: 12px solid transparent;
  border-top: 16px solid #8f96aa;
  z-index: 1;
}
.cont01 .hukidashi .hukidashi01{
  font-size: 1.5rem;
  display:block;
}
.cont01 .hukidashi .hukidashi02{
  color:#fe6b01;
  font-size: 2rem;
  font-weight: bold;
}
.cont01 .hukidashi .hukidashi02 em{
  font-size: 3rem;
  font-style:normal;
}
.cont01 .kinri_set{
  font-size: 1.125rem;
  margin: 5% auto 0;
  display:flex;
  justify-content: space-between;
}
.cont01 .kinri_set .kinri{
  width: 382px;
  margin-right: 15px;
  display:flex;
  justify-content: space-between;
}
.cont01 .kinri_set ul.kinri li.hendo{
  width: 186px;
  margin-right: 10px;
}
.cont01 .kinri_set ul.kinri li.kotei{
  width: 186px;
}
.cont01 .kinri_set .waribiki{
  width: 350px;
}
.cont01 .kinri_set .waribiki .waribiki_txt{
  font-size: 0.875rem;
  font-weight: bold;
  line-height:1.2;
  margin-bottom: 0.5em;
}
.cont01 .lead {
  margin: 40px 0 0;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
}
.cont01 .cpset{
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 3.5%  4%;
  font-size: 1.125rem;
}
.cont01 .cpset ul.cp_kinri{
  margin: 2.5% auto 0;
  display:flex;
  justify-content: space-between;
}
.cont01 .cpset ul.cp_kinri li{
  width: 48%;
}
.cont01 h4.hosho{
  font-weight: bold;
  text-align: center;
  margin-top: 2%;
  margin-bottom: 1%;
}
.cont01 .hosho_hyou{
display:flex;
  font-size: 0.875rem;
}
.cont01 .hosho_hyou dt{
  padding: 0.5em 1em;
  text-align: center;
  background-color: #c4cbde;
  width: 40%;
  border: 1px solid #c4cbde;
  font-weight: bold;
}
.cont01 .hosho_hyou dd span.arrow{
  position: relative;
  margin-left: 1.5em;
  font-weight: bold;
}
.cont01 .hosho_hyou dd span.arrow::before{
  content: '';
	display: block;
	position: absolute;
  top: 0; 
  left:-1em;
	width: 100%;
	height: 20px;
  background: url(../img/cont01_arrow.png) no-repeat 0% 50%;
  background-size: contain;
  
}
.cont01 .hosho_hyou dd{
  padding: 0.5em 1em;
  text-align: center;
  width: 60%;
  border: 1px solid #c4cbde;
}
.comment{
  margin: 4% auto 0;
  padding-bottom: 5%;
  text-align: center;
}
.cont01 .sub {
  display:inline-block;
  font-size:1.75rem;
  color:#ff5400;
  font-weight:bold;
  border-bottom: dotted 3px #ff5400;
}
.cont01 .sub span {
  font-size:2rem;
  font-weight:bold;
}
.cont01 .sub .fz {
  font-size:1.5rem;
  font-weight:bold;
}
.cont01 .wid {
  width:82%;
  margin:0 auto 21px;
}
.notes {
  padding: 10px 10px 0;
  font-size: 12px; 
  line-height: 1.5;
  text-align:left;
}

.indent-1 {
    padding-left: 1em;
    text-indent: -1em;
}
.indent-15 {
  padding-left: 1.5em;
  text-indent: -1.5em;
}
.indent-2 {
    padding-left: 2em;
    text-indent: -2em;
}

.cont02{
  background:#f5f5f5;
}

.cont02 .white{
  width: 70%;
  max-width:750px;

  background:#fff;
  margin:0 auto;
  padding:30px;
}
.cont02 .white .posi_re{
  position:relative;
}
.cont02 .white .bg{
  width: 90%;
  margin: 0 auto;
  background:url(../img/maru.png) no-repeat 8% 55%,url(../img/sankaku.png) no-repeat 90% 58%;
  background-size:25%,29%;
  padding:2% 0 7%;
}
.cont02 .loan_name{
  width: 45%;
}
.cont02 .white .bg1{
  background:url(../img/maru.png) no-repeat 8% 93%,url(../img/sankaku.png) no-repeat 90% 93%;
  background-size:25%,29%;
  padding:2% 0 7%;
}
.cont02 .white .sub_ttl{
  text-align:center;
  font-size:1.625rem;
  color: #666;
  font-weight:bold;
  padding-bottom:2%;
  margin-bottom: 2%;
  display: flex;
	align-items: center;
}
.cont02 .white .sub_ttl::before,.cont02 .white .sub_ttl::after{
  content: "";
	flex-grow: 1;
	border-top: 2px dashed #666;
	display: block;
}
.cont02 .white .sub_ttl::before{
  margin-right: .4em;
}
.cont02 .white .sub_ttl::after{
  margin-left: .4em;
}
.cont02 .white .sub_ttl span.merit_icon{
  color:#fff;
  font-size: 1.125rem;
  font-weight: bold;
  letter-spacing: -0.1em;
  background-color: #ff9c00;
  padding: 2px 6px;
  border-radius: 4px;
  margin-right: 0.8em;
}
.cont02 .white .sub_ttl span.txt_s{
  font-size:1.5rem;
  text-decoration:none;
}
.cont02 .white .sub{
  font-size:1.25rem;
  text-align:center;
  font-weight:bold;
  color: #666666;
}
.cont02 .white .txt_set{
  max-width: 45%;
}
.cont02 .white .orange{
  color: #ff6600;
}
.cont02 .white .txt{
  font-size:1.125rem;
  text-align:left;
  color: #444444;
}
.cont02 .wid {
  width:61%;
  margin:0 auto;
  padding:24px 0 52px;
}
.cont03 .tukaimichi{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.cont03 .tukaimichi .hiyou_iconset{
  border: 2px solid #8f95aa;
  border-radius: 15px;
  width: 30%;
  margin-bottom: 3%;
}
.cont03 .tukaimichi .hiyou_iconset dt{
  height:3em;
  background: #8f95aa;
  color:#fff;
  font-size: 1.5rem;
  line-height: 1.2;
  text-align: center;
  border-radius: 12px 12px 0 0;
  display: flex;
  align-items: center;
  justify-content: center;
}
.cont03 .tukaimichi .hiyou_iconset dd{
  text-align: center;

  padding-top: 5%;
  padding-bottom: 5%;
}
.cont03 .tukaimichi .hiyou_iconset dd img{
  width: 60%;
  vertical-align: middle;
}
.cont04{
  background-color: #fef8e4;
}
.cont04 .step_box{
  background-color: #fff;
  margin: 4% auto 2%;
}
.cont04 .step_box .step{
  display:table;
  border-collapse:collapse;
}
.cont04 .step_box .step dt{
  display: table-cell;
  width: 112px;
}
.cont04 .step_box .step dd{
  padding: 0 1.5em;
  display: table-cell;
  vertical-align: middle;
}
.cont04 .step_box .step dd .step_ttl{
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
  color:#fe6b01;
}
.cont04 .step_box .step dd .step_txt{
  font-size: 1.125rem;
  line-height: 1.2;
}
.cont04 h3.flow{
  font-size: 2rem;
  text-align: center;
  margin: 3% auto 2%;
}



.cont05{
  padding-bottom: 5%;
}

.cont05 .faq-unit-01 {
  width: 810px;
  margin:0 auto;
  text-align:left;
}
.cont05 .faq-unit-01 dt .icon-q,
.cont05 .faq-unit-01 dd .icon-a{
  margin: 0;
  padding-left: 12px;
  padding-top: 7px;
  width: 4.8%;
}
.cont05 .text-q{
  margin-top: 10px;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  background-color: #7b8092;
  color: #fff;
  font-size: 1.125rem;
  font-weight: bold;
  padding: 5px 50px 0px 75px;
  line-height:3em;
  background-image: url(../img/arrow-s.png);
  background-repeat: no-repeat;
  background-position: right 2% center;
}
.cont05 .text-q.active{
  background-image: url(../img/arrow-s_on.png);
  background-repeat: no-repeat;
  background-position: right 2% center;
}
.cont05 .icon-q {
  display: block;
  position: absolute;
  left: 0px;
  padding-top:9px;
}
.cont05 .icon-faq-arrow {
  position: absolute;
  left: inherit;
  right: 2%;
  top: 18px;
}
.cont05 .icon-faq-arrow {
  background: url(../img/arrow-s.png) 97% 50% no-repeat;
  width: 36px;
  height: 27px;
}

.cont05 .text-a{
  display:none;
  min-height: 60px;
  cursor: pointer;
  position: relative;
  padding: 5px 30px 0px 75px;
  font-size: 1.125rem;
  background:#fff;
  border: 1px solid #7b8092;
}
.cont05 .text-a span{
  font-size:0.75rem;
}
.cont05 .icon-a {
  display: block;
  position: absolute;
  left: 0;
}

.cont05 .lh{
  line-height:1.5em;
}

.cont06 .sub_ttl_jisseki{
  text-align:center;
  font-size: 2rem;
  line-height: 1.4;
  font-weight: bold;
  margin-bottom: 2%;
}
.cont06 .sub_ttl_jisseki span{
  border-bottom: 3px dashed #fe6b01;
  font-size: 3.125rem;
}

.date{
    text-align: right;
    font-size: 12px;
}
.cont07 .bg_sim{
  background-color: #fef3cb;
  padding-bottom: 3%;
}
.cont07 .bg_sim + .inner3 {
  margin-top: 0;
}
.cont07 .btn_txt{
  text-align: center;
  font-size: 1.875rem;
  font-weight: bold;
  line-height: 1.3;
  margin: 0 auto 0.2em;
}
.cont07 .btn_txt02{
  position: relative;
  font-style: normal;
}
.cont07 .btn_txt02::before{
  content: '＼';
  position: absolute;
  bottom:0;
  left:-3.5em;
}
.cont07 .btn_txt02::after{
  content:"／";
  position: absolute;
  bottom:0;
  left:100%;
}
.cont07 .btn_box{
  margin-top: 0;
}

.cont07 .btn02_list{
  width: 90%;
  max-width: 650px;
  margin: 1.5% auto 2%;
  padding: 2% 3%;
  background-color: #fff;
  border-radius: 15px;
}
.cont07 .btn02_list ul{
  font-size: 1.5rem;
  line-height: 1.3;
  
  margin: 0 auto;
}
.cont07 .btn_list_txt{
  text-align: center;
  font-size: 1.5rem;
  margin: 2% auto;
}
.cont07 .tel{
  background-color: #fff;
  padding-top: 4%;
  padding-bottom: 4%;
}
.cont07 .tel .tel_box{
  margin: 2% auto 4%;
  padding: 3% ;
  border: 2px solid #7b8092;
}
.cont07 .tel .tel_box .btn_tel{
  margin: 0 auto;
  text-align: center;
}
.cont07 .tel .tel_box .btn_tel a{
  color:#444;
  text-decoration: none;
}
.cont07 .tel .tel_box a[href^="tel:"] {
  pointer-events: none;
}
.cont07 .tel .tel_box .btn_tel{
  font-size: 1.5rem;
  line-height: 1.3;
  font-weight: bold;
}
.cont07 .tel .tel_box .btn_tel span{
  font-size: 3rem;
}
.cont07 .tel .tel_box .tel_menu{
  font-size: 1.125rem;
  width: 70%;
  margin: 0 auto;
}

.cont07 .tel .tel_box .btn_tel .tel_pd {
  padding: 10px 10px 0 25px;
}


a {
  color: #ff6600;
  cursor: pointer;
  text-decoration: underline;
}


.linkArrowTriangleRight:before, .glyphArrowTriangleRight > span:before {
  content: ">";
  color: #0ca26c;
  font-family: 'icon_type2018';
}

/* ---------------------------------
   footer
---------------------------------- */
footer {
  color: #FFF;
  font-size: 16px;
  line-height: 1.5em;
  text-align: center;
  margin-bottom: 162px;
}
footer .layout{
  padding: 60px;
  background: #343434;
}
footer .call {
  max-width: 370px;
  margin: 0 auto;
}
footer address{
  display: block;
  font-size: 50px;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 30px auto;
}
footer .info {
  max-width: 640px;
  margin: 0 auto;
  text-align: left;
}
footer .info_box {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  font-size: 16px;
}
footer .info p {
  text-align: center;
}
footer .copyright {
  background-color: #2B2B2B;
  text-align: center;
  font-size: 13px;
  padding: 1.5em 0;
  letter-spacing: 0.5px;
}
footer .ncb_info .ncb_logo {
  width: 257px;
  margin: 0 auto 10px;
}
footer .ncb_info .ncb_logo img {
  width: 100%;
  vertical-align: bottom;
}
@media screen and (max-width: 767px) {
  footer .layout{
    padding: 22px 10px;
  }
  footer .call {
    max-width: 300px;
  }
  footer address{
    margin: 0 auto 20px;
    line-height: 1.5em;
  }
  footer address img {
    vertical-align: bottom;
  }
  footer .info p {
    margin: 0 auto;
    font-size: 14px;
    letter-spacing: 0;
  }
  footer .info_box {
    font-size: 14px;
    flex-wrap: wrap;
    letter-spacing: 0;
  }
  footer .info_item01, 
  footer .info_item02{
    text-align: center;
  }
  footer .copyright {
    font-size: 14px;
  }
}
/* ---------------------------------
   fixed-bottom-button
---------------------------------- */
#fixed-bottom-button {
  position: fixed;
  left: 0;
  bottom: -500px;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  -moz-transition: .7s ease-in-out;
  -o-transition: .7s ease-in-out;
  -ms-transition: .7s ease-in-out;
  -webkit-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
  z-index: 1;
}
.fixed-bottom-button--show {
  bottom: 0 !important;
}
#fixed-bottom-button .fixed-bottom-button-0 {
  float: left;
  margin-bottom: 10px;
}
#fixed-bottom-button .fixed-bottom-button-1 {
  float: right;
  margin-bottom: 10px;
}
/* #fixed-bottom-button .fixed-bottom-button-0, #fixed-bottom-button .fixed-bottom-button-1 {
  width: 100%;
} */
#fixed-bottom-button .col {
  max-width: 1400px;
  margin: 0 auto;
  padding: 0 0 15px;
  display: flex;
  justify-content: center;
  align-items: flex-end;
  gap: 2%;
}
#fixed-bottom-button .col.lead {
  padding: 15px 0 0;
}
#fixed-bottom-button .col.lead .btn_lead {
  width: 500px;
}

#fixed-bottom-button .btn_01{
  margin:10px auto;
  position:relative;
  width: 500px;
  text-align:center;
  overflow:hidden;
  z-index:1;
}
#fixed-bottom-button .btn_01{
  background: -moz-linear-gradient(top,#20bd00,#009700 50%,#008300 51%, #005f00); 
  background: -webkit-linear-gradient(top,#20bd00,#009700 50%,#008300 51%, #005f00); 
  background: -ms-linear-gradient(top,#20bd00,#009700 50%,#008300 51%, #005f00); 
  background: linear-gradient(top,#20bd00,#009700 50%,#008300 51%, #005f00); 
  box-shadow: 0 3px 10px #333;
  border-radius: 15px;
}

#fixed-bottom-button .btn_01 a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  font-size: 2rem;
  width: 436px;
  padding: 3% 0;
  font-weight: bold;
}
#fixed-bottom-button .btn_01 a:before{
  content: "";
  position: absolute;
  top: 45%;
  right: 5%;
  width: 15px;
  height: 15px;
  border-top: 3px solid #fff;
  border-right: 3px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}

.pc_only{display:block;}
.cont07 .tel .pc_only{display:inline-block;}
.cont01 .notes .pc_only{display:inline;}


.sp_only{display:none;}
.sp_block{display: inline;}


@media screen and (max-width:768px){
#container *{
  box-sizing: border-box;
}
.box_campaign202212 .box_joken {
  font-size: 3.5vw;
}
.box_campaign202212 .box_hoshoryo{
  font-size: 3.5vw;
}
.box_campaign202212 .text_shosai{
  font-size: 3.5vw;
}
.pc_only,
.cont07 .tel .pc_only{display:none;}

.sp_only{display:block;}
.cont07 .tel .sp_only{display:inline-block;}

.sp_block{display: block;}

body {
  font-family:"ヒラギノ角ゴ","游ゴシック体","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS PGothic",sans-serif;
}
#container {
  width: 100%;
}
.inner,.inner2,.inner3{width: 90%;}
.mt4per{margin-top: 4%!important;}
.mt8per{margin-top: 8%!important;}
img{
  max-width:100%;
  height: auto;
  margin:0 auto;
}
header{
  width: 100%;
}
header .header_inner{  
  width: 100%;
}
header .box{
  width: 43%;
  padding: 3%;
}

header h1{
  font-size: 3.4666vw;
  line-height: 1.2;
  width: 57%;
  padding: 0.5em 1.2em;
}
#fv{
  width: 100%;
  margin: 0 auto 5%;
}


.btn_box{
  width: 90%;
  margin: 3% auto 2%;
}
.btn_box .btn a{
  font-size: 4.8vw;
  width: 100%;
  padding: 4.5% 0;
}
.btn_box .btn a span{font-size: 3vw;}
.btn_box .btn a:before{
  content: "";
  position: absolute;
  top: 48%;
  right: 5%;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
.btn_box .btn_note{
  font-size: 1.8vw;
}

.comment{
  width: 90%;
  padding-bottom: 6%;
}


h2.ttl{
  font-size:4.5vw;
  padding:3% 0 2%;
  margin-bottom: 5%;
}
h2.ttl span.ttl_txt_l{
  font-size:7vw;
  font-weight:bold;
}
.notes {
  margin:0 auto;
  padding: 3% 0% 0;
  font-size: 1.8vw; 
  line-height: 1.5;
  text-align:left;
  letter-spacing:0;
}
    
.inner3{
  margin-top:-2.66vw;
}
    
.date{
  font-size:1.8vw; 
}
.cont01 .lead {
  font-size: 4.2vw;
  margin-top: 20px;
}
.cont01 .hukidashi {
  width: 100%;
  padding: 2px 10px;
  border-radius: 10px;
  margin-top:0;
  letter-spacing:0.05rem;
  border: solid 1px #8f96aa;
}
.cont01 .hukidashi:before {
  top: 99%;
  right: 49.8%;
  margin-top: 0;
  border: 1.5vw solid transparent;
  border-top: 1.8vw solid #fff;
}

.cont01 .hukidashi:after {
  top: 99%;
  right: 49.3%;
  margin-top: 0;
  border: 1.8vw solid transparent;
  border-top: 2.1vw solid #8f96aa;
}
.cont01 .hukidashi .hukidashi01{
  font-size: 3.9999vw;
}
.cont01 .hukidashi .hukidashi02{
  font-size: 5.3333vw;
}
.cont01 .hukidashi .hukidashi02 em{
  font-size: 7.9999vw;
}
.cont01 .kinri_set{
  font-size: 4vw;
  display:block;
}
.cont01 .kinri_set .kinri{
  width: 100%;
  margin-right: 0;
}
.cont01 .kinri_set ul.kinri li.hendo{
  width: 48%;
  margin-right: 0;
}
.cont01 .kinri_set ul.kinri li.kotei{
  width: 48%;
}
.cont01 .kinri_set .waribiki{
  width: 100%;
  margin-top: 4%;
}
.cont01 .kinri_set .waribiki .waribiki_txt{
  font-size:3.2vw;
}
.cont01 .kinri_set .waribiki .waribiki_hyou img{
  width: 100%;
}    
.cont01 .cpset{
  font-size: 4vw;
}
.cont01 .cpset ul.cp_kinri{
  margin: 2.5% auto 0;
  display:block;
}
.cont01 .cpset ul.cp_kinri li{
  width: 100%;
}
.cont01 .cpset ul.cp_kinri li:first-of-type{
  margin-bottom: 3%;
}
.cont01 h4.hosho{
  font-size:3.73333vw;
}
.cont01 .hosho_hyou{
display:block;
  font-size: 3.2vw;
}
.cont01 .hosho_hyou dt{
  width: 100%;
}


.cont01 .hosho_hyou dd{
  width: 100%;
}
.cont01 .hosho_hyou dd span.arrow::before {
  content: '';
  display: block;
  position: absolute;
  top: 0;
  left: -1.5em;
  width: 100%;
  height: 1.2em;
  background: url(../img/cont01_arrow.png) no-repeat 40% bottom;
  background-size: contain;
}
.cont01 .sub {
  border-bottom: dotted 2px #ff5400;
  padding-top:2%;
  font-size:4.7vw;
}
.cont01 .sub span {
  font-size:5.2vw;
}
.cont01 .sub .fz {
  font-size:4.7vw;
  font-weight:bold;
}
.cont01 .wid {
  width:65%;
  margin:0 auto 3%;
}


.cont02 .faL{
  width:47%;
}
.cont02 .faR{
  width:47%;
}

.cont02 .white{
  width:90%;
  padding:5% 5% 0;
}
.cont02 .white .bg{
  width: 100%;
  background:url(../img/maru.png) no-repeat 11% 50%,url(../img/sankaku.png) no-repeat 86% 46%;
  background-size:30%;
}
.cont02 .white .bg1{
  background:url(../img/maru.png) no-repeat 11% 76%,url(../img/sankaku.png) no-repeat 90% 70%;
  background-size:30%;
  padding:0% 0 5%;
}
.cont02 .white .sub_ttl{
  font-size:4.2666vw;
  padding-bottom:3%;

}
.cont02 .white .sub_ttl span.txt_s{
  font-size:3.2vw;
  text-decoration:none;

}
.cont02 .white .sub_ttl span.merit_icon {
  font-size: 3.2vw;
  padding: 0.2em 0.5em;
}
.cont02 .white .sub{
  font-size:3.4666vw;
}
.cont02 .white .sub span{
  font-size: 3.2vw;
}
.cont02 .white .orange{
  color: #ff6600;
}
.cont02 .white .txt{
  font-size:3vw;
}
.cont02 .wid {
  width:90%;
  padding:10% 0 35%;
  margin:0 auto;
  position:relative;
}
.cont02 .wid .faL{
  position: absolute;
  top: 15%;
  right: 18%;
  padding-left: 5%;
  width:81%;
}
.cont02 .wid .faR{
  position: absolute;
  top: 20%;
  left: 18%;
  padding-right: 5%;
  width:81%;
}

.cont03 .tukaimichi .hiyou_iconset{
  width: 47%;
  border-radius: 12px;
}
.cont03 .tukaimichi .hiyou_iconset dt{
  font-size: 4vw;
  border-radius: 10px 10px 0 0;
}

.cont03 .tukaimichi .hiyou_iconset dd img{
  height:80%;
  vertical-align: middle;
}


.cont04 .step_box .step dt{
  width: 20.89%;
}
.cont04 .step_box .step dd {
  padding: 0 0.8em;
}
.cont04 .step_box .step dd .step_ttl{
  font-size: 4vw;
}
.cont04 .step_box .step dd .step_txt{
  font-size: 3.2vw;
  margin-top: 0.3em;
}
.cont04 h3.flow{
  font-size: 4.8vw;
}

  
.cont05{
  padding-bottom:12%;
}
.cont05 img {
    max-width: 7vw;
    margin: 0 auto;
}

.cont05 .faq-unit-01 {
  width: 90%;
}
.cont05 .faq-unit-01 dt .icon-q {
  padding-left: 3%;
  padding-top: 0;
}
.cont05 .faq-unit-01 dd .icon-a {
  padding-left: 3%;
  padding-top: 3%;
}
.cont05 .text-q{
  margin-top: 2%;
  min-height: 10.5vw;
  font-size: 4vw;
  padding: 2% 10% 2% 15%;
  line-height:1.3em;
  background-size:3%;
  background-position: right 4% center;
}
.cont05 .text-q.active{
  background-position: right 4% center;
}
.cont05 .icon-q {
  padding-top:9px;
}

.cont05 .icon-faq-arrow {
  right: 2%;
  top: 18px;
}
.cont05 .icon-faq-arrow {
  background: url(../img/arrow-s.png) 97% 50% no-repeat;
  width: 36px;
  height: 27px;
}
.cont05 .text-a{
  min-height: auto;
  padding: 2% 3% 2% 15%;
  font-size: 4vw;
}
.cont05 .text-a span{
  display: block;
  font-size:3vw;
  line-height: 1.5em;
	}
.cont05 .lh{
  line-height:1.3em;
  padding-bottom: 3%;
}
.cont05 .pt{
  line-height: 1.8em;
  min-height: 11vw;
}

.cont06 .sub_ttl_jisseki{
  font-size: 4.8vw;
}
.cont06 .sub_ttl_jisseki span{
  font-size: 7.466vw;
}

.cont07 .btn_txt{
  font-size: 4.2666vw;
}
.cont07 .btn_txt02{

}
.cont07 .btn_txt02::before{
  left: -20%;
  font-size: 150%;
  font-weight: normal;
  transform: rotate(25deg);
}
.cont07 .btn_txt02::after{
  left:96%;
  font-size: 150%;
  font-weight: normal;
  transform: rotate(-25deg);
}
.cont07 .btn02_list{
  width: 90%;
  padding: 3%;
  margin-bottom: 4%;
}
.cont07 .btn02_list ul{
  font-size: 3.4666vw;
  width: 100%;
}
.cont07 .btn_list_txt{
  font-size: 3.7333vw;
}
.cont07 .tel .tel_box a[href^="tel:"] {
  pointer-events: auto;
}
.cont07 .tel .tel_box{
  margin: 2% auto 0;
  border: none;
  padding: 0;
}
.cont07 .tel .tel_box .btn_tel{
  font-size: 3.7333vw;
  background: -moz-linear-gradient(top,#fd8100,#e96000 50%,#e44600 51%, #cf2200); 
  background: -webkit-linear-gradient(top,#fd8100,#e96000 50%,#e44600 51%, #cf2200); 
  background: -ms-linear-gradient(top,#fd8100,#e96000 50%,#e44600 51%, #cf2200); 
  background: linear-gradient(top,#fd8100,#e96000 50%,#e44600 51%, #cf2200); 
  text-align:center;
  box-shadow: 0 3px 10px #ccc;
  overflow:hidden;
  z-index:1;
  border-radius: 15px;
}
.cont07 .tel .tel_box .btn_tel a{
  display: inline-block;
  color: #fff;
  text-decoration: none;
  line-height: 1.3;
  padding: 3% 0;
  font-weight: bold;
  width: 100%;
  position: relative;
}
.cont07 .tel .tel_box .btn_tel span{
  font-size: 6.6666vw;
}
.cont07 .tel .tel_box .btn_tel .tel_pd {
  width: 15%;
  padding: 2% 3% 0;
}
.cont07 .tel .tel_box .tel_menu{
  font-size: 3.2vw;
  width: 100%;
  margin: 4% auto 0;
}
/* ---------------------------------
   footer
---------------------------------- */
footer{
  width: 100%;
  margin: 0 auto 106px;
}
footer .inner{
  width: 94%;
}
footer .box .ft_link{
  font-size: 3.2vw;
}
footer .box .ft_logo{
  position: static;
  margin: 3% auto 2%;
  text-align: center;
}
footer .ft_txt{
  margin-top: 5%;
  font-size: 2vw;
}
footer .ft_address {
  font-size: 14px;
}
/* ---------------------------------
   fixed-bottom-button
---------------------------------- */
#fixed-bottom-button {
  position: fixed;
  left: 0;
  bottom: -500px;
  width: 100%;
  background-color: rgba(0,0,0,0.6);
  -moz-transition: .7s ease-in-out;
  -o-transition: .7s ease-in-out;
  -ms-transition: .7s ease-in-out;
  -webkit-transition: .7s ease-in-out;
  transition: .7s ease-in-out;
}
.fixed-bottom-button--show {
  bottom: 0 !important;
}
#fixed-bottom-button .fixed-bottom-button-0 {
  float: none;
  margin-bottom: 10px;
}
#fixed-bottom-button .fixed-bottom-button-1 {
  float: right;
  margin-bottom: 10px;
}
#fixed-bottom-button .fixed-bottom-button-0, #fixed-bottom-button .fixed-bottom-button-1 {
  width: 45%;
  margin:0 auto;
}
#fixed-bottom-button .col {
  margin: 0 auto;
  padding: 0 0;
  max-width: 100%;
}
#fixed-bottom-button .btn_01{
  margin:4% auto;
  width: 100%;
  box-shadow: 0 3px 10px #333;
}
#fixed-bottom-button .btn_01 a{
  font-size: 4.2vw;
  width: 100%;
  padding: 6.5% 0;
}
#fixed-bottom-button .btn_01 a:before{
  top: 48%;
  right: 5%;
  width: 0.5em;
  height: 0.5em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  transform: rotate(45deg);
  margin-top: -5px;
}
#fixed-bottom-button .btn_01 a:after{
  top: 25px;
  left: -10%;
  height: 90px;
  width: 112%;
}
#fixed-bottom-button .col.lead {
  padding: 15px 0 0;
}
#fixed-bottom-button .col.lead::after {
  display: none;
}
#fixed-bottom-button .col.lead .btn_lead {
  width: 100%;
  margin-bottom: 0;
}
}/* --- max-width:768px */

.box_cpbnr {
  width: 730px;
  margin: 0 auto;
}
.box_cpbnr .mb10{
  margin-bottom: 10px;
}
@media only screen and (max-width: 736px){
  .box_cpbnr {
    width: 100%;
    padding: 0 30px 1.5% 30px;
}
  
}

/* campaign202212 */

.box_campaign202212 {
  text-align: center;
  border-width: 10px;
  border-style: solid;
  padding: 0 0 0 0;
  margin-bottom: 20px;
  border-color: #FC6B01;
}

.box_campaign202212 h1 {
  background-color: #FC6B01;
  color: #F5F5F5;
  font-size: 26px;
  padding: 0 0 5px 0;
  margin-bottom: 15px;
}

.box_campaign202212 h2 {
  font-size: 20px;
}

.box_campaign202212 .text_kikan {
  font-size: 18px;
  padding-top: 3px;
  margin-bottom: 15px;
}

.box_campaign202212 .list_kinri {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
  margin: 0 15px  15px 15px;
}

.box_campaign202212 .list_kinri li {
  -ms-flex-preferred-size: 48%;
      flex-basis: 48%;
}

.box_campaign202212 .list_kinri.freeloan {
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  margin-bottom: 5px;
}

.box_campaign202212 .list_kinri.freeloan li {
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
}

.box_campaign202212 .text_pr {
  text-align: center;
  padding: 0 15px;
}

.box_campaign202212 .box_hoshoryo {
  background-color: #F5F5F5;
  margin: 0 15px 15px 15px;
  padding: 20px 10px;
  
}

.box_campaign202212 .box_hoshoryo h2 {
  font-size: 16px;
  border-bottom: 1px #333 solid;
  margin-bottom: 10px;
  padding-bottom: 10px;
  line-height: 1em;
}

.box_campaign202212 .box_hoshoryo p {
  margin-bottom: 0;
}

.box_campaign202212 .box_joken {
  border: 3px solid #FC6B01;
  margin-left: 15px;
  margin-right: 15px;
  margin-bottom: 15px;
  padding: 10px 15px;
}

.box_campaign202212 .box_joken h3 {
  color: #FC6B01;
  font-size: 16px;
}

.box_campaign202212 .box_joken p {
  text-align: left;
  margin-bottom: 0;
}

.box_campaign202212 .text_shosai {
  text-align: right;
  padding: 0 15px;
  margin-left: 1em !important;
  text-indent: -1em !important;
  margin: 0 0 1.5em;
}
.box_campaign202212 a:link,.box_campaign202212 a:visited {
  color: #2e4ba7;
  text-decoration: underline;
}
.box_campaign202212 a:hover, .box_campaign202212 a:active {
  text-decoration: none;
}

@media (max-width: 767px) {
  .box_campaign202212 h1 {
    font-size: 4.2vw;
  }
  .box_campaign202212 h2 {
    font-size: 3.8vw;
  }
  .box_campaign202212 .text_kikan {
    padding-top: 3px;
    font-size: 3.4vw;
  }
  .box_campaign202212 .list_kinri {
    display: block;
  }
  .box_campaign202212 .list_kinri li:nth-of-type(1) {
    margin-bottom: 15px;
  }
  .box_campaign202212 .list_kinri.freeloan li:nth-of-type(1) {
    margin-bottom: 5px;
  }
  .box_campaign202212 .text_pr {
    text-align: left;
  }
  .box_campaign202212 .text_shosai {
    text-align: left;
  }
}
@media only screen and (max-width: 736px)
{
  .box_campaign202212 .text_shosai {
    margin: 0 3px 1em;
}
.box_campaign202212 .text_kikan {
  margin: 0 0 1em;
}
}
/* end campaign202212 */


/* add:202403 */
.apply {
  text-align: center;
  padding-bottom: 8%;
}
.apply h3 {
  font-size: 2rem;
  margin: 3% auto 2%;
}
.apply h3 + p {
  font-size: 20px;
  line-height: 1.45;
}
.apply h3 + p span {
  color: #ED9D68;
  font-weight: bold;
}
.apply h4 {
  color: #ED9D68;
  font-size: 24px;
  margin-bottom: 16px;
}
.apply h4 span {
  font-size: 40px;
}
.apply .column {
  display: flex;
  justify-content: space-between;
}
.apply .column_item {
  width: 44%;
  max-width: 400px;
  position: relative;
}
.apply .column_item:first-of-type:after {
  display: inline-block;
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-top: 18px solid transparent;
  border-bottom: 18px solid transparent;
  border-left: 32px solid #ed9d68;
  border-right: 0;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  right: -63px;
}
.apply .column_item figcaption {
  color: #ED9D68;
  font-size: 32px;
  font-weight: bold;
  margin-top: 10px;
}
.btn_column {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  gap: 2%;
}
.fv.btn_column {
  margin: 50px 0;
  align-items: flex-end;
}
.btn_column .btn_box {
  margin: 0;
}
.btn_lead {
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  margin-bottom: 10px;
}
.btn_column .btn_lead {
  font-size: 20px;
}
.fixed-bottom-button--show .btn_lead {
  color: #FFF;
  font-size: 16px;
}
@media screen and (max-width: 736px) {
  .apply h3 {
    font-size: 6vw;
  }
  .apply h3 + p {
    font-size: 4vw;
  }
  .apply h4 {
    font-size: 4.2vw;
  }
  .apply h4 span {
    font-size: 6vw;
  }
  .apply .column_item:first-of-type:after {
    border-top: 12px solid transparent;
    border-bottom: 12px solid transparent;
    border-left: 22px solid #ed9d68;
    right: -8vw;
  }
  .apply .column_item figcaption {
    font-size: 4.2vw;
  }
  .btn_column {
    flex-direction: column;
    align-items: center;
    row-gap: 18px;
  }
  .fv.btn_column {
    align-items: center;
    row-gap: 30px;
    margin: 20px 0;
  }
  .btn_column .btn_lead {
    font-size: 4vw;
  }
  .col .btn_lead {
    font-size: 3.6vw;
  }
}

/* 割引ボックス */
.c-title--02 {
	position: relative;
	margin-bottom: 20px;
	padding-bottom: 5px;
	text-align: center;
	border-bottom: solid 3px #ccc;
}
.c-title--02::after {
	position: absolute;
	display: block;
	content: '';
	width: 5em;
	height: 3px;
	left: calc(50% - 2.5em);
	bottom: -3px;
	background: #F67E22;
}
.u-align--left {
	text-align: left;
}
.u-align--center {
	text-align: center;
}
.c-text--bold {
	font-weight: bold;
}
.u-mt-all--10 {
	margin-top: 10px;
}
.u-mt-all--30 {
	margin-top: 30px;
}
.u-mb-all--30 {
	margin-bottom: 30px;
}
.u-mb-all--50 {
	margin-bottom: 50px;
}
.c-text--bold {
	font-weight: bold;
}
.c-list__item {
	font-size: 0.8em;
	padding-left: 1.25em;
	position: relative;
}
.c-list__item::after {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
}

@media only screen and (max-width: 736px){

	.u-visible--pc {
		display: none;
	}

}

.p-waribiki-box {
	text-align: center;
}
.p-waribiki-box__head {
	position: relative;
	display: inline-block;
	margin-bottom: 0.5em;
	font-size: 1.6em;
	font-weight: bold;
}
.p-waribiki-box__head::before, 
.p-waribiki-box__head::after {
	content: '';
	position: absolute;
	display: block;
	width: 1px;
	height: 1.5em;
	bottom: 0.25em;
	background: #999;
}
.p-waribiki-box__head::before {
	left: -1em;
	transform: rotate(-30deg);
}
.p-waribiki-box__head::after {
	right: -1em;
	transform: rotate(30deg);
}
.p-waribiki-box__head > span {
	display: inline-block;
	padding: 0 0.15em;
	font-size: 2em;
	color: #F67E22;
}
.p-waribiki-box__head > span > span {
	font-size: 0.65em;
}
.p-waribiki-box__table {
	margin: 0 auto;
	border-collapse: collapse;
	font-size: 0.9em;
}
.p-waribiki-box__table th,
.p-waribiki-box__table td {
	padding: 1em 1.5em;
	border: solid 1px #ccc;
}
.p-waribiki-box__table th {
	background: #F5F5F5;
}
.p-waribiki-box__table td {
	position: relative;
}
.p-waribiki-box__table td::after {
	content: 'おトク！';
	position: absolute;
	display: block;
	width: 5em;
	line-height: 5em;
	bottom: calc(100% - 2.8em);
	left: calc(100% - 2.2em);
	border-radius: 2.5em;
	font-size: 0.8em;
	background: #F67E22;
	color: #fff;
	letter-spacing: -0.1em;
}
.p-waribiki-box__transiton {
	display: flex;
	gap: 3em;
	font-size: 1.25em;
	font-weight: bold;
}
.p-waribiki-box__transiton span {
	font-size: 2em;
}
.p-waribiki-box__transiton > div:last-of-type {
	position: relative;
	color: #F67E22;
}
.p-waribiki-box__transiton > div:last-of-type::before,
.p-waribiki-box__transiton > div:last-of-type::after {
	content: '';
	position: absolute;
	display: block;
}
.p-waribiki-box__transiton > div:last-of-type::before {
	width: 25px;
	height: 10px;
	background: #333;
	left: -42px;
	top: calc(50% - 5px);
}
.p-waribiki-box__transiton > div:last-of-type::after {
	width: 0;
	height: 0;
	left: -22px;
	top: calc(50% - 12px);
	border-left: 15px solid #333;
	border-top: 12px solid transparent;
	border-bottom: 12px solid transparent;
}

@media only screen and (max-width: 736px){

	.p-waribiki-box__head {
		margin-bottom: 0.25em;
		font-size: 1.3em;
	}
	.p-waribiki-box__table {
		font-size: 0.75em;
	}
	.p-waribiki-box__table th,
	.p-waribiki-box__table td {
		padding:0.5em;
	}
	.p-waribiki-box__table td::after {
		font-size: 0.65em;
	}
	.c-list__item {
		font-size: 0.7em;
	}

}

/* 金利ボックス */
/* kinri box */

.p-power .kinri_box_sel .kinri_box-item {
    width: 280px;
}

.p-power .kinri_box_sel {
    text-align: center;
    padding: 28px 0;
    background: #FFFAEE;
}
.p-power .kinri_box_sel h3 {
    font-size: 16px;
    line-height: 1.625;
    margin-bottom: 24px;
}
.p-power .kinri_box_sel .kinri_box-item-wrap {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    gap: 16px 24px;
}
.p-power .kinri_box_sel .kinri_box-item {
    width: 280px;
    display: flex;
    justify-content: space-around;
    align-items: center;
    background: #FFF;
    padding: 16px 24px;
    border: 1px solid #CCC;
    position: relative;
}
/* .p-power .kinri_box_sel .kinri_box-item:nth-child(odd) {
    margin-right: 24px;
}
.p-power .kinri_box_sel .kinri_box-item:nth-child(-n+2) {
    margin-bottom: 16px;
} */
.p-power .kinri_box_sel .kinri_box-item:before,
.p-power .kinri_box_sel .kinri_box-item:after {
    display: inline-block;
    content: "";
    position: absolute;
}
.p-power .kinri_box_sel .kinri_box-item:before {
    width: 24px;
    height: 24px;
    background: #F67E22;
    border-radius: 50%;
    left: -12px;
    top: -12px;
}
.p-power .kinri_box_sel .kinri_box-item:after {
    width: 4px;
    height: 8px;
    border-right: 2px solid #FFF;
    border-bottom: 2px solid #FFF;
    transform: rotate(45deg);
    left: -4px;
    top: -7px;
}
.p-power .kinri_box_sel .kinri_box-item p {
    text-align: left;
    font-size: 15px;
    font-weight: bold;
    margin-bottom: 0;
}
.p-power .kinri_box_sel .kinri_box-item p.kinri_box-value {
    color: #F67E22;
    font-size: 20px;
    font-weight: normal;
    display: block;
    line-height: 30px;
}
.p-power .kinri_box_sel .kinri_box-item p.kinri_box-value span {
    font-size: 30px;
    font-weight: bold;
}

@media screen and (min-width: 520px) and (max-width: 736px){

	.p-power .kinri_box_sel .kinri_box-item {
			width: 220px!important;
	}

}
@media only screen and (max-width: 736px){

	.p-power .kinri_box_sel .kinri_box-item {
			width: 152px;
			flex-direction: column;
			padding: 20px 8px 8px;
	}

}

/* 商品概要 */
.p-detail {
  max-width: 1100PX;
  margin: 60px auto 60px;
}
.p-detail h2 {
  font-size: 35px;
  margin-bottom: 40px;
}
.p-table {
  width: 100%;
  border-collapse: collapse;
  border-spacing: 0;
  table-layout: fixed;
  margin-bottom: 10px;
}
.p-table td, .p-table th {
  border: 1px solid #d3d3d3;
  padding: 20px;
  border-collapse: collapse;
}
.p-table tbody th {
  background: #F5F5F5;
  font-weight: 600;
}
.p-table__more-item {
  position: relative;
  overflow: hidden;
  margin-bottom: 30px;
  height: 400px;
}
.p-table__more-item:before {
  display: block;
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 188px;
  background: linear-gradient(to bottom, rgb(255, 255, 255,0) 0%, rgb(255, 255, 255,1) 100%);
  content: "";
  z-index: 1;
}
.is-open .p-table__more-item:before {
  display: none;
}
.p-table__more-btn p{
  width: 244px;
  display: block;
  font-size: 16px;
  text-align: center;
  padding: 12px 13px 12px 0;
  margin: 0 auto;
  background: #FFF;
  border: 1px solid #d3d3d3;
  border-radius: 40px;
  position: relative;
  cursor: pointer;
  transition: all .5s;
}
.p-table__more-btn p:after{
  display: inline-block;
  content: "";
  width: 24px;
  height: 24px;
  background-image: url(/assets/images/icon_arrow_down.svg);
  background-repeat: no-repeat;
  filter: brightness(0) saturate(100%) invert(52%) sepia(80%) saturate(6659%) hue-rotate(330deg) brightness(94%) contrast(89%);
  position: absolute;
  right: 26px;
}
.p-list__item {
  padding-left: 20px;
  position: relative;
}
.p-list--disc > .p-list__item {
  margin-bottom: 12px;
}
.p-list--disc > .p-list__item::before {
  position: absolute;
  background-color: #E23859;
  content: "";
  width: 4px;
  height: 4px;
  left: 0;
  top: 0.6em;
}
.p-list--note {
  font-size: 12px;
  position: relative;
}
.p-list--note > .p-list__item {
  padding-left: 0;
}
.p-list--note > .p-list__item::before {
  content: "※";
  margin-right: 8px;
}
.u-align--right {
  text-align: right;
}
.p-table td a {
  color: var(--pink);
  text-decoration: underline;
}
@media screen and (min-width: 768px) {
  .u-width-pc--30 {
    width: 30%;
  }
  .u-width-pc--70 {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  .p-detail {
    margin-top: 0;
  }
  .p-detail h2 {
    font-size: 28px;
    margin-bottom: 20px;
  }
  .p-table td, .p-table th {
    padding: 16px;
    width: 100%;
    display: block;
    border-bottom: none;
  }
  .p-table tr:last-child {
    border-bottom: 1px solid #333;
  }
  .p-table__more-item {
    height: 330px;
  }
  .u-align--right {
    font-size: 14px;
    margin-top: 6px;
  }
}
