@charset 'UTF-8';
body {
  width: 100%;
  height: 100%;
  min-width: 1080px;
  overflow-x: hidden;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
  background: url("../images/bg_scene.png")
}
@media only screen and (max-width:736px) {
  body {
    width: 100%;
    height: auto;
    min-width: 100%;
  }
  body::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
  }
  html::-webkit-scrollbar {
    display: none;
    scrollbar-width: none;
  }
}
a {
  color: #005f00
}
a:hover, aactive {
  color: #005f00
}
a:hover img {
  opacity: 0.7
}
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom
}
h1, h2, h3, h4 {
  color: #005f00;
  font-weight: bold
}
h1 em, h2 em, h3 em, h4 em {
  cursor: pointer;
  border-bottom: 1px dotted
}
h1 em:hover, h2 em:hover, h3 em:hover, h4 em:hover {
  opacity: 0.7
}
h1 span, h2 span, h3 span, h4 span {
  display: inline-block;
  padding: 0 0 0.5em;
  border-bottom: 1px dashed #005f00
}
em {
  font-style: normal
}
.ancher {
  cursor: pointer
}
.ancher:hover {
  opacity: 0.7
}
@media only screen and (max-width:736px) {
  #content {
    width: 100%;
    overflow-x: hidden
  }
}
header {
  background: #fff
}
header .header-wrapper {
  width: 1060px;
  margin: 0 auto;
  background: #fff;
  padding: 20px 0
}
@media only screen and (max-width:736px) {
  header .header-wrapper {
    width: 100%;
    padding: 20px
  }
}
header .header-wrapper .site-branding {
  width: auto;
}
@media only screen and (max-width:736px) {
  header .header-wrapper .site-branding {
    width: 100%
  }
}
header .header-wrapper .site-branding h1 {
  margin-top: 0;
  margin-bottom: 0px;
  width: 300px
}
.header-wrapper {
  position: relative;
}
.header-nav {
  position: absolute;
  top: 50px;
  right: 50px;
  display: flex;
  width: 580px;
  justify-content: flex-end;
}
.header-nav li {
  list-style-type: none;
  font-size: 18px;
  margin-left: 30px;
  background-repeat: no-repeat;
  height: 25px;
  text-indent: 35px;
  background-size: contain;
  line-height: 25px;
}
.header-nav li a {
  color: #000;
  width: 100%;
  height: 100%;
  display: block;
}
.header-nav li a:hover {
  text-decoration: none;
}
.header-nav li:nth-child(1) {
  background-image: url("../images/icon-cart.png");
}
.header-nav li:nth-child(2) {
  background-image: url("../images/icon-camera.png");
  /*background-size: 25px 18px;*/
  background-position: 1px 0px;
}
.header-nav li:nth-child(3) {
  background-image: url("../images/icon-contact.png");
  background-size: 25px 18px;
  background-position: 2px 4px;
}
@media only screen and (max-width:737px) {
    .header-nav{margin-top:5px;}
  .header-nav li{font-size: 12px;
  margin-left: 8px;
  height: 25px;
  text-indent: 23px;
  background-size: contain;
  line-height: 25px;
    }
.header-nav li:nth-child(1) {
background-size: 20px 19px;
    background-position: 1px 0px;
}
.header-nav li:nth-child(2) {
background-size: 19px 20px;
}
.header-nav li:nth-child(3) {
  background-size: 18px 14px;
}
}
@media only screen and (min-width:737px) {
  .d_sp {
    display: none
  }
  .responsive-nav {
    width: 1060px;
  }
  .responsive-nav ul.menu {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between
  }
  .responsive-nav ul.menu > li {
    position: relative;
    text-align: center;
    list-style-type: none
  }
  .responsive-nav ul.menu > li > a {
    position: relative;
    display: block;
    font-size: 14px;
    color: #333;
    text-align: center;
    min-width: 110px
  }
  .responsive-nav ul.menu > li > a:hover {
    text-decoration: none
  }
  .responsive-nav ul.menu > li > a > span {
    position: absolute;
    top: 0;
    left: 50%;
    display: block;
    content: url("../images/icon_new.png");
    margin-left: -35px
  }
  .responsive-nav ul.menu > li > ul {
    z-index: 1;
    position: absolute;
    top: 100%;
    left: 0;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
    -o-transition: visibility 0.1s ease-in, opacity 0.1s ease-in;
    transition: visibility 0.1s ease-in, opacity 0.1s ease-in
  }
  .responsive-nav ul.menu > li > a {
    padding: 86px 0 0
  }
  .responsive-nav ul.menu > li:first-child {
    background: url("../images/icon-news.png") no-repeat center center
  }
  .responsive-nav ul.menu > li:nth-child(2) {
    background: url("../images/icon-uv.png") no-repeat center center
  }
  .responsive-nav ul.menu > li:nth-child(3) {
    background: url("../images/icon-brand.png") no-repeat center center
  }
  .responsive-nav ul.menu > li:nth-child(4) {
    background: url("../images/icon-yakenu.png") no-repeat center center
  }
  .responsive-nav ul.menu > li:nth-child(5) {
    background: url("../images/icon-suzuka.png") no-repeat center center
  }
  .responsive-nav ul.menu > li:nth-child(6) {
    background: url("../images/icon-oem.png") no-repeat center center
  }
  .responsive-nav ul.menu > li:nth-child(7) {
    background: url("../images/icon-photo.png") no-repeat center center
  }
  .responsive-nav ul.menu > li:nth-child(8) {
    background: url("../images/icon-bill.png") no-repeat center center
  }
  .responsive-nav ul.menu > li:nth-child(9) {
    background: url("../images/icon-corporate.png") no-repeat center center
  }
  .responsive-nav ul.menu > li:nth-child(10), .responsive-nav ul.menu > li:nth-child(11) {
    display: none;
  }
  .responsive-nav ul.sub-menu {
    width: 230%;
    padding-left: 0px
  }
  .responsive-nav ul.sub-menu li {
    list-style-type: none;
    border-bottom: 1px solid #fff
  }
  .responsive-nav ul.sub-menu li a {
    display: block;
    background: #c98c94;
    color: #fff;
    text-align: left;
    padding: 0.5em 1em
  }
  .responsive-nav ul.sub-menu li a:hover {
    text-decoration: none;
    opacity: 0.7
  }
}
@media only screen and (max-width:736px) {
  .d_pc {
    display: none
  }
  body.active {
    overflow: hidden
  }
  .responsive-nav {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 9999;
    background: rgba(0, 0, 0, 0.4)
  }
  .responsive-nav > div {
    height: 100%
  }
  .responsive-nav ul.menu > li:nth-child(10), .responsive-nav ul.menu > li:nth-child(11) {
    display: inline;
  }
  .responsive-nav ul.menu {
    padding: 20px;
    width: 80%;
    height: 100%;
    background: #005f00;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
  }
  .responsive-nav ul.menu li {
    list-style-type: none
  }
  .responsive-nav ul.menu li a {
    display: block;
    padding: 5px 20px;
    color: #fff
  }
  .responsive-nav ul.sub-menu {
    padding-left: 2em
  }
  #responsive-btn {
    z-index: 10000;
    background-color: #f5f5f5;
    border-color: #eee;
    color: #000;
    position: absolute;
    top: 20px;
    right: 20px;
    margin: auto;
    -webkit-transition: all 0.3s;
    -o-transition: all 0.3s;
    transition: all 0.3s;
    border-width: 1px;
    border-style: solid;
    height: 40px;
    width: 40px;
    font-size: 18px;
    line-height: 18px;
    padding: 10px;
    overflow: hidden;
    text-align: center;
    cursor: pointer;
    font-family: 'genericons';
    display: block !important
  }
  #responsive-btn:before {
    content: '\e236'
  }
  #responsive-btn.open:before {
    content: '\e014'
  }
}
footer {
  background: url("../images/bg_footer.png");
  font-size: 14px;
  color: #4b4b4b
}
@media only screen and (max-width:736px) {
  footer {
    margin-bottom: 50px
  }
  footer .btn-line {
    width: 100%;
    text-align: center
  }
}
footer .footer-wrapper {
  width: 1060px;
  padding: 100px 0 30px;
  margin: 0 auto;
  text-align: right
}
@media only screen and (max-width:736px) {
  footer .footer-wrapper {
    width: 100%;
    padding: 15px
  }
}
footer .footer-wrapper address {
  margin-bottom: 5px
}
footer .footer-wrapper nav#fnav {
  text-align: initial;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #ccc
}
footer .footer-wrapper nav#fnav ul {
  padding: 0
}
footer .footer-wrapper nav#fnav ul.sub-menu {
  list-style-type: none;
  display: inline
}
@media only screen and (max-width:736px) {
  footer .footer-wrapper nav#fnav ul.sub-menu {
    display: block;
    padding-left: 1em
  }
}
footer .footer-wrapper nav#fnav li {
  list-style-type: none
}
@media only screen and (min-width:737px) {
  footer .footer-wrapper nav#fnav li {
    line-height: 2;
    display: inline
  }
}
footer .footer-wrapper nav#fnav li a {
  display: inline-block;
  padding: 0.25em 1em
}
footer p.copyright {
  font-size: 11px;
  margin: 0;
  text-align: center;
  line-height: 3em
}
#movetop {
  font-size: 14px;
  color: #fff;
  background: #df6371;
  cursor: pointer;
  position: fixed;
  bottom: 0
}
@media only screen and (min-width:737px) {
  #movetop {
    right: 30px;
    display: none;
    line-height: 2;
    padding: 0 2em
  }
}
@media only screen and (max-width:736px) {
  #movetop {
    width: 100%;
    text-align: center;
    opacity: 0.7;
    padding: 1em
  }
}
#keyvisual {
  padding-top: 46%;
  position: relative;
  background: url("../images/keyvisual.jpg") no-repeat center top;
  background-size: 100% auto
}
@media only screen and (max-width:736px) {
  #keyvisual {
    background-size: contain
  }
}
#keyvisual:after {
  display: block;
  width: 100%;
  content: '';
  background: #fff
}
@media only screen and (min-width:737px) {
  #keyvisual:after {
    height: 60px
  }
}
@media only screen and (max-width:736px) {
  #keyvisual:after {
    height: 30px
  }
}
#keyvisual .btn-shopping {
  position: absolute
}
@media only screen and (min-width:737px) {
  #keyvisual .btn-shopping {
    top: 36%;
    left: 20%;
    padding-top: 45px;
    padding-left: 100px;
    background: url("../images/img_ball.png") no-repeat left top;
    background-size: contain
  }
}
@media only screen and (max-width:736px) {
  #keyvisual .btn-shopping {
    top: 36%;
    left: 15px;
    width: 40%
  }
}
.inner {
  width: 960px;
  margin: 0 auto
}
@media only screen and (max-width:736px) {
  .inner {
    width: 100%;
    padding: 0 15px
  }
}
#introduction {
  padding: 20px 0 60px;
  background: url("../images/bg_intro.png") no-repeat center top, #fff
}
#introduction h2 {
  color: initial;
  font-size: 30px;
  margin-top: 0
}
#introduction dl {
  margin-bottom: 0.5em
}
#introduction dl dt {
  line-height: 2
}
#introduction dl dd {
  padding-left: 1.5em;
  line-height: 2
}
@media only screen and (max-width:736px) {
  #introduction ul {
    padding: 0
  }
}
#introduction ul li {
  list-style-type: none;
  width: 178px;
  height: 200px;
  float: left
}
@media only screen and (max-width:736px) {
  #introduction ul li {
    width: 50%;
    height: 0;
    padding-top: 55%;
    background-size: contain !important
  }
}
#introduction ul li:first-child {
  background: url("../images/pict_intro01.png") no-repeat left top
}
#introduction ul li:nth-child(2) {
  background: url("../images/pict_intro02.png") no-repeat left bottom
}
#introduction ul li:nth-child(3) {
  background: url("../images/pict_intro03.png") no-repeat left top
}
#introduction ul li:nth-child(4) {
  background: url("../images/pict_intro04.png") no-repeat left bottom
}
#introduction ul li:nth-child(5) {
  background: url("../images/pict_intro05.png") no-repeat left top
}
#introduction .box-ending {
  padding-left: 385px
}
@media only screen and (max-width:736px) {
  #introduction .box-ending {
    padding-left: 0
  }
}
@media only screen and (max-width:736px) {
  #introduction .box-ending h2 {
    font-size: 24px
  }
}
#introduction .box-ending p {
  padding-left: 30px
}
@media only screen and (max-width:736px) {
  #introduction .box-ending p {
    padding-left: 0;
    line-height: 1.4
  }
}
#front-item {
  padding: 40px 0;
  position: relative
}
#front-item:after {
  content: url("../images/item_tab.png");
  display: block;
  position: absolute;
  top: 0;
  left: 0
}
@media only screen and (max-width:736px) {
  #front-item:after {
    display: none
  }
}
#front-item.pages:after {
  content: ''
}
#front-item .front-item-grid {
  margin: 0 -20px
}
#front-item .front-item-grid .front-item-box {
  width: 50%;
  padding: 20px 20px;
  float: left
}
@media only screen and (max-width:736px) {
  #front-item .front-item-grid .front-item-box {
    width: 100%;
    float: none
  }
}
#front-item .front-item-grid .front-item-left {
  border-right: 1px dashed #d6ccbd
}
#front-item .front-item-grid .front-item-header {
  color: #005f00;
  margin-bottom: 24px
}
#front-item .front-item-grid .front-item-header h3 {
  font-size: 30px;
  margin-top: 5px
}
#front-item .front-item-grid .front-item-header p {
  display: inline-block;
  font-size: 16px;
  padding: 0 0 0.5em;
  border-bottom: 1px dashed #005f00
}
#front-item .front-item-grid .front-item-body .media {
  text-align: center;
  margin: 0 0 30px
}
#front-item .front-item-grid .front-item-body .text {
  font-size: 12px;
  line-height: 2;
  padding: 0 0 24px
}
@media only screen and (min-width:737px) {
  #front-item .front-item-grid .front-item-body .text {
    height: 156px
  }
}
#front-item .front-item-grid .front-item-body .btn-line {
  text-align: center
}
#front-item .front-item-grid .front-item-body .btn-line a {
  display: inline-block;
  margin: 0 25px
}
@media only screen and (max-width:736px) {
  #front-item .front-item-grid .front-item-body .btn-line a {
    margin: 0
  }
}
#front-brand {
  position: relative;
  padding: 0 0 50px
}
#front-brand h2.ttl {
  font-size: 24px;
  color: #005f00;
  text-align: center;
  position: relative;
  margin-bottom: 30px
}
#front-brand h2.ttl span {
  display: inline-block;
  content: '';
  width: 1.75em;
  height: 1.6em;
  background: url("../images/icon-futaba.png") no-repeat left bottom;
  background-size: contain;
  border: none
}
#front-brand .front-brand-grid {
  background: #fff;
  border: 1px solid #dfdbd3;
  border-radius: 6px;
  padding: 15px 0 20px
}
#front-brand .front-brand-grid .front-brand-box {
  width: 33.3333%;
  padding: 30px 20px 8px;
  float: left
}
@media only screen and (max-width:736px) {
  #front-brand .front-brand-grid .front-brand-box {
    width: 100%
  }
}
#front-brand .front-brand-grid .front-brand-box .media {
  text-align: center;
  margin: 0 0 30px
}
#front-brand .front-brand-grid .front-brand-box h3 {
  font-size: 20px;
  color: #005f00;
  text-align: center
}
#front-brand .front-brand-grid .front-brand-box h3 span {
  display: inline-block;
  border-bottom: 2px solid #005f00;
  padding: 0 0 0.35em
}
#front-brand .front-brand-grid .front-brand-box .icon {
  display: block;
  text-align: center;
  margin: 5px 0 18px
}
#front-brand .front-brand-grid .front-brand-box .text {
  text-align: left;
  font-size: 13px;
  line-height: 2
}
#front-brand .front-brand-grid .front-brand-center {
  border-style: dashed;
  border-color: #ded6c8;
  border-width: 0 1px
}
@media only screen and (max-width:736px) {
  #front-brand .front-brand-grid .front-brand-center {
    border-width: 2px 0
  }
}
#front-gallry {
  position: relative;
  padding: 0 0 60px
}
#front-gallry .inner {
  width: 755px
}
@media only screen and (max-width:736px) {
  #front-gallry .inner {
    width: 100%;
    padding: 0 15px
  }
}
#front-gallry h2.ttl {
  font-size: 24px;
  color: #005f00;
  text-align: center;
  position: relative;
  margin-bottom: 30px
}
#front-gallry h2.ttl span {
  display: inline-block;
  content: '';
  width: 1.75em;
  height: 1.6em;
  background: url("../images/icon-futaba.png") no-repeat left bottom;
  background-size: contain;
  border: none
}
#front-gallry .btn-line {
  text-align: center;
  margin: 30px 0 0
}
.intro-gallery {
  margin: 0 -30px
}
.intro-gallery .intro-gallery-box {
  width: 33.3333%;
  padding: 24px 30px 0;
  border-bottom: 1px dashed #fff;
  float: left
}
@media only screen and (max-width:736px) {
  .intro-gallery .intro-gallery-box {
    width: 100%
  }
}
.intro-gallery .intro-gallery-box .media {
  height: 156px;
  margin: 0 0 14px;
  overflow: visible
}
@media only screen and (max-width:736px) {
  .intro-gallery .intro-gallery-box .media {
    height: auto;
    text-align: center
  }
}
.intro-gallery .intro-gallery-box p {
  font-size: 12px
}
.intro-gallery .intro-gallery-box p.ttl {
  font-size: 18px;
  font-weight: bold
}
@media only screen and (max-width:736px) {
  .intro-gallery .intro-gallery-box p.ttl {
    text-align: center
  }
}
.intro-gallery .intro-gallery-box:nth-child(4n+1) .media img {
  margin-top: -14px;
  margin-left: -14px
}
#front-buyer {
  position: relative;
  padding: 60px 0 60px;
  background: #fff
}
#front-buyer h2 {
  text-align: center;
  color: #005f00;
  font-size: 24px;
  margin: 0 0 40px
}
#front-buyer h2 span {
  display: inline-block;
  padding: 0 0 0.5em;
  border-bottom: 1px dashed #005f00
}
#front-buyer .btn-line {
  text-align: center;
  margin: 30px 0 0
}
@media only screen and (max-width:736px) {
  #front-buyer .btn-line {
    margin: 0
  }
}
#front-buyer .front-buyer-grid {
  margin: 0 -30px
}
#front-buyer .front-buyer-grid .front-buyer-box {
  width: 33.3333%;
  padding: 0 30px;
  float: left
}
@media only screen and (max-width:736px) {
  #front-buyer .front-buyer-grid .front-buyer-box {
    width: 100%;
    padding: 0 30px 20px;
    margin: 0 0 20px
  }
}
@media only screen and (max-width:736px) {
  #front-buyer .front-buyer-grid .front-buyer-box:not(:last-child) {
    border-bottom: 2px dashed #ded6c8
  }
}
#front-buyer .front-buyer-grid .front-buyer-box .media {
  margin: 0 0 20px
}
@media only screen and (max-width:736px) {
  #front-buyer .front-buyer-grid .front-buyer-box .media {
    text-align: center
  }
}
#front-buyer .front-buyer-grid .front-buyer-box p {
  font-size: 14px
}
#front-buyer .front-buyer-grid .front-buyer-box p.ttl {
  font-size: 18px;
  font-weight: bold
}
@media only screen and (max-width:736px) {
  #front-buyer .front-buyer-grid .front-buyer-box p.ttl {
    text-align: center
  }
}
#front-dealer {
  position: relative;
  padding: 60px 0 60px;
  background: #fff
}
#front-dealer h2 {
  text-align: center;
  color: #005f00;
  font-size: 24px;
  margin: 0 0 40px
}
#front-dealer h2 span {
  display: inline-block;
  padding: 0 0 0.5em;
  border-bottom: 1px dashed #005f00
}
#front-dealer .btn-line {
  text-align: center;
  margin: 30px 0 0
}
@media only screen and (max-width:736px) {
  #front-dealer .btn-line {
    margin: 0
  }
}
#front-dealer .front-dealer-grid {
  margin: 0 -4px
}
#front-dealer .front-dealer-grid .front-dealer-box {
  width: 20%;
  padding: 0 4px 10px;
  float: left
}
@media only screen and (max-width:736px) {
  #front-dealer .front-dealer-grid .front-dealer-box {
    width: 50%;
    padding: 0 4px
  }
}
#page-header {
  background: #fff;
  margin: 0;
  padding: 24px 0 24px
}
h2.title {
  text-align: center
}
h2.title:before {
  display: inline-block;
  content: '';
  width: 1.75em;
  height: 1.6em;
  background: url("../images/icon-futaba.png") no-repeat left bottom;
  background-size: contain;
  border: none
}
.breadcrumb {
  padding-bottom: 12px;
  font-size: 12px;
  color: #777;
  background: #fff
}
.breadcrumb strong {
  font-weight: 400
}
@media only screen and (max-width:736px) {
  .breadcrumb {
    display: none
  }
}
#archive, #page, #post {
  font-size: 14px;
  padding: 24px 0;
  margin: 0 0 100px
}
@media only screen and (min-width:737px) {
  #archive .content-box, #page .content-box, #post .content-box {
    float: right;
    width: 75%;
    overflow: hidden
  }
}
@media only screen and (min-width:737px) {
  #archive .category-menu, #page .category-menu, #post .category-menu {
    float: left;
    width: 25%;
    padding-right: 30px
  }
}
#archive table, #page table, #post table {
  margin: 15px 0
}
#archive th, #page th, #post th {
  white-space: nowrap
}
#archive h2.entry-title, #page h2.entry-title, #post h2.entry-title {
  margin: 0 0 1.5em !important
}
#archive h3.entry-title, #page h3.entry-title, #post h3.entry-title {
  margin: 0 0 1em !important
}
#archive .entry.flex, #page .entry.flex, #post .entry.flex {
  margin: 0 0 4em;
  background: #fff;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 6px
}
@media only screen and (max-width:736px) {
  #archive .entry.flex, #page .entry.flex, #post .entry.flex {
    display: block;
  }
}
#archive .entry.flex .entry-date, #page .entry.flex .entry-date, #post .entry.flex .entry-date {
  white-space: nowrap;
  font-size: 16px;
  min-width: 8em;
  margin-bottom: 5px;
}
#archive .entry.flex .wrp {
  display: inline-block;
  width: 20%;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (min-width:737px) {
  #archive .entry.flex .entry-date, #page .entry.flex .entry-date, #post .entry.flex .entry-date {
    padding-right: 2em;
    margin-right: 2em;
  }
}
@media only screen and (max-width:736px) {
  #archive .entry.flex .entry-date, #page .entry.flex .entry-date, #post .entry.flex .entry-date {
    padding: 0.5em 0;
    border: none
  }
}
#archive .entry.flex .entry-media, #page .entry.flex .entry-media, #post .entry.flex .entry-media {
  min-width: 150px
}
#archive .entry.flex .entry-content, #page .entry.flex .entry-content, #post .entry.flex .entry-content {
  display: inline-block;
  width: 79%;
  box-sizing: border-box;
}
@media only screen and (min-width:737px) {
  #archive .entry.flex .entry-content, #page .entry.flex .entry-content, #post .entry.flex .entry-content {
    padding: 0 0 0 2em;
  }
}
#archive .entry.flex .entry-content h2, #archive .entry.flex .entry-content h3, #archive .entry.flex .entry-content h4, #page .entry.flex .entry-content h2, #page .entry.flex .entry-content h3, #page .entry.flex .entry-content h4, #post .entry.flex .entry-content h2, #post .entry.flex .entry-content h3, #post .entry.flex .entry-content h4 {
  margin-bottom: 0.5em
}
#archive .greeting .text-greeting p, #page .greeting .text-greeting p, #post .greeting .text-greeting p {
  padding-left: 1em
}
#archive .greeting .media-greeting p, #page .greeting .media-greeting p, #post .greeting .media-greeting p {
  margin-top: 1em
}
#archive .greeting p.sign, #page .greeting p.sign, #post .greeting p.sign {
  font-weight: bold
}
#archive .about .media-about .panel, #page .about .media-about .panel, #post .about .media-about .panel {
  background: transparent;
  border: none
}
#archive .about .media-about .panel-body, #page .about .media-about .panel-body, #post .about .media-about .panel-body {
  padding: 0 0 0px
}
#archive .about .media-about .panel-footer, #page .about .media-about .panel-footer, #post .about .media-about .panel-footer {
  text-align: center;
  background: #619d39;
  color: #fff
}
#archive .idea, #page .idea, #post .idea {
  margin: 0 0 40px
}
#archive .idea h3, #page .idea h3, #post .idea h3 {
  margin-bottom: 32px
}
#archive .idea .box-idea, #page .idea .box-idea, #post .idea .box-idea {
  margin-bottom: 30px
}
#archive .idea .panel-idea, #page .idea .panel-idea, #post .idea .panel-idea {
  margin-bottom: 40px
}
#archive .idea .panel-idea dt, #page .idea .panel-idea dt, #post .idea .panel-idea dt {
  font-size: 24px;
  font-weight: bold;
  padding-bottom: 0.2em;
  border-bottom: 3px double #ccc;
  margin: 0 0 0.5em
}
#archive .idea .panel-idea dd, #page .idea .panel-idea dd, #post .idea .panel-idea dd {
  padding: 0 1.5em;
  line-height: 2
}
#archive .idea .media-idea .panel, #page .idea .media-idea .panel, #post .idea .media-idea .panel {
  background: transparent;
  border: none
}
#archive .idea .media-idea .panel-body, #page .idea .media-idea .panel-body, #post .idea .media-idea .panel-body {
  padding: 0 0 0px
}
#archive .idea .media-idea .panel-footer, #page .idea .media-idea .panel-footer, #post .idea .media-idea .panel-footer {
  text-align: center;
  background: #619d39;
  color: #fff
}
#archive.scene .thumbnail-gallery, #page.scene .thumbnail-gallery, #post.scene .thumbnail-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justfy-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
#archive.scene .thumbnail-gallery .box-thumbnail, #page.scene .thumbnail-gallery .box-thumbnail, #post.scene .thumbnail-gallery .box-thumbnail {
  width: 33.33%;
  padding: 0 15px
}
@media only screen and (max-width:736px) {
  #archive.scene .thumbnail-gallery .box-thumbnail, #page.scene .thumbnail-gallery .box-thumbnail, #post.scene .thumbnail-gallery .box-thumbnail {
    width: 100%
  }
}
#archive.scene .btn-line, #page.scene .btn-line, #post.scene .btn-line {
  text-align: center
}
@media only screen and (min-width:737px) {
  #archive.scene .btn-line p, #page.scene .btn-line p, #post.scene .btn-line p {
    display: inline-block;
    margin: 0 15px
  }
}
#archive.buyer .box-custom, #page.buyer .box-custom, #post.buyer .box-custom {
  background: #fff;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 6px
}
#archive.buyer .grid-interaction, #page.buyer .grid-interaction, #post.buyer .grid-interaction {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justfy-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  padding: 15px;
  margin: 40px 0 0;
  background: #fff;
  border: 1px solid #ddd;
  border-radius: 4px
}
#archive.buyer .grid-interaction .box-interaction, #page.buyer .grid-interaction .box-interaction, #post.buyer .grid-interaction .box-interaction {
  width: 33.33%;
  padding: 20px 12px 20px;
  cursor: pointer
}
#archive.buyer .grid-interaction .box-interaction:hover, #page.buyer .grid-interaction .box-interaction:hover, #post.buyer .grid-interaction .box-interaction:hover {
  opacity: 0.7
}
@media only screen and (min-width:737px) {
  #archive.buyer .grid-interaction .box-interaction:nth-child(3n-1), #page.buyer .grid-interaction .box-interaction:nth-child(3n-1), #post.buyer .grid-interaction .box-interaction:nth-child(3n-1) {
    border-left: 1px dotted #ddd;
    border-right: 1px dotted #ddd
  }
  #archive.buyer .grid-interaction .box-interaction:nth-child(n+4), #page.buyer .grid-interaction .box-interaction:nth-child(n+4), #post.buyer .grid-interaction .box-interaction:nth-child(n+4) {
    border-top: 1px dotted #ddd
  }
}
@media only screen and (max-width:736px) {
  #archive.buyer .grid-interaction .box-interaction, #page.buyer .grid-interaction .box-interaction, #post.buyer .grid-interaction .box-interaction {
    width: 100%
  }
  #archive.buyer .grid-interaction .box-interaction:not(:last-child), #page.buyer .grid-interaction .box-interaction:not(:last-child), #post.buyer .grid-interaction .box-interaction:not(:last-child) {
    border-bottom: 1px dotted #ddd
  }
}
#archive.buyer .grid-interaction .box-interaction p.ttl, #page.buyer .grid-interaction .box-interaction p.ttl, #post.buyer .grid-interaction .box-interaction p.ttl {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  color: #005f00
}
#archive.buyer .grid-interaction .box-interaction .media, #page.buyer .grid-interaction .box-interaction .media, #post.buyer .grid-interaction .box-interaction .media {
  text-align: center;
  margin: 0 0 20px
}
#archive.buyer .customize h3, #page.buyer .customize h3, #post.buyer .customize h3 {
  margin: 0 0 30px
}
#archive.buyer .customize .yakenu, #page.buyer .customize .yakenu, #post.buyer .customize .yakenu {
  margin: 0 0 40px
}
#archive.buyer .grid-customize, #page.buyer .grid-customize, #post.buyer .grid-customize {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justfy-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  margin-top: 2em
}
#archive.buyer .grid-customize .box-customize, #page.buyer .grid-customize .box-customize, #post.buyer .grid-customize .box-customize {
  width: 50%;
  padding: 20px 12px 20px
}
@media only screen and (min-width:737px) {
  #archive.buyer .grid-customize .box-customize:nth-child(2n), #page.buyer .grid-customize .box-customize:nth-child(2n), #post.buyer .grid-customize .box-customize:nth-child(2n) {
    border-left: 0px dotted #ddd;
    border-right: 0px dotted #ddd
  }
}
@media only screen and (max-width:736px) {
  #archive.buyer .grid-customize .box-customize, #page.buyer .grid-customize .box-customize, #post.buyer .grid-customize .box-customize {
    width: 100%
  }
  #archive.buyer .grid-customize .box-customize:not(:last-child), #page.buyer .grid-customize .box-customize:not(:last-child), #post.buyer .grid-customize .box-customize:not(:last-child) {
    border-bottom: 1px dotted #ddd
  }
}
#archive.buyer .grid-customize .box-custom-order, #page.buyer .grid-customize .box-custom-order, #post.buyer .grid-customize .box-custom-order {
  width: 33.333%;
  padding: 20px 12px 20px;
  position: relative
}
@media only screen and (min-width:737px) {
  #archive.buyer .grid-customize .box-custom-order:nth-child(3n-1), #page.buyer .grid-customize .box-custom-order:nth-child(3n-1), #post.buyer .grid-customize .box-custom-order:nth-child(3n-1) {
    border-left: 1px dotted #ddd;
    border-right: 1px dotted #ddd
  }
}
@media only screen and (max-width:736px) {
  #archive.buyer .grid-customize .box-custom-order, #page.buyer .grid-customize .box-custom-order, #post.buyer .grid-customize .box-custom-order {
    width: 100%;
    margin-bottom: 1.5em
  }
  #archive.buyer .grid-customize .box-custom-order:not(:last-child), #page.buyer .grid-customize .box-custom-order:not(:last-child), #post.buyer .grid-customize .box-custom-order:not(:last-child) {
    border-bottom: 1px dotted #ddd
  }
}
#archive.buyer .grid-customize .box-custom-order p.ttl, #page.buyer .grid-customize .box-custom-order p.ttl, #post.buyer .grid-customize .box-custom-order p.ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center
}
#archive.buyer .grid-customize .box-custom-order .media, #page.buyer .grid-customize .box-custom-order .media, #post.buyer .grid-customize .box-custom-order .media {
  text-align: center;
  margin: 0 0 20px
}
#archive.buyer .grid-customize .box-custom-order span.cnt, #page.buyer .grid-customize .box-custom-order span.cnt, #post.buyer .grid-customize .box-custom-order span.cnt {
  display: block;
  position: absolute;
  top: -4px;
  left: 10%;
  margin-left: -25px;
  width: 50px;
  font-weight: bold;
  padding: 1em;
  text-align: center;
  background: #ff8a8a;
  color: #fff;
  border-radius: 50%
}
#archive.buyer .defin-buyer, #page.buyer .defin-buyer, #post.buyer .defin-buyer {
  margin: 30px 0 0
}
#archive.buyer .defin-buyer dt, #page.buyer .defin-buyer dt, #post.buyer .defin-buyer dt {
  font-size: 20px;
  font-weight: bold;
  padding-bottom: 0.2em;
  border-bottom: 3px double #ccc;
  margin: 0 0 0.5em
}
#archive.buyer .defin-buyer dd, #page.buyer .defin-buyer dd, #post.buyer .defin-buyer dd {
  padding: 0 1.5em;
  line-height: 2
}
#archive.buyer .lead-method, #page.buyer .lead-method, #post.buyer .lead-method {
  margin: 0 0 2em
}
#archive.buyer .box-method, #page.buyer .box-method, #post.buyer .box-method {
  background: #fff;
  padding: 15px;
  border: 1px solid #eee;
  margin: 0 0 30px
}
@media only screen and (min-width:737px) {
  #archive.buyer .box-method, #page.buyer .box-method, #post.buyer .box-method {
    min-height: 280px
  }
}
#archive.buyer .box-method img.half, #page.buyer .box-method img.half, #post.buyer .box-method img.half {
  width: 46%;
  padding: 0 2%
}
#archive.buyer .box-object, #page.buyer .box-object, #post.buyer .box-object {
  display: table
}
#archive.buyer .box-object .media, #page.buyer .box-object .media, #post.buyer .box-object .media {
  width: 30%;
  display: table-cell
}
#archive.buyer .box-object .caption, #page.buyer .box-object .caption, #post.buyer .box-object .caption {
  display: table-cell;
  padding-left: 20px;
  vertical-align: middle
}
#archive.buyer .grid-flow, #page.buyer .grid-flow, #post.buyer .grid-flow {
  margin: 40px 0 0
}
#archive.buyer .box-flow, #page.buyer .box-flow, #post.buyer .box-flow {
  position: relative
}
#archive.buyer .box-flow strong, #page.buyer .box-flow strong, #post.buyer .box-flow strong {
  font-size: 16px;
  display: inline-block;
  padding: 0 0 0.2em
}
#archive.buyer .box-flow .icon, #page.buyer .box-flow .icon, #post.buyer .box-flow .icon {
  text-align: center;
  padding: 0 0 15px
}
@media only screen and (min-width:737px) {
  #archive.buyer .box-flow .arrow, #page.buyer .box-flow .arrow, #post.buyer .box-flow .arrow {
    position: absolute;
    width: 96px;
    top: 18px;
    right: -48px
  }
}
@media only screen and (max-width:736px) {
  #archive.buyer .box-flow .arrow, #page.buyer .box-flow .arrow, #post.buyer .box-flow .arrow {
    width: 48px;
    -webkit-transform: rotate(90deg);
    -ms-transform: rotate(90deg);
    transform: rotate(90deg);
    margin: 0 auto
  }
}
#archive.brand .box-media, #archive.brand .concept-header, #archive.brand-2 .box-media, #archive.brand-2 .concept-header, #page.brand-2 .box-media, #page.brand .box-media, #page.brand-2 .concept-header, #page.brand .concept-header, #post.brand .box-media, #post.brand-2 .box-media, #post.brand .concept-header, #post.brand-2 .concept-header {
  margin: 0 0 20px
}
#archive.brand .box-media p, #archive.brand .concept-header p, #archive.brand-2 .box-media p, #archive.brand-2 .concept-header p, #page.brand .box-media p, #page.brand-2 .box-media p, #page.brand .concept-header p, #page.brand-2 .concept-header p, #post.brand .box-media p, #post.brand-2 .box-media p, #post.brand .concept-header p, #post.brand-2 .concept-header p {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  padding: 0 0 0.5em;
  border-bottom: 1px dashed #005f00
}
#archive.brand .box-media h3, #archive.brand .concept-header h3, #page.brand .box-media h3, #page.brand .concept-header h3, #post.brand .box-media h3, #post.brand .concept-header h3, #archive.brand-2 .box-media h3, #archive.brand-2 .concept-header h3, #page.brand-2 .box-media h3, #page.brand-2 .concept-header h3, #post.brand-2 .box-media h3, #post.brand-2 .concept-header h3 {
  font-size: 30px;
  margin-top: 5px
}
#archive.brand .box-concept, #page.brand .box-concept, #post.brand .box-concept, #archive.brand-2 .box-concept, #page.brand-2 .box-concept, #post.brand-2 .box-concept {
  margin: 0 0 20px
}
#archive.brand .box-concept dt, #page.brand .box-concept dt, #post.brand .box-concept dt, #archive.brand-2 .box-concept dt, #page.brand-2 .box-concept dt, #post.brand-2 .box-concept dt {
  font-size: 18px;
  padding-bottom: 0.2em;
  border-bottom: 3px double #ccc;
  margin: 0 0 0.5em
}
@media only screen and (min-width:737px) {
  #archive.brand .box-concept dd, #page.brand .box-concept dd, #post.brand .box-concept dd {
    padding-left: 2em
  }
}
#archive.brand .box-concept .knowledge, #page.brand .box-concept .knowledge, #post.brand .box-concept .knowledge, #archive.brand-2 .box-concept .knowledge, #page.brand-2 .box-concept .knowledge, #post.brand-2 .box-concept .knowledge {
  color: #df6371;
  background: #fff;
  border: 1px solid #ccc;
  border-radius: 4px;
  padding: 12px 15px 10px
}
#archive.brand .concept-item, #page.brand .concept-item, #post.brand .concept-item, #archive.brand-2 .concept-item, #page.brand-2 .concept-item, #post.brand-2 .concept-item {
  margin: 0 0 20px
}
#archive.brand .concept-item h3.ttl, #page.brand .concept-item h3.ttl, #post.brand .concept-item h3.ttl, #archive.brand-2 .concept-item h3.ttl, #page.brand-2 .concept-item h3.ttl, #post.brand-2 .concept-item h3.ttl {
  text-align: center;
  margin-top: 0;
  margin-bottom: 24px
}
#archive.brand .concept-item .btn-line, #page.brand .concept-item .btn-line, #post.brand .concept-item .btn-line, #archive.brand-2 .concept-item .btn-line, #page.brand-2 .concept-item .btn-line, #post.brand-2 .concept-item .btn-line {
  text-align: center;
  margin-top: 18px
}
#archive.brand .concept-item .btn-line a, #page.brand .concept-item .btn-line a, #post.brand .concept-item .btn-line a, #archive.brand-2 .concept-item .btn-line a, #page.brand-2 .concept-item .btn-line a, #post.brand-2 .concept-item .btn-line a {
  display: inline-block;
  border: 1px dashed #ccc;
  color: initial;
  padding: 12px 3em 10px
}
#archive.brand .concept-item .btn-line a:hover, #page.brand .concept-item .btn-line a:hover, #post.brand .concept-item .btn-line a:hover, #archive.brand-2 .concept-item .btn-line a:hover, #page.brand-2 .concept-item .btn-line a:hover, #post.brand-2 .concept-item .btn-line a:hover {
  text-decoration: none;
  opacity: 0.7
}
#archive.brand .box-patent p.ttl, #page.brand .box-patent p.ttl, #post.brand .box-patent p.ttl, #archive.brand-2 .box-patent p.ttl, #page.brand-2 .box-patent p.ttl, #post.brand-2 .box-patent p.ttl {
  text-align: center;
  font-size: 16px;
  background: #df6371;
  padding: 0.3em 0 0.2em;
  color: #fff
}
@media only screen and (min-width:737px) {
  #archive.brand .box-patent .caption p, #page.brand .box-patent .caption p, #post.brand .box-patent .caption p, #archive.brand-2 .box-patent .caption p, #page.brand-2 .box-patent .caption p, #post.brand-2 .box-patent .caption p {
    font-size: 11px
  }
}
#archive.brand .flex-concept, #page.brand .flex-concept, #post.brand .flex-concept, #archive.brand-2 .flex-concept, #page.brand-2 .flex-concept, #post.brand-2 .flex-concept {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px
}
@media only screen and (min-width:737px) {
  #archive.brand .flex-concept, #page.brand .flex-concept, #post.brand .flex-concept, #archive.brand-2 .flex-concept, #page.brand-2 .flex-concept, #post.brand-2 .flex-concept {
    padding: 15px
  }
}
@media only screen and (min-width:737px) {
  #archive.brand .flex-concept .col-concept, #page.brand .flex-concept .col-concept, #post.brand .flex-concept .col-concept, #archive.brand-2 .flex-concept .col-concept, #page.brand-2 .flex-concept .col-concept, #post.brand-2 .flex-concept .col-concept {
    width: 33.33%;
    padding: 20px 12px 20px;
    border-right: 1px dotted #ddd
  }
  #archive.brand .flex-concept .col-concept:nth-child(2n), #page.brand .flex-concept .col-concept:nth-child(2n), #post.brand .flex-concept .col-concept:nth-child(2n), #archive.brand-2 .flex-concept .col-concept:nth-child(2n), #page.brand-2 .flex-concept .col-concept:nth-child(2n), #post.brand-2 .flex-concept .col-concept:nth-child(2n) {
    border-right: 0px dotted #ddd
  }
}
@media only screen and (max-width:736px) {
  #archive.brand .flex-concept .col-concept, #page.brand .flex-concept .col-concept, #post.brand .flex-concept .col-concept, #archive.brand-2 .flex-concept .col-concept, #page.brand-2 .flex-concept .col-concept, #post.brand-2 .flex-concept .col-concept {
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px dotted #ddd
  }
  #archive.brand .flex-concept .col-concept:last-child, #page.brand .flex-concept .col-concept:last-child, #post.brand .flex-concept .col-concept:last-child, #archive.brand-2 .flex-concept .col-concept:last-child, #page.brand-2 .flex-concept .col-concept:last-child, #post.brand-2 .flex-concept .col-concept:last-child {
    border-bottom: none
  }
}
#archive.brand .flex-concept .col-concept .media, #page.brand .flex-concept .col-concept .media, #post.brand .flex-concept .col-concept .media, #archive.brand-2 .flex-concept .col-concept .media, #page.brand-2 .flex-concept .col-concept .media, #post.brand-2 .flex-concept .col-concept .media {
  text-align: center;
  margin: 0 0 20px
}
#archive.brand .flex-concept .col-concept p.ttl, #page.brand .flex-concept .col-concept p.ttl, #post.brand .flex-concept .col-concept p.ttl, #archive.brand-2 .flex-concept .col-concept p.ttl, #page.brand-2 .flex-concept .col-concept p.ttl, #post.brand-2 .flex-concept .col-concept p.ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center
}
#archive.allproducts h2.title-item, #page.allproducts h2.title-item, #post.allproducts h2.title-item {
  font-size: 24px;
  color: #005f00;
  text-align: center;
  position: relative;
  margin-bottom: 30px
}
#archive.allproducts h2.title-item span, #page.allproducts h2.title-item span, #post.allproducts h2.title-item span {
  display: inline-block;
  content: '';
  width: 1.75em;
  height: 1.6em;
  background: url("../images/icon-futaba.png") no-repeat left bottom;
  background-size: contain;
  border: none
}
#archive.allproducts #item-uniform .btn-line, #page.allproducts #item-uniform .btn-line, #post.allproducts #item-uniform .btn-line {
  text-align: center;
  margin-top: 20px
}
#archive.allproducts #item-uniform .btn-line a, #page.allproducts #item-uniform .btn-line a, #post.allproducts #item-uniform .btn-line a {
  display: inline-block;
  color: initial;
  width: 18em;
  padding: 10px 0 8px;
  margin: 0 10px;
  border: 1px dashed #ccc
}
@media only screen and (max-width:736px) {
  #archive.allproducts #item-uniform .btn-line a, #page.allproducts #item-uniform .btn-line a, #post.allproducts #item-uniform .btn-line a {
    display: block;
    width: auto;
    margin: 10px 0
  }
}
#archive.allproducts #item-uniform .btn-line a:hover, #page.allproducts #item-uniform .btn-line a:hover, #post.allproducts #item-uniform .btn-line a:hover {
  text-decoration: none;
  opacity: 0.7
}
#archive.uniform .thumbnail, #page.uniform .thumbnail, #post.uniform .thumbnail {
  background: transparent;
  border: none
}
#archive.uniform .thumbnail-gallery, #page.uniform .thumbnail-gallery, #post.uniform .thumbnail-gallery {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  justfy-content: space-between;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch
}
#archive.uniform .thumbnail-gallery .box-thumbnail, #page.uniform .thumbnail-gallery .box-thumbnail, #post.uniform .thumbnail-gallery .box-thumbnail {
  width: 33.33%;
  padding: 0 15px
}
@media only screen and (max-width:736px) {
  #archive.uniform .thumbnail-gallery .box-thumbnail, #page.uniform .thumbnail-gallery .box-thumbnail, #post.uniform .thumbnail-gallery .box-thumbnail {
    width: 100%
  }
}
#archive.uniform .thumbnail-gallery p.ttl, #page.uniform .thumbnail-gallery p.ttl, #post.uniform .thumbnail-gallery p.ttl {
  text-align: center;
  color: #c98c94;
  font-size: 16px;
  font-weight: bold;
  margin: 0 0 0.5em
}
#archive.uniform .list-handling, #page.uniform .list-handling, #post.uniform .list-handling {
  padding: 0
}
#archive.uniform .list-handling li, #page.uniform .list-handling li, #post.uniform .list-handling li {
  list-style-type: none;
  margin-right: 0;
  padding-left: 0;
  font-weight: bold;
  text-align: center;
  background: #fff;
  padding: 0.5em 0;
  border: 1px solid #eee
}
#archive.uniform .btn-line, #page.uniform .btn-line, #post.uniform .btn-line {
  text-align: center
}
#archive.uniform .btn-line a, #page.uniform .btn-line a, #post.uniform .btn-line a {
  display: inline-block;
  font-size: 16px;
  font-weight: bold;
  border: 1px dashed #ccc;
  padding: 12px 3em 10px
}
#archive.uniform .btn-line a:hover, #page.uniform .btn-line a:hover, #post.uniform .btn-line a:hover {
  text-decoration: none;
  opacity: 0.7
}
#archive.suzuka .box-concept, #archive.yake-nu .box-concept, #page.suzuka .box-concept, #page.yake-nu .box-concept, #post.suzuka .box-concept, #post.yake-nu .box-concept {
  margin: 0 0 20px
}
#archive.suzuka .box-concept dt, #archive.yake-nu .box-concept dt, #page.suzuka .box-concept dt, #page.yake-nu .box-concept dt, #post.suzuka .box-concept dt, #post.yake-nu .box-concept dt {
  font-size: 18px;
  padding-bottom: 0.2em;
  border-bottom: 3px double #eee;
  margin: 0 0 0.5em
}
@media only screen and (min-width:737px) {
  #archive.suzuka .box-concept dd, #archive.yake-nu .box-concept dd, #page.suzuka .box-concept dd, #page.yake-nu .box-concept dd, #post.suzuka .box-concept dd, #post.yake-nu .box-concept dd {
    padding-left: 2em
  }
}
#archive.suzuka .flex-shooting, #archive.yake-nu .flex-shooting, #page.suzuka .flex-shooting, #page.yake-nu .flex-shooting, #post.suzuka .flex-shooting, #post.yake-nu .flex-shooting {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
  -webkit-align-items: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #fff;
  border: 1px solid #eee;
  border-radius: 4px
}
@media only screen and (min-width:737px) {
  #archive.suzuka .flex-shooting, #archive.yake-nu .flex-shooting, #page.suzuka .flex-shooting, #page.yake-nu .flex-shooting, #post.suzuka .flex-shooting, #post.yake-nu .flex-shooting {
    padding: 15px
  }
}
@media only screen and (min-width:737px) {
  #archive.suzuka .flex-shooting .col-shooting, #archive.yake-nu .flex-shooting .col-shooting, #page.suzuka .flex-shooting .col-shooting, #page.yake-nu .flex-shooting .col-shooting, #post.suzuka .flex-shooting .col-shooting, #post.yake-nu .flex-shooting .col-shooting {
    width: 33.33%;
    padding: 20px 12px 20px
  }
  #archive.suzuka .flex-shooting .col-shooting:nth-child(3n-1), #archive.yake-nu .flex-shooting .col-shooting:nth-child(3n-1), #page.suzuka .flex-shooting .col-shooting:nth-child(3n-1), #page.yake-nu .flex-shooting .col-shooting:nth-child(3n-1), #post.suzuka .flex-shooting .col-shooting:nth-child(3n-1), #post.yake-nu .flex-shooting .col-shooting:nth-child(3n-1) {
    border-left: 1px dotted #ddd;
    border-right: 1px dotted #ddd
  }
}
@media only screen and (max-width:736px) {
  #archive.suzuka .flex-shooting .col-shooting, #archive.yake-nu .flex-shooting .col-shooting, #page.suzuka .flex-shooting .col-shooting, #page.yake-nu .flex-shooting .col-shooting, #post.suzuka .flex-shooting .col-shooting, #post.yake-nu .flex-shooting .col-shooting {
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px dotted #ddd
  }
  #archive.suzuka .flex-shooting .col-shooting:last-child, #archive.yake-nu .flex-shooting .col-shooting:last-child, #page.suzuka .flex-shooting .col-shooting:last-child, #page.yake-nu .flex-shooting .col-shooting:last-child, #post.suzuka .flex-shooting .col-shooting:last-child, #post.yake-nu .flex-shooting .col-shooting:last-child {
    border-bottom: none
  }
}
#archive.suzuka .flex-shooting .col-shooting .media, #archive.yake-nu .flex-shooting .col-shooting .media, #page.suzuka .flex-shooting .col-shooting .media, #page.yake-nu .flex-shooting .col-shooting .media, #post.suzuka .flex-shooting .col-shooting .media, #post.yake-nu .flex-shooting .col-shooting .media {
  text-align: center;
  margin: 0 0 20px
}
#archive.suzuka .flex-shooting .col-shooting p.ttl, #archive.yake-nu .flex-shooting .col-shooting p.ttl, #page.suzuka .flex-shooting .col-shooting p.ttl, #page.yake-nu .flex-shooting .col-shooting p.ttl, #post.suzuka .flex-shooting .col-shooting p.ttl, #post.yake-nu .flex-shooting .col-shooting p.ttl {
  font-size: 16px;
  font-weight: bold;
  text-align: center
}
@media only screen and (min-width:737px) {
  #archive.suzuka .flex-commit, #archive.yake-nu .flex-commit, #page.suzuka .flex-commit, #page.yake-nu .flex-commit, #post.suzuka .flex-commit, #post.yake-nu .flex-commit {
    padding: 15px
  }
}
@media only screen and (min-width:737px) {
  #archive.suzuka .flex-commit .col-commit, #archive.yake-nu .flex-commit .col-commit, #page.suzuka .flex-commit .col-commit, #page.yake-nu .flex-commit .col-commit, #post.suzuka .flex-commit .col-commit, #post.yake-nu .flex-commit .col-commit {
    padding: 0px 12px 0px;
    margin: 15px 0 60px
  }
}
@media only screen and (max-width:736px) {
  #archive.suzuka .flex-commit .col-commit, #archive.yake-nu .flex-commit .col-commit, #page.suzuka .flex-commit .col-commit, #page.yake-nu .flex-commit .col-commit, #post.suzuka .flex-commit .col-commit, #post.yake-nu .flex-commit .col-commit {
    width: 100%;
    padding: 20px 10px;
    border-bottom: 1px dotted #ddd
  }
  #archive.suzuka .flex-commit .col-commit:last-child, #archive.yake-nu .flex-commit .col-commit:last-child, #page.suzuka .flex-commit .col-commit:last-child, #page.yake-nu .flex-commit .col-commit:last-child, #post.suzuka .flex-commit .col-commit:last-child, #post.yake-nu .flex-commit .col-commit:last-child {
    border-bottom: none
  }
}
#archive.suzuka .flex-commit .col-commit .media, #archive.yake-nu .flex-commit .col-commit .media, #page.suzuka .flex-commit .col-commit .media, #page.yake-nu .flex-commit .col-commit .media, #post.suzuka .flex-commit .col-commit .media, #post.yake-nu .flex-commit .col-commit .media {
  text-align: center;
  margin: 0 0 20px
}
#archive.suzuka .flex-commit .col-commit .video, #archive.yake-nu .flex-commit .col-commit .video, #page.suzuka .flex-commit .col-commit .video, #page.yake-nu .flex-commit .col-commit .video, #post.suzuka .flex-commit .col-commit .video, #post.yake-nu .flex-commit .col-commit .video {
  position: relative;
  padding-bottom: 56.25%;
  ovarflow: hidden;
  margin: -20px 0 20px
}
#archive.suzuka .flex-commit .col-commit .video iframe, #archive.yake-nu .flex-commit .col-commit .video iframe, #page.suzuka .flex-commit .col-commit .video iframe, #page.yake-nu .flex-commit .col-commit .video iframe, #post.suzuka .flex-commit .col-commit .video iframe, #post.yake-nu .flex-commit .col-commit .video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%
}
#archive.suzuka .flex-commit .col-commit p.ttl, #archive.yake-nu .flex-commit .col-commit p.ttl, #page.suzuka .flex-commit .col-commit p.ttl, #page.yake-nu .flex-commit .col-commit p.ttl, #post.suzuka .flex-commit .col-commit p.ttl, #post.yake-nu .flex-commit .col-commit p.ttl {
  font-size: 18px;
  font-weight: bold;
  background: #005f00;
  color: #fff;
  padding: 0.5em 1em;
  margin: 0
}
#archive.suzuka .btn-line, #archive.yake-nu .btn-line, #page.suzuka .btn-line, #page.yake-nu .btn-line, #post.suzuka .btn-line, #post.yake-nu .btn-line {
  text-align: center
}
@media only screen and (min-width:737px) {
  #archive.suzuka .btn-line p, #archive.yake-nu .btn-line p, #page.suzuka .btn-line p, #page.yake-nu .btn-line p, #post.suzuka .btn-line p, #post.yake-nu .btn-line p {
    display: inline-block;
    margin: 0 15px
  }
}
#archive.suzuka h2.title-item, #archive.yake-nu h2.title-item, #page.suzuka h2.title-item, #page.yake-nu h2.title-item, #post.suzuka h2.title-item, #post.yake-nu h2.title-item {
  font-size: 24px;
  color: #005f00;
  text-align: center;
  position: relative;
  margin-bottom: 30px
}
#archive.suzuka h2.title-item span, #archive.yake-nu h2.title-item span, #page.suzuka h2.title-item span, #page.yake-nu h2.title-item span, #post.suzuka h2.title-item span, #post.yake-nu h2.title-item span {
  display: inline-block;
  content: '';
  width: 1.75em;
  height: 1.6em;
  background: url("../images/icon-futaba.png") no-repeat left bottom;
  background-size: contain;
  border: none
}
#archive.suzuka .smmry h3, #archive.yake-nu .smmry h3, #page.suzuka .smmry h3, #page.yake-nu .smmry h3, #post.suzuka .smmry h3, #post.yake-nu .smmry h3 {
  text-align: center;
  margin-bottom: 30px;
  color: #e36573
}
.item-variation .title-variation {
  font-size: 18px;
  font-weight: bold
}
.item-variation .title-variation small {
  font-weight: normal;
  padding-left: 1em
}
.item-variation p.ttl span.label {
  margin-left: 1em;
  padding: 0.5em 1em;
  border-radius: 3px;
  display: inline-block;
  background: #f9bdc0;
  color: #fff
}
.item-variation .media {
  text-align: center
}
.item-variation .media .caption {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  min-height: 18px;
  color: #000
}
.item-variation .table-spec td {
  vertical-align: middle
}
.item-variation .table-spec td.item-code, .item-variation .table-spec td.item-size {
  text-align: center
}
.item-variation .color-chart {
  padding: 0.3em 1.5em;
  margin-right: 0.5em;
  cursor: pointer
}
@media only screen and (max-width:736px) {
  .item-variation .color-chart {
    display: block;
    padding: 1em
  }
}
.item-variation .link-btn {
  display: block;
  text-align: center;
  padding: 0.5em;
  margin: 1em 0;
  color: #fff;
  background: #e06372
}
.item-variation .link-btn:hover {
  text-decoration: none;
  opacity: 0.7
}
.item-variation .size-btn {
  text-align: center;
  margin-top: 20px
}
.item-variation .size-btn a {
  display: inline-block;
  color: initial;
  padding: 10px 3em 8px;
  border: 1px dashed #ccc
}
.item-variation .size-btn a:hover {
  text-decoration: none;
  opacity: 0.7
}
.item-variation .box-variation {
  margin-bottom: 30px
}
.product-item h3.item-title {
  margin-top: 0;
  margin-bottom: 24px
}
.product-item table.item-spec {
  margin: 15px 0 24px !important
}
.product-item table.item-spec tr:nth-child(odd) {
  background: #fafafa
}
.product-item .box-item-slid {
  padding: 0 35px
}
@media only screen and (max-width:736px) {
  .product-item .box-item-slid {
    padding: 0
  }
}
.product-item ul.bxslider {
  padding: 0
}
.product-item .bx-wrapper .bx-caption {
  background: rgba(16, 117, 16, 0.75)
}
.product-item .bx-wrapper .bx-controls-direction a {
  width: 24px;
  height: 40px
}
.product-item .bx-wrapper .bx-prev {
  left: -35px;
  background: url("../images/prev.png") no-repeat 0 0px
}
.product-item .bx-wrapper .bx-next {
  right: -35px;
  background: url("../images/next.png") no-repeat 0 0px
}
.product-item .btn-line {
  margin: 0 0 20px
}
.product-item .btn-line a {
  display: inline-block;
  font-size: 16px;
  color: initial;
  padding: 12px 3em 10px;
  border: 1px dashed #ccc
}
.product-item .btn-line a:hover {
  opacity: 0.7;
  text-decoration: none
}
@media only screen and (max-width:736px) {
  .product-item .btn-line a {
    padding: 12px 2em 10px
  }
}
.product-item .row.parent {
  margin-bottom: 40px
}
.product-item .col-child {
  position: relative;
  margin-bottom: 30px
}
.product-item .col-child p.ttl {
  font-size: 16px;
  font-weight: bold
}
.product-item .col-child .media {
  text-align: center;
  margin: 0 0 20px
}
@media only screen and (min-width:737px) {
  .product-item .col-child .media img {
    height: 280px;
    overflow: hidden
  }
}
.product-item .col-child .media .caption {
  text-align: left;
  font-size: 12px;
  line-height: 18px;
  min-height: 18px;
  color: #000
}
.product-item .col-child span.color-chart {
  padding: 0.3em 1.5em;
  margin-right: 0.5em
}
.product-item .col-child .swap-btns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex
}
.product-item .col-child span.swap-btn {
  cursor: pointer;
  display: block;
  padding: 0.2em 1em 0.1em;
  margin-right: 0.5em;
  color: #fff;
  background: #e06372
}
.product-item .col-child span.swap-btn.no-color {
  color: #000;
  background: transparent;
  border: 1px solid #eee
}
.product-item .col-child span.swap-btnhover {
  opacity: 0.7
}
.product-item .col-child.uvcut99:after, .product-item .col-child.uvcut:after {
  display: block;
  content: url("../images/icon-uv99.png");
  position: absolute;
  right: 0px;
  top: -15px
}
.product-item .col-child.uvcut98:after {
  display: block;
  content: url("../images/icon-uv98.png");
  position: absolute;
  right: 0px;
  top: -15px
}
.product-item .col-child.uvcut96:after {
  display: block;
  content: url("../images/icon-uv96.png");
  position: absolute;
  right: 0px;
  top: -15px
}
.product-item .col-child.uvcut95:after {
  display: block;
  content: url("../images/icon-uv95.png");
  position: absolute;
  right: 0px;
  top: -15px
}
.product-item .col-child.uvcut90:after {
  display: block;
  content: url("../images/icon-uv90.png");
  position: absolute;
  right: 0px;
  top: -15px
}
.product-item .col-child.upf50:before {
  display: block;
  content: url("../images/icon-upf50.png");
  position: absolute;
  right: 66px;
  top: -15px
}
.product-item .col-child.upf20:before {
  display: block;
  content: url("../images/icon-upf20.png");
  position: absolute;
  right: 66px;
  top: -15px
}
.yake-nu .product-item .col-child span.color-chart {
  padding: 0.7em 1.5em
}
.yake-nu .product-item .col-child span.swap-btn {
  display: inline-block
}
.suzuka .front-only, .yake-nu .front-only {
  display: none
}
.category-menu ul {
  padding-left: 0
}
.category-menu li {
  list-style-type: none;
  border: 1px dotted #ccc;
  margin-bottom: 0.5em;
  width: 100%;
  background: #fff
}
.category-menu li a {
  display: block;
  padding: 10px 15px;
  font-size: 16px;
  color: #666;
  font-weight: bold
}
.category-menu li a:hover {
  opacity: 0.7;
  text-decoration: none
}
#page.contact .contact-info-text {
  margin: 0 0 2em
}
#page.contact .contact-info-tel .working-time {
  width: 100%
}
#page.contact .contact-info-tel .working-time td, #page.contact .contact-info-tel .working-time th {
  padding: 6px 0
}
#page.contact .contact-info-tel .working-time th {
  vertical-align: top
}
#page.contact .contact-info-tel .working-time td {
  border-bottom: 1px solid #ccc
}
#page.contact .contact-call {
  text-align: center
}
#page.contact .contact-call h3 {
  margin-bottom: 1.5em
}
#page.contact .contact-call .btn-contact {
  font-size: 28px;
  font-weight: bold;
  padding: 0.3em 0;
  margin: 0 auto 1.5em;
  border: 1px dotted #ccc
}
@media only screen and (min-width:737px) {
  #page.contact .contact-call .btn-contact {
    width: 80%
  }
  #page.contact .contact-call .btn-contact.tel {
    padding-top: 1.3em
  }
}
#page.contact .contact-call .btn-contact rt {
  font-weight: normal
}
#page.contact .contact-call .btn-contact span {
  font-size: 24px;
  margin-right: 0.5em;
  color: #c98c94
}
@media only screen and (max-width:736px) {
  #page.contact .contact-call .btn-contact span {
    display: block;
    font-size: 32px;
    margin-bottom: 0.3em
  }
}
#page.contact .contact-form .form-group {
  margin: 0 0 2em
}
#page.contact .contact-form .control-label {
  font-size: 16px;
  font-weight: bold
}
.no-bg {
  background: #fff;
  padding: 30px;
  border: 1px solid #eee;
  border-radius: 6px
}
.section {
  margin-bottom: 40px
}
input.tel {
  display: inline-block;
  height: 38px;
  padding: 6px 12px;
  font-size: 16px;
  line-height: 1.5;
  color: #555;
  background-color: #fff;
  background-image: none;
  border: 1px solid #ccc;
  border-radius: 2px;
  -webkit-box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  box-shadow: inset 0 1px 1px rgba(0, 0, 0, 0.075);
  -webkit-transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  -o-transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s;
  transition: border-color ease-in-out 0.15s, box-shadow ease-in-out 0.15s, -webkit-box-shadow ease-in-out 0.15s
}
input[type=submit] {
  border: 1px dotted #ccc;
  background: transparent;
  padding: 0.4em 3em 0.3em
}
input[type=submit]:action, input[type=submit]:hover {
  opacty: 0.7
}
.mwform-checkbox-field-text {
  font-weight: normal
}
.mwform-checkbox-field.horizontal-item label {
  padding-top: 7px;
  margin-right: 1em
}
@media only screen and (max-width:736px) {
  table.sp_list tr {
    border-bottom: 1px solid #ccc
  }
  table.sp_list td, table.sp_list th {
    display: list-item;
    list-style-type: none;
    border-bottom: none !important
  }
}
.inline-img img {
  max-width: 48.5%;
  height: auto;
  vertical-align: middle
}
h2.widgettitle {
  display: none
}
.widgets_on_page ul {
  padding-left: 0
}
.widgets_on_page ul li {
  list-style-type: none
}
.mt0 {
  margin-top: 0
}
.text-black {
  color: #666
}
@media only screen and (min-width:737px) {
  #page.brand .flex-concept .col-concept {
    width: 50%;
    padding: 20px 24px 20px
  }
  .commit .media {
    height: 174px
  }
}
.item-table {
  width: 100%
}
.item-table td, .item-table th {
  padding: 0.3em 1em;
  border: 1px solid #ddd
}
/*add 171007 */
#page.contact .contact-form .form-group {
  overflow: hidden;
}
.pagenavi {
  margin: 40px 0 60px;
  text-align: center;
}
.wp-pagenavi a, .wp-pagenavi span {
  border: 1px dotted #ccc !important;
  padding: 5px 10px !important;
}
.wp-pagenavi a:hover, .wp-pagenavi span.current {
  border-style: solid !important;
}
.wp-pagenavi .pages {
  display: none;
}