@charset "UTF-8";
/* 設定
--------------------------------------------------------- */
/*
--------------------------------------------------------- */
#footer {
	background-color: #ffffff;
	padding-top: 0;
}

.contents_wrap {
	font-family: "Noto Sans JP", sans-serif;
	letter-spacing: 0.05em;
	word-wrap: break-word;
	margin: 0 0 20px 0;
}
.contents_wrap a {
	text-decoration: none;
}
.contents_wrap button {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.contents_wrap ul,
.contents_wrap ol {
	list-style: none;
}
.contents_wrap img {
	max-width: 100%;
}

.container {
	margin: 0 auto;
	padding: 0 20px;
}

.sp_hidden {
	display: none;
}

.pc_hidden {
	display: block;
}

/* 共通
--------------------------------------------------------- */
.progress_bar {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 45px 0 0 0;
}
.progress_bar::before {
	content: "";
	position: absolute;
	top: 10px;
	left: 0;
	width: 100%;
	height: 2px;
	background-color: #dcdcdc;
}
.progress_bar dl {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	width: 125px;
}
.progress_bar dl.current dt {
	background-color: #009900;
}
.progress_bar dl.current dt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	width: 30px;
	height: 30px;
	border-radius: 100%;
	background-color: rgba(0, 153, 0, 0.4);
}
.progress_bar dl.current dd {
	color: #009900;
}
.progress_bar dl dt {
	position: relative;
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #dcdcdc;
	margin: 0 0 10px 0;
}
.progress_bar dl dd {
	color: #dcdcdc;
	font-size: 16px;
	font-weight: 700;
}

.page_conts {
	background-color: #fffae8;
}

.dec_ttl_grn {
	color: #009900;
	text-align: center;
	line-height: 1.5;
}
.dec_ttl_grn span {
	font-size: 28px;
	font-weight: 700;
}

.dec_ttl_orn {
	color: #f86500;
	line-height: 1.5;
}
.dec_ttl_orn span {
	font-size: 28px;
	font-weight: 700;
}

.link_anchor {
	position: relative;
	color: #175ba6;
	border-bottom: 1px solid #175ba6;
	padding: 3px 28px 3px 8px;
}
.link_anchor::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 8px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 10px;
	height: 8px;
	background: url(../images/shindan/ico_arrow_under_blu.svg) no-repeat;
	margin-top: 1px;
}
.link_anchor span {
	font-weight: 700;
	font-size: 16px;
}

.link_external {
	position: relative;
	display: inline-block;
	color: #175ba6;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	border-bottom: 1px solid #175ba6;
	padding: 0 35px 3px 10px;
}
.link_external::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 15px;
	height: 13px;
	background: url(../images/shindan/ico_link_blu.svg) no-repeat;
}

.link_trans {
	position: relative;
	display: inline-block;
	color: #175ba6;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
	border-bottom: 1px solid #175ba6;
	padding: 3px 45px 3px 10px;
}
.link_trans::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 20px;
	height: 20px;
	border-radius: 100%;
	background-color: #175ba6;
}
.link_trans::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 6px;
	height: 8px;
	background: url(../images/shindan/ico_arrow_wht.svg) no-repeat;
}

.txt_notes_reference {
	font-size: 12px;
	text-align: left;
	line-height: 1.8571428571;
	margin: 2em 0 0 0;
}
.txt_notes_reference a {
	color: #175ba6;
	font-weight: 700;
	border-bottom: 1px solid #175ba6;
}

.sec_advice {
	background-color: #fffae8;
	padding: 35px 0 45px 0;
}
.sec_advice h3 {
	position: relative;
	display: inline-block;
	color: #009900;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5384615385;
	margin: 0 0 20px 0;
	padding: 0 20px 20px;
}
.sec_advice h3::after {
	content: "";
	position: absolute;
	bottom: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	width: 100%;
	height: 14px;
	background: url(../images/shindan/start_line_sp.svg) no-repeat center/cover;
}
.sec_advice h3 em {
	font-size: 30px;
	font-weight: 700;
}
.sec_advice .txt {
	color: #009900;
	font-size: 16px;
	text-align: left;
	line-height: 2.25;
}
.sec_advice .img_wrap {
	margin: 16px 0;
}
.sec_advice .txt_note_s {
	font-size: 12px;
	text-align: left;
	line-height: 1.8333333333;
	text-indent: -1em;
	padding-left: 1em;
}
.sec_advice .txt_note_s::before {
	color: #f72900;
	content: "※";
}
.sec_advice .advice_box {
	border-radius: 20px;
	border: 2px solid #009900;
	background-color: #ffffff;
	margin: 0 0 20px 0;
	padding: 22px 10px 26px;
}
.sec_advice .advice_box h4 {
	color: #009900;
	font-size: 20px;
	font-weight: 700;
	line-height: 1.4;
}
.sec_advice .advice_box h4 i {
	display: block;
	margin: 0 auto 6px;
}
.sec_advice .advice_box .btn_wrap {
	margin: 16px 0 0 0;
}
.sec_advice .advice_box .btn_advice {
	width: 100%;
	line-height: 1.57;
}
.sec_advice .advice_box .btn_advice:first-of-type {
	margin: 0 0 20px 0;
}
.sec_advice .advice_box .btn_advice a {
	position: relative;
	display: block;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: 700;
	letter-spacing: 0.05em;
	border-radius: 10em;
	background-color: #f86500;
	padding: 10px 35px;
}
.sec_advice .advice_box .btn_advice a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 25px;
	height: 25px;
}
.sec_advice .advice_box .btn_advice a::after {
	content: "";
	position: absolute;
	top: 50%;
	top: 50%;
	right: 15px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 14px;
	background: url(../images/shindan/ico_link_wht.svg) no-repeat;
}
.sec_advice .advice_box .btn_advice a span {
	display: block;
	font-size: 15px;
}
.sec_advice .store_box h4 i {
	width: 43px;
	height: 34px;
}
.sec_advice .store_box .btn_wrap_inner {
	width: 100%;
}
.sec_advice .store_box .btn_wrap_inner .txt_note_m {
	font-size: 12px;
	text-align: left;
	line-height: 1.6666666667;
	text-indent: -1em;
	padding-left: 1em;
}
.sec_advice .store_box .btn_wrap_inner .txt_note_m::before {
	color: #f72900;
	content: "※";
}
.sec_advice .store_box .btn_rsv a::before {
	background: url(../images/shindan/ico_calendar.svg) no-repeat;
}
.sec_advice .store_box .btn_search a::before {
	background: url(../images/shindan/ico_glass.svg) no-repeat;
}
.sec_advice .online_box h4 i {
	width: 43px;
	height: 36px;
}
.sec_advice .online_box .btn_account a {
	padding: 21px 35px;
}
.sec_advice .online_box .btn_account a::before {
	width: 27px;
	height: 23px;
	background: url(../images/shindan/ico_kouza.svg) no-repeat;
}
.sec_advice .online_box .txt_note_m {
	font-size: 12px;
	text-align: left;
	line-height: 1.6666666667;
	text-indent: -1em;
	padding-left: 1em;
}
.sec_advice .online_box .txt_note_m::before {
	color: #f72900;
	content: "※";
}

.attention_box {
	margin: 60px 0 100px 0;
}
.attention_box dl {
	text-align: left;
	border: 2px solid #000;
	padding: 20px 20px 35px;
}
.attention_box dl dt {
	font-size: 18px;
	font-weight: 700;
	margin: 0 0 10px 0;
}
.attention_box dl dd p {
	line-height: 2;
	margin: 0 0 20px 0;
}

/* 診断TOP
--------------------------------------------------------- */
.page_shindan {
	background-color: #ffffff;
}
.page_shindan .sec_catch {
	background-color: #fffae8;
	padding: 20px 0 30px;
}
.page_shindan .sec_catch .flow_box {
	position: relative;
	border-radius: 20px;
	background-color: #ffffff;
	margin: 55px 0 25px 0;
	padding: 110px 12px 45px;
}
.page_shindan .sec_catch .flow_box::before {
	content: "";
	position: absolute;
	top: -25px;
	right: 56%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	width: 126px;
	height: 118px;
	background: url(../images/shindan/illust_man_02.svg);
}
.page_shindan .sec_catch .flow_box .txt {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	margin: 0 0 20px 0;
}
.page_shindan .sec_catch .flow_box .txt span {
	color: #f72900;
	font-size: 11px;
	font-weight: 700;
	vertical-align: super;
}
.page_shindan .sec_catch .flow_box .txt em {
	color: #f86500;
	font-weight: 700;
}
.page_shindan .sec_catch .flow_box .btn {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 30px auto 15px;
}
.page_shindan .sec_catch .flow_box .btn a {
	position: relative;
	display: block;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 21px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 10em;
	border: 4px solid;
	background-color: #f86500;
	padding: 15px 50px;
}
.page_shindan .sec_catch .flow_box .btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 24px;
	height: 24px;
	border-radius: 100%;
	background-color: #ffffff;
}
.page_shindan .sec_catch .flow_box .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	top: 50%;
	right: 26px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 7px;
	height: 8px;
	background: url(../images/shindan/ico_arrow_orn.svg) no-repeat;
}
.page_shindan .sec_catch .flow_box .btn a:hover{
	opacity: 0.7;
}
.page_shindan .sec_catch .list_note {
	font-size: 12px;
	text-align: left;
	line-height: 1.8333333333;
}
.page_shindan .sec_catch .list_note li {
	text-indent: -2em;
	padding-left: 1.5em;
}
.page_shindan .sec_catch .list_note li::before {
	color: #f72900;
	font-weight: 700;
}
.page_shindan .sec_catch .list_note li:not(:last-child) {
	margin: 0 0 15px 0;
}
.page_shindan .sec_catch .list_note li:nth-child(1)::before {
	content: "※1 ";
}
.page_shindan .sec_catch .list_note li:nth-child(2)::before {
	content: "※2 ";
}
.page_shindan .sec_catch .list_note li:nth-child(3)::before {
	content: "※3 ";
}
.page_shindan .sec_catch .list_note li:nth-child(4)::before {
	content: "※4 ";
}
.page_shindan .sec_catch .list_note li a {
	color: #175ba6;
	font-weight: 700;
	border-bottom: 1px solid #175ba6;
}
.page_shindan .lead_box {
	margin: 60px 0 170px;
}
.page_shindan .lead_box_img {
	width: 206px;
	height: 150px;
	margin: 0 auto;
}
.page_shindan .lead_box .cont {
	position: relative;
	height: 89.3333333333vw;
	max-height: 336px;
	margin: 0 auto;
}
.page_shindan .lead_box .cont::before {
	position: absolute;
	top: 0;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	content: "";
	width: 89.3333333333vw;
	max-width: 336px;
	height: 89.3333333333vw;
	max-height: 336px;
	border-radius: 100%;
	background-color: #e5f5e5;
}
.page_shindan .lead_box p {
	position: relative;
	display: inline-block;
	font-size: min(4.5333333333vw, 17px);
	text-align: left;
	line-height: 2.3529411765;
	margin: 0 -20px;
	padding: 15px 0 0 15px;
}
.page_shindan .lead_box p span {
	font-weight: 700;
}
.page_shindan .lead_box p em {
	color: #009900;
	font-weight: 700;
}
.page_shindan .sec_consult {
	padding: 0 0 90px 0;
}
.page_shindan .sec_consult .dec_ttl_grn {
	margin: 0 0 40px 0;
}
.page_shindan .sec_consult .list {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
}
.page_shindan .sec_consult .list:not(:last-child) {
	margin: 0 0 18px 0;
}
.page_shindan .sec_consult .list dt {
	width: 56px;
}
.page_shindan .sec_consult .list dd {
	position: relative;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.8823529412;
	text-align: left;
	border-radius: 20px;
	width: calc(100% - 56px - 12px);
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}
.page_shindan .sec_consult .list dd::before {
	content: "";
	position: absolute;
	top: 20px;
	width: 16px;
	height: 16px;
}
.page_shindan .sec_consult .list_q dd {
	background-color: #e5f5e5;
	margin: 0 0 0 12px;
	padding: 15px 12px 15px 20px;
}
.page_shindan .sec_consult .list_q dd::before {
	left: -10px;
	background: url(../images/shindan/fukidashi_q.svg) no-repeat;
}
.page_shindan .sec_consult .list_a {
	-webkit-box-orient: horizontal;
	-webkit-box-direction: reverse;
	-ms-flex-direction: row-reverse;
	flex-direction: row-reverse;
}
.page_shindan .sec_consult .list_a dd {
	background-color: #ffefe5;
	margin: 0 12px 0 0;
	padding: 15px 20px 15px 12px;
}
.page_shindan .sec_consult .list_a dd::before {
	right: -10px;
	background: url(../images/shindan/fukidashi_a.svg) no-repeat;
}
.page_shindan .sec_first_trial {
	padding: 0 0 80px 0;
}
.page_shindan .sec_first_trial .dec_ttl_grn {
	margin: 0 0 35px 0;
}
.page_shindan .sec_first_trial .txt_01 {
	text-align: left;
	line-height: 2;
}
.page_shindan .sec_first_trial .txt_note {
	font-size: 12px;
	text-align: left;
	line-height: 1.8333333333;
	text-indent: -1.3em;
	padding-left: 1em;
	margin: 15px 0 0 0;
}
.page_shindan .sec_first_trial .txt_note::before {
	content: "※ ";
}
.page_shindan .sec_first_trial .img_wrap {
	padding: 12px 0 42px;
}
.page_shindan .sec_first_trial .list_note {
	font-size: 12px;
	text-align: left;
	line-height: 1.8333333333;
}
.page_shindan .sec_first_trial .list_note li:nth-child(1) {
	text-indent: -1.3em;
	padding-left: 1em;
}
.page_shindan .sec_first_trial .list_note li:nth-child(1)::before {
	content: "※ ";
}
.page_shindan .sec_first_trial .list_note li:nth-child(2) {
	position: relative;
	color: #f72900;
	padding-left: 1em;
}
.page_shindan .sec_first_trial .list_note li:nth-child(2)::before {
	content: "";
	position: absolute;
	top: 7px;
	left: -1px;
	width: 10px;
	height: 10px;
	border-radius: 100%;
	background-color: #fc9b88;
}
.page_shindan .sec_first_trial .list_note li span {
	color: #f72900;
}
.page_shindan .sec_first_trial .img_frame {
	border-radius: 20px;
	border: 2px solid #009900;
	margin: 30px 0 0;
	padding: 25px 22px;
}
.page_shindan .sec_first_trial .img_frame .img_box {
	margin: 0 auto;
}
.page_shindan .sec_new_nisa {
	position: relative;
	background-color: #fffae8;
	padding: 40px 0 100px;
	overflow: hidden;
}
.page_shindan .sec_new_nisa h2 {
	color: #f86500;
	font-size: 26px;
	line-height: 1.5384615385;
	margin: 0 0 35px 0;
}
.page_shindan .sec_new_nisa h2 span {
	position: relative;
	display: inline-block;
	font-weight: 700;
	padding: 0 5px;
}
.page_shindan .sec_new_nisa h2 span::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: -10px;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
	width: 100%;
	height: 9px;
	background-image: repeating-linear-gradient(90deg, transparent 0 7px, rgba(248, 101, 0, 0.4) 7px 14px);
}
.page_shindan .sec_new_nisa .img_wrap {
	background-color: #ffffff;
	margin-left: calc(50% - 50vw);
	margin-right: calc(50% - 50vw);
	padding: 40px 20px 80px;
}
.page_shindan .sec_new_nisa .btn {
	position: absolute;
	bottom: -40px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	width: 100%;
	max-width: 335px;
}
.page_shindan .sec_new_nisa .btn a {
	position: relative;
	display: block;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.6470588235;
	border-radius: 100px;
	border: 4px solid #f86500;
	background-color: #ffffff;
	padding: 7px;
}
.page_shindan .sec_new_nisa .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 14px;
	background: url(../images/shindan/ico_arrow_under_orn.svg) no-repeat;
}
.page_shindan .sec_start {
	padding: 75px 0 100px;
}
.page_shindan .sec_start .dec_ttl_grn {
	margin: 0 0 35px 0;
}
.page_shindan .sec_start ul li:not(:last-child) {
	margin: 0 0 40px 0;
}
.page_shindan .sec_start ul .col_img {
	border-radius: 20px;
	border: 4px solid #009900;
	margin: 0 0 20px 0;
	overflow: hidden;
}
.page_shindan .sec_start ul .col_cont dt {
	color: #009900;
	font-size: 20px;
	font-weight: 700;
	text-align: left;
	line-height: 1.6;
	margin: 0 0 15px 0;
}
.page_shindan .sec_start ul .col_cont dt .sup {
	color: #f72900;
	font-size: 14px;
	font-weight: 700;
	vertical-align: super;
}
.page_shindan .sec_start ul .col_cont dd {
	text-align: left;
	line-height: 2;
}
.page_shindan .sec_start ul .col_cont dd .txt_01 span {
	font-weight: 700;
}
.page_shindan .sec_start ul .col_cont dd .txt_02 {
	font-size: 12px;
	text-indent: -1.3em;
	padding-left: 1em;
	margin: 5px 0 0 0;
}
.page_shindan .sec_start ul .col_cont dd .txt_02::before {
	color: #f72900;
	content: "※ ";
}
.page_shindan .sec_start ul .col_cont dd a {
	margin: 10px 0 0 0;
}
.page_shindan .sec_recom_fund .dec_ttl_orn {
	margin: 0 0 20px 0;
}
.page_shindan .sec_recom_fund .txt_lead {
	font-size: 16px;
	line-height: 2;
	text-align: left;
	padding: 0 20px;
}
.page_shindan .sec_recom_fund .flow_box {
	position: relative;
	background-color: #f29d3d;
	margin: 115px 0 0;
	padding: 55px 0 60px;
}
.page_shindan .sec_recom_fund .flow_box::before {
	content: "";
	position: absolute;
	top: -95px;
	right: 56%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	width: 138px;
	height: 128px;
	background: url(../images/shindan/illust_man_02.svg);
}
.page_shindan .sec_recom_fund .flow_box h3 {
	color: #ffffff;
	font-size: 26px;
	line-height: 1.5384615385;
	margin: 0 0 35px 0;
}
.page_shindan .sec_recom_fund .flow_box h3 span {
	position: relative;
	display: inline-block;
	font-weight: 700;
	padding: 0 5px;
}
.page_shindan .sec_recom_fund .flow_box h3 span::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: 0;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
	width: 100%;
	height: 9px;
	background-image: repeating-linear-gradient(90deg, rgba(255, 255, 255, 0.4) 0 7px, #f29d3d 7px 14px);
}
.page_shindan .sec_recom_fund .flow_box .list_flow {
	margin: 0 0 40px 0;
	padding: 0 40px 0 10px;
}
.page_shindan .sec_recom_fund .flow_box .list_flow li {
	position: relative;
}
.page_shindan .sec_recom_fund .flow_box .list_flow li:not(:last-child) {
	margin: 0 0 56px 0;
}
.page_shindan .sec_recom_fund .flow_box .list_flow li:not(:last-child)::after {
	content: "";
	position: absolute;
	bottom: -38px;
	right: 50%;
	-webkit-transform: rotate(90deg) translateX(50%);
	transform: rotate(90deg) translateX(50%);
	width: 23px;
	height: 41px;
	background: url(../images/shindan/flow_arrow.svg) no-repeat;
	margin-right: -25px;
}
.page_shindan .sec_recom_fund .flow_box .recom_box {
	border-radius: 20px;
	background-color: #ffffff;
	padding: 20px 16px 25px;
}
.page_shindan .sec_recom_fund .flow_box .recom_box .txt {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7777777778;
}
.page_shindan .sec_recom_fund .flow_box .recom_box .txt span {
	color: #f86500;
	font-weight: 700;
}
.page_shindan .sec_recom_fund .flow_box .recom_box .btn {
	display: block;
	width: 100%;
	max-width: 300px;
	margin: 15px auto;
}
.page_shindan .sec_recom_fund .flow_box .recom_box .btn a {
	position: relative;
	display: block;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 10em;
	background-color: #f86500;
	padding: 15px 50px;
}
.page_shindan .sec_recom_fund .flow_box .recom_box .btn a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background-color: #ffffff;
}
.page_shindan .sec_recom_fund .flow_box .recom_box .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	top: 50%;
	right: 27px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 9px;
	background: url(../images/shindan/ico_arrow_orn.svg) no-repeat;
}
.page_shindan .sec_recom_fund .flow_box .recom_box .btn a:hover{
	opacity: 0.7;
}
.page_shindan .sec_pickup {
	text-align: right;
	padding: 80px 0 100px;
	overflow: hidden;
}
.page_shindan .sec_pickup .dec_ttl_grn {
	margin: 0 0 20px 0;
}
.page_shindan .sec_pickup .txt_01 {
	text-align: left;
	line-height: 2;
}
.page_shindan .sec_pickup .txt_01 span {
	color: #f72900;
	vertical-align: super;
}
.page_shindan .sec_pickup .list_note {
	font-size: 12px;
	text-align: left;
	line-height: 1.8333333333;
}
.page_shindan .sec_pickup .list_note li {
	text-indent: -1.3em;
	padding-left: 1em;
}
.page_shindan .sec_pickup .list_note li::before {
	color: #f72900;
	content: "※ ";
}
.page_shindan .sec_pickup .list_ranking {
	border-top: 1px solid #dcdcdc;
	margin: 25px calc(50% - 50vw) 25px;
}
.page_shindan .sec_pickup .list_ranking li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	border-bottom: 1px solid #dcdcdc;
	padding: 5px 20px 20px;
}
.page_shindan .sec_pickup .list_ranking .col_img {
	width: 44px;
	margin: 0 14px 0 0;
}
.page_shindan .sec_pickup .list_ranking .col_cont {
	width: calc(100% - 44px - 14px);
	padding: 10px 0 0 0;
}
.page_shindan .sec_pickup .list_ranking .col_cont dt {
	text-align: left;
	margin: 0 0 10px 0;
}
.page_shindan .sec_pickup .list_ranking .col_cont dt a {
	color: #175ba6;
	font-size: 20px;
	font-weight: 700;
	border-bottom: 1px solid #175ba6;
}
.page_shindan .sec_pickup .list_ranking .col_cont dt .label {
	display: block;
	color: #000000;
	font-size: 13px;
	font-weight: 400;
	text-align: center;
	width: 200px;
	border-radius: 5px;
	background-color: #e5f5e5;
	margin: 15px 0 0 0;
	padding: 8px 0;
}
.page_shindan .sec_pickup .list_ranking .col_cont dd {
	text-align: left;
	line-height: 2;
}
.page_shindan .sec_summary {
	background-color: #fffae8;
	padding: 50px 0;
}
.page_shindan .sec_summary .dec_ttl_grn {
	margin: 0 0 20px 0;
}
.page_shindan .sec_summary .list {
	margin: 0 0 15px 0;
}
.page_shindan .sec_summary .list .list_item {
	border-radius: 20px;
	border: 2px solid #009900;
	background-color: #ffffff;
	overflow: hidden;
}
.page_shindan .sec_summary .list .list_item:not(:last-child) {
	margin: 0 0 20px 0;
}
.page_shindan .sec_summary .list .list_item:nth-child(1) dt span {
	width: 55px;
	height: 40px;
}
.page_shindan .sec_summary .list .list_item:nth-child(2) dt span {
	width: 27px;
	height: 35px;
}
.page_shindan .sec_summary .list .list_item:nth-child(3) dt span {
	width: 46px;
	height: 37px;
}
.page_shindan .sec_summary .list .list_item dt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-size: 25px;
	font-weight: 700;
	height: 63px;
	background-color: #009900;
}
.page_shindan .sec_summary .list .list_item dt span {
	margin: 0 10px 0 0;
}
.page_shindan .sec_summary .list .list_item dd {
	padding: 20px 15px 30px;
}
.page_shindan .sec_summary .list .list_item dd .txt {
	font-size: 17px;
	font-weight: 700;
}
.page_shindan .sec_summary .list .list_item dd ul {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	margin: 10px 0 20px 0;
}
.page_shindan .sec_summary .list .list_item dd ul li {
	width: calc((100% - 20px) / 3);
}
.page_shindan .sec_summary .list .list_item dd ul li:not(:last-child) {
	margin: 0 10px 0 0;
}
.page_shindan .sec_summary .list .list_item dd .btn {
	width: 206px;
}
.page_shindan .sec_summary .list .list_item dd .btn a {
	position: relative;
	display: block;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	border-radius: 100px;
	border: 2px solid #009900;
	padding: 9px 25px;
}
.page_shindan .sec_summary .list .list_item dd .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 11px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9px;
	height: 11px;
	background: url(../images/shindan/ico_arrow_grn.svg) no-repeat;
}
.page_shindan .sec_summary .txt_note {
	font-size: 12px;
	text-align: left;
	line-height: 1.8333333333;
	text-indent: -1.3em;
	padding-left: 1em;
}
.page_shindan .sec_summary .txt_note::before {
	content: "※ ";
	color: #f72900;
}
.page_shindan .sec_summary .summary_box {
	margin: 0;
}
.page_shindan .sec_summary .summary_box h3 {
	color: #f86500;
	font-size: 26px;
	line-height: 1.5384615385;
	margin: 0 0 35px 0;
}
.page_shindan .sec_summary .summary_box h3 span {
	position: relative;
	display: inline-block;
	font-weight: 700;
	padding: 0 5px;
}
.page_shindan .sec_summary .summary_box h3 span::after {
	content: "";
	position: absolute;
	bottom: -10px;
	left: -10px;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
	width: 100%;
	height: 9px;
	background-image: repeating-linear-gradient(90deg, transparent 0 7px, rgba(248, 101, 0, 0.4) 7px 14px);
}
.page_shindan .sec_qa {
	padding: 80px 0 100px;
}
.page_shindan .sec_qa .dec_ttl_grn {
	margin: 0 0 40px 0;
}
.page_shindan .sec_qa .list_qa > li {
	text-align: left;
	border-radius: 20px;
	background-color: #e5f5e5;
}
.page_shindan .sec_qa .list_qa > li:not(:last-child) {
	margin: 0 0 20px 0;
}
.page_shindan .sec_qa .list_qa > li label {
	position: relative;
	display: block;
	font-size: 17px;
	font-weight: 700;
	line-height: 1.7647058824;
	padding: 15px 40px 15px 70px;
}
.page_shindan .sec_qa .list_qa > li label::before, .page_shindan .sec_qa .list_qa > li label::after {
	content: "";
	position: absolute;
	top: 40px;
	right: 12px;
	display: inline-block;
	width: 20px;
	height: 3px;
	background-color: #009900;
}
.page_shindan .sec_qa .list_qa > li label::after {
	-webkit-transform: rotate(90deg);
	transform: rotate(90deg);
	-webkit-transition: -webkit-transform 0.3s;
	transition: -webkit-transform 0.3s;
	transition: transform 0.3s;
	transition: transform 0.3s, -webkit-transform 0.3s;
}
.page_shindan .sec_qa .list_qa > li label span {
	position: absolute;
	top: 23px;
	left: 18px;
	color: #009900;
	font-size: 19px;
	font-weight: 700;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 5px solid rgba(0, 153, 0, 0.3);
	background-color: #ffffff;
}
.page_shindan .sec_qa .list_qa > li label span::before {
	content: "Q";
	position: absolute;
	top: 40%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	line-height: 1;
}
.page_shindan .sec_qa .list_qa > li input[type=checkbox] {
	position: absolute;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.page_shindan .sec_qa .list_qa > li input[type=checkbox]:checked + label::after {
	-webkit-transform: rotate(180deg);
	transform: rotate(180deg);
}
.page_shindan .sec_qa .list_qa > li input[type=checkbox]:checked ~ .acc_wrap {
	padding: 0 0 20px;
	height: auto;
	visibility: visible;
	opacity: 1;
}
.page_shindan .sec_qa .list_qa > li input[type=checkbox]:checked ~ .acc_wrap .acc_inner {
	margin: 0 12px;
	padding: 70px 17px 20px;
}
.page_shindan .sec_qa .list_qa > li .acc_wrap {
	position: relative;
	height: 0;
	visibility: hidden;
	opacity: 0;
	-webkit-transition: opacity 0.75s;
	transition: opacity 0.75s;
}
.page_shindan .sec_qa .list_qa > li .acc_wrap .acc_inner {
	border-radius: 20px;
	background-color: #ffffff;
}
.page_shindan .sec_qa .list_qa > li .acc_wrap span {
	position: absolute;
	top: 20px;
	left: 17px;
	color: #f86500;
	font-size: 19px;
	font-weight: 700;
	width: 30px;
	height: 30px;
	border-radius: 100%;
	border: 5px solid rgba(248, 101, 0, 0.3);
	background-color: #ffffff;
}
.page_shindan .sec_qa .list_qa > li .acc_wrap span::before {
	content: "A";
	position: absolute;
	top: 40%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	line-height: 1;
}
.page_shindan .sec_qa .list_qa > li .acc_wrap p {
	line-height: 2;
}
.page_shindan .sec_qa .list_qa > li .acc_wrap p:last-of-type {
	margin: 20px 0 0 0;
}
.page_shindan .sec_qa .list_qa > li .acc_wrap p:first-of-type {
	margin: 0;
}
.page_shindan .sec_qa .list_qa > li .acc_wrap p .icn_note {
	vertical-align: super;
}
.page_shindan .sec_qa .list_qa > li .acc_wrap p a {
	color: #175ba6;
	font-weight: 700;
	border-bottom: 1px solid #175ba6;
}
.page_shindan .sec_qa .list_qa > li .acc_wrap .txt_note {
	font-size: 12px;
	text-align: left;
	line-height: 1.8333333333;
	text-indent: -1.3em;
	margin: 5px 0 0 0;
	padding-left: 1em;
}
.page_shindan .sec_qa .list_qa > li .acc_wrap .txt_note::before {
	content: "※ ";
}
.page_shindan .sec_qa .list_qa > li .acc_wrap .list_disc li {
	line-height: 2;
	text-indent: -1em;
	padding-left: 1em;
}
.page_shindan .sec_qa .list_qa > li .acc_wrap .list_disc li::before {
	content: "●";
}
.page_shindan .sec_qa .list_qa > li .acc_wrap .col_cont_row .img_col {
	text-align: center;
	margin: 20px 0 0 0;
}
.page_shindan .sec_qa .list_qa > li .row_cont {
	margin: 25px 0 0 0;
}
.page_shindan .sec_qa .list_qa > li .row_cont dl dt {
	font-weight: 700;
	margin: 0 0 15px 0;
}
.page_shindan .sec_qa .list_qa > li .row_cont dl dd ul li {
	margin: 0 0 10px 0;
}
.page_shindan .sec_qa .list_qa > li .row_cont dl dd ul li::before {
	content: "・";
}
.page_shindan .sec_qa .list_qa > li .row_cont .img_wrap {
	margin: 15px 0 0 0;
}
.page_shindan .sec_qa .list_qa > li .col_cont_list {
	margin: 15px 0 0 0;
}
.page_shindan .sec_qa .list_qa > li .col_cont_list dt {
	margin: 0 0 10px 0;
}
.page_shindan .sec_qa .list_qa > li .col_cont_list dd > ol {
	margin: 0 0 0 1em;
}
.page_shindan .sec_qa .list_qa > li .col_cont_list dd > ol li {
	line-height: 1.5714285714;
	text-indent: -1em;
	padding-left: 1em;
}
.page_shindan .sec_qa .btn_wrap {
	margin: 55px 0 0;
}
.page_shindan .sec_qa .btn_wrap .btn {
	width: 100%;
	max-width: 335px;
}
.page_shindan .sec_qa .btn_wrap .btn a {
	position: relative;
	display: block;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 17px;
	font-weight: 700;
	border-radius: 100px;
	border: 4px solid #009900;
	padding: 9px 30px 9px 15px;
	margin: 0 auto !important;
}
.page_shindan .sec_qa .btn_wrap .btn a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 14px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 18px;
	height: 14px;
	background: url(../images/shindan/ico_link_grn.svg) no-repeat;
}

.bnr_footer_fix {
	position: fixed;
	bottom: 0;
	left: 0;
	width: 100%;
	background-color: #fffae8;
	padding: 20px 0 20px;
	-webkit-box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.2);
	box-shadow: 0 -2px 15px rgba(0, 0, 0, 0.2);
	z-index: 1;
}
.bnr_footer_fix .txt {
	display: none;
}
.bnr_footer_fix .btn_wrap {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
}
.bnr_footer_fix .btn_wrap .btn {
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.bnr_footer_fix .btn_wrap .btn:nth-child(1) {
	width: calc((100% - 7px) / 2);
	max-width: 165px;
	margin: 0 7px 0 0;
}
.bnr_footer_fix .btn_wrap .btn:nth-child(1) a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	height: 45px;
	border-radius: 5px;
	background-color: #f86500;
	padding: 0 30px 0 20px;
}
.bnr_footer_fix .btn_wrap .btn:nth-child(1) a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 10px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 17px;
	height: 17px;
	border-radius: 100%;
	background-color: #ffffff;
}
.bnr_footer_fix .btn_wrap .btn:nth-child(1) a::after {
	content: "";
	position: absolute;
	top: 50%;
	top: 50%;
	right: 16px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 5px;
	height: 6px;
	background: url(../images/shindan/ico_arrow_orn.svg) no-repeat;
}
.bnr_footer_fix .btn_wrap .btn:nth-child(2) {
	width: calc((100% - 7px) / 2);
	max-width: 165px;
}
.bnr_footer_fix .btn_wrap .btn:nth-child(2) a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #175ba6;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 700;
	letter-spacing: 0.1em;
	text-decoration: none;
	height: 41px;
	border-radius: 5px;
	border: 2px solid #175ba6;
	background-color: #ffffff;
	padding: 0 15px 0 10px;
}
.bnr_footer_fix .btn_wrap .btn:nth-child(2) a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 7px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 7px;
	background: url(../images/shindan/ico_arrow_under_blu.svg) no-repeat;
}

@media screen and (min-width: 480px) {
	/* 診断TOP
	--------------------------------------------------------- */
	.page_shindan .sec_catch {
		padding: 15px 0 35px;
	}
	.page_shindan .sec_catch .kv_wrap {
		margin: 0 -43px;
	}
	.page_shindan .sec_catch .flow_box {
		margin: 50px 0 20px 0;
		padding: 25px 122px 35px 107px;
	}
	.page_shindan .sec_catch .flow_box::before {
		right: 20px;
		-webkit-transform: translateX(0);
		transform: translateX(0);
		width: 148px;
		height: 136px;
	}
	.page_shindan .sec_catch .flow_box .txt {
		font-size: 178.5714285714%;
		text-align: left;
		line-height: 1.68;
	}
	.page_shindan .sec_catch .flow_box .txt span {
		font-size: 16px;
	}
	.page_shindan .sec_catch .flow_box .txt em {
		color: #f86500;
		font-weight: 700;
	}
	.page_shindan .sec_catch .flow_box .btn {
		display: inline-block;
		width: 580px;
		max-width: none;
		margin: 22px 25px 0 0;
	}
	.page_shindan .sec_catch .flow_box .btn a:hover {
		opacity: 0.7;
	}
	.page_shindan .sec_catch .list_note {
		font-size: 100%;
		line-height: 1.6923076923;
	}
	.page_shindan .sec_catch .list_note li {
		text-indent: -2em;
		padding-left: 1.5em;
	}
	.page_shindan .sec_catch .list_note li::before {
		color: #f72900;
		font-weight: 700;
	}
	.page_shindan .sec_catch .list_note li:not(:last-child) {
		margin: 0 0 15px 0;
	}
	.page_shindan .sec_catch .list_note li:nth-child(1)::before {
		content: "※1 ";
	}
	.page_shindan .sec_catch .list_note li:nth-child(2)::before {
		content: "※2 ";
	}
	.page_shindan .sec_catch .list_note li a:hover {
		color: #e3442a;
		border-bottom: 1px solid #e3442a;
	}
	.page_shindan .lead_box {
		margin: 50px 0 90px;
	}
	.page_shindan .lead_box .cont {
		position: relative;
		max-height: 376px;
	}
	.page_shindan .lead_box .cont::before {
		width: 27.5256222548vw;
		max-width: 376px;
		height: 27.5256222548vw;
		max-height: 376px;
	}
	.page_shindan .lead_box p {
		position: relative;
		font-size: 135.7142857143%;
		text-align: center;
		line-height: 2.4210526316;
		margin: 0 -100px;
		padding: 20px 0 0 0;
		white-space: nowrap;
		z-index: 1;
	}
	.page_shindan .sec_consult {
		padding: 0 0 100px 0;
	}
	.page_shindan .sec_consult .dec_ttl_grn {
		margin: 0 0 65px 0;
	}
	.page_shindan .sec_consult .list {
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.page_shindan .sec_consult .list:not(:last-child) {
		margin: 0 0 36px 0;
	}
	.page_shindan .sec_consult .list dt {
		width: 105px;
		margin-top: -10px;
	}
	.page_shindan .sec_consult .list dd {
		font-size: 142.8571428571%;
		line-height: 2;
		width: calc(100% - 105px - 32px - 137px);
	}
	.page_shindan .sec_consult .list dd::before {
		top: 25px;
		width: 29px;
		height: 29px;
	}
	.page_shindan .sec_consult .list_q dd {
		text-align: center;
		margin: 0 137px 0 32px;
		padding: 25px;
	}
	.page_shindan .sec_consult .list_q dd::before {
		left: -22px;
	}
	.page_shindan .sec_consult .list_a dd {
		text-align: center;
		margin: 0 32px 0 137px;
		padding: 25px;
	}
	.page_shindan .sec_consult .list_a dd::before {
		right: -22px;
	}
	.page_shindan .sec_first_trial .dec_ttl_grn {
		margin: 0 0 30px 0;
	}
	.page_shindan .sec_first_trial .txt_01 {
		font-size: 114.2857142857%;
		text-align: center;
		line-height: 1.75;
	}
	.page_shindan .sec_first_trial .txt_note {
		font-size: 100%;
		text-align: center;
		line-height: 1.5714285714;
	}
	.page_shindan .sec_first_trial .img_wrap {
		padding: 12px 0 25px;
	}
	.page_shindan .sec_first_trial .list_note {
		font-size: 100%;
		line-height: 1.5714285714;
	}
	.page_shindan .sec_first_trial .img_frame {
		margin: 25px 0 0;
		padding: 33px 22px;
	}
	.page_shindan .sec_first_trial .img_frame .img_box {
		max-width: 650px;
	}
	.page_shindan .sec_new_nisa {
		padding: 45px 0 95px;
	}
	.page_shindan .sec_new_nisa h2 {
		font-size: 214.2857142857%;
		line-height: 1.3333333333;
		margin: 0 0 40px 0;
	}
	.page_shindan .sec_new_nisa .img_wrap {
		border-radius: 20px;
		margin-left: 0;
		margin-right: 0;
		padding: 30px 75px 80px;
	}
	.page_shindan .sec_new_nisa .btn {
		bottom: -30px;
		width: 525px;
		max-width: none;
	}
	.page_shindan .sec_new_nisa .btn a {
		font-size: 121.4285714286%;
		padding: 15px;
	}
	.page_shindan .sec_new_nisa .btn a:hover {
		background-color: #fbe8dc;
	}
	.page_shindan .sec_start {
		padding: 100px 0;
	}
	.page_shindan .sec_start .dec_ttl_grn {
		margin: 0 0 50px 0;
	}
	.page_shindan .sec_start ul li {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.page_shindan .sec_start ul .col_img {
		width: 295px;
		margin: 0 35px 0 0;
	}
	.page_shindan .sec_start ul .col_cont {
		width: calc(100% - 295px - 35px);
	}
	.page_shindan .sec_start ul .col_cont dt {
		font-size: 171.4285714286%;
		line-height: 1.3333333333;
	}
	.page_shindan .sec_start ul .col_cont dt .sup {
		font-size: 16px;
	}
	.page_shindan .sec_start ul .col_cont dd {
		font-size: 114.2857142857%;
		line-height: 2;
	}
	.page_shindan .sec_start ul .col_cont dd .txt_02 {
		font-size: 14px;
	}
	.page_shindan .sec_recom_fund .dec_ttl_orn {
		margin: 0 0 25px 0;
	}
	.page_shindan .sec_recom_fund .txt_lead {
		font-size: 128.5714285714%;
		line-height: 2;
		text-align: center;
	}
	.page_shindan .sec_recom_fund .flow_box {
		margin: 128px 0 0;
		padding: 78px 0 65px;
	}
	.page_shindan .sec_recom_fund .flow_box::before {
		top: -100px;
		right: 51%;
		width: 160px;
		height: 148px;
	}
	.page_shindan .sec_recom_fund .flow_box h3 {
		font-size: 214.2857142857%;
		margin: 0 0 45px 0;
	}
	.page_shindan .sec_recom_fund .flow_box .list_flow {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		padding: 0 25px 0 20px;
	}
	.page_shindan .sec_recom_fund .flow_box .list_flow li {
		position: relative;
		width: 285px;
	}
	.page_shindan .sec_recom_fund .flow_box .list_flow li:not(:last-child) {
		margin: 0 57px 0 0;
	}
	.page_shindan .sec_recom_fund .flow_box .list_flow li:not(:last-child)::after {
		top: 50%;
		bottom: auto;
		right: -60px;
		-webkit-transform: rotate(0deg) translateX(0) translateY(-50%);
		transform: rotate(0deg) translateX(0) translateY(-50%);
		width: 23px;
		height: 41px;
		margin-right: 0;
	}
	.page_shindan .sec_recom_fund .flow_box .recom_box {
		padding: 20px 16px 25px;
	}
	.page_shindan .sec_recom_fund .flow_box .recom_box .txt {
		font-size: 157.1428571429%;
		line-height: 1.4545454545;
	}
	.page_shindan .sec_recom_fund .flow_box .recom_box .btn {
		width: 490px;
		max-width: none;
	}
	.page_shindan .sec_recom_fund .flow_box .recom_box .btn a {
		font-size: 135.7142857143%;
		padding: 21px 50px;
	}
	.page_shindan .sec_recom_fund .flow_box .recom_box .btn a:hover {
		opacity: 0.7;
	}
	.page_shindan .sec_pickup {
		padding: 100px 0;
	}
	.page_shindan .sec_pickup .dec_ttl_grn {
		margin: 0 0 25px 0;
	}
	.page_shindan .sec_pickup .txt_01 {
		font-size: 114.2857142857%;
		text-align: center;
	}
	.page_shindan .sec_pickup .list_note {
		font-size: 100%;
		text-align: center;
	}
	.page_shindan .sec_pickup .list_ranking {
		margin: 40px 0 15px;
	}
	.page_shindan .sec_pickup .list_ranking li {
		padding: 15px 20px 25px;
	}
	.page_shindan .sec_pickup .list_ranking .col_img {
		width: 67px;
		margin: 0 25px 0 0;
	}
	.page_shindan .sec_pickup .list_ranking .col_cont {
		width: calc(100% - 67px - 25px);
		padding: 13px 0 0 0;
	}
	.page_shindan .sec_pickup .list_ranking .col_cont dt {
		margin: 0 0 15px 0;
	}
	.page_shindan .sec_pickup .list_ranking .col_cont dt a {
		font-size: 157.1428571429%;
	}
	.page_shindan .sec_pickup .list_ranking .col_cont dt a:hover {
		color: #e3442a;
		border-bottom: 1px solid #e3442a;
	}
	.page_shindan .sec_pickup .list_ranking .col_cont dt .label {
		display: inline-block;
		font-size: 92.8571428571%;
		width: 186px;
		border-radius: 4px;
		margin: 0 0 0 25px;
	}
	.page_shindan .sec_pickup .list_ranking .col_cont dd {
		font-size: 107.1428571429%;
		line-height: 1.8666666667;
	}
	.page_shindan .sec_summary {
		padding: 65px 0 75px;
	}
	.page_shindan .sec_summary .dec_ttl_grn {
		margin: 0 0 45px 0;
	}
	.page_shindan .sec_summary .list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.page_shindan .sec_summary .list .list_item {
		width: calc((100% - 48px) / 3);
	}
	.page_shindan .sec_summary .list .list_item:not(:last-child) {
		margin: 0 24px 0 0;
	}
	.page_shindan .sec_summary .list .list_item dt {
		font-size: 178.5714285714%;
		height: 60px;
	}
	.page_shindan .sec_summary .list .list_item dt span {
		margin: 0 6px 0 0;
	}
	.page_shindan .sec_summary .list .list_item dd {
		padding: 15px 12px 25px;
	}
	.page_shindan .sec_summary .list .list_item dd .txt {
		font-size: 135.7142857143%;
		line-height: 1.5263157895;
	}
	.page_shindan .sec_summary .list .list_item dd ul {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 15px 0 30px 0;
	}
	.page_shindan .sec_summary .list .list_item dd ul li {
		width: calc((100% - 20px) / 3);
	}
	.page_shindan .sec_summary .list .list_item dd ul li:not(:last-child) {
		margin: 0 10px 0 0;
	}
	.page_shindan .sec_summary .list .list_item dd .btn a:hover {
		background-color: #e5f7cd;
	}
	.page_shindan .sec_summary .txt_note {
		font-size: 100%;
		line-height: 1.5714285714;
	}
	.page_shindan .sec_summary .summary_box {
		margin: 0;
	}
	.page_shindan .sec_summary .summary_box h3 {
		font-size: 214.2857142857%;
		margin: 0 0 45px 0;
	}
	.page_shindan .sec_qa {
		padding: 70px 0 100px;
	}
	.page_shindan .sec_qa .dec_ttl_grn {
		margin: 0 0 35px 0;
	}
	.page_shindan .sec_qa .list_qa > li label {
		font-size: 142.8571428571%;
		line-height: 1.8;
		padding: 30px 95px 30px 115px;
		cursor: pointer;
	}
	.page_shindan .sec_qa .list_qa > li label::before, .page_shindan .sec_qa .list_qa > li label::after {
		content: "";
		top: 50%;
		right: 40px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 30px;
	}
	.page_shindan .sec_qa .list_qa > li label::after {
		-webkit-transform: rotate(90deg);
		transform: rotate(90deg);
		margin-top: -1px;
	}
	.page_shindan .sec_qa .list_qa > li label span {
		position: absolute;
		top: 50%;
		left: 30px;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		font-size: 28px;
		width: 50px;
		height: 50px;
		border: 10px solid rgba(0, 153, 0, 0.3);
	}
	.page_shindan .sec_qa .list_qa > li input[type=checkbox]:checked ~ .acc_wrap {
		padding: 0 0 35px;
	}
	.page_shindan .sec_qa .list_qa > li input[type=checkbox]:checked ~ .acc_wrap .acc_inner {
		margin: 10px 34px 0;
		padding: 15px 40px;
	}
	.page_shindan .sec_qa .list_qa > li .acc_wrap {
		position: relative;
		height: 0;
		visibility: hidden;
		opacity: 0;
		-webkit-transition: opacity 0.75s;
		transition: opacity 0.75s;
	}
	.page_shindan .sec_qa .list_qa > li .acc_wrap .acc_inner {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: start;
		-ms-flex-align: start;
		align-items: flex-start;
	}
	.page_shindan .sec_qa .list_qa > li .acc_wrap span {
		position: relative;
		top: auto;
		left: auto;
		font-size: 28px;
		width: 50px;
		height: 50px;
		border: 10px solid rgba(248, 101, 0, 0.3);
		margin: 0 20px 0 0;
	}
	.page_shindan .sec_qa .list_qa > li .acc_wrap span::before {
		top: 45%;
	}
	.page_shindan .sec_qa .list_qa > li .acc_wrap p a:hover {
		color: #e3442a;
		border-bottom: 1px solid #e3442a;
	}
	.page_shindan .sec_qa .list_qa > li .acc_wrap .txt_note {
		font-size: 100%;
		line-height: 1.5714285714;
	}
	.page_shindan .sec_qa .list_qa > li .acc_wrap .col_cont {
		font-size: 114.2857142857%;
		width: calc(100% - 50px - 20px);
	}
	.page_shindan .sec_qa .list_qa > li .acc_wrap .col_cont_row {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
	}
	.page_shindan .sec_qa .list_qa > li .acc_wrap .col_cont_row .cont_col {
		width: calc(100% - 380px - 40px);
	}
	.page_shindan .sec_qa .list_qa > li .acc_wrap .col_cont_row .img_col {
		width: 380px;
		text-align: center;
		margin: 0 0 0 40px;
	}
	.page_shindan .sec_qa .list_qa > li .row_cont {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 55px 0 0 0;
	}
	.page_shindan .sec_qa .list_qa > li .row_cont dl {
		width: calc(100% - 293px - 115px);
	}
	.page_shindan .sec_qa .list_qa > li .row_cont dl dd ul li:nth-child(1) {
		display: inline-block;
	}
	.page_shindan .sec_qa .list_qa > li .row_cont dl dd ul li:nth-child(2) {
		display: inline-block;
		margin: 0 0 0 35px;
	}
	.page_shindan .sec_qa .list_qa > li .row_cont .img_wrap {
		max-width: 293px;
		margin: 0 0 0 115px;
	}
	.page_shindan .sec_qa .btn_wrap .btn {
		width: 480px;
		max-width: none;
		margin: 0 auto;
	}
	.page_shindan .sec_qa .btn_wrap .btn a {
		font-size: 121.4285714286%;
		padding: 14px 30px 14px 15px;
	}
	.page_shindan .sec_qa .btn_wrap .btn a:hover {
		background-color: #e5f7cd;
	}
	.page_shindan .sec_qa .btn_wrap .btn a::after {
		right: 20px;
		width: 19px;
		height: 16px;
	}
	.bnr_footer_fix {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-pack: center;
		-ms-flex-pack: center;
		justify-content: center;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		min-width: 1100px;
	}
	.bnr_footer_fix .txt {
		display: block;
		font-size: 107.1428571429%;
		text-align: left;
		line-height: 1.8666666667;
		margin: 0 15px 0 0;
	}
	.bnr_footer_fix .txt span {
		color: #f86500;
		font-weight: 700;
	}
	.bnr_footer_fix .btn_wrap .btn:nth-child(1) {
		width: 230px;
		max-width: none;
		margin: 0 10px 0 0;
	}
	.bnr_footer_fix .btn_wrap .btn:nth-child(1) a {
		height: 53px;
		border-radius: 27px;
		padding: 0 30px 0 20px;
	}
	.bnr_footer_fix .btn_wrap .btn:nth-child(1) a:hover {
		opacity: 0.7;
	}
	.bnr_footer_fix .btn_wrap .btn:nth-child(2) {
		width: 230px;
		max-width: none;
	}
	.bnr_footer_fix .btn_wrap .btn:nth-child(2) a {
		height: 45px;
		border-radius: 27px;
		border: 4px solid #175ba6;
		padding: 0 15px 0 10px;
	}
	.bnr_footer_fix .btn_wrap .btn:nth-child(2) a:hover {
		background-color: #deecfc;
	}
	.bnr_footer_fix .btn_wrap .btn:nth-child(2) a::after {
		right: 10px;
		width: 9px;
		height: 8px;
	}
}
/* 規約
--------------------------------------------------------- */
.page_terms .page_conts {
	padding: 50px 0 90px;
}
.page_terms h1 {
	font-size: 22px;
	font-weight: 700;
}
.page_terms .terms_box {
	background-color: #ffffff;
	margin: 25px 0 50px;
	padding: 25px 20px 55px;
}
.page_terms .txt_def {
	text-align: right;
	margin: 20px 15px 18px 0;
}
.page_terms .terms_list {
	text-align: left;
}
.page_terms .terms_list li {
	position: relative;
	line-height: 1.8571428571;
	padding: 0 0 0 1em;
}
.page_terms .terms_list li:not(:last-child) {
	margin: 0 0 40px 0;
}
.page_terms .terms_list li::before {
	content: "";
	position: absolute;
	top: 9px;
	left: 0;
	width: 8px;
	height: 8px;
	border-radius: 100%;
	background-color: #000000;
}
.page_terms .check_consent {
	margin: 0 0 50px;
}
.page_terms .check_consent label {
	cursor: pointer;
}
.page_terms .check_consent input {
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.page_terms .check_consent input:checked + span::after {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 16px;
	height: 12px;
	background: url(../images/shindan/ico_check.svg) no-repeat;
	margin-left: 3px;
}
.page_terms .check_consent span {
	position: relative;
	font-size: 16px;
	font-weight: 700;
	padding: 0 0 0 32px;
}
.page_terms .check_consent span::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 0;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 20px;
	height: 20px;
	border: 1px solid #000000;
	background-color: #ffffff;
}
.page_terms .btn_check {
	width: 100%;
	max-width: 330px;
	position: relative;
	display: block;
	color: #ffffff;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 10em;
	background-color: #f86500;
	padding: 21px 60px;
	margin: 0 auto;
}
.page_terms .btn_check.disabled_check {
	background-color: #dcdcdc;
	cursor: default;
}
.page_terms .btn_check.disabled_check::after {
	background: url(../images/shindan/ico_arrow_gry.svg) no-repeat;
}
.page_terms .btn_check::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background-color: #ffffff;
}
.page_terms .btn_check::after {
	content: "";
	position: absolute;
	top: 50%;
	top: 50%;
	right: 29px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 10px;
	background: url(../images/shindan/ico_arrow_orn.svg) no-repeat;
}

/* 質問
--------------------------------------------------------- */
.page_questions .page_info {
	background-color: #ffffff;
	padding: 100px 0 136px;
}
.page_questions .page_conts {
	position: relative;
	padding: 60px 0 140px;
}
.page_questions .page_conts::before {
	content: "";
	position: absolute;
	top: -80px;
	right: 53%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	display: block;
	width: 127px;
	height: 123px;
	background: url(../images/shindan/illust_man_01.svg) no-repeat;
}
.page_questions h1 {
	color: #f86500;
	font-size: 26px;
	font-weight: 700;
	line-height: 1.5384615385;
	margin: 0 0 45px 0;
}
.page_questions h1 span {
	position: relative;
	display: inline-block;
	font-weight: 700;
	padding: 0 0 0 5px;
}
.page_questions h1 span::before {
	content: "";
	position: absolute;
	bottom: 125px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	width: 60px;
	height: 68px;
	background: url(../images/shindan/ico_question.svg) no-repeat;
}
.page_questions h1 span::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: -10px;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
	width: 100%;
	height: 9px;
	background-image: repeating-linear-gradient(90deg, transparent 0 7px, rgba(248, 101, 0, 0.4) 7px 14px);
}
@-moz-document url-prefix() {
	.page_questions h1 {
		line-height: 22px;
	}
}
.page_questions h2 {
	font-size: 28px;
	font-weight: 700;
	line-height: 1.5714285714;
	margin: 0 0 45px 0;
}
.page_questions h2 .question_no {
	color: #009900;
	font-size: 26px;
	font-weight: 700;
}
.page_questions h2 .question_no span {
	font-size: 52px;
	font-weight: 700;
}
.page_questions .txt_lead {
	font-size: 15px;
	text-align: left;
	line-height: 1.8666666667;
	padding: 0 20px;
}
.page_questions .img_wrap {
	margin: 0 0 70px 0;
}
.page_questions .img_wrap .img_box {
	background-color: #ffffff;
	padding: 30px 20px 25px;
}
.page_questions .img_wrap .img_box.img_box_q_4 {
	padding: 24px 18px 35px;
}
.page_questions .img_wrap .img_txt_note {
	font-size: 14px;
	text-align: left;
	line-height: 2;
	text-decoration: underline;
	margin: 25px 0 0 0;
}
.page_questions .q_list li {
	position: relative;
	font-size: 19px;
	text-align: center;
	letter-spacing: 0.1em;
	margin: 0 0 20px 0;
}
.page_questions .q_list li input {
	position: absolute;
	height: 0;
	visibility: hidden;
	margin: 0;
	padding: 0;
	background: none;
	border: none;
	border-radius: 0;
	outline: none;
	resize: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}
.page_questions .q_list li input:checked + label {
	color: #ffffff;
	background-color: #f86500;
}
.page_questions .q_list li label {
	display: block;
	font-weight: 700;
	border-radius: 10em;
	border: 4px solid #f86500;
	background-color: #ffffff;
	padding: 22px 0;
	cursor: pointer;
}
.page_questions .q4_list {
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
}
.page_questions .q4_list li {
	line-height: 1.5789473684;
	letter-spacing: 0.05em;
	margin: 0 0 20px 0;
}
.page_questions .q4_list li:nth-child(1) input:checked + label {
	background-color: #175ba6;
}
.page_questions .q4_list li:nth-child(1) label {
	border: 4px solid #175ba6;
}
.page_questions .q4_list li:nth-child(2) input:checked + label {
	background-color: #f86500;
}
.page_questions .q4_list li:nth-child(2) label {
	border: 4px solid #f86500;
}
.page_questions .q4_list li:nth-child(3) input:checked + label {
	background-color: #009900;
}
.page_questions .q4_list li:nth-child(3) label {
	border: 4px solid #009900;
}
.page_questions .q4_list li label {
	padding: 16px 0;
}
.page_questions .error_box {
	position: static;
	font-size: 19px;
}
.page_questions .error_box .dx_error_txt {
	color: #ff0000;
}
.page_questions .btn_group {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	text-align: center;
	margin: 47px 0 0;
}
.page_questions .btn_group .btn_back {
	width: calc((100% - 13px) / 2);
	margin: 0 13px 0 0;
}
.page_questions .btn_group .btn_back a {
	position: relative;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 10em;
	color: #009900;
	border: 4px solid #009900;
	background-color: #ffffff;
	padding: 17px 0;
}
.page_questions .btn_group .btn_back a::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 18px;
	-webkit-transform: rotateY(180deg) translateY(-50%);
	transform: rotateY(180deg) translateY(-50%);
	width: 12px;
	height: 13px;
	background: url(../images/shindan/ico_arrow_grn.svg) no-repeat;
}
.page_questions .btn_group .btn_next {
	width: calc((100% - 13px) / 2);
}
.page_questions .btn_group .btn_next.disabled-next a {
	color: #ffffff;
	border: 4px solid #dcdcdc;
	background-color: #dcdcdc;
	cursor: default;
}
.page_questions .btn_group .btn_next a {
	position: relative;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 10em;
	color: #ffffff;
	border: 4px solid #009900;
	background-color: #009900;
	padding: 17px 0;
}
.page_questions .btn_group .btn_next a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 18px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 12px;
	height: 13px;
	background: url(../images/shindan/ico_arrow_wht.svg) no-repeat;
}

/* 回答確認
--------------------------------------------------------- */
.page_summary .container {
	padding: 0;
}
.page_summary .page_info {
	background-color: #ffffff;
	padding: 110px 0 45px;
}
.page_summary .page_conts {
	padding: 62px 0 150px;
}
.page_summary .summary_wrap {
	background-color: #ffffff;
	padding: 50px 20px 75px;
}
.page_summary h1 {
	color: #f86500;
	font-size: 26px;
	line-height: 1.5384615385;
	margin: 0 0 45px 0;
}
.page_summary h1 span {
	position: relative;
	display: inline-block;
	font-weight: 700;
	padding: 0 5px;
}
.page_summary h1 span::before {
	content: "";
	position: absolute;
	bottom: 45px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	width: 46px;
	height: 67px;
	background: url(../images/shindan/ico_summary.svg) no-repeat;
}
.page_summary h1 span::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
	width: 100%;
	height: 9px;
	background-image: repeating-linear-gradient(90deg, transparent 0 7px, rgba(248, 101, 0, 0.4) 7px 14px);
}
.page_summary .txt_lead {
	font-size: 15px;
	font-weight: 700;
	text-align: left;
	line-height: 1.8666666667;
	padding: 0 20px;
}
.page_summary .cf_list li {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-orient: vertical;
	-webkit-box-direction: normal;
	-ms-flex-direction: column;
	flex-direction: column;
	margin: 0 0 30px 0;
}
.page_summary .cf_list a {
	position: relative;
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	color: #009900;
	font-size: 16px;
	font-weight: 700;
	line-height: 1.375;
	border: 2px solid #009900;
	margin: 3px 0 0 0;
	padding: 8px 0;
}
.page_summary .cf_list a::after {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 9px;
	height: 10px;
	background: url(../images/shindan/ico_arrow_grn.svg) no-repeat;
}
.page_summary .cf_list .q_txt {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	font-size: 18px;
	font-weight: 700;
	border: 2px solid #dcdcdc;
	padding: 8px 0;
}
.page_summary .cf_list dl {
	font-size: 16px;
	font-weight: 700;
	line-height: 1.75;
	border: 2px solid #dcdcdc;
	margin: -2px 0 0 0;
}
.page_summary .cf_list dl dt {
	position: relative;
	font-weight: 700;
	text-align: left;
	border-bottom: 1px solid #dcdcdc;
	padding: 13px 15px 13px 55px;
}
.page_summary .cf_list dl dt::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 13px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(0, 153, 0, 0.3);
	background-color: #ffffff;
}
.page_summary .cf_list dl dt::after {
	content: "Q";
	position: absolute;
	top: 46%;
	left: 23px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #009900;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.page_summary .cf_list dl dd {
	position: relative;
	font-weight: 700;
	text-align: left;
	padding: 13px 15px 13px 55px;
}
.page_summary .cf_list dl dd::before {
	content: "";
	position: absolute;
	top: 50%;
	left: 13px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 25px;
	height: 25px;
	border-radius: 50%;
	border-width: 5px;
	border-style: solid;
	border-color: rgba(248, 101, 0, 0.3);
	background-color: #ffffff;
}
.page_summary .cf_list dl dd::after {
	content: "A";
	position: absolute;
	top: 47%;
	left: 25px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	color: #f86500;
	font-size: 16px;
	font-weight: 700;
	line-height: 1;
}
.page_summary .btn_group {
	text-align: center;
	margin: 70px 0 0;
}
.page_summary .btn_group .btn_result {
	width: 100%;
	max-width: 330px;
}
.page_summary .btn_group .btn_result a {
	position: relative;
	display: block;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 10em;
	color: #ffffff;
	border: 4px solid #009900;
	background-color: #009900;
	padding: 17px 40px;
}
.page_summary .btn_group .btn_result a::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: rotateY(10deg) translateY(-50%);
	transform: rotateY(10deg) translateY(-50%);
	width: 10px;
	height: 12px;
	background: url(../images/shindan/ico_arrow_wht.svg) no-repeat;
}

/* 結果
--------------------------------------------------------- */
.page_result {
	background-color: #ffffff;
}
.page_result .page_info {
	background-color: #ffffff;
	padding: 100px 0 136px;
}
.page_result .page_conts {
	position: relative;
	padding: 60px 0 45px;
}
.page_result .page_conts::before {
	content: "";
	position: absolute;
	top: -75px;
	right: 56%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	display: block;
	width: 142px;
	height: 130px;
	background: url(../images/shindan/illust_man_02.svg) no-repeat;
}
.page_result .container {
	overflow: hidden;
}
.page_result h1 {
	color: #f86500;
	font-size: 26px;
	line-height: 1.5384615385;
	margin: 0 0 45px 0;
}
.page_result h1 span {
	position: relative;
	display: inline-block;
	font-weight: 700;
	padding: 0 5px;
}
.page_result h1 span::before {
	content: "";
	position: absolute;
	bottom: 45px;
	right: 50%;
	-webkit-transform: translateX(50%);
	transform: translateX(50%);
	width: 46px;
	height: 67px;
	background: url(../images/shindan/ico_result.svg) no-repeat;
}
.page_result h1 span::after {
	content: "";
	position: absolute;
	bottom: -15px;
	left: 0;
	-webkit-transform: skew(-45deg);
	transform: skew(-45deg);
	width: 100%;
	height: 9px;
	background-image: repeating-linear-gradient(90deg, transparent 0 7px, rgba(248, 101, 0, 0.4) 7px 14px);
}
.page_result h2 {
	color: #f86500;
	font-size: 29px;
	font-weight: 700;
	line-height: 1.6551724138;
	margin: 0 0 45px 0;
}
.page_result h2 span {
	display: block;
	font-size: 41px;
	font-weight: 700;
}
.page_result .txt_lead {
	font-size: 15px;
	text-align: left;
	line-height: 1.8666666667;
	padding: 0 20px;
}
.page_result .sec_recom {
	text-align: right;
	border-top: 2px solid #009900;
	border-bottom: 2px solid #009900;
	background-color: #ffffff;
	margin: 0 calc(50% - 50vw) 15px;
}
.page_result .sec_recom .sec_recom_inner {
	padding: 60px 20px;
}
.page_result .sec_recom h3 {
	font-size: 38px;
	font-weight: 700;
	text-align: center;
	line-height: 1.4736842105;
	margin: 0 calc(50% - 50vw) 24px calc(50% - 50vw);
}
.page_result .sec_recom h3 span {
	display: block;
	color: #009900;
	font-size: 17px;
	font-weight: 700;
}
.page_result .sec_recom .info_box {
	border-bottom: 2px solid #dcdcdc;
	margin: 0 0 30px 0;
	padding: 0 0 20px 0;
}
.page_result .sec_recom .info_box .list_note li {
	font-size: 12px;
	line-height: 1.6666666667;
	text-indent: -1.3em;
	padding-left: 1em;
}
.page_result .sec_recom .info_box .list_note li::before {
	content: "※ ";
}
.page_result .sec_recom .info_box .list_label {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	margin: 0 0 5px 0;
}
.page_result .sec_recom .info_box .list_label li {
	font-size: 13px;
	text-align: center;
	width: 200px;
	border-radius: 5px;
	background-color: #e5f5e5;
	margin: 0 0 7px 0;
	padding: 9px 0;
}
.page_result .sec_recom .info_box .list_label li:nth-child(odd) {
	margin: 0 5px 7px 0;
}
@media screen and (max-width: 480px){
	.page_result .sec_recom .info_box .list_label li:nth-child(odd) {
		margin: 0 0 7px 0;
	}
}
.page_result .sec_recom .txt_desc {
	font-size: 14px;
	line-height: 2.2857142857;
	text-align: left;
}
.page_result .sec_recom .txt_desc span {
	color: #f72900;
	vertical-align: super;
}
.page_result .sec_recom .txt_note {
	font-size: 14px;
	line-height: 2.2857142857;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
.page_result .sec_recom .txt_note::before {
	color: #f72900;
	content: "※";
}
.page_result .sec_recom h4 {
	font-size: 18px;
	font-weight: 700;
	text-align: center;
	margin: 30px 0 0 0;
}
.page_result .sec_recom .fund_box {
	margin: 30px 0 25px 0;
}
.page_result .sec_recom .fund_box .img_wrap {
	position: relative;
	text-align: center;
	margin: 0 0 30px 0;
}
.page_result .sec_recom .fund_box .img_wrap span {
	position: absolute;
	top: 50%;
	right: 50%;
	-webkit-transform: translate(50%, -50%);
	transform: translate(50%, -50%);
	display: inline-block;
	background-color: #f86500;
	color: #ffffff;
	font-size: 14px;
	font-weight: 700;
	text-align: center;
	width: 98px;
	border-radius: 10px;
	padding: 8px 0;
}
.page_result .sec_recom .fund_box .ctry_box {
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	align-items: center;
	-webkit-box-flex: 1;
	-ms-flex: 1 1 auto;
	flex: 1 1 auto;
}
.page_result .sec_recom .fund_box .ctry_box figure {
	text-align: center;
}
.page_result .sec_recom .fund_box .ctry_box figure:not(:first-child) {
	margin: 0 0 0 25px;
}
.page_result .sec_recom .fund_box .ctry_box figure img {
	width: 47px;
	height: 31px;
}
.page_result .sec_recom .fund_box .ctry_box figure figcaption {
	font-size: 10px;
	font-weight: 700;
	margin: 5px 0 0 0;
}
.page_result .sec_recom .fund_box .ctry_box .txt_such {
	font-size: 10px;
	font-weight: 700;
	margin: 0 0 0 25px;
}
.page_result .sec_recom .fund_box_balance {
	margin: 60px 0 25px 0;
}
.page_result .sec_recom .fund_box_balance .img_wrap {
	text-align: center;
}
.page_result .txt_notes_reference {
	margin: 0 0 1em 0;
}
.page_result .note_box {
	text-align: right;
}
.page_result .note_box p {
	font-size: 12px;
	line-height: 1.8333333333;
	text-align: left;
	text-indent: -1em;
	padding-left: 1em;
}
.page_result .note_box p::before {
	color: #f72900;
	content: "※";
}
.page_result .note_box p span {
	display: block;
	text-align: right;
	margin: 10px 0 0 0;
}
.page_result .note_box p .link_trans {
	text-indent: 0;
}
.page_result .return_box {
	background-color: #e5f5e5;
	margin: 60px 0 0;
	padding: 50px 0 55px;
}
.page_result .return_box p {
	font-size: 18px;
	font-weight: 700;
	line-height: 1.7777777778;
	margin: 0 0 20px 0;
}
.page_result .return_box .btn_return {
	width: 100%;
	position: relative;
	display: block;
	color: #000000;
	font-family: "Noto Sans JP", sans-serif;
	font-size: 19px;
	font-weight: 700;
	letter-spacing: 0.1em;
	border-radius: 10em;
	border: 4px solid #009900;
	background-color: #ffffff;
	padding: 17px 55px 17px 40px;
	margin: 0 auto;
}
.page_result .return_box .btn_return::before {
	content: "";
	position: absolute;
	top: 50%;
	right: 20px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	display: block;
	width: 28px;
	height: 28px;
	border-radius: 100%;
	background-color: #009900;
}
.page_result .return_box .btn_return::after {
	content: "";
	position: absolute;
	top: 50%;
	top: 50%;
	right: 29px;
	-webkit-transform: translateY(-50%);
	transform: translateY(-50%);
	width: 8px;
	height: 10px;
	background: url(../images/shindan/ico_arrow_wht.svg) no-repeat;
}

@media screen and (min-width: 480px) {
	#header {
		position: relative;
		width: 100%;
		min-width: 1100px;
		height: 120px;
	}
	#header::before {
		content: "";
		position: absolute;
		top: 0;
		left: 0;
		width: 100%;
		height: 16px;
		background-color: #090;
	}
	#header #h_sp_menu {
		width: 100%;
	}
	#header #h_g_menu {
		display: none;
	}
	#footer {
		width: 100%;
		min-width: 1100px;
	}
	.contents_wrap {
		min-width: 1100px;
	}
	.container {
		width: 1014px;
		padding: 0 43px;
	}
	.sp_hidden {
		display: block;
	}
	.pc_hidden {
		display: none;
	}
	/* 共通
	--------------------------------------------------------- */
	.progress_bar {
		margin: 40px 0 0 0;
	}
	.progress_bar dl {
		width: 138px;
	}
	.progress_bar dl dd {
		font-size: 114.2857142857%;
	}
	.dec_ttl_grn {
		line-height: 1.5555555556;
	}
	.dec_ttl_grn span {
		position: relative;
		font-size: 257.1428571429%;
	}
	.dec_ttl_grn span::before, .dec_ttl_grn span::after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 38px;
		height: 56px;
	}
	.dec_ttl_grn span::before {
		left: -56px;
		background: url(../images/shindan/dec_title_grn_l.svg) no-repeat;
	}
	.dec_ttl_grn span::after {
		right: -56px;
		background: url(../images/shindan/dec_title_grn_r.svg) no-repeat;
	}
	.dec_ttl_orn {
		line-height: 1.5555555556;
	}
	.dec_ttl_orn span {
		position: relative;
		font-size: 257.1428571429%;
	}
	.dec_ttl_orn span::before, .dec_ttl_orn span::after {
		content: "";
		position: absolute;
		top: 50%;
		-webkit-transform: translateY(-50%);
		transform: translateY(-50%);
		width: 38px;
		height: 56px;
	}
	.dec_ttl_orn span::before {
		left: -56px;
		background: url(../images/shindan/dec_title_orn_l.svg) no-repeat;
	}
	.dec_ttl_orn span::after {
		right: -56px;
		background: url(../images/shindan/dec_title_orn_r.svg) no-repeat;
	}
	.link_anchor {
		display: inline-block;
	}
	.link_anchor:hover {
		color: #e3442a;
		border-bottom: 1px solid #e3442a;
	}
	.link_anchor:hover::after {
		background: url(../images/shindan/ico_arrow_under_red.svg) no-repeat;
	}
	.link_external:hover {
		color: #e3442a;
		border-bottom: 1px solid #e3442a;
	}
	.link_external:hover::after {
		background: url(../images/shindan/ico_link_red.svg) no-repeat;
	}
	.link_trans:hover {
		color: #e3442a;
		border-bottom: 1px solid #e3442a;
	}
	.link_trans:hover::before {
		background-color: #e3442a;
	}
	.txt_notes_reference {
		font-size: 100%;
	}
	.txt_notes_reference a:hover {
		color: #e3442a;
		border-bottom: 1px solid #e3442a;
	}
	.sec_advice {
		padding: 50px 0 55px 0;
	}
	.sec_advice h3 {
		margin: 0 0 15px 0;
		padding: 0 65px 25px;
	}
	.sec_advice h3::after {
		height: 25px;
		background: url(../images/shindan/start_line_pc.svg) no-repeat center/cover;
	}
	.sec_advice .txt {
		font-size: 128.5714285714%;
		text-align: center;
		line-height: 2;
	}
	.sec_advice .txt_note_s {
		font-size: 100%;
		line-height: 1.5714285714;
	}
	.sec_advice .advice_box {
		margin: 0 0 15px 0;
		padding: 26px 45px;
	}
	.sec_advice .advice_box h4 {
		font-size: 200%;
		line-height: 1.2857142857;
	}
	.sec_advice .advice_box h4 i {
		display: inline-block;
		margin: 0 50px 0 0;
	}
	.sec_advice .advice_box .btn_wrap {
		margin: 28px 0 0 0;
	}
	.sec_advice .advice_box .btn_advice:first-of-type {
		margin: 0 20px 0 0;
	}
	.sec_advice .advice_box .btn_advice a {
		padding: 22px 35px;
	}
	.sec_advice .advice_box .btn_advice a:hover {
		opacity: 0.7;
	}
	.sec_advice .advice_box .btn_advice a::before {
		left: 22px;
	}
	.sec_advice .advice_box .btn_advice a::after {
		right: 20px;
		width: 19px;
		height: 16px;
	}
	.sec_advice .advice_box .btn_advice a span {
		display: inline-block;
		font-size: 15px;
	}
	.sec_advice .store_box h4 i {
		width: 50px;
		height: 39px;
	}
	.sec_advice .store_box .btn_wrap {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: baseline;
		-ms-flex-align: baseline;
		align-items: baseline;
	}
	.sec_advice .store_box .btn_wrap_inner .txt_note_m {
		font-size: 100%;
		margin: 5px 0 0 0;
	}
	.sec_advice .online_box h4 i {
		width: 51px;
		height: 45px;
	}
	.sec_advice .online_box .btn_wrap {
		display: inline-block;
	}
	.sec_advice .online_box .btn_account {
		width: 292px;
	}
	.sec_advice .online_box .btn_account a {
		padding: 21px 35px;
	}
	.sec_advice .online_box .txt_note_m {
		display: inline-block;
		vertical-align: middle;
		font-size: 100%;
	}
	@-moz-document url-prefix() {
		.sec_advice .online_box .txt_note_m {
			line-height: 12px;
		}
	}
	.attention_box {
		margin: 80px 0 0 0;
		padding: 0 0 170px 0;
	}
	.attention_box dl {
		padding: 30px 40px;
	}
	.attention_box dl dt {
		font-size: 142.8571428571%;
	}
	.attention_box dl dd p {
		font-size: 114.2857142857%;
		line-height: 1.75;
	}
	/* 規約
	--------------------------------------------------------- */
	.page_terms .page_conts {
		padding: 60px 0 80px;
	}
	.page_terms h1 {
		font-size: 200%;
	}
	.page_terms .terms_box {
		background-color: #ffffff;
		margin: 50px 0;
		padding: 60px 86px 50px;
	}
	.page_terms .terms_box_inner {
		height: 460px;
		overflow: auto;
	}
	.page_terms .txt_def {
		margin: 20px 40px 18px 0;
	}
	.page_terms .terms_list {
		padding: 0 26px 0 16px;
	}
	.page_terms .terms_list li:not(:last-child) {
		margin: 0 0 20px 0;
	}
	.page_terms .txt_notes_reference {
		padding: 0 26px 0 16px;
	}
	.page_terms .check_consent span {
		font-size: 114.2857142857%;
	}
	.page_terms .btn_check {
		width: 490px;
		max-width: none;
		font-size: 135.7142857143%;
		padding: 22px 0;
	}
	/* 質問
	--------------------------------------------------------- */
	.page_questions .page_info {
		padding: 90px 0 145px;
	}
	.page_questions .page_conts {
		padding: 72px 0 145px;
	}
	.page_questions .page_conts::before {
		top: -96px;
		right: 51%;
		width: 150px;
		height: 146px;
	}
	.page_questions h1 {
		font-size: 214.2857142857%;
		line-height: 1.3333333333;
		margin: 0 0 35px 0;
	}
	.page_questions h1 span::before {
		bottom: 50px;
		width: 64px;
		height: 72px;
	}
	.page_questions h2 {
		font-size: 36px;
		line-height: 1.2222222222;
		margin: 0 0 70px 0;
	}
	.page_questions h2 .question_no {
		font-size: 42px;
		margin: 0 0 10px 0;
	}
	.page_questions h2 .question_no span {
		font-size: 60px;
	}
	.page_questions .txt_lead {
		font-size: 114.2857142857%;
		text-align: center;
		line-height: 1.75;
		padding: 0;
	}
	.page_questions .img_wrap {
		margin: 0 0 55px 0;
	}
	.page_questions .img_wrap .img_box {
		padding: 45px 35px;
	}
	.page_questions .img_wrap .img_box.img_box_q_4 {
		padding: 45px 100px;
	}
	.page_questions .img_wrap .img_txt_note {
		font-size: 114.2857142857%;
		line-height: 2;
		margin: 30px 0 0 0;
	}
	.page_questions .q_list {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-ms-flex-wrap: wrap;
		flex-wrap: wrap;
	}
	.page_questions .q_list li {
		font-size: 135.7142857143%;
		width: calc((100% - 30px) / 2);
		margin: 0 0 30px;
	}
	.page_questions .q_list li:nth-child(odd) {
		margin: 0 30px 30px 0;
	}
	.page_questions .q_list li label:hover {
		color: #ffffff;
		background-color: #f86500;
	}
	.page_questions .q4_list li {
		width: 700px;
		margin: 0 0 30px 0;
	}
	.page_questions .q4_list li:nth-child(odd) {
		margin: 0 0 30px 0;
	}
	.page_questions .q4_list li:nth-child(1) label:hover {
		background-color: #175ba6;
	}
	.page_questions .q4_list li:nth-child(2) label:hover {
		background-color: #f86500;
	}
	.page_questions .q4_list li:nth-child(3) label:hover {
		background-color: #009900;
	}
	.page_questions .q4_list li label {
		padding: 16px 0;
	}
	.page_questions .btn_group {
		margin: 66px 0 0;
	}
	.page_questions .btn_group .btn_back {
		font-size: 100%;
		width: 200px;
		margin: 0 32px 0 0;
	}
	.page_questions .btn_group .btn_back a {
		font-size: 135.7142857143%;
	}
	.page_questions .btn_group .btn_back a:hover {
		color: #ffffff;
		background-color: #009900;
	}
	.page_questions .btn_group .btn_back a:hover::before {
		background: url(../images/shindan/ico_arrow_wht.svg) no-repeat;
	}
	.page_questions .btn_group .btn_next {
		font-size: 100%;
		width: 200px;
	}
	.page_questions .btn_group .btn_next a {
		font-size: 135.7142857143%;
	}
	/* 回答確認
	--------------------------------------------------------- */
	.page_summary .container {
		padding: 0 43px;
	}
	.page_summary .page_info {
		padding: 90px 0 58px;
	}
	.page_summary .page_conts {
		padding: 70px 0 170px;
	}
	.page_summary .summary_wrap {
		padding: 60px 45px 75px;
	}
	.page_summary h1 {
		font-size: 214.2857142857%;
		line-height: 1.3333333333;
		margin: 0 0 35px 0;
	}
	.page_summary h1 span::before {
		bottom: 50px;
		width: 50px;
		height: 73px;
	}
	.page_summary .txt_lead {
		font-size: 128.5714285714%;
		text-align: center;
		line-height: 1.7777777778;
		padding: 0;
	}
	.page_summary .cf_list li {
		-webkit-box-orient: horizontal;
		-webkit-box-direction: normal;
		-ms-flex-direction: row;
		flex-direction: row;
	}
	.page_summary .cf_list a {
		color: #009900;
		font-size: 114.2857142857%;
		width: 150px;
		margin: 0 0 0 3px;
		padding: 0;
	}
	.page_summary .cf_list a::after {
		right: 15px;
	}
	.page_summary .cf_list a:hover {
		background-color: #e5f7cd;
	}
	.page_summary .cf_list .q_txt {
		font-size: 128.5714285714%;
		width: 104px;
		padding: 0;
	}
	.page_summary .cf_list dl {
		font-size: 114.2857142857%;
		width: calc(100% - 104px - 1px - 150px);
		margin: 0 0 0 -2px;
	}
	.page_summary .cf_list dl dt {
		padding: 17px 35px 17px 70px;
	}
	.page_summary .cf_list dl dt::before {
		left: 25px;
	}
	.page_summary .cf_list dl dt::after {
		left: 35px;
		font-size: 16px;
	}
	.page_summary .cf_list dl dd {
		padding: 17px 35px 17px 70px;
	}
	.page_summary .cf_list dl dd::before {
		left: 25px;
	}
	.page_summary .cf_list dl dd::after {
		left: 37px;
		font-size: 16px;
	}
	.page_summary .btn_group .btn_result {
		font-size: 100%;
		width: 490px;
	}
	.page_summary .btn_group .btn_result a {
		font-size: 135.7142857143%;
		padding: 17px 0;
	}
	.page_summary .btn_group .btn_result a::before {
		right: 26px;
	}
	.page_summary .btn_group .btn_result a:hover {
		opacity: 0.7;
	}
	/* 結果
	--------------------------------------------------------- */
	.page_result .page_info {
		padding: 90px 0 140px;
	}
	.page_result .page_conts {
		padding: 70px 0 30px;
	}
	.page_result .page_conts::before {
		top: -90px;
		right: 51.5%;
		width: 164px;
		height: 150px;
	}
	.page_result h1 {
		font-size: 214.2857142857%;
		line-height: 1.3333333333;
		margin: 0 0 35px 0;
	}
	.page_result h1 span::before {
		bottom: 50px;
		width: 50px;
		height: 73px;
	}
	.page_result h2 {
		font-size: 34px;
		line-height: 1.7647058824;
	}
	.page_result h2 span {
		font-size: 47px;
	}
	.page_result .txt_lead {
		font-size: 128.5714285714%;
		font-weight: 700;
		text-align: center;
		line-height: 1.7777777778;
		padding: 0;
	}
	.page_result .sec_recom {
		border-radius: 20px;
		border: 2px solid #009900;
		margin: 0 0 25px;
	}
	.page_result .sec_recom .sec_recom_inner {
		padding: 40px 80px 50px;
	}
	.page_result .sec_recom h3 {
		font-size: 44px;
		margin: 0 0 24px 0;
	}
	.page_result .sec_recom h3 span {
		font-size: 20px;
	}
	.page_result .sec_recom .info_box {
		margin: 0 0 20px 0;
		padding: 0 40px 20px;
	}
	.page_result .sec_recom .info_box .list_note li {
		font-size: 100%;
		line-height: 1.4285714286;
	}
	.page_result .sec_recom .info_box .list_label li {
		font-size: 128.5714285714%;
		width: 240px;
		padding: 10px 0;
	}
	.page_result .sec_recom .info_box .list_label li:nth-child(odd) {
		margin: 0 0 7px 0;
	}
	.page_result .sec_recom .info_box .list_label li:not(:nth-child(3n)) {
		margin: 0 22px 7px 0;
	}
	.page_result .sec_recom .txt_desc {
		font-size: 114.2857142857%;
		line-height: 2;
	}
	.page_result .sec_recom .txt_note {
		font-size: 100%;
		line-height: 2.2857142857;
	}
	.page_result .sec_recom h4 {
		font-size: 142.8571428571%;
	}
	.page_result .sec_recom .fund_box {
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		margin: 35px 0 15px 0;
		padding: 0 10px;
	}
	.page_result .sec_recom .fund_box .img_wrap {
		position: relative;
		margin: 0 15px 0 0;
	}
	.page_result .sec_recom .fund_box .img_wrap span {
		font-size: 142.8571428571%;
		width: 136px;
		padding: 11px 0;
	}
	.page_result .sec_recom .fund_box .ctry_box figure:not(:first-child) {
		margin: 0 0 0 35px;
	}
	.page_result .sec_recom .fund_box .ctry_box figure img {
		width: 66px;
		height: 44px;
	}
	.page_result .sec_recom .fund_box .ctry_box figure figcaption {
		font-size: 107.1428571429%;
		margin: 8px 0 0 0;
	}
	.page_result .sec_recom .fund_box .ctry_box .txt_such {
		font-size: 107.1428571429%;
		margin: 0 0 0 35px;
	}
	.page_result .sec_recom .fund_box_balance {
		margin: 35px 0 15px 0;
	}
	.page_result .sec_recom .fund_box_balance .img_wrap {
		max-width: 266px;
		margin: 0 auto;
	}
	.page_result .note_box p {
		font-size: 100%;
		line-height: 1.8571428571;
	}
	.page_result .note_box p span {
		text-align: left;
	}
	.page_result .return_box .btn_return {
		width: 490px;
	}
	.page_result .return_box .btn_return:hover {
		background-color: #e5f7cd;
	}
}
.page_questions .q_list.q6_a_list li{
	width: 85%;
	margin:0 auto 30px ;
}
@media screen and (min-width: 480px) {
	.page_result .sec_recom .info_box .list_note li{
		text-align: center;
	}
}