@charset "UTF-8";


/** common **/

body{
	margin:0;
	font-family: noto-sans-cjk-jp,sans-serif;
	font-weight: 400;
	font-style: normal;
	background-color:#1D2088;
	background-image:url("images/bg.png");
	background-attachment: fixed;
	background-repeat: repeat;
}


div.bg{
	margin:0 15px 30px 15px;
}

a{
	color:#1D2088;
}

hr{
 height: 10px;
 width: 100%;
 border: none;
}

.large{font-size:130%;}
.small{font-size:85%;}
.xxsmall{font-size:50%;}
.red{color:#E60012;}
.blue{color:#0000ff;}
.bold{font-weight:bold;}

section,div{
	display: block;
}

section p{
	padding:10px 0;
}


h2,h3,section p,section div,ul{
	width:90%;
	max-width:800px;
	margin:auto;
}

.mt55{
	margin-top:55px;
}

h1{
	font-family: vdl-gigag,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:300%;
	color:#E60012;
	margin:20px auto;
	line-height:1em;
}

h1 img{
	width:100%;
	margin:15px auto;
}

h2{
	font-family: vdl-gigag,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:200%;
	font-weight:bold;
	color:#E60012;
	margin:20px auto;
}

h3{
	font-family: vdl-gigag,sans-serif;
	font-weight: 500;
	font-style: normal;
	font-size:170%;
	font-weight:bold;
	color:#0075C1;
	margin:15px auto;
}


.topics{
	font-family: vdl-gigag,sans-serif;
	font-weight: 500;
	font-style: normal;
	display:block;
	background-color:#E60012;
	color:#fff;
	position: fixed;
	width:300px;
	bottom: 0;
	left:10;
	text-align:center;
	padding:10px 5px 15px 5px;
	border-radius:15px;
	line-height:1.1em;
	font-weight:bold;
	color:#fff;
	text-decoration:none;
	z-index:150;
}
	
p img{
	width:80%;
	margin:5 0;
}


/** SP **/
@media screen and (max-width:767px){
    body {
		font-size:90%;
    }

	section p{
		padding:8px 0;
		margin-top:-5px;
	}

	h1{
		font-family: vdl-gigag,sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size:160%;
		font-weight:bold;
		color:#E60012;
		margin:20px auto;
		line-height:1em;
	}

	h2{
		font-family: vdl-gigag,sans-serif;
		font-weight: 500;
		font-style: normal;
		font-weight:bold;
		font-size:130%;
		color:#E60012;
		margin:10px auto;
		
	}

	h3{
		font-family: vdl-gigag,sans-serif;
		font-weight: 500;
		font-style: normal;
		font-size:110%;
		font-weight:bold;
		color:#0075C1;
		margin:15px auto;
	}


	.topics{
		font-family: vdl-gigag,sans-serif;
		font-weight: 500;
		font-style: normal;
		display:block;
		background-color:#E60012;
		color:#fff;
		position: fixed;
		width:200px;
		bottom: 0;
		left:10;
		text-align:center;
		padding:10px 5px 15px 5px;
		border-radius:15px;
		line-height:1.1em;
		font-weight:bold;
		color:#fff;
		text-decoration:none;
	}
	
	p img{
	width:100%;
	margin:5 0;
	}
}



p.link,
a.link{
	/*text-decoration:none;*/
	position: relative;
}


.center{
	text-align:center;
}

header{
	position: relative;
	background: #fff;
	height: 100%;
	margin-bottom:50%;
}

header img{
	position: absolute;
	top: 0px;
	right: 0px;
	bottom: 0px;
	left: 0px;
	margin:auto;
	padding:0;
	width:60%;
	max-width:350px;
}

section{
	box-sizing: border-box;
	width:100%;
	max-width:800px;
	padding:15px 15px 30px 15px;
	background: #fff;
	margin:auto;
}


section.bt15{
	box-sizing: border-box;
	width:100%;
	padding:30px 15px;
	background: #fff;
	margin-bottom:15%;
}

ul,ol {
	width:100%;
	max-width:1180px;
	margin:auto;
	position: relative;
}

ul,ol {
	width:88%;
	max-width:1180px;
	margin:auto;
	position: relative;
}

ul li  {
	line-height: 1.5;
	padding: 0.5em 5px;
	list-style-type: none!important;
}

ol li {
	line-height: 1.5;
	padding: 0.5em 5px;
}

ul li:before {
	font-family: FontAwesome;
	content: "\f00c";
	position: absolute;
	left : 1em;
	color: #ff5500;
}



.box{
	margin:20px auto;
	padding:30px 0;
	background-color:#EC5AAC;
	width:80%;
	color:#fff;
}

footer{
	box-sizing: border-box;
	width:100%;
	max-width:800px;
	margin:auto;
	padding:15px 15px 30px 15px;
	background: #fff;
	text-align:center;
	font-size:12px;
}

footer a img{
	max-width:250px;
	width:65%;
	display:inline-block;
	margin:auto;
	padding:10px 0;
}

/** youtube **/

.movie{
	display:block;
	margin:10px auto;
	width: 100%;
	max-width:560;
}

.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*16:9*/
	height: 0;
	overflow: hidden;
	z-index:10;
}
 
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	max-width:560;
	max-height:315;
}


/** menu **/

.wrapper {
	height: 100%;
	overflow-x: hidden;
	position: relative;
	z-index:100;
}
.overlay {
	content: "";
	display: block;
	width: 0;
	height: 0;
	position: absolute;
	top: 0;
	left: 0;
	z-index: 2;
	opacity: 0;
	transition: opacity .5s;
}
.overlay.open {
	width: 100%;
	height: 100%;
	opacity: 1;
}
main {
	height: 100%;
	min-height: 100vh;
	padding: 0 50px;
	background-color: #eee;
	transition: all .5s;
	display: flex;
	flex-direction: column;
	justify-content: center;
}
main.open {
	transform: translateX(-250px);
}
main h1 {
	text-align: center;
	font-weight: 500;
}
main p {
	text-align: center;
}
.menu-trigger {
	display: inline-block;
	width: 36px;
	height: 28px;
	vertical-align: middle;
	cursor: pointer;
	position: fixed;
	top: 15px;
	right: 15px;
	z-index: 100;
}

.menu-trigger span {
	display: inline-block;
	box-sizing: border-box;
	position: absolute;
	left: 0;
	width: 100%;
	height: 4px;
	background-color: #E60012;
	transition: all .5s;
}
.menu-trigger.active span {
	background-color: #fff;
}
.menu-trigger span:nth-of-type(1) {
	top: 0;
}
.menu-trigger.active span:nth-of-type(1) {
	transform: translateY(12px) rotate(-45deg);
}
.menu-trigger span:nth-of-type(2) {
	top: 12px;
}
.menu-trigger.active span:nth-of-type(2) {
	opacity: 0;
}
.menu-trigger span:nth-of-type(3) {
	bottom: 0;
}
.menu-trigger.active span:nth-of-type(3) {
	transform: translateY(-12px) rotate(45deg);
}

nav {
	width: 210px;
	height: 100%;
	padding-top: 100px;
	background-color: #E60012;
	position: fixed;
	top: 0;
	right: 0;
	z-index: 10;
	transform: translate(250px);
	transition: all .5s;
}
nav.open {
	transform: translateZ(0);
}

nav ul li:before{
	content: "";
}

nav li{
	padding: 10px 0;
	margin-left:-15px;
}

nav li a {
	color: #fff;
	font-size:100%;
	text-align: center;
	padding: 10px 0;
	text-decoration:none;
}




/** pageTop **/

#pageTop {
	position: fixed;
	bottom: 1px;
	right: 20px;
	z-index: 999;
}

#pageTop i {
	padding-top: 3px;
	padding-right: 7px;
}

#pageTop a {
	display: block;
	padding: 8px 0 0 8px;
	border-radius: 30px;
	width: 32px;
	height: 32px;
	background-color: #EF8200;
	color: #fff;
	font-weight: bold;
	text-decoration: none;
	text-align: center;
}

#pageTop a:hover {
	text-decoration: none;
	background-color: #EF8200;
}


.container{
	display: table;
	padding:0;
}

.box{
	display: table-cell;
	text-align: center;
	color:#000;
	background-color: #fff;
	padding:0;
}

.tbleft{
	text-align:left;
	vertical-align: middle;
	width:120px;
	padding-right:10px;
}

.tbright{
	text-align:left;
	vertical-align: middle;
}

a.btn{
	display:block;
	margin:10px auto;
	padding:10px 0;
	border-radius:30px;
	width:240px;
	background-color:#E60012;
	color:#fff;
	text-decoration:none;
}

