@charset "utf-8";
@import url("grid.css");
/**
//=========================================//
//--------------header-------------------//
//=========================================//
*/


.header_ul {
	background:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f6b95c;
	position: fixed;
	z-index: 10;
	width: 100%;
	top: 0px;
}
.header_ul h1 a {
	display: block;
	width:177px;
	height : 50px;
	padding: 0px 0px 0px 0px;
	float : left;
}
.header_home_btn {
	display:block;
	float:right;
	width:78px;
	height:27px;
	border:1px solid #a4adb1;
	-webkit-border-radius:6px;
	background:no-repeat 6px center, -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#e0e6ea));
	-webkit-background-size:19px 16px, auto;
	font-size:10px;
	font-weight:bold;
	color:#4b5b6b;
	margin:10px 10px 0 0px;
}
.header_home_btn span {
	display:block;
	margin:4px 0 0 25px;
}
.header_home_btn a {
	color : #4b5b6b;
}
.header_home_btn a:hover {
	color : #4b5b6b;
}
.inq li {
	display: inline;
}

.inq {
	float: right;
	margin-right: 50px;
	margin-top: 7px;
}
.inq a {
	color: #F90;
}
#menu li a {
	color: #333;
	display: block;
	padding: 1em 0 1em .5em;
}
#menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #f6b95c;
	font-size: 1.2em;
	clear: both;
}
/*ul#menu li:nth-child(1):before {
	padding: 1em 0 1em .5em;
	font-family: 'FontAwesome';
	color: #1faa18;
	content:"\f086";
	margin-right :3px;
	display: inline-block;
	width: 1.28571em;
	text-align: center;
	vertical-align: middle;
	float: left;
}*/
ul#menu li:nth-child(1):before {
	padding: 1em 0 1em .5em;
	font-family: 'FontAwesome';
	color: #e9a43a;
	content:"\f015";
	margin-right :3px;
	display: inline-block;
	width: 1.28571em;
	text-align: center;
	vertical-align: middle;
	float: left;
}
ul#menu li:nth-child(2):before {
	padding: 1em 0 1em .5em;
	font-family: 'FontAwesome';
	color: #e9a43a;
	content:"\f15c";
	margin-right :3px;
	display: inline-block;
	width: 1.28571em;
	text-align: center;
	vertical-align: middle;
	float: left;
}
ul#menu li:nth-child(3):before {
	padding: 1em 0 1em .5em;
	font-family: 'FontAwesome';
	color: #e9a43a;
	content:"\f1fd";
	margin-right :3px;
	display: inline-block;
	width: 1.28571em;
	text-align: center;
	vertical-align: middle;
	float: left;
}
ul#menu li:nth-child(4):before {
	padding: 1em 0 1em .5em;
	font-family: FontAwesome;
	color: #e9a43a;
	content:"\f005";
	margin-right :3px;
	display: inline-block;
	width: 1.28571em;
	text-align: center;
	vertical-align: middle;
	float: left;
}
#menu_foot li a {
	padding: 0;
}
#menu_foot li {
	font-size: 1em;
	padding-left: 1em;
}
ul#menu_foot li:nth-child(1):before {
	font-family: 'FontAwesome';
	color: #e9a43a;
	content:"\f098";
}
ul#menu_foot li:nth-child(2):before {
	font-family: 'FontAwesome';
	color: #e9a43a;
	content:"\f0e0";
}
ul#menu_foot li:last-child {
	border-bottom-style: none;
}
#title h2 {
	height:68px;
	background-image:url("../img/common/ttl_bar.png");
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#fbc500;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #ff9900;
	padding : 25px 0 0 10px;
	margin : 0px 0 0 0;
}
.table4 {
	width: 100%;
	border-collapse: collapse;
}
.table4 td, .table4 th {
	padding: 5px;
	border: 1px solid #ccc;
}
.table4 th {
	font-weight: bold;
}
.table4 thead th {
	background:#f8ecdf;
}
 @media only screen and (max-width:800px) {
.table4 {
	display: block;
}
.table4 thead {
	display: none;
}
.table4 tbody {
	display: block;
}
.table4 tbody tr {
	display: block;
	margin-bottom: 1.5em;
}
.table4 tbody th, .table4 tbody td {
	display: list-item;
	border: none;
}
.table4 tbody th {
	margin-bottom: 5px;
	list-style-type: none;
	background: #f8ecdf;
}
.table4 tbody td {
	margin-left: 10px;
	padding: 0;
}
.table4 tbody td:nth-of-type(1):before {
	content: "[2km未満]";
	margin-right: 5px;
}
.table4 tbody td:nth-of-type(2):before {
	content: "[2km以上4km未満]";
	margin-right: 5px;
}
.table4 tbody td:nth-of-type(3):before {
	content: "[4km以上6km未満]";
	margin-right: 5px;
}
.table4 tbody td:nth-of-type(4):before {
	content: "[6km以上16km未満]";
	margin-right: 5px;
}
}
/*===========================
index
===========================*/

/* info
---------------------------------------------------- */
#info {
	margin : 0 10px 15px 10px;
	clear:both;
}
#info li a {
	display:block;
	color:#444444;
	font-size:15px;
	line-height:1.5;
	letter-spacing:-1px;
	-webkit-background-size:23px 15px;
	border-bottom:1px solid #c0c9cd;
	overflow:hidden;
	padding:8px 5px 17px 5px;
}
#info li a span {
	color:#C64F2D;
	font-size:12px;
	line-height:1.5;
}
#info li:last-child a {
	border-bottom:none;
}
.scroll {
	overflow: auto;
　　　　/*tableをスクロールさせる*/
 white-space: nowrap;
　　/*tableのセル内にある文字の折り返しを禁止*/
}
.scroll::-webkit-scrollbar {
　　/*tableにスクロールバーを追加*/
 height: 5px;
}
.scroll::-webkit-scrollbar-track {
　　/*tableにスクロールバーを追加*/
 background: #F1F1F1;
}
.scroll::-webkit-scrollbar-thumb {
　　/*tableにスクロールバーを追加*/
 background: #BCBCBC;
}
table.table1 {
	border-spacing:0;
	border-collapse:collapse;
	width:100%;
	border: 2px solid #e1d09a;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
table.table1 th {
	padding: 6px 8px 5px;
	border-top: solid 1px #ffffff;
	width: 30%;
	overflow: hidden;
	font-style: normal;
	font-weight: bold;
	font-size: 100%;
	text-align: left;
	word-break: break-all;
	word-wrap: break-word;
	vertical-align: middle;
	background-color: #f3e7c0;
}
table.table1 td {
	padding: 5px 10px;
	text-align: left;
	vertical-align: top;
	color: #595960;
	background-color: #ffffff;
	border-top: dotted 1px #ebdba7;
	overflow: hidden;
	word-break: break-all;
	word-wrap: break-word;
}
 @media (max-width: 768px) {
table.table1 th {
	width:100%;
	display:block;
	margin: 0 auto;
	border:none;
}
table.table1 td {
	display: list-item;
	border-top: none !important;
}
}
table.table2 {
	width:100%;
	border-top: 1px #c9d4dc solid;
	border-left: 1px #c9d4dc solid;
}
table.table2 th {
	padding:6px 3px 6px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:bold;
	background-color:#eae7db;
	letter-spacing:0;
	vertical-align: middle;
}
table.table2 td {
	padding:4px 3px 4px 3px;
	border-bottom: 1px #c9d4dc solid;
	border-right: 1px #c9d4dc solid;
	font-weight:normal;
	background-color:#FFFFFF;
	letter-spacing:0;
	vertical-align: middle;
}
table.table2 td.td_center {
	text-align: center;
}
/*===========================
リスト
===========================*/
ul.list_green li, ul.list_brown li, ul.list_orange li {
	list-style:none;
	padding-left:24px;
	line-height:1.6;
	position:relative;
}
ul.list_green li:before {
	content:"";
	display:block;
	width:16px;
	height:16px;
	border-radius:8px;
	background:#8cd9a4;
	line-height:16px;
	position:absolute;
	left:0;
	top:2px;
}
ul.list_brown li:before {
	content:"";
	display:block;
	width:16px;
	height:16px;
	border-radius:8px;
	background:#eae3cf;
	line-height:16px;
	position:absolute;
	left:0;
	top:2px;
}
ul.list_orange li:before {
	content:"";
	display:block;
	width:16px;
	height:16px;
	border-radius:8px;
	background:#f2dc9e;
	line-height:16px;
	position:absolute;
	left:0;
	top:2px;
}
.list4 li{
	position:relative;
	padding-left:20px;
}
 
.list4 li:after, .list4 li:before{
	content:''; 
	display:block; 
	position:absolute; 
	top:4px; 
	left:8px; 
	height:11px; 
	width:4px; 
	background:#aaa; 
	border-radius:10px;
	transform:rotate(45deg);
	-webkit-transform:rotate(45deg);
	-o-transform:rotate(45deg);
}
.list4 li:before{
	top:8px; 
	left:3px;
	height:8px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
.list6 li {
	position:relative;
	padding-left:20px;
}
.list6 li:after {
	content:'';
	display:block;
	position:absolute;
	background:#aaa;
	width:9px;
	height:9px;
	top:5px;
	left:5px;
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
/*===========================
ボタン
===========================*/
.button a {
	width: 100%;
	background-color: #eba327;
	border-radius: 3px;
	box-shadow: 0 3px 0 rgba(200,131,11,1);
	color: #ffffff;
	display: block;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
	text-decoration: none;
	margin: 10px auto;
	padding: 10px 0;
}
.button a:hover {
	box-shadow: 0 1px 0 rgba(200,131,11,1);
	margin: 12px auto 8px;
}
.pdf a:before {
	font-family: FontAwesome;
	content:"\f1c1 ";
	margin-right :5px;
	top: 0.6em;
	position: relative;
	font-size: 1.3em;
}
/*===========================
マーカー
===========================*/
.marker {
	background: linear-gradient(transparent 50%, #c4fbc3 0%);
}
.marker2 {
	background: linear-gradient(transparent 50%, #fccf94 0%);
}
/*===========================
枠
===========================*/
.box17{
    margin:2em 0;
    position: relative;
    padding: 0.5em 1.5em;
    border-top: solid 2px black;
    border-bottom: solid 2px black;
}
.box17:before, .box17:after{
    content: '';
    position: absolute;
    top: -10px;
    width: 2px;
    height: -webkit-calc(100% + 20px);
    height: calc(100% + 20px);
    background-color: black;
}
.box17:before {left: 10px;}
.box17:after {right: 10px;}
.box17 p {
}

/*===========================
フローチャート
===========================*/
.arrow_box {
	position: relative;
	background: #fee0b4;
	border: 4px solid #feca80;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em;
	margin-bottom: 20px;
}
.arrow_box:after, .arrow_box:before {
	top: 100%;
	left: 50%;
	border: solid transparent;
	content: " ";
	height: 0;
	width: 0;
	position: absolute;
	pointer-events: none;
}

.arrow_box:after {
	border-color: rgba(254, 202, 128, 0);
	border-top-color: #fee0b4;
	border-width: 15px;
	margin-left: -15px;
}
.arrow_box:before {
	border-top-color: #feca80;
	border-width: 21px;
	margin-left: -21px;
}
.arrow_box_last {
	position: relative;
	background: #facb87;
	border: 4px solid #fdb754;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em;
}


/*===========================
その他
===========================*/
.imgCenter3 span {
	padding: 5px;
	display: block;
}
.voice {
	border: 2px solid #eae7db;
	border-radius: 4px;
	margin: .5em 0;
	padding: 1em;
	position: relative;
}
.fa-lg {
	/* [disabled]line-height: 1.5em!important; */
}
a.arrow3{
	position:relative;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	height:24px;
	line-height:24px;
	border-radius:12px;
	background: #dba66e;
	margin-bottom: 2px;
	padding-top: 0;
	padding-right: 32px;
	padding-bottom: 0;
	padding-left: 16px;
}
a.arrow3:before,
a.arrow3:after{
	content:"";
	display:block;
	position:absolute;
}
a.arrow3:before{
	width:16px;
	height:16px;
	background:#fff;
	border-radius:50%;
	right:4px;
	top:4px;
}
a.arrow3:after{
	width:4px;
	height:4px;
	border-right:2px solid #d9954c;
	border-top:2px solid #d9954c;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:10px;
	top:9px;
}

.before{
	font-weight:bold;
	font-family:'Helvetica', 'sans-serif';
	position:relative;
	display:block;
	overflow:visible;
}
.before:before,
.before:after{
	display:block;
	position:absolute;
	left:-12px;
}
.before:before{
	content:"";
	border:6px solid transparent;
	border-top-color:#333;
	border-right-color:#333;
	top:32px;
}
.before:after{
	content:"Before";
	background:#555;
	color:#fff;
	padding:0 24px;
	height:24px;
	line-height:24px;
	top:8px;
	z-index:5;
}


.after{
	font-weight:bold;
	font-family:'Helvetica', 'sans-serif';
	position:relative;
	display:block;
	overflow:visible;
}
.after:before,
.after:after{
	display:block;
	position:absolute;
	left:-12px;
}
.after:before{
	content:"";
	border:6px solid transparent;
	border-top-color:#a1364f;
	border-right-color:#a1364f;
	top:32px;
}
.after:after{
	content:"After";
	background:#c24760;
	color:#fff;
	padding:0 24px;
	height:24px;
	line-height:24px;
	top:8px;
	z-index:5;
}
/*===========================
page2
===========================*/


/*===========================
page3
===========================*/



/*===========================
page4
===========================*/


/*===========================
page5
===========================*/
