@charset "utf-8";
/* CSS Document */

/*=================その他のページ=================*/
/*-=-=-=-=-プライバシーポリシーページ設定-=-=-=-=-*/
#privacy_policy p {
	line-height: 1.8;
}
.policy_li {
	margin: 2.5rem 0;
}
.policy_li li {
	display: flex;
	font-size: 1rem;
}
.policy_li-number {
	font-weight: bold;
}


/*--------クッキーポリシー設定--------*/
#cookie_policy {
	display: block;
	padding-top: 7rem;
	margin-top: -7rem;
}
.page_contents_title.cookie {
	margin-top: 7rem;
}
.cookie_box {
	margin-top: 3.5rem;
}
.cookie_box h3 {
	font-size: 1.25rem;
	margin-bottom: 1rem;
}
.cookie_box a {
	color: #004898;
	font-size: 1.125rem;
}
.cookie_box span {
	margin-left: 0.6rem;
}
.cookie_box a:hover {
	text-decoration: underline;
}

.description_list_nobg {
	width: 100%;
	font-size: 1rem;
	text-align: left;
	margin-top: 2rem;
	margin-bottom: 2rem;
}
.description_list_nobg tr {
	display: flex;
	border-bottom: 1px solid #a1a1a1;
	padding: 0.6rem 0;
	margin-bottom: 1.8rem;
}
.description_list_nobg th {
	width: 14.4rem;
	text-align: left;
	padding: 0.6rem 1.8rem;
}
.description_list_nobg td {
	width: 75%;
	padding: 0.6rem 0;
}
.description_list_nobg p {
	border-left: 3px solid #004898;
	padding: 0 2.4rem;
}


/*-=-=-=-=-ご利用にあたってページ設定-=-=-=-=-*/
.description_list_short {
	width: 100%;
	font-size: 1rem;
	text-align: left;
	margin-top: 2.4rem;
	margin-bottom: 2.4rem;
}
.description_list_short tr {
	display: flex;
	background: #fff;
}
.description_list_short tr:nth-child(odd) {
	background: #fafafa;
}
.description_list_short th {
	width: 19.2rem;
	text-align: left;
	padding: 0.6rem 1.8rem;
}
.description_list_short td {
	width: 67%;
	padding: 0.6rem 0;
}
.description_list_short p {
	border-left: 3px solid #a1a1a1;
	padding: 0 2.4rem;
}
.adobeReader_link {
	display: flex;
	justify-content: space-between;
	margin-top: 2.4rem;
}
.adobeReader_link a {
	width: 20%;
}


/*-=-=-=-=-サイトマップページ設定-=-=-=-=-*/
.map_parent {
	color: #004898;
	font-size: 1.5rem;
}
.map_parent:hover {
	text-decoration: underline;
}
.map_parent span {
	margin-left: 1.2rem;
}

.sitemapBlock {
	/* margin-top: 6vw; */
	margin-top: 3.6rem;
}

.map_child {
	margin-top: 2.4rem;
}
.map_child ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.map_child ul li {
	width: 48%;
	border-bottom: 1px solid #a1a1a1;
	padding: 1.2rem 0;
}
.map_child ul li:nth-child(1), .map_child ul li:nth-child(2) {
	border-top: 1px solid #a1a1a1;
}
.map_child_link {
	display: flex;
	justify-content: space-between;
}
.map_child p {
	font-size: 1.25rem;
}
.child_r_icon {
	color: #004898;
}
.map_child ul li:hover, .map_child ul li:hover .child_r_icon, .map_child ul li:hover .blue_bold {
	color: #E2731F;
}
.blue_bold {
	color: #004898;
	font-weight: bold;
}

/*-=-=-=-=-よくあるご質問ページ設定-=-=-=-=-*/
.faq_contents {
	border-top: 1px solid #a1a1a1;
}
.faq_contents .accordion_box {
	border-bottom: 1px solid #a1a1a1;
}
.accordion_header {
	display: flex;
	justify-content: space-between;
	align-items: center;
	font-size: 1rem;
	font-weight: 500;
	cursor: pointer;
	padding: 1.2rem 0;
}
.ac_head_txt {
	display: flex;
	align-items: center;
}
.accordion_header span {
	color: #a1a1a1;
	font-weight: bold;
}
.accordion_header .i-box {
	color: #a1a1a1;
	font-size: 1.2rem;
}
.accordion_header.open .i-box {
	-webkit-transform: rotate(-180deg);
	transform: rotate(-180deg);
	transition: all 0.3s ease;
}

 .accordion_inner {
	display: none;
	width: 100%;
}
.accordion_inner .txt_ac {
	display: flex;
	align-items: flex-start;
	padding-bottom: 1.2rem;
}
.accordion_inner .txt_ac span {
	color: #004898;
	font-size: 1.2rem;
	font-weight: bold;
}
.txt_ac_p .link_ac {
	font-size: 1rem;
	text-decoration: underline;
}
.txt_ac_p .link_ac:hover {
	opacity: 0.7;
}

/* ----- flex 設定 ----- */
.flex_box {
	display: flex;
	flex-direction: row;
	width: 67%;
	margin-bottom: 1.2rem;
}
.flex_box2 {
	display: flex;
	flex-direction: row;
	justify-content: space-between;
	padding: 0 2.4rem;
	margin-bottom: 1.2rem;
}
.flex_box_center {
	display: flex;
	flex-direction: row;
	justify-content: center;
	width: 100%;
	margin-bottom: 1.2rem;
}
.flex_center {
	display: flex;
	justify-content: center;
}
.flex_end {
	display: flex;
	justify-content: flex-end;
}
.flex_column {
	display: flex;
	flex-direction: column;
	justify-content: space-between;
}

.btn_login {
	background: #007FEB;
	width: 18.75rem;
	height: 3.125rem;
	flex-direction: row;
	color: #ffffff;
	transition: border-radius 0.5s;
	margin: 0 -0.6rem 0 0;
	line-height: 3.125rem;
	text-align: center;
	border-radius: 0.5rem;
}

.nologin{
	margin-top:4%;
}

.btn_signup {
	/*ログイン画面*/
	background: #F29149;
	width: 18.75rem;
	height: 3.125rem;
	flex-direction: row;
	color: #ffffff;
	transition: border-radius 0.5s;
	margin: 0;
	line-height: 3.125rem;
	text-align: center;
	border-radius: 0.5rem;
}

/* タブレット用レイアウト */
@media screen and (max-width: 1024px) {
	
	/*----------セレクトボックス設定----------*/
	select {
		-webkit-appearance: none;
		appearance: none;
	}
	select::-ms-expand {
		display: none;
	}
	.select_container {
		width: 20%;
	}
	.select_container::before {
		top: 1.5vw;
		right: 0.75vw;
		border-top: 4.5px solid #333;
		border-left: 4px solid transparent;
		border-right: 4px solid transparent;
	}
	.year_select {
		padding: 1vw;
	}

	/*----------ニュースカテゴリタブ設定----------*/
	.news_menu_tab {
		flex-wrap: wrap;
	}
	.news_menu_tab li {
		width: 30%;
		border-right: 2px solid #004898;
		padding: 0.75vw;
		margin: 0.25vw 0;
	}
	.news_menu_tab li:last-child {
		border-right: 2px solid #004898;
	}
	
	/*----------ページネーション設定----------*/
	.pagination li {
		width: 3.5vw;
		height: 3.5vw;
		line-height: 3.5vw;
		margin: 0 0.5vw;
	}
	
	/*----------20220303 追加----------*/
	.description_list_short th{
		padding: 0.6rem 1rem;
	}
	.description_list_short p {
		padding: 0 1.4rem;
	}
	.description_list_nobg p {
		padding-left: 1rem;
		padding-right: 0;
	}
	.description_list_nobg p > .sp-show{
		display: block!important;
	}
	/*----------20220303 追加ここまで----------*/
	
}


/*スマートフォン縦表示*/
@media screen and (max-width:599px) {
	
	.recommended{
		font-size:0.725rem;
		margin:3rem 1rem 0 1rem;
	}
	
	.notes{
		font-size:0.725rem;
		margin:1rem 1rem 0 1rem;
	}
	
	/*----------セレクトボックス設定----------*/
	select {
		-webkit-appearance: none;
		appearance: none;
	}
	select::-ms-expand {
		display: none;
	}
	.select_container {
		width: 100%;
		margin-bottom: 5.5vw;
	}
	.select_container::before {
		top: 5vw;
		right: 3.5vw;
		border-top: 5.5px solid #333;
		border-left: 5px solid transparent;
		border-right: 5px solid transparent;
	}
	.year_select {
		font-size: 4vw;
		border-radius: 1vw;
		padding: 3.25vw;
	}
	
	
	/*----------ニュースカテゴリタブ設定----------*/
	.news_menu_tab {
		flex-wrap: wrap;
		margin-bottom: 2vw;
	}
	.news_menu_tab li {
		width: 42.5%;
		color: #fff;
		font-size: 4.25vw;
		border-right: none;
		padding: 2.75vw;
		margin-bottom: 2.75vw;
	}
	.news_menu_tab li:nth-child(odd) {
		margin-right: 1.5vw;
	}
	
	.news_category01_tab {
		background: #F16077;
	}
	.news_category02_tab {
		background: #4CBAE8;
	}
	.news_category03_tab {
		background: #7EC964;
	}
	.news_category04_tab {
		background: #FF981E;
	}
	.news_category05_tab {
		background: #B97CCF;
	}
	
	.news_categoryAll {
		background: #004898;
	}
	.news_menu_tab .news_category01_tab.current {
		background: rgba(241, 96, 119, 0.75);
	}
	.news_menu_tab .news_category02_tab.current {
		background: rgba(76, 186, 232, 0.75);
	}
	.news_menu_tab .news_category03_tab.current {
		background: rgba(126, 201, 100, 0.75);
	}
	.news_menu_tab .news_category04_tab.current {
		background: rgba(255, 152, 30, 0.75);		
	}
	.news_menu_tab .news_category05_tab.current {
		background: rgba(185, 124, 207, 0.75);
	}
	.news_menu_tab .news_categoryAll.current {
		background: rgba(0, 60, 128, 0.75);
	}

	/*----------ページネーション設定----------*/
	.pagination {
		margin-top: 10.75vw;
	}
	.pagination li {
		width: 9vw;
		height: 9vw;
		font-size: 4.25vw;
		line-height: 2;
		margin: 0 1.5vw;
	}
	
	/*=================その他のページ=================*/
	/*-=-=-=-=-プライバシーポリシーページ設定-=-=-=-=-*/
	#privacy_policy p {
		line-height: 1.6;
	}
	.policy_li {
		margin: 5.5vw 0;
	}

	
	/*--------クッキーポリシー設定--------*/
	#cookie_policy {
		padding-top: 15vw;
		margin-top: -15vw;
	}
	.page_contents_title.cookie {
		margin-top: 16vw;
	}
	.cookie_box {
		margin-top: 8vw;
	}
	.cookie_box h3 {
		font-size: 4.25vw;
		margin-bottom: 4vw;
	}
	.cookie_box a {
		font-size: 3.75vw;
	}
	.cookie_box span {
		margin-left: 1.5vw;
	}

	.description_list_nobg {
		font-size: 0.9vw;
		margin-top: 8vw;
	}
	.description_list_nobg tr {
		flex-direction: column;
		padding: 0.5vw 0;
		margin-bottom: 5.5vw;
	}
	.description_list_nobg tr:last-child {
		margin-bottom: 0;
	}
	.description_list_nobg th {
		width: 100%;
		font-size: 4vw;
		padding: 0;
		margin-bottom: 2.75vw;
	}
	.description_list_nobg td {
		width: 100%;
		padding: 0 0 2.5vw;
	}
	.description_list_nobg p {
		font-size: 3.6vw!important;
		padding: 0 0 0 2vw;
	}
	
	
	/*-=-=-=-=-ご利用にあたってページ設定-=-=-=-=-*/
	.description_list_short {
		font-size: 3.75vw;
		margin-top: 5.5vw;
		margin-bottom: 5.5vw;
	}
	.description_list_short tr {
		flex-direction: column;
	}
	.description_list_short th {
		width: 93.5%;
		padding: 2.75vw 2.75vw 1.5vw;
	}
	.description_list_short td {
		width: 93.5%;
		padding: 1.5vw 2.75vw 2.75vw;
	}
	.description_list_short p {
		padding: 0 0 0 2vw;
	}
	.adobeReader_link {
		flex-direction: column;
		margin-top: 1.25rem;
	}
	
	.adobeReader_link  p{
		font-size:0.725rem;
		margin:0 1rem;
	}
	
	.adobeReader_link a {
		width: 70%;
		margin: 1rem 1rem 0 1rem;
	}
	
	
	/*-=-=-=-=-サイトマップページ設定-=-=-=-=-*/
	.map_parent {
		font-size: 5.75vw;
	}
	.map_parent span {
		margin-left: 3vw;
	}

	.sitemapBlock {
		margin-top: 3.75rem;
	}
	.map_child {
		margin-top: 5.5vw;
	}
	.map_child ul {
		flex-direction: column;
	}
	.map_child ul li {
		width: 100%;
		padding: 3.5vw 0;
	}
	.map_child ul li:nth-child(2){
		border-top: none;
	}
	.map_child p {
		font-size: 4vw;
	}

	
	/*-=-=-=-=-よくあるご質問ページ設定-=-=-=-=-*/
	.accordion_header {
		font-size: 3.6vw;
		padding: 5.5vw 0;
	}
	.ac_head_txt {
		align-items: flex-start;
	}
	.ac_head_txt p {
		margin-right: 3vw;
	}
	.accordion_header span {
		font-size: 4vw;
	}
	.accordion_header .i-box {
		font-size: 4vw;
	}

	.accordion_inner .txt_ac {
		padding-bottom: 5.5vw;
	}
	.accordion_inner .txt_ac span {
		font-size: 4vw;
	}
	.txt_ac_p .link_ac {
		font-size: 3.5vw;
	}
	
}