@charset "UTF-8";
/*言語選択*/
.select-lang {
	display: flex;
    justify-content: center;
    margin: 20px auto;
}
.select-lang-ttl,
.select-lang-select {
	padding: 5px 10px;
	font-size: 14px;
}
.select-lang-ttl {
	color: #fff;
	border: #555 1px solid;
	background-color: #555;
}
.select-lang-ttl::before {
	content: "\f0ec";
	padding-right: 5px;
	font-family: "Font Awesome 5 Free";
	font-weight: 900;
}
.content_main_list select.select-lang-select {
	color: #555;
	border: #555 1px solid;
    margin: 0;
    outline: none;
}
.-lang-ttl-pc {
	display: inline;
}
.-lang-ttl-sp {
	display: none;
}
@media screen and (max-width:480px) {
	.-lang-ttl-pc {
		display: none;
	}
	.-lang-ttl-sp {
		display: inline;
	}
}
.-lang-ja {
	display: flex;
	padding-left: 24px;
	color: #fff;
	font-size: 13px;
}
.select_box {
	display: flex;
	align-self: stretch;
	flex-direction: column;
	justify-content: center;
	gap: 50px;
	padding: 50px 0;
}
#contaner a.select_jpn_btn,
#contaner a.select_os_btn {
	display: flex;
	flex-direction: column;
	justify-content: center;
	width: 480px;
	margin: auto;
	padding: 10px 0;
	text-align: center;
	border-radius: 4px;
	font-size: 20px;
	font-weight: 700;
	line-height: 30px;
}
@media screen and (max-width:480px) {
	#contaner a.select_jpn_btn,
	#contaner a.select_os_btn {
		width: 100%;
		font-size: 1rem;
		line-height: 1.5rem;
	}
}
#contaner a.select_jpn_btn {
	color: #0077ff;
	border: 1px solid #0077ff;
}
#contaner a.select_os_btn {
	position: relative;
	color: #fff;
	background-color: #1D3994;
}
.select_os_btn::before,
.select_os_btn::after {
	position: absolute;
	top: -20px;
	left: 0;
	display: flex;
	align-items: center;
	height: 15px;
	color: #1D3994;
	font-size: 14px;
}
.select_os_btn::before {
	content: "";
	width: 5px;
	background-color: #1D3994;
}
.select_os_btn::after {
	content: "海外在住の方はこちら";
	padding-left: 10px
}
.select_btn_subtxt {
	font-size: .875rem;
}
@media screen and (max-width:480px) {
	.select_btn_subtxt {
		font-size: .75rem;
	}
}