@charset "utf-8";
/*====Menu all====*/
.directory_head_nav{
	width: 1120px;
	margin:auto;
	min-width:1120px;
	padding: 7px 0px;
	box-shadow: 0px 0px 4px 4px #909fd6 inset;
}
.directory_head_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.directory_head_nav ul li{
	display:inline-block;
}
.directory_head_nav ul li a{
	/* width: 183px; */
	text-align: center;
	padding: 12px 58px;
	margin:0px 2px;
	color: #708bef;
	display:block;
	text-decoration:none;
	font-size: 16px;
}
.directory_head_nav ul li a:hover{
	text-decoration:none;
	color: #464646;
	box-shadow: 0 20px 20px -20px #0f277d;
}

.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 20px;
	margin: 4px 0px;
	font-size: 13px;
}
.refresh_side_nav{
	padding: 10px;
	margin-bottom:15px;
	padding-bottom: 15px;
	border: 1px solid #bebec1;
	background: #ffffff;
}
.refresh_side_nav ul{
	list-style-type:none;
	padding-top: 5px;
}
.refresh_side_nav ul li{
	display:block;
}
.refresh_side_nav ul li a{
	display:block;
	padding: 10px 0px;
	text-align:center;
	text-decoration:none;
	color: #FFFFFF;
	background: #f5bb3e;
	border-radius: 10px;
	border-bottom: 2px dotted #fff;
}
.refresh_side_nav ul li a:hover{
	background: #3853a5;
	color: #ffffff;
	text-decoration:none;
}

@media screen and (max-width:480px){
.directory_head_nav{
	width:100%;
	min-width:100%;
}
.directory_head_nav ul{
	display:block;
	margin:0px;
	padding:0px;
}
.directory_head_nav ul li{
	width:100%;
	display:block;
}
.directory_head_nav ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
	/* width: 100%; */
	/* border: 0; */
}

.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;
}
.refresh_side_nav{
	padding: 0;
	padding-bottom:0px;
	margin-left: 0;
	margin-right: 0;
	border: 0;
}
.refresh_side_nav ul{
	padding-top:0;
}
.refresh_side_nav ul li a{
	border:0;
	border-radius:0;
	box-shadow:0px 0px;
	margin-left: 0;
	margin-right: 0;
}

}
/*====End Menu all====*/
body{font-size: 17px;background: #ffffff;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  {
    position: relative;
    color: #111;
    font-size: 18px;
    font-weight: bold;
    margin: 0 0 .7em;
    padding: 0.5em 0.5em 0.5em 1.7em;
    border-bottom: 3px solid #8ca0e4;
}
h2:before {
    content: "";
    position: absolute;
    background: #8ca0e4;
    top: 0;
    left: 0.4em;
    height: 12px;
    width: 12px;
    -webkit-transform: rotate(45deg);
}
h2:after {
    content: "";
    position: absolute;
    background: #e0ae40;
    top: 1.0em;
    left: 0;
    height: 8px;
    width: 8px;
    -webkit-transform: rotate(15deg);
}
 
.new_content h3,.inverse_image h3{
	font-size: 17px;
	/* padding-left: 10px; */
	margin-top: 10px;
	padding-top: 5px;
	overflow: hidden !important;
	/* border-left: 4px dotted #999; */
	border-bottom: 3px double #c1c1c1;
}
h3{
	color: #666;
	font-size: 18px;
}
a{
	text-decoration: none;
	color: #e6af36;
}
a:hover{
	/* text-decoration: underline; */
	color: #6588ff;
}

.directory_head{
	width:100%;
	min-width:1120px;
	/* padding-bottom: 1px; */
}
.directory_head_banner{
	width: 100%;
}
.directory_head_banner img{
	width:100%;
	margin:auto;
	margin-bottom: -6px;
}
.directory_head_h1{
	width: 1120px;
	margin:auto;
	min-width:1120px;
	/* background: #7ec7e8; */
	padding: 15px 0;
	box-shadow: 0px 0px 4px 4px #b4c0ea inset;
	margin-bottom: 5px;
}
.directory_head_h1:after{
	content:"";
	clear:both;
	display:block;
}
.directory_head_h1 h1{
	/* padding-bottom:10px; */
	/* padding-top:10px; */
	font-size: 20px;
	text-align:center;
}
.directory_head_h1 h1 a{
	text-decoration:none;
	color: #3c3c3c;
}
.directory_head_h1 h1 a:hover{

	text-decoration: underline;
}

.dynamic_frm_full{
	margin:0px;
	padding:0px;
}
.dynamic_frm_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.about_area_s{
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	border: 1px solid #e6c09e;
	border-bottom: 5px solid #f5bb3e;
	background: #ffffff;
}
.about_area_s:after{
	content:"";


	clear:both;
	display:block;
	visibility:hidden;
}
.about_area_s img{
	width:100%;
	margin-bottom:5px
}
.about_area1{
	padding: 10px;
	padding-bottom:15px;
	margin-bottom: 10px;
	/* border: 1px solid #54a1e8; */
	/* border-bottom: 5px solid #54a1e8; */
	background: #ffffff;
}
.about_area1:after{

	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.about_area1 img{
	width: 40%;
	float: left;
	margin:10px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 6px;
	padding: 5px;
	/* border: 1px solid #DDD; */
	box-shadow: 0 20px 20px -20px #888;
}
.read_new a{
	padding: 5px 20px;
	margin:5px;
	float: right;
	color: #ffffff;
	text-decoration:none;
	margin-right: 0;
	/* box-shadow: 0px 0px 4px 4px #54a1e8 inset; */
	background: #e0ae40;
	border: 5px double #fff;
}
.read_new a:hover{
	text-decoration:none;
	background: #8ca0e4;
	color: #FFFFFF;
}
.dynamic_frm_2{
	margin:0px;
	padding:0px;
	
}
.dynamic_frm_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.about_area2{
	float:left;
	margin-right: 10px;
	width: 47.7%;
	padding: 10px;
	padding-bottom:15px;
	margin-bottom: 10px;
	background: #ffffff;
}
.about_area2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.about_area2 img{
	width:100%;
	margin-bottom:5px;
}
.about_area2:first-child{
	margin-left:0px;
}
.about_area2:nth-child(2){
	margin-right:0px;
	float: right;
}
.about_area2:nth-child(4){
	margin-right:0px;
	float: right;
}

.new_content{
	margin-bottom: 10px;
	padding: 10px;
	padding-bottom: 15px;
	background: #ffffff;
}
.new_content img{
	width: 40%;
	margin:10px;
	float: right;
	margin-bottom: 0;
	margin-top: 7px;
	margin-left: 10px;
	margin-right: 0px;
	padding: 5px;
	/* border: 1px solid #DDD; */
	box-shadow: 0 20px 20px -20px #868181;
	background: #DDD;
}
.link_connect h3:before{
	content: "✠";
	top:0;
	left:0;
	color: #999;
	padding-right:10px;
}
.link_connect{
	margin-bottom: 10px;
	padding: 10px;
	padding-bottom:15px;
	background: #ffffff;
}
.link_connect ul{
	list-style-type:none;
}
.link_connect ul li{
	line-height:30px;
	
}
.footer{
	width: 100%;
	width: 1120px;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	min-width: 1120px;
	background: #8ca0e4;
	color: #3a3a3a;
	margin-top: 10px;
}
.footer a{
	/* text-decoration: underline; */
	color: #fff;
}
.footer a:hover{
	text-decoration: underline;
	color:#fff;
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.inverse_image{
	margin-top:10px;
	/* width: 64%; */
	padding: 10px;
	padding-bottom:10px;
	float: left;
	margin-top:10px;
	margin-bottom:10px;
	background: #fff;
	margin-left: 10px;
	margin-right: 10px;
	/* box-shadow: 0px 0px 1px #686565; */
}
.level_wrapp,.subpage_record{
	width:1120px;
	margin:auto;
	padding:0;
	min-width:1120px;
	/* box-shadow: 0px 0px 1px #707070; */
	background: #8ca0e4;
}
.level_wrapp:after,.subpage_record:after{
	content:"";
	clear:both;
	display:block;
}
.compare_main{
	/* width: 66%; */
	float: left;
	margin-top: 10px;
	margin-left: 10px;
	margin-right: 10px;
}
.inverse_image img{
	width: 40%;
	margin:10px;
	float: right;
	margin-bottom: 0;
	margin-left: 10px;
	margin-top: 10px;
	margin-right: 0;
	padding: 5px;
	/* border: 1px solid #DDD; */
	box-shadow: 0 20px 20px -20px #887f7f;
}
.refresh_side{
	width: 30%;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.directory_head_inside{
	width: 1120px;
	min-width:1120px;
	margin:auto;
}
.directory_head_inside:after{
	content:"";
	clear:both;
	display:block;
}
@media screen and (max-width:480px){
p{
	/* padding-left:10px; */
	/* padding-right:10px; */
}
.new_content h3,.inverse_image h3{
	/* padding-left:10px; */
	/* margin-left: 10px; */
	/* margin-right: 10px; */
	margin-bottom: 5px;
}
.directory_head{
	width:100%;
	min-width:100%;
}
.directory_head_banner
{
	width:100%;
	float: none;
	margin-right: 0px;
	margin-left: 0;
}
.directory_head_h1{
	width:100%;
	min-width:100%;
}
.directory_head_h1 h1{
	font-size:14px;
}
.level_wrapp,.subpage_record{
	width:100%;
	min-width:100%;
}
.compare_main
{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	margin-right: 0;
}
.refresh_side{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	margin-left: 0;
}

.about_area_s{
	width:100%;
	border:0;
	margin: 0;
	background: #fff;
	box-shadow: 0px 0px;
	padding-left: 0;
	padding-right: 0;
}
.about_area_s img{
	width:100%;
	float:none;
	margin:0px;
}
.about_area1{
	width: 91.3%;
	border:0;
	margin: 0;
	background: #fff;
	margin-left: 10px;
	margin-bottom: 10px;
}
.about_area1 img{
	width: 97.5%;
	float:none;
	margin:0px;
}
.about_area2{

width: 91.3%;

margin-right: 0;

border:0;

margin: 0;
}
.about_area2 img{
	width:100%;
	margin:0px;
}

.new_content{
	margin:0;
	background: #fff;
	border: 0;
	margin-left: 10px;
	margin-right: 10px;
	margin-bottom: 10px;
}
.new_content img{
	width:100%;
	float:none;
	margin:0px;
}
.link_connect{
	width: 91.3%;
	margin:0;
	background: #fff;
	border: 0;
	margin-left: 10px;
	margin-bottom: 10px;
}
.link_connect ul li{
	/* padding-left:10px; */
	/* padding-right:10px; */
}
.footer{
	width:100%;
	min-width:100%;
}
.inverse_image{
	width: 91.3%;
	background:#fff;
	border:0;
	margin:0;
	margin-top:10px;
	margin-left: 10px;
	margin-bottom: 10px;
}
.inverse_image img{
	width: 97.5%;
	float:none;
	margin:0px;
}
.directory_head_inside{
	width:100%;
	min-width:100%;
}
.about_area2:first-child {
    margin-left: 10px;
    margin-bottom: 10px;
}
.about_area2:nth-child(2) {
    margin-right: 10px;
    float: right;
    margin-bottom: 10px;
}
}