@charset "UTF-8";
*, :after, :before {
	box-sizing: border-box;
	font-weight: 400;
}

a, abbr, acronym, address, applet, article, aside, audio, b, big, blockquote, body, canvas, caption, center, cite, code, dd, del, details, dfn, div, dl, dt, em, embed, fieldset, figcaption, figure, footer, form, h1, h2, h3, h4, h5, h6, header, hgroup, html, i, iframe, img, ins, kbd, label, legend, li, mark, menu, nav, object, ol, output, p, pre, q, ruby, s, samp, section, small, span, strike, strong, sub, summary, sup, table, tbody, td, tfoot, th, thead, time, tr, tt, u, ul, var, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}

article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
	display: block;
}

html {
	width: 100%;
	height: 100%;
}

body {
	line-height: 1;
}

ol, ul {
	padding: 0;
	list-style: none;
}

blockquote, q {
	quotes: none;
}

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

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

button {
	background-color: transparent;
	cursor: pointer;
	padding: 0;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

button, label {
	border: 0;
	outline: 0;
}

label:focus, label:hover {
	outline: 0;
	box-shadow: none;
}

input {
	-webkit-appearance: none;
	appearance: none;
	-moz-appearance: none;
	background-color: transparent;
	background-image: none;
	box-shadow: none;
	outline: 0;
	border: none;
}

select {
	border: none;
	outline: none;
	background: transparent;
	background-image: none;
	box-shadow: none;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
}

a, a:active, a:focus, a:hover, a:link, a:visited {
	outline: 0;
	text-decoration: none;
}

[type=text] {
	line-height: normal;
}

button, input, select, textarea {
	font-family: inherit;
	font-size: 100%;
}

ol, ul {
	padding: 0;
	list-style: none;
}

body, button, input, label, select, td, textarea {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
}

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: #FFFFFE;
	color: #686B7F;
	overflow-x: hidden;
}

img{
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;

	-moz-transition: 0.5s;
	-webkit-transition: 0.5s;
	transition: 0.5s;
	vertical-align: top;

	-moz-user-select: none; 
	-webkit-user-select: none;
	-ms-user-select: none;
	user-select: none;
	-webkit-user-drag: none; 
	user-drag: none;
}

@media screen and (max-width: 767px) {
	body {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.1428571429;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	body {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.0666666667;
	}
}
@media screen and (min-width: 1025px) {
	body {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1;
	}
}
@media screen and (max-width: 767px) {
	h2 {
		font-size: 15px;
		font-size: 1.5rem;
		line-height: 1.2;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	h2 {
		font-size: 20px;
		font-size: 2rem;
		line-height: 1.2;
	}
}
@media screen and (min-width: 1025px) {
	h2 {
		font-size: 24px;
		font-size: 2.4rem;
		line-height: 1.25;
	}
}
small {
	font-size: 10px;
	font-size: 1rem;
	line-height: 1.6;
	line-height: 1;
}

.btn {
	width: 350px;
	height: 80px;
	margin: 30px auto 0px auto;
	font-size: 20px;
	color: #fff;
	border-radius: 60px;
	text-align: center;
	letter-spacing: 1px;
	background: transparent;
	display: flex;
	justify-content: center;
	align-items: center;
	background: #464C9C;
	cursor: pointer;
}

.btn:focus, .btn:hover {
	color: #fff;
	background: #E87463;
	transition-duration: 0.3s;
	transition-timing-function: ease-in-out;
}

@media screen and (width: 320px) {
	.btn {
		width: 300px;
		height: 60px;
		margin: 10px auto;
		font-size: 18px;
	}
}
@media screen and (min-width: 768px) and (max-width: 1024px) {
	.btn {
		width: 600px;
		height: 120px;
		margin: 10px auto;
		font-size: 28px;
	}
}
@media screen and (min-width: 1025px) {
	.btn {
		width: 600px;
		height: 120px;
		margin: 10px auto;
		font-size: 30px;
		transition: background-color 0.2s ease-out;
		box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.12), 0 3px 1px -2px rgba(0, 0, 0, 0.2);
		-webkit-tap-highlight-color: transparent;
	}
}
.notice {
	color: #ff5f74;
}

.txt {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.4285714286;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.txt {
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.625;
	}
}
@media screen and (min-width: 1025px) {
	.txt {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.5555555556;
	}
}
body, button, input, label, select, td, textarea {
	font-family: -apple-system, BlinkMacSystemFont, Roboto, Segoe UI, Helvetica Neue, HelveticaNeue, YuGothic, Yu Gothic Medium, Yu Gothic, Verdana, Meiryo, sans-serif;
}

html {
	font-size: 62.5%;
}

body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background: white;
	color: #686B7F;
	overflow-x: hidden;
}

.container_lp {
	line-height: 1.4;
	border-top: 5px solid #000e66;
}

.container_lp img {
	width: 100%;
}

.container_lp main h2 {
	color: #3053b5;
	font-size: 30px;
	font-size: 3rem;
	line-height: 0.6666666667;
	font-weight: bold;
	line-height: 1.5;
	text-align: center;
	margin-bottom: 20px;
}

.container_lp main h2 span {
	display: inline-block;
}

@media screen and (max-width: 767px) {
	.container_lp main h2 {
		font-size: 14px;
		font-size: 2rem;
		line-height: 1.25;
	}
}
.container_lp main .inner {
	max-width: 1020px;
	width: 100%;
	margin: 0 auto;
	padding: 0 10px;
}

@media screen and (max-width: 767px) {
	.container_lp main .inner {
		width: 100%;
		padding: 0 10px;
	}
}
.container_lp main .content-element {
	padding: 60px 0;
}

.container_lp main .content-element.section-intro {
	color: #ffffff;
	background: #e0038b;
}

.container_lp main .content-element.section-intro h2 {
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	font-size: 20px;
	line-height: 1.6;
	color: #ffffff;
	margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
	.container_lp main .content-element.section-intro h2 {
		font-size: 18px;
		font-size: 1.8rem;
		line-height: 1.2222222222;
		margin-bottom: 10px;
	}
}
.container_lp main .content-element.section-intro .txt {
	padding: 0 5px;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.5555555556;
	text-align: center;
	margin: 0 auto;
}

@media screen and (max-width: 767px) {
	.container_lp main .content-element{
		padding: 30px 0;
	}
	.container_lp main .content-element.section-intro .txt {
		text-align: left;
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.4285714286;
	}

	.container_lp main .content-element.section-intro .txt :nth-child(6), .container_lp main .content-element.section-intro .txt br:nth-child(2) {
		display: none;
	}
}
.container_lp main .content-element.section-intro .txt b {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 0.7272727273;
	color: #f8e343;
	font-weight: 700;
}

@media screen and (max-width: 767px) {
	.container_lp main .content-element.section-intro .txt b {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.1428571429;
	}
}
.container_lp main .content-element.section-intro .txt span {
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 0.7272727273;
	font-weight: 700;
	color: #e86854;
	border-bottom: 4px double #e86854;
}

@media screen and (max-width: 767px) {
	.container_lp main .content-element.section-intro .txt span {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1.1428571429;
	}
}
.container_lp main .content-element.section-code {
	padding: 10px 0;
	background: #f8e343;
	text-align: center;
}

.container_lp main .content-element.section-bg-white {
	background: white;
}
.read_area,
.container_lp .infomation-table,
.mainV-inner,
.container_lp main .sanka{
	background:#3053b5;

}
.container_lp main .sanka {
	padding: 60px 0;
	margin: 60px auto;
}

@media screen and (max-width: 767px) {
	.container_lp main .sanka {
		margin: 30px 0;
		padding: 15px 0;
	}
}
.container_lp main .sanka h2 {
	color: white;
}

.container_lp main .sanka .sanka-wrap {
	background: white;
	border-radius: 10px;
	padding: 30px 0 10px;
}

@media screen and (max-width: 767px) {
	.container_lp main .sanka .sanka-wrap {
		padding: 30px 0 1px;
	}
}
.container_lp main .sanka .sanka-wrap h3 {
	position: relative;
	color: #6e090b;
	text-align: center;
	margin-bottom: 15px;
	font-size: 20px;
	font-size: 2.5rem;
	line-height: 1;
	font-weight: 700;
	max-width: 700px;
	margin: 0 auto 15px;
}

@media screen and (max-width: 767px) {
	.container_lp main .sanka .sanka-wrap h3 {
		font-size: 12px;
		font-size: 2rem;
		line-height: 1.3333333333;
	}
}
.container_lp main .sanka .sanka-wrap h3:after {
	right: 0;
	transform: rotate(-60deg);
}

.container_lp main .sanka .sanka-wrap h3:before {
	left: 0;
	transform: rotate(60deg);
}

.container_lp main .sanka .sanka-wrap h3:after, .container_lp main .sanka .sanka-wrap h3:before {
	content: "";
	position: absolute;
	top: 50%;
	display: inline-block;
	width: 44px;
	height: 2px;
	background-color: #023b0a;
}

@media screen and (max-width: 767px) {
	.container_lp main .sanka .sanka-wrap h3:after, .container_lp main .sanka .sanka-wrap h3:before {
		display: none;
	}
}
.container_lp main .sanka .sanka-wrap h4 {
	text-align: center;
	color: white;
	background:#8e90b2;
	padding: 20px 0px;
	font-size: 3rem;
	font-weight: bold;
}

.container_lp main .sanka .sanka-wrap .step-area {
	display: flex;
	padding: 10px;
}

@media screen and (max-width: 767px) {
	.container_lp main .sanka .sanka-wrap .step-area {
		justify-content: center;
		flex-wrap: wrap;
	}
	.container_lp main .sanka .sanka-wrap h4 {
		font-size: 2rem;
	}

}
.container_lp main .sanka .sanka-wrap .step-area li {
	width: calc(100% / 5);
	color: #8e90b2;
	border: 1px solid #8e90b2;
	margin-right: 10px;
	padding-top: 10px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.container_lp main .sanka .sanka-wrap .step-area li {
		width: 100%;
		margin: 0 0 5px 0;
	}
}
.container_lp main .sanka .sanka-wrap .step-area li h5 {
	color: white;
	background: #8e90b2;
	text-align: center;
	margin: 0 auto 10px;
	width: 70%;
	border-radius: 30px;
}

.container_lp main .sanka .sanka-wrap .step-area li:last-child {
	margin-right: 0;
}

.container_lp main .sanka .sanka-wrap .step-area li p {
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.2857142857;
	font-weight: 700;
	height: 52px;
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
	.container_lp main .sanka .sanka-wrap .step-area li p {
		height: auto;
	}
}
@media screen and (max-width: 767px) {
	.container_lp main .sanka .sanka-wrap .step-area li p {
		height: auto;
	}
}
.container_lp main .sanka .sanka-wrap .step-area li img {
	width: 80%;
}

@media screen and (max-width: 767px) {
	.container_lp main .sanka .sanka-wrap .step-area li img {
		width: 20%;
	}
}
.container_lp .review-wrap {
	margin-bottom: 30px;
	padding: 15px;
	background-position: center;
	background-size: contain;
}

.container_lp .review-wrap > li {
	border: 1px solid #deded5;
	padding: 5px;
	margin-bottom: 10px;
}

.container_lp .review-wrap > li .pro-info {
	padding: 5px;
	background-color: #F5F7FD;
	display: flex;
}

.container_lp .review-wrap > li .pro-info .left {
	width: 100px;
	height: 100px;
	border: 1px solid #ccc;
	background-color: white;
}

.container_lp .review-wrap > li .pro-info .right {
	margin-left: 10px;
}

.container_lp .review-wrap > li .pro-info .right .prp-ttl {
	font-weight: bold;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 0.8888888889;
	margin: 10px 0;
}

.container_lp .review-wrap > li .pro-info .right .category- {
	border-radius: 50px;
	padding: 5px;
	color: #464C9C;
	border: 1px solid #464C9C;
	text-align: center;
	background-color: white;
}

@media only screen and (min-width: 980px) {
	.container_lp .review-wrap {
		margin: 10px 10px 0;
		background-image: url(../img/sample.png);
		background-size: 300px;
	}
}
.container_lp .review-wrap > li .box {
	display: flex;
	padding: 10px 15px;
}

@media screen and (max-width: 767px) {
	.container_lp .review-wrap > li .box {
		display: block;
	}
}
.container_lp .review-wrap li .user-info {
	width: 20%;
	min-width: 20%;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.container_lp .review-wrap li .user-info {
		width: 100%;
		display: flex;
	}
}
.container_lp .review-wrap li .user-info img {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.container_lp .review-wrap li .user-info img {
		width: 30%;
		height: 100%;
	}
}
.container_lp .review-wrap li .user-info .product-review-info {
	font-size: 12px;
	font-size: 1.2rem;
	line-height: 1.3333333333;
	text-align: left;
}

.container_lp .review-wrap li .user-info .product-review-info li {
	margin-bottom: 3px;
}

@media only screen and (min-width: 980px) {
	.container_lp .review-wrap > li:last-child {
		border-top: 1px solid #ececec;
		margin-bottom: 0;
	}
}
.container_lp .review-wrap li .star {
	color: #ffa500;
	font-size: 30px;
}

@media screen and (max-width: 767px) {
	.container_lp .review-wrap li .star {
		font-size: 20px;
	}
}
.container_lp .review-wrap li .star span {
	color: gray;
}

.container_lp .review-wrap li .index {
	font-size: 18px;
	font-weight: bold;
	margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
	.container_lp .review-wrap li .index {
		font-size: 16px;
	}
}
.container_lp .review-wrap li .sub-ttl {
	font-weight: 600;
	color: #29263e;
	font-size: 16px;
	font-size: 1.6rem;
	line-height: 1.25;
	border-left: 2px solid #29263e;
	padding-left: 10px;
	margin-bottom: 10px;
	line-height: 1.4;
}

.container_lp .review-wrap li .txt {
	font-size: 14px;
	margin-bottom: 10px;
}

.container_lp .review_images {
	width: 197px;
	height: auto;
	text-align: center;
	margin: 0 auto;
}

.container_lp .review_images img {
	width: 100%;
}

.container_lp p.notice {
	color: red;
	text-align: center;
	margin: 50px auto 10px auto;
}

.container_lp p.notice span {
	border: 1px solid red;
	font-weight: bold;
	padding: 3px;
	color: red;
	background: #fff;
	margin: 10px 5px;
	height: 38px;
	font-size: 22px;
	font-size: 2.2rem;
	line-height: 0.7272727273;
}

@media screen and (max-width: 767px) {
	.container_lp p.notice span {
		height: 34px;
		display: block;
		font-size: 16px;
		font-size: 1.6rem;
		line-height: 1.5625;
		height: auto;
	}
}
.container_lp p.notice span:first-child {
	background: red;
	color: #fff;
	display: inline-block;
	margin: 0 10px 0 0;
	font-size: 18px;
	font-size: 1.8rem;
	line-height: 1.8888888889;
}

@media screen and (max-width: 767px) {
	.container_lp p.notice span:first-child {
		font-size: 14px;
		font-size: 1.4rem;
		line-height: 1;
	}
}
.container_lp .post-link-container {
	height: auto;
}

.container_lp .post-link {
	display: block;
	background: #3053b5;
	text-align: center;
	width: 80%;
	max-width: 600px;
	margin: 15px auto 50px;
	color: #e8d882;
	padding: 15px 15px;
	border-radius: 80px;
	font-size: 17px;
	font-weight: bold;
	letter-spacing: 1px;
	position: relative;
	top: 0;
}

@media only screen and (min-width: 980px) {
	.container_lp .post-link {
		max-width: 600px;
		margin: 20px auto 20px;
		font-size: 30px;
		padding: 30px 20px;
	}
}
.container_lp .post-link:hover {
	background: #002405;
}

@media only screen and (min-width: 980px) {
	.container_lp .post-link:hover {
	}
}
.container_lp .category-link {
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	column-gap: 20px;
	row-gap: 20px;
	list-style: none;
}

@media screen and (max-width: 767px) {
	.container_lp .category-link {
		column-gap: 5px;
		row-gap: 5px;
		grid-template-columns: repeat(auto-fill, minmax(100px, 1fr));
	}
}
.container_lp .category-link li {
	align-items: top;
	display: flex;
	justify-content: center;
	list-style: none;
}

.container_lp .category-link li a {
	color: #3e3a39;
}

.container_lp .category-link li a .product-thumbnail {
	width: 120px;
	height: 120px;
	align-items: center;
	display: flex;
	justify-content: center;
	margin: 0 auto 5px;
	background: white;
	padding: 5px;
	border: 1px solid #eee;
}

@media screen and (max-width: 767px) {
	.container_lp .category-link li a .product-thumbnail {
		width: 100px;
		height: 100px;
	}
}
.container_lp .category-link li a .product-thumbnail img {
	width: auto;
	height: auto;
	max-width: 100%;
	max-height: 100%;
}

.container_lp .category-link li a .product-name {
	font-size: 14px;
	line-height: 1.5;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.container_lp .category-link li a .product-name {
		font-size: 12px;
	}
}
.container_lp .all-product {
	color: #000066;
	background: white;
	width: 250px;
	display: block;
	padding: 15px;
	border-radius: 4px;
	text-align: center;
	margin: 0 auto 30px;
	border: 1px solid #000066;
}

.container_lp .about {
	margin-bottom: 100px;
	border: dotted red 4px;
	border-radius: 10px;
	padding: 15px;
}

@media screen and (max-width: 767px) {
	.container_lp .about {
		margin-bottom: 15px;
	}
}
.container_lp .about h3 img {
	width: 200px;
}

.container_lp .about .img-wrap {
	display: flex;
	justify-content: center;
	margin-bottom: 15px;
}

.container_lp .about .img-wrap img {
	width: 50%;
}

@media screen and (max-width: 767px) {
	.container_lp .about .img-wrap {
		display: block;
	}

	.container_lp .about .img-wrap img {
		width: 100%;
	}
}
.container_lp .about h3 {
	margin: 0 auto 10px;
	text-align: center;
}

@media screen and (max-width: 767px) {
	.container_lp .about h3 img {
		width: 50%;
	}
}
.container_lp .about .link-wrap {
	display: flex;
	justify-content: center;
	margin: 20px 0;
}

.container_lp .about .link-wrap .gotosite {
	width: 250px;
	color: red;
	padding: 20px;
	font-weight: 700;
	border-radius: 4px;
	margin-top: 15px;
	border: 2px solid red;
	margin-right: 10px;
	display: block;
	margin-right: 10px;
	text-align: center;
	position: relative;
}

.container_lp .about .link-wrap .gotosite:after, .container_lp .about .link-wrap .gotosite:before {
	content: "";
	display: block;
	transform: skewX(45deg);
	position: absolute;
	right: 10px;
	bottom: 6px;
}

.container_lp .about .link-wrap .gotosite:before {
	top: 50%;
	width: 12px;
	height: 3px;
	background: red;
}

.container_lp .about .link-wrap .gotosite:after {
	top: 42%;
	width: 4px;
	height: 8px;
	background: red;
}

@media screen and (max-width: 767px) {
	.container_lp .about .link-wrap .gotosite {
		width: 100%;
	}
}
.container_lp .about .link-wrap .gotosite:hover {
	color: white;
	background: red;
}

.container_lp .about .link-wrap .gotosite:hover:after, .container_lp .about .link-wrap .gotosite:hover:before {
	background: white;
}

@media screen and (max-width: 767px) {
	.container_lp .about .link-wrap {
		text-align: center;
		display: block;
	}
}
.container_lp .infomation-area {
	border: 2px solid #f04b4b;
	background: white;
	padding: 10px 10px 5px;
	color: #f04b4b;
	margin: 3px 0 5px;
}

@media only screen and (min-width: 980px) {
	.container_lp .infomation-area {
		margin: 3px 0 10px;
		padding: 15px 15px 10px;
	}
}
.container_lp .infomation-area b {
	display: block;
	font-weight: bold;
	margin-bottom: 5px;
	font-size: 13px;
}

@media only screen and (min-width: 980px) {
	.container_lp .infomation-area b {
		font-size: 15px;
	}
}
.container_lp .infomation-area p {
	font-size: 12.5px;
	margin-bottom: 5px;
}

@media only screen and (min-width: 980px) {
	.container_lp .infomation-area p {
		font-size: 14px;
	}
}
.container_lp .infomation-table {
	padding: 60px 0;
	margin: 60px 0;
}

@media screen and (max-width: 767px) {
	.container_lp .infomation-table {
		padding: 0;
		margin-bottom: 15px;
	}
}
.container_lp .infomation-table h4 {
	text-align: center;
	color: #ffffff;
	padding: 20px 0;
	font-size: 3rem;
	line-height: 0.8888888889;
	font-weight: 600;
}

.container_lp .infomation-table table {
	background: white;
	table-layout: fixed;
	width: 100%;
	word-break: break-all;
}

.container_lp .infomation-table table img {
	width: 100%;
	border: 1px solid #e0e0e0;
}

.container_lp .infomation-table table tr {
	border-bottom: 1px solid #488374;
}

.container_lp .infomation-table table tr:last-child {
	border-bottom: none;
}

.container_lp .infomation-table table th {
	padding: 10px 0;
	color: #488374;
	width: 20%;
	background: #F2F2EF;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
}

@media screen and (max-width: 767px) {
	.container_lp .infomation-table table th {
		width: 20%;
	}
}
.container_lp .infomation-table table td {
	padding: 20px;
	width: 70%;
}

@media screen and (max-width: 767px) {
	.container_lp .infomation-table table td {
		padding: 10px;
		width: 80%;
	}
}
.container_lp .vendor-ttl {
	margin-top: 100px;
}

.container_lp .vendor-link {
	margin-bottom: 30px;
	display: grid;
	grid-template-columns: repeat(auto-fill, minmax(180px, 1fr));
	column-gap: 20px;
	row-gap: 20px;
	list-style: none;
}

.container_lp .vendor-link li {
	text-align: center;
}

@media screen and (max-width: 767px) {
	.container_lp .vendor-link {
		grid-template-columns: repeat(auto-fill, minmax(80px, 1fr));
	}

	.container_lp .vendor-link li {
		width: 80px;
		height: 80px;
	}

	.container_lp .vendor-link li img {
		width: 100%;
	}
}
.container_lp .category-link li {
	align-items: top;
	display: flex;
	justify-content: center;
	list-style: none;
}

.container_lp footer {
	font-size: 13px;
	font-size: 1.3rem;
	line-height: 1.2307692308;
	background: #29263E;
	margin-top: 60px;
}

.container_lp footer .footer-link-list {
	display: flex;
	flex-direction: column;
	justify-content: center;
	margin: 0 auto;
	padding: 30px;
	width: auto;
}

@media screen and (min-width: 768px) {
	.container_lp footer .footer-link-list {
		display: flex;
		flex-direction: row;
		justify-content: space-between;
		width: 50%;
	}
}
.container_lp footer .footer-link-container {
	font-weight: 400;
	padding: 0 20px 20px;
	transform: none;
	width: 100%;
}

.container_lp footer .footer-link-container li {
	padding: 4px 0;
}

.container_lp footer .footer-link-container li a {
	color: #fff;
}

.container_lp footer .footer-link-container .footer-logo {
	margin-top: 10px;
}

.container_lp footer .footer-link-container .footer-logo a {
	background-image: url("../img/logo_white_new.svg");
	background-repeat: no-repeat;
	background-size: contain;
	content: "";
	display: block;
	height: 31px;
	height: 31px;
	text-align: center;
	vertical-align: middle;
	width: 154px;
}

.container_lp footer .footer-copyright {
	background-color: #FFFFFE;
	color: #555;
	display: block;
	padding-bottom: 20px;
	padding-top: 30px;
	text-align: center;
}

.container_lp footer small {
	display: block;
	text-align: center;
}

/*----------------------
module
----------------------*/
.header-inner {
	box-sizing: border-box;
	width: auto;
	max-width: 1000px;
	padding: 12px 20px 10px 20px;
	margin: 0 auto;
	overflow: hidden;
}
@media screen and (max-width: 480px) {
	.header-inner {
		padding: 10px 10px 8px 8px;
	}
}
.header-txt {
	float: right;
}
@media screen and (max-width: 768px) {
	.header-txt {
		text-align: center;
		float: none;
		font-size: 13px;
	}
}
@media screen and (max-width: 480px) {
	.header-txt {
		font-size: 11px;
	}
}
.header-logo {
	width: 100px;
	display: block;
	float: left;
}
@media screen and (max-width: 768px) {
	.header-logo {
		float: none;
		margin: 0 auto;
	}
}
.header-logo img {
	width: 100%;
	height: auto;
}

.mainV {
	overflow: hidden;
}
.mainV-txt strong {
	color: #3053b5;
	font-weight: 700;
}
.mainV-wrap {
}
.mainV-gra {
	box-sizing: border-box;
	width: auto;
	max-width: 100%;
	padding: 0;
	margin: 0 auto;
	font-size: 0;
}
.mainV-gra img {
	width: 100%;
	height: auto;
}
.mainV-pc {
	display: block;
}
@media screen and (max-width: 768px) {
	.mainV-pc {
		display: none;
	}
}
.mainV-sp {
	display: none;
}
@media screen and (max-width: 768px) {
	.mainV-sp {
		display: block;
	}
}
.mainV-inner {
	margin-top: 60px;
	padding: 90px 10px 60px 10px;
}

.main_copy{
	text-align: center;
	margin-top: 30px;
	color: #fff;
	font-size: 20px;
}
@media screen and (max-width: 768px) {
	.main_copy{
		padding:	0 10px;
		margin-top: 1em;
		font-size: 112.5%;
	}
	.mainV-inner{	padding: 30px 10px; margin-top: 30px;}
}
@media screen and (max-width: 480px) {
	.mainV-inner {
		padding: 30px 10px;
	}
}


.mainV-box {
	box-sizing: border-box;
	width: auto;
	max-width: 1000px;
	margin: 0 auto;
	padding: 30px;
	border-radius: 20px;
	background-color: #ffffff;
	color: #686B7F;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.mainV-box {
		padding: 30px;
		margin: 0 auto 0 auto;
		border-radius: 15px;
	}
}
@media screen and (max-width: 480px) {
	.mainV-box {
		padding: 15px;
		margin: 0 auto 0 auto;
		border-radius: 10px;
	}
}
.mainV-txt {
	font-size: 20px;
	line-height: 2.4;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	padding: 0.3em 0 0 0;
	background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
	background-size: 8px 100%, 100% 2.4em;
}
@media screen and (max-width: 768px) {
	.mainV-txt {
		font-size: 18px;
		background-image: linear-gradient(90deg, rgba(237, 119, 128, 0) 0%, rgba(237, 119, 128, 0) 50%, #fff 0%, #fff 100%), linear-gradient(180deg, rgba(100, 100, 100, 0) 0%, rgba(100, 100, 100, 0) 97.5%, #646464 100%);
		background-size: 8px 100%, 100% 2em;
		line-height: 2;
		padding: 0.2em 0 0 0;
	}
}
@media screen and (max-width: 480px) {
	.mainV-txt {
		font-size: 14px;
	}
}
.mainV-txt span {
	font-weight: 700;
	color: #6e090b;
}
.mainV-list {
	list-style: none;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 400;
	margin: 40px 0 20px 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.mainV-list {
		margin: 30px 0 20px 0;
	}
}
@media screen and (max-width: 480px) {
	.mainV-list {
		margin: 20px 0 20px 0;
	}
}
.mainV-listItem {
	font-size: 20px;
	line-height: 1.5;
	font-family: "Noto Sans JP", sans-serif;
	font-weight: 500;
	margin: 15px 0;
	padding: 0 0 0 34px;
	position: relative;
}
.mainV-listItem span {
	color: #ff0000;
	font-weight:bold;
	border-bottom: 4px double #ff0000;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.mainV-listItem {
		font-size: 18px;
		padding: 0 0 0 28px;
	}
}
@media screen and (max-width: 480px) {
	.mainV-listItem {
		font-size: 14px;
		padding: 0 0 0 22px;
	}
}
.mainV-listItem:before {
	content: "";
	width: 24px;
	height: 24px;
	background-image: url(../img/ico-check.png);
	background-size: cover;
	position: absolute;
	top: 3px;
	left: 0;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.mainV-listItem:before {
		width: 20px;
		height: 20px;
		top: 4px;
	}
}
@media screen and (max-width: 480px) {
	.mainV-listItem:before {
		top: 2px;
		width: 18px;
		height: 18px;
	}
}
.mainV-listItem a {
	color:#3053b5;
	border-bottom: 1px solid #3053b5;
	transition: all 0.3s;
}
.mainV-listItem a:hover {
	color: #3053b5;
	border-bottom: 1px solid #3053b5;
}
.mainV-copy {
	margin-top: 2em;
	text-align: center;
	color: #3053b5;
	font-size: 125%;
	font-weight: bold;
}

.btn_s {
	margin: 15px 0 0 0;
	text-align: center;
	font-weight: 500;
	font-family: "Noto Sans JP", sans-serif;
	line-height: 1.2;
	font-size: 14px;
}
@media screen and (max-width: 768px) {
	.btn_s {
		font-size: 13px;
	}
}
@media screen and (max-width: 480px) {
	.btn_s {
		font-size: 11px;
	}
}
.btn_s a {
	display: inline-block;
	padding: 12px 30px 10px 30px;
	color: #e0038b;
	background-color: #ffffff;
	box-shadow: 0 4px 0 #1a1a1a;
	border-radius: 50px;
	transition: all 0.2s;
	position: relative;
	top: 0;
}
@media screen and (max-width: 768px) {
	.btn_s a {
		padding: 12px 25px 10px 25px;
	}
}
@media screen and (max-width: 480px) {
	.btn_s a {
		padding: 12px 15px 10px 15px;
	}
}
.btn_s a:hover {
	top: 3px;
	box-shadow: 0 1px 0 #1a1a1a;
}
.btn_s span {
	display: block;
	font-size: 18px;
	letter-spacing: 0.1rem;
}
@media screen and (max-width: 768px) {
	.btn_s span {
		font-size: 17px;
	}
}
@media screen and (max-width: 480px) {
	.btn_s span {
		font-size: 15px;
	}
}

.txt_s {
	text-align: center;
	margin: 0 0 40px 0;
}

.tableList {
	list-style: disc;
	margin: 10px 0 0 15px;
}
.tableList li {
	font-size: 14px;
	line-height: 1.3;
	padding: 5px 0 0 0;
}
@media screen and (max-width: 480px) {
	.tableList li {
		font-size: 13px;
	}
}
.tableList_notice {
	list-style: none;
	margin: 10px 0 0 0;
	padding: 0;
}
.tableList_notice li {
	font-size: 14px;
	line-height: 1.3;
	padding: 5px 0 0 15px;
	position: relative;
}
@media screen and (max-width: 480px) {
	.tableList_notice li {
		font-size: 13px;
	}
}
.tableList_notice li .code {
	font-weight: bold;
	color: #6e090b;
	border-bottom: 4px double #6e090b;
}
.tableList_notice li:before {
	position: absolute;
	content: "※";
	left: 0;
	top: 3px;
	line-height: 1.3;
}
.tableList_2 {
	list-style: disc;
	margin-left: 15px;
}
.tableList_2 li {
	font-size: 13px;
	line-height: 1.3;
	padding: 5px 0 0 0;
}


.infomation-table p strong {
	font-size: 18px;
	font-weight: 700;
}
@media screen and (min-width: 481px) and (max-width: 768px) {
	.infomation-table p strong {
		font-size: 17px;
	}
}
@media screen and (max-width: 480px) {
	.infomation-table p strong {
		font-size: 16px;
	}
}
.float_menu_top{
	border: 0;
	width: 0;
	height: 0;
	display: block;
	position: relative;
}
.float_menu{
	width: 100%;
	position: relative;
	bottom: 0;
	left: 0;
	z-index: 100;
	background: #fff;
}
.read_area{
	color: #fff;
		padding: 0 0 30px;
}
.container_lp main .read_area h2{
	color: #fff;
	font-size: 24px;
	margin-top: 1em;
	padding:  0 10px;
}
.read_area .txt_s{
	margin: 0;
}
.container_lp .read_area .category-link li a{	color: #fff; }

.scr_on .float_menu{
}
.scr_on .container_lp p.notice{
	margin-top: 10px;
}
.scr_on .container_lp .post-link{
	margin-bottom: 10px;
}

.copy_area{
	margin: 1em 0 3em 0;
	text-align: center;
}
.copyBtn{
	display: inline-block;
	line-height: 1;
	padding:	10px 1em;
	border: 1px solid #000;
	border-radius: 20px;
	cursor: pointer;
}
.copyBtn:hover{ background: #eee;}
.copyTxt{
	display: block;
	position: absolute;
	overflow: hidden;
	left: -1000px;
}
@media screen and (max-width: 768px) {
	.container_lp main .read_area h2{
		font-size: 18px;
	}
}
.categories_ttl{
	text-align: center;
	color:#3053b5;
	font-weight: 700;
	margin: 25px 0 10px;
}
.categories_link li{
	display:inline-block;
}
.categories_link li + li:before{
	content:"/";
	margin-left:10px;
	padding-right: 10px;

}
.categories_link li a{
	color:#3053b5;
	font-size: 14px;
	line-height:20px;
}
.categories_link li a:hover{
	text-decoration:underline;
}