@charset "UTF-8";


#header {
	height: 100px;
}
#header .header-inner {
	height: 100px;
}
#header .header-inner .header-logo {
	position: absolute;
	left: 0;
	top: 46px;
}

/* header @media*/
@media screen and (max-width: 720px) {
		#header {
			height: 46px;
		}
		#header .header-inner {
      width: auto;
			/*width: 100%;*/
			height: 46px;
			margin: 0;
		}
		#header .header-inner .header-logo {
			position: absolute;
			left: 10px;
			top: 12px;
			width: 50%;
			height: auto;
		}
		#header .header-inner .header-logo img {
			display: block;
			width: 100%;
			height: auto;
		}
	}

article.page {
	padding-top: 26px;
}

/*icon-box*/
.icon-box {
	bottom: 0px;
}

/*countdown*/
.countdown_hld {
	bottom: 0px;
}

/*hero*/
#hero {
    height: 480px;
}
#hero .hero-inner {
    height: 480px;
}
.hero-logo {
	top: 10%;
}
.main_date {
	top: 52%;
}
.main_copy {
	top: 34%;
}
	@media screen and (max-width:720px){
		#hero {
			height: 200px;
		}
		#hero .hero-inner {
			width: 100%;
			height: 100%;
			margin: 0;
		}
		.hero-logo {
			top: 18%;
		}
		.main_date {
			top: 52%;
		}
		.main_copy {
			top: 80%;
		}

		.icon-box {
			top: 13px;
			right: 10px;
			height: 22px;
		}
		.icon-box ul li {
			width: 22px;
			height: 22px;
		}
		.icon-box ul li img {
			width: 22px;
			height: 22px;
		}
		.icon-box ul li:last-child {
			margin-left: 4px;
		}
	}

dl.data-set dd ul li strong {
	color: #1a96d5;
}
dl.data-set dd ul {
	list-style: outside square;
	padding-left: 1.25em;
}
dl.data-set dd ul li > ul {
	list-style: outside circle;
	padding-left: 1.25em;
}

table.en-tbl {
	width: 100%;
}
table.en-tbl tr th,
table.en-tbl tr td {
	border: 1px solid #000;
	text-align: center;
	vertical-align: middle;
	font-size: 14px;
	font-size: 1.4rem;
	padding: 8px 0;
}
table.en-tbl tr th {
	width: 40%;
	background: #1a96d5;
	color: #fff;
	font-weight: 700;
}
table.en-tbl tr td {
	width: 20%;
}
table.en-tbl tr:first-child td {
	background: #1a96d5;
	color: #fff;
	font-weight: 700;
}
table.en-tbl.tbl-3c tr td {
	width: 30%;
}

h3.ttl_index_news span {
	color: #1a96d5;
}
dl.data-set dd > p > strong {
	color: #1a96d5;
	font-weight: 700;
}
dl.data-set dd ol {
	list-style: outside decimal;
	padding-left: 1.25em;
}
dl.data-set dd ol li p strong {
	display: block;
	color: #1a96d5;
}

.col_cont > p {
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.8;
}
	@media screen and (max-width: 720px) {
		table.en-tbl tr th,
		table.en-tbl tr td {
			font-size: 13px;
			font-size: 1.3rem;
			padding: 4px 0;
		}
		.section-l__r .data-set dd p {
			font-size: 13px;
			font-size: 1.3rem;
			line-height: 1.6;
		}
		.col_cont > p {
			font-size: 13px;
			font-size: 1.3rem;
			line-height: 1.6;
		}
	}

/*add 20170809*/
.en-bnr-box li {
	width: 49%;
	float: left;
	margin-left: 2%;
}
.en-bnr-box li:nth-child(2n-1) {
	margin-left: 0;
}
.en-bnr-box li:nth-child(n+3) {
	margin-top: 10px;
}

/*add 20171102*/
.col_cont.bd-top.en-notice {
	background: url(../img/bdr-line-red.gif) repeat-x 0 0 #fff;
}
.en-notice h3.ttl_index_news {
	color: #dc471c;
}
.en-notice h3.ttl_index_news:before {
	background-color: #dc471c;
}
.col_cont.bd-top.en-notice ul {
	list-style: outside disc;
	padding-left: 20px;
	margin: 6px 0;
}
.col_cont.bd-top.en-notice ul li {
	font-size: 15px;
	font-size: 1.5rem;
	line-height: 2;
}
.col_cont.bd-top.en-notice ul li a {
	text-decoration: underline;
	color: #1a96d5;
}
.col_cont.bd-top.en-notice .sign {
	margin-top: 10px;
	text-align: right;
}
.col_cont.bd-top.en-notice .sign p {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.8;
}
	@media screen and (max-width: 720px) {
		.col_cont.bd-top.en-notice p {
			line-height: 1.8;
		}
		.col_cont.bd-top.en-notice ul {
			padding-left: 20px;
			margin: 6px 0;
		}
		.col_cont.bd-top.en-notice ul li {
			font-size: 13px;
			font-size: 1.3rem;
			line-height: 1.8;
		}
		.col_cont.bd-top.en-notice .sign {
			margin-top: 6px;
			text-align: left;
		}
		.col_cont.bd-top.en-notice .sign p {
			font-size: 12px;
			font-size: 1.2rem;
			line-height: 1.6;
		}
	}