@charset "UTF-8";


/*contents
----------------------------------------*/

.page_fit_contents {
	max-width: 950px;
	margin: 0 auto;
}


@media only screen and (max-width: 750px) {
	
	.page_fit_contents {
		padding: 0 3%;
	}

}


/*table
----------------------------------------*/

.tbl_a {
	border: 1px solid #DEDCD9;
	border-collapse:collapse;

}

.tbl_a th {
	width: 200px;
	padding: 10px 5px;
	color: #FFF;
	font-weight: normal;
	line-height: 1.5;
	text-align: center;
	border: 1px solid #DEDCD9;
	background: #A18C67;
}

.tbl_a td {
	padding: 10px;
	text-align:left;
	border: 1px solid #DEDCD9;
}

.tbl_a .tbla_ttl {
	display: table;
	text-align: left;
}

.tbl_a .tbla_ttl .c_txt_01 {
	display: table-cell;
}

.tbl_c {
	width: 870px;
	font-size: 1.3rem;
	border: 1px solid #DEDCD9;
	border-collapse: collapse;
}

.tbl_c th {
	padding: 5px;
	color:#FFF;
	text-align:center;
	border: 1px solid #DEDCD9;
	background:#A18C67;
}

.tbl_c td {
	padding: 5px;
	text-align:center;
	border: 1px solid #DEDCD9;
}

.tbl_c .cell_02 {
	color:#A18C67;
	background:#EFEFE3;
}

.tbl_c .cell_03 {
	text-align:center;
	background:#CBE3DD;
}


@media screen and (max-width: 750px) {
	
	.tbl_a {
		width: 100%;
		border-top: 0px;
		border-spacing: 0;
		border-collapse: collapse;
	}
	
	.tbl_a th,
	.tbl_a td {
		display: block;
		width: auto;
		padding: 10px;
		border: 0px;
	}
	
	.tbl_a th {
		border-top: 1px solid #DEDCD9;
		border-bottom: 1px solid #DEDCD9;
	}
	
	.table_scroll{
		-webkit-overflow-scrolling: touch;
		overflow: auto;
		white-space: nowrap;
	}

}



/*見出し
---------------------------------------------------------- */

.sec_ttl{
	padding: 15px 20px;
	color: #fff;
	font-size: 1.8rem;
	line-height: 1.5;
	border: #DEDCD9 solid 1px;
	border-bottom: none;
	border-top-left-radius: 5px;
	border-top-right-radius: 5px;
	background: -webkit-linear-gradient(#00a08f 0%, #00887a 46%, #00887a 49%, #00645a);
	background: linear-gradient(#00a08f 0%, #00887a 46%, #00887a 49%, #00645a);
}

.ie9 .sec_ttl {
	background: #009788;
}

.sec_ttl .sec_ttl_in {
	display: block;
	padding: 5px 0 5px 15px;
	position: relative;
}

.sec_ttl_in::before {
	content: '';
	width: 5px;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
	background-color: #ffdb49;
}

.sec_ttl .sec_row {
	display: table;
	table-layout: fixed;
}

.sec_ttl .sec_ttl_in .sec_lang,
.sec_ttl .sec_ttl_in .sec_number {
	display: table-cell;
	vertical-align: top;
}

.sec_ttl .sec_ttl_in .sec_number {
	padding: 0 5px;
}

.ttl-h3 {
	margin-bottom: 15px;
	padding: 0 0 3px 0;
	color: #007569;
	font-size: 1.8rem;
	font-weight: bold;
	line-height: 1.5;
	border-bottom: #CBE3DD solid 3px;
}


@media screen and (max-width: 750px) {
	
	.sec_ttl{
		padding: 10px 15px;
		font-size: 1.5rem;
	}

	.sec_ttl_in::before {
		width: 4px;
	}
	
}




/*header
---------------------------------------------------------- */

.page_header header {
	min-width: 950px;
	position: relative;
	background: #FFF;
}

.page_header header::before {
	content: "";
	display: block;
	width: 100%;
	height: 5px;
	position: absolute;
	top: 0;
	left: 0;
	background: #066;
}

.page_header header::after {
	content: "";
	display: block;
	width: 100%;
	height: 1px;
	position: absolute;
	bottom: 0;
	left: 0;
	background: #DEDCD9;
}

.page_header_body {
	display: table;
	min-height: 90px;
	table-layout: fixed;
}

.page_header_wrap {
	display: table-cell;
	min-height: inherit;
	padding: 5px 0 0;
	vertical-align: middle;
}

.firefox .page_header_wrap {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	align-items: center;
}

.page_header_in {
	display: table;
	table-layout: fixed;
	width: 100%;
}

.page_header_in h1 {
	display: table-cell;
	padding: 0 20px 0 0;
	vertical-align: middle;
	color: #066;
	font-size: 2.4rem;
	font-weight: bold;
	line-height: 1.4;
}

.page_header_in .page_header_logo {
	display: table-cell;
	width: 240px;
	vertical-align: middle;
	text-align: right;
}


@media screen and (max-width: 750px) {
	
	.page_header header {
		min-width: 100%;
	}
	
	.page_header_body {
		min-height: 70px;
		padding: 10px 3%;
	}

	.page_header_in h1 {
		display: block;
		width: 100%;
		font-size: 2rem;
	}
	
	.page_header_in .page_header_logo {
		display: none;
	}
	
	.page_header_in .sp_page_header_logo {
		width: 140px;
		margin-left: auto;
	}

}


/*footer
---------------------------------------------------------- */

.pgtop {
	min-width: 950px;
}

.pgtop_btn {
	display: table;
	margin-left: auto;
	background: #dedcd9;
}

.pgtop_btn a {
	display: table-cell;
	min-height: inherit;
	vertical-align: middle;
	color: #444;
	text-align: center;
	text-decoration: none;
}

.firefox .pgtop_btn a {
	-js-display: flex;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-pack: center;
	justify-content: center;
	align-items: center;
}

.pgtop_btn a .pgtop_icon {
	padding: 4px 8px;
	background: #a28c65;
}

.pgtop_btn a .pgtop_icon:after {
	content: "\e900";
	position: relative;
	top: -1px;
	color: #fff;
	font-family: 'icomoon';
	font-size: 10px;
}

.pgtop_btn a .pgtop_lang {
	display: inline-block;
	width: 150px;
	padding: 0 10px 0 5px;
	font-size: 1.2rem;
	font-weight: bold;
}

footer {
	min-width:950px;
	padding:30px 0;
	background: #EEEEEE url(../../../../img/bg_footer.gif) repeat-x top;
}

footer .copy {
	font-size:1.3rem;
	text-align: left;
}

@media screen and (max-width: 750px) {
	
	.pgtop,
	footer {
		min-width: 100%;
	}
	
}


/*page_main
---------------------------------------------------------- */

#page_main{
	min-width:950px;
	padding: 40px 0;
	background: #F9F9F3 url(../../../../img/bg_01.jpg) repeat-x top;
}

@media screen and (max-width: 750px) {

	#page_main{
		padding: 20px 0;
		min-width: 100%;
		font-size: 1.3rem;
	}

}



/*section
---------------------------------------------------------- */

#sec_01 .sec_con,
#sec_02 .sec_con {
	padding:40px;
	border-left:#DEDCD9 solid 1px;
	border-right:#DEDCD9 solid 1px;
	background:#FFF;
}

#sec_01 .sec_btm,
#sec_02 .sec_btm {
	width: 100%;
	height:10px;
	border: #DEDCD9 solid 1px;
	border-top: none;
	border-bottom-left-radius: 5px;
	border-bottom-right-radius: 5px;
	background-color: #fff;
}



@media screen and (max-width: 750px) {
	
	#sec_01 .sec_con,
	#sec_02 .sec_con {
		width: auto;
		padding: 20px 15px;
	}
	
	#sec_01 h2 img,
	#sec_02 h2 img {
		width: 100%;
		height: auto;
	}
	
	#sec_01 .sec_btm,
	#sec_02 .sec_btm {
		max-width: 100%;
	}
	
	#sec_01 .sec_btm,
	#sec_02 .sec_btm {
		width: auto;
	}
	
	#sec_01 .sec_con p {
		margin-bottom: 15px;
	}
	
}


/*汎用
----------------------------------------*/

.space-mg-b20 {
	margin: 0 0 20px;
}

.space-mg-b40 {
	margin: 0 0 40px;
}

.w_100{
	min-width:100px;
}

.w_180{
	min-width:180px;
}

.w_190{
	min-width:190px;
}

.bg-gray {
	background: #e6e6e6;
}

/* indent */
.inde{
	text-indent:-1em;
	padding-left:1em;
}


@media screen and (max-width: 750px) {

	.space-mg-b40 {
		margin: 0 0 20px;
	}
	
	.space-mg-b20 {
		margin: 0 0 10px;
	}
	
}

