@charset "utf-8";

.contents_section {
	text-align : center;
	margin : 50px auto;
}

.contents_section h2 {
	text-align : center;
	font-weight : 400;
	font-size : 2.4rem;
	font-family: 'Noto Sans Japanese', serif;
	color : #2B91E5;
}

.contents_in {
	width : 760px;
	margin : 20px auto;
	text-align : center;
}

.sub .contents_section.contact_section {
	width : 760px;
}

.contact_section dl{
	margin : 40px auto;
	text-align : left;
}
.contact_section dt {
	font-weight : 700;
	border-left : 3px solid #2B91E5;
	text-indent : 0.5em;
	margin : 10px 0;
}
.contact_section dd {
	padding-bottom : 20px;
}

.sign {
	text-align : right;
}

.require_note {
	font-size : 1.2rem;
	padding : 5px 0;
	text-align : left;
}

.require {
	color : red;
}
.attention,.err {
	color : red;

}

.btn_area {
	text-align : center;
	margin : 40px 0;
}
.btn_area button {
	padding : 10px 20px;
	border-radius : 6px;
	background : #ff2c2c;
	color : #fff;
	font-weight : 700;
	cursor : pointer;
}


@media screen and (max-width : 768px) {
	.contents_in {
		width : 100%;
	}
	.sub .contents_section {
		width : 95%;
	}
.contents_section h2{
	font-size : 1.6rem;
}

.contact_section dl{
	width : 95%;
	}
}
.sub .contents_section.contact_section {
	width : 95%;
}



