@charset "utf-8";
/* CSS Document */

/*=================その他のページ=================*/
/*-=-=-=-=-プライバシーポリシーページ設定-=-=-=-=-*/
#privacy_policy .container {
	position: relative;
	top: 0;
	width: 100%;
	/*min-height: 100vh;*/
	margin-top: -220px;
}
#privacy_policy p {
	line-height: 1.6;
}
.policy_li {
	margin: 40px 0;
}
.policy_li li {
	display: flex;
	font-size: 1rem;
}
.policy_li-number {
	font-weight: bold;
}


/*--------クッキーポリシー設定--------*/
#cookie_policy {
	display: block;
	padding-top: 120px;
	margin-top: -120px;
}
.page_contents_title.cookie {
	margin-top: 120px;
}
.cookie_box {
	margin-top: 60px;
}
.cookie_box h3 {
	font-size: 1.25rem;
	margin-bottom: 20px;
}
.cookie_box a {
	display: block;
	color: #004898;
	font-size: 1rem;
	margin: 8px 0;
}
.cookie_box span {
	margin-left: 8px;
}
.cookie_box a:hover {
	text-decoration: underline;
}
.cookie_purpose {
	font-size: 1rem;
	margin-top: 20px;
}
.cookie_purpose li {
	display: flex;
}
.cookie_purpose li p:first-child {
	margin-right: 10px;
}

.description_list_nobg {
	width: 100%;
	font-size: 1rem;
	text-align: left;
}
.description_list_nobg tr {
	display: flex;
	border-bottom: 1px solid #a1a1a1;
	padding: 10px 0;
	margin-bottom: 25px;
}
.description_list_nobg th {
	width: 220px;
	text-align: left;
	padding: 10px 20px;
}
.description_list_nobg td {
	width: 74%;
	padding: 10px 0;
}
.description_list_nobg p {
	border-left: 3px solid #004898;
	padding-left: 40px;
}

/* 2025.02.24 お問い合わせボタン追加 */
.contact-btn {
	width: 300px;
    color: #fff;
    background-color: #004898;
    border-radius: 100px;
    display: flex;
    justify-content: center;
    align-items: center;
    gap: 20px;
    padding: 13px 25px;
    margin: 26px auto 0;
    border: 2px solid #004898;
    transition: 0.2s;
}
.contact-btn p {
    font-size: 16px;
    font-weight: bold;
    line-height: 1.49em;
    margin-left: auto;
}
.contact-btn:hover{
	color: #004898;
	background-color: #fff;
	border: 2px solid #004898;
}


/*-=-=-=-=-ご利用にあたってページ設定-=-=-=-=-*/
#terms .container {
	position: relative;
	top: 0;
	width: 100%;
	/*min-height: 100vh;*/
	margin-top: -220px;
}
.terms_txt {
	margin-top: 120px;
}
.description_list_short {
	width: 100%;
	font-size: 1rem;
	text-align: left;
	margin: 40px 0;
}
.description_list_short tr {
	display: flex;
	background: #fff;
}
.description_list_short tr:nth-child(odd) {
	background: #fafafa;
}
.description_list_short th {
	width: 380px;
	text-align: left;
	padding: 10px 20px;
}
.description_list_short td {
	width: 67%;
	padding: 10px 0;
}
.description_list_short p {
	border-left: 3px solid #a1a1a1;
	padding: 0 40px;
}
.adobeReader_link {
	display: flex;
	justify-content: space-between;
	margin-top: 40px;
}
.adobeReader_link a {
	width: 20%;
}


/*-=-=-=-=-サイトマップページ設定-=-=-=-=-*/
#sitemap .container {
	position: relative;
	top: 0;
	width: 100%;
	/*min-height: 100vh;*/
	margin-top: -220px;
}
/*Edge崩れ対応251104*/
#sitemap a{
	backface-visibility: visible;
}
.sitemap_container {
	margin-top: 120px;
}
.map_parent {
	color: #004898;
	font-size: 1.5rem;
	font-family: 'M PLUS 1p', sans-serif;
}
.map_parent:hover {
	text-decoration: underline;
}
.map_parent span {
	margin-left: 15px;
}

.sitemapBlock {
	margin-top: 80px;
}

.map_child {
	margin-top: 30px;
}
.map_child ul {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
}
.map_child ul li {
	width: 48%;
	border-bottom: 1px solid #a1a1a1;
}
.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;
	align-items: center;
	width: 100%;
	padding: 15px 0;
}
.map_child p {
	font-size: 1rem;
}
.child_r_icon {
	color: #004898;
}
.map_child ul li:hover, .map_child ul li:hover .child_r_icon {
	color: #E2731F;
}
.height {
	display: flex;
}


/*-=-=-=-=-他社所有商標に関する表示設定-=-=-=-=-*/
.trademark_list {
	padding: 0 50px;
	margin-top: 120px;
}
.trademark_list li {
	list-style: disc;
	line-height: 2;
	margin-bottom: 15px;
}


/*-=-=-=-=-よくあるご質問ページ設定-=-=-=-=-*/
#faq .container {
	position: relative;
	top: 0;
	width: 100%;
	/*min-height: 100vh;*/
	margin-top: -220px;
}
.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: 10px 0;
}
.ac_head_txt {
	display: flex;
	align-items: center;
}
.accordion_header span {
	color: #a1a1a1;
	font-size: 1.2rem;
	font-weight: bold;
}
.accordion_header .i-box {
	color: #a1a1a1;
	font-size: 0.9rem;
}
.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: 10px;
}
.accordion_inner .txt_ac span {
	color: #004898;
	font-size: 1.2rem;
	font-weight: bold;
}
.link_ac {
	font-size: 1rem;
	text-decoration: underline;
}
.link_ac:hover {
	opacity: 0.7;
}




/* 拡大切替用 */
@media screen and (max-width: 1348px) {

	/*-=-=-=-=-サイトマップページ設定-=-=-=-=-*/
	.map_parent {
		font-size: 1.25rem;
	}
	.map_child p {
		font-size: 0.9rem;
	}
	
	
	/*-=-=-=-=-ご利用にあたってページ設定-=-=-=-=-*/
	.description_list_short {
		font-size: 0.9rem;
	}
	.description_list_short th {
		width: 310px;
	}
	
	
	/*-=-=-=-=-よくあるご質問ページ設定-=-=-=-=-*/
	.txt_ac_p .link_ac {
		font-size: 0.9rem;
	}
	
}




/* タブレット用レイアウト */
@media screen and (max-width: 1024px) {
	
	/*=================その他のページ=================*/
	/*-=-=-=-=-プライバシーポリシーページ設定-=-=-=-=-*/
	#privacy_policy .container {
		margin-top: -120px;
	}
	.policy_li {
		margin: 20px 0;
	}
	.policy_li li {
		font-size: 0.75rem;
	}


	/*--------クッキーポリシー設定--------*/
	#cookie_policy {
		padding-top: 80px;
		margin-top: -80px;
	}
	.page_contents_title.cookie {
		margin-top: 80px;
	}
	.cookie_box {
		margin-top: 30px;
	}
	.cookie_box h3 {
		font-size: 1rem;
		margin-bottom: 10px;
	}
	.cookie_box a {
		font-size: 0.75rem;
		text-decoration: underline;
	}
	.cookie_purpose {
		font-size: 0.75rem;
		margin-top: 10px;
	}
	.cookie_purpose li p:first-child {
		margin-right: 8px;
	}

	.description_list_nobg {
		font-size: 0.75rem;
	}
	.description_list_nobg tr {
		padding: 10px 0;
		margin-bottom: 15px;
	}
	.description_list_nobg th {
		width: 165px;
		padding: 10px 20px;
	}
	.description_list_nobg p {
		padding-left: 30px;
	}
	
	/*-=-=-=-=-ご利用にあたってページ設定-=-=-=-=-*/
	#terms .container {
		margin-top: -120px;
	}
	.terms_txt {
		margin-top: 80px;
	}
	.description_list_short {
		font-size: 0.75rem;
		margin: 20px 0;
	}
	.description_list_short th {
		width: 290px;
	}
	.adobeReader_link {
		margin-top: 30px;
	}
	
	/*-=-=-=-=-サイトマップページ設定-=-=-=-=-*/
	#sitemap .container {
		margin-top: -120px;
	}
	.sitemap_container {
		margin-top: 80px;
	}
	.map_parent {
		font-size: 1.25rem;
		text-decoration: underline;
	}
	.map_parent span {
		margin-left: 10px;
	}
	.sitemapBlock {
		margin-top: 40px;
	}
	.map_child {
		margin-top: 20px;
	}
	.map_child_link {
		padding: 10px 0;
	}
	.map_child p {
		font-size: 0.75rem;
	}

	/*-=-=-=-=-他社所有商標に関する表示設定-=-=-=-=-*/
	.trademark_list {
		padding: 0 30px;
		margin-top: 80px;
	}
	.trademark_list li {
		margin-bottom: 10px;
	}
	
	/*-=-=-=-=-よくあるご質問ページ設定-=-=-=-=-*/
	#faq .container {
		margin-top: -120px;
	}
	.accordion_header {
		align-items: flex-start;
	}
	.accordion_header span {
		font-size: 0.75rem;
	}
	.accordion_header .i-box {
		font-size: 0.75rem;
	}
	.ac_head_txt {
		align-items: flex-start;
	}
	.txt_ac_p p {
		line-height: 1.5;
		margin-bottom: 15px;
	}
	.accordion_inner .txt_ac span {
		font-size: 0.75rem;
	}
	.txt_ac_p .link_ac {
		font-size: 0.75rem;
	}
	.link_ac {
		font-size: 0.75rem;
	}

	
}




/*スマートフォン縦表示*/
@media screen and (max-width: 599px) {
	
	/*=================その他のページ=================*/
	/*-=-=-=-=-プライバシーポリシーページ設定-=-=-=-=-*/
	#privacy_policy .container {
		margin-top: -110px;
	}
	#privacy_policy p {
		line-height: 1.5;
	}
	.policy_li {
		margin: 20px 0;
	}
	.policy_li li {
		font-size: 0.95rem;
	}


	/*--------クッキーポリシー設定--------*/
	#cookie_policy {
		padding-top: 30px;
		margin-top: -30px;
	}
	.page_contents_title.cookie {
		margin-top: 60px;
	}
	.cookie_box {
		margin-top: 30px;
	}
	.cookie_box h3 {
		font-size: 1rem;
		margin-bottom: 15px;
	}
	.cookie_box a {
		font-size: 0.95rem;
		margin: 8px 0;
	}
	.cookie_purpose {
		font-size: 0.95rem;
		margin-top: 15px;
	}
	.cookie_purpose li p:first-child {
		margin-right: 5px;
	}

	.description_list_nobg {
		font-size: 0.95rem;
	}
	.description_list_nobg tr {
		flex-direction: column;
		padding: 10px 0;
		margin-bottom: 20px;
	}
	.description_list_nobg th {
		width: 90%;
		padding: 0 0 10px;
	}
	.description_list_nobg td {
		width: 100%;
		padding: 0;
	}
	.description_list_nobg p {
		font-size: 0.9rem;
		padding-left: 8px;
	}

	.contact-btn{
        width: 100%;
		min-width: auto;
        color: #004898;
        background-color: #fff;
        border: 2px solid #004898;
        padding: 13px 25px;
        box-sizing: border-box;
        margin-top: 20px;
    }
    .contact-btn:hover{
        color: #fff;
        background-color: #004898;
        border: 2px solid #fff;
    }
	
	
	/*-=-=-=-=-ご利用にあたってページ設定-=-=-=-=-*/
	#terms .container {
		margin-top: -110px;
	}
	.terms_txt {
		margin-top: 60px;
	}
	.description_list_short {
		font-size: 0.95rem;
		margin: 20px 0;
	}
	.description_list_short tr {
		flex-direction: column;
	}
	.description_list_short th {
		width: 93%;
		padding: 10px 10px 5px;
	}
	.description_list_short td {
		width: 93%;
		padding: 0 10px 10px;
	}
	.description_list_short p {
		border-left: 4px solid #a1a1a1;
		padding: 0 10px;
	}
	.adobeReader_link {
		flex-direction: column;
		margin-top: 20px;
	}
	.adobeReader_link a {
		width: 70%;
		margin-top: 30px;
	}
	
	
	/*-=-=-=-=-サイトマップページ設定-=-=-=-=-*/
	#sitemap .container {
		margin-top: -110px;
	}
	.sitemap_container {
		margin-top: 60px;
	}
	.map_parent {
		font-size: 1.3rem;
	}
	.map_parent span {
		margin-left: 10px;
	}
	.sitemapBlock {
		margin-top: 60px;
	}

	.map_child {
		margin-top: 20px;
	}
	.map_child ul li {
		width: 100%;
	}
	.map_child_link {
		padding: 20px 0;
	}
	.map_child p {
		font-size: 0.95rem;
	}
	.map_child p:first-child {
		width: 93%;
	}
	.map_child ul li:nth-child(2) {
		border-top: none;
	}

	/*-=-=-=-=-他社所有商標に関する表示設定-=-=-=-=-*/
	.trademark_list {
		padding: 0 20px;
		margin-top: 60px;
	}
	.trademark_list li {
		line-height: 1.5;
	}
	
	/*-=-=-=-=-よくあるご質問ページ設定-=-=-=-=-*/
	#faq .container {
		margin-top: -110px;
	}
	.accordion_header {
		align-items: flex-start;
		font-size: 0.95rem;
		padding: 15px 0;
	}
	.ac_head_txt {
		align-items: flex-start;
	}
	.accordion_header span {
		font-size: 1rem;
	}
	.accordion_header .i-box {
		font-size: 0.9rem;
		margin-left: 10px;
	}

	.accordion_inner .txt_ac span {
		font-size: 1rem;
	}
	.txt_ac_p .link_ac {
		font-size: 0.95rem;
	}
	.link_ac {
		font-size: 0.95rem;
	}
	
}