@charset "UTF-8";

/* --- title_sub_sky --- */
.title_sub_sky span {
	border-left: #38b25d solid 6px;
}

.indent {
	text-indent: -1em;
	padding-left: 1em;
}

#topicPath_warp {
	margin-bottom: 0 !important;
}

body {
	-webkit-text-size-adjust: 100%;
	text-size-adjust: 100%
}

#main {
	margin-bottom: 0;
	width: 100%;
	overflow: hidden;
	color: #000;
}

@media screen and (max-width: 414px) {
	#main {
		min-width: 100% !important;
		width: 100% !important;
		margin-bottom: 0 !important;
	}
}

#main a {
	-webkit-transition: opacity ease .3s;
	-o-transition: opacity ease .3s;
	transition: opacity ease .3s;
}

@media screen and (min-width: 767px) {
	#main a:hover {
		opacity: .7;
	}
}





/*hero
-----------------*/
.cpSectionInner {
	margin: 0 auto;
	width: 980px;
}

@media screen and (max-width:414px) {
	.cpSectionInner {
		width: auto;
	}
}

/* End Media 414px */





/*hero
-----------------*/
.hero {
	position: relative;
	background-color: #fef200;
	text-align: center;
}

.hero:before {
	content: "";
	display: block;
	position: absolute;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 110px;
	background-color: #ffb03a;
}

.hero img {
	margin: 0 auto;
	position: relative;
	width: 992px;
}

@media screen and (max-width:414px) {}

/* End Media 414px */





/*cpTerm
-----------------*/
.cpTerm {
	margin: 30px 0;
	display: flex;
	justify-content: center;
}

@media screen and (max-width:414px) {
	.cpTerm {
		margin: 15px auto;
		display: block;
		width: calc(610/640*100%);
	}
}

/* End Media 414px */





/*cpAbout
-----------------*/
.cpAbout {
	padding: 80px 0;
	background: url(../images/bg_about.jpg) bottom center no-repeat;
	-webkit-background-size: cover;
	background-size: cover;
}

.cpAbout .aboutTitle {
	margin: 0 auto 80px;
	width: 442px;
}

@media screen and (max-width:414px) {
	.cpAbout {
		padding: calc(80/640*100%) 0;
		background: url(../images/bg_about_sp.jpg) bottom center no-repeat;
		-webkit-background-size: cover;
		background-size: cover;
	}

	.cpAbout .aboutTitle {
		margin-bottom: calc(80/640*100%);
		width: calc(442/640*100%);
	}

	.cpAbout p {
		margin-left: calc(40/640*100%);
		width: calc(375/640*100%);
	}
}

/* End Media 414px */





/*cpSection oval
-----------------*/
.cpSectionWrap,
.cpSection {
	position: relative;
}

.cpSectionWrap.oval,
.cpSection.oval {
	margin-left: -200px;
	margin-right: -200px;
	padding-left: 200px;
	padding-right: 200px;
	padding-bottom: 130px;
	border-bottom-right-radius: 2000px 800px;
	border-bottom-left-radius: 2000px 800px;
}

.bgY {
	background-color: #fef200;
}

.bgW {
	background-color: #fff;
}

.bgG {
	background-color: #f4f4f4;
}

@media screen and (max-width:414px) {

	.cpSectionWrap.oval,
	.cpSection.oval {
		margin-left: -100px;
		margin-right: -100px;
		padding-left: 100px;
		padding-right: 100px;
		padding-bottom: 60px;
		border-bottom-right-radius: 1000px 600px;
		border-bottom-left-radius: 1000px 600px;
	}
}

/* End Media 414px */





/*shopSearch
-----------------*/
.shopSearch {}

.shopSearch dt {
	margin: 0 0 34px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.shopSearch dd {
	margin: 0 auto;
	width: 560px;
}

.shopSearch dd+dd {
	margin-top: 20px;
}

@media screen and (max-width:414px) {
	.shopSearch {}

	.shopSearch dt {
		margin: 0 0 17px;
		font-size: 12px;
	}

	.shopSearch dd {
		width: calc(560/640*100vw);
	}
}

/* End Media 414px */





/*cpFlow
-----------------*/
.cpFlow {
	padding-top: 40px;
	padding-bottom: 130px;
}

.cpFlow ul {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}

.cpFlow ul li {
	border-radius: 6px;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 460px;
	height: 100px;
	background-image: url("../images/bg_flow.png");
	background-size: contain;
	background-repeat: no-repeat;
	background-position: center;
}

.cpFlow ul li img {
	width: 354px;
}

.cpFlow ul li:nth-child(2) img {
	width: 331px;
}

.cpFlow .flowImage {
	margin: 40px 20px;
}

.cpFlow .pushTxt {
	margin: 0 auto 34px;
	width: 560px;
}

@media screen and (max-width:414px) {
	.cpFlow {
		padding-top: 20px;
	}

	.cpFlow ul {
		padding: 0 6.25%;
		display: block;
	}

	.cpFlow ul li {
		margin: 0 0 20px;
    padding: 16px 0;
    width: 100%;
    height: auto;
		background-image: url("../images/bg_flow_01_sp.png");
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center;
	}

	.cpFlow ul li:nth-child(2) {
		background-image: url("../images/bg_flow_02_sp.png");
	}

	.cpFlow ul li img {
		width: 76.61%;
	}

	.cpFlow ul li:nth-child(2) img {
		width: 71.79%;
	}

	.cpFlow .flowImage {
		margin: 0 auto;
		width: calc(560/640*100vw);
	}

	.cpFlow .pushTxt {
		margin: 20px auto 16px;
		width: calc(560/640*100%);
	}
}

/* End Media 414px */





/*cpExample
-----------------*/
.cpExample {
	padding-bottom: 130px;
	background-color: #f4f4f4;
}

.cpExample .cpExampleHead {
	padding-top: 40px;
	padding-bottom: 130px;
	z-index: 2;
}

.cpExample .sectionTitle {
	line-height: 1.43;
	color: #FF9100;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.cpExample .notice {
	margin: 0 0 34px;
	font-size: 20px;
	letter-spacing: .075em;
	text-align: center;
}

.cpExample .payInfo {
	padding: 0 20px;
	display: flex;
	justify-content: space-between;
}

.cpExample .payInfo .image {
	width: 560px;
}

.cpExample .payInfo .image .caption {
	font-size: 12px;
	letter-spacing: .075em;
}

.cpExample .payInfo .payPrice {
	width: 370px;
}

.cpExample .payInfo .payPrice dl {
	margin: 0 0 14px;
	border: 1px #666 solid;
}

.cpExample .payInfo .payPrice dl dt {
	padding: 3px 0;
	color: #fff;
	background-color: #666;
	font-size: 16px;
	font-weight: normal;
	letter-spacing: .075em;
	text-align: center;
}

.cpExample .payInfo .payPrice dl dd {
	padding: 30px 0;
	display: flex;
	justify-content: center;
}

.cpExample .payInfo .payPrice dl dd img {
	width: 302px;
}

.cpExample .payInfo .payPrice p {
	line-height: 1.4;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.cpExample .payInfo .payPrice p .em {
	color: #FF9100;
	font-weight: bold;
}

.cpExample .payInfo .payPrice p .sup {
	font-size: 50%;
	font-weight: bold;
	vertical-align: super;
}

@media screen and (max-width:414px) {
	.cpExample {
		padding-bottom: 60px;
	}

	.cpExample .cpExampleHead {
		padding-top: 20px;
		padding-bottom: 60px;
	}

	.cpExample .sectionTitle {
		font-size: 14px;
	}

	.cpExample .notice {
		margin: 0 0 17px;
		font-size: 10px;
	}

	.cpExample .payInfo {
		margin: 0 auto;
		padding: 0;
		display: block;
		width: calc(560/640*100%);
	}

	.cpExample .payInfo .image {
		margin: 0 0 20px;
		width: auto;
	}

	.cpExample .payInfo .image .caption {
		font-size: 10px;
	}

	.cpExample .payInfo .payPrice {
		width: auto;
	}

	.cpExample .payInfo .payPrice dl {
		margin: 0 0 14px;
	}

	.cpExample .payInfo .payPrice dl dt {
		font-size: 12px;
	}

	.cpExample .payInfo .payPrice dl dd {
		padding: 15px 0;
		display: block;
		text-align: center;
	}

	.cpExample .payInfo .payPrice dl dd img {
		width: calc(403/560*100%);
	}

	.cpExample .payInfo .payPrice p {
		font-size: 14px;
	}
}

/* End Media 414px */





/*cpExampleContents
-----------------*/
.cpExampleContents {
	padding: 40px 0 0;
}

.cpExampleContents .zankurePriceTable {
	margin: 0 auto;
	width: 940px;
}

.cpExampleContents .zankurePriceTable table {}

.cpExampleContents .zankurePriceTable table th {
	padding: 6px 12px;
	border: 1px #666 solid;
	width: 440px;
	background-color: #e6e6e6;
	font-size: 20px;
	font-weight: bold;
}

.cpExampleContents .zankurePriceTable table th .small {
	font-size: 14px;
	font-weight: normal;
}

.cpExampleContents .zankurePriceTable table th .sup {
	font-size: 9px;
	vertical-align: super;
}

.cpExampleContents .zankurePriceTable table td {
	padding: 6px 12px;
	border: 1px #666 solid;
	width: 250px;
	background-color: #fff;
	font-size: 20px;
	font-weight: bold;
	text-align: right;
}

.cpExampleContents .zankurePriceTable table td.null {
	border-top: 1px #f4f4f4 solid;

	border-left: 1px #f4f4f4 solid;
	background-color: transparent;
}

.cpExampleContents .zankurePriceTable table td.label {
	color: #fff;
	background-color: #4d4d4d;
	font-weight: bold;
	text-align: center;
}

.cpExampleContents .zankurePriceTable table td.total {
	background-color: #fffcd7;
}

.cpExampleContents .zankurePriceTable table td.vab {
	vertical-align: bottom;
}

.cpExampleContents .zankurePriceTable table td .em {
	color: #ff9100;
	font-weight: bold;
}

.cpExampleContents .zankurePriceTable table td .if {
	margin-right: 5px;
	font-size: 16px;
	font-weight: bold;
	vertical-align: text-bottom;
}

.cpExampleContents .zankurePriceTable table td .small {
	font-size: 12px;
}

.cpExampleContents .zankurePriceTable table td .sup {
	font-size: 9px;
	vertical-align: super;
}

.cpExampleContents .zankureExample {
	margin: 40px auto;
	width: 600px;
}

.cpExampleContents .zankureNotice {
	margin: 0 auto 1.5em;
	width: 940px;
	line-height: 1.5;
	font-size: 12px;
}

.cpExampleContents .zankurePaynumTable {
	margin: 0 auto 30px;
	width: 940px;
}

.cpExampleContents .zankurePaynumTable .tableTitle {
	margin: 0 0 12px;
	font-size: 20px;
	font-weight: bold;
}

.cpExampleContents .zankurePaynumTable table {
	margin: 0 0 12px;
	width: 100%;
}

.cpExampleContents .zankurePaynumTable table th {
	padding: 6px 0;
	border: 1px #666 solid;
	background-color: #e6e6e6;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.cpExampleContents .zankurePaynumTable table th.null {}

.cpExampleContents .zankurePaynumTable table tr:nth-child(2) th {
	font-size: 20px;
}

.cpExampleContents .zankurePaynumTable table th.monthlabel {
	width: 80px;
}

.cpExampleContents .zankurePaynumTable table th.monthlabel .ver {
	letter-spacing: .5em;
	font-weight: bold;
	writing-mode: vertical-rl;
	-ms-writing-mode: tb-rl;
}

.cpExampleContents .zankurePaynumTable table th.month {
	padding-right: 20px;
	width: 90px;
	text-align: right;
}

.cpExampleContents .zankurePaynumTable table td {
	padding: 6px 0;
	border: 1px #666 solid;
	width: 250px;
	background-color: #fff;
	font-size: 24px;
	text-align: center;
}

@media screen and (max-width:414px) {
	.cpExampleContents {
		padding: 20px 0 0;
	}

	.cpExampleContents .zankurePriceTable {
		width: calc(600/640*100%);
	}

	.cpExampleContents .zankurePriceTable table {}

	.cpExampleContents .zankurePriceTable table th {
		padding: 5px;
		width: calc(240/600*100%);
		font-size: 10px;
	}

	.cpExampleContents .zankurePriceTable table th .small {
		font-size: 7px;
	}

	.cpExampleContents .zankurePriceTable table th .sup {
		font-size: 7px;
	}

	.cpExampleContents .zankurePriceTable table td {
		padding: 5px;
		width: calc(180/600*100%);
		font-size: 10px;
	}

	.cpExampleContents .zankurePriceTable table td.vab {
		vertical-align: middle;
	}

	.cpExampleContents .zankurePriceTable table td .if {
		font-size: 8px;
	}

	.cpExampleContents .zankurePriceTable table td .small {
		font-size: 7px;
	}

	.cpExampleContents .zankurePriceTable table td .sup {
		font-size: 7px;
	}

	.cpExampleContents .zankureExample {
		margin: 20px auto;
		width: calc(600/640*100%);
	}

	.cpExampleContents .zankureNotice {
		width: calc(600/640*100vw);
		font-size: 10px;
	}

	.cpExampleContents .zankurePaynumTable {
		margin: 0 auto 15px;
		width: calc(600/640*100%);
	}

	.cpExampleContents .zankurePaynumTable .tableTitle {
		margin: 0 0 6px;
		font-size: 12px;
	}

	.cpExampleContents .zankurePaynumTable table {
		margin: 0 0 6px;
		width: 100%;
	}

	.cpExampleContents .zankurePaynumTable table th {
		padding: 5px;
		font-size: 12px;
	}

	.cpExampleContents .zankurePaynumTable table tr:nth-child(2) th {
		font-size: 10px;
	}

	.cpExampleContents .zankurePaynumTable table th.monthlabel {
		width: calc(80/600*100%);
	}

	.cpExampleContents .zankurePaynumTable table th.month {
		padding-right: 5px;
		width: calc(90/600*100%);
	}

	.cpExampleContents .zankurePaynumTable table td {
		padding: 5px 0;
		width: calc(140/600*100%);
		font-size: 12px;
	}
}

/* End Media 414px */




/*cpOutline
-----------------*/
.cpOutline {}

.cpOutline .sectionTitle {
	padding: 40px 0;
	color: #ff9100;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.cpOutline .outlineTable {
	margin: 0 auto;
	width: 940px;
	font-size: 14px;
}

.cpOutline .outlineTable table {}

.cpOutline .outlineTable table th {
	padding: 6px 12px;
	border: 1px #666 solid;
	width: 120px;
	background-color: #e6e6e6;
	font-weight: bold;
	text-align: center;
}

.cpOutline .outlineTable table td {
	padding: 6px 12px;
	border: 1px #666 solid;
	background-color: #fff;
}

.cpOutline .outlineTable table td .small {
	font-size: 12px;
}

.cpOutline .outlineTable table td .sup {
	font-size: 9px;
	vertical-align: super;
}

.cpOutline .outlineTable table td ul li {
	padding-left: 1em;
	text-indent: -1em;
}

.cpOutline .notice {
	margin: 1.5em auto 0;
	width: 940px;
	line-height: 1.5;
	font-size: 12px;
}

.cpOutline .notice.ti1em {
	padding-left: 2em;
	text-indent: -2em;
}

.cpOutline .notice.le1em {
	padding-left: 2em;
}

@media screen and (max-width:414px) {
	.cpOutline {}

	.cpOutline .sectionTitle {
		padding: 20px 0;
		font-size: 14px;
	}

	.cpOutline .outlineTable {
		margin: 0 auto;
		width: calc(600/640*100%);
		font-size: 10px;
	}

	.cpOutline .outlineTable table {}

	.cpOutline .outlineTable table th {
		padding: 5px;
		width: 60px;
	}

	.cpOutline .outlineTable table td {
		padding: 5px;
	}

	.cpOutline .outlineTable table td .small {
		font-size: 9px;
	}

	.cpOutline .outlineTable table td .sup {
		font-size: 7px;
	}

	.cpOutline .notice {
		margin: 1.5em auto 0;
		width: calc(600/640*100%);
		font-size: 10px;
		box-sizing: border-box;
	}

	.cpOutline .notice.ti1em {
		padding-left: 2em;
		text-indent: -2em;
	}
}

/* End Media 414px */





/*cpBottom
-----------------*/
.cpBottom {
	padding-bottom: 80px;
}

.cpBottom dl {
	padding: 40px 0 20px;
}

.cpBottom .linkBnr {
	margin: 0 auto;
	width: 560px;
}

.cpBottom .title {
	margin: 40px 0 10px;
	color: #ff9100;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

@media screen and (max-width:414px) {
	.cpBottom {
		padding-bottom: 40px;
	}

	.cpBottom dl {
		padding: 20px 0 10px;
	}

	.cpBottom .linkBnr {
		width: calc(560/640*100%);
	}

	.cpBottom .title {
		margin: 16px 0 6px;
		font-size: 14px;
	}
}

/* End Media 414px */





/*cpHowtoBuy
-----------------*/
.cpHowtoBuy {}

.cpHowtoBuy .sectionTitle {
	padding: 40px 0;
	color: #ff9100;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
}

.cpHowtoBuy ul:not(.bnrList) {
	padding: 20px;
	background-color: #f4f4f4;
}

.cpHowtoBuy ul:not(.bnrList)>li {
	padding: 20px 0 25px;
	background-color: #59585d;
	text-align: center;
	box-sizing: border-box;
}

.cpHowtoBuy ul:not(.bnrList)>li+li {
	margin-top: 20px;
}

.cpHowtoBuy ul:not(.bnrList)>li .bnrTitle {
	margin: 0 0 15px;
	color: #fff;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.cpHowtoBuy ul:not(.bnrList)>li .bnrLabel {
	margin-top: 15px;
}

.cpHowtoBuy ul:not(.bnrList)>li .bnrText {
	margin: 25px 0;
	border-left: 1px #59585d solid;
	border-right: 1px #59585d solid;
	background-color: #fff;
}

.cpHowtoBuy ul:not(.bnrList)>li .bnrImage {
	display: flex;
	justify-content: center;
}

.cpHowtoBuy ul:not(.bnrList)>li .bnrLead {
	padding: 20px 0;
}

.cpHowtoBuy ul:not(.bnrList)>li .bnrLead p {
	line-height: 1.43;
	font-size: 14px;
	text-align: center;
}

.cpHowtoBuy ul:not(.bnrList)>li .bnrLead p.small {
	font-size: 10px;
}

.cpHowtoBuy ul:not(.bnrList)>li:first-child .bnrImage {
	padding: 25px 0 20px;
}

.cpHowtoBuy ul:not(.bnrList)>li .bnrLink {
	margin: 20px 0 0;
}

.cpHowtoBuy ul:not(.bnrList)>li .bnrList {
	margin: 0 70px 20px;
	columns: 2;
}

.cpHowtoBuy ul:not(.bnrList)>li .bnrList li {
	line-height: 1.8;
	font-size: 20px;
	text-align: left;
}

.cpHowtoBuy ul:not(.bnrList)>li .bnrList li:nth-child(-n+3) {
	width: 450px;
}

.cpHowtoBuy ul:not(.bnrList)>li .bnrList li:nth-child(n+4) {
	margin-left: 50px;
	width: 350px;
}

.cpHowtoBuy ul:not(.bnrList)>li .payImage {}

.cpHowtoBuy ul:not(.bnrList)>li .payImage .label {
	margin: 0 0 15px;
	font-size: 24px;
	font-weight: bold;
	text-align: center;
}

.cpHowtoBuy ul:not(.bnrList)>li .payImage dl {
	margin: 0 70px 20px;
	border: 1px #59585d solid;
}

.cpHowtoBuy ul:not(.bnrList)>li .payImage dl dt {
	color: #fff;
	background-color: #59585d;
	font-size: 18px;
	font-weight: bold;
	text-align: center;
}

.cpHowtoBuy ul:not(.bnrList)>li .payImage dl dd {
	padding: 8px 0;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
}

.cpHowtoBuy ul:not(.bnrList)>li .payImage dl dd span {
	font-size:12px;
}

.cpHowtoBuy ul:not(.bnrList)>li .payImage .howtoPay {
	margin: 0 70px;
	padding: 0 0 25px;
	display: flex;
	justify-content: space-between;
}

.cpHowtoBuy ul:not(.bnrList)>li .payImage .howtoPay .image {
	width: 406px;
}

.cpHowtoBuy ul:not(.bnrList)>li .payImage .howtoPay p {
	width: 380px;
	line-height: 1.63;
	font-size: 16px;
	text-align: left;
}

.cpHowtoBuy ul:not(.bnrList)>li .payImage .howtoPay p .small {
	font-size: 12px;
}

.cpHowtoBuy ul:not(.bnrList)>li .pushList {
	margin: 0 auto;
	padding: 0 0 25px;
	width: 650px;
}

.cpHowtoBuy ul:not(.bnrList)>li .pushList dl {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
}

.cpHowtoBuy ul:not(.bnrList)>li .pushList dl dt {
	padding-top: 10px;
	width: 50px;
}

.cpHowtoBuy ul:not(.bnrList)>li .pushList dl dd {
	padding-top: 10px;
	width: calc(100% - 60px);
	line-height: 1.25;
	font-size: 16px;
	font-weight: bold;
	text-align: left;
}

.cpHowtoBuy .tobimasuBnr {
	margin: 80px 0 40px;
	padding: 0 0 30px;
	border: 20px #f4f4f4 solid;
	position: relative;
	background-color: #fff200;
}

.cpHowtoBuy .tobimasuBnr:before {
	content: "";
	display: block;
	position: absolute;
	top: -110px;
	left: calc(50% - 50px);
	width: 100px;
	height: 100px;
	background: url(../images/icon_plus.png) 0 0 no-repeat;
}

.cpHowtoBuy .tobimasuBnr .bnrTitle {
	padding: 50px 0 30px;
	display: flex;
	justify-content: center;
}

.cpHowtoBuy .tobimasuBnr p {
	display: flex;
	justify-content: center;
}

.cpHowtoBuy .tobimasuBnr .bnrCB {
	position: absolute;
	top: -72px;
	right: 30px;
}

@media screen and (max-width:414px) {
	.cpHowtoBuy {}

	.cpHowtoBuy .sectionTitle {
		padding: 20px 0;
		font-size: 14px;
	}

	.cpHowtoBuy ul:not(.bnrList) {
		margin: 0 auto;
		padding: 10px;
		width: calc(560/640*100%);
		box-sizing: border-box;
	}

	.cpHowtoBuy ul:not(.bnrList)>li {
		padding: 10px 0 15px;
	}

	.cpHowtoBuy ul:not(.bnrList)>li+li {
		margin-top: 10px;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .bnrTitle {
		margin: 0 0 8px;
		font-size: 14px;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .bnrLabel {
		margin: 8px auto 0;
		width: calc(296/640*100vw);
	}

	.cpHowtoBuy ul:not(.bnrList)>li .bnrText {
		margin: 15px 0;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .bnrLead {
		margin: 0 auto;
		padding: 10px 0;
		width: calc(460/640*100vw);
	}

	.cpHowtoBuy ul:not(.bnrList)>li .bnrLead p {
		line-height: 1.67;
		font-size: 12px;
		text-align: left;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .bnrLead p .small {
		font-size: 10px;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .bnrImage {
		margin: 0 auto;
		padding: 15px 0 10px;
		display: block;
		width: calc(460/640*100vw);
	}

	.cpHowtoBuy ul:not(.bnrList)>li:first-child .bnrImage {
		padding: 15px 0 10px;
	}

	.cpHowtoBuy ul:not(.bnrList)>li:last-child .bnrImage {
		padding: 0;
		width: calc(306/640*100vw);
	}

	.cpHowtoBuy ul:not(.bnrList)>li .bnrLink {
		margin: 10px auto 0;
		width: calc(460/640*100vw);
	}

	.cpHowtoBuy ul:not(.bnrList)>li .bnrList {
		margin: 0 calc(60/640*100vw) 10px;
		columns: initial;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .bnrList li {
		padding-left: 1em;
		text-indent: -1em;
		line-height: 1.67;
		font-size: 12px;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .bnrList li:nth-child(-n+3) {
		width: auto;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .bnrList li:nth-child(n+4) {
		margin-left: 0;
		width: auto;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .payImage {}

	.cpHowtoBuy ul:not(.bnrList)>li .payImage .label {
		margin: 0 0 8px;
		font-size: 14px;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .payImage dl {
		margin: 0 auto 10px;
		width: calc(460/640*100vw);
	}

	.cpHowtoBuy ul:not(.bnrList)>li .payImage dl dt {
		font-size: 12px;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .payImage dl dd {
		padding: 5px;
		font-size: 12px;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .payImage dl dd span {
		font-size: 10px;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .payImage .howtoPay {
		margin: 0 auto;
		padding: 0 0 15px;
		width: calc(460/640*100vw);
		display: block;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .payImage .howtoPay .image {
		margin: 0 0 10px;
		width: auto;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .payImage .howtoPay p {
		width: auto;
		line-height: 1.67;
		font-size: 10px;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .payImage .howtoPay p .small {
		font-size: 9px;
	}

	.cpHowtoBuy ul:not(.bnrList)>li .pushList {
		margin: 0 auto;
		padding: 0 0 20px;
		width: calc(460/640*100vw);
	}

	.cpHowtoBuy ul:not(.bnrList)>li .pushList dl {}

	.cpHowtoBuy ul:not(.bnrList)>li .pushList dl dt {
		width: calc(80/640*100vw);
	}

	.cpHowtoBuy ul:not(.bnrList)>li .pushList dl dd {
		width: calc(100% - 80/640*100vw - 10px);
		font-size: 12px;
	}

	.cpHowtoBuy .tobimasuBnr {
		margin: 40px auto 20px;
		padding: 0 0 30px;
		border-width: 10px;
		width: calc(560/640*100%);
		box-sizing: border-box;
	}

	.cpHowtoBuy .tobimasuBnr:before {
		border-radius: 50%;
		top: -55px;
		left: calc(50% - 25px);
		width: 50px;
		height: 50px;
		overflow: hidden;
		-webkit-background-size: contain;
		background-size: contain;
	}

	.cpHowtoBuy .tobimasuBnr .bnrTitle {
		margin: 0 auto;
		padding: 25px 0 20px;
		display: block;
		width: calc(460/640*100vw);
	}

	.cpHowtoBuy .tobimasuBnr p {
		margin: 0 auto;
		display: block;
		width: calc(460/640*100vw);
	}

	.cpHowtoBuy .tobimasuBnr .bnrCB {
		position: absolute;
		top: calc(-60/640*100vw - 10px);
		right: calc(-20/640*100vw - 10px);
		width: calc(220/640*100vw);
	}
}

/* End Media 414px */