@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Inter:wght@900&display=swap');

#toppart{
	background-image: url("img/title_back.jpg");
	background-size: cover;
	background-repeat: no-repeat;
	background-position: center top;

}


#title .inner h2{
		letter-spacing: 0.3em;
}

#main{
	margin-bottom:80px;
}

/*-------------------------


	スマートフォン


-------------------------*/

/*@media screen and (min-width: 0) and (max-width: 760px){
	#toppart{
		background-image: url("../about/img/title_back02_sp.jpg");
		background-size: 100% auto;
	}
}*/



#main table{
	width:100%;
	border-collapse: separate;
	border-spacing: 0 5px;
	border-top:1px solid #ccc;
	text-align: left;
	margin-bottom:20px;
}

#main caption{
	font-weight: bold;
	color:#F50F33;
	text-align: left;
}

#main th,
#main td{
	border-bottom:1px solid #ccc;
	text-align: left;
	/*transform: rotate(0.03deg);	*/
}

#main th{
	width:180px;
	font-weight: bold;
	padding:15px 20px;
	transform: rotate(0.03deg);
	vertical-align: top;
}

#main td{
	padding:15px 20px 15px 0;
}

#main td .chu,
#inputerr{
	color: rgba(247,23,65,1.00);
	font-weight: bold;
}

#main td span.chu{
	margin-left:10px;	
}
/*-------------------------


	スマートフォン


-------------------------*/

@media screen and (min-width: 0) and (max-width: 760px){
	#main{
		margin:30px auto;
	}
	#main th{
		width:100%;
	}
	
	#main th,
	#main td{
		display: block;
		border-bottom:none;
		padding:0;
	}
	#outline th{
		width:100%;
		padding:5px 10px;
		border-bottom: 0!important;
	}
	
	#main td{
		padding:0 10px 5px 10px;
		border-bottom:1px solid #ccc;
	}
	
	#main td span.chu{
		margin-left:0;	
	}
}

/*------------------------


	フォーム設定

------------------------+*/

#main textarea,
#main input:not([type="radio"]){
	padding:5px 8px;
	font-size:16px;
}

#main input:not([type="radio"]){
	width:300px;
}


#main textarea{
	width:100%;
	height: 200px;
}

/*------------------------


	ボタン

------------------------+*/

#botan{
	width:100%;
	background-color: #F3F3F3;
	ackground-color: #000;
	line-height: 2em;
	border-radius: 6px;
	color:#fff;
	text-align: center;
	padding:3px 0;
}

#inputerr{
	text-align: center;
	font-weight: bold;
}

#botan button[type="button"],
#kakunin input[type="submit"]{
	width:200px;
	line-height: 20px;
	margin:0 auto;
	padding:15px 5px;
	border-radius: 6px;
	background: rgb(172,10,66);
background: -webkit-linear-gradient(bottom, rgba(172,10,66,1) 0%, rgba(207,12,80,1) 100%);
background: -o-linear-gradient(bottom, rgba(172,10,66,1) 0%, rgba(207,12,80,1) 100%);
background: linear-gradient(to top, rgba(172,10,66,1) 0%, rgba(207,12,80,1) 100%);
	color:#fff;
	font-size:18px;
	font-weight: bold;
	border:2px solid #fff;
	cursor: pointer;
	/*display: flex;
	align-items: center;
	justify-content: center;*/
}

#kakunin input[type="button"]{
	width:200px;
	line-height: 20px;
	margin:0 auto;
	padding:15px 5px;
	border-radius: 6px;
	background: rgb(172,10,66);
background: -webkit-linear-gradient(bottom, #1A449D 0%, #2057CA 100%);
background: -o-linear-gradient(bottom, #1A449D 0%, #2057CA 100%);
background: linear-gradient(to top, #1A449D 0%, #2057CA 100%);
	color:#fff;
	font-size:18px;
	font-weight: bold;
	border:2px solid #fff;
	cursor: pointer;
}

#kakunin button[type="button"]{
		margin-left:5px;
	}

#kakunin .coment{
	font-weight: bold;
	text-align: left;
	margin-bottom:20px;
	margin-top:0;
}
/*------------------------


	END画面

------------------------+*/

#end{
	padding:50px 0;
	text-align: center;
	font-weight: bold;
	font-size:30px;
}

/*-------------------------


	スマートフォン


-------------------------*/

@media screen and (min-width: 0) and (max-width: 760px){
	#end{
		padding:50px 0;
		text-align: center;
		font-weight: bold;
		font-size:25px;
	}
	
	#kakunin h3{
		margin-bottom:30px!important;
	}
}