@charset "utf-8";
/*====Menu all====*/
.extra_top_head_nav{
	width: 1130px;
	margin:auto;
	min-width:1130px;
	padding: 10px 0px;
	background: #d9b056;
	margin-bottom: 10px;
}
.extra_top_head_nav ul{
	list-style-type:none;
	display:flex;
	justify-content:center;
}
.extra_top_head_nav ul li{
	display:inline-block;
}
.extra_top_head_nav ul li a{
	width: 182px;
	text-align: center;
	padding: 13px 0px;
	/* margin:0px 2px; */
	color: #FFFFFF;
	display:block;
	font-size: 12px;
	text-decoration:none;
	background: #445793;
	border: 1px dotted #ffffff;
}
.extra_top_head_nav ul li a:hover{
	background: #d9b056;
	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 20px;
	margin:2px 0px;
	font-size: 14px;
}
.pen_sidebar_nav{
	margin-bottom:15px;
	box-shadow: 0px 0px 1px #6C5F5F;
	padding-bottom: 15px;
	background: #FFFFFF;
}
.pen_sidebar_nav ul{
	list-style-type:none;
	padding-top: 5px;
}
.pen_sidebar_nav ul li{
	display:block;
}
.pen_sidebar_nav ul li a{
	display:block;
	padding: 9px 0px;
	text-align:center;
	text-decoration:none;
	color: #d9b056;
	margin-left: 10px;
	margin-right: 10px;
	background: #445793;
	border: 3px groove #d9b056;
}
.pen_sidebar_nav ul li a:hover{
	background: #d9b056;
	color: #ffffff;
	text-decoration:none;
}
.Conter_header_article{
	width: 29%;
	float: left;
	padding: 14px;
	background: #ff878e;
}
.Conter_header_article ul{
	list-style-type:none;
}
.Conter_header_article ul li{
	display:block;
}
.Conter_header_article ul li a{
	display:block;
	padding: 17.5px 0px;
	color: #ffffff;
	text-align:center;
	text-decoration:none;
	margin-bottom: 2px;
	/* background: #9250c2; */
	position:relative;
	border: 2px solid #ffffff;
}
.Conter_header_article ul li a:before{
	/* content:""; */
	position:absolute;
	top: 25px;
	left: 10px;
	z-index: 0;
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 10px;
	border: 2px solid #ffffff;
}
.Conter_header_article ul li a:after{
	/* content:""; */
	position:absolute;
	top: 25px;
	right: 10px;
	z-index: 0;
	width: 10px;
	height: 10px;
	background: #ffffff;
	border-radius: 10px;
	border: 2px solid #ffffff;
	/* transform: rotate(59deg); */
}
.Conter_header_article ul li a:hover{
	background: #7ca49c;
	color: #ffffff;
	text-decoration:none;
}
ol.in-menu_blocks_boss {
    width: 1130px;
    margin: 0 auto;
    padding: 5px 0;
    background: #ffffff;
}

ol.in-menu_blocks_boss li {
    list-style: none;
    padding-left: 10px;
    display: inline-block;
    color: #ecac6b;
}
.article_layer_three {
    width: 1130px;
    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){
.extra_top_head_nav{
	width:100%;
	min-width:100%;
}
.extra_top_head_nav ul{
	display:block;
	margin:0px;
	padding:0px;
}
.extra_top_head_nav ul li{
	width:100%;
	display:block;
}
.extra_top_head_nav ul li a{
	display:block;
	margin:0px;
	border-radius:0px;
	text-align:center;
	width: 100%;
	font-size: 16px;
	border: 0;
}

.footer_nav ul{
	display:block;
}

.footer_nav ul li a {
    font-size: 16px;
}
.footer_nav ul li{
	display:block;
}
.footer_nav ul li:after{
	position:absolute;
	content:"";
	top:12px;
	left:0;
	color:#fff;
}
.pen_sidebar_nav{
	padding-bottom:0px;
	margin-left: 0;
	margin-right: 0;
}
.pen_sidebar_nav ul{
	padding-top:0;
}
.pen_sidebar_nav ul li a{
	border:0;
	border-radius:0;
	box-shadow:0px 0px;
	margin-left: 0;
	margin-right: 0;
}
.Conter_header_article{
	width:100%;
	margin-left: 0;
	margin-right: 0;
	padding: 0;
}
.Conter_header_article ul li a{
	border:0;
	border-radius:0;
	box-shadow:0px 0px;
	padding: 12px;
}

.Conter_header_article ul li a:before {
    content: none;
}

.Conter_header_article ul li a:after {
    content: none;
}
}
/*====End Menu all====*/
body{font-size: 16px;background: #ffedee;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: #ff878e;
    color:#fff;
    padding: 6px;
    text-indent: 37px;
    font-size: 20px;
    position:relative;
    margin-bottom: 10px;
}
h2:before{
    content:"";
    height:20px;
    width: 17px;
    position:absolute;
    left: 4px;
    top: 12px;
    border: 2px solid #fff;
}
h2:after{
    content:"";
    height:20px;
    width: 17px;
    position:absolute;
    left: 8px;
    top: 8px;
    border: 2px solid #fff;
}
.cont_loading h3,.subsite h3{
	padding-left: 10px;
	margin-top: 13px;
	padding: 0px;
	overflow: hidden !important;
}
h3{
	color:#666;
	font-size: 18px;
}
.cont_loading h3:before,.subsite h3:before{
	content: "\261B";
	color: #666666;
	padding-right: 10px;
	font-size: 23px;
}
.affectlink h3{
	/* border-left: 6px double #d89175; */
	/* padding-left: 10px; */
	/* border-bottom: 1px dotted #d89175; */
	margin-top: 14px;
}
a{
	text-decoration: none;
	color: #dc0a16;
}
a:hover{
	text-decoration: underline;
}

.extra_top_head{
	width:100%;
	min-width:1130px;
	/* background: #fff; */
	/* padding-bottom: 10px; */
}
.Conter_header_banner{
	width: 68%;
	float: right;
}
.Conter_header_banner img{
	width:100%;
	margin:auto;
	margin-bottom: -6px;
}
.extra_top_head_h1{
	width: 1100px;
	margin:auto;
	min-width:1130px;
	background: #ff878e;
	margin-bottom: 10px;
}
.extra_top_head_h1 h1{
	padding-bottom:10px;
	padding-top:10px;
	font-size:25px;
	text-align:center;
}
.extra_top_head_h1 h1 a{
	text-decoration:none;
	color: #ffffff;
}
.extra_top_head_h1 h1 a:hover{

	text-decoration: underline;
}

.drop_news_full{
	margin:0px;
	padding:0px;
}
.drop_news_full:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.form_text_s{
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #fff6f7;
	box-shadow: 0px 0px 4px #4b4b4b;
}

.form_text_s h2,.form_text2 h2 {
    background: none;
    border: 0;
    text-align: center;
    text-indent: 0;
    box-shadow: none;
}

.form_text_s h2 a,.form_text2 h2 a {
    font-size: 20px;
    border-bottom: 1px solid;
}

.form_text_s h2 a:hover,.form_text2 h2 a:hover {
    border: 0;
    font-size: 20px;
    text-decoration: none;
}

.form_text_s h2:before,.form_text_s h2:after {
    display: none;
}
.form_text2 h2:before,.form_text2 h2:after {
    display: none;
}
.form_text_s:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.form_text_s img{
	width:100%;
	margin-bottom:5px
}
.form_text1{
	padding: 10px;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px #4b4b4b;
}

.form_text1 h2 {
    background: none;
    border: 0;
    box-shadow: none;
    text-align: center;
    text-indent: 0;
}

.form_text1 h2 a {
    border-bottom: 1px solid;
}

.form_text1 h2 a:hover {
    text-decoration: none;
    border: 0;
}

.form_text1 h2:before,.form_text1 h2:after {
    display: none;
}
.form_text1:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.form_text1 img{
	width:45%;
	float: left;
	margin:10px;
	margin-bottom: 0;
	margin-left: 0px;
}
.require_more a{
	padding:2px 15px;
	margin:5px;
	float: right;
	color: #ffffff;
	text-decoration:none;
	margin-right: 0;
	background: #445793;
	border: 3px solid #d9b056;
}
.require_more a:hover{
	text-decoration:none;
	background: #d9b056;
	color: #FFFFFF;
}
.drop_news_2{
	margin:0px;
	padding:0px;
	
}
.drop_news_2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.form_text2{
	float:left;
	margin-right: 20px;
	width: 48.6%;
	padding: 10px;
	box-sizing: border-box;
	padding-bottom:15px;
	margin-bottom:15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 3px #4b4b4b;
}
.form_text2:after{
	content:"";
	clear:both;
	display:block;
	visibility:hidden;
}
.form_text2 img{
	width:100%;
	margin-bottom:5px;
}
.form_text2:first-child{
	margin-left:0px;
}
.form_text2:nth-child(2){
	margin-right:0px;
}
.form_text2:nth-child(4){
	margin-right:0px;
}

.cont_loading{
	margin-bottom: 15px;
	padding: 10px;
	padding-bottom: 15px;
	/* border: 3px ridge #9e7255; */
	background: #FFFFFF;
	box-shadow: 0px 0px 1px #747474;
}
.cont_loading img{
	width:45%;
	margin:10px;
	float: left;
	margin-bottom: 0;
	margin-left: 0px;
}
.affectlink{
	margin-bottom:15px;
	padding: 10px;
	padding-bottom:15px;
	background: #FFFFFF;
	box-shadow: 0px 0px 1px #4b4b4b;
}
.affectlink ul{
	list-style-type:none;
}
.affectlink ul li{
	line-height:30px;
	
}
.footer{
	width: 100%;
	margin:auto;
	text-align:center;
	padding-bottom: 15px;
	min-width: 1130px;
	background: #5a8b76;
	color: #2a2a2a;
	padding-top: 15px;
}
.footer a{
	text-decoration: underline;
	color: #ffffff;
}
.footer a:hover{
	text-decoration: none;
	/* color:#fff; */
}
.social{
	margin:auto;
	text-align:center;
	width: 300px;

	display: flex;
	justify-content: center;
	/* padding-bottom: 10px; */
}
.subsite{
	margin-top:10px;
	/* width: 64%; */
	padding: 10px;
	padding-bottom:10px;
	/* float: left; */
	margin-top:10px;
	margin-bottom:10px;
	background: #fff;
	/* margin-left: 10px; */
	box-shadow: 0px 0px 1px #686565;
}
.recovery_web{
	width:1130px;
	margin:auto;
	padding:0;
	min-width:1130px;
	background: #5a8b76;
	box-shadow: 0px 0px 1px;
	margin-bottom: 10px;
}
.recovery_web:after{
	content:"";
	clear:both;
	display:block;
}
.mainsite{
	width: 67%;
	float: right;
	margin-top: 10px;
	margin-right: 10px;
}
.subsite img{
	width:45%;
	margin:10px;
	float: left;
	margin-bottom: 0;
	margin-left: 0;
	margin-top: 15px;
}
.pen_sidebar{
	width: 30%;
	float: left;
	margin-top: 10px;
	margin-left: 10px;
}
.extra_top_head_inside{
	width:1130px;
	min-width:1130px;
	margin:auto;
	/* box-shadow: 0px 0px 1px #000; */
	margin-bottom: 3px;
}
.extra_top_head_inside:after{
	content:"";
	clear:both;
	display:block;
}
@media screen and (max-width:480px){
p{
	padding-left:10px;
	padding-right:10px;
}
.cont_loading h3,.subsite h3{
	padding-left:10px;
}
.extra_top_head{
	width:100%;
	min-width:100%;
}
.Conter_header_banner
{
	width:100%;
	float: none;
	margin-right: 0px;
	margin-left: 0;


}
.extra_top_head_h1{
	width:100%;

	min-width:100%;
}
.extra_top_head_h1 h1{
	font-size:14px;
}
.recovery_web{
	width:100%;
	min-width:100%;
	border: 0;
}
.mainsite
{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	margin-right: 0;
	float: none;
}
.pen_sidebar{
	width:100%;
	border:0;
	margin:0;
	margin-top:10px;
	margin-left: 0;
	float: none;
}

.form_text_s{
	width:100%;

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

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

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