/*
Theme Name:		Welcart Basic Child
Description:	Welcart Basic Child is child theme for Welcart Basic.
Author:			WElcart Inc.
Author URI:		https://www.welcart.com/
Template:		welcart_basic
Version:		1.0.0
License:		GNU General Public License v2 or later
License URI:	http://www.gnu.org/licenses/gpl-2.0.html
Tags:			responsive-layout, basic-child, two-columns, right-sidebar. left-sidebar
*/
/* =Reset
-------------------------------------------------------------- */

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, 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, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	vertical-align: baseline;
}
body {
	line-height: 1;
}
ol,
ul {
	list-style: none;
}
blockquote,
q {
	quotes: none;
}
blockquote:before,
blockquote:after,
q:before,
q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
caption,
th,
td {
	text-align: left;
}
h1,
h2,
h3,
h4,
h5,
h6 {
	clear: both;
}
html {
	overflow-y: scroll;
	font-size: 100%;
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
a:focus {
	outline: thin dotted;
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
hgroup,
nav,
section {
	display: block;
}
audio,
canvas,
video {
	display: inline-block;
}
audio:not([controls]) {
	display: none;
}
del {
	color: #333;
}
ins {
	background: #fff9c0;
	text-decoration: none;
}
hr {
	background-color: #ccc;
	border: 0;
	height: 1px;
	margin: 24px;
	margin-bottom: 1.714285714rem;
}
sub,
sup {
	font-size: 75%;
	line-height: 0;
	position: relative;
	vertical-align: baseline;
}
sup {
	top: -.5em;
}
sub {
	bottom: -.25em;
}
small {
	font-size: smaller;
}
img {
	border: 0;
	-ms-interpolation-mode: bicubic;
}

/* Clearing floats */
.clear:after,
.wrapper:after,
.format-status .entry-header:after {
	clear: both;
}
.clear:before,
.clear:after,
.wrapper:before,
.wrapper:after,
.format-status .entry-header:before,
.format-status .entry-header:after {
	display: table;
	content: "";
}

/* -- clearfix -- */
.cf:before,
.cf:after {
	display: table;
	content: " ";
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}


/* =Base
-------------------------------------------------------------- */
* {
	-moz-box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-o-box-sizing: border-box;
	-ms-box-sizing: border-box;
	box-sizing: border-box;
}
body {
	color: #262626;
	font-family: "ヒラギノ角ゴ Pro W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "MS PGothic", Verdana, Arial, sans-serif;
	font-size: .975em;
	margin: 0;
	padding: 0;
	line-height: 160%;
	background-color: #fff;
	word-wrap: break-word;
}
img {
	margin: 0;
	padding: 0;
	vertical-align: bottom;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
a {
	color: #000;
	text-decoration: none;
}
a:hover {
	color: #262626;
	text-decoration: underline;
}

/* -- ul,li -- */
ul, li {
	margin: 0;
	padding: 0;
	list-style: none;
}

/* -- p -- */
p {
	margin: 0;
	padding: 0;
}

/* -- em -- */
em {
	color: #999;
	font-size: .8em;
	font-weight: normal;
	font-style: normal;
}

/* -- text -- */
.textleft,
div.textleft {
	text-align: left;
}
.textright,
div.textright {
	text-align: right;
}
.textcenter,
div.textcenter {
	text-align: center;
}

/* -- float -- */
.alignleft,
div.alignleft {
	margin: 0;
	padding: 0 10px 10px 0;
	float: left;
}
.alignright,
div.alignright {
	margin: 0;
	padding: 10px 0 0 10px;
	float: right;
}
.aligncenter,
div.aligncenter {
	display: block;
	margin-left: auto;
	margin-right: auto;
}
.error_message {
	color: #ff0000;
	font-size: 13px;
	font-weight: bold;
	line-height: 20px;
	margin-bottom: .384615em;
}
.wp-caption {
	margin: 10px 0;
	padding-top: 4px;
	background-color: #f3f3f3;
	border: 1px solid #ddd;
	text-align: center;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;  
	border-radius: 3px;  
}
.wp-caption img {
	margin: 0;
	padding: 0;
	border: 0 none;
}
.wp-caption p {
	font-size: 11px;
	margin: 0;
	padding: 0 4px 5px;
	line-height: 17px;
}

/* -- input,select,textarea -- */
input,select,textarea {
	font-size: 1em;
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
	-webkit-border-radius: 0;  
	-moz-border-radius: 0;
	border-radius: 0;  
}
select {
	max-width: 100%;
	padding: .5714285em 2.14286em .5714285em .5714285em;
	background: url(images/select-arrow.gif) center right 10px no-repeat;
	border: 1px solid #bbb;	
}
textarea {
	width: 100%;
	height: 100px;
	border: 1px solid #bbb;
}
input[type="text"],
input[type="password"],
input[type="email"],
input[type="tel"],
input[type="search"],
input[type="url"] {
	padding: .5714285em;
	border: 1px solid #bbb;
}
input[type="button"],
input[type="submit"],
input[type="reset"] {
	padding: .714288em 1.42857em;
	background-color: #efefef;
	border: none;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
	-webkit-border-radius: 3px;  
	-moz-border-radius: 3px;  
	border-radius: 3px;  
}
input[type="button"]:hover,
input[type="submit"]:hover,
input[type="reset"]:hover {
	background-color: #ddd;
	cursor: pointer;
}
input[type="checkbox"] {
	border: 1px solid #ccc;
	-webkit-appearance: checkbox;
	-moz-appearance: checkbox;
	appearance: checkbox;
}
input[type="radio"] {
	border: 1px solid #bbb;
	-webkit-appearance: radio;
	-moz-appearance: radio;
	appearance: radio;	
}
input[type="file"] {
	border: none;
}

/* -- Campaign-Tag -- */
.campaign_message {
	font-size: 12px;
	font-weight: bold;
	color: #d3222a;
	margin-top: 5px;
	background-color: #efefef;
	text-align: center;
}
/* - item-single.php - */
#itempage .campaign_message {
	font-size: 14px;
	margin: 0 0 15px;
	background: none;
	letter-spacing: .5px;
}


/* =header
-------------------------------------------------------------- */

header {
	position: relative;
	width: 100%;
	margin-bottom: 1.4286em;
	border-bottom: 3px solid #efefef;
	background:#fff;
}

/* -- .site-description -- */
.site-description {
	min-height: 40px;
	color: #fff;
	font-size: .85714em;
	font-weight: bold;
	padding: .8333em 6.6667em .8333em .8333em;
	background: #131313;
	overflow: hidden;
}

/* -- .snav -- */
.snav {
	width: 35%;
	float: right;
	padding-top: 0.5em ;
	margin-right: .714286em;
}
.snav i {
	font-size: 1.57143em;
	padding: .454545em;
}
.incart-btn span {
	display: none;
}
.snav ul li i {
	color: #131313;
}
.incart-btn a {
	position: relative;
}
.incart-btn .total-quant {
	display: inline-block;
	font-weight: bold;
	position: absolute;
	top: 0;
	left: 0;
	width: auto;
	min-width: 20px;
	max-width: 30px;
	height: 20px;
	color: #000;
	background-color: #FFDC73;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;	
	border-radius: 50%;
	text-align: center;
	vertical-align: text-bottom;
}
.snav .membership {
	display:block;
	float: right;
	position:relative;
	margin-top: -2px;
}
.snav .membership a {
	display: block;
}
.snav .membership ul {
	display: none;
	position: absolute;
	width: 150px;	
	right: 0;
	padding: 1.4286em .714286em .714286em;
	background-color: #fff;
	border-bottom: 1px solid #ccc;
	z-index: 2;
}
.snav .membership.On ul {
	display: block;
}
.snav .membership li {
	float: none;
	background: none;
	border-bottom: 1px solid #e0e0e0;	
	margin: 0 0 1.07143em .714286em;
	padding-bottom: .357143em;
}

.snav .membership li:last-child {
	margin-bottom: 0;
	border: none;
}

/* -- .incart-btn -- */
.incart-btn {
	display:block;
	position:relative;
	float: right;
}
.incart-btn a {
	display: block;
	color: #262626;
}
/* -- .search-box -- */
.search-box {
	float: left;
}
.snav .search-box i {
	font-size: 1.42857em;
	padding: .5em;
}
.search-box form {
	display: none;
}
.search-box.On form {
	display: block;
	position: absolute;
	left: 0;
	width: 100%;
	padding: 1.4286em .714286em .714286em;
	background-color: #fff;
}
.search-box div.s-box {
	display: block;  
	position: relative;
	width: 100%;
	border: 1px solid #ccc;
	float: right;
	text-align: center;
}
.search-box input[type="text"] {
	width: 100%;
	border: none;
}
.search-box .searchsubmit {
	color: #aaa;
	font-size: 1.14286em;
	font-family: FontAwesome ;
	position: absolute;
	right: 0;
	top: 0;
	padding: .3124995em;
	background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;
}
.search-box .searchsubmit:hover {
	background: none;
}

/* -- .site-title -- */
h1.site-title,
div.site-title {
	clear: none;
	width; 50%;
	font-size: 1.785712em;
	font-weight: bold;
	padding: 0.5em .1em 0.5em .4em;
	float: left;
	line-height: 1em;
	text-align: center;
}
h1.site-title a,
div.site-title a {
	color: #000;
}
h1.site-title img,
div.site-title img {
}

/* -- #site-navigation -- */
header div.nav-menu-open,
header div.header-nav-container {
	display: none;	
}
#site-navigation {
	clear: both;
	padding: 0 1.07143em;
}
#site-navigation li a {
	display: block;
	margin-bottom: 1.07143em;
	padding-bottom: .357143em;
	border-bottom: 1px solid #e0e0e0;
}
#site-navigation li li {
	margin-left: 1em;
}

/*　Toggle Menu　*/
#site-navigation label,
#site-navigation input[type="checkbox"].on-off {
	display: none;
}
#site-navigation label {
	display: block;
	position: absolute;
	top: 1.0em;
	right: 0;
	width: auto;
	padding: 0;
	text-align: right;
}
#site-navigation label span {
	display: block;
	padding: .714286em;
}
#site-navigation label span:before {
	content: "\f03a";
	display: block;
	color: #222;
	font-family: FontAwesome;
	font-size: 2.4em;
	vertical-align: text-bottom;
}
header #site-navigation input#panel.on-off + div.nav-menu-open,
header #site-navigation input#panel.on-off + div.header-nav-container {
	display: block;
	height: 0;
	overflow: hidden;
}
header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
header #site-navigation input#panel.on-off:checked + div.header-nav-container {
	position: absolute;
	left: 0;
	width: 100%;
	height: auto;
	background-color: #fff;
	z-index: 1;
}
#site-navigation ul {
	padding: 1.4286em .714286em .714286em;
}
#site-navigation ul ul {
	padding: 0;
}


/* =secondary
-------------------------------------------------------------- */
#secondary {
	padding: 2.14289em 0;
	border-top: 5px solid #eee;
}
#secondary h3 {
	margin-bottom: 1.07143em;
	padding: .357143em .5em;
	border-bottom: 0px solid #eee;
	background: #1C615A;
	color: #fff;
	text-align: center;
}
#secondary .widget_title>img {
	width: 20px;
	height: 20px;
	margin-right: .714286em;
	vertical-align: top;
}

#secondary section {
	margin-bottom: 2.14286em;
	padding: 0 .714286em;
	text-align: center;
}
#secondary .columnleft section:last-child,
#secondary .columncenter section:last-child {
	margin-bottom: 2.14286em;
}
#secondary section:last-child {
	margin-bottom: 0;
}

/*---- widget_welcart_bestseller ----*/
.widget_welcart_bestseller ul {
	padding: 0 .714286em;
}
.widget_welcart_bestseller li {
	margin-bottom: .714286em;
	padding-bottom: .714286em;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.widget_welcart_bestseller li a {
	display: inline-block;
	padding-bottom: .357143em;
}
.widget_welcart_bestseller .itemimg {
	width: 25% !important;
	float: right;
	text-align: center;
}
.widget_welcart_bestseller .itemimg img {
	width: 100%;
	height: auto;
}
.widget_welcart_bestseller .itemname {
	width: 70%;
	text-align: left;
}
.widget_welcart_bestseller .itemprice{
	font-weight: bold;
	width: 70%;
	text-align: right;
	color: #FF0000;
}
.widget_welcart_bestseller .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	width: 70%;
	text-align: right;
}

/* ---- .tax_inc_block ---- */

.widget_welcart_bestseller .tax_inc_block {
	margin: -3px 0 0 0;
	padding-right: 7px;
	text-align: right;
	font-size: 12px;
	width: 70%;
}
.widget_welcart_bestseller .tax_inc_block em {
	margin-right: 3px;
	color: #262626;
}


/*---- widget_welcart_featured ----*/
.widget_welcart_featured ul {
	padding: 0 .714286em !important;
}
.widget_welcart_featured .featured_list {
	margin-bottom: .714286em;
	padding-bottom: .714286em;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.widget_welcart_featured .thumimg {
	width: 25% !important;
	float: right;
	text-align: center;
}
.widget_welcart_featured .thumimg img {
	width: 100%;
	height: auto;
}
.widget_welcart_featured .thumtitle {
	width: 70%;
	text-align: left;
}

/*---- widget_welcart_category ----*/
.widget_welcart_category ul {
	padding: 0 .714286em;
	text-align: left;
}
.widget_welcart_category li {
	padding-bottom: .714286em;
	line-height: 150%;
	font-size: 0.8em;
}
.widget_welcart_category li:last-child {
	padding-bottom: 0;
}
.widget_welcart_category li ul {
	margin-left: 1.07143em;
	padding: 0;
}
.widget_welcart_category li li {
	padding: 0;
}
.widget_welcart_category li li a {
	display: block;
	padding: 0;
}
.widget_welcart_category li li a:before {
	display: none;
}
.widget_welcart_category ul ul ul {
	display: block !important;
}

/*---- widget_welcart_calendar ----*/

.widget_welcart_calendar table {
	width: 46%;
	margin: 0 2% 2%;
	border: 1px solid #ccc;
	border-collapse: collapse;
	float: left;
}
.widget_welcart_calendar th {
	color: #fff;
	background-color: #131313;
	border: 1px solid #ccc;
	text-align: center;
}
.widget_welcart_calendar td {
	border: 1px solid #ccc;
	text-align: center;
}
.widget_welcart_calendar .businessday {
	color: #262626;
	background-color: #fff0d1;
}

/*---- welcart_blog_calendar ----*/
.welcart_blog_calendar table {
	width: 100%;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.welcart_blog_calendar th {
	color: #fff;
	background-color: #131313;
	border: 1px solid #ccc;
	text-align: center;
}
.welcart_blog_calendar td {
	border: 1px solid #ccc;
	text-align: center;
}

/*---- widget_welcart_search ----*/
.widget_welcart_search .searchtext {
	width: 75%;
	padding: .5714285em;
	border: 1px solid #ccc;
	border-right: none;
}
.widget_welcart_search #searchsubmit {
	color: #fff;
	width: 25%;
	padding: .5em 0;
	background-color: #ff8c00;
	border: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;
	border-radius: 0;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
.widget_welcart_search #searchsubmit:hover {
	cursor: pointer;
	background-color: #ffa500;
}
.widget_welcart_search div {
	margin-top: .714286em;
	background-color: #efefef;
	text-align: center;
}
.widget_welcart_search div a {
	display: block;
	color: #262626;
	line-height: 200%;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}
.widget_welcart_search div a:hover {
	background-color: #ddd;
	text-decoration: none;
}

/*---- widget_welcart_login ----*/
.widget_welcart_login .loginbox {
	padding: 0 .714286em;
}
.widget_welcart_login .loginbox div {
	font-weight: bold;
}
.widget_welcart_login label {
	line-height: 180%;
}
.widget_welcart_login input.loginmail,
.widget_welcart_login input.loginpass {
	width: 100%;
	margin-bottom: .357143em;
	padding: .357143em;
	border: 1px solid #ccc;
}
.widget_welcart_login input#member_loginw,
.widget_welcart_login input#member_login {
	font-size: 14px;
	color: #fff;
	width: 60%;
	margin-bottom: .357143em;
	padding: .714286em 1.42857em;
	background-color: #ff8c00;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
	border-radius: 3px;
}
.widget_welcart_login input#member_loginw:hover,
.widget_welcart_login input#member_login:hover {
	background-color: #ffa500;
}
.widget_welcart_login .loginbox a.usces_logout_a,
.widget_welcart_login .loginbox a.login_widget_mem_info_a {
	display: inline-block;
	margin: .357143em 0 0 1.071428em;
}
.widget_welcart_login .loginbox .submit {
	padding: 0;
}
.widget_welcart_login .liwpp_area {
	padding: .714286em .714286em 0;
}

/*---- usces_recent_entries + widget_welcart_page + widget_welcart_post ----*/
.usces_recent_entries ul,
.widget_welcart_page ul,
.widget_welcart_post ul {
	padding: 0 .714286em;
}
.usces_recent_entries li a,
.widget_welcart_page li a,
.widget_welcart_post li a {
	display: inline-block;
	padding-bottom: .357143em;
}
.usces_recent_entries li,
.widget_welcart_page li,
.widget_welcart_post li {
	border-bottom: 1px solid #e0e0e0;
	margin-bottom: .714286em;
	padding-bottom: .357143em;
}
.usces_recent_entries li li,
.widget_welcart_page li li {
	border-bottom: none;
	margin-bottom: 0;
	padding-bottom: 0;
}

/*---- other widgets ----*/
.widget_archive ul,
.widget_categories ul,
.widget_meta ul,
.widget_recent_entries ul,
.widget_recent_comments ul {
	padding: 0 .714286em;	
}
.widget_archive li a,
.widget_categories li a,
.widget_meta li a,
.widget_recent_entries li a,
.widget_recent_comments li a {
	display: inline-block;
	padding-bottom: .357143em;	
}
.widget_nav_menu ul,
.widget_pages ul {
	padding: 0 .714286em;	
}
.widget_nav_menu ul li,
.widget_pages li {
	margin-bottom: .357143em;
}
.widget_nav_menu ul li a,
.widget_pages li a {
	display: inline-block;
	padding-bottom: .357143em;
}
.widget_categories label,
.widget_archive label {
	display: block;
	margin-bottom: .5em;
}

/*　calendar　*/
.widget_calendar table {
	width: 100%;
	margin: 0 2% .714286em;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.widget_calendar th {
	color: #fff;
	background-color: #131313;
	border: 1px solid #ccc;
	text-align: center;
}
.widget_calendar td {
	border: 1px solid #ccc;	
	text-align: center;
}

/*　search　*/
.widget_search div {
	position: relative;
	border: 1px solid #ccc;
}
.widget_search .search-text {
	width: 100%;
	padding: .357143em;
	border: none;
}
.widget_search .searchsubmit {
	font-family: FontAwesome;;
	color: #131313;
	padding : .357143em;
	background: none;
	position: absolute;
	right: 0;
	top: 0;
}
.widget_search .searchsubmit:hover {
	background: none;
	cursor: pointer;
}

/*---- item-list ----*/
.widget_basic_item_list .item-list {
	letter-spacing: -.5em;
}
.widget_basic_item_list article {
	display: inline-block;
	padding: .714286em;
	width: 50%;
	letter-spacing: normal;
	vertical-align: text-top;
}
.widget_basic_item_list a {
	display: block;
}
.widget_basic_item_list .itemimg {
	margin-bottom: .357143em;
	text-align: center;
}
.widget_basic_item_list .itemprice {
	font-weight: bold;
	text-align: right;
	color: #FF0000;
}

/* -- .tax_inc_block -- */

.widget_basic_item_list .tax_inc_block {
	margin: -3px 0 0 0;
	padding-right: 7px;
	text-align: right;
	font-size: 12px;
}
.widget_basic_item_list .tax_inc_block em {
	margin-right: 3px;
	color: #262626;
}


/* =toTop
-------------------------------------------------------------- */

#toTop {
	position: fixed;
	right: 50px;
	bottom: 30%;
}
#toTop a {
	display: block;	
}
#toTop i {
	color: #aaa;
	font-size: 3.214289em;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;	
}
#toTop i:hover {
	color: #131313;
}


/* =footer
-------------------------------------------------------------- */

footer {
	color: #222;
	padding: 0;
	background-color: #fff;
	font-size: 13px;
    border-top: 1px solid #ccc;
}

/* -- a -- */
footer a {
	color: #222;
}
footer a:hover {
	color: #00664C;
	text-decoration: none;
}

/* -- nav -- */
footer nav {
	padding: 1.071428em 0;
}
footer nav li {
	margin-bottom: 1.071428em;
    margin-right: 10px;
}
footer nav li:last-child {
	margin-bottom: 0;
}
footer nav li:nth-of-type(8n) {
	clear: both;
}
	footer nav ul ul {
		margin: .5714285em 0 0 1.071428em;
		padding-right: 10px;
	}
	footer nav li li {
		width: 100%;
		margin-bottom: 0;
		float: none;
		font-size: 12px;
	}
	footer nav li li:before {
		display: none;
	}
	footer nav li li {
		width: 100%;
		margin-bottom: 10px;
		padding-right: 0;
		float: none;
		line-height: 1.2;
	}
	footer nav li li:before {
		content: "▶";
		display: inline-block;
		color: #222;
		font-size: 10px;
	}
	footer nav li li:nth-of-type(6n) {
		clear: none;
	}
	footer nav li li li:before {
		content: "\f105";
		display: inline-block;
		color: #FCE441;
		font-family: FontAwesome;
		font-size: 10px;
		font-weight: bold;
		margin-right: .8em;	
	}

/* -- .copyright -- */
.copyright {
	padding: 1.071428em 0;
	text-align: center;
	background: #222;
	color: #fff;
	margin-bottom: 0;
}


/* =contetns
-------------------------------------------------------------- */

/* -- content -- */
#content {
	padding: 0 .714286em 2.142856em;	
}
#content header {
	position: inherit;
	margin: 0 0 1.42857em;
	padding: 0;	
	border: none;
}
#content .page-title,
#content .entry-title {
	font-size: 1.3em;
	margin-bottom: 1.25em;
	line-height: 1.25em;
	color: #1C615A;
	text-align: center;
}


/* ---- .tax_inc_block ---- */

.type-grid .tax_inc_block,
.front-il .tax_inc_block,
.search-li .tax_inc_block,
.assistance_item .tax_inc_block {
	margin-top: -2px;
	text-align: right;
	font-size: 12px;
}
.type-grid .tax_inc_block em,
.front-il .tax_inc_block em,
.search-li .tax_inc_block em,
.assistance_item .tax_inc_block em {
	margin-right: 3px;
	color: #262626;
}



/* =front-page.php
-------------------------------------------------------------- */

/* -- main-image -- */
.main-image {
	padding: 0 .714286em 0;
	margin-top: -30px;
}
.main-image img {
	width: 100%;
	height: auto;
}

/* -- .front-il -- */
.front-il {
	letter-spacing: -.5em;
}
.blog #content .front-il article {
	margin-bottom: 0;
	padding-bottom: 0;
	border: none;
}
.front-il article {
	display: inline-block;
	width: 46%;
	margin-right: 8%;
	padding: 1.42857em 0 0;
	letter-spacing: normal;
	vertical-align: text-top;
}
.front-il article:nth-of-type(even) {
	margin-right: 0;
}
.front-il .itemimg {
	margin-bottom: .357143em;
	text-align: center;
}
.front-il .itemimg a {
	display: block;
}
.front-il .itemimg img {
	width: 100%;
	height: auto;
}
.front-il .itemname {
	max-height: 63px;
	overflow: hidden;
}	
.front-il .itemname span {
	font-size: .9em;
}
.front-il .itemprice {
	font-weight: bold;
	height: 22px;
	text-align: right;
	color: #FF0000;
}
.front-il .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.front-il .no-date {
	margin-top: 1.42857em;
	letter-spacing: normal;
}

/* -- show-on-front -- */

/* - blog - */
.blog #content article {
	margin-bottom: 1.42857em;
	padding-bottom: 1.42857em;
	border-bottom: 1px solid #eaeaea;
}
.blog #content .entry-title {
	margin-bottom: 20px;
}
.blog #content .entry-meta {
	margin-bottom: 20px;
}
.blog #content .entry-content {
	margin-bottom: 0;
}
.blog #content .entry-content .loopimg {
	margin-bottom: 20px;
}


/* =archive.php
-------------------------------------------------------------- */

/* -- .cat-il.type-grid -- */
.cat-il.type-grid {
	margin-bottom: 1.42857em;
	letter-spacing: -.5em;
}
.cat-il.type-grid article {
	display: inline-block;
	width: 46%;
	margin-right: 8%;
	padding: 1.42857em 0 0;
	letter-spacing: normal;
	vertical-align: text-top;
}
.cat-il.type-grid article:nth-of-type(even) {
	margin-right: 0;
}
.cat-il.type-grid .itemimg {
	margin-bottom: .357143em;
	text-align: center;
	overflow: hidden;
}
.cat-il.type-grid .itemimg a {
	display: block;
}
.cat-il.type-grid .itemimg img {
	width: auto;
	height: 200px;
}
.cat-il.type-grid .itemname {
	height: auto;
	overflow: hidden;
	font-size: .9em;
}	
.cat-il.type-grid .itemname span {
	font-size: .9em;
}
.cat-il.type-grid .itemprice {
	font-weight: bold;
	height: 22px;
	text-align: right;
	color: #FF0000;
}
.cat-il.type-grid .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	height: 22px;
	text-align: right;
}

/* -- .post-li -- */
.post-li article {
	margin-bottom: 1.071428em;
	padding-bottom: 1.071428em;
	border-bottom: 1px solid #e0e0e0;
	overflow: hidden;
}
.post-li .post-title {
	font-size: 1.142857em;
	margin-bottom: .625em;	
}
.post-li time {
	display: block;
	margin-bottom: .714286em;
}
.post-li .loopimg {
	width: 20%;
	float: left;
	margin-right: 5%;
}
.post-li .loopexp {
	width: 75%;
	float: left;
}
.post-li img {
	width: 100%;
	height: auto;
}

/* -- pagination -- */
.pagination_wrapper {
	position: relative;
	clear: both;
	overflow: hidden;
}
.pagination_wrapper ul {
	position: relative;
	left: 50%;
	float: left;
	list-style: none;
}
.pagination_wrapper li {
	position: relative;
	left: -50%;
	margin: .178em;
	float: left;
}
.pagination_wrapper li .current {
	display: block;
	color: #fff;
	padding: .357143em .714286em;
	background-color: #131313;
	border: 1px solid #131313;
	text-decoration: none;
}
.pagination_wrapper li .dots {
	line-height: 33px;
}
.pagination_wrapper li a {
	display: block;
	color: #262626;
	padding: .357143em .714286em;
	background-color: #eee;
	border: 1px solid #ddd;
}


/* = .entry-content,item-description
-------------------------------------------------------------- */
/* -- p -- */
.entry-content p,
.item-description p {
	margin-top: 1.42857em;
	margin-bottom: 1.42857em;
	line-height: 2;	
}

/* -- table -- */
.entry-content table,
.item-description table {
	width: 100%;
	margin-bottom: .714286em;
	border: 1px solid #ccc;
	border-collapse: collapse;
}
.entry-content th,
.item-description th {
	padding: .714286em;
	background-color: #ddd;
	border: 1px solid #ccc;
}
.entry-content td,
.item-description td {
	padding: .714286em;
	border: 1px solid #ccc;
}

/* -- ul + ol -- */
.entry-content ul,
.entry-content ol,
.item-description ul,
.item-description ol {
	margin: 0 0 1.42857em 1.42857em;
}
.entry-content ul li,
.item-description ul li {
	list-style: disc;
	line-height: 180%;
}
.entry-content ol li,
.item-description ol li {
	list-style: decimal;
	line-height: 180%;
}

/* -- h1,h2,h3,h4,h5 -- */
.entry-content h1,
.item-description h1 {
	font-size: 1.142857em;
	margin-bottom: 1.07143em;
}
.entry-content h2,
.item-description h2 {
	font-size: 1.142857em;
	border-bottom: 3px solid #eee;
	margin-bottom: 1.25em;
	padding-bottom: .312502em;
	line-height: 1.25em;	
}
.entry-content h3,
.item-description h3 {
	margin-bottom: 1.071428em;
	padding-left: .357143em;
	border-left: 5px solid #1C615A;
	line-height: 140%;
	font-size: 1.4em;
}
.entry-content h4,
.item-description h4 {
	margin-bottom: 1.071428em;
	padding: .357143em;
	background-color: #efefef;
}
.entry-content h5,
.item-description h5 {
	margin-bottom: 1.071428em;
}
.entry-content h6,
.item-description h6 {
	color: #777;
	margin-bottom: 1.071428em;
}

/* -- img -- */
.widget img,
.entry-content img,
.item-description img {
	max-width: 100%;
	height: auto;
}

/* -- iframe -- */
.entry-content iframe,
.item-description iframe {
	max-width: 100%;
}

/* -- input select textarea -- */
.entry-content input[type="file"],
.item-description input[type="file"] {
	border: none;
}
.entry-content input[type="submit"],
.item-description input[type="submit"] {
	color: #fff;
	background-color: #ff8c00;
}
.entry-content input[type="submit"]:hover,
.item-description input[type="submit"]:hover {
	background-color: #ffa500;
}

/* ———————— Gutenberg ———————— */

.entry-content ul.wp-block-gallery {
	margin-right: 0;
	margin-left: 0;
}
.entry-content .wp-block-calendar {
	margin: 0 0 1.42857em;
}
.entry-content .wp-block-latest-comments {
	margin: 0 0 1.42857em;
}
.entry-content .wp-block-latest-comments .wp-block-latest-comments__comment {
	display: flex;
}
.entry-content .wp-block-latest-comments article {
	width: calc(100% - 2.5em - 0.75em);
}
.entry-content .wp-block-latest-comments article .wp-block-latest-comments__comment-meta {
	margin: 0;
	background-color: initial;
	color: initial;
	padding: 0;
}
.entry-content .wp-block-latest-comments article .wp-block-latest-comments__comment-meta a {
	text-decoration: underline;
	color: #808080;
}
.entry-content .wp-block-latest-comments article .wp-block-latest-comments__comment-excerpt {
	margin: 0;
}
.entry-content .wp-block-search {
	margin: 0 0 1.42857em;
}
.entry-content .wp-block-navigation__container {
	margin: 0;
}
.entry-content .wp-block-post-template.is-flex-container,
.entry-content .wp-block-post-template {
	list-style: none;
	margin: 0 0 1.42857em;
}
.entry-content .wp-block-post-template li {
	list-style: none;
	margin: 0 0 1.42857em;
}
.entry-content hr.wp-block-separator {
    margin: 24px 0;
}
.entry-content .wp-block-navigation,
.entry-content .wp-block-loginout,
.entry-content .wp-block-post-comments,
.entry-content .wp-block-post-navigation-link,
.entry-content .wp-block-post-terms,
.entry-content .wp-block-post-date,
.entry-content .wp-block-post-author,
.entry-content .wp-block-post-content,
.entry-content .wp-block-post-featured-image,
.entry-content .wp-block-post-excerpt,
.entry-content .wp-block-post-title,
.entry-content .wp-block-query,
.entry-content .wp-block-site-tagline,
.entry-content .wp-block-site-title,
.entry-content .wp-block-site-logo,
.entry-content .wp-block-media-text,
.entry-content .wp-block-cover,
.entry-content .wp-block-group,
.entry-content .wp-block-columns {
	margin:  1.42857em 0;
}
.entry-content .wp-block-query li h2 {
	padding: 0;
	border: none;
}
.entry-content .wp-block-post-comments .comment-list {
	margin: 0 0 1.42857em;
}
.entry-content .wp-block-post-comments .comment-list li {
	list-style: none;
}
.entry-content .wp-block-post-comments .comment-list p {
	margin: 0.7142em 0 0;
}
.entry-content .wp-block-post-comments .comment-list .reply {
	text-align: right;
}

/* =single.php
-------------------------------------------------------------- */

.entry-content {
	margin-bottom: 1.42857em;
}
.entry-meta {
	margin-bottom: 1.42857em;	
	padding-left: 0;
	border-left: 0px solid #cccaca;
	font-weight: bold;
}
.entry-meta span {
	display: block;
}
.entry-meta .date:before {
	display: none;
}
.entry-meta .cat:before {
	content: "\f0f6";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}
.entry-meta .tag:before {
	content: "\f02b";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}
.entry-meta .author:before {
	content: "\f007 ";
	display: inline-block;
	color: #262626;
	font-family: FontAwesome;
	font-size: 11px;
	margin-right: .7em;	
}

/* ---- .link-pages ---- */

.link-pages {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	margin-top: 1.42857em;
}
.link-pages .post-page-numbers.current,
.link-pages a.post-page-numbers:hover {
	display: block;
	color: #fff;
	padding: .357143em .714286em;
	background-color: #131313;
	border: 1px solid #131313;
	text-decoration: none;
}
.link-pages .post-page-numbers {
	display: block;
	color: #262626;
	margin: .178em;
	padding: .357143em .714286em;
	background-color: #eee;
	border: 1px solid #ddd;
	-webkit-transition: .3s ease all;
	-moz-transition: .3s ease all;
	-o-transition: .3s ease all;
	transition: .3s ease all;
}


/* =inquiry.php
-------------------------------------------------------------- */

.inqbox .inquiry_table {
	width: 100%
}
.inqbox .inquiry_table tr {
	display: block;
	padding: 0 .625em 1.25em;
	margin-bottom: 1.25em;
	border-bottom: 2px solid #efefef;
}
.inqbox .inquiry_table th {
	display: block;
	width: auto;
	background: none;
	border: none;
}
.inqbox .inquiry_table td {
	display: block;
}
.inqbox .inquiry_table td input {
	width: 70%;
}
.inqbox .send {
	padding-top: .714286em;
	text-align: center;
}
.inqbox .send input {
	color: #fff;
	background-color: #ff8c00;
}
.inqbox .send input:hover {
	background-color: #ffa500;
} 


/* =comments.php
-------------------------------------------------------------- */

.comments-area{
	padding-top: .714286em;
	border-top: 1px solid #e0e0e0;
}
.comment-area h2 {
	font-size: 1em;
	margin: .714286em 0;
}
.comment-area h2:before {
	content: "\f086";
	display: inline-block;
	color: #999;
	font-family: FontAwesome;
	font-size: 12px;
	margin-right: .7em;	
}
.comment-area li {
	clear: both;
	margin-bottom: .714286em;
	padding-bottom: .714286em;
	overflow: hidden;
	border-bottom: 1px solid #ccc;
}
.comment-area li:last-child {
	margin-bottom: 0;
}
.comment-area li .comment-author {
	margin-right: 1.42857em;
	float: left;
}
.comment-area li img {
	display: block;
	margin: 0 auto .357143em;
}
.comment-area li .reply {
	clear: both;
	float: none;
	text-align: right;
}
.comment-area #respond {
	padding-top: .714286em;
}
#respond label {
	display: block;
	font-weight: bold;
}
#respond label .required {
	color: #ff3366;
	font-weight: bold;
}
#respond p {
	margin-bottom: .714286em;
}
#respond .form-submit {
	padding-bottom: 0;
}


/* =search.php
-------------------------------------------------------------- */

/* -- .search-li -- */
.search-li {
	margin-bottom: 1.42857em;
	letter-spacing: -.5em;
}
.search-li .title {
	letter-spacing: normal;
}
.search-li article {
	display: inline-block;
	width: 46%;
	margin-right: 8%;
	padding: 1.4286em 0 0;
	border: none;
	letter-spacing: normal;
	vertical-align: text-top;
}
.search-li .itemimg {
	margin-bottom: .357143em;
	text-align: center;
	overflow: hidden;
}
.search-li .itemimg a {
	display: block;
}
.search-li .itemimg img {
	width: auto;
	height: 200px;
}
.search-li .itemname {
	height: auto;
	overflow: hidden;
	font-size: .9em;
}	
.search-li .itemname span {
	font-size: .9em;
}
.search-li .itemprice {
	font-weight: bold;
	height: 22px;
	text-align: right;
	color: #FF0000;
}
.search-li .itemsoldout {
	color: #e00;
	font-size: .85714em;
	font-weight: bold;
	height: 22px;
	text-align: right;
}
.search-li article:nth-of-type(even) {
	margin-right: 0;
}


/* =404.php
-------------------------------------------------------------- */

.error-404 .page-content {
	padding: 3em 0;
	text-align: center;
}
.error-404 .page-content p {
	font-weight: bold;
}
.error-404 .page-content div {
	margin-top: .714286em;
}
.error-404 input[type="submit"] {
	color: #131313;
	font-family: FontAwesome;
	font-size: 20px;
	margin-left: 0.25em;
	padding: 0.25em 0;
	background: none;
    -webkit-border-radius: 0;
    -moz-border-radius: 0;	
	border-radius: 0;
}


/**
 * 16.1 Mobile Large 620px
 */
@media screen and (min-width: 38.75em) {


	/* =Base
	-------------------------------------------------------------- */

	textarea {
		width: 60%;
	}
	
	/* -- Campaign-Tag -- */
	#itempage .campaign_message {
		text-align: left;
	}

	
	/* =secondary
	-------------------------------------------------------------- */
	
	/*　welcart_bestseller　*/
	.widget_welcart_bestseller ul {
		overflow: hidden;	
	}
	.widget_welcart_bestseller li {
		width: 46%;
		margin-right: 8%;
		padding-top:  .714286em;
		float: left;
	}
	.widget_welcart_bestseller li:nth-of-type(even) {
		margin-right: 0;
	}
	.widget_welcart_bestseller li:nth-of-type(odd) {
		clear: both;
	}
	
	/*　welcart_featured　*/
	.widget_welcart_featured ul {
		overflow: hidden;	
	}
	.widget_welcart_featured .featured_list {
		width: 46%;
		margin-right: 8%;
		padding-top:  .714286em;
		float: left;
	}
	.widget_welcart_featured .featured_list:nth-of-type(even) {
		margin-right: 0;
	}
	.widget_welcart_featured li:nth-of-type(odd) {
		clear: both;
	}
	.widget_welcart_category ul,
	.widget_welcart_search ul,
	.widget_search form,
	.widget_welcart_login ul {
		width: 60%;
	}
	.widget_welcart_category ul ul {
		width: 100%;
	}
	
	/*---- item-list ----*/
	.widget_basic_item_list article {
		width: 25%;
	}


	/* =front-page.php
	-------------------------------------------------------------- */

	/* -- .front-il -- */
	.front-il {
		margin-bottom: 2.142856em;
	}
	.front-il article {
		width: 22%;
		margin-right: 4%;
	}
	.front-il article:nth-of-type(even) {
		margin-right: 4%;
	}	
	.front-il article:nth-of-type(4n) {
		margin-right: 0;
	}
	

	/* =archive.php
	-------------------------------------------------------------- */

	/* -- .cat-il.type-grid -- */
	.cat-il.type-grid {
		margin-bottom: 1.42857em;
	}
	.cat-il.type-grid article {
		width: 22%;
		margin-right: 4%;
	}
	.cat-il.type-grid article:nth-of-type(even) {
		margin-right: 4%;
	}
	.cat-il.type-grid article:nth-of-type(4n) {
		margin-right: 0;
	}
	

	/* =contetns
	-------------------------------------------------------------- */
	
	#content .page-title,
	#content .entry-title {
		font-size: 1.8em;
		margin-bottom: 2.222224em;
		line-height: 1.285712em;
		padding:10px;
	}
	
	
	/* =search.php
	-------------------------------------------------------------- */
	
	/* -- .search-li -- */
	.search-li article {
		width: 22%;
		margin-right: 4%;
	}
	.search-li article:nth-of-type(even) {
		margin-right: 4%;
	}
	.search-li article:nth-of-type(4n) {
		margin-right: 0;
	}
		

}


/**
 * 16.2 Tablet Small 740px
 */
@media screen and (min-width: 46.25em) {


	/* =inquiry.php
	-------------------------------------------------------------- */
	
	.inqbox .inquiry_table {
		margin-bottom: 1.071428em;
	}
	.inqbox .inquiry_table tr {
		display: table-row;
		margin-bottom: 0;
		padding: 0;
		border: none;
	}
	.inqbox .inquiry_table th {
		display: table-cell;
		width: 25%;
		padding: .357143em 1.071428em;
		background-color: #f6f6f6;
		border: 1px solid #ccc;
		vertical-align: middle;
	}
	.inqbox .inquiry_table td {
		color: #6e6e6e;
		display: table-cell;
		padding: .357143em 1.071428em;
		border: 1px solid #ccc;
	}
	.inqbox .send {
		text-align: center;
	}
	.inqbox .send input {
		color: #fff;
		background-color: #ff8c00;
	}
	.inqbox .send input:hover {
		background-color: #ffa500;
	}
	#site-navigation ul {
		width: 740px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: space-between;
	}
	#site-navigation li {
		position: relative;
		float: left;
		font-size: 0.96em;
	}
	#site-navigation li a {
		color: #222;
		display: block;
		margin-bottom: 0;
		padding: 0.1em auto;
		border-bottom: none;
		line-height: 100%;
	}
	#site-navigation li {
		padding: 0;
		border-right: 0px solid #222;
	}
	#site-navigation ul li:first-child {
		border-left: 0px solid #222;
	}
	#site-navigation li.current_page_item a,
	#site-navigation li.current-menu-parent a{
		background-color: none;
	}
	#site-navigation li.current_page_item li a,
	#site-navigation li.current-menu-parent li a {
		background: none;
	}
	#site-navigation li a:hover {
		color: #456D59;
		background-color: none;
		text-decoration: none;
	}

	#site-navigation li.current_page_item a:hover{
		background-color: none;
		 display: block;
	}
	
		/* -- sub-menu -- */
		#site-navigation ul ul {
			display:none;
			position:absolute;
			top:20px;
			left:-2px;
			width: 150px;
			background-color: #E9F1ED;
			border: none;
			float:left;
			z-index: 99999;
			padding: 10px;
		}
		#site-navigation ul li li {
			width: 100%;
			margin-left: 0;
			border-bottom: 1px solid #ccc;
		}
		#site-navigation ul li li:first-child {
			border-bottom: 1px solid #ccc;
		}
		#site-navigation li li a:hover {
			color: #456D59;
		}
		#site-navigation li li.current-menu-item a {
			background-color: none;
		}
		#site-navigation ul ul ul {
			width: 120%;
			left:100%;
			top: -3px;
		}
		#site-navigation li li:first-child a {
			color: #222;
			border-bottom: none;
		}
		#site-navigation ul ul li a {
			color: #222;
			background-color: none;
			border-bottom: none;
			height:auto;
			padding: .714286em .357143em;
			line-height:1em;
			width: 100%;
		}
		#site-navigation ul ul :hover > a {
			background: none;
			background-color: none;
			color: #456D59;
		}
		#site-navigation ul li:hover > ul {
			display:block;
		}
		
	#site-navigation * {
		-webkit-transition: .3s;
		-moz-transition: .3s;
		-ms-transition: .3s;
		-o-transition: .3s;
		transition: .3s;
	}
	
}


/**
 * 16.3 Tablet Large 880px
 */
@media screen and (min-width: 55em) {

	#site-navigation ul {
		width: 880px;
		margin: 0 auto;
		padding: 0;
	}
	
	#site-navigation li a {
		color: #222;
		display: block;
		margin-bottom: 0;
		padding: 0.1em auto;
		border-bottom: none;
		line-height: 100%;
	}	

	/* =secondary
	-------------------------------------------------------------- */
	/*---- item-list ----*/
	.widget_basic_item_list article {
		width: 20%;
	}

	/* =front-page.php
	-------------------------------------------------------------- */

	/* -- .front-il -- */
	.front-il article {
		width: 16.8%;
		margin-right: 4%;
		padding: 2.85712em 0 0;
	}
	.front-il article:nth-of-type(4n) {
		margin-right: 4%;
	}
	.front-il article:nth-of-type(5n) {
		margin-right: 0;
	}


}


/**
 * 16.4 Desktop Small 1000px
 */
@media screen and (min-width: 62.5em) {


	/* =Base
	-------------------------------------------------------------- */

	/* -- input,select,textarea -- */
	input[type="button"], input[type="submit"],input[type="reset"] {
		padding: 1.071428em 2.142856em;
	}
	a img{
		box-shadow:#fff 0 0 0;
	}	
	a img:hover {
		opacity: .6;
	}


	/* =header
	-------------------------------------------------------------- */
	
	header {
		border-bottom: none;
		background: #fff;
	}
	header .inner {
		display: flex;
		flex-wrap: wrap;
		width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		padding-bottom: 1.071428em;
	}

	/* -- .site-description -- */
	.site-description {
		color: #262626;
		font-weight: normal;
		width: 75%;
		height: auto;
		min-height: auto;
		padding: 1.25em 0 0;
		background: none;
		float: left;
		line-height: 130%;
		display:none;
	}
		
	/* -- .site-title -- */
	h1.site-title,
	div.site-title {
		font-size: 2.857142em;
		width: 20%;
		max-width: 200px;
		margin: 0;
		padding: 0.3em 0 .5em;
		float: left;
		text-align: left;
	}
	h1.site-title a,
	div.site-title a {
		font-weight: bold;
	}

	/* -- .snav -- */
	.snav {
		position: relative;
		clear: right;
		margin-right: 0;
		padding-top: 0.371428em;
		float: right;
		width: 80%;
	}

	/* -- .search-box -- */	
	.search-box {
		position: inherit;
		padding: 0 0 10px;
		float: right;
	}
	.snav .search-box i {
		display: none;
	}
	.search-box form {
		display: block;
	}
	.search-box div.s-box {
		width: auto;
	}
	.search-box input[type="text"] {
		width: auto;
		padding: .357143em;
		background-color: #fff;
	}
	.search-box .searchsubmit {
		position: inherit;	
		color: #161616;
		padding: .357143em;
	}
	.snav .membership {
		padding: .357143em .32em;
		float: right;
		overflow: hidden;
		display:block;
	}
	.snav .membership i {
		display: none;
	}
	.snav .membership i.fa-shopping-cart {
		display: block;
	}	
	.snav .membership ul {
		display: block;
		position: relative;
		width: 100%;
		margin: 0;
		padding: 0;
		border: none;
		background: none;
	}
	.snav .membership ul.up {
		margin: 0px 10px 5px ;
	}
	.snav .membership ul.down {
		margin: 10px 10px 10px ;
	}			
	.snav .membership li {
		float: left;
		margin: 0;
		padding: 0;
		border: none;
		line-height: 120%;
	}
	.snav .membership li:first-child {
		color: #000;
		font-weight: bold;
	}
	.snav .membership li:first-child{
		font-size: 12px;
		border: none;
		margin: 0;
		padding: 0 .92em;
		border-right: 0px solid #aaa;
	}
	.snav .membership li.guest:first-child{
		padding-top: 35px;
	}	
	.snav .membership li:last-child a {
		border-left: 1px solid #aaa;
		padding-left: .92em;
		font-size: 90%;		
	}
	.snav .membership li.incart-btn:last-child a {
		border-left: 0px solid #aaa;
		margin-left:  .92em;
		padding-left: 0;
	}
	
	/* -- .incart-btn -- */
	.snav .membership li.incart-btn {
		min-width: 50px;
		margin-top: .5em;
		float: left;
	}
	.snav .membership li.incart-btn a {
		background-color: #1C615A;
		padding: 5px 1.8em;
		text-align: center;
		-webkit-transition: .3s ease all;
		-moz-transition: .3s ease all;
		-o-transition: .3s ease all;
		transition: .3s ease all;
		padding: 5px!important;
	}
	.snav .membership li.incart-btn a:hover {
		background-color: #004020;
		text-decoration:none;
	}
	.snav .membership li.incart-btn i {
		padding: 0;
	}
	.snav .membership li.incart-btn i:before {
		color: #fff;
		margin-right: 8px;
	}
	.snav .membership li.incart-btn span {
		display: block;
		color: #fff;
		font-size: 9px;
		font-weight: normal;
		vertical-align: middle;
		letter-spacing: 1px;
		margin-top: 5px;
	}
	.snav .membership li.incart-btn .total-quant {
		position: absolute;
		font-weight: bold;
		color: #000;
		top: 2px;
		left: 32px;
		background-color: #FFDC73;
		text-align: center;
		padding-top: 3px;
		-webkit-border-radius: 50%;
		-moz-border-radius: 50%;
		border-radius: 50%;
		vertical-align: text-bottom;
	}
	.snav .membership li.fa-shopping-cart:before {
      content: "\f07a";
      font-size: 100%;
    }
	
	/* -- #site-navigation -- */
	#site-navigation {
		clear: both;
		padding: 0;
		margin: 1.0em auto;
	}
	#site-navigation label {
		display: none;
	}
	header #site-navigation input#panel.on-off + div.nav-menu-open,
	header #site-navigation input#panel.on-off:checked + div.nav-menu-open,
	header #site-navigation input#panel.on-off + div.header-nav-container {
		display: block;
		overflow: inherit;
		height: auto;
		background-color: none;
	}
	#site-navigation ul {
	  width :1000px;
	}
	

	/* =secondary
	-------------------------------------------------------------- */

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

	/* -- one-column -- */
	.one-column #secondary {
		margin: 0 auto;
		padding: 2.142856em 0;
		border-top: 2px solid #eaeaea;
		float: none;
		overflow: hidden;
	}
		.one-column #secondary .columnleft {
			width: 240px;
			margin-right: 50px;	
			float: left;
		}
		
			/*　calendar　*/
			.one-column .columnleft .widget_welcart_calendar table {
				width: 100%;
				float: none;
			}

		.one-column #secondary .columncenter {
			width: 240px;
			float: left;
		}

			/*　calendar　*/
			.one-column .columncenter .widget_welcart_calendar table {
				width: 100%;
				float: none;
			}

		.one-column #secondary .columnright {
			width: 420px;
			float: right;	
		}
	
	/* -- two-column -- */
	.two-column #secondary {
		margin-top: 30px;
		width: 18%;
		max-width: 220px;
		padding: 0;
		border: none;
	}
		.two-column.right-set #secondary {
			float: right;
		}
		.two-column.left-set #secondary {
			float: left;
		}
	.two-column .widget_welcart_calendar table {
		width: 100%;
		margin: 0 0 .714286em;
		float: none;
	}
	
	
	/*　.widget　*/
	.widget_welcart_bestseller  ul {
		overflow: hidden;	
	}
	.widget_welcart_bestseller  li {
		width: 100%;
		margin-bottom: .714286em;
		float: none;
	}
	.widget_welcart_bestseller li:nth-of-type(odd) {
		clear: none;
	}
	.widget_welcart_featured ul {
		overflow: hidden;	
	}
	.widget_welcart_featured .featured_list {
		width: 100%;
		margin-bottom: .714286em;
		float: none;
	}
	.widget_welcart_featured li:nth-of-type(odd) {
		clear: none;
	}
	.widget_welcart_category ul,
	.widget_welcart_search ul,
	.widget_search form,
	.widget_welcart_login ul {
		width: 100%;
	}
	.widget_categories select,
	.widget_archive	select {
			width: auto;
	}	
	.widget_welcart_search .searchtext {
		width: 60%;
		padding: .4286em;
	}
	.widget_welcart_search #searchsubmit {
		width: 40%;
	}

	/*---- item-list ----*/
	.widget_basic_item_list article {
		padding: .714286em 0;
		width: 100%;
	}
	.widget_basic_item_list a {
		overflow: hidden;
	}
	.widget_basic_item_list .itemimg {
		float: left;
		margin-bottom: 0;
		width: 20%;
	}
	.widget_basic_item_list .item-info-wrap {
		margin-left: 25%;
		width: 75%;
	}
	
	/* =footer
	-------------------------------------------------------------- */
	
	footer {
		clear: both;
		color: #222;
		background-color: #fff;
        border-top: 1px solid #ccc;
	}

	/* -- a -- */
	footer a {
		color: #222;
	}

	/* -- nav -- */
	footer nav {
		width: 1200px;
		margin: 0 auto;
		padding: 2.142856em 0 2.857143em;
	}
	footer nav li {
		width: auto;
		float: left;
		margin-bottom: 1.071428em;
	}
	footer nav li:nth-of-type(8n) {
		clear: both;
	}
		footer nav li li:nth-of-type(8n) {
			clear: none;
		}
		
	/* -- .copyright -- */
	.copyright {
		padding: 1.071428em 0;
		text-align: center;
	}

			
	/* =contetns
	-------------------------------------------------------------- */
	
	/* -- main -- */
	#main {
		width: 100%;
		max-width: 1200px;
		margin: 2.857143em auto;
		padding: 0;
	}
	.home #main {
		margin: 12% auto 0;
	}

	/* -- main-image -- */
	.main-image {
		margin: -10px 0 0 0;
		padding: 0;
		text-align: center;
	}
	.main-image img {
		width: auto;
	}
	
	/* -- .one-column -- */
	#main.one-column #content {
		width: 100%;
		margin: 0;
		padding: 0;
	}
	
	/* -- .two-column -- */
	#main.two-column #content {
		width: 80%;
		max-width: 900px;
		margin: 0;
		padding: 0;
	}
		.two-column.right-set #content {
			float: left;
		}
		.two-column.left-set #content {
			float: right;
		}

	
	/* =front-page.php
	-------------------------------------------------------------- */
	
	.blog #content .pagination_wrapper {
		margin-bottom: 20px;
	}
	/* -- .sof -- */
	.home .sof {
		margin-bottom: 30px;
	}
	.home .sof .entry-content {
		margin-bottom: 0;
	}
	
	
	/* =page.php + single.php .entry-content
	-------------------------------------------------------------- */

	/* -- h1,h2,h3,h4,h5 -- */
	.entry-content h1{
		font-size: 1.285712em;
		margin-bottom: 2.222224em;
	}
	.entry-content h2 {
		font-size: 1.142857em;
	}
	
		
	/* =archive.php
	-------------------------------------------------------------- */
	
	/* -- .post-li -- */
	.post-li {
		padding-bottom: 1.071428em;
	}
	
	
	/* =comments.php
	-------------------------------------------------------------- */
	
	.comment-area .comment-list {
		overflow: hidden;
	}
	.comment-area .comment-list li {
		margin: .714286em 0 0;
	}
	#respond .form-submit {
		margin-top: 1.42857em;
		padding-top: .714286em;
		border-top: 1px solid #ccc;
	}
}
/****************************************************************************************
追加CSS
*****************************************************************************************/
/*-----------------------------------------------------------------------------
リボン
-----------------------------------------------------------------------------*/
div.rbn{
  width:100%;
  height:40px;
  position:fixed;
  top:0;
  left: 0;
  margin: 0 auto;
  text-align: center;
  background:#000;
  z-index:8000;
}
div.rbn ul{width:100%; max-width:1200px;padding:0;margin: 0 auto;}
div.rbn ul li{float:left;width:25%;max-width:190px;min-width:130px;text-align:center;}
div.rbn ul li:nth-of-type(1){border-left:1px solid #222222;}
div.rbn ul li:nth-of-type(4){border-right:1px solid #333333;}
div.rbn ul li a{display:block;position:relative;border-right:1px solid #222222;border-left:1px solid #333333;-moz-transition:all 0.2s ease-in-out;-webkit-transition:all 0.2s ease-in-out;-o-transition:all 0.2s ease-in-out;transition:all 0.2s ease-in-out;}
div.rbn ul li a span.outlink{position:absolute;right:3px;bottom:3px;}
div.rbn ul li a:hover{opacity:0.8;}

@media screen and (max-width:979px){
   div.rbn{display:none;}
   .header{padding:0;}
}
/* パソコンで見たときは"pc"のclassがついた画像が表示される */
@media only screen and (min-width: 62.5em) {
.pc { display: block !important; }
.sp { display: none !important; }
}
/* スマートフォンで見たときは"sp"のclassがついた画像が表示される */
@media only screen and (max-width: 62.4em) {
    .pc { display: none !important; }
    .sp { display: block !important; }
}
#topSlider {
	position: relative;
	overflow: visible;
	width: 100%;
	height: auto;
}
#topSlider::before {
	content: "";
	display: block;
	width: 100%;
	padding-top: 52%;
}
#topSlider .slider {
	opacity: 0;
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
}
#topSlider .slider.slick-initialized {
	opacity: 1;
}
#topSlider .item {
	float: left;
}
#topSlider .item img {
	width: 100%;
}

@media all and (min-width: 768px) {
	#topSlider::before {
		padding-top: 25%;
	}
	#topSlider .slick-prev,
	#topSlider .slick-next {
		z-index: 2;
		width: 70px;
		height: 90%;
	}
	#topSlider .slick-prev::before,
	#topSlider .slick-next::before {
		display: none;
	}
	#topSlider .slick-prev {
		left: 35px;
		background: url(/images/prev_arrow.png) no-repeat center center;
	}
	#topSlider .slick-next {
		right: 35px;
		background: url(/images/next_arrow.png) no-repeat center center;
	}
}
.lankingContainer {
   clear:both;
   display:block;
   position:relative;
   width: 100%;
   float: left;
   margin: 30px 0 30px;
}
.lankingContainer ul {
      width: 100%;
      display : -webkit-box;     /* old Android */
      display : -webkit-flex;    /* Safari etc. */
      display : -ms-flexbox;     /* IE10        */
      display : flex;
     -webkit-flex-wrap: wrap;          /* Safari etc. */
      -ms-flex-wrap    : wrap;          /* IE10        */
      flex-wrap        : wrap;     
}
.lankingContainer ul li {
    	float: left;
    	width: 48%;
    	margin: 10px 1%;
    	margin: 1.0rem 1%;
        display: block;
	    padding-top: 30px!important;
} 

.lankingContainer ul li .ranking{
	color: #fff;
	font-weight: bold;
	overflow: visible!important;
}
.lankingContainer ul li .ranking .number{
	background: url(images/lanking_back.jpg) no-repeat center center;
	font-size: 160%;
	background-size: 100%;
	padding: 80px 20px;
	color: #000;
}
.lankingContainer ul li .ranking .number1{
	background: url(images/lanking_back1.jpg) no-repeat center center;
	font-size: 160%;
	background-size: 100%;
	padding: 120px 50px;
}
.lankingContainer ul li .ranking .number2{
	background: url(images/lanking_back2.jpg) no-repeat center center;
	font-size: 160%;
	background-size: 100%;
	padding: 120px 50px;
}
.lankingContainer ul li .ranking .number3{
	background: url(images/lanking_back3.jpg) no-repeat center center;
	font-size: 160%;
	background-size: 100%;
	padding: 120px 50px;
}
.lankingContainer ul li .Box_pic {
    position: relative;
    overflow: hidden;
	padding: 0;
    padding-top: 100%;
	float:left;
	width: 100%;
	margin: 30px 2% 0 0;
}
.lankingContainer ul li .Box_pic img {
    position: absolute;
    top:  0;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.lankingContainer ul li .Box_name {
	width: 100%;
	padding: 1%;
	float:left;
}
.lankingContainer ul li .tag{
    	width: 50%;
    	padding: 1px 3px;
    	padding: 0.1rem 0.3rem;
    	font-size: 80%;
    	margin: 5px 0 0 0 ;
    	float:left;
    	background:#0066cc;
        color:#fff;    	
    	border-radius: 3px;
       text-align: center;    	
}

.lankingContainer ul li .tag a{
       color:#fff;
       text-align: center;
}
.lankingContainer ul li .skiboard{
    	width: 45%;
    	padding: 1px 3px;
    	padding: 0.1rem 0.3rem;
    	font-size: 80%;
    	margin: 5px 5px 0 0 ;
    	float:left;
    	background:#0066cc;
        color:#fff;    	
    	border-radius: 3px;
       text-align: center;    	
}
.lankingContainer ul li .skiboard a{
       color:#fff;
       text-align: center;
}
.lankingContainer ul li .new_racing{
    	width: 45%;
    	padding: 1px 3px;
    	padding: 0.1rem 0.3rem;
    	font-size: 80%;
    	margin: 5px 5px 0 0 ;
    	float:left;
    	background:#FF0000;
        color:#fff;    	
    	border-radius: 3px;
       text-align: center;    	
}
.lankingContainer ul li .new_racing a{
       color:#fff;
       text-align: center;
}
.lankingContainer ul li .gs_new{
    	width: 45%;
    	padding: 1px 3px;
    	padding: 0.1rem 0.3rem;
    	font-size: 80%;
    	margin: 5px 5px 0 0 ;
    	float:left;
    	background:#009900;
        color:#fff;    	
    	border-radius: 3px;
       text-align: center;    	
}
.lankingContainer ul li .gs_new a{
       color:#fff;
       text-align: center;
}
.lankingContainer ul li .gs_new_fisher{
    	width: 45%;
    	padding: 1px 3px;
    	padding: 0.1rem 0.3rem;
    	font-size: 80%;
    	margin: 5px 5px 0 0 ;
    	float:left;
    	background:#FF9900;
        color:#fff;    	
    	border-radius: 3px;
       text-align: center;    	
}
.lankingContainer ul li .gs_new_fisher a{
       color:#fff;
       text-align: center;
}
.lankingContainer ul li .Box_name h3 {
	text-decoration:none;
	font-weight:600;
}
.lankingContainer ul li .Box_name h3 a {
	text-decoration:none;
	color:#262626;	
}
.lankingContainer ul li .Box_name h3 a:hover {
	text-decoration:none;
	color:#0066cc;
}
.lankingContainer ul li .Box_name p {
	font-size:10px;
	font-size:1.0rem;
}
.lankingContainer ul li .Box_name p a {
	font-size:10px;
	font-size:1.0rem;
}
.lankingContainer .calenderBox{
    width: 100%;
}
.lankingContainer .calenderBox img{
    width:100%;
}
@media all and (min-width: 768px) {
   .lankingContainer ul li {
    	float: left;
    	width: 23%;
    	margin: 10px 1%;
    	margin: 1.0rem 1%;
        display: block;
    } 
    .lankingContainer ul li .Box_name p {
        font-size: 12px;
    }
    .lankingContainer .calenderBox{
       width: 30%;
       float:right;
   }
}
h2.title{
   clear: both;
   font-size: 160%;
   line-height: 1.8;
   font-family: meiryo, "ヒラギノ角ゴ Pro W3",sans-serif;
   color: #1C615A;
   text-align: center;
   border-bottom: 0!important;
   margin-top: 80px;
   margin-bottom: 0!important;
   padding-bottom: 0!important;
}
@media screen and (max-width: 46.24em)  {
  h2.title{
     font-size: 150%;
  }
}
.btn_area {
    	display:block;
        float:right;
    	margin: 10px auto;
    	position: relative;
}
.btn_area a {
    	display: inline-block;
    	border-radius: 4px;
    	color: #222;
    	height: 40px;
    	line-height: 40px;
    	padding: 0 30px;
    	font-size: 16px;
    	font-weight: bold;    	
}
.btn_area a:hover {
    	text-decoration: none;
     	color: #333;   	
}

.blogContainer {
   clear:both;
   display:block;
   position:relative;
   width: 100%;
   float: left;
   margin: 30px 0 30px;
}
.blogContainer ul {
      width: 100%;
      display : -webkit-box;     /* old Android */
      display : -webkit-flex;    /* Safari etc. */
      display : -ms-flexbox;     /* IE10        */
      display : flex;
     -webkit-flex-wrap: wrap;          /* Safari etc. */
      -ms-flex-wrap    : wrap;          /* IE10        */
      flex-wrap        : wrap;     
}
.blogContainer ul li {
    	float: left;
    	width: 48%;
    	margin: 10px 1%;
    	margin: 1.0rem 1%;
        display: block;
} 
.blogContainer ul li .Box_pic {
    position: relative;
    overflow: hidden;
	padding: 0;
    padding-top: 100%;
	float:left;
	width: 100%;
	margin:0 2% 0 0;
}
.blogContainer ul li .Box_pic img {
    position: absolute;
    top:  0;
    left: 50%;
    transform: translate(-50%,0);
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.blogContainer ul li .Box_name {
	width: 100%;
	padding: 1%;
	float:left;
}
.blogContainer ul li .tag{
    	width: 50%;
    	padding: 1px 3px;
    	padding: 0.1rem 0.3rem;
    	font-size: 80%;
    	margin: 5px 0 0 0 ;
    	float:left;
    	background:#0066cc;
        color:#fff;    	
    	border-radius: 3px;
       text-align: center;    	
}

.blogContainer ul li .tag a{
       color:#fff;
       text-align: center;
}
.blogContainer ul li .skiboard{
    	width: 45%;
    	padding: 1px 3px;
    	padding: 0.1rem 0.3rem;
    	font-size: 80%;
    	margin: 5px 5px 0 0 ;
    	float:left;
    	background:#0066cc;
        color:#fff;    	
    	border-radius: 3px;
       text-align: center;    	
}
.blogContainer ul li .skiboard a{
       color:#fff;
       text-align: center;
}
.blogContainer ul li .new_racing{
    	width: 45%;
    	padding: 1px 3px;
    	padding: 0.1rem 0.3rem;
    	font-size: 80%;
    	margin: 5px 5px 0 0 ;
    	float:left;
    	background:#FF0000;
        color:#fff;    	
    	border-radius: 3px;
       text-align: center;    	
}
.blogContainer ul li .new_racing a{
       color:#fff;
       text-align: center;
}
.blogContainer ul li .gs_new{
    	width: 45%;
    	padding: 1px 3px;
    	padding: 0.1rem 0.3rem;
    	font-size: 80%;
    	margin: 5px 5px 0 0 ;
    	float:left;
    	background:#009900;
        color:#fff;    	
    	border-radius: 3px;
       text-align: center;    	
}
.blogContainer ul li .gs_new a{
       color:#fff;
       text-align: center;
}
.blogContainer ul li .gs_new_fisher{
    	width: 45%;
    	padding: 1px 3px;
    	padding: 0.1rem 0.3rem;
    	font-size: 80%;
    	margin: 5px 5px 0 0 ;
    	float:left;
    	background:#FF9900;
        color:#fff;    	
    	border-radius: 3px;
       text-align: center;    	
}
.blogContainer ul li .gs_new_fisher a{
       color:#fff;
       text-align: center;
}
.blogContainer ul li .Box_name h3 {
	text-decoration:none;
	font-weight:600;
}
.blogContainer ul li .Box_name h3 a {
	text-decoration:none;
	color:#262626;	
}
.blogContainer ul li .Box_name h3 a:hover {
	text-decoration:none;
	color:#0066cc;
}
.blogContainer ul li .Box_name p {
	font-size:10px;
	font-size:1.0rem;
}
.blogContainer ul li .Box_name p a {
	font-size:10px;
	font-size:1.0rem;
}
.blogContainer .calenderBox{
    width: 100%;
}
.blogContainer .calenderBox img{
    width:100%;
}
@media screen and (min-width: 46.25em)  {
   .blogContainer ul li {
    	float: left;
    	width: 23%;
    	margin: 10px 1%;
    	margin: 1.0rem 1%;
        display: block;
    } 
    .blogContainer ul li .Box_name p {
        font-size: 12px;
    }
    .blogContainer .calenderBox{
       width: 30%;
       float:right;
   }
}
.blandContainer {
   clear:both;
   display:block;
   position:relative;
   width: 100%;
   float: left;
   margin: 30px 0 30px;
}
.blandContainer img {
  width: 100%;
}
.box2Container {
   clear:both;
   display:block;
   position:relative;
   width: 100%;
   float: left;
   margin: 0 0 30px;
   margin: 0 0 3.0rem;   
}
.box2Container img {
  width: 100%;
}
.box2Container .left {
   display:block;
   position:relative;
   width: 100%;
   float: left;
   padding: 5px;
}
.box2Container .right {
   display:block;
   position:relative;
   width: 100%;
   float: left;
   padding: 5px;
}
@media screen and (min-width: 46.25em)  {
    .box2Container .left {
     width: 50%;
     float: left;
    }
  .box2Container .right {
     width: 50%;
     float: right;
    }
}
.bannerContainer{
  clear:both;
  display: block;
  margin-bottom : 30px; 
}
.bannerContainer ul{
  display: block;
  margin: 8px 3px;
}
.bannerContainer ul img{
  width: 100%;
}
  .bannerContainer ul li{
    display: block;
    margin-bottom: 10px;
} 
@media screen and (min-width: 46.25em) {
  .bannerContainer ul{
    width: 100%;
    display: flex;
    justify-content:space-between;
    margin-bottom : 30px; 
    flex-wrap : wrap;    
  }
  .bannerContainer ul li{
    width: 31%;   
  } 
}
.kindContainer{
  clear:both;
  display: block;
  margin-bottom : 30px; 
}
.kindContainer ul{
    width: 100%;
    display: flex;
    justify-content:space-between;
    margin-bottom : 30px; 
    flex-wrap : wrap;    
}
.kindContainer ul img{
  width: 100%;
}
.kindContainer ul li{
    display: block;
    width: 31%;   
    margin-bottom: 10px;
} 
@media screen and (min-width: 46.25em) {
  .kindContainer ul li{
    width: 15%;   
  } 
}
.makerContainer{
  clear:both;
  display: block;
  margin-bottom : 30px; 
}
.makerContainer ul{
    width: 100%;
    display: flex;
    justify-content:space-between;
    margin-bottom : 30px; 
    flex-wrap : wrap;
    align-items: center;    
}
.makerContainer ul img{
  width: 100%;
}
.makerContainer ul li{
    display: block;
    width: 31%;   
    margin-bottom: 10px;
}
.makerContainer ul.makerlist2 li img{
    width: 85%;
    margin: 0 auto;   
} 
@media screen and (min-width: 46.25em) {
  .makerContainer ul.makerlist li{
    width: 15%;   
  } 
  .makerContainer ul.makerlist2 li{
    width: 12%;   
  }
}
li.cat-item {
	position:relative;
	line-height: 150%;
	font-size: 14px;
}

.outlineContainer {
 margin: 10px 0px 30px 0px;
 padding: 0;
 overflow: hidden;
 clear:both;
 width:98%;
 border:1px solid #ccc;
}    
.outlineContainer dl{
    float:left;
    width:100%;
    padding:0;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #ccc;
    display:block;
}
.outlineContainer dl.last-child{
    float:left;
    padding:0;
    margin: 0 0 0 0;
    border-bottom: 0px !important;
} 
.outlineContainer dl dt{
    display:block;
    float:left;
    width: 100%;
    padding:6px 2%;
    padding:0.6rem 2%;
    margin: 0;
    font-weight: 300;
    background:#f7f7f7;
    border-bottom: 1px solid #ccc;
     }
.outlineContainer dl dd{
    display:block;
    float:left;
    width: 95%; 
    padding:6px 2%;
    padding:0.6rem 2%;
    margin: 0;
} 

.outlineContainer dl dd ul{
    float:left;
    width:96%;
    padding:0;
    margin: 0px 0px 5px 0px;
    border-bottom: 0px solid #cccccc;
} 
.outlineContainer dl dd ul li{
    float:left;
    width: 100%;
    padding:1% 0;
    display:block;
} 
.outlineContainer dl dd ul li img{
    width: 100%;
}
@media screen and (min-width: 46.25em) {
     .outlineContainer {
       margin: 10px 0px 30px 0px;
       padding: 0;
       overflow: hidden;
       clear:both;
       width: 100%;
       border:1px solid #ccc;
      }    

      .outlineContainer dl{
          float:left;
          width:100%;
          padding:0;
          margin: 0;
          border-bottom: 1px solid #cccccc;
          display: flex;
      } 
      .outlineContainer dl.last{
          float:left;
          padding:0;
          margin: 0 0px 0px 0px;
          border-bottom: 0px solid #cccccc;
      } 
      .outlineContainer dl dt{
          float:left;
          width: 20%;
          padding: 16px 1%;
          margin: 0;
          font-weight: 300;
          border-bottom:0px;
      }
      .outlineContainer dl dt.indent60{
          float:left;
          width: 20%;
          padding:1% 1% 1% 5%;
          margin: 0;
          font-weight: 300;
      } 
      .outlineContainer dl dd{
          float:right;
          width: 78%; 
          padding: 16px 1%;
          margin: 0;
      }
}
#img-box .itemsubimg a {
	width: 22.5%!important;
}
#itempage .itemsubimg {
	margin: 2.5% -2.5% 0 0!important;
	overflow: hidden;
	display: flex;
	flex-wrap: wrap!important;
}
#itempage .itemsubimg a {
	display: block;
	width: 22.5%!important;
	float: left;
	margin: 0 2.5% 2.5% 0!important;
	text-align: center;
	border: 1px solid #efefef;
}
#itempage .itemsubimg img {
	width: 100%;
	height: auto;
	max-width: 50px!important;
	max-height: 50px!important;
	vertical-align: middle;
	object-fit: cover; 
}
.item_page_title {
		padding: 5px;
		display: none;
	}

/* カテゴリーアコーディオン */

.assistance_item li .slit img {
	width: auto!important;
	height: 200px!important;
	overflow: hidden!important;
}
.assistance_item .detail .assist_excerpt{
   font-size: .9em;
}
.assistance_item .detail .assist_excerpt p{
  display :none;
}
.assistance_item li .detail .assist_price {
 margin-top: 10px;
 color: #ff0000;
}
.detail-box ul.tag{
  display: flex;
}
.detail-box ul.tag li{
  border: 1px solid #D90000;
  padding: 0 3px;
  font-size: .9em;
  margin-right: 7px;
  color: #D90000;
  line-height: 1.6;
  font-weight: bold;
}
.field_price span.tag,
.detail-box span.tag {
  border: 1px solid #D90000;
  padding: 0 3px;
  font-size: .7em;
  margin-right: 7px;
  color: #D90000;
  line-height: 1.6;
  font-weight: bold;
}
dl.item-sku{
  margin: 0 0 20px 0;
}
#itempage .item-info {
	margin-top: -40px;
}
@media screen and (min-width: 46.25em)
  .item-info .item-option dt {
  		width: 30%!important;
  }
}
.cat-il.type-grid .itemimg img {
	width: auto!important;
	height: 200px!important;
}

ul.isCard{
  display: flex;
  margin-left: -8px;
  width: 40%!important;
  margin-bottom: 10px;
}
ul.isCard li{
   width: 40px;
   height: 40px;
}
ul.isCard li img{
    width: auto;
    max-width: 100%;
    height: auto;
    -ms-flex-negative: 0;
    flex-shrink: 0;
}

dl.item-sku dd input[type=radio]:checked + label {
    padding: 0 20px;
    border: 1px solid #999;
    background :#f3c500;
    font-weight: bold;
}

.assistance_item li {
	overflow:hidden!important;
}

.faq {
	width: 100%;
	line-height: 1.5;
	border: 1px solid #666;
    padding:3%;
    float:left;
    background: #fff;
}

.faq dl {
	width:100%;
	margin: 20px 0 0 0;
	border-bottom: 1px solid #CCCCCC;
    float:left;
}
.faq dl:last-child {
	border-bottom: 0px solid #CCCCCC!important;
}
.faq dt {
        position: relative;
  	    width:100%;
    	margin: 0px;
    	padding: 10px 2%;
    	color:#000;
    	font-weight: bold;
    	font-size: 110%;
        float:left;
}
.faq dt:before {
     position: absolute;
     content: 'Ｑ' ;
     font-size: 120%;
     padding: 2px 5px;
     color: #000;   
     background: #f3c500;
     float:left;
     left:0;
     top: 0;
     margin-right: 10px;
}     
.faq dd {
    	width:100%;
    	margin: 0;
    	padding: 1% 2% 2% 2%;
    	background: url(images/a.png) left 12px no-repeat;
        float:left;
    	background-size:2%;
}
.faq dd:before {
     position: absolute;
     content: 'Ａ' ;
     font-size: 125%;
     font-weight: bold;
     padding: 2px 5px;
     color: #f3c500;   
     background: #000;
     float:left;
     left:0;
     top: 0;    
     margin-right: 10px;
}

.coupon {
    position: relative;
    background: #fff0cd;
    box-shadow: 0px 0px 0px 5px #fff0cd;
    border: dashed 2px white;
    padding: 0.2em 0.5em;
    color: #454545;
}
.coupon:after{
    position: absolute;
    content: '';
    right: -7px;
    top: -7px;
    border-width: 0 15px 15px 0;
    border-style: solid;
    border-color: #ffdb88 #fff #ffdb88;
    box-shadow: -1px 1px 1px rgba(0, 0, 0, 0.15);
}
.coupon p {
    margin: 0; 
    padding: 0;
}
.coupon .large {
     font-size: 125%;
     font-weight: bold;
}
.coupon .small {
     font-size: 90%;
}
.coupon .red {
     color: #ff0000;
}

.contact-box {
		display:block;
		position: relative;
		padding: 0;
		float: left;
		width: 70%;
		margin-right: 30%;
}
.contact-box ul{
    display: flex;
    margin: 0;
    padding: 0;
 }
.contact-box ul li{
    display: block;
    margin: 0 1%;
 } 
.contact-box img {
		width:100%;
		height: auto;
		margin: 10px 0 0!important;
}
@media screen and (min-width: 46.25em) {
	.contact-box {
		position: inherit;
		padding: 0;
		float: right;
		max-width:190px;
		margin-right:0;
	}
	.contact-box img {
		width:100%;
	}
}
@media screen and (min-width: 46.25em) {
  .main-image{
    height: auto!important;
    margin-bottom: 200px!important;
	}
  }
}
.slick-dots{
    bottom: 50px!important;
    z-index: 10;
}
.news_listContainer {
   clear:both;
   display:block;
   position:relative;
   width: 100%;
   float: left;
   margin: 30px 0 30px;
}
.news_listContainer ul {
      width: 100%;
      display : -webkit-box;     /* old Android */
      display : -webkit-flex;    /* Safari etc. */
      display : -ms-flexbox;     /* IE10        */
      display : flex;
     -webkit-flex-wrap: wrap;          /* Safari etc. */
      -ms-flex-wrap    : wrap;          /* IE10        */
      flex-wrap        : wrap;     
}
.news_listContainer ul li {
    	float: left;
    	width: 100%;
    	margin: 5px 0;
    	margin: 0.5rem 0;
        display: flex;
        padding: 5px 0;
        padding: 0.5rem 0;
        border-bottom: 1px dotted #ccc;
}
.news_listContainer ul li p {
    width: 39%;
	font-size:10px;
	font-size:1.0rem;
	margin-right: 0.5em;
	margin-bottom: 0;
}
.news_listContainer ul li p a {
	font-size:10px;
	font-size:1.0rem;
}

.news_listContainer ul li h3 {
    width: 60%;
	text-decoration:none;
	text-align: left;
	color: #222;
	font-weight: 400;
}
.news_listContainer ul li h3 a {
	text-decoration:none;
	color: #222;	
}
.news_listContainer ul li h3 a:hover {
	text-decoration:none;
}
 
@media screen and (min-width: 46.25em)  {
    .news_listContainer ul li p {
        width: 18%;
      }
    .news_listContainer ul li h3 {
        width: 80%;
    }
}

.infoContainer {
   clear:both;
   display: flex;
   position:relative;
   width: 100%;
   margin: 0 0 30px;
   margin: 0 0 3.0rem;
   padding: 10px;
   padding: 1.0rem;
   flex-wrap: wrap;
 }
.infoContainer h3{
  font-size: 14px;
  font-size: 1.4rem;
  line-height: 1.6;
  font-weight: bold;
  text-align: left;
  color: #FF0000;
}
.infoContainer .left {
   display:block;
   position:relative;
   width: 100%;
   padding: 5px 0;
   padding: 0.5rem 0;   
}
.infoContainer .left img {
   width: 100%;
} 

.infoContainer .right {
   display:block;
   width: 100%;
   padding: 5px 0;
   padding: 0.5rem 0;
   line-height: 1.6;   
}
@media screen and (min-width: 46.25em)  {
  .infoContainer .left {
     width: 28%;
     padding: 5px 10px 5px 0;
    padding: 0.5rem 1.0rem 0.5rem 0;   
 }
  .infoContainer .right {
     width: 72%;
  }
}
.itemContainer{
   clear:both;
   display:block;
   position:relative;
   width: 100%;
   float: left;
   margin: 30px 0 30px;
}
  
.itemContainer ul {
      width: 100%;
      display : -webkit-box;     /* old Android */
      display : -webkit-flex;    /* Safari etc. */
      display : -ms-flexbox;     /* IE10        */
      display : flex;
     -webkit-flex-wrap: wrap;          /* Safari etc. */
      -ms-flex-wrap    : wrap;          /* IE10        */
      flex-wrap        : wrap;
}
   
.itemContainer ul li {
     display: block;
     position:relative;
     padding: 0;
     width: 48%;
     margin: 10px 1%;
     margin: 1.0rem 1%;
     display: block;
     background: #fff;
     text-align: center;     
}
.itemContainer ul li .Box_right {
   text-align: left;
}
.itemContainer ul li img {
  width: 100%;
  margin: 0 auto 5px;
  margin: 0 auto  0.5rem;
  padding:0;
  width: auto;
  max-width: 100%;
}
.itemContainer ul li h3 {
  font-size: 120%;
  line-height: 1.6;
  margin: 0 5px 10px 5px;
  margin: 0 .5rem 1.0rem .5rem;
  color: #222;
}
.itemContainer p {
  color: #222;
  text-align: left;
  font-size: 80%;
  line-height: 1.4;
}
.itemContainer ul li p.alignright {
  position: absolute;
  bottom: 5px;
  bottom: 0.5rem;
  right: 10px;
  right: 1.0rem;
}
.itemContainer ul.lanking li:first-child .Box_left::before {
  content: url(images/lanking1.png);
  vertical-align: middle;
  transform: scale(0.1);
  padding-top: 100px;
}
.itemContainer ul.lanking li:nth-of-type(2n) .Box_left::before {
  content: url(images/lanking2.png);
  vertical-align: middle;
  transform: scale(0.1);
  padding-top: 100px;
} 
.itemContainer ul.lanking li:nth-of-type(3n) .Box_left::before {
  content: url(images/lanking3.png);
  vertical-align: middle;
  transform: scale(0.1);
  padding-top: 100px;
} 
.itemContainer ul.lanking li:nth-of-type(4n) .Box_left::before {
  content: url(images/lanking4.png);
  vertical-align: middle;
  transform: scale(0.1);
  padding-top: 100px;
}  
@media screen and (min-width: 46.25em)  {
   .itemContainer ul li {
     display: block;
     padding: 0;
     width: 23%;
     margin: 10px 1%;
  }

}
footer ul.footer-menu {
  display: flex;
  justify-content:space-between;
  flex-wrap: wrap;
}
@media screen and (max-width: 46.24em)  {
  footer ul.footer-menu li {
    width: 45%;
    margin-left: 2%;
  }
}
.top-image{
 display: block;
 margin: 0 0 30px!important;
}
.info-box{
  position: relative;
  display: block;
  margin-bottom: 30px;
}
.info-box .info-box-text{
  position: absolute;
  top: 30px;
  left: 20px;
  z-index: 10;
}
.info-box .info-box-text2{
  position: absolute;
  bottom: 30px;
  left: 20px;
  z-index: 10;
}
.info-box .info-box-text2 p{
    color: #0000FF; 
    font-size: 1.3em;
    font-weight: bold;
    margin-bottom: 0;
    text-shadow: 0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;
 }
@media screen and (max-width: 46.24em)  {
  .info-box .info-box-text,
  .info-box .info-box-text2 {
    position: relative;
    top: 0;
    left: 0;
  }
  .info-box .info-box-text2 p{
    margin-top: 0;
    font-size: 0.9em;
 }
}
.image-box{
   display: flex;
   margin: 10px 0 30px;
   justify-content: space-between;
   align-items: center;
}

@media screen and (max-width: 46.24em)  {
  .image-box{
     display: flex;
     flex-wrap: wrap;
  }
  .image-box div{
     width: 48%;
     margin-borrom: 5px;
  }
  .image-box div.w55{
     width: 56%;
  }
  .image-box div.w43{
     width: 43%;
  }
  .image-box div.w100{
     width: 100%;
  }
}
.imagetext-box{
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  justify-content: space-between;  
}

.imagetext-box img{
  width: 100%;
}

.imagetext-box .imagetext-box-left{
  display: block;
  width: 68%;
}
.cap{
  font-size: 90%;
  line-height: 1.4;
  padding-bottom: 20px!important;
}
.imagetext-box .imagetext-box-right{
  display: block;
  width: 30%;
}
@media screen and (max-width: 46.24em)  {
  .imagetext-box{
    display: block;
  }
  .imagetext-box .imagetext-box-left{
    width: 100%;
  }
  .imagetext-box .imagetext-box-right{
    width: 100%;
  }
}
.entry-content p{
  line-height: 1.8;
  margin-bottom: 2.4em;
}
.image-box2{
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  justify-content: space-between; 
}
.image-box2 div{
   width: 32%;
}
.image-box3{
  position: relative;
  display: flex;
  width: 100%;
  margin-bottom: 30px;
  justify-content: space-between;
}
.image-box3 div{
   width: 48%;
}
.image-box2 div img,
.image-box3 div img{
  width: 100%;
  height: auto;
}
@media screen and (max-width: 46.24em)  {
  .image-box2,
  .image-box3{
     flex-wrap :wrap;
  }
  .image-box2 div,
  .image-box3 div{
     width: 100%;
  }
}
table.equipment-table{
  width: 100%;
}
table.equipment-table th{
  text-align : center;
  background: #D1E2DA;
  vertical-align: middle;
}
table.equipment-table tr td{
   vertical-align: middle;
}
table.equipment-table tr td:first-child{
  width: 64%;
}
table.equipment-table tr td:nth-child(2),
table.equipment-table tr td:last-child{
  width: 17%;
  text-align: center;
}

.alignleft-pc{
 	margin: 0;
	padding: 10px 10px 10px 0;
	float: left;
}
@media screen and (max-width: 46.24em)  {
   .alignleft-pc{
     width: 50%;
  }
} 
.sp-box{
  display: none!important;
}
@media screen and (max-width: 46.24em)  {
  .pc-box{
    display: none!important;
 }
 .sp-box{
  display: flex!important;
 }
}


.shop-list-box {
 margin: 10px 0px 30px 0px;
 padding: 0;
 overflow: hidden;
 clear:both;
 width:98%;
}    
.shop-list-box dl{
    float:left;
    width:100%;
    padding:0;
    margin: 0px 0px 0px 0px;
    border-bottom: 1px solid #1C615A;
    display:block;
}
.shop-list-box dl.last-child{
    float:left;
    padding:0;
    margin: 0 0 0 0;
    border-bottom: 0px !important;
}
.shop-list-box dl h2{
   	margin-bottom: .671428em;
	padding-left: .357143em;
	border-left: 5px solid #1C615A;
	line-height: 1.3;
	font-size: 1.3em;
}
.shop-list-box dl dt{
    display:block;
    float:left;
    width: 100%;
    padding:6px 2%;
    padding:0.6rem 2%;
    margin: 0;
    font-weight: 300;
    border-bottom: 0;
}
.shop-list-box dl dt img{
    max-width: 100%;
    height: auto;
}
.shop-list-box dl dd{
    display:block;
    float:left;
    width: 100%; 
    padding:6px 2%;
    padding:0.6rem 2%;
    margin: 0;
} 
.shop-list-box dl dd h4{
   font-size: 1.2em;
   position: relative;
}
.shop-list-box dl dd h4::after{
   position: absolute;
   content: url(images/ico_dr-rv.gif);
   padding-left: 5px;
}
.shop-list-box dl:nth-child(2) dd h4::after{
   content: none;
}        
.other-shop dl dd h4::after{
   content: none;
}       
@media screen and (min-width: 46.25em) {
     .shop-list-box {
       margin: 10px 0px 30px 0px;
       padding: 0;
       overflow: hidden;
       clear:both;
       width: 100%;
      }    
     .shop-list-box dl{
          float:left;
          width:100%;
          padding:0;
          margin: 0;
          border-bottom: 1px solid #1C615A;
          display: flex;
      } 
      .shop-list-box dl.last{
          float:left;
          padding:0;
          margin: 0 0px 0px 0px;
          border-bottom: 0px solid #1C615A;
      } 
      .shop-list-box dl dt{
          float:left;
          width: 30%;
          padding: 16px 1%;
          margin: 0;
          font-weight: 300;
          border-bottom:0px;
      }
      .shop-list-box dl dt.indent60{
          float:left;
          width: 20%;
          padding:1% 1% 1% 5%;
          margin: 0;
          font-weight: 300;
      } 
      .shop-list-box dl dd{
          float:right;
          width: 68%; 
          padding: 16px 1%;
          margin: 0;
      }
}
.note-box{
  display: block;
  border: 2px solid #1C615A;
  border-radius: 5px;
  padding: 0 10px;
  margin-bottom: 30px;
}
.required {
	color: #ff3366;
	font-weight: bold;
}
.sidetxt {
	font-size: 90%;
	text-align: left;
	font-weight: bold;
}


h3.used_title{
	background:#1C615A;
	color:#FFF;
	font-size:125%;
	font-weight:bold;
	padding:7px;
	margin-bottom:0;
}
.used_box{
  width: 100%;
  margin: 0 0 30px;
  border: 1px solid #ccc;
  display: flex;
}
table.used{
	margin:0px;
	width: 75%;
	border-left:0!important;
	border-bottom:0!important;
}
table.used th{
	background: #f7f7f7;
	width: 30%;
	text-align: center;
}
table.used tr td{
  width: 70%;
  text-align: left!important;
}
.used-image {
  max-width: 260px;
}
.used-image img{
  width: 100%;
}
@media screen and (max-width: 46.24em)  {
  .used_box{
    display: flex;
    flex-wrap: wrap;
  }
  table.used{
    width: 100%; 
  }
  .used-image {
    width: 100%;
    max-width: 100%;
  }
}
table.equipment-table2{
  width: 100%;
}
table.equipment-table2 th{
  text-align : center;
  background: #D1E2DA;
  vertical-align: middle;
}
table.equipment-table2 tr td{
   vertical-align: middle;
}
table.equipment-table2 tr td{
  width: 50%;
}

div.text-center{
 width:100%;
 max-width: 680px;
 margin: 10px auto;
}

span.camera {
  display: inline-block;
}

span.article-caption {
  font-weight: bold;
  font-size: 12px;
  line-height: 16px;
}

.photo-container-horizontal{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
.photo-container-horizontal div{
   width: 48%;
}
@media only screen and (max-width: 767px) {
    select, input[type="text"], input[type="password"], input[type="email"], input[type="tel"], input[type="search"], input[type="url"], input[name="postal"] {
        width: 98% !important;
    }
}

.car_listContainer{
  position: relative;
  display: block;
  width: 100%;
  margin: 20px 0 40px;
}
.car_listContainer ul{
  position: relative;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.car_listContainer ul li{
  position: relative;
  display: block;
  width: 48%;
  margin: 0 1% 30px;
}
@media only screen and (max-width: 767px) {
  .car_listContainer ul{
    display: block;
  }
   .car_listContainer ul li{
     width: 98%;
   }
}
.flexBox{
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin-bottom: 10px;
}
.flexBox .imageBox{
  position: relative;
  display: block;
  width: 43%;
  margin: 0 1% 0 0;
}
.flexBox .imageBox img{
  width: 100%;
  height: auto;
}

.flexBox .textBox{
  position: relative;
  display: block;
  width: 56%;
  margin: 0 0 0 0;
}

@media only screen and (max-width: 767px) {
  .flexBox{
    display: block;
  }
  .flexBox .imageBox,
  .flexBox .textBox{
     width: 90%;
     margin: 5px auto;
   }
}

.flexBox .textBox h3{
  font-size :0.95em;
  line-height: 1.1;
  margin-bottom: 10px;
}
.flexBox .textBox .overviewBox{
  position: relative;
  display :flex;
  flex-wrap: wrap;
  width: 100%;
}
.flexBox .textBox .overviewBox dl{
  position: relative;
  display :flex;
  width: 48%;
  margin: 1%;
}
.flexBox .textBox .overviewBox dl dt{
   position: relative;
   display: block;
   width: 30%;
   padding: 2px 1%;
   background: #efefef;
   font-size: 0.7em;
   text-align: center;
}
.flexBox .textBox .overviewBox dl dd{
   position: relative;
   display: block;
   width: 70%;
   padding: 2px 1%;
   font-size: 0.7em;
}
.flexBox .textBox .overviewBox dl:last-child dd{
   line-height: 1.1;
}
a.btn_detail {
    position: relative;
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 90%;
	max-width: 150px;
	margin: 5px auto ;
	padding: 5px;
	font-weight: bold;
	background: #FFA64D;
   	color: #fff;
    border-radius: 50px;
	position: relative;
	transition: 0.5s;
	font-size: 0.75em;
	line-height: 1.4;
}
@media only screen and (max-width: 46.24em) {
   a.btn_detail {
    width: 100%;
	padding: 0.2rem 0.2rem 0.2rem 0.2rem;
   }
}

a.btn_detail:hover {
  opacity: 0.8;
}
.commentBox{
  position: relative;
  display: block;
  width: 100%;
  padding: 5px 1%;
}
.commentBox h4{
  font-size: 1.0em;
  padding-left: 30px; 
}
.commentBox h4:before{
  position: absolute;
  content: url(images/icon-staff.png);
  transform: scale(0.5);
  position: absolute;
  top: -10px;
  left: 0;
}
.commentBox p{
  font-size: 0.9em;
}
a.btn_more {
    position: relative;
	display: flex;
    justify-content: space-evenly;
    align-items: center;
	text-align: center;
	text-decoration: none;
	width: 90%;
	max-width: 380px;
	margin: 20px auto;
	padding: 1rem 1rem 1rem 1rem;
	font-weight: bold;
	background: linear-gradient(to bottom, #1D7806, #35DE0B);
   	color: #fff;
   	font-size: 20px;
    border-radius: 6px;
	position: relative;
	transition: 0.5s;
}
@media only screen and (max-width: 46.24em) {
   a.btn_more {
    width: 100%;
   	padding: 1rem 1rem 1rem 1rem;
   }
}

a.btn_more:hover {
  opacity: 0.8;
}

.flexBox .textBox h1{
  font-size : 1.1em;
  line-height: 1.1;
  margin-bottom: 30px;
}
.mt30{
 margin-top: 30px!important;
}

.flexBox2{
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 100%;
  margin: 30px 0;
  flex-wrap: wrap;
}
.flexBox2 .leftBox{
  position: relative;
  display: block;
  width: 40%;
  margin: 0 1% 0 0;
}

.flexBox2 .rightBox{
  position: relative;
  display: block;
  width: 59%;
  margin: 0 0 0 0;
}
@media screen and (max-width: 46.24em)  {
  .flexBox2 .leftBox{
    width: 96%;
    margin: 0 2% 0 2%;
  }

  .flexBox2 .rightBox{
    width: 96%;
    margin: 30px 2% 0 2%;
  }
}
.overviewBox2{
  position: relative;
  display :block;
  width: 100%;
}
.overviewBox2 dl{
  position: relative;
  display :flex;
  width: 98%;
  margin: 1%;
}
.overviewBox2 dl dt{
   position: relative;
   display: block;
   width: 25%;
   padding: 2px 1%;
   background: #efefef;
   font-size: 0.8em;
   text-align: center;
}
.overviewBox2 dl dd{
   position: relative;
   display: block;
   width: 75%;
   padding: 2px 1%;
   font-size: 0.8em;
}

h2.square{
  position: relative;
  padding-left: 25px;
}
h2.square:before{
  position: absolute;
  content: "■";
  top: 0;
  left: 0;
  font-size: 1.8em;
}
.overviewBox3{
  position: relative;
  display : flex;
  flex-wrap: wrap;
  width: 100%;
}
.overviewBox3 p{
  position: relative;
  display :block;
  width: 50%;
  margin: 0.5% 0 0.5% 0;
  padding-left: 25px;
  font-size: 0.8em;
}
.overviewBox3 p:before{
  position: absolute;
  content: url(images/icon-check.png);
  transform: scale(0.5);
  position: absolute;
  top: -5px;
  left: 0;
}
h1.title{
   clear: both;
   font-size: 180%;
   line-height: 1.8;
   font-family: meiryo, "ヒラギノ角ゴ Pro W3",sans-serif;
   color: #1C615A;
   text-align: center;
   border-bottom: 0!important;
   margin-bottom: 0!important;
   padding-bottom: 0!important;
}
@media screen and (max-width: 46.24em)  {
  h1.title{
     font-size: 150%;
  }
}
.car-imageBox{
  position: relative;
  display: block;
  width: 100%;
}
.car-imageBox ul{
  position: relative;
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.car-imageBox ul li{
  display :block;
  width: 23%;
}
.car-imageBox ul li img{
  max-width: 100%;
  height: auto;
}
@media screen and (max-width: 46.24em)  {
  .car-imageBox ul li{
    display :block;
    width: 48%;
  }
}
