#AllBox{
	opacity: 0;
	transition: all 300ms ease;
}

/* common
===============================================================*/
.sp{
	display: none;
}

*, *:before, *:after {
    -webkit-box-sizing: border-box;
       -moz-box-sizing: border-box;
         -o-box-sizing: border-box;
        -ms-box-sizing: border-box;
            box-sizing: border-box;
}

#a01,
#a02,
#a03,
#a04{
	position: relative;
	padding-top: 70px;
	margin-top: -70px;
}


/* Main
===============================================================*/


div#Main div.mv{
	display: block;
	width: 97%;
/* 	background: url(../images/top/main001.png) no-repeat center top / cover; */
	position: relative;
	height: 600px;
	z-index: -1;

}

div#Main div.mv p{
	position: absolute;
	top:60px;
	bottom: 0;
	left: 0;
	right: 0;
	margin: auto;
	width: 361px;
	height: 230px;
}

div#Main div.mv p img{
	width: 100%;
	height: auto;
}



div#Main div.info dl{
	background: #1A2559;
	min-width: 80%;
	float: right;
	margin-top: -20px;
	z-index: 10;
	margin-bottom: 60px;
  box-shadow: 0px 3px 32px 0px rgba(0, 0, 0, 0.21);
}

div#Main div.info dl dt{
	font-family: 'Roboto', sans-serif;
	font-weight: 900;
	background: #E3E7F3;
	color: #0d285a;
	width: 160px;
	padding: 10px 0 11px;
	text-align: center;
	float: left;
	display: inline-block;
}

div#Main div.info dl dt a{
	color: #0d285a;
}

div#Main div.info dl dt a:hover{
	text-decoration: none;
}

div#Main div.info dl dd{
	float: left;
	padding: 10px 10px;
	display: inline-block;
}

div#Main div.info dl dd a{
	color: #fff;
}

div#Main div.info dl dd a:hover{
	text-decoration: none;
}

div#Main div.info dl dd.list{
	color: #fff;
	background: #3F508C;
	width: 80px;
	display: inline-block;
	float: right;
	text-align: center;
	padding: 10px 0;
}

div#Main div.info dl.cf dd a span.day{
	padding-right: 25px;
	background: url(/images/common/ico01.png) no-repeat right center;
	background-size: 10px 10px;
	margin-right: 10px;
	font-family: 'Roboto', sans-serif;
	font-weight: bold;
	font-size: 14px;
}

div#Main div.info dl.cf dd a span.cat{
	padding-right: 20px;
	background: url(/images/common/ico01.png) no-repeat right center;
	background-size: 10px 10px;
	margin-right: 10px;
}

div#Main div.info dl.cf dd a:hover span.ttl{
	text-decoration: underline;
}

.sec01{
	clear: both;
}



p.txt01{
	font-size: 18px;
	text-align: center;
	line-height: 40px;
	margin-bottom: 100px;
}



h2{
	font-size: 22px;
	color: #192458;
	border-bottom: none;
	line-height: 1em;
	padding-left: 0;
	margin-left: 0%;
	margin-top: 0;
	width: 0%;
	margin-bottom: 20px;
}

h2 span{
	font-family: 'Comfortaa', cursive;
	font-size: 45px;
}

div#Main div div dl dt{
	font-size: 18px;
	color: #192458;
	font-weight: bold;
	margin-bottom: 50px;
}

div#Main div div p.btn{
	float:none !important;
	margin-top: 20px !important;
}

div#Main div div p.btn a{
    display: block;
    width: 230px;
    font-size: 16px;
    padding: 15px 0;
    text-align: center;
    color: #192559;
    background: #fff;
    border: 1px solid #192559;
    z-index: 10;
    margin: 30px 0px;
    transition: 0.3s;
}

div#Main div div p.btn a:hover{
    background: #192559;
    text-decoration: none;
    color: #fff;
}

div#Main div div dl dd{
	width: 80%;
}

html body div#AllBox div#Contents.cf div#Main div.sec02{
	margin-bottom: 80px;
}

html body div#AllBox div#Contents.cf div#Main div.sec02 p.ph{
	float: right;
	margin-top: -50px;
	width: 60%;
	background: url(../images/top/line01.png) no-repeat right 98%;
}

html body div#AllBox div#Contents.cf div#Main div.sec02 p.ph img,
html body div#AllBox div#Contents.cf div#Main div.sec03 p.ph img{
	width: 100%;
	height: auto;
}

html body div#AllBox div#Contents.cf div#Main div.sec02 div{
	background: url(../images/top/bg01.png) no-repeat 0px 15px;
	height: 416px;
	width: 40%;
	margin-top: 0px;
	margin-left: 100px;
	padding-left: 80px;

}

html body div#AllBox div#Contents.cf div#Main div.sec03{
	margin-bottom: 150px;
	position: relative;
}

html body div#AllBox div#Contents.cf div#Main div.sec03 p.ph{
	float: left;
	margin-top: 0px;
	width: 60%;
	z-index: 20;
	position: relative;
	background: url(../images/top/line02.png) no-repeat left 98%;
}

html body div#AllBox div#Contents.cf div#Main div.sec03 div{
	float: right;
	background: url(../images/top/bg02.png) no-repeat 0px 15px;
	height: 416px;
	width: 40%;
	height: 100%;
	margin-top: 20px;
	margin-right: 100px;
	padding-left: 80px;
	position: absolute;
	left: 55%;
	top: 10%;
	z-index: 10;
}




