@charset "utf-8";

html {
	}

body {
	margin: 0 auto;
	background: #000080;
	font-family: san-serif;
	font-size: 16px;
	}


/* メインコンテンツレイアウト部分 */

.wrapper {
	background: url(../images/bg.png);
	}

.container {
	margin: 0 auto;
	width: 860px;
	padding: 0px 10px 20px 10px;
	
	}

.keyvisual-wrapper {
	margin: 0 auto;
	position: relative;
	}

.video-container img {
	margin: 0 auto;
	width: 100%;
	max-width: 800px;
	}


.information {
	display: none; /* スマートフォンでは非表示 */
	}


.contents {
	margin: 0 auto;
	background-color: #eeeeee;
	}

.logo_area {
	text-align: center;
	}

.con_box {
	margin: 0 auto;
	overflow: hidden;
	width: 720px;
	padding: 4px 10px 10px 10px;
	text-align: left;
	line-height: 1.2;
	font-size: 1.0rem;
	}

.con_name {
	width: 100%;
	color: #005396;
	border-left: 6px solid #005396;
	padding-left:15px;
	margin-bottom: 10px;
	margin: 10px 0 25px;
	font-size: 18px;
	font-weight: bold;
	}

.con_text1 {
	width: 100%;
	text-align: left;
	padding-left: 10px;
	padding-bottom: 10px;
	font-size: 16px;
	line-height: 1.2;
	}

.font_color {
	color: red;
	}

.boxA {
	width: 100%;
	}

.boxA :after {
	content: "";
	display: block;
	clear: both;
	}

.boxB {
	width: 80%;
	float: left;
	}


.boxC {
	width: 20%;
	float: right;
	}

.con_box figure {
	float: right;
	text-align: center;
	margin: 0 0 10px 10px;
	}
	

.con_box figcaption {
	padding-top: 5px;
	text-align: center;
	font-size: 16px;
	color: #000000;
	}


.con_text2 {
	width: 100%;
	text-align: right;
	padding-left: 10px;
	font-size: 16px;
	line-height: 1.2;
	}



@media screen and (min-width: 768px) {
	.information1 {
		position: absolute;
		margin: 0;
		top: 3%;
		left: 10%;
		font-family: 'Homenaje', sans-serif;
		font-size: 2.0rem;
		font-weight: bold;
		color: #ffffff;
		text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
		}
		
	.information2 {
		position: absolute;
		top: 22%;
		left: 24%;
		font-family: MSPGothic;
		font-size: 1.4rem;
		font-weight: bold;
		color: #ff2300;
		text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
		}
	
	.information3 {
		position: absolute;
		top: 18%;
		left: 18%;
		font-family: 'Homenaje', sans-serif;
		font-size: 28px;
		font-weight: bold;
		color: #ffa500;
		text-shadow: 4px 4px 4px rgba(0,0,0,0.5);
		}
	
	.information4 {
		position: absolute;
		top: 36%;
		left:24%;
		font-family: 'Homenaje', sans-serif;
		font-size: 16px;
		font-weight: bold;
		color: #ff8c00;
		text-shadow: 4px 4px 4px rgba(0,0,0,0.5);
		}
	
	.information5 {
		position: absolute;
		top: 40%;
		left: 9%;
		width: 620px;
		padding: 6px;
		background: #fff5ee;
		border-radius: 10px;
		opacity: 0.7;
		font-family: 'Homenaje', sans-serif;
		font-size: 1.0rem;
		font-weight: normal;
		text-align: left;
		color: #0000cd;
		}
		
	}


