@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: 0;
	right: 0;
	width: 40.559375%;
	margin: 2.5781% auto 0;
	z-index: 10;
}
@media only screen and (max-width: 834px) {
	.mainv {
		margin-bottom: -14.9rem;
	}
	.mainv h2 {
		width: 28.0422rem;
		left: 1.65rem;
		right: auto;
		margin: 1.95rem 0 0;
	}
}

/*cta
----------------------------------------*/
.cta a {
	width: 80rem;
	height: 10.7rem;
	border-radius: 5rem;
	border-bottom: .7rem solid #e15674;
	display: block;
	margin: 0 auto;
	background: linear-gradient(to right, #ee6e9c 0%,#f76f67 100%);
	color: #fff;
	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;
	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 2rem -.3rem;
}
.cta:not(.footer_cta) a > span::before {
	transform: rotate(-25deg);
	margin-right: 2rem;
}
.cta a sup {
	font-weight: 500;
	font-size: 1.3rem;
	position: relative;
	top: -1.5rem;
	margin-left: -2.7rem;
}
.cta_note {
	width: 73rem;
	margin: .2rem auto 0;
	font-size: 1.2rem;
	line-height: 1.4;
	letter-spacing: .02em;
}
.point + .cta a sup,
.flow + .cta a sup,
.footer_cta a sup {
	font-weight: 500;
	font-size: 1.3rem;
	position: relative;
	top: -1rem;
	margin-right: -1.5rem;
	margin-left: -.3rem;
}
@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: 10.35rem;
		font-size: 2.15rem;
		line-height: 1.2;
		padding-top: 1.3rem;
	}
	.cta a::after {
		width: 1.1rem;
		height: 1.7rem;
		right: 1.8rem;
	}
	.cta a > span {
		font-size: 1.5rem;
		margin-bottom: .6rem;
	}
	.cta:not(.footer_cta) a > span::before,
	.cta:not(.footer_cta) a > span::after {
		width: .15rem;
		height: 1.6rem;
		margin: 0 1.7rem -.3rem;
	}
	.cta:not(.footer_cta) a > span::before {
		margin-right: 2.5rem;
	}
	.cta a sup {
		font-size: .9rem;
		top: auto;
		margin-left: 0;
	}
	.point + .cta a sup,
	.flow + .cta a sup,
	.footer_cta a sup {
		font-size: .9rem;
		top: auto;
		margin-left: 0;
		margin-right: 0;
	}
	.cta_note {
		width: 33.5rem;
		margin: .4rem auto 0;
		font-size: 1rem;
	}
}

/*ttl_h2
----------------------------------------*/
.ttl_h2::after {
	content: '';
	display: block;
	width: 72.4rem;
	height: 3.8rem;
	margin: .8rem auto 0;
	background: url(../img/ttl_bg_01.svg) no-repeat left top / 100% 100%;
}
@media only screen and (max-width: 834px) {
	.ttl_h2::after {
		width: 31.2rem;
		height: 1.9rem;
		margin-top: 1.1rem;
	}
}

/*campaign
----------------------------------------*/
.campaign {
	padding: 4.5rem 2rem 2.6rem;
}
.campaign.pink {
	padding: 7rem 2rem 7.5rem;
	background: #fff;
}
.campaign h2 {
	margin: 0 auto 3rem;
}
.campaign h2::after {
	width: 48.1rem;
	height: 3rem;
	margin: 1.2rem auto 0;
}
.campaign h2 img {
	width: 47.778rem;
	margin: 0 auto;
}
.campaign ul {
	width: 88rem;
	margin: 0 auto;
}
.campaign ul li + li {
	margin-top: 3.5rem;
}
.campaign h3 {
	text-align: center;
	font-size: 2.4rem;
	letter-spacing: .02em;
	margin-bottom: .1rem;
}
@media only screen and (max-width: 834px) {
	.campaign {
		padding: 4rem 1.9rem 0;
	}
	.campaign.pink {
		padding: 3rem 2rem 4.2rem;
	}
	.campaign h2 {
		margin: 0 auto 1.3rem;
	}
	.campaign h2::after {
		width: 31.2rem;
		height: 1.9rem;
		margin-top: .6rem;
	}
	.campaign h2 img {
		width: 32.60155rem;
	}
	.campaign ul {
		width: auto;
	}
	.campaign ul li + li {
		margin-top: 2.5rem;
	}
	.campaign h3 {
		font-size: 1.8rem;
		letter-spacing: 0;
		margin-bottom: .4rem;
	}
}

/*what
----------------------------------------*/
.what {
	padding: 5.1rem 2rem 0;
}
.what_inner {
	width: 96rem;
	margin: 0 auto;
}
.what h2 {
	margin-bottom: 2.3rem;
}
.what h2 img {
	width: 66rem;
	margin: 0 auto;
}
.what h2::after {
	margin-top: 1.2rem;
	width: 67.3rem;
}
.what_txt {
	text-align: center;
	font-size: 3.2rem;
	font-weight: bold;
	line-height: 1.45;
}
.what_img {
	width: 60rem;
	margin: 2.4rem auto 9.7rem;
}
.what_example {
	background: linear-gradient(135deg, #fbf5ce 0%,#fef0f0 50%,#fce1f7 100%);
	padding: 3.8rem 2rem 2.9rem;
}
.what_example_arrow {
	width: 21.8rem;
	margin: 0 auto;
	position: absolute;
	left: 0;
	right: 0;
	top: -3.6rem;
}
.what_example h3 {
	text-align: center;
	font-size: 3.1rem;
	font-weight: bold;
	margin-bottom: 3.3rem;
}
.what_example h3 > span {
	font-size: 3.84rem;
	letter-spacing: -.02em;
	color: #ea6c99;
	background: linear-gradient(transparent 60%, #fff 60%);
}
.what_example h3 > span span {
	font-size: 6.24rem;
	vertical-align: -.2rem;
}
.what_example ul {
	width: 85.4rem;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.what_example ul li {
	width: 40rem;
	background: #fff;
	border-radius: 1rem;
	padding: 4.7rem 0 2rem;
}
.what_example ul li h4 {
	width: 31.8rem;
	background: #bf89b9;
	color: #fff;
	font-size: 2rem;
	text-align: center;
	border-radius: 2.4rem;
	position: absolute;
	top: -2.1rem;
	left: 0;
	right: 0;
	margin: 0 auto;
	padding: .9rem;
}
.what_example ul li:nth-child(2) h4 {
	background: #ea6c99;
}
.what_example_img {
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
}
.what_example_img p {
	font-size: 2.17rem;
	line-height: 1.15;
	font-weight: bold;
	padding-top: 1.5rem;
	left: -2.7rem;
}
.what_example_img p > span {
	font-size: 3.723rem;
	letter-spacing: -.05em;
	color: #bf89b9;
}
.what_example_img p > span span {
	font-size: 5.568rem;
	vertical-align: -.3rem;
}
.what_example_img figure {
	width: 8.6rem;
	margin-left: 1rem;
}
li:nth-child(2) .what_example_img figure {
	width: 9.5rem;
	left: 1.2rem;
}
li:nth-child(2) .what_example_img p > span {
	color: #ea6c99;
}
.what_example_txt {
	text-align: center;
	font-size: 2rem;
	font-weight: bold;
	line-height: 1.4;
	margin-top: 2.5rem;
}
li:nth-child(2) .what_example_txt {
	margin-top: 1.5rem;
	color: #ea6c99;
	line-height: 1.3;
}
li:nth-child(2) .what_example_txt span {
	background: linear-gradient(transparent 60%, #fff288 60%);
}
@media only screen and (max-width: 834px) {
	.what {
		padding: 3.7rem 0 0;
	}
	.what_inner {
		width: auto;
	}
	.what h2 {
		margin-bottom: 1.3rem;
	}
	.what h2 img {
		width: 29.35rem;
	}
	.what h2::after {
		margin-top: .5rem;
		height: 2.5rem;
		width: 33.5rem;
	}
	.what_txt {
		font-size: 1.9rem;
		line-height: 1.35;
	}
	.what_img {
		width: 29.9rem;
		margin: 1rem auto 5.5rem;
	}
	.what_example {
		background: linear-gradient(135deg, #fef3dc 0%,#fef0f0 50%,#fbcfd7 100%);
		padding: 2.5rem 2rem 2.6rem;
	}
	.what_example_arrow {
		width: 13.65rem;
		top: -2.25rem;
	}
	.what_example h3 {
		font-size: 1.939rem;
		margin: 0 -.5rem 2.5rem;
	}
	.what_example h3 > span {
		font-size: 2.4rem;
	}
	.what_example h3 > span span {
		font-size: 3.9rem;
	}
	.what_example ul {
		width: auto;
	}
	.what_example ul li {
		width: 16rem;
		border-radius: .5rem;
		padding: 1.8rem 0 1.5rem;
	}
	.what_example ul li h4 {
		width: 13.15rem;
		font-size: 1.2rem;
		border-radius: 3.65rem;
		top: -1.75rem;
		line-height: 1.2;
		height: 3.65rem;
		padding: 0;
		display: flex;
		justify-content: center;
		align-items: center;
	}
	.what_example_img {
		display: block;
	}
	.what_example_img p {
		font-size: 1.3575rem;
		left: auto;
		margin-bottom: .3rem;
	}
	.what_example_img p > span {
		font-size: 2.327rem;
	}
	.what_example_img p > span span {
		font-size: 3.48rem;
	}
	.what_example_img figure {
		width: 5.4rem;
		margin: 0 auto;
		left: .2rem;
	}
	li:nth-child(2) .what_example_img figure {
		width: 6rem;
		left: 0;
	}
	.what_example_txt {
		font-size: 1.35rem;
		margin-top: 3rem;
	}
	li:nth-child(2) .what_example_txt {
		margin-top: 1.5rem;
		line-height: 1.32;
	}
}

/*point
----------------------------------------*/
.point {
	padding: 5.3rem 2rem 6.8rem;
}
.point h2 {
	width: 52rem;
	margin: 0 auto 2rem;
}
.point h3 {
	width: 70rem;
	margin: 0 auto 3.4rem;
	background: #f088ad;
	border-radius: 1rem;
	font-size: 3rem;
	color: #fff;
	padding: 1rem 1rem .5rem;
	letter-spacing: .05em;
	text-align: center;
}
.point_list {
	width: 78.6rem;
	margin: 0 auto 4.6rem;
}
.point_list li {
	display: flex;
	align-items: center;
	font-size: 3.2rem;
	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: .005em;
	padding-left: 1.9rem;
}
.point_list li p span {
	font-size: 4rem;
	color: #ea6c99;
}
.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: 88.6rem;
	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: 41.7rem;
	display: flex;
	align-items: center;
}
.point_item:nth-last-child(2) .point_item_txt {
	padding-bottom: 5.6rem;
}
.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: 3.2rem;
	line-height: 1.2;
	letter-spacing: .02em;
	font-weight: bold;
}
.point_item:nth-last-child(2) .point_item_txt p,
.point_item:last-child .point_item_txt p {
	font-size: 3rem;
	line-height: 1.3;
}
.point_item:last-child .point_item_txt p {
	line-height: 1.4;
}
.point_item_txt p span {
	font-size: 4rem;
	color: #ea6c99;
}
.point_item:nth-last-child(2) .point_item_txt p span,
.point_item:last-child .point_item_txt p span {
	font-size: 3.85rem;
}
.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: 4.1rem 2rem 4rem;
	}
	.point h2 {
		width: 27.6rem;
		margin: 0 auto 2.7rem;
	}
	.point h3 {
		width: 33.5rem;
		margin: 0 auto 2.3rem;
		border-radius: .5rem;
		font-size: 1.939rem;
		padding: .4rem 1rem;
	}
	.point_list {
		width: 30rem;
		margin: 0 auto 2.5rem;
		font-feature-settings: normal;
	}
	.point_list li {
		font-size: 2rem;
		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 .6rem;
		margin-right: -2.5rem;
	}
	.point_list li:nth-child(2) p {
		letter-spacing: -.04em;
		padding-left: 0;
	}
	.point_list li p span {
		font-size: 2.5rem;
	}
	.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.5rem;
		font-size: 1rem;
	}
	.point_item {
		width: auto;
		display: block;
	}
	.point_item + .point_item {
		margin-top: 4.8rem;
	}
	.point_item:last-child {
		margin-top: 4.8rem;
	}
	.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: 1.4rem;
		font-size: 2.2rem;
		line-height: 1.18;
		font-feature-settings: normal;
	}
	.point_item:nth-last-child(2) .point_item_txt p,
	.point_item:last-child .point_item_txt p {
		font-size: 2.2rem;
		padding-left: 1rem;
		line-height: 1.18;
	}
	.point_item:nth-last-child(2) .point_item_txt p {
		padding-left: 0;
		letter-spacing: -.04em;
	}
	.point_item_txt p span {
		font-size: 2.75rem;
	}
	.point_item:nth-last-child(2) .point_item_txt p span,
	.point_item:last-child .point_item_txt p span {
		font-size: 2.75rem;
	}
	.point_item_note {
		font-size: 1rem;
		margin: 1rem 0 0 1em;
	}
}

/*recommend
----------------------------------------*/
.recommend {
	margin-top: 5.5rem;
	padding: 7.3rem 2rem 6.6rem;
	background: #fef1f5;
}
.recommend h2 {
	margin-bottom: 4.2rem;
}
.recommend h2 img {
	width: 80.6rem;
	margin: 0 auto;
}
.recommend h2::after {
	width: 84.8rem;
	height: 4.8rem;
	margin-top: 1.9rem;
}
.recommend_item {
	width: 96rem;
	margin: 0 auto;
	background: #fef1f5;
	border: .2rem solid #f088ad;
	border-radius: 1rem;
	padding-bottom: 3.5rem;
	background: #fff;
}
.recommend_item + .recommend_item {
	padding-bottom: 6.5rem;
	margin-top: 6rem;
}
.recommend_note {
	max-width: 80rem;
	margin: 2rem auto 0;
	font-size: 1.4rem;
	padding-left: 1em;
	text-indent: -1em;
}
.recommend_item h3 {
	background: #f088ad;
	color: #fff;
	font-size: 4.6rem;
	padding: .9rem 4.3rem .9rem 2rem;
	letter-spacing: .04em;
	border-radius: .5rem .5rem 0 0;
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 3.7rem;
}
.recommend_item:nth-of-type(3) h3 {
	padding: .9rem 2rem;
	gap: 2rem;
}
.recommend_item:nth-of-type(1) h3::after {
	content: '';
	display: block;
	width: 12rem;
	height: 8.5rem;
	background: url(../img/recommend_ttl_img_01.png) no-repeat left top / 100% auto;
	position: absolute;
	top: 6.5rem;
	right: 3.4rem;
}
.recommend_item:nth-of-type(1) .recommend_txt {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	margin: 1.2rem 0 0;
	letter-spacing: .05em;
}
.recommend_item:nth-of-type(1) .recommend_txt > span {
	font-size: 4rem;
	color: #ea6c99;
	background: linear-gradient(transparent 60%, #fff288 60%);
}
.recommend_item:nth-of-type(1) .recommend_txt > span > span {
	font-size: 4.3rem;
}
.recommend_item:nth-of-type(1) .recommend_txt > span > span span {
	font-size: 6.8rem;
	vertical-align: -.04em;
}
.recommend_item h3 img {
	width: 11rem;
}
.recommend_item_img {
	display: flex;
	justify-content: center;
	align-items: center;
	margin: 4.9rem 3rem 3rem 0;
}
.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: 7.5rem;
}
.recommend_item_img figure img {
	width: 23.3rem;
	margin: 0 auto 1.3rem;
}
.recommend_item_img figure figcaption {
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: .03em;
	position: absolute;
	left: calc(100% - 2rem);
	bottom: 1rem;
	white-space: nowrap;
}
.recommend_example h4 {
	width: 17.5rem;
	text-align: center;
	background: #f088ad;
	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: #f088ad transparent transparent;
	margin: 2.7rem auto 0;
}
.recommend_example p > span {
	font-size: 3.84rem;
	color: #ea6c99;
	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_card {
	width: 85rem;
	margin: 0 auto;
}
.recommend_card table {
	width: 100%;
	border-collapse: collapse;
	margin-top: 3.9rem;
}
.recommend_card table thead th {
	background: #3ca477;
	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: #f6fffb;
}
.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: #ea6c99;
	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: #ea6c99;
	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 h4 {
	text-align: center;
	font-size: 4rem;
	font-weight: bold;
	color: #3ca477;
	margin-bottom: 3.5rem;
}
.recommend_vpoint table {
	width: 100%;
	border-collapse: collapse;
}
.recommend_vpoint table th {
	background: #3ca477;
	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: #fffdec;
	border-bottom: .2rem solid #3ca477;
	font-size: 3rem;
	font-weight: bold;
	padding: 2rem 2rem 2.2rem;
	letter-spacing: .02em;
}
.recommend_vpoint table tr:nth-child(2) td {
	padding: 2rem 2rem 2.3rem;
}
.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;
	padding: 1.7rem 2rem;
}
.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;
	text-decoration: underline;
}
.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: #ea6c99;
	font-size: 3.9rem;
	text-align: center;
	display: block;
	margin: .5rem auto 1rem;
	padding: .3rem 0;
	line-height: 1.3;
	border-radius: 2.8rem;
}
.recommend_vpoint ul.recommend_vpoint_note {
	margin: 1.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 h4 {
	text-align: center;
	font-size: 4rem;
	color: #ea6c99;
	letter-spacing: .04em;
	margin-bottom: 3rem;
}
.recommend_invest h5 {
	font-size: 2rem;
	color: #ea6c99;
}
.recommend_invest ul li {
	background: #fffdec;
	border-radius: 1rem;
	padding: 3.5rem 0 4rem;
	display: flex;
	justify-content: space-between;
	align-items: center;
	flex-wrap: wrap;
}
.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: #ea6c99;
	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: 20.6rem;
	margin-right: 5.2rem;
}
.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.5rem 0 0;
}
.recommend_invest_note {
	padding: 0 .2rem;
	margin-left: 1.25em;
	text-indent: -1.25em;
	line-height: 1.3;
}
.recommend_txt_small {
	padding: 0 .2rem 2rem;
	line-height: 1.3;
}
.recommend_txt_small a {
	text-decoration: underline;
}
.recommend_txt_small .color_red {
	color: #ea3355;
}
.recommend_invest_note a {
	color: #108761;
	text-decoration: underline;
}
.recommend .merit_card figure {
	width: 56.2rem;
	margin: 2.5rem auto 1.7rem;
}
.recommend .recommend_item_img ~ .merit_note {
	max-width: 820px;
	margin: 0 auto;
	text-align: left;
	font-size: 1.4rem;
	line-height: 1.25;
	font-feature-settings: normal;
	letter-spacing: -.02em;
	padding-left: 1em;
	text-indent: -1em;
}
.recommend .recommend_item_img ~ .merit_note a {
	text-decoration: underline;
}
.recommend .section01_point {
	margin-top: -2.2rem;
	margin-bottom: 3rem;
}
.recommend .section01_point h4 {
	max-width: none;
	color: #108761;
	font-size: 3rem;
	text-align: center;
	margin-bottom: 1rem;
}
.recommend .section01_point h4 span {
	background: linear-gradient(transparent 60%, #fffbb8 60%);
}
.recommend .section01_point h5 {
	font-size: 1.8rem;
	margin: 0 0 1rem;
	color: #2b2b2b;
}
.recommend .section01_point .section01_reason01_note {
	font-feature-settings: "palt";
	font-size: 1.4rem;
	margin-left: 1em;
	text-indent: -1em;
	line-height: 1.2;
}
.recommend .section01_point .section01_reason01_note a {
	text-decoration: underline;
	transition: opacity .3s;
}
.recommend_example_merit h4 {
	width: 30.656rem;
	height: 4.6812rem;
	margin: 3.5rem auto 1.5rem;
	background: url(../img/recommend_example_ttl.svg) no-repeat left top / 100% auto;
	color: #fff;
	font-size: 2.4rem;
	letter-spacing: .25em;
	text-align: center;
	padding: .6rem 0 0;
}
.recommend_example_merit > p {
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
	line-height: 1.95;
	letter-spacing: .05em;
}
.recommend_example_merit > p > span:nth-of-type(1),
.recommend_example_merit > p > span:nth-of-type(3) {
	font-size: 3.6rem;
	color: #ea6c99;
	background: linear-gradient(transparent 60%, #fffbb8 60%);
}
.recommend_example_merit > p > span:nth-of-type(3) {
	font-size: 2.8rem;
}
.recommend_example_merit > p > span:nth-of-type(1) span,
.recommend_example_merit > p > span:nth-of-type(3) span {
	font-size: 4.56rem;
	color: inherit;
	vertical-align: -.04em;
	line-height: 1;
}
.recommend_example_merit figure {
	max-width: 72.3rem;
	margin: 2.5rem auto 4.5rem;
	left: 2.4rem;
}
.recommend_example_merit > .recommend_example_merit_note {
	font-size: 1.4rem;
	text-align: left;
	font-weight: 400;
	margin: 0 2rem;
	padding-left: 1em;
	text-indent: -1em;
	line-height: 1.2;
}
.recommend_example_merit > .recommend_example_merit_note a {
	text-decoration: underline;
}
.recommend_vpoint_merit {
	margin-bottom: -1.5rem;
}
.recommend_vpoint_merit > p {
	text-align: center;
	font-size: 2.8rem;
	font-weight: 700;
	line-height: 1.7857;
	margin: 3.8rem 0 3rem;
	letter-spacing: .02em;
}
.recommend_vpoint_merit figure {
	max-width: 87.1rem;
	margin: 0 auto 2.5rem;
}
.recommend_vpoint_merit_note {
	margin: 0 5.4rem;
}
.recommend_vpoint_merit_note li {
	font-size: 1.4rem;
	line-height: 1.2;
	margin-left: 2.15em;
	text-indent: -2.15em;
}
@media only screen and (min-width: 835px) {
	.point_box .section01_point .section01_reason01_note a:hover {
		opacity: .6;
	}
}
@media only screen and (max-width: 834px) {
	.recommend {
		padding: 4.5rem 2rem 4rem;
		margin-top: 3rem
	}
	.recommend h2 {
		margin-bottom: 2rem;
	}
	.recommend h2 img {
		width: 34.2rem;
	}
	.recommend h2::after {
		width: 33.5rem;
		height: 2.4rem;
		margin-top: 1.1rem;
	}
	.recommend_item {
		width: 33.5rem;
		border-width: .1rem;
		border-radius: .5rem;
		padding-bottom: 2rem;
	}
	.recommend_item + .recommend_item {
		margin-top: 3rem;
		padding-bottom: 1.3rem;
	}
	.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: -.08em;
		font-feature-settings: normal;
		padding: .9rem 1rem 1rem 0;
		border-radius: .25rem .25rem 0 0;
		gap: 1.8rem;
	}
	.recommend_item:nth-of-type(1) h3::after {
		width: 6.9rem;
		height: 5rem;
		top: 7.2rem;
		right: 1.1rem;
	}
	.recommend_item:nth-of-type(2) h3 {
		align-items: flex-start;
		font-size: 2.2rem;
		line-height: 1.4545;
		padding: .9rem .5rem 1rem 1.5rem;
		letter-spacing: -.03em;
		gap: 1.5rem;
	}
	.recommend_item:nth-of-type(2) h3 span {
		margin-top: .7rem;
	}
	.recommend_item:nth-of-type(3) h3 {
		font-size: 2.4rem;
		line-height: 1.3333;
		padding: .9rem 1rem 1rem;
		gap: 1rem;
	}
	.recommend_item h3 img {
		width: 7.5rem;
	}
	.recommend_item_img {
		margin: 2.3rem 0 1.2rem;
	}
	.recommend_item_img p {
		font-size: 1.75rem;
		padding: 0 0 1.5rem;
	}
	.recommend_item_img figure {
		width: 9.7rem;
		margin-left: 1.5rem;
		margin-right: -1rem;
	}
	.recommend_item_img figure img {
		width: 9.7rem;
		position: relative;
		left: -.3rem;
		margin: .5rem auto .8rem;
	}
	.recommend_item_img figure figcaption {
		font-size: .9rem;
		line-height: 1.3;
		position: static;
		text-align: center;
		padding-right: 1rem;
	}
	.recommend_example h4 {
		width: 8.8rem;
		font-size: 1.5rem;
		border-radius: 1.1rem;
		margin: 0 auto 1rem;
		padding: .1rem 0;
	}
	.recommend_example p {
		font-size: 1.8rem;
		line-height: 1.4;
	}
	.recommend_example p::after {
		border-width: 1.3rem 1.5rem 0;
		margin: 1.2rem 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_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;
	}
	.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: .9rem;
		display: block;
		line-height: 1.7;
		font-size: 1rem;
	}
	.recommend_vpoint {
		padding: 1.3rem 0 0;
		width: 30.7rem;
	}
	.recommend_vpoint h4 {
		font-size: 2.53rem;
		margin-bottom: .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: .5rem 0 0;
	}
	.recommend_vpoint table tr:last-child th {
		border-radius: 0 0 0 .5rem;
	}
	.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;
		padding: 2rem 1rem 1.5rem;
	}
	.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 ul.recommend_vpoint_note {
		font-size: 1rem;
		margin: 1.2rem 0 .2rem;
	}
	.recommend_invest {
		width: 30rem;
		padding: 1.5rem 0 0;
	}
	.recommend_invest h4 {
		font-size: 2.5rem;
		margin-bottom: 1.5rem;
	}
	.recommend_invest h5 {
		font-size: 1.4rem;
	}
	.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: 10.3rem;
		margin-right: 1.9rem;
		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 .8rem 1.25em;
		margin: 0 -.6rem;
		line-height: 1.35;
	}
	.recommend_txt_small {
		padding: 0 0 1.5rem;
		font-size: 1rem;
	}
	.recommend .merit_card {
		width: 30.7rem;
		margin: 0 auto;
	}
	.recommend .merit_card figure {
		width: 100%;
		margin: 2.5rem auto 1.7rem;
	}
	.recommend .recommend_item_img ~ .merit_note {
		max-width: 30.7rem;
		font-size: 1rem;
		line-height: 1.5;
	}
	.recommend .section01_point {
		margin-top: -.5rem;
		margin-bottom: 2rem;
	}
	.recommend .section01_point h4 {
		font-size: 1.7rem;
		line-height: 1.4;
		margin-bottom: .5rem;
	}
	.recommend .section01_point h5 {
		font-size: 1.3rem;
		text-align: left;
		line-height: 1.6;
		margin: 0;
	}
	.recommend .section01_point .section01_reason01_note {
		font-size: 1rem;
		line-height: 1.5;
	}
	.recommend_item:nth-of-type(1) .recommend_txt {
		font-size: 1.75rem;
		margin: 3rem 0 0;
	}
	.recommend_item:nth-of-type(1) .recommend_txt > span {
		font-size: 2.75rem;
	}
	.recommend_item:nth-of-type(1) .recommend_txt > span > span {
		font-size: 3.5rem;
	}
	.recommend_item:nth-of-type(1) .recommend_txt > span > span span {
		font-size: 5.5rem;
		line-height: 1.1;
	}
	.recommend_example_merit h4 {
		width: 19.1rem;
		height: 2.9rem;
		margin: 2.5rem auto 1rem;
		font-size: 1.5rem;
		padding: .4rem 0 0;
	}
	.recommend_example_merit > p {
		font-size: 1.5rem;
		line-height: 1.85;
	}
	.recommend_example_merit > p > span:nth-of-type(1),
	.recommend_example_merit > p > span:nth-of-type(3) {
		font-size: 2.25rem;
	}
	.recommend_example_merit > p > span:nth-of-type(3) {
		font-size: 1.75rem;
	}
	.recommend_example_merit > p > span:nth-of-type(1) span,
	.recommend_example_merit > p > span:nth-of-type(3) span {
		font-size: 2.85rem;
	}
	.recommend_example_merit figure {
		max-width: none;
		margin: 2.3rem -1.5rem 2.5rem -1.4rem;
		left: auto;
	}
	.recommend_example_merit > .recommend_example_merit_note {
		font-size: 1rem;
		letter-spacing: 0;
		margin: 0 1rem -.2rem;
		line-height: 1.4997;
	}
	.recommend_vpoint_merit {
		margin-bottom: 1.5rem;
	}
	.recommend_vpoint_merit > p {
		font-size: 1.5rem;
		line-height: 1.6667;
		margin: 1.8rem 0 1.3rem;
	}
	.recommend_vpoint_merit figure {
		max-width: none;
		margin: 0 .9rem 1.7rem;
	}
	.recommend_vpoint_merit_note {
		margin: 0 1rem;
	}
	.recommend_vpoint_merit_note li {
		font-size: 1rem;
		line-height: 1.4997;
	}
}

/*flow
----------------------------------------*/
.flow {
	padding: 0 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: 1rem;
	margin: 0 auto 3.5rem;
	background: #bf89b9;
	letter-spacing: .05em;
	color: #fff;
	font-size: 3rem;
	border-radius: 1rem;
	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: #ffe1e8 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;
	margin: 0 1.4rem;
}
.flow_note a {
	border-bottom: 1px solid #000;
}
@media only screen and (max-width: 834px) {
	.flow {
		padding: 0 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: #fef1f5;
	padding: 6.8rem 2rem 13rem;
	margin-top: 6.5rem;
}
.faq h2 {
	font-size: 4rem;
	color: #ea6c99;
	text-align: center;
	letter-spacing: .04em;
	margin-bottom: 3.8rem;
}
.faq h2::after {
	content: '';
	display: block;
	width: 108px;
	height: 4px;
	background: #ea6c99;
	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: #ea6c99;
	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% 6.5rem;
		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;
	}
}


/*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;
}
.back-top:hover,
#footer a:hover {
	opacity: .5;
	text-decoration: none;
}
@media screen and (max-width: 834px) {
	.inner {
		margin: 0 1.8rem;
	}
	#footer {
		padding-top: 4rem;
		padding-bottom: 7.5rem;
	}
}

.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;
	color: #2b2b2b;
}
.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.green {
	color: #37987b;
	text-decoration: underline !important;
}
.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;
}
@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: .7rem;
	line-height: 1.3;
	font-size: 3.4rem;
}
.footer_cta a > span {
	font-size: 2.2rem;
	line-height: 1.2;
}
.footer_cta a > span:last-child {
	font-size: 1.2rem;
	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 > span {
		font-size: 1.3rem;
		line-height: 1.2;
	}
	.footer_cta a > span:last-child {
		font-size: .9rem;
		margin-top: -.4rem;
	}
	.footer_cta a::after {
		right: 1rem;
	}
}