﻿@charset "utf-8";
/*====Menu all====*/
.head_gray_nav{
	/* width: 1100px; */
	margin:auto;
	min-width:1100px;
	padding: 10px 0px;
	background: #FFFFFF;
	/* padding-bottom: 0; */
	/* box-shadow: 0px 0px 1px #000; */
}
.head_gray_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.head_gray_nav ul li{
	display:inline-block;
}
.head_gray_nav ul li a{
	text-align: center;
	padding: 12px 66px;
	margin:0px 2px;
	color: #FFB408;
	display:block;
	text-decoration:none;
	font-size: 14px;
	border: 2px solid;
	box-shadow: 0 8px 14px -8px #4C4C4C;
	border-radius: 5px;
}
.head_gray_nav ul li a:hover{
	background: #4A8A7C;
	text-decoration:none;
	color: #FFFFFF;
}

.footer_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.footer_nav ul li{
	display:inline-block;
	position:relative;
}
.footer_nav ul li:after{
	position:absolute;
	content:"★";
	top:12px;
	left:0;
	color: #ffffff;
}
.footer_nav ul li a{
	display:block;
	padding: 10px 15px;
	margin:2px 0px;
}
.side_base_nav{
	padding: 10px;
	margin-bottom:15px;
	/* box-shadow: 0px 0px 1px #6C5F5F; */
	padding-bottom: 15px;
	border: 1px dotted #8b8282;
	background: #ffffff;
}
.side_base_nav ul{
	list-style-type:none;
	padding-top: 10px;
}
.side_base_nav ul li{
	display:block;
}
.side_base_nav ul li a{
	display:block;
	padding: 10px 0px;
	text-align:center;
	text-decoration:none;
	color: #62b2ef;
	margin-bottom: 3px;
	box-shadow: 0px 0px 2px #000;
}
.side_base_nav ul li a:hover{
	background: #62b2ef;
	color: #ffffff;
	text-decoration:none;
}

@media screen and (max-width:480px){
.head_gray_nav{
	width:100%;
	min-width:100%;
	padding: 0;
}
.head_gray_nav ul{
	display:block;
	margin:0px;
	padding:0px;
}
.head_gray_nav ul li{
	width:100%;
	display:block;
}
.head_gray_nav ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
	border: 0;
	padding: 12px 0;
	border-bottom: 1px solid #FFFFFF;
}

.footer_nav ul{
	display:block;
}
.footer_nav ul li{
	display:block;
}
.footer_nav ul li:after{
	position:absolute;
	content:"";
	top:12px;
	left:0;
	color:#fff;
}
.side_base_nav{
	padding: 0;
	padding-bottom:0px;
	margin-left: 0;
	margin-right: 0;
	border: 0;
}
.side_base_nav ul{
	padding-top:0;
}
.side_base_nav ul li a{
	border:0;
	border-radius:0;
	box-shadow:0px 0px;
	margin-left: 0;
	margin-right: 0;
}

}
h3 {
    font-size: 16px;
    color: #5A5A5A;
}
/*====End Menu all====*/
body{font-size: 16px;background: url(http://www.free-patterns.info/wp-content/uploads/2015/11/subtle-tilt-left-lines-on-light-grey-v1136715.png)fixed;font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;}
*{
	padding: 0px;
	margin: 0px;
}
p{
	line-height: 30px;
	
}

h2{
	font-size: 16px;
	padding: 11px 0px 11px 0px;
	color: #FFFFFF;
	background: #4A8A7C;
	position:relative;
	overflow: hidden !important;
	text-align: center;
	border-radius: 6px 6px 0 0;
	margin-bottom: 5px;
}
h2:before{
	content:'';
	position:absolute;
	width: 8px;
	height: 100%;
	top: -11px;
	left: 4px;
	box-shadow: -8px 0px 0px 0px #EFC158;
	background: #f9f9f9;
	transform:rotate(30deg);
}
h2:after{
	content:'';
	position:absolute;
	width: 8px;
	height: 100%;
	bottom: -11px;
	right: 4px;
	box-shadow: 8px 0px 0px 0px #EFC158;
	background: #f9f9f9;
	transform:rotate(30deg);
}

.cont_large h3,.sub_row h3{
	color: #4A4A4A;
	font-size: 15px;
	/* padding-left: 10px; */
	margin-top: 20px;
	/* padding: 0px; */
	overflow: hidden !important;
	border-bottom: 1px dotted #a83535;
}
a{
	text-decoration: none;
	color: #FFB408;
}
a:hover{
	text-decoration: underline;
}

.head_gray{
	width:100%;
	min-width:1100px;
	background: #4A8A7C;
}
.blue_ree_Img{
	width: 100%;
}
.blue_ree_Img img{
	width:100%;
	margin:auto;
	margin-bottom: -6px;
}
.blue_ree_title{
	width: 100%;
	margin:auto;
	min-width:1100px;
	background: #FFFFFF;
}
.blue_ree_title h1{
	padding-bottom:10px;
	padding-top:10px;
	font-size:25px;
	text-align:center;
	border-bottom: 1px solid white;
}
.blue_ree_title h1 a{
	text-decoration:none;
	color: #FFB408;
}
.blue_ree_title h1 a:hover{

	text-decoration: underline;
}

.frame_log_full{
	margin:0px;
	padding:0px;
}
.frame_log_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.data_text_s{
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	border: 1px dotted #8b8282;
	background: #ffffff;
}
.data_text_s:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.data_text_s img{
	width:100%;
	margin-bottom:5px
}
.data_text1{

padding: 10px;

padding-bottom:15px;

margin-bottom:15px;

background: #ffffff;
}
.data_text1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.data_text1 img{
	width: 35%;
	float: left;
	margin:10px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 6px;
}
.moreInfo a{
	padding: 3px 22px;
	margin:5px;
	float: right;
	color: #FFB408;
	text-decoration:none;
	margin-right: 0;
	border: 2px solid;
	box-shadow: 0 8px 14px -8px #4C4C4C;
	border-radius: 5px;
}
.moreInfo a:hover{
	text-decoration:none;
	background: #4A8A7C;
	color: #FFFFFF;
}
.frame_log_2{
	margin:0px;
	padding:0px;
	
}
.frame_log_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.data_text2{
	float:left;
	margin-right: 20px;
	width: 45.5%;
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	border: 1px dotted #8b8282;
	background: #ffffff;
}
.data_text2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.data_text2 img{
	width:100%;
	margin-bottom:5px;
}
.data_text2:first-child{
	margin-left:0px;
}
.data_text2:nth-child(2){
	margin-right:0px;
	float: right;
}
.data_text2:nth-child(4){
	margin-right:0px;
	float: right;
}

.cont_large{
	margin-bottom: 15px;
	padding: 10px;
	padding-bottom: 15px;
	background: rgb(255, 255, 255);
}
.cont_large img{
	width:45%;
	margin:10px;
	float: left;
	margin-bottom: 0;
	margin-left: 0px;
}
.link_best{
	margin-bottom:15px;
	padding: 10px;
	padding-bottom:15px;
	background: #ffffff;
}
.link_best ul{
	list-style-type:none;
}
.link_best ul li{
	line-height:30px;
	
}
.footer{
	width: 100%;
	margin:auto;
	text-align:center;
	padding: 30px 0;
	min-width: 1100px;
	background: #4A8A7C;
	color: #212121;
}
.footer a{
	text-decoration: none;
	color: #fff;
}
.footer a:hover{
	text-decoration: underline;
	/* color:#fff; */
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
	display: flex;
	justify-content: center;
}
.sub_row{
	margin-top:10px;
	width: 98%;
	padding: 10px;
	padding-bottom:10px;
	margin-top:10px;
	margin-bottom:10px;
	background: #fff;
	/* margin-right: 10px; */
	box-shadow: 0px 0px 1px #686565;
}
.line_wp{
	width:1100px;
	margin:auto;
	padding:0;
	min-width:1100px;
	/* box-shadow: 0px 0px 1px #707070; */
	/* background: #ffffff; */
}
.line_wp:after{
	content:"";
	clear:both;
	display:block;
}
.main_gird{
	width: 100%;
	float: right;
	margin-top: 10px;
	/* margin-right: 10px; */
}
.sub_row img{
	width:45%;
	margin:10px;
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 20px;
}
.side_base{
	width: 30%;
	float: left;
	margin-top: 10px;
	/* margin-left: 10px; */
}
.head_gray_inside{
	width:1100px;
	min-width:1100px;
	margin:auto;
	/* margin-bottom:10px; */
	/* margin-top:10px; */
	/* padding: 10px 0px; */
	/* box-shadow: 0px 1px 5px #c931fe; */
}
.head_gray_inside:after{
	content:"";
	clear:both;
	display:block;
}
@media screen and (max-width:480px){
p{
	padding-left:10px;
	padding-right:10px;
}
h3{
	padding-left: 0px;
}
.head_gray{
	width:100%;
	min-width:100%;
}
.blue_ree_Img
{
	width:100%;
	float: none;
	margin-right: 0px;
	margin-left: 0;
}
.blue_ree_title{
	width:100%;
	min-width:100%;
}
.blue_ree_title h1{
	font-size:14px;
	padding: 18px 0;
}
.line_wp{
	width:100%;
	min-width:100%;
}
.main_gird
{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	margin-right: 0;
}
.side_base{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	margin-left: 0;
}

.data_text_s{
	width:100%;
	border:0;
	margin: 0;
	background: #fff;
	box-shadow: 0px 0px;
	padding-left: 0;
	padding-right: 0;
}
.data_text_s img{
	width:100%;
	float:none;
	margin:0px;
}
.data_text1{
	width:100%;
	border:0;
	margin: 0;
	background: #fff;
	box-shadow: 0px 0px;
	padding-left: 0;
	padding-right: 0;
}
.data_text1 img{
	width:100%;
	float:none;
	margin:0px;
}
.data_text2{
	width: 100%;
	margin-right: 0;
	border:0;
	margin: 0;
	background: #fff;
	box-shadow: 0px 0px;
	padding-right: 0;
	padding-left: 0;
}
.data_text2 img{
	width:100%;
	margin:0px;
}

.cont_large{
	margin:0;
	background: #fff;
	border: 0;
	box-shadow: 0px 0px;
	padding-left: 0;
	padding-right: 0;
}
.cont_large img{
	width:100%;
	float:none;
	margin:0px;
}
.link_best{
	width:100%;

	margin:0;
	background: #fff;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	box-shadow: 0px 0px;
}
.link_best ul li{
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub_row{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
	padding-left: 0;
	padding-right: 0;
	margin-top:10px;
}
.sub_row img{
	width:100%;
	float:none;
	margin:0px;
}
.head_gray_inside{
	width:100%;
	min-width:100%;
}
.cont_large h3, .sub_row h3{
	margin-left:10px;
}
}