@charset "utf-8";
/*
Theme Name: Welcart Basic MonoproShop
Theme URI: https://www.welcart.com/archives/4286.html
Author: Welcart Inc.
Template: welcart_basic
Author URI: https://www.welcart.com/
Description: Welcart Basic is the Welcart dedicated theme.
Version: 1.8.6
License: GNU General Public License v2 or later
License URI: https://www.gnu.org/licenses/gpl-2.0.html
Tags: responsive-layout, white, two-columns, right-sidebar
Requires at least: 5.6
Requires PHP: 7.4 - 8.1

Version: 1.0 monopro
*/

/****Original instant style**********/
.font_bold {font-weight: bold;}
.font_smaall {font-size:0.8em;}
.font_large {font-size: 1.2em;}
.font_red {color: #ed0000 !important;}
.font_orange {color: #ff8c00 !important;}
.font_blue {color:#00ba8d !important;}
.text_center {text-align: center;}
.text_right {text-align: right;}

/***************/
.aligncenter {
	display: block;
	margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
img[class*="wp-image-"],
img[class*="attachment-"] {
	height: auto;
	max-width: 100%;
}
.wp-block-image figure,
.wp-block-image figcaption {
	display: block;
}
a.nolink,
a.nolink:hover {
	opacity: 1;
	cursor: default;
	pointer-events: none;
}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
/* 81-WYX */
/* clearfix */	
.clearfix:after {content: "";display: block;clear: both;}
/* flex */	
.flex,.flexA,.flexB,.flexC {display: flex;flex-wrap: wrap;}
.flexA {justify-content: space-around;}
.flexB {justify-content: space-between;}
.flexC {justify-content: center;}
/*------------------------------------------------------------
	デフォルトスタイル
------------------------------------------------------------*/
html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, font, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, figcaption, figure, section {
	margin: 0;
	padding: 0;
	background: transparent;
	border: 0;
	outline: 0;
	font-size: 1em;
	box-sizing: border-box;
}
html {
	font-size: 62.5%;
}
@media (min-width: 897px) and (max-width: 1366px) {
	html {
		font-size: 0.73206vw;
	}
}
@media all and (max-width: 427px) {
	html {
		font-size: 2.34192vw;
	}
}
body, table, input, textarea, select, option {
	font-family: "M PLUS Rounded 1c", sans-serif;
}
article, aside, canvas, details, figcaption, figure, footer, header, main, hgroup, menu, nav, section, summary {
	display: block;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
chrome_annotation {
	border: none !important;
}
:focus {
	outline: 0;
}
ins {
	text-decoration: none;
}
del {
	text-decoration: line-through;
}
img {
	vertical-align: top;
	max-width: 100%;
    height: auto;
}
address {
	font-style: normal;
}
a,
a:link {
	color: #484747;
	text-decoration: none;
	transition: 0.3s;
}
a:visited {
	color: #484747;
}
a:hover {
	color: #484747;
}
a:active {
	color: #484747;
}
/*fonts*/
.notosans { 
	font-family: "Noto Sans JP", sans-serif;
}
/*------------------------------------------------------------
	レイアウト
------------------------------------------------------------*/
body {
	color: #484747;
	font-size: 2rem;
	line-height: 1.5;
	text-size-adjust: none;
	-webkit-text-size-adjust: none;
	background-color: #FFF;
}
.fixed {
	position: fixed;
	width: 100%;
	height: 100%;
}
#container {
	margin-top: 15.5rem;/*13.5rem;*/
	text-align: left;
	position: relative;
}
h1 {
	display: none;
}
a[href^="tel:"] {
	cursor: default;
	pointer-events: none;
}
@media all and (min-width: 897px) {
	.sp {
		display: none !important;
	}
}
@media all and (max-width: 896px) {
	body {
		min-width: inherit;
		font-size: 1.6rem;
	}
	#container {
		margin-top: 6rem;
	}
	a:hover,
	a:hover img {
		opacity: 1 !important;
	}
	.pc {
		display: none !important;
	}
	a[href^="tel:"] {
		cursor: pointer;
		pointer-events: auto;
	}
}
/*------------------------------------------------------------
	ヘッダー
------------------------------------------------------------*/
#gHeader {
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	box-sizing: border-box;
	z-index: 88;
}
#gHeader .hInner {
	padding: 2.2rem 4rem;
	min-height: 12rem;
	display: flex;
	flex-wrap: wrap;
	align-items: flex-end;
	justify-content: space-between;
	position: relative;
	box-sizing: border-box;
	background-color: #fff;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
	z-index: 99;
}
#gHeader .logo {
	margin-right: 2.3rem;
	width: 35.69rem;
}
@media all and (min-width: 897px) and (max-width: 1800px) {
	#gHeader .hInner {
		padding: 0 2.2rem 1.5em 2.2rem;
	}
	#gHeader .logo {
		width: 28rem;
	}
}
@media all and (max-width: 896px) {
	#gHeader .hInner {
		padding: 1.1rem 1rem;
		min-height: inherit;
	}
	#gHeader .hInner .comLinkBox {
		display: none;
	}
	#gHeader .logo {
		width: 17.868rem;
	}
}
/*------------------------------------------------------------
    gNavi
------------------------------------------------------------*/
@media all and (max-width: 896px) {
    .menu {
        width: 6rem;
        height: 6rem;
        position: absolute;
        right: 1rem;
        top: 0.4rem;
        cursor: pointer;
        z-index: 100;
        transition: opacity .25s ease;
        -webkit-transition: all .3s ease;
    }
    .menu span {
        width: 100%;
        display: block;
        position: absolute;
        left: 0;
        top: 0.6rem;
		height: 6rem;
        background: url(img/common/menu.png) no-repeat center center / 3.6rem,#484747;
		border-radius: 0.8rem;
        -webkit-transition: all .35s ease;
        transition: all .35s ease;
        cursor: pointer;
		box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
    }
     .menu.on span {
		background-image: url(img/common/menu_on.png);
		background-size: 4rem;
    }
    .menuBox {
		padding: 8rem 0 0;
        width: 100%;
        height: 100%;
        display: none;
        position: fixed;
        left: 0;
        top: 0;
        overflow-y: auto;
        background: #fff;
        box-sizing: border-box;
        z-index: 5;
    }
	.menuBox .comLinkBox {
		margin-bottom: 1.9rem;
	}
	.menuBox #gNavi { 
		padding: 3.4rem 3.4rem 3rem;
		background-color: #484747;
	}
	.menuBox .bgBox {
		padding: 2.1rem;
		background-color: #F7F7F7;
	}
	.menuBox .bgBox .comSBox {
		border-radius: 1rem;
		overflow: hidden;
		background-color: #fff;
	}
	.menuBox .comSBox .sTitle .ico {
		margin-right: 1.3rem;
	}
	.menuBox .comSiteBox {
		margin: 0 1.9rem 4rem;
	}
	.menuBox .bgBox01 {
		padding: 0 4.4rem 3.7rem;
		background-color: #484747;
	}
	.menuBox .comSnsBox {
		margin: 0;
	}
	.menuBox .comSnsBox .logo {
		margin: 0 auto 1.8rem !important;
		width: 100% !important;
	}
	.menuBox .comLinkBox form {
		width: 100%;
	}
}
/*------------------------------------------------------------
	sideBar
------------------------------------------------------------*/
#sideBar {
	padding: 4.1rem 0 4rem;
	width: 36rem;
	box-sizing: border-box;
	background-color: #F7F7F7;
}
#sideBar .bgBox {
	margin: 0 auto 4.1rem;
	width: 88.5%;
	border-radius: 1rem;
	overflow: hidden;
	background-color: #fff;
}
#sideBar .imgUl {
	margin: 0 auto 34.9rem;
	max-width: 30rem;
}
#sideBar .imgUl li a {
	height: 20rem;
	display: block;
}
#sideBar .imgUl li:not(:last-child) {
	margin-bottom: 2rem;
}
#sideBar .imgUl li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#sideBar .imgUl li a:hover {
	opacity: 0.7;
}
#sideBar .comLinkBox {
	display: none;
}
@media all and (max-width: 896px) {
	#sideBar {
		margin-top: 2rem;
		padding: 0 0 3.5rem;
		width: 100%;
		max-width: inherit;
		background-color: #484747;
	}
	#sideBar .bgBox {
		margin: 3.4rem 3.4rem 0;
        padding: 2.1rem;
		width: auto;
		border-radius: 0;
		background-color: #F7F7F7;
	}
	#sideBar .comLinkBox {
		display: block !important;
		padding-bottom: 2.1rem;
		background-color: #fff;
	}
	#sideBar .comSBox {
		overflow: hidden;
		border-radius: 1rem;
		background-color: #fff;
	}
	#sideBar .imgUl {
		margin: 0 3.4rem;
        padding: 2.2rem 3rem 3.9rem;
        max-width: inherit;
        width: auto;
		box-sizing: border-box;
		background-color: #F7F7F7;
	}
	#sideBar .imgUl li a {
		height: 100%;
		min-height: 20rem;
	}
}
/*------------------------------------------------------------
	フッター
------------------------------------------------------------*/
#gFooter {
	padding: 4.1rem 0 0;
	background-color: #484747;
}
#gFooter .inner {
	margin: 0 auto;
	max-width: 142rem;
	position: relative;
}
#gFooter .bgBox {
	margin: 0 auto 4rem;
	padding: 1.9rem 5rem 1.9rem 4rem;
	width: fit-content;
	border-radius: 4.4rem;
	background-color: #fff;
}
#gFooter .comSBox {
	margin: 0 auto;
	padding: 0;
	max-height: 140rem;
  	max-width: 114.3rem;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}
#gFooter .comSBox .sTitle {
	display: none;
}
#gFooter .comSBox .comSiteBox {
	padding: 0 5rem;
	margin: 0 0 4rem;
	max-width: 38rem;
	width: 100%;
	box-sizing: border-box;
}
#gFooter .comSiteBox .siteUl li {
	border-color: #fff;
}
#gFooter .comSiteBox .siteUl li a {
	color: #fff;
}
#gFooter .fLink li .comSiteBox {
	margin: 0 0 4rem;
}
#gFooter .comSnsBox {
	padding: 0;
	width: 37rem;
	position: absolute;
	bottom: 6.8rem;
	right: 11.7rem;
	border: none;
	background-color: transparent;
}
#gFooter .comSnsBox .img02 {
	display: block;
}
#gFooter .comSnsBox .img01 {
	display: none;
}
#gFooter .comSnsBox .logo {
	margin-bottom: 4.6rem;
}
#gFooter .comSnsBox .subBox {
	padding-right: 3.1rem;
}
#gFooter .comSnsBox .ttl {
	color: #484747;
	background-color: #fff;
} 
@media all and (max-width: 896px) {
	#gFooter {
		display: none !important;
	}
}
/*------------------------------------------------------------
	conts
------------------------------------------------------------*/
#conts {
	margin: 0 auto;
	padding-bottom: 4rem;
	width: calc(100% - 36rem);
	box-sizing: border-box;
}
@media all and (min-width: 1921px) {
	#conts {
		padding-right: 36rem;
	}
}
@media all and (max-width: 896px) {
	#conts {
		padding: 0;
		width: 100%;
	}
}
/*------------------------------------------------------------
	mainBox
------------------------------------------------------------*/
#main {width: auto;}
.mainBox {
	flex-direction: row-reverse;
}
@media all and (max-width: 896px) {
	.mainBox {
		display: block;
	}
}
/*------------------------------------------------------------
	content
------------------------------------------------------------*/
.content {
	padding: 0 4rem;
	max-width: 105rem;
}
.content01 {
	padding: 0 4rem;
	max-width: 120rem;
}
@media all and (min-width: 1921px) {
	.content {
	margin: 0 auto;
}
.content01 {
	margin: 0 auto;
	}
}
@media all and (max-width: 896px) {
	.content {
		margin: 0 1.5rem;
		padding: 0;
		max-width: inherit;
	}
	.content01 {
		padding: 0;
		max-width: inherit;
	}
}
/*------------------------------------------------------------
	pageTop
------------------------------------------------------------*/
.pageTop {
	position: fixed;
	bottom: 3.9rem;
  	right: 3rem;
	width: 7rem;
	z-index: 20;
}
.pageTop a {
	display: block;
}
@media all and (min-width: 897px) {
	.pageTop a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) { 
	.pageTop {
		width: 4rem;
		bottom: 1rem;
		right: 1rem;
	}
}
/*------------------------------------------------------------
	pagePath
------------------------------------------------------------*/
.pagePath {
	margin: 2rem 1rem 1rem;
}
.pagePath li,
.pagePath li a {
	margin-right: 1.8rem;
	font-size: 1.8rem;
	font-weight: 500;
	position: relative;
	display: inline-block;
	color: #5AC8FA;
	font-family: "Noto Sans JP", sans-serif;
}
.pagePath li a {
	margin-right: 0;
}
.pagePath li::after {
	position: absolute;
	top: 1rem;
  	right: -1.4rem;
	width: 0.9rem;
	height: 1rem;
	content: '';
	background: url(img/common/icon13.png) no-repeat center center / 100% 100%;
}
.pagePath li:last-child:after {
	display: none;
}
@media all and (min-width: 897px) {
	.pagePath li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.pagePath {
		margin: 7.5rem 1.2rem 1.3rem;
	}
	.pagePath li,
	.pagePath li a{
		margin-right: 1.4rem;
		font-size: 1.4rem;
	}
	.pagePath li a {
		margin-right: 0;
	}
	.pagePath li::after {
		top: 0.7rem;
		right: -1rem;
		width: 0.7rem;
		height: 0.8rem;
	}
}
/*------------------------------------------------------------
	searchBox
------------------------------------------------------------*/
.searchBox {
	margin-bottom: 0.1rem;
	padding: 0.65rem 0 0 1rem;
	width: 39.4rem;
	position: relative;
	box-sizing: border-box;
	border-bottom: 0.1rem solid #707070;
}
.searchBox input[name="submit"] {
	position: absolute;
	top: 0.8rem;
	left: 0;
	padding: 0;
	width: 3.3rem;
	height: 3.2rem;
	position: absolute;
	border: none;
	cursor: pointer;
	transition: .3s;
	background: url(img/common/icon05.png) no-repeat center top / 100% 100%, transparent;
}
.searchBox input[name="s"] {
	padding-left: 3.1rem;
	border: none;
	font-size: 2.2rem;
	font-weight: 400;
	width: 100%;
	box-sizing: border-box;
}
.searchBox input[name="s"]::placeholder {
	font-size: 2.2rem;
	font-weight: 400;
	color: #E8E7E7;
	opacity: 1;
}
@media all and (min-width: 897px) {
	.searchBox input[name="submit"]:hover {
		opacity: 0.7;
	}
}
@media all and (min-width: 897px) and (max-width: 1800px) {
	.searchBox {
		width: 26rem;
	}
	.searchBox input[name="s"] ,
	.searchBox input[name="s"]::placeholder {
		font-size: 1.5rem;
	} 
}
@media all and (max-width: 896px) {
	.searchBox {
		margin: 0.6rem 0 0;
		padding: 0 0 0 1rem;
		width: 100%;
	}
	.searchBox input[name="submit"] {
		width: 2.76rem;
		height: 2.76rem;
		top: 0.5rem;
	}
	.searchBox input[name="s"]::placeholder ,
	.searchBox input[name="s"] {
		font-size: 1.8rem;
	}
	.searchBox input[name="s"]  {
		padding: 0.5rem 0.5rem 0.7rem 2.5rem;
	}
}
/*------------------------------------------------------------
	headLine01
------------------------------------------------------------*/
.headLine01 {
	margin-bottom: 4.1rem;
	padding: 1.4rem 2rem 1.2rem;
	font-size: 2.8rem;
	font-weight: 700;
	color: #fff;
	background-color: #484747;
	border-radius: 1rem 1rem 0 0;
}
.headLine01 .ico {
	margin-right: 1.4rem;
    width: 4.3rem;
	display: inline-block;
}
@media all and (max-width: 896px) {
	.headLine01 { 
		margin-bottom: 0;
		padding: 0.9rem 1.3rem 0.8rem;
	}
	.headLine01 .ico {
		margin-right: 0.9rem;
		width: 2.8rem;
	}
	.headLine01.ttl {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	headLine02
------------------------------------------------------------*/
.headLine02 {
	padding-bottom: 3rem;
	margin-bottom: 5.4rem;
	font-size: 4.1rem;
	font-weight: 700;
	text-align: center;
	position: relative;
}
.headLine02::after {
	position: absolute;
	bottom: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 23.7rem;
	height: 2.4rem;
	content: '';
	background: url(img/common/icon14.png) no-repeat center center / 100% 100%;
}
@media all and (max-width: 896px) {
	.headLine02 {
		padding-bottom: 2rem;
		margin-bottom: 2.8rem !important;
		font-size: 2.8rem !important; 
	}
	.headLine02::after {
		width: 16.7rem;
        height: 1.7rem;
        bottom: -0.3rem;
	}
}
/*------------------------------------------------------------
	headLine03
------------------------------------------------------------*/
.headLine03 {
	margin-bottom: 2rem;
	padding-right: 0.9rem;
	font-size: 2.4rem;
	font-weight: 700;
	color: #fff;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: space-between;
	background-color: #484747;
}
.headLine03 .ttl {
	display: flex;
	flex-wrap: wrap;
	align-items: center;
}
.headLine03 .ico {
	margin-right: 1.5rem;
	padding: 1.5rem 1rem 0.9rem 1rem;
	width: 6rem;
	height: 100%;
	text-align: center;
	display: block;
	box-sizing: border-box;
	background-color: #FD7FA1;
}
.headLine03.yellow .ico {
	background-color: #FFC402;
}
.headLine03.green .ico {
	background-color: #69CC35;
}
.headLine03 .ico img {
	width: 2.9rem;
}
.headLine03 a {
	padding: 0.4rem 0.5rem 0.5rem 1.4rem;
	min-width: 20rem;
	font-size: 1.8rem;
	font-weight: 500;
	display: block;
	box-sizing: border-box;
	border-radius: 2rem;
	background:  url(img/common/icon11.png) no-repeat center right 1.3rem / 1.7rem,#fff;
}
.headLine03.yellow a {
	background-image: url(img/common/icon08.png);
}
.headLine03.green a {
	background-image: url(img/common/icon09.png);
}
@media all and (min-width: 897px) {
	.headLine03 a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.headLine03 {
		padding-right: 0.6rem;
		font-size: 1.5rem;
	}
	.headLine03 .ico {
		margin-right: 0.9rem;
		padding: 1rem 1rem 0.7rem 1rem;
		width: 4rem;
	}
	.headLine03 a {
		padding: 0.4rem 0.5rem 0.4rem 0.9rem;
		font-size: 1.1rem;
		min-width: 13.2rem;
		background-size: 1.12rem;
		background-position: center right 0.9rem;
	}
}
/*------------------------------------------------------------
	comSBox
------------------------------------------------------------*/
.comSBox {
	padding-bottom: 2.8rem;
}
.comSBox .sTitle {
	margin-bottom: 2rem;
	color: #fff;
	text-align: center;
}
.comSBox .sTitle {
	padding: 1.3rem 1rem 1.2rem;
	text-align: center;
	background-color: #484747;
}
.comSBox .sTitle .ico {
	margin: 0.1rem 1.2rem 0 -2rem;
	width: 4.1rem;
	display: inline-block;
}
@media all and (min-width: 897px) and (max-width: 1800px) {
	.comSBox .sTitle {
		font-size: 2rem;
	}
	.comSBox .sTitle .ico {
		margin: 0.1rem 1.3rem 0 -2.3rem;
		width: 3.1rem;
	}
}
/*------------------------------------------------------------
	comSiteBox
------------------------------------------------------------*/
.comSiteBox {
	margin: 0 2rem 4rem;
}
.comSiteBox:last-child {
	margin-bottom: 0;
}
.comSiteBox .siteUl li {
	border-top: 0.1rem dotted #707070;
}
.comSiteBox .siteUl li:last-child {
	border-bottom: 0.1rem dotted #707070;
}
.comSiteBox .siteUl li a {
	padding: 0.8rem 2.5rem 0.8rem 0.5rem;
	font-size: 2rem;
	font-weight: 500;
	display: block;
	background: url(img/common/icon07.png) no-repeat center right 0.5rem / 1.7rem;
	transform: rotate(0.1deg);
}
.comSiteBox.col01 .siteUl li a {
	background-image: url(img/common/icon08.png);
}
.comSiteBox.col02 .siteUl li a {
	background-image: url(img/common/icon09.png);
}
.comSiteBox.col03 .siteUl li a {
	background-image: url(img/common/icon10.png);
}
.comSiteBox.col04 .siteUl li a {
	background-image: url(img/common/icon11.png);
}
.comSiteBox.col05 .siteUl li a {
	background-image: url(img/common/icon12.png);
}
@media all and (min-width: 897px) {
	.comSiteBox .siteUl li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comSiteBox {
		margin: 0 1.9rem 4rem;
	}
}
/*------------------------------------------------------------
	comTitle
------------------------------------------------------------*/
.comTitle {
	margin-bottom: 0.9rem;
	padding: 0.5rem;
	font-size: 2.4rem;
	font-weight: 700;
	text-align: center;
	width: 100%;
	background: url(img/common/bg01.jpg) no-repeat top left / 100% 100%;
}
.comTitle.sml {
	font-size: 2.2rem;
}
.comTitle a {
	padding: 0.6rem 0.2rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	justify-content: center;
	height: 100%;
	min-height: 5rem;
	color: #fff;
	border: 0.1rem solid #fff;
}
.comTitle a:hover {
	opacity: 0.7;
}
.comTitle.col01  {
	background-image: url(img/common/bg02.jpg);
}
.comTitle.col02  {
	background-image: url(img/common/bg03.jpg);
}
.comTitle.col03  {
	background-image: url(img/common/bg04.jpg);
}
.comTitle.col04  {
	background-image: url(img/common/bg05.jpg);
}
.comTitle.col05  {
	background-image: url(img/common/bg06.jpg);
}
/*------------------------------------------------------------
	comLinkBox
------------------------------------------------------------*/
.comLinkBox .navi {
	margin: 0 2rem 0.1rem 0;
}
.comLinkBox .navi li {
	min-width: 16.2rem;
}
.comLinkBox .navi li:not(:last-child) {
	margin-right: 1.6rem;
}
.comLinkBox .navi li a {
	padding: 0.8rem 1.9rem 0.7rem 1rem;
	font-size: 2.2rem;
	font-weight: 700;
	color: #fff;
	display: flex;
	align-items: center;
	flex-wrap: wrap;
	position: relative;
	background: url(img/common/bg07.jpg) no-repeat top left / 100% 100%;
}
.comLinkBox .navi li a .ico {
	margin-right: 1rem;
	width: 3.2rem;
}
	.comLinkBox .navi li a:hover {
		opacity: 0.7;
	}
@media all and (min-width: 897px) and (max-width: 1800px) {
	.comLinkBox .navi li {
		min-width: 10rem;
	}
	.comLinkBox .navi li:not(:last-child) {
		margin-right: 1rem;
	}
	.comLinkBox .navi li a {
		font-size: 1.4rem;
	}
}
@media all and (max-width: 896px) {
	.comLinkBox {
        padding: 0 1.9rem;
    }
	.comLinkBox .navi {
		margin: 0;
		width: 100%;
		gap: 1rem;
		justify-content: space-between;
	}
	.comLinkBox .navi li {
		margin: 0 !important;
		width: calc((100% - 1.8rem)/2);
	}
	.comLinkBox .navi li a {
		padding: 0.6rem 0.5rem 0.7rem 0.5rem;
		font-size: 1.8rem;
		justify-content: center;
	}
	.comLinkBox .navi li a .ico {
		width: 2.7rem;
	}
}
/*------------------------------------------------------------
	comSnsBox
------------------------------------------------------------*/
.comSnsBox {
	text-align: center;
	padding: 3rem;
	border: 1rem solid #484747;
	background-color: #fff;
}
.comSnsBox .logo {
	margin: 0 -0.7rem 1.9rem 0;
}
.comSnsBox .subBox {
	padding: 0 1.3rem 0.2rem 0;
}
.comSnsBox .ttl {
	margin-bottom: 1.8rem;
  	padding: 0.6rem 3rem 0.7rem 2.3rem;
	font-size: 2.2rem;
	font-weight: 700;
	display: inline-block;
	text-align: center;
	color: #fff;
	border-radius: 2.3rem;
	background-color: #484747;
}
.comSnsBox li {
	margin: 0 2.6rem;
	width: 5rem;
}
	.comSnsBox li a:hover {
		opacity: 0.7;
	}
.comSnsBox .img02 {
	display: none;;
}
@media all and (max-width: 896px) {
	.comSnsBox {
		margin: 4rem 4.4rem 0.2rem;
    	padding: 3rem 2.7rem 3rem;
		border: none;
	}
	.comSnsBox .logo { 
		margin: 0 auto 1.8rem;
		max-width: 35rem;
	}
}
/*------------------------------------------------------------
	comTagUl
------------------------------------------------------------*/
.comTagUl {
	margin-bottom: 0.2rem;
	display: flex;
	flex-wrap: wrap;
	gap: 1rem;
}
.comTagUl li span,
.comTagUl li a {
	padding: 0.3rem 1.85rem 0.4rem;
	font-size: 1.8rem;
	font-weight: 700;
	text-align: center;
	color: #fff;
	display: block;
	border-radius: 1.7rem;
	box-sizing: border-box;
	word-break: break-all;
	background-color: #484747;
	font-family: "Noto Sans JP", sans-serif;
}
@media (min-width: 897px) and (max-width: 1580px) {
	.comTagUl li span,
	.comTagUl li a {
		padding: 0.3rem 1rem 0.4rem;
		font-size: 1.5rem;
	}
}
@media all and (max-width: 896px) {
	.comTagUl {
		gap: 0.8rem;
		justify-content: flex-end;
	}
	.comTagUl li span,
	.comTagUl li a {
		padding: 0.3rem 1.5rem 0.4rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comTagBox
------------------------------------------------------------*/
.comTagBox {
	border-radius: 0 0 1rem 1rem;
	background-color: #F7F7F7;
}
.comTagBox .inner {
	padding: 0 2rem 4rem 4rem;
}
.comTagBox .comTagUl {
	gap: 3.35rem;
	}
.comTagBox .comTagUl li {
	padding: 0;
	min-width: inherit;
}
.comTagBox .comTagUl li a:hover {
	opacity: 0.7;
}
@media (min-width: 897px) and (max-width: 1580px) {
	.comTagBox .comTagUl {
		gap: 2.5rem;
	}
}
@media all and (max-width: 896px) {
	.comTagBox .comTagUl li a:hover {
		opacity: 0.7;
	}
	.comTagBox {
		padding-bottom: 0;
	}
	.comTagBox .inner {
		padding: 2rem 0.9rem;
		max-width: inherit;
		background-color: #F7F7F7;
		border-radius: 1rem;
	}
	.comTagBox .comTagUl {
		gap: 2rem 0.9rem;
		justify-content: flex-start;
	}
	.comTagBox .comTagUl li a {
		padding: 0.3rem 1.5rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comTag
------------------------------------------------------------*/
.comTag {
	padding: 0.5rem;
	font-size: 1.6rem;
	font-weight: 700;
	text-align: center;
	display: inline-block;
	min-width: 12.4rem;
	color: #fff;
	background-color: #F89C07;
	font-family: "Noto Sans JP", sans-serif;
}
.comTag.green {
	background-color: #69CC35;
}
.comTag.blue {
	background-color: #0592E3;
}
.comTag.pink {
	background-color: #FD7FA1;
}
.comTag.yellow {
	background-color: #FFC402;
}
.comTag.purple {
	background-color: #8058AD;
}
@media all and (max-width: 896px) {
	.comTag {
		padding: 0.4rem 0.5rem;
		font-size: 1.2rem;
		min-width: 9.3rem;
	}
}
/*------------------------------------------------------------
	comTimeText
------------------------------------------------------------*/
.comTimeText {
	margin-bottom: 0.7rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #5AC8FA;
	font-family: "Noto Sans JP", sans-serif;
}
@media all and (max-width: 896px) { 
	.comTimeText {
		margin-bottom: 0.5rem;
		font-size: 1.4rem;
	}
}
/*------------------------------------------------------------
	comImgUl
------------------------------------------------------------*/
.comImgUl {
	margin-top: -4rem;
	display: flex;
	flex-wrap: wrap;
}
.comImgUl > li {
	margin: 4rem 1.6rem 0 0;
	width: calc((100% - 3.2rem)/3);
}
.comImgUl > li:nth-child(3n) {
	margin-right: 0;
}
.comImgUl li a {
	height: 100%;
	display: block;
	background-color: #fff;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.comImgUl li .photo {
	aspect-ratio: 336/224;
}
.comImgUl li .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
.comImgUl li .textBox {
	margin-top: -0.6rem;
	padding: 0.2rem 2.5rem 2.5rem;
	position: relative;
}
.comImgUl li .textBox .text {
	margin: 1.7rem 0 2.3rem;
	font-size: 2.2rem;
	font-weight: 500;
}
.comImgUl li .textBox .comTag {
	margin:  -0.5rem 2.5rem 0.5rem -2.5rem;
}
@media all and (min-width: 897px) {
	.comImgUl li a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comImgUl {
		margin: 0 1rem;
		gap: 0.9rem 0;
		justify-content: space-between;
	}
	.comImgUl > li {
		margin: 0 0.9rem 2rem;
        width: calc(50% - 1.8rem);
	}
	.comImgUl > li:last-child {
		margin-bottom: 0;
	}
	.comImgUl li .textBox {
		padding: 0.2rem 1rem 1.3rem;
	}
	.comImgUl li .textBox .text {
		margin: 0.9rem 0 0.7rem;
		font-size: 1.8rem;
	}
	.comImgUl li .textBox .comTag {
		margin: 0.2rem 1.2rem 0 -1rem;
	}
	.comImgUl li .textBox .comTag:first-child {
		margin-top: 0;
	}
	.comImgUl li .comTagUl {
		gap: 0.6rem;
		justify-content: flex-start;
	}
	.comImgUl li .comTagUl li span {
		padding: 0.2rem 0.2rem 0.3rem;
		font-size: 1rem;
		min-width: 7rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1800px) { 
	.comImgUl li .textBox {
		padding: 0.2rem 1.5rem 1.5rem;
	}
	.comImgUl li .textBox .comTag {
		margin-left: -1.5rem;
	}
	.comImgUl li .textBox .text {
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	comBtn
------------------------------------------------------------*/
.comBtn {
	margin: 5.4rem auto 0;
	max-width: 53rem;
}
.comBtn a {
	padding: 2rem 1rem;
	height: 8.8rem;
	font-size: 3rem;
	font-weight: 700;
	color: #fff;
	display: block;
	text-align: center;
	border-radius: 5rem;
	background-color: #484747;
}
@media all and (min-width: 897px) {
	.comBtn a:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.comBtn {
		margin-top: 3rem;
		max-width: 29rem;
	}
	.comBtn a {
		padding: 1rem;
		height: 5rem;
		font-size: 1.8rem;
	}
}
/*------------------------------------------------------------
	mailForm
------------------------------------------------------------*/
form {
	padding-top: 14rem;
	margin-top: -14rem;
}
.mailForm {
	margin: 0 auto;
	max-width: 90rem;
}
.mailForm table {
	margin: 0 auto 0rem;
	width: 100%;
	border-collapse: collapse;
}
.mailForm table td,
.mailForm table th {
    font-size: 2rem;
	width: 100%;
	display: block;
	text-align: left;
    word-break: break-all;
	color: #484848;
}
.mailForm table th {
	padding-bottom: 1.5rem;
	font-size: 1.8rem;
    text-align: left;
}
.mailForm table th .must {
	margin-left: 0.5rem;
	box-sizing: border-box;
	display: inline-block;
	font-size: 1.8rem;
	font-weight: 500;
	text-align: center;
	color: #FA0606;
}
.mailForm table td {
	margin-bottom: 3.9rem;
}
.mailForm table td.fileInput {
	position: relative;
}
.mailForm table td.fileInput input {
	display: none !important;
}
.mailForm table td.fileInput .uploadBox {
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	user-select: none;
	pointer-events: none;
}
.mailForm .codedropz-upload-container {
	height: 27.5rem;
	box-sizing: border-box;
	display: flex;
	align-items: flex-end;
}
.mailForm table td select,
.mailForm table td textarea,
.mailForm table td input[type="tel"],
.mailForm table td input[type="email"],
.mailForm table td input[type="text"] {
    padding: 1rem 2rem;
	height: 6rem;
    width: 100%;
	font-size: 2.4rem;
	color: #111;
	border-radius: 0;
	background-color: #FFF;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0.1rem solid #F7F7F7;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.mailForm table .radioList {
	margin: 1.1rem 0 5rem 1.1rem;
	display: flex;
	flex-wrap: wrap;
}
.mailForm table .radioList li:not(:last-child) {
	margin-right: 0.5rem;
}
.mailForm table input[type="radio"] {
	display: none;
}
.mailForm table td input[type="radio"] ~ span {
	padding-left: 2.9rem;
	line-height: 1.6;
	font-size: 2.4rem;
	font-weight: 400;
	color: #707070;
	cursor: pointer;
	background: url("img/contact/radio_img01.png") no-repeat left center / 2.1rem;
}
.mailForm table td input[type="radio"]:checked ~ span{
	background-image: url("img/contact/radio_img02.png");
}
input::placeholder,
textarea::placeholder {
	opacity: 1;
	color: #BCBCBC;
}
.mailForm table td textarea {
	padding: 1.1rem 1.9rem;
	height: 24rem;
	resize: vertical;
}
.mailForm .textBox {
	margin-top: -0.7rem;
	font-size: 2rem;
	font-weight: 400;
	text-align: center;
	color: #707070;
}
.mailForm .textBox p:not(:last-child) {
	margin-bottom: 0.7rem;
}
.mailForm .textBox a {
	font-size: 2.4rem;
	font-weight: 500;
	color: #707070;
	text-decoration: underline;
	transition: .3s;
}
.mailForm .submit {
	margin-top: 5.9rem;
	gap: 10rem;
	text-align: center;
}
.mailForm .submit li {
	display: inline-block;
	width: calc(50% - 5rem);
}
.mailForm .submit li input {
    margin: 0 auto;
	width: 100%;
	height: 8.8rem;
	display: block;
	color: #FFF;
	font-size: 3rem;
	font-weight: 700;
	cursor: pointer;
	border: none;
	border-radius: 5rem;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	transition: .3s;
	background-color: #484747;
}
.mailForm .uploadBox {
	padding: 5rem 5rem 1.5rem;
	border: 0.1rem dotted #707070;
	background-color: #F7F7F7;
	position: relative;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.mailForm .uploadBox .ico {
	margin: 0 auto 2.1rem;
	width: 11.7rem;
	display: block;
}
.mailForm .uploadBox .text {
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
	color: #707070;
}
.mailForm .uploadBox .sml {
	margin: -0.1rem auto;
	font-size: 1.6rem;
	display: block;
}
.mailForm .uploadBox .col {
	font-size: 1.6rem;
	display: block;
	text-decoration: underline;
	color: #5AC8FA;
}
.mailForm .uploadBox input[type="file"] {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	z-index: 99;
}
.wpcf7-not-valid-tip {
	margin-top: 1rem;
}
@media all and (min-width: 897px) {
	.mailForm .submit li input:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	form {
		padding-top: 8rem;
		margin-top: -8rem;
	}
	.mailForm {
		margin: 0;
		max-width: inherit;
	}
	.mailForm table th {
		padding-bottom: 1rem;
		font-size: 1.6rem;
	}
	.mailForm table th .must {
		font-size: 1.4rem;
	}
	.mailForm table td {
		margin-bottom: 2rem;
		overflow: hidden;
	}
	.mailForm table td select, .mailForm table td textarea, .mailForm table td input[type="tel"], .mailForm table td input[type="email"], .mailForm table td input[type="text"] {
		padding: 0 1rem;
		height: 4.5rem;
		font-size: 1.8rem;
	}
	.mailForm table .radioList {
		margin: 0;
		display: block;
	}
	.mailForm table .radioList li {
		margin-right: 0 !important;
	}
	.mailForm table td input[type="radio"] ~ span {
		font-size: 1.8rem;
		background-size: 1.7rem;
	}
	.mailForm .submit {
		margin: 4rem 0;
		display: block;
	}
	.mailForm .submit li input {
		width: 100%;
        height: 5rem;
        font-size: 1.8rem;
	}
	.mailForm table td textarea {
		height: 20rem;
	}
	.mailForm .textBox {
		margin-top: 0;
		font-size: 1.6rem;
	}
	.mailForm .textBox a {
		font-size: 2rem;
	}
	.mailForm .uploadBox {
		padding: 2rem 2rem 1.5rem;
	}
	.mailForm .uploadBox .ico {
		width: 5rem;
	}
	.mailForm .uploadBox .text {
		font-size: 1.5rem;
	}
	.mailForm .codedropz-upload-container {
		height: 17rem;
	}
	.wpcf7-not-valid-tip {
		margin-top: 0.5rem;
		font-size: 0.8em;
	}
}
@media all and (min-width: 897px) and (max-width: 1560px) { 
	.mailForm .submit {
		gap: 4rem;
	}
	.mailForm .submit li {
		width: calc(50% - 2rem);
	}
	.mailForm .submit li input {
		font-size: 1.9rem;
		height: 7rem;
	}
}
/* .a-upload */
.a-upload {
	margin: -1rem;
	padding: 1rem;
	position: relative;
	display: flex;
	justify-content: space-between;
	overflow: hidden;
	line-height: 1.5;
	transition: .3s;
}
.a-upload .showFileName {
	padding: 0 2rem;
	height: 6rem;
    width: calc(100% - 10rem);
	font-size: 2.4rem;
	font-weight: 400;
	line-height: 6rem;
	color: #BCBCBC;
	border-radius: 0;
	background-color: #FFF;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	overflow: hidden;
	border: 0.1rem solid #F7F7F7;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.a-upload .showFileName.black {
	color: #484747;
}
.a-upload .fileerrorTip {
	margin-right: 0;
    width: 6rem;
    height: 6rem;
	box-sizing: border-box;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
.a-upload .wpcf7-form-control-wrap,
.a-upload  input {
	position: absolute;
	right: 0;
    top: 0;
	width: 100%;
	height: 100%;
	z-index: 10;
	font-size: 0;
	opacity: 0;
	filter: alpha(opacity=0);
	cursor: pointer;
	z-index: 10;
}
.a-upload:hover {
    text-decoration: none
}
@media all and (min-width: 897px) {
	.a-upload:hover {
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	.a-upload {
		padding: 2rem;
	}
	.a-upload .fileerrorTip {
		width: 5rem;
		height: 5rem;
	}
	.a-upload .showFileName {
		padding: 0 1rem;
		height: 5rem;
		width: calc(100% - 8rem);
		font-size: 1.8rem;
		line-height: 5rem;
	}
}
/*------------------------------------------------------------
	privacy
------------------------------------------------------------*/
#privacy .content {
	padding: 0 11rem;
    max-width: 98rem;
	box-sizing: content-box;
}
#privacy p {
	line-height: 2;
	transform: rotate(0.1deg);
}
#privacy .centerTxt {
	margin-bottom: 2.6rem;
	text-align: center;
}
#privacy .textUl {
	margin-left: 2rem;
}
#privacy .textUl li {
	margin-bottom: 4rem;
	padding-left: 1.29em;
  	text-indent: -1.29em;
	line-height: 2;
}
@media all and (max-width: 896px) {
	#privacy .content {
		padding: 0;
		max-width: inherit;
	}
	#privacy .centerTxt {
		text-align: left;
	}
	#privacy .textUl {
		margin-left: 0;
	}
	#privacy .textUl li {
		margin-bottom: 2rem;
	}
}

/*------------------------------------------------------------
	index
------------------------------------------------------------*/
#index {
	flex-direction: row-reverse;
}
#index .content01 {
	margin-top: 3.9rem;
}
#index .slideBgBox {
	margin: 3.9rem 0 3.9rem 4rem;
	padding: 3rem 0 3rem 2rem;
	border-radius: 1rem 0 0 1rem;
	background-color: #F7F7F7;
}
#index .slideBgBox .slideBox {
	position: relative;
}
#index .slideBgBox .slideBox .slideUl > li {
	width: 106rem;
	box-sizing: border-box;
}
#index .slideBgBox .slideBox a {
	padding: 4rem 6.1rem 3.7rem;
	border-radius: 1rem;
	display: block;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
	background-color: #fff;
}
#index .slideBgBox .slideBox a .photo {
	margin-bottom: 1.9rem;
	position: relative;
}
#index .slideBgBox .slideBox a .photo img {
	width: 100%;
}
#index .slideBgBox .slideBox a .photo .comTag {
	position: absolute;
	bottom: 0;
	left: 0;
}
#index .slideBgBox .slideBox a .textBox {
	align-items: flex-end;
}
#index .slideBgBox .slideBox a .textBox .lBox {
	width: calc(100% - 28rem);
	font-weight: 500;
	box-sizing: border-box;
}
#index .slideBgBox .slideBox a .text {
	font-size: 2.4rem;
	color: #231815;
}
#index .slideBgBox .slideBox a .textBox .rBox {
    width: 27rem;
}
#index .slideBgBox .slideBox .slick-list {
	padding: 0 28.1% 0 0 !important;
}
#index .slideBgBox .slideBox .slick-initialized .slick-slide {
    margin: 0 0.9rem;
	padding: 1rem;
}
#index .slideBgBox .slideBox .arrow li {
	position: absolute;
	top: 17.2vw;
	width: 4rem;
	height: 4rem;
	left: 0;
	cursor: pointer;
	transition: .3s;
}
#index .slideBgBox .slideBox .arrow .next {
	left: auto;
	right: 28%;
}
#index .sec01 {
	margin-bottom: 4rem;
	padding-bottom: 4rem;
	border-radius: 1rem;
	background-color: #F7F7F7;
}
#index .sec01 .inner {
	padding: 0 1rem;
	margin: 0 auto;
	max-width: 106rem;
}
#index .sec01 .topImgUl {
	margin-bottom: 6rem;
}
#index .sec01 .topImgUl a {
	display: flex;
	flex-wrap: wrap;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
#index .sec01 .topImgUl a .photo {
	width: 57.7%;
}
#index .sec01 .topImgUl a .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#index .sec01 .topImgUl a .textBox {
	padding: 4rem;
	width: 42.3%;
	background-color: #fff;
	box-sizing: border-box;
}
#index .sec01 .topImgUl > li:not(:last-child) {
	margin-bottom: 4rem;
}
#index .sec01 .topImgUl li .comTag {
	margin-bottom: 2rem;
}
#index .sec01 .topImgUl li .text {
	margin-bottom: 5.3rem;
	font-size: 2.4rem;
	font-weight: 500;
}
#index .sec01 .goodsBox:not(:last-child) {
	margin-bottom: 5.9rem;
}
	#index .slideBgBox .slideBox .arrow li:hover {
		opacity: 0.7;
	}
	#index .slideBgBox .slideBox a:hover {
		opacity: 0.7;
	}
	#index .sec01 .topImgUl a:hover {
		opacity: 0.7;
}
@media (min-width: 1921px) {
	#index .slideBgBox {
		margin-right: -36rem;
	}
}
@media (min-width: 897px) and (max-width: 1580px) {
	#index .slideBgBox .slideBox a .text {
		font-size: 2rem;
	}
	#index .slideBgBox .slideBox a .textBox .lBox {
		width: calc(100% - 21rem);
	}
	#index .slideBgBox .slideBox a .textBox .rBox {
		width: 20rem;
	}
}
@media all and (max-width: 896px) {
	#index {
		margin: 0;
	}
	#index .content01 {
		margin: 0;
	}
	#index .slideBgBox {
		padding: 2rem 0 1rem;
		margin: 0;
		overflow: hidden;
		border-radius: 0;
	}
	#index .slideBgBox .slideBox {
		margin: 0 -0.5rem;
	}
	#index .slideBgBox .slideBox a {
		padding: 1.9rem 1.9rem 1.6rem;
	}
	#index .slideBgBox .slideBox .slick-list {
		padding: 0 !important;
	}
	#index .slideBgBox .slideBox .slideUl > li {
		width: 100%;
	}
	#index .slideBgBox .slideBox .slick-initialized .slick-slide {
		margin: 0;
		padding: 0;
		width: 100%;
	}
	#index .slideBgBox .slideBox .slick-initialized .slick-slide {
		margin: 0 0.5rem;
		padding: 0 0 1rem;
	}
	#index .sec01 .inner {
		padding: 0;
	}
	#index .sec01 .topImgUl a {
		padding: 1.9rem 1.9rem 1.6rem;
		display: block;
		border-radius: 1rem;
	}
	#index .sec01 .topImgUl a .photo {
		width: 100%;
	}
	#index .sec01 .topImgUl a .textBox {
		padding: 2rem 3rem;
		width: 100%;
	}
	#index .slideBgBox .slideBox .arrow li {
		width: 2.34rem;
		height: 2.34rem;
		top: 32vw;
        left: 0.5rem;
	}
	#index .slideBgBox .slideBox .arrow .next {
		left: auto;
		right: 0.5rem;
	}
	#index .slideBgBox .slideBox a .photo {
		margin-bottom: 1rem;
	}
	#index .slideBgBox .slideBox a .textBox {
		margin: 0 0.5rem;
		display: block;
	}
	#index .slideBgBox .slideBox a .textBox .lBox,
	#index .slideBgBox .slideBox a .textBox .rBox {
		padding: 0;
		width: 100%;
	}
	#index .slideBgBox .slideBox a .text {
		margin-bottom: 0.5rem;
		font-size: 1.8rem;
	}
	#index .sec01 {
		margin-bottom: 2rem;
		padding: 2rem 0 0;
		background-color: #fff;
	}
	#index .sec01 .headLine01 {
		font-size: 1.8rem;
	}
	#index .sec01 .topImgUl a .textBox {
		padding: 0.1rem 0 0;
		position: relative;
	}
	#index .sec01 .topImgUl > li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#index .sec01 .topImgUl li .comTag {
		margin: 0;
		position: absolute;
		left: 0;
		top: -2.6rem;
	}
	#index .sec01 .topImgUl li .comTimeText {
		padding-left: 0.6rem;
		margin-top: 0.9rem;
	}
	#index .sec01 .topImgUl li .text {
		margin-bottom: 0.5rem;
		padding-left: 0.6rem;
		font-size: 1.8rem;
	}
	#index .sec01 .topImgUl .comTagUl {
		margin-right: 0.6rem;
	}
	#index .sec01 .topImgUl {
		margin-bottom: 2rem;
	}
	#index .sec01 .goodsBox:not(:last-child) {
		margin-bottom: 2rem;
	}
}
/*------------------------------------------------------------
	news
------------------------------------------------------------*/
#news .headLine02 {
	margin-bottom: 6rem;
}
#news .bgBox {
	padding: 3.9rem 4rem 6rem;
	border-radius: 1rem;
	background-color: #F7F7F7;
}
#news .newsUl {
	margin-bottom: 6rem;
}
#news .newsUl li {
	display: flex;
	align-items: stretch;
}
#news .newsUl li:not(:last-child) {
	margin-bottom: 4rem;
}
#news .newsUl li .bgBox {
	padding: 0;
	width: 6rem;
	border-radius: 0;
	background-color: #484747;
}
#news .newsUl li .ico {
	padding: 1.2rem 1rem;
	width: 100%;
	height: 100%;
	min-height: 6rem;
	display: flex;
	align-items: center;
	justify-content: center;
	text-align: center;
	box-sizing: border-box;
	background-color: #484747;
}
#news .newsUl li .ico img {
	width: 3.2rem;
}
#news .newsUl li .rBox {
	padding: 0.5rem 0.5rem 0.5rem 2rem;
	width: calc(100% - 6rem);
	min-height: 6rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	box-sizing: border-box;
	background-color: #fff;
}
#news .newsUl li .rBox .comTimeText {
	margin: 0;
	width: 11rem;
}
#news .newsUl li .rBox .text {
	padding-right: 1rem;
	width: calc(100% - 26.5rem);
	font-weight: 700;
	box-sizing: border-box;
}
#news .newsUl li .rBox a {
	padding: 0.5rem 2rem;
	width: 15rem;
	font-size: 1.8rem;
	font-weight: 500;
	color: #fff;
	border-radius: 2rem;
	box-sizing: border-box;
	background: url(img/common/icon19.png) no-repeat center right 1.3rem / 1.7rem,#484747;
}
#news .newsUl li .rBox a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#news .newsUl li .rBox .text {
		padding-right: 0;
	}
}
/*------------------------------------------------------------
	wp-pagenavi
------------------------------------------------------------*/
.naviBgBox {
	text-align: center;
}
.wp-pagenavi {
	padding: 2.8rem 1rem;
	font-size: 0;
	min-width: 53rem;
	text-align: center;
	border-radius: 4.5rem;
	display: inline-block;
	background-color: #484747;
}
.wp-pagenavi a,
.wp-pagenavi span {
	margin: 0 1rem;
	font-size: 3rem;
	font-weight: 700;
	line-height: 1;
	display: inline-block;
	text-decoration: none;
	color: #fff;
}
.wp-pagenavi a img {
	width: 3.2rem;
}
.wp-pagenavi span.current {
	border-bottom: 0.2rem solid #fff;
}
.wp-pagenavi .first,
.wp-pagenavi .last {
	margin: 0;
}
.wp-pagenavi  .previouspostslink {
	margin: 0 1rem 0 0.6rem;
}
.wp-pagenavi  .nextiouspostslink {
	margin: 0 0.6rem 0 1rem;
}
@media all and (min-width: 897px) {
	.wp-pagenavi a:hover {
		border-bottom: 0.2rem solid #fff;
	}
	.wp-pagenavi .first:hover,
	.wp-pagenavi .previouspostslink:hover,
	.wp-pagenavi .last:hover,
	.wp-pagenavi .nextpostslink:hover {
		border-bottom: none !important;
		opacity: 0.7;
	}
}
@media all and (max-width: 896px) {
	#news .headLine02 {
		margin-bottom: 2rem;
	}
	#news .bgBox {
		padding: 2rem;
	}
	#news .newsUl li .bgBox {
		width: 5rem;
	}
	#news .newsUl li .ico {
		min-height: inherit;
	}
	#news .newsUl li .rBox {
		padding: 1rem;
		display: block;
		width: calc(100% - 5rem);
	}
	#news .newsUl li .rBox .comTimeText {
		margin-bottom: 0.5rem;
		width: 100%;
		display: block;
	}
	#news .newsUl li .rBox .text {
		margin-bottom: 0.5rem;
		width: 100%;
		display: block;
	}
	#news .newsUl li .rBox a {
		margin-left: auto;
		font-size: 1.5rem;
		display: block;
		width: 13rem;
	}
	.wp-pagenavi {
		padding: 1rem 2rem;
		min-width: inherit;
	}
	.wp-pagenavi a, .wp-pagenavi span {
		font-size: 2rem;
	}
	.wp-pagenavi a,
	.wp-pagenavi span {
		margin: 0 0.5rem;
	}
	.wp-pagenavi a img {
		margin-top: -0.2rem;
		width: 2.6rem;
	}
}
/*------------------------------------------------------------
	news_detail
------------------------------------------------------------*/
#news.detail .headLine02 {
	margin-bottom: 3rem;
}
#news.detail .content .comTimeText {
	margin-bottom: 1.6rem;
}
#news.detail .content {
	padding: 0 11rem;
    box-sizing: content-box;
	max-width: 97.8rem;
}
#news.detail .content .photo {
	margin-bottom: 3.9rem;
	height: 65.2rem;
}
#news.detail .content .photo img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#news.detail .content .title {
	font-size: 3.6rem;
	font-weight: 700;
}
#news.detail .wpBox {
	margin: 3.8rem 0 0;
	padding-top: 5.2rem;
	max-width: 120rem;
	border-top: 0.1rem dotted #707070;
}
#news.detail .wpBox p {
	margin-bottom: 5.5rem;
	line-height: 2;
}
#news.detail .wpBox p a {
	text-decoration: underline;
}
#news.detail .wpBox .content {
	padding: 0 10rem;
	max-width: 100rem;
}
#news.detail .wpBox figure {
	margin: 0 auto 5.3rem;
	max-width: 78rem;
	height: 52rem;
}
#news.detail .wpBox figure img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#news.detail .sec01 {
	margin-bottom: 4rem;
}
#news.detail .sec01 .headLine01 {
	margin: 0;
}
#news.detail .sec01 .inner {
	padding: 4rem;
	border-radius: 0 0 1rem 1rem;
	background-color: #F7F7F7;
}
#news.detail .sec01 .comImgUl {
	margin-top: -4rem;
}
#news.detail .sec01 .comImgUl > li {
	margin: 4rem 1.6rem 0 0;
}
#news.detail .sec01 .comImgUl > li:nth-child(3n) {
	margin-right: 0;
}
#news.detail .comTagBox .headLine01 {
	margin: 0;
}
#news.detail .comTagBox .inner {
	padding: 4rem 3.3rem 4rem 4rem;
	border-radius: 0 0 1rem 1rem;
	background-color: #F7F7F7;
}
#news.detail .wpBox p a:hover {
	opacity: 0.7;
}
@media all and (max-width: 896px) {
	#news.detail .content {
		padding: 0;
		max-width: inherit;
	}
	#news.detail .content .photo {
		margin-bottom: 2rem;
		height: auto;
	}
	#news.detail .content .title {
		font-size: 2.2rem;
	}
	#news.detail .wpBox {
		padding-top: 3.8rem;
	}
	#news.detail .wpBox .content {
		padding: 0;
		max-width: inherit;
	}
	#news.detail .wpBox p {
		margin-bottom: 3rem;
	}
	#news.detail .wpBox figure {
		margin-bottom: 3rem;
		height: auto;
	}
	#news.detail .sec01 .inner {
		padding: 2rem 0 0;
	}
	#news.detail .sec01 .comImgUl {
		margin: 0 1rem;
	}
	#news.detail .sec01 .comImgUl > li {
		margin: 0 0.9rem 2rem;
        width: calc(50% - 1.8rem);
	}
	#news.detail .sec01 .comImgUl > li a .photo img {
		width: 100%;
	}
	#news.detail .comTagBox .inner {
		padding: 2rem 0.8rem 2rem 1rem;
	}
	#news.detail .comTagBox .comTagUl {
		gap: 1.9rem 1rem;
		justify-content: flex-start;
	}
}
@media all and (min-width: 1921px) {
	#news.detail .wpBox {
		margin: 3.8rem auto 0;
	}
}
/*------------------------------------------------------------
	contact
------------------------------------------------------------*/
#contact .headLine02 {
	margin-bottom: 5.9rem;
}
#contact .bgBox {
	padding: 6.9rem 6.9rem 6rem;
	margin: 0 auto;
	border-radius: 1rem;
	background-color: #F7F7F7;
}
#contact .submit li {
	width: 59%;
}
#contact .radioList li:first-child .wpcf7-list-item {
	margin-left: 0;
}
@media all and (min-width: 897px) {
	#contact .textBox a:hover {
		text-decoration: none;
	}
}
@media all and (max-width: 896px) {
	#contact .bgBox {
		padding: 2rem;
	}
	#contact .submit li {
		margin: 0 auto;
		width: 28rem;
	}
	#contact .submit li:not(:last-child) {
        margin-bottom: 2rem;
    }
	#contact .radioList li .wpcf7-list-item {
		margin-left: 0;
	}
}

/*------------------------------------------------------------
	contact.confirm
------------------------------------------------------------*/
#contact.confirm table td {
    padding: 1rem 2rem;
	height: 6rem;
    width: 100%;
	font-size: 2.4rem;
	color: #111;
	border-radius: 0;
	background-color: #FFF;
	box-sizing: border-box;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	border: 0.1rem solid #F7F7F7;
	box-shadow: 0 0.3rem 0.6rem rgba(0, 0, 0, 0.16);
}
#contact.confirm table .wid01 {
	padding: 0 !important;
	background-color: transparent;
	box-shadow: none;
}
#contact.confirm table .wid02 {
	height: auto;
}
#contact.confirm table td:not(.wid02,.special) {
	padding: 0 2rem;
	line-height: 6rem;
}
#contact.confirm .textBox {
	margin-top: 0;
}
#contact.confirm .submit {
	margin: 3rem 0 0;
	display: flex !important;
}
#contact.confirm .submit li {
	width: calc(50% - 5rem);
}
#contact.confirm .submit li input {
	border-radius: 4.4rem;
	box-sizing: border-box;
}
.wpcf7-spinner {
	margin: 1rem auto 0;
}
@media all and (max-width: 896px) {
	#contact.confirm table td {
		padding: 0.8rem 1rem;
		height: 4.5rem;
		font-size: 1.8rem;
		overflow: hidden;
	}
	#contact.confirm table .wid01 {
		height: auto;
	}
	#contact.confirm table td:not(.wid02,.special) {
		padding: 0 1rem;
		line-height: 4.5rem;
	}
	#contact.confirm .submit {
		margin: 4rem 0;
		display: block !important;
	}
	#contact.confirm .submit li {
		margin-bottom: 2rem;
		display: block;
		width: 100%;
	}
	#contact.confirm .submit li:last-child {
		margin-bottom: 0;
	}
	#contact.confirm .submit li input {
		width: 28rem;
	}
	.wpcf7-spinner {
		display: block !important;
	}
}
/*------------------------------------------------------------
	thanks
------------------------------------------------------------*/
#contact.thanks .headLine02 {
	margin-bottom: 5.2rem;
}
#contact.thanks p {
	text-align: center;
	line-height: 2;
}
@media all and (max-width: 896px) {
	#contact.thanks .content01 {
		padding: 0 1rem;
	}
	#contact.thanks .comBtn {
		margin-bottom: 5rem;
	}
}
/*------------------------------------------------------------
	company
------------------------------------------------------------*/
#company .content {
	padding: 0 9.5rem;
    max-width: 100rem;
    box-sizing: content-box;
}
#company .headLine02 {
	margin-bottom: 8.1rem;
}
#company table {
	width: 100%;
	border-collapse: collapse;
}
#company table th, 
#company table td {	
	padding: 2.5rem 0.2rem 2.4rem;
    text-align: left;
    vertical-align: middle;
    word-break:break-all;
    box-sizing: border-box;
	border-top: 1px dotted #707070;
	border-bottom: 1px dotted #707070;
}
#company table th {
	width: 20%;
	font-weight: 500;
	text-align: center;
}
#company table td {
	padding-left: 2.9rem;
	font-weight: 400;
	line-height: 2;
	border-left: 1px dotted #707070;
}
#company table td:nth-last-child(2) {
	width: 14.4%;
	vertical-align: top;
}
#company table .textUl li {
	text-indent: -2em;
	padding-left: 2em;
	line-height: 2;
}
#company table .textUl01 li:not(:last-child) {
	margin-bottom: 4rem;
}
@media all and (max-width: 896px) {
	#company .content {
		padding: 0;
		max-width: inherit;
		box-sizing: border-box;
	}
	#company table th, #company table td {
		padding: 1.5rem 0.2rem;
		font-size: 1.4rem;
	}
	#company table th {
		width: 25%;
	}
	#company table td {
		padding-left: 1rem;
		font-size: 1.3rem;
	}
	#company table .textUl li,
	#company table .textUl01 li {
		margin-right: -0.5rem;
	}
	#company table .textUl01 li:not(:last-child) {
		margin-bottom: 1rem;
	}
	#company table td:nth-last-child(2) {
		width: 21%;
	}
}
/*------------------------------------------------------------
	products
------------------------------------------------------------*/
#products .headLine02 {
	margin-bottom: 3.9rem;
}
#products .sec01 .headLine01 {
	margin-bottom: 0;
}
#products .sec01 .headLine01 .ico {
	width: 4.3rem;
}
#products .sec01 .inner {
	margin-bottom: 4rem;
	padding: 2.5rem 2.5rem 1.5rem;
	border-radius: 0 0 1rem 1rem;
	background-color: #F7F7F7;
}
#products .sec01 .inner01 {
	padding: 4rem 4rem 6rem;
	border-radius: 1rem;
}
#products .sec01 .linkUl {
	gap: 0 1rem;
}
#products .sec01 .linkUl li {
	margin-bottom: 1rem;
	width: calc((100% - 3rem)/4);
}
#products .sec01 .linkUl .comTitle {
	background-image: url(img/common/bg08.jpg);
}
#products .sec01 .linkUl .comTitle.col01  {
	background-image: url(img/common/bg09.jpg);
}
#products .sec01 .linkUl .comTitle.col02  {
	background-image: url(img/common/bg10.jpg);
}
#products .sec01 .linkUl .comTitle.col03  {
	background-image: url(img/common/bg11.jpg);
}
#products .sec01 .linkUl .comTitle.col04  {
	background-image: url(img/common/bg12.jpg);
}
#products .sec01 .linkUl .comTitle.col05  {
	background-image: url(img/common/bg13.jpg);
}
#products .sec01 .comImgUl {
	margin-bottom: 6rem;
}
@media all and (min-width: 897px) and (max-width: 1880px) {
	#products .sec01 .linkUl li {
		width: calc((100% - 3rem)/4);
		min-width: inherit;
	}
	#products .sec01 .linkUl li a {
		font-size: 1.8rem;
	}	
}
@media all and (max-width: 896px) {
	#products .sec01 .inner {
		padding: 2rem 1rem;
	}
	#products .sec01 .linkUl {
		justify-content: space-between;
	}
	#products .sec01 .linkUl .comTitle {
		width: calc(50% - 0.5rem);
		min-width: inherit;
	}
	#products .sec01 .comTitle a {
		font-size: 1.6rem;
	}
	#products .sec01 .comImgUl {
		margin: 0;
	}
	#products .sec01 .comImgUl > li {
		margin: 0 0.9rem 2rem;
	}	
}
/*------------------------------------------------------------
	products
------------------------------------------------------------*/
#products.detail .bgBox {
	padding: 5rem 7.2rem 0 6.8rem;
	margin-bottom: 3.7rem;
	border-radius: 1rem;
	background-color: #F7F7F7;
}
#products.detail .bgBox .comTag {
	margin-bottom: 1.2rem;
}
#products.detail .bgBox .title {
	margin-bottom: 1rem;
	font-size: 3.6rem;
	font-weight: 700;
}
#products.detail .slideBox .foo .slide {
	height: 65.2rem;
}
#products.detail .slideBox .foo .slide img {
	width: 100%;
	height: 100%;
	object-fit: cover;
}
#products.detail .slideBox .phoList {
	margin: 0.8rem auto 0;
	max-width: 98rem;
	width: 100%;
	gap: 2rem;
	position: relative;
	display: flex;
	flex-wrap: wrap;
	z-index: 4;
}
#products.detail .slideBox .phoList li {
	margin: 0;
	width: calc((100% - 8rem)/5);
	position: relative;
	cursor: pointer;
	transition: .3s;
}
#products.detail .slideBox .phoList li:hover {
	opacity: 0.7;
}
#products.detail .slideBox .phoList li.on {
	opacity: 0.7;
}
#products.detail .subBox {
	margin-top: 2rem;
	padding: 4rem 4rem 0;
	background-color: #fff;
}
#products.detail .subBox table {
	width: 100%;
	border-collapse: collapse;
}
#products.detail .subBox > table tr:last-child td {
	padding: 0;
}
#products.detail .subBox > table tr:nth-last-child(2) th,
#products.detail .subBox > table tr:nth-last-child(2) td {
	border-bottom: none;
}
#products.detail .subBox th,
#products.detail .subBox td {
	padding: 3rem 2rem 2.9rem;
	font-size: 2rem;
	box-sizing: border-box;
	text-align: center;
	vertical-align: middle;
	word-break: break-all;
	border: 0.1rem dotted #707070;
}
#products.detail .subBox th {
	width: 22%;
	font-weight: 500;
	color: #fff;
	background-color: #484747;
}
#products.detail .subBox td {
	padding-left: 2.9rem;
	font-weight: 400;
	text-align: left;
}
#products.detail .subBox td ul {
	margin-top: 3rem;
}
#products.detail .subBox td ul li {
	margin-bottom: 3rem;
	padding-left: 2rem;
    text-indent: -1em;
}
#products.detail .subBox td ul li:last-child {
	margin-bottom: 0;
}
#products.detail .subBox tr table tr:first-child th ,
#products.detail .subBox tr table tr:first-child td {
	border-top: none;
}
#products.detail .subBox tr table tr td:first-child {
	border-left: none;
}
#products.detail .subBox tr table td:first-child,
#products.detail .subBox tr table td:nth-child(3) {
	padding: 2rem 0.4rem;
	width: 13rem;
	font-size: 2rem;
	line-height: 1.34;
	font-weight: 500;
	text-align: center;
	background-color: #F7F7F7;
	border-bottom: none;
}
#products.detail .subBox tr table td:nth-child(3)  {
	font-size: 1.8rem;
}
#products.detail .subBox tr table td:nth-child(2),
#products.detail .subBox tr table td:nth-child(4) {
	padding: 1.5rem 0.2rem;
	text-align: center;
	width: 20.5rem;
	font-size: 2rem;
	border-bottom: none;
}
#products.detail .subBox tr table tr:last-child td:nth-child(2) {
	font-size: 1.8rem;
}
#products.detail .subBox tr table td:nth-child(4) {
	border-right: none;
}
#products.detail .subBox .centerText {
	margin-top: 3.3rem;
	text-align: center;
	font-size: 2rem;
	font-weight: 500;
}
#products.detail .downloadBox {
	margin-bottom: 4rem;
}
#products.detail .downloadBox .content {
	margin: 0 auto;
	max-width: 106rem;
}
#products.detail .downloadBox .h2Ttl {
	margin-bottom: 2rem;
	font-size: 2rem;
	font-weight: 500;
}
#products.detail .downloadBox .downloadUl {
	margin-bottom: 1.9rem;
}
#products.detail .downloadBox .downloadUl li {
	width: calc(50% - 3.2rem);
}
#products.detail .downloadBox .downloadUl li a {
	padding: 1.2rem 1rem 1.2rem 3.3rem;
	display: flex;
	flex-wrap: wrap;
	align-items: center;
	position: relative;
	background: url(img/common/icon25.png) no-repeat center right 2rem / 2.8rem, #484747;
}
#products.detail .downloadBox .downloadUl li a::before {
	position: absolute;
	top: 1rem;
	bottom: 0.9rem;
	left: -0.1rem;
	content: '';
	width: 1.4rem;
	background-color: #F7F7F7;
}
#products.detail .downloadBox .downloadUl li a .ico {
	margin-right: 2.5rem;
	width: 4.7rem;
	display: inline-block;
}
#products.detail .downloadBox .downloadUl li a .img {
	width: 19.2rem;
	display: inline-block;
}
#products.detail .downloadBox p {
	margin: 0 4rem 1.9rem;
}
#products.detail .downloadBox .imgBox .h3Ttl {
	margin-bottom: -0.1rem;
	padding: 1.7rem 1.7rem 1.8rem;
	font-size: 2.4rem;
	font-weight: 500;
	text-align: center;
	color: #fff;
	background-color: #231815;
}
#products.detail .downloadBox .imgBox  .flexBox {
	padding: 2rem 2.4rem 2.7rem;
	align-items: center;
	color: #fff;
	background-color: #484747;
}
#products.detail .downloadBox .imgBox  .flexBox .lBox {
	width: 25.2rem;
}
#products.detail .downloadBox .imgBox  .flexBox .lBox .h4Ttl {
	margin-bottom: 2.1rem;
	font-size: 2.5rem;
	font-weight: 700;
	line-height: 1.64;
	color: #5AC8FA;
}
#products.detail .downloadBox .imgBox  .flexBox .lBox p {
	margin: 0;
	padding-left: 1em;
	text-indent: -1em;
	font-size: 1.6rem;
	font-weight: 500;
	line-height: 1.4;
}
#products.detail .downloadBox .imgBox  .flexBox .rBox {
	width: calc(100% - 27.8rem);
}
#products.detail .formBox .headLine01 {
	margin-bottom: 6.8rem;
}
#products.detail .mailForm .submit {
	margin: 2rem 0 4rem;
}
#products.detail .mailForm .submit li {
	width: 59%;
}
#products.detail .wp-pagenavi {
	margin-bottom: 4rem;
	padding: 4.5rem 2rem 4.3rem;
	min-width: inherit;
	width: 100%;
	border-radius: 1rem;
	position: relative;
	background-color: #F7F7F7;
	display: flex;
    justify-content: space-between;
}
#products.detail .wp-pagenavi a {
	font-size: 3rem;
	font-weight: 500;
	color: #484747;
}
#products.detail .wp-pagenavi .current {
	font-weight: 700;
	position: absolute;
	top: 50%;
    left: 47%;
    transform: translate(-50%, -50%);
}
#products.detail .wp-pagenavi span {
	margin: 1.2rem 0 0 0;
	font-size: 1.8rem;
	font-weight: 500;
	color: #5AC8FA;
	display: block;
}
#products.detail .wp-pagenavi .previouspostslink {
	padding-left: 1rem;
	min-width: 13rem;
	max-width: 22rem;
	text-align: left;
	background: url(img/common/icon27.png) no-repeat top left 1rem / 3.2rem;
}
#products.detail .wp-pagenavi .nextpostslink {
	padding-right: 5.5rem;
	min-width: 13rem;
	max-width: 22rem;
	text-align: right;
	background: url(img/common/icon28.png) no-repeat top right 1rem / 3.2rem;
}
#products.detail .sec01 .inner{
	padding: 4rem;
	margin-bottom: 0.2rem;
}
#products.detail .sec01 .inner .comImgUl {
	margin-bottom: 0;
}
#products.detail .sec01 .headLine01 {
	margin-bottom: 0;
}
#products.detail .wp-pagenavi .current span {
	margin-right: 0 !important;
}
@media all and (min-width: 897px) {
	#products.detail .wp-pagenavi a:hover {
		opacity: 0.7;
		border-bottom: none;
	}
	#products.detail .downloadBox .downloadUl li a:hover {
		opacity: 0.7;
	}
	.codedropz-upload-inner .codedropz-btn-wrap a.cd-upload-btn:hover {
		opacity: 0.7;
	}
	#products.detail .wp-pagenavi .nextpostslink span {
		margin: 1.2rem -5rem 0 0;
	}
	#products.detail .mailForm .submit li {
		width: 59%;
	}
	#products.detail .mailForm .custom-wpcf7c-confirmed .submit li {
		width: calc(50% - 5rem);
	}
}
@media all and (min-width: 897px) and (max-width: 1800px) { 
	#products.detail .bgBox {
		padding: 3rem 2rem 0;
	}
	#products.detail .downloadBox .content {
		max-width: inherit;
	}
	#products.detail .downloadBox .downloadUl li a .img {
		width: 13.2rem;
	}
	#products.detail .downloadBox .downloadUl li a .ico {
		margin-right: 1rem;
	}
	#products.detail .downloadBox .downloadUl li a {
		padding-left: 2rem;
		background-position: center right 1rem;
	}
	#products.detail .sec01 .inner {
		padding: 2rem;
	}
}
@media all and (min-width: 897px) and (max-width: 1300px) { 
	#products.detail .wp-pagenavi {
		padding: 4rem 0;
	}
	#products.detail .wp-pagenavi a {
		font-size: 2rem;
	}
	#products.detail .wp-pagenavi span {
		font-size: 1.5rem;
	}
	#products.detail .wp-pagenavi .previouspostslink {
		min-width: 16rem;
		background-size: 2.4rem;
		background-position: top left;
	}
	#products.detail .wp-pagenavi .nextpostslink {
		min-width: 16rem;
		background-size: 2.4rem;
		background-position: top right;
	}
}
@media all and (max-width: 896px) {
	#products.detail .bgBox {
		padding: 2rem;
	}
	#products.detail .bgBox .title {
		font-size: 2.2rem;
	}
	#products.detail .slideBox .foo .slide {
		height: auto;
	}
	#products.detail .slideBox .slick-dots {
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#products.detail .slideBox .slick-dots li {
		margin: 0 0.5rem;
	}
	#products.detail .slideBox .slick-dots button {
		padding: 0;
		font-size: 0;
		border-radius: 50%;
		width: 1rem;
        height: 1rem;
        background-color: #484848;
        border: none;
	}
	#products.detail .slideBox .slick-active button {
		background-color: #707070;
	}
	#products.detail .subBox {
		padding: 0 0 2rem;
	}
	#products.detail .subBox th, #products.detail .subBox td {
		padding: 1rem;
		font-size: 1.4rem;
	}
	#products.detail .subBox th {
		width: 19%;
		letter-spacing: 0.2em;
	}
	#products.detail .subBox td ul {
		margin-top: 1rem;
	}
	#products.detail .subBox td ul li {
		padding-left: 1em;
		margin-bottom: 1rem;
		font-size: 1.4rem;
	}
	#products.detail .subBox tr table th,
	#products.detail .subBox tr table td {
		padding: 1rem 0 !important;
		font-size: 1.2rem !important;
	}
	#products.detail .subBox tr table td:first-child, #products.detail .subBox tr table td:nth-child(3) {
		width: 25% !important;
	}
	#products.detail .subBox .centerText {
		margin-top: 2rem;
		font-size: 1.6rem;
	}
	#products.detail .downloadBox {
		padding: 0 2rem;
	}
	#products.detail .downloadBox .downloadUl {
		display: block;
	}
	#products.detail .downloadBox .downloadUl li {
		width: 100%;
	}
	#products.detail .downloadBox .downloadUl li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#products.detail .downloadBox .downloadUl li a {
		padding: 1rem 6rem 1rem 3rem;
	}
	#products.detail .downloadBox .downloadUl li a::before {
		width: 0.8rem;
	}
	#products.detail .downloadBox .downloadUl li a .ico {
		margin-right: 2rem;
		width: 3.2rem;
	}
	#products.detail .downloadBox .downloadUl li a .img {
		width: 12rem;
	}
	#products.detail .downloadBox .downloadUl li a {
		background-size: 2.2rem;
	}
	#products.detail .downloadBox p {
		margin: 0 0 2rem;
	}
	#products.detail .downloadBox .imgBox .h3Ttl {
		padding: 1rem;
		font-size: 1.7rem;
	}
	#products.detail .downloadBox .imgBox .flexBox {
		padding: 2rem;
		display: block;
	}
	#products.detail .downloadBox .imgBox .flexBox .lBox,
	#products.detail .downloadBox .imgBox .flexBox .rBox {
		width: 100%;
	}
	#products.detail .downloadBox .imgBox .flexBox .lBox {
		margin-bottom: 1.5rem;
	}
	#products.detail .downloadBox .imgBox .flexBox .rBox {
		margin: 0 auto;
		max-width: 40rem;
	}
	#products.detail .downloadBox .imgBox .flexBox .lBox .h4Ttl {
		margin-bottom: 1rem;
		font-size: 1.7rem;
	}
	#products.detail .formBox .headLine01 {
		margin-bottom: 3rem;
	}
	#products.detail .formBox .mailForm {
		margin: 0 2rem;
	}
	#products.detail .mailForm .submit {
		display: block;
	}
	#products.detail .mailForm .submit li {
		margin: 0 auto;
		display: block;
		width: 28rem;
	}
	#products.detail .mailForm .submit li:not(:last-child) {
		margin-bottom: 2rem;
	}
	#products .sec01 .headLine01 .ico {
		width: 2.8rem;
	}
	#products.detail .sec01 .inner {
		padding: 2rem 1rem;
	}
	#products.detail .wp-pagenavi {
		padding: 2.5rem 0;
	}
	#products.detail .wp-pagenavi .previouspostslink,
	#products.detail .wp-pagenavi .nextpostslink {
		padding-top: 0.3rem;
		max-width: 13rem;
        min-width: inherit;
		background-size: 2rem;
	}
	#products.detail .wp-pagenavi .previouspostslink {
		background-position: top left 0.5rem;
	}
	#products.detail .wp-pagenavi .nextpostslink {
		padding-right: 3.5rem;
		background-position: top right 0.5rem;
	}
	#products.detail .wp-pagenavi a {
		font-size: 1.4rem;
	}
	#products.detail .wp-pagenavi span {
		font-size: 1.2rem;
	}
	#products.detail .wp-pagenavi .nextpostslink span {
		margin-right: -2rem;
	}
	#products.detail .wp-pagenavi .current {
		max-width: 16rem;
		left: 47%;
	}
}
/*------------------------------------------------------------
	howto
------------------------------------------------------------*/
#howto .centerTxt {
	margin-bottom: 5.1rem;
	text-align: center;
	line-height: 2;
	text-align: center;
}
#howto .h3Ttl {
	margin-bottom: 1.3rem;
	font-size: 3rem;
	font-weight: 700;
	text-align: center;
}
#howto .centerTxt.text01 {
	margin-bottom: 3.1rem;
}
#howto .borBox {
	margin: 0 auto 8rem;
	padding: 4.6rem 2rem;
	box-sizing: border-box;
	max-width: 99.2rem;
	border: 0.1rem solid #707070;
}
#howto .borBox .textUl li {
	margin: 0 1.2rem 3rem;
	font-size: 2.4rem;
}
#howto .borBox .textUl li:first-child {
	margin-left: -1rem;
	font-weight: 700;
}
#howto .borBox .imgUl li {
	margin: 0 1rem;
	width: 45%;
}
#howto .borBox .imgUl li .subBox {
	margin-left: 1.9rem;
    width: 78.9%;
}
#howto .borBox .imgUl li:first-child .subBox {
	margin: 0 2.4rem 0 auto;
}
#howto .borBox .imgUl li .text {
	margin-bottom: 1.3rem;
	text-align: center;
	font-size: 2.4rem;
	font-weight: 700;
}
#howto .borBox .imgUl li .note {
	margin-top: 1.3rem;
	font-size: 2.2rem;
}
#howto .flowUl {
	margin: 0 -4rem 8rem 1.8rem;
}
#howto .flowUl li {
	margin-bottom: 2.3rem;
}
#howto .flowUl h4 {
	margin-bottom: 1.8rem;
	font-weight: 700;
	font-size: 3rem;
	position: relative;
} 
#howto .flowUl h4::after {
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
	left: 0;
	width: 100%;
	height: 0.1rem;
	content: '';
	background-color: #707070;
}
#howto .flowUl h4 span {
	padding-right: 1.5rem;
	position: relative;
	z-index: 2;
	display: inline-block;
	background-color: #fff;
}
#howto .flowUl .flexBox {
	padding-right: 5.7rem;
}
#howto .flowUl .textBox {
	width: 60%;
}
#howto .flowUl p {
	line-height: 1.7;
	font-size: 2rem;
}
#howto .flowUl .text {
	margin-left: -0.9rem;
	font-size: 1.8rem;
	line-height: 1.9;
}
#howto .flowUl .text01 {
	margin: 0 0 0.6rem;
	font-weight: 500;
	line-height: 1.9;
}
#howto .flowUl .photoBox {
	margin-top: 0.2rem;
	width: 35.5%;
}
#howto .flowUl .flexBox01 .textBox {
	width: 100%;
}
#howto .flowUl .flexBox01 .textBox .note {
	margin: 0.3rem 0 3.5rem;
	font-size: 1.8rem;
	font-weight: 500;
}
#howto .flowUl .flexBox01 .subUl {
	margin: 0 6rem 0 0.3rem;
}
#howto .flowUl .flexBox01 .subUl li {
	margin-right: 4.1rem;
	width: calc((100% - 8.2rem)/3);
}
#howto .flowUl .flexBox01 .subUl li:nth-child(3n) {
	margin-right: 0;
}
#howto .flowUl .flexBox01 .subUl span {
	margin-top: 1.7rem;
	text-align: center;
	display: block;
	font-size: 2rem;
	font-weight: 700;
}
#howto .flowUl .flexBox01 .photoBox {
	margin: 2.6rem 2.2rem 8rem -3.6rem;
	width: auto;
}
#howto .flowUl .flexBox01 .photoBox img {
	width: 100%;
}
#howto .flowUl .flexBox01 .textBox01 .ttl {
	margin-bottom: 1.6rem;
	font-weight: 700;
	font-size: 3rem;
}
#howto .flowUl .flexBox01 .textUl li {
	margin-bottom: 0.4rem;
	padding-left: 1em;
	text-indent: -1em;
}
#howto .formBox {
	margin-bottom: 6.8rem;
}
#howto .formBox .headLine01 {
	margin-bottom: 6.8rem;
}
#howto .mailForm  .submit {
	margin-top: 2rem;
}
@media all and (min-width: 897px) {
	#howto .mailForm .submit li {
		width: 59%;
	}
	.mailForm .custom-wpcf7c-confirmed .submit li {
		width: calc(50% - 5rem) !important;
	}
}
@media all and (min-width: 897px) and (max-width: 1450px) {
	#howto .flowUl {
		margin: 0 1.8rem;
	}
}
@media all and (max-width: 896px) {
	#howto .centerTxt {
		margin: 0 3.4rem 2rem;
		font-size: 1.8rem;
		text-align: left;
	}
	#howto .h3Ttl {
		margin-bottom: 1.6rem;
		font-size: 2.4rem;
		font-weight: 700;
	}
	#howto .centerTxt.text01 {
		margin-bottom: 1.3rem;
	}
	#howto .borBox {
		padding: 2.1rem 1rem 1.6rem;
		margin: 0 1rem 3.4rem;
		max-width: inherit;
	}
	#howto .borBox .textUl {
		margin-bottom: 1.4rem;
		display: block;
		text-align: center;
	}
	#howto .borBox .textUl li {
		margin: 0;
		text-align: center;
		font-size: 1.6rem;
	}
	#howto .borBox .textUl li:first-child {
		font-size: 2rem;
		line-height: 1.3;
	}
	#howto .borBox .imgUl {
		justify-content: space-between;
	}
	#howto .borBox .imgUl li {
		margin: 0;
		width: 47.7%;
	}
	#howto .borBox .imgUl li .text {
		margin-bottom: 1rem;
		font-size: 1.6rem;
	}
	#howto .borBox .imgUl li .note {
		margin-top: 0.8rem;
		font-size: 1.4rem;
		text-align: left;
		line-height: 1.7;
	}
	#howto .borBox .imgUl li .subBox {
		margin: 0 !important;
		width: 100%;
	}
	#howto .flowUl {
		margin: 0 2.9rem;
	}
	#howto .flowUl li {
		margin-bottom: 5.9rem;
	}
	#howto .flowUl h4::after {
		display: none;
	}
	#howto .flowUl h4 {
		margin: 0 -2rem 1.2rem 0;
		font-size: 2.2rem;
	}
	#howto .flowUl h4 span {
		line-height: 1.3;
	}
	#howto .flowUl .flexBox {
		padding: 0;
		flex-direction: column-reverse;
	}
	#howto .flowUl .flexBox .photoBox,
	#howto .flowUl .flexBox .textBox {
		width: 100%;
	}
	#howto .flowUl .flexBox .photoBox {
		margin-bottom: 2rem;
	}
	#howto .flowUl .flexBox .photoBox img {
		width: 100%;
	}
	#howto .flowUl .text.text01 {
		margin: 0.2rem 0 1.6rem;
        font-size: 1.8rem;
        line-height: 1.87;
	}
	#howto .flowUl .text {
		margin: 0 -2rem 0 -0.6rem;
        font-size: 1.6rem;
        line-height: 2.15;
	}
	#howto .flowUl .flexBox01 .box {
		margin: 0 -2.9rem;
	}
	#howto .flowUl .flexBox01 .subUl {
		margin: 0 0 2.1rem;
	}
	#howto .flowUl .flexBox01 .subUl li {
		width: calc((100% - 1rem)/3);
	}
	#howto .flowUl .flexBox01 .subUl li:not(:nth-child(3n)) {
		margin-right: 0.5rem;
	}
	#howto .flowUl .flexBox01 .subUl span {
		margin-top: 0.4rem;
		font-size: 1.2rem;
	}
	#howto .flowUl .flexBox01 .subUl li {
		margin-bottom: 0; 
	}
	#howto .flowUl .flexBox01 .photoBox {
		margin: 0 3rem 1.4rem;
	}
	#howto .flowUl .txtUl {
		margin: 0 2.7rem 2.1rem;
	}
	#howto .flowUl .txtUl li {
		margin-bottom: 1.4rem;
		font-weight: 700;
		font-size: 1.6rem;
	}
	#howto .flowUl .txtUl li p {
		margin-top: 0.3rem;
		padding-left: 1.3rem;
		font-size: 1.6rem;
		font-weight: 400;
		line-height: 1.6;
	}
	#howto .flowUl .flexBox01 .textBox01 .ttl {
		font-size: 2.4rem;
	}
	#howto .flowUl .flexBox01 .textBox .note {
		margin: 0 0 2rem;
		font-size: 2rem;
		font-weight: 400;
	}
	#howto .formBox .headLine01 {
		margin-bottom: 3rem;
	}
	#howto .formBox .mailForm {
		margin: 0 2rem;
	}
	#howto .mailForm .submit {
		display: block;
	}
	#howto .mailForm .submit li {
		margin: 0 auto 2rem;
		width: 28rem;
		display: block;
	}
	#howto .mailForm .submit li:last-child {
		margin-bottom: 0;
	}
}
@media all and (max-width: 427px) {
	#howto .centerTxt {
		margin: 0 3.3rem 2.1rem;
	}
}


/*------------------------------------------------------------
	Welcart
------------------------------------------------------------*/
.submenuBox {
	padding: 2px;
	text-align: center;
    background: #f7f7f7;
}
.submenuBox .membership {display: inline-block;}
	.submenuBox .membership .fa-user {display: inline-block;}
	.submenuBox .membership .fa-user:before {color:#fff;}

	.submenuBox .membership ul.cf {display: inline-block; font-size: 12px; font-weight: bold;}
	.submenuBox .membership ul.cf li {
		display: inline-block;
    	margin: 0 1px;
    	padding: 3px 0.4em;
    	background: #00bc40;
    	border-radius: 2em;
    	color: #fff;
	}
	.submenuBox .membership ul.cf li.shopping-corner {color: #fff; background: #e10000;}
	.submenuBox .membership ul.cf li a {color: #fff;}
	.submenuBox .membership ul.cf li.shopping-corner a {padding: 4px .5em; color: #fff;}
	.submenuBox .membership ul.cf li a:hober {color: #fff;}

.submenuBox .incart-btn {
	display: inline-block;
	float: none;
    margin: 0;
    color: #fff;
    font-size: 14px;
}
	.submenuBox .incart-btn a {
		padding:3px .3em;
		width:9em;
		color: #fff;
		border-radius: 2em;
		background-color: #ff8c00;
        text-align: center;
	}
	.submenuBox .incart-btn span {
		display: inline-block;
        color: #fff;
        font-size: 12px;
        font-weight: bold;
        letter-spacing: 1px;
        vertical-align: middle;
    }
	.submenuBox .incart-btn .fa-shopping-cart {}
	.submenuBox .incart-btn .total-quant{
		display:inline-block;
		position: relative;
		margin-left: 4px;
		padding-top: 0.08em;
		/*min-width: 1.5em;
		min-height: 1em;*/
		border-radius: 50%;
        background-color: #fff;
        color:#ff8c00;
        font-weight: bold;
	}
	@media (max-width: 896px) {
		#gHeader .menuBox {top:3rem;}
	}    
	#gHeader .menu {top:3.1rem; width: 5rem; height: 5rem;}
	#gHeader .menu span {height: 100%; background-size: 3rem;}

section.site-content,
#container #main div.site-content {
	float: right;
	margin: 3rem auto 50px auto;
    padding-bottom: 4rem;
    width: calc(100% - 36rem);
    box-sizing: border-box;
 }
 	section.site-content #content,
 	#container #main div.site-content #content {padding-right: 0.5em; max-width: 120rem;}
 	section.site-content .page-header {
 		margin:10px 0 15px 0 !important;
 		border-bottom: 1px solid #ddd !important;
 	}
 	section.site-content .page-header h1 {
 		display: block;
 		margin-bottom: 1em !important;
 		padding: 4px;
        border-radius: 2em;
        text-align: center;
        background: #ff8c00;
        color: #fff;
        font-size: 1.2rem;
    }
 	section.site-content .taxonomy-description {}
 	section.site-content .page-header p {padding: 0 1em 0.3em 1em; font-size: 0.8em;}

/**page-shop**/
section.page-shop-content .page-header {}
section.page-shop-content .page-header .page-title {}
section.page-shop-content .page-header p {}

section.page-shop-content .entry-title {
	margin: 2em 0.5em 15px 0.5em !important;
	padding: 3px 0.5rem;
    color: #2bafeb;
    text-align: center;
    font-size: 1em !important;
    background: #fefefe;
    border-bottom: 2px solid #2bafeb;
    border-radius: 5px;
}
section.page-shop-content .taxonomy-description {padding: 0 1em !important; font-size: 0.8em !important;}

/*section.page-shop-content .front-il {margin-bottom: 3rem;}**/
/**item listing**/
/*.front-il article {font-size: 14px;}
.front-il article .itemimg {border:1px solid #e7e7e7; background: #fafafa;}
.front-il article .itemprice {color:#fd0000;}
.front-il article .itemname {font-weight: bold; color: #fefefe;}*/

.site-content .cat-il {margin-bottom: 3rem;}
/**item listing**/
.site-content .cat-il article {font-size: 14px;}
.site-content .cat-il article .itemimg {border:1px solid #e7e7e7; background: #fafafa;}
.site-content .cat-il article .itemprice {color:#fd0000;}
.site-content .cat-il article .itemname {font-weight: bold; color: #fefefe;}


section.site-content .taxonomy-description .text-link-btn_orange a {
	padding: 5px 1em;
    background: #ff8c00;
    color: #fff;
    border-radius: 2em;
}


 	aside.widget-area section.widget_basic_item_list {display: inline-block;}

/**shop page*/
#main .box_allwidth {
	margin:30px auto;
	padding: 10px; 
	width: 100%;
	max-width: 1300px;
}

 	/***#secondary***/
 aside#secondary {
    display: flow-root; /*block*/
    margin: 20px 0px 40px !important;
    padding: 20px 2rem 40px;
    width: 32rem;
    box-sizing: border-box;
    background-color: #F7F7F7;
    border-radius: 10px;
}

#main .box_allwidth #secondary {display:block; width:100%; background: #fafafa;}
 #main .box_allwidth #secondary .columnleft,
 #main .box_allwidth #secondary .columncenter,
 #main .box_allwidth #secondary .columnright {display: inline-block; margin:1%; width: 31%; vertical-align: top;}



#secondary h3 {
	margin-bottom: 1.07143em;
	padding-bottom: .357143em;
	border-bottom: 3px solid #eee;
}

#secondary .widget_title > img {
	width: 20px;
	height: 20px;
	margin-right: .714286em;
	vertical-align: top;
}

#secondary section {
	margin-bottom: 2.14286em;
	padding: 0 .714286em;
}

#secondary .columnleft section:last-child,
#secondary .columncenter section:last-child {
	margin-bottom: 2.14286em;
}

#secondary section:last-child {
	margin-bottom: 0;
}

/***item single page***/

.category-itemgenre .item-header {}
.category-itemgenre .item-header .item_page_title {
	display: block;
    margin-bottom: 1em !important;
    padding: 4px;
    border-radius: 2em;
    text-align: center;
    background: #ff8c00;
    color: #fff;
    font-size: 2rem;
}




/*aside#secondary .widget_block .is-layout-flex {display:block;}*/



	
.widget_welcart_calendar .ucart_calendar_body {text-align: center;}
.widget_welcart_calendar table {float:none; margin: 0 auto 2% auto; font-size: 0.9em; width: 80%;}
.widget_welcart_calendar table caption {text-align: center;}
.widget_welcart_calendar .business_days_exp_box businessday {background-color: #ffe2c0; border: 1px solid #ddd;}
