@charset"utf-8";

/*-------------------------------
【フォント太さ一覧】
・300 → Light
・400 → Regular
・500 → Medium
・600 → Semi-bold
・700 → Bold
-------------------------------*/

/* ============================================
*
　お問い合わせ
*
===============================================*/
/*index*/
#sub.form h2{
	font-size: 3rem;
	margin-top: 50px;
	margin-bottom: 50px;
}
#sub.form .contact-form{
	border-top: 1px solid #ddd;
}
#sub.form span.error{
	display: block;
	color: red;
	font-size: 1.3rem;
	font-weight: 400;
	margin-top: 5px;
}
#sub.form span.kome{
	color: red;
	padding-left: 10px;
}
#sub.form .label1,
#sub.form .label2{
	width: 160px;
    display: inline-block;
    font-weight: 600;
    color: #000;
}
#sub.form .label2{
	width: auto;
	margin-bottom: 10px;
}
#sub.form input{
	width: 470px;
}
#sub.form .item{
	padding-bottom: 20px;
	padding-top: 20px;
	border-bottom: 1px solid #ddd;
	display: flex;
}
#sub.form .item2{
	display: block;
}
#sub.form .privacy .scroll_box{
	height: 500px;
    overflow-y: scroll;
    border: 1px solid #bdbdbd;
    /* FONT-WEIGHT: 100; */
    border-radius: 0px;
    padding: 20px 20px 0px 20px;
}
#sub.form .privacy .scroll_box p{
	margin-bottom: 20px;
}
#sub.form .pri_doui{
	text-align: center;
}
#sub.form .pri_doui .check{
	width: 500px;
	margin: 0 auto;
	background: #ececec;
	padding: 10px;
	border-radius: 5px;
	margin-top: 20px;
}
#sub.form .pri_doui input[type=checkbox]{
	width: auto;
}
#sub.form .submit{
	text-align: center;
}
#sub.form .submit button{
	width: 500px;
	margin: 40px auto;
	background: #e9a73d;
	border: none;
	color: #fff;
	font-weight: 600;
	padding: 20px;
	border-radius: 8px;
	font-size: 1.6rem;
	cursor:pointer;
}
#sub.form .submit button:hover{
	opacity: 0.7;
}
#sub.form .btn_area{
	display: flex;
	justify-content: space-between;
}
#sub.form .btn_area button{
	width: 460px;
	margin: 40px 0;
	background: #e9a73d;
	border: none;
	color: #fff;
	font-weight: 600;
	padding: 20px;
	border-radius: 8px;
	font-size: 1.6rem;
	cursor: pointer;
}
#sub.form .btn_area button.back{
	background: #b2b2b2;
}
#sub.form .btn_area button.submit{
	background: #ea4646;
}
#sub.form p.thanks{
	margin: 200px auto 370px;
	text-align: center;
	font-size: 1.8rem;
	line-height: 2.8;
}
/*プライバシーポリシー*/
#sub.form .privacy .scroll_box p,
#sub.form .privacy .scroll_box ul{
	margin-bottom: 30px;
}
#sub.form .privacy .scroll_box ul li{
	margin-bottom: 10px;
	list-style: disc;
	line-height: 1.5;
}
#sub.form .privacy .scroll_box ul li:last-child{
	margin-bottom: 0px;
}
#sub.form .privacy .scroll_box ul{
	margin-left: 30px;
	margin-top: 15px;
}
#sub.form .privacy .scroll_box p.read{
	margin-bottom: 0px;
}
/*
SP用設定
----------------------------------*/
@media only screen and (max-width: 767px){ 
	/*index*/
	#sub.form h2{
		margin-top: 0;
		margin-bottom: 10%;
	}
	#sub.form .label1,
	#sub.form .label2{
		width: 100%;
		display: inline-block;
		font-weight: 600;
		color: #000;
	}
	#sub.form .label2{
		width: auto;
		margin-bottom: 10px;
	}
	#sub.form input{
		width: 100%;
	}
	#sub.form .item{
		padding-bottom: 5%;
		padding-top: 5%;
		display: block;
	}
	#sub.form .item2{
		display: block;
	}
	#sub.form .privacy .scroll_box{
		height:300px;
		padding: 5% 5% 0 5%;
	}
	#sub.form .privacy .scroll_box p{
		margin-bottom: 5%;
	}
	#sub.form .pri_doui{
		text-align: center;
	}
	#sub.form .pri_doui .check{
		width: 100%;
		padding: 5%;
		margin-top: 5%;
	}
	#sub.form .submit{
		padding: 0;
	}
	#sub.form .submit button{
		width: 100%;
		padding: 5%;
		margin-top: 10%;
	}
	#sub.form .btn_area{
		display: block;
		justify-content: space-between;
		padding: 0;
	}
	#sub.form .btn_area button{
		width: 100%;
		margin:0;
		background: #e9a73d;
		border: none;
		color: #fff;
		font-weight: 600;
		padding: 20px;
		border-radius: 8px;
		font-size: 1.6rem;
		cursor: pointer;
	}
	#sub.form .btn_area button.back{
		background: #b2b2b2;
		margin-top: 10%;
		margin-bottom: 4%;
	}
	#sub.form .btn_area button.submit{
		background: #ea4646;
		margin-bottom: 10%;
	}
	#sub.form p.thanks{
		margin: 150px auto;
		text-align: center;
		font-size: 1.8rem;
		line-height: 1.8;
	}
	
}/*---------------------SP用ここまで*/
