@charset "utf-8";

/*--- トップイメージ ---*/
.top_img {
	position: relative;	
}
.top_img h2{
	position: absolute;
	top: 50%;
	right: 100px
}
.top_img .img{
	position: absolute;
	top: 0;
	right: 0;
}

/*--- お問合せ ---*/
.text_block p{
	font-weight: bold;
	letter-spacing: 5px;
}
.INFO_text p{
	text-align: left;
	font-size: 26px;
	letter-spacing: 1px;	
}

/*---スクロールボックス---*/
.scroll_box{
	width: 100%;
	height: 200px;
	border: solid 1px;
	overflow: auto;
	background-color: #fff;
	padding: 30px 20px;
	margin: 50px 0;
}
.scroll_box p{
	font-size: 18px;
	text-align: justify;
	margin-bottom: 20px;
}
.scroll_box p span{
	font-size: 22px;
	text-align: justify;
	font-weight: bold;
}
.scroll_box hr{
	margin-top: -20px;
	margin-bottom: 10px;
	border-right: none;
	border-left: none;
	border-bottom: none;
}

/*---テーブル---*/
table{
	border-collapse: collapse;
  	border-spacing: 0;
	width: 100%;		
}
tr{
	height: 100px
}
th{ 
	font-size: 22px;
	padding-left: 20px;
 	width: 270px;
	text-align: left;
	letter-spacing: 3px;
}
th span{
	font-size: 15px;
	font-weight: normal;
}
td{
	font-weight: bold;
	font-size: 22px;	
}
form hr{
	border-right: none;
	border-left: none;
	border-bottom: none;
	border: solid 2px #404040;
	margin-top: 50px;
	margin-bottom: 10px;
}

/*---フレーム内のCSS---*/
input[type=checkbox]{
	transform: scale(3);
	accent-color: #000;	
	margin-right: 30px;
}
.narabi p{
	font-size: 22px;
	font-weight: bold;
	letter-spacing: 1px;
}
input[type=text],input[type=email],
input[type=tel],textarea{
	width: 100%;
	font-size: 22px;
	padding: 10px;
	font-weight: bold;
}
input[name=tel],input[name=postcode]{
	width: 45%;
}
select,input[type=date]{
	font-size: 22px;
	width: 70px;
	padding: 10px;
}
textarea{
	margin-top: 30px;
	height: 250px;
	resize: none;
	font-weight: bold;
}

/*--------ボタンデザイン-------------------*/
.kaku_flex{	
	display: flex;
	width: 800px;
	justify-content: space-between;
	margin: auto;
}
input[name=kakunin],input[name=modoru],input[name=sousin]{
	cursor: pointer;
	display: block;
	margin: 70px auto;
	padding: 5px 120px;
	font-size: 30px;
	color: #fff;
	font-weight: bold;
	background:#000;
	border:#000 solid 3px;
	letter-spacing: 5px;
}
input[name=kakunin]:hover,input[name=modoru]:hover,input[name=sousin]:hover{
	background:#fff ;
	border:#000 solid 3px;
	color: #000;
}
input[name=modoru]{
	background: #606060;
	border:#606060 solid 3px;
}
input[name=modoru]:hover{
	border: #606060 solid 3px;
	color: #606060;
}

/*----確認画面----*/
.kaku_p{
	font-size: 20px;
	font-weight: bold;
}


/*----エラーリスト----*/
.error_list{
	width: 550px;
	margin: 0 auto 30px auto;
	padding: 10px 30px;
	color: #ff2e5a;
	font-size: 20px;
	text-align: left;
	border: 1px solid #ff2e5a;
	border-radius: 5px;
}
.error_list li{
	margin-left: 20px;
}

/*----完了画面----*/
.arigatou{
	text-align: center;
	padding: 50px;
	font-size: 25px;
	font-weight: bold;
	border: solid #c0c0c0 2px;
	width: 800px;
	margin: auto;
}

.arigatou h2{
	font-size: 30px;
	font-weight: bold;
}

