@charset "UTF-8";

/* initialization------------------------------ */
/* CLEAR FIX */
.clearfix:after {
  content: ".";
  display: block;
  height: 0px;
  clear: both;
  visibility: hidden;
}

.clearfix {
  display: inline-block;
}

/*\*/
* html .clearfix {
  height: 1%;
}

.clearfix {
  display: block;
}

/**/

* {
  margin: 0;
  padding: 0;
}

html {
  overflow-y: scroll;
  margin-bottom: 1px;
  height: 100%;
}

img {
  vertical-align: top;
}

:focus {
  outline: 0;
}

/* ADMIN------------------------------ */
.adminNav {
  width: 950px;
  margin: 10px auto;
  padding-top: 5px;
  border-top: 1px dotted #999;
  color: #999;
}

.adminNav a {
  color: #999;
  text-decoration: underline;
}


/* BODY------------------------------ */
.clear {
  clear: both;
}

body {
  font-size: 13px;
  font-family: "Helvetica Neue", Arial, "Hiragino Kaku Gothic ProN", "Hiragino Sans", "Noto Sans", Meiryo, sans-serif;
  /*font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3"; 20250109コメントアウト*/
  color: #000000;
  line-height: 1.6em;
}

@media screen {
  body {
    background: url('images/bg_black.gif') #ececec repeat-x top;
    /* upd 2011.0705 BCI.Kikuchi */
  }
}

#container {
  width: 100%;
  margin: 0 auto;
  padding-bottom: 5px;
  background-color: #000000;
  /* add 2011.0705 BCI.Kikuchi */
}

/* HEADER------------------------------ */
#header {

  margin-bottom: 10px;

  position: relative;

}


#headerlogo {
  text-align: center;
  background: #000;
}

#headerlogo img {
  display: inline;
  height: auto;
}

@media screen and (max-width:599px) {
  #headerlogo {
    padding: 5px 0;
  }

  #headerlogo img {
    width: 40%;
    min-width: 140px;
  }
}

@media screen and (min-width:600px) {
  #headerlogo {}

  #headerlogo img {
    width: 40%;
  }
}

#searchbox {
  width: 100%;
  text-align: center;
}

#searchbox p {
  margin: 5px 0;
}

#searchbox input {
  vertical-align: top;
}

#searchbox span {
  vertical-align: -0.25em;
}

#searchbox input.textbox {
  width: 130px;
  height: 20px;
  border: 1px solid #b9bdbe;
}

#searchbox input.serchbtn {
  width: 38px;
  height: 22px;
}

#language {
  float: none;
  width: 100%;
  font-size: 3vw;
  letter-spacing: 1px;
  text-align: right;
}

#language a {
  margin: 0 10px 0 0;
}

#site-navigation #headernavi {
  float: none;
  width: 100%;
  border-top: 1px solid #ccc;
}

#site-navigation #headernavi ul {
  padding: 10px 0;
}

#site-navigation #headernavi ul li {
  float: left;
  display: inline;
  padding-left: 0;
  width: 50%;
  text-align: center;
  border-top: none;
  padding: 3px 0;
}

#site-navigation #headernavi ul li a {}

@media screen and (max-width:599px) {
  #site-navigation #headernavi ul li a {
    font-size: 90%;
  }
}

@media screen and (min-width:600px) {
  #site-navigation #headernavi ul li a {
    font-size: 100%;
  }
}

@media screen {
  #header {
    color: #fff;
  }

  #headernavi a {
    color: #fff;
  }
}

#site-navigation {
  margin-left: 0;
  margin-right: 0;
}

#site-navigation ul {
  clear: both;
  height: auto;
  overflow: hidden;
  margin-bottom: 0;
}

#site-navigation ul li:first-child {
  margin: 0;
  padding: 10px 0 10px;
  border-top: none;
}

#site-navigation ul li {
  float: none;
  display: block;
  text-indent: 0;
  margin: 0 0 0;
  padding: 10px 0 10px;
  border-top: 1px solid #ccc;
}

#site-navigation ul li a {
  cursor: pointer;
  display: block;
  color: #fff;
  width: 90%;
  margin: 0 auto;
  font-size: 110%;
  letter-spacing: 1px;
}

#site-navigation ul li a:before {
  content: "\f0da";
  font-family: FontAwesome;
  color: #fff;
  margin-right: 5px;
}

#site-navigation ul li.current {
  background: #333;
}

#site-navigation ul li.menu-h a {
  background: none;
  height: auto;
}

#site-navigation ul li.menu-h a:hover {
  background: none;
}

#site-navigation ul li.menu-h.current a {
  background: none;
}

#site-navigation ul li.menu-p a {
  background: none;
  height: auto;
}

#site-navigation ul li.menu-p a:hover {
  background: none;
}

#site-navigation ul li.menu-p.current a {
  background: none;
}

#site-navigation ul li.menu-c a {
  background: none;
  height: auto;
}

#site-navigation ul li.menu-c a:hover {
  background: none;
}

#site-navigation ul li.menu-c.current a {
  background: none;
}

#site-navigation ul li.menu-d a {
  background: none;
  height: auto;
}

#site-navigation ul li.menu-d a:hover {
  background: none;
}

#site-navigation ul li.menu-d.current a {
  background: none;
}

#site-navigation ul li.menu-s a {
  background: none;
  height: auto;
}

#site-navigation ul li.menu-s a:hover {
  background: none;
}

#site-navigation ul li.menu-s.current a {
  background: none;
}

#site-navigation ul li.menu-cnt a {
  background: none;
  height: auto;
}

#site-navigation ul li.menu-cnt a:hover {
  background: none;
}

#site-navigation ul li.menu-cnt.current a {
  background: none;
}

.menu-toggle {
  width: 40px;
  height: 40px;
  top: 5px;
  right: 1%;
  margin: auto;
  padding: 0;
  cursor: pointer;
  position: absolute;
}

.menu-toggle,
.main-navigation.toggled ul {
  display: block;
  border: none;
  background: none;
}

.nav_line {
  display: block;
  width: 30px;
  height: 4px;
  background: #fff;
  -webkit-transition: .3s;
  transition: .3s;
  margin: 0 auto;
}

.nav_line1 {
  transform: translateY(-5px);
}

.nav_line2 {
  transform: translateY(0px);
}

.nav_line3 {
  transform: translateY(5px);
}

.nav_name {
  color: #fff;
  transform: translateY(5px);
  display: block;
  font-size: 10px;
}

.main-navigation ul {
  display: none;
  list-style: none;
  margin: 0;
  padding-left: 0;
}

.main-navigation ul li:hover>ul,
.main-navigation ul li.focus>ul {
  left: auto;
}

.main-navigation a {
  display: block;
  text-decoration: none;
}


/* FOOTER ------------------------------ */
#footer a {
  color: #999;
}

#footer a:hover {
  color: #eee;
}

#footer {
  clear: both;
  position: relative;
  background-color: #000000;
  /* upd 2011.0705 BCI.Kikuchi */
  /* margin-top: 13px; */
  padding-top: 5px;
}

#footer p {
  margin-bottom: 0;
}

@media screen {
  #footer {
    color: #999;
  }
}


#footernavi {
  position: relative;
  left: 0;
  bottom: 0px;
}

#footernavi ul {
  height: 22px;
  overflow: hidden;
  margin-bottom: 5px;
}

#footernavi ul li {
  float: left;
  padding-left: 15px;
  display: inline;
  line-height: 22px;
}

#footlogo {
  float: left;
  padding-left: 10px;
  /* add 2011.0705 BCI.Kikuchi */
  background: #000;
}

#copyright {
  line-height: 22px;
  text-align: right;
  padding-right: 15px;
  /* add 2011.0705 BCI.Kikuchi */
  font-size: 10px;
}


/* MAINAREA ------------------------------ */
#mainarea {
  background: #fff;
  padding: 20px 0 0px;
}

.home #mainarea {
  padding: 0;
}

.pagetopbtn {
  clear: both;
  padding: 0 12px 0 0;
  text-align: right;
}


/* SIDE BAR------------------------------ */
#sidebar ul,
#sidebar ol,
#sidebar li {
  margin: 0;
  padding: 0;
}

#sidebar {
  float: none;
  display: block;
  width: 95%;
  margin: 0 auto;
}

#sidebar .innerbox {
  margin-bottom: 15px;
  padding: 9px 9px 3px;
  border: 1px solid #c6c6c6;
  background: #eee;
}

.p_cat_lv1 li {
  font-size: 14px;
  font-weight: bold;
  color: #1f4a5d;
  margin-bottom: 0.5em !important;
}

.p_cat_lv1 li span.title {
  display: block;
  margin-bottom: 6px !important;
  color: #1f4a5d;
}

.p_cat_lv1 li a {
  display: block;
  color: #1f4a5d;
}

#sidebar .p_cat_lv2 {
  margin: 0.5em 0 1em;
}

ul.p_cat_lv2 li {
  margin-bottom: 6px !important;
  padding-left: 20px !important;
  background: url(images/p_pnav_icon.gif) no-repeat left 0.3em;
  font-size: 12px;
  font-weight: normal;
  color: #1f4a5d;
}

ul.p_cat_lv2 li a {
  color: #1f4a5d;
}

ul.p_cat_lv2 li.current_page_item {
  font-weight: bold;
}

ul.p_cat_lv2b li {
  margin-bottom: 6px !important;
  padding-left: 20px !important;
  font-size: 12px;
  font-weight: bold;
  color: #1f4a5d;
}

ul.p_cat_lv2b li a {
  color: #1f4a5d;
}

ul.p_cat_lv3 {}

ul.p_cat_lv3 li {
  margin-bottom: 6px !important;
  padding-left: 20px !important;
  background: url(images/p_pnav_icon.gif) no-repeat left 0.3em;
  font-size: 12px;
  font-weight: normal;
  color: #1f4a5d;
}

ul.p_cat_lv3 li a {
  color: #1f4a5d;
}


#sidebar .sb_inquiry,
#sidebar .sb_after {
  margin-bottom: 15px;
  border: 1px solid #c6c6c6;
  background: #eee;
  line-height: 16px;
}

#sidebar .sb_inquiry img,
#sidebar .sb_after img {
  vertical-align: middle;
}

#sidebar .sb_inquiry h2,
#sidebar .sb_after h2 {
  margin-bottom: 5px;
}

#sidebar .sb_inquiry p,
#sidebar .sb_after p {
  margin: 0 5px 5px;
}

#sidebar .bannerbox {
  width: 65%;
  border: 1px solid #C6C6C6;
  margin: 0 auto 15px;
}

#sidebar .bannerbox img {
  width: 100%;
  height: auto;
}

#sidebar .sidettl {
  color: #2A6168;
  font-size: 110%;
  padding: 8px 8px 5px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(0.88, #F2F6F9), color-stop(0.00, #FFF));
  background: -webkit-linear-gradient(top, #FFF 0%, #F2F6F9 88%);
  background: -moz-linear-gradient(top, #FFF 0%, #F2F6F9 88%);
  background: -o-linear-gradient(top, #FFF 0%, #F2F6F9 88%);
  background: -ms-linear-gradient(top, #FFF 0%, #F2F6F9 88%);
  background: linear-gradient(to bottom, #FFF 0%, #F2F6F9 88%);
  border-bottom: 1px solid #ccc;
}

#sidebar .sidettl span {
  font-size: 10px;
  color: #777;
  display: block;
}

#sidebar .sidettl:hover {
  text-decoration: none;
}

/* CONTENTS------------------------------ */
#contents {
  float: none;
  display: block;
  color: #333;
}

.w730 {
  width: 95%;
  margin: 0 auto;
}

.w700 {
  width: 95%;
  margin: 0 auto;
}

@media screen and (max-width:599px) {
  #contents {}
}

@media screen and (min-width:600px) {
  #contents {
    min-height: 560px;
  }
}

div.section_inner {
  margin-left: 0;
  padding-bottom: 10px;
  position: relative;
}

.p_single p {
  margin-bottom: 1em;
}

.p_single h4 {
  font-size: 14px;
  font-weight: bold;
}

div#section1,
div#section2,
div#section3,
div#section4,
div#section5,
div#section6,
div#section7,
div#dimensions,
div#catalog {
  margin: 0 0 30px;
}

div#dimensions ul li,
div#catalog ul li {
  float: left;
  margin-right: 20px;
  display: inline;
}

.p_pagenav ul {
  margin-bottom: 30px;
  padding: 9px;
  border: 1px solid #999;
  background: #eee;
  font-size: 12px;
  line-height: 10px;
}

.p_pagenav ul li {
  float: left;
  margin-right: 20px;
  display: inline;
  line-height: 2em;
}

.p_pagenav ul li a {
  display: block;
  padding-left: 20px;
  background: url(images/p_pnav_icon.gif) no-repeat left center;
}

.edit-link {
  text-align: right;
}

.pagetop {
  clear: both;
  text-align: right;
}

p.editlnk {
  text-align: right;
}

.p_catlst_outer {
  padding: 10px 5px;
  border: 1px solid #c8c8c8;
  background: #eee;
}

h2.p_catlst_title {
  margin-bottom: 1em;
  color: #1f4a5d;
  font-weight: bold;
  font-size: 18px;
  line-height: 1.6;
}

h3.p_catlst_subtitle {
  margin-bottom: 1em;
  padding: 0.5em 1em;
  background-color: #1f4a5d;
  color: #fff;
  font-weight: bold;
  font-size: 14px;
}

.p_catlst_inner {
  padding: 10px 10px 0;
  border: 1px solid #ccc;
  background-color: #fff;
}

.p_cat_item {
  overflow: hidden;
  float: left;
  width: 345px;
  height: 210px;
  margin: 15px 0 0;
  padding: 0 10px;
  border-bottom: 1px solid #ccc;
}

.p_cat_item_r {
  width: 170px;
  float: right;
}

.p_cat_item_l {
  width: 170px;
  float: left;
}

.p_cat_item_l img {
  width: 160px;
  height: auto;
}

.p_cat_itemttl {
  margin-bottom: 5px;
  padding-bottom: 5px;
  /*border-bottom: 1px dotted #505050;*/
  font-size: 16px;
  font-weight: bold;
}

.p_cat_itemttl a {
  float: left;
  display: inline;
  padding-right: 10px;
}

.p_cat_itemttl span {
  font-size: 12px;
}

.p_cat_itemttl img.newicon {
  vertical-align: -0.1em;
}

.btn_view_detail {
  margin-top: 5px;
}

.lst_bigcat li {
  margin: 15px;
  float: left;
  width: 145px;
}

.lst_bigcat li a {
  text-decoration: none;
}

.lst_bigcat li a span {
  display: block;
  padding-left: 15px;
  background: url(images/bigcat_li_icon.gif) no-repeat left 0.3em;
}

.lst_bigcat li a:hover span {
  text-decoration: underline;
}


/*-----------------------------
  category-products.php
-----------------------------*/
.list-products {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  grid-column-gap: 35px;
  grid-row-gap: 25px;
  overflow: hidden;
  margin: 1em 20px;
  padding: 0;
}

.list-products li {
  display: block;
  margin: 0;
  padding: 0 0;
  text-align: center;
  vertical-align: top;
}

.list-products li .thumb,
.list-products li .cat-name {
  display: block;
}

.list-products li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  max-height: 130px;
}

.list-products img.category_icon {
  display: block;
  width: 95%;
  margin: 0 auto;
  padding: 0;
}


@media screen and (max-width:599px) {
  .list-products {
    grid-template-columns: repeat(2, 1fr);
  }
  .list-products li {
  display: block;
  margin: 0;
  padding: 0 0;
  text-align: center;
  vertical-align: top;
}

.list-products li .thumb,
.list-products li .cat-name {
  display: block;
}

.list-products li a {
  text-decoration: none;
  display: flex;
  flex-direction: column;
  justify-content: end;
  text-align: center;
  max-height: 130px;
}

.list-products li .thumb img{
  width:100%;
  height: auto;
}

}

/*------------------------------------*/



.nai_submenu {
  position: relative;
  height: 40px;
  margin-right: 20px;
}

.nai_submenu ul {
  position: absolute;
  top: 0px;
  right: 0px;
}

.nai_submenu ul li {
  float: left;
  display: inline;
}

.nai_submenu ul li a {
  margin-left: 10px;
  padding: 5px 5px 5px 22px;
  background: url(images/submenu_icon.gif) no-repeat 5px 0.5em #eee;
  border: 1px solid #cbcbcb;
}

.single_title {
  margin-bottom: 15px;
  padding-bottom: 3px;
  border-bottom: 1px dotted #c2c2c2;
  font-size: 15px;
  font-weight: bold;
  color: #284146;
}

.inner {
  margin: 0 10px;
}

ul.newslst {
  padding-top: 3px;
  background: url(images/news_lst_line.gif) repeat-x left top;
  clear: both;
}

ul.newslst li {
  clear: both;
  padding: 5px;
  background: url(images/news_lst_line.gif) repeat-x left bottom;
}

ul.newslst li.odd {
  background-color: #f5f5f5;
}

ul.newslst li span.date {
  float: left;
  width: 110px;
  font-weight: bold;
  color: #284146;
}

ul.newslst li span.title {
  float: left;
  width: 514px;
}

ul.newslst li span.icon {
  float: right;
  vertical-align: top;
}

/* HOME------------------------------ */
#homecontents ul,
#homecontents li {
  list-style-type: none;
}

#homecontents h3 {
  margin-bottom: 5px;
}

#homecontents {
  width: 100%;
  margin: 0 auto;
  padding: 0;
}

#home_visual {
  height: 305px;
  margin-bottom: 25px;
}

#home_visual_btn {
  width: 180px;
  height: 305px;
  float: left;
  background: url(images/home_btn_bg.gif) no-repeat 0 0;
}

#home_visual_btn ul {
  margin-top: 15px;
}

#home_visual_btn ul li {
  margin: 0 0 10px 0;
}

#home_visual_flash {
  width: 930px;
  height: 305px;
}

#home_new {
  float: none;
  width: 95%;
  margin: 30px auto 0;
  background: url(images/home_new_line.gif) repeat-y right top;
}

#home_new .inner {
  margin: 0;
}

#home_new h3 {
  padding-bottom: 12px;
  border-bottom: 2px solid #ccc;
  color: #2a6168;
  font-size: 1.8em;
}

@media screen and (max-width:599px) {
  #home_new h3 {
    font-size: 1.5em;
  }
}

@media screen and (min-width:600px) {
  #home_new h3 {
    font-size: 1.8em;
  }
}

#home_new p.lnk {
  float: right;
  margin-right: 0;
  display: inline;
  margin-top: -35px;
}

@media screen and (max-width:599px) {
  #home_new ul {
    clear: both;
    margin: 0 0 10%;
    height: 200px;
  }
}

@media screen and (min-width:600px) {
  #home_new ul {
    clear: both;
    margin: 0;
    height: 290px;
  }
}

#home_new li:first-child {
  border-top: none;
}

#home_new li {
  margin: 0 0 0;
  padding: 10px 0 10px;
  border-top: 1px solid #CCCCCC;
}

#home_new li span.date {
  padding-left: 0;
  color: #1e485b;
}

#home_new li a.lnk {
  padding-left: 18px;
  background: url(images/home_new_icon.gif) no-repeat 5px 0.2em;
  color: #505050;
  text-decoration: none;
}

#home_new li a {
  color: #505050;
}

#home_new li a:hover.lnk {
  text-decoration: underline;
}




#home_theme {
  width: 95%;
  margin: 0 auto;
}

#home_theme .home_theme_title {
  padding-left: 8px;
  border-left: 4px solid #2a6168;
  color: #2a6168;
  font-weight: bold;
  font-size: 1.2em;
  line-height: 1.2;
}

#home_theme .container li.home_theme_item:nth-child(2n+1) {
  margin: 0 0 20px 0;
}

#home_theme .container li.home_theme_item {
  position: relative;
  float: left;
  box-sizing: border-box;
  width: 49%;
  height: auto;
  margin: 0 0 20px 2%;
}

#home_theme .container .home_theme_imagebox {
  margin: 10px 0;
  margin: 10px 30px;
}

#home_theme img {
  max-width: 100%;
  height: auto;
}

#home_theme .home_theme_description {
  text-align: justify;
  font-size: 80%;
}

#home_theme .home_theme_anchor {
  background-color: #f2f2f2;
  display: block;
  color: #000000;
}

@media screen and (max-width:599px) {
  #home_theme .home_theme_anchor {
    padding: 5px;
  }
}

@media screen and (min-width:600px) {
  #home_theme .home_theme_anchor {
    padding: 15px;
  }
}

#home_theme .home_theme_anchor:hover {
  background-color: #E6E6E6;
  text-decoration: none;
}

.homebnrbox {
  width: 95%;
  margin: 0 auto;
  border-top: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  margin-bottom: 20px;
  padding: 20px 0;
}

.homebnrbox .inner {
  margin: 0;
}

.homebnrbox .inner ul li:first-chilsd {
  margin-top: 0;
  border-top: none;
}

.homebnrbox .inner ul li {
  margin-top: 10px;
  padding-top: 10px;
  border-top: 1px solid #ccc;
  font-size: 1em;
}

.homebnrbox p {
  margin: 0;
}

.homewrap {
  margin-top: 20px;
}

#home_main {
  float: right;
  margin: 0 12px;
  width: 556px;
}

.home_products_block {
  float: none;
  box-sizing: border-box;
  width: 95%;
  margin: 0 auto;
}

/*.home_products_pickup_item:nth-child(2n+1) {margin: 0 2% 15px 0;}*/
.home_products_pickup_item {
  float: left;
  width: 49%;
  margin: 0 0 15px 0;
}

.home_products_pickup_item img {
  width: 100%;
}

.shuryo_btn {
  text-align: center;
}

#prductsmenu {
  margin-bottom: 20px;
  padding-bottom: 5px;
  background: url(images/home_products_line.gif) repeat-x left bottom;
}

#prductsmenu li {
  float: left;
  margin-bottom: 15px;
  display: inline;
}

#prductsmenu li.odd {
  margin-right: 14px;
}

.newpd1,
.newpd2,
.newpd3 {
  float: left;
  padding: 5px 0 0;
  display: inline;
}

.newpd1 p,
.newpd2 p,
.newpd3 p {
  width: 161px;
  margin-bottom: 5px;
}

.newpd1,
.newpd2 {
  margin-right: 17px;
  padding-right: 19px;
}

/* ○○から探す */
ul.catbtn {}

ul.catbtn li {
  float: left;
  margin-bottom: 20px;
  display: inline;
}

ul.catbtn li.catbtn1,
ul.catbtn li.catbtn2,
ul.catbtn li.catbtn4,
ul.catbtn li.catbtn5 {
  margin-right: 20px;
}

/* EVENT------------------------------ */
.eventlst_wrap {
  margin: 0 0 20px;
}

h4.eventlst_title {
  margin-bottom: 10px;
  padding: 3px 10px;
  background: #d1e2ee;
}

@media screen and (max-width:599px) {
  .eventlst_banner {
    width: 90%;
    margin: 0 auto 10px;
  }
}

@media screen and (min-width:600px) {
  .eventlst_banner {
    float: right;
  }
}

.eventlst_info {}

.eventlst_lnk {
  clear: both;
  position: relative;
  height: 40px;
}

.eventlst_lnk ul li {
  float: left;
  display: inline;
}

.eventlst_lnk ul li a {
  margin-left: 10px;
  padding: 5px 5px 5px 22px;
  background: url(images/submenu_icon.gif) no-repeat 5px 0.5em #eee;
  border: 1px solid #cbcbcb;
}

@media screen and (max-width:599px) {
  .eventlst_lnk ul {
    text-align: center;
  }

  .eventlst_lnk ul li:first-child a {
    margin-left: 0;
  }

  .eventlst_lnk ul li {
    float: none;
  }
}

@media screen and (min-width:600px) {
  .eventlst_lnk ul {
    position: absolute;
    top: 0px;
    right: 0px;
  }
}

h4.event_subtitle {
  margin-bottom: 10px;
  padding-bottom: 2px;
  border-bottom: 1px dotted #999;
}

h4.event_subtitle span {
  display: block;
  padding: 3px 5px;
  background: #f2f6f9;
}

/* Contact------------------------------ */
.inq_form {
  padding-top: 20px;
  border-top: 1px solid #cdcdcd;
}

.inq_tbl {
  width: 100%;
  margin-bottom: 20px;
  border-collapse: collapse;
}

.inq_tbl th {
  width: 25%;
  padding: 5px 10px;
  background: #73a1b6;
  border: 1px solid #cdcdcd;
  text-align: left;
  font-weight: bold;
  color: #FFF;
}

.inq_tbl td {
  width: 75%;
  padding: 5px 10px;
  background: #fff;
  border: 1px solid #cdcdcd;
  text-align: left;
}

.f_b_red {
  font-weight: bold;
  color: #F00;
}

.f_red {
  color: #F00;
}

.error_coution {
  font-weight: bold;
  color: #F00;
}

.error_cell {
  background-color: #FFE8E9 !important;
}

/* Search ------------------------------ */
ul.search_res {
  border-top: 1px dotted #cdcdcd;
}

ul.search_res li {
  padding: 5px 10px;
  border-bottom: 1px dotted #cdcdcd;
}

@media screen and (max-width:599px) {
  ul.search_res {
    margin: 0 0 30px;
  }
}

@media screen and (min-width:600px) {
  ul.search_res {
    margin: 0 10px;
  }
}

.pagetype {
  float: right;
}



/****************************************/
/********** Taiyodo **********/
/****************************************/

div.p_pagenav {
  width: 100%;
}

/* =Margin Padding Style
-------------------------------------------------------------- */

.mb5 {
  margin-bottom: 5px;
}

.mb10 {
  margin-bottom: 10px;
}

.mb15 {
  margin-bottom: 15px;
}

.mb20 {
  margin-bottom: 20px;
}

.mb30 {
  margin-bottom: 30px;
}

.mb40 {
  margin-bottom: 40px;
}

.mt5 {
  margin-top: 5px;
}

.mt10 {
  margin-top: 10px;
}

.mt15 {
  margin-top: 15px;
}

.mt20 {
  margin-top: 20px;
}

.ml5 {
  margin-left: 5px;
}

.ml10 {
  margin-left: 10px;
}

.ml15 {
  margin-left: 15px;
}

.ml20 {
  margin-left: 20px;
}

.mr5 {
  margin-right: 5px;
}

.mr10 {
  margin-right: 10px;
}

.mr15 {
  margin-right: 15px;
}

.mr20 {
  margin-right: 20px;
}

.pb5 {
  padding-bottom: 5px;
}

.pb10 {
  padding-bottom: 10px;
}

.pb15 {
  padding-bottom: 15px;
}

.pb20 {
  padding-bottom: 20px;
}

.pt5 {
  padding-top: 5px;
}

.pt10 {
  padding-top: 10px;
}

.pt15 {
  padding-top: 15px;
}

.pt20 {
  padding-top: 20px;
}

.pl5 {
  padding-left: 5px;
}

.pl10 {
  padding-left: 10px;
}

.pl15 {
  padding-left: 15px;
}

.pl20 {
  padding-left: 20px;
}

.pr5 {
  padding-right: 5px;
}

.pr10 {
  padding-right: 10px;
}

.pr15 {
  padding-right: 15px;
}

.pr20 {
  padding-right: 20px;
}

/* =Product Page Style
-------------------------------------------------------------- */

.taxonomy_descriptions {
  width: 700px;
  overflow: hidden;
}

#contents .product_table {
  width: 100%;
  border-collapse: collapse;
}

#contents .product_table th {
  background-color: #003366;
  color: #FFFFFF;
  font-weight: bold;
  border: 1px solid #CCCCCC;
  padding: 3px 5px;
}

#contents .product_table td {
  font-weight: normal;
  border: 1px solid #CCCCCC;
  padding: 3px 5px;
}

#contents .product_table th p {
  margin: 0px;
  padding: 0px;
}

#contents .product_table td p {
  margin: 0px;
  padding: 0px;
}

#contents .product_table td.bg1 {
  background-color: #eeeeee;
}

#contents .product_ul li {
  text-indent: -16px;
  padding-left: 16px;
}

/* =Product List by Name Style
-------------------------------------------------------------- */
#namelist_index {
  margin-bottom: 30px;
}

#namelist_index li {
  float: left;
  display: inline;
  margin-right: 1px;
  border: 1px solid #a9a9a9;
}

#namelist_index li a {
  display: block;
  width: 20px;
  height: 20px;
  background: #1f4a5d;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
  text-decoration: none;
  color: #FFF;
}

.namelst_ttl {
  padding: 0 10px;
  background: #1f4a5d;
  border: 1px solid #a9a9a9;
  border-bottom: none;
  line-height: 24px;
  font-weight: bold;
  color: #FFF;
}

.namelst_tbl {
  width: 100%;
  border-collapse: collapse;
}

.namelst_tbl,
.namelst_tbl th,
.namelst_tbl td {
  border: 1px solid #a9a9a9;
}

.namelst_tbl th {
  padding: 3px 10px;
  text-align: left;
  background: #d6d6d6;
}

.namelst_tbl th.cel1 {
  width: 30%;
}

.namelst_tbl th.cel2 {
  width: 70%;
}

.namelst_tbl th.cel3 {
  width: 20%;
}

.namelst_tbl th.cel4 {
  width: 29%;
}

.namelst_tbl th.cel5 {
  width: 13%;
}

.namelst_tbl th.cel6 {
  width: 20%;
}

.namelst_tbl th.cel7 {
  width: 19%;
}

.namelst_tbl td {
  padding: 3px 10px;
  text-align: left;
  background: #fff;
}

.namelst_pagetop {
  margin-bottom: 20px;
  padding: 5px 0 0;
  text-align: right;
}

.category-products #sidebar {
  display: none;
}

.companyprbox {
  width: 100%;
}

.companyimgbox {
  display: none;
}

.companyprbox-right {
  width: 135px;
  float: right;
  text-align: center;
}

.page-id-1942 .tbw20 {
  width: 10%;
}

.page-id-1942 .tbw680 {
  width: 82%;
}

.page-id-1942 #contents .product_table td {
  padding: 1%;
}

.solutioninner {
  width: 100%;
}

.solutioninner div h3 {
  padding-left: 8px;
  border-left: 4px solid #2a6168;
  color: #2a6168;
  font-weight: bold;
}

.parent-pageid-2466 .aligncenter {
  margin-left: auto;
  margin-right: auto;
  display: block;
}

.snswrap {
  width: 90%;
  margin: 20px auto 0;
}

.snswrap h3 {
  padding-bottom: 12px;
  border-bottom: 2px solid #ccc;
  color: #2a6168;
  font-size: 1.8em;
}

.snswrap .f-left {
  margin-top: 15px;
}

.snswrap .f-left iframe {
  border: 1px solid #ccc !important;
}

#fb-root {
  display: none;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

.snswrap .f-right {
  width: 100%;
  margin-top: 20px;
}

.snswrap .f-right iframe {
  border: 1px solid #dedede !important;
}

@media screen and (max-width:599px) {
  .solutioninner {
    width: 90%;
    margin: 0 auto;
  }

  .solutioninner div {
    width: 92%;
    float: none;
    background-color: #E6E6E6;
    padding: 4%;
    margin-bottom: 15px;
  }

  .solutioninner .so03 {
    margin-botom: 0;
  }

  .solutioninner div h3 {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .solutioninner div p {
    margin-bottom: 0;
  }

  .solutioninner div a {}

  .solutioninner div img {
    width: 80%;
    display: block;
    height: auto;
    margin: 0 auto 10px;
  }

  .parent-pageid-2466 .aligncenter {
    width: 100%;
    height: auto;
  }
}

@media screen and (min-width:600px) {
  .solutioninner {
    width: 100%;
  }

  .solutioninner div {
    width: 30%;
    float: left;
    background-color: #E6E6E6;
    padding: 1%;
  }

  .solutioninner .so02,
  .solutioninner .so03 {
    margin-left: 2%;
  }

  .solutioninner div h3 {
    font-size: 1.2em;
    line-height: 1.2;
    margin-bottom: 10px;
  }

  .solutioninner div p {
    margin-bottom: 0;
  }

  .solutioninner div a {}

  .solutioninner div a:hover img {
    opacity: 0.8;
  }

  .solutioninner div img {
    width: 100%;
    height: auto;
    margin-bottom: 10px;
  }
}

@media screen and (max-width:599px) {
  .pcmenu {
    display: none;
  }

  .single-event_docs .section_inner img {
    width: 100%;
    height: auto;
  }

  .companyprbox-right {
    width: 100%;
    float: none;
    text-align: center;
  }

  .companyprbox-right p {
    width: 48%;
    padding: 1%;
    float: left;
  }

  .companyprbox-right p img {
    width: 100%;
    margin: 0 auto;
    height: auto;
  }

  .page-id-43 #contents img,
  .page-id-2442 #contents img,
  .page-id-2415 #contents img,
  .page-id-2412 #contents img,
  .page-id-2418 #contents img,
  .page-id-2395 #contents img,
  .page-id-2422 #contents img {
    width: 100%;
    height: auto;
  }

  #contents .section_inner img {
    width: 100%;
    height: auto;
  }

  .single-product #contents h2 img {
    width: 100%;
    height: auto;
  }

  div#section1 table,
  div#section2 table,
  div#section3 table,
  div#section4 table,
  div#section5 table,
  div#section6 table,
  div#section7 table {
    width: 100%;
  }

  div#section1 table td,
  div#section2 table td,
  div#section3 table td,
  div#section4 table td,
  div#section5 table td,
  div#section6 table td,
  div#section7 table td {}

  div#section1 table td img,
  div#section2 table td img,
  div#section3 table td img,
  div#section4 table td img,
  div#section5 table td img,
  div#section6 table td img,
  div#section7 table td img {
    width: 90%;
    height: auto;
  }

  .single-product #contents img {
    width: 100%;
    height: auto;
  }

  .p_pagenav ul {
    padding: 9px 9px 0;
  }

  .p_pagenav ul li {
    margin-bottom: 9px;
  }

  .single-news_docs #contents .inner p img {
    width: 100% !important;
    height: auto;
  }

  /*tableをスクロールさせる*/
  /*tableのセル内にある文字の折り返しを禁止*/
  .single-news_docs #contents .inner table {
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: auto;
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
  }

  .single-news_docs #contents .inner table td {
    font-size: 95%;
  }

  .single-news_docs #contents .inner table tbody {
    width: 100%;
    display: table;
  }

  /*tableにスクロールバーを追加*/
  .single-news_docs #contents .inner table::-webkit-scrollbar {
    height: 5px;
  }

  /*tableにスクロールバーを追加*/
  .single-news_docs #contents .inner table::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  /*tableにスクロールバーを追加*/
  .single-news_docs #contents .inner table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  .single-news_docs #contents .inner table td p img {
    width: auto !important;
    height: auto;
  }

  .single-news_docs #contents .inner table td span {
    font-size: 9px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }

  .single-news_docs #contents .inner table img.alignright {
    width: auto !important;
    margin: 0 0 0 auto;
  }

  /*tableをスクロールさせる*/
  /*tableのセル内にある文字の折り返しを禁止*/
  .page-id-1943 .product_table {
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: auto;
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
  }

  .page-id-1943 .product_table td {
    font-size: 95%;
  }

  .page-id-1943 .product_table tbody {
    width: 100%;
    display: table;
  }

  /*tableにスクロールバーを追加*/
  .page-id-1943 .product_table::-webkit-scrollbar {
    height: 5px;
  }

  /*tableにスクロールバーを追加*/
  .page-id-1943 .product_table::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  /*tableにスクロールバーを追加*/
  .page-id-1943 .product_table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  .page-id-1943 .product_table td p img {
    width: auto !important;
    height: auto;
  }

  .page-id-1943 .product_table img.alignright {
    width: auto !important;
    margin: 0 0 0 auto;
  }

  /*tableをスクロールさせる*/
  /*tableのセル内にある文字の折り返しを禁止*/
  .single-product #contents .product_table {
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: auto;
    margin-bottom: 30px;
    -webkit-overflow-scrolling: touch;
  }

  .single-product #contents .product_table td {
    font-size: 95%;
  }

  .single-product #contents .product_table tbody {
    width: 100%;
    display: table;
  }

  /*tableにスクロールバーを追加*/
  .single-product #contents .product_table::-webkit-scrollbar {
    height: 5px;
  }

  /*tableにスクロールバーを追加*/
  .single-product #contents .product_table::-webkit-scrollbar-track {
    background: #F1F1F1;
  }

  /*tableにスクロールバーを追加*/
  .single-product #contents .product_table::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }

  .single-product #contents table th p {
    font-size: 11px !important;
    text-align: left;
    line-height: 1.5em;
  }

  .single-product #contents table td p img {
    width: auto !important;
    height: auto;
  }

  .single-product #contents table td span {
    font-size: 9px;
    font-family: "ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
  }

  .single-product #contents table img.alignright {
    width: auto !important;
    margin: 0 0 0 auto;
  }

  .nai_submenu {
    height: auto;
  }

  .nai_submenu ul {
    position: relative;
  }

  .nai_submenu ul li {
    float: left;
    margin: 0 0 15px;
    display: block;
    width: 49%;
    font-size: 80%;
  }

  ul.newslst li span.title {
    float: left;
    width: 100%;
  }

  .eventlst_lnk ul li a {
    font-size: 90%;
  }

  .easyroll img {
    width: 50% !important;
    height: auto !important;
    margin: 0 0 0 auto;
  }

  .btn_view_detail .easyroll img {
    width: 70% !important;
  }

  .pagetopbtn .easyroll img {
    width: 30% !important;
  }

  .namelst_pagetop .easyroll img {
    width: 30% !important;
  }

  .p_cat_item {
    overflow: hidden;
    float: none;
    width: 100%;
    height: auto;
    margin: 15px 0 0;
    padding: 0 0 15px;
    border-bottom: 1px solid #ccc;
  }

  .p_cat_item_l {
    width: 48%;
    float: left;
  }

  .p_cat_item_l .easyroll img {
    width: 100% !important;
    height: auto;
  }

  .p_cat_item_r {
    width: 48%;
  }

  .snswrap {
    width: 90%;
  }

  .snswrap h3 {
    margin-bottom: 10px;
  }

  .not-found .page_title {
    margin-bottom: 10px;
  }

  #searchform {
    margin-bottom: 20px;
    text-align: center;
  }

  #searchform input[type=text] {
    border: 1px solid #ccc;
    padding: 5px;
  }

  #searchform input[type=submit] {
    border: 1px solid #ccc;
    padding: 3px 25px;
    background: #CCC;
  }

  .page-template #contents .namelst_tbl {
    overflow: auto;
    white-space: nowrap;
    display: block;
    width: auto;
    margin-bottom: 5px;
    -webkit-overflow-scrolling: touch;
  }

  .page-template #contents .namelst_tbl td {
    font-size: 95%;
  }

  .page-template #contents .namelst_tbl tbody {
    width: 100%;
    display: table;
  }
}

@media screen and (min-width:600px) {
  .category-products #sidebar {
    display: block;
  }

  .spmenu {
    display: none;
  }

  .home #mainarea {
    padding: 8px 0 0px;
  }

  #mainarea {
    padding: 20px 0 0px;
  }

  #container {
    width: 950px;
    padding-bottom: 15px;
  }

  #header {
    height: 83px;
    margin-bottom: 17px;
  }

  #headerlogo {
    position: absolute;
    left: 0px;
    bottom: 0px;
  }

  #headerlogo img {
    display: inline;
    width: 188px;
  }

  #searchbox {
    position: absolute;
    right: 0px;
    top: 15px;
    width: auto;
    text-align: right;
  }

  #language {
    position: absolute;
    right: 0px;
    top: 43px;
    float: none;
    width: auto;
    font-size: 130%;
    letter-spacing: 1px;
    text-align: right;
    padding: 0;
  }

  #language a {
    margin: 0;
  }

  #headernavi {
    position: absolute;
    right: 0px;
    bottom: -3px;
    float: none;
    width: auto;
  }

  #headernavi ul li {
    float: left;
    display: inline;
    padding-left: 30px;
    width: auto;
    text-align: left;
  }

  #searchbox p {
    margin: 0 0 5px;
  }

  .menu-toggle {
    display: none;
  }

  .main-navigation ul {
    display: block;
    list-style: none;
    margin: 0;
    padding-left: 0;
  }

  #site-navigation {
    margin-left: -3px;
    margin-right: -3px;
  }

  #site-navigation ul {
    clear: both;
    height: 53px;
    overflow: hidden;
    margin: 0;
    background: #ffff;
  }

  #site-navigation ul li:first-child {
    margin: 0;
    padding: 0;
    border-top: none;
  }

  #site-navigation ul li {
    float: left;
    display: inline;
    text-indent: -9999px;
    margin: 0;
    padding: 0;
    border: none;
  }

  #site-navigation ul li a {
    cursor: pointer;
    display: block;
  }

  #site-navigation ul li a:before {
    content: "";
  }

  #site-navigation ul li.menu-h a {
    background: url(images/gnav-home.png)no-repeat;
    width: 136px;
    height: 53px;
  }

  #site-navigation ul li.menu-h a:hover {
    background: url(images/gnav-home_ov.png)no-repeat;
  }

  #site-navigation ul li.menu-h.current a {
    background: url(images/gnav-home_ov.png)no-repeat;
  }

  #site-navigation ul li.menu-p a {
    background: url(images/gnav-products.png)no-repeat;
    width: 136px;
    height: 53px;
  }

  #site-navigation ul li.menu-p a:hover {
    background: url(images/gnav-products_ov.png)no-repeat;
  }

  #site-navigation ul li.menu-p.current a {
    background: url(images/gnav-products_ov.png)no-repeat;
  }

  #site-navigation ul li.menu-so a {
    background: url(images/gnav-solution.png)no-repeat;
    width: 136px;
    height: 53px;
  }

  #site-navigation ul li.menu-so a:hover {
    background: url(images/gnav-solution_ov.png)no-repeat;
  }

  #site-navigation ul li.menu-so.current a {
    background: url(images/gnav-solution_ov.png)no-repeat;
  }

  #site-navigation ul li.menu-e a {
    background: url(images/gnav-event.png)no-repeat;
    width: 136px;
    height: 53px;
  }

  #site-navigation ul li.menu-e a:hover {
    background: url(images/gnav-event_ov.png)no-repeat;
  }

  #site-navigation ul li.menu-e.current a {
    background: url(images/gnav-event_ov.png)no-repeat;
  }

  #site-navigation ul li.menu-c a {
    background: url(images/gnav-company.png)no-repeat;
    width: 136px;
    height: 53px;
  }

  #site-navigation ul li.menu-c a:hover {
    background: url(images/gnav-company_ov.png)no-repeat;
  }

  #site-navigation ul li.menu-c.current a {
    background: url(images/gnav-company_ov.png)no-repeat;
  }

  #site-navigation ul li.menu-s a {
    background: url(images/gnav-support.png)no-repeat;
    width: 136px;
    height: 53px;
  }

  #site-navigation ul li.menu-s a:hover {
    background: url(images/gnav-support_ov.png)no-repeat;
  }

  #site-navigation ul li.menu-s.current a {
    background: url(images/gnav-support_ov.png)no-repeat;
  }

  #site-navigation ul li.menu-cnt a {
    background: url(images/gnav-contact.png)no-repeat;
    width: 140px;
    height: 53px;
  }

  #site-navigation ul li.menu-cnt a:hover {
    background: url(images/gnav-contact_ov.png)no-repeat;
  }

  #site-navigation ul li.menu-cnt.current a {
    background: url(images/gnav-contact_ov.png)no-repeat;
  }


  #homecontents {
    width: 930px;
    margin: 0 auto;
    padding: 0;
  }

  #home_visual_flash {
    width: 930px;
    height: 305px;
    float: left;
  }

  .home_products {
    width: 930px;
    margin: 0 auto;
    padding: 0;
  }

  .home_products_block.leftm20 {
    margin-left: 20px;
  }

  .home_products_block {
    float: left;
    box-sizing: border-box;
    width: 455px;
    margin: 0 0 0;
  }

  .home_products_pickup_item {
    float: left;
    width: 222px;
    margin: 0 0 15px 0;
  }

  .shuryo_btn {
    text-align: right;
  }

  #home_new {
    width: 930px;
    margin: 20px auto 0;
    padding: 0;
  }

  #home_new .inner {
    width: 80%;
    margin: 0 auto;
  }

  #home_new ul {
    clear: both;
    margin: 0 0 40px 0;
  }

  #home_new li {
    margin: 0 0 5px;
    padding: 10px 0 5px;
    background: url(images/home_new_underline.gif) no-repeat left bottom;
  }

  #home_new li span.date {
    padding-left: 0;
    margin-right: 10px;
  }

  .homebnrbox {
    width: 930px;
    margin: 0 auto;
    border-top: 2px solid #ccc;
    border-bottom: 2px solid #ccc;
    margin-bottom: 20px;
    padding: 20px 0;
  }

  .homebnrbox h3 {
    margin: 0 0 15px 0;
  }

  .homebnrbox .inner {
    width: 95%;
    margin: 0 auto;
  }

  .homebnrbox .inner ul li:first-chilsd {
    margin-top: 0;
  }

  .homebnrbox .inner ul li {
    margin-top: 10px;
    font-size: 0.8em;
  }

  #home_theme {
    width: 100%;
  }

  #home_theme .container li.home_theme_item:nth-child(3n+1) {
    margin: 0 0 20px 0 !important;
  }

  #home_theme .container li.home_theme_item {
    position: relative;
    float: left;
    box-sizing: border-box;
    width: 296px;
    height: auto;
    margin: 0 0 20px 21px !important;
  }

  #home_theme .home_theme_title {
    font-size: 1.4em;
  }

  #home_theme .home_theme_description {
    font-size: 95%;
    line-height: 1.7em;
  }

  .homewrap {
    margin-top: 40px;
  }

  .pagetopbtn {
    padding: 30px 12px 0 0;
  }


  #contents {
    float: right;
    display: inline;
    color: #333;
    min-height: 560px;
  }

  .w730 {
    width: 730px;
    margin: 0 12px;
  }

  .w700 {
    width: 700px;
    margin: 0 27px;
  }

  div.section_inner {
    margin-left: 15px;
  }

  #sidebar {
    float: left;
    display: inline;
    width: 183px;
    margin-left: 13px;
  }

  #sidebar .innerbox {
    margin-bottom: 15px;
    padding: 9px 9px 3px;
    border: 1px solid #c6c6c6;
    background: #eee;
  }

  .bannerbox {
    border: 1px solid #c6c6c6;
    text-align: left;
  }

  #sidebar .bannerbox {
    border: 1px solid #C6C6C6;
    margin: 0 0 15px;
    width: 100%;
  }

  #sidebar .sidettl {
    font-size: 110%;
    padding: 5px 5px 3px;
  }

  #sidebar .sidettl span {
    font-size: 10px;
  }

  #footer {
    clear: both;
    height: 22px;
    position: relative;
    background-color: #000000;
    padding-top: 13px;
  }

  #footernavi {
    position: absolute;
    left: 120px;
    bottom: 0px;
    /* upd 2011.0705 BCI.Kikuchi */
  }

  #footernavi ul {
    margin-bottom: 0;
  }

  #footernavi ul li {
    float: left;
    padding-right: 15px;
    display: inline;
    line-height: 22px;
    text-align: left;
    width: auto;
  }

  #footlogo {
    float: left;
    padding-left: 10px;
    /* add 2011.0705 BCI.Kikuchi */
    background: #000;
    margin-top: 0;
  }

  #copyright {
    line-height: 22px;
    text-align: right;
    padding-right: 15px;
    /* add 2011.0705 BCI.Kikuchi */
    font-size: 12px;
    margin-top: 0;
  }


  .list-products li {
    display: inline-block;
    vertical-align: top;
    padding: 0;
  }

  .list-products li img {
    width: 100%;
    height: auto;
  }

  .companyprbox {
    width: 535px;
  }

  .companyimgbox {
    position: absolute;
    top: 0px;
    right: 0px;
    display: block;
  }

  .page-id-40 .companyprbox {
    float: left;
  }

  .companyprbox-right {
    width: 135px;
    float: right;
    text-align: center;
  }

  .page-id-1942 .tbw20 {
    width: 20px;
  }

  .page-id-1942 .tbw680 {
    width: 680px;
  }

  #contents .product_table td {
    padding: 3px 5px;
  }

  div.p_pagenav {
    width: 725px;
  }

  div#section1,
  div#section2,
  div#section3,
  div#section4,
  div#section5,
  div#section6,
  div#section7,
  div#dimensions,
  div#catalog {
    margin: 0 15px 30px;
  }

  /*.snswrap {width:930px; margin:10px auto 0;}
.snswrap h3 { margin-bottom:25px;}
.snswrap .snsinner {width: 80%; margin: 0 auto;}*/
  .snswrap .f-left {
    float: left;
    width: 49%;
    margin-top: 15px;
  }

  .snswrap .f-left.mL2 {
    margin-left: 2%;
  }

  .snswrap .f-left .fb-page,
  .snswrap .f-left .fb-page span,
  .snswrap .f-left .fb-page iframe[style] {
    width: 100% !important;
  }

  .snswrap .f-left iframe {
    height: 470px !important;
  }

  .snswrap .f-left .fb-page span {
    height: 470px !important;
  }

  .snswrap .f-right {
    float: right;
    width: 49%;
    margin-top: 15px;
  }

  .not-found .page_title {
    margin-bottom: 10px;
  }

  #searchform {
    margin-bottom: 20px;
  }

  #searchform input[type=text] {
    border: 1px solid #ccc;
    padding: 5px;
  }

  #searchform input[type=submit] {
    border: 1px solid #ccc;
    padding: 3px 25px;
    background: #CCC;
  }
}


/*コンタクトフォーム 7*/
.inq_tbl td {
  padding: 10px;
}

.inq_tbl input,
.inq_tbl textarea {
  width: 97%;
  display: inline-block;
  border: 1px solid #ccc;
  padding: 0.5% 1%;
}

.inq_tbl input.nameinput {}

.inq_tbl input.zipcode01 {}

.inq_tbl input.zipcode02 {}

.inq_tbl .notes {
  display: block;
}

.wpcf7 .subbtn {
  text-align: center;
}

.wpcf7 .subbtn input[type="submit"],
.wpcf7 .subbtn input.wpcf7c-btn-back {
  width: 45%;
  font-size: 130%;
  line-height: 3em;
  border-radius: 1px solid #ccc;
  background: none;
}

.wpcf7 .subbtn input.wpcf7c-btn-back {
  margin-right: 2%;
}

.wpcf7 table th.ninshobtn input[type="checkbox"] {
  width: 24px;
  height: 24px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
}

.wpcf7 table th.ninshobtn {
  text-align: center;
  padding: 15px 0;
}

.wpcf7 table .irainaiyo input[type="checkbox"] {
  width: 1.5em;
}

.wpcf7 table input[type="radio"] {
  width: 1.5em;
}

.wpcf7 table th small {
  font-weight: normal;
  line-height: 1.2em;
}

.wpcf7c-conf {
  background: #fff;
}

input:-webkit-autofill,
select:-webkit-autofill {
  animation-name: onAutoFillStart;
  transition: background-color 50000s ease-in-out 0s;
}

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

  .inq_tbl input,
  .inq_tbl textarea {
    font-size: 3.5vw;
  }

  .inq_tbl input.nameinput {
    width: 35%;
    margin-left: 1%;
  }

  .inq_tbl input.zip01 {
    width: 10%;
    margin: 0 1%;
  }

  .inq_tbl input.zip02 {
    width: 20%;
    margin-left: 1%;
  }

  .wpcf7 table .irainaiyo span.wpcf7-list-item {
    width: 25%;
  }
}

@media screen and (min-width:600px) {

  .inq_tbl input,
  .inq_tbl textarea {
    font-size: 14px;
  }

  .inq_tbl input.nameinput {
    width: 30%;
    margin-left: 1%;
  }

  .inq_tbl input.zip01 {
    width: 15%;
    margin: 0 1%;
  }

  .inq_tbl input.zip02 {
    width: 25%;
    margin-left: 1%;
  }

  .wpcf7 table .irainaiyo span.wpcf7-list-item {
    width: 15%;
  }
}

#wpcf7-f2946-p2947-o1 {
  margin-top: 8%
}

.desctxt {
  margin-left: 1.5em;
}

.desctxt li:first-child {
  margin-top: 0;
}

.desctxt li {
  margin-top: 1em;
  list-style: disc;
}

.entxt {
  color: #73A1B6;
}

.pparea li:first-child {
  margin-top: 0;
}

.pparea li {
  text-align: center;
  margin-top: 1em;
  font-size: 16px;
}

.acceptancearea {
  padding: 2% 0 2%;
  text-align: center;
  font-size: 14px;
  color: #2a6168;
}

.acceptancearea input[type=checkbox] {
  width: 24px;
  height: 24px;
  -moz-transform: scale(1.4);
  -webkit-transform: scale(1.4);
  transform: scale(1.4);
  vertical-align: middle;
  margin-right: 2%;
}

.licensearea {
  border-radius: 10px;
  box-shadow: 0 0 3px #ccc inset;
  padding: 5%;
  margin-top: 5%;
}

.licensearea h4 {
  font-size: 18px;
  text-align: center;
  margin-bottom: 5%;
  padding-bottom: 2%;
  border-bottom: 1px solid #ccc;
}

.licensearea h5 {
  font-size: 14px;
  margin-bottom: 0.5em;
  padding-left: 9px;
  background: #eee;
  border-left: 6px solid #505050;
  line-height: 30px;
  font-weight: bold;
  color: #505050;
}

.licensearea p {}

.licensearea ol {
  margin-left: 1.5em;
  margin-bottom: 1.5em;
}

.licensearea ol li:first-child {
  margin-top: 0;
}

.licensearea ol li {
  list-style: decimal;
  margin-top: 0.5em;
}

.licensearea ol li ol li {}

.downloadarea a {
  display: flex;
  text-align: center;
  width: 300px;
  margin-left: auto;
  margin-right: auto;
  background: linear-gradient(to bottom, #FFF 0%, #F1F4F9 88%);
  font-size: 16px;
  color: #2a6168;
  border: 1px solid #EEEEEE;
  border-radius: 4px;
  box-shadow: 0 0 3px #666;
  align-items: center;
  justify-content: center;
  padding: 15px 0;
}

.downloadarea a:hover {
  background: linear-gradient(to bottom, #F1F4F9 0%, #fff 88%);
}

.downloadarea a img {
  width: 30px;
  margin-right: 10px;
}

.downloadarea a span {
  display: block;
}

@media screen and (max-width:599px) {
  .acceptancearea {}

  .acceptancearea dt {}

  .acceptancearea dd {}

  .licensearea {}

  .licensearea h4 {}

  .licensearea h5 {}

  .licensearea p {}

  .licensearea ol {}

  .licensearea ol li {}

  .licensearea ol li ol li {
    margin-top: 0.5em;
  }

  .downloadarea a {
    width: 80%;
    margin-bottom: 5%;
  }
}


@media screen and (max-width:600px) {
  .home_products_pickup_item:nth-child(2n+1) {
    margin-left: 0;
  }

  .home_products_pickup_item {
    margin-left: 2%;
  }

  .snswrap {
    width: 94%;
  }
}

@media screen and (min-width:600px) {
  .home_products_title {
    font-size: 1.8em !important;
  }

  .home_products_block {
    float: none;
    box-sizing: border-box;
    width: 744px;
    margin: 0 auto 0;
    padding-top: 25px;
  }

  .home_products_pickup_item:nth-child(3n+1) {
    margin-left: 0;
  }

  .home_products_pickup_item {
    float: left;
    width: 238px;
    margin: 0 0 15px 15px;
  }

  .snswrap {
    width: 744px;
    margin: 10px auto 0;
    padding-top: 25px;
  }

  .snswrap h3 {
    margin-bottom: 25px;
    font-size: 2.1em !important;
  }

  .snswrap .snsinner {
    width: 100%;
    margin: 0 auto;
  }
}

.home_products_pickup_item a:hover {
  opacity: 0.6;
}

@media screen and (max-width:600px) {
  .cntbtn {
    width: 50%;
    height: auto;
  }

  .brpc {
    display: none;
  }

  .brsp {
    display: inline-block;
  }

  #kaisekisolution .easyroll .cntbtn {
    width: 50% !important;
    height: auto !important;
    margin: 0 0 0 auto;
  }

  #kaisekisolution .easyroll img {
    width: auto !important;
    height: auto !important;
    margin: 0 0 0 auto;
  }
}

@media screen and (min-width:600px) {
  .cntbtn {
    width: 200px;
    height: auto;
  }

  .brpc {
    display: inline-block;
  }

  .brsp {
    display: none;
  }
}

/*2021082追加*/
.acceptancearea {
  display: flex;
  align-items: center;
  justify-content: center;
}

.agreetxt {
  margin-left: 25px;
  text-align: left;
}

/*20221003追加*/
.releasewrap .brsp {
  display: none;
}

.releasewrap .brpc {
  display: block;
}

.releasewrap .textleft {
  text-align: justify !important;
}

.releasewrap .textright {
  text-align: right !important;
}

.releasewrap .textcenter {
  text-align: center !important;
}

.releasewrap .ttlbox {
  font-size: 120%;
  line-height: 1.5em;
}

.releasewrap h1 {
  margin-bottom: 0.8em;
}

.releasewrap h2 {
  margin-bottom: 0.8em;
}

.releasewrap h3 {
  margin-bottom: 0.5em;
}

.releasewrap .para {
  text-indent: 1em;
  text-align: justify;
}

.releasewrap ul,
.releasewrap ol {
  margin-bottom: 1.5em;
}

.releasewrap ul li:first-child,
.releasewrap ol:first-child {
  margin-top: 0;
}

.releasewrap ul li {
  list-style: disc;
  margin-left: 1.5em;
  margin-top: 0.5em;
}

.releasewrap ol li {
  list-style: decimal;
  margin-left: 1.5em;
  margin-top: 0.5em;
}

.releasewrap table {
  width: 100%;
  overflow: unset !important;
}

.releasewrap table th {
  vertical-align: middle;
  text-align: center;
}

.releasewrap table td {
  vertical-align: middle;
  text-align: center;
}

@media screen and (max-width:600px) {
  .releasewrap .brsp {
    display: block;
  }

  .releasewrap .brpc {
    display: none;
  }

  .releasewrap .scroll {
    overflow-x: scroll;
  }

  .releasewrap .scroll table {
    width: 680px !important;
  }

  .releasewrap .imgbox img {
    width: 80%;
    margin: 0 auto;
    display: block;
  }
}


.cat-name {
  display: block;
  text-align: center;
}