@charset "utf-8";


.main_cont {
	margin-bottom: 10px;
	background-color: #fff;
}

h5.h5_title_02 {
	border-top-width: 5px;
	border-top-style: solid;
	border-top-color: #066C93;
	background-color: #F9F9F9;
	padding: 10px;
	padding-left: 20px;
	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #DDD;
	text-align: left;
	font-size: 20px;
}

h5.h5_title_02 span {
	font-size: 12px;
	color: #AAA;
	padding-left: 20px;
	letter-spacing: 2px;
}


img.img_left {
	background-color: #F6F6F6;
	/*
	padding: 20px;
	*/
	float: left;
	display: block;
	margin-right: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}
img.img_right {
	background-color: #F6F6F6;
	/*
	padding: 10px;
	*/
	float: right;
	display: block;
	
	margin-left: 20px;
	margin-bottom: 20px;
	margin-top: 20px;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	box-sizing: border-box;
}

#boder-black {
	border : solid 2px #000;
	padding : 10px;
}


.top_img {
	text-align: center;
}

#index_top #top_catch {
	position: absolute;
	top: 26%;
	z-index: 10;
	text-align: center;
	width: 100%;
	color: #FFF;
}

#index_top #top_catch h2 {
	font-size: 40px;
	letter-spacing: 2px;
	
	font-weight: bold;
}
#index_top #top_catch p {
	font-size: 14px;
}

span.required {
	display: inline-block;
	margin-left: 5px;
	color: #FFF;
	background-color: #FF5B33;
	font-size: 12px;
	line-height: 24px;
	padding-right: 5px;
	padding-left: 5px;
}

.info-m {
	padding-top: 20px;
}




@media screen and (max-width:640px){
.remove_br {
	display: none;
}

#index_top #top_catch {
	position: absolute;
	top: 10%;
	z-index: 10;
	text-align: center;
	width: 100%;
	color: #FFF;
}


#index_top #top_catch h2 {
	font-size: 13px;
}

#index_top #top_catch p {
	font-size: 12px;
}
	
}


@media screen and (max-width:560px) {
.remove_br {
	display: none;
}
#index_top #top_catch {
	position: absolute;
	top: 10%;
	z-index: 10;
	text-align: center;
	width: 100%;
	color: #FFF;
}
}

@media screen and (max-width:400px) {
.remove_br {
	display: none;
}

#index_top #top_catch h2 {
	font-size: 13px;
}
}

@media screen and (max-width:400px) {
.remove_br {
	display: none;
}
}

