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

header nav ul li:nth-child(6) {border-bottom: solid 3px #cc0000;}

@media screen and (max-width:834px){
	header nav ul li:nth-child(6){border-bottom:none;}
}


/*==========================================
============================================

		メインビジュアル	

============================================
==========================================*/

#mv {
	width: 100%;
	height: 405px;
	text-align: center;
	position: relative;
	background: url(../img/mv_bg.jpg) center no-repeat;
	background-size: cover;
}

#mv h2 {
	position: absolute;
	background: url(../img/mv_h2.png) center no-repeat;
	width: 188px;
	height: 0;
	padding-top: 113px;
	background-size: 100%;
	overflow: hidden;
	top: 50%;
	left: 50%;
	transform: translate(-50%,-20%);
}

#mv .border {
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 7px;
	background-color: #cc0000;
}

@media screen and (max-width:834px){
	#mv {
		transition: 0.4s;
		height: 300px;
	}
	
	#mv h2 {transform: translate(-50%,-50%);}
}

@media screen and (max-width:768px){
	#mv {background-position: 45%;}
}


@media screen and (max-width:480px){
	#mv {
		background: url(../img/mv_bg_sp.jpg) center no-repeat;
		background-size: cover;
		background-position: 44%;
	}
	
	#mv h2 {
		width: 55%;
		padding-top: 30%;
	}
}

@media screen and (max-width:320px){
	#mv {
		background: url(../img/mv_bg_sp02.jpg) center no-repeat;
		background-size: cover;
		background-position: 48%;
	}
}





.anchor{
	width: 100%;
	margin: 30px auto 80px;
	display:-webkit-box;
  	display:-ms-flexbox;
	display: flex;
	justify-content: center;
	flex-wrap: wrap;
}

.anchor li {
	margin-right: 40px;
	padding-top: 20px;
}
.anchor li:last-child {margin-right: 0;}

.anchor li a {
	font-weight: 500;
	font-size: 18px;
	letter-spacing: 0.05em;
	color: #cc0000;
}

@media screen and (max-width:590px){
	.anchor {width: 90%;}
	.anchor li:nth-child(1) {margin-left: 40px;}
}

@media screen and (max-width:572px){
	.anchor li:nth-child(1) {margin-left: 0;}
	.anchor li:nth-child(3) {margin-right: 0;}
}

@media screen and (max-width:483px){
	.anchor li:nth-child(1) {margin-left: 40px;}
	.anchor li:nth-child(3) {margin-right: 40px;}
}

@media screen and (max-width:480px){
	.anchor {margin: 30px auto 60px;}
	.anchor li a {font-size: 16px;}
}

@media screen and (max-width:320px){
	.anchor li:nth-child(1) {margin-left: 0;}
	.anchor li:nth-child(2) {margin-right: 0;}
}


/*==========================================
============================================

	 section 共通

============================================
==========================================*/

h3{
	color: #cc0000;
	text-align: center;
	font-size: 30px;
}

section{
	padding: 0 0 100px;
	margin: 0 auto;
	width: 100%;
	overflow: hidden;
}

section .content{
	background: #f8f8f8;
	padding: 50px 0;
	overflow: hidden;
	margin: 60px auto;
	width: 1000px;
	box-shadow:0px 0px 20px #cecdcd;
}

section .content .box01{
	padding: 40px 0;
	width: 860px;
	margin: 0 auto;
	overflow: hidden;
}

section .content .box01 img{float: left;}
section .content .box01 p{
	width: 45%;
	float: left;
	line-height: 25px;
	margin-left: 30px;
}


.content ul{
	display: block;
	margin: 0 auto;
	width: 870px;
	overflow: hidden;
	text-align: center;
}

.content ul li{
	width: 265px;
	overflow: hidden;
	display: inline-block;
	vertical-align: top;
	margin: 20px 10px;
	text-align: left;
}

.content ul li span{
	font-size: 13px;
	line-height: 13px;
	color: #cc0000;
	font-weight: bold;
	padding: 10px 0; 
	display: block;
}



@media screen and (max-width: 1060px) {
	section .content{width: 90%;}
	section .content .box01{width: 90%;}
	section .content .box01 img{width: 45%;}
	section .content ul{width: 90%;}
}

@media screen and (max-width: 870px) {
	section .content{width: 100%;}
	section .content .box01 img{width: 100%; float: none;}
	section .content .box01 p{width: 100%; float: none; margin: 20px 0 0;}
	
}




/*==========================================
============================================

	 section#contetn01

============================================
==========================================*/

#content01 div.box01 a{
	color: #cc0000;
	display: block;	
	margin-top: 30px;
	text-decoration: underline;
}

/*==========================================
============================================

	 section#contetn04

============================================
==========================================*/

#content04 {text-align: center;}
#content04 img{
	margin: 35px 10px 20px;
	float: none;
}

#content04 dl{
	text-align: left;
	margin: 20px auto;
	font-size: 14px;
	width: 860px;
}

#content04 dl dt{padding: 0 0 5px;}
#content04 dl dd{line-height: 25px; letter-spacing: 0.5px;}

@media screen and (max-width: 1060px) {
	#content04 dl{width: 90%;}
	#content04 img{ width: 44%;}
}

@media screen and (max-width: 870px) {
	#content04 img{ width: 90%; float: none; margin: 10px 0;}
}
















