@charset "UTF-8";
/* =====================================================
2024-2-20
===================================================== */
/* 01 *
===================================================== */
* {
  margin: 0;
  padding: 0;
  box-sizing: border-box; }

/* 02 body
===================================================== */
html {
  overflow-y: scroll;
  height: 100%; }
  html body {
    height: 100%;
    text-align: center;
    font-size: 10pt;
    line-height: 150%;
    font-family: Verdana, 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', sans-serif;
    color: #111;
    background: #f2f2f2 url(../images/_bg/body-bg02.png) repeat-x; }
    html body#idx {
      background: #f2f2f2 url(../images/_bg/body-bg01.png) repeat-x; }

.mobile {
  display: none; }

/* 03 Reset-base
===================================================== */
article,
aside,
canvas,
details,
figcaption,
figure,
header,
footer,
main,
menu,
nav,
section,
summary {
  display: block; }

img,
a,
area {
  outline: none;
  border: none; }

*:focus {
  /*chromeに現れる青い線 */
  outline: none; }

table {
  border-collapse: collapse;
  border-spacing: 0; }

table,
th,
td {
  font-weight: normal;
  text-align: left;
  border: none; }

em,
address {
  font-style: normal; }

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: normal;
  text-align: left;
  font-size: 100%; }

li {
  list-style-type: none;
  list-style-position: outside; }

p,
dt,
dd,
li {
  text-align: justify;
  text-justify: inter-ideograph; }

hr {
  margin: 10px auto 10px;
  border: 0;
  height: 1px;
  background-image: -webkit-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  background-image: -moz-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  background-image: -ms-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0));
  background-image: -o-linear-gradient(left, rgba(0, 0, 0, 0), rgba(0, 0, 0, 0.35), rgba(0, 0, 0, 0)); }

.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden; }

.clearfix {
  display: inline-block;
  min-height: 1%;
  /* for IE 7*/ }

.small {
  font-size: 0.9em;
  line-height: 120%; }

.xsmall {
  font-size: 0.8em;
  line-height: 120%; }

.large {
  font-size: 1.1em; }

.xlarge {
  font-size: 1.2em; }

.xxlarge {
  font-size: 1.5em;
  line-height: 50%; }

.clear {
  clear: both; }

.white {
  color: #ffffff; }

.red {
  color: #ee0000; }

.blue {
  color: #006ab7; }

.center {
  text-align: center; }

.right {
  text-align: right; }

.left {
  text-align: left; }

/* 05 Reset-image
===================================================== */
.imgR {
  float: right;
  display: inline-block;
  box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
  margin: 5px 0px 10px 15px; }

.imgL {
  float: left;
  display: inline-block;
  box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
  margin: 5px 15px 10px 0px; }

/*a-tag*/
#contents a {
  color: #33f;
  text-decoration: none; }
  #contents a:visited {
    color: #810081; }
  #contents a:active {
    color: #f30; }
  #contents a:hover {
    color: #f30;
    text-decoration: underline; }

#sideNav a {
  color: #00f;
  text-decoration: none; }
  #sideNav a:hover {
    color: #a00;
    text-decoration: underline; }

#footerNav a {
  color: #333;
  text-decoration: none; }
  #footerNav a:hover {
    color: #f35;
    text-decoration: underline; }

address a {
  color: #a8a8a8;
  text-decoration: none; }
  address a:hover {
    color: #fff;
    text-decoration: underline; }

/* 06 layout - ID
===================================================== */
/*header*/
h1 {
  margin: 0px auto;
  width: 960px;
  height: 20px;
  line-height: 20px;
  font-size: 11px;
  color: #777777;
  text-align: left; }

header {
  margin: 0px auto;
  position: relative;
  width: 960px;
  height: 75px; }
  header #headerLogo {
    margin: auto;
    position: absolute;
    top: 14px;
    left: 0px; }
  header #topNav {
    margin: auto;
    position: absolute;
    top: 15px;
    right: 0px;
    display: flex;
    align-items: center; }
    header #topNav li {
      vertical-align: middle;
      padding: 0px 0px 0px 10px; }
      header #topNav li a {
        display: inline-block;
        position: relative;
        text-decoration: none;
        color: #535353;
        font-size: 0.9em;
        font-weight: bold;
        transition: 0.3s;
        padding-left: 10px; }
        header #topNav li a::before {
          position: absolute;
          content: "";
          top: 0;
          bottom: 0;
          left: 0;
          margin: auto;
          width: 4px;
          height: 4px;
          border-top: 1px solid #b3b3b3;
          border-right: 1px solid #b3b3b3;
          transform: rotate(45deg);
          transition: 0.4s; }
        header #topNav li a:hover {
          color: #F54B4B; }
          header #topNav li a:hover::before {
            border-top: 1px solid #F54B4B;
            border-right: 1px solid #F54B4B; }
      header #topNav li:last-child a {
        background-color: #962929;
        text-align: center;
        width: 180px;
        height: 40px;
        line-height: 40px;
        color: #fff;
        font-weight: bold;
        font-size: 1.0em;
        border-radius: 3px;
        padding: 0; }
        header #topNav li:last-child a:hover {
          background-color: #AA0D0D; }
        header #topNav li:last-child a::before {
          display: none; }
  header #topNavM {
    display: none; }
  header #headerNavM {
    display: none; }

/*headerNav*/
.drawerBGwrapper {
  display: none; }

#headerNav {
  margin: 0 auto;
  width: 962px;
  height: 40px;
  display: flex;
  align-items: center;
  border-right: 1px solid #4d4d4d;
  border-left: 1px solid #000;
  background-color: #333; }
  #headerNav > li {
    border-left: 1px solid #4d4d4d;
    border-right: 1px solid #000;
    position: relative;
    height: 40px;
    /*jquery dropdown trigger*/
    /*child-menu*/ }
    #headerNav > li:nth-child(1), #headerNav > li:nth-child(8) {
      display: none; }
    #headerNav > li > a, #headerNav > li > span {
      display: inline-block;
      width: calc(calc(962px - 10px) / 6);
      height: 40px;
      position: relative;
      text-align: center;
      line-height: 40px;
      text-decoration: none;
      color: #c1c1c1;
      font-size: 1.0em;
      font-weight: bold;
      text-shadow: 3px 3px 1px #000;
      transition: 0.3s; }
      #headerNav > li > a em, #headerNav > li > span em {
        color: #01a1db;
        padding-left: 0.5em; }
      #headerNav > li > a:hover, #headerNav > li > span:hover {
        color: #eee;
        background-color: #515151; }
        #headerNav > li > a:hover em, #headerNav > li > span:hover em {
          color: #78ACBE; }
    #headerNav > li > span::after {
      position: absolute;
      content: "";
      bottom: -1px;
      left: 50%;
      transform: translateX(-50%);
      margin: auto;
      border: 4px solid transparent;
      border-top: 5px solid #01a1db;
      transition: 0.4s; }
    #headerNav > li ul {
      position: absolute;
      width: 100%;
      display: none;
      /*jquery dropdownで出現*/
      z-index: 10;
      border: 2px solid #f3f3f3;
      top: 40px; }
      #headerNav > li ul li {
        border-top: 1px solid #fff; }
        #headerNav > li ul li a {
          position: relative;
          height: 100%;
          width: 100%;
          display: block;
          text-indent: 11px;
          text-decoration: none;
          font-size: 0.9em;
          line-height: 30px;
          background-color: #e3e3e3;
          color: #212121;
          text-align: left; }
          #headerNav > li ul li a::before {
            position: absolute;
            content: "";
            top: 0;
            bottom: 0;
            left: 0;
            margin: auto;
            width: 4px;
            height: 4px;
            border-top: 1px solid #01a1db;
            border-right: 1px solid #01a1db;
            transform: rotate(45deg);
            transition: 0.4s; }
          #headerNav > li ul li a:hover {
            /*2-3*/
            background-color: #d0d0d0; }
          #headerNav > li ul li a span {
            /*G-eight*/
            display: none; }

body.no01 #headerNav > li:nth-child(2) > span,
body.no02 #headerNav > li:nth-child(3) > span,
body.no03 #headerNav > li:nth-child(4) > span,
body.no04 #headerNav > li:nth-child(5) > span,
body.no05 #headerNav > li:nth-child(6) > span,
body.no06 #headerNav > li:nth-child(7) > a {
  color: #eee;
  background-color: #515151; }
  body.no01 #headerNav > li:nth-child(2) > span em,
  body.no02 #headerNav > li:nth-child(3) > span em,
  body.no03 #headerNav > li:nth-child(4) > span em,
  body.no04 #headerNav > li:nth-child(5) > span em,
  body.no05 #headerNav > li:nth-child(6) > span em,
  body.no06 #headerNav > li:nth-child(7) > a em {
    color: #78ACBE; }

/*headerImg*/
#headerImg {
  margin: 7px auto 0;
  position: relative;
  width: 960px;
  height: 180px;
  /*slick 画像がばらけるのを防ぐ*/
  visibility: hidden; }
  #headerImg.slick-initialized {
    /*slick 画像がばらけるのを防ぐ*/
    visibility: visible; }

#idx #headerImg {
  height: 240px; }

#headerImgM {
  display: none; }

/*container*/
#container {
  margin: 20px auto 0px;
  width: 960px;
  display: flex;
  justify-content: space-between;
  /*contents*/
  /*sideNav*/ }
  #container #contents {
    margin: 0px auto auto 0px;
    width: 712px;
    /*詳細は下記*/ }
  #container #sideNav {
    margin: 0px 0px auto auto;
    width: 220px;
    /*詳細は下記*/ }

/*totop*/
#totop {
  clear: both;
  margin: 30px auto 0px;
  width: 960px;
  height: 20px;
  text-align: right; }

/*footer*/
footer {
  font-size: 0.9em;
  color: #a8a8a8;
  height: 130px;
  background: #FFFFFF url(../images/_bg/footer-bg01.png); }
  footer #footerNav {
    margin: -1px auto 0px;
    width: 960px;
    background: url(../images/_bg/footer-bg02.png) no-repeat right top;
    height: 100px; }
    footer #footerNav ul {
      display: flex;
      padding: 33px 0px 0px; }
      footer #footerNav ul:nth-child(2) {
        padding: 1em 0px 0px; }
      footer #footerNav ul li {
        padding: 0px 10px;
        line-height: 100%; }
        footer #footerNav ul li + li {
          border-left: 1px solid #a8a8a8; }
  footer #footerNavM {
    display: none; }
  footer address {
    margin: 0px auto;
    width: 960px;
    text-align: right;
    clear: both;
    height: 30px;
    line-height: 30px; }

/*sideNav*/
#sideNav ul.category {
  margin: -1px 0px 15px;
  border: 1px solid #CCCCCC;
  text-align: left;
  padding: 5px;
  background: #FFFFFF; }
  #sideNav ul.category li {
    margin-bottom: 3px;
    border: 1px solid #CCCCCC;
    height: 20px;
    width: 206px; }
    #sideNav ul.category li a {
      margin-bottom: 2px;
      background: url(../images/_base/arrow02.png) no-repeat 3px center;
      width: 100%;
      line-height: 20px;
      display: block;
      height: 100%;
      text-indent: 18px; }
      #sideNav ul.category li a:hover {
        background: #FFCCFF url(../images/_base/arrow02.png) no-repeat 4px center; }
      #sideNav ul.category li a.NOW {
        background: #FFCCFF url(../images/_base/arrow02.png) no-repeat 4px center; }
#sideNav ul.company {
  margin: -1px 0px 15px;
  border: 1px solid #CCCCCC;
  text-align: left;
  padding: 15px;
  background: #FFFFFF; }
  #sideNav ul.company li {
    padding-bottom: 15px;
    margin-bottom: 5px;
    border-bottom: 1px solid #CCCCCC; }
    #sideNav ul.company li:last-child {
      border-bottom: none;
      padding-bottom: 0px; }
    #sideNav ul.company li img {
      margin-top: 5px; }
#sideNav ul.bnr {
  margin-bottom: 11px; }
  #sideNav ul.bnr li {
    margin-bottom: 4px;
    border: 1px solid transparent; }
    #sideNav ul.bnr li:first-child {
      margin-bottom: 10px; }
    #sideNav ul.bnr li:hover {
      border: 1px solid #faa; }
    #sideNav ul.bnr li img {
      vertical-align: bottom; }

/*contents*/
h2 {
  clear: both;
  height: 40px;
  font-size: 12pt;
  line-height: 44px;
  background: url(../images/_hyoudai/h2-plain-p.png);
  text-indent: 23px;
  font-weight: bold;
  border-right: 1px solid #ccc;
  border-left: 1px solid #ccc; }
  h2.plain {
    background: url(../images/_hyoudai/h2-plain.png); }
  h2 span {
    font-size: 11pt; }

h3 {
  margin: 0px 0px 15px;
  font-size: 11pt;
  line-height: 25px;
  font-weight: bold;
  color: #da7233;
  border-bottom: 1px solid #da7233;
  overflow: hidden; }
  h3.narrow {
    margin: 0px 10px 15px; }

h4 {
  margin: 0px 10px 5px;
  font-size: 10pt;
  line-height: 25px;
  height: 25px;
  font-weight: bold; }

h5 {
  /*G-Eight*/
  margin: 20px 0 5px;
  font-size: 12pt;
  line-height: 150%;
  font-weight: bold;
  text-align: center; }
  h5 img {
    /*G-Eight*/
    margin: 0px 10px 0px 0px;
    height: 35px;
    vertical-align: middle; }
  h5 span {
    font-size: 18pt;
    vertical-align: middle; }

div.p {
  clear: both;
  margin: 0px 0px 20px;
  padding: 20px;
  width: 100%;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #e3e3e3; }

div.pW {
  clear: both;
  margin: 0px 0px 20px;
  padding: 20px;
  width: 100%;
  border-right: 1px solid #CCCCCC;
  border-bottom: 1px solid #CCCCCC;
  border-left: 1px solid #CCCCCC;
  text-align: justify;
  text-justify: inter-ideograph;
  background: #FFFFFF; }

p {
  margin: 10px 10px 10px; }

ol.p {
  padding: 20px 20px 10px;
  margin: 0px 5px 20px; }
  ol.p li {
    list-style-type: decimal;
    margin-left: 20px; }

ul.p {
  padding: 20px 20px 10px;
  margin: 0px 5px 20px; }
  ul.p li {
    list-style-type: disc;
    margin-left: 20px; }

/* Local
===================================================== */
/*index*/
div.idx-setumei {
  margin: 0px 0px 20px;
  border: 1px solid #CCCCCC;
  width: 710px;
  background: #FFFFFF; }

table.tokutyou {
  margin: 20px 0px 20px; }
  table.tokutyou th {
    padding-right: 25px;
    font-weight: bold;
    white-space: nowrap;
    background: url(../images/_base/line01.png) repeat-y right top; }
  table.tokutyou td {
    padding-left: 20px; }
    table.tokutyou td li {
      background: url(../images/_base/arrow01.png) no-repeat left 4px;
      padding-left: 20px; }

.s-copy {
  margin: 0px 0px 10px;
  width: 100%;
  border-radius: 4px;
  background: url(../images/_hyoudai/h4-plain.png);
  height: 25px;
  font-size: 1.1em;
  font-weight: bold;
  color: #FFFFFF;
  text-align: center;
  line-height: 25px; }

/* aboutus */
.googlemap iframe {
  border: 1px dashed #35b1e7;
  border-radius: 10px; }

table.company {
  margin: 20px 2.5% 20px;
  width: 95%; }
  table.company th {
    padding: 5px 30px 5px 40px;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #cdcdcd;
    background: #efefef url(../images/_base/arrow03.png) no-repeat 20px center;
    color: #0687b6; }
    table.company th.noarrow {
      padding: 5px 15px;
      background: #efefef url(none); }
  table.company td {
    padding: 5px 25px;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #cdcdcd; }
  table.company tr.odd td {
    background: #fdfcf8; }

/* inquiry */
/*項目スタイル*/
form.inquiry ol {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  width: 100%; }
  form.inquiry ol li {
    width: calc(calc(100% - 4em) / 2); }
    form.inquiry ol li span {
      font-weight: bold;
      color: #f00; }
form.inquiry dl {
  width: 100%; }
  form.inquiry dl.each-page {
    padding: 1em 2em; }
  form.inquiry dl dt {
    font-size: 1.0em; }
  form.inquiry dl dd {
    margin-bottom: 0.5em;
    font-size: 1.0em; }

form.inquiry input {
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #f3f3f3;
  font-family: inherit;
  font-size: 1.05em;
  vertical-align: middle;
  height: auto;
  padding: 0.5em 0.5em;
  display: inline-block;
  transition: all 0.6s;
  margin: 3px 0 1px auto;
  color: #111; }
  form.inquiry input:placeholder {
    color: #aaa; }
form.inquiry textarea {
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #f3f3f3;
  font-family: inherit;
  font-size: 1.05em;
  vertical-align: middle;
  height: auto;
  padding: 0.5em 0.5em;
  display: inline-block;
  transition: all 0.6s;
  margin: 3px 0 1px auto;
  color: #111; }
  form.inquiry textarea:placeholder {
    color: #aaa; }
form.inquiry select {
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #f3f3f3;
  font-family: inherit;
  font-size: 1.05em;
  vertical-align: middle;
  height: auto;
  padding: 0.5em 0.5em;
  display: inline-block;
  transition: all 0.6s;
  margin: 3px 0 1px auto;
  color: #111; }
form.inquiry option {
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #f3f3f3;
  font-family: inherit;
  font-size: 1.05em;
  vertical-align: middle;
  height: auto;
  padding: 0.5em 0.5em;
  display: inline-block;
  transition: all 0.6s;
  margin: 3px 0 1px auto;
  color: #111; }
form.inquiry button {
  border: 1px solid transparent;
  border-radius: 2px;
  background-color: #f3f3f3;
  font-family: inherit;
  font-size: 1.05em;
  vertical-align: middle;
  height: auto;
  padding: 0.5em 0.5em;
  display: inline-block;
  transition: all 0.6s;
  margin: 3px 0 1px auto;
  color: #111; }
form.inquiry .width1 {
  width: 100.0%; }
form.inquiry .width2 {
  width: 100.0%;
  height: 267px; }
form.inquiry .width3 {
  width: 40%; }
form.inquiry .width4 {
  height: 5em;
  resize: vertical; }
form.inquiry input[type="submit"] {
  padding: 7px 0px;
  font-size: 1.2em;
  font-weight: 600;
  margin: auto;
  border-radius: 5px;
  color: #fff;
  width: 35%;
  position: relative;
  line-height: 30px;
  border: none;
  transition: none;
  outline: none;
  vertical-align: middle;
  background-image: linear-gradient(to bottom, #49c0f0, #2cafe3); }
  form.inquiry input[type="submit"]:hover {
    background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2); }
  form.inquiry input[type="submit"]:active {
    background: #1a92c2;
    box-shadow: inset 0 3px 5px rgba(0, 0, 0, 0.2);
    color: #1679a1;
    text-shadow: 0 1px 1px rgba(255, 255, 255, 0.5); }

/* kaiin */
.leaflet {
  margin: 15px 0px 0px 10px;
  display: flex;
  justify-content: space-between;
  width: 100%; }
  .leaflet li {
    width: calc(calc(100% - 40px) / 3); }
    .leaflet li:hover {
      opacity: 0.6; }

/* seihin */
ul.seihintokucho {
  margin: -5px 20px 10px; }
  ul.seihintokucho li {
    background: url(../images/_base/arrow01.png) no-repeat left 4px;
    padding-left: 20px; }

dl.qa {
  margin: -5px 20px 10px; }
  dl.qa dt {
    padding: 4px 0px 5px 35px;
    background: url(../images/_base/icon_07_03.gif) no-repeat left 2px; }
  dl.qa dd {
    padding: 4px 0px 10px 35px;
    background: url(../images/_base/icon_07_11.gif) no-repeat left 2px; }

table.tejun {
  margin: 0px; }
  table.tejun td {
    padding: 0px 4px 10px;
    vertical-align: top; }

table.real1 {
  margin: 10px 0px 20px; }
  table.real1 th {
    padding-right: 20px;
    vertical-align: middle; }
  table.real1 td {
    padding: 0px;
    vertical-align: middle; }
    table.real1 td p {
      margin: 0px;
      padding: 0px 0px 10px; }
      table.real1 td p img.hukidasi {
        margin: 0px 10px 0px 0px;
        float: left;
        display: inline; }

div.seihin1 {
  margin: 0px 0px 20px;
  padding: 5px 20px;
  -webkit-border-radius: 4px;
  -moz-border-radius: 4px;
  border-radius: 4px;
  background: #4e8dd8;
  font-weight: bold;
  color: #FFFFFF;
  overflow: hidden; }

table.seihin1 {
  margin: 10px 0px 20px; }
  table.seihin1 th {
    padding: 0px 10px 0px 10px;
    vertical-align: top; }
  table.seihin1 td {
    padding: 5px 0px 5px 10px;
    vertical-align: top; }
    table.seihin1 td p {
      margin: 0px;
      padding: 0px 0px 10px; }
    table.seihin1 td li {
      background: url(../images/_base/arrow01.png) no-repeat left 4px;
      padding-left: 20px; }
  table.seihin1.g8 th img {
    max-width: 300px; }
  table.seihin1.g8 td {
    vertical-align: middle; }
    table.seihin1.g8 td li {
      margin-bottom: 0.5em; }
      table.seihin1.g8 td li img {
        max-width: 100px; }
    table.seihin1.g8 td table.ec {
      margin: 10px 0px 20px;
      width: 100%; }
      table.seihin1.g8 td table.ec th {
        padding: 1px 10px;
        background-color: #49c0f0;
        color: #fff;
        border: 1px solid #49c0f0; }
      table.seihin1.g8 td table.ec td {
        padding: 2px 10px;
        text-align: right;
        border: 1px solid #49c0f0; }
        table.seihin1.g8 td table.ec td button {
          padding: 2px 20px;
          font-size: 0.9em;
          font-weight: bold;
          border-radius: 5px;
          color: #fff;
          border: none;
          outline: none;
          background-image: linear-gradient(to bottom, #49c0f0, #2cafe3); }
          table.seihin1.g8 td table.ec td button:hover {
            background-image: linear-gradient(to bottom, #1ab0ec, #1a92c2); }

table.seinou {
  margin: 10px 10px 20px;
  width: 650px; }
  table.seinou th {
    padding: 2px 5px;
    white-space: nowrap;
    vertical-align: middle;
    border: 1px solid #cdcdcd;
    text-align: center;
    background: #f9f9f9; }
  table.seinou td {
    padding: 2px 5px;
    vertical-align: middle;
    text-align: left;
    border: 1px solid #cdcdcd; }

dl.qa2 dt {
  padding: 4px 0px 5px 35px;
  background: url(../images/_base/icon_07_03.gif) no-repeat left 2px; }
dl.qa2 dd {
  padding: 4px 0px 10px 35px;
  background: url(../images/_base/icon_07_11.gif) no-repeat left 2px; }

ul.seihinmenu li {
  float: left;
  margin: 0px 1px 25px 2px;
  text-align: center; }
  ul.seihinmenu li img {
    margin-bottom: 7px; }

ul.uvgc1 {
  margin: 20px auto 30px;
  width: 100%;
  display: flex;
  justify-content: space-between; }
  ul.uvgc1 li {
    width: 50%;
    text-align: center;
    font-weight: bold;
    font-size: 1.2em; }
    ul.uvgc1 li img {
      width: 100%; }

ul.uvgc2 {
  margin: 0px auto 30px;
  width: 60%; }
  ul.uvgc2 li {
    width: 100%; }
    ul.uvgc2 li img {
      width: 100%; }
    ul.uvgc2 li table {
      margin: 10px 0px 20px;
      width: 100%; }
      ul.uvgc2 li table th {
        padding: 1px 10px;
        background-color: #49c0f0;
        color: #fff;
        border: 1px solid #49c0f0;
        width: 8em;
        text-align: center; }
      ul.uvgc2 li table td {
        padding: 2px 10px;
        text-align: center;
        border: 1px solid #49c0f0; }

#acMenu {
  display: none; }

.leaflet {
  margin: 15px 0px 0px 10px; }
  .leaflet li {
    float: left;
    display: inline;
    padding-left: 20px; }
    .leaflet li:first-child {
      padding-left: 0px; }
    .leaflet li a:hover {
      filter: alpha(opacity=60);
      opacity: 0.6; }

dl.privacy {
  margin: 25px 10px 20px; }
  dl.privacy dt {
    padding: 5px 40px;
    white-space: nowrap;
    border: 1px solid #cdcdcd;
    background: #fdfcf8 url(../images/_base/arrow03.png) no-repeat 20px center;
    color: #0687b6;
    border-radius: 3px; }
  dl.privacy dd {
    margin: 5px 20px 20px; }
    dl.privacy dd div {
      margin-top: 5px;
      padding: 5px 5px;
      color: #FFFFFF;
      background-color: #4f79da;
      text-align: center;
      border-radius: 3px; }

ul.sitemap {
  margin: 35px 0px 30px 40px;
  line-height: 25px; }
  ul.sitemap li {
    margin-left: 40px;
    padding-left: 55px;
    background: url(../images/_base/sitemap-bg.png) no-repeat 0px -4px; }
    ul.sitemap li li {
      margin-left: 30px; }
      ul.sitemap li li li {
        margin-left: 15px; }
    ul.sitemap li.home {
      margin-left: 0px;
      padding-left: 22px;
      background: url(../images/_base/home03-13.png) no-repeat left 4px; }
    ul.sitemap li:last-child {
      background: url(../images/_base/sitemap-bgLast.png) no-repeat 0px -15px; }

/* メディアクエリ（@media）
===================================================== */
/* ------------------------------------------------
mediaQueriesの指定を入れておきます。
------------------------------------------------ */
@media screen and (max-width: 768px) {
  .mobile {
    display: inline-block; }

  .pc {
    display: none; }

  html body {
    line-height: 130%;
    font-size: 90%;
    -webkit-text-size-adjust: 100%;
    /*文字の大きさが自動で調整OFF*/
    word-break: break-all;
    background-image: none; }
    html body#idx {
      background-image: none; }

  img {
    max-width: 100%;
    height: auto; }
    img .imgL,
    img .imgR {
      float: none;
      display: block;
      box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
      margin: 5px auto 5px;
      max-width: 95%; }

  h1 {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-image: none;
    display: block;
    background-color: #f2f2f2;
    position: relative;
    background-color: #cfcfcf;
    font-size: 11px;
    letter-spacing: -0.1em;
    text-align: center; }
    h1 span {
      display: none; }

  header {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-image: none;
    display: block;
    background-color: #f2f2f2;
    position: relative;
    text-align: center; }
    header #headerLogo {
      position: relative;
      top: auto;
      left: auto;
      margin: 8px auto; }
    header #topNav {
      display: none; }
    header #topNavM {
      /*drawer-trigger*/
      margin: auto;
      position: fixed;
      top: 27px;
      right: 2%;
      display: block;
      z-index: 10015; }
    header #headerNavM {
      /*ヘッダー下のtoiawase,tel*/
      margin: auto;
      display: block;
      padding: 5px 0;
      line-height: 16px;
      background-color: #333;
      display: flex;
      justify-content: center; }
      header #headerNavM li {
        padding: 0 0.5em; }
        header #headerNavM li a {
          color: #eee;
          text-decoration: none;
          background-image: url(../images/_base/mail01.png);
          background-position: left center;
          background-repeat: no-repeat;
          padding-left: 22px; }
        header #headerNavM li:nth-child(2) a {
          background-image: url(../images/_base/tel01.png);
          padding-left: 18px; }

  #headerImg {
    display: none; }

  #headerImgM {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-image: none;
    display: block;
    background-color: #f2f2f2;
    position: relative;
    /*slick 画像がばらけるのを防ぐ*/
    visibility: hidden; }
    #headerImgM.slick-initialized {
      /*slick 画像がばらけるのを防ぐ*/
      visibility: visible; }

  #container {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-image: none;
    display: block;
    background-color: #f2f2f2;
    position: relative; }
    #container #contents {
      width: 96%;
      min-width: 96%;
      max-width: 96%;
      margin: 20px 2% 0; }
    #container #sideNav {
      display: none; }

  #totop {
    display: none; }

  footer {
    width: 100%;
    min-width: 100%;
    max-width: 100%;
    height: auto;
    margin: 0;
    padding: 0;
    background-image: none;
    display: block;
    background-color: #f2f2f2;
    position: relative; }
    footer #footerNav {
      display: none; }
    footer address {
      width: 100%;
      min-width: 100%;
      max-width: 100%;
      height: auto;
      margin: 0;
      padding: 0;
      background-image: none;
      display: block;
      background-color: #f2f2f2;
      position: relative;
      font-size: 0.8em;
      color: #a8a8a8;
      text-align: center;
      line-height: 1.3em;
      background-color: #333;
      padding: 1em 0.5em; }

  /* drawer========================================= */
  .drawerBGwrapper {
    transition: 0.3s; }
    .drawerBGwrapper.open {
      display: block;
      width: 100%;
      height: 100vh;
      position: fixed;
      top: 0;
      left: 0;
      z-index: 10011;
      /*topNavM-trigger 10015*/
      background-color: rgba(79, 79, 79, 0.4); }

  #headerNav {
    transition: 0.4s;
    position: fixed;
    width: 80%;
    height: 100vh;
    top: 0;
    right: -80%;
    display: block;
    border: none;
    background-color: #515151;
    padding-top: 85px;
    /*drawerBGr 10011*/
    z-index: 10012; }
    #headerNav.open {
      right: 0; }
    #headerNav > li {
      border-left: none;
      border-right: none;
      border-top: 1px solid #aaa;
      border-bottom: 1px solid #000;
      height: auto;
      /*jquery dropdown trigger*/
      /*child-menu*/ }
      #headerNav > li:nth-child(1), #headerNav > li:nth-child(8) {
        display: block; }
      #headerNav > li > a, #headerNav > li > span {
        display: block;
        width: 100%;
        height: auto;
        text-align: center;
        line-height: 40px;
        color: #222;
        font-size: 1.0em;
        text-shadow: none;
        transition: 0.3s;
        color: #eee;
        background-color: #515151; }
      #headerNav > li > span.open::after {
        border-top: 4px solid transparent;
        border-bottom: 5px solid #01a1db;
        bottom: 3px; }
      #headerNav > li ul {
        position: relative;
        top: 0px; }
        #headerNav > li ul li a {
          text-indent: 0px;
          text-align: center; }
          #headerNav > li ul li a::before {
            display: none; }
          #headerNav > li ul li a span {
            display: inline-block; }

  body.h-other.no01 #headerNav > li:nth-child(5) ul li:nth-child(1) a,
  body.h-other.no02 #headerNav > li:nth-child(5) ul li:nth-child(2) a,
  body.h-other.no03 #headerNav > li:nth-child(5) ul li:nth-child(3) a,
  body.h-other.no04 #headerNav > li:nth-child(5) ul li:nth-child(4) a,
  body.h-other.no05 #headerNav > li:nth-child(5) ul li:nth-child(5) a,
  body.h-other.no06 #headerNav > li:nth-child(5) ul li:nth-child(6) a,
  body.h-other.no07 #headerNav > li:nth-child(5) ul li:nth-child(7) a,
  body.h-other.no08 #headerNav > li:nth-child(5) ul li:nth-child(8) a,
  body.h-other.no09 #headerNav > li:nth-child(5) ul li:nth-child(9) a,
  body.h-other.no10 #headerNav > li:nth-child(5) ul li:nth-child(10) a,
  body.h-other.no11 #headerNav > li:nth-child(5) ul li:nth-child(11) a,
  body.h-other.no12 #headerNav > li:nth-child(5) ul li:nth-child(12) a,
  body.h-other.no13 #headerNav > li:nth-child(5) ul li:nth-child(13) a,
  body.h-other.no14 #headerNav > li:nth-child(5) ul li:nth-child(14) a,
  body.h-other.no15 #headerNav > li:nth-child(5) ul li:nth-child(15) a,
  body.h-system.no01 #headerNav > li:nth-child(2) ul li:nth-child(1) a,
  body.h-system.no02 #headerNav > li:nth-child(2) ul li:nth-child(2) a,
  body.h-system.no03 #headerNav > li:nth-child(2) ul li:nth-child(3) a,
  body.h-toryo.no01 #headerNav > li:nth-child(3) ul li:nth-child(1) a,
  body.h-toryo.no02 #headerNav > li:nth-child(3) ul li:nth-child(2) a,
  body.h-toryo.no03 #headerNav > li:nth-child(3) ul li:nth-child(3) a,
  body.h-company.no01 #headerNav > li:nth-child(6) ul li:nth-child(1) a,
  body.h-company.no02 #headerNav > li:nth-child(6) ul li:nth-child(2) a,
  body.h-inquiry.no01 #headerNav > li:nth-child(8) ul li:nth-child(1) a,
  body.h-inquiry.no02 #headerNav > li:nth-child(8) ul li:nth-child(2) a {
    color: #212121;
    background-color: #d0d0d0; }

  /*contents*/
  h2 {
    font-size: 1.1emt;
    line-height: 120%;
    text-indent: 0;
    margin: 0 0;
    padding: 0.5em 1em;
    height: auto;
    border-top: 3px solid #17375e;
    border-bottom: 2px solid #f2f2f2;
    border-right: none;
    border-left: none;
    box-shadow: 0px 1px #bfbfbf;
    background: linear-gradient(#f5f5f5, #dbdbdb); }
    h2.plain {
      background: linear-gradient(#f5f5f5, #dbdbdb); }

  h3 {
    margin: 0 0 1.0em;
    line-height: 140%; }
    h3.narrow {
      margin: 0 0 1.0em; }
    h3 span {
      display: block; }

  h4 {
    margin: 0 0 0.5em; }

  h5 {
    margin: 0 0 0.25em;
    font-size: 1.2em;
    color: #fff;
    font-weight: bold;
    line-height: 140%;
    padding: 5px 0px;
    text-align: center;
    background: #f07b95; }
    h5 img {
      display: none; }
    h5 span {
      display: block; }

  div.p {
    margin: 0px 0px 35px;
    padding: 1em 1em;
    width: 100%;
    border: none;
    text-align: justify;
    text-justify: inter-ideograph; }

  div.pW {
    margin: 0px 0px 35px;
    padding: 1em 1em;
    width: 100%;
    border: none;
    text-align: justify;
    text-justify: inter-ideograph; }

  p {
    margin: 0px 0px 35px; }

  ol.p {
    padding: 20px 20px 10px;
    margin: 0px 0px 20px; }

  ul.p {
    padding: 20px 20px 10px;
    margin: 0px 0px 20px; }

  /* Local========================================= */
  /*index*/
  div.idx-setumei-outer {
    box-sizing: border-box;
    width: 100%;
    height: auto;
    min-width: 100%;
    max-width: 100%;
    margin: 0px 0px 30px;
    padding: 0;
    overflow-x: scroll; }
    div.idx-setumei-outer::-webkit-scrollbar {
      height: 8px; }
    div.idx-setumei-outer::-webkit-scrollbar-track {
      margin: 0 2px;
      background: #ccc;
      border-radius: 4px; }
    div.idx-setumei-outer::-webkit-scrollbar-thumb {
      border-radius: 4px;
      background: #666; }

  table.tokutyou th {
    display: block;
    padding: 0 0.5em 0.5em;
    font-weight: bold;
    background: none;
    border-bottom: 1px solid #17375e; }
  table.tokutyou td {
    display: block;
    padding: 0.5em 1em 0; }
    table.tokutyou td li {
      background: url(../images/_base/arrow01.png) no-repeat left 4px;
      padding-left: 20px; }

  .s-copy {
    margin: 0px 0px 10px;
    font-size: 1.0em;
    height: auto;
    line-height: 130%;
    padding: 0.25em 0.5em;
    box-sizing: border-box; }

  /*others*/
  table.company {
    margin: 0 0 20px;
    width: 100%; }
    table.company th {
      padding: 0.5em 0.5em 0.5em 20px;
      background: #efefef url(../images/_base/arrow03.png) no-repeat 5px center; }
    table.company td {
      padding: 0.5em 1em; }

  /*inquiry*/
  form.inquiry ol {
    display: block; }
    form.inquiry ol li {
      width: 100%; }
  form.inquiry dl.each-page {
    padding: 1em 0; }

  /* seihin*/
  table.tejun {
    table-layout: fixed;
    width: 100%; }
    table.tejun td {
      padding: 0px 0 10px;
      box-sizing: border-box; }
      table.tejun td img {
        width: 100%; }

  table.seinou {
    margin: 5px 0 20px;
    width: 100%; }
    table.seinou th,
    table.seinou td {
      box-sizing: border-box;
      padding: 0.25 1em;
      white-space: normal; }

  table.seinou1 {
    margin: 5px 0 20px;
    width: 100%;
    box-sizing: border-box; }
    table.seinou1 th,
    table.seinou1 td {
      box-sizing: border-box;
      padding: 0.25 1em;
      white-space: normal; }

  ul.seihintokucho,
  dl.qa {
    margin: 0 0 20px; }

  ul.seihinmenu {
    margin: 0 0 20px;
    text-align: center; }
    ul.seihinmenu li {
      float: none;
      display: inline-block;
      margin: 0px 3px 20px;
      border: 1px solid #cdcdcd;
      padding: 2px; }

  table.real1,
  table.seihin1 {
    margin: 0 0 20px;
    width: 100%; }
    table.real1 th,
    table.seihin1 th {
      padding: 0 1em 2em;
      display: block;
      text-align: center;
      box-sizing: border-box; }
      table.real1 th .mobile,
      table.seihin1 th .mobile {
        padding: 0 0 1.5em;
        text-align: right; }
        table.real1 th .mobile span,
        table.seihin1 th .mobile span {
          padding: 0.25em 0.5em;
          text-align: right;
          color: #fff;
          background-color: #00b4f2;
          border-radius: 0.5em; }
    table.real1 td,
    table.seihin1 td {
      padding: 0 1em;
      display: block;
      box-sizing: border-box; }
    table.real1 ul,
    table.seihin1 ul {
      margin-left: 0; }

  ul.uvgc1,
  ul.uvgc2 {
    width: 100%;
    display: block; }
    ul.uvgc1 li,
    ul.uvgc2 li {
      width: 100%; }

  .leaflet {
    margin: 0px 0px 0px 10px;
    text-align: center; }
    .leaflet li {
      float: none;
      display: inline-block;
      padding: 5px 5px;
      margin: auto; }
      .leaflet li:first-child {
        padding: 5px 5px; }

  #acMenu {
    display: block;
    margin-bottom: 15px; }
    #acMenu dt {
      display: block;
      box-sizing: border-box;
      width: 150px;
      height: 18px;
      font-size: 12px;
      line-height: 18px;
      text-align: left;
      cursor: pointer;
      background-repeat: no-repeat;
      background-position: left center;
      background-image: url(../images/_mobile/seihin_o.png);
      padding: 0 0 0 25px;
      color: #00b0f0; }
      #acMenu dt.active {
        background-repeat: no-repeat;
        background-position: left center;
        background-image: url(../images/_mobile/seihin_c.png);
        padding: 0 0 0 22px; }
    #acMenu dd {
      box-sizing: border-box;
      margin-top: 4px;
      padding: 4px;
      width: 100%;
      height: auto;
      text-align: center;
      border: #ccc 1px solid;
      display: none;
      overflow: hidden; }
    #acMenu #acMenu {
      color: #00b0f0;
      background-image: url(../images/_base/arrow02.png);
      background-repeat: no-repeat;
      background-position: 6px 4px;
      padding: 0 0 0 22px; }

  .leaflet {
    margin: 0px 0px 0px 10px;
    text-align: center; }
    .leaflet li {
      float: none;
      display: inline-block;
      padding: 5px 5px;
      margin: auto; }
      .leaflet li:first-child {
        padding: 5px 5px; }

  /*  privcy */
  dl.privacy {
    margin: 1em 0; }
    dl.privacy dt {
      padding: 0.5em 2em;
      background: #fdfcf8 url(../images/_base/arrow03.png) no-repeat 10px center; }
    dl.privacy dd {
      margin: 0.5em 1em 1em; }
      dl.privacy dd div {
        text-align: left;
        padding: 0.5em; }

  /* sitemap */
  ul.sitemap {
    margin: 0.5em 0.5em;
    line-height: 140%;
    font-size: 0.9em; }
    ul.sitemap li {
      margin-left: 0.5em;
      padding-left: 0.5em;
      background: none; }
      ul.sitemap li:last-child {
        background: none; }
      ul.sitemap li a {
        padding-left: 15px;
        background-image: url(../images/_base/arrow02.png);
        background-repeat: no-repeat;
        background-position: left 3px; }
      ul.sitemap li li.home a {
        padding-left: 0;
        background-image: none; }
      ul.sitemap li li {
        margin-left: 1em; }
        ul.sitemap li li li {
          margin-left: 1em; }

  /* 削除しないこと
  ===================================================== */ }
/* ------------------------------------------------
mediaQueriesの指定を入れておきます。
------------------------------------------------ */
/* ===========================================
タブレット系 480 - 768
=========================================== */
@media screen and (min-width: 480px) and (max-width: 768px) {
  .imgR {
    float: right;
    display: inline-block;
    box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
    margin: 0 0 10px 2em;
    max-width: 49%; }

  .imgL {
    float: left;
    display: inline-block;
    box-shadow: 0 32px 30px -30px rgba(53, 47, 47, 0.15);
    margin: 0 2em 10px 0;
    max-width: 49%; }

  /* 削除しないこと
  =========================================== */ }

/*# sourceMappingURL=contents2026.css.map */
