/*
Theme Name:         Welcart Basic
Theme URI:          http://www.welcart.com/
Author:             Collne Inc.
Author URI:         http://www.collne.com/
Description:        Welcart Basic is the Welcart dedicated theme.
Version:            1.6
License:            GNU General Public License v2 or later
License URI:        http://www.gnu.org/licenses/gpl-2.0.html
Tags:               responsive-layout, white, two-columns, right-sidebar
Requires at least:  5.6
Requires PHP:       7.0 - 7.4
*/


/* =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: Helvetica, Arial, sans-serif;*/
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  /*font-size: .875em;*/
  font-size: 15px;
  margin: 0;
  padding: 0;
  line-height: 150%;
  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;
  max-width: 100%;
}

a {
  outline: none;
  color: #222;
  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;
  color: #222;
  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;
}

/* -- .headblock -- */
header .headblock {}

/* -- .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: auto;
  float: right;
  padding-top: 1.07143em;
  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: #fff;
  background-color: #fba60d;
  -webkit-border-radius: 50%;
  -moz-border-radius: 50%;
  border-radius: 50%;
  text-align: center;
  vertical-align: text-bottom;
}

.snav .membership {
  float: right;
}

.snav .membership a {
  display: block;
}

.snav .membership ul {
  display: none;
  position: absolute;
  width: 100%;
  left: 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:first-child {
  margin-left: 0;
}

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

/* -- .incart-btn -- */
.incart-btn {
  float: right;
}

.incart-btn a {
  display: block;
  color: #262626;
}

.incart-btn a:hover {
  text-decoration: none;
}

/* -- .search-box -- */
.search-box {
  float: right;
}

.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;
  font-size: 1.785712em;
  font-weight: bold;
  padding: 10px;
  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 {
  width: 100%;
  height: auto;
}

/* -- #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;*/
  position: relative;
  top: 0;
  right: 0;
  width: auto;
  padding: 0;
  text-align: right;
  cursor: pointer;
}

#site-navigation label span {
  display: block;
  padding: .714286em;
}

#site-navigation label span:before {
  content: "\f03a";
  display: block;
  /*color: #fff;*/
  color: #000;
  font-family: FontAwesome;
  font-size: 1.5714em;
  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: 3;
}

#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-bottom: .357143em;
  border-bottom: 3px solid #eee;
  color: #1344A4;
}

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

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

#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;
}

.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;
}

.widget_welcart_category li {
  padding-bottom: .714286em;
  line-height: 200%;
}

.widget_welcart_category li a {
  color: #1344A4;
}

.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;
  color: #1344A4;
}

.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;
}

/* -- .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%;
  z-index: 500;
}

#toTop a {
  display: block;
}

#toTop i {
  color: #1644A4;
  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: #fff;
  padding: .714286em 1.07143em;
  background-color: #131313;
}

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

footer a:hover {
  color: #aaa;
  text-decoration: none;
}

/* -- nav -- */
footer nav {
  padding: 1.071428em 0;
}

footer nav li {
  margin-bottom: 1.071428em;
}

footer nav li:last-child {
  margin-bottom: 0;
}

/* footer nav li:nth-of-type(6n) {
  clear: both;
} */

footer nav ul ul {
  margin: .5714285em 0 0 1.071428em;
}

footer nav li li {
  width: 100%;
  margin-bottom: 0;
  float: none;
}

footer nav li li:before {
  display: none;
}

footer nav li li {
  width: 100%;
  margin-bottom: 10px;
  padding-right: 0;
  float: none;
}

footer nav li li:before {
  display: none;
}

footer nav li li:nth-of-type(6n) {
  clear: none;
}

footer nav li li li:before {
  content: "\f105";
  display: inline-block;
  color: #fff;
  font-family: FontAwesome;
  font-size: 10px;
  font-weight: bold;
  margin-right: .8em;
}

/* -- .copyright -- */
.copyright {
  padding: 1.071428em 0;
  text-align: center;
  /*font-size: 1px;*/
  font-size: 8px;
}


/* =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.142857em;
  margin-bottom: 1.25em;
  line-height: 1.25em;
}


/* ---- .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;*/
}

.main-image img {
  width: 100%;
  height: auto;
}

.main-image a img:hover {
  opacity: 1 !important;
}

/* -- .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%;*/
  width: 45%;
  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 a {
  font-weight: bold;
  color: #1344A4;
}

.front-il .itemname span {
  font-size: .9em;
}

.front-il .itemprice {
  /*font-weight: bold;*/
  /*height: 22px;*/
  /*text-align: right;*/
  line-height: 1;
  margin-top: 5px;
}

.front-il .tax {
  font-size: 1px;
  white-space: nowrap;
}

.article__note {
  text-align: center;
  color: #fff;
  background-color: #000;
  font-size: 11px;
  border-radius: 3px;
  line-height: 1.3;
  padding: 4px 5px;
  margin-top: 5px;
}

.article__price_num {
  color: #BD0003;
  font-weight: bold;
}

.article__meta_item {
  position: relative;
  padding-left: 55px;
}

.article__meta_ttl {
  display: inline-block;
  position: absolute;
  left: 0;
  top: 0;
}

.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;
}

.cat-il.type-grid .itemimg a {
  display: block;
}

.cat-il.type-grid .itemimg img {
  width: 100%;
  height: auto;
}

.cat-il.type-grid .itemname {
  height: 63px;
  overflow: hidden;
}

.cat-il.type-grid .itemname span {
  font-size: .9em;
}

.cat-il.type-grid .itemprice {
  font-weight: bold;
  /*height: 22px;*/
  text-align: right;
}

.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;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  text-align: center;
  font-weight: bold;
}

.pagination_wrapper li a:hover,
.pagination_wrapper li .current {
  border-radius: 50%;
  display: block;
  color: #fff;
  background-color: #1644A4;
  text-decoration: none;
}

.pagination_wrapper li .dots {
  line-height: 33px;
}

.pagination_wrapper li a {
  border-radius: 50%;
  display: block;
  color: #DCDDE1;
  border: 1px solid #DCDDE1;
}

.previouspostslink,
.nextpostslink {
  border: none;
}


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

/* -- 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 #262626;
  line-height: 140%;
}

.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: 1.071428em;
  border-left: 3px solid #cccaca;
}

.entry-meta span {
  display: block;
}

.entry-meta .date:before {
  display: inline-block;
  content: "\f1fa";
  color: #262626;
  font-family: FontAwesome;
  font-size: 11px;
  margin-right: .7em;
}

.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;
}

.search-li .itemimg a {
  display: block;
}

.search-li .itemimg img {
  width: 100%;
  height: auto;
}

.search-li .itemname {
  height: 63px;
  overflow: hidden;
}

.search-li .itemname span {
  font-size: .9em;
}

.search-li .itemprice {
  font-weight: bold;
  /*height: 22px;*/
  text-align: right;
}

.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 (max-width: 38.74em) {
  .front-il article:nth-of-type(2n) {
    margin-right: 0;
  }
}

@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%;*/
    /*width: 16%;*/
    width: 30%;
    margin-right: 4%;
  }

  /*.front-il article:nth-of-type(even) {
    margin-right: 4%;
  }*/

  /*.front-il article:nth-of-type(5n) {*/
  .front-il article:nth-of-type(3n) {
    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.285712em;
    margin-bottom: 2.222224em;
    line-height: 1.285712em;
  }


  /* =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;
  }
}


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

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

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

  /* -- .front-il -- */
  .front-il article {
    width: 30%;
    /*width: 16.8%;*/
    /*margin-right: 4%;*/
    margin-right: 2%;
    padding: 2.85712em 0 0;
  }

  /*.front-il article:not(:nth-of-type(5n)) {*/
  .front-il article:not(:nth-of-type(3n)) {
    /*margin-right: 4%;*/
    margin-right: 2%;
  }

  /*.front-il article:nth-of-type(5n) {*/
  .front-il article:nth-of-type(3n) {
    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;
  }

  header .inner {
    display: flex;
    flex-wrap: wrap;
    width: 1000px;
    margin: 0 auto;
    padding-bottom: 1.071428em;
    padding-top: 1.071428em;
  }

  /* -- .site-description -- */
  .site-description {
    color: #262626;
    font-weight: normal;
    width: 55%;
    height: auto;
    min-height: auto;
    padding: 1.25em 0 0;
    background: none;
    float: left;
    line-height: 130%;
  }

  /* -- .site-title -- */
  h1.site-title,
  div.site-title {
    font-size: 2.857142em;
    width: 55%;
    margin: 0;
    padding: 1em 0 .5em;
    float: left;
    text-align: left;
  }

  h1.site-title a,
  div.site-title a {
    font-weight: bold;
  }

  /* -- .snav -- */
  .snav {
    clear: right;
    margin-right: 0;
    padding-top: 0;
    float: none;
    width: 45%;
  }

  /* -- .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 0;
    overflow: hidden;
    width: 100%;
  }

  .snav .membership i {
    display: none;
  }

  .snav .membership ul {
    display: flex;
    justify-content: right;
    position: relative;
    margin: 0;
    padding: 0;
    border: none;
    background: none;
  }

  .snav .membership li {
    float: left;
    margin: 0;
    padding: 0;
    border: none;
    line-height: 100%;
  }

  .snav .membership li:first-child {
    color: #565656;
    font-weight: bold;
  }

  .snav .membership li:first-child,
  .snav .membership li a {
    font-size: 12px;
    border: none;
    margin: 0;
    padding: 0 .833334em;
    border-right: 1px solid #aaa;
  }

  .snav .membership li:last-child a {
    border-right: none;
  }

  /* -- .incart-btn -- */
  .incart-btn {
    min-width: 160px;
    margin-top: .714286em;
    float: right;
    clear: both;
  }

  .incart-btn a {
    background-color: #ff8c00;
    padding: 6px .714286em;
    text-align: center;
    -webkit-transition: .3s ease all;
    -moz-transition: .3s ease all;
    -o-transition: .3s ease all;
    transition: .3s ease all;
  }

  .incart-btn a:hover {
    background-color: #ffa500;
  }

  .incart-btn i {
    padding: 0;
  }

  .incart-btn i:before {
    color: #fff;
    margin-right: 8px;
  }

  .incart-btn span {
    display: inline-block;
    color: #fff;
    font-size: 12px;
    font-weight: bold;
    vertical-align: middle;
    letter-spacing: 1px;
  }

  .incart-btn .total-quant {
    display: inline-block;
    position: relative;
    font-weight: bold;
    color: #fba60d;
    margin-left: 1.25em;
    background-color: #fff;
    text-align: center;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    border-radius: 50%;
    vertical-align: text-bottom;
  }

  /* -- #site-navigation -- */
  #site-navigation {
    clear: both;
    padding: 0;
  }

  #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: #131313;
  }

  #site-navigation ul {
    width: 1000px;
    margin: 0 auto;
    padding: 0;
  }

  #site-navigation li {
    position: relative;
    float: left;
  }

  #site-navigation li a {
    color: #fff;
    display: block;
    margin-bottom: 0;
    padding: 1em 1.42857em;
    border-bottom: none;
    line-height: 100%;
  }

  #site-navigation li {
    padding: 0;
    border-right: 1px solid #666;
  }

  #site-navigation ul li:first-child {
    border-left: 1px solid #666;
  }

  #site-navigation li.current_page_item a,
  #site-navigation li.current-menu-parent a {
    background-color: #565656;
  }

  #site-navigation li.current_page_item li a,
  #site-navigation li.current-menu-parent li a {
    background: none;
  }

  #site-navigation li a:hover {
    color: #fff;
    background-color: #565656;
    text-decoration: none;
  }

  /* -- sub-menu -- */
  #site-navigation ul ul {
    display: none;
    position: absolute;
    top: 42px;
    left: -2px;
    width: 120%;
    background-color: #fff;
    border: 3px double #e0e0e0;
    float: left;
    z-index: 99999;
  }

  #site-navigation ul li li {
    width: 100%;
    margin-left: 0;
    border: none;
  }

  #site-navigation ul li li:first-child {
    border: none;
  }

  #site-navigation li li a:hover {
    color: #262626;
  }

  #site-navigation li li.current-menu-item a {
    background-color: #f6f6f6;
  }

  #site-navigation ul ul ul {
    width: 100%;
    left: 100%;
    top: -3px;
  }

  #site-navigation li li:first-child a {
    color: #262626;
    border: none;
  }

  #site-navigation ul ul li a {
    color: #262626;
    background-color: #fff;
    border: none;
    height: auto;
    padding: .714286em .357143em;
    line-height: 1em;
    width: 100%;
  }

  #site-navigation ul ul :hover>a {
    background: none;
    background-color: #f6f6f6;
  }

  #site-navigation ul li:hover>ul {
    display: block;
  }

  #site-navigation * {
    -webkit-transition: .3s;
    -moz-transition: .3s;
    -ms-transition: .3s;
    -o-transition: .3s;
    transition: .3s;
  }

  /* =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 {
    width: 210px;
    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: #fff;
    background-color: #131313;
  }

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

  /* -- nav -- */
  footer nav {
    width: 1000px;
    margin: 0 auto;
    padding: 2.142856em 0 2.857143em;
  }

  footer nav li {
    width: 25%;
    float: left;
    margin-bottom: 1.071428em;
    padding-right: 2.142856em;
  }
  footer nav:after {
    content: "";
    clear: both;
  }

  /* footer nav li:nth-of-type(6n) {
    clear: both;
  }

  footer nav li li:nth-of-type(6n) {
    clear: none;
  } */

  /* -- .copyright -- */
  .copyright {
    padding: 1.071428em 0;
    text-align: center;
  }


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

  /* -- main -- */
  #main {
    width: 1000px;
    margin: 2.857143em auto;
    padding: 0;
  }

  .home #main {
    margin: 0 auto;
  }

  /* -- main-image -- */
  .main-image {
    margin: 0;
    padding: 0;
    text-align: center;
  }

  .main-image img {
    /*width: auto;*/
    width: 100%;
  }

  /* -- .one-column -- */
  #main.one-column #content {
    width: 100%;
    margin: 0;
    padding: 0;
  }

  /* -- .two-column -- */
  #main.two-column #content {
    width: 750px;
    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;
  }
}


/****************** 20221017 ADDED *******************/

a {
  transition: .3s;
}

p {
  margin: 0;
  padding: 0;
}

/******** Grid System width Flex ********/
.flexbox {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.flex-wrap {
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

.flex-wrap-reverse {
  -ms-flex-wrap: wrap-reverse;
  flex-wrap: wrap-reverse;
}

.flex-justify-start {
  -webkit-box-pack: start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

.flex-justify-end {
  -webkit-box-pack: end;
  -ms-flex-pack: end;
  justify-content: flex-end;
}

.flex-justify-center {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}

.flex-justify-between {
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

.flex-align-start {
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
}

.flex-align-end {
  -webkit-box-align: end;
  -ms-flex-align: end;
  align-items: flex-end;
}

.flex-align-center {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}

.flex-dir-reverse {
  -webkit-box-orient: horizontal;
  -webkit-box-direction: reverse;
  -ms-flex-direction: row-reverse;
  flex-direction: row-reverse;
}

.flex-half-item {
  width: calc(90% / 2);
}

/****************** margin ******************/
.m-auto {
  margin: auto;
}

.mt-5 {
  margin-top: 5px;
}

.mt-10 {
  margin-top: 10px;
}

.mt-20 {
  margin-top: 20px;
}

.mt-30 {
  margin-top: 30px;
}

.mt-40 {
  margin-top: 40px;
}

.mt-50 {
  margin-top: 50px;
}

.mt-60 {
  margin-top: 60px;
}

.mt-70 {
  margin-top: 70px;
}

.mt-80 {
  margin-top: 80px;
}

.mt-90 {
  margin-top: 90px;
}

.mt-100 {
  margin-top: 100px;
}

.mb-5 {
  margin-bottom: 5px;
}

.mb-10 {
  margin-bottom: 10px;
}

.mb-20 {
  margin-bottom: 20px;
}

.mb-30 {
  margin-bottom: 30px;
}

.mb-40 {
  margin-bottom: 40px;
}

.mb-50 {
  margin-bottom: 50px;
}

.mb-60 {
  margin-bottom: 60px;
}

.mb-70 {
  margin-bottom: 70px;
}

.mb-80 {
  margin-bottom: 80px;
}

.mb-90 {
  margin-bottom: 90px;
}

.mb-100 {
  margin-bottom: 100px;
}


/*********** wordpress breadcrumbs ***********/
.breadcrumbs {
  font-size: 12px;
  margin: 15px auto 80px;
  max-width: 1000px;
  width: 95%;
}

.breadcrumbs .container {
  margin-left: 0;
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
}

.breadcrumbs ul,
.breadcrumbs ol {
  list-style: none;
  padding: 0;
}

.breadcrumbs li {
  display: inline;
}

.breadcrumbs li:before {
  content: ">";
  margin: 0 10px;
}

.breadcrumbs li:first-child:before {
  display: none;
}

.breadcrumbs a {
  color: #1644A4;
  text-decoration: underline;
}

.breadcrumbs a:hover {
  color: #1644A4;
}

@media screen and (max-width: 560px) {
  .breadcrumbs {
    font-size: 10px;
    margin-bottom: 60px;
  }

  .breadcrumbs li:before {
    margin: 0 5px;
  }
}

/*********** wordpress pager ***********/
.pager {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 100%;
  position: relative;
}

.pager .back {
  max-width: 215px;
  width: 100%;
}

.pager a {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  overflow: hidden;
  white-space: nowrap;
  text-overflow: ellipsis;
  display: block;
  position: relative;
  text-decoration: none;
  font-weight: bold;
}

.pc .pager a:active,
.pc .pager a:hover,
.pc .pager a:focus {
  border-color: #242424;
  color: #242424;
}

.pager .previous,
.pager .next,
.pager .back {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}

.pager .previous a {
  text-align: left;
}

.pager .next a {
  text-align: right;
}

.pager .back a {
  padding: 10px 5px;
}

.pager .fas {
  color: #1644A4;
}

.pager .circle_arrow--blue {
  width: 18px;
  height: 18px;
  vertical-align: middle;
  top: -1px;
}

.pager .circle_arrow--blue::after {
  width: 4px;
  height: 4px;
  left: -1px;
}

.pager .previous .circle_arrow--blue {
  margin: 0 10px 0 0;
}

.pager .previous .circle_arrow--blue::after {
  -ms-transform: rotate(225deg);
  -webkit-transform: rotate(225deg);
  transform: rotate(225deg);
  left: 1px;
}

@media screen and (max-width: 550px) {
  .pager {
    font-size: 14px;
  }

  .pager .previous .circle_arrow--blue {
    margin: 0 5px 0 0;
  }

  .pager .next .circle_arrow--blue {
    margin: 0 0 0 5px;
  }
}

/*********** wordpress wp-pagenavi ***********/
.wp-pagenavi {
  margin: 80px 0 0;
  font-family: 'Montserrat', sans-serif;
  font-weight: 600;
  letter-spacing: 0.02em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
}

.wp-pagenavi a,
.wp-pagenavi span {
  font-size: 16px;
  -webkit-border-radius: 100%;
  border-radius: 100%;
  border: 1px solid #DCDDE1;
  color: #DCDDE1;
  margin: 0 5px;
  width: 2.4em;
  height: 2.4em;
  line-height: 2.4;
  display: block;
  text-decoration: none;
  padding: 0;
}

.wp-pagenavi .current,
.wp-pagenavi a:not(.previouspostslink):not(.nextpostslink):hover {
  color: #fff;
  border-color: #1644A4;
  background: #1644A4;
  opacity: 1;
}

.wp-pagenavi .previouspostslink,
.wp-pagenavi .nextpostslink {
  border: none;
}

.wp-pagenavi .previouspostslink:hover,
.wp-pagenavi .nextpostslink:hover {
  color: #1644A4;
  opacity: 1;
}

@media screen and (max-width: 550px) {
  .wp-pagenavi {
    margin: 40px 0 0;
  }

  .wp-pagenavi a,
  .wp-pagenavi span {
    font-size: 12px;
    margin: 0 2px;
  }
}

/***************** common parts *******************/
.ft_mont {
  font-family: 'Montserrat', sans-serif;
  font-weight: 400;
  letter-spacing: 0.02em;
}

.ft_roboto {
  font-family: 'Roboto', sans-serif;
  font-weight: 400;
}

.f-bold {
  font-weight: bold;
}

.f-red {
  color: #FF0000;
}

.f-13 {
  font-size: 13px;
}

.f-14 {
  font-size: 14px;
}

.f-13 {
  font-size: 13px;
}

.f-22 {
  font-size: 22px;
}

.wd-100 {
  width: 100%;
}

.t-underline {
  text-decoration: underline;
}

.t-right {
  text-align: right;
}

.t-center {
  text-align: center;
}

.l-height-200 {
  line-height: 2 !important;
}

.two-column {
  padding: 0 0 260px !important;
  margin-top: 20px !important;
}

[class^="circle_arrow--"] {
  width: 14px;
  height: 14px;
  border: 1px solid #1544A4;
  border-radius: 100px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  transition: .5s;
  top: 1px;
}

[class^="circle_arrow--"]::after {
  display: inline-block;
  content: '';
  border-right: 1px solid #1344A4;
  border-top: 1px solid #1344A4;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  width: 3px;
  height: 3px;
  position: absolute;
  left: -2px;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: .5s;
}

.arrow-down {
  position: relative;
}

.arrow-down::after {
  content: '';
  width: 4px;
  height: 4px;
  border-left: 1px solid #1344A4;
  border-bottom: 1px solid #1344A4;
  transform: rotate(-45deg) translateY(-3px);
  display: inline-block;
  margin-left: 10px;
  vertical-align: middle;
}

.hdg--01 {
  font-size: 34px;
  line-height: 100%;
}

.hdg--01 .ft_mont {
  font-weight: 600;
  font-size: 14px;
  display: block;
  margin-bottom: 10px;
  color: #1344A4;
}

.hdg--01:not(:first-of-type),
.hdg-sideline:not(:first-of-type) {
  margin-top: 90px;
}

.hdg-sideline {
  font-size: 28px;
  position: relative;
  padding-left: 20px !important;
  margin-bottom: 30px !important;
  line-height: 1.5 !important;
  border: none !important;
}

.hdg-sideline::before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: inline-block;
  width: 5px;
  height: 100%;
  background: linear-gradient(180deg, rgba(31, 81, 197, 1) 0%, rgba(88, 144, 209, 1) 100%);
}

.btn-round {
  font-size: 16px;
  border-radius: 50px;
  text-align: center;
  display: block;
  border: 1px solid #E9E9E9;
  font-weight: bold;
  max-width: 215px;
  width: 100%;
  padding: 17px 15px;
  box-shadow: 5px 5px 0 #eee;
  position: relative;
  background-color: #fff;
  transition: .3s;
}

.btn-round:hover {
  box-shadow: none;
  -ms-transform: translate(5px, 5px);
  -webkit-transform: translate(5px, 5px);
  transform: translate(5px, 5px);
}

.submain_hdg_block {
  border-bottom: 1px solid #E0E6ED;
  background-color: #F5F9FA;
  padding: 50px 15px;
  background-image: url(images/common/wave_top_blue.svg), url(images/common/wave_bottom_blue.svg);
  background-position: top right, bottom left;
  background-repeat: no-repeat, no-repeat;
  background-size: 25% auto, 47% auto;
}

.submain_hdg {
  font-size: 34px;
  line-height: 100%;
  max-width: 1000px;
  width: 100%;
  margin: auto;
}

.submain_hdg .ft_mont {
  display: block;
  font-weight: bold;
  font-size: 14px;
  color: #1344A4;
}

.news__list_item a {
  padding: 30px 20px;
  border-bottom: 1px solid #dfdfdf;
  font-weight: bold;
  font-size: 16px;
  color: #222;
}

.news__list_item a:hover {
  background-color: #fafafa;
}

.news__list_item:first-child a {
  border-top: 1px solid #dfdfdf;
}

.news__date {
  color: #aaa;
  font-size: 13px;
  display: inline-block;
  margin-right: 15px;
  font-family: 'Montserrat', sans-serif;
  letter-spacing: 0.02em;
  width: 100px;
}

.news__cate {
  font-size: 12px;
  display: inline-block;
  margin-right: 15px;
  color: #56A33D;
  width: 100px;
}

.news__cate.important {
  color: #CE0C0D;
}

.news__cate.campaign {
  color: #D98800;
}

.news__list_item .news__title {
  width: calc(100% - 200px);
}

a:hover .news__title {
  color: #1444A4 !important;
  text-decoration: underline;
}

.news__list_item a:hover {
  text-decoration: none;
}

.product-list.front-il {
  letter-spacing: 0;
}

.main-image {
  margin-bottom: 80px;
}

.editor__block {
  line-height: 1.8;
  padding-bottom: 70px;
  border-bottom: 1px solid #dfdfdf;
  margin-bottom: 40px;
}

.itemname {
  font-weight: normal;
}

@media screen and (max-width: 550px) {
  .main-image {
    margin-bottom: 30px;
  }

  .two-column {
    padding-bottom: 50px !important;
  }

  .hdg-sideline {
    font-size: 24px;
  }

  .submain_hdg_block {
    padding: 30px 15px;
    background-size: 50% auto, 80% auto;
  }

  .submain_hdg {
    font-size: 26px;
  }

  .news__list_item a {
    flex-wrap: wrap;
    padding: 20px 5px;
  }

  .news__list_item .news__title {
    display: block;
    width: 100%;
    margin-top: 10px;
  }
}

@media screen and (max-width: 420px) {
  .usces_calendar {
    width: 100% !important;
    margin: 0 0 10px !important;
  }
}

/************ header ************/
.header-nav-container {
  background-color: #fff !important;
}

.header__logo_img {
  max-width: 320px;
  width: 100%;
}

.header__logo_subtxt {
  color: #1344A4;
  font-size: 20px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  top: 2px;
}

.nav__list_item {
  color: #242424 !important;
  border-color: #dfdfdf !important;
}

.nav__item_parent,
.nav__list_item a {
  font-weight: bold;
  font-size: 18px;
  white-space: nowrap;
}

.nav__item_parent,
.nav__list_item>a {
  color: #242424 !important;
}

span.nav__item_parent {
  display: block;
  padding: 1em 1.42857em;
}

.nav__list_item a:hover,
.nav__list_item.current>a {
  color: #1444A4 !important;
}

.nav__list_item a:hover {
  background-color: transparent !important;
}

#site-navigation .nav__child_list_item>a {
  background-color: transparent;
  font-size: 15px;
}

.site-title a:hover {
  opacity: 0.65;
  text-decoration: none;
}

.header__member_meta_block {
  float: right;
  width: 100%;
}

@media screen and (min-width: 1000px) {
  .header__member_meta_block {
    float: left;
  }

  #site-navigation .nav__child_list {
    border: 1px solid #dfdfdf;
    background-color: #F8F8F8;
    padding: 10px 20px;
    top: 50px;
    left: -17px;
  }

  #site-navigation .nav__child_list::before {
    content: '';
    width: 9px;
    height: 9px;
    background-color: #F8F8F8;
    border-top: 1px solid #dfdfdf;
    border-right: 1px solid #dfdfdf;
    transform: rotate(-45deg);
    display: inline-block;
    position: absolute;
    left: 0;
    right: 0;
    bottom: 96%;
    margin: auto;
  }
}

@media screen and (max-width: 999px) {
  .site-header {
    margin-bottom: 0;
  }

  .header__logo_subtxt {
    vertical-align: super;
  }

  span.nav__item_parent {
    display: block;
    margin-bottom: 1.07143em;
    padding: 0 0 0.357143em 0;
    border-bottom: 1px solid #e0e0e0;
  }
}

@media screen and (max-width: 500px) {
  .site-title {
    padding-top: 10px !important;
    padding-bottom: 0 !important;
  }

  .snav {
    padding-top: 0 !important;
  }
}

/********** toppage **********/
.top__mv_pagination {
  margin: 10px 0 0;
  position: relative;
  bottom: 0 !important;
}

.top__mv_pagination .swiper-pagination-bullet {
  width: 11px;
  height: 11px;
  border: 1px solid #1344A4;
  background-color: #fff;
  opacity: 1;
  margin: 0 6px !important;
}

.top__mv_pagination .swiper-pagination-bullet-active {
  background-color: #1344A4;
}

.toppage .swiper-slide {
  /*max-width: 125px;*/
  /*5つ並び要*/
  max-width: 225px;
}

.top__product_slider_prev,
.top__product_slider_next {
  background-color: #fff;
  background-size: 70%;
  height: 65px;
  border: 1px solid #E9E9E9;
}

.top__product_slider_prev {
  left: 0;
}

.top__product_slider_next {
  right: 0;
}

@media screen and (max-width: 550px) {
  .toppage .swiper-slide {
    /*max-width: 90px;*/
    /*5つ並び要*/
    max-width: 100%;
  }

  /*.swiper-slide .itemprice .tax {
    display: block;
  }*/
  .widget_welcart_calendar {
    margin-bottom: 0 !important;
  }
}

/********** news archive & detail **********/
.news_search_block {
  padding: 0 15px;
  margin-bottom: 70px;
}

.news_search_block select {
  padding: 11px 15px;
  font-family: "ヒラギノ角ゴシック Pro", "Hiragino Kaku Gothic Pro", 游ゴシック体, "Yu Gothic", YuGothic, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  margin: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

/* ie対応 */
.news_search_block select::-ms-expand {
  display: none;
}

.news_search_block label {
  width: 210px;
  position: relative;
  display: block;
}

.news_search_block label .fas {
  position: absolute;
  left: 20px;
  top: 15px;
  color: #1344A4;
  font-size: 15px;
}

.news_search_block label::after {
  position: absolute;
  right: 11px;
  top: 12px;
  color: #1344A4;
  content: "\f078";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  font-size: 12px;
  background-color: #fff;
}

.news_search_block select {
  display: block;
  border-color: #E9E9E9;
  background-color: #fff;
  cursor: pointer;
  padding-left: 40px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
}

@media screen and (min-width: 551px) {
  .news_search_block label:first-of-type {
    margin-right: 20px;
  }
}

@media screen and (max-width: 550px) {
  .news_search_block {
    margin-bottom: 50px;
  }

  .news_search_block {
    display: block;
  }

  .news_search_block label {
    margin: 0 auto 10px;
  }

  .news_search_block label .fas {
    top: 15px;
  }
}

.news-detail .news__date {
  width: auto;
  margin-right: 25px;
}

/********** product detail **********/
.item-description h3 {
  border: none;
  padding: 0;
  margin-bottom: 5px;
}

.product__cat_item a {
  font-size: 12px;
  text-decoration: underline;
  color: #1344A4;
}

.product__cat_item:not(:last-child) {
  margin-right: 10px;
}

/************ contact ************/
.entry-content .contact__info_list p {
  padding: 0;
  margin: 0;
}

.contact__info_list {
  margin: 0 !important;
  text-align: center;
  border: 1px solid #DFE6EE;
  background-color: #FAFCFB;
  border-radius: 5px;
  padding: 15px 0;
}

.contact__info_item {
  padding: 20px 15px;
  list-style: none !important;
}

.contact__info_number a {
  font-weight: bold;
  font-size: 36px;
  display: inline-block;
  line-height: 1;
  margin: 10px 0;
}

.contact__info_number i {
  font-size: 22px;
  color: #1444A4;
  position: relative;
  top: -3px;
}

.contact__info_hdg {
  font-size: 16px;
  font-weight: bold;
  color: #1444A4;
}

.contact__info_note {
  font-size: 13px;
}

@media screen and (min-width: 981px) {
  .contact__info_item:first-child {
    border-right: 2px dotted #DFE6EE;
  }

  .contact__info_item {
    width: 50%;
  }
}

@media screen and (max-width: 980px) {
  .contact__info_list {
    display: block;
    padding: 0 15px;
  }

  .contact__info_item:first-child {
    border-bottom: 2px dotted #DFE6EE;
  }

  .contact__info_item {
    padding: 20px 0;
  }
}

@media screen and (max-width: 550px) {
  .contact__info_list {
    margin-bottom: 70px;
  }

  .contact__info_number a {
    font-size: 9vw;
  }

  .contact__info_number i {
    font-size: 18px;
  }
}

/***************** faq *****************/
.js_accordion_title {
  cursor: pointer;
  font-size: 16px;
  position: relative;
}

.js_accordion_title::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  display: inline-block;
  color: #C8C8C8;
  position: absolute;
  right: 0;
  top: 2px;
  transition: .5s;
  font-size: 13px;
}

.open.js_accordion_title::after,
.open .js_accordion_title::after {
  content: "\f068";
}

.js_accordion_detail {
  display: none;
}

.entry-content .js_accordion_detail p {
  margin-bottom: 0;
  line-height: 1.8;
}

.faq__item {
  border: 1px solid #E0E6ED;
  border-radius: 5px;
  overflow: hidden;
}

.faq__item:not(:last-of-type) {
  margin-bottom: 20px;
}

.faq__ques,
.faq__ans {
  position: relative;
  padding: 15px 75px;
}

.faq__ques {
  margin-bottom: 0 !important;
  font-size: 18px;
  background-color: #FAFCFC;
}

.faq__ans {
  padding-right: 30px;
}

.faq__ques::before,
.faq__ans::before {
  display: inline-block;
  position: absolute;
  left: 40px;
  top: 17px;
}

.faq__ques::before {
  content: url(images/faq/question.svg);
}

.faq__ans::before {
  content: url(images/faq/answer.svg);
}

.faq__ans a {
  color: #0652A5;
}

.faq__ques::after {
  right: 35px;
  top: 17px;
  font-size: 15px;
}

@media screen and (max-width: 550px) {

  .faq__ques,
  .faq__ans {
    position: relative;
    padding: 15px 35px 15px 45px;
  }

  .faq__ans {
    padding-right: 20px;
  }

  .faq__ques::before,
  .faq__ans::before {
    left: 15px;
    top: 17px;
  }

  .faq__ques::after {
    right: 15px;
  }
}

/*************** ADDED *****************/
#memberpages #history_head .cod,
#memberpages #history_head .shipping,
#confirm_table .name-row.delivery-name-row,
#confirm_table .furikana-row.delivery-furikana-row,
#confirm_table .tel-row.delivery-tel-row,
#confirm_table .fax-row.delivery-fax-row,
input[name="deliveryinfo"],
/*#newmember #name_row th em,*/
/*#wc_customer #name_row th em,*/
#wc_customer #furikana_row,
#wc_customer #zipcode_row,
#wc_customer #states_row,
#wc_customer #address1_row,
#wc_customer #address2_row,
#wc_customer #address3_row,
/*#memberinfo #name_row th em,*/
#memberinfo #furikana_row,
#newmember #furikana_row,
#newmember #zipcode_row,
#newmember #states_row,
#newmember #address1_row,
#newmember #address2_row,
#newmember #address3_row,
#memberinfo #zipcode_row,
#memberinfo #states_row,
#memberinfo #address1_row,
#memberinfo #address2_row,
#memberinfo #address3_row,
#wc_delivery .customer_form tr:nth-of-type(2),
#wc_delivery .customer_form tr:nth-of-type(3),
#confirm_table .zipcode-row,
#confirm_table .states-row,
#confirm_table .address1-row,
#confirm_table .address2-row,
#confirm_table .address3-row {
  /*display: none;*/
}

.historyrow.transfer_statement,
.order_head_value td:nth-of-type(4) {
  display: none !important;
}

[class*="theme-"] .member_page_title {
  padding: 15px 25px;
}

.theme-goldsupport .member_page_title {
  background-color: #fff3b8;
}

.theme-support .member_page_title {
  background-color: #dbebc4;
}

.theme-regular .member_page_title {
  background-color: #fbdac8;
}

.ft__logo_list {
  width: min(100%,1300px);
  margin: 0 auto 50px;
  gap: 10px;
}

.ft__logo_item {
  width: min(100%,130px);
  background-color: #fff;
  text-align: center;
}

.ft__logo_item a {
  display: block;
  padding: 5px;
}

.ft__logo_item img {
  max-width: 100%;
  vertical-align: middle;
}

.ft__logo_txt {
  width: min(100%,1255px);
  margin: 0 auto 5px;
}

@media screen and (max-width: 470px) {
  .ft__logo_list {
    justify-content: space-between;
  }
  .ft__logo_item {
    width: calc(95% / 2);
  }
  .ft__logo_item:not(:last-child) {
    margin-right: 0;
  }
}

/*@media screen and (max-width: 550px) {
  .scroll-block{
    overflow-x: scroll;
  }
  .scroll-block::-webkit-scrollbar {
    height: 5px;
  }
  .scroll-block::-webkit-scrollbar-track {
    margin: 0 2px;
    background: #ccc;
    border-radius: 5px;
  }
  .scroll-block::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #666;
  }
  .scroll-block table,
  .scroll-item{
    max-width: 600px;
    width: 600px !important;
  }
}*/
/* 230302 */

.form_required {
  display: inline-block;
  background-color: #D3191A;
  color: #fff;
  padding: 0 5px;
  font-weight: normal;
  font-size: 0.8rem;
  border-radius: 3px;
  margin-left: 10px;
}

.table_type--form input[type=text],
.table_type--form input[type=tel] {
  width: 100%;
}

@media screen and (min-width: 981px) {
  .table_type--form {
    table-layout: fixed;
  }
}

@media screen and (max-width: 980px) {
  .table_type--form th,
  .table_type--form td {
    display: block;
    width: 100%;
  }
}

.tex-right {
  text-align: right;
}

.red {
  color: #D3191A;
}

.txt_box {
  border: 1px solid #D3191A;
  padding: 20px 30px;
  margin-bottom: 80px;
  font-weight: bold;
  font-size: 18px;
}

/****** 20231113 ADDED ******/
#wc_newcompletion #memberpages p a.txt-link {
  background-color: transparent;
  text-decoration: underline;
  margin: 0;
  padding: 0;
}

#wc_newcompletion #memberpages p a.txt-link:hover {
  background-color: transparent;
}

/* 231102 */
.qa_list .qa_list_item {
  padding: 20px;
  list-style: none;
  background-color: #FAFCFC;
  border: 1px solid #E0E6ED;
  border-radius: 5px;
  font-size: 16px;
  font-weight: bold;
}

.qa_list .qa_list_item a:hover {
  color: #1444A4 !important;
}

.qa_list .arrow--blue_under {
  width: 14px;
  height: 14px;
  border: 1px solid #1544A4;
  border-radius: 100px;
  display: inline-block;
  margin-left: 10px;
  position: relative;
  transition: .5s;
  top: 1px;
}

.qa_list .arrow--blue_under::after {
  display: inline-block;
  content: '';
  border-left: 1px solid #1344A4;
  border-bottom: 1px solid #1344A4;
  transform: rotate(-45deg);
  width: 3px;
  height: 3px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
  transition: .5s;
}

/* 240116 */
.txt_box.red{
  font-size: 16px;
  margin: 0 5px 40px;
  padding: 20px;
}

#notes_table{
  display: none;
}

/* 250827 */
.eiyoTable{
  th,td{
    padding: 10px;
    border: 1px solid #ccc;
  }
  th{
    background: #eee;
    min-width: 5.5em;
  }
}

/* 260703 */
#confirm_table tr:last-of-type{
  display: none;
}