@charset "UTF-8";

@import url('https://fonts.googleapis.com/css2?family=Noto+Sans+JP:wght@400;700');

body {
    font-family: 'Noto Sans JP', "メイリオ", "Hiragino Kaku Gothic Pro", sans-serif;
    font-size: 14px;
}
a {
    color: #000;
	text-decoration: none;
}
#breadcrumb a:hover,
#main a:hover {
	color: #0469FF;
	text-decoration: underline;
}


/* module */
.flex {
    display: flex;
}
.inline-flex {
    display: inline-flex;
}

.box-center {
	margin: 0 auto;
}


/* header */
#header {
	align-items: center;
	padding: 0 30px;
}
#header-logo {
	width: 100px;
}
#header-nav ul {
	display: table;
	padding: 0;
}
#header-nav li {
	display: table-cell;
	position: relative;
	list-style: none;
	margin-left: 30px;
	vertical-align: middle;
	text-align: center;
}
#header-nav li a {
	display: block;
	padding: 10px 30px;
	font-weight: bold;
}
#header-nav li.current::after {
	content: " ";
	display: block;
	position: absolute;
	left: calc(50% - 50px);
	bottom: 0;
	width: 100px;
	height: 4px;
	margin: 0 auto;
	background: #A6CE39;
}

@media screen and (max-width: 780px) {
	#header-nav ul,
	#header-nav li {
		display: block;
	}
}


/* key-visual */
#key-visual {
	overflow: hidden;
}
#key-visual img {
	max-width: none;
}

/* breadcrumb */
#breadcrumb {
	margin: 20px 30px;
	font-size: 12px;
}
#breadcrumb ol {
	margin: 0;
}
#breadcrumb ol li {
	list-style: none;
	display: inline;
}
#breadcrumb ol li::before {
	content: "\03e";
	margin: 0 7px;
}
#breadcrumb ol li:first-child:before {
	content: none;
}

/* main */
#main {
    max-width: 1200px;
    padding: 20px 10px;
    margin: 0 auto;
	line-height: 1.5;
}
#main p + p {
	margin-top: 1em;
}

.page-title {
	margin-bottom: 40px;
    font-size: 36px;
    text-align: center;
}
.page-subtitle {
	margin-top: -35px;
    text-align: center;
}
.section-title {
	padding: 10px;
	font-size: 24px;
	border-bottom: 1px solid #000;
}

.gray-box {
	padding: 20px 40px;
	background: #f1f1f1;
	border: 1px solid #858585;
}
.content-box {
	max-width: 1000px;
    margin: 80px auto 0;
}

.text-box {
	margin-top: 40px;
}
.text-box a {
	color: #0469FF;
	text-decoration: underline;
}
.text-box .section-title {
	padding-left: 0;
	border-bottom: none;
	font-weight: normal;
}

.link-list {
	margin: 0;
	padding: 0;
}
.link-list li {
	list-style: none;
	margin: 1em 0;
}
.link-list-box .link-list {
	padding: 20px 0;
}

.icon-blank::after {
	content: " ";
	display: inline-block;
	width: 11px;
	height: 13px;
	margin-left: 1em;
	background-image: url("../img/common/icon-blank.svg");
}
.link-list.no-underline a {
	text-decoration: none;
}

.link-list-box  .country-list {
	padding: 20px 40px;
	font-size: 12px;
}


/* history-table */
.history-table {
	width: 100%;
	border-collapse: collapse;
}
.history-table th {
	font-weight: normal;
}
.history-table thead th {
	padding: 10px 0;
	background-color: #B1D353;
	font-weight: bold;
	text-align: center;
}
.history-table th span {
	display: inline-block;
	width: 100%;
	border-right: 2px solid #fff;
}
.history-table tbody {
	text-align: left;
}
.history-table tbody th,
.history-table tbody td {
	padding: 10px 15px;
	border-bottom: 1px solid #eeeeee;
}
.history-table td ul {
	margin: 0;
}


/* footer */
#footer {
	position: relative;
	margin-top: 100px;
}
#pagetop {
	position: fixed;
	bottom: 60px;
	right: 30px;
}
#pagetop a {
	display: block;
	overflow: hidden;
	width: 48px;
	height: 0;
	padding-top: 47px;
	background: url(../img/common/pagetop.png) left top no-repeat;
	background-size: 48px auto;
}
#pagetop.hidden {
	opacity: 0;
	transition: all 0.5s;
}
.btn-back {
	margin: 30px 0;
	text-align: center;
}
.btn-back a {
	display: inline-block;
	padding-left: 36px;
	background: url(../img/common/arrow-back.png) left center no-repeat;
	background-size: 26px auto;
	font-size: 16px;
	font-weight: bold;
	text-decoration: none;
	letter-spacing: .6em;
}
#footer .copyright {
	padding: 30px 0;
	text-align: center;
}


/* TOP */
.banners{
	margin: 35px 0;
	padding: 0;
	justify-content: space-between;
}
.banners li {
	list-style: none;
}

.country-table {
	max-width: 590px;
	margin: 0 auto;
}
.country-table th,
.country-table td {
	padding: 5px 8px;
}
.country-table th {
	text-align: left;
}

.text-graph {
	max-width: 830px;
	margin: 20px auto 0;
}