header.nation{
	height: 60px;
	background-color: #fff;
}
header.nation .inner{
	display: flex;
	justify-content: space-between;
	align-items: center;
	height: 100%;
}

header.nation .inner div:first-child{
	width: 465px;
	max-width: 60%;
}

header.nation .inner div:last-child{
	width: 130px;
	max-width: 20%;
}

main.nation{
	font-family: 'FontAwesome', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', 'Noto Sans Japanese', YuGothic, '游ゴシック体', 'Yu Gothic', '游ゴシック', Meiryo, 'メイリオ', Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
}

main.nation .inner>p{
	padding: 50px 0;
}

main.nation .various_box{
	background-color: #cfeeff;
	position: relative;
	border-top: 2px solid #2c90d3;
	border-radius: 0 0 20px 20px;
	padding: 50px 40px 20px;
}
main.nation .various_box:nth-of-type(n+2){
	margin-top: 70px;
}
@media screen and (max-width: 670px) {
main.nation .various_box{
	padding: 40px 20px 10px;
}
main.nation .various_box:nth-of-type(n+2){
	margin-top: 50px;
}
}

main.nation .various_box h2{
	position: absolute;
	font-family: 'FontAwesome', 'Noto Sans Japanese', 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', YuGothic, '游ゴシック体', 'Yu Gothic', '游ゴシック', Meiryo, 'メイリオ', Osaka, 'MS PGothic', 'ＭＳ Ｐゴシック', sans-serif;
	font-size: 2.8rem;
	font-weight: 900;
	color: #2c90d3;
/*
	background: -webkit-linear-gradient(#097ac2,#008ad4);
	-webkit-text-fill-color: transparent;
	-webkit-background-clip: text;
*/
	background-color: #fff;
	width: 150px;
	height: 50px;
	top: 0%;
	left: 50%;
	transform: translate(-50%,-50%);
	margin: 0 auto;
	text-align: center;
	border: 2px solid #2c90d3;
	border-radius: 25px;
	display: flex;
	-ms-align-items: center;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 670px) {
main.nation .various_box h2{
	font-size: 2.0rem;
	width: 100px;
	height: 40px;
}
}

main.nation .various_box>div{
	display: flex;
	align-items: flex-start;
}
@media screen and (max-width: 670px) {
main.nation .various_box>div{
	display: block;
}
}

main.nation .various_box>div img{
	width: 450px;
}
@media screen and (max-width: 670px) {
main.nation .various_box>div img{
	width: 100%;
	margin-bottom: 20px;
}
}

main.nation .various_box>div dl{
	font-size: 1.5rem;
	margin-left: 40px;
}
@media screen and (max-width: 670px) {
main.nation .various_box>div dl{
	margin-left: 0;
}
}

main.nation .various_box>div dt{
	font-weight: bold;
	margin: 0 0 5px;
}

main.nation .various_box>div dd{
	margin: 5px 0 15px;
}

main.nation .btn_more a{
	background: linear-gradient(to bottom, #097ac2,#008ad4);
	color: #fff;
	font-size: 2.0rem;
	font-weight: bold;
	width: 340px;
	max-width: 100%;
	height: 60px;
	border-radius: 10px;
	margin: 10px auto;
	display: flex;
	align-items: center;
	justify-content: center;
}

main.nation .btn_more a.end{
	position: relative;
	pointer-events: none;
	overflow: hidden;
}
main.nation .btn_more a.end::after{
	position: absolute;
	content: "イベントは終了しました";
	width: 100%;
	height: 100%;
	left: 0;
	top: 0;
	background-color: rgba(255,255,255,.9);
	color: #2c90d3;
	font-weight: bold;
	display: flex;
	align-items: center;
	justify-content: center;
}

