@charset "UTF-8";

/* ------------------------------------------------
                   テキストページ
--------------------------------------------------- */

/*---------- 共通 ----------*/
/* ページタイトル */
.sec-page-ttl {
	width: 100%;
	height: 230px;
	border-top: 4px solid var(--color-green);
	position: relative;
}
.sec-page-ttl::before {
	content: '';
	width: 45%;
	max-width: 550px;
	height: 4px;
	background: var(--color-blue);
	position: absolute;
	top: -4px;
	left: 0;
}
.sec-page-ttl .cont-inn {
	height: 100%;
	padding: 20px 0;
	border-bottom: 1px solid rgba(68, 68, 68, 0.2);
}
/*
.sec-page-ttl .breadcrumb-wrap {
	margin-bottom: 45px;
}
*/

.page-ttl-wrap {
	width: 100%;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}

.page-ttl-en {
	margin-bottom: 10px;
	color: var(--color-txt-green);
	text-align: center;
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.page-ttl {
	color: var(--color-black);
	text-align: center;
	font-size: 3.8rem;
    font-weight: 500;
	line-height: 1.05;
}



@media (max-width: 768px) {
	/* ページタイトル */
	.sec-page-ttl {
		width: 100%;
		height: 53.33vw;
		border-top: none;
	}
	.sec-page-ttl::before {
		content: none;
	}
	.sec-page-ttl .cont-inn {
		padding: 2vw 0;
	}
	.sec-page-ttl .breadcrumb-wrap {
		margin-bottom: 4vw;
	}

	.page-ttl-en {
		margin-bottom: 1.33vw;
		font-size: var(--fs-sp-17);
		line-height: 1.35;
	}
	.page-ttl {
		font-size: var(--fs-sp-23);
		line-height: 1.73;
	}
	
}





/*---------- テキストコンテンツ ----------*/
.sec-pages {
	width: 100%;
	position: relative;
}

.sec-pages .cont-inn {
	padding: 50px 0 110px;
}
.page-cont {
	width: 100%;
	max-width: 790px;
	margin: 0 auto;
	color: var(--color-txt-gray);
}


.page-cont h2 {
	margin: 40px auto 10px;
	color: var(--color-black);
	font-size: 1.7rem;
	font-weight: 600;
}
.page-cont h3 {
	margin-bottom: 10px;
	color: var(--color-black);
	font-size: 1.4rem;
	font-weight: 500;
}
.page-cont .ttl-large {
	margin-bottom: 20px;
	font-size: 2.3rem;
}
.page-cont .ttl-middle {
	margin-bottom: 20px;
	font-size: 1.9rem;
	font-weight: 400;
	color: var(--color-txt-darkgray);
}

.fw-500 {
	font-weight: 500 !important;
}
.page-cont > p {
	margin-bottom: 30px;
	line-height: 2;
}
.page-cont .bold{
	color: var(--color-black);
	font-weight: 500;
}


.page-cont table {
	width: calc(100% - 10px);
	margin: 20px 0 20px auto;
	margin-left: auto;
	border-collapse: collapse;
}
.page-cont ul li table {
	width: 100%;
}
.page-cont th {
	padding: 12px;
	background: rgba(68, 68, 68, 0.1);
	border: 1px solid #707070;
	line-height: 1;
	text-align: center;
}
.page-cont th.bold {
	font-size: 1.7rem;
	font-weight: 600;
}
.page-cont td {
	padding: 10px;
	border: 1px solid #707070;
}

.page-cont table.table-blue {
	width: 100%;
	margin: 20px 0 40px auto;
	margin-left: auto;
	border-collapse: collapse;
}
.page-cont table.table-blue th {
	padding: 15px 20px;
	background: #E5EFF7;
	border: 1px solid var(--color-black);
	color: var(--color-black);
	font-size: 1.5rem;
	font-weight: 600;
	line-height: 1;
	text-align: left;
}
.page-cont table.table-blue td {
	padding: 20px;
	border: 1px solid var(--color-black);
}

.num-list > li {
	text-indent: -1.6em;
	padding-left: 1.6em;
}
.num-list-wide > li {
	text-indent: -2.6em;
	padding-left: 2.6em;
}
.abc-list > li {
	text-indent: -1.6em;
	padding-left: 1.6em;
}

.num-list > li, 
.num-list-wide > li, 
.abc-list > li {
	margin-bottom: 10px;
	line-height: 2;
}

.txt-note {
	text-indent: -2.6em;
	padding-left: 2.6em;
}

.bnr-link {
	width: 158px;
	display: inline-block;
}

@media (max-width: 768px) {
	.sec-pages {
		width: 100%;
		position: relative;
	}

	.sec-pages .cont-inn {
		padding: 16vw 0 29.33vw;
	}
	.page-cont {
		width: 100%;
		max-width: initial;
	}


	.page-cont h2 {
		margin: 10.66vw auto 2.66vw;
		font-size: var(--fs-sp-17);
	}
	.page-cont h3 {
		margin-bottom: 2.66vw;
		font-size: var(--fs-sp-14);
	}
	.page-cont .ttl-large {
		margin-bottom: 5.33vw;
		font-size: var(--fs-sp-21);
	}
	.page-cont .ttl-middle {
		margin-bottom: 5.33vw;
		font-size: var(--fs-sp-19);
	}

	.page-cont > p {
		margin-bottom: 8vw;
	}
	
	.scroll-wrap {
		width: 100%;
		overflow: auto;
	}

	.page-cont table {
		width: calc(100% - 2.66vw);
		margin: 5.33vw 0 5.33vw auto;
	}
	.page-cont ul li table {
		width: 100%;
	}
	.page-cont th {
		padding: 3.2vw;
	}
	.page-cont th.bold {
		font-size: var(--fs-sp-17);
	}
	.page-cont td {
		padding: 2.66vw;
	}

	.page-cont table.table-blue {
		width: 100%;
		min-width: 900px;
		margin: 5.33vw 0 10.66vw;
		margin-left: auto;
		border-collapse: collapse;
	}
	.page-cont table.table-blue th {
		padding: 15px 5.33vw;
		font-size: var(--fs-sp-15);
	}
	.page-cont table.table-blue td {
		padding: 5.33vw;
	}

	
	.num-list > li, 
	.num-list-wide > li, 
	.abc-list > li {
		margin-bottom: 2.66vw;
	}

}




/*---------- サイトマップ ----------*/
.sitemap-link > li > a, 
.sitemap-link-child > li > a, 
.sitemap-link-grandchild > li > a {
	margin-top: 7px;
	color: var(--color-link);
	font-size: 1.5rem;
	font-weight: 500;
	display: inline-block;
	transition: 0.3s ease-in-out;
	position: relative;
}
.sitemap-link > li > a.top-link {
	font-size: 1.6rem;
	margin-top: 25px;
}
.sitemap-link > li:first-child > a.top-link {
	margin-top: 0;
}

.sitemap-link > li > a.is-anchor-link, 
.sitemap-link-child > li > a.is-anchor-link, 
.sitemap-link-grandchild > li > a.is-anchor-link {
	color: var(--color-black);
	font-weight: 400;
}

.sitemap-link-child > li {
	padding-left: 1em;
	position: relative;
}
.sitemap-link-child > li::before {
	content: '└';
	color: var(--color-black);
	display: inline-block;
	margin-right: 0.1em;
}
.sitemap-link-grandchild > li {
	padding-left: 3em;
	position: relative;
}
.sitemap-link-grandchild > li::before {
	content: '└';
	color: var(--color-black);
	display: inline-block;
	margin-right: 0.3em;
}

.sitemap-link .is-disable {
	color: var(--color-black);
}

@media (min-width: 769px) {

	.sitemap-link > li > a::after, 
	.sitemap-link-child > li > a::after, 
	.sitemap-link-grandchild > li > a::after {
		content: '';
		width: 0;
		height: 1px;
		background: var(--color-sghblue);
		position: absolute;
		bottom: -5px;
		left: 0;
		transition: 0.3s ease-in-out;
	}
	.sitemap-link > li > a.is-anchor-link::after, 
	.sitemap-link-child > li > a.is-anchor-link::after, 
	.sitemap-link-grandchild > li > a.is-anchor-link::after {
		background: var(--color-black);
	}
	
	
	.sitemap-link > li > a:hover, 
	.sitemap-link-child > li > a:hover, 
	.sitemap-link-grandchild > li > a:hover {
		color: var(--color-sghblue);
	}
	.sitemap-link > li > a.is-anchor-link:hover, 
	.sitemap-link-child > li > a.is-anchor-link:hover, 
	.sitemap-link-grandchild > li > a.is-anchor-link:hover {
		color: var(--color-black);
	}
	.sitemap-link > li > a:hover::after, 
	.sitemap-link-child > li > a:hover::after, 
	.sitemap-link-grandchild > li > a:hover::after {
		width: 100%;
	}
	
}

@media (max-width: 768px) {
	.sitemap-link > li > a, 
	.sitemap-link-child > li > a, 
	.sitemap-link-grandchild > li > a {
		margin-top: 4vw;
		font-size: var(--fs-sp-14);
		font-weight: 600;
	}
	.sitemap-link > li > a.top-link {
		font-size: var(--fs-sp-16);
		margin-top: 6.66vw;
	}
	.sitemap-link > li:first-child > a.top-link {
		margin-top: 0;
	}
}

/* ------------------------------------------------
                   約款・方針・宣言
--------------------------------------------------- */


/*---------- 約款・方針・宣言 リスト ----------*/
.sec-guideline {
	width: 100%;
	padding: 0;
	position: relative;
}

.sec-guideline .cont-inn {
	padding: 50px 0;
}

/* リスト */
.guideline-list {
	width: 100%;
}
.guideline-list-cont {
	width: calc((100% - 45px) / 2);
	margin-bottom: 50px;
}
.guideline-list-cont:nth-child(2n) {
	margin-left: 45px;
}

.guideline-list-ttl-wrap {
	width: 100%;
	padding-bottom: 20px;
	border-bottom: 1px solid var(--color-green);
	justify-content: space-between;
	align-content: flex-start;
}

.guideline-list-ttl-en {
	color: var(--color-txt-green);
	font-size: 1.7rem;
    font-weight: 600;
	line-height: 1.35;
	letter-spacing: 0.05em;
	font-family: "Roboto", sans-serif;
	font-optical-sizing: auto;
	font-style: normal;
	font-variation-settings:
	"wdth" 100;
}
.guideline-list-ttl {
	color: var(--color-black);
	font-size: 2.3rem;
    font-weight: 500;
	line-height: 1.73;
}

.guideline-list-links {
	width: 100%;
}
.guideline-list-links li {
	width: 100%;
	margin-top: 20px;
}
.guideline-list-links li a {
	font-size: 1.7rem;
	font-weight: 500;
	line-height: 1.2;
	position: relative;
}
.guideline-list-links li a::after {
	content: '';
	width: 0;
	height: 1px;
	background: var(--color-txt-darkgray);
	position: absolute;
	bottom: -8px;
	left: 0;
	transition: 0.3s ease-in-out;
}
@media (min-width: 769px) {
	.guideline-list-links li a:hover::after {
		width: 100%;
	}
}




@media (max-width: 768px) {
	.sec-guideline {
		width: 100%;
		padding: 0;
	}
	
	.sec-guideline .cont-inn {
		padding: 16vw 0;
	}
	
	/* リスト */
	.guideline-list {
		width: 100%;
	}
	.guideline-list-cont {
		width: 100%;
		margin-bottom: 13.33vw;
	}
	.guideline-list-cont:nth-child(2n) {
		margin-left: 0;
	}
	.guideline-list-cont:last-child {
		margin-bottom: 0;
	}

	.guideline-list-ttl-wrap {
		width: 100%;
		padding-bottom: 5.33vw;
		margin-bottom: 5.33vw;
	}
	
	.guideline-list-ttl-en {
		font-size: var(--fs-sp-17);
	}
	.guideline-list-ttl {
		font-size: var(--fs-sp-23);
	}

	.guideline-list-links {
		width: 100%;
	}
	.guideline-list-links li {
		margin-top: 3.2vw;
	}
	.guideline-list-links li:first-child {
		margin-top: 0;
	}
	.guideline-list-links li a {
		font-size: var(--fs-sp-15);
	}
}

