@charset "Shift_JIS";
/* shindan.css */
/* 投資家タイプ診断 */
.Main__content.shindan {
	padding-top: 0;
	padding-bottom: 0;
}

/* mv -------------------------------------------------- */
/* pc, sp 共通 */
.shindan .cmn-bg-layout__inner {
	padding: 0;
}

/* モーダルリンクボタン */
.shindan .mv_btn .list-wrap,
.shindan .step_btn .list-wrap {
	margin: 0;
}
.shindan .mv_btn .link-list > li > [class*=__type]:before,
.shindan .mv_btn .link-list__type--modal:after,
.shindan .step_btn .link-list > li > [class*=__type]:before,
.shindan .step_btn .link-list__type--modal:after {
	content: none;
}
.shindan .mv_btn .link-list > li > [class*=__type],
.shindan .step_btn .link-list > li > [class*=__type] {
	padding-left: 0;
}

/* pc */
@media print, screen and (min-width: 768px) {
	.shindan .cmn-bg-layout {
		background: url(../img/mv_pc_bg.png) repeat-x;
	}
	.shindan .figure {
		position: relative;
	}
	.shindan .figure__frame {
		margin: 0;
	}
	.shindan .figure .mv_btn {
		position: absolute;
		top: 312px;
		left: 28px;
		width: 322px;
		height: 58px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.shindan .figure .mv_btn a {
		display: block;
		width: 317px;
		height: 58px;
		background: url(../img/mv_pc_btn.png) center center no-repeat;
		background-size: 317px auto;
	}
	.shindan .figure .mv_btn a:hover {
		display: block;
		width: 322px;
		height: 58px;
		background: url(../img/mv_pc_btn_hover.png) center center no-repeat;
		background-size: 322px auto;
	}
}

/* sp */
@media only screen and (max-width: 767.98px) {
	.shindan .figure {
		position: relative;
	}
	.shindan .figure__frame {
		margin: 0;
	}
	.shindan .figure .mv_btn {
		position: absolute;
		top: 68.8vw;
		left: 10.13vw;
		width: 80vw;
		height: 14.4vw;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.shindan .figure .mv_btn a {
		display: block;
		width: 78.66vw;
		height: 14.4vw;
		background: url(../img/mv_sp_btn.png) center center no-repeat;
		background-size: 78.66vw auto;
	}
	.shindan .figure .mv_btn a:hover {
		display: block;
		width: 80vw;
		height: 14.4vw;
		background: url(../img/mv_sp_btn_hover.png) center center no-repeat;
		background-size: 80vw auto;
	}
}

/* モーダル ------------------------------------------------ */
.shindan_modal .note-list__mark {
	font-weight: bold;
}
.shindan_modal .text {
	margin-top: 2em;
}

/* area_1, area_2 -------------------------------------- */
/* pc, sp 共通 */
.shindan .area_1 .heading_en,
.shindan .area_2 .heading_en {
	display: flex;
	justify-content: center;
	align-items: center;
}
.shindan .area_1 .heading_en span,
.shindan .area_2 .heading_en span {
	font-weight: bold;
	color: #5178C7;
}
.shindan .area_1 .heading_en:before,
.shindan .area_2 .heading_en:before {
	content: '';
	width: 14px;
	height: 14px;
	margin-right: 6px;
	background: url(../img/icon_heading_en.png) center center no-repeat;
	background-size: 14px 14px;
}
.shindan .area_1 .heading,
.shindan .area_2 .heading {
	margin-top: 15px;
	font-size: 32px;
	font-weight: bold;
	color: #87B0FF;
	text-align: center;
	text-decoration: underline;
}

/* pc */
@media print, screen and (min-width: 768px) {
	.shindan .cmn-bg-layout.area_1 {
		margin-top: 0;
		padding-top: 120px;
		padding-bottom: 120px;
		background: url(../img/area_1_pc_bg.png) repeat;
		background-size: 24px 24px;
	}
	.shindan .area_1 .catchcopy {
		margin-top: 50px;
		font-size: 24px;
		font-weight: bold;
		line-height: 1.6;
		color: #151515;
		text-align: center;
	}
	.shindan .area_1 .txt {
		margin-top: 30px;
		font-size: 16px;
		line-height: 2.0;
		color: #353535;
		text-align: center;
	}

	/* about */
	.shindan .area_1 .about {
		width: 1140px;
		margin: 0 auto;
		padding: 80px 0 75px;
		border-radius: 20px;
		background-color: rgba(250, 219, 216, 0.5);
	}

	/* point */
	.shindan .area_1 .point {
		margin-top: 120px;
	}
	.shindan .area_1 .point_list {
		width: 1140px;
		margin: 50px auto 0;
	}
	.shindan .area_1 .point_list ul {
		list-style-type: none;
		display: flex;
		justify-content: space-between;
	}
	.shindan .area_1 .point_list ul li {
		width: 340px;
	}
	.shindan .area_1 .point_box .point_img {
		display: flex;
		justify-content: center;
	}
	.shindan .area_1 .point_box .point_ttl {
		margin-top: 24px;
		text-align: center;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
		color: #151515;
	}
	.shindan .area_1 .point_box .point_txt {
		margin-top: 18px;
		font-size: 16px;
		line-height: 2.0;
		color: #151515;
	}
}

/* sp */
@media only screen and (max-width: 767.98px) {
	.shindan .cmn-bg-layout.area_1 {
		margin-top: 0;
		padding: 60px 20px;
		background: url(../img/area_1_pc_bg.png) repeat;
		background-size: 6.4vw 6.4vw;
	}
	.shindan .area_1 .heading_en:before,
	.shindan .area_2 .heading_en:before {
		content: '';
		width: 13px;
		height: 13px;
		margin-right: 5px;
		background: url(../img/icon_heading_en.png) center center no-repeat;
		background-size: 13px 13px;
	}
	.shindan .area_1 .heading_en span,
	.shindan .area_2 .heading_en span {
		font-size: 1.4rem;
	}
	.shindan .area_1 .heading,
	.shindan .area_2 .heading {
		margin-top: 10px;
		font-size: 2.0rem;
		font-weight: bold;
		color: #87B0FF;
		text-align: center;
		text-decoration: underline;
	}
	.shindan .area_1 .catchcopy {
		margin-top: 40px;
		font-size: 1.8rem;
		font-weight: bold;
		line-height: 1.6;
		color: #151515;
		text-align: center;
	}
	.shindan .area_1 .txt {
		margin-top: 16px;
		font-size: 1.4rem;
		line-height: 1.8;
		color: #353535;
	}

	/* about */
	.shindan .area_1 .about {
		margin: 0 auto;
		padding: 40px 20px;
		border-radius: 20px;
		background-color: rgba(250, 219, 216, 0.5);
	}

	/* point */
	.shindan .area_1 .point {
		margin-top: 60px;
	}
	.shindan .area_1 .point_list {
		margin-top: 40px;
	}
	.shindan .area_1 .point_list ul {
		margin: 0;
		padding: 0;
		list-style-type: none;
	}
	.shindan .area_1 .point_list ul li + li {
		margin-top: 30px;
	}
	.shindan .area_1 .point_box .point_img {
		display: flex;
		justify-content: center;
	}
	.shindan .area_1 .point_box .point_img img {
		display: block;
		width: 37.3vw;
	}
	.shindan .area_1 .point_box .point_ttl {
		margin-top: 24px;
		text-align: center;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.6;
		color: #151515;
	}
	.shindan .area_1 .point_box .point_txt {
		margin-top: 16px;
		font-size: 1.4rem;
		line-height: 1.8;
		color: #151515;
	}
}

/* area_2 ---------------------------------------------- */
.shindan .cmn-bg-layout.area_2 {
	margin-top: 0;
	background-color: #fcedeb;
}

/* pc */
@media print, screen and (min-width: 768px) {
	.shindan .cmn-bg-layout.area_2 {
		background-image: none;
	}

	/* step */
	.shindan .area_2 .step {
		padding: 80px 0;
	}
	.shindan .area_2 .step_list {
		width: 1140px;
		margin: 50px auto 0;
	}
	.shindan .area_2 .step_list ul {
		list-style-type: none;
		display: flex;
		justify-content: space-between;
	}
	.shindan .area_2 .step_list ul li {
		width: 340px;
	}
	.shindan .area_2 .step_box .step_img {
		display: flex;
		justify-content: center;
	}
	.shindan .area_2 .step_box .step_ttl {
		margin-top: 24px;
		font-size: 18px;
		font-weight: bold;
		line-height: 1.6;
		color: #151515;
		display: flex;
		align-items: center;
	}
	.shindan .area_2 .step_list ul li:nth-child(1) .step_box .step_ttl:before {
		content: '';
		width: 64px;
		height: 64px;
		margin-right: 15px;
		background: url(../img/step_num_01.png) center center no-repeat;
		background-size: 64px 64px;
	}
	.shindan .area_2 .step_list ul li:nth-child(2) .step_box .step_ttl:before {
		content: '';
		width: 64px;
		height: 64px;
		margin-right: 15px;
		background: url(../img/step_num_02.png) center center no-repeat;
		background-size: 64px 64px;
	}
	.shindan .area_2 .step_list ul li:nth-child(3) .step_box .step_ttl:before {
		content: '';
		width: 64px;
		height: 64px;
		margin-right: 15px;
		background: url(../img/step_num_03.png) center center no-repeat;
		background-size: 64px 64px;
	}
	.shindan .area_2 .step_box .step_ttl span {
		width: calc(100% - 15px - 64px);
	}
	.shindan .area_2 .step_box .step_txt {
		margin-top: 24px;
		font-size: 16px;
		line-height: 2.0;
		color: #151515;
	}
	.shindan .step .step_btn {
		margin-top: 55px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.shindan .step .step_btn a {
		display: block;
		width: 315px;
		height: 54px;
		background: url(../img/step_btn_pc.png) center center no-repeat;
		background-size: 315px auto;
	}
	.shindan .step .step_btn a:hover {
		display: block;
		width: 320px;
		height: 54px;
		background: url(../img/step_btn_pc_hover.png) center center no-repeat;
		background-size: 320px auto;
	}
}

/* sp */
@media only screen and (max-width: 767.98px) {
	/* step */
	.shindan .area_2 .step {
		padding: 40px 0;
	}
	.shindan .area_2 .step .step_list.util-pc-hidden {
		margin-top: 40px;
	}
	.shindan .area_2 .step .step_list.util-pc-hidden .step_img {
		display: flex;
		justify-content: center;
	}
	.shindan .area_2 .step .step_list.util-pc-hidden .step_img img {
		display: block;
		width: 73.33vw;
	}
	.shindan .step_list.util-pc-hidden .step_box .step_ttl {
		margin-top: 24px;
		font-size: 1.6rem;
		font-weight: bold;
		line-height: 1.6;
		color: #151515;
		display: flex;
		align-items: center;
	}
	.shindan .step_list.util-pc-hidden .carousel__list .carousel__item .step_ttl img {
		display: block;
		width: 56px;
		height: 56px;
	}
	.shindan .step_list.util-pc-hidden .carousel__list .carousel__item .step_ttl span {
		width: calc(100% - 16px - 56px);
		margin-left: 16px;
		text-align: left;
	}
	.shindan .area_2 .step_box .step_txt {
		margin-top: 16px;
		font-size: 1.4rem;
		line-height: 1.8;
		color: #151515;
		text-align: left;
	}
	.shindan .step .step_btn {
		margin-top: 36px;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.shindan .step .step_btn a {
		display: block;
		width: 295px;
		height: 54px;
		background: url(../img/step_btn_sp.png) center center no-repeat;
		background-size: 295px auto;
	}
	.shindan .step .step_btn a:hover {
		display: block;
		width: 300px;
		height: 54px;
		background: url(../img/step_btn_sp_hover.png) center center no-repeat;
		background-size: 300px auto;
	}
	.shindan .step .carousel__pager > .slick-dots > li > button {
		background-color: #D0DEDE;
	}

	.shindan .step .carousel__pager > .slick-dots > li.slick-active > button {
			background-color: #FF8F83;
	}
	.shindan .step .carousel__switch__pause:after,
	.shindan .step .carousel__switch__pause:before {
			background-color: #FF8F83;
	}
	.shindan .step .carousel__list > .slick-arrow.slick-next:before,
	.shindan .step .carousel__list > .slick-arrow.slick-prev:before {
			border-color: #FF8F83;
	}
}
