@charset "utf-8";
/* CSS Document */

html,body {
	margin: 0;
	padding: 0;
	font-family: 'Roboto', sans-serif;
	font-size: 16px;
	color: #262626;

}

.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

img {
	vertical-align: bottom;
}

ul,li,dl,dt,dd {
	margin: 0;
	padding: 0;
}

.wrapper {
	margin: 0;
	padding: 0;
	overflow: hidden;
}

header {
	width: 100%;
	position: fixed;
	top: 0;
		box-sizing: border-box;
}
.spbtn {display: none;}
header .logo {
	width: 16.6%;
	float: left;
}

header .menu {
	width: 50.5%;
	float: right;
	text-align: right;
	box-sizing: border-box;
	padding-right: 30px;
}

header .menu ul {
	margin: 1.5em 0 0;
	padding: 0;
	list-style: none;
	color: #FFF;
	letter-spacing: 2px;
	box-sizing: border-box;
}

header .menu ul li {
	margin: 0 2em 0 0;
	padding: 0;
	display:inline-block;
	box-sizing: border-box;
}

header .menu ul li:last-child {
	border: #FFF 1px solid;
	padding: 1em 2em;
	border-radius: 30px;
	margin:0;
}

header .menu ul li a {
	color: #FFF;
}

.keyvis img{
	width: 100%;
	height: auto;
}

#block01 {
	background: url(../images/bg01.png) no-repeat;
	background-position:top -20px right 0px;
	padding-top: 180px;
	margin-bottom: 200px;
	box-sizing: border-box;
}

#block01 dl {
	width: 1680px;
	max-width: 92%;
	margin: 0 auto 75px;
	box-sizing: border-box;
}

#block01 dl dt {
	width: 27.0%;
	float: left;
}

#block01 dl dd {
	font-size: 150%;
	padding-top: 16px;
}

#block01 h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 500%;
}

#block01 h2 span {
	display: block;
	font-size: 24%;
	font-weight: bold;
}

#block01 h2 strong {
	color: #3366CC;
	font-weight: normal;
}

#block01 .lineup img {
	width: 100% auto;
}




#block02 dl {
	max-width: 96%;
	margin: 0 0 0 auto;
	box-sizing: border-box;
}

#block02 dl dt {
	width: 34.0%;
	float: left;
}

#block02 dl dt p{
	font-size: 150%;
	padding-top: 16px;
}

#block02 dl dd ul{
	list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#block02 dl dd ul li{
	width: 31%;
	list-style: none;
}

#block02 dl dd ul li img{
	width: 100%;
	height: auto;
}

#block02 h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 500%;
}

#block02 h2 span {
	display: block;
	font-size: 24%;
	font-weight: bold;
}

#block02 h2 strong {
	color: #3366CC;
	font-weight: normal;
}

#block03 {
	background: url(../images/bg02.png) no-repeat;
	background-size: cover;
	margin: -100px 0 300px;

}

#block03 .inbox {
	width: 1680px;
	max-width: 92%;
	padding: 265px 0 250px 0;
	margin: 0 auto 75px;
	font-size: 130%;
	line-height: 200%;
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
}


#block04 {
	margin-bottom: 100px;
}
#block04 dl {
	width: 1680px;
	max-width: 92%;
	margin: 0 auto;
	box-sizing: border-box;
}

#block04 dl dt {
	width: 48.0%;
	float: left;
}

#block04 dl dt p{
	font-size: 130%;
	padding-top: 16px;
}

#block04 dl dd ul{
	list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	padding-top: 60px;
}

#block04 dl dd ul li{
	width: 49%;
	list-style: none;
	font-size: 120%;
}

#block04 dl dd ul li:last-child {
	text-align: right;
}

#block04 h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 500%;
}

#block04 h2 span {
	display: block;
	font-size: 24%;
	font-weight: bold;
}

#block04 h2 strong {
	color: #3366CC;
	font-weight: normal;
}

footer {
	border-top: #DDDDDD 1px solid;
}

footer ul{
	width: 96%;
	margin: 0 auto;
	list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	padding-top: 30px;
	padding-bottom: 20px;
}

footer ul li{
	width: 49%;
	list-style: none;
}

footer ul li:last-child{
	text-align: right;
} 




@media screen and (max-width: 780px) {
header {
	width: 100%;
	position: fixed;
	top: 0;
		box-sizing: border-box;
}

header .logo {
	width: 40%;
	float: left;
}

	header .logo img {
		width: auto;
		height: auto;
		max-width: 100%;
	}	
	
header .menu {
	width: 50.5%;
	float: right;
	text-align: right;
	box-sizing: border-box;
	padding-right: 30px;
}

header .menu ul {
display: none;
}


.spbtn {
	width:11%;
	display: block;
	position: absolute;
	top:5px;
	right:5px;
}
	
	.spbtn img {
		width: auto;
		height: auto;
		max-width: 100%;
	}
	
.keyvis img{
	width: 100%;
	height: auto;
}	
	
	
	
#block01 {
	background: url(../images/bg01.png) no-repeat;
	background-position:top -10px left 0px;
	background-size: 180% auto;
	padding-top: 100px;
	margin-bottom: 60px;
	box-sizing: border-box;
}

#block01 dl {
	width: 1680px;
	max-width: 94%;
	margin: 0 auto 30px;
	box-sizing: border-box;
}

#block01 dl dt {
	width: 100.0%;
	float: none;
}

#block01 dl dd {
	font-size: 110%;
	padding-top: 10px;
}

#block01 h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 500%;
}

#block01 h2 span {
	display: block;
	font-size: 24%;
	font-weight: bold;
}

#block01 h2 strong {
	color: #3366CC;
	font-weight: normal;
}

#block01 .lineup img {
	width:  auto;
	height:  auto;
	max-width: 100%;
}




#block02 dl {
	max-width: 94%;
	margin: 0 auto;
	box-sizing: border-box;
}

#block02 dl dt {
	width: 100%;
	float: none;
}

#block02 dl dt p{
	font-size: 150%;
	padding-top: 16px;
}

#block02 dl dd ul{
	list-style: none;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}

#block02 dl dd ul li{
	width: 31%;
	list-style: none;
}

#block02 dl dd ul li img{
	width: 100%;
	height: auto;
}

#block02 h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 500%;
}

#block02 h2 span {
	display: block;
	font-size: 24%;
	font-weight: bold;
}

#block02 h2 strong {
	color: #3366CC;
	font-weight: normal;
}

#block03 {
	background: url(../images/bg02.png) no-repeat;
	background-size: cover;
	margin: -60px 0 60px;

}

#block03 .inbox {
	width: 1680px;
	max-width: 90%;
	padding: 100px 0 100px 0;
	margin: 0 auto 75px;
	font-size: 100%;
	line-height: 180%;
	color: #FFF;
	text-align: center;
	box-sizing: border-box;
}	
	
	#block03 .inbox img {
		width: auto;
		height: auto;
		max-width: 100%;
	}	
	
	
#block04 {
	margin-bottom: 60px;
}
#block04 dl {
	width: 1680px;
	max-width: 94%;
	margin: 0 auto;
	box-sizing: border-box;
}

#block04 dl dt {
	width: 100%;
	float: none;
	margin-bottom: 20px;
}

#block04 dl dt p{
	font-size: 100%;
	padding-top: 0px;
}

#block04 dl dd ul{
	list-style: none;
    display: block;
	padding-top: 0px;
}

#block04 dl dd ul li{
	width: 100%;
	list-style: none;
	font-size: 100%;
	text-align: center!important;
}

#block04 dl dd ul li:last-child {
	text-align: center!important;
	margin-top: 25px;
}
	
	#block04 dl dd ul li img {
		width: auto;
		height: auto;
		max-width: 100%;
	}

#block04 h2 {
	margin: 0;
	padding: 0;
	font-weight: normal;
	font-size: 500%;
}

#block04 h2 span {
	display: block;
	font-size: 24%;
	font-weight: bold;
}

#block04 h2 strong {
	color: #3366CC;
	font-weight: normal;
}
	
	
	
	
footer ul{
	width: 96%;
	margin: 0 auto;
	list-style: none;
    display: block;
	padding-top: 30px;
	padding-bottom: 20px;
}	
	
footer ul li{
	width: 100%;
	list-style: none;
	text-align: center;
}

footer ul li:last-child{
	text-align: center;
	margin-top: 15px;
} 
}