@charset "UTF-8";

/* reset
--------------------------------------------------------------------------------*/
html{-webkit-text-size-adjust:100%;box-sizing:border-box;-moz-tab-size:4;tab-size:4;word-break:normal}
*,:after,:before{background-repeat:no-repeat;box-sizing:inherit}
:after,:before{text-decoration:inherit;vertical-align:inherit}
*{margin:0;padding:0}
hr{color:inherit;height:0;overflow:visible}
details,main{display:block}
summary{display:list-item}
small{font-size:80%}
[hidden]{display:none}
abbr[title]{border-bottom:none;text-decoration:underline;text-decoration:underline dotted}
a{background-color:transparent}
a:active,a:hover{outline-width:0}
code,kbd,pre,samp{font-family:monospace,monospace}
pre{font-size:1em}
b,strong{font-weight:bolder}
sub,sup{font-size:75%;line-height:0;position:relative;vertical-align:baseline}
sub{bottom:-.25em}
sup{top:-.5em}
table{border-color:inherit;text-indent:0}
iframe{border-style:none}
input{border-radius:0}
[type=number]::-webkit-inner-spin-button,[type=number]::-webkit-outer-spin-button{height:auto}
[type=search]{-webkit-appearance:textfield;outline-offset:-2px}
[type=search]::-webkit-search-decoration{-webkit-appearance:none}
textarea{overflow:auto;resize:vertical}
button,input,optgroup,select,textarea{font:inherit}
optgroup{font-weight:700}
button{overflow:visible}
button,select{text-transform:none}
[role=button],[type=button],[type=reset],[type=submit],button{cursor:pointer}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button::-moz-focus-inner{border-style:none;padding:0}
[type=button]::-moz-focus-inner,[type=reset]::-moz-focus-inner,[type=submit]::-moz-focus-inner,button:-moz-focusring{outline:1px dotted ButtonText}
[type=reset],[type=submit],button,html [type=button]{-webkit-appearance:button}
button,input,select,textarea{background-color:transparent;border-style:none}
a:focus,button:focus,input:focus,select:focus,textarea:focus{outline-width:0}
select{-moz-appearance:none;-webkit-appearance:none}
select::-ms-expand{display:none}
select::-ms-value{color:currentColor}
legend{border:0;color:inherit;display:table;max-width:100%;white-space:normal}
::-webkit-file-upload-button{-webkit-appearance:button;color:inherit;font:inherit}
[disabled]{cursor:default}
img{border-style:none}
progress{vertical-align:baseline}
[aria-busy=true]{cursor:progress}
[aria-controls]{cursor:pointer}
[aria-disabled=true]{cursor:default}

html {
	font-size: 62.5%;
}
html.locked {
	overflow-y: hidden;
}
body {
	color: #222;
	font-size: 1.4rem;
	font-family: "Noto Sans JP", "游ゴシック体","Yu Gothic","YuGothic","メイリオ","ヒラギノ角ゴ ProN W3","Hiragino Kaku Gothic ProN","ＭＳ Ｐゴシック","MS PGothic",sans-serif;
	line-height: 1.8;
}
body * {
	box-sizing: border-box;
}
li {
	list-style: none;
}
img {
	width: 100%;
	height: auto;
	vertical-align: bottom;
}
a {
	text-decoration: underline;
}
@media screen and (min-width: 768px) {
	body {
		font-size: 1.6rem;
	}
}


/* common
--------------------------------------------------------------------------------*/
@media screen and (max-width: 767px) {
	.u-sp-v {display: block !important;}
	.u-pc-v {display: none !important;}
}
@media screen and (min-width: 768px) {
	.u-sp-v {display: none !important;}
	.u-pc-v {display: block !important;}
}

/* テキスト関連 */
.u-txt-sizes {font-size: 1.2rem;}
.u-txt-sizem {font-size: 1.4rem;}
@media screen and (min-width: 768px) {
	.u-txt-sizes {font-size: 1.4rem;}
	.u-txt-sizem {font-size: 1.6rem;}
}
.c-text {
	font-size: initial;
}

.u-txt-bold {
    font-weight: 600 !important;
}
.u-txt-red {
    color: #C90629 !important;
}
sup {
    font-size: 0.7em;
}
.u-txt-center {
	text-align: center !important;
}
.u-txt-right {
	text-align: right !important;
}
.u-txt-left {
	text-align: left !important;
}

/* 汎用マージン */
.u-mt-10 {margin-top: 10px!important;}
.u-mt-xs {margin-top: 20px!important;}
.u-mt-s {margin-top: 30px!important;}
.u-mt-m {margin-top: 40px!important;}
.u-mt-l {margin-top: 50px!important;}
.u-mt-xl {margin-top: 60px!important;}
.u-mt-xxl {margin-top: 80px!important;}
.u-mt-none {margin-top: 0!important;}
@media screen and (min-width: 768px) {
	.u-mt-xs {margin-top: 30px!important;}
	.u-mt-s {margin-top: 40px!important;}
	.u-mt-m {margin-top: 50px!important;}
	.u-mt-l {margin-top: 60px!important;}
	.u-mt-xl {margin-top: 80px!important;}
	.u-mt-xxl {margin-top: 120px!important;}
}

.c-textbox_w {
	padding: 30px 20px;
	background-color: #fff;
}

.g-grid {
	margin: 0 auto;
}
@media screen and (max-width: 767px) {
	.g-grid__item + .g-grid__item {
		margin-top: 20px;
	}
}
@media screen and (min-width: 768px) {
	.g-grid {
		display: grid;
		gap: 0 40px;
		grid-template-columns: repeat(2, 1fr);
	}
}

.c-table {
}
table {
	width: 100%;
    border: none;
	border-collapse: collapse;
    border-spacing: 0;
    empty-cells: show;
}
.c-table__narrow-header {
    padding: 14px 10px;
    border: 1px solid #ddd;
    background-color: #6A7E8D;
    color: #fff;
    font-weight: 500;
    text-align: center;
    vertical-align: middle;
}
.c-table__narrow-header.bg_01 {
	background-color: #006BCE;
}
.c-table__narrow-header.bg_02 {
	background-color: #092E76;
}
.c-table__subheader {
    padding: 10px 10px;
	border: 1px solid #ddd;    
    background-color: #6A7E8D;
	color: #fff;
    font-weight: 500;
    text-align: center;
	vertical-align: middle;
}
.c-table__cell {
    padding: 10px 24px;
    border: 1px solid #ddd;
	background-color: #fff;
	text-align: center;
    vertical-align: middle;
}
.c-table_guide {
	display: block;
	margin-top: 20px;
	text-align: center;
}
.c-table_guide img {
	width: 100%;
	max-width: 200px;
}
@media screen and (max-width: 767px) {
	.c-table {
		overflow-x: scroll;
		width: 100vw;
		margin-left: -20px;
		padding-bottom: 10px;
		padding-left: 20px;
		font-size: 1.2rem;
	}
	.c-table__inner {
		min-width: 720px;
		padding-right: 20px;
	}
	.c-table table {
		min-width: 700px;
	}
	.c-table__subheader,
	.c-table__cell {
    	padding: 15px 10px;
	}
	.c-table__narrow-header  > span {
		display: inline-block;
		margin-top: 5px;
		font-size: 1.0rem;
		font-weight: 400;
		line-height: 1.4;
	}
	.c-table__narrow-header .subtext {
		margin-top: 0;
		font-size: 1.1rem;
	}
}

.c-deflist {
	border: 1px solid #ddd;
	background-color: #fff;
}
.c-deflist dt {
	padding: 9px 20px;
	background-color: #6A7E8D;
	color: #fff;
	font-size: 1.4rem;
	text-align: center;
}
.c-deflist dd {
	padding: 15px 20px;
}

/* H2 */
.c-heading-secondary {
	overflow-x: hidden;
	position: relative;
	margin-top: 50px;
	margin-bottom: 27px;
	padding-bottom: 30px;
	background-image: url(../images/base/g_icon_b_img_02_250701.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 72px auto;
}
.c-heading-secondary::before {
	content: '';
	position: absolute;
	bottom: 0;
	left: 0;
	display: block;
	width: calc(100% - 70px);
	height: 2px;
	background-color: #092E76;
}
.c-heading-secondary h2 {
	font-size: 2.6rem;
	font-weight: 600;
	line-height: 1.4;
}
.c-heading-secondary span {
	color: #006BCE;
}
@media screen and (min-width: 768px) {
	.c-heading-secondary {
		margin-bottom: 48px;
		padding-bottom: 40px;
		background-size: 145px auto;
	}
	.c-heading-secondary::before {
		width: calc(100% - 142px);
		height: 4px;
	}
	.c-heading-secondary h2 {
		font-size: 5.2rem;
	}
}

.c-heading-secondary.v2 {
	margin-bottom: 40px;
	padding-bottom: 20px;
	background-image: none;
	color: #fff;
	text-align: center;
}
.c-heading-secondary.v2::before {
	bottom: 0;
	left: 50%;
	width: 60px;
	height: 4px;
	background-color: #006BCE;
	transform: translateX(-50%);
}
@media screen and (min-width: 768px) {
	.c-heading-secondary.v2 {
		margin-bottom: 50px;
	}
}

.c-heading-secondary:first-child {
	margin-top: 0 !important;
}

/* H3 */
.c-heading-tertiary {
	position: relative;
	margin-top: 44px;
	margin-bottom: 20px;
	padding-left: 15px;
}
.c-heading-tertiary:first-child {
	margin-top: 0;
}
.c-heading-tertiary h3 {
	font-size: 2rem;
	font-weight: 600;
}
.c-heading-tertiary h3 > span {
	font-size: 1.0rem;
}
.c-heading-tertiary::before {
	content: '';
	position: absolute;
	top: 6px;
	left: 0;
	width: 3px;
	height: 24px;
	background-color: #092E76;
	transform: skewX(-20deg);
}
@media screen and (min-width: 768px) {
	.c-heading-tertiary {
		margin-top: 79px;
		margin-bottom: 40px;
		padding-left: 40px;
	}
	.c-heading-tertiary h3 {
		font-size: 2.6rem;
	}
	.c-heading-tertiary::before {
		top: 2px;
		left: 8px;
		width: 5px;
		height: 38px;
	}
	.c-heading-tertiary h3 > span {
		font-size: 1.8rem;
	}
}

/* H4 */
.c-heading-quaternary {
	position: relative;
	margin-top: 50px;
	margin-bottom: 20px;
}
.c-heading-quaternary:first-child {
	margin-top: 0;
}
.c-heading-quaternary h4 {
	font-size: 2rem;
	font-weight: 500;
}
.c-heading-quaternary h4 > span {

}
@media screen and (max-width: 767px) {
	.c-heading-quaternary h4 > span {
		display: block;
		font-size: 1.2rem;
	}
}
@media screen and (min-width: 768px) {
	.c-heading-quaternary {
		margin-top: 60px;
		margin-bottom: 20px;
		font-size: 2.3rem;
	}
	.c-heading-quaternary h4 {
		font-size: 2.3rem;
	}
	.c-heading-quaternary h4 > span {
		font-size: 1.4rem;
	}
}

/* コンテンツタイトルエリア */
.area-ctsttl {
	position: relative;
	text-align: center;
}
.area-ctsttl::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	width: 24px;
	height: 80px;
	background-color: #EDF1F4;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.area-ctsttl::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 142px;
	height: 40px;
	background-image: url(../images/base/g_icon_w_img_01_250701.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% auto;
	pointer-events: none;
}
.area-ctsttl__inner {
	display: flex;
	width: 100%;
	min-height: 260px;
	align-items: center;
	justify-content: center;
	background: linear-gradient(180deg,rgba(9, 46, 118, 0) 0%, rgba(9, 46, 118, 0.8) 100%);
}
.area-ctsttl span {
	color: #fff;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.4;
}
.area-ctsttl span b {
	font-size: 3.2rem;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.area-ctsttl::after {
		width: 285px;
		height: 80px;
	}
	.area-ctsttl__inner {
		height: 580px;
	}
	.area-ctsttl span {
		font-size: 7.2rem;
	}
	.area-ctsttl span b {
		font-size: 8.2rem;
	}
}

.sttl_points {
	position: relative;
	display: flex;
	height: 40px;
	margin-bottom: 20px;
	align-items: center;
	justify-content: center;
	font-size: 1.8rem;
	font-weight: 500;
	z-index: 2;
}
.sttl_points::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #006BCE;
	text-align: center;
	transform: skewX(-15deg);
	z-index: -1;
}
.sttl_points > span {
	color: #fff;
	line-height: 1;
}
.c-heading-tertiary + .sttl_points {
	margin-top: -5px;
}
@media screen and (min-width: 768px) {
	.sttl_points {
		height: 60px;
		margin-bottom: 40px;
		font-size: 2.8rem;
	}
}


/* リスト */
.c-list {
}
.c-list__item {
	position: relative;
	padding-left: 19px;
}
.c-list__item::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	background-color: #092E76;
}
.c-list__item + .c-list__item {
	margin-top: 12px;
}
.c-list.circle {
}
.c-list.circle .c-list__item::before {
	content: '';
	position: absolute;
	top: 8px;
	left: 0;
	display: inline-block;
	width: 10px;
	height: 10px;
	border-radius: 10px;
	background-color: #6A7E8D;
}
.c-list.c-list_l .c-list__item {
	padding-left: 22px;
	font-size: 1.4rem;
}
.c-list.c-list_l .c-list__item::before {
	top: 8px;
}
@media screen and (min-width: 768px) {
	.c-list.c-list_l .c-list__item {
		font-size: 2.5rem;
	}
	.c-list.c-list_l .c-list__item::before {
		top: 20px;
	}
	.c-list__item::before {
    	top: 10px;
	}
	.c-list__item + .c-list__item {
		margin-top: 17px;
	}
}

.c-remarks {
	font-size: 1.2rem;
}
.c-remarks__item {
	position: relative;
	padding-left: 1.5em;
}
.c-remarks__item::before {
	content: '※';
	position: absolute;
	top: 0;
	left: 0;
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: .5em;
}
.c-remarks__item + .c-remarks__item {
	margin-top: 4px;
}
@media screen and (min-width: 768px) {
	.c-remarks {
		font-size: 1.4rem;
	}
}

.c-list_custom {
}
.c-list_custom .c-list__item {
	position: relative;
	padding-left: 0;
	font-size: 1.2rem;
}
.c-list_custom .c-list__item::before {
	display: none;
}
.c-list_custom .c-list__item .c-list_num {
	position: absolute;
	top: 0;
	left: 0;
}
.c-list_custom .c-list__item .c-list_text {
	display: block;
	padding-left: 24px;
}
@media screen and (min-width: 768px) {
	.c-list_custom .c-list__item {
		font-size: 1.4rem;
	}
	.c-list_custom .c-list__item .c-list_text {
		padding-left: 34px;
	}
}

.c-figure {
	text-align: center;
}
.c-figure.c-figure_m img {
	width: 100%;
	max-width: 700px;
}

.c-figure_guide {
	display: block;
	width: 100%;
	margin-top: 20px;
	text-align: center;
}
.c-figure_guide img {
	width: 100%;
	max-width: 230px !important;
}


/* header */
.header {
	position: relative;
	width: 100%;
	height: 143px;
	background-color: #fff;
}
.header-logo {
	position: absolute;
	top: 0;
	left: 0;
	width: 170px;
	height: 63px;
	z-index: 2;
}
.header-logo a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 17px 20px 10px;
}
.header-nav {
	position: absolute;
	box-sizing: border-box;
	top: 63px;
	left: 0;
	width: 100%;
	height: 80px;
	background-color: #000;
}
.header-nav > ul {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 80px;
}
.header-nav > ul > li {
	position: relative;
	flex: 1;
	height: 100%;
}
.header-nav > ul > li > a {
	display: flex;
	align-items: center;
	justify-content: center;
	width: 100%;
	height: 100%;
	padding-top: 12px;
	color: #fff;
	font-size: 1.2rem;	
	font-weight: 400;	
	line-height: 1.5;
	text-align: center;
	text-decoration: none;
}
.header-nav > ul > li > a::before {
	position: absolute;
	top: 7px;
	left: 0;
	display: block;
	width: 100%;
	height: 20px;
	color: #006BCE;
	font-size: 1.4rem;
	font-weight: 500;
	text-align: center;
}
.header-nav > ul > li:nth-of-type(1) > a:before {
	content: '01';
}
.header-nav > ul > li:nth-of-type(2) > a:before {
	content: '02';
}
.header-nav > ul > li:nth-of-type(3) > a:before {
	content: '03';
}
.header-btn {
	float: right;
	position: relative;
	width: 110px;
	height: 30px;
	margin-top: 15px;
	margin-right: 20px;
	text-align: center;
	z-index: 2;
}
.header-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 100%;
	height: 100%;
	background-color: #6A7E8D;
	transform: skewX(-15deg);
	z-index: -1;
}
.header-btn a {
	display: flex;
	width: 100%;
	height: 100%;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.2rem;
	text-decoration: none;
}
@media screen and (min-width: 1024px) {
	.header {
		height: 85px;
	}
	.header-logo {
		width: 263px;
		height: 85px;
	}
	.header-nav {
		top: 0;
		left: 0;
		padding-top: 15px;
		padding-right: 200px;
		padding-left: 263px;
		background-color: transparent;
	}
	.header-nav > ul {
		position: relative;
		width: initial;
		height: 52px;
		margin: 0 auto;
		text-align: center;
	}
	.header-nav > ul > li {
		position: relative;
		flex: none;
		display: inline-block;
		padding: 0 2%;
		vertical-align: top;
	}
	.header-nav > ul > li::before {
		content: '';
		position: absolute;
		top: 12px;
		left: 10px;
		display: block;
		width: 1px;
		height: 30px;
		background-color: #ddd;
		transform: rotate(15deg);
	}
	.header-nav > ul > li:last-child::after {
		content: '';
		position: absolute;
		top: 12px;
		right: -10px;
		display: block;
		width: 1px;
		height: 30px;
		background-color: #ddd;
		transform: rotate(15deg);
	}
	.header-nav > ul > li > a {
		position: relative;
		width: auto;
		height: 52px;
		padding-top: 0;
		color: #000;
		font-size: 1.8rem;
		font-weight: 500;
		text-align: left;
		transition: all 0.4s;
	}
	.header-nav > ul > li > a:hover {
		color: #006BCE;
	}
	.header-nav > ul > li > a::before {
		top: 50%;
		left: 15px;
		width: 1em;
		margin-top: -4px;
		font-size: 2rem;
		font-weight: 600;
		transform: translateY(-50%);
	}
	.header-nav > ul > li > a span {
		padding-left: 50px;
	}
	.header-btn {
		width: 145px;
		height: 30px;
		margin-top: 25px;
		margin-right: 30px;
	}
	.header-btn > a {
		height: 30px;
		font-size: 1.6rem;
		transition: all 0.4s;
	}
	.header-btn > a:hover {
		opacity: 0.8;
	}
}
@media screen and (min-width: 1024px) and (max-width: 1120px) {
		.header-logo {
			width: 240px;
		}
		.header-nav {
			padding-left: 226px;
		}
		.header-nav > ul > li > a::before {
	        margin-top: -3px;
			font-size: 1.7rem;
		}
	    .header-nav > ul > li > a {
			font-size: 1.5rem;
		}
		.header-nav > ul > li > a span {
		    padding-left: 40px;
		}
}

/* footer */
.footer {
	background-color: #222;
	color: #fff;
	padding: 60px 20px 82px 20px;
}
.footer-wrap {
}
.footer-01 {
}
.footer-01 > ul {
	font-size: 1.4rem;
	font-weight: 500;
	line-height: 1.5;
}
.footer-01 > ul > li + li {
	margin-top: 24px;
}
.footer-01 > ul > li > a {
	position: relative;
	color: #fff;
	text-decoration: none;
}
.footer-02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
	border-top: solid 1px #707070;
}
.footer-02-01 {
	order: 1;
	margin: 24px 0 0 0;
}
.footer-02-01-inner > dl {
	font-size: 1.0rem;
	line-height: 1.6;
}
.footer-02-01-inner > dl > dt {
	font-weight: 500;
}
.footer-02-01-inner > dl > dt > span {
	padding: 0 0 0 1em;
}
.footer-02-01-inner-copyright {
	margin-top: 16px;
	font-size: 1.0rem;
	line-height: 1.5;
	font-weight: 500;
}
.footer-02-02 {
	order: 0;
	margin: 48px auto 0 auto;
	width: 189px;
}
.footer-02 {
	display: flex;
	flex-wrap: wrap;
	margin-top: 48px;
	border-top: solid 1px #707070;
}
@media screen and (min-width: 768px) {
	.footer {
		padding: 64px 60px 48px 60px;
	}
	.footer-wrap {
		width: 100%;
		max-width: 1100px;
		margin: 0 auto;
	}
	.footer-01 > ul {
		margin: -16px -20px 0 0;
		line-height: 32px;
	}
	.footer-01 > ul > li {
		display: inline-block;
		padding: 0 40px 0 0;
		margin: 16px 40px 0 0;
		border-right: solid 1px #fff;
	}
	.footer-01 > ul > li + li {
		padding: 0 40px 0 0;
		margin: 16px 40px 0 0;
	}
	.footer-01 > ul > li:last-child {
		padding: 0 0 0 0;
		margin: 16px 0 0 0;
		border-right: none;
	}
	.footer-01 > ul > li > a {
		transition: all 0.4s;
	}
	.footer-01 > ul > li > a:hover {
		color: #006BCE;
	}
	.footer-02 {
		display: flex;
		width: 100%;
		padding: 50px 0 0 0;
		margin: 0 0 0 0;
		border-top: none;
	}
	.footer-02-01 {
		order: 1;
		flex: 1;
		margin: 0 0 0 0;
		padding: 0 0 0 60px;
		text-align: right;
	}
	.footer-02-01-inner {
		display: inline-block;
		text-align: left;
	}
	.footer-02-01-inner > dl {
		font-size: 1.2rem;
		line-height: 1.6;
	}
	.footer-02-02 {
		order: 0;
		width: 189px;
		margin: 0 0 0 0;
	}
}


body:has(.footer-wrap.is-actio) .area-btn {
    opacity: 0;
	pointer-events: none;
}
.area-btn {
    opacity: 1;
    transition: opacity 0.2s ease-in-out;
}


/* layout
--------------------------------------------------------------------------------*/
main {
	overflow-x: hidden;
	position: relative;
	width: 100%;
}
@media screen and (min-width: 768px) {
}

[class^=cts-] {
	position: relative;
	width: 100%;
}
[class^=cts-] .inner__cts {
	width: 100%;
    max-width: 1280px;
    margin-left: auto;
    margin-right: auto;
    padding-right: 20px;
	padding-left: 20px;
	z-index: 2;
}
@media screen and (min-width: 768px) {
	[class^=cts-] .inner__cts {
		padding-right: 40px;
		padding-left: 40px;
	}
}


/* fade */
.area-ctsttl.js-inone .area-ctsttl__inner > span,
.c-heading-secondary.js-inone,
.inner__cts.js-inone,
.cts-wrp.js-inone {
	opacity: 0;
}
.area-ctsttl.is-actone .area-ctsttl__inner > span,
.c-heading-secondary.is-actone,
.inner__cts.is-actone,
.cts-wrp.is-actone {
	opacity: 1;
	animation: to-visible 0.4s ease-in forwards;
}
@keyframes to-visible {
  0% {
    opacity: 0;
	padding-top: 20px;
  }
  40% {
    opacity: 0;
	padding-top: 20px;
  }
  100% {
    opacity: 1;
	padding-top: 0;
  }
}

/* 共通スタイル設定 */
.cts-trends::after,
.cts-strengths::after,
.cts-generativeAI::after,
.cts-policies::after,
.cts-growth::after,
.cts-points::after,
.cts-info_index::after,
.cts-aboutetf::after,
.cts-info_basic::after,
.cts-etf_appeal::after,
.cts-info_taiwan::after {
	content: '';
	position: absolute;
	bottom: 0;
	right: 0;
	display: block;
	width: 142px;
	height: 40px;
	background-image: url(../images/base/g_icon_b_img_01_250701.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 100% auto;
	pointer-events: none;
}
@media screen and (min-width: 768px) {
	.cts-trends::after,
	.cts-strengths::after,
	.cts-generativeAI::after,
	.cts-policies::after,
	.cts-growth::after,
	.cts-points::after,
	.cts-info_index::after,
	.cts-aboutetf::after,
	.cts-info_basic::after,
	.cts-etf_appeal::after,
	.cts-info_taiwan::after {
		width: 285px;
		height: 80px;
	}
}
.cts-etf_appeal::after {
	background-image: url(../images/base/g_icon_g_img_01_250701.png);
}



/* MV */
.cts-mv {
	position: relative;
	padding-bottom: 60px;
}
.cts-mv .cts-mv__inner {
	width: 100%;
	max-width: 1440px;
	margin-right: auto;
	margin-left: auto;
}
.cts-mv .c-billboard-v2__lead {
	margin-top: 30px;
	margin-bottom: 40px;
	padding-left: 30px;
	color: #fff;
	font-weight: 600;
	line-height: 1.6;
	text-shadow: 0 0 10px rgb(25, 135, 216, 1), 0 0 20px rgb(255, 255, 255, 0.8);
}
.area-btn {
	position: fixed;
	right: 0;
	bottom: 0;
	width: 185px;
	height: 56px;
	transition: all 0.2s ease-in-out;
	z-index: 10;
}
.area-btn.is-hide {
	bottom: -70px;
}
.area-btn__inner {
	position: relative;
}
.area-btn__inner .area-btn_hide {
	position: absolute;
	top: -28px;
	right: 0;
	display: block;
	width: 28px;
	height: 28px;
	background-color: #000;
	background-image: url(../images/base/g_arr_b_img_01_250701.png);
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 10px auto;
	cursor: pointer;
}
.area-btn.is-hide .area-btn__inner .area-btn_hide {
	transform:rotate(180deg);
}

.area-btn__inner .area-btn_hide > span {
	display: none;
}
.area-btn .c-btn {
	position: relative;
	width: 100%;
	height: 100%;
	z-index: 2;
}
.area-btn .c-btn::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 185px;
	height: 56px;
	background-color: #C90629;
	clip-path: polygon(17px 0, 100% 0, 100% 100%, 0 100%);
	z-index: -1;
}
.area-btn .c-btn .c-btn__inner {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 185px;
	height: 56px;
	color: #fff;
	font-size: 1.6rem;
	text-decoration: none;
	cursor: pointer;
}
.area-btn .c-btn .c-btn__inner::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 15px;
	height: 13px;
	background-image: url(../images/base/g_arr_r_img_01_250701.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: 100% auto;
	transform: translateY(-50%);
	z-index: -1;
}
.area-btn .c-btn .c-btn__inner span {
	padding-right: 15px;
}
@media screen and (max-width: 767px) {
	.cts-mv {
	}
	.cts-mv .cts-mv__inner {
		padding-top: 10px;
		padding-right: 20px;
		padding-bottom: 185px;
		padding-left: 20px;
		background-image: url(../images/base/g_mv_sp_img_01_250701.png);
		background-position: 0 0;
		background-repeat: no-repeat;
		background-size: 100% auto;
	}
	.area-btn.is-hide {
    	bottom: -56px;
	}
	.c-billboard-v2__lead {
		font-size: 2rem;
	}
	.c-billboard-v2__subtitle {
		margin-top: 10px;
		margin-left: 35px;
	}
	.c-billboard-v2__subtitle img {
		width: 100%;
		max-width: 124px;
	}
	.c-billboard-v2__title {
		margin-top: 4px;
	}
	.c-billboard-v2__title img {
		width: 100%;
		max-width: 375px;
	}
	.c-billboard-v2__txt img {
		width: 100%;
		max-width: 152px;
	}
}
@media screen and (min-width: 768px) {
	.cts-mv {
		position: relative;
		padding-bottom: 120px;
		z-index: 2;
	}
	.cts-mv:before {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 100vw;
		height: 750px;
		background: #133F8A;
		background: linear-gradient(90deg,rgba(19, 63, 138, 1) 0%, rgba(19, 63, 138, 1) 50%, rgba(255, 255, 255, 1) 50%, rgba(255, 255, 255, 0.8) 100%);
		transform: translateX(-50%);
		z-index: -1;
	}
	.cts-mv:after {
		content: '';
		position: absolute;
		top: 0;
		left: 50%;
		display: block;
		width: 100%;
		max-width: 1920px;
		height: 750px;
		background-image: url(../images/base/g_mv_img_01_250701.png);
		background-repeat: no-repeat;
		background-position: center 0;
		background-size: 1920px auto;
		transform: translateX(-50%);
		z-index: -1;
	}
	.cts-mv .cts-mv__inner {
		height: 750px;
		padding: 15px 6%;
	}
	.cts-mv .c-billboard-v2__lead {
		margin-top: 40px;
		margin-left: 18px;
		padding-left: 40px;
		font-size: 2.8rem;
	}
	.c-billboard-v2__subtitle {
		margin-top: 10px;
		margin-left: 61px;
	}
	.c-billboard-v2__subtitle img {
		width: 100%;
		max-width: 259px;
	}
	.c-billboard-v2__title {
		margin-top: 4px;
	}
	.c-billboard-v2__title img {
		width: 100%;
		max-width: 697px;
	}
	.c-billboard-v2__txt img {
		width: 100%;
		max-width: 186px;
	}

	.area-btn,
	.area-btn .c-btn::before,
	.area-btn .c-btn .c-btn__inner {
		width: 280px;
		height: 70px;
	}
	.area-btn .c-btn .c-btn__inner {
		text-align: center;
	}
	.area-btn .c-btn .c-btn__inner > span {
		display: block;
		width: 280px;
		height: 70px;
		padding-top: 15px;
		font-size: 2rem;
	}
	.area-btn .c-btn .c-btn__inner::before {
		width: 17px;
		height: 14px;
	}
	.area-btn .c-btn::before {
		transition: all 0.4s;
	}
	.area-btn .c-btn:hover::before {
		background-color: #000;
	}
}
@media screen and (min-width: 768px) and (max-width: 1440px) {
	.cts-mv {
		background-size: auto 750px;
	}
}
@media screen and (min-width: 1441px) {
	.cts-mv {
		background-size: 1920px auto;
	}
}

/* 推移 */
.cts-trends {
	background-image: url(../images/base/g_icon_b_img_01_250701.png);
	background-repeat: no-repeat;
	background-position: 100% 100%;
	background-size: 142px auto;
}
.cts-trends .inner__cts {
	padding-top: 65px;
	padding-bottom: 100px;
}
.cts-trends .area-ctsttl {
	background-color: #fff;
	background-image: url(../images/base/g_kv_trends_img_01_250701.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.cts-trends .area-ctsttl::before {
	background-color: #fff;
}
@media screen and (max-width: 767px) {
	
}
@media screen and (min-width: 768px) {
	.cts-trends {
		background-size: 285px auto;
	}
	.cts-trends .inner__cts {
		padding-top: 130px;
		padding-bottom: 190px;
	}
}

/* 強み */
.cts-strengths {
	padding-top: 65px;
	padding-bottom: 100px;
	background-color: #EDF1F4;
}
.cts-strengths::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 80px;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (min-width: 768px) {
	.cts-strengths {
		padding-top: 120px;
		padding-bottom: 190px;
	}
}

/* 生成AI市場 */
.cts-generativeAI {
	padding-top: 55px;
	padding-bottom: 60px;
}
.cts-generativeAI::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 80px;
	background-color: #EDF1F4;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
@media screen and (min-width: 768px) {
	.cts-generativeAI {
		padding-top: 120px;
		padding-bottom: 200px;
	}
}

/* 5大信頼産業推進政策 */
.cts-policies {
	padding-top: 60px;
	padding-bottom: 100px;
	background-color: #EDF1F4;
}
.cts-policies::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 80px;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.cts-policies .c-box {
	background-color: #fff;
}
.cts-policies .c-box__header {
	position: relative;
	padding: 10px 10px 10px 80px;
	background-color: #092E76;
	color: #fff;
	font-size: 2.2rem;
}
.cts-policies .c-box__body {
	padding: 20px 20px 40px;
}
.cts-policies .c-box__body .c-list__item {
	font-size: 1.6rem;
}
.cts-policies .c-box__body .c-list__item::before {
    top: 10px;
}

.cts-policies .c-box__header::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	width: 60px;
	height: 100%;
	background-color: #006BCE;
	background-repeat: no-repeat;
	background-position: center center;
}
.cts-policies .g-grid .g-grid__item:nth-child(1) .c-box__header::before {
	background-image: url(../images/base/g_icon_policies_img_01_250701.png);
	background-size: 29px auto;
}
.cts-policies .g-grid .g-grid__item:nth-child(2) .c-box__header::before {
	background-image: url(../images/base/g_icon_policies_img_02_250701.png);
	background-size: 27px auto;
}
.cts-policies .g-grid .g-grid__item:nth-child(3) .c-box__header::before {
	background-image: url(../images/base/g_icon_policies_img_03_250701.png);
	background-size: 40px auto;
}
.cts-policies .g-grid .g-grid__item:nth-child(4) .c-box__header::before {
	background-image: url(../images/base/g_icon_policies_img_04_250701.png);
	background-size: 40px auto;
}
.cts-policies .g-grid .g-grid__item:nth-child(5) .c-box__header::before {
	background-image: url(../images/base/g_icon_policies_img_05_250701.png);
	background-size: 30px auto;
}

@media screen and (min-width: 768px) {
	.cts-policies {
		padding-top: 100px;
		padding-bottom: 200px;
	}
	.cts-policies .g-grid {
		gap: 40px 40px;
		margin-top: 80px !important;
	}
	.cts-policies .c-box.g-grid__item:nth-child(-n+2) {
        margin-top: 0;
    }
	.cts-policies .c-box__header {
		display: flex;
		align-items: center;
		height: 120px;
		padding-left: 150px;
		font-size: 3.2rem;
	}
	.cts-policies .c-box__header::before {
		width: 120px;
	}
	.cts-policies .g-grid .g-grid__item:nth-child(1) .c-box__header::before {
		background-size: 60px auto;
	}
	.cts-policies .g-grid .g-grid__item:nth-child(2) .c-box__header::before {
		background-size: 53px auto;
	}
	.cts-policies .g-grid .g-grid__item:nth-child(3) .c-box__header::before {
		background-size: 80px auto;
	}
	.cts-policies .g-grid .g-grid__item:nth-child(4) .c-box__header::before {
		background-size: 80px auto;
	}
	.cts-policies .g-grid .g-grid__item:nth-child(5) .c-box__header::before {
		background-size: 60px auto;
	}
	.cts-policies .c-box__body {
		padding: 30px 40px 70px;
	}
	.cts-policies .c-box__body .c-list__item {
		font-size: 2rem;
	}
	.cts-policies .c-box__body .c-list__item::before {
		top: 14px;
	}
}

/* 成長 */
.cts-growth {
	padding-top: 60px;
	padding-bottom: 60px;
}
.cts-growth::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 80px;
	background-color: #EDF1F4;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.cts-growth .c-table__narrow-header,
.cts-growth .c-table__subheader,
.cts-growth .c-table__cell {
    padding: 10px 24px;
}
@media screen and (min-width: 768px) {
	.cts-growth {
		padding-top: 120px;
		padding-bottom: 200px;
	}
	.cts-growth .c-table__narrow-header,
	.cts-growth .c-table__subheader,
	.cts-growth .c-table__cell {
		padding: 12px 24px;
	}
}

/* ポイント */
.cts-points {
	padding-bottom: 90px;
	background-color: #EDF1F4;
}
.cts-points .area-ctsttl {
	margin-bottom: 70px;
	background-image: url(../images/base/g_kv_points_img_01_250701.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.cts-points .area-ctsttl::before {
	content: '';
	position: absolute;
	top: -1px;
	left: 0;
	display: block;
	width: 24px;
	height: 80px;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 0 100%);
}
.cts-points .area-ctsttl::after {
	background-image: url(../images/base/g_icon_g_img_01_250701.png);
}
.cts-points .area-ctsttl .area-ctsttl__inner {
	background: linear-gradient(180deg,rgba(9, 46, 118, 0) 0%, rgba(9, 46, 118, 0.8) 100%);
}
.cts-points .area-ctsttl span {
	font-size: 3.2rem;
	font-weight: 500;
}
.cts-points .area-ctsttl span b {
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.cts-points .area-ctsttl {
		margin-bottom: 120px;
	}
	.cts-points .area-ctsttl span {
		font-size: 7.2rem;
	}
	.cts-points .area-ctsttl span b {
		font-size: 8.2rem;
	}
}

.c-iconset__inner {
	width: 100%;
}
.c-iconset__image {
	width: 100%;
	text-align: center;
}
.c-iconset__image img {
	width: 100%;
	max-width: 150px;
}
.c-iconset__content {
}
.c-iconset__title {
	position: relative;
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.5;
}
.c-iconset__title:before {
	content: '';
	position: absolute;
	top: 12px;
	left: 0;
	display: block;
	width: 14px;
	height: 3px;
	transform: skewX(-15deg) rotate(-1deg);
	transform-origin: 0 0 0;
}
.c-textbox_w .c-list .c-list__item {
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.c-iconset__content {
		margin-top: 15px;
	}
	.c-textbox_w .c-list .c-list__item {
		font-size: 1.6rem;
	}
}
@media screen and (min-width: 768px) {
	.cts-points {
		padding-bottom: 200px;
	}

	.c-iconset__content {
		margin-top: 25px;
	}
	.c-iconset__inner {
		display: flex;
		width: 100%;
		align-items: center;
	}
	.c-iconset__image {
		width: 200px;
		margin-right: 24px;
	}
	.c-iconset__image img {
		max-width: 200px;
	}
	.c-iconset__content {
		width: calc(100% - 200px);
		margin-top: 0;
		padding-left: 15px;
	}
	.c-iconset__title {
		font-size: 3.6rem;
	}
	.c-iconset__title:before {
		content: '';
		position: absolute;
		top: 12px;
		left: 0;
		display: block;
		width: 14px;
		height: 3px;
		transform: skewX(-15deg) rotate(-1deg);
		transform-origin: 0 0 0;
	}
	.cts-points .c-textbox_w {
    	padding: 40px 40px;
	}
	.cts-points .c-textbox_w .c-list__item {
		font-size: 2rem;
	}
	.cts-points .c-textbox_w .c-list__item::before {
        top: 13px;
	}
	.cts-points .sttl_points.u-mt-m {
        margin-top: 80px !important;
	}
}

/* 台湾テックリーダー指数の基本情報 */
.cts-info_taiwan {
	padding-top: 60px;
	padding-bottom: 100px;
}
.cts-info_taiwan .c-heading-secondary {
	margin-bottom: 60px;
}
.cts-info_taiwan .c-box {
	position: relative;
	border: 3px solid #006BCE;
}
.cts-info_taiwan .c-box::before {
	content: '';
	position: absolute;
	top: -30px;
	right: 10px;
	display: block;
	width: 60px;
	height: 60px;
	background-image: url(../images/base/g_icon_inspiration_img_01_250701.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
}
.cts-info_taiwan .c-box__header {
	padding: 10px 20px;
	background-color: #006BCE;
}
.cts-info_taiwan .c-box__header-title {
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
}
.cts-info_taiwan .c-box__body {
	padding: 24px 20px 30px;
	background-color: #fff;
	font-size: 1.6rem;
}

.cts-info_taiwan .c-table tr:nth-child(even) .c-table__cell {
	background-color: #EDF1F4;
}
.cts-info_taiwan .c-table tr td:nth-child(1),
.cts-info_taiwan .c-table tr td:nth-child(2) {
	font-weight: 600;
}
.cts-info_taiwan .c-table tr td:nth-child(2),
.cts-info_taiwan .c-table tr td:nth-child(4) {
	text-align: left;
}
.cts-info_taiwan .c-table tr td:nth-child(4) {
	font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
	.cts-info_taiwan .c-table__narrow-header {
    	padding: 5px 10px;
	}
	.cts-info_taiwan .c-table__subheader,
	.cts-info_taiwan .c-table__cell {
        padding: 5px 10px;
    }
	.cts-info_taiwan .c-table tr td:nth-child(4) {
		font-size: 1.1rem;
	}
}
@media screen and (min-width: 768px) {
	.cts-info_taiwan {
		padding-top: 120px;
		padding-bottom: 200px;
	}
	.cts-info_taiwan .c-heading-secondary {
    	margin-bottom: 90px;
	}
	.cts-info_taiwan .c-table__narrow-header {
		font-size: 2rem;
	}
	.cts-info_taiwan .c-table__narrow-header:nth-child(3) {
		font-size: 1.6rem;
		line-height: 1.4;
	}
	
	.cts-info_taiwan .c-box::before {
		right: 20px;
		width: 80px;
		height: 80px;
	}
	.cts-info_taiwan .c-box__header {
		padding: 5px 30px;
	}
	.cts-info_taiwan .c-box__header-title {
		font-size: 2.6rem;
	}
	.cts-info_taiwan .c-box__body {
		padding: 40px 40px;
		font-size: 2rem;
	}
}

/* 指数基本情報 */
.cts-info_index {
	padding-top: 60px;
	padding-bottom: 100px;
	background-color: #EDF1F4;
	z-index: 2;
}
.cts-info_index::before {
	content: '';
	position: absolute;
	top: 0;
	left: 0;
	display: block;
	width: 24px;
	height: 80px;
	background-color: #fff;
	clip-path: polygon(0 0, 100% 0, 0 100%);
	z-index: -1;
}
.cts-info_index .c-box {
	border: 4px solid #6A7E8D;
}
.cts-info_index .c-box__header {
	padding: 10px 20px;
	background-color: #6A7E8D;
}
.cts-info_index .c-box__header-title {
	color: #fff;
	font-size: 2rem;
	font-weight: 500;
}
.cts-info_index .c-box__body {
	padding: 24px 20px 30px;
	background-color: #fff;
	font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
	.cts-info_index .c-table__narrow-header {
    	padding: 5px 10px;
	}
	.cts-info_index .c-table__subheader,
	.cts-info_index .c-table__cell {
        padding: 5px 10px;
    }
}
@media screen and (min-width: 768px) {
	.cts-info_index {
		padding-top: 120px;
		padding-bottom: 200px;
	}
	.cts-info_index .c-box__header {
		padding-right: 30px;
		padding-left: 30px;
	}
	.cts-info_index .c-table__narrow-header {
		font-size: 2rem;
	}
	.cts-info_index .c-table__narrow-header .subtext {
		font-size: 1.6rem;
		font-weight: 400;
	}
	.cts-info_index .c-table__narrow-header span {
		display: block;
		margin-top: 5px;
		font-size: 1.4rem;
		font-weight: 300;
		line-height: 1.6;
	}
	.cts-info_index .c-box__header-title {
		font-size: 2.6rem;
	}
	
	.cts-info_index .c-box__body {
		padding: 40px 40px;
		font-size: 2rem;
	}
}

/* 基本情報 */
.cts-info_basic {
	padding-bottom: 90px;
	background-color: #EDF1F4;
}
.cts-info_basic .area-ctsttl {
	margin-bottom: 70px;
	background-image: url(../images/base/g_kv_basic_img_01_250701.png);
	background-repeat: no-repeat;
	background-position: 0 0;
	background-size: cover;
}
.cts-info_basic .area-ctsttl::after {
	background-image: url(../images/base/g_icon_g_img_01_250701.png);
}
.cts-info_basic .area-ctsttl span {
    font-size: 3.2rem;
    font-weight: 500;
}
@media screen and (min-width: 768px) {
	.cts-info_basic {
		padding-bottom: 200px;
	}
	.cts-info_basic .area-ctsttl span {
        font-size: 7.2rem;
    }
	.cts-info_basic .c-deflist dl {
		display: flex;
		flex-wrap: wrap;
	}
	.cts-info_basic .c-deflist dl + dl {
		border-top: 1px solid #ddd;
	}
	.cts-info_basic .c-deflist dt {
		display: flex;
		align-items: center;
		width: 27.4%;
		padding: 9px 20px 10px;
		font-size: 1.6rem;
	}
	.cts-info_basic .c-deflist dd {
		width: calc(100% - 27.4%);
		padding: 9px 20px 10px;
	}
	.cts-info_basic::after {
        width: 285px;
        height: 80px;
    }
}

/* 投資先ETFについて */
.cts-aboutetf {
	padding-top: 60px;
	padding-bottom: 100px;
}
.cts-aboutetf .c-box {
}
.cts-aboutetf .c-box__header {
	padding: 15px 24px;
	background-color: #092E76;
}
.cts-aboutetf .c-box__header-title {
	color: #fff;
	font-size: 2.6rem;
	font-weight: 500;
	text-align: center;
}
.cts-aboutetf .c-box__body {
	padding: 24px 24px 60px;
	background-color: #EDF1F4;
}
@media screen and (min-width: 768px) {
	.cts-aboutetf {
		padding-top: 120px;
		padding-bottom: 200px;
	}
	.cts-aboutetf .c-box__header {
	    padding: 22px 24px;
	}
	.cts-aboutetf .c-box__header-title {
		font-size: 5.2rem;	
	}
	.cts-aboutetf .c-box__body {
		padding: 70px 7% 120px;
	}
	.cts-aboutetf .c-deflist dl {
		display: flex;
		flex-wrap: wrap;
	}
	.cts-aboutetf .c-deflist dl + dl {
		border-top: 1px solid #ddd;
	}
	.cts-aboutetf .c-deflist dt {
		display: flex;
		align-items: center;
		width: 27.4%;
		font-size: 1.6rem;
	}
	.cts-aboutetf .c-deflist dd {
		width: calc(100% - 27.4%);
		padding: 0;
	}
	.cts-aboutetf .c-deflist dd > p {
		padding: 10px 20px;
	}
	.cts-aboutetf .c-deflist dd ul li {
		padding: 10px 20px;
	}
	.cts-aboutetf .c-deflist dd ul li + li {
		border-top: 1px solid #ddd;
	}
}

/* ETF投資の魅力 */
.cts-etf_appeal {
	padding-top: 60px;
	padding-bottom: 100px;
	background-color: #092E76;
}
.cts-etf_appeal .c-box {
}
.cts-etf_appeal .c-box__header {
	padding: 15px 24px;
	background-color: #C90629;
}
.cts-etf_appeal .c-box__header-title {
	color: #fff;
	font-size: 1.6rem;
	font-weight: 500;
	text-align: center;
}
.cts-etf_appeal .c-box__body {
	padding: 20px 24px 30px;
	background-color: #fff;
}
.cts-etf_appeal .c-box__body-sttl {
	font-size: 2.4rem;
	font-weight: 500;
	line-height: 1.6;
	text-align: center;
}
.cts-etf_appeal .c-box__body-sttl + .c-box__body-text {
	margin-top: 10px;
	font-size: 1.4rem;
}
.cts-etf_appeal .c-box__body b {
	color: #C90629;
	font-weight: 500;
}
@media screen and (min-width: 768px) {
	.cts-etf_appeal {
		padding-top: 60px;
		padding-bottom: 160px;
	}
	.cts-etf_appeal .c-box {
		background-color: #fff;
	}
	.cts-etf_appeal .c-box__header {
    	padding: 8px 24px;
	}
	.cts-etf_appeal .c-box__header-title {
		font-size: 2.6rem;
	}
	.cts-etf_appeal .c-box__body {
		padding: 40px 24px 75px;
	}
	.cts-etf_appeal .c-box__body-sttl {
		font-size: 3.2rem;
	}
	.cts-etf_appeal .c-box__body-text {
		font-size: 1.6rem;
	}
	.cts-etf_appeal .c-box__body-sttl + .c-box__body-text {
		margin-top: 20px;
		font-size: 1.6rem;
	}
}

/* 留意点 */
.cts-pointstonote {
	padding-top: 40px;
	padding-bottom: 60px;
	background-color: #EDF1F4;
}
@media screen and (max-width: 767px) {
	.cts-pointstonote {
		font-size: 1.2rem;
	}
	.cts-pointstonote .c-list__item {
		font-size: 1.2rem;
	}
	.cts-pointstonote .c-list__item::before {
		top: 7px;
	}
	.cts-pointstonote .c-remarks__item {
		font-size: 1.2rem;
	}
	.cts-pointstonote .c-list_custom .c-list__item .c-list_text {
		padding-left: 20px;
	}
	.cts-pointstonote .c-list.circle .c-list__item {
	    padding-left: 20px;
	}
	.cts-pointstonote .c-list.circle .c-list__item::before {
		top: 7px;
		width: 8px;
		height: 8px;
		border-radius: 8px;
	}
}
@media screen and (min-width: 768px) {
	.cts-pointstonote {
		padding-top: 100px;
		padding-bottom: 100px;
	}
	.cts-pointstonote p {
		font-size: 1.4rem;
	}
	.cts-pointstonote p.u-txt-sizem {
		font-size: 1.6rem;
	}
	.cts-pointstonote .c-list .c-list__item {
		font-size: 1.4rem;
	}
	.cts-pointstonote .c-list .c-list__item::before {
        top: 8px;
	}
	.cts-pointstonote .c-list_custom .c-list__item .c-list_text {
        padding-left: 24px;
    }
}


/* モーダル */
.modal-portfolio {
	position: fixed;
	top: 0;
	left: 0;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100vw;
	height: 100vh;
	background-color: rgba(0, 0, 0, 0.69);
	opacity: 0;
	visibility: hidden;
	pointer-events: none;
	transition: opacity 0.2s linear, visibility 0.2s;
	z-index: 150;
}
.modal-portfolio__closelayer {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	cursor: pointer;
}
.modal-portfolio__inner {
	position: relative;
	width: 90%;
	max-width: 1050px;
	z-index: 1;
}
.modal-portfolio__close {
	position: absolute;
    top: -45px;
    right: 0;
	color: #fff;
	font-size: 2rem;
	cursor: pointer;
    z-index: 3;
}
.modal-portfolio__close::before {
    content: "×";
    position: absolute;
    top: -1px;
    left: -30px;
    font-size: 2.2rem;
}
.modal-portfolio__content {
	display: none;
	width: 100%;
	height: 0;
	-webkit-overflow-scrolling: auto;
	overflow-scrolling: auto;
	pointer-events: none;
}
.modal-portfolio__content.is-show {
	display: block;
	height: auto;
	max-height: 75vh;
	pointer-events: all;
}
.modal-portfolio.is-show {
	opacity: 1;
	visibility: visible;
	pointer-events: all;
}
.modal-portfolio-body__title {
    padding: 15px 20px;
	background-color: #006BCE;
    color: #fff;
	font-size: 1.8rem;
    font-weight: 600;
    line-height: 1.6;
	text-align: center; 
}
.modal_inn {
    padding: 30px 20px;
    overflow-y: scroll;
    background-color: #fff;
	scrollbar-width: thin;
}
.modal_sub_title span {
    display: block;
	color: #3914B4;
}
.modal_inn .link_list_box {
	margin-bottom: 20px;
}
.modal_inn ul > li {
    position: relative;
    line-height: 2;
}

.modal_inn ul > li a {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	min-height: 52px;
	border: 1px solid #ddd;
}
.modal_inn ul > li a[target="_blank"]::before {
	content: '';
	position: absolute;
	top: 50%;
	right: 20px;
	display: block;
	width: 16px;
	height: 16px;
	background-image: url(../images/base/g_icon_blank_img_01_250701.png);
	background-repeat: no-repeat;
	background-size: 100% auto;
	background-position: 0 0;
	transform: translateY(-50%);
}
.modal_inn ul > li a img {
	width: auto;
	height: 41px;
}

.modal_inn .pr_text {
	color: #092E76;
	font-size: 1.6rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.modal_inn ul > li + li {
		margin-top: 20px;
	}
}
@media screen and (min-width: 768px) {
	.modal-portfolio-body__title {
		padding: 25px 20px;
		font-size: 2.8rem;
	}
	.modal_inn {
    	padding: 50px 5% 45px;
	}
	.modal_inn ul {
		display: flex;
		width: 100%;
		flex-wrap: wrap;
		gap: 40px 4%;
	}
	.modal_inn ul > li {
		width: calc(50% - 4%);
	}
	.modal_inn ul > li a {
		min-height: 80px;
	}
	.modal_inn ul > li a img {
		height: 48px;
	}
	.modal_inn .pr_text {
		margin-top: 40px;
		font-size: 2.4rem;
	}
	.modal-cautonarea {
		margin-top: 20px;
		text-align: center;
	}
	.c-remarks {
		display: inline-block !important;
		width: auto !important;
		margin-right: auto;
		margin-left: auto;
	}
	.c-remarks > li {
		width: auto !important;
	}
}
