﻿@charset "utf-8";
/*====Menu all====*/
.headline_ground_nav{
	width: 1110px;
	margin:auto;
	min-width:1110px;
	padding: 10px 0px;
	/* padding-top: 0; */
	border-bottom: 2px solid #ffffff;
	background: #2ca9b7;
}
.headline_ground_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.headline_ground_nav ul li{
	display:inline-block;
}
.headline_ground_nav ul li a{
	padding: 10px 27px;
	margin: 0px 1px;
	color: #fff;
	display:block;
	width: 222px;
	border-bottom: 2px solid #d1e9ec;
	background: #2ca9b7;
	font-size: 16px;
	text-align: center;
	text-decoration: none;
	position:relative;
}

.headline_ground_nav ul li:first-child a{
	/* padding-left: 11px; */
	overflow:hidden;
}
.headline_ground_nav ul li:first-child a:before {
    /* content: ""; */
    position: absolute;
    background: url(../images/home.png) no-repeat center top;
    padding: 45px;
    left: 18px;
    background-size: 38%;
    top: 3px;
    border:none;
    box-shadow:none;
}

.headline_ground_nav ul li a:hover{
	background: #39929c;
	text-decoration:none;
	color: #FFFFFF;
}

.footer_menu ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.footer_menu ul li{
	display:inline-block;
	position:relative;
}
.footer_menu ul li:after{
	position:absolute;
	content:"✾";
	top: 10px;
	left:0;
	color: #ffffff;
}
.footer_menu ul li a{
	display:block;
	padding: 10px 20px;
	margin:2px 0px;
	/* font-size: 13px; */
}
/*--side--*/
.column_s_nav{
	margin-bottom:15px;
	margin-left:10px;
	margin-right:10px;
}
.column_s_nav ul{
	list-style-type:none;
}
.column_s_nav ul li{
	display:block;
}
.column_s_nav ul li a{
	padding: 10px 0px;
	color: #1d38fb;
	text-align:center;
	text-decoration:none;
	display:block;
	background: #ffffff;
	position: relative;
}

.column_s_nav ul li:first-child a{
	padding-left: 20px;
	overflow:hidden;
}
.column_s_nav ul li:first-child a:before {
    content: "";
    position: absolute;
    background: url(../images/home.png) no-repeat center top;
    padding: 45px;
    left: 76px;
    background-size: 40%;
    top: 5px;
    border:none;
    box-shadow:none;
}
.column_s_nav ul li a:before{
	content:"☞";
	position:absolute;
	left: 10px;
	color: #1d38fb;
}
.column_s_nav ul li a:hover{
	background: #ffb800;
	text-decoration:none;
	color: #fff;
}
ol.in-menu_blocks_boss {
    margin: 0 auto;
    padding: 8px 0;
    background: #ffffff;
}

ol.in-menu_blocks_boss li {
    list-style: none;
    padding-left: 10px;
    display: inline-block;
    color: #ad6c0b;
}
.article_layer_three {
    width: 1110px;
    margin: 0 auto;
    margin-top: 10px;
    display: flex;
    justify-content: center;
    margin-bottom: 10px;
    background: #fff;
    padding: 10px 0px;
}
.article_content_column {
    /* width: 777px; */
    margin: 0;
    padding: 0;
    /* float: left; */
    color: black;
    margin-right: 30px;
}
.article_content_column li{
	list-style-type:none;
	line-height:30px;
}
@media screen and (max-width:480px){
.headline_ground_nav{
	width:100%;
	min-width:100%;
}
.headline_ground_nav ul{
	display:block;
	margin:0px;
	padding:0px;
}
.headline_ground_nav ul li{
	width:100%;
	display:block;
}
.headline_ground_nav ul li a{
	display:block;
	padding: 10px 0;
	margin:0px;
	border-radius:0px;
	text-align:center;
	border-bottom: 1px solid white;
	width: 100%;
}

.footer_menu ul{
	display:block;
}
.footer_menu ul li{
	display:block;
}
.footer_menu ul li:after{
	content:"";
	top:12px;
	left:0;
	color:#f00;
}
.column_s_nav{
	margin-left:0;
	margin-right:0;
	float: none;
}
.column_s_nav ul li a{
	border-radius:0;
}
}
/*====End Menu all====*/
body{font-size: 16px;background: #badde2;font-family: ’ヒラギノ角ゴ Pro W3’, ‘Hiragino Kaku Gothic Pro’, メイリオ, Meiryo, Osaka, ‘MS Pゴシック’, ‘MS PGothic’, sans-serif;}
*{
	padding: 0px;
	margin: 0px;
}
p{
	line-height: 40px;
	padding-left: 10px;
	padding-right:10px;
}
h1,h2,h3{
	/* font-family:"Roboto Slab" , Garamond , "Times New Roman" , "游明朝" , "Yu Mincho" , "游明朝体" , "YuMincho" , "ヒラギノ明朝 Pro W3" , "Hiragino Mincho Pro" , "HiraMinProN-W3" , "HGS明朝E" , "ＭＳ Ｐ明朝" , "MS PMincho" , serif; */
}
h2 {
    padding: 13px;
    position:relative;
    font-size: 18px;
    /* border-bottom: 2px solid #eed3cc; */
    /* padding-left:50px; */
    background: #2ca9b7;
    margin-bottom: 10px;
    color: #fff;
    text-align: center;
}
h2:after{
    content:"";
    width:20px;
    position:absolute;
    border: 3px solid #d1e9ec;
    height: 20px;
    /* border-radius:50%; */
    left: 8px;
    top:0;
    margin-top:9px;
}
h2:before{
    content:"";
    width:15px;
    position:absolute;
    /* border: 3px solid #ad7517; */
    height:15px;
    border-radius:50%;
    left: 8px;
    top:0;
    margin-top: 4px;
}

h2.title {
    border: none;
}

h2.title a {
    text-decoration: underline;
}

h2.title a:hover {
    text-decoration: none;
}

.news_infor h3,.content_sub_page h3{
	font-size: 18px;
	margin-left: 10px;
	/* padding-left: 10px; */
	margin-right: 10px;
	overflow: hidden !important;
	margin-top: 20px;
	border-bottom: 1px dotted #c3baba;
}
h3{
	color:#666;
	font-size: 16px;
}
a{
	text-decoration: none;
	color: #d60000;
}
a:hover{
	text-decoration: underline;
	/* color: #000; */
}
.headline_ground{
	width:100%;
	min-width:1110px;
	background: #d1e9ec;
	padding-bottom: 10px;
	/* box-shadow: 0px 1px 3px #000; */
}
.headline_ground_img{
	width: 1110px;
	margin:0 auto;
	min-width:1110px;
}
.headline_ground_img img{
	width:100%;
	margin:auto;
	margin-top: 10px;
	margin-bottom: 3px;
}
.headline_ground_h1{
	/* width: 1110px; */
	margin:auto;
	min-width:1110px;
	/* margin-bottom: 10px; */
	background: #2ca9b7;
}
.headline_ground_h1 h1{
	padding-bottom: 15px;
	padding-top: 15px;
	font-size: 20px;
	text-align:center;
}
.headline_ground_h1 h1 a{
	text-decoration:none;
	color: #ffffff;
}
.headline_ground_h1 h1 a:hover{
	text-decoration: underline;
	/* color:#F00; */
}

.con_require_full{
	margin:0px;
	padding:0px;
	margin-left: 10px;
	margin-right: 10px;
}
.con_require_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.true_data_s{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #e5e6c0;
}
.true_data_s:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.true_data_s img{
	width:100%;
	/* box-shadow: 0 0 0; */
	margin-bottom:5px;
}
.true_data1{
	width:100%;
	padding-bottom:15px;
	margin-bottom:15px;
}

.true_data1:after{


	content:"";
	clear:both;
	display:block;

	visibility:hidden;

}
.true_data1 img{
	width:45%;
	float:right;
	margin:10px;
	margin-bottom: 0;
}
.live_add a{
	padding: 4px 15px;
	margin:5px;
	float:left;
	color: #ffffff;
	text-decoration:none;
	margin-left: 0;
	background: #1d38fb;
	border: 3px double #ffffff;
	border-bottom: 0;
}
.live_add a:hover{
	text-decoration:none;
	background: #ffb800;
	color: #ffffff;
}
.con_require_2{
	margin:0px;
	padding:0px;
	margin-left: 10px;
	margin-right: 10px;
}
.con_require_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.true_data2{
	float:left;
	margin-right: 19px;
	width: 48.7%;
	background: white;
	padding-bottom:15px;
	margin-bottom:15px;
}
.true_data2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.true_data2 img{
	width:100%;
	margin-bottom:5px;
}
.true_data2:first-child{
	margin-left:0px;
}
.true_data2:nth-child(2){
	margin-right:0px;
}
.true_data2:nth-child(4){
	margin-right:0px;
}

.news_infor{
	margin-bottom: 15px;
	padding-bottom: 10px;
	/* overflow:hidden; */
	margin-left: 10px;
	margin-right: 10px;
	background: #ffffff;
	box-shadow: 0px 0px 0px 1px #85b0b7;
}
.news_infor img{
	width:45%;
	margin:10px;
	float:right;
	margin-bottom: 0;
}
.root_link h3{
	/* border-bottom:1px dotted #999; */
	border-left: 4px double #85b0b7;
	padding-left: 10px;
	/* font-size: 18px; */
	margin-top: 10px;
}
.root_link{
	margin-bottom:15px;
	padding-bottom: 10px;
	margin-left: 10px;
	margin-right: 10px;
	background: #ffffff;
	box-shadow: 0px 0px 0px 1px #85b0b7;
}
.root_link ul{
	list-style-type:none;
}
.root_link ul li{
	line-height: 40px;
	padding-left:10px;
	padding-right:10px;
}
.footer{
	/* width: 1110px; */
	background: #2ca9b7;
	margin:auto;
	text-align:center;
	padding-bottom:10px;
	padding-top:10px;
	margin-top: 10px;
	min-width: 1110px;
	color: #333;
}
.footer a{
	text-decoration: none;
	color: #ffffff;
}
.footer a:hover{
	text-decoration: underline;
	/* color:#fff; */
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;
}
.layout{
	width:1110px;
	margin:auto;
	padding:0;
	min-width:1110px;
	/* background: #ffffff; */
}
.layout:after{
	content:"";
	clear:both;
	display:block;
}
.main_go{
	width: 100%;
	float: right;
	background: #ffffff;
	padding-top: 10px;
	/* box-shadow: 0px 0px 5px 1px #2f2e2e; */
	margin-bottom: 10px;
}
.column_s{
	width:30%;
	float: left;
	padding-top: 10px;
	background: #ffffff;
	/* box-shadow: 0px 0px 5px 1px #2f2e2e; */
}
.content_sub_page{
	width: 100%;
	padding-bottom:10px;
	float: left;
	margin-bottom:10px;
	/* margin-left: 10px; */
	background: #fff;
	/* margin-top: 10px; */
	/* box-shadow: 0px 0px 1px 1px #c3baba; */
}
.content_sub_page img{
	width: 40%;
	margin:10px;
	float:right;
	margin-bottom: 0;
	margin-top: 17px;
}
.habit_back{
	/* background: #ffffff; */
	box-shadow: 0px 0px 0px 1px #85b0b7;
}
@media screen and (max-width:480px){
.headline_ground{
	width:auto;
	min-width:auto;
}
.headline_ground_img
{
	width:auto;
	min-width:auto;
}
.headline_ground_h1{
	width:auto;
	min-width:auto;
}
.headline_ground_h1 h1{
	font-size:14px;
}
.layout{
	width:auto;
	min-width:100%;
}
.main_go
{
	width:auto;
	border:0;
	margin:0;
	/* margin-top:10px; */
	float: none;
}
.con_require_full{
	margin-left:0;
	background: none;
	margin-right:0;
}
.con_require_2{
	margin-left:0;
	margin-right:0;
}

.true_data1{
	width:auto;
	border:0;
	margin: 0;
}
.true_data1 img{
	width:100%;
	float:none;
	margin:0px;
}
.true_data2{
	width: auto;
	margin-right: 0;
	border:0;
	margin: 0;
}
.true_data2 img{
	width:100%;
	margin:0px;
}

.news_infor{
	margin:0;
}
.news_infor img{
	width:100%;
	float:none;
	margin:0px;
}
.root_link{
	width:auto;
	margin:0;
}
.footer{
	width:auto;
	min-width:auto;
}
.column_s{
	width:auto;
	margin-left:0;
	float: none;
	margin-right:0;
	padding: 0;
}
.content_sub_page{
	width:auto;
	background:#fff;
	border:0;
	float: none;
	margin-left:0px;
	margin-right:0px;
}
.content_sub_page img{
	width:100%;
	float:none;
	margin:0px;
}
.habit_back{

background: #FFF;

border:0;

box-shadow:0px 0px;
}
.column_s_nav ul li a:before{
	display:none;
}

.headline_ground_nav ul li:first-child a,
.column_s_nav ul li:first-child a{
	padding-left: 0;
}
.headline_ground_nav ul li:first-child a::before,
.column_s_nav ul li:first-child a::before{
	display: none;
}
}

h2.tag_title{
	text-align: center;
    box-shadow: none;
    border: 0;
    text-indent: 0;
    background: none;
    font-size: 16px;
		overflow: hidden;
}
h2.tag_title:after,
h2.tag_title:before{
	display: none;
	content: "";
}
h2.tag_title a{
	border-bottom: 1px solid;
	text-decoration: none;
}
h2.tag_title a:hover{
	text-decoration: none;
	border-bottom:none;
}
a img:hover{
	opacity: 0.7;
}
