@charset "utf-8";


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

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

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

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

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


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


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

.logo_area {
	text-align: center;
	}

.con_box {
	margin: 0 auto;
	overflow: hidden;
	width: 760px;
	padding: 4px 10px 10px 10px;
	text-align: left;
	line-height: 1.6;
	}

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

.con_text1 {
	width: 100%;
	text-align: left;
	padding-left: 10px;
	font-size: 1.0rem;
	line-height: 1.4;
	}


.boxA {
	width: 100%;
	}

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

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


.boxC {
	width: 30%;
	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: 1.0rem;
	color: #000000;
	}


.con_text2 {
	width: 100%;
	text-align: right;
	padding-left: 2px;
	font-size: 1.0rem;
	line-height: 1.6;
	}



@media screen and (min-width: 768px) {
	.information1 {
		position: absolute;
		margin: 0;
		top: 3%;
		left: 8%;
		font-family: 'Homenaje', sans-serif;
		font-size: 1.4rem;
		font-weight: bold;
		color: #ffffff;
		text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
		}
	
	.information2 {
		position: absolute;
		top: 10%;
		left: 8%;
		font-family: MSPGothic;
		font-size: 2.0rem;
		font-weight: bold;
		color: #ffffff;
		text-shadow: 3px 3px 3px rgba(0,0,0,0.5);
		}
	
	.information3 {
		position: absolute;
		top: 30%;
		left: 8%;
		font-family: 'Homenaje', sans-serif;
		font-size: 1.0rem;
		font-weight: bold;
		color: #ffffff;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
		}
	
	.information4 {
		position: absolute;
		top: 60%;
		left:8%;
		font-family: 'Homenaje', sans-serif;
		font-size: 1.2rem;
		font-weight: bold;
		color: #ff8c00;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
		}
	
	.information5 {
		position: absolute;
		top: 56%;
		left:17%;
		font-family: 'Homenaje', sans-serif;
		font-size: 1.2rem;
		font-weight: bold;
		color: #ff8c00;
		text-shadow: 2px 2px 2px rgba(0,0,0,0.5);
		}
	
/***
	.information6 {
		position: absolute;
		top: 60%;
		left: 8%;
		width: 610px;
		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;
		}
***/
	
	}


