﻿@charset "UTF-8";

/*==============================================================================================
 静的ページ共通
==============================================================================================*/


@media screen and (max-width: 1024px) {
	#staticSection{
		padding: 0 calc(35 * 100vw / 1024) !important;
	}
}

#staticSection .s_txt_r{
	text-align: right !important;
}

#staticSection .s_center{
	text-align: center ;
}

#staticSection .s_btwn_border_none{
	margin: 0 !important;
	padding: 0 !important;
	border: none !important;
	text-indent:0 !important;
}


#staticSection .s_wrap.list_no_indent li {
	padding-left: 0;
	text-indent: 0;
}


/**************************************
#テキスト関連  共通箇所 sp
**************************************/


#staticSection .s_ttl_primary{
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.75;
}
/*
#staticSection .c-text--title{
	margin: calc(100 * (100vw / 750)) 0;
} */

#staticSection .s_section h2{
	font-size: 1.8rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.75;
  text-indent: -2rem;
	padding-top: 1rem;
	padding-bottom: 1rem;
	/* padding-left: 2rem; */
	padding-left: 4rem;
	background-color: #f4f4f4;
	/* border-bottom: #707070 1px solid; */

	border: none;
}

#staticSection .s_ttl_lead_text{
	font-size: 1.5rem;
	letter-spacing: 0.05em;
	line-height: 1.75;
	font-weight: bold;
}

#staticSection p,
#staticSection dt,
#staticSection dd
{
	font-size:var(--title-s);
	line-height: 1.8;
	letter-spacing: 0.05em;
}

#staticSection .s_wrap li
{
	font-size:var(--title-s);
	line-height: 1.8;
	letter-spacing: 0.05em;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
	display: block;
}

#staticSection .s_wrap li:nth-child(n+10){
	text-indent: -2.5rem;
	padding-left: 2.5rem;

}

#staticSection .s_caution{
	display: block;
	line-height: 1.8;
	font-size: var(--text-xl);
}

#staticSection li > .s_caution{
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}

#staticSection .s_textLink{
	transition: opacity 0.2s ease;
	text-decoration: underline;
	display: inline;
}

#staticSection .s_text_bold{
	font-weight: bold;
}

#staticSection .s_info_text{
	font-size: var(--title-xs);
	letter-spacing: 0.05em;
}

/* 色付き文字は下記で統一 */
#staticSection .s_caution_red_text{
	/* font-weight: bold; */
	color: #DD0000;

}

/**************************************
#テキスト関連  共通箇所 タブレット pc
**************************************/
@media only screen and (min-width: 769px), print {

	#staticSection .s_ttl_primary{
		font-size: 2.2rem;
	}

	#staticSection .c-text--title{
		margin: 5rem 0 6rem
	}

	#staticSection .s_section h2{
		font-size: 1.8rem;
		font-weight: bold;
		/* padding-bottom: 1.5rem; */
	}

	#staticSection .s_ttl_lead_text{
		font-size: var( --title-s);
		letter-spacing: 0.05em;
	}

	#staticSection p,
	#staticSection dt,
	#staticSection dd
	{
		font-size: var(--text-xl);
		line-height: 1.8;
	}

	#staticSection .s_wrap li{
		font-size: var(--text-xl);
		line-height: 1.5;
	}

	#staticSection .s_caution{
		font-size: 1.2rem;
	}

}

/**************************************
#staticSection
**************************************/

#staticSection{
	max-width: var(--container-static);
	margin: auto;
	margin-bottom: 7rem !important;
}



/**************************************
#staticSection and ご利用ガイド（お買い物がガイド） sp
**************************************/
#staticSection {
	padding: 0 1.5rem;
}

#staticSection.guide .s_text_inner{
	margin-top: 4rem;
}

#staticSection.guide,
#staticSection.privacypolisy
{
	counter-reset: s_head_num;
}

#staticSection.guide .s_wrap h2::before,
#staticSection.privacypolisy .s_wrap h2::before
{
	counter-increment: s_head_num;
	content: counter(s_head_num)".";
}


#staticSection #s_leftAnchorNav{
	counter-reset: left_nav_number;
}
#staticSection #s_leftAnchorNav .s_menu{
	border: #707070 1px solid;
	position: relative;
	border-bottom: none;
}

#staticSection #s_leftAnchorNav .s_menu:last-of-type{
	border-bottom: #707070 1px solid;
}

#staticSection .s_menu::before,
#staticSection .s_menu::after
{
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 1rem;
	height: 1px;
	position: absolute;
	background-color: #707070;
}

#staticSection .s_menu::before{
	transform: rotate(135deg);
}

#staticSection .s_menu::after{
	right: 2.2rem;
	transform: rotate(-135deg);
}

#staticSection .s_menu a{
	padding: 1.7rem 3.5rem 1.2em 2.5rem;
	text-indent: -1.5rem;
	display: block;
	font-size: 1.4rem;
	font-family: var(--hiragino-gothic);
	line-height: 1.5;
}

#staticSection .s_menu a::before{
	counter-increment: left_nav_number;
	content: counter(left_nav_number)".";
}

#staticSection #s_rightContents .s_section{
	margin-top: 4rem;
}

#staticSection .s_wrap ol,
#staticSection .s_wrap ul
{
	margin: 1rem 0 0;
	row-gap: 1.5rem;
}

#staticSection .s_wrap ol li,
#staticSection .s_wrap ul li
{
	margin: 1.5rem 0 0;
}

#staticSection .s_circleList > dd,
#staticSection .s_numList > dt{
	margin: 0;
	padding-left: 1.5rem;
	text-indent: -1.5rem;
}


#staticSection .s_numList{
	counter-reset: s_list_num;
}

#staticSection .s_numList li::before{
	counter-increment: s_list_num;
	content: counter(s_list_num)".";
}

#staticSection .s_bg_color{
	background-color: #F7F7F7;
	padding: 2.5rem 1.5rem;
	margin-top: 3.5rem;
}


#staticSection p,
#staticSection dt
{
	margin-top: 1.5rem;
}

#staticSection .s_bg_color dt{
	margin: 0;
}

@media (max-width: 768px) {
	#staticSection.guide #s_twoColumnContents {
		display: grid;
		row-gap: 7rem;;
	}
}


/**************************************
#staticSection and ご利用ガイド（お買い物がガイド） タブレット pc
**************************************/
@media only screen and (min-width: 769px), print {
	#staticSection {
		padding:0 0 7rem;
	}

	#staticSection #s_twoColumnContents{
		display: grid;
		grid-template-columns:24rem 1fr;
		column-gap: 7rem;
		padding: 0;
	}

	#staticSection #s_leftAnchorNav{
		max-width: 24rem;
	}

	#staticSection #s_leftAnchorNav ol{
		position: sticky;
		top: 15rem;
	}

	#staticSection .s_menu a {
		font-size: 1.3rem;
		padding: 1.7rem 3.5rem 1.2em 3.5rem;
    text-indent: -1.3rem;
	}

	#staticSection .s_menu.nav_add_color a{
    background-color: #f4f4f4;
		font-weight: bold;
	}

	#staticSection #s_rightContents {
		row-gap: 7rem;
		margin: 0;
	}

	#staticSection #s_rightContents #use{
		margin: 0;
	}

	#staticSection.guide .s_text_inner{
		margin-top: 3rem;
	}

	#staticSection .s_menu::before{
		transform: rotate(45deg);
		right: 2rem;
	}

	#staticSection .s_menu::after{
		right: 2rem;
    transform: rotate(-45deg);
    top: calc(50% - -0.7rem);
	}

	#staticSection .s_circleList, #staticSection .s_numList{
		margin-top: 2rem;
	}

	#staticSection .s_bg_color{
		padding: 3rem;
		margin-top: 3rem;
	}

	#staticSection .s_bg_color dt{
		margin: 0;
	}

	#staticSection .s_bg_color > dd{
		margin-top: 1rem;
	}
}

/**************************************
#プライバシーポリシー   sp
**************************************/

#staticSection .s_ttl_primary{
	text-align: center;
}

#staticSection .s_section{
	margin-top: 3.5rem;
}

#staticSection .s_inner{
	margin-top: 4rem;
}


/**************************************
#プライバシーポリシー   pc
**************************************/
@media only screen and (min-width: 769px), print {
	#staticSection .s_section{
		margin-top: 5rem;
	}
	#staticSection .s_inner{
		margin-top: 5rem;
	}
}



/**************************************
#利用規約   sp
**************************************/
#staticSection.dvUserpolicy .s_text_inner{
	margin-top: 2rem;
}
/**************************************
#利用規約   pc
**************************************/
@media only screen and (min-width: 769px), print {
	#staticSection.dvUserpolicy .s_text{
		text-align: center;
	}
}


/**************************************
#特定商取引法に基づく表記   sp
**************************************/
#staticSection.termsofuse .s_menu_table {
	margin: 0;
}

#staticSection.termsofuse .s_menu_table >p{
	margin: 0;
}

#staticSection.termsofuse .s_table{
	display: grid;
	row-gap: 3rem;
	margin-top: 4rem;
}

#staticSection.termsofuse .s_ttl_lead_text{
	background-color: #F7F7F7;
	padding: 0.9rem 1rem;
	margin: 0;
}

#staticSection.termsofuse dd{
	margin-top: 1.2rem;
}

/**************************************
#特定商取引法に基づく表記   pc
**************************************/
@media only screen and (min-width: 769px),print{
	#staticSection.termsofuse .s_table{
		max-width: 80rem;
		margin:5rem auto;
		row-gap: 0.8rem;
	}

	#staticSection.termsofuse .s_table dl{
		gap: 2rem 0.8rem;
    grid-template-columns: 20rem 1fr;
		display: grid;
		column-gap: 2rem;
	}

	#staticSection.termsofuse .s_ttl_lead_text{
		background-color: #F7F7F7;
		padding: 1.8rem 2rem;
		display: flex;
		align-items: center;
		text-align: left;
		margin: 0;
		font-size: 1.4rem;
	}

	#staticSection.termsofuse dd{
		padding: 1.8rem 0;
		margin: 0;
	}
}



/**************************************
#よくある質問   sp
**************************************/
#staticSection.s_accordion .s_menu_table li{
	border: #707070 1px solid;
	border-bottom: none;
	position: relative;
}

#staticSection.s_accordion .s_menu_table li a{
	display: block;
	padding: 1.7rem 3.5rem 1.7rem 1rem;
	font-weight: bold;
	width: 100%;
}

#staticSection.s_accordion .s_menu_table li:last-of-type{
	border-bottom: #707070 1px solid;
}


#staticSection.s_accordion .s_menu_table li::before,
#staticSection.s_accordion .s_menu_table li::after
{
	right: 1.5rem;
	top: 50%;
	transform: translateY(-50%);
	content: '';
	display: block;
	width: 1rem;
	height: 1px;
	position: absolute;
	background-color: #707070;
}

#staticSection.s_accordion .s_menu_table li::before{
	transform: rotate(135deg) translateY(-50%);
}

#staticSection.s_accordion .s_menu_table li::after{
	transform: rotate(-135deg)  translateY(-50%);
	right: 2.1rem;
}

#staticSection.s_accordion .s_ttl_primary{
	text-align: left;
	margin: 0;
	margin-bottom: 2rem;
}

#staticSection.s_accordion .s_section{
	margin-top: 5rem;
}

#staticSection.s_accordion .s_accordion_list dl{
	margin-top: 0.7rem;
}


#staticSection.s_accordion .s_accordion_ttl{
	position: relative;
	background-color: #F7F7F7;
	padding:1.8rem 4.2rem 1.8rem 4rem;
	text-indent: -2.5rem;
	margin: 0;
}

#staticSection.s_accordion .s_accordion_ttl::before,
#staticSection.s_accordion .s_accordion_ttl::after
{
	content: "";
	position: absolute;
	background-color: #000000;
	width: 1.5rem;
	height: 0.1rem;
	top: 50%;
	right: 1rem;
	transform: translateY(-50%);
	transition: all .7s ;
}

#staticSection.s_accordion .s_accordion_ttl::after{
	transform: translateY(-50%) rotate(90deg);
}

#staticSection.s_accordion .s_accordion_ttl.s_accordion_desc_open::after{
	transform: translateY(-50%) rotate(180deg);
	opacity: 0;
}

#staticSection.s_accordion .s_accordion_desc{
	text-indent: -2rem;
	padding-left: 4rem;
	margin: 1.7rem 0 2.5rem;
	display: none;
}

/**************************************
#よくある質問   pc
**************************************/
@media only screen and (min-width: 769px),print{
	#staticSection.s_accordion .s_menu_table{
		display: grid;
		grid-template-columns: 1fr 1fr 1fr;
		gap: 2rem;
	}

	#staticSection.s_accordion .s_menu_table li:nth-child(-n+3) a{
		margin: 0;
	}

	#staticSection.s_accordion .s_menu_table li{
		border: #707070 1px solid;
	}

	#staticSection.s_accordion .s_menu_table li a{
		width: 100%;
		height: 100%;
		display: flex;
		align-items: center;
		padding: 1.6rem 5.5rem 1.6rem 2.5rem;
	}

	#staticSection.s_accordion .s_section{
		margin: 0;
	}

	#staticSection.s_accordion .s_accordion_list dl{
		margin-top: 1rem;
	}

	#staticSection.s_accordion .s_section{
		margin-top: 8rem;
	}
	#staticSection.s_accordion .s_ttl_primary{
		margin-bottom: 2.5rem;
	}

	#staticSection.s_accordion .s_accordion_ttl{
		cursor: pointer;
	}


	#staticSection.s_accordion .s_accordion_ttl::before,
	#staticSection.s_accordion .s_accordion_ttl::after
	{
		right: 2.8rem;
	}
	#staticSection.s_accordion .s_accordion_desc{
		padding-right: 2.8rem;
		margin: 2rem 0 3rem;
	}

}
