@charset "utf-8";

article{
	justify-content:center;
}

.title01{
	margin-bottom:20px;
	color:#c80037;
	font-size:20px;
	font-weight:bold;
}

main section{
	margin:20px 0;
}

h3.subtitle{
	padding:5px 10px;
	margin-bottom:10px;
	border-left:5px solid #c80037;
	border-bottom:1px dashed #333;
	font-weight:bold;
}

.errmsg{
	margin:0;
	color:#f00;
}

.errmsg:before{
	content:"※";
}

.note_box{
	padding:10px;
	margin:10px 0;
	background:#f3f3f3;
}

.note_box h3{
	font-size:24px;
	font-weight:bold;
}

.note_box h3:before{
	content:"";
	display:inline-block;
	vertical-align:middle;
	width:32px;
	height:32px;
	margin-right:5px;
	background:url('https://img.undernavi.com/front/pc/common/icon/icon_alert.png') center center;
}

.note_box p{
	padding:10px;
}

.othercase{
	padding:20px;
	margin:10px 0;
	border:1px solid #f00;
}

.othercase a{
	color:#00f;
	text-decoration:underline;
}

form table{
	width:100%;
}

form th{
	width:25%;
	padding:10px;
	background:#eee;
	border:1px solid #aaa;
	text-align:center;
}

form td{
	width:75%;
	padding:10px;
	border:1px solid #aaa;
}

.note_box_un{
	margin:10px 0;
}

.btnarea{
	text-align:center;
}

form button{
	padding:10px 100px;
	border:none;
	background:#333;
	color:#fff;
	font-size:16px;
	font-weight:bold;
}

.caution{
	margin-top:10px;
	color:#f00;
	text-align:center;
}

/*======================送信後ページ用========================*/

.subcontents_commnet{
	padding:20px;
	border:3px solid #ccc;
	text-align:center;
	line-height:2;
}
