@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: 42.1rem;
	margin: 0 auto;
}
@media only screen and (max-width: 834px) {
	.header {
		padding: .9rem 2rem;
	}
	.header_logo {
		width: 30rem;
	}
}

/*mainv
----------------------------------------*/
.mainv_inner {
	background: url(../img/mainv_bg.png) no-repeat center bottom / cover;
	padding: 1.8rem 2rem .4rem;
}
.mainv h2 {
	max-width: 118.8rem;
	margin: 0 auto;
}
.mainv_txt {
	background: #fff;
	padding: .1rem 2.2rem 2.3rem 2rem;
}
.mainv_txt img {
	margin: 0 auto;
	max-width: 88rem;
	margin: -3.8rem auto 0;
}
.mainv_note {
	background: #048a46;
	padding: 1rem 2rem;
}
.mainv_note p {
	font-size: 1.4rem;
	letter-spacing: .02em;
	line-height: 1.3;
	max-width: 95rem;
	margin: 0 auto;
	padding-left: 1.5em;
	text-indent: -1.5em;
	color: #fff;
}
.mainv_note p::before {
	content: '※';
	margin-right: .5em;
}
.mainv_note p a {
	color: #f0f644;
	text-decoration: underline;
}
@media only screen and (max-width: 834px) {
	.mainv_inner {
		background-image: url(../img/mainv_bg-sp.png);
		padding: 1.8rem .7rem 2rem;
	}
	.mainv_txt {
		padding: .1rem 1.4rem 1.4rem 1.6rem;
	}
	.mainv_txt img {
		margin: -2.4rem auto 0;
	}
	.mainv_note {
		padding: .7rem 2rem 1.4rem;
	}
	.mainv_note p {
		font-size: 1rem;
		line-height: 1.4;
	}
}

/*zero
----------------------------------------*/
.zero {
	background: #fdffe5;
	padding: 3.8rem 2rem 8rem;
}
.zero h2 {
	width: 77.8rem;
	margin: 0 auto 3.2rem;
}
.zero_txt {
	width: 54.6rem;
	margin: 0 auto 3rem;
}
.zero_item {
	width: 96rem;
	margin: 0 auto;
	border-radius: 2rem;
	background: #fff;
	overflow: hidden;
}
.zero_item + .zero_item {
	margin-top: 3.3rem;
}
.zero_item::before {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 15.1rem 15.1rem 0 0;
	border-color: #0e7655 transparent transparent;
	position: absolute;
	top: 0;
	left: 0;
}
.zero_number {
	width: 4.8rem;
	position: absolute;
	top: 1.9rem;
	left: 1.9rem;
}
.zero_item.item02 .zero_number,
.zero_item.item03 .zero_number {
	width: 5.9rem;
	left: 1.7rem;
}
.zero_item_txt {
	width: 56.3rem;
	margin: 3.8rem 0 4.6rem 12.8rem;
}
.zero_item.item02 .zero_item_txt {
	width: 45.4rem;
	margin: 6rem 0 4.4rem 12.8rem;
}
.zero_item.item03 .zero_item_txt {
	width: auto;
	margin: 4.8rem 3.5rem 4.6rem 3.9rem;
}
.zero_item.item03 .zero_item_txt img {
	width: 66.5rem;
	margin-left: 8.7rem;
}
.zero_item figure {
	width: 20rem;
	position: absolute;
	top: 5.5rem;
	right: 3.2rem;
}
.zero_item.item02 figure {
	width: 27.1rem;
	top: 4.5rem;
	right: 3.6rem;
}
.zero_item.item03 figure {
	width: 15.1rem;
	top: 17.7rem;
	right: 5.2rem;
}
.zero_note {
	margin-top: 2.7rem;
	font-size: 1.4rem;
	line-height: 1.4;
	padding-left: 1.5em;
	text-indent: -1.5em;
	letter-spacing: .025em;
}
.zero_note + .zero_note {
	margin: 0;
}
.zero_note::before {
	content: '※';
	margin-right: .5em;
}
.zero_note a {
	color: #0e7655;
	text-decoration: underline;
}
@media only screen and (max-width: 834px) {
	.zero {
		padding: 4rem 1.5rem 4rem;
	}
	.zero h2 {
		width: 34.5rem;
		margin: 0 auto 1.7rem;
	}
	.zero_txt {
		width: auto;
		margin: 0 .2rem 2.1rem;
	}
	.zero_item {
		width: auto;
		border-radius: 1rem;
	}
	.zero_item + .zero_item {
		margin-top: 1.8rem;
	}
	.zero_item::before {
		border-width: 9.5rem 9.5rem 0 0;
	}
	.zero_number {
		width: 3.1rem;
		top: 1.2rem;
		left: 1.2rem;
	}
	.zero_item.item02 .zero_number,
	.zero_item.item03 .zero_number {
		width: 3.7rem;
		left: 1.1rem;
	}
	.zero_item_txt {
		width: auto;
		margin: 2.6rem 0 2.8rem 2rem;
	}
	.zero_item.item01 .zero_item_txt img {
		width: 29.5rem;
	}
	.zero_item.item02 .zero_item_txt {
		width: auto;
		margin: 3.1rem 1rem 1.6rem 2rem;
	}
	.zero_item.item02 .zero_item_txt img {
		width: 24.5rem;
	}
	.zero_item.item03 .zero_item_txt {
		margin: 3rem 1.6rem 2.1rem 1.7rem;
	}
	.zero_item.item03 .zero_item_txt img {
		width: 31.15rem;
		margin-left: 0;
	}
	.zero_item figure {
		width: 11.5rem;
		top: 14.3rem;
		right: 1.5rem;
	}
	.zero_item.item02 figure {
		width: 13.3rem;
		top: 15.2rem;
		right: 1.7rem;
	}
	.zero_item.item03 figure {
		width: 9.6rem;
		top: 15.5rem;
		right: 2.7rem;
	}
	.zero_note {
		margin: 2.5rem 0 0 -.7rem;
		font-size: 1rem;
		padding-left: 1.2em;
		text-indent: -1.2em;
	}
	.zero_item.item03 .zero_note {
		margin: 2.2rem 0 0 -.5rem;
	}
	.zero_item.item03 .zero_note + .zero_note {
		margin-top: 0;
	}
	.zero_note::before {
		margin-right: .2em;
	}
}

/*industry
----------------------------------------*/
.industry {
	padding: 8rem 0 0;
}
.industry h2 {
	width: 53.5rem;
	margin: 0 auto 5.7rem;
}
.industry h3 {
	background: #0e7655;
	padding: .1rem 2rem 3.5rem;
	margin-bottom: 4.3rem;
}
.industry h3 img {
	width: 54.5rem;
	margin: -2.4rem auto 0;
}
.industry .industry_item.industry_nisa h3 {
	padding: .1rem 2rem 2.7rem;
}
.industry .industry_item.industry_nisa h3 img {
	width: 50.6rem;
}
.industry h4 {
	margin-bottom: 1.5rem;
}
.industry h4 img {
	width: auto;
	height: 5.2rem;
	margin: 0 auto;
}
.industry_item.industry_nisa h4 {
	width: 100%;
	margin-bottom: 3.5rem;
}
.industry_item.industry_nisa h4 img {
	height: 11.9rem;
	margin: 0 auto;
	position: relative;
	left: .5em;
}
.industry_item {
	padding-bottom: 9rem;
}
.industry_item:nth-last-child(2) {
	padding-bottom: 9.5rem;
}
.industry_item.industry_nisa {
	padding-bottom: 7rem;
}
.industry_inner {
	width: 96rem;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
.industry_item.industry_nisa .industry_inner {
	flex-wrap: wrap;
}
.industry_nisa_txt {
	width: 45.5rem;
	padding-top: 3.8rem;
}
.industry_nisa_img {
	width: 37.1rem;
	margin-right: 6.5rem;
}
.industry_table {
	width: 43.6rem;
}
.industry_note {
	font-size: 1.34rem;
	margin: -1.9rem 0 0;
	z-index: 1;
}
.industry_nisa_txt .industry_note {
	margin-top: 1.5rem;
}
.industry_note a {
	color: #0e7655;
    text-decoration: underline;
}
@media only screen and (max-width: 834px) {
	.industry {
		padding: 5rem 0 0;
	}
	.industry h2 {
		width: 33.5rem;
		margin: 0 auto 2.9rem;
	}
	.industry h3 {
		padding: .1rem 2rem 2rem;
		margin-bottom: 2rem;
	}
	.industry h3 img {
		width: 30.3rem;
		height: auto;
		margin: -1.4rem auto 0;
	}
	.industry .industry_item.industry_nisa h3 {
		padding-bottom: 1.8rem;
		margin-bottom: 2.2rem;
	}
	.industry .industry_item.industry_nisa h3 img {
		width: auto;
		height: 7.2rem;
	}
	.industry_item {
		padding-bottom: 6rem;
	}
	.industry_item:nth-last-child(2) {
		padding-bottom: 6.6rem;
	}
	.industry_item.industry_nisa {
		padding-bottom: 4.8rem;
	}
	.industry h4 img {
		height: 4rem;
	}
	.industry_item.industry_nisa h4 {
		margin-bottom: 2.5rem;
	}
	.industry_item.industry_nisa h4 img {
		height: 8.85rem;
		left: 0;
	}
	.industry_nisa_txt {
		width: 34.1rem;
		padding: 0;
		margin: 0 0 0 -.5rem;
	}
	.industry_nisa_img {
		width: 23.3rem;
		margin: 2.6rem auto 0;
	}
	.industry_inner {
		width: auto;
		display: block;
		padding: 0 2rem;
	}
	.industry_table {
		width: auto;
	}
	.industry_table + .industry_table {
		margin-top: 4rem;
	}
	.industry_item + .industry_item .industry_table + .industry_table {
		margin-top: 3.5rem;
	}
	.industry_note {
		font-size: 1rem;
		margin: -1.5rem 0 0;
		letter-spacing: .05em;
	}
}

/*nisa
----------------------------------------*/
.nisa {
	background: #0e7655;
	padding: 9.6rem 2rem 8.1rem;
}
.nisa_inner {
	width: 96rem;
	margin: 0 auto;
}
.nisa h2 {
	margin-bottom: 3.5rem;
}
.nisa h2 img {
	width: 72rem;
	margin: 0 auto;
}
.nisa h2::before,
.nisa h2::after {
	content: '';
	display: block;
	width: 7.8rem;
	height: 14.2rem;
	background: url(../img/nisa_ttl_img.png) no-repeat left top / 100% auto;
	position: absolute;
	left: 1.6rem;
	bottom: -.7rem;
}
.nisa h2::after {
	transform: scale(-1, 1);
	left: auto;
	right: 1.6rem;
}
.nisa_txt {
	width: 52.5rem;
	margin: 0 auto 6.2rem;
}
.nisa h3 {
	width: 32.6rem;
	margin: 0 auto 1.9rem;
}
.nisa_item {
	background: #fff;
	border-radius: 2rem;
	padding: 2.9rem 1.6rem 3rem;
	display: flex;
	align-items: center;
}
.nisa_item.item02 {
	padding: 4.4rem 1.6rem 4.3rem;
}
.nisa_item.item03 {
	padding: 3.9rem 1.6rem 4.2rem;
}
.nisa_item + .nisa_item {
	margin-top: 3.3rem;
}
.nisa_item h4 {
	width: 42rem;
}
.nisa_item h4 img {
	width: 33.8rem;
	margin: 0 auto;
}
.nisa_item.item02 h4 img {
	width: 33.6rem;
}
.nisa_item.item03 h4 img {
	width: 27.8rem;
}
.nisa_item figure {
	width: 48.3rem;
}
.nisa_item.item02 figure {
	width: 51.7rem;
	margin-left: -1.1rem;
}
.nisa_item.item03 figure {
	width: 48.4rem;
}
@media only screen and (max-width: 834px) {
	.nisa {
		padding: 4.4rem 1.5rem 5rem;
	}
	.nisa_inner {
		width: auto;
	}
	.nisa h2 {
		margin-bottom: 2.1rem;
	}
	.nisa h2 img {
		width: 26.8rem;
	}
	.nisa h2::before,
	.nisa h2::after {
		width: 5.1rem;
		height: 9.3rem;
		left: -.75rem;
		top: -.6rem;
		bottom: auto;
	}
	.nisa h2::after {
		left: auto;
		right: -.75rem;
	}
	.nisa_txt {
		width: auto;
		margin: 0 auto 4.2rem;
	}
	.nisa h3 {
		width: 23.6rem;
		margin: 0 auto 1.2rem;
	}
	.nisa_item {
		border-radius: 1rem;
		padding: 1.6rem 0 2.8rem;
		display: block;
	}
	.nisa_item.item02 {
		padding: 1.7rem 0 2.7rem;
	}
	.nisa_item.item03 {
		padding: 1.6rem 0 2.7rem;
	}
	.nisa_item + .nisa_item {
		margin-top: 2rem;
	}
	.nisa_item h4 {
		width: auto;
		margin-bottom: 2rem;
	}
	.nisa_item h4 img {
		width: 28.3rem;
		margin: 0 0 0 2.5rem;
	}
	.nisa_item.item02 h4 img {
		width: 28rem;
	}
	.nisa_item.item03 h4 img {
		width: 29.65rem;
	}
	.nisa_item figure {
		width: 30.3rem;
		margin: 0 auto;
	}
	.nisa_item.item02 figure {
		width: 32.4rem;
		margin: -.1rem auto 0;
	}
	.nisa_item.item03 figure {
		width: 30.3rem;
		margin: 0 auto;
	}
}

/*point
----------------------------------------*/
.point {
	padding: 8.3rem 2rem 0;
}
.point h2 {
	width: 70.5rem;
	margin: 0 auto 3.8rem;
}
.point h3 {
	background: #f0f644;
	text-align: center;
	border-top: .5rem solid #0e7655;
	border-bottom: .5rem solid #0e7655;
	margin: 0 -2.1rem 4.8rem;
	padding: 2.1rem 0 2.3rem;
}
.point h3::before,
.point h3::after {
	content: '';
	display: block;
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 2.2rem 1.5rem 0 0;
	border-color: #0e7655 transparent transparent;
	position: absolute;
	right: -.1rem;
	bottom: -2.5rem;
}
.point h3::before {
	left: .2rem;
	right: auto;
	border-width: 0 1.5rem 2.2rem 0;
	border-color: transparent #0e7655 transparent transparent;
}
.point h3 img {
	height: 4.9rem;
	width: auto;
	margin: 0 auto;
}
.point .point_item:nth-of-type(2) h3 img {
	height: 4.8rem;
}
.point .point_item:nth-of-type(3) h3 img {
	height: 5rem;
}
.point h4 {
	width: 49.4rem;
	margin: 0 auto 2.5rem;
}
.point .point_item:nth-of-type(2) h4 {
	width: 64.3rem;
}
.point_item {
	width: 90rem;
	margin: 0 auto;
	border: .5rem solid #0e7655;
	background: #fbffd1;
	border-radius: 1rem;
	box-shadow: .5rem .8rem 0 #0e7655;
	padding: 4.7rem 0 3.8rem;
}
.point_item + .point_item {
	margin-top: 7.8rem;
}
.point_item:nth-of-type(1)::before {
	content: '';
	display: block;
	pointer-events: none;
	width: 99rem;
	height: 44.5rem;
	background: url(../img/point_img_bg_01.png) no-repeat left top / 100% auto;
	position: absolute;
	top: 18.5rem;
	left: -6rem;
}
.point_item p {
	width: 73.9rem;
	margin: 0 auto 2.3rem;
}
.point_item:nth-of-type(2) > p {
	width: 77.2rem;
	margin: -.3rem auto 4.8rem;
}
.point_item:nth-of-type(2) .point_txt p {
	width: 78.5rem;
	margin: -.5rem 0 3.3rem 4.6rem;
}
.point_item:nth-of-type(2) .point_txt + .point_txt {
	margin-top: 5.5rem;
}
.point_item:nth-of-type(2) .point_txt + .point_txt p {
	width: 80.3rem;
	margin: .4rem 0 0 3.9rem;
}
.point_item:nth-of-type(2) .point_note + .point_txt p {
	width: 70.5rem;
	margin: -1rem 0 0 8.3rem;
}
.point_vpoint {
	width: 36rem;
	margin: 0 5.1rem 0 auto;
}
.point_table {
	width: 74.5rem;
	margin: -3.4rem 0 0 9.4rem;
}
.point_note {
	font-size: 1.4rem;
	line-height: 1.4;
	margin: 1rem 5rem 5.5rem 9.4rem;
}
.point_note li {
	margin-left: 1.9em;
	text-indent: -1.9em;
	letter-spacing: .02em;
}
.point_note li::before {
	content: '※';
	margin-right: .9em;
}
.point_item:nth-of-type(2) .point_txt:nth-of-type(2) + .point_note {
	margin: 2rem 4.5rem 5.5rem 4rem;
}
.point_item:nth-of-type(2) .point_txt:nth-of-type(2) + .point_note li {
	margin-left: 1.3em;
	text-indent: -1.3em;
}
.point_item:nth-of-type(2) .point_txt:nth-of-type(2) + .point_note li::before {
	margin-right: .3em;
}
.point_item:nth-of-type(2) .point_note:last-child {
	margin: 2rem 9rem 0 8.2rem;
}
.point_item:nth-of-type(2) .point_note:last-child li {
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.point_item:nth-of-type(2) .point_note:last-child li::before {
	margin-right: .5em;
}
.point_txt p {
	width: 65.3rem;
	margin: 3.3rem 0 0 10rem;
}
.point .point_item:nth-of-type(1) .point_txt:last-child {
	margin: 6.1rem 0 0;
}
.point_txt:last-child p {
	width: 69.2rem;
	margin: 3.4rem 0 0 10rem;
}
.point_ranking {
	width: 75.2rem;
	margin: 0 auto;
	padding-top: .8rem;
	left: .5rem;
}
.point_ranking ~ .point_ranking {
	width: 79rem;
	margin-top: 6.5rem;
}
.point_ranking + .point_note {
	margin: 1.5rem 2.9rem 0 6rem;
}
.point_ranking + .point_note li {
	margin-left: 1.5em;
	text-indent: -1.5em;
	letter-spacing: 0;
}
.point_ranking + .point_note li::before {
	margin-right: .5em;
}
.point_ranking + .point_note:last-child {
	margin: 1.8rem 2.9rem 2.5rem 6rem;
}
.point_renewal {
	width: 73.9rem;
	margin: 3.2rem 0 0 10rem;
}
.point_renewal h5 {
	font-size: 1.8rem;
	line-height: 1.35;
	color: #246852;
	letter-spacing: .07em;
	margin-bottom: 1.1rem;
}
.point_renewal_note {
	line-height: 1.15;
}
.point_renewal_note a {
	text-decoration: underline;
}
@media only screen and (max-width: 834px) {
	.point {
		padding: 4.8rem 1.9rem 0;
	}
	.point h2 {
		width: auto;
		margin: 0 auto 2rem;
	}
	.point h3 {
		border-top-width: .3rem;
		border-bottom-width: .3rem;
		margin: 0 -1rem 2.3rem;
		padding: 1.2rem 0 1.1rem;
	}
	.point h3::before,
	.point h3::after {
		border-width: 1.5rem 1.1rem 0 0;
		bottom: -1.5rem;
	}
	.point h3::before {
		left: 0;
		border-width: 0 1.1rem 1.5rem 0;
	}
	.point h3 img {
		height: 2.45rem;
	}
	.point .point_item:nth-of-type(2) h3 img {
		height: 2.4rem;
	}
	.point .point_item:nth-of-type(3) h3 img {
		height: 2.5rem;
	}
	.point h4 {
		width: 24.7rem;
		margin: 0 auto 1.1rem;
	}
	.point .point_item:nth-of-type(2) h4 {
		width: 24.7rem;
	}
	.point_item {
		width: auto;
		margin: 0 .4rem;
		border-width: .3rem;
		border-radius: .5rem;
		box-shadow: .3rem .4rem 0 #0e7655;
		padding: 1.4rem 0 3rem;
	}
	.point_item + .point_item {
		margin-top: 3rem;
	}
	.point_item:nth-of-type(1)::before {
		width: 37.5rem;
		height: 28.6rem;
		background-image: url(../img/point_img_bg_01-sp.png);
		top: 8.7rem;
		left: -2.5rem;
	}
	.point_item p {
		width: 27.85rem;
		margin: 0 auto 1.2rem;
	}
	.point_item:nth-of-type(2) > p {
		width: 30.05rem;
		margin: 1.8rem auto 2.7rem;
	}
	.point_item:nth-of-type(2) .point_txt p {
		width: 29.2rem;
		margin: -.2rem 0 3.3rem 1.6rem;
	}
	.point_item:nth-of-type(2) .point_txt + .point_txt {
		margin-top: -.3rem;
	}
	.point_item:nth-of-type(2) .point_txt + .point_txt p {
		width: 29.2rem;
		margin: 1.5rem 0 0 1.5rem;
	}
	.point_item:nth-of-type(2) .point_note + .point_txt p {
		width: 29.2rem;
		margin: -.2rem 0 0 1.5rem;
	}
	.point_vpoint {
		width: 13.7rem;
		margin: 0 1rem 0 auto;
	}
	.point_table {
		width: 30.8rem;
		margin: -1.2rem 0 0 .9rem;
	}
	.point_note {
		font-size: 1rem;
		margin: 1.4rem 1rem 2.6rem;
	}
	.point_note li {
		margin-left: 1.2em;
		text-indent: -1.2em;
	}
	.point_note li::before {
		margin-right: .2em;
	}
	.point_item:nth-of-type(2) .point_txt:nth-of-type(2) + .point_note {
		margin: 1.2rem 1rem 2.9rem 1.5rem;
	}
	.point_item:nth-of-type(2) .point_txt:nth-of-type(2) + .point_note li {
		margin-left: 1.2em;
		text-indent: -1.2em;
	}
	.point_item:nth-of-type(2) .point_txt:nth-of-type(2) + .point_note li::before {
		margin-right: .3em;
	}
	.point_item:nth-of-type(2) .point_note:last-child {
		margin: 1rem 1rem -1.2rem 1.5rem;
	}
	.point_item:nth-of-type(2) .point_note:last-child li {
		margin-left: 1.2em;
		text-indent: -1.2em;
	}
	.point_item:nth-of-type(2) .point_note:last-child li::before {
		margin-right: .2em;
	}
	.point_txt p {
		width: 26.7rem;
		margin: 1.7rem 0 0 2.9rem;
	}
	.point .point_item:nth-of-type(1) .point_txt:last-child {
		margin: 4rem 0 0;
	}
	.point_txt:last-child p {
		width: 27.6rem;
		margin: 1.8rem 0 0 2.9rem;
	}
	.point_ranking {
		width: 29.85rem;
		margin: 2.7rem auto 0;
		left: auto;
		padding-top: 0;
	}
	.point_ranking ~ .point_ranking {
		width: 29rem;
		margin-top: 5rem;
		left: .5rem;
	}
	.point_ranking + .point_note {
		margin: 1.5rem 1rem 0;
	}
	.point_ranking + .point_note li {
		margin-left: 1.2em;
		text-indent: -1.2em;
	}
	.point_ranking + .point_note li::before {
		margin-right: .2em;
	}
	.point_ranking + .point_note:last-child {
		margin: 2.4rem 1rem 1.2rem 2rem;
	}
	.point_renewal {
		width: auto;
		margin: 1.8rem 1.5rem 0;
	}
	.point_renewal h5 {
		font-size: 1.1rem;
		line-height: 1.5;
		letter-spacing: .03em;
		margin-bottom: .5rem;
	}
	.point_renewal_note {
		font-size: 1rem;
		line-height: 1.3;
	}
}

/*campaign
----------------------------------------*/
.campaign {
	max-width: 90rem;
	margin: 8.2rem auto 6.8rem;
}
.campaign h2 {
	text-align: center;
	font-size: 4.4rem;
	color: #000;
	letter-spacing: .05em;
	margin: 0 auto 1rem;
}
.campaign h3 {
	width: fit-content;
	margin: 0 auto 2rem;
	text-align: center;
	padding: 0 4rem;
	color: #000;
	font-size: 3.2rem;
	letter-spacing: .025em;
}
.campaign h3::before,
.campaign h3::after {
	content: '';
	display: block;
	position: absolute;
	bottom: .4rem;
	right: 0;
	width: .3rem;
	height: 5.6rem;
	background: #000;
	transform: rotate(17.5deg);
}
.campaign h3::before {
	transform: rotate(-17.5deg);
	right: auto;
	left: 0;
}
.campaign h3 span {
	color: #f26522;
}
.campaign_bnr {
	max-width: 84rem;
	margin: 0 auto;
}
.campaign_bnr + .campaign_bnr {
	margin-top: 3rem;
}
@media only screen and (max-width: 834px) {
	.campaign {
		margin: 5rem 1.5rem 4.6rem;
	}
	.campaign h2 {
		font-size: 2rem;
	}
	.campaign h3 {
		margin: 0 auto 1rem;
		padding: 0 1.5rem;
		font-size: 1.6rem;
	}
	.campaign h3::before,
	.campaign h3::after {
		bottom: .3rem;
		width: .2rem;
		height: 2.8rem;
	}
	.campaign_bnr + .campaign_bnr {
		margin-top: 2rem;
	}
}

/*cta
----------------------------------------*/
.cta {
	width: 96rem;
	margin: 0 auto 6.5rem;
}
.cta h2 {
	margin-bottom: 1.2rem;
}
.cta h2 img {
	width: auto;
	height: 3.7rem;
	margin: 0 auto;
}
.cta_btn a {
	display: block;
	background: linear-gradient(to right, #f1406e 0%, #e5004c 100%);
	border-radius: 7.5rem;
	border-bottom: 1rem solid #b5003b;
	padding: 3.7rem 0 2.7rem;
}
.cta_btn a img {
	width: 52rem;
	margin: 0 auto;
}
.cta_btn.green a {
	display: block;
	background: linear-gradient(to right, #0e7655 0%, #0e7655 100%);
	border-bottom-color: #05523a;
	padding: 5rem 0 5.1rem;
}
.cta_btn.green a img {
	width: 65rem;
}
.cta_link {
	text-align: center;
	margin: 2.1rem 0 7rem;
}
.cta_link a {
	font-size: 2rem;
	letter-spacing: .02em;
	border-bottom: 1px solid #000;
}
.footer_cta.cta_btn a {
	border: 0;
	padding: 2.2rem 0;
}
.footer_cta.cta_btn img {
	width: 57.3rem;
	margin: 0 3rem 0 auto;
}
@media only screen and (max-width: 834px) {
	.cta {
		width: auto;
		margin: 0 1.5rem 2.5rem;
	}
	.cta h2 {
		margin-bottom: .7rem;
	}
	.cta h2 img {
		height: 1.85rem;
	}
	.cta_btn a {
		border-radius: 3.75rem;
		border-bottom-width: .5rem;
		padding: 1.6rem 0 1.35rem;
	}
	.cta_btn a img {
		width: 28.6rem;
	}
	.cta_btn.green a {
		padding: 1.2rem 0;
	}
	.cta_btn.green a img {
		width: 20rem;
	}
	.cta_link {
		margin: 1.8rem 0 4.8rem;
	}
	.cta_link a {
		font-size: 1.2rem;
	}
	.footer_cta.cta_btn a {
		padding: 1.6rem 0 1.35rem;
	}
	.footer_cta.cta_btn img {
		width: 28.6rem;
		margin: 0 auto;
	}
}

/*footer
----------------------------------------*/
.inner {
	display: block;
	max-width: 96rem;
	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: 11rem;
	}
}

.ft-block {
	margin-bottom: 5rem;
}
@media screen and (max-width: 834px) {
	.ft-block {
		margin-bottom: 3rem;
	}
}
.ft-block .item {
	margin-bottom: 3.3rem;
}
.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 a.link {
	text-decoration: underline !important;
	color: #0e7655;
}
.ft-block .item .ft-content p a.link::before,
.ft-block .item .ft-content p a.link::after {
	display: none;
}
.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: 2rem;
}
.ft-block .item .ft-content a {
	color: #666;
	position: relative;
	display: inline-block;
	text-decoration: underline !important;
}
.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;
}
@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.3rem;
}
.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;
}

@media screen and (min-width: 835px) {
	.ft-block .item .ft-content a[href^="tel:"] {
		text-decoration: none !important;
		pointer-events: none;
	}
}
@media screen and (max-width: 834px) {
	.copyright {
		font-size: 1.3rem;
	}
	.footer_cta {
		width: 34.5rem;
	}
}