@charset "utf-8";


/*
全頁共通（編集注意）
************************************************/

*{
	margin:0;
	padding:0;
	line-height:130%;
	font-size:12px;
	letter-spacing: 0.08em;/*0.05em-0.1emで調整*/
	font-family:Arial,"メイリオ",Meiryo, sans-serif;
	}
body {
	margin:0 auto;
	padding:0;
	text-align:center;
	color:#333333;
	background-color:#fff;
	min-width:970px;
	}
img,div,p,
h1,h2,h3,h4,h5,h6, 
dl,dt,dd,ul,ol,li,{
	margin:0;
	padding:0;
	}
h1,h2,h3,h4,h5,h6{
    font-size:100%;font-weight:normal;
}
ul,li{
	list-style:none;
	}
img {
	vertical-align:bottom;
	border:none;
	}
a {
	text-decoration: none;
	}
a:hover {
	font-size:100%;
	color: #e60012;
	}
div:after {  
	content: ".";  
	display: block;  
	visibility: hidden;  
	height: 0.1px;  
	font-size: 0.1em;  
	line-height: 0;  
	clear: both;  
	}


/*
コンテンツ：ページ単位（編集可）
***********************************************/

.floating{
	width: 330px;
	/* height: 300px; */
    position: fixed;
    right: 1px;
    bottom: 3%;
    z-index: 99999;
	img{
	max-width: 100%;
    height: auto;
    display: block;	}
}
@media screen and (max-width: 1080px) {
    .floating {
		width: 300px;
		
	}
}



.txt_shadow {
	text-shadow: 1px 1px 0px #fff;
	}
.bd_top {	
	border-top-width: 3px;
	border-top-style: solid;
	border-top-color: #ffffff;
	}
.bd_btm {	
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #ffffff;
	}
.pd_top {
	padding:30px 0 0 0;
	}
	
/* main */
.main {
	width: 100%;
	height: 100%;
	background-color:#F5AC3C
	}
.main_contents {
	width: 960px;
	height: 150px;
	margin:0 auto;
	background-image: url(../img/img_head_about.png?0724);
	background-repeat: no-repeat;
	
	}
.main_contents h2 {
	color:#fff;
	text-align:left;
	font-size:400%;
	line-height:150px;
	font-weight:bold;
	margin-left: 10px;
	}




/* middle */
.middle {
	width: 100%;
	height: 100%;
	color:#7A6121;
	text-align:left;
	padding-bottom: 100px;
	}
.middle_contents {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	}
.middle_contents h2 {
	text-align:left;
	padding:60px 0 30px;
	font-size:220%;
	color:#7A6121;
	font-weight: bold;
	}

/* table */
.middle_contents .table {
    border-collapse: collapse;
    border-spacing: 0;
    font-size: 100%;
    line-height: 1.7;
    margin-bottom: 20px;
    width: 100%;
}
.middle_contents .table th {
	width: 30%;
	font-weight: normal;
	text-align: left;/*
	text-shadow: 1px 1px 0px #fff;*/
}
.middle_contents .table td a {
	color:#E95504;
	font-size:100%;
}
.middle_contents .table td {
    background: none repeat scroll 0 0 #fff;
    vertical-align: middle;
	padding-left:20px;
	font-size:110%;
}
.middle_contents .table td span {
	color:#009FE8;
	font-size:inherit;
}

.middle_contents .table th, .middle_contents .table td {
	border: 1px solid #776027;
	font-size: 140%;
	padding: 30px;
}

.middle_contents .table tr .table_head {
	background-color:#FFE1B9;
	font-weight: bold;
	font-size: 160%;
}

/* guidance */
.guidance {
	width: 100%;
	height: 100%;
	color:#7A6121;
	}

.guidance_contents {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	}
.guidance_contents p {
	font-size:140%;
	}
.guidance_jk {
	width: 340px;
	padding:0 40px 0 220px;
	background-image: url(/img/common/34/lg_jk_v.png);
    background-size: 160px auto;
    -webkit-background-size: 160px auto;
	-moz-background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: 20px top;
	}
.guidance_sjk {
	width: 340px;
	padding:0 40px 0 220px;
	background-image: url(/img/common/34/lg_sjk_v.png);
    background-size: 160px auto;
    -webkit-background-size: 160px auto;
	-moz-background-size: 160px auto;
	background-repeat: no-repeat;
	background-position: 20px top;
	}
.guidance_contents h2 {
	text-align:left;
	font-size:220%;
	border-bottom:solid 1px #7A6121;
	font-weight: bold;
	padding-top: 60px;
	padding-right: 0;
	padding-bottom: 30px;
	padding-left: 0;
	}
.guidance_contents h3 {
	text-align:left;
	padding:0 0;
	font-size:220%;
	color:#E95504;
	font-weight: bold;
	}
.guidance_contents h4 {
	text-align:left;
	padding:15px 0;
	font-size:140%;
	color:#E95504;
	}

.guidance_contents ul {
	padding:0;
	float: left;
	width: 940px;
	margin-top:60px;
	}
.guidance_contents li {
	list-style: none;
	float: left;
	text-align: left;
	height: 380px;
	margin-top: 0;
	margin-right: 0;
	margin-bottom: 50px;
	margin-left: 0;
	}


/* number */
.number {
	width: 100%;
	height: 100%;
	color:#7A6121;
	margin-bottom: 150px;
	}

.number_contents {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-right: 10px;
	padding-left: 10px;
	
	}

.number_contents h2 {
	text-align:left;
	padding:60px 0 30px;
	font-size:160%;
	text-align:left;
	padding:60px 0 30px;
	font-size:220%;
	border-bottom:solid 1px #7A6121;
	margin-bottom:60px;
	font-weight: bold;
}
ul li.number_sjk,
ul li.number_ichi,
ul li.number_joshi,
ul li.number_self {
	float: left;
	width: 340px !important;
	box-sizing: border-box;
	display: inline;
}

.number_jk h3,
.number_sjk h3, 
.number_ichi h3,
.number_joshi h3,
.number_self h3 {
	text-align:left;
	padding:0 0;
	font-size:130%;
	font-weight:bold;
	color:#7A6121;
	clear:both;
	
	}
.number_jk h4,
.number_sjk h4, 
.number_ichi h4,
.number_joshi h4,
.number_self h4 {
	text-align:left;
	padding:10px 0;
	font-size:180%;
	font-weight:bold;
	color:#E95504;
	}
.number_contents h5 {
	/* float:left; */
	text-align: left;
	font-size: 200%;
	font-weight:bold;
	/* display:block; */
	color:#E95504;
	}
.number_contents h5 span {
	margin-left:1em;
	color:#7A6121;
	}

.number_contents ul {
	padding:0;
	/* float: left; */
	/* width: 960px; */
    /* height: 900px; */
	/* background: url(../img/bg_about_map.png) no-repeat right bottom; */
	margin-top: 60px;
	}
.number_contents li {
	list-style: none;
	float: left;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	height: 200px;
	}
.number_jk {
	width: 600px;
	padding:0 0 0 200px;
	background-image: url(/img/common/34/lg_jk_v.png);
    background-size: 100px auto;
    -webkit-background-size: 100px auto;
	-moz-background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: 40px top;
	}
.number_sjk {
	padding:20px 0 0 180px;
	background-image: url(/img/common/34/lg_sjk_v.png);
    background-size: 100px auto;
    -webkit-background-size: 100px auto;
	-moz-background-size: 100px auto;
	background-repeat: no-repeat;
	background-position: 40px top;
	}
.number_ichi {
	padding:20px 0 0 180px;
	background-image: url(../../img/lg_ichi_top.png);
	background-repeat: no-repeat;
	background-position: 40px top;
	}
.number_joshi {
	padding:20px 0 0 180px;
	background-image: url(../../img/lg_joshi_top.png);
	background-repeat: no-repeat;
	background-position: 40px top;
	}
/* 2018.7.20 added */
.number_self {
	padding:20px 0 0 180px;
	background-image: url(../../img/lg_self_top.png);
	background-repeat: no-repeat;
	background-position: 40px top;
	}




/* bottom */
.bottom {
	width: 100%;
	height: 100%;
	color:#7A6121;
	}

.bottom_contents {
	width: 940px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	padding-bottom:160px;
	padding-right: 10px;
	padding-left: 10px;
	}
.bottom_contents span {
	margin-left:0.5em;
	font-weight:normal;
	}

.bottom_contents h2 {
	text-align:left;
	padding:60px 0 30px;
	font-size:160%;
	text-align:left;
	padding:60px 0 30px;
	font-size:220%;
	border-bottom:solid 1px #7A6121;
	margin-bottom: 30px;
	font-weight: bold;
	
	}
.bottom_jk h3,
.bottom_sjk h3, 
.bottom_ichi h3 {
	text-align:left;
	padding:0 0;
	font-size:130%;
	font-weight:bold;
	color:#7A6121;
	clear:both;
	
	}
.bottom_contents h4 {
	text-align:left;
	padding:10px 0;
	font-size:200%;
	font-weight:bold;
	color:#E95504;
	}
.bottom_contents h5 {
	float:left;
	font-size: 200%;
	font-weight:bold;
	display:block;
	color:#E95504;
	}
.bottom_contents h5 span {
	margin-left:1em;
	color:#7A6121;
	}

.bottom_contents ul {
	padding:0;
	float: left;
	width: 960px;
	margin-top:60px;
	}
.bottom_contents li {
	list-style: none;
	float: left;
	text-align: left;
	margin-top: 0;
	margin-right: 0;
	margin-left: 0;
	width:420px;
	}
