@charset "UTF-8";
/* CSS Document */
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 15px;
  /*font: inherit;*/
  vertical-align: baseline;
}
/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
  font-family: 'Noto Sans JP', sans-serif;
  line-height: 1.66;
  color: #212121;
  letter-spacing: 0.05rem;
  font-weight: 500;
}
ol, ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
img {
  vertical-align: bottom;
  max-width: 100%;
}
a{
  text-decoration: none;
  color: #333333;
}
a,a img{
  transition-duration: .3s;
}
a:hover img{
  opacity: 0.7;
}
a.no-link{
  pointer-events: none;
}
.mainCont{
  /*overflow: hidden;*/
}
@media screen and (min-width: 1201px){
  body{
    padding-top: 110px;
  }
}
@media screen and (max-width: 1200px){
  body{
    padding-top: 60px;
  }
}












/*　共通css
-----------------------*/

div#loan-renewal2022{
margin:0 auto;
position:relative;
overflow: hidden
}



body.mobile_hidden{
overflow:hidden;
width:100%;
position:relative;

}

.sp640{
  display: none;
}
.bold{
  font-weight: 700;
}
.flex{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.wrap{
  max-width: 1100px;
  width: 90%;
  margin: 0 auto;
}
.btn{
  margin: 0 auto;
}
.btn a{
  position: relative;
  display: block;
  text-align: center;
  font-weight: 700;
  border: 2px solid #000;
  color: #000;
}
.btn.bk a{
  color: #fff;
  background-color: #000;
}
.btn a::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  width: 11px;
  height: 12px;
  background: url("../img/common/btn_arw_bk.svg") right center no-repeat;
  background-size: contain;
  transition-duration: .3s;
}
.btn.bk a:hover{
  color: #000;
  background-color: #FFE232;
}
.btn a:hover::after{
  background: url("../img/common/btn_arw_wh.svg") right center no-repeat;
  background-size: contain;
  right: 15px;
}
.btn.bk a::after{
  background: url("../img/common/btn_arw_wh.svg") right center no-repeat;
  background-size: contain;  
}
.btn.bk a:hover::after{
  background: url("../img/common/btn_arw_bk.svg") right center no-repeat;
  background-size: contain;  
}
/*ギザギザ区切り*/
.spikes {
  position: relative;
  background: #E2D8BB;
}
.spikes::before {
  content: "";
  position: absolute;
  right: 0;
  left: -0%;
  bottom: 100%;
  z-index: 10;
  display: block;
  height: 30px;
  background-size: 30px 100%;
  background-image: linear-gradient(45deg, #E2D8BB 25%, transparent 25%), linear-gradient(315deg, #E2D8BB 25%, transparent 25%);
  background-position: 0 0;
}
.spikes::after {
  content: "";
  position: absolute;
  right: 0;
  left: -0%;
  top: 100%;
  z-index: 10;
  display: block;
  height: 30px;
  background-size: 30px 100%;
  background-image: linear-gradient(135deg, #E2D8BB 25%, transparent 25%), linear-gradient(225deg, #E2D8BB 25%, transparent 25%);
  background-position: 0 0;
}

@media screen and (min-width: 901px){
  .sp{
    display: none;
  }
  .btn{
    width: 340px;
  }
  .btn a{
    line-height: 56px;
    font-size: 1.06rem;
  }
}
@media screen and (max-width: 900px){
  .pc{
    display: none!important;
  }
  .btn{
    width: 60%;
  }
  .btn a{
    font-size: 1.0rem;
    line-height: 50px;
  }
  
}
@media screen and (max-width: 640px){
  .btn{
    width: 85%;
  }
  .sp640{
    display: block;
  }
  .pcTb{
    display: none!important;
  }
}







/*　ヘッダー
-----------------------*/
header{
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  z-index: 999;
}
#header{
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;  
}
#header .header_wrap{
  align-items: center;
}
.head_logo{
  margin-right: auto;
}
@media screen and (min-width: 1201px){
  #header{
    background-color: #000;
    height: 110px;
  }
  .head_logo img.pc{
    display: block;
  }
  .head_logo img.sp{
    display: none;
  }
  .hd_navBox .navTop{
    align-items: center;
    justify-content: flex-end;
    margin-bottom: 16px;
  }
  .hd_navBox .navTop .link + .link{
    margin-left: 44px;
  }
  .hd_navBox .navTop .link a{
    color: #fff;
    position: relative;
    /*padding-left: 1em;*/
    font-size: 0.86rem;
  }
  .hd_navBox .navTop .link a svg{
    width: 5px;
    padding-right: 0.5em;
  }
  .hd_navBox .navTop .link a svg path{
    fill:#fff;
  }
  .hd_navBox .navTop .link a:hover{
    color: #FFE232;
  }
  .hd_navBox .navTop .link a:hover svg path{
    fill: #FFE232;
  }
  .hd_navBox .navTop .tel{
    margin-left: 30px;
  }
  .headerMenu ul li{
    padding: 0 20px;
  }
  .headerMenu ul li:last-child{
    padding: 0 0 0 20px;
  }
  .headerMenu ul li a{
    position: relative;
    padding-bottom: 4px; 
    color: #fff;
    font-size: 0.93rem;
  }
  .headerMenu ul li a::before{
    content: "";
    display: block;
    height: 1px;
    position: absolute;
    bottom: 0;
    left: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    width: 0%;
    background: #FFE232;    
  }
  .headerMenu ul li a:hover{
    color: #FFE232;
  }
  .headerMenu ul li a:hover::before{
    width: 100%;
  }
  .smp_hdNav,.header_nav_sp{
    display: none;
  }
  
}
@media screen and (max-width: 1200px){
  #header{
    background-color: #fff;
    height: 60px;
  }
  #header .header_wrap{
    width: 95%;
  }
  .head_logo{
    width: 150px;
  }
  .head_logo img.pc{
    display: none;
  }
  .head_logo img.sp{
    display: block;
  }
  
  .hd_navBox{
    display: none;
  }
  .smp_hdNav .info{
    width: 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    margin-right: 10px;
  }
  .smp_hdNav .header_btn_sp{
    width: 40px;
    height: 40px;
    background-color: #B51616;
    display: flex;
    align-items: center;
    justify-content: center;
  }
  .smp_hdNav .header_btn_sp .trigger_box{
    width: 20px;
    height: 16px;
    margin: auto;
    position: relative;  
  }
  .header_btn_sp .trigger_box span{
    position: absolute;
    bottom: 0;
    left: 0;
    display: block;
    transition: .8s cubic-bezier(.19,1,.22,1);
    width: 20px;
    height: 2px;
    background-color: #fff;    
  }
  .header_btn_sp .trigger_box span:nth-child(1){
    top: 0;
  }
  .header_btn_sp .trigger_box span:nth-child(2){
    top: 7px;
  }
  .header_btn_sp .trigger_box span:nth-child(3){
    bottom: 0;
  }
  .header_nav_sp{
    display: block;
    z-index: 10000;
    position: fixed;
    left: 0;
    top: 60px;
    height: calc(100vh - 60px);
    pointer-events: none;
    visibility: hidden;
    width: 100%;  
  }  
  .header_nav_sp::before{
    height: 100%;
    width: 80%;
    background: #E2D8BB;
    position: absolute;
    top: 0;
    right: -100%;
    content: "";
    z-index: 0;
    transition: .8s cubic-bezier(.165,.84,.44,1);
    visibility: visible;
    display: block;    
  }
  .header_nav_container{
    z-index: 1;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    position: absolute;
    right: 0;
    top: 0;
    width: 80%;
    height: 100%;
    opacity: 0;    
  }
  .header_nav_content ul li{
    border-bottom: 1px solid #B2A170;
  }
  .header_nav_content ul li a{
    color: #000;
    padding: 20px 7%;
    display: flex;
    align-items: center;
  }
  .header_nav_content ul li a svg{
    width: 7px;
    padding-right: 1.0em;
  }
  .header_nav_content .close{
    text-align: center;
    padding: 20px 0;
  }
  .header_nav_content .close span{
    padding-right: 2.0em;
    font-size: 1.2rem;
    color: #000;
    position: relative;
    
  }
  .header_nav_content .close span::after{
    content: "";
    position: absolute;
    right: 0;
    top: 50%;
    transform: translate(0,-50%);    
    width: 20px;
    height: 20px;
    background: url("../img/common/ic_hd_close.svg") center center no-repeat;
    background-size: contain;
  }
  .filter_bg{
    position: fixed;
    top: 0;
    left: 0;
    width: 100vw;
    height: 100vh;
    transition: all .5s;
    background: rgba(0,0,0,0.8);
    pointer-events: none;
    visibility: hidden;
    opacity: 0;
    z-index: 997;
  }
  
  
  /*オープン時*/
    
  body.show_nav .Contents{
    overflow: hidden;
  }
  .show_nav .trigger_box span:nth-child(1){
    top: 7px;
    left: 0;
    transform: rotate(45deg);
  }
  .show_nav .trigger_box span:nth-child(2){
    background: transparent;
  }
  .show_nav .trigger_box span:nth-child(3){
    top: 7px;
    left: 0px;
    transform: rotate(-45deg);
  }
  .show_nav .header_nav_sp{
    visibility: visible;
    pointer-events: auto;
  }
  .show_nav .header_nav_sp::before{
    right: 0;
    visibility: visible;
  }
  .show_nav .header_nav_container{
    opacity: 1;
    transition: 1.8s cubic-bezier(.165,.84,.44,1) .5s;    
  }
  .show_nav .header_nav_content{
    visibility: visible;
    pointer-events: auto;
  }
  .show_nav .filter_bg{
    visibility: visible;
    pointer-events: auto;
    opacity: 1;
  }
}



/*　ヘッダー fixボタン
-----------------------*/

/*丸ボタン*/
header .mv-botton{
margin: 0 auto;
width: 140px;
position: fixed;
top: 40px;
right: 60px;
z-index: 1;
}

header .mv-botton p:nth-of-type(1){margin-bottom: 30px;}

/* *********** ******************************** */
@media screen and (max-width: 1700px) {
 /* ---------------------------------- */
/*丸ボタン*/
header .mv-botton{
width: 115px;
right: 40px;
}

}

/* *********** ******************************** */
@media screen and (max-width: 1500px) {
 /* ---------------------------------- */
 /*丸ボタン*/
header .mv-botton{
width: 100px;
top: 75px;
right: 40px;
}
header .mv-botton p:nth-of-type(1){margin-bottom: 20px;}

}

/* *********** ******************************** */
@media screen and (max-width: 768px) {
 /* ---------------------------------- */
 /*丸ボタン*/
header .mv-botton{
width: 100px;
top: 134px;
right: 15px;
}

}


/* *********** ******************************** */
@media screen and (max-width: 600px) {
 /* ---------------------------------- */
header .mv-botton{
width: 136px;
top: 10px;
right: 65px;
display: flex;
}

header .mv-botton p:nth-of-type(3){
margin-right: 12px;
}
}

/* *********** ******************************** */
@media screen and (max-width: 380px) {
 /* ---------------------------------- */
header .mv-botton{
width: 129px;
right: 55px;
}

header .mv-botton p:nth-of-type(3){
margin-right: 6px;
}
}






/*　フッター
-----------------------*/
#ft_contact .wrap{
  background: url("../img/common/ft_bg_house.png") center top no-repeat;
  background-size: cover;
}
#ft_contact .wrap {
  padding-top: 138px;
  width: 100%;
}
#ft_contact .wrap h3{
  text-align: center;
  color: #fff;
  line-height: 1.75;
}
#ft_contact ul{
  max-width: 975px;
  width: 90%;
  margin: 0 auto;
}
#ft_contact ul li{
  display: flex;
}
#ft_contact ul li a{
  display: block;
  width: 100%;
  background:
    linear-gradient(45deg,  transparent 18px, #fff 18px),
    linear-gradient(135deg, transparent 18px, #fff 18px),
    linear-gradient(225deg, transparent 18px, #fff 18px),
    linear-gradient(315deg, transparent 18px, #fff 18px);
  background-position: bottom left, top left, top right, bottom right;
  background-size: 50% 50%;
  background-repeat: no-repeat;  
}
#ft_contact ul li a:hover{
  opacity: 0.7;
}
#footer{
  background-color: #FFE232;
}
#footer .ft_flex .infoBox .bold{
  font-size: 1.06em;
  margin-bottom: 10px;
  line-height: 1.7;
}
#footer .ft_flex .infoBox .txt{
  line-height: 1.7;
  font-size: 0.93rem;
}
#footer .ft_flex ul li{
  margin-bottom: 10px;
}
#footer .ft_flex ul li a{
  font-size: 0.93rem;
  color: #000;
  font-weight: 500;
  line-height: 1.42;
}
#footer .ft_flex ul li a svg{
  width: 6px;
  padding-right: 0.5em;
}
#footer .ft_flex ul li a:hover{
  color: #AA0000;
}
#footer .ft_flex ul li a:hover svg path{
  fill: #AA0000;
} 
#copy{
  color: #fff;
  text-align: center;
  background-color: #000000;
  font-size: 0.73rem;
  font-weight: 400;
  letter-spacing: 0.05rem;
  line-height: 1.55;
}
@media screen and (min-width: 901px){
  #page_top{
    display: none!important;
  }
  #ft_contact{
    padding: 90px 0 0;
    background: linear-gradient(180deg,#fff 0%,#fff 70%,#212121 70%,#212121 100%);
  }
  #ft_contact .wrap{
    padding-bottom: 70px;
  }
  #ft_contact .wrap h3{
    font-size: 1.33rem;
    margin-bottom: 40px;
  }
  #ft_contact ul li .bold{
    font-size: 1.2rem;
    line-height: 1.9;
    margin-bottom: 9px;
  }  
  #footer{
    padding: 50px 0 0;
  }
  #footer .ft_flex{
    display: flex;
    margin-bottom: 44px;
  }
  #footer .ft_flex .ft_logo{
    margin-right: 38px;
  }
  #footer .ft_flex .infoBox{
    margin-right: auto;
  }
  #footer .ft_flex .link a{
    padding-left: 1.2em;
    font-size: 0.93rem;
    position: relative;
    margin-right: 10px;
  }
  #footer .ft_flex .link{
    margin-top: 10px;
  }
  #footer .ft_flex .link a:hover{
    color: #AA0000; 
  }
  #footer .ft_flex .link a::before{
    content: "";
    position: absolute;
    left: 0;
    top: 60%;
    transform: translate(0,-50%);
    width: 12px;
    height: 12px;
    background: url("../img/common/ft_ic_arw.svg") left center no-repeat;
    background-size: contain;
  }
  #footer .ft_flex .link_1{
    margin-right: 50px;
  }
  #footer .ft_flex ul li{
    text-indent: -1em;
    padding-left: 1em;  
  }
  #copy{
    padding: 17px 0 16px;
  }
}
@media screen and (max-width: 900px){
  #page_top{
    position: fixed;
    bottom: 70px;
    right: 4%;
    z-index: 995;
    width: 60px;
  }
  #ft_contact{
    padding: 4.0rem 0 0;
  }
  #ft_contact .wrap{
    padding-top: 100px;
    padding-bottom: 3.5rem;
  }
  #ft_contact .wrap h3{
    margin-bottom: 25px;
  }
  #ft_contact ul li .bold{
    font-size: 1.05rem;
  }  
  #footer{
    padding: 2.5rem 0 0;
  }
  #footer .ft_flex{
    margin-bottom: 2.5rem;
  }
  #footer .ft_flex .ft_logo{
    width: 50%;
    margin: 0 auto 20px;
  }
  #footer .ft_flex .ft_logo img{
    width: 100%;
  }
  #footer .ft_flex .infoBox{
    margin-bottom: 30px;
  }
  #footer .ft_flex .infoBox p{
    text-align: center;
  }
  #footer .ft_flex .infoBox .bold{
    font-size: 1.13rem;
  }
  #copy{
    padding: 12px 0 13px;
  }
}
@media screen and (min-width: 641px){
  #ft_contact ul{
    justify-content: center;
  }
  #ft_contact ul li{
    width: 31.283%;
    margin-right: 3.07%;
  }
  #ft_contact ul li:last-child{
    margin-right: 0;
  }
  #ft_contact ul li a{
    text-align: center;
    padding: 26px 0 25px;
  }
  #ft_contact ul li .icon{
    margin-bottom: 14px;
  }
  #ft_contact ul li .txt{
    font-size: 0.93rem;
    line-height: 1.7;
  }
  
}
@media screen and (max-width: 640px){
  #ft_contact .wrap{
    background: url("../img/common/ft_bg_house_sp.png") center top no-repeat;
    background-size: cover;
    padding-bottom: 2.7rem;
  }
  #ft_contact ul{
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  #ft_contact ul li + li{
    margin-top: 10px;
  }
  #ft_contact ul li a{
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 15px 5%;
  }
  #ft_contact ul li .icon{
    width: 30%;
    margin-right: 15px;
  }
  #ft_contact ul li a .txt_r{
    -webkit-box-flex: 1;
        -ms-flex: 1;
            flex: 1;
  }
  #ft_contact ul li .bold{
    font-size: 0.93rem;
  }
  #ft_contact ul li .txt{
    font-size: 0.8rem;
  }
  #footer .ft_flex .ft_logo{
    width: 75%;
  }
  
}

/*****************************************
header-seo
*****************************************/

.header-seo{
  margin:110px auto 0;
  width:100%;
  text-align: center;
  background:#ffe233;
  font-size:20px;
  font-weight: 700;
  letter-spacing: 0.04em;
  line-height:1.5;
  padding: 1%;
}

 /* ******************************************* */
 @media screen and (max-width: 1200px) {
  /* ---------------------------------- */
.header-seo{margin:60px auto 0;}
  /* ---------------------------------- */
 }
 
 /* ******************************************* */
 @media screen and (max-width: 1024px) {
  /* ---------------------------------- */
.header-seo{padding: 2%;}
  /* ---------------------------------- */
 }
 
  /* ******************************************* */
 @media screen and (max-width: 480px) {
  /* ---------------------------------- */
.header-seo{font-size:18px;}
  /* ---------------------------------- */
 }
 
   /* ******************************************* */
 @media screen and (max-width: 480px) {
  /* ---------------------------------- */
.header-seo{
font-size:16px;
padding: 4%;
}
  /* ---------------------------------- */
 }

 
/*****************************************
footer-seo
*****************************************/

.footer-seo{
  margin:3% auto;
  width:100%;
  max-width:1000px;
  padding:2% 3%;
  font-size:12px;
  letter-spacing: 0.03em;
  line-height:1.4;
  border-top:1px solid #000;
  border-bottom:1px solid #000;
}

 
 /* ******************************************* */
 @media screen and (max-width: 1200px) {
  /* ---------------------------------- */
 
  .footer-seo{width:90%}
  
 
  /* ---------------------------------- */
 }
 /* ******************************************* */
 @media screen and (max-width: 1024px) {
  /* ---------------------------------- */
  .footer-seo  {
    margin:8% auto;
    width:80%;
    padding:4% 3%;}
  /* ---------------------------------- */
 }
 
 /* ******************************************* */
 @media screen and (max-width: 768px) {
  /* ---------------------------------- */
 
  .footer-seo  {
    padding:6% 3%;}
 
 
  /* ---------------------------------- */
 }
 
 /* ******************************************* */
 @media screen and (max-width: 600px) {
  /* ---------------------------------- */
 
 
 
  /* ---------------------------------- */
 }
 
 /* ******************************************* */
 @media screen and (max-width: 480px) {
  /* ---------------------------------- */
 
 
 
 
  /* ---------------------------------- */
 }
 /* ******************************************* */
 @media screen and (max-width: 380px) {
  /* ---------------------------------- */
 
 
 
  /* ---------------------------------- */
 }
 
 
/************************************************************
レスポンシブ画像切り替え（基本的なブレイクポイントではpc,mb、イレギュラーな部分だけ02,03等つけていく）
************************************************************ */

.pc680{display:block;}
.mb680{display: none;} 
.pc768{display:block;}
.mb768{display: none;} 
.pc02{display:block;}/*600px*/
.mb02{display: none;} /*600px*/
.pc03{display:block;}/*480px*/
.mb03{display: none;} /*480px*/
.pc04{display:block;}/*380px*/
.mb04{display: none;} /*380px*/
.pc900{display:block;}
.mb900{display: none;} 
.mb1024{display:none;}
.pc1200{display:block;}

/* ▼▼▼▼▼▼▼▼MaxWidth1024▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1200px) {
 /* ************** */
 
.pc1200{display: none;} 

 /* *************** */
	}

/* ▼▼▼▼▼▼▼▼MaxWidth1024▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 1024px) {
 /* ************** */
 
.pc1024{display:none;}
.mb1024{display: block;} 

 /* *************** */
	}

/* ▼▼▼▼▼▼▼▼MaxWidth768▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 900px) {
 /* ************** */

.pc900{display:none;}
.mb900{display: block;} 

 /* *************** */
	}

/* ▼▼▼▼▼▼▼▼MaxWidth768▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 768px) {
 /* ************** */

.pc768{display:none;}
.mb768{display: block;} 

 /* *************** */
	}
    
/* ▼▼▼▼▼▼▼▼MaxWidth768▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 680px) {
 /* ************** */

.pc680{display:none;}
.mb680{display: block;} 

 /* *************** */
	}

/* ▼▼▼▼▼▼▼▼MaxWidth768▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 600px) {
 /* ************** */

.pc02{display:none;}
.mb02{display: block;} 

 /* *************** */
	}


/* ▼▼▼▼▼▼▼▼MaxWidth768▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 480px) {
 /* ************** */

.pc03{display:none;}
.mb03{display: block;} 

 /* *************** */
	}


/* ▼▼▼▼▼▼▼▼MaxWidth768▼▼▼▼▼▼▼▼ */
@media screen and (max-width: 380px) {
 /* ************** */

.pc04{display:none;}
.mb04{display: block;} 

 /* *************** */
	}


/************************************************************
要素打ち消し
************************************************************ */
#loan-renewal2022 #contact_form{
background: none!important;
}



/** --------------------------------------------------
contact-renewal2022
-------------------------------------------------- **/
#contact-renewal2022{
margin: 0 auto;
width: 100%;
padding: 5%;

overflow: hidden;
position: relative;

background-image: url( "../img/loan/block08-bg.jpg");
background-size:cover;
background-repeat:no-repeat;
background-position:center;
}

#contact-renewal2022 .title{
margin: 0 auto 4%;
width: 500px;
}

/*リンクボタン共通*/
#contact-renewal2022 div{
text-align: center!important;

margin: 0 auto;
padding: 1.5% 0;
width: 550px;
font-size: 18px;
font-weight: 500;
letter-spacing: 0.05em;
color: #744f4a;
background: rgba(255,255,255,.9);
border-radius: 100px;
}

/*telボタン指定*/
#contact-renewal2022 .tel h2{
margin: 1% auto 0;
font-size: 60px;
font-family: 'Bebas Neue', cursive;
font-weight: 500;
}

#contact-renewal2022 .tel h2::before{
content: url( "../img/loan/blocl08-tel-mark.png");
display: inline-block;
vertical-align: middle;
transform: scale(0.7);
padding-right: 5px;
margin-top: 7px;
}

/*LINEボタンのみ色など指定い*/
#contact-renewal2022 .line{
text-align: center!important;

margin-top: 2%;
font-size: 22px;
font-weight: 700;
color: #fff;
background: #39b353;
}

/*リンクホバー共通*/
#contact-renewal2022 a:hover{
opacity: 0.7;
transition-duration: 0.5s;
}


/* ******************************************* */
@media screen and (max-width: 1024px) {
 /* ---------------------------------- */
#contact-renewal2022{padding: 10%;}
#contact-renewal2022 .title{margin: 0 auto 7%;}

/*リンクボタン共通*/
 #contact-renewal2022 div{padding: 3% 0;}

/*telボタン指定*/
 #contact-renewal2022 .tel h2{
margin: 0 auto;
font-size: 55px;
}

 #contact-renewal2022 .tel h2::before{
padding-right: 0px;
transform: scale(0.6);
}

/*LINEボタンのみ色など指定*/
 #contact-renewal2022 .line{
margin-top: 4%;
font-size: 20px;
}

 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 768px) {
 /* ---------------------------------- */
 #contact-renewal2022 .title{width: 70%;}

/*リンクボタン共通*/
 #contact-renewal2022 div{
padding: 4% 0;
width: 80%;
}

 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 680px) {
 /* ---------------------------------- */
/*リンクボタン共通*/
 #contact-renewal2022 div{width: 85%;}

 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 600px) {
 /* ---------------------------------- */
 #contact-renewal2022{padding: 15% 10%;}
 #contact-renewal2022 .title{width: 85%;}
/*リンクボタン共通*/
 #contact-renewal2022 div{
padding: 5% 0;
width: 100%;
font-size: 15px;
}
/*telボタン指定*/
 #contact-renewal2022 .tel h2{
margin-top: 0;
margin-left: -4%;
font-size: 45px;
}

 #contact-renewal2022 .tel h2::before{
transform: scale(0.5);
margin-top: 4px;
}

 #contact-renewal2022 .tel>p:nth-of-type(1){margin-bottom: -2%;}
 #contact-renewal2022 .tel>p:nth-of-type(2){margin-top: -2%;}

/*LINEボタンのみ色など指定*/
 #contact-renewal2022 .line{
margin-top: 6%;
font-size: 16px;
}

 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 480px) {
 /* ---------------------------------- */
 #contact-renewal2022{padding: 15% 5%;}
 #contact-renewal2022 .title{width: 90%;}
 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 380px) {
 /* ---------------------------------- */
/*LINEボタンのみ色など指定*/
 #contact-renewal2022 .line{
margin-top: 7%;
font-size: 14px;
}
 /* ---------------------------------- */
}




/* ************************************************************
#seo-text
************************************************************ */
#seo-text{
margin: 0 auto;
background: #ffe233;
padding: 5%;
}

#seo-text .seo-text{
margin: 1% auto;
text-align: justify;
width: 90%;
padding: 0 40px;
font-size: 18px;
font-weight: 500;
line-height: 1.5;
letter-spacing: 0.05em;
position: relative;
}

#seo-text .seo-text::before,
#seo-text .seo-text::after{
position: absolute;
   content:"";
   display:block;
   width:100%;
   height:2px;
   background:#fff;
   left:50%;
   transform: translateX(-50%);
}

#seo-text .seo-text::before{top: -35px;}
#seo-text .seo-text::after{bottom: -35px;}

/* ******************************************* */
@media screen and (max-width: 1920px) {
 /* ---------------------------------- */
#seo-text .seo-text{font-size: 16px;}

#seo-text .seo-text::before{top: -35px;}
#seo-text .seo-text::after{bottom: -35px;}
 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 1700px) {
 /* ---------------------------------- */
#seo-text .seo-text{font-size: 14px;}

#seo-text .seo-text::before{top: -30px;}
#seo-text .seo-text::after{bottom: -30px;}
 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 1500px) {
 /* ---------------------------------- */
#seo-text .seo-text::before{top: -30px;}
#seo-text .seo-text::after{bottom: -30px;}
 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 1200px) {
 /* ---------------------------------- */
#seo-text{padding: 7% 5%;}
#seo-text .seo-text{font-size: 12px;}
 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 1024px) {
 /* ---------------------------------- */

 /* ---------------------------------- */
}


/* ******************************************* */
@media screen and (max-width: 768px) {
 /* ---------------------------------- */
#seo-text{padding: 10% 5%;}
#seo-text .seo-text{padding: 0 20px;}

#seo-text .seo-text::before{top: -30px;}
#seo-text .seo-text::after{bottom: -30px;}
 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 600px) {
 /* ---------------------------------- */
#seo-text{padding: 15% 5%;}
#seo-text .seo-text{padding: 0 10px;}
 /* ---------------------------------- */
}


#blog-renewal2022 #news-subvisual .bar{background-image: url( "https://arcplan.jp/wp/wp-content/themes/arcplan/img/column/news-subvisual.jpg");}
#blog-renewal2022 #column-subvisual .bar{background-image: url( "https://arcplan.jp/wp/wp-content/themes/arcplan/img/column/column-subvisual.jpg");}
#blog-renewal2022 #loancolumn-subvisual .bar{background-image: url( "https://arcplan.jp/wp/wp-content/themes/arcplan/img/column/loancolumn-subvisual.jpg");}
#warranty-renewal2022 #warranty-subvisual .bar{background-image: url(　"https://arcplan.jp/wp/wp-content/themes/arcplan/img/warranty/warranty-mv.jpg");}


#fix-btn1 {
  position: -webkit-fixed;
  position: fixed;
  z-index: 995;
  bottom: 40px;
  right: 60px;
  width: 350px;
}
#fix-btn2 {
  display: none;
  position: -webkit-fixed;
  position: fixed;
  z-index: 995;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 50px;
  /*
  position: sticky;
  top: 100%;
  left: 0%;
  transform: translateY(-100%) translateX(-0%);
  */
}
#fix-btn2 .fix-btn-flex {
  width: 100%;
  height: 100%;
}
#fix-btn2 .fix-btn-flex .fix-btn-item {
  width: 100%;
  width: 100%;
  height: 100%;
}
#fix-btn2 .fix-btn-flex .fix-btn-item.lp-item {
  background-color: #4caaa8;
}
#fix-btn2 .fix-btn-flex .fix-btn-item .fix-btn-item-link {
  -webkit-display: flex;
  -ms-display: flex;
  -moz-display: flex;
  -o-display: flex;
  display: flex;
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  height: 100%;
}
#fix-btn2 .fix-btn-flex .fix-btn-item .fix-btn-item-link .fix-btn-item-box {
  -ms-align-items: center;
  -moz-align-items: center;
  -o-align-items: center;
  align-items: center;
  -ms-justify-content: center;
  -moz-justify-content: center;
  -o-justify-content: center;
  justify-content: center;
  color: #fff;
}
#fix-btn2 .fix-btn-flex .fix-btn-item .fix-btn-item-link .fix-btn-item-box .fix-btn-item-text-area {
  text-align: center;
}
#fix-btn2 .fix-btn-flex .fix-btn-item .fix-btn-item-link .fix-btn-item-box .fix-btn-item-text-area .fix-btn-item-text.lp-text {
  position: relative;
  width: fit-content;
  margin: 0 auto;
  font-size: clamp(1px, 4.5vw, 15px);
  font-weight: 600;
  display: flex;
  align-items: center;
}
#fix-btn2 .fix-btn-flex .fix-btn-item .fix-btn-item-link .fix-btn-item-box .fix-btn-item-text-area .fix-btn-item-text.lp-text::before {
  /* display: block; */
  display: none;
  content: "";
  position: absolute;
  width: 1.2em;
  height: 2px;
  background-color: #fff;
  top: 52%;
  left: -1.3em;
  transform: translateY(0%) translateX(0%) rotate(45deg);
}
#fix-btn2 .fix-btn-flex .fix-btn-item .fix-btn-item-link .fix-btn-item-box .fix-btn-item-text-area .fix-btn-item-text.lp-text::after {
  display: block;
  content: "";
  position: absolute;
  width: 0.6em;
  height: 0.6em;
  border: 3px solid #fff;
  border-left: 0 !important;
  border-bottom: 0 !important;
  box-sizing: border-box;
  background: none;
  right: -0.5em;
  transform: rotate(45deg);
  top: 21%;
  /* right: -1.3em; */
  /* transform: translateY(0%) translateX(0%) rotate(-45deg); */
}

@media (max-width: 1700px) {
  #fix-btn1 {
    bottom: 30px;
    right: 30px;
    width: 300px;
  }
}

@media (max-width: 1500px) {
  #fix-btn1 {
    bottom: 20px;
    right: 20px;
    width: 270px;
  }
}

@media (max-width: 1200px) {
  #fix-btn1 {
    bottom: 15px;
    right: 15px;
    width: 250px;
  }
}

@media (max-width: 900px) {
  #fix-btn1 {
    display: none;
  }
  #fix-btn2 {
    display: block;
    display: flex;
    height: 55px;
  }
  #fix-btn2 .fix-btn-flex .fix-btn-item .fix-btn-item-link .fix-btn-item-box .fix-btn-item-text-area .fix-btn-item-text.lp-text {
    font-size: clamp(1px, 3.5vw, 20px);
  }
}

@media (max-width: 480px) {
  #fix-btn2 {
    display: block;
    height: 50px;
  }
  #fix-btn2 .fix-btn-flex .fix-btn-item .fix-btn-item-link .fix-btn-item-box .fix-btn-item-text-area .fix-btn-item-text.lp-text {
    font-size: clamp(1px, 4.25vw, 15px);
  }
}