@charset "UTF-8";

/* オリジナルのレイアウト
----------------------------------------*/
html {
	font-size: 1rem;
	font-size: 10px;
}

body {
	color: #2b2b2b;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
	font-weight: 500;
	background: #fff;
	font-size: 1.4rem;
	line-height: 1.5;
	height: 100%;
	font-feature-settings: "palt";
	-webkit-text-size-adjust: 100%;
}

.wrapper {
	overflow: hidden;
}

img {
	image-rendering: -webkit-optimize-contrast;
	width: 100%;
	display: block;
}

a {
	text-decoration: none;
	color: inherit;
}
table,
tbody,
thead,
tr,
th,
td {
	position: static;
}
@media only screen and (min-width: 835px) {
	a {
		transition: opacity .3s;
	}
	a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 1020px) {
	html {
		font-size: .9804vw;
	}
}
@media only screen and (max-width: 834px) {
	img {
		width: 100%;
	}
	html {
		font-size: 2.6666vw;
	}
}

/*表示
----------------------------------------*/
@media only screen and (min-width: 835px) {
	.visible_sp {
		display: none !important;
	}
}

@media only screen and (max-width: 834px) {
	.visible_pc {
		display: none !important;
	}
}

/*header
----------------------------------------*/
.header {
	background: #fff;
	padding: .6rem 2rem;
	z-index: 10;
}
.header_logo {
	width: 37.4rem;
	margin: 0 auto;
}
@media only screen and (max-width: 834px) {
	.header {
		padding: .85rem 2rem .8rem;
	}
	.header_logo {
		width: 28.85rem;
	}
}

/*mainv
----------------------------------------*/
.mainv {
	margin-bottom: -5rem;
}
.mainv h2 {
	position: absolute;
	top: 0;
	left: 13.515625%;
	width: 41.09375%;
	margin: 3.20312% 0 0;
	z-index: 10;
}
@media only screen and (max-width: 834px) {
	.mainv {
		margin-bottom: -5.7rem;
	}
	.mainv::after {
		content: '';
		display: block;
		width: 35.2rem;
		height: 8.5rem;
		background: url(../img/mainv_card.png) no-repeat left top / 100% auto;
		position: absolute;
		top: 17.2rem;
		left: 1.4rem;
		z-index: 11;
	}
	.mainv h2 {
		width: 35.2rem;
		top: 2.6rem;
		left: 1.4rem;
		margin: 0;
	}
}

/*cta
----------------------------------------*/
.cta a {
	width: 80rem;
	height: 10.7rem;
	border-radius: 5rem;
	border-bottom: .7rem solid #e93724;
	display: block;
	margin: 0 auto;
	background: linear-gradient(to right, #f26d22 0%,#ec4439 100%);
	color: #fff5a0;
	font-size: 3.2rem;
	text-align: center;
	font-weight: bold;
	line-height: 1.38;
	padding-top: 1.5rem;
	letter-spacing: .03em;
}
.cta a::after {
	content: '';
	display: block;
	width: 1.7rem;
	height: 2.8rem;
	background: url(../img/cta_icon_arrow.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: .4rem;
	right: 3.4rem;
	margin: auto 0;
	transition: transform .3s;
}
.cta a > span {
	display: block;
	color: #fff;
	font-size: 2.4rem;
}
.cta:not(.footer_cta) a > span::before,
.cta:not(.footer_cta) a > span::after {
	content: '';
	display: inline-block;
	width: .3rem;
	border-radius: .15rem;
	background: #fff;
	height: 2.8rem;
	transform: rotate(25deg);
	margin: 0 1rem -.3rem;
}
.cta:not(.footer_cta) a > span::before {
	transform: rotate(-25deg);
	margin-right: 1.5rem;
}
.cta a sup {
	font-weight: 500;
	font-size: 1.3rem;
}
.cta_note {
	width: 73rem;
	margin: .2rem auto 0;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: .02em;
}
@media only screen and (min-width: 835px) {
	.cta a:hover::after {
		transform: translateX(5px);
	}
}
@media only screen and (max-width: 834px) {
	.cta a {
		width: 34.5rem;
		height: 9.2rem;
		font-size: 2.5rem;
		line-height: 1.2;
		padding-top: 1.1rem;
	}
	.cta a::after {
		width: 1.1rem;
		height: 1.7rem;
		right: 1.8rem;
	}
	.cta a > span {
		font-size: 1.4rem;
		margin-bottom: .3rem;
	}
	.cta:not(.footer_cta) a > span::before,
	.cta:not(.footer_cta) a > span::after {
		display: block;
		width: .15rem;
		height: 2.8rem;
		margin: 0;
		position: absolute;
		right: 7rem;
		bottom: .2rem;
	}
	.cta:not(.footer_cta) a > span::before {
		right: auto;
		left: 7rem;
		margin: 0;
	}
	.cta a sup {
		font-size: .9rem;
		vertical-align: 0;
		margin-right: -1rem;
	}
	.cta_note {
		width: 33.5rem;
		margin: .4rem auto 0;
		font-size: 1rem;
	}
}

/*campaign
----------------------------------------*/
.campaign {
	margin-top: 12.8rem;
	padding: .9rem 2rem 7.2rem;
	background: #246852;
}
.campaign::before {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	height: 11.6rem;
	top: -11.5rem;
	background: url(../img/campaign_bg.png) no-repeat center top / 100% 100%;
}
.campaign h2 {
	margin: 0 auto 3rem;
}
.campaign h2 img {
	width: 51.5rem;
	margin: 0 auto;
}
.campaign_item {
	width: 82rem;
	margin: 0 auto;
	padding: 5.2rem 0 4.2rem;
	background: #fff;
}
.campaign_item::before {
	content: '';
	display: block;
	position: absolute;
	top: 1rem;
	left: 1rem;
	right: 1rem;
	bottom: 1rem;
	border: .4rem solid #246852;
	pointer-events: none;
}
.campaign_item::after {
	content: '';
	display: block;
	pointer-events: none;
	width: 88.3rem;
	height: 35.9rem;
	background: url(../img/campaign_img_01.png) no-repeat left top / 100% auto;
	position: absolute;
	top: -3.1rem;
	left: -3rem;
}
.campaign_plus + .campaign_item {
	padding-top: 5.1rem;
}
.campaign_plus + .campaign_item::after {
	width: 83.4rem;
	height: 35.5rem;
	background-image: url(../img/campaign_img_02.png);
	top: -4.6rem;
	left: -2.8rem;
}
.campaign_plus {
	content: '';
	display: block;
	width: 9.2rem;
	height: 9.2rem;
	background: url(../img/campaign_icon_01.svg) no-repeat left top / 100% auto;
	margin: 1.3rem auto 1.1rem;
}
.campaign_item h3 {
	width: 73.5rem;
	margin: 0 auto 2.8rem;
}
.campaign_plus + .campaign_item h3 {
	width: 72.5rem;
}
.campaign_item dl {
	margin: 0 0 2.1rem;
	display: flex;
	align-items: center;
	justify-content: center;
}
.campaign_item dt {
	width: 14.2rem;
}
.campaign_plus + .campaign_item dt {
	width: 17.9rem;
}
.campaign_item dd {
	padding: 0 0 0 1.6rem;
	letter-spacing: .05em;
	font-size: 2.3rem;
	font-weight: bold;
	white-space: nowrap;
}
.campaign_btn {
	width: 49.6rem;
	background: #d5ee79;
	margin: 0 auto .4rem;
	border-radius: .5rem;
	text-align: center;
	font-size: 1.84rem;
	color: #b80513;
	font-weight: bold;
	line-height: 1.33;
	letter-spacing: .04em;
	padding: 1.6rem 0 1.5rem;
	cursor: pointer;
	transition: opacity .3s;
}
.campaign_btn::after {
	content: '';
	display: block;
	width: 2.6rem;
	height: 2.6rem;
	background: url(../img/campaign_btn_plus_icon.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 1.5rem;
	margin: auto 0;
}
.campaign_btn.open::after {
	background-image: url(../img/campaign_btn_minus_icon.svg);
}
.campaign_btn span {
	font-size: 1.28rem;
	color: #b80513;
	display: block;
	letter-spacing: .04em;
}
.campaign_detail {
	padding-top: 1.5rem;
	margin: 0 4.7rem;
	line-height: 1.3;
	letter-spacing: .033em;
	display: none;
}
.campaign_note {
	text-indent: -1.7rem;
	margin-left: 1.7rem;
}
.campaign_note span:first-child {
	display: inline-block;
	width: 1.7rem;
	text-indent: 0;
}
.campaign_note2 {
	text-indent: -2.5rem;
	margin-left: 2.5rem;
}
.campaign_note2 span:first-child {
	display: inline-block;
	width: 2.5rem;
	text-indent: 0;
}
.campaign_note3 {
	text-indent: -2.9rem;
	margin-left: 2.9rem;
}
.campaign_note3 span:first-child {
	display: inline-block;
	width: 2.9rem;
	text-indent: 0;
}
.campaign_txt {
	margin: 1.4rem 0 .2rem;
}
.campaign_detail .green {
	color: #246852;
	font-weight: bold;
}
.campaign_detail .orange {
	color: #f26522;
	font-weight: bold;
}
.campaign_detail .mt0 {
	margin-top: 0;
}
.campaign_detail .mt5 {
	margin-top: .5rem;
}
.campaign_detail .mt10 {
	margin-top: 1rem;
}
.campaign_detail .mt15 {
	margin-top: 1.5rem;
}
.campaign_detail .mt20 {
	margin-top: 2rem;
}
.campaign_detail .mt25 {
	margin-top: 2.5rem;
}
.campaign_detail .mt30 {
	margin-top: 3rem;
}
.campaign_detail .mt35 {
	margin-top: 3.5rem;
}
.campaign_detail .ml10 {
	margin-left: 1rem;
}
.campaign_txt a {
	text-decoration: underline;
	color: #246852;
	font-weight: bold;
}
.campaign_table {
	width: 49.1rem;
	margin: 2rem auto 2rem;
}
.campaign_more {
	width: 38rem;
	margin: 2.3rem auto 0;
}
.campaign_more a {
	display: block;
	background: #e6f8f2;
	border: .21rem solid #246852;
	border-radius: 3.3rem;
	text-align: center;
	font-weight: bold;
	font-size: 2.1rem;
	color: #246852;
	padding: 1.7rem 1rem 1.3rem;
}
.campaign_more a::after {
	content: '';
	display: block;
	width: .9rem;
	height: 1.6rem;
	background: url(../img/campaign_btn_arrow.svg) no-repeat left top / 100% auto;
	position: absolute;
	top: 0;
	bottom: .2rem;
	right: 2.5rem;
	margin: auto 0;
}
@media only screen and (min-width: 835px) {
	.campaign_btn:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 834px) {
	.campaign {
		margin-top: 5.4rem;
		padding: 3.2rem 0 4.4rem;
	}
	.campaign::before {
		height: 4.3rem;
		top: -4.1rem;
		background-image: url(../img/campaign_bg-sp.png);
	}
	.campaign h2 {
		margin: 0 auto 1.9rem;
	}
	.campaign h2 img {
		width: 32.55rem;
	}
	.campaign_item {
		width: 34.5rem;
		padding: 3.9rem 0 2.3rem;
	}
	.campaign_item::before {
		top: .5rem;
		left: .5rem;
		right: .5rem;
		bottom: .5rem;
		border-width: .21rem;
	}
	.campaign_item::after {
		width: 35.8rem;
		height: 19.9rem;
		background-image: url(../img/campaign_img_01-sp.png);
		top: -2rem;
		left: -1.4rem;
	}
	.campaign_plus + .campaign_item {
		padding-top: 3.7rem;
	}
	.campaign_plus + .campaign_item::after {
		width: 35.75rem;
		height: 21rem;
		background-image: url(../img/campaign_img_02-sp.png);
		top: -2.5rem;
		left: -1.4rem;
	}
	.campaign_plus {
		width: 5.6rem;
		height: 5.6rem;
		margin: 1.5rem auto;
	}
	.campaign_item h3 {
		width: 28.3rem;
		left: .4rem;
		margin: 0 auto 1.5rem;
	}
	.campaign_plus + .campaign_item h3 {
		width: 31rem;
		left: auto;
	}
	.campaign_item dl {
		margin: 0 1.2rem 1.3rem;
	}
	.campaign_plus + .campaign_item dl {
		justify-content: flex-start;
		width: 30rem;
		margin: 0 auto 1.3rem;
	}
	.campaign_item dt {
		width: 8.1rem;
		height: 2rem;
		display: flex;
		justify-content: center;
		align-items: center;
		background: #246852;
		overflow: hidden;
		margin-left: 0;
	}
	.campaign_plus + .campaign_item dt {
		width: 10.5rem;
	}
	.campaign_item dd {
		padding: .2rem 0 0 .8rem;
		letter-spacing: -.06rem;
		font-feature-settings: normal;
		font-size: 1.35rem;
	}
	.campaign_btn {
		width: 31rem;
		border-radius: .2rem;
		font-size: 1.2rem;
		padding: 1.1rem 0 .8rem;
	}
	.campaign_btn::after {
		width: 1.6rem;
		height: 1.6rem;
		right: .9rem;
	}
	.campaign_btn span {
		font-size: .8rem;
	}
	.campaign_detail {
		font-size: 1.2rem;
		padding-top: .7rem;
		margin: 0 1.3rem .7rem 1.6rem;
		line-height: 1.4;
		letter-spacing: 0;
	}
	.campaign_note3 {
		text-indent: -2.5rem;
		margin-left: 2.5rem;
	}
	.campaign_note3 span:first-child {
		width: 2.5rem;
		text-indent: 0;
	}
	.campaign_txt {
		margin: 1.6rem 0 .2rem;
		font-feature-settings: normal;
		letter-spacing: -.01em;
	}
	.campaign_txt > span {
		display: inline-block;
		margin: 0 -1rem 0 -.5rem;
	}
	.campaign_txt > span span {
		letter-spacing: -.1em;
	}
	.campaign_detail .mt15 {
		margin-top: 1rem;
	}
	.campaign_detail .mt30 {
		margin-top: 1.5rem;
	}
	.campaign_table {
		width: 30.6rem;
		margin: 1.3rem auto 1rem;
	}
	.campaign_more {
		width: 27.2rem;
		margin: 2.9rem auto 2rem;
	}
	.campaign_more a {
		border-radius: 2.3rem;
		font-size: 1.5rem;
		padding: .9rem;
		border-width: .1rem;
	}
	.campaign_more a::after {
		width: .7rem;
		height: 1.2rem;
		right: 1.8rem;
	}
	.campaign_detail .ml10 {
		margin-left: .5rem;
	}
}
@media only screen and (min-width: 835px) {
	.campaign_pic_mt30 {
		margin-top: 3rem;
	}
}

/*what
----------------------------------------*/
.what {
	padding: 9.9rem 0 0;
	background: #f4fadf;
}
.what h2 {
	margin-bottom: 3.5rem;
}
.what h2 img {
	width: 53rem;
	margin: 0 auto;
}
.what_txt {
	text-align: center;
	font-size: 3rem;
	padding-left: .5rem;
	letter-spacing: .03em;
	font-weight: bold;
	line-height: 1.45;
}
.what_img {
	width: 55.3rem;
	margin: 1.5rem auto 7rem;
}
.what_example {
	background: #37987b;
	padding: 7.7rem 2rem .7rem;
}
.what_example::after {
	content: '';
	display: block;
	position: absolute;
	left: 0;
	right: 0;
	bottom: -11.2rem;
	height: 11.4rem;
	background: url(../img/what_bg.png) no-repeat center bottom / 100% 100%;
}
.what_example_arrow {
	width: 28.4rem;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -1.2rem;
}
.what_example h3 {
	text-align: center;
	font-size: 3.165rem;
	font-weight: bold;
	margin-bottom: 2.2rem;
	color: #fff5a0;
}
.what_example h3 > span {
	font-size: 4rem;
	letter-spacing: -.02em;
}
.what_example h3 > span span {
	font-size: 6.365rem;
	vertical-align: -.2rem;
}
.what_example ul {
	width: 86rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.what_example ul li {
	width: 40rem;
	background: #fff;
	border-radius: 1rem 1rem .5rem .5rem;
	padding: 0 0 1rem;
}
.what_example ul li:nth-child(2) {
	background: #fffad2;
}
.what_example ul li h4 {
	background: #9d9fa2;
	text-align: center;
	font-size: 2.4rem;
	color: #fff;
	padding: .9rem 1rem .7rem;
	border-radius: .5rem .5rem 0 0;
}
.what_example ul li:nth-child(2) h4 {
	background: #f26522;
}
.what_example ul li h5 {
	text-align: center;
	font-size: 2.4rem;
}
.what_example ul li h5 > span {
	font-size: 3.723rem;
	color: #37987b;
	margin-left: .5rem;
	vertical-align: -.6rem;
}
.what_example ul li:nth-child(2) h5 > span {
	color: #f26522;
	font-size: 4.095rem;
}
.what_example ul li h5 > span > span {
	font-size: 5.563rem;
}
.what_example ul li:nth-child(2) h5 > span > span {
	font-size: 6.125rem;
}
.what_example_img {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.what_example_img figure {
	width: 11.8rem;
	margin: .2rem 1.7rem 0 0;
}
li:nth-child(2) .what_example_img figure {
	width: 9.5rem;
	margin: -.5rem 2.2rem 0 1rem;
}
.what_example_txt {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	flex: 1;
}
li:nth-child(2) .what_example_txt {
	line-height: 1.4;
	margin-top: -.5rem;
}
li:nth-child(2) .what_example_txt span {
	color: #f26522;
}
@media only screen and (max-width: 834px) {
	.what {
		padding: 5.1rem 0 0;
	}
	.what_inner {
		width: auto;
	}
	.what h2 {
		margin-bottom: 2.2rem;
	}
	.what h2 img {
		width: 22.45rem;
	}
	.what h2::after {
		margin-top: .5rem;
		height: 2.5rem;
		width: 33.5rem;
	}
	.what_txt {
		font-size: 1.9rem;
		line-height: 1.4;
	}
	.what_img {
		width: 34.5rem;
		margin: 1.4rem auto 3.7rem;
	}
	.what_example {
		padding: 4.7rem 2rem 2.6rem;
	}
	.what_example::after {
		bottom: -3.7rem;
		height: 3.8rem;
		background-image: url(../img/what_bg-sp.png);
	}
	.what_example_arrow {
		width: 17.5rem;
		top: -1.3rem;
	}
	.what_example h3 {
		font-size: 1.9385rem;
		margin: 0 -1rem .2rem;
	}
	.what_example h3 > span {
		font-size: 2.3rem;
	}
	.what_example h3 > span span {
		font-size: 3.9rem;
	}
	.what_example ul {
		width: auto;
	}
	.what_example ul li {
		width: 16rem;
		border-radius: .4rem .4rem .25rem .25rem;
		padding: 0 0 1.5rem;
	}
	.what_example ul li h4 {
		font-size: 1.2rem;
		border-radius: .25rem .25rem 0 0;
		line-height: 1.2;
		height: 3.65rem;
		padding: 0;
		margin-bottom: 1.2rem;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.what_example ul li h5 {
		font-size: 1.3575rem;
		line-height: 1.1;
	}
	.what_example ul li h5 > span {
		display: block;
		font-size: 2.327rem;
		margin-left: .5rem;
	}
	.what_example ul li:nth-child(2) h5 > span {
		font-size: 2.5595rem;
	}
	.what_example ul li h5 > span > span {
		font-size: 3.48rem;
	}
	.what_example ul li:nth-child(2) h5 > span > span {
		font-size: 3.828rem;
	}
	.what_example_img {
		flex-direction: column
	}
	.what_example_img figure {
		order: -1;
		width: 7.4rem;
		margin: 1rem auto 0;
		left: .8rem;
	}
	li:nth-child(2) .what_example_img figure {
		width: 5.9rem;
		margin: .6rem auto 0;
		left: 0;
	}
	.what_example_txt {
		font-size: 1.35rem;
		margin-top: 3rem;
	}
	li:nth-child(2) .what_example_txt {
		margin-top: 1.3rem;
		line-height: 1.32;
	}
}

/*point
----------------------------------------*/
.point {
	padding: 11.6rem 2rem 6.2rem;
}
.point h2 {
	width: 52.1rem;
	margin: 0 auto 3.7rem;
}
.point h3 {
	width: 80rem;
	margin: 0 auto 3.4rem;
	background: #37987b;
	border-radius: .5rem;
	font-size: 3rem;
	color: #fff5a0;
	padding: 1rem 1rem .5rem;
	letter-spacing: .05em;
	text-align: center;
}
.point_list {
	width: 80rem;
	margin: 0 auto 4.6rem;
}
.point_list li {
	display: flex;
	align-items: center;
	font-size: 3.24rem;
	font-weight: bold;
}
.point_list li + li {
	margin-top: 1.75rem;
}
.point_list li img {
	width: 8.3rem;
}
.point_list li:first-child img {
	width: 8.2rem;
}
.point_list li p {
	flex: 1;
	padding: .2rem 0 0 2.2rem;
	letter-spacing: .015em;
}
.point_list li:nth-child(2) p {
	letter-spacing: -.02em;
}
.point_list li p > span:first-child {
	font-size: 4.752rem;
	color: #37987b;
	vertical-align: -.2rem;
}
.point h4 {
	font-size: 2.4rem;
	text-align: center;
	letter-spacing: .02em;
	margin-bottom: .9rem;
}
.point_table {
	width: 87.2rem;
	margin: 0 auto;
}
.point_note {
	width: 87.2rem;
	margin: .6rem auto 2.8rem;
	font-size: 1.4rem;
	letter-spacing: .03em;
}
.point_item {
	width: 86.5rem;
	margin: 0 auto;
	display: flex;
	align-items: center;
}
.point_item + .point_item {
	margin-top: 6.5rem;
}
.point_item:last-child {
	margin-top: 5.9rem;
}
.point_item_txt {
	width: 39.5rem;
	display: flex;
	align-items: center;
}
.point_item:nth-last-child(2) .point_item_txt {
	padding-bottom: 5.6rem;
}
.point_item:last-child .point_item_txt {
	padding-top: 1rem;
}
.point_item_txt img {
	width: 9.9rem;
}
.point_item:nth-last-child(2) .point_item_txt img,
.point_item:last-child .point_item_txt img {
	width: 9.5rem;
	margin-bottom: .6rem;
}
.point_item_txt p {
	flex: 1;
	padding-left: 2rem;
	font-size: 2.88rem;
	line-height: 1.4;
	letter-spacing: .02em;
	font-weight: bold;
}
.point_item:nth-last-child(3) .point_item_txt p {
	padding-top: 1rem;
}
.point_item_txt p > span:first-child {
	font-size: 4.32rem;
	color: #37987b;
	line-height: 1.15;
	margin-bottom: .3rem;
	display: inline-block;
}
.point_item_img {
	flex: 1;
}
.point_item_note {
	line-height: 1.3;
	margin: .5rem 0 0 1em;
	text-indent: -1em;
	letter-spacing: .043em;
}
@media only screen and (max-width: 834px) {
	.point {
		padding: 6.7rem 2rem 5rem;
	}
	.point h2 {
		width: 27.7rem;
		margin: 0 auto 2.7rem;
	}
	.point h3 {
		width: 33.5rem;
		margin: 0 auto 2.3rem;
		border-radius: .25rem;
		font-size: 1.939rem;
		padding: .4rem 1rem;
	}
	.point_list {
		width: 33.5rem;
		margin: 0 auto 2.5rem;
		font-feature-settings: normal;
	}
	.point_list li {
		font-size: 1.8rem;
		line-height: 1.2;
	}
	.point_list li + li {
		margin-top: 1.95rem;
	}
	.point_list li img,
	.point_list li:first-child img {
		width: 5.3rem;
	}
	.point_list li p {
		padding: .2rem 0 0 1.8rem;
		margin-right: -2.5rem;
		letter-spacing: -.02em;
	}
	.point_list li:nth-child(2) p {
		letter-spacing: -.03em;
	}
	.point_list li:nth-child(2) p > span:last-child {
		margin-left: -.9rem;
	}
	.point_list li:nth-child(2) p > span:last-child span {
		margin: 0 -.7rem;
	}
	.point_list li p > span:first-child {
		font-size: 2.7rem;
	}
	.point h4 {
		font-size: 1.3rem;
		margin-bottom: .5rem;
	}
	.point_table {
		width: auto;
		margin-right: -2rem;
		overflow: auto;
		padding-bottom: 1.3rem;
	}
	.point_table img {
		max-width: none;
		width: 54.5rem;
		margin-right: 2rem;
	}
	.point_note {
		width: auto;
		margin: 0 .5rem 2.8rem;
		font-size: 1rem;
	}
	.point_item {
		width: auto;
		display: block;
	}
	.point_item + .point_item {
		margin-top: 4.8rem;
	}
	.point_item:last-child {
		margin-top: 4rem;
	}
	.point_item_txt {
		width: auto;
		margin-bottom: 2.1rem;
	}
	.point_item:nth-last-child(2) .point_item_txt {
		padding-bottom: 0;
		margin-bottom: 1.8rem;
	}
	.point_item:last-child .point_item_txt {
		margin-bottom: .4rem;
	}
	.point_item_txt img {
		width: 5.8rem;
	}
	.point_item:nth-last-child(2) .point_item_txt img,
	.point_item:last-child .point_item_txt img {
		width: 5.8rem;
	}
	.point_item_txt p {
		padding-left: 1rem;
		font-size: 1.8rem;
		line-height: 1.18;
		font-feature-settings: normal;
	}
	.point_item:nth-last-child(3) .point_item_txt p {
		padding-top: 0;
	}
	.point_item:nth-last-child(2) .point_item_txt p,
	.point_item:last-child .point_item_txt p {
		padding-left: 1rem;
		line-height: 1.18;
	}
	.point_item:nth-last-child(2) .point_item_txt p {
		margin-right: -1rem;
	}
	.point_item:nth-last-child(2) .point_item_txt p > span:last-child {
		margin-left: -.9rem;
		letter-spacing: -.03em;
	}
	.point_item:nth-last-child(2) .point_item_txt p > span:last-child span {
		margin: 0 -.7rem;
	}
	.point_item_txt p > span:first-child {
		font-size: 2.7rem;
		margin-bottom: 0;
	}
	.point_item:nth-last-child(2) .point_item_txt p > span:first-child,
	.point_item:last-child .point_item_txt p > span:first-child {
		font-size: 2.7rem;
	}
	.point_item_note {
		font-size: 1rem;
		margin: 1rem 0 0 1em;
	}
}

/*best
----------------------------------------*/
.best {
	background: #f4fadf;
	margin-bottom: 3.2rem;
}
.best h2 {
	margin: 0 auto 3.6rem;
	padding: 4.4rem 0 4.5rem;
	background: #246852;
}
.best h2 img {
	width: 68.4rem;
	margin: 0 auto;
}
.best_txt {
	text-align: center;
	font-size: 2.6rem;
	font-weight: bold;
	margin-bottom: 2.8rem;
}
.best_item {
	width: 82rem;
	margin: 0 auto;
	background: #fff;
	padding: 0 0 2.9rem;
	border-radius: .5rem;
	display: flex;
	justify-content: center;
	align-items: flex-start;
	flex-wrap: wrap;
}
.best_item + .best_item {
	margin-top: 3rem;
}
.best_item h3 {
	width: 100%;
	background: #37987b;
	color: #fff;
	text-align: center;
	font-size: 3rem;
	padding: .7rem;
	margin: 0 auto 3.5rem;
	letter-spacing: .05em;
}
.best_item + .best_item h3 {
	border-radius: .5rem;
}
.best_item h4 {
	width: 100%;
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: -.02em;
	margin-bottom: 1rem;
}
.best_item_2023,
.best_item_2024 {
	width: 32rem;
	line-height: 1.3;
	background: #dcb663;
	color: #fff;
	font-weight: bold;
	font-size: 2.4rem;
	text-align: center;
	padding: 1.6rem 1rem .7rem;
}
.best_item_2024 {
	background: #37987b;
	color: #fff5a0;
	margin-left: 4rem;
}
.best_item_2023 span,
.best_item_2024 span {
	font-size: 4rem;
	vertical-align: -.4rem;
}
.best_item_2024::before {
	content: '＋';
	display: block;
	width: 6.6rem;
	height: 6.6rem;
	line-height: 1.23;
	text-shadow: .05rem 0 0 #37987b, -.05rem 0 0 #37987b, 0 .05rem 0 #37987b, 0 -.05rem 0 #37987b;
	border-radius: 3.3rem;
	background: #fff;
	border: .3rem solid #37987b;
	font-size: 5.376rem;
	color: #37987b;
	font-weight: bold;
	box-sizing: border-box;
	position: absolute;
	top: 0;
	bottom: 0;
	left: -5.4rem;
	margin: auto 0;
}
.best_item_total {
	width: 100%;
	margin: .5rem auto 0;
	text-align: center;
}
.best_item_total > span {
	font-size: 3.168rem;
	font-weight: bold;
	color: #f26522;
	padding-bottom: .6rem;
	background: linear-gradient(transparent 60%, #fff288 60%);
}
.best_item_total > span span {
	font-size: 5.28rem;
	vertical-align: -.2rem;
}
.best_item_note {
	margin-top: 1.5rem;
	line-height: 1.35;
	letter-spacing: .025em;
	padding-left: 1em;
	text-indent: -1em;
}
.best_item_txt {
	font-size: 2.4rem;
	margin-top: -1.4rem;
}
@media only screen and (max-width: 834px) {
	.best {
		margin-bottom: 1.1rem;
	}
	.best h2 {
		margin: 0 auto 1.5rem;
		padding: 2.2rem 0 1.6rem;
	}
	.best h2 img {
		width: 21.1rem;
	}
	.best_txt {
		font-size: 1.7rem;
		margin-bottom: .9rem;
	}
	.best_item {
		width: 33.5rem;
		padding: 0 0 1.3rem;
		border-radius: .25rem;
	}
	.best_item + .best_item {
		margin-top: 1.6rem;
	}
	.best_item h3 {
		font-size: 1.9rem;
		line-height: 1.2;
		padding: .9rem .5rem .5rem;
		border-radius: .25rem .25rem 0 0;
		margin-bottom: 1.6rem;
	}
	.best_item + .best_item h3 {
		border-radius: .25rem .25rem 0 0;
	}
	.best_item h4 {
		font-size: 1.5rem;
		margin-bottom: .5rem;
	}
	.best_item_2023,
	.best_item_2024 {
		width: 12.6rem;
		line-height: 1.2;
		font-size: 1.5rem;
		padding: 1rem 0;
	}
	.best_item_2024 {
		width: 17.4rem;
		margin-left: 1.4rem;
	}
	.best_item_2023 span,
	.best_item_2024 span {
		font-size: 2.5rem;
		vertical-align: -.2rem;
	}
	.best_item_2024::before {
		width: 3rem;
		height: 3rem;
		border-radius: 1.5rem;
		border-width: .15rem;
		font-size: 2.4rem;
		left: -2.2rem;
	}
	.best_item_total {
		margin: .2rem auto 0;
	}
	.best_item_total > span {
		font-size: 1.98rem;
	}
	.best_item_total > span span {
		font-size: 3.3rem;
	}
	.best_item_note {
		font-size: 1rem;
		margin: .8rem 1rem 0;
	}
	.best_item_txt {
		font-size: 1.5rem;
		text-align: center;
		margin-top: -.2rem;
		padding-bottom: .6rem;
	}
}

/*other
----------------------------------------*/
.other {
	padding: 8.4rem 2rem 18.5rem;
}
.other h2 {
	width: 80rem;
	margin: 0 auto;
	background: #246852;
	text-align: center;
	font-size: 3.8rem;
	letter-spacing: .02em;
	padding: 2.4rem 2rem 2rem;
	border-radius: .5rem;
	color: #fff;
	cursor: pointer;
}
.other h2::after {
	content: '';
	display: block;
	width: 4.9rem;
	height: 4.9rem;
	border-radius: 2.5rem;
	background: #fff;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 4.5rem;
	margin: auto 0;
}
.other h2 span {
	position: static;
}
.other h2 span::before,
.other h2 span::after {
	content: '';
	display: block;
	width: 3rem;
	height: .4rem;
	background: #246852;
	position: absolute;
	top: 0;
	bottom: 0;
	right: 5.4rem;
	margin: auto 0;
	z-index: 10;
}
.other h2 span::after {
	transform: rotate(90deg);
	transition: all 0.3s;
}
.other h2.open span::after {
	transform: rotate(90deg) scale(0);
}
.other_contents {
	width: 80rem;
	margin: 0 auto;
	padding-top: 2.7rem;
	display: none;
}
.other_txt {
	font-size: 2.4rem;
	padding: 0 1rem 4.8rem 1.2rem;
	line-height: 1.75;
	letter-spacing: .04em;
}
.other_txt span {
	color: #37987b;
	font-weight: bold;
}
.other_contents h4 {
	background: #37987b;
	color: #fff;
	font-size: 3.2rem;
	border-radius: .5rem;
	text-align: center;
	padding: 1.5rem 1rem 1.1rem;
	margin-bottom: 2rem;
}
.other_item {
	padding-bottom: 6.6rem;
}
.other_item:last-child {
	padding-bottom: 0;
}
.other_item_txt {
	font-size: 2.4rem;
	padding: 0 1.2rem;
	letter-spacing: .05em;
	line-height: 1.7;
}
.other_note {
	padding: .2rem 1.2rem 0;
	letter-spacing: .02em;
}
.other_item .other_note:last-child {
	margin-top: 2.6rem;
}
.other_img {
	width: 60.7rem;
	margin: 4.1rem auto 0;
}
.other_item + .other_item .other_img {
	margin: 3.8rem auto 2.5rem;
}
@media only screen and (max-width: 834px) {
	.other {
		padding: 3.6rem 2rem 8rem;
	}
	.other h2 {
		width: 33.5rem;
		font-size: 1.9rem;
		padding: 1.7rem 4rem 1.5rem 2rem;
		border-radius: .25rem;
	}
	.other h2::after {
		width: 2.5rem;
		height: 2.5rem;
		border-radius: 1.25rem;
		right: 1rem;
	}
	.other h2 span::before,
	.other h2 span::after {
		width: 1.5rem;
		height: .2rem;
		right: 1.5rem;
	}
	.other_contents {
		width: 30rem;
		padding-top: 1rem;
	}
	.other_txt {
		font-size: 1.5rem;
		padding: 0 0 1.2rem;
		line-height: 1.7;
	}
	.other_contents h4 {
		font-size: 1.6rem;
		border-radius: .25rem;
		padding: .8rem 1rem .6rem;
		margin-bottom: .9rem;
	}
	.other_item {
		padding-bottom: 3rem;
	}
	.other_item:last-child {
		padding-bottom: 0;
	}
	.other_item_txt {
		font-size: 1.5rem;
		padding: 0;
	}
	.other_note {
		font-size: 1rem;
		line-height: 1.3;
		padding: .2rem 0 0;
		margin-left: 1em;
		text-indent: -1em;
	}
	.other_img {
		width: 30.5rem;
		margin: 1.3rem auto 0;
		left: -.4rem;
	}
	.other_item + .other_item .other_img {
		margin: 1.3rem auto 1.5rem;
	}
	.other_item .other_note:last-child {
		margin-top: 1.6rem;
	}
}

/*recommend
----------------------------------------*/
.recommend {
	margin-top: 16rem;
	padding: 5.8rem 2rem 10rem;
	background: #246852;
}
.recommend::before {
	content: '';
	display: block;
	height: 11.7rem;
	position: absolute;
	top: -11.6rem;
	left: 0;
	right: 0;
	background: url(../img/recommend_bg.png) no-repeat center top / 100% 100%;
}
.recommend h2 {
	margin-bottom: 9.8rem;
}
.recommend h2 img {
	width: 84.2rem;
	margin: 0 auto;
}
.recommend h2::after {
	width: 84.8rem;
	height: 4.8rem;
	margin-top: 1.9rem;
}
.recommend_item {
	width: 96rem;
	margin: 0 auto;
	background: #fff;
	border-radius: .5rem;
	padding: .1rem 0 5.4rem;
}
.recommend_item + .recommend_item {
	margin-top: 11.9rem;
}
.recommend_note {
	max-width: 80rem;
	margin: 2rem auto 0;
	font-size: 1.4rem;
	padding-left: 1em;
	text-indent: -1em;
}
.recommend_note a {
	font-weight: bold;
}
.recommend_item h3 {
	background: #dce951;
	text-align: center;
	color: #246852;
	font-size: 4rem;
	margin: -5.1rem 4.6rem 0;
	padding: 3.5rem 2rem 3.4rem;
	letter-spacing: .04em;
	border-radius: .5rem;
}
.recommend_item + .recommend_item h3 {
	margin-top: -5.8rem;
}
.recommend_item_img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 4.9rem 0 2.5rem;
}
.recommend_item_img p {
	font-size: 3.5rem;
	letter-spacing: .04em;
	line-height: 1.45;
	font-weight: bold;
}
.recommend_item_img p span {
	background: linear-gradient(transparent 60%, #fff288 60%);
}
.recommend_item_img figure {
	margin-left: 4.5rem;
}
.recommend_item_img figure img {
	width: 15.9rem;
	margin: 0 auto 1.3rem;
}
.recommend_item_img figure figcaption {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .03em;
}

.recommend_example h4 {
	width: 17.5rem;
	text-align: center;
	background: #f26522;
	color: #fff;
	font-size: 3rem;
	border-radius: 2.1rem;
	margin: 0 auto 2.8rem;
	padding: .3rem 0 0;
	line-height: 1.3;
}
.recommend_example p {
	text-align: center;
	font-size: 2.88rem;
	font-weight: bold;
	line-height: 1.3;
}
.recommend_example p::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.6rem 3rem 0;
	border-color: #c7c7c7 transparent transparent;
	margin: 2.7rem auto 0;
}
.recommend_example p > span {
	font-size: 3.84rem;
	color: #f26522;
	background: linear-gradient(transparent 60%, #fff288 60%);
}
.recommend_example p > span span {
	font-size: 4.8rem;
	vertical-align: -.2rem;
}
.recommend_example figure {
	width: 63.5rem;
	margin: 1.5rem auto 0;
}
.recommend_example ul.recommend_vpoint_note {
	margin: 3.2rem 1rem 0.5rem;
}
.recommend_example ul.recommend_vpoint_note li {
	margin-left: 1em;
    text-indent: -1em;
    line-height: 1.2;
    letter-spacing: .04em;
}

.recommend_card {
	width: 85rem;
	margin: 0 auto;
}
.recommend_card table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 3.9rem;
}
.recommend_card table thead th {
	background: #37987b;
	color: #fff;
	font-size: 2.08rem;
	line-height: 1.35;
	padding: 1rem 0 .8rem;
	font-weight: bold;
}
.recommend_card table thead th:first-child {
	width: 34.7rem;
}
.recommend_card table thead th:nth-child(2) {
	width: 16.5rem;
}
.recommend_card table thead th:nth-child(3) {
	width: 16.4rem;
}
.recommend_card table thead th:first-child {
	border-radius: 1rem 0 0 0;
}
.recommend_card table thead th:last-child {
	border-radius: 0 1rem 0 0;
	letter-spacing: -.025em;
}
.recommend_card table thead th + th {
	border-left: .2rem solid #fff;
}
.recommend_card table tbody td {
	background: #fff;
	border-top: .2rem solid #3ca477;
	text-align: center;
	font-weight: bold;
	font-size: 2.08rem;
	height: 7.4rem;
}
.recommend_card table tbody tr:nth-child(2n) td {
	background: #f4fadf;
}
.recommend_card table tbody tr:last-child td:first-child {
	border-radius: 0 0 0 1rem;
}
.recommend_card table tbody tr:last-child td:last-child {
	border-radius: 0 0 1rem 0;
}
.recommend_card table tbody tr:first-child td {
	border-top: 0;
}
.recommend_card table tbody td + td {
	border-left: .2rem solid #3ca477;
}
.recommend_card_sbi {
	display: flex;
	justify-content: center;
	align-items: center;
}
.recommend_card_sbi p {
	color: #f26522;
	line-height: 1.1;
}
.recommend_card_sbi p span {
	font-size: 2.64rem;
}
.recommend_card_sbi_icon {
	width: 6.1rem;
	height: 6.1rem;
	border-radius: 3.1rem;
	background: #f26522;
	color: #fff;
	font-size: 1.326rem;
	line-height: 1.2;
	padding-top: 1.5rem;
	margin-left: .3em;
	margin-right: -.5rem;
}
.recommend_card_sbi_icon span {
	font-size: 1.694rem;
}
.recommend_card_note {
	margin-top: .9rem;
	display: flex;
	justify-content: space-between;
	font-size: 1.4rem;
}
.recommend_vpoint {
	padding: 4.6rem 0 0;
	width: 82rem;
	margin: 0 auto;
}
.recommend_vpoint a.a-link {
	color: #108761;
    text-decoration: underline;
}
.recommend_vpoint p {
    font-size: 2rem;
}
.recommend_vpoint ul.notes {
	margin-left: 1em;
    text-indent: -1em;
    line-height: 1.2;
    letter-spacing: .04em;
    margin-top: 0.5rem;
    margin-bottom: 0.5rem;
}
.recommend_vpoint ul.notes li {
    text-indent: -1em;
    line-height: 1.2;
    letter-spacing: .04em;
}
.recommend_vpoint h4 {
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	color: #246852;
	margin-bottom: 3rem;
}
.recommend_vpoint table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 3.2rem;
}
.recommend_vpoint table th {
	background: #37987b;
	width: 18.5rem;
	color: #fff;
	font-size: 3rem;
	text-align: center;
	border-bottom: .2rem solid #fff;
	padding: 2rem 0 2.3rem;
	line-height: 1.3;
}
.recommend_vpoint table tr:first-child th {
	border-radius: 1rem 0 0;
}
.recommend_vpoint table tr:last-child th {
	border-radius: 0 0 0 1rem;
	line-height: 1.2;
}
.recommend_vpoint table td {
	background: #f4fadf;
	border-bottom: .2rem solid #37987b;
	font-size: 3rem;
	font-weight: bold;
	padding: 2rem 2rem 2.2rem;
	letter-spacing: .02em;
}
.recommend_vpoint table tr:nth-child(2) td {
	padding: 2.3rem 2rem 2.6rem;
}
.recommend_vpoint table tr:last-child th,
.recommend_vpoint table tr:last-child td {
	border-bottom: 0;
}
.recommend_vpoint table tr:last-child td {
	letter-spacing: 0;
}
.recommend_vpoint table .recommend_vpoint_note {
	font-weight: 500;
	font-size: 2rem;
	margin: .6rem 1.5rem 0 0;
	padding-left: 1em;
	text-indent: -1em;
}
.recommend_vpoint table .recommend_vpoint_note a {
	color: #3ca477;
}
.recommend_vpoint table .recommend_vpoint_note a[target="_blank"]::after {
	content: '';
	display: inline-block;
	width: 1.8rem;
	height: 1.8rem;
	background: url(../img/icon_external.svg) no-repeat left top / 100% auto;
}
.recommend_vpoint_new {
	width: 14.6rem;
	background: #fff288;
	color: #f26522;
	font-size: 3.9rem;
	text-align: center;
	display: block;
	margin: .5rem auto 1rem;
	padding: .3rem 0 .1rem;
	line-height: 1.3;
	letter-spacing: -.02em;
	border-radius: 2.8rem;
}
.recommend_vpoint ul.recommend_vpoint_note {
	margin: 3.2rem 1rem .5rem;
}
.recommend_vpoint ul.recommend_vpoint_note li {
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.2;
	letter-spacing: .04em;
}
.recommend_invest {
	width: 84.3rem;
	margin: 0 auto;
	padding: 3.8rem 0 0;
}
.recommend_invest p.recommend_invest_note2 {
	font-size: 2rem;
	margin-bottom: 0.5rem;
}
.recommend_invest span.color-red {
	font-size: 2rem;
	color: #b80513;
}
.recommend_invest a.a-link{
	color: #108761;
    text-decoration: underline;
}
.recommend_invest h4 {
	text-align: center;
	font-size: 4rem;
	color: #246852;
	letter-spacing: .04em;
	margin-bottom: 3rem;
}
.recommend_invest ul li {
	background: #f4fadf;
	border-radius: 1rem;
	padding: 3.5rem 0 4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
	margin-top: 2rem;
}
.recommend_invest ul li:nth-child(1) {
	margin-top: 3.2rem;
}
.recommend_invest ul li:nth-child(2) {
	padding-bottom: 5.7rem;
}
.recommend_invest ul li:nth-child(3) {
	padding-bottom: 2.5rem;
	margin-bottom: 2.5rem;
}
.recommend_invest ul li + li {
	margin-top: 2rem;
}
.recommend_invest ul li h5 {
	text-align: center;
	font-size: 3.4rem;
	color: #246852;
	letter-spacing: .03em;
	width: 100%;
	margin-bottom: 2.4rem;
}
.recommend_invest ul li p {
	width: 47.5rem;
	margin: .5rem 0 0 6rem;
	font-size: 2.6rem;
	line-height: 1.3;
	letter-spacing: .02em;
}
.recommend_invest ul li:nth-child(2) p {
	width: 61.3rem;
	padding-right: 3rem;
}
.recommend_invest ul li:nth-child(3) p {
	width: 60.3rem;
	letter-spacing: .025em;
	padding: 0 3.2rem 2rem 0;
}
.recommend_invest ul li figure {
	width: 20rem;
	margin-right: 5.6rem;
}
.recommend_invest ul li:nth-child(2) figure {
	width: 10.8rem;
	margin: 0 6rem 0 0;
}
.recommend_invest ul li:nth-child(3) figure {
	width: 8.2rem;
	margin: -.7rem 7.4rem 0 0;
}
.recommend_invest_note {
	padding: 0 .2rem;
	margin-left: 1.25em;
	text-indent: -1.25em;
	line-height: 1.3;
}
.recommend_invest_note a,
.recommend_note a {
	color: #108761;
	text-decoration: underline;
}
@media only screen and (max-width: 834px) {
	.recommend {
		margin-top: 6.8rem;
		padding: 3.8rem 2rem 5rem;
	}
	.recommend::before {
		height: 4rem;
		top: -3.9rem;
		background-image: url(../img/recommend_bg-sp.png);
	}
	.recommend h2 {
		margin-bottom: 7.2rem;
	}
	.recommend h2 img {
		width: 33.7rem;
	}
	.recommend_item {
		width: 33.5rem;
		border-width: .1rem;
		border-radius: .25rem;
		padding-bottom: 2rem;
	}
	.recommend_item + .recommend_item {
		padding-bottom: 2rem;
		margin-top: 7.4rem;
	}
	.recommend_note {
		max-width: 30.7rem;
		margin: 1rem auto 0;
		font-size: 1rem;
	}
	.recommend_item h3 {
		font-size: 2.5rem;
		line-height: 1.3;
		letter-spacing: -.05em;
		font-feature-settings: normal;
		padding: 1rem 0 .9rem;
		border-radius: .25rem;
		margin: -4.2rem 1.4rem 0;
	}
	.recommend_item + .recommend_item h3 {
		margin-top: -4.4rem;
	}
	.recommend_item h3 > span {
		letter-spacing: -.15em;
	}
	.recommend_item h3 > span span {
		margin: 0 -.3rem 0 -.5rem;
	}
	.recommend_item_img {
		margin: 3.5rem 0 .5rem;
	}
	.recommend_item_img p {
		font-size: 1.75rem;
		padding: 0 0 1.5rem 1rem;
	}
	.recommend_item_img figure {
		width: 9.4rem;
		margin-left: 1.5rem;
	}
	.recommend_item_img figure img {
		width: 8rem;
		position: relative;
		left: -.3rem;
		margin: 0 auto .8rem;
	}
	.recommend_item_img figure figcaption {
		font-size: .9rem;
		line-height: 1.3;
	}
	.recommend_example h4 {
		width: 8.8rem;
		font-size: 1.5rem;
		border-radius: 1.1rem;
		margin: 0 auto .6rem;
		padding: .1rem 0;
	}
	.recommend_example p {
		font-size: 1.8rem;
		line-height: 1.4;
		letter-spacing: -.04em;
	}
	.recommend_example p::after {
		border-width: 1.3rem 1.5rem 0;
		margin: 1.4rem auto 0;
	}
	.recommend_example p > span {
		font-size: 2.4rem;
	}
	.recommend_example p > span span {
		font-size: 3rem;
	}
	.recommend_example figure {
		width: 31.75rem;
    	margin: 1.3rem auto 0;
	}
	.recommend_example ul.recommend_vpoint_note {
    font-size: 1rem;
    margin: 1rem 0 0.2rem;
	}
	.recommend_example ul.recommend_vpoint_note li {
    margin-left: 1em;
    text-indent: -1em;
    line-height: 1.2;
    letter-spacing: .04em;
}
	.recommend_card {
		width: 30.85rem;
	}
	.recommend_card table {
		margin-top: 2.2rem;
	}
	.recommend_card table thead th {
		font-size: 1.3rem;
		padding: 1.2rem 0 1.1rem;
	}
	.recommend_card table thead th:first-child {
		width: 11.4rem;
	}
	.recommend_card table thead th:nth-child(2) {
		width: 5.5rem;
	}
	.recommend_card table thead th:nth-child(3) {
		width: 6.3rem;
	}
	.recommend_card table thead th:first-child {
		border-radius: .3rem 0 0 0;
	}
	.recommend_card table thead th:last-child {
		border-radius: 0 .3rem 0 0;
	}
	.recommend_card table thead th + th {
		border-left-width: .1rem;
	}
	.recommend_card table tbody td {
		border-top-width: .1rem;
		font-size: 1.3rem;
		height: 4.6rem;
		line-height: 1.4;
	}
	.recommend_card table tbody tr:last-child td:first-child {
		border-radius: 0 0 0 .3rem;
	}
	.recommend_card table tbody tr:last-child td:last-child {
		border-radius: 0 0 .3rem 0;
	}
	.recommend_card table tbody tr:first-child td {
		border-top: 0;
	}
	.recommend_card table tbody td + td {
		border-left-width: .1rem;
	}
	.recommend_card_sbi p span {
		font-size: 1.65rem;
	}
	.recommend_card_sbi_icon {
		width: 3.9rem;
		height: 3.9rem;
		border-radius: 2rem;
		font-size: .829rem;
		padding-top: 1rem;
		margin-left: .4rem;
		margin-right: -2.5rem;
	}
	.recommend_card_sbi_icon span {
		font-size: 1.059rem;
	}
	.recommend_card_note {
		margin-top: .7rem;
		display: block;
		line-height: 1.7;
		font-size: 1rem;
	}
	.recommend_vpoint {
		padding: 2.2rem 0 0;
		width: 30.7rem;
	}
	.recommend_vpoint h4 {
		font-size: 2.53rem;
		margin-bottom: 1.5rem;
	}
	.recommend_vpoint table th {
		width: 9.25rem;
		font-size: 1.5rem;
		border-bottom-width: .1rem;
		padding: 1rem 0 1.15rem;
	}
	.recommend_vpoint table tr:first-child th {
		border-radius: .25rem 0 0;
	}
	.recommend_vpoint table tr:last-child th {
		border-radius: 0 0 0 .25rem;
	}
	.recommend_vpoint table td {
		border-bottom-width: .1rem;
		font-size: 1.5rem;
		line-height: 1.45;
		padding: 1rem 1rem 1.1rem;
	}
	.recommend_vpoint table tr:nth-child(2) td {
		padding: 1rem 1rem 1rem;
	}
	.recommend_vpoint table tr:last-child th,
	.recommend_vpoint table tr:last-child td {
		border-bottom: 0;
	}
	.recommend_vpoint table tr:last-child td {
		height: 13.1rem;
	}
	.recommend_vpoint table .recommend_vpoint_note {
		font-size: 1rem;
		margin: .3rem .75rem 0 0;
	}
	.recommend_vpoint table .recommend_vpoint_note a[target="_blank"]::after {
		width: .9rem;
		height: .9rem;
	}
	.recommend_vpoint_new {
		width: 7.3rem;
		font-size: 1.95rem;
		margin: .25rem auto .5rem;
		padding: .15rem 0;
		border-radius: 1.4rem;
	}
	.recommend_vpoint p {
    	font-size: 1.5rem;
	}
	.recommend_vpoint ul.notes {
		font-size: 1rem;
    	margin: 0.5rem 0 0.5rem;
	}
	.recommend_vpoint ul.notes li {
    	margin-left: 1em;
    	text-indent: -1em;
    	line-height: 1.2;
    	letter-spacing: .04em;
}
	.recommend_vpoint ul.recommend_vpoint_note {
		font-size: 1rem;
		margin: 1rem 0 .2rem;
	}
	.recommend_invest {
		width: 30rem;
		padding: 2.2rem 0 0;
	}
	.recommend_invest p.recommend_invest_note2 {
    font-size: 1.5rem;
    margin-bottom: 0.5rem;
	}
	.recommend_invest span.color-red {
    font-size: 1.5rem;
    color: #b80513;
	}
	.recommend_invest h4 {
		font-size: 2.5rem;
		margin-bottom: 1.5rem;
	}
	.recommend_invest ul li {
		border-radius: .5rem;
		padding: 1.5rem 0 1.2rem;
	}
	.recommend_invest ul li:nth-child(2) {
		padding-bottom: 2rem;
	}
	.recommend_invest ul li:nth-child(3) {
		padding-bottom: 1.2rem;
		margin-bottom: 1.5rem;
	}
	.recommend_invest ul li + li {
		margin-top: 1.5rem;
	}
	.recommend_invest ul li h5 {
		font-size: 2rem;
		line-height: 1.3;
		margin-bottom: .7rem;
	}
	.recommend_invest ul li p {
		width: 14rem;
		margin: .5rem 0 0 1.6rem;
		font-size: 1.3rem;
		letter-spacing: .04em;
	}
	.recommend_invest ul li:nth-child(2) p {
		width: 17.3rem;
		padding-top: .2rem;
		padding-right: 0;
	}
	.recommend_invest ul li:nth-child(3) p {
		width: 20.9rem;
		padding: 0;
	}
	.recommend_invest ul li figure {
		width: 10rem;
		margin-right: 2rem;
		margin-top: -.2rem;
	}
	.recommend_invest ul li:nth-child(2) figure {
		width: 5.4rem;
		margin: -.7rem 2.5rem 0 0;
	}
	.recommend_invest ul li:nth-child(3) figure {
		width: 5.2rem;
		margin: -1.2rem 2rem 0 0;
	}
	.recommend_invest_note {
		font-size: 1rem;
		padding: 0 0 0rem 1.25em;
		margin: 0 -.6rem;
		line-height: 1.35;
	}
}

/*flow
----------------------------------------*/
.flow {
	padding: 8.3rem 2rem 6.8rem;
}
.flow_inner {
	width: 96.2rem;
	margin: 0 auto;
}
.flow h2 {
	width: 54.2rem;
	margin: 0 auto 3.9rem;
}
.flow h3 {
	width: 67.7rem;
	padding: 1.2rem 1rem .8rem;
	margin: 0 auto 3.5rem;
	background: #37987b;
	color: #fff;
	font-size: 3rem;
	border-radius: .5rem;
	letter-spacing: .05em;
	text-align: center;
}
.flow ol {
	margin: 0 1.4rem 3.6rem;
}
.flow li {
	display: flex;
	align-items: center;
}
.flow li + li {
	margin-top: 2.7rem;
}
.flow li + li::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.3rem 1.9rem 0;
	border-color: #c7c7c7 transparent transparent;
	position: absolute;
	top: .4rem;
	left: 27.7rem;
}
.flow li img {
	width: 20.5rem;
}
.flow_txt {
	flex: 1;
	padding: 6.4rem 0 0 3.1rem;
}
.flow_txt h4 {
	font-size: 3.6rem;
	line-height: 1.32;
	letter-spacing: .03em;
}
.flow li + li .flow_txt h4 {
	letter-spacing: .008em;
}
.flow_txt p {
	font-size: 2.34rem;
	margin-top: 1.2rem;
}
.flow_note {
	letter-spacing: .02em;
	color: #000;
}
.flow_note a {
	border-bottom: 1px solid #000;
}
@media only screen and (max-width: 834px) {
	.flow {
		padding: 4rem 1.5rem 2.5rem;
	}
	.flow_inner {
		width: auto;
	}
	.flow h2 {
		width: 32.85rem;
		margin: 0 auto 2rem;
	}
	.flow h3 {
		width: 33.5rem;
		line-height: 1.2;
		padding: 1.2rem .5rem;
		margin: 0 auto 1.5rem;
		font-size: 2.5rem;
		letter-spacing: 0;
		border-radius: .5rem;
	}
	.flow ol {
		margin: 0 0 2rem;
	}
	.flow li + li {
		margin-top: 2rem;
	}
	.flow li + li::before {
		border-width: 1.4rem 1.2rem 0;
		top: .5rem;
		left: 15.5rem;
	}
	.flow li img {
		width: 11.6rem;
	}
	.flow_txt {
		padding: 3.7rem 0 0 1.5rem;
	}
	.flow_txt h4 {
		font-size: 1.8rem;
		line-height: 1.4;
		letter-spacing: -.02em;
	}
	.flow li + li .flow_txt h4 {
		font-size: 2rem;
		top: .4rem;
	}
	.flow_txt p {
		font-size: 1.3rem;
		margin-top: .8rem;
		line-height: 1.4;
	}
	.flow_note {
		font-size: 1rem;
		padding: 0 .5rem;
		margin: 0;
	}
}

/*faq
----------------------------------------*/
.faq {
	background: #f5f8eb;
	padding: 6.8rem 2rem 4rem;
	margin-top: 6.5rem;
}
.faq h2 {
	font-size: 4rem;
	color: #246852;
	text-align: center;
	letter-spacing: .04em;
	margin-bottom: 3.8rem;
}
.faq h2::after {
	content: '';
	display: block;
	width: 108px;
	height: 4px;
	background: #246852;
	border-radius: 2px;
	margin: 19px auto 0;
}
.faq dl {
	font-size: 2.8rem;
	max-width: 954px;
	margin: 0 auto;
}
.faq dt {
	font-size: 2.4rem;
	font-weight: bold;
	color: #246852;
	padding-left: 7.5rem;
	letter-spacing: .04em;
	margin-bottom: 1.4rem;
	min-height: 6.6rem;
	display: flex;
	align-items: center;
}
.faq dt::before {
	content: '';
	display: block;
	width: 6.4rem;
	height: 6.4rem;
	background: url(../img/faq_icon.svg) no-repeat left top / 100% auto;
	position: absolute;
	left: 0;
	top: .2rem;
}
.faq dd {
	font-size: 1.8rem;
	color: #3e3e3e;
	line-height: 1.7;
	margin: 0 0 6rem -.5rem;
	letter-spacing: .01em;
}
.faq dd:last-child {
	margin-bottom: 0;
}
.faq dd a {
	border-bottom: 1px solid #000;
	transition: opacity .3s;
}
@media only screen and (min-width: 835px) {
	.faq dd a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 834px) {
	.faq {
		padding: 4rem 5.3333%;
		margin-top: 4.5rem;
	}
	.faq h2 {
		font-size: 3rem;
		margin-bottom: 1.8rem;
	}
	.faq h2::after {
		width: 5.4rem;
		height: .3rem;
		border-radius: .2rem;
		margin: 1.5rem auto 0;
	}
	.faq dt {
		font-feature-settings: normal;
		letter-spacing: -.03em;
		font-size: 1.7rem;
		padding-left: 4.5rem;
		margin-bottom: .8rem;
		display: -webkit-box;
		display: -ms-flexbox;
		display: flex;
		-webkit-box-align: center;
		-ms-flex-align: center;
		align-items: center;
		padding-top: .5rem;
	}
	.faq dt::before {
		width: 4.2rem;
		height: 4.2rem;
		top: 0;
	}
	.faq dt:nth-child(1):before {
		top: 0;
	}
	.faq dd {
		font-size: 1.5rem;
		line-height: 1.66;
		margin-bottom: 3.2rem;
		padding-left: 0;
	}
}

/*card
----------------------------------------*/
.card {
	position: fixed;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	width: 80rem;
	height: 33.7rem;
	background: #fff;
	border-radius: 1rem;
	box-shadow: 1rem 1rem 1rem rgba(0, 0, 0, .2);
	padding: 3.2rem 0 0;
	z-index: 1000;
	display: none;
}
.card_close {
	appearance: none;
	border: 0;
	background: none;
	padding: 0;
	width: 3.2rem;
	height: 3.2rem;
	position: absolute;
	top: 2rem;
	right: 2rem;
	cursor: pointer;
	transition: opacity .3s;
}
.card_close::before,
.card_close::after {
	content: '';
	display: block;
	width: .21rem;
	height: 4.3rem;
	background: #000;
	position: absolute;
	top: -.5rem;
	left: 1.5rem;
	transform: rotate(45deg);
}
.card_close::after {
	transform: rotate(-45deg);
}
.card h2 {
	width: 29.5rem;
	margin: 0 auto 2.3rem;
}
.card ul {
	width: 66.6rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.card ul li {
	width: 20rem;
}
.card ul li figure {
	width: 18.9rem;
	margin: 0 auto;
}
.card_btn {
	margin-top: 1.3rem;
}
.card_btn a {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 8.2rem;
	line-height: 1.3;
	background: #322f30;
	color: #fff;
	font-size: 1.6rem;
	text-align: center;
	font-weight: bold;
	border-radius: 1rem;
	padding-top: .4rem;
	border-bottom: .5rem solid #101010;
}
.card ul li:nth-child(2) .card_btn a {
	background: #ba941f;
	border-bottom-color: #80640c;
}
.card ul li:nth-child(3) .card_btn a {
	background: #003f2c;
	border-bottom-color: #001705;
}
@media only screen and (min-width: 835px) {
	.card_close:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 834px) {
	.card {
		width: 34.5rem;
		height: 32.9rem;
		box-shadow: .5rem .5rem .5rem rgba(0, 0, 0, .2);
		padding: 2.8rem 0 0;
	}
	.card_close {
		width: 2.3rem;
		height: 2.3rem;
		top: 1.2rem;
		right: 1.2rem;
	}
	.card_close::before,
	.card_close::after {
		width: .11rem;
		height: 3.1rem;
		top: -.4rem;
		left: 1.1rem;
	}
	.card h2 {
		width: 20.3rem;
		margin: 0 auto 1.5rem;
	}
	.card ul {
		width: 30.5rem;
		display: block;
	}
	.card ul li {
		width: auto;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.card ul li + li {
		margin-top: 1.75rem;
	}
	.card ul li figure {
		width: 10.3rem;
		margin: 0;
	}
	.card_btn {
		width: 18.8rem;
		margin-top: 0;
	}
	.card_btn a {
		height: 5.8rem;
		line-height: 1.15;
		font-size: 1.3rem;
		border-radius: .5rem;
		border-bottom-width: .3rem;
	}
	.card_btn a::after {
		content: '';
		display: block;
		width: .6rem;
		height: 1.1rem;
		background: url(../img/cta_icon_arrow.svg) no-repeat left top / 100% auto;
		position: absolute;
		top: 0;
		bottom: 0.4rem;
		right: .6rem;
		margin: auto 0;
	}
}

/*footer
----------------------------------------*/
.back-top {
	width: 100%;
	height: 4rem;
	background: #333;
	display: flex;
	align-items: center;
	justify-content: center;
}
@media screen and (max-width: 834px) {
	.back-top {
		height: 5.5rem;
	}
}
.back-top img {
	width: 1.8rem;
	height: 1rem;
}
@media screen and (max-width: 834px) {
	.back-top img {
		width: 2.2rem;
		height: auto;
	}
}

.inner {
	display: block;
	max-width: 97.4rem;
	margin: 0 auto;
}
#footer {
	background: #fff;
	padding-top: 3.8rem;
	padding-bottom: 15rem;
	color: #666;
	line-height: 1.4;
}
.back-top,
#footer a {
	text-decoration: none;
	transition: all .3s ease;
}
@media screen and (max-width: 834px) {
	.inner {
		margin: 0 1.8rem;
	}
	#footer {
		padding-top: 4rem;
		padding-bottom: 10rem;
	}
}

.ft-block {
	margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
	.ft-block {
		margin-bottom: 30px;
	}
}
.ft-block .item {
	margin-bottom: 3.6rem;
}
.ft-block .item:last-of-type {
	margin-bottom: 0;
}
.ft-block .item .ft-ttl {
	font-size: 1.7rem;
	font-weight: bold;
	margin-bottom: .5rem;
	color: #2b2b2b;
}
.ft-block .item .ft-content {
	font-size: 1.5rem;
	line-height: 1.65;
}
.ft-block .item .ft-content p {
	line-height: 1.73;
}
.ft-block .item .ft-content .list-dots li {
	color: #2b2b2b;
	position: relative;
	padding-left: 2.5rem;
}
.ft-block .item .ft-content .list-dots li:before {
	content: '●';
	font-weight: 900;
	position: absolute;
	top: 0;
	left: 0;
}
.ft-block .item .ft-content p + p,
.ft-block .item .ft-content ul + p {
	margin-top: 1.2rem;
}
.ft-block .item .ft-content a {
	color: #666;
	position: relative;
	display: inline-block;
}
.ft-block .item .ft-content a:hover {
	text-decoration: none;
}
.ft-block .item .ft-content a.move-l {
	margin-left: 2.5rem;
}
.ft-block .item .ft-content a:after {
	content: '';
	display: inline-block;
	width: 1.3rem;
	height: 1.3rem;
	background: url("../img/ico-link-gray.png") no-repeat center/cover;
	position: relative;
	top: .2rem;
	margin-left: .8rem;
}
.ft-block .item .ft-content a:before {
	content: '';
	display: block;
	width: 1.3rem;
	height: 1.2rem;
	background: url("../img/ico-link_check-gray.png") no-repeat center/cover;
	position: absolute;
	top: .5rem;
	left: -2.5rem;
}
.ft-block .item .ft-content .ft-link {
	color: #108761;
	text-decoration: underline !important;
}
@media screen and (max-width: 834px) {
	.ft-block .item .ft-content p {
		line-height: 1.67;
	}
}
.ft-block .item .ft-content a.moshitate {
	margin-bottom: 0;
}
.ft-block .item .ft-content a.tel {
	text-decoration: none;
	margin: 0;
	display: inline;
}
.ft-block .item .ft-content a.tel:after, .ft-block .item .ft-content a.tel:before {
	display: none;
}

.copyright {
	text-align: center;
	font-size: 1.2rem;
}
.footer_cta {
	width: 80rem;
	position: fixed;
	left: 0;
	right: 0;
	bottom: 1rem;
	margin: 0 auto;
	opacity: 0;
	pointer-events: none;
	transition: opacity .5s;
}
.footer_cta.show {
	opacity: 1;
	pointer-events: all;
}
.footer_cta a {
	border-bottom: 0;
	height: 10rem;
	padding-top: 1.2rem;
	line-height: 1.3;
	letter-spacing: .02em;
	font-size: 3.248rem;
}
.footer_cta a sub {
	font-size: 1.624rem;
	font-weight: normal;
	margin-left: .2rem;
	vertical-align: 0;
}
.footer_cta a > span {
	font-size: 2.11rem;
	line-height: 1.2;
}
.footer_cta a > span:last-child {
	font-size: 1.4rem;
	font-weight: normal;
	letter-spacing: .01em;
}
@media screen and (max-width: 834px) {
	.copyright {
		font-size: 1.3rem;
	}
	.footer_cta {
		width: 34.5rem;
	}
	.footer_cta a {
		height: 6.5rem;
		padding-top: .8rem;
		line-height: 1.2;
		font-size: 2rem;
	}
	.footer_cta a sub {
		font-size: .9rem;
		margin-left: .2rem;
	}
	.footer_cta a > span {
		font-size: 1.3rem;
		line-height: 1.2;
		margin-bottom: 0;
	}
	.footer_cta a > span:last-child {
		font-size: .9rem;
		margin-top: .4rem;
	}
	.footer_cta a::after {
		display: none;
	}
}

.cp-img-content{
	margin: 0 auto;
	width: 82rem;
}
@media screen and (max-width: 767px){
.cp-img-content{
	width: 34.5rem;
}
}

.text-center{
    text-align: center;
    margin-top: 30px;
}

.font-bold{
    font-weight: bold;
    font-size: 20px;
}

.col_White {
    color: #fff;
}
.slash {
    position: relative;
    display: inline-block;
    padding: 0 30px;
    margin-bottom: 10px;
}
@media screen and (max-width: 767px){
.slash {
    padding: 0 15px;
    margin-bottom: 10px;
	font-size: 15px;
}

.font-bold{
    font-size: 16px;
}
}

.slash:before {
    position: absolute;
    left: 0;
    top: 0;
    content: "";
    width: 2px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(-25deg);
}

.slash:after {
    position: absolute;
    content: "";
    right: 0;
    top: 0;
    width: 2px;
    height: 100%;
    background: #fff;
    border-radius: 3px;
    transform: rotate(25deg);
}
