@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Open+Sans:800&display=swap");
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	border: 0;
	font: inherit;
	font-size: 100%;
	margin: 0;
	padding: 0;
	vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

body {
	line-height: 1;
}

ol, ul {
	list-style: none;
}

blockquote, q {
	quotes: none;
}

blockquote:before, blockquote:after, q:before, q:after {
	content: "";
	content: none;
}

table {
	border-collapse: collapse;
	border-spacing: 0;
}

body {
	word-break: break-all;
}

button {
	background-color: transparent;
	border: 0 none;
	cursor: pointer; 
	line-height: 1;
	padding: 0;
}

main {
	display: block;
}

input {
	border: 0 none;
}

img {
	max-height: 100%;
	max-width: 100%;
	vertical-align: bottom;
}

select {
	line-height: 1;
}

select::-moz-focus-inner {
	border: 0;
	outline: 0;
}

.container {
	box-sizing: border-box;
	margin: 0 auto;
	max-width: 375px;
	padding: 0 10px;
}
@media screen and (min-width: 1000px) {
	.container {
		max-width: 1000px;
		padding: 0 20px;
	}
}
.container--0pad {
	padding: 0;
}
@media screen and (min-width: 1000px) {
	.container--0pad {
		padding: 0;
	}
}
@media screen and (max-width: 1000px) {
	.container--sp-0pad {
		padding: 0;
	}
}
@media screen and (min-width: 1000px) {
	.container--pc-0pad {
		padding: 0;
	}
}

body {
	color: #333; 
	font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "Hiragino Sans", "Lucida Grande", "segoe UI", Meiryo, "メイリオ", "游ゴシック", "Yu Gothic", Verdana, Arial, sans-serif;
}

@media screen and (min-width: 1000px) {
	.sp-content {
		display: none;
	}
}

@media screen and (max-width: 1000px) {
	.pc-content {
		display: none;
	}
}

.wrap {
	display: block;
}

@media screen and (max-width: 1000px) {
	.sp-wrap {
		display: block;
	}
}

@media screen and (min-width: 1000px) {
	.pc-wrap {
		display: block;
	}
}

.hover {
	transition: filter .2s, opacity .7s;
}
.hover:hover {
	filter: contrast(50%) brightness(135%) saturate(95%);
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) {
	.hover:hover {
		opacity: .7;
	}
}

.img-block {
	line-height: 0;
	text-align: center;
}

.btn-container {
	display: flex;
	justify-content: center;
}
.btn-container__btn {
	flex: 0 1 auto;
}
.btn-container__btn img {
	width: 100%;
}

.js-lazy-img {
	transition: opacity .7s;
}
.js-lazy-img.is-init, .js-lazy-img.is-loading {
	opacity: 0;
}
.js-lazy-img.is-loaded {
	opacity: 1;
}

.js-lazy-srcset {
	display: none; 
	transition: opacity .7s;
}
.js-lazy-srcset.is-loading {
	opacity: 0;
}
.js-lazy-srcset.is-loaded {
	-webkit-animation: fade-in 1s;
	animation: fade-in 1s; 
	display: inline-block;
}

img.swiper-lazy {
	opacity: 0; 
	transition: opacity .7s;
}
img.swiper-lazy.is-loaded {
	opacity: 1;
}

.js-lazy-bg__holder {
	opacity: 0;
	transition: opacity .2s;
}
.js-lazy-bg.is-loaded .js-lazy-bg__holder {
	opacity: 1;
}

@-webkit-keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

@keyframes fade-in {
	0% {
		opacity: 0;
	}
	100% {
		opacity: 1;
	}
}

.header-content {
	padding: 10px 0;
}
@media screen and (min-width: 1000px) {
	.header-content {
		padding: 20px 0;
	}
}
.header-content__body {
	align-items: center; 
	display: flex;
	justify-content: space-between;
}
.header-content__logo {
	flex: 0 0 auto;
}
.header-content__logo img {
	height: 24px;
}
@media screen and (min-width: 1000px) {
	.header-content__logo img {
		height: 39px;
	}
}
.header-content__link {
	display: none;
}
@media screen and (min-width: 1000px) {
	.header-content__link {
		display: block;
		flex: 0 0 auto;
	}
	.header-content__link > a {
		color: inherit; 
		display: block;
		font-size: 18px;
		font-weight: 700;
		text-decoration: none;
	}
	.header-content__link > a .icon {
		color: #f93099;
		margin-right: .25em;
	}
}

.btn-3ple {
	align-items: center;
	background: #f93099;
	border-radius: 27.5px;
	display: flex;
	height: 55px;
	justify-content: center;
	position: relative; 
	text-decoration: none;
}
@media screen and (min-width: 1000px) {
	.btn-3ple {
		border-radius: 55px;
		height: 110px;
		margin: 0 auto; 
		max-width: 600px;
	}
}
.btn-3ple--ranking {
	background: #f2b843;
}
.btn-3ple__icon {
	margin-right: 8px;
}
@media screen and (min-width: 1000px) {
	.btn-3ple__icon {
		margin-right: 15px;
	}
}
.btn-3ple__text {
	color: #fff;
	font-size: 18px;
	font-weight: bold;
}
@media screen and (min-width: 1000px) {
	.btn-3ple__text {
		font-size: 35px;
	}
}
.btn-3ple::after {
	bottom: 0;
	color: #fff; 
	content: "\f054";
	display: none;
	font-family: "Font Awesome 5 Free";
	font-size: 15px;
	font-weight: 700;
	height: 1em;
	margin: auto 0;
	position: absolute;
	right: 15px;
	top: 0;
}
@media screen and (min-width: 1000px) {
	.btn-3ple::after {
		display: block;
		font-size: 30px;
		right: 30px;
	}
}

.footer-copy-wrapper {
	background-color: #fff;
	border-top: 1px solid #e7e7e7;
	padding: 10px 0;
}
@media screen and (min-width: 1000px) {
	.footer-copy-wrapper {
		padding: 20px 0;
	}
}

@media screen and (min-width: 1000px) {
	.footer-copy {
		align-items: center; 
		display: flex;
		justify-content: center;
	}
}

.footer-copy__img {
	margin-bottom: 5px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.footer-copy__img {
		margin-bottom: 0; 
		margin-right: 15px;
	}
}

.footer-copy__text {
	color: #333;
	font-size: 10px;
	line-height: 1.6;
	margin: -.3em 0;
	text-align: center;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.footer-copy__text {
		font-size: 14px;
	}
}

.content {
	color: #000; 
	position: relative;
}
.content__head {
	margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
	.content__head {
		margin-bottom: 40px;
	}
}
.content__head > * {
	font-size: 20px;
	font-weight: 700;
}
@media screen and (min-width: 1000px) {
	.content__head > * {
		font-size: 40px;
	}
}
.content__secitons {
	margin-top: 40px;
}
.content__section {
	border-top: 2px rgba(142, 132, 111, .5) solid; 
	padding-top: 20px;
}
@media screen and (min-width: 1000px) {
	.content__section {
		padding-top: 40px;
	}
}
.content__section:not(:last-child) {
	padding-bottom: 20px;
}
@media screen and (min-width: 1000px) {
	.content__section:not(:last-child) {
		padding-bottom: 40px;
	}
}
.is-spp .content__section:last-child {
	border-bottom: 2px rgba(255, 255, 255, .5) solid; 
	padding-bottom: 20px;
}
.content__body .text-box {
	font-size: 10px;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.content__body .text-box {
		font-size: 20px;
	}
}
.content__body .text-box .link {
	color: #06c;
}
.content__body .text-box .link--red {
	color: #f00;
}
.content__body .text-box .icon-align {
	display: flex;
}
.content__body .text-box .icon-align--inline {
	display: inline-flex;
}
.content__body .text-box .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .125em;
	text-align: center; 
	width: 1em;
}
.content__body .text-box .icon-align__content {
	display: block;
	flex: 0 1 auto;
}
.content__bottom-code {
	bottom: -55px;
	position: absolute;
	right: 0;
}
@media screen and (min-width: 1000px) {
	.content__bottom-code {
		bottom: -95px;
	}
}

.content-section__head {
	font-size: 12px;
	font-weight: 700; 
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.content-section__head {
		font-size: 24px;
		margin-bottom: 20px;
	}
}
.content-section__head .icon {
	color: #c00;
	margin-right: .25em;
}

.content-section__body {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.content-section__body {
		font-size: 20px;
	}
}
.content-section__body .text-box {
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
.content-section__body .icon-align {
	display: flex;
}
.content-section__body .icon-align--inline {
	display: inline-flex;
}
.content-section__body .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .25em;
	text-align: center; 
	width: 1em;
}
.content-section__body .icon-align__content {
	display: block;
	flex: 0 1 auto;
}
.content-section__body .link-icon {
	margin-right: .25em;
}
.content-section__body .link {
	color: inherit;
	text-decoration: none;
}
.content-section__body .strong {
	font-weight: 700;
}
.content-section__body .colored {
	color: #c00;
}
.content-section__body .link-text {
	color: #06c;
}

.content-section__sub-section:not(:last-child) {
	margin-bottom: 20px;
}
@media screen and (min-width: 1000px) {
	.content-section__sub-section:not(:last-child) {
		margin-bottom: 50px;
	}
}

.content-sub-section {
	font-size: 10px; 
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.content-sub-section {
		font-size: 20px;
	}
}
.content-sub-section__head {
	font-weight: 700;
	margin-bottom: 3px;
}
.content-sub-section__head .icon {
	margin-right: .25em;
}
.content-sub-section__body {
	line-height: 1.6em;
	margin: calc((1.6emem - 1em) / 2 * -1) 0;
}
.content-sub-section__body .icon-align {
	display: flex;
}
.content-sub-section__body .icon-align--inline {
	display: inline-flex;
}
.content-sub-section__body .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .125em;
	text-align: center; 
	width: 1em;
}
.content-sub-section__body .icon-align__content {
	display: block;
	flex: 0 1 auto;
}

.bottom-code {
	align-items: center;
	background: #fff; 
	color: #000;
	display: flex;
	font-size: 10px;
	height: 20px;
	justify-content: center;
	padding: 0 13px;
}
@media screen and (min-width: 1000px) {
	.bottom-code {
		font-size: 20px;
		height: 40px;
		padding: 0 25px;
	}
}

.maker-list li:last-child {
	margin-top: 14px;
}

.cpn-content {
	background: #faf9f7; 
	border: #e8e8e8 2px solid;
	border-radius: 15px;
	padding: 15px;
}
@media screen and (min-width: 1000px) {
	.cpn-content {
		border-radius: 30px;
		padding: 35px 30px 30px;
	}
}
.cpn-content__head {
	margin-bottom: 15px; 
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.cpn-content__head {
		margin-bottom: 30px;
	}
}
.cpn-content__text:not(:last-child) {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.cpn-content__text:not(:last-child) {
		margin-bottom: 60px;
	}
}
.cpn-content__step {
	margin-bottom: 30px;
}

.cpn-content-text {
	font-size: 12px; 
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
.cpn-content-text .icon-align {
	display: flex;
}
.cpn-content-text .icon-align--inline {
	display: inline-flex;
}
.cpn-content-text .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .25em;
	text-align: center; 
	width: 1em;
}
.cpn-content-text .icon-align__content {
	display: block;
	flex: 0 1 auto;
}
@media screen and (min-width: 1000px) {
	.cpn-content-text {
		font-size: 24px;
	}
}
.cpn-content-text .link {
	align-items: center; 
	color: inherit;
	display: inline-flex;
	font-weight: 700;
	text-decoration: none;
}
.cpn-content-text .link .icon {
	color: #cf345d;
	font-size: 10px; 
	margin-right: .25em;
}
@media screen and (min-width: 1000px) {
	.cpn-content-text .link .icon {
		font-size: .7em;
	}
}
.cpn-content-text .small {
	font-size: 10px;
}

.cpn__head {
	margin-bottom: 20px;
	text-align: center;
}

.cpn__catch {
	margin-bottom: 25px;
}
.cpn__catch p {
	font-size: 12px;
	font-weight: 700; 
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}

.cpn__notice {
	margin-bottom: 25px;
}
.cpn__notice .colored {
	color: #c00;
}

.cpn__content:not(:last-child) {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.cpn__content:not(:last-child) {
		margin-bottom: 30px;
	}
}

.cpn__content-notice {
	margin-top: 2px;
}
@media screen and (min-width: 1000px) {
	.cpn__content-notice {
		margin-top: 10px;
	}
}
.cpn__content-notice > * {
	font-size: 10px;
	font-weight: 700;
	text-align: right;
}
@media screen and (min-width: 1000px) {
	.cpn__content-notice > * {
		font-size: 20px;
	}
}

.cpn-notice {
	font-size: 11px;
	line-height: 19.2px;
	margin: -4.1px 0;
}
.cpn-notice .icon-align {
	display: flex;
}
.cpn-notice .icon-align--inline {
	display: inline-flex;
}
.cpn-notice .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: ".25em";
	text-align: center; 
	width: 1em;
}
.cpn-notice .icon-align__content {
	display: block;
	flex: 0 1 auto;
}

.download-content__head {
	margin-bottom: 15px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.download-content__head {
		margin-bottom: 30px;
	}
}

.download-content__btn {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.download-content__btn {
		margin-bottom: 30px;
	}
}

.download-content__btn-notice {
	margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
	.download-content__btn-notice {
		margin-bottom: 60px;
	}
}

.download-content__link {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.download-content__link {
		margin-bottom: 30px;
	}
}

.download-btn {
	align-items: center;
	background: #fff;
	border: #ccc 2px solid; 
	border-radius: 20px;
	box-sizing: border-box;
	color: #c00;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	margin: 0 auto;
	text-decoration: none;
	width: 200px;
}
@media screen and (min-width: 1000px) {
	.download-btn {
		border-radius: 40px;
		border-width: 4px; 
		font-size: 30px;
		height: 80px;
		width: 400px;
	}
}
.download-btn .small {
	font-size: .7em;
}

.download-btn-notice {
	color: #c00;
	font-size: 10px;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.download-btn-notice {
		font-size: 20px;
	}
}
.download-btn-notice .icon-align {
	display: flex;
}
.download-btn-notice .icon-align--inline {
	display: inline-flex;
}
.download-btn-notice .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .25em;
	text-align: center; 
	width: 1em;
}
.download-btn-notice .icon-align__content {
	display: block;
	flex: 0 1 auto;
}

.item-list {
	background-image: url("https://www.3ple.jp/feature/3ple/dpay202207/img/recommend-bg_sp.png");
	background-position: bottom 12.5px right; 
	background-repeat: no-repeat;
}
@media (-webkit-min-device-pixel-ratio: 2), (min-resolution: 2dppx) {
	.item-list {
		background-image: -webkit-image-set(url("https://www.3ple.jp/feature/3ple/dpay202207/img/recommend-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/dpay202207/img/recommend-bg_sp@2x.png") 2x);
		background-image: image-set(url("https://www.3ple.jp/feature/3ple/dpay202207/img/recommend-bg_sp.png") 1x, url("https://www.3ple.jp/feature/3ple/dpay202207/img/recommend-bg_sp@2x.png") 2x);
	}
}
@media screen and (min-width: 1000px) {
	.item-list {
		background-image: url("https://www.3ple.jp/feature/3ple/dpay202207/img/recommend-bg_pc.png");
	}
}
@media screen and (min-width: 1000px) {
	.item-list {
		background-position: bottom 25px right 150px;
	}
}
.item-list__list {
	align-items: stretch;
	display: flex;
	flex-wrap: wrap;
	margin: -12.5px;
}
@media screen and (min-width: 1000px) {
	.item-list__list {
		margin: -25px -15px;
	}
}
.item-list__item {
	box-sizing: border-box;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 12.5px;
}
@media screen and (min-width: 1000px) {
	.item-list__item {
		flex-basis: 33.3333333333%;
		max-width: 33.3333333333%;
		padding: 25px 15px;
	}
}

.item-card {
	color: inherit;
	display: block;
	text-decoration: none;
}
.item-card__thumb {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.item-card__thumb {
		margin-bottom: 20px;
	}
}

.item-card-thumb {
	background: #fff;
	display: block;
	position: relative;
	width: 100%;
}
.item-card-thumb::before {
	content: "";
	display: block;
	padding-top: 100%;
}
.item-card-thumb > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}

.item-card-price-tag {
	align-items: center;
	background: #c7000b;
	box-sizing: border-box;
	color: #fff;
	display: inline-flex;
	font-size: 10px;
	font-weight: 700;
	height: 17px;
	line-height: 17px; 
	min-width: 68px;
	padding: 0 4px;
}

.item-card-price-head {
	color: #c00;
	font-size: 10px; 
	font-weight: 700;
}

.item-card-price {
	color: #c00;
	font-size: 15px; 
	font-weight: 700;
}
.item-card-price .small {
	font-size: .7em;
	vertical-align: middle;
}

.item-card-reference {
	font-size: 10px;
}
.item-card-reference__head {
	margin-right: 1em;
}
.item-card-reference .small {
	display: inline-block;
	transform: scale(.7);
	transform-origin: left bottom; 
	width: .7em;
}

.item-card-name {
	font-size: 12px;
	font-weight: 700; 
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.item-card-name {
		font-size: 24px;
	}
}

.link-content__btn, .link-content__catch {
	margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
	.link-content__btn, .link-content__catch {
		margin-bottom: 60px;
	}
}

.link-list {
	overflow: hidden;
}
.link-list__body {
	display: flex;
	justify-content: center;
	margin: 0 -6px;
}
@media screen and (min-width: 1000px) {
	.link-list__body {
		margin: 0 -12px;
	}
}
.link-list__item {
	padding: 0 6px;
}
@media screen and (min-width: 1000px) {
	.link-list__item {
		padding: 0 12px;
	}
}

.link-list-item {
	align-items: center;
	background: #d92984;
	border-radius: 20px;
	color: #fff;
	display: flex;
	font-size: 15px;
	font-weight: 700;
	height: 40px;
	justify-content: center;
	text-decoration: none; 
	width: 155px;
}
@media screen and (min-width: 1000px) {
	.link-list-item {
		border-radius: 40px;
		font-size: 30px; 
		height: 80px;
		width: 330px;
	}
}
.link-list-item--dpay {
	background: #d00f2f;
}
.link-list-item .small {
	font-size: .7em;
}

.link-content-catch {
	font-weight: 700; 
	text-align: center;
}
.link-content-catch__head {
	color: #d00f2f;
	display: block;
	font-size: 14px; 
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.link-content-catch__head {
		font-size: 28px; 
		margin-bottom: 20px;
	}
}
.link-content-catch__text {
	display: block;
	font-size: 11px;
}
@media screen and (min-width: 1000px) {
	.link-content-catch__text {
		font-size: 22px;
	}
}
.link-content-catch__text .colored {
	color: #d00f2f;
}

.link-content-notice {
	font-size: 10px; 
	line-height: 1.6;
	margin: -.3em;
}
.link-content-notice .icon-align {
	display: flex;
}
.link-content-notice .icon-align--inline {
	display: inline-flex;
}
.link-content-notice .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .25em;
	text-align: center; 
	width: 1em;
}
.link-content-notice .icon-align__content {
	display: block;
	flex: 0 1 auto;
}
@media screen and (min-width: 1000px) {
	.link-content-notice {
		font-size: 20px;
	}
}

.mv-img {
	display: block;
	position: relative;
	width: 100%;
}
.mv-img::before {
	content: "";
	display: block;
	padding-top: 24%;
}
.mv-img > * {
	bottom: 0;
	display: block;
	left: 0;
	position: absolute;
	right: 0; 
	top: 0;
}
@media screen and (min-width: 1000px) {
	.mv-img {
		display: block;
		position: relative;
		width: 100%;
	}
	.mv-img::before {
		content: "";
		display: block;
		padding-top: 24%;
	}
	.mv-img > * {
		bottom: 0;
		display: block;
		left: 0;
		position: absolute;
		right: 0; 
		top: 0;
	}
}

.first__mv {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.first__mv {
		margin-bottom: 20px;
	}
}

.first__catch {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.first__catch {
		margin-bottom: 30px;
	}
}

.first__list {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.first__list {
		margin-bottom: 20px;
	}
}

.first__notice {
	margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
	.first__notice {
		margin-bottom: 60px;
	}
}

.first-catch {
	font-size: 11px;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}
@media screen and (min-width: 1000px) {
	.first-catch {
		font-size: 22px;
	}
}
.first-catch .icon-align {
	display: flex;
}
.first-catch .icon-align--inline {
	display: inline-flex;
}
.first-catch .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .25em;
	text-align: center; 
	width: 1em;
}
.first-catch .icon-align__content {
	display: block;
	flex: 0 1 auto;
}
.first-catch .icon-align__icon {
	color: #d00f31;
}
.first-catch .icon-align__icon span {
	font-size: .7em;
}
.first-catch .strong {
	font-weight: 700;
}
.first-catch .small {
	font-size: 10px;
}
@media screen and (min-width: 1000px) {
	.first-catch .small {
		font-size: 20px;
	}
}

.first-list {
	background: #ffc;
	border-radius: 5px;
	padding: 15px 20px;
}
@media screen and (min-width: 1000px) {
	.first-list {
		border-radius: 10px;
		padding: 30px;
	}
}
.first-list__item:not(:last-child) {
	margin-bottom: 10px;
}
@media screen and (min-width: 1000px) {
	.first-list__item:not(:last-child) {
		margin-bottom: 20px;
	}
}

.first-list-item {
	font-size: 11px;
	font-weight: 700;
	line-height: 1.4;
	margin: -.2em 0;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.first-list-item {
		font-size: 22px;
	}
}
.first-list-item.strong {
	color: #d00f2f; 
	font-size: 14px;
}
@media screen and (min-width: 1000px) {
	.first-list-item.strong {
		font-size: 28px;
	}
}

.first-notice {
	font-size: 10px; 
	line-height: 1.6;
	margin: -.3em;
}
.first-notice .icon-align {
	display: flex;
}
.first-notice .icon-align--inline {
	display: inline-flex;
}
.first-notice .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .25em;
	text-align: center; 
	width: 1em;
}
.first-notice .icon-align__content {
	display: block;
	flex: 0 1 auto;
}
@media screen and (min-width: 1000px) {
	.first-notice {
		font-size: 20px;
	}
}

.download-link {
	align-items: center;
	color: inherit; 
	display: inline-flex;
	font-size: 12px;
	font-weight: 700;
	text-decoration: none;
}
@media screen and (min-width: 1000px) {
	.download-link {
		font-size: 24px;
	}
}
.download-link .icon {
	color: #cf345d;
	font-size: 10px; 
	margin-right: .5em;
}
@media screen and (min-width: 1000px) {
	.download-link .icon {
		font-size: .7em;
	}
}

.notice-list__item:not(:last-child) {
	margin-bottom: 25px;
}

.notice-list__item .text-box {
	display: block;
	font-size: 12px;
	line-height: 1.6;
	margin: calc((1.6em - 1em) / 2 * -1) 0;
}

.notice-list__item .icon-align {
	display: flex;
}
.notice-list__item .icon-align--inline {
	display: inline-flex;
}
.notice-list__item .icon-align__icon {
	display: block;
	flex: 0 0 1em;
	margin-right: .25em;
	text-align: center; 
	width: 1em;
}
.notice-list__item .icon-align__content {
	display: block;
	flex: 0 1 auto;
}

.notice-list .colored {
	color: #c00;
}

.recommend__head {
	margin-bottom: 15px; 
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.recommend__head {
		margin-bottom: 30px;
	}
}

.recommend__catch {
	margin-bottom: 15px; 
	text-align: center;
}

.recommend__items-list .container {
	padding: 0 25px;
}

.recommend__items-list:not(:last-child) {
	margin-bottom: 25px;
}

.recommend__btn {
	text-align: center;
}
.recommend__btn:not(:last-child) {
	margin-bottom: 15px;
}

.recommend-btn {
	align-items: center;
	background: #fff;
	border-radius: 15px;
	box-sizing: border-box;
	color: #000;
	display: inline-flex;
	font-size: 14px;
	height: 30px;
	justify-content: center;
	min-width: 150px;
	text-decoration: none;
}

.recommend-notice {
	font-size: 10px; 
	text-align: center;
}

.main {
	position: relative;
}

.separator--first, .separator--link {
	margin-bottom: 30px;
}
@media screen and (min-width: 1000px) {
	.separator--first, .separator--link {
		margin-bottom: 60px;
	}
}

.separator--recommend {
	background: #f4f2ef;
	margin-bottom: 25px; 
	padding: 25px 0;
}
@media screen and (min-width: 1000px) {
	.separator--recommend {
		margin-bottom: 60px; 
		padding: 60px 0;
	}
}

.separator--cpn {
	margin-bottom: 35px;
}
@media screen and (min-width: 1000px) {
	.separator--cpn {
		margin-bottom: 65px;
	}
}

.separator--download {
	margin-bottom: 25px;
}
@media screen and (min-width: 1000px) {
	.separator--download {
		margin-bottom: 60px;
	}
}

.separator--detail {
	background: #f4f2ef;
	margin-bottom: 25px; 
	padding: 25px 0;
}
@media screen and (min-width: 1000px) {
	.separator--detail {
		margin-bottom: 65px; 
		padding: 60px 0;
	}
}

.separator--notice {
	background: #f4f2ef;
	padding: 25px 0 70px;
}
@media screen and (min-width: 1000px) {
	.separator--notice {
		padding: 60px 0 120px;
	}
}

.step-list {
	color: #090;
}
.step-list__head {
	margin-bottom: 15px;
}
@media screen and (min-width: 1000px) {
	.step-list__head {
		margin-bottom: 20px;
	}
}
.step-list__head > * {
	font-size: 14px;
	font-weight: 700; 
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.step-list__head > * {
		font-size: 28px;
	}
}
.step-list__list {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: -12.5px -10px;
}
@media screen and (min-width: 1000px) {
	.step-list__list {
		margin: -30px -40px;
	}
}
.step-list__item {
	box-sizing: border-box;
	flex: 0 0 50%;
	max-width: 50%;
	padding: 12.5px 10px;
}
@media screen and (min-width: 1000px) {
	.step-list__item {
		flex: 0 0 auto;
		padding: 30px 40px;
	}
}
.step-list__item--large {
	flex-basis: 100%; 
	max-width: 100%;
}

.step-item__cap {
	margin-bottom: 10px;
	text-align: center;
}
@media screen and (min-width: 1000px) {
	.step-item__cap {
		margin-bottom: 20px;
	}
}
.step-list__item:first-child .step-item__cap img {
	margin-bottom: -3px;
}

.step-item__text {
	display: flex;
	justify-content: center;
	margin: 0 -10px;
}

.step-item__text-body {
	font-feature-settings: "palt";
	font-size: 12px;
	font-weight: 700;
	line-height: 1.5;
	margin: calc((1.5em - 1em) / 2 * -1) 0; 
	white-space: nowrap;
}
@media screen and (min-width: 1000px) {
	.step-item__text-body {
		font-size: 24px;
	}
}