@charset "utf-8";
/*====Menu all====*/
.reply_head_nav{
	width: 1050px;
	margin:auto;
	min-width:1050px;
	padding: 10px 0px;
	/* padding-top: 0; */
}
.reply_head_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.reply_head_nav ul li{
	display:inline-block;
}
.reply_head_nav ul li a{
	color: #ffffff;
	display:block;
	text-decoration:none;
	text-align: center;
	width: 172px;
	font-size: 13px;
	padding: 10px 0px;
	border: 1px dotted #789636;
}
.reply_head_nav ul li a:hover{
	background: #789636;
	text-decoration:none;
	color: #FFFFFF;
}

.foot_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.foot_nav ul li{
	display:inline-block;
	position:relative;
}
.foot_nav ul li:after{
	position:absolute;
	content:"✏";
	top:12px;
	left:0;
	color: #FFFFFF;
}
.foot_nav ul li a{
	display:block;
	padding: 10px 23px;
	margin: 3px 0px;
	font-size: 13px;
}

.side_best_nav{
	margin-bottom:15px;
	margin-top: 10px;
}
.side_best_nav ul{
	list-style-type:none;
}
.side_best_nav ul li{
	display:block;
}
.side_best_nav ul li a{
	display:block;
	padding: 14px 0px;
	text-align:center;
	text-decoration:none;
	color: #ffffff;
	background: #5f6871;
	margin-bottom: 15px;
	border-top: 3px solid #2676d6;
	box-shadow: 0px 15px 18px -14px #989276;
}
.side_best_nav ul li a:hover{
	background: #629ee6;
	color:#fff;
	text-decoration:none;
}
@media screen and (max-width:480px){
.reply_head_nav{
	width:100%;
	min-width:100%;
}
.reply_head_nav ul{
	display:block;
	margin:0px;
	padding:0px;
}
.reply_head_nav ul li{
	width:100%;
	display:block;
}
.reply_head_nav ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
	width: 100%;
	border: 0;
}

.foot_nav ul{
	display:block;
}
.foot_nav ul li{
	display:block;
}
.foot_nav ul li:after{
	position:absolute;
	content:"";
	top:12px;
	left:0;
	color:#fff;
}
.side_best_nav ul li a{
	border:0;
	box-shadow:0px 0px;
}
}
/*====End Menu all====*/
body{
	font-size: 17px;
	background: #d4e2f3;
	font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;
	}
*{
	padding: 0px;
	margin: 0px;
}
p{
	line-height: 30px;
	padding-left: 10px;
	padding-right:10px;
}
h2{
    padding:9px;
    position:relative;
    text-align:center;
    border-bottom: 3px solid #629ee6;
    color: #0e4b94;
    margin-bottom: 10px;
    font-size: 22px;
}
h2:before{
    content:"";
    font-family:fontawesome;
    color:#fff;
    position:absolute;
    width: 17px;
    height: 17px;
    background-color: #629ee6;
    bottom:0;
    left:0;
    margin-left:50%;
    border-radius:50%;
    margin-bottom:-8px;
}
.middle_cont h3,.sub h3{
	font-size: 17px;
	padding-left: 10px;
	margin-top: 20px;
}

h3{
	color: #666;
}
a{
	text-decoration: none;
	color: #629ee6;
}
a:hover{
	text-decoration: underline;
	/* color: #000; */
}

.reply_head{
	width:100%;
	min-width:1050px;
	margin-bottom: 10px;
}
.reply_head_banner{
	width: 1050px;
	margin:0 auto;
	min-width:1050px;
}
.reply_head_banner img{
	width:100%;
	margin:auto;
	margin-bottom:-6px;
}
.reply_head_h1{
	width: 1000px;
	margin:auto;
	min-width:1050px;
	margin-bottom: 0;
	background: #629ee6;
	padding: 6px 0;
	border-top: 4px dashed #d4e2f3;
	margin-top: 10px;
}
.reply_head_h1:after{
	content:"";
	clear:both;
	display:block;
}
.reply_head_h1 h1{
	padding-bottom:10px;
	padding-top:10px;
	font-size: 20px;
	text-align:center;
}
.reply_head_h1 h1 a{
	text-decoration:none;
	color: #ffffff;
}
.reply_head_h1 h1 a:hover{
	text-decoration: underline;
	/* color:#F00; */
}
.sum_cont_full{
	margin:0px;
	padding:0px;
}
.sum_cont_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.area_arti_s{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	padding-top: 1px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px #585858;
}
.area_arti_s:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.area_arti_s img{
	width: 94%;
	margin-left: 10px;
}
.area_arti1{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	padding-top: 1px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px #585858;
}
.area_arti1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;

}
.area_arti1 img{
	width:45%;
	float:right;
	margin:10px;
	margin-bottom: 0;
	margin-top: 7px;
}
.view_more a{
	padding:2px 15px;
	margin:5px;
	float:left;
	color: #ffffff;
	text-decoration:none;
	margin-left: 0;
	background: #5f6871;
	border-top: 3px solid #2676d6;
	box-shadow: 0px 15px 18px -14px #989276;
}
.view_more a:hover{
	text-decoration:none;
	background: #629ee6;
	color:#fff;
}
.sum_cont_2{
	margin:0px;
	padding:0px;
	
}
.sum_cont_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.area_arti2{
	float:left;
	margin-right: 19px;
	width: 48.5%;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px #585858;
}
.area_arti2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.area_arti2 img{
	width: 94.5%;
	margin-bottom:5px;
	margin-left: 10px;
}
.area_arti2:first-child{
	margin-left:0px;
}
.area_arti2:nth-child(2){
	margin-right:0px;
}
.area_arti2:nth-child(4){
	margin-right:0px;
}
.sum_cont_3{
	margin:0px;
	padding:0px;
	
}

.sum_cont_3:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.area_arti3{
	float:left;
	margin-right: 19px;
	width: 32%;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #F4F0F0;
	
	 /* For Safari 5.1 to 6.0 */
}
.area_arti3:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.area_arti3 img{
	width: 94%;
	margin-bottom:5px;
	margin-left: 10px;
}
.area_arti3:first-child{
	margin-left:0px;
}
.area_arti3:nth-child(3){
	margin-right:0px;
}
.area_arti3:nth-child(5){
	margin-right:0px;
}
.middle_cont{
	margin-bottom: 15px;
	padding-bottom: 10px;
	background: #FFFFFF;
	padding-top: 1px;
	box-shadow: 0px 0px 1px #585858;
}
.middle_cont img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
	margin-top: 7px;
}
.resignlink{
	margin-bottom:15px;
	padding-bottom:15px;
	background: #FFFFFF;
	padding-top: 1px;
	box-shadow: 0px 0px 1px #585858;
}
.resignlink h3{
	border-bottom: 1px dotted #999;
	font-size: 17px;
}
.resignlink ul{
	list-style-type:none;
}
.resignlink ul li{
	line-height:30px;
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width: 1050px;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	background: #629ee6;
	min-width: 1050px;
	padding: 30px 0;
}
.footer a{
	text-decoration:none;
	color: #FFF;
}
.footer a:hover{
	text-decoration:underline;
	/* color:#fff; */
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
}
.sub{
	width: 68%;
	padding-bottom:10px;
	float: left;
	margin-top:10px;
	margin-bottom:10px;
	padding-top: 1px;
	/* background: #fff; */
	margin-left: 10px;
	box-shadow: 0px 0px 2px 0px #B0B0B0;
}
.sub img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
	margin-top: 14px;
}
.wrapp_site{
	width:1050px;
	margin:auto;
	padding:0;
	min-width:1050px;
	background: #ffffff;
	box-shadow: 0px 0px 1px #3F3F3F;
	margin-bottom: 15px;
}
.wrapp_site:after{
	content:"";
	clear:both;
	display:block;
}
.main{
	width: 68%;
	float: left;
	padding-bottom: 1px;
	margin-left: 10px;
	margin-top: 10px;
}
.side_best{
	width: 28%;
	float: right;
	padding-bottom: 1px;
	/* margin-top: 10px; */
	margin-right: 10px;
}

@media screen and (max-width:480px){
.reply_head{
	width:100%;
	min-width:100%;
}
h2{
	margin:0;
	margin-bottom:5px;
}
.reply_head_banner
{
	width:100%;
	min-width:100%;
}
.reply_head_h1{
	width:100%;
	min-width:100%;
}
.reply_head_h1 h1{
	font-size:14px;
}
.wrapp_site{
	width:100%;
	min-width:100%;
}
.main{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	padding: 0px;
}
.side_best{
	width:100%;
	border:0;
	margin:0;
	margin-top: 5px;
	padding: 0px;
}

.area_arti_s img{
	width:100%;
	margin:0;
	margin-bottom:5px;
}
.area_arti_s{
	width:100%;
	border:0;
	margin: 0;
	background: #fff;
}
.area_arti1{
	width:100%;
	border:0;
	margin: 0;
	background: #fff;
}
.area_arti1 img{
	width:100%;
	float:none;
	margin:0px;
}
.area_arti2{
	width: 100%;
	margin-right: 0;
	border:0;
	margin: 0;
	background: #fff;
}
.area_arti2 img{
	width:100%;
	margin:0px;
}
.area_arti3{
	width:100%;
	margin-right: 0;
	border:0;
	margin: 0;
}
.area_arti3 img{
	width:100%;
	margin:0px;
}
.middle_cont{
	margin:0;
	background: #fff;
}
.middle_cont img{
	width:100%;
	float:none;
	margin:0px;
}
.resignlink{
	width:100%;
	margin:0;
	background: #fff;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
	margin-top:10px;
}
.sub img{
	width:100%;
	float:none;
	margin:0px;
}

}