@charset "utf-8";

/* -------------------------------------------------- */
/* file   : voice.css                                  */
/* update : 2020                                      */
/* -------------------------------------------------- */

/* -------------------------------------------------- */
/* 全デバイス共通(PC向け) */
/* --------------------------------------------------- */

#request .bg_wrap {
background: #F7F0E6;
margin-top: 15px;

}
#request .footer_link_wrap {
  background: #F7F0E6;
  
  }


#request section.form .policy_list {
margin-bottom: 40px;

}
#request section.form .policy_list dt {
display: block;
font-size: 18px;
font-weight: 900;
}
#request section.form .policy_list dd {
font-size: 13px;
margin-bottom: 20px;
}


#request section.form .policy_list dd:last-child {
margin-bottom: 0;
}
#request section.form .policy_list dd a {
text-decoration: underline;
color: #222;
}







@media screen and (min-width:1401px){
	

}



/* ---------------全デバイス共通(pc)-end--------------------- */
/*----------------------------------------------------------*/
/* tablet用のCSS */
/*----------------------------------------------------------*/
@media screen and (min-width:560px){/* tablet */

  /* -------------------tablet END------------------------- */}

/*----------------------------------------------------------*/
/* sp用のCSS */
/*----------------------------------------------------------*/



@media screen and (max-width: 750px){/* sp */

#request .h1_wrap {
  margin-bottom: 0;
} 
#request .bg_wrap {
  background: #F7F0E6;
  margin-top: 0;
  
  }
#request #wrap {
  background: #F7F0E6;
	padding: 30px 0 0;

}
#request #wrap article {
	width: 100%;
	max-width: inherit;
	padding: 0 15px;
	margin: 0 ;
	box-sizing: border-box;
}

#request section.form .policy_list {
	margin-bottom: 20px;

}
#request section.form .policy_list dt {
	display: block;
	font-size: 14px;
	font-weight: 900;
}
#request section.form .policy_list dd {
	font-size: 11px;
	margin-bottom: 15px;
}
#request section.form .policy_list dd:last-child {
	margin-bottom: 0;
}

/* ---------------------SP END----------------------------- */}






