@charset "utf-8";
@import url("hover-min.css");
@import url("grid.css");

/**
//=========================================//
//--------------header-------------------//
//=========================================//
*/


.header_ul {
	background:#ffffff;
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #563C14;
	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;
}


.inq li {
	display: inline;
}

.inq {
	float: right;
	margin-right: 50px;
	margin-top: 7px;
}
.inq a {
	color: #563C14;
}


.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;
}

#menu li a {
	color: #333;
	display: block;
	padding: 1em 0 1em .5em;
	text-decoration: none;
}
#menu li {
	border-bottom-width: 1px;
	border-bottom-style: solid;
	border-bottom-color: #563C14;
	font-size: 1.2em;
	clear: both;
}

ul#menu li:nth-child(1):before {
	padding: 1em 0 1em .5em;
	font-family: 'FontAwesome';
	color: #563C14;
	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: #563C14;
	content:"\f03e";
	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: #563C14;
	content:"\f299";
	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: #563C14;
	content:"\f0f6";
	margin-right :3px;
	display: inline-block;
	width: 1.28571em;
	text-align: center;
	vertical-align: middle;
	float: left;
    }
ul#menu li:nth-child(5):before {
	padding: 1em 0 1em .5em;
	font-family: FontAwesome;
	color: #563C14;
	content:"\f2c4";
	margin-right :3px;
	display: inline-block;
	width: 1.28571em;
	text-align: center;
	vertical-align: middle;
	float: left;
    }

#title h2 {
	height:43px;
	background-image:url("../img/common/ttl_bar.png");
	background-repeat:no-repeat;
	background-position:right center;
	background-color:#693D1F;
	color:#ffffff;
	font-size:16px;
	font-weight:bold;
	border-bottom:1px solid #C69A35;
	padding : 25px 0 0 10px;
	margin : 0px 0 0 0;
}
#menu_foot li a {
	padding: 0;
	text-decoration: none;
}
#menu_foot li {
	font-size: 1em;
	padding-left: 1em;
}
ul#menu_foot li:nth-child(1):before {
	font-family: 'FontAwesome';
	color: #563C14;
	content:"\f098";
}
ul#menu_foot li:nth-child(2):before {
	font-family: 'FontAwesome';
	color: #563C14;
	content:"\f0e0";
}
ul#menu_foot li:last-child {
	border-bottom-style: none;
}


/*===========================
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 #dfdbce;
  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: #eae7db;
}
 
table.table1 td{
padding: 5px 10px;
text-align: left;
vertical-align: top;
color: #595960;
background-color: #ffffff;
border-top: dotted 1px #c9d4dc;
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:#FFF;
	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;
}
ul.list_pdf {
  list-style: none;
}
ul.list_pdf li:before {
	font-family: FontAwesome;
	content: '\f1c1';
	margin-right: 0.5em;
	color: #C00;
}
.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:#7e642b; 
	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:#7e642b;
	width:9px;
	height:9px; 
	top:5px; 
	left:5px; 
	transform:rotate(-45deg);
	-webkit-transform:rotate(-45deg);
	-o-transform:rotate(-45deg);
}
/*===========================
マーカー
===========================*/
.marker {
	background: linear-gradient(transparent 50%, #c4fbc3 0%);
}
.marker2 {
	background: linear-gradient(transparent 50%, #fccf94 0%);
}

/*===========================
リンク
===========================*/
a.arrow1{
	text-decoration:none;
	color:#62A1CB;
	display:inline-block;
	padding-right:16px;
	position:relative;
}
a.arrow1:before,
a.arrow1:after{
	content:"";
	display:block;
	position:absolute;
}
a.arrow1:before{
	border-right:1px solid #62A1CB;
	border-top:1px solid #62A1CB;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	width:8px;height:8px;
	right:0;top:50%;
	margin-top:-4px;
}
a.arrow1:after{
	width:12px;
	border-bottom:1px solid #62A1CB;
	right:0;top:50%;
}
a.arrow2{
	text-decoration:none;
	color:#62A1CB;
	display:inline-block;
	padding-right:16px;
	position:relative;
}
a.arrow2:before, a.arrow2:after{
	content:"";
	display:block;
	-webkit-transform:skewX(45deg);
	transform:skewX(45deg);
	position:absolute;
	right:0;
	bottom:6px;
}
a.arrow2:before{
	width:12px;height:3px;
	background:#62A1CB;
}
a.arrow2:after{
	width:4px;height:8px;
	background:#62A1CB;
}
a.arrow3{
	position:relative;
	display:inline-block;
	color:#fff;
	text-decoration:none;
	height:24px;
	line-height:24px;
	border-radius:12px;
	background: #e1d188;
	margin-bottom: 5px;
	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 #ddca75;
	border-top:2px solid #ddca75;
	-webkit-transform:rotate(45deg);
	transform:rotate(45deg);
	right:10px;
	top:9px;
}
/*===========================
フローチャート
===========================*/
.arrow_box {
	position: relative;
	background: #d3bf62;
	border: 4px solid #e5dc9e;
	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(229, 220, 158, 0);
	border-top-color: #d3bf62;
	border-width: 15px;
	margin-left: -15px;
}
.arrow_box:before {
	border-color: rgba(229, 220, 158, 0);
	border-top-color: #e5dc9e;
	border-width: 21px;
	margin-left: -21px;
}
.arrow_box_last {
	position: relative;
	background: #c2ad4b;
	border: 4px solid #d0c57a;
	border-radius: 10px;
	-webkit-border-radius: 10px;
	-moz-border-radius: 10px;
	padding: 1em;
}

.voice {
    border: 2px solid #eae7db;
    border-radius: 4px;
    margin: .5em 0;
    padding: 1em;
    position: relative;
}

.back_gray {
	background:#CCC !important;
}
.plus {
  position: relative;
  }

.plus p {
  position: absolute;
  color: #b08854;
  font-size: 2.5em;
  bottom: 15px;
  right: 15px;
  }

.plus img {
	width: 100%;
	border: 1px solid #CCC;
	box-sizing:border-box;
  }
/*===========================
page2
===========================*/


/*===========================
page3
===========================*/



/*===========================
page4
===========================*/


/*===========================
page5
===========================*/
