﻿@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_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{
	/* color: #545454 !important; */
}

#staticSection .s_ttl_primary{
	font-size: 1.9rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.75;
}

#staticSection .s_section h2{
	/* font-size: 1.8rem; */
  font-size: 2rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.75;
	padding-left: 2rem;
  text-indent: -2rem;
	padding-bottom: 1rem;
	border-bottom: #EFEFEF 1px solid;
}
#staticSection .s_section .s_ttl_tertiary{
  /* font-size: 1.8rem; */
  font-size: 2rem;
	letter-spacing: 0.05em;
	font-weight: bold;
	line-height: 1.75;
	padding-left: 2rem;
  text-indent: -2rem;
	padding-bottom: 1rem;
	border-bottom: #EFEFEF 1px solid;
}

#staticSection .secTtl-eng {
  font-family: var(--font-en);
  font-size: 4.8rem;
  font-style: italic;
  font-weight: 700;
  line-height: 1.3;
  color: var(--headeing-color);
  letter-spacing: 0.02em;
}
#staticSection .secTtl-eng .secTtl-innner-ja {
  display: inline-block;
  margin-left: 1rem;
  font-family: var(--font-default);
  font-size: 1.4rem;
  color: #6c6c6c;
  font-weight: 400;
  font-style: normal;
  line-height: 1.42;
}

#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;
  color: var(--color-blue);
  font-weight: 700;
}

#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: var(--color-error);
}

#staticSection .secTtl_inner {
  margin: calc(100 * (100vw / 750)) auto;
}

/* SHOPPING GUIDE || テーブル */
#staticSection .s_table_base {
  border-collapse: collapse;
}
#staticSection .s_table_base th {
  background: var(--color-ec-bg-gray);
}
#staticSection .s_table_base th,
#staticSection .s_table_base td {
  width: 50%;
  border: 1px solid var(--color-ec-bg-gray);
  vertical-align: top;
  padding: 2rem 1.5rem;
}
#staticSection .s_table_base .s_table_head_note {
  font-size: 1.1rem;
  /* font-weight: normal; */
}

#staticSection .s_table_row {
  background: var(--color-ec-bg-gray);
  padding: 1rem 2rem 1.5rem;
}
#staticSection .s_table_row ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 2rem;
}
#staticSection .s_table_row ul li {
  padding: 0 !important;
  margin: 0 !important;
}
#staticSection .tbl_card-graph thead th {
  background: #c00;
  text-align: center;
  color: #fff;
  padding: 1.6rem 2rem;
  font-weight: 700;
  font-size: 2.6rem;
  line-height: 1;
}
#staticSection .tbl_card-graph thead th > span {
  font-size: 1.1rem;
}
#staticSection .tbl_card-security {
  margin: 2rem 0 3rem;
}
#staticSection .tbl_card-security dt {
  background: #004368;
  text-align: center;
  color: #fff;
  padding: 1.6rem 2rem;
  font-size: 2rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
#staticSection .tbl_card-security dd {
  background: var(--color-ec-bg-gray);
  padding: 1rem 2rem 1.5rem;
}
#staticSection .tbl_card-security dd ul {
  display: grid;
  grid-template-columns: repeat(4, minmax(0, 1fr));
  column-gap: 2rem;
  margin: 0;
  padding: 1rem 0;
}
#staticSection .tbl_card-security dd ul li {
  padding: 0 !important;
  margin: 0 !important;
}
#staticSection .tbl_card-security dd ul li a {
  display: block;
  border-radius: 0.5rem;
  background: #8f8f8f;
  padding: 1rem;
  margin-top: 1rem;
  font-size: 1.2rem;
  line-height: 1;
  text-align: center;
  color: #fff;
}
#staticSection .s_subttl_red {
  color: #C00;
  text-align: center;
  font-size: 1.6rem;
  line-height: 1.5;
  font-weight: 700;
  margin-bottom: 1rem;
}
#staticSection .s_card_image {
  width: 36rem;
  height: auto;
  margin: 1.5rem auto 0;
}
#staticSection .s_table_layout {
  width: 100%;
  border-collapse: separate;
  border-spacing: 0.3rem;
  margin: 3rem 0 0;
}
#staticSection .s_table_layout thead th {
  background: #6C6C6C;
  color: #fff;
  padding: 1rem;
}
#staticSection .s_table_layout tbody th {
  width: 30%;
  background: var(--color-ec-bg-gray);
}
#staticSection .s_table_layout tbody th,
#staticSection .s_table_layout tbody td {
  padding: 1rem;
}
#staticSection .s_numList_dot {
  border: 2px dotted var(--color-error);
  padding:  1.5rem 1.5rem;
  margin-top: 4rem !important;
}
#staticSection .s_numList_dot li {
  margin-top: 0 !important;
}
#staticSection .s_table_basic {
  width: 60%; 
  border: 1px solid #929292; 
  border-collapse: collapse; 
  margin: 3rem auto;
}
#staticSection .s_table_basic th {
  width: 50%;
  background: #929292; 
  color: #fff;
  text-align: center;
  padding: 1rem;
}
#staticSection .s_table_basic td {
  width: 50%; 
  text-align: center;
  padding: 1rem;
}
#staticSection .s_inner_table th {
  width: auto;
  padding-right: 2rem;
}
#staticSection .s_inner_table_l th {
  width: 17%;
  vertical-align: top;
}
@media (max-width: 768px) {
  #staticSection .s_inner_table_l th {
    width: 30%;
  }
}
#staticSection .s_inner_table_l th,
#staticSection .s_inner_table_l td {
  padding: 0.5rem 0;
}
/* #staticSection .s_inner_table th.w--s {
  width: auto;
  padding-right: 2rem;
} */
/**************************************
#テキスト関連  共通箇所 タブレット pc
**************************************/
@media only screen and (min-width: 769px), print {

  #staticSection .secTtl_inner {
    margin: 5rem auto 6rem;
  }
  
  #staticSection .breadcrumbs > ol {
    padding: 0 0;
  }

	#staticSection .s_ttl_primary{
		font-size: 2.2rem;
	}

	#staticSection .s_section h2{
		/* font-size: 1.8rem; */
    font-size: 2.4rem;
		font-weight: bold;
		padding-bottom: 1.5rem;
	}
	#staticSection .s_section .s_ttl_tertiary{
		/* font-size: 1.8rem; */
    font-size: 2.4rem;
		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)".";
  padding-right: 0.6rem;
}


#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;
  z-index: 2;
	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; */
  border: 1px solid var(--color-main);
	padding: 2.5rem 1.5rem;
	margin-top: 3.5rem;
  text-align: center;
}


#staticSection p,
#staticSection dt
{
	margin-top: 1.5rem;
}

#staticSection .s_bg_color dt{
	margin: 0;
}


/**************************************
#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: 4rem; */
    top: 9rem;
	}

	#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: var(--color-ec-bg-gray);
		font-weight: bold;
	}

	#staticSection #s_rightContents {
		row-gap: 7rem;
		margin: 0;
	}

	#staticSection #s_rightContents #use{
		margin: 0;
	}
  #staticSection #s_rightContents .s_section{
    margin-top: 8rem;
  }
  #staticSection #s_rightContents .s_section:first-of-type{
    margin-top: 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; */
    margin-top: 2rem;
	}

	#staticSection .s_bg_color dt{
		margin: 0;
	}

	#staticSection .s_bg_color > dd{
		margin-top: 1rem;
	}
  #staticSection .s_section .s_detail-list + .s_detail-list {
    margin-top: 2rem;
  }
}

/**************************************
#プライバシーポリシー   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
**************************************/

/**************************************
#利用規約   pc
**************************************/
/* @media only screen and (min-width: 769px), print {

} */


/**************************************
#特定商取引法に基づく表記   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: var(--color-ec-bg-gray);
	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: 30rem 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;
	}
	
	#staticSection.termsofuse dd{
		padding: 1.8rem 0;
		margin: 0;
	}
}



/**************************************
#よくある質問   sp
**************************************/
#staticSection.s_accordion .s_menu_table li a{
	display: block;
	border: #707070 1px solid;
	position: relative;
	border-bottom: none;
	padding: 1.7rem 3.5rem 1.7rem 1rem;
	font-weight: bold;
}

#staticSection.s_accordion .s_menu_table li:last-of-type a{
	border-bottom: #707070 1px solid;
}

#staticSection.s_accordion .s_menu_table li a::before,
#staticSection.s_accordion .s_menu_table li a::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 a::before{
	transform: rotate(135deg) translateY(-50%);
}

#staticSection.s_accordion .s_menu_table li a::after{
	transform: rotate(-135deg)  translateY(-50%);
	right: 2.1rem;
}

#staticSection.s_accordion .s_ttl_primary{
	text-align: center;
	margin: 0;
}

#staticSection.s_accordion .s_section{
	margin-top: 5rem;
}

#staticSection.s_accordion .s_accordion_list dl{
	margin-top: 0.7rem;
}

#staticSection.s_accordion .s_ttl_primary{
	margin-bottom: 2rem;
}

#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: -2.5rem;
	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 a{
		padding: 1.6rem 5.5rem 1.6rem 2.5rem;
		border: #707070 1px solid;
	}

	#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;
	}

}

@media only screen and (max-width: 768px),print{

  html:not([data-basebrand="base-reuse"]) #Wrap_lower.onlyDefault {
    margin: unset;
  }
  #staticSection .breadcrumbs {
    max-width: none;
    width: 100%;
    padding: 1rem 0 0;
    margin: 0;
  }
  #staticSection .s_table_row ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
  }
  #staticSection .tbl_card-security dd ul {
    grid-template-columns: repeat(2, minmax(0, 1fr));
    column-gap: 1.5rem;
  }
  #staticSection .s_card_image {
    width: 70%;
    height: auto;
    margin: 1.5rem auto 0;
  }
  #staticSection .s_table_basic {
    width: 100%;
  }
  #staticSection .secTtl-eng {
    font-size: 3.6rem;
  }
  #staticSection .secTtl-eng .secTtl-innner-ja {
    display: block;
    margin-left: 0px;
  }
}