@charset "utf-8";
 @import url("https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css");
@import url("https://cdn.jsdelivr.net/bxslider/4.2.12/jquery.bxslider.css");
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	outline: 0;
	list-style-type: none;
	/*font-weight: normal;*/
}
address {
	line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, main, nav, section, summary {
	display: block;
}
audio, canvas, video {
	display: inline-block;
*display: inline;
*zoom: 1;
}
audio:not([controls]) {
	display: none;
	height: 0;
}
[hidden] {
	display: none;
}
html {
	font-size: 100%; /* 1 */
	-ms-text-size-adjust: 100%; /* 2 */
	-webkit-text-size-adjust: 100%; /* 2 */
}
html, button, input, select, textarea {
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", "MS PGothic", Arial, Osaka, Sans-Serif;
}
/**
 * Address margins handled incorrectly in IE 6/7.
 */

body {
	margin: 0;
}
a:focus {
	outline: none;
}
a:active, a:hover {
	outline: none;
}
h1 {
	font-size: 2em;
	margin: 0;
}
h2 {
	font-size: 1.5em;
	margin: 0;
}
h3 {
	font-size: 1.17em;
	margin: 0;
}
h4 {
	font-size: 1em;
	margin: 0;
}
h5 {
	font-size: 0.83em;
	margin: 0;
}
h6 {
	font-size: 0.67em;
	margin: 0;
}
abbr[title] {
	border-bottom: 1px dotted;
}
strong {
	font-weight: bold;
}
p {
	margin: 0;
}
small {
	font-size: 80%;
}
dl, menu, ol, ul, dd {
	margin: 0;
}
ol, ul {
	padding: 0;
}
nav ul, nav ol {
	list-style: none;
	list-style-image: none;
}
img {
	border: 0; /* 1 */
	-ms-interpolation-mode: bicubic; /* 2 */
}
svg:not(:root) {
	overflow: hidden;
}
figure {
	margin: 0;
}
form {
	margin: 0;
}
fieldset {
	border: 1px solid #c0c0c0;
	margin: 0 2px;
	padding: 0.35em 0.625em 0.75em;
}
legend {
	border: 0; /* 1 */
	padding: 0;
	white-space: normal; /* 2 */
 *margin-left: -7px; /* 3 */
}
button, input, select, textarea {
	font-size: 100%; /* 1 */
	margin: 0; /* 2 */
	vertical-align: baseline; /* 3 */
 *vertical-align: middle; /* 3 */
}
button, input {
	line-height: normal;
}
button, select {
	text-transform: none;
}
button, html input[type="button"], /* 1 */ input[type="reset"], input[type="submit"] {
	-webkit-appearance: button; /* 2 */
	cursor: pointer; /* 3 */
 *overflow: visible;  /* 4 */
}
button[disabled], html input[disabled] {
	cursor: default;
}
input[type="checkbox"], input[type="radio"] {
	box-sizing: border-box; /* 1 */
	padding: 0; /* 2 */
 *height: 13px; /* 3 */
 *width: 13px; /* 3 */
}
input[type="search"] {
	-webkit-appearance: textfield; /* 1 */
	-moz-box-sizing: content-box;
	-webkit-box-sizing: content-box; /* 2 */
	box-sizing: content-box;
}
 input[type="search"]::-webkit-search-cancel-button, input[type="search"]::-webkit-search-decoration {
-webkit-appearance: none;
}
 button::-moz-focus-inner, input::-moz-focus-inner {
border: 0;
padding: 0;
}
textarea {
	overflow: auto; /* 1 */
	vertical-align: top; /* 2 */
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
/*alpha*/
.alpha:hover {
	filter: alpha(opacity=70);
	opacity: 0.7;
}
/*clearfix*/
.cf:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.cf {
	min-height: 1px;
}
* html .cf {
	height: 1px;/*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/*ETC*/

.clear {
	clear: both;
}
.fl-right {
	float: right;
}
.fl-left {
	float: left;
}
.align-left {
	text-align: left;
}
.align-right {
	text-align: right;
}
.align-center {
	text-align: center;
}
/* width */
.w10 {
	width: 10%;
}
.w20 {
	width: 20%;
}
.w30 {
	width: 30%;
}
.w40 {
	width: 40%;
}
.w50 {
	width: 50%;
}
.w60 {
	width: 60%;
}
.w70 {
	width: 70%;
}
.w80 {
	width: 80%;
}
.w90 {
	width: 90%;
}
.w100 {
	width: 100%;
}
/*margin*/
.mt-0 {
	margin-top: 0;
}
.mt-5 {
	margin-top: 5px;
}
.mt-10 {
	margin-top: 10px;
}
.mt-15 {
	margin-top: 15px;
}
.mt-20 {
	margin-top: 20px;
}
.mt-25 {
	margin-top: 25px;
}
.mt-30 {
	margin-top: 30px;
}
.mt-35 {
	margin-top: 35px;
}
.mt-40 {
	margin-top: 40px;
}
.mt-45 {
	margin-top: 45px;
}
.mt-50 {
	margin-top: 50px;
}
.mt-60 {
	margin-top: 60px;
}
.mt-70 {
	margin-top: 70px;
}
.mt-80 {
	margin-top: 80px;
}
.mt-80 {
	margin-top: 90px;
}
.mt-100 {
	margin-top: 100px;
}
.mt-120 {
	margin-top: 120px;
}
.mr-0 {
	margin-right: 0;
}
.mr-5 {
	margin-right: 5px;
}
.mr-10 {
	margin-right: 10px;
}
.mr-15 {
	margin-right: 15px;
}
.mr-20 {
	margin-right: 20px;
}
.mr-25 {
	margin-right: 25px;
}
.mr-30 {
	margin-right: 30px;
}
.mr-35 {
	margin-right: 35px;
}
.mr-40 {
	margin-right: 40px;
}
.mr-45 {
	margin-right: 45px;
}
.mr-50 {
	margin-right: 50px;
}
.mr-60 {
	margin-right: 60px;
}
.mr-70 {
	margin-right: 70px;
}
.mr-80 {
	margin-right: 80px;
}
.mr-80 {
	margin-right: 90px;
}
.mr-100 {
	margin-right: 100px;
}
.mr-120 {
	margin-right: 120px;
}
.ml-0 {
	margin-left: 0;
}
.ml-5 {
	margin-left: 5px;
}
.ml-10 {
	margin-left: 10px;
}
.ml-15 {
	margin-left: 15px;
}
.ml-20 {
	margin-left: 20px;
}
.ml-25 {
	margin-left: 25px;
}
.ml-30 {
	margin-left: 30px;
}
.ml-35 {
	margin-left: 35px;
}
.ml-40 {
	margin-left: 40px;
}
.ml-45 {
	margin-left: 45px;
}
.ml-50 {
	margin-left: 50px;
}
.ml-60 {
	margin-left: 60px;
}
.ml-70 {
	margin-left: 70px;
}
.ml-80 {
	margin-left: 80px;
}
.ml-80 {
	margin-left: 90px;
}
.ml-100 {
	margin-left: 100px;
}
.ml-120 {
	margin-left: 120px;
}
.mb-0 {
	margin-bottom: 0;
}
.mb-5 {
	margin-bottom: 5px;
}
.mb-10 {
	margin-bottom: 10px;
}
.mb-15 {
	margin-bottom: 15px;
}
.mb-20 {
	margin-bottom: 20px;
}
.mb-25 {
	margin-bottom: 25px;
}
.mb-30 {
	margin-bottom: 30px;
}
.mb-35 {
	margin-bottom: 35px;
}
.mb-40 {
	margin-bottom: 40px;
}
.mb-45 {
	margin-bottom: 45px;
}
.mb-50 {
	margin-bottom: 50px;
}
.mb-60 {
	margin-bottom: 60px;
}
.mb-70 {
	margin-bottom: 70px;
}
.mb-80 {
	margin-bottom: 80px;
}
.m-90 {
	margin-bottom: 90px;
}
.mb-100 {
	margin-bottom: 100px;
}
.mb-120 {
	margin-bottom: 120px;
}
/*padding*/
.pt-0 {
	padding-top: 0;
}
.pt-5 {
	padding-top: 5px;
}
.pt-10 {
	padding-top: 10px;
}
.pt-15 {
	padding-top: 15px;
}
.pt-20 {
	padding-top: 20px;
}
.pt-25 {
	padding-top: 25px;
}
.pt-30 {
	padding-top: 30px;
}
.pt-35 {
	padding-top: 35px;
}
.pt-40 {
	padding-top: 40px;
}
.pt-45 {
	padding-top: 45px;
}
.pt-50 {
	padding-top: 50px;
}
.pt-60 {
	padding-top: 60px;
}
.pt-70 {
	padding-top: 70px;
}
.pt-80 {
	padding-top: 80px;
}
.pt-90 {
	padding-top: 90px;
}
.pt-100 {
	padding-top: 100px;
}
.pt-120 {
	padding-top: 120px;
}
.pr-0 {
	padding-right: 0;
}
.pr-5 {
	padding-right: 5px;
}
.pr-10 {
	padding-right: 10px;
}
.pr-15 {
	padding-right: 15px;
}
.pr-20 {
	padding-right: 20px;
}
.pr-25 {
	padding-right: 25px;
}
.pr-30 {
	padding-right: 30px;
}
.pr-35 {
	padding-right: 35px;
}
.pr-40 {
	padding-right: 40px;
}
.pr-45 {
	padding-right: 45px;
}
.pr-50 {
	padding-right: 50px;
}
.pr-60 {
	padding-right: 60px;
}
.pr-70 {
	padding-right: 70px;
}
.pr-80 {
	padding-right: 80px;
}
.pr-90 {
	padding-right: 90px;
}
.pr-100 {
	padding-right: 100px;
}
.pr-120 {
	padding-right: 120px;
}
.pl-0 {
	padding-left: 0;
}
.pl-5 {
	padding-left: 5px;
}
.pl-10 {
	padding-left: 10px;
}
.pl-15 {
	padding-left: 15px;
}
.pl-20 {
	padding-left: 20px;
}
.pl-25 {
	padding-left: 25px;
}
.pl-30 {
	padding-left: 30px;
}
.pl-35 {
	padding-left: 35px;
}
.pl-40 {
	padding-left: 40px;
}
.pl-45 {
	padding-left: 45px;
}
.pl-50 {
	padding-left: 50px;
}
.pl-60 {
	padding-left: 60px;
}
.pl-70 {
	padding-left: 70px;
}
.pl-80 {
	padding-left: 80px;
}
.pl-90 {
	padding-left: 90px;
}
.pl-100 {
	padding-left: 100px;
}
.pl-120 {
	padding-left: 120px;
}
.pb-0 {
	padding-bottom: 0;
}
.pb-5 {
	padding-bottom: 5px;
}
.pb-10 {
	padding-bottom: 10px;
}
.pb-15 {
	padding-bottom: 15px;
}
.pb-20 {
	padding-bottom: 20px;
}
.pb-25 {
	padding-bottom: 25px;
}
.pb-30 {
	padding-bottom: 30px;
}
.pb-35 {
	padding-bottom: 35px;
}
.pb-40 {
	padding-bottom: 40px;
}
.pb-45 {
	padding-bottom: 45px;
}
.pb-50 {
	padding-bottom: 50px;
}
.pb-60 {
	padding-bottom: 60px;
}
.pb-70 {
	padding-bottom: 70px;
}
.pb-80 {
	padding-bottom: 80px;
}
.pb-90 {
	padding-bottom: 90px;
}
.pb-100 {
	padding-bottom: 100px;
}
.pb-120 {
	padding-bottom: 120px;
}

@media (max-width: 767px) {
/*margin*/
.mt-10 {
	margin-top: 5px;
}
.mt-15 {
	margin-top: 8px;
}
.mt-20 {
	margin-top: 10px;
}
.mt-25 {
	margin-top: 12px;
}
.mt-30 {
	margin-top: 15px;
}
.mt-35 {
	margin-top: 18px;
}
.mt-40 {
	margin-top: 20px;
}
.mt-45 {
	margin-top: 22px;
}
.mt-50 {
	margin-top: 25px;
}
.mt-60 {
	margin-top: 30px;
}
.mt-70 {
	margin-top: 35px;
}
.mt-80 {
	margin-top: 40px;
}
.mt-90 {
	margin-top: 45px;
}
.mt-100 {
	margin-top: 50px;
}
.mt-120 {
	margin-top: 60px;
}
.mr-10 {
	margin-right: 5px;
}
.mr-15 {
	margin-right: 8px;
}
.mr-20 {
	margin-right: 10px;
}
.mr-25 {
	margin-right: 12px;
}
.mr-30 {
	margin-right: 15px;
}
.mr-35 {
	margin-right: 18px;
}
.mr-40 {
	margin-right: 20px;
}
.mr-45 {
	margin-right: 22px;
}
.mr-50 {
	margin-right: 25px;
}
.mr-60 {
	margin-right: 30px;
}
.mr-70 {
	margin-right: 35px;
}
.mr-80 {
	margin-right: 40px;
}
.mr-90 {
	margin-right: 45px;
}
.mr-100 {
	margin-right: 50px;
}
.mr-120 {
	margin-right: 60px;
}
.ml-10 {
	margin-left: 5px;
}
.ml-15 {
	margin-left: 8px;
}
.ml-20 {
	margin-left: 10px;
}
.ml-25 {
	margin-left: 12px;
}
.ml-30 {
	margin-left: 15px;
}
.ml-35 {
	margin-left: 18px;
}
.ml-40 {
	margin-left: 20px;
}
.ml-45 {
	margin-left: 22px;
}
.ml-50 {
	margin-left: 25px;
}
.ml-60 {
	margin-left: 30px;
}
.ml-70 {
	margin-left: 35px;
}
.ml-80 {
	margin-left: 40px;
}
.ml-90 {
	margin-left: 45px;
}
.ml-100 {
	margin-left: 50px;
}
.ml-120 {
	margin-left: 60px;
}
.mb-10 {
	margin-bottom: 5px;
}
.mb-15 {
	margin-bottom: 8px;
}
.mb-20 {
	margin-bottom: 10px;
}
.mb-25 {
	margin-bottom: 12px;
}
.mb-30 {
	margin-bottom: 15px;
}
.mb-35 {
	margin-bottom: 18px;
}
.mb-40 {
	margin-bottom: 20px;
}
.mb-45 {
	margin-bottom: 22px;
}
.mb-50 {
	margin-bottom: 25px;
}
.mb-60 {
	margin-bottom: 30px;
}
.mb-70 {
	margin-bottom: 35px;
}
.mb-80 {
	margin-bottom: 40px;
}
.mb-90 {
	margin-bottom: 45px;
}
.mb-100 {
	margin-bottom: 50px;
}
.mb-120 {
	margin-bottom: 60px;
}
/*padding*/
.pt-10 {
	padding-top: 5px;
}
.pt-15 {
	padding-top: 8px;
}
.pt-20 {
	padding-top: 10px;
}
.pt-25 {
	padding-top: 12px;
}
.pt-30 {
	padding-top: 15px;
}
.pt-35 {
	padding-top: 18px;
}
.pt-40 {
	padding-top: 20px;
}
.pt-45 {
	padding-top: 22px;
}
.pt-50 {
	padding-top: 25px;
}
.pt-60 {
	padding-top: 30px;
}
.pt-70 {
	padding-top: 35px;
}
.pt-80 {
	padding-top: 40px;
}
.pt-90 {
	padding-top: 45px;
}
.pt-100 {
	padding-top: 50px;
}
.pt-120 {
	padding-top: 60px;
}
.pr-10 {
	padding-right: 5px;
}
.pr-15 {
	padding-right: 8px;
}
.pr-20 {
	padding-right: 10px;
}
.pr-25 {
	padding-right: 12px;
}
.pr-30 {
	padding-right: 15px;
}
.pr-35 {
	padding-right: 18px;
}
.pr-40 {
	padding-right: 20px;
}
.pr-45 {
	padding-right: 22px;
}
.pr-50 {
	padding-right: 25px;
}
.pr-60 {
	padding-right: 30px;
}
.pr-70 {
	padding-right: 35px;
}
.pr-80 {
	padding-right: 40px;
}
.pr-90 {
	padding-right: 45px;
}
.pr-100 {
	padding-right: 50px;
}
.pr-120 {
	padding-right: 60px;
}
.pl-10 {
	padding-left: 5px;
}
.pl-15 {
	padding-left: 8px;
}
.pl-20 {
	padding-left: 10px;
}
.pl-25 {
	padding-left: 12px;
}
.pl-30 {
	padding-left: 15px;
}
.pl-35 {
	padding-left: 18px;
}
.pl-40 {
	padding-left: 20px;
}
.pl-45 {
	padding-left: 22px;
}
.pl-50 {
	padding-left: 25px;
}
.pl-60 {
	padding-left: 30px;
}
.pl-70 {
	padding-left: 35px;
}
.pl-80 {
	padding-left: 40px;
}
.pl-90 {
	padding-left: 45px;
}
.pl-100 {
	padding-left: 50px;
}
.pl-120 {
	padding-left: 60px;
}
.pb-10 {
	padding-bottom: 5px;
}
.pb-15 {
	padding-bottom: 8px;
}
.pb-20 {
	padding-bottom: 10px;
}
.pb-25 {
	padding-bottom: 12px;
}
.pb-30 {
	padding-bottom: 15px;
}
.pb-35 {
	padding-bottom: 18px;
}
.pb-40 {
	padding-bottom: 20px;
}
.pb-45 {
	padding-bottom: 22px;
}
.pb-50 {
	padding-bottom: 25px;
}
.pb-60 {
	padding-bottom: 30px;
}
.pb-70 {
	padding-bottom: 35px;
}
.pb-80 {
	padding-bottom: 40px;
}
.pb-90 {
	padding-bottom: 45px;
}
.pb-100 {
	padding-bottom: 50px;
}
.pb-120 {
	padding-bottom: 60px;
}
}
/* COMMON
-------------------------------------------------------------- */
html {
	font-size: 62.5%;
}
body {
	position: relative;
	overflow-x: hidden;
	color: #2d2d2d;
	line-height: 1.75;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-weight: 500;
}
.yumin {
	font-family: '游明朝', 'Yu Mincho', YuMincho, 'Hiragino Mincho Pro', serif;
}
main {
	position: relative;
	margin: 0 auto;
	width: calc(100% - 260px);
}
.wrapper {
	overflow: hidden;
}
a {
	transition: all 0.5s ease-in-out;
}
a, a:visited, a:focus {
	text-decoration: none;
}
img {
	max-width: 100%;
	height: auto;
}
table {
	border-collapse: collapse;
}
.invisible {
	transition: opacity 0.5s ease;
	opacity: 0.0;
}
.visible {
	transition: opacity 0.5s ease;
	opacity: 1.0;
}
.contentWrap {
	display: flex;
	flex-wrap: wrap;
}
.txtRed {
	color: #ff3700;
}
.txtBlue {
	color: #2d9cf2;
}
.h3Blue {
	position: relative;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 3px 0 0 30px;
	margin-bottom: 20px;
}
.h3Blue::before {
	content: "";
	background: #2d9cf2;
	border-radius: 5px;
	width: 25px;
	height: 25px;
	position: absolute;
	top: 0;
	left: 0;
}
.h4Blue {
	position: relative;
	font-size: 2rem;
	font-weight: 700;
	padding: 5px 0 0 40px;
	margin-bottom: 20px;
}
.h4Blue::before {
	content: "";
	background: #2d9cf2;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 0;
}
.h3IcoLine {
	position: relative;
	font-size: 3rem;
	font-weight: 700;
	background: url("https://syojiki.itembox.design/item/top/images/common/h_line.png") no-repeat left bottom;
	background-size: contain;
	padding: 8px 0 10px 50px;
	margin-bottom: 30px;
}
.h3IcoLine::before {
	content: "";
	background: url("https://syojiki.itembox.design/item/top/images/common/ico_clothes.png") no-repeat center;
	background-size: cover;
	width: 38px;
	height: 41px;
	position: absolute;
	top: 0;
	left: 0;
}
.btnBlue a {
	background: url("https://syojiki.itembox.design/item/top/images/common/btn_blue_bg.png") no-repeat center;
	background-size: cover;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 16px 50px;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.btnBlue a::after, .btnRed a::after, .btnGreen a::after, .btnOrange a::after, .btnPurple a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btnBlue a:hover {
	opacity: .8;
}
.btnBlue02 a {
	background: url("https://syojiki.itembox.design/item/top/images/common/2024btn_blue_bg.png") no-repeat center;
	background-size: cover;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 16px 50px;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.btnBlue02 a::after, .btnRed a::after, .btnGreen a::after, .btnOrange a::after, .btnPurple a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btnBlue02 a:hover {
	opacity: .8;
}
.btnRed a {
	background: url("https://syojiki.itembox.design/item/2024btn_gold_bg.png") no-repeat center;
	background-size: cover;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.4;
	padding: 16px 60px;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.btnRed a:hover {
	opacity: .8;
}
.btnGreen a {
	background: #57c904;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 16px 50px;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.btnGreen a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btnGreen a:hover {
	background: #71e51d;
}
.btnOrange a {
	background: #ffa61b;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 16px 50px;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.btnOrange a:hover {
	background: #ffb43e;
}
.btnPurple a {
	background: #9759ff;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 16px 50px;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.btnPurple a:hover {
	background: #a26dfa;
}
.btnGold a {
	background: #948a54;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 16px 50px;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.btnGold a:hover {
	background: #948a54;
}
.btnPink a {
	background: #eda5e8;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 16px 50px;
	position: relative;
	display: inline-block;
	text-decoration: none;
}
.btnPink a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btnPink a:hover {
	background: #f5c7f2;
}
.btnNormal a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 0;
	width: 10px;
	height: 10px;
	border-top: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.btnNormal a {
	font-size: 1.6rem;
	color: #2d2d2d;
	padding-right: 15px;
	position: relative;
	display: inline-block;
}

@media (min-width:1200px) {
.container {
	width: 1000px;
	max-width: 100%;
}
}

@media (min-width:768px) {
a[href^="tel:"] {
	pointer-events: none;
	color: #2d2d2d;
}
}

@media (max-width: 1260px) {
main {
	width: 100%;
}
}

@media (max-width:767px) {
a[href^="tel:"] {
	color: #2d2d2d;
}
.h3Blue {
	font-size: 1.5rem;
	padding: 3px 0 0 25px;
	margin-bottom: 10px;
}
.h3Blue::before {
	width: 20px;
	height: 20px;
}
.h4Blue {
	font-size: 1.5rem;
	padding: 3px 0 0 25px;
	margin-bottom: 10px;
}
.h4Blue::before {
	width: 20px;
	height: 20px;
}
.h3IcoLine {
	font-size: 2rem;
	background: url("https://syojiki.itembox.design/item/top/images/common/h_line.png") no-repeat left bottom;
	background-size: auto;
	padding: 6px 0 12px 40px;
	margin-bottom: 20px;
}
.h3IcoLine::before {
	width: 30px;
	height: 32px;
}
.btnBlue a, .btnRed a, .btnGreen a, .btnOrange a, .btnPurple a {
	font-size: 1.5rem;
	padding: 15px 30px;
}
.btnBlue a::after, .btnRed a::after, .btnGreen a::after, .btnOrange a::after, .btnPurple a::after {
	right: 20px;
	width: 8px;
	height: 8px;
}
.btnNormal a {
	font-size: 1.4rem;
}
}
/* HEADER
-------------------------------------------------------------- */
header h1 .navbar-brand {
	position: relative;
	color: #2d2d2d;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 10px 0px 10px 80px;
	display: block;
	height: auto;
}
header h1 .navbar-brand span {
	font-size: 1.4rem;
	margin-bottom: 5px;
	display: block;
}
header h1 .navbar-brand::before {
	content: "";
	width: 70px;
	height: 67px;
	background: url("https://syojiki.itembox.design/item/top/images/common/logo.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 2px;
	left: 0;
}
header .navbar-default {
	background-color: #fff;
	border: none;
	padding: 8px 10px;
	margin: 0;
}
header .navbar-default .navbar-nav > li > a {
	font-size: 1.2rem;
	padding: 12px 15px 5px;
	line-height: 1;
}
header .navbar-default .navbar-nav > li.ico01 > a::before {
	content: "";
	width: 20px;
	height: 26px;
	background: url("https://syojiki.itembox.design/item/top/images/common/h_ico01.png") no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto 10px;
}
header .navbar-default .navbar-nav > li.ico02 > a::before {
	content: "";
	width: 29px;
	height: 26px;
	background: url("https://syojiki.itembox.design/item/top/images/common/h_ico02.png") no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto 10px;
}
header .navbar-default .navbar-nav > li.ico03 > a::before {
	content: "";
	width: 26px;
	height: 26px;
	background: url("https://syojiki.itembox.design/item/top/images/common/h_ico03.png") no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto 10px;
}
header .navbar-default .navbar-nav > li.ico04 > a::before {
	content: "";
	width: 25px;
	height: 26px;
	background: url("https://syojiki.itembox.design/item/top/images/common/h_ico04.png") no-repeat;
	background-size: contain;
	display: block;
	margin: 0 auto 10px;
}

@media (max-width: 991px) {
header h1 .navbar-brand {
	font-size: 2rem;
	padding: 10px 0px 10px 80px;
}
header h1 .navbar-brand span {
	font-size: 1.2rem;
}
}

@media (max-width: 767px) {
header {
	position: fixed;
	width: 100%;
	z-index: 9999;
}
header .navbar-default {
	padding: 0;
}
header .navbar-header {
	padding: 8px 10px;
}
.navbar-nav {
	margin: 0 -15px;
	display: flex;
	flex-wrap: wrap;
}
.navbar-default .navbar-collapse, .navbar-default .navbar-form {
	height: 100vh;
	padding: 0 15px 150px;
	overflow: scroll;
	background: #fafafa;
}
header h1 .navbar-brand {
	font-size: 1.4rem;
	padding: 0 0 0 50px;
}
header h1 .navbar-brand span {
	font-size: 1rem;
	margin: 0;
}
header h1 .navbar-brand::before {
	width: 40px;
	height: 38px;
	top: 2px;
	left: 0;
}
.navbar-toggle {
	padding: 10px 8px;
	margin: 4px 0 0 0;
	background: #fff;
	border: none;
}
.navbar-default .navbar-toggle:focus, .navbar-default .navbar-toggle:hover {
	background: #fff;
}
.navbar-default .navbar-toggle .icon-bar {
	background: #2d9cf2;
}
.navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(2) {
	transform: rotate(0deg);
	top: 0;
}
.navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(3) {
	opacity: 1;
	width: 100%;
	margin-left: 0;
}
.navbar .navbar-toggle.collapsed .icon-bar:nth-of-type(4) {
	transform: rotate(0deg);
	bottom: 0;
}
.navbar .navbar-toggle .icon-bar {
	position: relative;
	transition: all 200ms ease-in-out;
}
.navbar .navbar-toggle .icon-bar:nth-of-type(2) {
	transform: rotate(45deg);
	top: 6px;
}
.navbar .navbar-toggle .icon-bar:nth-of-type(3) {
	opacity: 0;
	width: 0;
	margin-left: 50%;
}
.navbar .navbar-toggle .icon-bar:nth-of-type(4) {
	transform: rotate(-45deg);
	bottom: 6px;
}
header .navbar-default .navbar-nav > li {
	border-bottom: 1px solid #ccc;
	width: 100%;
}
header .navbar-default .navbar-nav > li.ttlPlan {
	background: #e8faff;
	padding: 15px 15px 15px 50px;
	color: #2d2d2d;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
}
header .navbar-default .navbar-nav > li.ttlPlan::before {
	content: "";
	width: 29px;
	height: 29px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2024s_ico01.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
header .navbar-default .navbar-nav > li > a {
	display: block;
	padding: 18px 30px 18px 15px;
	color: #2d2d2d;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
}
header .navbar-default .navbar-nav > li > a:hover {
	background-color: #e8faff;
}
header .navbar-default .navbar-nav > li > a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #2d9cf2;
	border-right: 1px solid #2d9cf2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
header .navbar-default .navbar-nav > li.plan2 a, header .navbar-default .navbar-nav > li.plan3 a, header .navbar-default .navbar-nav > li.plan5 a, header .navbar-default .navbar-nav > li.plan10 a, header .navbar-default .navbar-nav > li.plan15 a, header .navbar-default .navbar-nav > li.plan20 a, header .navbar-default .navbar-nav > li.plan25 a {
	padding: 18px 30px 18px 50px;
}
header .navbar-default .navbar-nav > li.plan2 a::before {
	content: "";
	width: 32px;
	height: 30px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2025s_ico01.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
header .navbar-default .navbar-nav > li.plan3 a::before {
	content: "";
	width: 32px;
	height: 30px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2024s_ico06.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
header .navbar-default .navbar-nav > li.plan5 a::before {
	content: "";
	width: 32px;
	height: 30px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2024s_ico02.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
header .navbar-default .navbar-nav > li.plan10 a::before {
	content: "";
	width: 32px;
	height: 30px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2024s_ico03.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
header .navbar-default .navbar-nav > li.plan15 a::before {
	content: "";
	width: 32px;
	height: 30px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2024s_ico04.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
header .navbar-default .navbar-nav > li.plan20 a::before {
	content: "";
	width: 32px;
	height: 30px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2024s_ico05.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
header .navbar-default .navbar-nav > li.plan25 a::before {
	content: "";
	width: 32px;
	height: 30px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2024s_ico06.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
header .navbar-default .navbar-nav > li.ico01, header .navbar-default .navbar-nav > li.ico02, header .navbar-default .navbar-nav > li.ico03, header .navbar-default .navbar-nav > li.ico04 {
	width: 25%;
	border-right: 1px solid #ccc;
}
header .navbar-default .navbar-nav > li.ico04 {
	border-right: none;
}
header .navbar-default .navbar-nav > li.ico01 a, header .navbar-default .navbar-nav > li.ico02 a, header .navbar-default .navbar-nav > li.ico03 a, header .navbar-default .navbar-nav > li.ico04 a {
	font-size: 1rem;
	padding: 15px 5px;
	text-align: center;
}
header .navbar-default .navbar-nav > li.ico01 a::after, header .navbar-default .navbar-nav > li.ico02 a::after, header .navbar-default .navbar-nav > li.ico03 a::after, header .navbar-default .navbar-nav > li.ico04 a::after {
	content: none;
}
}
/* HOME
-------------------------------------------------------------- */
.jyunbi {
	padding: 20px;
	background-color: #C9171A;
	color: #FFFFFF;
	font-size: 16px;
	text-align: center;
}
/* MV */
#mv .bxslider li {
	background: url("https://syojiki.itembox.design/item/top/images/index/2024mv_bg.jpg") no-repeat top center;
	background-size: cover;
}
#mv .inBox {
	display: flex;
	padding: 0 5% 0 13%;
}
#mv .catch {
	width: 26%;
	padding: 50px 0 30px;
	min-height: 400px;
}
#mv .catch h2 {
	position: relative
}
#mv .mv02 .catch h2 {
	padding-top: 25px;
}
#mv .mv01 .catch h2::before, #mv .mv02 .catch h2::before {
	content: "";
	width: 129px;
	height: 125px;
	background: url("https://syojiki.itembox.design/item/top/images/index/2024mv_ico.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: -140px;
}
#mv .catch .txt {
	font-size: 1.6rem;
	font-weight: 700;
	margin: 15px 0 20px;
}
#mv .photo {
	width: 74%;
}
#mv .mv01 .photo {
	background: url("https://syojiki.itembox.design/item/top/images/index/mv01_img.png") no-repeat bottom left;
	background-size: auto 100%;
}
#mv .mv02 .photo {
	background: url("https://syojiki.itembox.design/item/top/images/index/2024mv02_img.png") no-repeat top center;
	background-size: auto 100%;
}
#mv .mv03 .photo {
	background: url("https://syojiki.itembox.design/item/top/images/index/mv03_img.png") no-repeat bottom center;
	background-size: auto 100%;
}
.bx-wrapper {
	box-shadow: none;
	border: none;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #d1d1d1;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover, .bx-wrapper .bx-pager.bx-default-pager a.active, .bx-wrapper .bx-pager.bx-default-pager a:focus {
	background: #2d9cf2;
}

@media (max-width: 1920px) {
#mv .inBox {
	padding: 0 0 0 12%;
}
#mv .catch {
	width: 450px;
}
#mv .photo {
	width: calc(100% - 450px);
}
}

@media (max-width: 1199px) {
#mv .inBox {
	padding: 0 0 0 150px;
}
}

@media (max-width: 1500px) {
#mv .mv02 .photo {
	background: url("https://syojiki.itembox.design/item/top/images/index/2024mv02_img.png") no-repeat top left;
	background-size: auto 100%;
}
#mv .mv03 .photo {
	background: url("https://syojiki.itembox.design/item/top/images/index/mv03_img.png") no-repeat bottom left;
	background-size: auto 100%;
}
}

@media (max-width: 767px) {
.bx-wrapper {
	margin-bottom: 30px;
}
#mv {
	margin-top: 60px;
}
.jyunbi {
	padding: 5px;
	font-size: 12px;
}
#mv .inBox {
	height: 600px;
	max-height: 100%;
	padding: 40px 15px 30px;
}
#mv .catch {
	width: 100%;
	padding: 0;
	min-height: auto;
	position: relative;
	z-index: 10;
}
#mv .catch h2 {
	padding-top: 70px;
}
#mv .mv02 .catch h2 {
	padding-top: 70px;
}
#mv .catch h2 img {
	max-width: 250px;
	width: 80%;
	margin: auto;
}
#mv .mv01 .catch h2::before, #mv .mv02 .catch h2::before {
	width: 60px;
	height: 58px;
	left: 50%;
	margin-left: -30px;
}
#mv .mv03 .catch h2::before {
	content: "";
	width: 60px;
	height: 57px;
	background: url("https://syojiki.itembox.design/item/top/images/common/logo.svg") no-repeat;
	background-size: contain;
	position: absolute;
	top: 0;
	left: 50%;
	margin-left: -30px;
}
#mv .catch .txt {
	font-size: 1.3rem;
	margin: 20px 0;
	text-align: center;
}
#mv .mv02 .catch .txt {
	color: #fff;
}
#mv .photo {
	width: 100%;
	height: 100%;
	position: absolute;
	top: 0;
	left: 0;
}
#mv .catch .btnBlue {
	text-align: center;
}
#mv .catch .btnBlue02 {
	text-align: center;
}
#mv .mv01 .photo {
	background: url("https://syojiki.itembox.design/item/top/images/index/mv01_img_sp.png") no-repeat center bottom;
	background-size: contain;
}
#mv .mv02 .photo {
	background: url("https://syojiki.itembox.design/item/top/images/index/2024mv02_img_sp.png") no-repeat center;
	background-size: cover;
}
#mv .mv03 .photo {
	background: url("https://syojiki.itembox.design/item/top/images/index/mv03_img_sp.png") no-repeat center;
	background-size: cover;
}
.bx-wrapper .bx-pager, .bx-wrapper .bx-controls-auto {
	bottom: 20px;
}
}
/* Banner */
.home .bnrArea ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 20px;
}
.home .bnrArea li {
	width: 50%;
	padding: 0 20px 20px;
}

@media (max-width: 767px) {
.home .bnrArea ul {
	display: block;
	margin: 0 0 10px;
}
.home .bnrArea li {
	width: 100%;
	text-align: center;
	padding: 0 0 15px;
}
}
/* menu */
.home .ttl_top {
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	position: relative;
	margin-bottom: 20px;
}
.home .ttl_top::after {
	content: "";
	width: 210px;
	height: 65px;
	background: url("https://syojiki.itembox.design/item/top/images/index/ttl_top_bg.jpg") no-repeat;
	background-size: contain;
	display: block;
	margin: auto;
}
.home .menu {
	margin-bottom: 30px;
}
.home .menu .menuInbox .plan5 {
	position: relative;
	width: 66%;
	margin-bottom: 20px;
}
.home .menu .plan5 dd {
	position: absolute;
	right: 15px;
	bottom: 15px;
}
.home .menu a {
	text-align: center;
}
.home .menu .menuInbox {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -10px 50px;
}
.home .menu .menuInbox.hidden-xs {
	margin: 0 -10px;
}
.home .menu .menuInbox dl {
	width: 33.33%;
	padding: 0 10px 20px;
	position: relative;
}
.home .menu .menuInbox.hidden-xs dl {
	padding: 0 10px;
}
.home .menu .menuInbox dd {
	position: absolute;
	left: 0;
	bottom: 40px;
	width: 100%;
	text-align: center;
}

@media (max-width: 991px) {
.home .menu .menuInbox dd {
	bottom: 30px;
}
}

@media (max-width: 767px) {
.home .ttl_top {
	font-size: 2rem;
	margin-bottom: 15px;
}
.home .ttl_top::after {
	width: 162px;
	height: 50px;
}
.home .menu {
	margin: auto;
}
.home .menu a {
	font-size: 1.2rem;
}
.home .menu .menuInbox dd {
	left: 0;
	right: auto;
	bottom: 20px;
	width: 100%;
	text-align: center;
}
.home .menu .menuInbox {
	margin: 0 -5px 30px;
	text-align: center;
}
.home .menu .menuInbox dl {
	width: 50%;
	padding: 0 5px 10px;
}
}
/* feature */
.home .feature {
	margin-bottom: 100px;
}
.home .featureInbox {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -20px -20px;
}
.home .featureInbox dl {
	width: 33.333%;
	text-align: center;
	padding: 0 20px 40px;
}
.home .featureInbox h3 {
	font-size: 2rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 20px;
}
.home .featureInbox h3 .large {
	font-size: 2.4rem;
	font-weight: 700;
}
.home .featureInbox h3 .small {
	font-size: 1.8rem;
	font-weight: 700;
	color: #2d2d2d;
}

@media (max-width: 991px) {
.home .featureInbox {
	margin: 0 -10px -20px;
}
.home .featureInbox dl {
	padding: 0 10px 40px;
}
}

@media (max-width: 767px) {
.home .feature {
	margin-bottom: 50px;
}
.home .featureInbox {
	margin: 0 -10px 0px;
}
.home .featureInbox dl {
	width: 50%;
	padding: 0 10px 15px;
}
.home .featureInbox h3 {
	font-size: 1.7rem;
	margin-bottom: 15px;
}
.home .featureInbox h3 .large {
	font-size: 1.8rem;
}
.home .featureInbox h3 .small {
	font-size: 1.5rem;
}
}
/* flow */
.home .flow {
	margin-bottom: 150px;
}
.home .flowInbox ol {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 20px;
}
.home .flowInbox li {
	width: 25%;
	text-align: center;
	padding: 0 20px 40px;
	position: relative;
}
.home .flowInbox li::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 0;
	width: 30px;
	height: 30px;
	border-top: 5px solid #2d9cf2;
	border-right: 5px solid #2d9cf2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.home .flowInbox li:last-child::after {
	content: none;
}

@media (max-width: 767px) {
.home .flow {
	margin-bottom: 0;
}
.home .flowInbox ol {
	justify-content: space-between;
	margin: 0;
}
.home .flowInbox li {
	width: 48%;
	padding: 0 10px 30px;
}
.home .flowInbox li::after {
	bottom: 20px;
	right: -10px;
	width: 20px;
	height: 20px;
}
.home .flowInbox li:nth-child(2)::after {
	content: none;
}
}
/* SV
-------------------------------------------------------------- */
#sv {
	background: url("https://syojiki.itembox.design/item/top/images/common/bg_sv.png") no-repeat center;
	background-size: cover;
	padding: 60px 15px;
	margin-bottom: 70px;
}
#sv h2 {
	font-size: 3.6rem;
	font-weight: 700;
	text-align: center;
}
#sv h2 span {
	display: block;
	font-size: 2.4rem;
	color: #2d9cf2;
}

@media (max-width: 767px) {
#sv {
	padding: 30px 15px;
	margin: 56px 0 30px;/* 公開後130px→56pxに変更------------------------ */
}
#sv h2 {
	font-size: 2.4rem;
}
#sv h2 span {
	font-size: 1.8rem;
}
}
/* PLAN
-------------------------------------------------------------- */
.cleaning {
	padding-bottom: 100px;
}
.cleaning .bnrTtl {
	margin-bottom: 40px;
}
.cleaning .bnrArea ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 40px;
}
.cleaning .bnrArea li {
	width: 50%;
	padding: 0 20px 20px;
}
.cleaning .tab_wrap input[type="radio"] {
	display: none;
}
.cleaning .tab_area {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.cleaning .tab_area label {
	width: 49.9%;
	padding: 10px 20px;
	border-radius: 5px 5px 0 0;
	color: #2d2d2d;
	background: url("https://syojiki.itembox.design/item/top/images/common/btn_gray_bg.png") no-repeat center;
	background-size: cover;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
	cursor: pointer;
	transition: ease 0.2s opacity;
}


.cleaning #tab01:checked ~ .tab_area .tab01, .cleaning .tab_area .tab01:hover {
	padding: 20px;
	color: #fff;
	background: url("https://syojiki.itembox.design/item/top/images/common/btn_blue_bg.png") no-repeat center;
	background-size: cover;
}
.cleaning #tab01:checked ~ .panel_area #panel01 {
	display: block;
}
.cleaning #tab02:checked ~ .tab_area .tab02, .cleaning .tab_area .tab02:hover {
	padding: 20px;
	color: #fff;
	background: url("https://syojiki.itembox.design/item/top/images/common/btn_blue_bg.png") no-repeat center;
	background-size: cover;
}
.cleaning #tab02:checked ~ .panel_area #panel02 {
	display: block;
}


.cleaning .tab_panel {
	padding: 10px 10px 0;
	display: none;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	margin-bottom: 60px;
}
.cleaning .tabInAccordion {
	margin-bottom: 10px;
}
.cleaning .tabInAccordion dt {
	background: #f1f1f1;
	font-size: 2rem;
	font-weight: 700;
	padding: 16px 20px 15px 55px;
	position: relative;
	cursor: pointer;
}
.cleaning .tabInAccordion dt:hover {
	background: #e2f4ff;
}
.cleaning .tabInAccordion dt::before {
	content: "";
	background: #2d9cf2;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	left: 15px;
}
.cleaning .tabInAccordion dt::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_plus.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px;
}
.cleaning .tabInAccordion dt.open::after {
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_minus.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 5px;
	right: 15px;
	margin-top: -2px;
}
.cleaning .tabInAccordion dd {
	display: none;
	padding: 20px;
}
.cleaning .tabInAccordion dd ul {
	padding: 0 0 0 2rem;
}
.cleaning .tabInAccordion dd li {
	list-style: disc;
}
.cleaning .tabInAccordion .grayCheckList {
	padding: 20px 20px 10px;
	background: #fafafa;
	margin: 0 -15px;
}
.cleaning .tabInAccordion .grayCheckList li {
	list-style: none;
	position: relative;
	padding: 0 0 10px 25px;
}
.cleaning .tabInAccordion .grayCheckList li::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_check.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 17px;
	position: absolute;
	top: 2px;
	left: 0;
}
.cleaning .tabInAccordion .countBox {
	display: flex;
	align-items: flex-end;
	margin: 0 -10px;
}
.cleaning .tabInAccordion .countBox > div {
	width: 33.333%;
	text-align: center;
	font-size: 1.8rem;
	padding: 0 10px;
}
.cleaning .tabInAccordion .countBox > div.line {
	border-right: 2px dotted #2d9cf2;
}
.cleaning .formbox {
	border: 1px solid #2d9cf2;
	padding: 10px;
	margin-bottom: 50px;
}
.cleaning .formbox h3 {
	background: #2d9cf2;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}
.cleaning .formbox h3 .fee {
	padding-left: 30px;
	font-weight: 700;
}
.cleaning .formbox h3 .yen {
	font-size: 2.4rem;
	font-weight: 700;
}
.cleaning .formbox h3 small {
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
}
.cleaning .formbox dt {
	padding: 2px 0 10px 55px;
	text-align: left;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
}
.cleaning .formbox dt::before {
	content: "";
	background: #2d9cf2;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 15px;
}
.cleaning .formbox dt .required {
	color: #fff;
	font-size: 1.4rem;
	padding: 2px 10px;
	background: #ea0101;
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
}
.cleaning .formbox dd {
	padding: 0 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 1.4rem;
	border-bottom: 2px dotted #b7b7b7;
}
.cleaning .formbox .selectwrap {
	font-size: 1.8rem;
	margin-bottom: 10px;
	position: relative;
}
.cleaning .formbox .selectwrap::after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
	content: "▼";
	color: #2d2d2d;
	font-size: 1.4rem;
	pointer-events: none;
}
.cleaning .formbox select {
	padding: 10px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: normal;
	background: #fff;
	border: 1px solid #e7e7e7;
}
.cleaning .addCart {
	text-align: center;
	margin-bottom: 20px;
}
.cleaning .addCart p {
	padding-top: 5px;
	font-size: 1.6rem;
	font-weight: 700;
}
.cleaning .addCart button {
	display: inline-block;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	background: url(https://syojiki.itembox.design/item/top/images/common/btn_red_bg.png) no-repeat center;
	background-size: cover;
	border-radius: 5px;
	border: none;
	position: relative;
	padding: 15px 60px;
	max-width: 500px;
	cursor: pointer;
}
.cleaning .addCart button::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_cart.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 31px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -15px;
}
.cleaning .addCart button::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cleaning .addCart button:hover {
	opacity: .8;
}
.cleaning .flowBox {
	border: 1px solid #ccc;
	padding: 10px 10px 0;
}
.cleaning .flowBox dd {
	padding: 20px 10px 0;
}
.cleaning .flowInbox {
	display: flex;
	margin-bottom: 30px;
}
.cleaning .flowInbox .photo {
	width: 35%;
	padding-right: 30px;
}
.cleaning .flowInbox .txt {
	width: 65%;
	font-size: 1.6rem;
}
.cleaning .flowInbox .txt h3 {
	font-size: 2rem;
	font-weight: 700;
	padding-top: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
.cleaning .flowInbox .txt h3 img {
	vertical-align: -1rem;
	padding-right: 15px;
	margin-top: -25px;
	float: left;
}
.cleaning .flowInbox .txt .flexbox {
	display: flex;
}
.cleaning .flowInbox .txt .flexbox .txt {
	padding-right: 20px;
	width: 70%;
}
.cleaning .flowInbox .txt .flexbox .pic {
	width: 30%;
}
.cleaning .truckArea {
	background: #fafafa;
	border-radius: 10px;
	max-width: 600px;
	text-align: center;
	padding: 30px 20px;
	margin: 50px auto;
	position: relative;
}
.cleaning .truckArea::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_track.png) no-repeat;
	background-size: contain;
	width: 147px;
	height: 147px;
	position: absolute;
	top: 50%;
	left: -73px;
	margin-top: -73px;
}
.cleaning .truckArea.ptn01::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_circle01.png) no-repeat;
	background-size: contain;
	width: 152px;
	height: 152px;
	position: absolute;
	top: 50%;
	right: -76px;
	margin-top: -76px;
}
.cleaning .truckArea.ptn02::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_circle02.png) no-repeat;
	background-size: contain;
	width: 152px;
	height: 152px;
	position: absolute;
	top: 50%;
	right: -76px;
	margin-top: -76px;
}
.cleaning .truckArea h3 {
	font-size: 2rem;
	font-weight: 700;
}
.cleaning .truckArea.h1Line h3 {
	padding: 25px 0;
}
.cleaning .truckArea p {
	max-width: 320px;
	margin: 10px auto 0;
}
.cleaning .flowBox .txtRed {
	position: relative;
	padding-left: 15px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
}
.cleaning .flowBox .txtRed::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.cleaning .flowBox .attention ul {
	padding: 0;
	max-width: 80%;
	margin: 30px auto;
}
.cleaning .flowBox .attention li {
	list-style: none;
}
.cleaning .flowBox p {
	font-size: 1.6rem;
}
.cleaning .fLink ul {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.cleaning .fLink li {
	padding: 0 20px;
	text-align: center;
}
.cleaning .kitBox {
	background: #fafafa;
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.cleaning {
	margin-top: 56px;
	padding-bottom: 50px;
}
.cleaning .bnrTtl {
	margin: 0px -15px 20px;
}
.cleaning .bnrArea ul {
	display: block;
	margin: 0 0 10px;
}
.cleaning .bnrArea li {
	width: 100%;
	text-align: center;
	padding: 0 0 15px;
}
.cleaning .tab_panel {
	padding: 10px 10px 5px;
	margin-bottom: 30px;
}
.cleaning .tab_area label {
	padding: 5px 10px;
	font-size: 1.5rem;
}
.cleaning #tab01:checked ~ .tab_area .tab01, .cleaning .tab_area .tab01:hover {
	padding: 10px;
}
.cleaning #tab02:checked ~ .tab_area .tab02, .cleaning .tab_area .tab02:hover {
	padding: 10px;
}
.cleaning .tabInAccordion {
	margin-bottom: 5px;
}
.cleaning .tabInAccordion dt {
	font-size: 1.6rem;
	padding: 12px 40px 10px 45px;
}
.cleaning .tabInAccordion dt::before {
	width: 25px;
	height: 25px;
	top: 10px;
	left: 10px;
}
.cleaning .tabInAccordion dt::after {
	width: 15px;
	height: 15px;
	right: 10px;
	margin-top: -8px;
}
.cleaning .tabInAccordion dt.open::after {
	width: 15px;
	height: 2px;
	right: 10px;
	margin-top: -1px;
}
.cleaning .tabInAccordion dd {
	padding: 15px;
	font-size: 1.4rem;
}
.cleaning .tabInAccordion dd ul {
	padding: 0 0 0 1.5rem;
}
.cleaning .tabInAccordion .countBox {
	display: block;
	margin: 0;
}
.cleaning .tabInAccordion .countBox > div {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	padding: 0 10px;
}
.cleaning .tabInAccordion .countBox > div.line {
	border-right: none;
	border-bottom: 2px dotted #2d9cf2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.cleaning .formbox h3 {
	font-size: 2rem;
	margin-bottom: 10px;
}
.cleaning .formbox h3 .fee {
	padding-left: 20px;
}
.cleaning .formbox h3 .yen {
	font-size: 1.6rem;
}
.cleaning .formbox h3 small {
	font-size: 1.4rem;
}
.cleaning .formbox dt {
	padding: 2px 0 10px 35px;
	font-size: 1.6rem;
}
.cleaning .formbox dt::before {
	width: 25px;
	height: 25px;
	left: 0;
}
.cleaning .formbox dt .required {
	font-size: 1.2rem;
	padding: 2px 5px;
}
.cleaning .formbox dd {
	padding: 0 0 15px;
	margin-bottom: 15px;
	font-size: 1.3rem;
}
.cleaning .formbox .selectwrap::after {
	right: 10px;
	margin-top: -5px;
	font-size: 1.2rem;
}
.cleaning .formbox select {
	font-size: 1.4rem;
}
.cleaning .addCart {
	margin-bottom: 0;
}
.cleaning .addCart p {
	font-size: 1.3rem;
}
.cleaning .addCart button {
	font-size: 1.6rem;
}
.cleaning .addCart button::before {
	width: 25px;
	height: 26px;
	left: 20px;
	margin-top: -13px;
}
.cleaning .flowBox {
	padding: 10px 10px 5px;
}
.cleaning .flowBox dd {
	padding: 10px 0 0;
}
.cleaning .flowInbox {
	display: block;
}
.cleaning .flowInbox .photo {
	width: 100%;
	text-align: center;
	padding: 0 0 10px;
}
.cleaning .flowInbox .txt {
	width: 100%;
	font-size: 1.4rem;
}
.cleaning .flowInbox .txt h3 {
	font-size: 1.8rem;
	padding-top: 20px;
}
.cleaning .flowInbox .txt h3 img {
	max-width: 80px;
	margin-top: -20px;
}
.cleaning .flowInbox .txt .btnBlue {
	text-align: center;
}
.cleaning .flowInbox .txt .flexbox {
	display: block;
}
.cleaning .flowInbox .txt .flexbox .txt {
	padding: 0 0 10px;
	width: 100%;
}
.cleaning .flowInbox .txt .flexbox .pic {
	width: 100%;
	text-align: center;
}
.cleaning .truckArea {
	width: 100%;
	padding: 50px 20px 20px;
	margin: 50px auto 30px;
}
.cleaning .truckArea::before {
	width: 50px;
	height: 50px;
	top: -20px;
	left: 50%;
	margin-top: 0;
	margin-left: -25px;
}
.cleaning .truckArea.ptn01,  .cleaning .truckArea.ptn02 {
	padding: 40px 0 60px;
	margin-bottom: 70px;
}
.cleaning .truckArea.ptn01::after,  .cleaning .truckArea.ptn02::after {
	width: 100px;
	height: 100px;
	top: auto;
	bottom: -50px;
	left: 50%;
	right: auto;
	margin-left: -50px;
}
.cleaning .truckArea h3 {
	font-size: 1.8rem;
}
.cleaning .truckArea.h1Line h3 {
	padding: 0;
}
.cleaning .truckArea p {
	width: 90%;
	margin: 10px auto 0;
}
.cleaning .flowBox .txtRed {
	font-size: 1.4rem;
}
.cleaning .flowBox .attention ul {
	padding: 0;
	max-width: 100%;
	margin: 30px auto;
}
.cleaning .flowBox p {
	font-size: 1.4rem;
}
.cleaning .fLink ul {
	display: block;
	margin-top: 20px;
}
.cleaning .fLink li {
	padding: 0 0 10px;
}
.cleaning .fLink li a {
	width: 80%;
}
.cleaning .kitBox {
	padding: 20px 15px;
	margin-bottom: 20px;
}
}

/* 3点パック
-------------------------------------------------------------- */
.cleaning3 {
	padding-bottom: 100px;
}
.cleaning3 .bnrTtl {
	margin-bottom: 40px;
}
.cleaning3 .bnrArea ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 40px;
}
.cleaning3 .bnrArea li {
	width: 50%;
	padding: 0 20px 20px;
}
.cleaning3 .tab_wrap input[type="radio"] {
	display: none;
}
.cleaning3 .tab_area {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.cleaning3 .tab_area label {
	width: 49.9%;
	padding: 10px 20px;
	border-radius: 5px 5px 0 0;
	color: #2d2d2d;
	background: url("https://syojiki.itembox.design/item/top/images/common/btn_gray_bg.png") no-repeat center;
	background-size: cover;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
	cursor: pointer;
	transition: ease 0.2s opacity;
}


.cleaning3 #tab01:checked ~ .tab_area .tab01, .cleaning3 .tab_area .tab01:hover {
	padding: 20px;
	color: #fff;
	background: url("https://syojiki.itembox.design/item/2024_3pack_bg.png") no-repeat center;
	background-size: cover;
}
.cleaning3 #tab01:checked ~ .panel_area #panel01 {
	display: block;
}
.cleaning3 #tab02:checked ~ .tab_area .tab02, .cleaning3 .tab_area .tab02:hover {
	padding: 20px;
	color: #fff;
	background: url("https://syojiki.itembox.design/item/2024_3pack_bg.png") no-repeat center;
	background-size: cover;
}
.cleaning3 #tab02:checked ~ .panel_area #panel02 {
	display: block;
}


.cleaning3 .tab_panel {
	padding: 10px 10px 0;
	display: none;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	margin-bottom: 60px;
}
.cleaning3 .tabInAccordion {
	margin-bottom: 10px;
}
.cleaning3 .tabInAccordion dt {
	background: #f1f1f1;
	font-size: 2rem;
	font-weight: 700;
	padding: 16px 20px 15px 55px;
	position: relative;
	cursor: pointer;
}
.cleaning3 .tabInAccordion dt:hover {
	background: #e2f4ff;
}
.cleaning3 .tabInAccordion dt::before {
	content: "";
	background: #2d9cf2;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	left: 15px;
}
.cleaning3 .tabInAccordion dt::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_plus.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px;
}
.cleaning3 .tabInAccordion dt.open::after {
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_minus.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 5px;
	right: 15px;
	margin-top: -2px;
}
.cleaning3 .tabInAccordion dd {
	display: none;
	padding: 20px;
}
.cleaning3 .tabInAccordion dd ul {
	padding: 0 0 0 2rem;
}
.cleaning3 .tabInAccordion dd li {
	list-style: disc;
}
.cleaning3 .tabInAccordion .grayCheckList {
	padding: 20px 20px 10px;
	background: #fafafa;
	margin: 0 -15px;
}
.cleaning3 .tabInAccordion .grayCheckList li {
	list-style: none;
	position: relative;
	padding: 0 0 10px 25px;
}
.cleaning3 .tabInAccordion .grayCheckList li::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_check.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 17px;
	position: absolute;
	top: 2px;
	left: 0;
}
.cleaning3 .tabInAccordion .countBox {
	display: flex;
	align-items: flex-end;
	margin: 0 -10px;
}
.cleaning3 .tabInAccordion .countBox > div {
	width: 33.333%;
	text-align: center;
	font-size: 1.8rem;
	padding: 0 10px;
}
.cleaning3 .tabInAccordion .countBox > div.line {
	border-right: 2px dotted #2d9cf2;
}
.cleaning3 .formbox {
	border: 1px solid #2d9cf2;
	padding: 10px;
	margin-bottom: 50px;
}
.cleaning3 .formbox h3 {
	background: #743d53;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}
.cleaning3 .formbox h3 .fee {
	padding-left: 30px;
	font-weight: 700;
}
.cleaning3 .formbox h3 .yen {
	font-size: 2.4rem;
	font-weight: 700;
}
.cleaning3 .formbox h3 small {
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
}
.cleaning3 .formbox dt {
	padding: 2px 0 10px 55px;
	text-align: left;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
}
.cleaning3 .formbox dt::before {
	content: "";
	background: #2d9cf2;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 15px;
}
.cleaning3 .formbox dt .required {
	color: #fff;
	font-size: 1.4rem;
	padding: 2px 10px;
	background: #ea0101;
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
}
.cleaning3 .formbox dd {
	padding: 0 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 1.6rem;
	border-bottom: 2px dotted #b7b7b7;
}
.cleaning3 .formbox .selectwrap {
	font-size: 1.8rem;
	margin-bottom: 10px;
	position: relative;
}
.cleaning3 .formbox .selectwrap::after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
	content: "▼";
	color: #2d2d2d;
	font-size: 1.4rem;
	pointer-events: none;
}
.cleaning3 .formbox select {
	padding: 10px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: normal;
	background: #fff;
	border: 1px solid #e7e7e7;
}
.cleaning3 .addCart {
	text-align: center;
	margin-bottom: 20px;
}
.cleaning3 .addCart p {
	padding-top: 5px;
	font-size: 1.6rem;
	font-weight: 700;
}
.cleaning3 .addCart button {
	display: inline-block;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	background: url(https://syojiki.itembox.design/item/top/images/common/btn_red_bg.png) no-repeat center;
	background-size: cover;
	border-radius: 5px;
	border: none;
	position: relative;
	padding: 15px 60px;
	max-width: 500px;
	cursor: pointer;
}
.cleaning3 .addCart button::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_cart.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 31px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -15px;
}
.cleaning3 .addCart button::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cleaning3 .addCart button:hover {
	opacity: .8;
}
.cleaning3 .flowBox {
	border: 1px solid #ccc;
	padding: 10px 10px 0;
}
.cleaning3 .flowBox dd {
	padding: 20px 10px 0;
}
.cleaning3 .flowInbox {
	display: flex;
	margin-bottom: 30px;
}
.cleaning3 .flowInbox .photo {
	width: 35%;
	padding-right: 30px;
}
.cleaning3 .flowInbox .txt {
	width: 65%;
	font-size: 1.6rem;
}
.cleaning3 .flowInbox .txt h3 {
	font-size: 2rem;
	font-weight: 700;
	padding-top: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
.cleaning3 .flowInbox .txt h3 img {
	vertical-align: -1rem;
	padding-right: 15px;
	margin-top: -25px;
	float: left;
}
.cleaning3 .flowInbox .txt .flexbox {
	display: flex;
}
.cleaning3 .flowInbox .txt .flexbox .txt {
	padding-right: 20px;
	width: 70%;
}
.cleaning3 .flowInbox .txt .flexbox .pic {
	width: 30%;
}
.cleaning3 .truckArea {
	background: #fafafa;
	border-radius: 10px;
	max-width: 600px;
	text-align: center;
	padding: 30px 20px;
	margin: 50px auto;
	position: relative;
}
.cleaning3 .truckArea::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_track.png) no-repeat;
	background-size: contain;
	width: 147px;
	height: 147px;
	position: absolute;
	top: 50%;
	left: -73px;
	margin-top: -73px;
}
.cleaning3 .truckArea.ptn01::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_circle01.png) no-repeat;
	background-size: contain;
	width: 152px;
	height: 152px;
	position: absolute;
	top: 50%;
	right: -76px;
	margin-top: -76px;
}
.cleaning3 .truckArea.ptn02::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_circle02.png) no-repeat;
	background-size: contain;
	width: 152px;
	height: 152px;
	position: absolute;
	top: 50%;
	right: -76px;
	margin-top: -76px;
}
.cleaning3 .truckArea h3 {
	font-size: 2rem;
	font-weight: 700;
}
.cleaning3 .truckArea.h1Line h3 {
	padding: 25px 0;
}
.cleaning3 .truckArea p {
	max-width: 320px;
	margin: 10px auto 0;
}
.cleaning3 .flowBox .txtRed {
	position: relative;
	padding-left: 15px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
}
.cleaning3 .flowBox .txtRed::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.cleaning3 .flowBox .attention ul {
	padding: 0;
	max-width: 80%;
	margin: 30px auto;
}
.cleaning3 .flowBox .attention li {
	list-style: none;
}
.cleaning3 .flowBox p {
	font-size: 1.6rem;
}
.cleaning3 .fLink ul {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.cleaning3 .fLink li {
	padding: 0 20px;
	text-align: center;
}
.cleaning3 .kitBox {
	background: #fafafa;
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.cleaning3 {
	margin-top: 56px;
	padding-bottom: 50px;
}
.cleaning3 .bnrTtl {
	margin: 0px -15px 20px;
}
.cleaning3 .bnrArea ul {
	display: block;
	margin: 0 0 10px;
}
.cleaning3 .bnrArea li {
	width: 100%;
	text-align: center;
	padding: 0 0 15px;
}
.cleaning3 .tab_panel {
	padding: 10px 10px 5px;
	margin-bottom: 30px;
}
.cleaning3 .tab_area label {
	padding: 5px 10px;
	font-size: 1.5rem;
}
.cleaning3 #tab01:checked ~ .tab_area .tab01, .cleaning3 .tab_area .tab01:hover {
	padding: 10px;
}
.cleaning3 #tab02:checked ~ .tab_area .tab02, .cleaning3 .tab_area .tab02:hover {
	padding: 10px;
}
.cleaning3 .tabInAccordion {
	margin-bottom: 5px;
}
.cleaning3 .tabInAccordion dt {
	font-size: 1.6rem;
	padding: 12px 40px 10px 45px;
}
.cleaning3 .tabInAccordion dt::before {
	width: 25px;
	height: 25px;
	top: 10px;
	left: 10px;
}
.cleaning3 .tabInAccordion dt::after {
	width: 15px;
	height: 15px;
	right: 10px;
	margin-top: -8px;
}
.cleaning3 .tabInAccordion dt.open::after {
	width: 15px;
	height: 2px;
	right: 10px;
	margin-top: -1px;
}
.cleaning3 .tabInAccordion dd {
	padding: 15px;
	font-size: 1.4rem;
}
.cleaning3 .tabInAccordion dd ul {
	padding: 0 0 0 1.5rem;
}
.cleaning3 .tabInAccordion .countBox {
	display: block;
	margin: 0;
}
.cleaning3 .tabInAccordion .countBox > div {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	padding: 0 10px;
}
.cleaning3 .tabInAccordion .countBox > div.line {
	border-right: none;
	border-bottom: 2px dotted #2d9cf2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.cleaning3 .formbox h3 {
	font-size: 2rem;
	margin-bottom: 10px;
}
.cleaning3 .formbox h3 .fee {
	padding-left: 20px;
}
.cleaning3 .formbox h3 .yen {
	font-size: 1.6rem;
}
.cleaning3 .formbox h3 small {
	font-size: 1.4rem;
}
.cleaning3 .formbox dt {
	padding: 2px 0 10px 35px;
	font-size: 1.6rem;
}
.cleaning3 .formbox dt::before {
	width: 25px;
	height: 25px;
	left: 0;
}
.cleaning3 .formbox dt .required {
	font-size: 1.2rem;
	padding: 2px 5px;
}
.cleaning3 .formbox dd {
	padding: 0 0 15px;
	margin-bottom: 15px;
	font-size: 1.3rem;
}
.cleaning3 .formbox .selectwrap::after {
	right: 10px;
	margin-top: -5px;
	font-size: 1.2rem;
}
.cleaning3 .formbox select {
	font-size: 1.4rem;
}
.cleaning3 .addCart {
	margin-bottom: 0;
}
.cleaning3 .addCart p {
	font-size: 1.3rem;
}
.cleaning3 .addCart button {
	font-size: 1.6rem;
}
.cleaning3 .addCart button::before {
	width: 25px;
	height: 26px;
	left: 20px;
	margin-top: -13px;
}
.cleaning3 .flowBox {
	padding: 10px 10px 5px;
}
.cleaning3 .flowBox dd {
	padding: 10px 0 0;
}
.cleaning3 .flowInbox {
	display: block;
}
.cleaning3 .flowInbox .photo {
	width: 100%;
	text-align: center;
	padding: 0 0 10px;
}
.cleaning3 .flowInbox .txt {
	width: 100%;
	font-size: 1.4rem;
}
.cleaning3 .flowInbox .txt h3 {
	font-size: 1.8rem;
	padding-top: 20px;
}
.cleaning3 .flowInbox .txt h3 img {
	max-width: 80px;
	margin-top: -20px;
}
.cleaning3 .flowInbox .txt .btnBlue {
	text-align: center;
}
.cleaning3 .flowInbox .txt .flexbox {
	display: block;
}
.cleaning3 .flowInbox .txt .flexbox .txt {
	padding: 0 0 10px;
	width: 100%;
}
.cleaning3 .flowInbox .txt .flexbox .pic {
	width: 100%;
	text-align: center;
}
.cleaning3 .truckArea {
	width: 100%;
	padding: 50px 20px 20px;
	margin: 50px auto 30px;
}
.cleaning3 .truckArea::before {
	width: 50px;
	height: 50px;
	top: -20px;
	left: 50%;
	margin-top: 0;
	margin-left: -25px;
}
.cleaning3 .truckArea.ptn01,  .cleaning3 .truckArea.ptn02 {
	padding: 40px 0 60px;
	margin-bottom: 70px;
}
.cleaning3 .truckArea.ptn01::after,  .cleaning3 .truckArea.ptn02::after {
	width: 100px;
	height: 100px;
	top: auto;
	bottom: -50px;
	left: 50%;
	right: auto;
	margin-left: -50px;
}
.cleaning3 .truckArea h3 {
	font-size: 1.8rem;
}
.cleaning3 .truckArea.h1Line h3 {
	padding: 0;
}
.cleaning3 .truckArea p {
	width: 90%;
	margin: 10px auto 0;
}
.cleaning3 .flowBox .txtRed {
	font-size: 1.4rem;
}
.cleaning3 .flowBox .attention ul {
	padding: 0;
	max-width: 100%;
	margin: 30px auto;
}
.cleaning3 .flowBox p {
	font-size: 1.4rem;
}
.cleaning3 .fLink ul {
	display: block;
	margin-top: 20px;
}
.cleaning3 .fLink li {
	padding: 0 0 10px;
}
.cleaning3 .fLink li a {
	width: 80%;
}
.cleaning3 .kitBox {
	padding: 20px 15px;
	margin-bottom: 20px;
}
}

/* 5点パック
-------------------------------------------------------------- */
.cleaning5 {
	padding-bottom: 100px;
}
.cleaning5 .bnrTtl {
	margin-bottom: 40px;
}
.cleaning5 .bnrArea ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 40px;
}
.cleaning5 .bnrArea li {
	width: 50%;
	padding: 0 20px 20px;
}
.cleaning5 .tab_wrap input[type="radio"] {
	display: none;
}
.cleaning5 .tab_area {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.cleaning5 .tab_area label {
	width: 49.9%;
	padding: 10px 20px;
	border-radius: 5px 5px 0 0;
	color: #2d2d2d;
	background: url("https://syojiki.itembox.design/item/top/images/common/btn_gray_bg.png") no-repeat center;
	background-size: cover;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
	cursor: pointer;
	transition: ease 0.2s opacity;
}


.cleaning5 #tab01:checked ~ .tab_area .tab01, .cleaning5 .tab_area .tab01:hover {
	padding: 20px;
	color: #fff;
	background: url("https://syojiki.itembox.design/item/2024_5pack_bg.png") no-repeat center;
	background-size: cover;
}
.cleaning5 #tab01:checked ~ .panel_area #panel01 {
	display: block;
}
.cleaning5 #tab02:checked ~ .tab_area .tab02, .cleaning5 .tab_area .tab02:hover {
	padding: 20px;
	color: #fff;
	background: url("https://syojiki.itembox.design/item/2024_5pack_bg.png") no-repeat center;
	background-size: cover;
}
.cleaning5 #tab02:checked ~ .panel_area #panel02 {
	display: block;
}


.cleaning5 .tab_panel {
	padding: 10px 10px 0;
	display: none;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	margin-bottom: 60px;
}
.cleaning5 .tabInAccordion {
	margin-bottom: 10px;
}
.cleaning5 .tabInAccordion dt {
	background: #f1f1f1;
	font-size: 2rem;
	font-weight: 700;
	padding: 16px 20px 15px 55px;
	position: relative;
	cursor: pointer;
}
.cleaning5 .tabInAccordion dt:hover {
	background: #e2f4ff;
}
.cleaning5 .tabInAccordion dt::before {
	content: "";
	background: #2d9cf2;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	left: 15px;
}
.cleaning5 .tabInAccordion dt::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_plus.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px;
}
.cleaning5 .tabInAccordion dt.open::after {
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_minus.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 5px;
	right: 15px;
	margin-top: -2px;
}
.cleaning5 .tabInAccordion dd {
	display: none;
	padding: 20px;
}
.cleaning5 .tabInAccordion dd ul {
	padding: 0 0 0 2rem;
}
.cleaning5 .tabInAccordion dd li {
	list-style: disc;
}
.cleaning5 .tabInAccordion .grayCheckList {
	padding: 20px 20px 10px;
	background: #fafafa;
	margin: 0 -15px;
}
.cleaning5 .tabInAccordion .grayCheckList li {
	list-style: none;
	position: relative;
	padding: 0 0 10px 25px;
}
.cleaning5 .tabInAccordion .grayCheckList li::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_check.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 17px;
	position: absolute;
	top: 2px;
	left: 0;
}
.cleaning5 .tabInAccordion .countBox {
	display: flex;
	align-items: flex-end;
	margin: 0 -10px;
}
.cleaning5 .tabInAccordion .countBox > div {
	width: 33.333%;
	text-align: center;
	font-size: 1.8rem;
	padding: 0 10px;
}
.cleaning5 .tabInAccordion .countBox > div.line {
	border-right: 2px dotted #2d9cf2;
}
.cleaning5 .formbox {
	border: 1px solid #2d9cf2;
	padding: 10px;
	margin-bottom: 50px;
}
.cleaning5 .formbox h3 {
	background: #3580aa;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}
.cleaning5 .formbox h3 .fee {
	padding-left: 30px;
	font-weight: 700;
}
.cleaning5 .formbox h3 .yen {
	font-size: 2.4rem;

	font-weight: 700;
}
.cleaning5 .formbox h3 small {
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
}
.cleaning5 .formbox dt {
	padding: 2px 0 10px 55px;
	text-align: left;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
}
.cleaning5 .formbox dt::before {
	content: "";
	background: #2d9cf2;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 15px;
}
.cleaning5 .formbox dt .required {
	color: #fff;
	font-size: 1.4rem;
	padding: 2px 10px;
	background: #ea0101;
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
}
.cleaning5 .formbox dd {
	padding: 0 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 1.6rem;
	border-bottom: 2px dotted #b7b7b7;
}
.cleaning5 .formbox .selectwrap {
	font-size: 1.8rem;
	margin-bottom: 10px;
	position: relative;
}
.cleaning5 .formbox .selectwrap::after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
	content: "▼";
	color: #2d2d2d;
	font-size: 1.4rem;
	pointer-events: none;
}
.cleaning5 .formbox select {
	padding: 10px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: normal;
	background: #fff;
	border: 1px solid #e7e7e7;
}
.cleaning5 .addCart {
	text-align: center;
	margin-bottom: 20px;
}
.cleaning5 .addCart p {
	padding-top: 5px;
	font-size: 1.6rem;
	font-weight: 700;
}
.cleaning5 .addCart button {
	display: inline-block;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	background: url(https://syojiki.itembox.design/item/top/images/common/btn_red_bg.png) no-repeat center;
	background-size: cover;
	border-radius: 5px;
	border: none;
	position: relative;
	padding: 15px 60px;
	max-width: 500px;
	cursor: pointer;
}
.cleaning5 .addCart button::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_cart.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 31px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -15px;
}
.cleaning5 .addCart button::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cleaning5 .addCart button:hover {
	opacity: .8;
}
.cleaning5 .flowBox {
	border: 1px solid #ccc;
	padding: 10px 10px 0;
}
.cleaning5 .flowBox dd {
	padding: 20px 10px 0;
}
.cleaning5 .flowInbox {
	display: flex;
	margin-bottom: 30px;
}
.cleaning5 .flowInbox .photo {
	width: 35%;
	padding-right: 30px;
}
.cleaning5 .flowInbox .txt {
	width: 65%;
	font-size: 1.6rem;
}
.cleaning5 .flowInbox .txt h3 {
	font-size: 2rem;
	font-weight: 700;
	padding-top: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
.cleaning5 .flowInbox .txt h3 img {
	vertical-align: -1rem;
	padding-right: 15px;
	margin-top: -25px;
	float: left;
}
.cleaning5 .flowInbox .txt .flexbox {
	display: flex;
}
.cleaning5 .flowInbox .txt .flexbox .txt {
	padding-right: 20px;
	width: 70%;
}
.cleaning5 .flowInbox .txt .flexbox .pic {
	width: 30%;
}
.cleaning5 .truckArea {
	background: #fafafa;
	border-radius: 10px;
	max-width: 600px;
	text-align: center;
	padding: 30px 20px;
	margin: 50px auto;
	position: relative;
}
.cleaning5 .truckArea::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_track.png) no-repeat;
	background-size: contain;
	width: 147px;
	height: 147px;
	position: absolute;
	top: 50%;
	left: -73px;
	margin-top: -73px;
}
.cleaning5 .truckArea.ptn01::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_circle01.png) no-repeat;
	background-size: contain;
	width: 152px;
	height: 152px;
	position: absolute;
	top: 50%;
	right: -76px;
	margin-top: -76px;
}
.cleaning5 .truckArea.ptn02::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_circle02.png) no-repeat;
	background-size: contain;
	width: 152px;
	height: 152px;
	position: absolute;
	top: 50%;
	right: -76px;
	margin-top: -76px;
}
.cleaning5 .truckArea h3 {
	font-size: 2rem;
	font-weight: 700;
}
.cleaning5 .truckArea.h1Line h3 {
	padding: 25px 0;
}
.cleaning5 .truckArea p {
	max-width: 320px;
	margin: 10px auto 0;
}
.cleaning5 .flowBox .txtRed {
	position: relative;
	padding-left: 15px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
}
.cleaning5 .flowBox .txtRed::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.cleaning5 .flowBox .attention ul {
	padding: 0;
	max-width: 80%;
	margin: 30px auto;
}
.cleaning5 .flowBox .attention li {
	list-style: none;
}
.cleaning5 .flowBox p {
	font-size: 1.6rem;
}
.cleaning5 .fLink ul {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.cleaning5 .fLink li {
	padding: 0 20px;
	text-align: center;
}
.cleaning5 .kitBox {
	background: #fafafa;
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.cleaning5 {
	margin-top: 56px;
	padding-bottom: 50px;
}
.cleaning5 .bnrTtl {
	margin: 0px -15px 20px;
}
.cleaning5 .bnrArea ul {
	display: block;
	margin: 0 0 10px;
}
.cleaning5 .bnrArea li {
	width: 100%;
	text-align: center;
	padding: 0 0 15px;
}
.cleaning5 .tab_panel {
	padding: 10px 10px 5px;
	margin-bottom: 30px;
}
.cleaning5 .tab_area label {
	padding: 5px 10px;
	font-size: 1.5rem;
}
.cleaning5 #tab01:checked ~ .tab_area .tab01, .cleaning5 .tab_area .tab01:hover {
	padding: 10px;
}
.cleaning5 #tab02:checked ~ .tab_area .tab02, .cleaning5 .tab_area .tab02:hover {
	padding: 10px;
}
.cleaning5 .tabInAccordion {
	margin-bottom: 5px;
}
.cleaning5 .tabInAccordion dt {
	font-size: 1.6rem;
	padding: 12px 40px 10px 45px;
}
.cleaning5 .tabInAccordion dt::before {
	width: 25px;
	height: 25px;
	top: 10px;
	left: 10px;
}
.cleaning5 .tabInAccordion dt::after {
	width: 15px;
	height: 15px;
	right: 10px;
	margin-top: -8px;
}
.cleaning5 .tabInAccordion dt.open::after {
	width: 15px;
	height: 2px;
	right: 10px;
	margin-top: -1px;
}
.cleaning5 .tabInAccordion dd {
	padding: 15px;
	font-size: 1.4rem;
}
.cleaning5 .tabInAccordion dd ul {
	padding: 0 0 0 1.5rem;
}
.cleaning5 .tabInAccordion .countBox {
	display: block;
	margin: 0;
}
.cleaning5 .tabInAccordion .countBox > div {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	padding: 0 10px;
}
.cleaning5 .tabInAccordion .countBox > div.line {
	border-right: none;
	border-bottom: 2px dotted #2d9cf2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.cleaning5 .formbox h3 {
	font-size: 2rem;
	margin-bottom: 10px;
}
.cleaning5 .formbox h3 .fee {
	padding-left: 20px;
}
.cleaning5 .formbox h3 .yen {
	font-size: 1.6rem;
}
.cleaning5 .formbox h3 small {
	font-size: 1.4rem;
}
.cleaning5 .formbox dt {
	padding: 2px 0 10px 35px;
	font-size: 1.6rem;
}
.cleaning5 .formbox dt::before {
	width: 25px;
	height: 25px;
	left: 0;
}
.cleaning5 .formbox dt .required {
	font-size: 1.2rem;
	padding: 2px 5px;
}
.cleaning5 .formbox dd {
	padding: 0 0 15px;
	margin-bottom: 15px;
	font-size: 1.3rem;
}
.cleaning5 .formbox .selectwrap::after {
	right: 10px;
	margin-top: -5px;
	font-size: 1.2rem;
}
.cleaning5 .formbox select {
	font-size: 1.4rem;
}
.cleaning5 .addCart {
	margin-bottom: 0;
}
.cleaning5 .addCart p {
	font-size: 1.3rem;
}
.cleaning5 .addCart button {
	font-size: 1.6rem;
}
.cleaning5 .addCart button::before {
	width: 25px;
	height: 26px;
	left: 20px;
	margin-top: -13px;
}
.cleaning5 .flowBox {
	padding: 10px 10px 5px;
}
.cleaning5 .flowBox dd {
	padding: 10px 0 0;
}
.cleaning5 .flowInbox {
	display: block;
}
.cleaning5 .flowInbox .photo {
	width: 100%;
	text-align: center;
	padding: 0 0 10px;
}
.cleaning5 .flowInbox .txt {
	width: 100%;
	font-size: 1.4rem;
}
.cleaning5 .flowInbox .txt h3 {
	font-size: 1.8rem;
	padding-top: 20px;
}
.cleaning5 .flowInbox .txt h3 img {
	max-width: 80px;
	margin-top: -20px;
}
.cleaning5 .flowInbox .txt .btnBlue {
	text-align: center;
}
.cleaning5 .flowInbox .txt .flexbox {
	display: block;
}
.cleaning5 .flowInbox .txt .flexbox .txt {
	padding: 0 0 10px;
	width: 100%;
}
.cleaning5 .flowInbox .txt .flexbox .pic {
	width: 100%;
	text-align: center;
}
.cleaning5 .truckArea {
	width: 100%;
	padding: 50px 20px 20px;
	margin: 50px auto 30px;
}
.cleaning5 .truckArea::before {
	width: 50px;
	height: 50px;
	top: -20px;
	left: 50%;
	margin-top: 0;
	margin-left: -25px;
}
.cleaning5 .truckArea.ptn01,  .cleaning5 .truckArea.ptn02 {
	padding: 40px 0 60px;
	margin-bottom: 70px;
}
.cleaning5 .truckArea.ptn01::after,  .cleaning5 .truckArea.ptn02::after {
	width: 100px;
	height: 100px;
	top: auto;
	bottom: -50px;
	left: 50%;
	right: auto;
	margin-left: -50px;
}
.cleaning5 .truckArea h3 {
	font-size: 1.8rem;
}
.cleaning5 .truckArea.h1Line h3 {
	padding: 0;
}
.cleaning5 .truckArea p {
	width: 90%;
	margin: 10px auto 0;
}
.cleaning5 .flowBox .txtRed {
	font-size: 1.4rem;
}
.cleaning5 .flowBox .attention ul {
	padding: 0;
	max-width: 100%;
	margin: 30px auto;
}
.cleaning5 .flowBox p {
	font-size: 1.4rem;
}
.cleaning5 .fLink ul {
	display: block;
	margin-top: 20px;
}
.cleaning5 .fLink li {
	padding: 0 0 10px;
}
.cleaning5 .fLink li a {
	width: 80%;
}
.cleaning5 .kitBox {
	padding: 20px 15px;
	margin-bottom: 20px;
}
}
/* 10点パック
-------------------------------------------------------------- */
.cleaning10 {
	padding-bottom: 100px;
}
.cleaning10 .bnrTtl {
	margin-bottom: 40px;
}
.cleaning10 .bnrArea ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 40px;
}
.cleaning10 .bnrArea li {
	width: 50%;
	padding: 0 20px 20px;
}
.cleaning10 .tab_wrap input[type="radio"] {
	display: none;
}
.cleaning10 .tab_area {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.cleaning10 .tab_area label {
	width: 49.9%;
	padding: 10px 20px;
	border-radius: 5px 5px 0 0;
	color: #2d2d2d;
	background: url("https://syojiki.itembox.design/item/top/images/common/btn_gray_bg.png") no-repeat center;
	background-size: cover;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
	cursor: pointer;
	transition: ease 0.2s opacity;
}


.cleaning10 #tab01:checked ~ .tab_area .tab01, .cleaning10 .tab_area .tab01:hover {
	padding: 20px;
	color: #fff;
	background: url("https://syojiki.itembox.design/item/2024_10pack_bg.png") no-repeat center;
	background-size: cover;
}
.cleaning10 #tab01:checked ~ .panel_area #panel01 {
	display: block;
}
.cleaning10 #tab02:checked ~ .tab_area .tab02, .cleaning10 .tab_area .tab02:hover {
	padding: 20px;
	color: #fff;
	background: url("https://syojiki.itembox.design/item/2024_10pack_bg.png") no-repeat center;
	background-size: cover;
}
.cleaning10 #tab02:checked ~ .panel_area #panel02 {
	display: block;
}


.cleaning10 .tab_panel {
	padding: 10px 10px 0;
	display: none;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	margin-bottom: 60px;
}
.cleaning10 .tabInAccordion {
	margin-bottom: 10px;
}
.cleaning10 .tabInAccordion dt {
	background: #f1f1f1;
	font-size: 2rem;
	font-weight: 700;
	padding: 16px 20px 15px 55px;
	position: relative;
	cursor: pointer;
}
.cleaning10 .tabInAccordion dt:hover {
	background: #e2f4ff;
}
.cleaning10 .tabInAccordion dt::before {
	content: "";
	background: #2d9cf2;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	left: 15px;
}
.cleaning10 .tabInAccordion dt::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_plus.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px;
}
.cleaning10 .tabInAccordion dt.open::after {
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_minus.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 5px;
	right: 15px;
	margin-top: -2px;
}
.cleaning10 .tabInAccordion dd {
	display: none;
	padding: 20px;
}
.cleaning10 .tabInAccordion dd ul {
	padding: 0 0 0 2rem;
}
.cleaning10 .tabInAccordion dd li {
	list-style: disc;
}
.cleaning10 .tabInAccordion .grayCheckList {
	padding: 20px 20px 10px;
	background: #fafafa;
	margin: 0 -15px;
}
.cleaning10 .tabInAccordion .grayCheckList li {
	list-style: none;
	position: relative;
	padding: 0 0 10px 25px;
}
.cleaning10 .tabInAccordion .grayCheckList li::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_check.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 17px;
	position: absolute;
	top: 2px;
	left: 0;
}
.cleaning10 .tabInAccordion .countBox {
	display: flex;
	align-items: flex-end;
	margin: 0 -10px;
}
.cleaning10 .tabInAccordion .countBox > div {
	width: 33.333%;
	text-align: center;
	font-size: 1.8rem;
	padding: 0 10px;
}
.cleaning10 .tabInAccordion .countBox > div.line {
	border-right: 2px dotted #2d9cf2;
}
.cleaning10 .formbox {
	border: 1px solid #2d9cf2;
	padding: 10px;
	margin-bottom: 50px;
}
.cleaning10 .formbox h3 {
	background: #567f3c;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}
.cleaning10 .formbox h3 .fee {
	padding-left: 30px;
	font-weight: 700;
}
.cleaning10 .formbox h3 .yen {
	font-size: 2.4rem;
	font-weight: 700;
}
.cleaning10 .formbox h3 small {
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
}
.cleaning10 .formbox dt {
	padding: 2px 0 10px 55px;
	text-align: left;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
}
.cleaning10 .formbox dt::before {
	content: "";
	background: #2d9cf2;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 15px;
}
.cleaning10 .formbox dt .required {
	color: #fff;
	font-size: 1.4rem;
	padding: 2px 10px;
	background: #ea0101;
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
}
.cleaning10 .formbox dd {
	padding: 0 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 1.6rem;
	border-bottom: 2px dotted #b7b7b7;
}
.cleaning10 .formbox .selectwrap {
	font-size: 1.8rem;
	margin-bottom: 10px;
	position: relative;
}
.cleaning10 .formbox .selectwrap::after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
	content: "▼";
	color: #2d2d2d;
	font-size: 1.4rem;
	pointer-events: none;
}
.cleaning10 .formbox select {
	padding: 10px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: normal;
	background: #fff;
	border: 1px solid #e7e7e7;
}
.cleaning10 .addCart {
	text-align: center;
	margin-bottom: 20px;
}
.cleaning10 .addCart p {
	padding-top: 5px;
	font-size: 1.6rem;
	font-weight: 700;
}
.cleaning10 .addCart button {
	display: inline-block;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	background: url(https://syojiki.itembox.design/item/top/images/common/btn_red_bg.png) no-repeat center;
	background-size: cover;
	border-radius: 5px;
	border: none;
	position: relative;
	padding: 15px 60px;
	max-width: 500px;
	cursor: pointer;
}
.cleaning10 .addCart button::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_cart.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 31px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -15px;
}
.cleaning10 .addCart button::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cleaning10 .addCart button:hover {
	opacity: .8;
}
.cleaning10 .flowBox {
	border: 1px solid #ccc;
	padding: 10px 10px 0;
}
.cleaning10 .flowBox dd {
	padding: 20px 10px 0;
}
.cleaning10 .flowInbox {
	display: flex;
	margin-bottom: 30px;
}
.cleaning10 .flowInbox .photo {
	width: 35%;
	padding-right: 30px;
}
.cleaning10 .flowInbox .txt {
	width: 65%;
	font-size: 1.6rem;
}
.cleaning10 .flowInbox .txt h3 {
	font-size: 2rem;
	font-weight: 700;
	padding-top: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
.cleaning10 .flowInbox .txt h3 img {
	vertical-align: -1rem;
	padding-right: 15px;
	margin-top: -25px;
	float: left;
}
.cleaning10 .flowInbox .txt .flexbox {
	display: flex;
}
.cleaning10 .flowInbox .txt .flexbox .txt {
	padding-right: 20px;
	width: 70%;
}
.cleaning10 .flowInbox .txt .flexbox .pic {
	width: 30%;
}
.cleaning10 .truckArea {
	background: #fafafa;
	border-radius: 10px;
	max-width: 600px;
	text-align: center;
	padding: 30px 20px;
	margin: 50px auto;
	position: relative;
}
.cleaning10 .truckArea::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_track.png) no-repeat;
	background-size: contain;
	width: 147px;
	height: 147px;
	position: absolute;
	top: 50%;
	left: -73px;
	margin-top: -73px;
}
.cleaning10 .truckArea.ptn01::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_circle01.png) no-repeat;
	background-size: contain;
	width: 152px;
	height: 152px;
	position: absolute;
	top: 50%;
	right: -76px;
	margin-top: -76px;
}
.cleaning10 .truckArea.ptn02::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_circle02.png) no-repeat;
	background-size: contain;
	width: 152px;
	height: 152px;
	position: absolute;
	top: 50%;
	right: -76px;
	margin-top: -76px;
}
.cleaning10 .truckArea h3 {
	font-size: 2rem;
	font-weight: 700;
}
.cleaning10 .truckArea.h1Line h3 {
	padding: 25px 0;
}
.cleaning10 .truckArea p {
	max-width: 320px;
	margin: 10px auto 0;
}
.cleaning10 .flowBox .txtRed {
	position: relative;
	padding-left: 15px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
}
.cleaning10 .flowBox .txtRed::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.cleaning10 .flowBox .attention ul {
	padding: 0;
	max-width: 80%;
	margin: 30px auto;
}
.cleaning10 .flowBox .attention li {
	list-style: none;
}
.cleaning10 .flowBox p {
	font-size: 1.6rem;
}
.cleaning10 .fLink ul {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.cleaning10 .fLink li {
	padding: 0 20px;
	text-align: center;
}
.cleaning10 .kitBox {
	background: #fafafa;
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.cleaning10 {
	margin-top: 56px;
	padding-bottom: 50px;
}
.cleaning10 .bnrTtl {
	margin: 0px -15px 20px;
}
.cleaning10 .bnrArea ul {
	display: block;
	margin: 0 0 10px;
}
.cleaning10 .bnrArea li {
	width: 100%;
	text-align: center;
	padding: 0 0 15px;
}
.cleaning10 .tab_panel {
	padding: 10px 10px 5px;
	margin-bottom: 30px;
}
.cleaning10 .tab_area label {
	padding: 5px 10px;
	font-size: 1.5rem;
}
.cleaning10 #tab01:checked ~ .tab_area .tab01, .cleaning10 .tab_area .tab01:hover {
	padding: 10px;
}
.cleaning10 #tab02:checked ~ .tab_area .tab02, .cleaning10 .tab_area .tab02:hover {
	padding: 10px;
}
.cleaning10 .tabInAccordion {
	margin-bottom: 5px;
}
.cleaning10 .tabInAccordion dt {
	font-size: 1.6rem;
	padding: 12px 40px 10px 45px;
}
.cleaning10 .tabInAccordion dt::before {
	width: 25px;
	height: 25px;
	top: 10px;
	left: 10px;
}
.cleaning10 .tabInAccordion dt::after {
	width: 15px;
	height: 15px;
	right: 10px;
	margin-top: -8px;
}
.cleaning10 .tabInAccordion dt.open::after {
	width: 15px;
	height: 2px;
	right: 10px;
	margin-top: -1px;
}
.cleaning10 .tabInAccordion dd {
	padding: 15px;
	font-size: 1.4rem;
}
.cleaning10 .tabInAccordion dd ul {
	padding: 0 0 0 1.5rem;
}
.cleaning10 .tabInAccordion .countBox {
	display: block;
	margin: 0;
}
.cleaning10 .tabInAccordion .countBox > div {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	padding: 0 10px;
}
.cleaning10 .tabInAccordion .countBox > div.line {
	border-right: none;
	border-bottom: 2px dotted #2d9cf2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.cleaning10 .formbox h3 {
	font-size: 2rem;
	margin-bottom: 10px;
}
.cleaning10 .formbox h3 .fee {
	padding-left: 20px;
}
.cleaning10 .formbox h3 .yen {
	font-size: 1.6rem;
}
.cleaning10 .formbox h3 small {
	font-size: 1.4rem;
}
.cleaning10 .formbox dt {
	padding: 2px 0 10px 35px;
	font-size: 1.6rem;
}
.cleaning10 .formbox dt::before {
	width: 25px;
	height: 25px;
	left: 0;
}
.cleaning10 .formbox dt .required {
	font-size: 1.2rem;
	padding: 2px 5px;
}
.cleaning10 .formbox dd {
	padding: 0 0 15px;
	margin-bottom: 15px;
	font-size: 1.3rem;
}
.cleaning10 .formbox .selectwrap::after {
	right: 10px;
	margin-top: -5px;
	font-size: 1.2rem;
}
.cleaning10 .formbox select {
	font-size: 1.4rem;
}
.cleaning10 .addCart {
	margin-bottom: 0;
}
.cleaning10 .addCart p {
	font-size: 1.3rem;
}
.cleaning10 .addCart button {
	font-size: 1.6rem;
}
.cleaning10 .addCart button::before {
	width: 25px;
	height: 26px;
	left: 20px;
	margin-top: -13px;
}
.cleaning10 .flowBox {
	padding: 10px 10px 5px;
}
.cleaning10 .flowBox dd {
	padding: 10px 0 0;
}
.cleaning10 .flowInbox {
	display: block;
}
.cleaning10 .flowInbox .photo {
	width: 100%;
	text-align: center;
	padding: 0 0 10px;
}
.cleaning10 .flowInbox .txt {
	width: 100%;
	font-size: 1.4rem;
}
.cleaning10 .flowInbox .txt h3 {
	font-size: 1.8rem;
	padding-top: 20px;
}
.cleaning10 .flowInbox .txt h3 img {
	max-width: 80px;
	margin-top: -20px;
}
.cleaning10 .flowInbox .txt .btnBlue {
	text-align: center;
}
.cleaning10 .flowInbox .txt .flexbox {
	display: block;
}
.cleaning10 .flowInbox .txt .flexbox .txt {
	padding: 0 0 10px;
	width: 100%;
}
.cleaning10 .flowInbox .txt .flexbox .pic {
	width: 100%;
	text-align: center;
}
.cleaning10 .truckArea {
	width: 100%;
	padding: 50px 20px 20px;
	margin: 50px auto 30px;
}
.cleaning10 .truckArea::before {
	width: 50px;
	height: 50px;
	top: -20px;
	left: 50%;
	margin-top: 0;
	margin-left: -25px;
}
.cleaning10 .truckArea.ptn01,  .cleaning10 .truckArea.ptn02 {
	padding: 40px 0 60px;
	margin-bottom: 70px;
}
.cleaning10 .truckArea.ptn01::after,  .cleaning10 .truckArea.ptn02::after {
	width: 100px;
	height: 100px;
	top: auto;
	bottom: -50px;
	left: 50%;
	right: auto;
	margin-left: -50px;
}
.cleaning10 .truckArea h3 {
	font-size: 1.8rem;
}
.cleaning10 .truckArea.h1Line h3 {
	padding: 0;
}
.cleaning10 .truckArea p {
	width: 90%;
	margin: 10px auto 0;
}
.cleaning10 .flowBox .txtRed {
	font-size: 1.4rem;
}
.cleaning10 .flowBox .attention ul {
	padding: 0;
	max-width: 100%;
	margin: 30px auto;
}
.cleaning10 .flowBox p {
	font-size: 1.4rem;
}
.cleaning10 .fLink ul {
	display: block;
	margin-top: 20px;
}
.cleaning10 .fLink li {
	padding: 0 0 10px;
}
.cleaning10 .fLink li a {
	width: 80%;
}
.cleaning10 .kitBox {
	padding: 20px 15px;
	margin-bottom: 20px;
}
}
/* 15～25点パック
-------------------------------------------------------------- */
.cleaning15 {
	padding-bottom: 100px;
}
.cleaning15 .bnrTtl {
	margin-bottom: 40px;
}
.cleaning15 .bnrArea ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -20px 40px;
}
.cleaning15 .bnrArea li {
	width: 50%;
	padding: 0 20px 20px;
}
.cleaning15 .tab_wrap input[type="radio"] {
	display: none;
}
.cleaning15 .tab_area {
	font-size: 0;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: flex-end;
}
.cleaning15 .tab_area label {
	width: 49.9%;
	padding: 10px 20px;
	border-radius: 5px 5px 0 0;
	color: #2d2d2d;
	background: url("https://syojiki.itembox.design/item/top/images/common/btn_gray_bg.png") no-repeat center;
	background-size: cover;
	text-align: center;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
	cursor: pointer;
	transition: ease 0.2s opacity;
}


.cleaning15 #tab01:checked ~ .tab_area .tab01, .cleaning15 .tab_area .tab01:hover {
	padding: 20px;
	color: #fff;
	background: url("https://syojiki.itembox.design/item/2024_15pack_bg.png") no-repeat center;
	background-size: cover;
}
.cleaning15 #tab01:checked ~ .panel_area #panel01 {
	display: block;
}
.cleaning15 #tab02:checked ~ .tab_area .tab02, .cleaning15 .tab_area .tab02:hover {
	padding: 20px;
	color: #fff;
	background: url("https://syojiki.itembox.design/item/2024_15pack_bg.png") no-repeat center;
	background-size: cover;
}
.cleaning15 #tab02:checked ~ .panel_area #panel02 {
	display: block;
}


.cleaning15 .tab_panel {
	padding: 10px 10px 0;
	display: none;
	font-size: 1.6rem;
	border: 1px solid #ccc;
	margin-bottom: 60px;
}
.cleaning15 .tabInAccordion {
	margin-bottom: 10px;
}
.cleaning15 .tabInAccordion dt {
	background: #f1f1f1;
	font-size: 2rem;
	font-weight: 700;
	padding: 16px 20px 15px 55px;
	position: relative;
	cursor: pointer;
}
.cleaning15 .tabInAccordion dt:hover {
	background: #e2f4ff;
}
.cleaning15 .tabInAccordion dt::before {
	content: "";
	background: #2d9cf2;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 15px;
	left: 15px;
}
.cleaning15 .tabInAccordion dt::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_plus.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -15px;
}
.cleaning15 .tabInAccordion dt.open::after {
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_minus.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 5px;
	right: 15px;
	margin-top: -2px;
}
.cleaning15 .tabInAccordion dd {
	display: none;
	padding: 20px;
}
.cleaning15 .tabInAccordion dd ul {
	padding: 0 0 0 2rem;
}
.cleaning15 .tabInAccordion dd li {
	list-style: disc;
}
.cleaning15 .tabInAccordion .grayCheckList {
	padding: 20px 20px 10px;
	background: #fafafa;
	margin: 0 -15px;
}
.cleaning15 .tabInAccordion .grayCheckList li {
	list-style: none;
	position: relative;
	padding: 0 0 10px 25px;
}
.cleaning15 .tabInAccordion .grayCheckList li::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_check.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 17px;
	position: absolute;
	top: 2px;
	left: 0;
}
.cleaning15 .tabInAccordion .countBox {
	display: flex;
	align-items: flex-end;
	margin: 0 -10px;
}
.cleaning15 .tabInAccordion .countBox > div {
	width: 33.333%;
	text-align: center;
	font-size: 1.8rem;
	padding: 0 10px;
}
.cleaning15 .tabInAccordion .countBox > div.line {
	border-right: 2px dotted #2d9cf2;
}
.cleaning15 .formbox {
	border: 1px solid #2d9cf2;
	padding: 10px;
	margin-bottom: 50px;
}
.cleaning15 .formbox h3 {
	background: #2a4f67;
	color: #fff;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
	padding: 15px;
	margin-bottom: 20px;
}
.cleaning15 .formbox h3 .fee {
	padding-left: 30px;
	font-weight: 700;
}
.cleaning15 .formbox h3 .yen {
	font-size: 2.4rem;
	font-weight: 700;
}
.cleaning15 .formbox h3 small {
	font-size: 1.8rem;
	font-weight: 700;
	color: #fff;
}
.cleaning15 .formbox dt {
	padding: 2px 0 10px 55px;
	text-align: left;
	font-size: 2rem;
	font-weight: 700;
	position: relative;
}
.cleaning15 .formbox dt::before {
	content: "";
	background: #2d9cf2;
	border-radius: 5px;
	width: 30px;
	height: 30px;
	position: absolute;
	top: 0;
	left: 15px;
}
.cleaning15 .formbox dt .required {
	color: #fff;
	font-size: 1.4rem;
	padding: 2px 10px;
	background: #ea0101;
	margin-left: 10px;
	vertical-align: middle;
	display: inline-block;
}
.cleaning15 .formbox dd {
	padding: 0 15px;
	padding-bottom: 20px;
	margin-bottom: 20px;
	text-align: left;
	font-size: 1.6rem;
	border-bottom: 2px dotted #b7b7b7;
}
.cleaning15 .formbox .selectwrap {
	font-size: 1.8rem;
	margin-bottom: 10px;
	position: relative;
}
.cleaning15 .formbox .selectwrap::after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
	content: "▼";
	color: #2d2d2d;
	font-size: 1.4rem;
	pointer-events: none;
}
.cleaning15 .formbox select {
	padding: 10px;
	width: 100%;
	font-size: 1.8rem;
	font-weight: normal;
	background: #fff;
	border: 1px solid #e7e7e7;
}
.cleaning15 .addCart {
	text-align: center;
	margin-bottom: 20px;
}
.cleaning15 .addCart p {
	padding-top: 5px;
	font-size: 1.6rem;
	font-weight: 700;
}
.cleaning15 .addCart button {
	display: inline-block;
	color: #fff;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	background: url(https://syojiki.itembox.design/item/top/images/common/btn_red_bg.png) no-repeat center;
	background-size: cover;
	border-radius: 5px;
	border: none;
	position: relative;
	padding: 15px 60px;
	max-width: 500px;
	cursor: pointer;
}
.cleaning15 .addCart button::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_cart.png) no-repeat;
	background-size: contain;
	width: 30px;
	height: 31px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -15px;
}
.cleaning15 .addCart button::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.cleaning15 .addCart button:hover {
	opacity: .8;
}
.cleaning15 .flowBox {
	border: 1px solid #ccc;
	padding: 10px 10px 0;
}
.cleaning15 .flowBox dd {
	padding: 20px 10px 0;
}
.cleaning15 .flowInbox {
	display: flex;
	margin-bottom: 30px;
}
.cleaning15 .flowInbox .photo {
	width: 35%;
	padding-right: 30px;
}
.cleaning15 .flowInbox .txt {
	width: 65%;
	font-size: 1.6rem;
}
.cleaning15 .flowInbox .txt h3 {
	font-size: 2rem;
	font-weight: 700;
	padding-top: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
.cleaning15 .flowInbox .txt h3 img {
	vertical-align: -1rem;
	padding-right: 15px;
	margin-top: -25px;
	float: left;
}
.cleaning15 .flowInbox .txt .flexbox {
	display: flex;
}
.cleaning15 .flowInbox .txt .flexbox .txt {
	padding-right: 20px;
	width: 70%;
}
.cleaning15 .flowInbox .txt .flexbox .pic {
	width: 30%;
}
.cleaning15 .truckArea {
	background: #fafafa;
	border-radius: 10px;
	max-width: 600px;
	text-align: center;
	padding: 30px 20px;
	margin: 50px auto;
	position: relative;
}
.cleaning15 .truckArea::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_track.png) no-repeat;
	background-size: contain;
	width: 147px;
	height: 147px;
	position: absolute;
	top: 50%;
	left: -73px;
	margin-top: -73px;
}
.cleaning15 .truckArea.ptn01::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_circle01.png) no-repeat;
	background-size: contain;
	width: 152px;
	height: 152px;
	position: absolute;
	top: 50%;
	right: -76px;
	margin-top: -76px;
}
.cleaning15 .truckArea.ptn02::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_circle02.png) no-repeat;
	background-size: contain;
	width: 152px;
	height: 152px;
	position: absolute;
	top: 50%;
	right: -76px;
	margin-top: -76px;
}
.cleaning15 .truckArea h3 {
	font-size: 2rem;
	font-weight: 700;
}
.cleaning15 .truckArea.h1Line h3 {
	padding: 25px 0;
}
.cleaning15 .truckArea p {
	max-width: 320px;
	margin: 10px auto 0;
}
.cleaning15 .flowBox .txtRed {
	position: relative;
	padding-left: 15px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
}
.cleaning15 .flowBox .txtRed::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.cleaning15 .flowBox .attention ul {
	padding: 0;
	max-width: 80%;
	margin: 30px auto;
}
.cleaning15 .flowBox .attention li {
	list-style: none;
}
.cleaning15 .flowBox p {
	font-size: 1.6rem;
}
.cleaning15 .fLink ul {
	display: flex;
	justify-content: center;
	margin-top: 40px;
}
.cleaning15 .fLink li {
	padding: 0 20px;
	text-align: center;
}
.cleaning15 .kitBox {
	background: #fafafa;
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 30px;
}

@media (max-width: 767px) {
.cleaning15 {
	margin-top: 56px;
	padding-bottom: 50px;
}
.cleaning15 .bnrTtl {
	margin: 0px -15px 20px;
}
.cleaning15 .bnrArea ul {
	display: block;
	margin: 0 0 10px;
}
.cleaning15 .bnrArea li {
	width: 100%;
	text-align: center;
	padding: 0 0 15px;
}
.cleaning15 .tab_panel {
	padding: 10px 10px 5px;
	margin-bottom: 30px;
}
.cleaning15 .tab_area label {
	padding: 5px 10px;
	font-size: 1.5rem;
}
.cleaning15 #tab01:checked ~ .tab_area .tab01, .cleaning15 .tab_area .tab01:hover {
	padding: 10px;
}
.cleaning15 #tab02:checked ~ .tab_area .tab02, .cleaning15 .tab_area .tab02:hover {
	padding: 10px;
}
.cleaning15 .tabInAccordion {
	margin-bottom: 5px;
}
.cleaning15 .tabInAccordion dt {
	font-size: 1.6rem;
	padding: 12px 40px 10px 45px;
}
.cleaning15 .tabInAccordion dt::before {
	width: 25px;
	height: 25px;
	top: 10px;
	left: 10px;
}
.cleaning15 .tabInAccordion dt::after {
	width: 15px;
	height: 15px;
	right: 10px;
	margin-top: -8px;
}
.cleaning15 .tabInAccordion dt.open::after {
	width: 15px;
	height: 2px;
	right: 10px;
	margin-top: -1px;
}
.cleaning15 .tabInAccordion dd {
	padding: 15px;
	font-size: 1.4rem;
}
.cleaning15 .tabInAccordion dd ul {
	padding: 0 0 0 1.5rem;
}
.cleaning15 .tabInAccordion .countBox {
	display: block;
	margin: 0;
}
.cleaning15 .tabInAccordion .countBox > div {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	padding: 0 10px;
}
.cleaning15 .tabInAccordion .countBox > div.line {
	border-right: none;
	border-bottom: 2px dotted #2d9cf2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.cleaning15 .formbox h3 {
	font-size: 2rem;
	margin-bottom: 10px;
}
.cleaning15 .formbox h3 .fee {
	padding-left: 20px;
}
.cleaning15 .formbox h3 .yen {
	font-size: 1.6rem;
}
.cleaning15 .formbox h3 small {
	font-size: 1.4rem;
}
.cleaning15 .formbox dt {
	padding: 2px 0 10px 35px;
	font-size: 1.6rem;
}
.cleaning15 .formbox dt::before {
	width: 25px;
	height: 25px;
	left: 0;
}
.cleaning15 .formbox dt .required {
	font-size: 1.2rem;
	padding: 2px 5px;
}
.cleaning15 .formbox dd {
	padding: 0 0 15px;
	margin-bottom: 15px;
	font-size: 1.3rem;
}
.cleaning15 .formbox .selectwrap::after {
	right: 10px;
	margin-top: -5px;
	font-size: 1.2rem;
}
.cleaning15 .formbox select {
	font-size: 1.4rem;
}
.cleaning15 .addCart {
	margin-bottom: 0;
}
.cleaning15 .addCart p {
	font-size: 1.3rem;
}
.cleaning15 .addCart button {
	font-size: 1.6rem;
}
.cleaning15 .addCart button::before {
	width: 25px;
	height: 26px;
	left: 20px;
	margin-top: -13px;
}
.cleaning15 .flowBox {
	padding: 10px 10px 5px;
}
.cleaning15 .flowBox dd {
	padding: 10px 0 0;
}
.cleaning15 .flowInbox {
	display: block;
}
.cleaning15 .flowInbox .photo {
	width: 100%;
	text-align: center;
	padding: 0 0 10px;
}
.cleaning15 .flowInbox .txt {
	width: 100%;
	font-size: 1.4rem;
}
.cleaning15 .flowInbox .txt h3 {
	font-size: 1.8rem;
	padding-top: 20px;
}
.cleaning15 .flowInbox .txt h3 img {
	max-width: 80px;
	margin-top: -20px;
}
.cleaning15 .flowInbox .txt .btnBlue {
	text-align: center;
}
.cleaning15 .flowInbox .txt .flexbox {
	display: block;
}
.cleaning15 .flowInbox .txt .flexbox .txt {
	padding: 0 0 10px;
	width: 100%;
}
.cleaning15 .flowInbox .txt .flexbox .pic {
	width: 100%;
	text-align: center;
}
.cleaning15 .truckArea {
	width: 100%;
	padding: 50px 20px 20px;
	margin: 50px auto 30px;
}
.cleaning15 .truckArea::before {
	width: 50px;
	height: 50px;
	top: -20px;
	left: 50%;
	margin-top: 0;
	margin-left: -25px;
}
.cleaning15 .truckArea.ptn01,  .cleaning15 .truckArea.ptn02 {
	padding: 40px 0 60px;
	margin-bottom: 70px;
}
.cleaning15 .truckArea.ptn01::after,  .cleaning15 .truckArea.ptn02::after {
	width: 100px;
	height: 100px;
	top: auto;
	bottom: -50px;
	left: 50%;
	right: auto;
	margin-left: -50px;
}
.cleaning15 .truckArea h3 {
	font-size: 1.8rem;
}
.cleaning15 .truckArea.h1Line h3 {
	padding: 0;
}
.cleaning15 .truckArea p {
	width: 90%;
	margin: 10px auto 0;
}
.cleaning15 .flowBox .txtRed {
	font-size: 1.4rem;
}
.cleaning15 .flowBox .attention ul {
	padding: 0;
	max-width: 100%;
	margin: 30px auto;
}
.cleaning15 .flowBox p {
	font-size: 1.4rem;
}
.cleaning15 .fLink ul {
	display: block;
	margin-top: 20px;
}
.cleaning15 .fLink li {
	padding: 0 0 10px;
}
.cleaning15 .fLink li a {
	width: 80%;
}
.cleaning15 .kitBox {
	padding: 20px 15px;
	margin-bottom: 20px;
}
}


/* GUIDE
-------------------------------------------------------------- */
.guide {
	padding-bottom: 100px;
}
.guide .pageLink ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 40px;
}
.guide .pageLink li {
	width: 33.33%;
	padding: 0 15px 15px;
}
.guide .pageLink li a {
	background: url("https://syojiki.itembox.design/item/top/images/common/btn_blue_bg.png") no-repeat center;
	background-size: cover;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 16px 50px;
	text-align: center;
	position: relative;
	display: block;
	text-decoration: none;
}
.guide .pageLink li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
}
.guide .pageLink li a:hover {
	opacity: .8;
}
.guide .guideBox {
	margin-bottom: 60px;
	font-size: 1.6rem;
}
.guide .tabInAccordion .grayCheckList {
	padding: 20px 20px 10px;
	background: #fafafa;
	margin: 0 -15px;
}
.guide .tabInAccordion .grayCheckList li {
	list-style: none;
	position: relative;
	padding: 0 0 10px 25px;
}
.guide .tabInAccordion .grayCheckList li::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_check.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 17px;
	position: absolute;
	top: 2px;
	left: 0;
}
.guide .tabInAccordion .countBox {
	display: flex;
	align-items: flex-end;
	margin: 0 -10px;
}
.guide .tabInAccordion .countBox > div {
	width: 33.333%;
	text-align: center;
	font-size: 1.8rem;
	padding: 0 10px;
}
.guide .tabInAccordion .countBox > div.line {
	border-right: 2px dotted #2d9cf2;
}
.guide .formbox {
	border: 1px solid #2d9cf2;
	padding: 10px;
	margin-bottom: 50px;
}
.guide .flowBox {
	border: 1px solid #ccc;
	padding: 10px 10px 0;
}
.guide .flowBox dd {
	padding: 20px 10px 0;
}
.guide .flowInbox {
	display: flex;
	margin-bottom: 30px;
}
.guide .flowInbox .photo {
	width: 35%;
	padding-right: 30px;
}
.guide .flowInbox .txt {
	width: 65%;
	font-size: 1.6rem;
}
.guide .flowInbox .txt h3 {
	font-size: 2rem;
	font-weight: 700;
	padding-top: 25px;
	margin-bottom: 10px;
	overflow: hidden;
}
.guide .flowInbox .txt h3 img {
	vertical-align: -1rem;
	padding-right: 15px;
	margin-top: -25px;
	float: left;
}
.guide .flowInbox .txt .flexbox {
	display: flex;
}
.guide .flowInbox .txt .flexbox .txt {
	padding-right: 20px;
	width: 70%;
}
.guide .flowInbox .txt .flexbox .pic {
	width: 30%;
}
.guide .truckArea {
	background: #fafafa;
	border-radius: 10px;
	max-width: 600px;
	text-align: center;
	padding: 30px 20px;
	margin: 50px auto;
	position: relative;
}
.guide .truckArea::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_track.png) no-repeat;
	background-size: contain;
	width: 147px;
	height: 147px;
	position: absolute;
	top: 50%;
	left: -73px;
	margin-top: -73px;
}
.guide .truckArea.ptn01::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_circle01.png) no-repeat;
	background-size: contain;
	width: 152px;
	height: 152px;
	position: absolute;
	top: 50%;
	right: -76px;
	margin-top: -76px;
}
.guide .truckArea.ptn02::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/plan/ico_circle02.png) no-repeat;
	background-size: contain;
	width: 152px;
	height: 152px;
	position: absolute;
	top: 50%;
	right: -76px;
	margin-top: -76px;
}
.guide .truckArea h3 {
	font-size: 2rem;
	font-weight: 700;
}
.guide .truckArea.h1Line h3 {
	padding: 25px 0;
}
.guide .truckArea p {
	max-width: 320px;
	margin: 10px auto 0;
}
.guide #flow .truckArea .txtRed, .guide .attention .txtRed {
	position: relative;
	padding-left: 15px;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: left;
}
.guide #flow .truckArea .txtRed::before, .guide .attention .txtRed::before, .guide #delivery .attention li::before {
	content: "※";
	position: absolute;
	top: 0;
	left: 0;
}
.guide .attention ul {
	padding: 0;
	max-width: 80%;
	margin: 30px auto;
}
.guide .attention li {
	list-style: none;
	font-weight: 700;
}
.guide .flowBox p {
	font-size: 1.6rem;
}
.guide .kitBox {
	background: #fafafa;
	text-align: center;
	padding: 30px 20px;
	margin-bottom: 50px;
}
.guide .presentBox {
	background: #fafafa;
	padding: 40px;
	margin-top: 80px;
	text-align: center;
}
.guide .presentBox h4 {
	font-size: 2.4rem;
	font-weight: 700;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.guide .presentBox h4::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/guide/ico_ballon.png) no-repeat;
	background-size: contain;
	width: 96px;
	height: 151px;
	position: absolute;
	top: 50%;
	right: -100px;
	margin-top: -92px;
}
.guide .presentBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	position: relative;
	z-index: 10;
}
.guide .presentBox li {
	width: 48%;
	background: #fff;
	display: flex;
	align-items: center;
	text-align: left;
	padding: 20px 20px 20px 90px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 30px;
	position: relative;
}
.guide .presentBox li::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/guide/ico_present01.png) no-repeat;
	background-size: contain;
	width: 60px;
	height: 60px;
	position: absolute;
	top: 50%;
	left: 20px;
	margin-top: -30px;
}
.guide .presentBox li.p02::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/guide/ico_present02.png) no-repeat;
	background-size: contain;
}
.guide .presentBox li.p03::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/guide/ico_present03.png) no-repeat;
	background-size: contain;
}
.guide .presentBox li.p04::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/guide/ico_present04.png) no-repeat;
	background-size: contain;
}
.guide .presentBox li.p05::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/guide/ico_present05.png) no-repeat;
	background-size: contain;
}
.guide .presentBox li.p06::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/guide/ico_present06.png) no-repeat;
	background-size: contain;
}
.guide .storeBox {
	background: #fafafa;
	padding: 40px 60px;
	margin-bottom: 50px;
	text-align: center;
}
.guide .storeBox h4 {
	font-size: 2.4rem;
	font-weight: 700;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.guide .storeBox h4::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/guide/ico_store.png) no-repeat;
	background-size: contain;
	width: 93px;
	height: 85px;
	position: absolute;
	top: 50%;
	right: -100px;
	margin-top: -62px;
}
.guide .storeBox ul {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	margin-right: -2%;
	z-index: 10;
}
.guide .storeBox li {
	width: 18%;
	background: #fff;
	border: 1px solid #ccc;
	text-align: left;
	padding: 15px;
	line-height: 1.5;
	margin-right: 2%;
	margin-bottom: 20px;
	position: relative;
	text-align: center;
}
.guide .storeBox li .name {
	font-size: 1.5rem;
	font-weight: 700;
}
.guide .storeBox li .name span {
	display: block;
	font-size: 1.2rem;
}
.guide .deliverlyBox {
	background: #fafafa;
	padding: 40px 40px 20px;
	text-align: center;
	margin-bottom: 40px;
}
.guide .deliverlyBox h4 {
	font-size: 2.4rem;
	font-weight: 700;
	display: inline-block;
	position: relative;
	margin-bottom: 30px;
}
.guide .deliverlyBox h4::after {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/guide/ico_delivery.png) no-repeat;
	background-size: contain;
	width: 109px;
	height: 106px;
	position: absolute;
	top: 50%;
	right: -110px;
	margin-top: -70px;
}
.guide .deliverlyBox ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	margin-right: -2%;
	z-index: 10;
}
.guide .deliverlyBox li {
	width: 23%;
	background: #fff;
	border: 1px solid #ccc;
	text-align: center;
	margin-right: 2%;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	margin-bottom: 30px;
	position: relative;
}
.guide .term {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	max-width: 80%;
	margin: auto;
	z-index: 10;
}
.guide .term li {
	width: 48%;
	display: flex;
	align-items: center;
	background: #fafafa;
	text-align: center;
	margin: 0 1%;
	padding: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
}
.guide .term li p {
	margin: auto;
	font-weight: 500;
	line-height: 1.4;
}
.guide .term li .txtBlue small {
	font-size: 2rem;
	font-weight: 700;
}
.guide .term li .num {
	font-size: 3rem;
	font-weight: 700;
}
.guide .term li small {
	font-size: 1.4rem;
	font-weight: 500;
}
.guide .deliList {
	display: flex;
	flex-wrap: wrap;
	position: relative;
	z-index: 10;
	margin: 0 -1% 40px;
}
.guide .deliList li {
	width: 18%;
	text-align: center;
	margin: 0 1% 20px;
	position: relative;
}
.guide .area {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	position: relative;
	max-width: 80%;
	margin: auto;
	z-index: 10;
}
.guide .area li {
	width: 31.33%;
	display: flex;
	align-items: center;
	background: #fafafa;
	text-align: center;
	margin: 0 1%;
	padding: 20px;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.5;
	position: relative;
}
.guide .area li p {
	margin: auto;
	font-size: 1.8rem;
	font-weight: 500;
	line-height: 1.4;
}
.guide .area li .txtBlue {
	font-size: 2.4rem;
	font-weight: 700;
}
.guide .area li .num {
	font-size: 3rem;
	font-weight: 700;
}
.guide #delivery .attention li {
	font-weight: normal;
	position: relative;
	padding-left: 15px;
}
.guide .NP {
	background: #fafafa;
	padding: 40px;
}
.guide .NP .logo {
	text-align: center;
	margin-bottom: 20px;
}
.guide .NP .logo img {
	padding: 10px;
	max-width: 300px;
	background: #fff;
	border: 1px solid #ccc;
}
.guide .NP h5 {
	margin-bottom: 15px;
	position: relative;
}
.guide .NP h5 span {
	font-size: 2rem;
	font-weight: 700;
	display: inline-block;
	background: #fafafa;
	padding-right: 20px;
	position: relative;
	z-index: 10;
}
.guide .NP h5::after {
	content: "";
	background: #ccc;
	width: 100%;
	height: 1px;
	position: absolute;
	top: 50%;
	right: 0;
}
.guide .NP ol {
	margin-bottom: 40px;
}
.guide .NP li {
	list-style: decimal;
	margin-left: 2rem;
	margin-bottom: 20px;
}
.guide .NP li h6 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.guide .countBox {
	display: flex;
	align-items: flex-end;
	background: #fafafa;
	padding: 60px 20px;
}
.guide .countBox > div {
	width: 33.333%;
	text-align: center;
	font-size: 1.8rem;
	padding: 0 10px;
}
.guide .countBox > div.line {
	border-right: 2px dotted #2d9cf2;
}
.guide .grayCheckList {
	padding: 20px 20px 10px;
	background: #fafafa;
}
.guide .grayCheckList li {
	list-style: none;
	position: relative;
	padding: 0 0 10px 25px;
}
.guide .grayCheckList li::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/common/ico_check.png) no-repeat;
	background-size: contain;
	width: 18px;
	height: 17px;
	position: absolute;
	top: 2px;
	left: 0;
}
.guide .optionBox {
	background: #fafafa;
	padding: 40px;
}
.guide .optionBox h4 {
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	margin-bottom: 30px;
}
.guide .optionBox ul {
	display: flex;
	flex-wrap: wrap;
}
.guide .optionBox li {
	width: 50%;
	border-bottom: 2px dotted #a2d2ef;
	display: flex;
}
.guide .optionBox li:nth-child(odd) {
	border-right: 2px dotted #a2d2ef;
	padding: 0 20px 20px 0;
}
.guide .optionBox li:nth-child(even) {
	padding: 0 0 20px 20px;
}
.guide .optionBox li:nth-child(3), .guide .optionBox li:nth-child(5) {
	padding: 20px 20px 20px 0;
}
.guide .optionBox li:nth-child(4), .guide .optionBox li:nth-child(6) {
	padding: 20px 0 20px 20px;
}
.guide .optionBox li:nth-child(7) {
	padding: 20px 20px 0 0;
	border-bottom: none;
}
.guide .optionBox li:last-child {
	padding: 20px 0 0 20px;
	border-bottom: none;
}
.guide .optionBox li .photo {
	width: 40%;
	padding-right: 20px;
}
.guide .optionBox li .txt {
	width: 60%;
}
.guide .optionBox li .txt h5 {
	font-size: 2rem;
	font-weight: 700;
	margin-bottom: 5px;
}
.guide .optionBox li .txt p {
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.5;
}
.guide .optionBox li .txt .fee {
	text-align: right;
	font-size: 1.6rem;
	font-weight: 700;
	padding-top: 14px;
}
.guide .optionBox li .txt .fee .large {
	font-size: 2.4rem;
	padding-left: 5px;
}
.guide .optionBox li .txt .fee .tax {
	font-size: 1.4rem;
}

@media (max-width: 991px) {
.guide .pageLink li {
	width: 50%;
	padding: 0 15px 15px;
}
.guide .storeBox li {
	width: 23%;
}
}

@media (max-width: 767px) {
.guide {
	padding-bottom: 10px;
}
.guide .pageLink ul {
	display: block;
	margin: 0 0 30px;
}
.guide .pageLink li {
	width: 100%;
	padding: 0 0 10px;
}
.guide .pageLink li a {
	font-size: 1.6rem;
	padding: 15px 50px;
}
.guide .pageLink li a::after {
	width: 8px;
	height: 8px;
}
.guide .guideBox {
	margin-bottom: 40px;
	font-size: 1.4rem;
}
.guide .tabInAccordion .countBox {
	display: block;
	margin: 0;
}
.guide .tabInAccordion .countBox > div {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	padding: 0 10px;
}
.guide .tabInAccordion .countBox > div.line {
	border-right: none;
	border-bottom: 2px dotted #2d9cf2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.guide .flowBox {
	padding: 10px 10px 5px;
}
.guide .flowBox dd {
	padding: 10px 0 0;
}
.guide .flowInbox {
	display: block;
}
.guide .flowInbox .photo {
	width: 100%;
	text-align: center;
	padding: 0 0 10px;
}
.guide .flowInbox .txt {
	width: 100%;
	font-size: 1.4rem;
}
.guide .flowInbox .txt h3 {
	font-size: 1.8rem;
	padding-top: 20px;
}
.guide .flowInbox .txt h3 img {
	max-width: 80px;
	margin-top: -20px;
}
.guide .flowInbox .txt .btnBlue {
	text-align: center;
}
.guide .flowInbox .txt .flexbox {
	display: block;
}
.guide .flowInbox .txt .flexbox .txt {
	padding: 0 0 10px;
	width: 100%;
}
.guide .flowInbox .txt .flexbox .pic {
	width: 100%;
	text-align: center;
}
.guide .truckArea {
	width: 100%;
	padding: 50px 20px 20px;
	margin: 50px auto 30px;
}
.guide .truckArea::before {
	width: 50px;
	height: 50px;
	top: -20px;
	left: 50%;
	margin-top: 0;
	margin-left: -25px;
}
.guide .truckArea.ptn01,  .guide .truckArea.ptn02 {
	padding: 40px 0 60px;
	margin-bottom: 70px;
}
.guide .truckArea.ptn01::after,  .guide .truckArea.ptn02::after {
	width: 100px;
	height: 100px;
	top: auto;
	bottom: -50px;
	left: 50%;
	right: auto;
	margin-left: -50px;
}
.guide .truckArea h3 {
	font-size: 1.8rem;
}
.guide .truckArea.h1Line h3 {
	padding: 0;
}
.guide .truckArea p {
	width: 90%;
	margin: 10px auto 0;
}
.guide #flow .truckArea .txtRed, .guide .attention .txtRed {
	font-size: 1.4rem;
}
.guide .attention ul {
	padding: 0;
	max-width: 100%;
	margin: 30px auto;
}
.guide .flowBox p {
	font-size: 1.4rem;
}
.guide .kitBox {
	padding: 20px 15px;
	margin-bottom: 20px;
}
.guide .presentBox {
	padding: 20px;
	margin-top: 40px;
	text-align: center;
}
.guide .presentBox h4 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.guide .presentBox h4::after {
	width: 64px;
	height: 100px;
	position: absolute;
	top: 50%;
	right: -70px;
	margin-top: -50px;
}
.guide .presentBox ul {
	display: block;
}
.guide .presentBox li {
	width: 100%;
	padding: 15px 15px 15px 65px;
	font-size: 1.4rem;
	margin-bottom: 10px;
}
.guide .presentBox li::before {
	width: 40px;
	height: 40px;
	left: 15px;
	margin-top: -20px;
}
.guide .storeBox {
	padding: 40px 20px 10px;
	margin-bottom: 20px;
	text-align: center;
}
.guide .storeBox h4 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.guide .storeBox h4::after {
	width: 77px;
	height: 70px;
	right: -80px;
	margin-top: -50px;
}
.guide .storeBox li {
	width: 48%;
	background: #fff;
	margin-bottom: 10px;
}
.guide .storeBox li .name {
	font-size: 1.4rem;
}
.guide .storeBox li .name span {
	font-size: 1.1rem;
}
.guide .deliverlyBox {
	padding: 40px 20px 10px;
	margin-bottom: 20px;
}
.guide .deliverlyBox h4 {
	font-size: 1.8rem;
	margin-bottom: 15px;
}
.guide .deliverlyBox h4::after {
	width: 72px;
	height: 70px;
	right: -70px;
	margin-top: -50px;
}
.guide .deliverlyBox li {
	width: 48%;
	margin-bottom: 20px;
}
.guide .term {
	display: block;
	max-width: 100%;
}
.guide .term li {
	width: 100%;
	margin: 0 0 10px;
	padding: 15px;
	font-size: 1.6rem;
}
.guide .term li .txtBlue small {
	font-size: 1.6rem;
}
.guide .term li small {
	font-size: 1.2rem;
	font-weight: 500;
}
.guide .deliList {
	margin: 0 0 20px;
}
.guide .deliList li {
	width: 20%;
	margin: 0 0 10px;
}
.guide .area {
	display: block;
	max-width: 100%;
	margin-bottom: -10px;
}
.guide .area li {
	width: 100%;
	margin: 0 0 10px;
}
.guide .area li p {
	font-size: 1.5rem;
}
.guide .area li .txtBlue {
	font-size: 1.8rem;
}
.guide .area li .num {
	font-size: 2.4rem;
}
.guide .NP {
	padding: 20px;
}
.guide .NP .logo {
	margin-bottom: 15px;
}
.guide .NP .logo img {
	max-width: 200px;
}
.guide .NP h5 {
	margin-bottom: 15px;
}
.guide .NP h5 span {
	font-size: 1.8rem;
	max-width: 80%;
}
.guide .NP ol {
	margin-bottom: 20px;
}
.guide .NP li {
	margin-bottom: 15px;
}
.guide .NP li h6 {
	font-size: 1.6rem;
	margin-bottom: 5px;
}
.guide .countBox {
	display: block;
	padding: 30px 20px;
}
.guide .countBox > div {
	width: 100%;
	text-align: center;
	font-size: 1.5rem;
	padding: 0 10px;
}
.guide .countBox > div.line {
	border-right: none;
	border-bottom: 2px dotted #2d9cf2;
	padding-bottom: 20px;
	margin-bottom: 20px;
}
.guide .optionBox {
	padding: 20px;
}
.guide .optionBox h4 {
	font-size: 1.8rem;
	margin-bottom: 20px;
}
.guide .optionBox ul {
	display: block;
	margin: 0 -20px -20px;
}
.guide .optionBox li {
	width: 100%;
	margin-bottom: 10px;
	border-bottom: 2px dotted #a2d2ef;
}
.guide .optionBox li:nth-child(odd) {
	border-right: none;
	padding: 0 20px 10px;
}
.guide .optionBox li:nth-child(even) {
	padding: 0 20px 10px;
}
.guide .optionBox li:nth-child(3), .guide .optionBox li:nth-child(5), .guide .optionBox li:nth-child(7) {
	padding: 0 20px 10px;
	border-bottom: 2px dotted #a2d2ef;
}
.guide .optionBox li:nth-child(4), .guide .optionBox li:nth-child(6) {
	padding: 0 20px 10px;
}
.guide .optionBox li:last-child {
	padding: 0 20px 10px;
}
.guide .optionBox li .photo {
	padding-right: 10px;
}
.guide .optionBox li .txt h5 {
	font-size: 1.6rem;
}
.guide .optionBox li .txt p {
	font-size: 1.4rem;
}
.guide .optionBox li .txt .fee {
	font-size: 1.4rem;
}
.guide .optionBox li .txt .fee .large {
	font-size: 1.8rem;
	padding-left: 5px;
}
.guide .optionBox li .txt .fee .tax {
	font-size: 1.2rem;
}
}
/* company
-------------------------------------------------------------- */
.company .pageLink ul {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -15px 40px;
}
.company .pageLink li {
	width: 33.33%;
	padding: 0 15px 15px;
}
.company .pageLink li a {
	background: url("https://syojiki.itembox.design/item/top/images/common/btn_blue_bg.png") no-repeat center;
	background-size: cover;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	line-height: 1.2;
	padding: 16px 50px;
	width: 100%;
	height: 100%;
	position: relative;
	display: flex;
	justify-content: center;
	align-items: center;
	text-align: center;
	text-decoration: none;
}
.company .pageLink li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
}
.company .pageLink li a:hover {
	opacity: .8;
}
.company .companyBox {
	margin-bottom: 80px;
	font-size: 1.6rem;
}
.company #thoughts p.yumin {
	font-size: 1.8rem;
	font-weight: 700;
}
.company #thoughts .photoBox {
	display: flex;
	align-items: center;
	padding-top: 80px;
}
.company #thoughts .photoBox .newspaper {
	width: 55%;
	padding-right: 30px;
}
.company #thoughts .photoBox .factory {
	width: 45%;
}
.company #thoughts .photoBox .factory p {
	padding-top: 10px;
}
.company #sustainability .pointBox {
	display: flex;
	margin-bottom: 100px;
}
.company #sustainability .pointBox.ptn {
	margin-top: -50px;
}
.company #sustainability .pointBox .logo {
	width: 260px;
	padding-right: 20px;
}
.company #sustainability .pointBox .txt {
	width: calc(100% - 260px);
}
.company #sustainability .pointBox .txt h4 {
	font-size: 2.4rem;
	font-weight: 700;
	padding: 0 0 30px 45px;
	position: relative;
}
.company #sustainability .pointBox .txt h4::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/company/ico_clover.png) no-repeat;
	background-size: contain;
	width: 41px;
	height: 52px;
	position: absolute;
	top: -20px;
	left: 0;
}
.company #sustainability .pointBox .att {
	font-size: 1.4rem;
	padding-left: 50px;
}
.company #sustainability .pointBox ol li {
	position: relative;
	padding: 0 0 30px 50px;
}
.company #sustainability .pointBox ol li.n1::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/company/ico_list01.png) no-repeat;
	background-size: contain;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
}
.company #sustainability .pointBox ol li.n2::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/company/ico_list02.png) no-repeat;
	background-size: contain;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
}
.company #sustainability .pointBox ol li.n3::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/company/ico_list03.png) no-repeat;
	background-size: contain;
	width: 38px;
	height: 38px;
	position: absolute;
	top: 0;
	left: 0;
}
.company #sustainability .pointBox dt {
	position: relative;
	font-size: 2.4rem;
	font-weight: 700;
	padding: 30px 0 30px 130px;
}
.company #sustainability .pointBox dt::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/company/ico_point01.png) no-repeat;
	background-size: contain;
	width: 113px;
	height: 69px;
	position: absolute;
	top: 50%;
	left: 0;
	margin-top: -35px;
}
.company #sustainability .pointBox dt.p02::before {
	background: url(https://syojiki.itembox.design/item/top/images/company/ico_point02.png) no-repeat;
	background-size: contain;
}
.company #sustainability .pointBox dt.p03::before {
	background: url(https://syojiki.itembox.design/item/top/images/company/ico_point03.png) no-repeat;
	background-size: contain;
}
.company #sustainability .pointBox dt.p04::before {
	background: url(https://syojiki.itembox.design/item/top/images/company/ico_point04.png) no-repeat;
	background-size: contain;
}
.company #sustainability .pointBox dt.p05::before {
	background: url(https://syojiki.itembox.design/item/top/images/company/ico_point05.png) no-repeat;
	background-size: contain;
}
.company #sustainability .pointBox dt.p06::before {
	background: url(https://syojiki.itembox.design/item/top/images/company/ico_point06.png) no-repeat;
	background-size: contain;
}
.company #sustainability .pointBox dt.p07::before {
	background: url(https://syojiki.itembox.design/item/top/images/company/ico_point07.png) no-repeat;
	background-size: contain;
}
.company #sustainability .pointBox dd {
	margin-bottom: 30px;
	display: flex;
}
.company #sustainability .pointBox dd .txt {
	width: 70%;
	padding-right: 20px;
}
.company #sustainability .pointBox dd .illust {
	width: 30%;
}
.company #sustainability .pointBox dd p {
	line-height: 1.75;
}
.company #company {
	padding-bottom: 50px;
}
.company #company ul {
	display: flex;
	justify-content: center;
	margin-bottom: 60px;
}
.company #company li {
	padding: 0 10px;
}
.company #company table {
	width: 100%;
}
.company #company th {
	background: #fafafa;
	font-weight: 700;
	text-align: center;
	padding: 15px 20px;
	width: 20%;
	border: 1px solid #e7e7e7;
}
.company #company td {
	padding: 15px 20px;
	width: 80%;
	border: 1px solid #e7e7e7;
}
.company #company td .btnBlue {
	padding-left: 30px;
}
.company #company td .btnBlue a {
	padding: 5px 30px;
	font-size: 1.6rem;
}
.company #company td .btnBlue a::after {
	width: 5px;
	height: 5px;
	right: 20px;
}

@media (max-width: 767px) {
.company .pageLink ul {
	display: block;
	margin: 0 0 30px;
}
.company .pageLink li {
	width: 100%;
	padding: 0 0 10px;
}
.company .pageLink li a {
	font-size: 1.6rem;
	padding: 15px 50px;
}
.company .pageLink li a::after {
	width: 8px;
	height: 8px;
}
.company .companyBox {
	margin-bottom: 40px;
	font-size: 1.4rem;
}
.company #thoughts p.yumin {
	font-size: 1.6rem;
}
.company #thoughts .photoBox {
	display: block;
	padding-top: 40px;
}
.company #thoughts .photoBox .newspaper {
	width: 100%;
	padding: 0 0 20px;
}
.company #thoughts .photoBox .factory {
	width: 100%;
}
.company #sustainability .pointBox {
	display: block;
	margin-bottom: 30px;
}
.company #sustainability .pointBox.ptn {
	margin-top: 0px;
}
.company #sustainability .pointBox .logo {
	width: 180px;
	margin: 0 auto 20px;
	padding: 0;
}
.company #sustainability .pointBox .txt {
	width: 100%;
}
.company #sustainability .pointBox .txt h4 {
	font-size: 2rem;
	padding: 0 0 20px 40px;
}
.company #sustainability .pointBox .txt h4::before {
	width: 32px;
	height: 40px;
	top: -10px;
}
.company #sustainability .pointBox .att {
	font-size: 1.2rem;
}
.company #sustainability .pointBox dt {
	font-size: 1.8rem;
	font-weight: 700;
	padding: 20px 0 20px 90px;
}
.company #sustainability .pointBox dt::before {
	width: 82px;
	height: 50px;
	margin-top: -25px;
}
.company #sustainability .pointBox dd {
	margin-bottom: 20px;
	display: flex;
}
.company #sustainability .pointBox dd .txt {
	padding-right: 10px;
}
.company #company {
	padding-bottom: 30px;
}
.company #company ul {
	display: flex;
	justify-content: center;
	margin: 0 -5px 30px;
}
.company #company li {
	padding: 0 5px;
}
.contact #company tr {
	display: block;
	border: 1px solid #e7e7e7;
}
.company #company table {
	border-bottom: 1px solid #e7e7e7;
}
.company #company th {
	font-size: 1.4rem;
	padding: 15px 20px;
	border-bottom: none;
}
.company #company td {
	font-size: 1.4rem;
	padding: 15px 20px;
	border-bottom: none;
}
.company #company th, .company #company td {
	width: 100%;
	display: list-item;
	list-style: none;
}
.company #company td .btnBlue {
	padding-left: 0;
	display: block;
	text-align: center;
}
.company #company td .btnBlue a {
	font-size: 1.4rem;
}
}
/* CONTACT
-------------------------------------------------------------- */
.contact {
	padding-bottom: 100px;
}
.contact table {
	width: 100%;
	table-layout: fixed;
	word-break: break-all;
	word-wrap: break-all;
}
.contact th {
	width: 40%;
	vertical-align: top;
	background: #fafafa;
	border: 1px solid #e7e7e7;
	padding: 20px 60px 20px 20px;
	font-size: 1.8rem;
	font-weight: 700;
	position: relative;
}
.contact small {
	display: block;
	font-size: 1.4rem;
}
.contact td {
	border: 1px solid #e7e7e7;
	padding: 20px;
	font-size: 1.8rem;
	font-weight: 700;
}
.contact .required {
	color: #fff;
	font-size: 1.4rem;
	padding: 2px 10px;
	background: #ea0101;
	position: absolute;
	top: 28px;
	right: 20px;
}
.contact td input[type="text"] {
	padding: 10px;
	width: 100%;
	border: 1px solid #e7e7e7;
}
.contact td input[type="email"] {
	padding: 10px;
	width: 100%;
	border: 1px solid #e7e7e7;
}
.contact td input[type="tel"] {
	padding: 10px;
	width: 100%;
	border: 1px solid #e7e7e7;
}
.contact td input[type="file"] {
	font-size: 1.4rem;
	font-weight: normal;
	padding-bottom: 20px;
}
.contact td input[type="file"].file {
	padding-bottom: 0;
}
.contact select {
	padding: 10px;
	width: 100%;
	font-weight: normal;
	border: 1px solid #e7e7e7;
}
.contact .selectwrap {
	font-size: 1.8rem;
	margin-bottom: 10px;
	position: relative;
}
.contact .selectwrap::after {
	position: absolute;
	top: 50%;
	right: 15px;
	margin-top: -10px;
	content: "▼";
	color: #2d2d2d;
	font-size: 1.4rem;
	pointer-events: none;
}
.contact textarea {
	padding: 10px;
	width: 100%;
	border: 1px solid #e7e7e7;
}
.contact .btnSubmitArea {
	text-align: center;
	padding-top: 50px;
}
.contact .btnSubmitArea p {
	font-size: 1.6rem;
	font-weight: 700;
	padding-top: 15px;
}
.contact .btnSubmitArea button {
	background: url("https://syojiki.itembox.design/item/top/images/common/btn_blue_bg.png") no-repeat center;
	background-size: cover;
	border: none;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
	padding: 16px 50px;
	width: 384px;
	position: relative;
	display: inline-block;
}
.contact .btnSubmitArea button::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
.contact .btnSubmitArea button:hover {
	opacity: .8;
}

@media (max-width: 767px) {
.contact {
	padding-bottom: 50px;
}
.contact tr {
	display: block;
	border: 1px solid #e7e7e7;
}
.contact th {
	font-size: 1.5rem;
	padding: 15px 20px;
}
.contact td {
	font-size: 1.5rem;
	padding: 15px 20px;
}
.contact th, .contact td {
	width: 100%;
	display: list-item;
	border: none;
	list-style: none;
}
.contact small {
	font-size: 1.2rem;
}
.contact .required {
	font-size: 1.2rem;
	top: 15px;
}
.contact td input[type="file"] {
	font-size: 1.3rem;
}
.contact .btnSubmitArea {
	padding-top: 30px;
}
.contact .btnSubmitArea p {
	font-size: 1.4rem;
	padding-top: 10px;
}
.contact .btnSubmitArea button {
	font-size: 1.6rem;
	padding: 15px 30px;
	width: 100%;
}
.contact .btnSubmitArea button::after {
	right: 20px;
	width: 8px;
	height: 8px;
}
}
/* FAQ
-------------------------------------------------------------- */
.faq {
	padding-bottom: 100px;
}
.faq .pageLink ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin: 0 -15px 40px;
}
.faq .pageLink li {
	width: 25%;
	padding: 0 15px 15px;
}
.faq .pageLink li a {
	background: url("https://syojiki.itembox.design/item/top/images/common/btn_blue_bg.png") no-repeat center;
	background-size: cover;
	border-radius: 5px;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 700;
	padding: 16px 30px;
	text-align: center;
	position: relative;
	display: block;
	text-decoration: none;
}
.faq .pageLink li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 15px;
	width: 10px;
	height: 10px;
	border-top: 1px solid #fff;
	border-right: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
}
.faq .pageLink li a:hover {
	opacity: .8;
}
.faq .faqWrap {
	margin-bottom: 100px;
}
.faq dt {
	border: 1px solid #e7e7e7;
	background: #fafafa;
	font-size: 2rem;
	font-weight: 700;
	padding: 16px 20px 16px 60px;
	position: relative;
	cursor: pointer;
}
.faq dt:hover {
	background: #e2f4ff;
}
.faq dt::before {
	content: "";
	background: url(https://syojiki.itembox.design/item/top/images/faq/ico_q.png) no-repeat;
	background-size: contain;
	width: 44px;
	height: 42px;
	position: absolute;
	top: 10px;
	left: 10px;
}
.faq dt::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 30px;
	width: 10px;
	height: 10px;
	border-top: 2px solid #2d9cf2;
	border-right: 2px solid #2d9cf2;
	-webkit-transform: rotate(45deg);
	transform: rotate(135deg);
}
.faq dt.open::after {
	transform: rotate(-45deg);
}
.faq dd {
	display: none;
	background: #f4fdff;
	padding: 20px;
}
.faq dd p {
	font-size: 1.6rem;
	line-height: 1.75
}
.faq .txt_img {
	display: flex;
}
.faq .txt_img .txt {
	width: calc(100% - 177px);
	padding-right: 10px;
}
.faq .txt_img .img {
	width: 177px;
}

@media (max-width: 991px) {
.faq .pageLink li {
	width: 50%;
	padding: 0 15px 15px;
}
.faq .storeBox li {
	width: 23%;
}
}

@media (max-width: 767px) {
.faq {
	padding-bottom: 50px;
}
.faq .pageLink ul {
	margin: 0 -15px 30px;
	justify-content: flex-start;
}
.faq .pageLink li {
	width: 50%;
	padding: 0 10px 10px;
}
.faq .pageLink li a {
	font-size: 1.5rem;
	padding: 15px;
}
.faq .pageLink li a::after {
	width: 8px;
	height: 8px;
	right: 10px;
}
.faq .faqWrap {
	margin-bottom: 50px;
}
.faq dt {
	font-size: 1.6rem;
	padding: 15px 40px 15px 50px;
}
.faq dt::before {
	width: 34px;
	height: 32px;
}
.faq dt::after {
	right: 20px;
}
.faq dd {
	padding: 15px 20px;
}
.faq dd p {
	font-size: 1.4rem;
}
.faq .txt_img .txt {
	width: calc(100% - 100px);
}
.faq .txt_img .img {
	width: 100px;
}
}
/* infoPage
-------------------------------------------------------------- */
.infoPage {
	padding-bottom: 100px;
}
.infoPage .infoBox {
	padding-bottom: 50px;
	font-size: 1.5rem;
}
.infoPage .infoBox .list01 {
	margin-left: 2.5rem;
}
.infoPage .infoBox .list01 li {
	list-style: disc;
}
.infoPage .infoBox .list02 {
	margin-left: 2.5rem;
}
.infoPage .infoBox .list02 li {
	list-style: decimal;
	margin-bottom: 10px;
}
.infoPage .infoBox .list03 li {
	list-style-type: none;
	list-style-position: inside;
	counter-increment: cnt;
}
.infoPage .infoBox .list03 li:before {
	display: marker;
	content: "(" counter(cnt) ") ";
}
.infoPage table {
	width: 100%;
}
.infoPage th {
	background: #fafafa;
	font-weight: 700;
	text-align: center;
	padding: 15px 20px;
	width: 30%;
	border: 1px solid #e7e7e7;
}
.infoPage td {
	padding: 15px 20px;
	width: 70%;
	border: 1px solid #e7e7e7;
}
.infoPage .contactBox {
	text-align: center;
	padding: 40px 0 20px;
	background: #fafafa;
	max-width: 500px;
	margin: auto;
}
.infoPage .contactBox h4 {
	font-size: 1.8rem;
	font-weight: 700;
	margin-bottom: 10px;
}
.infoPage .contactBox p {
	padding-bottom: 10px;
}

@media (max-width: 767px) {
.infoPage {
	padding-bottom: 30px;
}
.infoPage .infoBox {
	padding-bottom: 30px;
	font-size: 1.4rem;
}
.infoPage table {
	border-bottom: 1px solid #e7e7e7;
}
.infoPage th {
	font-size: 1.4rem;
	padding: 15px 20px;
	border-bottom: none;
}
.infoPage td {
	font-size: 1.4rem;
	padding: 15px 20px;
	border-bottom: none;
}
.infoPage th, .infoPage td {
	width: 100%;
	text-align: left;
	display: list-item;
	list-style: none;
}
.infoPage .contactBox {
	padding: 20px 0 10px;
}
.infoPage .contactBox h4 {
	font-size: 1.6rem;
}
}
/* sidebar
-------------------------------------------------------------- */
aside {
	width: 260px;
	background: #fafafa;
}
aside nav li {
	border-bottom: 1px solid #ccc;
}
aside nav li.ttlPlan {
	background: #e8faff;
	padding: 15px 15px 15px 50px;
	color: #2d2d2d !important;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
}
aside nav li.ttlPlan::before {
	content: "";
	width: 29px;
	height: 29px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2024s_ico01.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
aside nav li a {
	display: block;
	padding: 18px 30px 18px 15px;
	color: #2d2d2d !important;
	line-height: 1.5;
	font-size: 1.6rem;
	font-weight: 700;
	position: relative;
}
aside nav li a::after {
	position: absolute;
	top: 0;
	bottom: 0;
	margin: auto;
	content: "";
	vertical-align: middle;
	right: 20px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #2d9cf2;
	border-right: 1px solid #2d9cf2;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
aside nav li a:hover {
	text-decoration: none;
	color: #2d2d2d;
	background: #e8faff;
}
aside nav li.plan2 a, aside nav li.plan3 a, aside nav li.plan5 a, aside nav li.plan10 a, aside nav li.plan15 a, aside nav li.plan20 a, aside nav li.plan25 a {
	padding: 18px 30px 18px 50px;
}
aside nav li.plan2 a::before {
	content: "";
	width: 32px;
	height: 30px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2025s_ico01.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
aside nav li.plan3 a::before {
	content: "";
	width: 32px;
	height: 30px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2024s_ico06.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
aside nav li.plan5 a::before {
	content: "";
	width: 32px;
	height: 30px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2024s_ico02.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
aside nav li.plan10 a::before {
	content: "";
	width: 32px;
	height: 30px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2024s_ico03.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
aside nav li.plan15 a::before {
	content: "";
	width: 32px;
	height: 30px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2024s_ico04.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
aside nav li.plan20 a::before {
	content: "";
	width: 32px;
	height: 30px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2024s_ico05.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}
aside nav li.plan25 a::before {
	content: "";
	width: 32px;
	height: 30px;
	background: url("https://syojiki.itembox.design/item/top/images/common/2024s_ico07.png") no-repeat;
	background-size: contain;
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -15px;
}

@media (max-width: 1260px) {
aside {
	display: none
}
}
/* footer
-------------------------------------------------------------- */
footer .contactArea {
	text-align: center;
	padding: 40px 0 50px;
	background: url("https://syojiki.itembox.design/item/top/images/common/f_contact_bg.jpg") no-repeat center;
	background-size: cover;
	border-bottom: 3px solid #2d9cf2;
}
footer .contactArea h2 {
	position: relative;
	font-size: 3rem;
	font-weight: 700;
	margin-bottom: 30px;
}
footer .contactArea h2::before {
	content: "";
	width: 34px;
	height: 67px;
	background: url("https://syojiki.itembox.design/item/top/images/common/f_ttl_ico.png") no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: -1rem;
	margin-right: 5px;
}
footer .contactArea ul {
	display: flex;
	justify-content: center;
}
footer .contactArea li {
	padding: 0 20px;
	width: 50%;
	max-width: 420px;
}
footer .contactArea li a {
	width: 100%;
}
footer .contactArea .btnMail a::before {
	content: "";
	width: 22px;
	height: 17px;
	background: url("https://syojiki.itembox.design/item/top/images/common/f_ico01.png") no-repeat;
	background-size: contain;
	display: inline-block;
	vertical-align: -.2rem;
	margin-right: 5px;
}
#Pagetop {
	background: url("https://syojiki.itembox.design/item/top/images/common/f_bg.png");
	padding: 15px;
	text-align: center;
	cursor: pointer;
}
#Pagetop p {
	position: relative;
	font-size: 1.6rem;
	font-weight: 500;
}
#Pagetop p::before {
	content: "";
	display: inline-block;
	vertical-align: middle;
	margin-right: 10px;
	width: 8px;
	height: 8px;
	border-top: 1px solid #2d9cf2;
	border-right: 1px solid #2d9cf2;
	-webkit-transform: rotate(-45deg);
	transform: rotate(-45deg);
}
#Pagetop a:hover {
	opacity: .8;
}
footer .fNav {
	padding: 50px 0 0;
}
footer nav {
	display: flex;
	margin-bottom: 20px;
}
footer nav h4 {
	color: #2d9cf2;
	font-size: 1.8rem;
	font-weight: 700;
	width: 220px;
}
footer nav ul {
	display: flex;
	flex-wrap: wrap;
	width: calc(100% - 220px)
}
footer nav li {
	padding: 0 20px 10px 0;
}
footer nav li:last-child {
	padding: 0 0 10px 0;
}
footer nav li a {
	font-size: 1.6rem;
	font-weight: 500;
	padding-left: 15px;
	color: #2d2d2d !important;
	display: inline-block;
	position: relative;
}
footer nav li a::before {
	position: absolute;
	top: 6px;
	bottom: 0;
	margin: 0 auto;
	content: "";
	vertical-align: middle;
	left: 0;
	width: 8px;
	height: 8px;
	border-top: 1px solid #2d2d2d;
	border-right: 1px solid #2d2d2d;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}
footer .copy {
	padding: 30px 15px !important;
	text-align: center;
	font-size: 1.2rem;
}

@media (max-width: 767px) {
footer .contactArea {
	padding: 20px 0 10px;
	border-bottom: 2px solid #2d9cf2;
}
footer .contactArea h2 {
	font-size: 2rem;
	margin-bottom: 20px;
}
footer .contactArea h2::before {
	width: 25px;
	height: 50px;
}
footer .contactArea ul {
	display: block;
}
footer .contactArea li {
	padding: 0 20px 20px;
	margin: auto;
	width: 100%;
}
footer .contactArea li a {
	width: 100%;
}
#Pagetop {
	padding: 10px;
}
#Pagetop p {
	font-size: 1.4rem;
}
footer .fNav {
	padding: 30px 10px 0;
}
footer nav {
	display: block;
	margin-bottom: 20px;
}
footer nav h4 {
	text-align: center;
	font-size: 1.6rem;
	width: 100%;
	margin-bottom: 10px;
}
footer nav ul {
	width: 100%;
}
footer nav li {
	width: 50%;
	padding: 0 10px 10px 0;
}
footer nav li:last-child {
	padding: 0 0 10px 0;
}
footer nav li a {
	font-size: 1.3rem;
	padding-left: 15px;
}
footer .copy {
	padding: 20px 15px;
	font-size: 1rem;
}
}
.fs-l-header {
	padding-top: 0px;
}
.fs-c-productSelection__name {
	background-color: #FFFFFF !important;
}
.fs-c-productOption__name {
	background-color: #FFFFFF !important;
}
.fs-c-productQuantityAndWishlist__quantity, #fs_ProductDetails.fs-system-assistTarget {
	display: none !important;
}
.fs-c-productNameHeading__name {
	display: none !important;
}
.fs-c-productPrice, .fs-c-productPointDisplay {
	display: none !important;
}
.logout.my-false {
	display: none;
}
.login.my-true {
	display: none;
}
.fs-clientInfo.is-ready {
	display: flex !important;
}
.regist.my-true {
	display: none;
}
#__fs_modal_delivery, #__fs_modal_buyer, #fs_button_changePoints, #__fs_modal_address, #__fs_modal_addressList, #__fs_modal_point, #__fs_modal_creditCard {
	width: 100% !important;
}
.fs-c-productOption__label{
	font-weight:bold;}
	
.fs-c-productOption__comment{
	font-size:1.6rem;}
