@charset "utf-8";
/* CSS Document */

.mainviual{
	width: 100%;
	height: 280px;
	background: #3093d8;
	position: relative;
}
p.main_title{
	z-index: 100;
	text-align: center;
	line-height: 285px;
	color: #FFF;
	font-size: 220%;
	letter-spacing: 3px;
	font-weight: normal;
	font-family:"ＭＳ Ｐ明朝", "MS PMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", serif;
	text-align: center;
}
span.ss_title{
	font-size:77%;
}

.center{
	margin: 100px 0 60px;
}
#mail .contact_text_02{
	text-align: center;
	padding: 60px 0;
	font-size: 160%;
	letter-spacing: 1px;
	background: #d1ecfe;
	color: #535353;
	margin-bottom: 30px;
}
#mail .contact_text_03{
	font-size: 130%;
	text-align: center;
	margin-bottom: 20px;
	letter-spacing: 1px;
	color: #535353;
}
#mail .contact_text_03 span{
	color: #F63;
	font-weight: bold;
}

table{
	width: 95%;
	margin: 0 auto;
	color: #535353;
}
table tr th{
	text-align: left;
	font-weight: normal;
	font-size: 116%;
	letter-spacing: 1px;
	border-bottom: 2px solid #3093d8;
	padding-top: 20px;
}
table tr th .hissu{
	color: #F63;
	font-weight: bold;
	padding-left: 5px;
	font-size: 80%;
}
table tr td{
	padding: 10px 0;
}
table tr td .ef{
	display: flex;
	align-items: center;
}

table tr td .ef label{
	padding-left: 5px;
}
#btn01{
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}
#btn01 input{
	font-size: 116%;
	letter-spacing: 1px;
	border-radius: 5px;
	width: 110px;
	padding: 5px 10px;
}
#btn01 input:first-of-type{
	background: #3093d8;
	border: 2px solid #3093d8;
	color: #fff;
}
#btn01 input:last-of-type{
	background: #fff;
	border: 2px solid #3093d8;
}