@charset "UTF-8";

body {
	margin: 0;
	font-family: 'メイリオ', 'Hiragino Kaku Gothic Pro', 'Paytone One', sans-serif;
	font-size: 16px;
	}


a { 
	text-decoration: none;
	color: #ffffff;
	}
a:link { color: #ffffff; }
a:hover { color: #5ccaff; }


/* ボックスの左右に確保する余白 */
header, .con-box, .pickup, .footer-inner {
	padding-left: 10px;
	padding-right: 10px;
	}

.clfix::after {
	content: "";
	clear: both;
	display: block;
	line-height: 0;
	}

.fl_l{float:left;}

.fl_r{float:right;}

.pc_none {display: none;}

.sp_none {display: block;}

header ul {
	width: 20%;
	list-style: none;}

header .ja a {
	color: #606060;
	text-decoration: none;
	font-size: 14px}

header .en a {
	color: #0000ff;
	text-decoration: none;
	font-size: 14px}

.rod {
	margin: 0 6%;}

header a {font-weight: bold;}

header a:hover {text-decoration: underline;}


/* サイト名 */
.site {
	margin: 0 auto;
	padding-top: 10px;
	padding-left: 10px;
	}

.site h1 {color: #005396;
	font-size: 30px;
	font-family: 'Paytone One', sans-serif;
	font-weight: normal}

.site img {width: 30%}

/* ナビゲーション */


/********************
	nav
********************/

.nav_area {
	margin: 0 auto;
	max-width: 1000px;
	}

.pc_menu {
	margin: 0;
	width: 98%;

	box-sizing: border-box;
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	}

.pc_menu ul {
	margin: 0;
	height: 100%;
	display: -webkit-flex;
	display: -ms-flexbox;
	float: flex;
	justify-content: right;
	align-items: center;
	list-style-type: none;
	}

.pc_menu li {
	width: 25%;
	height: 80%;
	float: right;
	text-align: center;
	background: url(../images/nav_ber.png) no-repeat left center;
	}

.pc_menu li:hover {
	-webkit-transition: 0.3s;
	-moz-transition: 0.3s;
	-o-transition: 0.3s;
	transition: 0.3s;
	background-color: #eeeeee;
	}

.pc_menu li a {
	display: block;
	width: 100%;
	padding: 0;
	color: #000000;
	font-size: 0.8rem;
	box-sizing: border-box;
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	justify-content: center;
	align-items: center;
	text-decoration: none;
	}

.pc_menu .nav_click {
	background: #3f81a5 !important;
	}

.nav_click {
	background: #3f81a5 !important;
	}

.nav_click a {
	color: #fff !important;
	}

/* トップ画像 */
.top_area {background-color: #e6fbfc}

/* トップ画像にキャッチコピーを重ねる */
.top {position: relative}


.topimg {max-width: 100%;
	margin: 0 auto;
	height: auto;
	vertical-align: bottom;}

/* キャッチコピー */

.catch1 {
	position: absolute;
	margin: 0;
	bottom: 30%;
	color: #ffffff;
	left: 5%;
	padding: 15px;
	font-size: 1.0rem;
	text-shadow: black 2px 2px;
	}

.catch2 {
	position: absolute;
	margin: 0;
	bottom: 10%;
	color: #ffffff;
	left: 5%;
	padding: 15px;
	font-style: bold;
	font-size: 1.0rem;
	text-shadow: black 2px 2px;
	}


/* 本文 */
.con_box {
	width: 90%;
	max-width: 980px;
	margin: 0 auto}

.con_name {
	width: 100%;
	color: #005396;
	border-left: 3px solid #005396;
	padding-left:15px;
	margin-bottom:20px;
	margin: 10px 0 10px;
	font-size: 1.2rem;
	font-weight: bold;}

.con_text {
	width: 100%;
	padding-left:15px;
	font-size: 1.0rem;
	font-weight: normal;
	}
	
.profile_photo {
	text-align: center;}

.profile_text {
	width: 100%;
	font-size: 1.0rem;
	text-align: left;
	padding-left:20px;
	font-weight: normal;
	}

/* 概要 */
.gaiyou {margin-bottom: 20px}

.gaiyou a {display: block;
	color: #000000;
	text-decoration: none;}

.gaiyou img {max-width: 100%;
	height: auto;
	border: none;
	margin-bottom: 0px;
	vertical-align: bottom;}

.gaiyou h1 {margin-top: 0;
	margin-bottom: 5px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 1.2rem;}

.gaiyou p {margin-top: 0;
	margin-bottom: 15px;
	margin-left: 15px;
	margin-right: 15px;
	font-size: 1.0rem;}

/* 続きを読む */
.pointer {text-align: left;}

.pointer a {color: #ffffff;}

.pointer a: hover {color: #0000ff;}

.more {
	display: inline-block;
	padding: 5px 20px;
	background-color: #3077be;
	color: #ffffff;
	}

.more i {margin-left: 2px}


.h3_bar
{ margin:10px 0 10px 0; padding:10px 0 10px 10px; color:#fff; border-radius:6px; background:#005396; }


/* ページトップに戻る */
.coi_pagetop{
	position: fixed;
	right: 1%;
	bottom: 0;
	margin:0 0 0 -63px;}

.coi_pagetop a{
	width: 75px;
	height: 100px;
	display: block;}


/* コピーライト */
.copyright p {margin: 0;
	color: #222222;
	font-size: 1.0rem;}


/* naviをバーの形にする */
.header-nav {background-color: #005396}



/* footerの上に区切り線を入れる */
.footer {
	text-align: center;
	background-color: #e5e7ef;
	border-top: solid 1px #dddddd;
	}


/* ボックスの上下の間隔 */
.header {padding-top: 8px}

.con-box {padding-top: 4px}

.con-box1, .con-box2, .con-box3, .con-box4
	{padding-bottom: 10px}


.footer {padding-top: 15px;
	padding-bottom: 15px;}



/* ########### 740px以下 ########### */
@media (max-width: 740px) {
	
	.pc_none {
		display: block;
		}
	
	.sp_none {
		display: none;
		}
	
	/********************
		header
	********************/
	header {
		width: 90%;
		margin: 10px 0px 20px 0px;
		position: relative;
		text-align: left;
		}
	
	.logo_area {
		width: 90%;
		}
	
	.logo {
		width: 100%;
		}
	
	.menu_btn_op {
		position: absolute;
		width: 10%;
		top: 10%;
		right: -4%;
		}
	
	.img_title {
		width: 100%;
		margin: 0;
		}
	
	.title_ber_sp img {
		width: 100%;
		}
	
	/********************
		sp_menu
	********************/
	.sp_menu {
		display: none;
		background: rgba(10,85,120,0.9);
		position: absolute;
		top: 0;
		right: 0;
		width: 73%;
		z-index: 1000;
		color: #fff;
		}
	
	.sp_menu ul {
		list-style-type: none;
		}
	
	.sp_menu a {
		color: #fff;
		}
	
	.sp_lang {
		font-size: 14px;
		margin: 24px 0 20px 14%;
		}
	
	.sp_lang a {
		font-weight: bold;
		}
	
	.rod {
		margin: 0 6%;
		}
	
	.ja .sp_menu .en a {
		color: #00080c;
		}
	
	.menu_btn_cl {
		position: absolute;
		right: 6.5%;
		width: 9%;
		}
	
	.menu_title {
		width: 90%;
		font-size: 13px;
		font-weight: bold;
		margin: 0 auto;
		}
	
	/* en ****************/
	.en .sp_menu .ja a {
		color: #00080c;
		}
	
	/* menu_area **********/
	.menu_area {
		margin-bottom: 24px;
		}
	
	.menu_area a {
		display: block;
		width: 100%;
		padding: 10px 0;
		}
	
	.menu_area p:first-child {
		border-top: 1px solid #fff;
		}
	
	.menu_area p {
		width: 95%;
		margin: 0 auto;
		font-size: 14px;
		border-bottom: 1px solid #fff;
		}
	
	.click {
		padding: 10px 0;
		position: relative;
		border-bottom: 1px solid #fff;
		}
	
	.click {
		background-image: url(../img/btn_aco_op.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 7%;
		}
	
	.click.active {
		background-image: url(../img/btn_aco_cl.png);
		background-repeat: no-repeat;
		background-position: 95% center;
		background-size: 8%;
		}
	
	.menu_area ul {
		background: #437d98;
		display: none;
		}
	
	.menu_area li {
		width: 95%;
		margin: 0 auto;
		border-bottom: 1px solid #fff;
		}
	
	
	/* サイト名と記事のタイトル */
	.site h1 {font-size: 20px}
	
	/* ボックスの上下の間隔 */
	.header-site {padding-top: 4px;
		padding-bottom: 4px;}
	
	.con_text {
		padding-left: 2px;
		font-size: 0.8rem;
		line-height: 150%;
		font-weight: normal;
		}
	
	.profile_text {
		padding-left: 2px;
		font-size: 0.8rem;
		line-height: 150%;
		font-weight: normal;
		}
	
	.gaiyou p {font-size: 0.8rem;}
	
}


/* ########### 768px以上 ########### */
@media (min-width: 768px) {
	
	/* con-box1、con-box2を横に並べる設定 */
	.con-box: after {
		content: "";
		display: block;
		clear: both;
		}
	
	.con-box1 {
		float: left;
		width: 30%;
		margin-right: 2%;
		}
	
	.con-box2 {
		float: left;
		width: 65%;
		margin-right: 2%;
		}
	
	.con-box3 {
		background-color: ;
		float: left;
		width: 50%;
		margin-right: 6%;
		}
	
	.con-box4 {
		background-color: ;
		float: left;
		width: 40%;
		margin-right: 2%;
		text-align: center;
		}
	
	.site img {width: 20%}
	
	.catch1 {font-size: 1.6rem;}
	
	.catch2 {font-size: 2.0rem;}
	
}


/* ########### 1040px以上 ########### */
@media (min-width: 1020px) {
	
	/* ボックスの左右に確保する余白 */
	header, .header-nav-inner, .top, .footer-inner {
		width: 1000px;
		margin-left: auto;
		margin-right: auto;
		}
		
	.catch1 {font-size: 2.0rem;}
	
	.catch2 {font-size: 2.6rem;}
	
}
