@charset "utf-8";
/*!
 * sub CSS
 * ---------------------------------------------
 * 下層ページのcss
 * 
 */
/*===================================
	font
=====================================*/
/*  page__head
---------------------------------*/

.page__head p {
	font-size: 1.125em;
}
.page__head .title_page {
	font-size: 2.25em;
}
.topicspath {
	font-size: 0.875em;
}

/*  parts
---------------------------------*/

.page__summary {
	font-size: 1.25em;
}
.sec__summary {
	font-size: 1.125em;
}

/*===================================
	element	
=====================================*/
/*  sprite
---------------------------------*/

.title_page:before {
	background-image: url(/content/000054102.png);
	background-repeat: no-repeat;
}

/*  icon
---------------------------------*/

.title_page:before {
	display: inline-block;
	vertical-align: middle;
	margin-top: -2px;
}
.title_page:before {
	display: inline-block;
	vertical-align: middle;
    position: absolute;
	width: 61px;
	height: 63px;
	margin-right: 10px;
    margin-left: -71px;
    margin-top: -7px;
	background-position: 0 -400px;
}

/*===================================
	page__head	
=====================================*/

.page__head {
	margin-bottom: 30px;
}
.page__head p {
	height: 40px;
	line-height: 40px;
	padding-left: 11px;
	color: #fff;
	font-weight: 500;
	background-color: #7a7a07;
}
.page__head .title_page {
	height: 110px;
	padding: 25px 0 0 7px;
	line-height: 1.4;
}
.topicspath {
	height: 40px;
	padding-left: 10px;
	line-height: 40px;
}
.topicspath li {
	display: inline;
}
.topicspath li:after {
	display: inline-block;
	content:"＞";
	color: #e3e3e3;
	padding: 0 1.2em;
}
.topicspath li:nth-last-of-type(1):after {
	display: none;
}
.topicspath a {
	color: #016e94;
}

/*  20181001追記
---------------------------------*/
.page__head {
    border-bottom: solid 1px #e3e3e3;
}
.page__head p,.page__head .title_page,.topicspath {
    width: 1020px;
	margin-left: auto;
	margin-right: auto;
}
.page__head div:nth-of-type(1) {
    background:  url(/content/000054122.jpg) repeat;
}
.page__head div:nth-of-type(2) {
    background:  url(/content/000054119.jpg) repeat;
}
.page__head .title_page {
	height: auto;
    min-height: 110px;
	padding: 28px 0 25px 7px;
    padding-left: 78px;
	line-height: 1.4;
}
.topicspath {
	height: auto;
	padding: 10px 10px;
	line-height: 1.2;
}

/*===================================
	parts
=====================================*/

.page__cont {
	line-height: 1.6;
}
.sec {
	overflow: hidden;
	margin: 3em auto;
}

/*  p
---------------------------------*/

.page__cont > p,
.sec > p {
	margin-bottom: 2em;
}
.page__summary {
	text-indent: 1em;
}

/*  追加調整　2018.1.11
---------------------------------*/

.page__cont em {
	color: #99092c;
	font-style: normal;
	font-weight: bold;
}
.page__cont span.env_italic {
	font-style: italic;
	font-family: YuMincho, 'Yu Mincho', serif;
}
.page__cont span.right {
	display: block;
	text-align: right;
}
.page__cont span.left {
	display: block;
	text-align: left.
}
.page__cont span.center {
	display: block;
	text-align: center;
}
.page__cont span.fw-b {
	font-weight: bold;
}
.page__cont span.fw-n {
	font-weight: normal;
}
.page__cont a {
	color: #016e94;
}


table {
	width: 100%;
	min-width: 720px;
	border-collapse: collapse;
	line-height: 1.4;
	margin: 1em auto;
	border-bottom: solid 1px #e0dad1;
	border-left: solid 1px #e0dad1;
	background: #fff;
}
table {
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
} 
th,td {
	padding: 14px;
	border-top: solid 1px #e0dad1;
	border-right: solid 1px #e0dad1;
	text-align: left;
	word-wrap: break-word;
}
table caption {
	text-align: left;
}


/************************************************************************************
smaller than 640px
*************************************************************************************/
@media screen and (max-width: 640px) {
	
	/*===================================
		font
	=====================================*/
	/*  page__head
	---------------------------------*/

	.page__head p {
		font-size: 0.99em;
	}
	.page__head .title_page {
		font-size: 1.665em;
	}
	.topicspath {
		font-size: 0.75em;
	}
	
	/*===================================
		page__head	
	=====================================*/

	.page__head {
		margin: 0 -20px 20px;
	}
	.page__head p {
		padding: 0 20px;
		background: url(/content/000054125.jpg) repeat ;
	}
	.page__head .title_page {
		height: auto;
		padding: 25px 0 23px 20px;
        padding-left: 91px;
		background: url(/content/000054119.jpg) repeat;
	}
	.topicspath {
		height: auto;
		padding: 12px 20px;
		border-bottom: solid 1px #e3e3e3;
		line-height: 1.4;
	}
	
	table {
		min-width: 600px;
	}
	
    /*  20181001追記
    ---------------------------------*/
    .page__head p,.page__head .title_page,.topicspath {
		width: 640px;
	}
}