@charset "utf-8";
/*====Menu all====*/

.menu5{
    background-color:#16A085;
    padding:19px 0px;
    text-align:center;
    overflow:hidden;
    width: 1120px;
    margin: auto;
}
.menu5ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.menu5 ul li{
    display:inline-block;
}
.menu5 ul li a{
    color:#fff;
    text-decoration:none;
    padding: 9px 48px;
    background-color:#0F7C67;
    position:relative;
    overflow:hidden;
}
.menu5 ul li a:before{
    content:""attr(data-hover)"";
    position:absolute;
    background-color:#fff;
    display:block;
    color:#0F7C67;
    width:100%;
    height:95%;
    top:0;
    left:0;
    line-height:40px;
    margin-left:200px;
    z-index:-1;
}
.menu5 ul li a:hover:before{
    transition:all 0.4s linear;
    margin-left:0px;
    z-index:1;
}
@media screen and (max-width: 490px) {
.menu5{
    background-color:transparent;
    padding:0px 0px;
    width: 100%;
}
.menu5ul{
    margin:0px;
    padding:0px;
    list-style:none;
}
.menu5 ul li{
    display:block;
    background-color: #16a085;
    border-bottom:1px solid #fff;
    padding:10px;
}
.menu5 ul li:hover{
    background-color: #4CAF50;
}
.menu5 ul li a{
    color:#fff;
    text-decoration:none;
    background-color:transparent;
    position:relative;
    overflow:hidden;
}
.menu5 ul li a:before{
    content:none; 
}
}
/*
End of menu 5*/

.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{
    background-color: #16a085;
    padding:10px;
    color:#fff;
    /* text-indent:30px; */
    position:relative;
    margin-bottom: 10px;
    font-size: 18px;
}
h2:before{
    width:20px;
    height:10px;
    /* content:""; */
    position:absolute;
    background-color: #0f7c67;
    transform:rotate(90deg) skewX(-45deg);
    left: 7px;
    top: 21px;
}
h2:after{
    width:20px;
    height:10px;
    /* content:""; */
    position:absolute;
    background-color: #0f7c67;
    transform: rotate(-90deg) skewX(45deg);
    left: 17px;
    top: 21px;
}
.new_content h3,.sub_compare h3{
	font-size: 17px;
	padding-left: 10px;
	margin-top: 20px;
	padding-top: 5px;
	overflow: hidden !important;
	/* border-left: 4px dotted #999; */
	border-bottom: 1px dotted #16a085;
}
h3{
	color: #666;
	font-size: 18px;
}
a{
	text-decoration: none;
	color: #2fbda2;
}
a:hover{
	text-decoration: underline;
}

.directory_head{
	width:100%;
	min-width:1120px;
	/* padding-bottom: 1px; */
	background: #16a085;
}
.directory_head_banner{
	width: 100%;
}
.directory_head_banner img{
	width:100%;
	margin:auto;
	margin-bottom: -6px;
}
.top_h1{
	width: 1120px;
	margin:auto;
	min-width:1120px;
	background: #16a085;
}
.top_h1:after{
	content:"";
	clear:both;
	display:block;
}
.top_h1 h1{
	/* padding-bottom:10px; */
	padding-top:10px;
	font-size:25px;
	text-align:center;
}
.top_h1 h1 a{
	text-decoration:none;
	color: #fff;
}
.top_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:15px;
	border: 1px solid #16a085;
	/* border-bottom: 5px solid #f5bb3e; */
	background: #ffffff;
}
.about_area1:after{

	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.about_area1 img{
	width:45%;
	float: left;
	margin:10px;
	margin-bottom: 0;
	margin-left: 0px;
	margin-top: 6px;
}
.read_new a{
	padding: 2px 15px;
	margin:5px;
	float: right;
	color: #f5bb3e;
	text-decoration:none;
	margin-right: 0;
	box-shadow: 0px 0px 0px 2px #16a085 inset;
}
.read_new a:hover{
	text-decoration:none;
	background: #16a085;
	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: 19px;
	width: 537px;
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	border: 1px solid #16a085;
	/* border-bottom: 5px solid #f5bb3e; */
	background: #ffffff;
	box-sizing: border-box;
}
.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: 15px;
	padding: 10px;
	padding-bottom: 15px;
	border: 1px solid #16a085;
	/* border-bottom: 5px dotted #b284b3; */
	background: #ffffff;
}
.new_content img{
	width:45%;
	margin:10px;
	float: left;
	margin-bottom: 0;
	margin-top: 7px;
	margin-left: 0px;
}
.link_connect h3:before{
	/* content:"◙"; */
	top:0;
	left:0;
	color: #999;
	padding-right:10px;
}
.link_connect{
	margin-bottom:15px;
	padding: 10px;
	padding-bottom:15px;
	border: 1px solid #16a085;
	/* border-bottom: 5px dotted #b284b3; */
	background: #ffffff;
}
.link_connect ul{
	list-style-type:none;
}
.link_connect ul li{
	line-height:30px;
	
}
.footer{
	width: 100%;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	min-width: 1120px;
	background: #16a085;
	color: #3a3a3a;
	PADDING-TOP: 22PX;
}
.footer a{
	text-decoration: underline;
	color: #fff;
}
.footer a:hover{
	text-decoration: none;
	/* color:#fff; */
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
	display: flex;
	justify-content: center;
	margin-top: 10px;
}
.sub_compare{
	margin-top:10px;
	width: 96%;
	padding: 10px;
	padding-bottom:10px;
	float: left;
	margin-top:10px;
	margin-bottom: 12px;
	background: #fff;
	margin-left: 10px;
	box-shadow: 0px 0px 1px #686565;
}
.level_wrapp{
	width:1120px;
	margin:auto;
	padding:0;
	min-width:1120px;
	/* box-shadow: 0px 0px 1px #707070; */
	background: #d9f0bd;
	margin-bottom: 10px;
}
.level_wrapp:after{
	content:"";
	clear:both;
	display:block;
}
.compare_main{
	width: 98%;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.sub_compare img{
	width:45%;
	margin:10px;
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 10px;
}
.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,.sub_compare h3{
	padding-left:10px;
	margin-left: 10px;
	margin-right: 10px;
}
.directory_head{
	width:100%;
	min-width:100%;
}
.directory_head_banner
{
	width:100%;
	float: none;
	margin-right: 0px;
	margin-left: 0;
}
.top_h1{
	width:100%;
	min-width:100%;
}
.top_h1 h1{
	font-size:14px;
}
.level_wrapp{
	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:100%;
	border:0;
	margin: 0;
	background: #fff;
	box-shadow: 0px 0px;
	padding-left: 0;
	padding-right: 0;
}
.about_area1 img{
	width:100%;
	float:none;
	margin:0px;
}
.about_area2{


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

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

	margin:0;
	background: #fff;
	border: 0;
	padding-left: 0;
	padding-right: 0;
	box-shadow: 0px 0px;
}
.link_connect ul li{
	padding-left:10px;
	padding-right:10px;
}
.footer{
	width:100%;
	min-width:100%;
}
.sub_compare{
	width:100%;
	background:#fff;
	border:0;
	margin:0;
	padding-left: 0;
	padding-right: 0;
	margin-top:10px;
}
.sub_compare img{
	width:100%;
	float:none;
	margin:0px;
}
.directory_head_inside{
	width:100%;
	min-width:100%;
}
}