@charset "UTF-8";
/*----------------------------------------

	Default CSS (Last Update 2019.03.27)

	- default setting
	- font setting
	- link setting
	- color setting
	- common setting
	- clearfix
	- header
	- breadcrumb
	- content
	- footer

-----------------------------------------*/

/*----------------------------------------
	default setting
-----------------------------------------*/

th,h1,h2,h3,h4,h5,h6 {
	margin: 0;
	font-weight: normal;
}

p,dl,dd,ol,ul,figure {
	margin: 0;
	padding: 0;
}

body {
	min-width: 1100px;
	color: #000000;
	font-size: 87.5%;
	line-height: 2.1;
	font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", "メイリオ", Arial, Helvetica, Verdana, sans-serif;
	-webkit-user-drag: none;
	-webkit-touch-callout: none;
}

img {
	vertical-align: bottom;
}

em {
	font-style: normal;
	font-weight: bold;
}

li {
	list-style: none;
	vertical-align: bottom;
}

li img {
	vertical-align: top;
}

small {
	font-size: 100%;
}

ruby rt {
	font-size: 9px;
}

/*----------------------------------------
	font setting (default 14/2.1)
	目標フォントサイズ * 100 / defaultサイズ で%を算出
-----------------------------------------*/

/* 10/14 */
.font10 {
	font-size: 71.4%;
	line-height: 1.4;
}

/* 12/20 */
.font12 {
	font-size: 85.7%;
	line-height: 1.4;
}

/* 16/34 */
.font16 {
	font-size: 114.3%;
	line-height: 2.1;
}

/* 18/38 */
.font18 {
	font-size: 128.6%;
	line-height: 2.1;
}

/* 20/42 */
.font20 {
	font-size: 142.9%;
	line-height: 2.1;
}

/* 22/40 */
.font22 {
	font-size: 157.1%;
	line-height: 1.8;
}

/* 24/44 */
.font24 {
	font-size: 171.4%;
	line-height: 1.8;
}

/* 明朝フォント */
.mincyou01 {
	font-family: 'ヒラギノ明朝 ProN W3', 'HiraMinProN-W3','HG明朝E', 'ＭＳ Ｐ明朝', 'MS PMincho', serif;
}

/*----------------------------------------
	link setting
-----------------------------------------*/

a,
a:focus {
	outline: none;
}

/* 基本リンク色 */
a:link,
a:visited {
	color: #fd3c00;
	text-decoration: none;
}

a:hover,
a:active {
	color: #fd3c00;
	text-decoration: underline;
}

/* 用語説明 */
a.l_blue01:link,
a.l_blue01:visited {
	color: #24599d;
	text-decoration: none;
}

a.l_blue01:hover,
a.l_blue01:active {
	color: #24599d;
	text-decoration: underline;
}

/* フッター、左ナビ */
a.l_black01:link,
a.l_black01:visited {
	color: #000000;
	text-decoration: none;
}

a.l_black01:hover,
a.l_black01:active {
	color: #fd3c00;
	text-decoration: underline;
}

/* トピックス */
a.l_gray01:link,
a.l_gray01:visited {
	color: #333333;
	text-decoration: none;
}

a.l_gray01:hover,
a.l_gray01:active {
	color: #fd3c00;
	text-decoration: underline;
}

/*----------------------------------------
	color setting
-----------------------------------------*/

.gray01 {
	color: #333333;
}

.gray02 {
	color: #202020;
}

.gray03 {
	color: #999999;
}

.gray04 {
	color: #b0b0b0;
}

.brown01 {
	color: #663333;
}

.white01 {
	color: #ffffff;
}

.red01 {
	color: #e60f0f;
}

.orange01 {
	color: #fd3c00;
}

.orange02 {
	color: #fd6333;
}

/*----------------------------------------
	common setting
-----------------------------------------*/

.clearfsize {
	font-size: 0;
	line-height: 0;
}

.indent01 {
	display: block;
	padding-left: 1em;
	text-indent: -1em;
}

.bold01 {
	font-weight: bold;
}

input,textarea,select {
	outline: none;
}

/*----------------------------------------
	clearfix
-----------------------------------------*/

.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	visibility: hidden;
	height: 0px;
	font-size: 0.1px;
	line-height: 0.1px;
}

.clearfix {
	display: inline-block;
	position: relative; /* DW */
}

/* Hides from IE-mac \*/
.clearfix {
	display: block;
}
/* End hide from IE-mac */

/*----------------------------------------
	header
-----------------------------------------*/

header {
	position: fixed;
	top: 0;
	z-index: 1000;
	width: 100%;
	padding-bottom: 5px;
	background-color: #efeeed;
	background-image: url(../img/c_header_bg02.png), url(../img/c_header_bg01.jpg);
	background-repeat: repeat-x, no-repeat;
	background-position: left bottom 0, center bottom 5px;
}

header img {
	-webkit-backface-visibility: hidden; /* ズレチラツキ対策 */
	-moz-backface-visibility: hidden; /* ズレチラツキ対策 */
	backface-visibility: hidden; /* ズレチラツキ対策 */
}

/* header > div {
	background: #ffffff url(../img/c_header_bg01.jpg) no-repeat center bottom;
} */

header > div > div {
	position: relative;
	width: 1060px;
	margin: 0 auto;
}

header > div > div h1 {
	padding: 12px 0 0 509px;
}

header > div > div h1 a {
	position: relative;
	z-index: 100;
}

header > div > div dl {
	position: absolute;
	top: 15px;
	right: 150px;
	width: 147px;
}

header > div > div dl dt {
	display: inline-block;
	padding: 7px 12px 5px 0;
}

header > div > div dl dt img {
	vertical-align: top;
}

header > div > div dl dd {
	display: inline;
}

header > div > div p#lang_btn01 {
	position: absolute;
	top: 15px;
	right: 0;
}

header > div > div nav {
	position: absolute;
	bottom: 0;
	margin: -10px 0 0 -1px;
}

header > div > div nav ul {
	width: 100%;
}

header > div > div nav ul li {
	float: left;
}

header > div > div nav ul li:nth-child(2) {
	padding: 0 75px 0 74px;
}

header > div > div nav ul li:nth-child(4) {
	padding: 0 75px 0 172px;
}

header > div > div nav ul li:nth-child(6) {
	padding: 0 0 0 80px;
}

header > div > div nav ul li a {
	display: block;
	position: relative;
}

header > div > div nav ul li.active a::after {
	content: '';
	display: block;
	position: absolute;
	bottom: 0;
	height: 3px;
	width: 100%;
	background-color: #fd3c00;
}

/*----------------------------------------
	legacy
-----------------------------------------*/

header > #legacy {
	display: block;
	position: relative;
	background: #d6e7ec;
}

header > #legacy > p {
	width: 1060px;
	height: auto;
	margin: 0 auto;
	padding: 20px 0;
	text-align: center;
}

/*----------------------------------------
	emergency
-----------------------------------------*/

#emergency {
	display: block;
	padding: 20px 0;
	background: #ece8ee;
}

#emergency > div {
	width: 1060px;
	margin: 0 auto;
}

#emergency > div:nth-child(n+2) {
	padding-top: 10px;
}

#emergency > div > div h1 {
	display: inline;
}

#emergency > div > div p {
	display: inline;
	padding-left: 30px;
}

#emergency > div > ul li {
	display: inline;
}

#emergency > div > ul li:nth-child(n+2) {
	padding-left: 50px;
}

/* 外部リンク */
#emergency > div > ul li span.link {
	padding-right: 14px;
	background: url(../img/c_link_ic01.png) no-repeat right center;
}

/* PDF */
#emergency > div > ul li span.pdf {
	padding: 2px 20px 2px 0;
	background: url(../img/c_link_ic02.png) no-repeat right center;
}

/*----------------------------------------
	changeLangBox
-----------------------------------------*/

#changeLangBox {
	position: fixed;
	z-index: 1000;
	right: 50%;
	top: 6px;
	height: 213px;
	/* height: 174px; */
	width: 231px;
	margin-right: -555px;
	padding: 25px;
	background: none !important;
}

#changeLangBox div {
	position: relative;
	height: 211px;
	/* height: 172px; */
	width: 229px;
	background-image: none;
	background-color: #fff;
	border: 1px solid #878077;
	border-radius: 2px;
}

#changeLangBox div span {
	display: block;
	position: absolute;
	top: 1px;
	right: 1px;
	height: 15px;
	width: 15px;
	padding: 9px 10px;
	background: url(../img/c_header_lang_box_closebtn.gif) no-repeat right 10px center;
	cursor: pointer;
}

#changeLangBox div span:hover {
	background: url(../img/c_header_lang_box_closebtn_on.gif) no-repeat right 10px center;
}

#changeLangBox div ul {
	width: 140px;
	margin: 29px auto 0;
}

#changeLangBox div ul li {
	border-bottom: 1px solid #a09a93;
}

#changeLangBox div ul li:last-child {
	border-bottom: none;
}

#changeLangBox div ul li a {
	display: block;
	height: 13px;
	padding: 13px 0;
	text-align: center;
}

#changeLangBox div ul li:last-child a {
	height: 15px;
}

/*----------------------------------------
	content
-----------------------------------------*/

#content {
	padding: 145px 0 15px !important;
}

#content #main {
	width: 1060px;
	margin: 0 auto;
}

#content p#pagetop {
	padding-bottom: 27px;
	text-align: center;
}

#content .lnavImgOver {
	opacity: 0;
}

/*----------------------------------------
	breadcrumb
-----------------------------------------*/

ol.breadcrumb {
	width: 1060px;
	margin: 0 auto;
}

ol.breadcrumb li {
	float: left;
}

ol.breadcrumb li:nth-child(n+2) {
	padding-left: 29px;
	background: url(../img/c_arrow01.png) no-repeat 13px center;
}

/*----------------------------------------
	footer
-----------------------------------------*/

footer #footer_01 {
	background: #ede7dd;
}

footer #footer_01 > div {
	width: 1060px;
	margin: 0 auto;
	padding: 27px 0 50px;
}

footer #footer_01 > div > div {
	display: table-cell;
	vertical-align: top;
}

footer #footer_01 > div > div dt {
	padding: 1px 0 20px;
	line-height: 1.4;
}

footer #footer_01 > div > div dd {
	padding-bottom: 5px;
}

footer #footer_01 > div > #footer_01_01 {
	width: 179px;
	padding: 0 20px 0 2px;
	border-right: 1px solid #f6f3ee;
}

footer #footer_01 > div > #footer_01_01 dd:last-child span {
	padding-right: 14px;
	background: url(../img/c_link_ic01.png) no-repeat right center;
}

footer #footer_01 > div > #footer_01_02 {
	width: 180px;
	padding: 0 20px;
	border-right: 1px solid #f6f3ee;
}

footer #footer_01 > div > #footer_01_02 dd:last-child {
	padding-top: 23px;
}

footer #footer_01 > div > #footer_01_03 {
	width: 180px;
	padding: 0 20px;
	border-right: 1px solid #f6f3ee;
}

footer #footer_01 > div > #footer_01_03 dl:last-child {
	padding-top: 50px;
}

footer #footer_01 > div > #footer_01_04 {
	width: 179px;
	padding: 0 20px;
	border-right: 1px solid #f6f3ee;
}

footer #footer_01 > div > #footer_01_04 ul:last-child {
	padding-top: 39px;
}

footer #footer_01 > div > #footer_01_05 {
	width: 176px;
	padding-left: 20px;
}

footer #footer_01 > div > #footer_01_05 ul:first-child {
	line-height: 1.4;
}

footer #footer_01 > div > #footer_01_05 ul:first-child li:nth-child(n+2) {
	padding-top: 14px;
}

footer #footer_01 > div > #footer_01_05 dl {
	margin-left: -1px;
	padding-top: 58px;
}

footer #footer_01 > div > #footer_01_05 dl dt {
	margin-left: -1px;
	padding: 0 0 8px;
	line-height: 0;
}

footer #footer_01 > div > #footer_01_05 dl dd {
	display: inline-block;
	padding-bottom: 0;
}

footer #footer_01 > div > #footer_01_05 dl dd:nth-of-type(2) {
	padding: 0 15px;
}

footer #footer_02 {
	width: 1060px;
	margin: 0 auto;
	padding-bottom: 27px;
}

footer #footer_02 dl {
	float: left;
	width: 390px;
	padding-top: 8px;
	line-height: 1.4;
}

footer #footer_02 dl dt {
	display: inline;
}

footer #footer_02 dl dd {
	display: inline;
	padding-left: 34px;
}

footer #footer_02 nav {
	float: right;
	width: 550px;
	padding: 10px 2px 0 0;
}

footer #footer_02 nav ul li {
	float: left;
	font-size: 0;
	line-height: 0;
}

footer #footer_02 nav ul li:nth-child(2) {
	padding: 0 41px 0 34px;
}

footer #footer_02 nav ul li:nth-child(4) {
	padding: 0 40px;
}

footer #footer_03 {
	position: relative;
	width: 1060px;
	margin: 0 auto;
	padding-bottom: 30px;
}

footer #footer_03 > p {
	float: left;
	width: 792px;
	padding-top: 8px;
	text-align: right;
}

footer #footer_03 > ul {
	float: right;
}

footer #footer_03 > ul li {
	display: table-cell;
	padding-left: 10px;
	font-size: 0;
	line-height: 0;
	vertical-align: top;
}