@charset "utf-8";
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);

/*----- メールフォーム -----*/

.form_box > p input {
	background: #d9534f;
	border-radius: 5px;
}

.form_box table tr th span {
	background: #d9534f;
}

/*----- メールフォームここまで -----*/

.pagetop {
	bottom: 250px;
}

.full-width a {
	transition: 0.3s;
}

.full-width a:hover {
	opacity: 0.3;
}

.full-width img {
	width: 100%;
}

.full-width h2,
.full-width h3 {
	line-height: 1.5;
}

/*================================================ *  commonレイアウト ================================================*/
.kaichu {
	position: relative
}

.kaichu .kaichu_icon {
	content: "";
	position: absolute;
	top: 5px;
	display: flex;
	right: 10px;
	width: 3vw !important;
	max-width: 170px;
	min-width: 100px !important
}

.turiset_text {
	color: #0956be;
	font-weight: bold;
	text-align: center;
	background: #ebf4f7;
	padding: 5px 10px;
	margin: 0 0 10px;
}

.turiset_text span {
	color: #111;
	font-size: 1.1rem;
	font-weight: normal;
	margin: 0 0 0 10px;
}

/* ↓bodyで記述すると共通ヘッダーフッターにも影響してしまうので、改めて#businessで全体をに付与しています */

.full-width h1 {
	font-size: 3.5rem;
	font-weight: 500;
	text-shadow: 0px 0px 5px #fff;
	margin-bottom: 10px;
	margin-top: 20px;
	text-align: center
}

.full-width h2 {
	color: #333;
	font-weight: bold;
	text-align: center;
	margin: 0 auto 30px;
}

.h2_box {
	text-align: center;
	margin: 0 0 30px;
}

.full-width h3 span {
	font-size: 70%
}

.full-width a.btn {
	width: 70%;
	color: #fff;
	background: #00863C;
	border-radius: 20px;
	text-decoration: none;
	padding: 5px;
	margin: 10px 0 0;
}

.litefree {
	background: #fff;
	border: 1px solid #e6e6e6;
	padding: 20px;
}

/*================================================ *  sect Hero ================================================*/
.hero {
	background-image: url(../img/apparel_shop.png);
	background-size: cover;
	background-position: center;
	padding: 30px;
	width: 100%;
}

.hero h3 {
	color: #333;
	font-size: 1.4rem;
	margin: 0 0 10px;
}

.hero .semi {
	color: white;
	padding: 5px 20px;
	margin-right: 10px;
	background-color: #6E82DA;
	width: 180px;
	text-align: center
}

.hero .self {
	color: white;
	padding: 5px 20px;
	margin-right: 10px;
	background-color: #A77FBD;
	width: 180px;
	text-align: center
}

.hero .cost {
	font-size: 2.6rem;
	color: #c00;
	font-weight: 600;
	text-align: center;
}

.hero .cost span {
	font-size: 15px
}

#dispenser .hero h2 {
	color: #3c3c3c;
	font-size: 3.5rem;
	line-height: 1.5;
	text-align: center;
	text-shadow: 0px 0px 5px #fff;
	margin: 0 0 10px;
}

.single-item img {
	max-width: 310px;
	margin: auto
}

.set_box {
	width: 100%;
	background: rgba(0, 0, 0, 0.5);
	padding: 10px;
}

.set_box ul {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	text-align: center;
}

.set_box ul li:first-child {
	color: #fff;
	font-weight: bold;
}

.set_box ul li:nth-child(n+2) {
	font-size: 1rem;
	background: #fff;
	border-radius: 5px;
	padding: 5px;
}

.topics_box > div {
	max-width: 810px;
	border: 1px solid #333;
	border-radius: 10px;
	position: relative;
	padding: 30px;
	margin: 0 auto;
}

.topics_box > div > div:nth-of-type(1) {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 20px 30px;
	position: relative;
	z-index: 3;
	margin: 0 0 10px;
}

.topics_box > div > div:nth-of-type(1) h2 {
	font-size: 2.2rem;
	margin: 0;
}


.topics_box > div > div:nth-of-type(1) > div {
	width: 80px;
	height: 80px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid #00863C;
	border-radius: 40px;
	box-shadow: 0 2px 3px 0 rgb(0, 0, 0, 30%);
	position: relative;
}

.topics_box > div > div:nth-of-type(1) > div img {
	width: 100%;
	max-width: 50px;
	position: absolute;
	top: -13px;
}

.topics_box > div > div:nth-of-type(1) > div p {
	color: #00863C;
	font-size: 2rem;
	font-weight: bold;
	text-align: center;
	line-height: 0.8;
	margin: 25px 0 0;
}

.topics_box > div > div:nth-of-type(1) > div p span {
	color: #111;
	font-size: 1.1rem;
	font-weight: normal;
}

.topics_box > div > div:nth-of-type(2) {
	display: grid;
	justify-content: center;
	grid-template-columns: repeat(auto-fit, minmax(80px, 180px));
	gap: 30px;
	margin: 0 0 10px;
}

.topics_box > div > div:nth-of-type(3) {
	width: 100px;
	height: 100px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #ff0000;
	border-radius: 10px 0 0 0;
	position: absolute;
	top: 0;
	left: 0;
}

.topics_box > div > div:nth-of-type(3)::after {
	content: "";
	width: 100px;
	height: 100px;
	background: #fff;
	clip-path: polygon(0 0, 0% 100%, 100% 100%);
	transform: rotate(270deg);
	position: absolute;
	bottom: 0;
	right: 0;
	z-index: 2;
}

.topics_box > div > div:nth-of-type(3) p {
	color: #fff;
	font-size: 2rem;
	font-weight: bold;
	transform: rotate(-45deg);
	position: absolute;
	top: 25px;
	left: 0;
	z-index: 3;
}

.topics_box > div > p:nth-of-type(1) {
	margin: 0 0 10px;
}

.topics_box > div > p:nth-of-type(2) {
	margin: 0 0 30px;
}

.topics_box > div > p:nth-of-type(3) {
	font-size: 1.1rem;
	line-height: 1.5;
	text-align: right;
	margin: 0 0 10px;
}

.merit_box h3 {
	display: flex;
	align-items: center;
	gap: 30px;
	color: #333;
	margin: 0 0 20px;
}

.merit_box h3 span {
	color: #00863C;
	font-size: 4.6rem;
	line-height: 1;
}

.merit_box > div:nth-of-type(3) > div:nth-of-type(1) {
	background: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 30%));
	padding: 20px;
	margin: 0 0 60px;
}

.merit_box > div:nth-of-type(3) > div:nth-of-type(1) > p:nth-of-type(1) {
	margin: 0 0 10px;
}

.merit_box > div:nth-of-type(3) > div:nth-of-type(1) > p:nth-of-type(2) {
	text-align: right;
	margin: 0 0 30px;
}

.merit_box > div:nth-of-type(3) > div:nth-of-type(1) > a {
	text-align: right;
}

.merit_box > div:nth-of-type(3) > div:nth-of-type(2) {
	margin: 0 0 30px;
}

.merit_box > div:nth-of-type(2) {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	gap: 90px;
	margin: 0 0 90px;
}

.merit_box > div:nth-of-type(2) > div {
	background: #fff;
	border-radius: 10px;
	filter: drop-shadow(0 2px 3px rgba(0, 0, 0, 30%));
	padding: 20px;
}

.merit_box > div:nth-of-type(2) > div:nth-of-type(4) > p:nth-of-type(1) {
	margin: 0 0 10px;
}

.merit_box .stext {
	text-align: right;
}

/*================================================*  sect intro================================================*/
.intro_box {
	width: 100%;
	display: flex;
	justify-content: space-around
}

.intro_box div {
	width: calc(98%/2)
}

.point div div {
	margin-top: 10px;
	background: #4e789b;
	color: #fff;
	padding: 7px 0;
	font-weight: 500;
	justify-content: space-around;
	border-radius: 5px
}

.point {
	text-align: center;
	justify-content: space-around
}

.point img {
	width: auto !important;
	height: 180px
}

.check_box {
	margin-bottom: 20px;
	padding: 0 10px;
}

.check_box li {
	text-align: left;
	border-bottom: 1px dashed #6E82DA;
	line-height: 1.5;
	text-indent: -2.8rem;
	padding-left: 2rem
}

.check_box li::before {
	content: "";
	font-family: "Font Awesome 5 Free";
	content: "\f00c";
	font-weight: 600;
	margin-right: 10px;
	font-size: 18px;
	color: #6E82DA
}



/*================================================*  sect merit================================================*/
#merit h2 {
	color: #000
}

#merit div {
	background-color: #F5F8FF;
	padding-top: 15px;
	border-radius: 10px
}

#merit ul {
	width: 100%;
	display: flex;
	justify-content: space-around;
	margin-bottom: 30px
}

#merit li {
	width: calc(90%/3)
}

#merit li img {
	max-height: 70px
}

/*================================================*  sect lineup================================================*/
#lineup {
	justify-content: space-between
}

#lineup h3 {
	font-size: 17px;
	margin-bottom: 20px;
	padding-top: 10px
}

#lineup h3 span {
	font-size: 80%
}

#lineup img {
	max-height: 200px;
	width: auto;
	margin: auto
}

#lineup .col-4 {
	border: 1px solid gray;
	width: calc(98%/3);
	height: 300px;
	display: flex;
	flex-direction: column
}

#lineup p {
	font-size: 10px
}

#lineup p:nth-of-type(1) {
	margin-top: 10px
}

#lineup .btm_btn02 {
	display: flex;
	flex-direction: column;
	padding: 5px;
	width: 60%;
	margin-top: 20px;
	margin-bottom: 20px
}

#semiself_counter .slick-next {
	right: 10px !important;
	z-index: 10;
}

#semiself_counter .slick-prev {
	left: 10px !important;
	z-index: 10;
}

.name {
	font-size: 25px
}

.price {
	margin-top: 10px;
	font-size: 20px
}

.price span {
	font-size: 1.4rem;
}


.bcpos_brands {
	height: 84px
}

/*================================================*  sect Semiself================================================*/
#semiself h2 {
	position: relative;
	display: block
}

table.spec {
	margin: 30px 0;
}

table.spec th,
table.spec td {
	padding: 10px 5px;
}

table.spec th {
	width: 30%;
	font-weight: bold;
	background: #f2f2f2;
	border: 1px solid #c7c7c7;
}

/* さらに */
h2.balloon {
	width: fit-content;
	position: relative;
	margin: 60px auto 20px;
}

h2.balloon::before {
	content: "さらに！";
	width: 80px;
	height: 70px;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #fff;
	font-size: 1.6rem;
	font-weight: bold;
	background: #1C7437;
	border-radius: 50%;
	position: absolute;
	top: -60px;
	left: -70px;
}

h2.balloon::after {
	content: '';
	width: 0;
	height: 0;
	border-left: 20px solid #1C7437;
	border-top: 10px solid transparent;
	border-bottom: 10px solid transparent;
	transform: rotate(45deg);
	position: absolute;
	top: -10px;
	left: -15px;
}

.plan {
	position: relative
}

.it_hojokin {
	position: absolute;
	top: 40px;
	display: flex;
	right: -60px;
	width: 20vw !important;
	max-width: 170px;
	min-width: 130px !important
}

#semiself .semiself_box {
	border: 1px solid #c4c4c4;
}

#semiself .semiself div div {
	background: #6E82DA;
	padding: 10px 0;
	color: #fff;
	font-size: 2rem;
	margin-bottom: 10px
}

#semiself .semiself ul {
	display: flex;
	justify-content: space-around;
	vertical-align: middle;
	counter-reset: item
}

#semiself .semiself ul li img {
	padding: 0px
}

#semiself .semiself ul.semi_list li {
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #6E82DA;
	border-radius: 50%;
	position: relative;
}

#semiself .semiself ul.semi_list li::before,
#semiself .self ul.self_list li::before {
	color: #fff;
	border-bottom: 1px solid;
	counter-increment: item;
	content: counter(item);
	position: absolute;
	top: 5px;
	padding: 0 5px;
}

#semiself .semiself ul.semi_list li p,
#semiself .self ul.self_list li p {
	color: #fff;
	font-weight: bold;
	line-height: 1.5;
}

#semiself .semiself ul.semi_list li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #6E82DA;
}

#semiself .semiself ul.semi_list li:last-child::after {
	content: "";
	position: absolute;
	top: 0%;
	left: 8%;
	margin-top: px;
	border: 0px solid transparent
}

#semiself .self ul {
	display: flex;
	justify-content: space-around;
	vertical-align: middle;
	counter-reset: item
}

#semiself .self div div {
	background: #A77FBD;
	padding: 10px 0;
	color: #fff;
	font-size: 2rem;
	margin-bottom: 10px
}

#semiself .self ul {
	display: flex;
	justify-content: space-around;
	vertical-align: middle;
	counter-reset: item;
}

#semiself .self ul.self_list li {
	width: 105px;
	height: 105px;
	display: flex;
	align-items: center;
	justify-content: center;
	background: #A77FBD;
	border-radius: 50%;
	position: relative;
}

#semiself .self ul img {
	width: auto;
	padding: 0px
}

#semiself .self ul.self_list li::after {
	content: "";
	position: absolute;
	top: 50%;
	right: -25px;
	margin-top: -15px;
	border: 15px solid transparent;
	border-left: 15px solid #A77FBD
}

#semiself .self ul.self_list li:last-child::after {
	content: "";
	position: absolute;
	top: 0%;
	left: 8%;
	margin-top: px;
	border: 0px solid transparent
}

#semiself img {
	max-width: 300px;
	padding: 10px 20px 7px
}

#semiself .self img {
	width: 270px
}

/*================================================*  sect Sousa================================================*/
/*#sousa{opacity:.4;position:relative}#sousa::after{content:"仮";position:absolute;font-size:40rem;top:0;left:30%;color:red}*/
#sousa h3.semiself {
	background: #cacfe2;
	padding: 10px 0px;
	margin-bottom: 20px
}

#sousa h3.self {
	background: #ede2f4;
	padding: 10px 0px;
	margin-bottom: 20px;
	padding-left: 20px
}

#sousa img {
	border: 1px solid #dbdbdb;
	z-index: -999
}

#sousa .pos {
	position: relative;
	margin-top: 50px
}

#sousa .pos::after {
	content: "";
	position: absolute;
	width: 73%;
	height: 130%;
	background-image: url(../img/pos.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	z-index: -999
}

#sousa p {
	color: #fff
}

#sousa .slick-prev {
	display: block;
	overflow: hidden;
	top: ;
	left: -40px !important;
	width: 36px !important;
	height: 36px !important;
	border-radius: 18px;
	font-size: 0;
	text-indent: -999px;
	z-index: 2;
	background: rgba(255, 255, 255, 0.35) url('/assets/img/common/foot_icon_arrow-left.png') no-repeat center center !important
}

#sousa .slick-next {
	display: block;
	overflow: hidden;
	top: ;
	right: -40px !important;
	width: 36px !important;
	height: 36px !important;
	border-radius: 18px;
	font-size: 0;
	text-indent: -999px;
	background: rgba(255, 255, 255, 0.35) url('/assets/img/common/foot_icon_arrow-right.png') no-repeat center center !important
}

#sousa .slick-dots li button:before {
	margin-top: 10px;
	color: #fff;
	font-size: 3rem
}

#sousa .slick-dots li.slick-active button:before {
	color: #fff;
	opacity: 1
}

/*================================================*  sect business================================================*/
#business h3 {
	color: #000;
	font-size: 27px !important
}

/**/
.business_box {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 0;
	justify-content: space-around;
}

.business_box .business_inner {
	width: calc(95%/3);
	display: flex;
	flex-direction: column;
	background: #fafafa;
	box-shadow: 3px 3px 3px rgba(190, 190, 190, 0.4);
	padding: 20px 10px;
}

.business_box .business_text {
	width: 90%;
	margin: auto;
	height: 100%;
	border-radius: 5px;
	display: flex;
	flex-direction: column
}

.business_box p {
	text-align: left;
	letter-spacing: 0px
}

/**/
.business_wrap {
	display: flex;
	height: 100%;
	flex-wrap: wrap
}

.col-4 > .business_box {
	background: #fafafa;
	box-shadow: 3px 3px 3px rgba(190, 190, 190, 0.4);
	margin-top: 10px;
	display: flex;
	flex-direction: column
}

#business img {
	height: 100px;
	object-fit: contain;
	margin: 0 auto;
}

.business_title {
	height: 75px;
	display: flex
}

#business h4 {
	color: #314a8e;
	font-size: 1.8rem;
	font-weight: bold;
	text-align: center;
	margin: 10px auto;
}

#business .btm_btn01 {
	max-width: 200px;
	padding: 10px;
	color: #211f67 !important;
	border: 1px solid #211f67 !important
}

#business .btm_btn01:hover {
	background: #a6cfff
}

.hojo {
	background-color: #f5faff;
	padding: 25px 40px;
	display: table;
	margin: 0 auto;
	border: 1px solid #1a4e8b;
	border-radius: 5px
}

.link {
	border: 1px solid #1a4e8b;
	padding: 10px 30px;
	display: inline-table;
	border-radius: 50px;
	color: #1a4e8b;
	background: #fff
}

.link:hover {
	opacity: .6
}

/*================================================*  sect Set================================================*/


table {
	width: 100%;
	text-align: center;
	background: #fff;
	margin: 10px auto;
}

th {
	width: 100%
}

td {
	border: solid 1px #ccc;
	padding: 10px 5px;
}

td:first-child {
	background: #f2f2f2;
	width: 48%;
}

.set_title {
	display: flex;
	justify-content: space-between;
	margin-top: 10px
}

.set_title h4 {
	vertical-align: middle;
	font-size: 2.4rem;
	padding: 10px 0 0 10px
}

.colorbox {
	text-align: center;
	width: 65%;
}

.colorwrap {
	display: flex;
	justify-content: space-around;
	border: solid 1px #c6c6c6;
	margin: 4px 0px 0px 0px;
	vertical-align: middle;
	background: #fff
}

.colorB {
	display: flex;
	align-items: center;
}

.colorW {
	display: flex;
	align-items: center;
}

.colorB::before {
	content: "●";
	font-size: 28px;
}

.colorW::before {
	content: "〇";
	font-size: 21px;
}

.cost_wrap {
	margin: 0 0 30px;
}

.cost_wrap h2 {
	text-align: left !important;
	color: #000;
}

/*================================================*  sect caution================================================*/
#caution h3 {
	color: #3b3e3e;
}

#caution > p {
	text-align: center;
	background: #EDF0F3;
	padding: 10px 30px;
}

#caution > div p {
	font-weight: bold;
	border: 1px solid #393939;
	padding: 10px;
}

/*================================================ *  sect Youtube ================================================*/
section.movie {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 560px;
	height: auto;
	margin: 40px auto 40px;
	position: relative
}

section.movie02 {
	display: flex;
	justify-content: center;
	align-items: center;
	max-width: 560px;
	height: auto;
	margin: 40px auto 40px;
	position: relative
}

.youtube {
	position: relative;
	width: 100%;
	padding-top: 56.25%
}

.youtube iframe {
	position: absolute;
	top: 0;
	right: 0;
	width: 100% !important;
	height: 100% !important
}

/*================================================ *  資料請求ボタン ================================================*/
.btn_inquery ul {
	display: flex;
	justify-content: center;
	margin-bottom: 0.5em
}

.btn_inquery li {
	display: block;
	text-align: center;
	/* width:calc(100%/2);*/
	width: calc(100%/1);
	max-width: 1000px
}

.btn_inquery li a {
	border: 1px solid #eee;
	padding: 5vh 6vw;
	background: #176d92;
	color: #fff;
	font-size: 20px;
	display: inline-block;
	width: 100%
}

.prl10 {
	padding: 0 10px;
}

.bg_green {
	background-color: #e8efe8;
}


form#mail_form {
	margin: 0 auto !important;
}

.posset_box {
	margin: 0 0 60px;
}

.posset_box:last-of-type {
	margin: 0;
}

.posset_box h2 {
	width: 100%;
	display: flex;
	justify-content: center;
	color: #fff;
	font-size: 1.8rem;
	font-weight: 400;
	text-align: center;
	line-height: 1.5;
	background: #10695e;
	padding: 5px 0;
	margin: 0 0 30px;
}

.posset_box .icon_box {
	display: flex;
	align-items: center;
	position: relative;
	margin: 0 0 30px;
}

.posset_box .icon_box > div {
	width: 80px;
	height: 80px;
	display: flex;
	flex-flow: column;
	align-items: center;
	justify-content: center;
	background: #fff;
	border: 2px solid #10695e;
	border-radius: 40px;
	box-shadow: 0 2px 3px 0 rgb(0, 0, 0, 30%);
	position: absolute;
	right: 20%;
}

.posset_box .icon_box h2 {
	margin: 0;
}

.posset_box .icon_box > div img {
	width: 100%;
	max-width: 50px;
	position: absolute;
	top: -13px;
}

.posset_box .icon_box > div p {
	color: #10695e;
	font-size: 2rem;
	font-weight: bold;
	line-height: 0.8;
	margin: 25px 0 0;
}

.posset_box .icon_box > div p span {
	color: #111;
	font-size: 1.1rem;
	font-weight: normal;
}

.posset_box p {
	line-height: 1.5;
	text-align: center;
}

.posset_box > p:nth-of-type(1) {
	font-size: 3rem;
	color: #a81128;
	font-weight: bold;
	text-align: center;
	margin: 0 0 10px;
}

.posset_box > p:nth-of-type(2) {
	text-align: right;
}

.posset_box > p span {
	font-size: 1.4rem;
}

.posset_box .content {
	display: grid;
	grid-template-columns: repeat(2, 1fr);
	align-items: end;
	gap: 30px;
	margin: 0 auto 10px;
}

.posset_box .content > div:nth-of-type(1) > p {
	font-weight: bold;
	margin: 0 0 10px;
}

.posset_box .content > div:nth-of-type(1) > table {
	width: 100%;
	line-height: 1.5;
}

.posset_box .content > div:nth-of-type(1) > table td {
	border: solid 1px #ccc;
	padding: 5px;
}

.posset_box .content > div:nth-of-type(1) > table td:first-child {
	background: #f2f2f2;
}

.posset_box .content > div:nth-of-type(2) > p:nth-of-type(-n+2) {
	color: #0956be;
	font-size: 1.6rem;
	font-weight: bold;
	background: #ebf4f7;
	padding: 5px 10px;
	margin: 0 0 10px;
}

.posset_box .content > div:nth-of-type(2) > p:nth-of-type(2) {
	margin: 0 0 20px;
}

.posset_box .content > div:nth-of-type(2) > p:nth-of-type(1) span {
	color: #000;
	font-size: 1.1rem;
	margin: 0 0 0 10px;
}

.posset_box .content > div:nth-of-type(2) > p:nth-of-type(3) {
	margin: 0 0 10px;
}

.posset_box .content > div:nth-of-type(2) > div:nth-of-type(1) {
	max-width: 350px;
	display: flex;
	align-items: center;
	justify-content: space-around;
	border: 1px solid;
	padding: 10px;
	margin: 0 auto 10px;
}

.posset_box .content > div:nth-of-type(2) > div:nth-of-type(1) > p {
	display: flex;
	position: relative;
	align-items: center;
	margin: 0 0 0 25px;
}

.posset_box .content > div:nth-of-type(2) > div:nth-of-type(1) > p:nth-of-type(1)::before {
	content: "●";
	font-size: 2rem;
	position: absolute;
	left: -25px;
}

.posset_box .content > div:nth-of-type(2) > div:nth-of-type(1) > p:nth-of-type(2)::before {
	content: "○";
	font-size: 2rem;
	position: absolute;
	left: -25px;
}

.posset_box .content > div:nth-of-type(2) > div:nth-of-type(2) {
	display: flex;
	align-items: center;
	justify-content: center;
	gap: 10px;
	background-color: #fff;
	border: 1px solid #ccc;
	padding: 10px;
}

.posset_box .content > div:nth-of-type(2) > div:nth-of-type(2) img {
	width: 100%;
	max-width: 100px;
	min-width: 100px;
}

.posset_box .content > div:nth-of-type(2) > div:nth-of-type(2) p {
	font-size: 1.2rem;
	text-align: left;
}

.movie_box h2 {
	font-size: 2rem;
}

.counter_box h3 {
	color: #333;
	text-align: center;
	margin: 0 0 10px;
}

.counter_box .price {
	text-align: center;
}

.counter_box .price > p:nth-of-type(1) {
	color: #333;
	font-size: 2.4rem;
	line-height: 1.3;
	margin: 0 0 10px;
}

.counter_box .price > p:nth-of-type(2) {
	color: #980000;
	font-size: 2rem;
}

.counter_box .price > p:nth-of-type(2) span {
	font-size: 1.4rem;
}

.cashlessall_box > div:nth-of-type(3) img {
	max-width: 45px !important;
}

/*----- swiperスライダー -----*/

.swiper-container {
	overflow-x: hidden;
	position: relative;
}

/*----- swiperスライダー ここまで-----*/

/*----- slickスライダー -----*/

.slider_box {
	border-radius: 5px;
	margin: 0 0 30px;
}

.slick_box p {
	text-align: center;
	margin: 0 0 10px;
}

.slick_box .slick-slide img {
	margin: 0 auto;
}

.slick_box > div > div > div {
	width: 100%;
	height: auto;
	transform: scale(0.7);
	transition: 0.5s;
}

.slick_box > div > div > div.slick-center {
	transform: scale(1);
}

.slick_box .slick-prev {
	left: 0 !important;
	z-index: 2;
}

.slick_box .slick-next {
	right: 0 !important;
	z-index: 2;
}

/*----- slickスライダーここまで-----*/

.title_line {
	display: flex;
	align-items: center;
	color: #333;
	font-size: 1.8rem;
	font-weight: bold;
	position: relative;
	margin: 0 0 10px;
}

.title_line::after {
	content: "";
	height: 2px;
	flex-grow: 1;
	background: #333;
	margin: 0 0 0 10px;
}

@media screen and (max-width:1024px) {
	.set_box ul {
		flex-wrap: wrap;
	}

	.set_box ul li:first-child {
		width: 100%;
	}

	.posset_box .content {
		max-width: 700px;
		grid-template-columns: repeat(1, 1fr);
	}
}

@media screen and (max-width:767px) {
	.pagetop {
		bottom: 90px;
	}

	.foot {
		padding-bottom: 80px;
	}

	.full-width h2 {
		font-size: 2.4rem;
	}

	.hero {
		padding: 30px 20px;
	}

	.topics_box > div {
		padding: 30px 20px;
	}

	.topics_box > div > div:nth-of-type(1) {
		flex-flow: column-reverse;
		margin: 0 0 10px;
	}

	.merit_box h3 {
		gap: 10px;
	}

	.merit_box > div:nth-of-type(2) {
		max-width: 500px;
		grid-template-columns: repeat(1, 1fr);
		gap: 60px;
		margin: 0 auto 60px;
	}

	.merit_box > div:nth-of-type(3) > div:nth-of-type(1) {
		max-width: 500px;
		margin: 0 auto 60px;
	}

	.posset_box .icon_box > div {
		top: 70px;
		right: 0;
		z-index: 2;
	}

	table.spec {
		max-width: 340px;
		margin: 30px auto 0;
	}

	table.spec tr {
		border: none
	}

	table.spec th {
		background: #f2f2f2;
		width: 100%;
		display: block;
	}

	table.spec td {
		width: 100%;
		display: block;
	}

	.movie_box h2 {
		font-size: 2rem;
	}

	/*----- slickスライダー -----*/

	.slider_box {
		padding: 30px 10px;
	}

	.slick_box {
		max-width: 500px;
		margin: 0 auto 30px;
	}

	.slick_box > div > div > div {
		transform: scale(1);
	}

	/*----- /slickスライダ-----*/
}
// ... existing code ...
<style>
    table {
        font-size: 14px;
    }

    /* スマートフォン表示時の画像バナー中央揃え */
    @media screen and (max-width: 767px) {
        .sponly.center-img {
            display: block;
            margin: 0 auto;
            max-width: 100%;
        }
    }

    /* BCPOSの自動釣銭機連動メリット用のCSS - コンパクト版 */
// ... existing code ...