/* *******************************************
     固定ページのレイアウト
******************************************* */
.page-main {
	max-width: 1800px;
	margin: 0 auto;
}

.page-main-inner {
	max-width: 960px;
	margin: 0 auto;
	padding: 40px 20px 100px;
}

@media (max-width: 640px) {
	.page-main-inner {
		max-width: 94%;
		padding: 4% 0 10%;
	}
}

/* *******************************************
     WooCommerceページのレイアウト
******************************************* */
.shoppage .col-full {
	max-width: 66.4989378333em;
	margin-left: auto;
	margin-right: auto;
	padding: 0 2.617924em;
	box-sizing: content-box;
}

.shop-sidebar-item-title {
	padding-bottom: 6px;
	font-size: 18px;
	font-family: 'noto sans bold';
	border-bottom: 1px solid #2f70db;
}

.product-cat-list a,
.product-cat-list .parent {
	display: block;
	width: 100%;
	height: 44px;
	line-height: 44px;
	white-space: nowrap;
	text-overflow: ellipsis;
	text-decoration: none;
	overflow: hidden;
	cursor: pointer;
}

.product-cat-list a:hover {
	background-color: #fafafa;
}

.product-cat-list > li {
	border-bottom: 1px solid #cccccc;
}

.product-cat-list > li > a:before,
.product-cat-list > li > .parent:before {
	content: "▶";
	display: inline-block;
	width: 1em;
	height: 1em;
	margin-right: 4px;
	line-height: 1;
	transition: 0.2s;
}

.product-cat-list > li > .parent.open:before {
	transform: rotate(90deg);
}

.product-cat-list .children {
	display: none;
}

.product-cat-list .children > li > a {
	padding-left: 12px;
}

.product-cat-list .children > li > a:before {
	content: "・";
}

.woocommerce-pagination {
	margin-bottom: 42px;
}

@media (min-width: 768px) {
	.shoplist .col-full,
	.shoppage .col-full {
		display: flex;
		justify-content: space-between;
	}

	.shoplist .col-full .col-right,
	.shoppage .col-full .col-right {
		order: 2;
		width: 74.15%;
	}

	.shoplist .col-full .col-left,
	.shoppage .col-full .col-left {
		order: 1;
		width: 22.05%;
		min-width: 190px;
		margin-right: 3.8%;
	}
}

@media (max-width: 767px) {
	.shoplist .col-full .col-left,
	.shoppage .col-full .col-left {
		margin-bottom: 44px;
	}
}

@media (max-width: 640px) {
	.shoppage .col-full {
		margin-left: 1.41575em;
		margin-right: 1.41575em;
		padding: 0;
	}
}

/* *******************************************
     フォーム要素
******************************************* */
input[type=text], input[type=email], input[type=tel], input[type=number] {
	border-radius: 5px;
	border: 1px solid #aaa;
	padding: 10px 10px;
	color: #333;
	font-size: 16px;
	font-family: 'noto sans';
}

textarea {
	border-radius: 5px;
	border: 1px solid #aaa;
	padding: 10px 10px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	font-family: 'noto sans';
}

select {
	border-radius: 5px;
	border: 1px solid #aaa;
	padding: 10px 10px;
	color: #333;
	font-size: 16px;
	font-family: 'noto sans';
}

/* *******************************************
     フォーム要素 (WooCommerce)
******************************************* */
.select2-container--default .select2-selection--single {
	border-radius: 5px;
	border: 1px solid #aaa;
	color: #333;
	font-size: 16px;
	font-family: 'noto sans';
	height: auto;
}

.select2-container .select2-selection--single .select2-selection__rendered {
	color: #333;
	padding-top: 8px;
	padding-bottom: 8px;
}

.select2-container--default .select2-selection--single .select2-selection__arrow {
	height: 100%;
}

.woocommerce-page table.cart td.actions .coupon .input-text {
	width: 130px;
}

.woocommerce table.cart td.actions .coupon .button {
	height: 38px;
}

.woocommerce form .form-row .optional {
	display: none;
}

.checkout_coupon button.button {
	height: 46px;
}

/* *******************************************
     お知らせ一覧ページ
******************************************* */
.post-archive {
	max-width: 1800px;
	margin: 0 auto;
}

.post-archive .post-archive-inner {
	max-width: 1160px;
	margin: 0 auto;
	padding: 90px 20px 100px;
}

.post-archive .post-archive-inner h2 {
	margin-bottom: 35px;
	text-align: center;
	font-size: 40px;
	font-weight: normal;
	font-family: 'noto sans bold';
	line-height: 1.2;
}

.post-archive .post-archive-inner ul {
	margin-bottom: 40px;
}

.post-archive .post-archive-inner ul li {
	margin-bottom: 15px;
}

.post-archive .post-archive-inner ul li a {
	display: block;
	border-radius: 7px;
	background: #f5f5f8;
	padding: 17px 100px;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.post-archive .post-archive-inner ul li a div {
	display: flex;
	flex-wrap: wrap;
}

.post-archive .post-archive-inner ul li a div .date {
	width: 15%;
	color: #999;
}

.post-archive .post-archive-inner ul li a div .title {
	width: 85%;
}

.post-archive .post-archive-inner ul li a:hover {
	background: #c9ddff;
	text-decoration: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

.wp-pagenavi {
	text-align: center;
}

.wp-pagenavi a, .wp-pagenavi span {
	padding: 13px 15px;
	margin: 4px;
}


@media (max-width: 640px) {
	.post-archive {
		max-width: 94%;
		padding: 10% 0 7%;
	}

	.post-archive .post-archive-inne h2 {
		margin-bottom: 5%;
		font-size: 18px;
	}

	.post-archive .post-archive-inner ul {
		margin-bottom: 7%;
	}

	.post-archive .post-archive-inner ul li {
		margin-bottom: 3%;
	}

	.post-archive .post-archive-inner ul li a {
		padding: 4% 3%;
	}

	.post-archive .post-archive-inner ul li a div .date {
		width: 100%;
	}

	.post-archive .post-archive-inner ul li a div .title {
		width: 100%;
	}

	.post-archive .post-archive-inner ul li a:hover {
		background: #f5f5f8;
	}

	.wp-pagenavi a, .wp-pagenavi span {
		padding: 3px 5px;
		margin: 2px;
	}
}

/* *******************************************
     見積・サンプルご依頼フォーム（確認画面用）
******************************************* */
.mw_wp_form.mw_wp_form_confirm .kome,
.mw_wp_form.mw_wp_form_confirm dl dt.required:after,
.mw_wp_form.mw_wp_form_confirm dl dd .txt_sub,
.mw_wp_form.mw_wp_form_confirm .contactform__doui {
	display: none;
}

.mw_wp_form button[type=submit][name=submitBack] {
	margin-top: 20px;
	color: inherit !important;
	background-color: #cccccc;
}

.mw_wp_form button[type=submit][name=submitBack]:hover {
	color: #eeeeee;
}

/* *******************************************
     見積・サンプルご依頼フォーム（セレクタを修正）
******************************************* */
.mw_wp_form .kome {
	margin-bottom: 20px;
	font-size: 14px;
}

.mw_wp_form .kome span {
	color: #f00;
}

.mw_wp_form dl {
	border-top: 1px dashed #999;
	padding: 23px 0;
	display: flex;
	flex-wrap: wrap;
}

.mw_wp_form dl.last {
	border-bottom: 1px dashed #999;
	margin-bottom: 40px;
}

.mw_wp_form dl dt {
	width: 30%;
	line-height: 1.2;
}

.mw_wp_form dl dt.required:after {
	content: '※';
	display: inline-block;
	margin-left: 5px;
	color: #f00;
	font-size: 14px;
}

.mw_wp_form dl dd {
	width: 70%;
}

.mw_wp_form dl dd input[type=text] {
	border-radius: 5px;
	border: 1px solid #aaa;
	padding: 10px 10px;
	color: #333;
	font-size: 16px;
	font-family: 'noto sans';
}

.mw_wp_form dl dd input[type=text].size01 {
	width: 50%;
}

.mw_wp_form dl dd input[type=text].size02,
.mw_wp_form dl dd input[type=tel].size02 {
	width: 10%;
}

.mw_wp_form dl dd input[type=text].size03 {
	width: 90%;
}

.mw_wp_form dl dd input[type=email] {
	border-radius: 5px;
	border: 1px solid #aaa;
	width: 50%;
	padding: 10px 10px;
	color: #333;
	font-size: 16px;
	font-family: 'noto sans';
}

.mw_wp_form dl dd select {
	border-radius: 5px;
	border: 1px solid #aaa;
	padding: 10px 10px;
	color: #333;
	font-size: 16px;
	font-family: 'noto sans';
}

.mw_wp_form dl dd select.sel01 {
	width: 40%;
}

.mw_wp_form dl dd select.sel02 {
	width: 30%;
}

.mw_wp_form dl dd textarea {
	border-radius: 5px;
	border: 1px solid #aaa;
	width: 90%;
	height: 140px;
	padding: 10px 10px;
	color: #333;
	font-size: 16px;
	font-weight: normal;
	font-family: 'noto sans';
}

.mw_wp_form dl dd ul.add li:nth-child(2) {
	margin: 15px 0;
}

.mw_wp_form dl dd input[type=button].search {
	margin-left: 20px;
	padding: 10px 20px;
	cursor: pointer;
}

.mw_wp_form dl dd .txt_sub {
	margin-top: 10px;
	color: #666;
	font-size: 14px;
}

.mw_wp_form dl dd .zip {
	margin-right: 10px;
}

.mw_wp_form dl dd .bar {
	margin: 0 10px;
}

.mw_wp_form .contactform__doui {
	margin-bottom: 30px;
	text-align: center;
}

.mw_wp_form .contactform__doui a {
	color: #0059c7;
	text-decoration: underline;
	cursor: pointer;
}

.mw_wp_form .contactform__doui a:hover {
	text-decoration: underline;
}

.mw_wp_form .contactform__doui input[type=checkbox] {
	display: none;
}

.mw_wp_form .contactform__doui label {
	display: inline-block;
	cursor: pointer;
}

.mw_wp_form .contactform__doui input[type=checkbox] + span {
	padding-left: 2em;
	display: inline-block;
	position: relative;
}

.mw_wp_form .contactform__doui input[type=checkbox] + span::after,
.mw_wp_form .contactform__doui input[type=checkbox] + span::before {
	content: '';
	display: block;
	position: absolute;
	border-radius: 3px;
	border: 1px solid #999;
	width: 20px;
	height: 20px;
	top: 3px;
	left: 0;
}

.mw_wp_form .contactform__doui input[type=checkbox] + span::after {
	opacity: 0;
	width: 8px;
	height: 13px;
	transform: rotate(45deg);
	left: 6px;
	border: none;
	border-right: 3.5px solid #2f70db;
	border-bottom: 3.5px solid #2f70db;
}

.mw_wp_form .contactform__doui input[type=checkbox]:checked + span::after {
	opacity: 1;
}

.mw_wp_form button[type=submit] {
	display: block;
	border-radius: 7px;
	border: none;
	background: #2f70db;
	width: 300px;
	margin: 0 auto;
	padding: 18px 0;
	text-align: center;
	color: #fff !important;
	font-size: 18px;
	font-family: 'noto sans';
	position: relative;
	cursor: pointer;
	-webkit-transition: 0.3s ease-in-out;
	-moz-transition: 0.3s ease-in-out;
	-o-transition: 0.3s ease-in-out;
	transition: 0.3s ease-in-out;
}

.mw_wp_form button[type=submit]:hover {
	background: #79a6f2;
	text-decoration: none;
	-moz-transition: .5s;
	-webkit-transition: .5s;
	-o-transition: .5s;
	-ms-transition: .5s;
	transition: .5s;
}

@media (max-width: 640px) {
	.mw_wp_form {
		max-width: 94%;
		padding: 8% 0 10%;
	}

	.mw_wp_form .kome {
		margin-bottom: 3%;
		font-size: 13px;
	}

	.mw_wp_form dl {
		padding: 4% 0;
	}

	.mw_wp_form dl.last {
		margin-bottom: 8%;
	}

	.mw_wp_form dl dt {
		width: 100%;
		margin-bottom: 3%;
		color: #666;
		font-family: 'noto sans bold';
	}

	.mw_wp_form dl dt.required:after {
		font-size: 12px;
	}

	.mw_wp_form dl dd {
		width: 100%;
	}

	.mw_wp_form dl dd input[type=text] {
		padding: 2% 3%;
		font-size: 13px;
	}

	.mw_wp_form dl dd input[type=text].size01 {
		width: 93.5%;
	}

	.mw_wp_form dl dd input[type=text].size02,
	.mw_wp_form dl dd input[type=tel].size02 {
		width: 15%;
	}

	.mw_wp_form dl dd input[type=text].size03 {
		width: 93.5%;
	}

	.mw_wp_form dl dd input[type=email] {
		width: 93.5%;
		padding: 2% 3%;
		font-size: 13px;
	}

	.mw_wp_form dl dd select {
		padding: 2% 3%;
		font-size: 13px;
	}

	.mw_wp_form dl dd select.sel01 {
		width: 60%;
	}

	.mw_wp_form dl dd select.sel02 {
		width: 45%;
	}

	.mw_wp_form dl dd textarea {
		width: 93.5%;
		padding: 2% 3%;
		font-size: 13px;
	}

	.mw_wp_form dl dd ul.add li:nth-child(2) {
		margin: 3% 0;
	}

	.mw_wp_form dl dd input[type=button].search {
		margin-left: 4%;
		padding: 2% 4%;
	}

	.mw_wp_form dl dd .txt_sub {
		margin-top: 2%;
		font-size: 12px;
	}

	.mw_wp_form dl dd .zip {
		margin-right: 10px;
	}

	.mw_wp_form dl dd .bar {
		margin: 0 10px;
	}

	.mw_wp_form .contactform__doui {
		margin-bottom: 7%;
	}

	.mw_wp_form .contactform__doui label {
		font-size: 13px;
	}

	.mw_wp_form .contactform__doui input[type=checkbox] + span {
		padding-left: 2.3em;
	}

	.mw_wp_form .contactform__doui input[type=checkbox] + span::after,
	.mw_wp_form .contactform__doui input[type=checkbox] + span::before {
		width: 15px;
		height: 15px;
		top: 3px;
	}

	.mw_wp_form .contactform__doui input[type=checkbox] + span::after {
		width: 6px;
		height: 10px;
		left: 4px;
		border-right: 3px solid #2f70db;
		border-bottom: 3px solid #2f70db;
	}

	.mw_wp_form button[type=submit] {
		width: 75%;
		padding: 4% 0;
		font-size: 14px;
	}

	.mw_wp_form button[type=submit]:hover {
		background: #2f70db;
	}
}


/* *******************************************
     ご利用ガイド
******************************************* */
.page-main-inner h3.wp-block-heading {
	margin: 0 0 10px;
	color: #2f70db;
}
.page-main-inner hr.wp-block-separator {
	border: 2px solid #f5f5f8;
	margin: 40px 0;
}
.page-main-inner h4.wp-block-heading {
	margin: 30px 0 5px;
}
.page-main-inner ol {
	margin: 15px 0;
	padding-left: 25px;
}
.page-main-inner ol li {
	list-style-type: decimal;
}
@media (max-width: 640px) {
	.page-main-inner h3.wp-block-heading {
		margin: 0 0 1%;
	}
	.page-main-inner hr.wp-block-separator {
		margin: 5% 0;
	}
	.page-main-inner h4.wp-block-heading {
		margin: 4% 0 1%;
	}
	.page-main-inner ol {
		margin: 3% 0;
		padding-left: 5%;
	}
}
