@charset "UTF-8";
/* CSS Document */

/* ************************************************************
レスポンシブ画像切り替え（基本的なブレイクポイントではpc,mb、イレギュラーな部分だけ02,03等つけていく）
************************************************************ */

.pc768{display:block;}
.mb768{display: none;} 
.pc02{display:block;}
.mb02{display: none;} 
.pc03{display:block;}
.mb03{display: none;} 
.pc04{display:block;}
.mb04{display: none;} 
.mb1024{display:none;}

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

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

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

.pc768{display:none;}
.mb768{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;} 

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


/** --------------------------------------------------
h1共通
-------------------------------------------------- **/
#contact-page-renewal2022 .h1-title{
text-align: center!important;

margin: 0 auto;
width: 100%;
padding: 5% 5% 7%;
}

#contact-page-renewal2022 .h1-title h1{

text-align: center!important;

margin: 0 auto 2%;
font-family: 'Bebas Neue', cursive;
font-size: 60px;
letter-spacing: 0.05em;
}

#contact-page-renewal2022 .h1-title p{
text-align: center!important;

position: relative;
margin: 0 auto;
width: 100%;
font-size: 20px;
}

#contact-page-renewal2022 .h1-title p::after {
position: absolute;
content: '';
width: 55px;
height: 2px;
display: inline-block;
background-color: #000;
bottom: -17px;
left:50%;
transform: translateX(-50%);
}


/* ******************************************* */
@media screen and (max-width: 1200px) {
 /* ---------------------------------- */
#contact-page-renewal2022 .h1-title h1{
margin: 0 auto 3%;
font-size: 55px;
}

#contact-page-renewal2022 .h1-title p{font-size: 18px;}


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

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

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

/* ******************************************* */
@media screen and (max-width: 768px) {
 /* ---------------------------------- */
#contact-page-renewal2022 .h1-title h1{
margin: 0 auto 4%;
font-size: 50px;
}
#contact-page-renewal2022 .h1-title p::after {width: 40px;}
 /* ---------------------------------- */
}

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

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

/* ******************************************* */
@media screen and (max-width: 480px) {
 /* ---------------------------------- */
#contact-page-renewal2022 .h1-title h1{
margin: 0 auto 5%;
font-size: 45px;
}
#contact-page-renewal2022 .h1-title p{font-size: 16px;}

#contact-page-renewal2022 .h1-title p::after {width: 40px;}
 /* ---------------------------------- */
}

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



/** --------------------------------------------------
block07　お問合せ
-------------------------------------------------- **/
#contact-page-renewal2022 #block07{
margin: 0 auto;
width: 100%;
background-image: url("../img/loan/bg.jpg");
background-size:cover;
background-repeat:repeat;
background-position:center;
}

/*コンタクトフォーム*/

#contact-page-renewal2022 #contact_form{
margin: 0 auto;
width: 100%;
}

#contact-page-renewal2022 #contact_form .wrap{
margin: 5% auto 0;
max-width:1000px;
width: 100%;
padding: 5%;
background: #fff;
border: solid 1px #000;
border-radius: 20px;
}

#contact-page-renewal2022 #contact_form .wrap .form_wrap{
margin: 0 auto;
width: 100%;
}

/* ******************************************* */
@media screen and (max-width: 1200px) {
 /* ---------------------------------- */
 /*コンタクトフォーム*/
#contact-page-renewal2022 #contact_form .wrap{width: 85%;}
 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 1024px) {
 /* ---------------------------------- */
 /*コンタクトフォーム*/
 /* ---------------------------------- */
}

/* ******************************************* */
@media screen and (max-width: 768px) {
 /* ---------------------------------- */
 /*コンタクトフォーム*/
#contact-page-renewal2022 #contact_form .wrap{
padding: 5%;
width: 95%;
}
 /* ---------------------------------- */
}

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

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

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

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

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

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

/*入力フォーム*/

/*必須*/
#contact-page-renewal2022 #contact_form .form_table .must{
  color: #fff;
  background-color: #AA0000;
  border-radius: 2px;
  font-size: 14px;
  display: inline-block;
  padding: 3px 7px;
}

/*入力部分*/
#contact-page-renewal2022 #contact_form .form_table dl{
  border-bottom: 1px solid #DBDBDB;
}

#contact-page-renewal2022 #contact_form .form_table dl dt{
 font-size: 15px;
 line-height: 1.5;
}

#contact-page-renewal2022 #contact_form .form_table dl dd{
  width: 100%;
}

#contact-page-renewal2022 #contact_form .form_table dl dd input[type="text"],
#contact-page-renewal2022 #contact_form .form_table dl dd input[type="email"],
#contact-page-renewal2022 #contact_form .form_table dl dd textarea{
  border: 1px solid #000000;
  border-radius: 5px;
  box-sizing: border-box;
  padding: 10px;
  width: 100%;  
}

#contact-page-renewal2022 #contact_form .form_table dl dd input[type="text"],
#contact-page-renewal2022 #contact_form .form_table dl dd input[type="email"]{
  height: 46px;
}

#contact-page-renewal2022 #contact_form .form_table dl dd .add_table{
  width: 100%;
}

#contact-page-renewal2022 #contact_form .form_table dl dd .add_table th{
  font-weight: normal;
  text-align: left;
  width: 20%;
  padding-right: 20px;
  font-size: 15px;
}

#contact-page-renewal2022 #contact_form .form_table dl dd .add_table td{
  padding-bottom: 13px;
}
#contact-page-renewal2022 #contact_form .form_table dl dd .add_table td input[name="your-zip"]{
  width: 150px;
}
#contact-page-renewal2022 #contact_form .form_table dl dd .add_table td select{
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: 1px solid #000;
  border-radius: 4px;
  height: 30px;
  background: url( "../img/contact/icon_select.svg") right center no-repeat;
  width: 150px;
  box-sizing: border-box;
  padding-left: 10px;
}
#contact-page-renewal2022 #contact_form .form_table dl dd.radio > span,
#contact-page-renewal2022 #contact_form .form_table dl dd.check > span{
  display: block;
  margin-bottom: 10px;
}
#contact-page-renewal2022 #contact_form .form_table dl dd.radio input[type="radio"],
#contact-page-renewal2022 #contact_form .form_table dl dd.check input[type="checkbox"]{
  display: none;
}
#contact-page-renewal2022 #contact_form .form_table dl dd.radio label span,
#contact-page-renewal2022 #contact_form .form_table dl dd.check label span{
  position: relative;
  padding-left: 30px;
}
/*ラジオボタン*/
#contact-page-renewal2022 #contact_form .form_table dl dd.radio label span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 50%;
  transform: translate(0,-50%);  
}
#contact-page-renewal2022 #contact_form .form_table dl dd.radio input[type="radio"]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 6px;
  width: 10px;
  height: 10px;
  background: #008DE5;
  border-radius: 50%;
  transform: translate(0,-50%);  
}
/*チェックボックス*/
#contact-page-renewal2022 #contact_form .form_table dl dd.check label span::before{
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 0;
  width: 20px;
  height: 20px;
  border: 1px solid #000;
  border-radius: 2px;
  transform: translate(0,-50%);    
}
#contact-page-renewal2022 #contact_form .form_table dl dd.check input[type="checkbox"]:checked + span::before{
  background-color: #008DE5;
}
#contact-page-renewal2022 #contact_form .form_table dl dd.check input[type="checkbox"]:checked + span::after{
  content: "";
  display: block;
  position: absolute;
  top: 7px;
  left: 3px;  
  width: 6px;
  height: 10px;
  transform: rotate(45deg) translate(0,-50%);
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;  
}
/*プライバシー*/
#contact-page-renewal2022 #contact_form .priv_box{
  background-color: #F0F0F0;
  margin: 0 auto 20px;
  width: 85%;
  font-size: 14px;
  padding: 16px 16px 15px;
  letter-spacing: 0.05em;
}
#contact-page-renewal2022 #contact_form .priv_box .priv_inner{
  overflow-y: scroll;
  height: 100%;  
}
#contact-page-renewal2022 #contact_form .priv_box .txt{
text-align: justify;
font-size: 12px;
line-height: 1.3;
letter-spacing: 0.03em;
}

#contact-page-renewal2022 #contact_form .priv_box .priv_inner h3{
  margin-bottom: 1.0em;
}
/*送信ボタン*/
#contact-page-renewal2022 #contact_form .submit_btn button{
  display: block;
  position: relative;
  max-width: 340px;
  width: 80%;
  margin: 0 auto;
  box-sizing: border-box;
  border: 2px solid #000;
  color: #fff;
  text-align: center;
  background-color: #000;
  transition-duration: .3s;
  font-size: 1.06rem;
  font-weight: bold;
}
#contact-page-renewal2022 #contact_form .submit_btn button::after{
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  transform: translate(0,-50%);
  width: 11px;
  height: 12px;
  background: url(../img/common/btn_arw_wh.svg) right center no-repeat;
  background-size: contain;
  transition-duration: .3s;  
}
#contact-page-renewal2022 #contact_form .submit_btn button:hover{
  color: #000;
  background-color: #FFE232;
}
#contact-page-renewal2022 #contact_form .submit_btn button:hover::after{
  background: url("../img/common/btn_arw_bk.svg") right center no-repeat;
  background-size: contain; 
  right: 15px;
}


@media screen and (min-width: 1024px){
#contact-page-renewal2022 #contact_form .form_table dl dd .add_table th{font-size: 13px;}
}

@media screen and (min-width: 901px){
#contact-page-renewal2022 #contact_form .form_table dl dd .add_table th{font-size: 13px;}

  #contact-page-renewal2022 #contact_form .form_table .must{
    margin-left: 13px;
  }
  #contact-page-renewal2022 #contact_form .form_table dl{
    display: flex;
    align-items: center;
    padding: 0 20px;
  }
  #contact-page-renewal2022 #contact_form .form_table dl dt{
    width: 221px;
  }
  #contact-page-renewal2022 #contact_form .form_table dl dd{
    flex: 1;
    padding: 30px 0 30px 0; 
  }
  /*プライバシー*/
  #contact-page-renewal2022 #contact_form .priv_box{
    height: 203px;
    max-width: 685px;
  }
  /*送信ボタン*/
 #contact-page-renewal2022 #contact_form .submit_btn button{
    height: 60px;
  }  
}

@media screen and (max-width: 900px){


  #contact-page-renewal2022 #contact_form{
    padding: 30px 4% 35px;
  }

  #contact-page-renewal2022 #contact_form .form_table .must{
    font-size: 0.86rem;
    margin-left: 10px;
  }
  #contact-page-renewal2022 #contact_form .form_table dl{
    padding: 25px 0 30px;
  }
  #contact-page-renewal2022 #contact_form .form_table dl dt{
    width: 100%;
    margin-bottom: 15px;
  }
  /*プライバシー*/
  #contact-page-renewal2022 #contact_form .priv_box{
    height: 200px;
  }
  #contact-page-renewal2022 #contact_form .priv_box p{
    font-size: 0.86rem;
    line-height: 1.75;
  }
  /*送信ボタン*/
  #contact-page-renewal2022 #contact_form .submit_btn button{
    height: 50px;
    font-size: 1.0rem;
  }
}
@media screen and (max-width: 640px){

  #contact-page-renewal2022 #contact_form .form_table dl{
    padding: 20px 2% 25px;
  }

  #contact-page-renewal2022 #contact_form .form_table dl dd input[type="text"], 
  #contact-page-renewal2022 #contact_form .form_table dl dd input[type="email"]{
    height: 40px;
  }
  #contact-page-renewal2022 #contact_form .form_table dl dd .add_table th,
  #contact-page-renewal2022 #contact_form .form_table dl dd .add_table td{
    display: block;
    width: 100%;
  }
  #contact-page-renewal2022 #contact_form .form_table dl dd .add_table th{
    font-size: 0.86rem;
    padding-bottom: 5px;
  }
  #contact-page-renewal2022 #contact_form .form_table dl dd.radio label span, 
  #contact-page-renewal2022 #contact_form .form_table dl dd.check label span{
    font-size: 0.86rem;
  }
  /*プライバシー*/
  #contact-page-renewal2022 #contact_form .priv_box{
    height: 160px;
  }
}


/** --------------------------------------------------
確認画面上のテキストあ-------------------------------------------------- **/
#contact-page-renewal2022 #block07 #contact_form .caution{
margin: 0 auto;
width: 100%;
text-align: center;
font-size: 16px;
line-height: 1.5;
}

#contact-page-renewal2022 #block07 #contact_form .caution span{
color:#FF0004;
font-size: 18px;
font-weight: bold;
}

@media screen and (max-width: 768px){
#contact-page-renewal2022 #block07 #contact_form .caution{
font-size: 14px;
line-height: 1.7;
}

#contact-page-renewal2022 #block07 #contact_form .caution span{
font-size: 16px;
}
}



