@charset "UTF-8";
/*=======================================================
タグリセット・clear部品
=======================================================*/
body,header,section,article,footer,div,h1,h2,h3,h4,h5,p,span,img,a,ul,li,dl,dt,dd{
	margin:0;
	padding:0;
	font-family:Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
}

/*CLEAR*/
.clearfix:after{
	content:".";
	display:block;
	clear:both;
	height:0;
	visibility:hidden;
}

.clearfix{
	min-height:1px;
	display:inline-block;
	display:block;
}

*html .clearfix{
	height:1px;
	/*\*//*/
	height:auto;
	overflow:hidden;
	/**/
}
table {
    border-collapse: collapse;
    border-spacing: 0;
}

.clear{clear:both;}

/*=======================================================
共通設定
=======================================================*/
.pc{
	display: block;
}
.sp{
	display: none;
}
body{
	font-size: 18px;
	line-height: 1.6;
}
a{
	color: #ed1212;
}
a:hover{
	text-decoration: underline;
}
.wrapper{
	overflow: hidden;
	width: 100%;
	height: auto;
}
.mainimg{
	background: url("../img/mainimg_bg.jpg") no-repeat center;
	background-size: cover;
}
.mainimg h1{
	width: 1000px;
	margin: 0 auto;
}
.footer{
	padding: 30px 0;
	background: #b12210;
	color: #fff;
	text-align: center;
	font-size: 14px;
}
.contents{
	padding: 0 0 100px;
}
.contents h2{
	margin-bottom: 50px;
	font-size: 32px;
	color: #d4210b;
	text-align: center;
}
.contents h3{
	padding: 40px 0;
	margin-bottom: 50px;
	font-size: 32px;
	background: #d4210b;
	color: #fff;
	text-align: center;
}
.contents .section{
	width: 1000px;
	margin: 0 auto 80px;
}
.contents .section:last-child{
	margin-bottom: 0;
}
.contents .section .txt_bold{
	font-weight: bold;
}
.contents .section .txt_red{
	color: #ed1212;
}
.contents .section .article{
	margin-bottom: 50px;
	overflow: hidden;
}
.contents .section .article:last-child{
	margin-bottom: 0;
}
.contents .section .article .article_L{
	float: left;
	width: 63%;
}
.contents .section .article .article_R{
	float: right;
	width: 36%;
}
.contents .section .article .article_L02{
	float: left;
	width: 50%;
	text-align: center;
}
.contents .section .article .article_R02{
	float: right;
	width: 50%;
	padding: 5%;
	background: url("../img/article_R02_bg.jpg") no-repeat center;
	background-size: cover;
	box-sizing: border-box;
	color: #fff;
	font-size: 17px;
}
.contents .section .article .article_R02 .profile_title{
	padding: 0 0 9px 40px;
	margin-bottom: 25px;
	background: url("../img/icon01.png") no-repeat left 3px;
	border-bottom: 1px solid #fff;
	font-size: 24px;
	font-weight: bold;
}
.contents .section table.form{
	width: 100%;
	margin: 40px 0;
	border: 1px solid #333333;
	font-size: 16px;
}
.contents .section table.form th,
.contents .section table.form td{
	padding: 20px;
	border: 1px solid #333333;
	text-align: left;
	box-sizing: border-box;
	vertical-align: top;
}
.contents .section table.form th{
	width: 35%;	
}
.contents .section table.form th span{
	float: right;
	padding: 2px 10px;
	background: #ed1212;
	color: #fff;
	font-size: 14px;
}
.contents .section table.form td{
	width: 65%;
	font-size: 16px;
	overflow: hidden;
}
.contents .section table.form td span{
	margin-right: 15px;
}
.contents .section table.form td span.txt_small{
	margin-top: 5px;
    font-size: 14px;
    display: block;
}
.contents .section input[type="text"],
.contents .section input[type="email"],
.contents .section input[type="tel"],
.contents .section textarea{
	padding: 10px;
    width: 100%;
    box-sizing: border-box;
	font-size: 15px;
}
.contents .section textarea{
	height: 300px;
}
.contents .section select.area,
.contents .section select.age{
    padding: 9px;
    width: 30%;
    font-size: 15px;
}
.contents .section input[type="submit"],
.contents .section input[type="button"]{
	width: 46%;
	display: block;
	margin: 0 auto;
	padding: 15px 0;
    text-align: center;
    font-size: 20px;
    color: #fff;
	-webkit-appearance: none;
}

.contents .section input[type="submit"]{
    background: #ed1212;
	border: 1px solid #ed1212;
	
}
.contents .section input[type="submit"]:hover{
    background: #fff;
	color: #ed1212;
}
.contents .section input[type="button"]{
	float: left;
    background: #9b9b9b;
	border: 1px solid #9b9b9b;
}
.contents .section input[type="button"]:hover{
    background: #fff;
	color: #9b9b9b;
}
.contents .section input.name,
.contents .section input.kname{
	width: 80%;
}
.contents .section .name_column{
	float: left;
	width: 50%;
}
.contents .section .contact_btn {
    width: 35%;
    margin: 0 auto;
    overflow: hidden;
}
.contents .section .scroll{
	width: 100%;
	height: 250px;
	margin-bottom: 40px;
	padding: 15px;
	border: 1px solid #eee;
	overflow: scroll;
	font-size: 14px;
	box-sizing: border-box;
}
.contents .section .scroll h4{
	margin-bottom: 20px;
    padding: 0 0 5px;
    color: #ed1212;
    font-weight: bold;
    font-size: 18px;
    border-bottom: 1px solid #ed1212;
}
.contents .section .scroll p{
	margin-bottom: 15px;
}
.contents .section .list01{
	margin-bottom: 40px;
	list-style: inside;
}
.contents .section .list01 li{
	margin-bottom: 5px;
}
.contents .section .list02{
	margin-bottom: 40px;
	list-style: inside;
}
.contents .section .list02 li{
	margin-bottom: 10px;
}
.contents .section .doi{
	text-align: center;
    font-size: 16px;
    margin-bottom: 30px;
}
.contents .confirm {
    padding: 30px;
    margin-bottom: 60px;
    border: 4px solid #ed1212;
    font-size: 26px;
    text-align: center;
    color: #ed1212;
    font-weight: bold;
}
.contents .section .bt_set {
    width: 50%;
    margin: 0 auto;
	overflow: hidden;
	text-align: center;
}
.contents .section .bt_set input[type="submit"]{
	float: right;
}
.contents .section .bt_set input[type="button"]{
	float: left;
}
span.ERR {
    color: red;
}
.contents .section .bt_set .txt_center{
	margin-bottom: 15px;
	text-align: center;
}

@media screen and ( max-width:1024px ){
    img{
        max-width:100%;
    }
	
}

@media screen and ( max-width:768px ){
	body{
		font-size: 15px;
	}
	.mainimg h1{
		width: 94%;
	}
	.contents h2{
		font-size: 28px;
	}
	.contents h3{
		padding: 30px 0;
		font-size: 28px;
	}
	.contents .section{
		width: 90%;
	}
	.contents .section .article .article_L02{
		width: 30%;
	}
	.contents .section .article .article_R02{
		width: 67%;
	}
	.contents .section .bt_set input[type="button"] {
		float: none;
		width: 60%;
	}
	.contents .section .bt_set input[type="submit"]{
		float: none;
		width: 60%;
	}

}

@media screen and ( max-width:640px ){
	.pc{
	display: none;
}
	.sp{
		display: block;
	}
	.contents h2{
		margin-bottom: 20px;
		font-size: 20px;
	}
	.contents .section{
		margin: 0 auto 60px;
	}
	.contents .section .article .article_L{
		float: none;
		width: 100%;
	}
	.contents .section .article .article_R{
		float: none;
		width: 100%;
		text-align: center;
	}
	.contents .section .article .article_L{
		margin-bottom: 20px;
	}
	.contents .section .article .article_L02{
		float: none;
		width: 100%;
		margin-bottom: 20px;
		text-align: center;
	}
	.contents .section .article .article_L02 img{
		width: 60%;
	}
	.contents .section .article .article_R02{
		float: none;
		width: 100%;
		font-size: 15px;
	}
	.contents .section .article .article_R02 .profile_title{
		margin-bottom: 20px;
		font-size: 18px;
		background-size: 20px;
	}
	.contents h3{
		margin-bottom: 30px;
		padding: 20px 0;
		font-size: 20px;
	}
	.contents .section table.form th,
	.contents .section table.form td{
		width: 100%;
		display: block;
		border: none;
	}
	.contents .section table.form th{
		padding: 20px 20px 0 20px;
	}
	.contents .section table.form td{
		border-bottom: 1px solid #333333;
	}
	.contents .section select.area,
	.contents .section select.age{
		width: 80%;
	}
	.contents .section .doi{
		font-size: 15px;
	}
	.contents .section input[type="submit"], .contents .section input[type="button"]{
		width: 80%;
		font-size: 18px;
	}
	.contents .section input[type="submit"]{
		width: 80%;
		font-size: 18px;
	}
	.contents .confirm{
		margin-bottom: 30px;
		font-size: 16px;
	}
	.contents .section .bt_set{
		width: 100%;
	}
	.contents .section .bt_set input[type="button"]{
		margin-bottom: 15px;
	}
	.contents .section .name_column{
		float: none;
		width: auto;
	}
	.contents .section input.name.name1,
	.contents .section input.kname.kname1{
		margin-bottom: 10px;
	}
}
@media screen and ( max-width:375px ){
	
}