@charset "UTF-8";
/* =========================================================
	共通
========================================================= */
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
  line-height: 0;
}
li {
  list-style: none;
}
/*a {
  text-decoration: none;
}*/
a:hover {
  opacity: .7;
  transition: .2s;
}
strong {
  font-weight: bold;
}
.sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .sp {
    display: block;
  }
}
.wp_in {
  width: 100%;
  max-width: 1070px;
  margin: 0 auto;
	font-feature-settings: "palt";
	letter-spacing: 0.05em;
}
@media only screen and (max-width: 1200px) {
  .wp_in {
    width: 90%;
  }
}
@media only screen and (max-width: 768px) {
  .wp_in {
    width: 100%;
  }
}
.mb0 {
  margin-bottom: 0 !important;
}
.pdb0 {
  padding-bottom: 0 !important;
}
.result_content sup {
	font-size: 0.5em;
	vertical-align: text-top;
}
/* =========================================================
	header
========================================================= */
header {
  background-color: #fff;
}
.hd {
  border-bottom: 5px solid #E60000;
}
.hd_in {
  max-width: 1200px;
  display: flex;
  align-items: center;
  align-content: center;
  justify-content: space-between;
  width: auto;
  padding: 30px 20px 25px;
  box-sizing: content-box;
  margin: 0 auto;
}
.hd_logo {
  width: 153px;
  height: 37px;
  text-indent: -9999px;
  white-space: normal;
  overflow: hidden;
  background-image: url("../imgs/fund/logo_mufg.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 153px auto;
}
.hd_in a {
  display: block;
}
.hd_ufj {
  width: 133px;
  height: 20px;
  text-indent: -9999px;
  white-space: normal;
  overflow: hidden;
  background-image: url("../imgs/fund/logo_bank.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 133px auto;
}
.hd_in.biz {
  padding-top: 13px;
  padding-bottom: 15px;
}
.hd_biz {
  width: 110px;
  height: 22px;
  text-indent: -9999px;
  white-space: normal;
  overflow: hidden;
  background-image: url("../imgs/fund/logo_biz.svg");
  background-repeat: no-repeat;
  background-position: top left;
  background-size: 110px auto;
}
@media only screen and (max-width: 768px) {
  .hd {
    border-bottom: 4px solid #E60000;
  }
  .hd_in {
    padding: 20px 15px;
  }
  .hd_logo {
    max-width: 95px;
    width: 47.02%;
    height: 25px;
    background-size: 94px auto;
  }
  .hd_ufj {
    width: 85px;
    height: 15px;
    background-size: 100% auto;
  }
  .hd_in.biz {
    padding: 20px 15px;
  }
  .hd_biz {
    width: 66px;
    height: 13px;
    background-size: 100% auto;
  }
}
/* =========================================================
	■kv-sec
========================================================= */
.main-wrap {
	margin: 0 auto 0;
	max-width: 1920px;
}
/* =========================================================
	kv_area
========================================================= */
.kv-area {
  overflow: hidden;
  background-size: cover;
  background-position: center;
}
@media only screen and (min-width: 1921px) {
	.kv-area {
		background-size: cover;
	}
}

.kv-area {
  background-image: url("../imgs/fund/kv_bg.jpg");
}
/* =========================================================
	content-area
========================================================= */
.content-area {
	background-color: #f8dede;
	padding: 15px 0 100px;
	margin-bottom: 20px;
}
@media only screen and (max-width: 1200px) {
	.content-area {
		padding: 15px 4% 100px;
	}
}
@media only screen and (max-width: 768px) {
	.content-area {
		padding: 7.3vw 4% 6.6vw;
	}	
}
/* =========================================================
	acc
========================================================= */
.acc_btn {
	transition: .3s;
}
.acc_btn:hover {
	cursor: pointer;
	opacity: .8;
}

/* =========================================================
	notice-area
========================================================= */
.notice-area {
	background-color: #f2f2f2;
}
.notice_ttl {
	text-align: center;
	font-size: 19px;
	line-height: 56px;
	border: 2px solid #b2b2b2;
	background-image: url("../imgs/fund/notice_open.svg");
	background-position: center right 38px;
	background-size: 15px auto;
	background-repeat: no-repeat;
	transition: .3s;
}
.notice_ttl:hover {
	opacity: .7;
	cursor: pointer;
}
.notice_ttl.is-open {
	background-image: url("../imgs/fund/notice_close.svg");
}
.notice_content {
	padding: 15px 35px 25px;
	display: none;
}
.notice_content li {
	text-indent: -1em;
	padding-left: 1em;
	position: relative;
	font-size: 16px;
	padding-bottom: .1em;
}
.notice_trust {
	text-align: left;
	background-color: #f2f2f2;
	border: 2px solid #b2b2b2;
	margin: 30px 0 40px;
	padding-left: 2.3em;
}
.notice_trust a {
	padding: .9em 1.4em .9em 2.4em;
	background-image: url("../imgs/fund/icon_caution.svg"), url("../imgs/fund/icon_window.svg");
	background-position: center left, center right;
	background-repeat: no-repeat, no-repeat;
	background-size: 1.8em auto, 1.0em auto;
	display: inline-block;
}
@media only screen and (max-width: 768px) {
	.notice_ttl {
		font-size: 3.2vw;
		line-height: 2.3;
		background-position: center right 5.5%;
		background-size: 2.3% auto;
	}
	.notice_content {
		padding: 2vw 4.6% 2.6vw;
	}
	.notice_content li {
		font-size: 2.66vw;
	}
	.notice_trust {
		margin: 2.6vw 0 6vw;
		font-size: 3.2vw;
		padding-left: 2.3em;
	}
}
/* =========================================================
	question_area
========================================================= */
.question_area {
	border-radius: 30px;
	position: relative;
	overflow: hidden;
	box-shadow: 5px 5px 10px rgba(0,0,0,.2)
}
.question_box {
	width: 100%;
	border: 3px solid #d80c18;
	border-radius: 30px;
	padding: 30px 6% 25px;
	background-color: #faf4da;
	text-align: left;
	background-image: url("../imgs/fund/q1_bg.svg");
	background-position: bottom 50px right 30px;
	background-size: 20% auto;
	background-repeat: no-repeat;
}
.question_box:first-child {
	margin-top: 0;
}
.question_box.question_2 {
	background-image: url("../imgs/fund/q2_bg.svg");
	background-position: center right 20px;
	background-size: 20% auto;
}
.question_box.question_3 {
	background-image: url("../imgs/fund/q3_bg.svg");
	background-position: top 65px right 80px;
	background-size: 15% auto;
}
.question_number {
	width: 14.1%;
	position: absolute;
	top: 0;
	left: 0;
}
.question_text {
	font-size: 22px;
	font-weight: bold;
	padding-left: 2em;
	line-height: 1.23;
}
.answer_btns {
	margin-top: 25px;
	width: 77%;
}
.answer_btns li:nth-child(n+1) {
	margin-top: 16px;
}
.quiz-button {
	width: 100%;
	border: 2px solid #231815;
	display: flex;
	align-content: flex-start;
	align-items: center;
	justify-content: space-between;
	font-size: 20px;
	border-radius: 64px;
	background-color: #fff;
	padding: 3px;
	font-weight: bold;
}
.quiz-button__mark {
	color: #fff;
	background-color: #000;
	font-size: 32px;
	width: 1.5em;
	line-height: 1.5;
	height: 1.5em;
	border-radius: 2em;
}
.quiz-button__text {
	font-size: 21px;
	text-align: left;
	line-height: 1.3;
	margin-left: .5em;
	width: calc(100% - 40px);
}
.text_l2 {
	letter-spacing: 1em;
}
.quiz-button.is-selected {
	background-color: #fff56e;
}
.quiz-button.is-selected .quiz-button__mark {
	background-color: #ff0000;
}
.question_next {
	width: 54px;
	margin: 7px auto 10px;
}
.q3_hint {
	margin-top: 60px;
	background-color: #fde1b0;
	position: relative;
	padding: 35px 50px;
	border-radius: 10px;
	visibility: hidden;
	transition: .3s;
}
.q3_hint.is-open {
	visibility: visible;
}
.q3_hint_here {
	width: 38%;
	position: absolute;
	left: 31%;
	top: -50px;
	visibility: visible;
}
.q3_hint p {
	font-size: 21px;
	text-align: left;
	font-weight: bold;
}
@media only screen and (max-width: 768px) {
	.question_area {
		border-radius: 20px;
	}
	.question_box {
		border-radius: 20px;
		padding: 6vw 4.5% 4.6vw;
		background-position: top 6vw right 7%;
		background-size: 32% auto;
	}
	.question_box.question_2 {
		background-image: url("../imgs/fund/q2_bg_sp.svg");
		background-position: top 3vw right 1%;
		background-size: 37% auto;
	}
	.question_box.question_2 .question_text {
		padding-top: .5em;
		padding-bottom: .5em;
	}
	.question_box.question_3 {
		background-position: top 2.4vw right 11%;
		background-size: 21% auto;
	}
	.question_box.question_3 .question_text {
		padding-top: .5em;
		padding-bottom: .5em;
	}
	.question_text {
		font-size: 4.4vw;
		padding-left: 3em;
	}
	.question_number {
		width: 27.1%;
	}
	.answer_btns {
		margin: 4.6vw auto 0;
		width: 88%;
	}
	.quiz-button {
		border-radius: 20px;
	}
	.quiz-button__mark {
		font-size: 5.2vw;
	}
	.quiz-button__text {
		font-size: 3.4vw;
		width: 85%;
	}
	.answer_btns li:nth-child(n+1) {
		margin-top: 2.6vw;
	}
	.question_next {
		width: 9%;
		margin: 1.3vw auto 1.3vw;
	}
	.q3_hint {
		margin-top: 10vw;
		padding: 5vw 5%;
		border-radius: 10px;
	}
	.q3_hint_here {
		width: 70%;
		left: 15%;
		top: -8.4vw;
	}
	.q3_hint p {
		font-size: 3.6vw;
	}	
}
.quiz-block,
.result-block {
	
	display: none;
	opacity: 0;
	
	transform: translateY(24px);
	transition:  opacity 0.35s ease-out, transform 0.35s ease-out;
}
.quiz-block {
	min-height: 180px;
}
/* JSで表示対象にするときにつけるクラス */
.quiz-block.is-active,
.result-block.is-active {
	display: block;
}

/* アニメ開始後の状態 */
.quiz-block.is-active.is-visible,
.result-block.is-active.is-visible {
	opacity: 1;
	transform: translateY(0);
}
/* =========================================================
	result-block
========================================================= */
.result_for {
	width: 100%;
	max-width: 1050px;
	background-image: url("../imgs/fund/result_for1.svg");
	background-position: top center;
	background-size: contain;
	background-repeat: no-repeat;
	aspect-ratio: 300/95;
	display: flex;
	align-items: center;
	align-content: center;
	justify-content: flex-start;
	padding-top: 20px;
}
.result_for p {
	font-size: 36px;
	text-align: center;
	line-height: 1.55;
	font-weight: bold;
	margin-left: 16%;
}
.result_for span {
	color: #ff0000;
}
@media only screen and (max-width: 1200px) {
	.result_for p {
		font-size: 3vw;
	}
}
.result_box {
	width: 100%;
	max-width: 1050px;
	background-color: #fff;
	margin: -35px auto 0;
	position: relative;
	padding: 70px 4.3% 60px;
}
.result-block__label {
	width: 88%;
	display: flex;
	align-content: center;
	align-items: center;
	justify-content: center;
	height: 70px;
	background-color: #d80c18;
	margin: 80px auto 0;
	position: relative;
	z-index: 1;
}
.result-block__label::before {
	content: '';
	width: 20px;
	height: 70px;
	position: absolute;
	top: 0;
	left: -20px;
	background-image: url("../imgs/fund/result_label_l.png");
	background-position: top right;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.result-block__label::after {
	content: '';
	width: 20px;
	height: 70px;
	position: absolute;
	top: 0;
	right: -20px;
	background-image: url("../imgs/fund/result_label_r.png");
	background-position: top left;
	background-size: auto 100%;
	background-repeat: no-repeat;
}
.result_trust {
	width: 35%;
	max-width: 315px;
}
@media only screen and (max-width: 768px) {
	.result_for {
		max-width: none;
		background-image: url("../imgs/fund/result_for1_sp.svg");
		aspect-ratio: 283/150;
		padding: 0;
	}
	.result_for p {
		font-size: 4.8vw;
		margin-left: 9%;
	}
	.result-block__label {
		width: 80%;
		margin-top: 10vw;
		height: 9.8vw;
	}
	.result-block__label::before,
	.result-block__label::after {
		height: 9.8vw;
	}
	.result_trust {
		width: 66%;
		max-width: none;
	}
	.result_box {
		margin-top: -4.9vw;
		max-width: none;
		padding: 8vw 4.0% 6.6vw;
	}	
}
.result_name {
	width: 100%;
	background-color: #ea8f41;
	display: flex;
	align-content: flex-start;
	align-items: center;
	justify-content: space-between;
	flex-wrap: wrap;
	border-radius: 5px;
	padding: 25px 3% 15px;
	background-image: url("../imgs/fund/result_op.svg");
	background-position: center right 2.4%;
	background-size: 3.3% auto;
	background-repeat: no-repeat;
}
.result_name.is-open {
	background-image: url("../imgs/fund/result_cl.svg");	
}
.result__title {
	font-size: 30px;
	line-height: 1.13;
	color: #fff;
	margin-top: .5em;
}
.result__investment {
	display: flex;
	align-content: flex-start;
	align-items: center;
	justify-content: flex-start;
	margin-top: 25px;
}
.result__investment li {
	text-align: center;
	font-size: 20px;
	color: #7f2500;
	font-weight: bold;
	background-color: #fff;
	border-radius: 5px;
	border: 1px solid #7f2500;
	line-height: 1.5;
	padding: 0 .5em;
	margin-right: .8em;
}
.result__investment li.no_fees {
	font-size: 19px;
	background-color: #337ebc;
	border-radius: 1em;
	line-height: 1.4;
	color: #fff;
	border-color: #fff;
	padding: 0 .8em;
}
@media only screen and (max-width: 1200px) {
	.result__title {
		font-size: 2.4vw;
	}
	.result__investment li {
		font-size: 1.8vw; 
	}
}
@media only screen and (max-width: 768px) {
	.result_name {
		padding: 4.6vw 4% 2vw;
		background-position: center right 4.6%;
		background-size: 5.4% auto;
		align-items: flex-start;
		position: relative;
	}
	.result_name__box {
		width: 100%;
	}
	.result__title {
		font-size: 4.9vw;
		margin-top: .5em;
	}
	.result__investment {
		margin-top: 8vw;
		width: 100%;
	}
	.result__investment.c2 {
		margin-top: 4vw;
	}
	.result__investment li {
		font-size: 2.8vw;
		letter-spacing: -0.08em;
		padding: 0 0.4em;
		margin-right: 1px;
	}
	.result__investment li:last-child {
		margin: 0;
	}
	.result__investment li.no_fees {
		font-size: 2.6vw;
	}
}
.result_content {
	width: 100%;
	margin-top: -10px;
	border:3px solid #ea8f41;
	padding: 30px 2.2% 20px;
	border-radius: 5px;
}
.result_ranking {
	font-size: 24px;
	font-weight: bold;
	text-align: center;
	color: #fff;
	background-image: url("../imgs/fund/result_ranking.svg");
	background-position: top left;
	background-size: 100% auto;
	background-repeat: no-repeat;
	aspect-ratio: 300/36;
	max-width: 460px;
	line-height: 55px;
}
.result_point {
	background-color: #faf4da;
	border-radius: 10px;
	margin-top: 10px;
	padding: 25px 3.9% 30px;
	font-size: 28px;
}
.result_point p {
	font-weight: bold;
	color: #ea8f41;
}
.result_point li {
	text-indent: -1em;
	padding-left: 1em;
	margin-top: .2em;
	letter-spacing: -0.02em;
}
.result_point li span {
	color: #ea8f41;
}
.result_link {
	font-size: 16px;
	text-align: right;
	margin-top: .5em;
}
.result_link + .result_link {
	margin-top: .1em;
}
.result_link a {
	text-decoration: underline;
	color: #003399;
}
.result_anno {
	font-size: 14px;
	line-height: 1.4;
	text-indent: -1em;
	padding-left: 1em;
	margin-top: 1em;
}
.result_point .result_anno {
	font-size: 12px;
	color: #000;
	font-weight: normal;
}
@media only screen and (max-width: 1200px) {
	.result_ranking {
		font-size: 2vw; 
		max-width: 60%;
		line-height: 2.6;
	}
	.result_point {
		font-size: 2.4vw;
	}
	.result_link {
		font-size: 1.6vw;
	}
}
@media only screen and (max-width: 768px) {
	.result_content {
		margin-top: -5px;
		padding: 5vw 4% 4vw;
	}
	.result_ranking {
		font-size: 3.7vw;
		background-size: 100% 100%;
		aspect-ratio: auto;
		max-width: 100%;
		line-height: 3;
	}
	.result_point {
		margin-top: 2.4vw;
		padding: 3.3vw 3% 3vw;
		font-size: 3.7vw;
	}
	.result_link {
		font-size: 3.2vw;
		margin-top: 1em;
	}
	.result__title_2c .result__investment {
		margin-top: 2vw;
	}
}
.result_content + .result_name {
	margin-top: 40px;
}
.result__title_2c .result__title {
	margin-top: 0;
}

.result_achievements {
	width: 74%;
	max-width: 505px;
}
.result_box.red_bb_box {
	border:3px solid #d80c18;
	border-radius: 10px;
	padding: 50px 5% 30px;
}
.graph_period {
	font-size: 21px;
	text-align: right;
}
.graph_image {
	width: 100%;
	margin: 0 auto;
}
.result_anno + .result_anno {
	margin-top: .2em;
}
@media only screen and (max-width: 1200px) {
	.graph_period {
		font-size: 1.8vw;
	}
}
@media only screen and (max-width: 768px) {
	.result_achievements {
		width: 90%;
		max-width: none;
	}
	.result_box.red_bb_box {
		padding: 8vw 4% 4vw;
	}
	.graph_period {
		font-size: 2.8vw;
	}
	.result_anno {
		font-size: 2.53vw;
	}	
}
.button_list {
	width: 92%;
	margin: 90px auto 0;
	display: flex;
	align-content: flex-start;
	align-items: flex-start;
	justify-content: space-between;
	flex-wrap: wrap;
}
.button_list li {
	width: 47%;
	max-width: 460px;
}
.btn_ld {
	margin: 0 auto;
}
.btn_red {
	width: 100%;
	margin-top: 25px;
}
.btn_red a,
.btn_red span {
	display: block;
	background-color: #d80c18;
	border: 2px solid #fff;
	border-radius: 60px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	height: 100px;

	display: flex;
	flex-direction: row;
	justify-content: center;
}
.button_apply .btn_ld {
	width: 87%;
}
.btn_red span:hover {
	opacity: .5;
	cursor: pointer;
}
.button_apply .btn_red a {
	/*padding: 18px 12% 25px 8.7%;*/
}
.button_apply .btn_red img {
	width: 78%;
}
.button_direct .btn_ld {
	width: 96%;
}
.button_direct .btn_red a {
	/*padding: 23px 9.7% 22px 11%;*/
}
.button_direct .btn_red img {
	width: 78%;
}
.button_list li.text_restart {
	width: 71.3%;
	max-width: 700px;
	margin: 90px auto 0;
}
.button_camp .btn_red a,
.button_camp .btn_red span {
	/*padding: 18px 18% 22px 18%;*/
	border-color: #000;
	background-color: #e6e6e6;
}
.button_camp .btn_red img {
	width: 67%;
}
.button_restart .btn_red a,
.button_restart .btn_red span {
	/*padding: 35px 24% 35px 24%;*/
	border-color: #d80c18;
	background-color: #fff;
}
.button_restart .btn_red img {
	width: 53%;
}
.button_return {
	width: 98%;
	margin: 120px auto 0;
}
.button_return a,
.button_return span {
	display: block;
	background: linear-gradient(#f8931d 0, #f7931e 10%, #f15a24 100%);
	border: 2px solid #fff;
	border-radius: 60px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	padding: 35px 33% 35px 33%;
}

@media only screen and (max-width: 1200px) {
	.btn_red a,
	.btn_red span {
		height: 8.6vw;
	}
	.button_return a,
	.button_return span {
		padding: 2vw 30% 3vw 30%;
	}
}
@media only screen and (max-width: 768px) {
	.button_list {
		width: 88%;
		margin: 0 auto 0;
		justify-content: center;
	}
	.button_list li {
		width: 100%;
		max-width: none;
		margin-top: 7.7vw;
	}
	.button_apply .btn_ld,
	.button_direct .btn_ld {
		width: 100%;
	}
	.btn_red {
		width: 96%;
		margin: 5vw auto 0;
	}
	.btn_red a {
		height: 17vw;
	}
	/*.button_apply .btn_red a {
		padding: 3vw 12% 4.5vw 9%;
	}*/
	.button_apply .btn_red img {
		width: 78%;
		padding-bottom: 2vw;
	}
	/*.button_direct .btn_red a {
		padding: 4.0vw 10% 3.7vw 12%;
	}*/
	.button_direct .btn_red img {
		width: 80%;
		padding-bottom: 0;
	}
	.button_list li.text_restart {
		width: 100%;
		max-width: none;
		margin-top: 8vw;
	}
	.button_list li.button_camp {
		margin-top: 6vw;
	}
	/*.button_camp .btn_red a {
		padding: 2.1vw 12.8% 2.1vw 12.8%;
	}*/
	.button_camp .btn_red img {
		width: 70%;
	}
	.button_camp .btn_red {
		margin-top: 0;
	}
	/*.button_restart .btn_red a {
		padding: 4.0vw 21% 5.3vw 21%;
	}*/
	.button_restart .btn_red img {
		width: 58%;
	}
	.button_list li.button_restart {
		margin-top: 4vw;
	}
	.button_restart .btn_red {
		margin-top: 0;
	}
	.button_return {
		width: 100%;
		margin: 11vw auto 0;
	}
	.button_return a {
		display: block;
		padding: 3vw 16% 4vw 16%;
	}	
}


/*************
	result-2 
*************/
.result_name.no_icon {
	padding-bottom: 25px;
	background-image: url("../imgs/fund/icon_y.svg");
	background-size: 23px auto;
}
.no_icon .result_name__box {
	width: 100%;
	text-align: center;
}
.no_icon .result_name__box .result__title {
	margin-top: 0;
}
.icon_list {
	width: 100%;
	display: flex;
	align-content: center;
	align-items: stretch;
	justify-content: space-between;
	margin-bottom: 17px;
}
.icon_list li {
	width: 32%;
	background-color: #528cca;
	border: 2px solid #fff;
	border-radius: 20px;
	box-shadow: 5px 5px 5px rgba(0,0,0,.3);
	display: table;
}
.icon_list li p {
	font-size: 24px;
	font-weight: bold;
	color: #fff;
	padding: 1em 0;
	text-align: center;
	line-height: 1.3;
	display: table-cell;
	vertical-align: middle;
}
.icon_list li.icon_trust {
	background-color: #6cbb5e;
}
.icon_list li.icon_ranking {
	background-color: #e94c5b;
}
.icon_list.icon_list_3c li p {
	padding: .35em 0;
}
@media only screen and (max-width: 1200px) {
	.result_name.no_icon {
		background-size: 3% auto;
	}
	.icon_list li p {
		font-size: 2vw;
	}
}
@media only screen and (max-width: 768px) {
	.result_name.no_icon {
		background-size: 5% auto;
	}
	.icon_list {
		flex-wrap: wrap;
		justify-content: center;
	}
	.icon_list li {
		width: 90%;
		border-radius: 10px;
		margin-top: 1.8vw;
	}
	.icon_list li:first-child {
		margin-top: 0;
	}
	.icon_list li br {
		display: none;
	}
	.icon_list li p {
		font-size: 3.2vw;
	}	
}

/*************
	result-3 
*************/
.result_box.fund_area {
	margin: 75px auto 0;
	padding: 30px 9%;
}
.fund_lead {
	text-align: center;
	font-size: 28px;
	font-weight: bold;
	line-height: 1.6;
	margin-bottom: .8em;
	letter-spacing: -0.01em;
}
.fund_list {
	font-size: 30px;
	text-align: center;
	color: #fff;
	font-weight: bold;
}
.fund_list li {
	background-color: #ea8f41;
	border-radius: 10px;
	margin-top: 10px;
}
.fund_area .result_link {
	text-align: center;
	font-size: 19px;
	margin-top: 1em;
}
.fund_area + .button_list {
	margin-top: 65px;
}
.fund_area + .button_list .text_restart {
	margin-top: 0;
}
@media only screen and (max-width: 768px) {
	.result-3 .result_for {
		background-image: url("../imgs/fund/result_for2_sp.svg");
		position: relative;
	}
	.result-3 .result_for::after {
		content: '';
		width: 40%;
		background-image: url("../imgs/fund/result_for2p_sp.svg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: bottom center;
		aspect-ratio:290/462;
		position: absolute;
		bottom: 0;
		right: -5%;		
	}
	.result_box.fund_area {
		margin: 5.6vw auto 0;
		padding: 4vw 2%;
	}
	.fund_lead {
		font-size: 3.7vw;
	}
	.fund_list {
		font-size: 4vw;
	}
	.fund_list li {
		border-radius: .5em;
		margin-top: 1.5vw;
		line-height: 1.6;
	}
	.fund_area .result_link {
		font-size: 2.6vw;
	}	
	
}
/*************
	result-4 
*************/
.result-4 .result_for p {
	margin-left: 14%;
}
@media only screen and (max-width: 768px) {
	.result-4 .result_for {
		background-image: url("../imgs/fund/result_for2_sp.svg");
		position: relative;
	}
	.result-4 .result_for p {
		margin-left: 9%;
	}
	.result-4 .result_for::after {
		content: '';
		width: 40%;
		background-image: url("../imgs/fund/result_for2p_sp.svg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: bottom center;
		aspect-ratio:290/462;
		position: absolute;
		bottom: 0;
		right: -5%;		
	}
	.result-4 .fund_list li {
		letter-spacing: -0.05em;
	}	
}
/*************
	result-5 
*************/
.result-5 .result_for {
	background-image: url("../imgs/fund/result_for2.svg");
}
.result-5 .result_for p {
	margin-left: 4%;
	letter-spacing: -0.05em;
}
_:lang(x)::-internal-media-controls-overlay-cast-button, body .result-5 .result_for p {
  letter-spacing: -0.07em;
}
.result_course {
	font-size: 30px;
	text-align: left;
	text-decoration: underline;
	font-weight: bold;
}
.result_ranking + .result_course {
	margin-top: 25px;
}
@media only screen and (max-width: 768px) {
	.result-5 .result_for {
		background-image: url("../imgs/fund/result_for2_sp.svg");
		position: relative;
	}
	.result-5 .result_for p {
		margin-left: 10%;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.result-5 .result_for::after {
		content: '';
		width: 40%;
		background-image: url("../imgs/fund/result_for2p_sp.svg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: bottom center;
		aspect-ratio:290/462;
		position: absolute;
		bottom: 0;
		right: -5%;		
	}
	.result_course {
		font-size: 4vw;
		letter-spacing: -0.08em;
	}
	.result_ranking + .result_course {
		margin-top: .3em;
	}
}
/*************
	result-6
*************/
.result-6 .result_for {
	background-image: url("../imgs/fund/result_for2.svg");
}
.result-6 .result_for p {
	margin-left: 4%;
	letter-spacing: -0.08em;
}
.result-6 .result_course {
	letter-spacing: -0.07em;
}
.result_course.ls {
	letter-spacing: -0.11em;
}
.result-6 .graph_period {
	display: flex;
	align-content: flex-start;
	align-items: flex-end;
	justify-content: space-between;
}
.graph_title {
	font-size: 28px;
	font-weight: bold;
}
.red_bb_box .result_anno + .graph_period {
	margin-top: 1em;
}
.result-6 .fund_lead {
	letter-spacing: -0.05em;
}
@media only screen and (min-width: 769px) {
	.result-6 .result_box.fund_area {
		padding-left: 5%;
		padding-right: 5%;
	}
	.result-6 .fund_list {
		padding: 0 4.6%;
	}
}
@media only screen and (max-width: 768px) {
	.result-6 .result_for {
		background-image: url("../imgs/fund/result_for2_sp.svg");
		position: relative;
	}
	.result-6 .result_for p {
		margin-left: 8%;
		letter-spacing: 0;
		line-height: 1.4;
	}
	.result-6 .result_for::after {
		content: '';
		width: 40%;
		background-image: url("../imgs/fund/result_for2p_sp.svg");
		background-repeat: no-repeat;
		background-size: contain;
		background-position: bottom center;
		aspect-ratio:290/462;
		position: absolute;
		bottom: 0;
		right: -5%;		
	}
	.result-6 .graph_period {
		flex-wrap: wrap;
	}
	.result-6 .graph_period span {
		width: 100%;
	}
	.graph_title {
		font-size: 3.7vw;
		align-self: flex-start;
		text-align: left;
	}
	.result-6 .fund_list li {
		letter-spacing: -0.02em;
	}	
}


/* =========================================================
	ヘッジ
========================================================= */
/* ヘッジ */
.nisa2025_hedge {
  max-width: 900px;
  margin: 0 auto;
  padding: 0 15px;
}
.caution_financial_products {
  background-color: #F2F2F2;
  padding: 30px;
}
.caution__ttl {
  position: relative;
  padding-left: 34px;
  font-weight: 700;
  margin-bottom: 10px;
}
.caution__ttl::before {
  position: absolute;
  content: "";
  background-image: url("../imgs/fund/icon_caution.svg");
  background-size: contain;
  width: 24px;
  height: 21px;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
}
.caution__list_01 {
  margin-bottom: 20px;
}
.caution__list_01 li {
  padding-left: 18px;
  position: relative;
  margin-top: 5px;
}
.caution__list_01 li::before {
  content: '';
  position: absolute;
  display: block;
  width: 8px;
  height: 8px;
  background-color: #999;
  border-radius: 50%;
  top: .5em;
  left: 1px;
}
.caution__list_02 li {
  padding-left: 13px;
  position: relative;
  margin-top: 5px;
  font-size: 14px;
}
.caution__list_02 li::before {
  content: '';
  position: absolute;
  display: block;
  width: 5px;
  height: 5px;
  background-color: #333;
  border-radius: 50%;
  top: .55em;
  left: 1px;
}
.a-heading5 {
  font-size: 16px;
}
.m-collist-notes {
  font-size: 14px;
}
.nisa2025 p.a-fz-xs {
  font-size: 12px;
}
/* お問い合わせ */
.a-ico_arw-r {
  font-size: 14px;
}
.a-fz-l {
  font-size: 18px;
  font-weight: 700;
}
.a-fz-xl {
  font-size: 20px;
}
.m-linktel {
  font-size: 36px;
}
.o-section-s {
  margin-top: 0 !important;
}
@media (max-width:768px) {
  .m-linktel {
    font-size: 29px;
  }
}
/* =========================================================
	footer
========================================================= */
.t-footer_bottom-popup .t-footer_copyright {
  font-size: 1.9rem;
}
.t-pagetop {
  z-index: 60;
}
@media (max-width:768px) {
  .t-pagetop {
    /*bottom: 150px;*/
    bottom: 10px;
  }
  .t-footer_bottom-popup .t-footer_copyright {
    font-size: 1.6rem;
  }
}
@media (max-width:490px) {
  .t-pagetop {
    bottom: 10px;
  }
  .t-footer {
    padding-bottom: 140px;
  }
}