@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

/*-----------cmn---------------*/

section h2{
	text-align: center;
}

/*----------------*/

#s1{
	position: relative;
	margin-bottom: 20px;
	overflow: hidden;
}
#s1 .w{
	text-align: center;
}
#s1 h3{
	font-size: 3.4rem;
	letter-spacing: 5px;
	padding: 0;
	margin: 0 auto 30px;
}
#s1 h3:before{
	display: none;
}
#s1 h3:last-child{
	margin-bottom: 0;
}
#s1 p{
	line-height: 2.2;
}
#s1 p a{
	font-weight: bold;
	text-decoration: underline;
}

@media screen and (max-width: 880px){
	#s1 h3{
		font-size: 3rem;
		letter-spacing: 2px;
	}
}

/*------------------*/

#s2{
	margin-bottom: 60px;
}
#s2 article{
	overflow: hidden;
	text-align: left;
	margin: 0 auto 80px;
	max-width: 900px;
}
#s2 article h4{
	font-family:"微软雅黑" ,  Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif;
	font-size: 2.4rem;
	text-align: center;
	margin-bottom: 20px;
}
#s2 article dl:nth-of-type(1){
	border-top: 1px solid #d4d4d4;
}
#s2 form>dl:nth-of-type(1){
	border-top: 1px solid #d4d4d4;
}
#s2 dl{
	display: table;
	table-layout: fixed;
	width: 100%;
	border-bottom: 1px solid #d4d4d4;
}
#s2 dl>*{
	display: table-cell;
	vertical-align: middle;
	padding: 10px 5px;
}
#s2 dt{
	width: 240px;
}
#s2 dd p{
	margin: 15px 0 5px;
	padding-left: 13px;
	font-weight: bold;
	font-size: 14px;
	position: relative;
}
#s2 dd p:before{
	content: "";
	display: block;
	height: 5px;
	width: 5px;
	border-bottom: 1px solid #A4070A;
	border-right: 1px solid #A4070A;
	transform: rotate(45deg);
	position: absolute;
	top: 7px;
	left: 0;
}
#s2 dd p:first-child{
	margin-top: 0;
}
#s2 dd a{
	padding-right: 17px;
	position: relative;
}
#s2 dd a:before,
#s2 dd a:after{
	content: "";
	display: block;
	width: 6px;
	height: 4px;
	border: 1px solid #999;
	position: absolute;
}
#s2 dd a:before{
	top: 6px;
	right: 0;
}
#s2 dd a:after{
	top: 8px;
	right: 2px;
}
#s2 dd a:hover:before,
#s2 dd a:hover:after{
	border-color: #A4070A;
}
.wpcf7-form-control span{
	margin-right: 15px !important;
}
.wpcf7-form-control label span{
	margin-right: 0 !important;
}
@media screen and (max-width: 880px){
	#s2 dl{
		display: block;
		border-bottom: 1px solid #d4d4d4;
	}
	#s2 dl>*{
		display: block;
	}
	#s2 dt{
		width: auto;
		border-bottom: 1px dotted #d4d4d4;
	}
}

/*------------------*/

#section_entry{
	padding-top: 60px;
	padding-bottom: 80px;
	border-top: 1px solid rgba(0,0,0,0.09);
}
#section_entry h3{
	text-align: center;
	font-size: 2.8rem;
	padding: 0 0 15px 0;
	margin-bottom: 20px;
}
#section_entry h3:before{
	left: calc(50% - 15px);
	bottom: 0;
	top: auto;
}
#section_entry h3 span{
	display: block;
	font-size: 1.2rem;
}
#section_entry p{
	text-align: center;
}

.wpcf7-validation-errors {
	border: 2px solid #A60E11 !important;
}
