@charset "UTF-8";
/*
 t.uemura 2020.07.08
 このファイルは編集しないでください。
 */
/* エディタ追加カラー	*/
.has-accent-2-color {
  color: #ff1013; }

/* tabletの場合
@include tablet {

}
 */
/* common	*/
html {
  scroll-behavior: auto; }

body {
  font-size: 1.8rem;
  color: #212529; }

#site-header {
  position: fixed;
  width: 100%;
  z-index: 2; }
  #site-header .search-modal .search-field {
    height: 6rem; }
  #site-header .company-introduce {
    max-width: 168rem;
    width: calc(100% - 8rem);
    font-size: 1rem;
    height: 1.5rem; }
    @media (min-width: 320px) and (max-width: 767px) {
      #site-header .company-introduce {
        width: calc(100% - 1rem);
        font-size: 0.5rem; } }

.header-inner {
  padding: 0 0 0 0;
  justify-content: unset;
  display: flex;
  align-items: center;
  height: 4.4rem; }
  @media (min-width: 320px) and (max-width: 767px) {
    .header-inner {
      margin: 0 0 0 0; } }
  .header-inner .subtitle {
    font-size: 1.4rem;
    line-height: 0.9;
    text-align: right; }

.site-logo img {
  height: 25px; }

.site-logo a {
  float: left;
  margin-top: 3px; }

.header-navigation-wrapper {
  display: block;
  float: left; }
  .header-navigation-wrapper li#menu-item-search {
    display: none; }

.menu-modal-inner .mobile-menu .search-form {
  margin-left: 0; }
  @media (min-width: 320px) and (max-width: 767px) {
    .menu-modal-inner .mobile-menu .search-form {
      margin-left: 1rem; } }
  .menu-modal-inner .mobile-menu .search-form .search-field {
    margin-left: 0; }
.menu-modal-inner .mobile-menu a {
  color: #ffffff; }
  .menu-modal-inner .mobile-menu a span.subtitle {
    font-size: 1.6rem;
    color: #9c9c9c; }
.menu-modal-inner .modal-menu li.current-menu-item > .ancestor-wrapper > a {
  text-decoration: none;
  color: #f3f394;
  font-weight: 800; }

/*
@include sp{
	display:	block;
}
*/
.okuboss-screen-reader-text {
  font-size: 2rem;
  letter-spacing: 0.1rem;
  margin: 0 0 0 7px;
  display: block;
  float: left; }
  @media (min-width: 320px) and (max-width: 767px) {
    .okuboss-screen-reader-text {
      display: none; } }

.header-titles-wrapper {
  float: left; }
  @media (min-width: 320px) and (max-width: 767px) {
    .header-titles-wrapper {
      padding: 0 1rem; } }

.header-titles h1 {
  font-size: 1rem; }

.header-toggles {
  display: block;
  position: absolute;
  right: 20px; }

.search-toggle-wrapper .toggle-text {
  display: none; }

body header .primary-menu-wrapper ul.primary-menu > li > a {
  color: #dcd8d8;
  letter-spacing: -0.04em;
  line-height: 0.9;
  text-align: right; }
  body header .primary-menu-wrapper ul.primary-menu > li > a:hover {
    color: #ffffff; }
  body header .primary-menu-wrapper ul.primary-menu > li > a .icon {
    color: #dcd8d8; }
  body header .primary-menu-wrapper ul.primary-menu > li > a .subtitle {
    font-size: 1.4rem; }

body header .primary-menu-wrapper ul.primary-menu > li > .icon {
  color: #dcd8d8;
  top: calc(50% - 1.2rem); }

body:not(.overlay-header) .primary-menu ul {
  background-color: #262626;
  color: #ffffff;
  top: calc(100%); }
  body:not(.overlay-header) .primary-menu ul::before, body:not(.overlay-header) .primary-menu ul::after {
    display: none; }

.primary-menu a:hover {
  text-decoration: none; }
.primary-menu ul {
  width: auto;
  white-space: nowrap;
  min-width: 15rem;
  text-align: right; }
.primary-menu li.current-menu-item > a, .primary-menu li.current-menu-item > .link-icon-wrapper > a {
  font-weight: 800;
  text-decoration: none; }

#site-content {
  padding-top: 59px;
  min-height: 500px; }
  @media (min-width: 320px) and (max-width: 767px) {
    #site-content {
      height: auto; } }
  #site-content .header-footer-group {
    color: #212529; }

.archive-header {
  background-color: #ffffff;
  padding: 20px 0 0 0; }

h2.entry-title {
  font-size: 3.0rem; }

.entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  width: 100%; }
  .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).wp-swiper {
    width: 80%; }
    @media (min-width: 320px) and (max-width: 767px) {
      .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).wp-swiper {
        width: 100%; } }

.wp-block-image .aligncenter {
  display: block; }
  .wp-block-image .aligncenter > figcaption {
    display: block; }

.entry-content hr {
  background-color: transparent;
  border-top: 2px solid rgba(0, 0, 0, 0.1); }
  .entry-content hr::before, .entry-content hr::after {
    display: none; }

a {
  color: #001BA0; }
  a:hover {
    opacity: 50%;
    transition: all 0.3s; }

div.banner a img:hover {
  opacity: 50%;
  transition: all 0.3s; }

.has-blue-background-color {
  background-color: #0069d9; }

.has-green-background-color {
  background-color: #58AD69; }

.has-orange-background-color {
  background-color: #FFBC49; }

.has-red-background-color {
  background-color: #E2574C; }

.has-blue-color {
  color: #0069d9; }

.has-green-color {
  color: #58AD69; }

.has-orange-color {
  color: #FFBC49; }

.has-red-color {
  color: #E2574C; }

.entry-content hr::before, .entry-content hr::after, hr.styled-separator::before, hr.styled-separator::after {
  display: none; }

.entry-content hr, hr.styled-separator {
  background-color: #6d6d6d !important; }

/* top page	*/
body.home span.datestr {
  width: 70px;
  display: inline-block; }
body.home span.datestr-infolist {
  width: 85px;
  display: inline-block; }
body.home span.labelarea {
  width: 42px;
  display: inline-block;
  text-align: center;
  margin-left: 5px;
  vertical-align: top;
  margin-top: 2px; }
  body.home span.labelarea span.newpost {
    color: #ffffff;
    background-color: #1B73BA;
    font-size: 1rem;
    vertical-align: middle;
    display: block; }
body.home .top-image {
  background-image: url(assets/images/top-image.jpg);
  background-size: 2000px;
  height: 500px;
  background-position: center 65%;
  margin-bottom: 60px; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.home .top-image {
      background-size: cover; } }
  body.home .top-image .company-container {
    max-width: 80rem;
    margin: 0 auto;
    padding-top: 70px; }
    @media (min-width: 320px) and (max-width: 767px) {
      body.home .top-image .company-container {
        padding-left: 1rem;
        padding-right: 1rem; } }
    body.home .top-image .company-container h3 {
      color: #221714;
      font-weight: 500;
      font-size: 5rem; }
      @media (min-width: 320px) and (max-width: 767px) {
        body.home .top-image .company-container h3 {
          font-size: 4rem; } }
    body.home .top-image .company-container .company-name {
      color: #221714;
      font-size: 2rem;
      font-weight: 800; }
body.home .post-inner {
  width: 80rem;
  margin: 0 auto;
  padding-top: 0; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.home .post-inner {
      width: 100%;
      padding: 0 1rem 0 1rem; } }
  body.home .post-inner .img-fullwidth img {
    width: 100%; }
  body.home .post-inner h2 {
    font-size: 4rem;
    font-weight: bold;
    border-bottom: #BFBFBF dotted 1px;
    clear: both; }
    body.home .post-inner h2 .small {
      font-size: 1.4rem;
      padding-left: 20px; }
      @media (min-width: 320px) and (max-width: 767px) {
        body.home .post-inner h2 .small {
          display: block;
          padding-left: 0; } }
  body.home .post-inner div.product-list-block ul {
    margin: 0 0 0 -8px; }
    @media (min-width: 320px) and (max-width: 767px) {
      body.home .post-inner div.product-list-block ul {
        margin: 0 0 0 0; } }
    body.home .post-inner div.product-list-block ul li {
      margin: 0 6px 0 6px;
      width: 190px;
      vertical-align: top;
      height: 250px;
      list-style: none;
      display: inline-block; }
      @media (min-width: 320px) and (max-width: 767px) {
        body.home .post-inner div.product-list-block ul li {
          width: 33%;
          margin: 0 0 0 0;
          height: auto; } }
      body.home .post-inner div.product-list-block ul li:hover {
        opacity: 50%;
        transition: all 0.3s; }
      body.home .post-inner div.product-list-block ul li a {
        display: block;
        height: 100%; }
      body.home .post-inner div.product-list-block ul li img {
        width: 190px; }
        @media (min-width: 320px) and (max-width: 767px) {
          body.home .post-inner div.product-list-block ul li img {
            width: 100%; } }
      body.home .post-inner div.product-list-block ul li h3 {
        margin: 6px 0 0 0;
        font-size: 1.4rem;
        font-weight: bold;
        color: #424242;
        text-align: center; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.home .post-inner .entry-content .product-items .product-item {
      width: 33%; } }
  body.home .post-inner div.blog-banner-group div {
    display: flex;
    justify-content: space-between; }
    @media (min-width: 320px) and (max-width: 767px) {
      body.home .post-inner div.blog-banner-group div {
        flex-flow: column; } }
    @media (min-width: 320px) and (max-width: 767px) {
      body.home .post-inner div.blog-banner-group div img {
        margin: 2rem auto;
        width: 80%; } }
  body.home .post-inner div.blog-banner-group [class*="__inner-container"] > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright) {
    margin: 0 0 0 0;
    width: auto; }
  body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    width: 266px;
    float: left; }
    @media (min-width: 320px) and (max-width: 767px) {
      body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        width: 100%; } }
    body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) .thumbnailimage {
      margin: 0 auto; }
    body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) h4 {
      font-weight: 800;
      margin: 9px 0 13px 0;
      font-size: 2rem;
      border-bottom: #BFBFBF dotted 2px;
      width: 95%;
      height: 50px; }
      @media (min-width: 320px) and (max-width: 767px) {
        body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) h4 {
          width: 100%; } }
    body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul {
      margin: 0 0 0 0; }
      body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li {
        margin: 0 0 15px 0;
        list-style: none;
        font-size: 1.4rem;
        line-height: 1.5rem;
        width: 266px; }
        body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li:hover {
          background-color: #ececec; }
        @media (min-width: 320px) and (max-width: 767px) {
          body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li {
            width: 100%; } }
        body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li a {
          color: inherit; }
        body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li img {
          width: 120px;
          height: 60px;
          object-fit: cover;
          float: left; }
        body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li .dummybox {
          width: 120px;
          height: 60px;
          float: left;
          border: 1px solid #dcdcdc; }
        body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li div.blogattr {
          width: 146px;
          float: left;
          padding: 0 10px 0 8px; }
          body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li div.blogattr span.datestr {
            vertical-align: top;
            font-size: 1.4rem;
            color: #9c9c9c;
            width: auto; }
            body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li div.blogattr span.datestr.newentry {
              color: #4f5aa7;
              font-weight: bold; }
          body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li div.blogattr span.authorstr {
            vertical-align: top;
            font-size: 1.0rem; }
            body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li div.blogattr span.authorstr svg {
              height: 8px;
              width: 10px;
              display: inline-block; }
          body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li div.blogattr span.labelarea {
            margin: 0 0 2px 0; }
            body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li div.blogattr span.labelarea span.newpost {
              font-size: 0.9rem; }
        body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li div.blogtitle {
          padding: 3px 15px 8px 0px;
          height: 47px; }
          body.home .post-inner .blog-entry-block:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) ul li div.blogtitle span.title {
            display: block;
            line-height: 1.4rem;
            font-weight: bold;
            color: #4b5c7b; }
  body.home .post-inner .info-items {
    font-size: 1.4rem;
    margin: 0 0 0 0; }
    body.home .post-inner .info-items li.info-item {
      clear: both;
      list-style: none;
      margin: 0.3rem 0 20px 0; }
      body.home .post-inner .info-items li.info-item .dummybox {
        width: 180px;
        height: 90px;
        float: left;
        border: 1px solid #dcdcdc; }
      body.home .post-inner .info-items li.info-item img {
        width: 180px;
        height: 90px;
        object-fit: cover;
        float: left; }
      body.home .post-inner .info-items li.info-item .descarea {
        float: left;
        padding: 0 0 0 20px; }
        body.home .post-inner .info-items li.info-item .descarea span.datestr-infolist {
          display: inline;
          float: none;
          float: none; }
        body.home .post-inner .info-items li.info-item .descarea span.title {
          display: block;
          font-weight: bold;
          font-size: 16px; }
        @media (min-width: 320px) and (max-width: 767px) {
          body.home .post-inner .info-items li.info-item .descarea {
            padding: 10px 0 20px 0; }
            body.home .post-inner .info-items li.info-item .descarea span.title {
              display: block; } }
  body.home .post-inner .continue-wrap {
    clear: both; }
    body.home .post-inner .continue-wrap .continuebutton {
      background-color: #4e77ea;
      color: #ffffff;
      padding: 0;
      border-radius: 1px;
      float: right; }
      body.home .post-inner .continue-wrap .continuebutton:hover {
        opacity: 50%;
        transition: all 0.3s; }
      body.home .post-inner .continue-wrap .continuebutton a {
        color: #ffffff;
        font-size: 1.2rem;
        line-height: 1.3; }
  body.home .post-inner div.wp-block-media-text.donate-block {
    border: 1px solid rgba(0, 0, 0, 0.125);
    border-radius: 0.25rem; }
    body.home .post-inner div.wp-block-media-text.donate-block .wp-block-media-text__media {
      padding: 20px 30px 20px 30px; }
    @media (min-width: 320px) and (max-width: 767px) {
      body.home .post-inner div.wp-block-media-text.donate-block img {
        width: 40%;
        margin: 0 auto; } }
  body.home .post-inner .list-zipdownloadnews {
    font-size: 14px;
    font-family: sans-serif; }
    body.home .post-inner .list-zipdownloadnews img {
      width: 95%;
      text-align: center;
      margin: 0 auto 20px; }
    body.home .post-inner .list-zipdownloadnews ul {
      margin: 0 0 0 10px; }
      body.home .post-inner .list-zipdownloadnews ul li {
        font-size: 14px; }
    body.home .post-inner .list-zipdownloadnews .loginlink {
      text-align: right;
      margin: 10px 0 0 0; }

/* blog	category otonajoshi */
body.archive .header-footer-group .color-accent {
  display: none; }
body.archive main > article:first-of-type {
  padding: 3rem 0 8rem; }
body.archive .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: none;
  width: 80rem; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.archive .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
      width: calc(100% - 1rem); } }
body.archive .archive-header {
  text-align: left;
  font-size: 1.5rem;
  font-weight: normal; }
  body.archive .archive-header .archive-header-inner {
    width: 80rem;
    padding-top: 10px; }
    body.archive .archive-header .archive-header-inner .archive-title-block {
      float: left; }
    @media (min-width: 320px) and (max-width: 767px) {
      body.archive .archive-header .archive-header-inner {
        width: calc(100% - 1rem); } }
    body.archive .archive-header .archive-header-inner h1 {
      font-size: 3rem;
      font-weight: bold;
      display: inline; }
    body.archive .archive-header .archive-header-inner .intro-text {
      margin: 0 0 0 0;
      font-size: 1.4rem; }
  body.archive .archive-header .archive-ymlist {
    float: right; }
    body.archive .archive-header .archive-ymlist .form-control {
      font-size: 1.8rem; }
body.archive .section-inner.medium {
  width: 80rem;
  text-align: left; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.archive .section-inner.medium {
      width: calc(100% - 1rem); } }
body.archive article {
  padding: 0 0 13rem 0; }
  body.archive article .entry-header h2 {
    margin-top: 3rem; }
  body.archive article .entry-header .post-meta-wrapper {
    margin: 0 0 0 0; }
    body.archive article .entry-header .post-meta-wrapper.post-meta-single-top .post-meta {
      justify-content: left; }
body.archive .featured-media {
  margin-top: 2rem; }
body.archive .post-inner {
  padding-top: 0; }
  body.archive .post-inner .entry-content p {
    margin-bottom: 1rem; }
    body.archive .post-inner .entry-content p .continuebutton {
      background-color: #4e77ea;
      color: #ffffff;
      padding: 2px;
      border-radius: 4px;
      float: right; }
      body.archive .post-inner .entry-content p .continuebutton:hover {
        opacity: 50%;
        transition: all 0.3s; }
      body.archive .post-inner .entry-content p .continuebutton a {
        color: #ffffff;
        font-size: 1.4rem;
        font-weight: bold; }
  body.archive .post-inner .continue-reading {
    text-align: right; }
body.archive .post-meta-wrapper {
  margin-top: 0; }
  body.archive .post-meta-wrapper .post-meta li.post-edit {
    margin-top: 0; }
body.archive .pagination-wrapper {
  width: 80rem; }

/* blog category stagffblog	*/
body.category-staffblog .entry-header,
body.author .entry-header {
  margin-bottom: 2rem; }
body.category-staffblog .featured-media,
body.author .featured-media {
  margin-top: 0; }
  body.category-staffblog .featured-media .featured-media-inner img,
  body.author .featured-media .featured-media-inner img {
    width: 30rem;
    float: left; }
    @media (min-width: 320px) and (max-width: 767px) {
      body.category-staffblog .featured-media .featured-media-inner img,
      body.author .featured-media .featured-media-inner img {
        width: 30%; } }
body.category-staffblog .has-post-thumbnail .entry-content p,
body.author .has-post-thumbnail .entry-content p {
  padding-left: 32rem; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.category-staffblog .has-post-thumbnail .entry-content p,
    body.author .has-post-thumbnail .entry-content p {
      padding-left: 30%; } }

/* おしらせアーカイブページ info	*/
body.post-type-archive-info .archive-header .archive-header-inner h1.archive-title {
  font-size: 3rem; }
body.post-type-archive-info article .entry-header h2 {
  font-size: 2rem; }
body.post-type-archive-info .post-author {
  display: none; }

/* search template	*/
body.search #site-content .section-inner {
  max-width: 80rem;
  text-align: left; }
  body.search #site-content .section-inner .post-meta-single {
    margin: 1rem 0 0 0; }
  body.search #site-content .section-inner .post-meta-single-top .post-meta {
    justify-content: left; }
body.search #site-content .post-inner {
  padding-top: 0; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.search #site-content .post-inner {
      width: calc(100% - 4rem);
      margin: 0 auto; } }
body.search .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 80rem; }

/* Q&Aページ post-type qa	*/
body.post-type-archive-qa #site-content .section-inner {
  width: 100rem;
  max-width: 100rem; }
body.post-type-archive-qa h1 {
  float: left; }
body.post-type-archive-qa .qa-search-block {
  width: calc(100% - 1rem);
  margin: 0 auto 30px; }
  @media (min-width: 1220px) {
    body.post-type-archive-qa .qa-search-block {
      width: 100rem; } }
  body.post-type-archive-qa .qa-search-block .qa-search-block-inner {
    clear: both; }
    @media (min-width: 1220px) {
      body.post-type-archive-qa .qa-search-block .qa-search-block-inner {
        float: right;
        width: 50%;
        clear: none; } }
    body.post-type-archive-qa .qa-search-block .qa-search-block-inner .search-form {
      display: inline; }
      body.post-type-archive-qa .qa-search-block .qa-search-block-inner .search-form input[type="search"] {
        padding: 0.8rem 1rem;
        margin: 0 0 0.8rem 0;
        width: 400px; }
        @media (min-width: 320px) and (max-width: 767px) {
          body.post-type-archive-qa .qa-search-block .qa-search-block-inner .search-form input[type="search"] {
            width: 100%; } }
      body.post-type-archive-qa .qa-search-block .qa-search-block-inner .search-form label {
        float: left;
        width: auto; }
        @media (min-width: 320px) and (max-width: 767px) {
          body.post-type-archive-qa .qa-search-block .qa-search-block-inner .search-form label {
            float: left;
            width: 75%; } }
      body.post-type-archive-qa .qa-search-block .qa-search-block-inner .search-form .search-submit {
        float: left;
        padding: 0.6em 1.44em;
        font-size: 1.7rem; }
        @media (min-width: 320px) and (max-width: 767px) {
          body.post-type-archive-qa .qa-search-block .qa-search-block-inner .search-form .search-submit {
            float: right;
            width: 25%;
            margin-left: 0;
            padding: 0.8em 1.44em; } }
      body.post-type-archive-qa .qa-search-block .qa-search-block-inner .search-form .btn-secondary:not(:disabled):not(.disabled).active {
        background-color: #2b83dc;
        border-color: #2e8bda; }
      body.post-type-archive-qa .qa-search-block .qa-search-block-inner .search-form .btn-group > .btn {
        font-size: 1.4rem;
        width: 124px;
        display: block; }
        @media (min-width: 320px) and (max-width: 767px) {
          body.post-type-archive-qa .qa-search-block .qa-search-block-inner .search-form .btn-group > .btn {
            width: auto; } }
    @media (min-width: 320px) and (max-width: 767px) {
      body.post-type-archive-qa .qa-search-block .qa-search-block-inner .btn-group {
        width: 100%; } }
body.post-type-archive-qa #qa-accordion {
  width: calc(100% - 1rem);
  margin: 0 auto;
  padding: 20px 0 0 0; }
  @media (min-width: 1220px) {
    body.post-type-archive-qa #qa-accordion {
      width: 100rem; } }
  body.post-type-archive-qa #qa-accordion header {
    text-align: left; }
    body.post-type-archive-qa #qa-accordion header .ui-icon {
      margin-top: 0.2em;
      float: left; }
    body.post-type-archive-qa #qa-accordion header .section-inner.medium {
      width: 100%;
      max-width: 100rem; }
      body.post-type-archive-qa #qa-accordion header .section-inner.medium h2.entry-title {
        font-size: 1.8rem;
        float: left;
        max-width: calc(100% - 2rem);
        margin: 3px 0 3px 0; }
      body.post-type-archive-qa #qa-accordion header .section-inner.medium .keyword-block {
        display: flex;
        justify-content: flex-end;
        float: right; }
        body.post-type-archive-qa #qa-accordion header .section-inner.medium .keyword-block span.keywordtag {
          background-color: #4e4e4e;
          color: #ffffff;
          padding: 5px;
          margin: 2px 5px 0 5px;
          border-radius: 3px;
          font-size: 1rem; }
          body.post-type-archive-qa #qa-accordion header .section-inner.medium .keyword-block span.keywordtag.maincategory-bicycle {
            background-color: #3e8e4b; }
          body.post-type-archive-qa #qa-accordion header .section-inner.medium .keyword-block span.keywordtag.maincategory-motorcycle {
            background-color: #a55353; }
  body.post-type-archive-qa #qa-accordion .post-inner {
    padding-top: 1rem; }
    @media (min-width: 320px) and (max-width: 767px) {
      body.post-type-archive-qa #qa-accordion .post-inner {
        padding: 1rem; } }
    body.post-type-archive-qa #qa-accordion .post-inner .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
      width: 100%;
      max-width: 100rem; }
    body.post-type-archive-qa #qa-accordion .post-inner .entry-content {
      font-size: 1.6rem; }
    body.post-type-archive-qa #qa-accordion .post-inner .section-inner {
      width: 100%; }
      body.post-type-archive-qa #qa-accordion .post-inner .section-inner .post-meta-wrapper {
        max-width: none; }
  body.post-type-archive-qa #qa-accordion .ui-widget-content a {
    color: #007bff; }
  body.post-type-archive-qa #qa-accordion .ui-state-active {
    background: #3f7cb9;
    border: 1px solid #3f7cb9; }
body.post-type-archive-qa .search-result .section-inner.thin {
  max-width: 100rem; }

/* 固定ページ 製品情報 リストページ products list page	*/
body.page-products header.entry-header {
  max-width: 100rem; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.page-products header.entry-header {
      width: calc(100% - 1rem); } }
  body.page-products header.entry-header .entry-header-inner.section-inner {
    text-align: left;
    margin: 1rem 0 3rem 0;
    width: 100%; }
    @media (min-width: 320px) and (max-width: 767px) {
      body.page-products header.entry-header .entry-header-inner.section-inner {
        margin: 1rem 0 1rem 0; } }
    body.page-products header.entry-header .entry-header-inner.section-inner .breadcrumb-list {
      text-align: left;
      font-size: 1.4rem; }
      body.page-products header.entry-header .entry-header-inner.section-inner .breadcrumb-list a {
        color: #212529; }
    body.page-products header.entry-header .entry-header-inner.section-inner h1 {
      font-size: 3rem;
      font-weight: bold;
      margin-top: 2rem;
      display: inline; }
body.page-products .post-inner {
  padding-top: 0rem; }
  body.page-products .post-inner .entry-content {
    max-width: 100rem;
    /* 1000px	*/
    width: calc(100% - 1rem); }
    @media (min-width: 1220px) {
      body.page-products .post-inner .entry-content {
        width: 100%; } }
    @media (min-width: 768px) and (max-width: 1219px) {
      body.page-products .post-inner .entry-content {
        max-width: 80rem; } }
    body.page-products .post-inner .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
      max-width: 100rem; }
      @media (min-width: 320px) and (max-width: 767px) {
        body.page-products .post-inner .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
          width: calc(100% - 1rem); } }
    body.page-products .post-inner .entry-content h2 {
      font-size: 4rem;
      font-weight: bold;
      border-bottom: #BFBFBF dotted 1px; }
      @media (min-width: 320px) and (max-width: 767px) {
        body.page-products .post-inner .entry-content h2 {
          font-size: 3rem; } }
      body.page-products .post-inner .entry-content h2 .small {
        font-size: 1.4rem;
        padding-left: 20px; }
        @media (min-width: 320px) and (max-width: 767px) {
          body.page-products .post-inner .entry-content h2 .small {
            display: block;
            padding-left: 0; } }
    body.page-products .post-inner .entry-content .tekigou-button {
      width: 100%; }
      body.page-products .post-inner .entry-content .tekigou-button a {
        display: block; }
        body.page-products .post-inner .entry-content .tekigou-button a:hover {
          text-decoration: none; }
    body.page-products .post-inner .entry-content .product-list-block .product-items {
      margin: 0;
      font-size: 1.2rem; }
      body.page-products .post-inner .entry-content .product-list-block .product-items li {
        width: 240px;
        margin: 4px 0 0 0px;
        text-align: left;
        font-weight: bold;
        padding: 3px 2px 3px 2px; }
        @media (min-width: 320px) and (max-width: 767px) {
          body.page-products .post-inner .entry-content .product-list-block .product-items li {
            width: 33%;
            font-size: 0.9rem; } }
        body.page-products .post-inner .entry-content .product-list-block .product-items li a {
          align-items: center; }
        body.page-products .post-inner .entry-content .product-list-block .product-items li img {
          width: 200px;
          width: 100%;
          margin-right: 6px;
          vertical-align: middle; }
        body.page-products .post-inner .entry-content .product-list-block .product-items li:hover {
          background-color: #dcdcdc;
          transition: all 0.3s; }
        body.page-products .post-inner .entry-content .product-list-block .product-items li .product-item-desc {
          text-align: center;
          font-size: 1.4rem; }
          @media (min-width: 320px) and (max-width: 767px) {
            body.page-products .post-inner .entry-content .product-list-block .product-items li .product-item-desc {
              line-height: 1.8rem; } }

/* ハヤワザ用テンプレート	*/
body.single-products-hayawaza {
  color: #ffffff; }
  body.single-products-hayawaza article.products .entry-content {
    background-color: #13141b; }
    body.single-products-hayawaza article.products .entry-content h2 {
      background-color: #CB3D04;
      color: #ffffff;
      text-align: center;
      padding: 1rem 0 1rem 0;
      border: none;
      margin-top: 1rem; }
    body.single-products-hayawaza article.products .entry-content h3 {
      color: #cb3d04;
      padding: 0 1rem 3rem 1rem;
      text-align: center; }
    body.single-products-hayawaza article.products .entry-content p {
      padding: 0 1rem 0 1rem; }
    body.single-products-hayawaza article.products .entry-content .wp-block-columns.feature-etc .wp-block-column {
      margin-left: 0;
      font-size: 1.6rem; }
    body.single-products-hayawaza article.products .entry-content .size-table td:nth-child(2) {
      width: 50%; }
      @media (min-width: 320px) and (max-width: 767px) {
        body.single-products-hayawaza article.products .entry-content .size-table td:nth-child(2) {
          width: 80%; } }

/* info & blog single post	*/
body.single .entry-header, body.single-post .entry-header {
  width: 80rem; }
  body.single .entry-header .section-inner, body.single-post .entry-header .section-inner {
    width: 100%; }
    body.single .entry-header .section-inner .breadcrumb-list, body.single-post .entry-header .section-inner .breadcrumb-list {
      text-align: left;
      font-size: 1.4rem; }
      body.single .entry-header .section-inner .breadcrumb-list a, body.single-post .entry-header .section-inner .breadcrumb-list a {
        color: #212529; }
    body.single .entry-header .section-inner h1, body.single-post .entry-header .section-inner h1 {
      font-size: 3rem;
      font-weight: bold; }
    body.single .entry-header .section-inner .post-meta-wrapper, body.single-post .entry-header .section-inner .post-meta-wrapper {
      margin: 0 0 0 0;
      text-align: left; }
      body.single .entry-header .section-inner .post-meta-wrapper ul, body.single-post .entry-header .section-inner .post-meta-wrapper ul {
        justify-content: left; }
  body.single .entry-header h1.entry-title, body.single-post .entry-header h1.entry-title {
    text-align: left;
    margin-top: 2rem; }
body.single .featured-media img, body.single-post .featured-media img {
  max-height: 500px;
  width: auto; }
body.single .featured-media::before, body.single-post .featured-media::before {
  background-color: transparent; }
body.single .post-inner, body.single-post .post-inner {
  padding-top: 4rem; }
body.single nav.pagination-single, body.single-post nav.pagination-single {
  width: 80rem;
  font-size: 1.4rem;
  font-weight: normal; }

/* ブログ、カスタム投稿 製品情報 詳細ページ product detail page	*/
body.single header.entry-header {
  width: 80rem; }
  @media (min-width: 320px) and (max-width: 767px) {
    body.single header.entry-header {
      width: calc( 100% - 1rem ); } }
  body.single header.entry-header .entry-header-inner.section-inner {
    text-align: left;
    margin: 1rem 0 3rem 0;
    width: 100%; }
    body.single header.entry-header .entry-header-inner.section-inner .breadcrumb-list {
      text-align: left;
      font-size: 1.4rem; }
      body.single header.entry-header .entry-header-inner.section-inner .breadcrumb-list a {
        color: #001BA0; }
        body.single header.entry-header .entry-header-inner.section-inner .breadcrumb-list a:hover {
          text-decoration: none;
          color: #379c95; }
    body.single header.entry-header .entry-header-inner.section-inner h1 {
      font-size: 3rem;
      font-weight: bold;
      margin-top: 2rem; }
body.single .post-inner {
  padding-top: 2rem; }
  body.single .post-inner .wp-block-table tr td:first-child {
    width: 25rem; }

/* 固定ページ 企業情報ページ 会社概要(company)、こだわり(kodawari)、アクセス(access)	*/
body.page-company .top-image, body.page-kodawari .top-image, body.page-access .top-image {
  background-image: url(assets/images/policy-saidan1.jpg);
  background-size: cover;
  height: 345px;
  background-position: center 65%; }
  body.page-company .top-image .company-container, body.page-kodawari .top-image .company-container, body.page-access .top-image .company-container {
    max-width: 80rem;
    margin: 0 auto;
    padding-top: 50px; }
    @media (min-width: 320px) and (max-width: 767px) {
      body.page-company .top-image .company-container, body.page-kodawari .top-image .company-container, body.page-access .top-image .company-container {
        padding-left: 2%; } }
    body.page-company .top-image .company-container h3, body.page-kodawari .top-image .company-container h3, body.page-access .top-image .company-container h3 {
      color: #ffffff;
      font-weight: 400;
      font-size: 5rem;
      text-shadow: 1px 1px 1px #5d5d5d, -1px 1px 1px #5d5d5d, 1px -1px 1px #5d5d5d, -1px -1px 1px #5d5d5d; }
      body.page-company .top-image .company-container h3 .company-type, body.page-kodawari .top-image .company-container h3 .company-type, body.page-access .top-image .company-container h3 .company-type {
        font-size: 3rem; }
        @media (min-width: 320px) and (max-width: 767px) {
          body.page-company .top-image .company-container h3 .company-type, body.page-kodawari .top-image .company-container h3 .company-type, body.page-access .top-image .company-container h3 .company-type {
            display: block; } }
    body.page-company .top-image .company-container .company-name, body.page-kodawari .top-image .company-container .company-name, body.page-access .top-image .company-container .company-name {
      color: #ffffff;
      font-size: 2rem;
      font-weight: 800;
      text-shadow: 1px 1px 1px #5d5d5d, -1px 1px 1px #5d5d5d, 1px -1px 1px #5d5d5d, -1px -1px 1px #5d5d5d; }
body.page-company .top-image-access, body.page-kodawari .top-image-access, body.page-access .top-image-access {
  background-image: url(assets/images/syaoku.jpg); }
body.page-company header.entry-header, body.page-kodawari header.entry-header, body.page-access header.entry-header {
  width: 80rem; }
  body.page-company header.entry-header .entry-header-inner.section-inner, body.page-kodawari header.entry-header .entry-header-inner.section-inner, body.page-access header.entry-header .entry-header-inner.section-inner {
    text-align: left;
    margin: 1rem 0 3rem 0;
    width: 100%; }
    body.page-company header.entry-header .entry-header-inner.section-inner .breadcrumb-list, body.page-kodawari header.entry-header .entry-header-inner.section-inner .breadcrumb-list, body.page-access header.entry-header .entry-header-inner.section-inner .breadcrumb-list {
      text-align: left;
      font-size: 1.4rem; }
      body.page-company header.entry-header .entry-header-inner.section-inner .breadcrumb-list a, body.page-kodawari header.entry-header .entry-header-inner.section-inner .breadcrumb-list a, body.page-access header.entry-header .entry-header-inner.section-inner .breadcrumb-list a {
        color: #212529; }
    body.page-company header.entry-header .entry-header-inner.section-inner h1, body.page-kodawari header.entry-header .entry-header-inner.section-inner h1, body.page-access header.entry-header .entry-header-inner.section-inner h1 {
      font-size: 3rem;
      font-weight: bold;
      margin-top: 2rem;
      display: inline; }
body.page-company .post-inner, body.page-kodawari .post-inner, body.page-access .post-inner {
  padding-top: 2rem; }
body.page-company .entry-content h2, body.page-kodawari .entry-content h2, body.page-access .entry-content h2 {
  font-size: 4rem;
  font-weight: bold;
  border-bottom: #BFBFBF dotted 1px; }
  body.page-company .entry-content h2 .small, body.page-kodawari .entry-content h2 .small, body.page-access .entry-content h2 .small {
    font-size: 2.4rem;
    padding-left: 20px; }
body.page-company .entry-content h3, body.page-kodawari .entry-content h3, body.page-access .entry-content h3 {
  font-size: 2rem;
  font-weight: bold; }
body.page-company .entry-content h3.company-name, body.page-kodawari .entry-content h3.company-name, body.page-access .entry-content h3.company-name {
  font-size: 3rem; }
body.page-company .entry-content .kodawari-desc, body.page-kodawari .entry-content .kodawari-desc, body.page-access .entry-content .kodawari-desc {
  font-size: 1.4rem;
  color: #6c757d; }
body.page-company .entry-content .poem-message, body.page-kodawari .entry-content .poem-message, body.page-access .entry-content .poem-message {
  font-family: 'TsukuARdGothic-Regular','ヒラギノ明朝 ProN','Hiragino Mincho ProN','Yu Mincho Light','YuMincho','Yu Mincho','游明朝体',sans-serif;
  font-size: 2.3rem;
  text-align: center;
  margin: 100px 0 100px 0;
  font-weight: 400;
  color: #212529; }
body.page-company .entry-content table, body.page-kodawari .entry-content table, body.page-access .entry-content table {
  margin: 0 0 0 0; }
  body.page-company .entry-content table tr td:first-child, body.page-kodawari .entry-content table tr td:first-child, body.page-access .entry-content table tr td:first-child {
    background-color: #dedede;
    font-weight: bold;
    width: 30%; }
  body.page-company .entry-content table td, body.page-kodawari .entry-content table td, body.page-access .entry-content table td {
    border: 1px solid #ccc; }
body.page-company .entry-content p.company-info, body.page-kodawari .entry-content p.company-info, body.page-access .entry-content p.company-info {
  line-height: 4rem; }
body.page-company .wp-block-gallery, body.page-kodawari .wp-block-gallery, body.page-access .wp-block-gallery {
  width: 100vw;
  max-width: 100vw;
  left: 50%;
  right: 50%;
  margin-left: -50vw;
  margin-right: -50vw; }
  body.page-company .wp-block-gallery ul li.blocks-gallery-item, body.page-kodawari .wp-block-gallery ul li.blocks-gallery-item, body.page-access .wp-block-gallery ul li.blocks-gallery-item {
    width: 33%;
    margin: 0 0 0 0;
    float: left; }
    @media (min-width: 320px) and (max-width: 767px) {
      body.page-company .wp-block-gallery ul li.blocks-gallery-item, body.page-kodawari .wp-block-gallery ul li.blocks-gallery-item, body.page-access .wp-block-gallery ul li.blocks-gallery-item {
        width: 100%; } }

/* singular	ブログ、QA、お知らせ、製品情報詳細ページ、 固定ページ、TOPページ、お知らせ一覧ページ */
.singular .entry-header, .archive .entry-header {
  padding: 0 0 0 0;
  background-color: inherit;
  max-width: 80rem;
  margin: 0 auto; }
  @media (min-width: 320px) and (max-width: 767px) {
    .singular .entry-header, .archive .entry-header {
      width: calc(100% - 1rem); } }
  .singular .entry-header .entry-header-inner, .archive .entry-header .entry-header-inner {
    text-align: left;
    margin: 0 0 0 0; }
    .singular .entry-header .entry-header-inner h1, .archive .entry-header .entry-header-inner h1 {
      font-size: 1.4rem;
      margin-top: 1rem; }
.singular .entry-content, .archive .entry-content {
  max-width: 80rem;
  /* 800px	*/
  margin: 0 auto; }
  @media (min-width: 320px) and (max-width: 767px) {
    .singular .entry-content, .archive .entry-content {
      max-width: none; } }
  .singular .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), .archive .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: 80rem; }
    @media (min-width: 320px) and (max-width: 767px) {
      .singular .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), .archive .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        max-width: none; } }
    @media (min-width: 768px) and (max-width: 1219px) {
      .singular .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide), .archive .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
        max-width: none; } }
  .singular .entry-content h2, .archive .entry-content h2 {
    font-size: 4rem;
    font-weight: bold;
    border-bottom: #BFBFBF dotted 1px; }
    .singular .entry-content h2 .small, .archive .entry-content h2 .small {
      font-size: 2.4rem;
      padding-left: 20px; }
  .singular .entry-content form select.select-sex, .archive .entry-content form select.select-sex {
    width: 100px;
    height: 40px; }
  .singular .entry-content form select.select-kind, .archive .entry-content form select.select-kind {
    width: 360px;
    height: 40px; }
  .singular .entry-content form textarea.productinfo, .archive .entry-content form textarea.productinfo {
    height: 25rem; }
  .singular .entry-content form textarea.message, .archive .entry-content form textarea.message {
    height: 20rem; }
  .singular .entry-content .contact-notice, .archive .entry-content .contact-notice {
    background-color: #d4edda;
    border-color: #c3e6cb;
    border-radius: 0.25rem;
    color: #155724;
    padding: 0.75rem 1.25rem; }
  .singular .entry-content form div.contact-button, .archive .entry-content form div.contact-button {
    text-align: center;
    margin-top: 40px;
    font-family: sans-serif; }
    .singular .entry-content form div.contact-button input[type="submit"], .archive .entry-content form div.contact-button input[type="submit"] {
      font-size: 2rem; }
  .singular .entry-content form span.required, .archive .entry-content form span.required {
    color: #ff0000; }
  .singular .entry-content form .button-back, .archive .entry-content form .button-back {
    padding: 1rem;
    background-color: #9e9e9e;
    margin-right: 3rem; }
.singular .post-inner, .archive .post-inner {
  max-width: 100rem;
  margin: 0 auto;
  padding-top: 2rem; }
  @media (min-width: 320px) and (max-width: 767px) {
    .singular .post-inner, .archive .post-inner {
      width: calc(100% - 1rem); } }
  .singular .post-inner .entry-content .product-list-block, .archive .post-inner .entry-content .product-list-block {
    margin-bottom: 40px; }
  .singular .post-inner .entry-content .product-items, .archive .post-inner .entry-content .product-items {
    display: flex;
    flex-wrap: wrap; }
    .singular .post-inner .entry-content .product-items .product-item, .archive .post-inner .entry-content .product-items .product-item {
      display: inline-block;
      margin: 0 0 50px 0;
      padding: 3px 3px 3px 3px;
      width: 200px;
      text-align: center;
      vertical-align: top; }
      .singular .post-inner .entry-content .product-items .product-item a, .archive .post-inner .entry-content .product-items .product-item a {
        display: block; }
      @media (min-width: 320px) and (max-width: 767px) {
        .singular .post-inner .entry-content .product-items .product-item, .archive .post-inner .entry-content .product-items .product-item {
          width: 50%; } }
      .singular .post-inner .entry-content .product-items .product-item .img-wrap, .archive .post-inner .entry-content .product-items .product-item .img-wrap {
        height: 192px;
        position: relative; }
        @media (min-width: 320px) and (max-width: 767px) {
          .singular .post-inner .entry-content .product-items .product-item .img-wrap, .archive .post-inner .entry-content .product-items .product-item .img-wrap {
            min-height: 45vw; } }
        .singular .post-inner .entry-content .product-items .product-item .img-wrap .speciallabelblock, .archive .post-inner .entry-content .product-items .product-item .img-wrap .speciallabelblock {
          position: absolute;
          left: 5px;
          top: 5px;
          z-index: 1; }
          .singular .post-inner .entry-content .product-items .product-item .img-wrap .speciallabelblock .speciallabel, .archive .post-inner .entry-content .product-items .product-item .img-wrap .speciallabelblock .speciallabel {
            width: 45px;
            height: 45px;
            border-radius: 50%;
            font-size: 1.2rem;
            font-weight: 800;
            padding: 13px 0 0 0;
            margin: 0 0 5px 0; }
            @media (min-width: 320px) and (max-width: 767px) {
              .singular .post-inner .entry-content .product-items .product-item .img-wrap .speciallabelblock .speciallabel, .archive .post-inner .entry-content .product-items .product-item .img-wrap .speciallabelblock .speciallabel {
                width: 40px;
                height: 40px;
                font-size: 1rem;
                padding: 10px 0 0 0; } }
          .singular .post-inner .entry-content .product-items .product-item .img-wrap .speciallabelblock .new-item, .archive .post-inner .entry-content .product-items .product-item .img-wrap .speciallabelblock .new-item {
            color: #f3d922;
            border: 2px solid #f3d922; }
          .singular .post-inner .entry-content .product-items .product-item .img-wrap .speciallabelblock .pop-item, .archive .post-inner .entry-content .product-items .product-item .img-wrap .speciallabelblock .pop-item {
            background-color: rgba(255, 255, 255, 0.5);
            color: #a82020;
            border: 2px solid #a82020; }
        .singular .post-inner .entry-content .product-items .product-item .img-wrap img, .archive .post-inner .entry-content .product-items .product-item .img-wrap img {
          max-height: 192px;
          position: absolute;
          right: 0;
          left: 0;
          top: 0;
          bottom: 0;
          margin: 0 auto; }
      .singular .post-inner .entry-content .product-items .product-item .additionallabelgroup, .archive .post-inner .entry-content .product-items .product-item .additionallabelgroup {
        margin-left: 10px; }
        .singular .post-inner .entry-content .product-items .product-item .additionallabelgroup .additionallabel, .archive .post-inner .entry-content .product-items .product-item .additionallabelgroup .additionallabel {
          background-color: #525c63;
          padding: 3px;
          border-radius: 2px;
          color: #ffffff;
          font-size: 0.9rem;
          font-weight: 800;
          margin: 2px 0 2px 0;
          float: left;
          margin-right: 2px; }
      .singular .post-inner .entry-content .product-items .product-item h3, .archive .post-inner .entry-content .product-items .product-item h3 {
        font-size: 1.2rem;
        font-weight: bold;
        margin: 0.5rem auto 0;
        height: 3.2rem;
        padding: 0 2rem 0 1rem;
        text-align: left; }
        @media (min-width: 320px) and (max-width: 767px) {
          .singular .post-inner .entry-content .product-items .product-item h3, .archive .post-inner .entry-content .product-items .product-item h3 {
            padding: 0 0.5rem 0 0.5rem; } }
      .singular .post-inner .entry-content .product-items .product-item h4, .archive .post-inner .entry-content .product-items .product-item h4 {
        font-size: 1.0rem;
        margin: 0 0 0 10px;
        color: #969696;
        height: 3rem;
        text-align: left;
        padding: 0 2rem 2rem 0; }
      .singular .post-inner .entry-content .product-items .product-item .color-variation, .archive .post-inner .entry-content .product-items .product-item .color-variation {
        height: 50px;
        width: 150px;
        padding: 0 0 0 10px;
        margin: 0 0 0 0;
        line-height: 21px;
        text-align: left; }
        @media (min-width: 320px) and (max-width: 767px) {
          .singular .post-inner .entry-content .product-items .product-item .color-variation, .archive .post-inner .entry-content .product-items .product-item .color-variation {
            padding: 0 0 0 0; } }
      .singular .post-inner .entry-content .product-items .product-item .item-desc, .archive .post-inner .entry-content .product-items .product-item .item-desc {
        font-size: 1.2rem;
        text-align: left;
        color: #212529; }
        .singular .post-inner .entry-content .product-items .product-item .item-desc h3, .archive .post-inner .entry-content .product-items .product-item .item-desc h3 {
          padding: 0 0 0 0; }
    .singular .post-inner .entry-content .product-items .product-tag-item h3, .archive .post-inner .entry-content .product-items .product-tag-item h3 {
      font-weight: normal;
      height: 2rem; }
    .singular .post-inner .entry-content .product-items .product-tag-item h4.title, .archive .post-inner .entry-content .product-items .product-tag-item h4.title {
      font-size: 1.3rem;
      font-weight: bold;
      color: #0a1495; }
      @media (min-width: 320px) and (max-width: 767px) {
        .singular .post-inner .entry-content .product-items .product-tag-item h4.title, .archive .post-inner .entry-content .product-items .product-tag-item h4.title {
          height: 5rem; } }
  .singular .post-inner .entry-content .product-new-item-block ul, .archive .post-inner .entry-content .product-new-item-block ul {
    justify-content: left;
    margin: 0 0 0 0; }
    .singular .post-inner .entry-content .product-new-item-block ul li.product-tag-item, .archive .post-inner .entry-content .product-new-item-block ul li.product-tag-item {
      width: 200px;
      height: 272px;
      margin: 0 0px 30px 0px; }
      @media (min-width: 320px) and (max-width: 767px) {
        .singular .post-inner .entry-content .product-new-item-block ul li.product-tag-item, .archive .post-inner .entry-content .product-new-item-block ul li.product-tag-item {
          width: 25%;
          height: auto; } }
      .singular .post-inner .entry-content .product-new-item-block ul li.product-tag-item .new-item-desc, .archive .post-inner .entry-content .product-new-item-block ul li.product-tag-item .new-item-desc {
        padding: 7px 0 7px 0; }
        .singular .post-inner .entry-content .product-new-item-block ul li.product-tag-item .new-item-desc h3, .archive .post-inner .entry-content .product-new-item-block ul li.product-tag-item .new-item-desc h3 {
          font-size: 1.0rem;
          height: 1.5rem;
          margin: 0 0 0 0; }
          @media (min-width: 320px) and (max-width: 767px) {
            .singular .post-inner .entry-content .product-new-item-block ul li.product-tag-item .new-item-desc h3, .archive .post-inner .entry-content .product-new-item-block ul li.product-tag-item .new-item-desc h3 {
              height: 2rem;
              font-size: 0.8rem;
              padding: 0 0 0 0; } }
        .singular .post-inner .entry-content .product-new-item-block ul li.product-tag-item .new-item-desc h4, .archive .post-inner .entry-content .product-new-item-block ul li.product-tag-item .new-item-desc h4 {
          padding: 0 0 0 0;
          height: 5rem; }
          @media (min-width: 320px) and (max-width: 767px) {
            .singular .post-inner .entry-content .product-new-item-block ul li.product-tag-item .new-item-desc h4, .archive .post-inner .entry-content .product-new-item-block ul li.product-tag-item .new-item-desc h4 {
              margin: 0 0 0 0;
              font-size: 1.0rem; } }
        @media (min-width: 320px) and (max-width: 767px) {
          .singular .post-inner .entry-content .product-new-item-block ul li.product-tag-item .new-item-desc .additionallabelgroup, .archive .post-inner .entry-content .product-new-item-block ul li.product-tag-item .new-item-desc .additionallabelgroup {
            display: none; } }
  .singular .post-inner .entry-content .product-items.ids-list, .archive .post-inner .entry-content .product-items.ids-list {
    display: flex;
    justify-content: space-between; }
    .singular .post-inner .entry-content .product-items.ids-list .product-item, .archive .post-inner .entry-content .product-items.ids-list .product-item {
      width: 32%;
      border: 1px solid #dcdcdc;
      border-radius: 4px;
      margin: 30px 3px 0 3px; }
      @media (min-width: 320px) and (max-width: 767px) {
        .singular .post-inner .entry-content .product-items.ids-list .product-item, .archive .post-inner .entry-content .product-items.ids-list .product-item {
          width: 49%;
          margin: 30px 1px 0 1px; } }
  .singular .post-inner .entry-content .collapsebtnblock, .archive .post-inner .entry-content .collapsebtnblock {
    text-align: right;
    width: 100%;
    margin-top: 2rem; }
    .singular .post-inner .entry-content .collapsebtnblock button:focus, .archive .post-inner .entry-content .collapsebtnblock button:focus {
      text-decoration: none; }
  .singular .post-inner .entry-content .post-items, .archive .post-inner .entry-content .post-items {
    display: flex;
    flex-wrap: wrap; }
    .singular .post-inner .entry-content .post-items .post-item, .archive .post-inner .entry-content .post-items .post-item {
      display: inline-block;
      margin: 0 0 50px 0;
      padding: 3px 3px 3px 3px;
      width: 200px;
      text-align: center;
      vertical-align: top; }
      .singular .post-inner .entry-content .post-items .post-item a, .archive .post-inner .entry-content .post-items .post-item a {
        display: block; }
      @media (min-width: 320px) and (max-width: 767px) {
        .singular .post-inner .entry-content .post-items .post-item, .archive .post-inner .entry-content .post-items .post-item {
          width: 50%;
          max-width: 192px; } }
      .singular .post-inner .entry-content .post-items .post-item .img-wrap, .archive .post-inner .entry-content .post-items .post-item .img-wrap {
        height: 192px;
        position: relative; }
        .singular .post-inner .entry-content .post-items .post-item .img-wrap img, .archive .post-inner .entry-content .post-items .post-item .img-wrap img {
          object-fit: cover;
          height: 192px;
          width: 192px;
          max-height: 192px;
          position: absolute;
          right: 0;
          left: 0;
          top: 0;
          bottom: 0;
          margin: 0 auto; }
      .singular .post-inner .entry-content .post-items .post-item h3, .archive .post-inner .entry-content .post-items .post-item h3 {
        font-size: 1.5rem;
        font-weight: bold;
        margin: 1rem auto 0;
        height: 3.2rem;
        padding: 0 2rem 0 0;
        text-align: left; }
        @media (min-width: 320px) and (max-width: 767px) {
          .singular .post-inner .entry-content .post-items .post-item h3, .archive .post-inner .entry-content .post-items .post-item h3 {
            padding: 0 0.5rem 0 0.5rem; } }
      .singular .post-inner .entry-content .post-items .post-item .taggroup, .archive .post-inner .entry-content .post-items .post-item .taggroup {
        text-align: left;
        margin-left: 2px; }
        .singular .post-inner .entry-content .post-items .post-item .taggroup h4.tag, .archive .post-inner .entry-content .post-items .post-item .taggroup h4.tag {
          padding: 5px 10px 5px 10px;
          border-radius: 15px;
          background-color: #797979;
          color: #fff;
          font-size: 12px;
          font-weight: bold; }
          .singular .post-inner .entry-content .post-items .post-item .taggroup h4.tag.shiso-sightseeing, .archive .post-inner .entry-content .post-items .post-item .taggroup h4.tag.shiso-sightseeing {
            background-color: #3d7575; }
          .singular .post-inner .entry-content .post-items .post-item .taggroup h4.tag.shiso-food, .archive .post-inner .entry-content .post-items .post-item .taggroup h4.tag.shiso-food {
            background-color: #b48263; }
          .singular .post-inner .entry-content .post-items .post-item .taggroup h4.tag.shiso-shopping, .archive .post-inner .entry-content .post-items .post-item .taggroup h4.tag.shiso-shopping {
            background-color: #894679; }
      .singular .post-inner .entry-content .post-items .post-item h4.tag, .archive .post-inner .entry-content .post-items .post-item h4.tag {
        display: inline;
        font-size: 1.0rem;
        color: #969696;
        height: 3rem;
        text-align: left;
        padding: 0 2rem 2rem 0; }
      .singular .post-inner .entry-content .post-items .post-item div.excerpt, .archive .post-inner .entry-content .post-items .post-item div.excerpt {
        font-size: 1.2rem;
        color: #5f5f5f;
        margin: 13px 0 0 0;
        text-align: left; }
  .singular .post-inner .entry-content .embed-post.ids-list .product-item, .archive .post-inner .entry-content .embed-post.ids-list .product-item {
    width: 100%;
    margin: 20px 0 0 0;
    padding: 15px 15px 15px 15px; }
    @media (min-width: 320px) and (max-width: 767px) {
      .singular .post-inner .entry-content .embed-post.ids-list .product-item, .archive .post-inner .entry-content .embed-post.ids-list .product-item {
        padding: 5px 5px 5px 5px; } }
    .singular .post-inner .entry-content .embed-post.ids-list .product-item .img-wrap, .archive .post-inner .entry-content .embed-post.ids-list .product-item .img-wrap {
      float: left; }
      .singular .post-inner .entry-content .embed-post.ids-list .product-item .img-wrap img, .archive .post-inner .entry-content .embed-post.ids-list .product-item .img-wrap img {
        position: relative; }
    .singular .post-inner .entry-content .embed-post.ids-list .product-item .title-wrap, .archive .post-inner .entry-content .embed-post.ids-list .product-item .title-wrap {
      padding: 0 0 0 205px;
      text-align: left;
      font-size: 14px;
      font-weight: 400;
      line-height: 1.5;
      color: #8c8f94; }
      .singular .post-inner .entry-content .embed-post.ids-list .product-item .title-wrap h3, .archive .post-inner .entry-content .embed-post.ids-list .product-item .title-wrap h3 {
        margin: 0 0 0 0;
        font-weight: 600;
        font-size: 22px;
        line-height: 1.3;
        color: #2c3338;
        padding: 0;
        height: auto; }
      .singular .post-inner .entry-content .embed-post.ids-list .product-item .title-wrap h4, .archive .post-inner .entry-content .embed-post.ids-list .product-item .title-wrap h4 {
        margin: 0 0 0 0;
        font-size: 1.3rem;
        padding: 0;
        height: auto; }
.singular article.products h2, .archive article.products h2 {
  font-size: 3rem;
  font-weight: bold;
  border-bottom: 3px solid #757575;
  margin-top: 12rem; }
.singular article.products h3, .archive article.products h3 {
  font-size: 2rem;
  font-weight: 800;
  margin-bottom: 1rem; }
.singular article.products .maker-link, .archive article.products .maker-link {
  margin: 0 0 0 0; }
  .singular article.products .maker-link .wp-block-column, .archive article.products .maker-link .wp-block-column {
    margin: 0 0 0 0;
    font-size: 1.8rem;
    font-weight: 800; }
  .singular article.products .maker-link .wp-block-column, .archive article.products .maker-link .wp-block-column {
    margin-bottom: 0; }
    .singular article.products .maker-link .wp-block-column p, .archive article.products .maker-link .wp-block-column p {
      margin-bottom: 1rem; }
.singular article.products .raincover-series-table table, .archive article.products .raincover-series-table table {
  margin: 0 0 0 0; }
.singular article.products .wp-block-table tr td:first-child, .singular article.products .wp-block-table tr th, .archive article.products .wp-block-table tr td:first-child, .archive article.products .wp-block-table tr th {
  background-color: #273035;
  color: #ffffff;
  font-weight: bold; }
.singular article.products .wp-block-table tr td:last-child, .archive article.products .wp-block-table tr td:last-child {
  font-size: 1.4rem; }
  @media (min-width: 320px) and (max-width: 767px) {
    .singular article.products .wp-block-table tr td:last-child, .archive article.products .wp-block-table tr td:last-child {
      width: 70%; } }
.singular article.products .wp-block-table tr td small, .archive article.products .wp-block-table tr td small {
  display: block;
  line-height: 1.5rem; }
.singular article.products .wp-block-table.normaltable tr td:first-child, .singular article.products .wp-block-table.normaltable tr th, .archive article.products .wp-block-table.normaltable tr td:first-child, .archive article.products .wp-block-table.normaltable tr th {
  background-color: inherit;
  color: inherit;
  font-weight: normal; }
.singular article.products .wp-block-table.normaltable tr td:last-child, .archive article.products .wp-block-table.normaltable tr td:last-child {
  font-size: 1.4rem;
  width: auto; }
.singular article.products .wp-block-table.nomargin table, .archive article.products .wp-block-table.nomargin table {
  margin-top: 0px; }
.singular article.products .raincover-series-table table, .archive article.products .raincover-series-table table {
  border: none; }
  .singular article.products .raincover-series-table table tr td, .singular article.products .raincover-series-table table tr td:first-child, .singular article.products .raincover-series-table table tr td:last-child, .archive article.products .raincover-series-table table tr td, .archive article.products .raincover-series-table table tr td:first-child, .archive article.products .raincover-series-table table tr td:last-child {
    width: auto;
    background-color: transparent;
    color: #212529;
    border: none;
    font-weight: normal;
    font-size: 1.4rem; }
  .singular article.products .raincover-series-table table tr td:hover, .archive article.products .raincover-series-table table tr td:hover {
    opacity: 50%;
    transition: all 0.3s; }
.singular article.products p.btn a, .archive article.products p.btn a {
  color: #ffffff; }
.singular article.products .card h2, .archive article.products .card h2 {
  border: none;
  margin-top: 0; }
  .singular article.products .card h2 .btn, .archive article.products .card h2 .btn {
    font-size: 1.8rem;
    font-weight: bold; }
  .singular article.products .card h2 .btn-link:hover, .archive article.products .card h2 .btn-link:hover {
    text-decoration: none; }
.singular article.products .card .ui-icon, .archive article.products .card .ui-icon {
  display: none; }
.singular article.products .card .card-header p, .archive article.products .card .card-header p {
  margin-bottom: 0rem; }
.singular article.products .card .ui-accordion-content, .archive article.products .card .ui-accordion-content {
  padding: 1rem 1rem; }
.singular article.products .wp-block-column figcaption, .archive article.products .wp-block-column figcaption {
  text-align: center; }
.singular article.products table.magisita, .archive article.products table.magisita {
  margin-top: 0;
  margin-bottom: 8rem; }
  .singular article.products table.magisita thead tr th, .archive article.products table.magisita thead tr th {
    background: #32384A;
    color: #FFFFFF;
    font-weight: 600; }
  .singular article.products table.magisita th, .archive article.products table.magisita th {
    width: 50%;
    font-size: 1.4rem; }
  .singular article.products table.magisita td, .archive article.products table.magisita td {
    text-align: center; }
.singular article.products .is-style-fill, .archive article.products .is-style-fill {
  display: block; }
  .singular article.products .is-style-fill a, .archive article.products .is-style-fill a {
    width: 100%; }
    .singular article.products .is-style-fill a:hover, .archive article.products .is-style-fill a:hover {
      text-decoration: none; }
.singular article.products .rk-02-block, .archive article.products .rk-02-block {
  border: 1px solid #dcdcdc; }
  .singular article.products .rk-02-block figure.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .archive article.products .rk-02-block figure.wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
    margin: 0 0 0 0; }
  .singular article.products .rk-02-block .wp-block-column:not(:first-child), .archive article.products .rk-02-block .wp-block-column:not(:first-child) {
    margin-right: 1rem; }
    @media (min-width: 320px) and (max-width: 767px) {
      .singular article.products .rk-02-block .wp-block-column:not(:first-child), .archive article.products .rk-02-block .wp-block-column:not(:first-child) {
        margin-left: 1rem;
        margin-bottom: 4rem; } }
.singular article.products .rinko-howto-block, .archive article.products .rinko-howto-block {
  border: 1px solid #dcdcdc; }
  .singular article.products .rinko-howto-block .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter), .archive article.products .rinko-howto-block .wp-block-image:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.aligncenter) {
    margin: 0 0 0 0; }
  .singular article.products .rinko-howto-block .wp-block-column:not(:first-child), .archive article.products .rinko-howto-block .wp-block-column:not(:first-child) {
    margin-right: 1rem; }
    @media (min-width: 320px) and (max-width: 767px) {
      .singular article.products .rinko-howto-block .wp-block-column:not(:first-child), .archive article.products .rinko-howto-block .wp-block-column:not(:first-child) {
        margin-left: 1rem;
        margin-bottom: 4rem; } }
  .singular article.products .rinko-howto-block h3, .archive article.products .rinko-howto-block h3 {
    margin: 1rem 0 0 0; }
.singular article.products .hayawaza-size-table td:nth-child(2), .archive article.products .hayawaza-size-table td:nth-child(2) {
  width: 50%; }
  @media (min-width: 320px) and (max-width: 767px) {
    .singular article.products .hayawaza-size-table td:nth-child(2), .archive article.products .hayawaza-size-table td:nth-child(2) {
      width: 80%; } }
.singular article.products .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).wp-block-blockgallery-carousel, .archive article.products .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).wp-block-blockgallery-carousel {
  max-width: 60rem; }
  .singular article.products .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).wp-block-blockgallery-carousel .blockgallery.is-cropped .blockgallery--item img, .archive article.products .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).wp-block-blockgallery-carousel .blockgallery.is-cropped .blockgallery--item img {
    object-fit: contain; }
.singular article.products .wp-swiper, .archive article.products .wp-swiper {
  width: 80%; }
  @media (min-width: 320px) and (max-width: 767px) {
    .singular article.products .wp-swiper, .archive article.products .wp-swiper {
      width: 100%; } }
  .singular article.products .wp-swiper figcaption.wp-element-caption, .archive article.products .wp-swiper figcaption.wp-element-caption {
    padding: 20px 0 20px 0;
    font-size: 20px;
    background: rgba(0, 0, 0, 0.6);
    color: #fff;
    text-align: center; }

body.wholesaler.singular .post-inner {
  position: relative;
  min-width: 100rem; }
body.wholesaler.singular #zip-loadinggif {
  position: fixed;
  width: 100px;
  left: calc(50% - 50px);
  top: calc(50% - 50px); }
body.wholesaler.singular .entry-header {
  max-width: 100rem; }
body.wholesaler.singular .post-inner .entry-content .product-list-block {
  margin: 40px 0 0 0; }
body.wholesaler.singular .entry-header .entry-header-inner h1 {
  font-size: 3rem;
  font-weight: bold;
  margin: 30px 0 0 0; }
body.wholesaler.singular .post-inner .entry-content {
  max-width: initial; }
  body.wholesaler.singular .post-inner .entry-content *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
    max-width: initial; }
  body.wholesaler.singular .post-inner .entry-content h3 {
    font-weight: bold;
    margin: 4rem auto 1rem; }
  body.wholesaler.singular .post-inner .entry-content #tableofcontents {
    border: 2px solid #dcdcdc;
    padding: 10px; }
    body.wholesaler.singular .post-inner .entry-content #tableofcontents h2 {
      font-size: 1.5rem;
      border-bottom: none;
      margin: 0 0 0 0; }
    body.wholesaler.singular .post-inner .entry-content #tableofcontents h3 {
      margin: 0 0 0 0;
      float: left;
      font-size: 1.5rem;
      padding: 10px 0 0 10px;
      width: 120px; }
    body.wholesaler.singular .post-inner .entry-content #tableofcontents .product-list-block {
      float: left;
      width: 850px;
      margin: 0 0 0 0;
      padding: 5px 0 0 20px; }
      body.wholesaler.singular .post-inner .entry-content #tableofcontents .product-list-block ul.product-items {
        display: flex; }
        body.wholesaler.singular .post-inner .entry-content #tableofcontents .product-list-block ul.product-items li.product-item {
          width: auto;
          margin: 0 0 0 0;
          padding: 0 0 0 0;
          border-bottom: none; }
          body.wholesaler.singular .post-inner .entry-content #tableofcontents .product-list-block ul.product-items li.product-item a {
            color: #35367b; }
            body.wholesaler.singular .post-inner .entry-content #tableofcontents .product-list-block ul.product-items li.product-item a .product-item-desc {
              font-size: 14px;
              font-weight: normal;
              padding: 0 0 0 0; }
            body.wholesaler.singular .post-inner .entry-content #tableofcontents .product-list-block ul.product-items li.product-item a:hover {
              color: #ff0000; }
    body.wholesaler.singular .post-inner .entry-content #tableofcontents img {
      display: none; }
    body.wholesaler.singular .post-inner .entry-content #tableofcontents:after {
      content: "";
      display: block;
      clear: both; }
  body.wholesaler.singular .post-inner .entry-content .list-zipdownloadnews {
    font-size: 14px;
    font-family: sans-serif; }
    body.wholesaler.singular .post-inner .entry-content .list-zipdownloadnews img {
      width: 200px;
      float: left; }
    body.wholesaler.singular .post-inner .entry-content .list-zipdownloadnews ul {
      margin: 0 0 0 230px; }
      body.wholesaler.singular .post-inner .entry-content .list-zipdownloadnews ul li {
        font-size: 14px;
        margin: 0 0 0 0; }
    body.wholesaler.singular .post-inner .entry-content .list-zipdownloadnews .morelink {
      margin-left: 220px; }
  body.wholesaler.singular .post-inner .entry-content .product-list-block .product-items .product-item {
    width: 100%;
    text-align: left;
    margin: 0 0 30px 0;
    border-bottom: 2px solid #dcdcdc; }
  body.wholesaler.singular .post-inner .entry-content .product-list-block .product-items .product-item-desc {
    display: inline;
    padding-left: 20px; }
  body.wholesaler.singular .post-inner .entry-content .product-list-block .product-items a {
    float: left; }
  body.wholesaler.singular .post-inner .entry-content .product-list-block .product-items img {
    width: 50px; }
  body.wholesaler.singular .post-inner .entry-content .product-items {
    display: initial; }
    body.wholesaler.singular .post-inner .entry-content .product-items li {
      list-style: none;
      margin-left: 0;
      border-bottom: 1px solid #dcdcdc;
      font-size: 15px; }
      body.wholesaler.singular .post-inner .entry-content .product-items li .pathnotfound {
        color: #ff0000; }
      body.wholesaler.singular .post-inner .entry-content .product-items li button {
        float: right;
        padding: 4px 10px 4px 10px;
        margin: 0 10px 0 0;
        border-radius: 11px; }
        body.wholesaler.singular .post-inner .entry-content .product-items li button span.dashicons {
          width: 14px;
          height: 14px;
          font-size: 14px; }
        body.wholesaler.singular .post-inner .entry-content .product-items li button:hover {
          text-decoration: none; }
      body.wholesaler.singular .post-inner .entry-content .product-items li a {
        float: right;
        margin: 3px 10px 0 0; }
        body.wholesaler.singular .post-inner .entry-content .product-items li a.productlink {
          font-size: 13px;
          padding: 0px 0 0 0; }
        body.wholesaler.singular .post-inner .entry-content .product-items li a span.dashicons {
          margin: 0 0 0 0; }
      body.wholesaler.singular .post-inner .entry-content .product-items li .product-item-desc {
        font-size: 26px;
        font-weight: bold; }
  body.wholesaler.singular .post-inner .entry-content #ppwp-logout-button {
    position: absolute;
    top: -40px;
    left: 910px;
    min-width: 82px; }
  body.wholesaler.singular .post-inner .entry-content .zipsearchbox {
    float: right;
    display: inline;
    position: absolute;
    width: 250px;
    top: -40px;
    left: 620px; }
    body.wholesaler.singular .post-inner .entry-content .zipsearchbox input {
      width: 160px;
      display: inline;
      padding: 3px 3px 3px 6px; }
    body.wholesaler.singular .post-inner .entry-content .zipsearchbox #zipsearchbtn {
      padding: 5px 5px 5px 5px;
      font-size: 14px;
      font-family: sans-serif;
      background-color: #19892d; }
      body.wholesaler.singular .post-inner .entry-content .zipsearchbox #zipsearchbtn:hover {
        text-decoration: none; }
  body.wholesaler.singular .post-inner .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide).zipsearchbox {
    width: 250px; }
  body.wholesaler.singular .post-inner .entry-content #logininfo {
    font-family: sans-serif;
    position: absolute;
    top: 0px;
    left: 637px;
    width: 355px;
    font-size: 11px;
    text-align: right; }
  body.wholesaler.singular .post-inner .entry-content .additionaldesc {
    font-family: sans-serif;
    font-size: 16px; }
    body.wholesaler.singular .post-inner .entry-content .additionaldesc .dashicons {
      display: inline; }
body.wholesaler.singular .ppw-restricted-content {
  font-family: sans-serif; }
  body.wholesaler.singular .ppw-restricted-content .ppw-input {
    width: 870px;
    height: 45px;
    clear: both;
    position: relative; }
  body.wholesaler.singular .ppw-restricted-content .ppw-description {
    margin-bottom: 40px; }
  body.wholesaler.singular .ppw-restricted-content label {
    width: 660px;
    font-size: 2.1rem;
    padding-top: 0.1rem;
    line-height: 0.7em;
    display: block;
    position: relative; }
    body.wholesaler.singular .ppw-restricted-content label input {
      font-size: 2.1rem;
      width: 350px;
      margin: -10px 0 0 10px;
      float: right; }
  body.wholesaler.singular .ppw-restricted-content input[type="text"], body.wholesaler.singular .ppw-restricted-content input[type="password"] {
    padding: 0.5rem 1.8rem;
    position: absolute;
    right: 0;
    top: 0; }
  body.wholesaler.singular .ppw-restricted-content input[type="submit"] {
    padding: 0.6em 1.44em;
    position: absolute;
    right: 0;
    top: 0; }
  body.wholesaler.singular .ppw-restricted-content .ppw-submit {
    background-color: #19892d;
    font-size: 1.8rem;
    margin-top: -9px;
    float: right; }

/** ユーザー一覧	*/
body.users,
body.author {
  /* ユーザーページ	*/ }
  body.users .entry-header .entry-header-inner h1,
  body.author .entry-header .entry-header-inner h1 {
    font-size: 3rem; }
  body.users .entry-header .entry-header-inner .post-meta-wrapper,
  body.author .entry-header .entry-header-inner .post-meta-wrapper {
    max-width: none; }
  body.users .user-list-block,
  body.author .user-list-block {
    margin: 0 0 20px 0; }
    body.users .user-list-block ul.user-items,
    body.author .user-list-block ul.user-items {
      list-style: none; }
      body.users .user-list-block ul.user-items li,
      body.author .user-list-block ul.user-items li {
        width: 200px;
        float: left;
        margin: 0 0 0 0;
        height: 300px; }
        @media (min-width: 320px) and (max-width: 767px) {
          body.users .user-list-block ul.user-items li,
          body.author .user-list-block ul.user-items li {
            width: 50%; } }
        body.users .user-list-block ul.user-items li h3,
        body.author .user-list-block ul.user-items li h3 {
          font-weight: bold;
          margin: 10px 0 0 0; }
        body.users .user-list-block ul.user-items li .user-desc,
        body.author .user-list-block ul.user-items li .user-desc {
          font-size: 1.3rem; }
    body.users .user-list-block.type-compact,
    body.author .user-list-block.type-compact {
      border: 1px solid #dcdcdc;
      padding: 10px 10px 10px 10px; }
      @media (min-width: 320px) and (max-width: 767px) {
        body.users .user-list-block.type-compact,
        body.author .user-list-block.type-compact {
          padding: 3px 3px 3px 3px; } }
      body.users .user-list-block.type-compact ul.user-items,
      body.author .user-list-block.type-compact ul.user-items {
        margin: 0 0 0 0; }
        body.users .user-list-block.type-compact ul.user-items li,
        body.author .user-list-block.type-compact ul.user-items li {
          width: 194px;
          height: auto;
          margin: 0 0 10px 0; }
          @media (min-width: 320px) and (max-width: 767px) {
            body.users .user-list-block.type-compact ul.user-items li,
            body.author .user-list-block.type-compact ul.user-items li {
              width: 33%; } }
          body.users .user-list-block.type-compact ul.user-items li h3,
          body.author .user-list-block.type-compact ul.user-items li h3 {
            margin: 7px 0 0 35px;
            font-weight: normal;
            font-size: 1.3rem;
            height: 30px; }
            @media (min-width: 320px) and (max-width: 767px) {
              body.users .user-list-block.type-compact ul.user-items li h3,
              body.author .user-list-block.type-compact ul.user-items li h3 {
                margin-top: 0px;
                margin-right: 5px; } }
        body.users .user-list-block.type-compact ul.user-items img,
        body.author .user-list-block.type-compact ul.user-items img {
          width: 30px;
          float: left; }

body.singular.shiso-spot-list .entry-header .entry-header-inner h1,
body.singular.shiso-spot .entry-header .entry-header-inner h1 {
  font-size: 2.4rem;
  font-weight: bold; }

/* gutenberg editor	*/
@media (min-width: 1220px) {
  .editor-post-title__block .editor-post-title__input, .editor-styles-wrapper .wp-block h1 {
    font-size: 40px; } }
/* footer	*/
.footer-nav-widgets-wrapper .widget_nav_menu ul.menu li {
  font-size: 2rem;
  font-weight: bold; }
  .footer-nav-widgets-wrapper .widget_nav_menu ul.menu li ul.sub-menu li {
    font-size: 1.6rem;
    margin-top: 0;
    margin-bottom: 0; }
    .footer-nav-widgets-wrapper .widget_nav_menu ul.menu li ul.sub-menu li a {
      font-weight: normal; }
  .footer-nav-widgets-wrapper .widget_nav_menu ul.menu li br {
    display: none; }
  .footer-nav-widgets-wrapper .widget_nav_menu ul.menu li span.subtitle {
    font-size: 1.6rem;
    padding-left: 0.5rem; }
.footer-nav-widgets-wrapper .widget_nav_menu a {
  color: #ffffff; }
.footer-nav-widgets-wrapper .widget_nav_menu li.social-menu a:hover,
.footer-nav-widgets-wrapper .widget_nav_menu li.menu-item-11849 a:hover {
  text-decoration: none; }
.footer-nav-widgets-wrapper .widget_nav_menu li.social-menu span,
.footer-nav-widgets-wrapper .widget_nav_menu li.menu-item-11849 span {
  margin-top: 5px; }
.footer-nav-widgets-wrapper h2 {
  font-size: 3rem;
  margin-bottom: 2rem;
  border-bottom: 1px solid #ffffff; }
.footer-nav-widgets-wrapper .footer-address {
  font-size: 1.4rem;
  margin: 0 0 15px 0; }
  .footer-nav-widgets-wrapper .footer-address .company-name {
    font-size: 1.6rem;
    font-weight: 800; }

.footer-widgets-wrapper .fb_iframe_widget {
  text-align: center;
  display: inherit; }

footer#site-footer {
  text-align: center; }
  footer#site-footer .section-inner {
    display: inline; }
    footer#site-footer .section-inner .footer-credits {
      display: inline;
      font-size: 1.4rem; }
      footer#site-footer .section-inner .footer-credits .footer-copyright {
        font-weight: normal; }
  footer#site-footer .to-the-top {
    width: 50px;
    height: 50px;
    position: fixed;
    right: 5px;
    bottom: 5px;
    background: #eec60a;
    opacity: 0.6;
    border-radius: 50%;
    padding: 4px 0 0 7px; }
    @media (min-width: 320px) and (max-width: 767px) {
      footer#site-footer .to-the-top {
        padding: 6px 0 0 10px; } }

body.wp-admin {
  font-size: 13px; }
  body.wp-admin #custom_help_widget table {
    width: 100%; }
    body.wp-admin #custom_help_widget table td {
      width: 33%; }
  body.wp-admin #custom_help_widget h3 {
    font-size: 20px;
    margin-top: 20px; }

body.singular.zipdownloadhistory .entry-content {
  max-width: 100rem; }
body.singular.zipdownloadhistory .entry-content > *:not(.alignwide):not(.alignfull):not(.alignleft):not(.alignright):not(.is-style-wide) {
  max-width: 100rem; }
body.singular.zipdownloadhistory div.downloadhistory {
  max-width: 100rem; }
  body.singular.zipdownloadhistory div.downloadhistory table {
    font-size: 10px; }

@media (min-width: 320px) and (max-width: 767px) {
  #sb_instagram.sbi_col_6.sbi_disable_mobile #sbi_images {
    grid-template-columns: repeat(3, 1fr); }

  #sb_instagram .sbi_photo {
    height: 105px !important; } }

/*# sourceMappingURL=okuboss-base.css.map */
