@charset "UTF-8";

body{
	margin: 0;
	font-size: 19px;
	line-height: 1.6;
	font-family:"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro","游ゴシック", YuGothic, Verdana, "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
	overflow-wrap: break-word;

}
.bg_img{
	background:url(/images/bg_01.jpg) no-repeat bottom ;
	background-size: cover;
}

.left{float: left;}
.right{float: right;}

.sp_view {
	  display: none;
}
.pc_view {
	 display:block;
}

ul,li{
	list-style: none;
}
header img{
	width: 300px;
}

.fv_block{
	background-image: url(/images/fv_bg.jpg);
	background-repeat: no-repeat;
	background-position: bottom;
	background-size: cover;
}
.container{
	text-align: center;
	max-width: 640px;
}
.container img{
	margin: 0 auto;
}
.form-area{
	background-color:#fff7e4;
	margin: 2rem auto;
	box-shadow: 0 0 6px 0px #7f9aa9;
	border-radius: 10px;
}
.form-area .bg-white{
	border: 2px solid #631330;
}
.form-area input.step-radio{
	display: none;
}
.form-area label{
	margin: 1.5rem 0 0 0;
	padding: 0 10px;
}
.form-area p{
	font-size: 110%;
	font-weight: bold;
	margin: 3% auto 0;
}
.form-area label button{
	background-color: #a09b19;
	color: white;
	font-weight: bold;
	font-size: 110%;
	padding: 1.5rem;
}
.form-area label button:hover{
	background-color: #757213;
	color: white;
}
.form-area label button.btn:focus{
	box-shadow: 0 0 0 0.3rem rgb(255 235 59 / 89%);
	background-color: #b79a04;
}

footer{
	background: #383d56b3;
	color: white;
	padding:1%;
}
footer p{
	margin: 0;
}
footer a{
	color: white;
}




/****about*****/
.about-area{
	text-align: left;
}
.about-area p{
	font-size:
}
.display-5{
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.2;
}
.about-area ul{
	padding-left: 0;
}
.about-area li{
	margin-bottom: 3%;
}

/****privacy*****/
.privacy-area{
	text-align: left;
}
.privacy-area ul{
	padding-left: 0;
	list-style: inside;
}
.privacy-area li{
	margin-bottom: 2%;
}




/****ここからレスポンシブcss*****/




@media screen and (max-width: 992px){
	.number p{
	font-size: 200%;
}
}

@media screen and (max-width: 767px){
body{
	font-size: 16px;
}

.sp_view {
	  display: block;
}
.pc_view {
	 display:none;
}
.btn-area{
	padding:1rem 0;
}
.voice-area_in{
	margin:3% 0%;
}
p.attention01{
	text-align: left;
	font-size: 90%;
}
.form-area {
	padding: 10px 10px 20px!important;
}
.form-area .bg-white {
	padding: 10px 10px 20px!important;
}
.form-area label button{
	font-size: 100%;
	padding: .7rem;
}

}


@media screen and (max-width: 430px){
.number p{
	font-size: 200%;
}
.number img{
	width: 50px;
}
h2{
	font-size: 200%;

}
.form-area label {
	margin: 0.5rem 0 0 0;
	padding: 0 5px;
}
.form-area label button{
	font-size: 85%;
	padding: .7rem;
}


}