@charset "UTF-8";
@import url(cmn.css);
@import url(base.css);

/*----------------------------heading-----------------------------------*/

#heading{
	background: url(../images/cmn/mv6bg.jpg) 70% 60% no-repeat fixed;
	background-size: cover;
}

/*----------------------------s_au0-----------------------------------*/

#s_au0{
	border-top: 1px solid #e0e0e0;
	padding: 60px 10px;
}
#s_au0 .wrapper{
	max-width: 1300px;
	margin: 0 auto;
}
#s_au0 .wrapper .bn{
	display: -webkit-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	width:100%;
	justify-content: space-between;
}
#s_au0 .wrapper .bn li{
	width:32%;
	margin-bottom: 15px;
}
#s_au0 .wrapper .bn li a{
	display:block;
}
#s_au0 .wrapper .bn li a:hover{
	filter:alpha(opacity=70);-moz-opacity: 0.7;opacity: 0.7;
}
@media screen and (max-width: 1050px){
	#s_au0{
		padding: 40px 10px;
	}
}
@media screen and (max-width: 750px){
	#s_au0 .wrapper .bn{
	  flex-wrap: wrap;
	}
	#s_au0 .wrapper .bn li{
		width:100%;
	}
}
/*----------------------------s_au1-----------------------------------*/

#s_au1{
	border-top: 1px solid #e0e0e0;
	padding: 60px 10px;
}
#s_au1 .wrapper{
	max-width: 1300px;
	margin: 0 auto;
}
#s_au1 .inner{
	display: flex;
	flex-wrap: wrap;
	align-items: stretch;
	justify-content: center;
}
#s_au1 .inner a{
	display: flex;
	align-items: stretch;
	justify-content: center;
	padding: 20px 10px;
	width: 22.75%;
	box-sizing: border-box;
	margin-left: 3%;
	box-sizing: border-box;
	text-align: center;
	border-right: 2px dotted #ea5504;
}
#s_au1 .inner a:nth-of-type(1){
	border-left: 2px dotted #ea5504;
}
#s_au1 .inner a:nth-of-type(4n-3){
	margin-left: 0;
}
#s_au1 .inner a:nth-of-type(5){
	margin: 40px auto;
	padding: 20px 10px;
	width: 100%;
	border-top: 2px dotted #ea5504;
	border-bottom: 2px dotted #ea5504;
	border-right: 0;
}
#s_au1 .inner dl{
	display: flex;
	flex-direction: column;
	justify-content: center;
	align-items: center;
}
#s_au1 .inner dt{
	display: block;
	order: 2;
	padding-top: 15px;
}
#s_au1 .inner a[target="_blank"] dt span{
	display: inline-block;
	padding-right: 17px;
	position: relative;
	font-size: 1.8rem;
	color: #ea5504;
	font-weight: 700;
	line-height: 1.2;
}
#s_au1 .inner a[target="_blank"] dt span:before,
#s_au1 .inner a[target="_blank"] dt span:after{
	content: "";
	display: block;
	width: 6px;
	height: 5px;
	border: 1px solid #ea5504;
	position: absolute;
}
#s_au1 .inner a[target="_blank"] dt span:before{
	top: calc(50% - 4px);
	right: 0;
}
#s_au1 .inner a[target="_blank"] dt span:after{
	top: calc(50% - 2px);
	right: 2px;
}
#s_au1 .inner dd{
	display: flex;
	align-items: center;
	justify-content: center;
	order: 1;
	margin: 0 auto;
	height: 100px;
	max-width: 75%;
}
#s_au1 .inner dd img{
	max-height: 100%;
}
#s_au1 .inner a:nth-of-type(5) dl{
	flex-direction: row;
	text-align: left;
}
#s_au1 .inner a:nth-of-type(5) dt{
	padding-top: 0;
}
#s_au1 .inner a:nth-of-type(5) dt p{
	padding-top: 5px;
}
#s_au1 .inner a:nth-of-type(5) dd{
	padding-right: 30px;
}
#s_au1 .caution{
	text-align: center;
}
#s_au1 .caution .h{
	font-weight: 700;
	font-size: 2.4rem;
	color: #ea5504;
	margin-bottom: 15px;
	line-height: 1.4;
}
#s_au1 .caution .h span{
	font-size: 1.6rem;
	display: block;
	color: #023692;
	line-height: 1.6;
	margin-bottom: 5px;
}
#s_au1 .caution .h+p{
	margin-bottom: 30px;
}
@media screen and (max-width: 1300px){
	#s_au1 .inner dd{
		height: 12vw;
		max-width: 70%;
	}
}
@media screen and (max-width: 1050px){
	#s_au1{
		padding: 40px 10px;
	}
}
@media screen and (max-width: 850px){
	#s_au1 .inner a:nth-of-type(5){
		margin: 30px auto;
		padding: 15px 10px;
	}
}
@media screen and (max-width: 750px){
	#s_au1 .inner a{
		padding: 20px 5px 15px;
	}
	#s_au1 .inner a[target="_blank"] dt span{
		padding-right: 13px;
		font-size: 1.6rem;
	}
	#s_au1 .inner a:nth-last-of-type(n+2){
		width: 50%;
		margin: 0 !important;
	}
	#s_au1 .inner a:nth-last-of-type(n+2):nth-of-type(2n){
		border-right: none;
	}
	#s_au1 .inner a:nth-of-type(1){
		border-left: none;
	}
	#s_au1 .inner a:nth-last-of-type(n+4){
		border-bottom: 2px dotted #ea5504;
	}
	#s_au1 .inner a:nth-of-type(5){
		margin: 20px auto;
		padding: 15px 10px;
	}
	#s_au1 .inner a:nth-of-type(5) dd{
		min-width: 50px;
	}
}
@media screen and (max-width: 450px){
	#s_au1 .caution{
		text-align: left;
	}
}
@media screen and (max-width: 400px){
	#s_au1 .inner a:nth-of-type(5) dd{
		padding-right: 15px;
	}
}
