@charset "UTF-8";
/* ================================================================= 
 License : e-TRUST Inc.
 File name : common_style.css
 Style : common_style
================================================================= */
/* gradation */
@import url(https://fonts.googleapis.com/earlyaccess/notosansjapanese.css);
* {
  -webkit-box-sizing: border-box;
  -moz-box-sizing: border-box;
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box; }

body {
  counter-reset: number 0;
  line-height: 1.8;
  font-weight: 500;
  letter-spacing: 0.6;
  color: #000;
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  word-wrap: break-word;
  overflow: hidden; }

html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {
  font-weight: 500; }

.inner {
  margin: 0 auto;
  max-width: 1000px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .inner {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    .inner {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#contents_wrap {
  width: 100%;
  min-width: 100%;
  margin-bottom: 140px; }

#contents {
  width: 100%;
  max-width: 1000px; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    #contents {
      padding-left: 20px !important;
      padding-right: 20px !important; } }
  @media only screen and (max-width: 468px) {
    #contents {
      padding-left: 10px !important;
      padding-right: 10px !important; } }

#main {
  width: 100%; }

#main #col_main {
  width: 100%; }

.pankuzu {
  margin: 5px 0 50px 0;
  font-size: 13px; }
  .pankuzu a {
    color: #78bc1f; }
    .pankuzu a:hover {
      text-decoration: underline; }

.error_link a {
  color: #78bc1f; }
  .error_link a:hover {
    text-decoration: underline; }

.policy h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 20px;
  font-weight: bold;
  margin: 0 0 15px;
  padding: 0 0 5px; }

.policy p {
  margin: 0 0 20px; }

.smp h2 {
  border-bottom: 2px solid #BBBBBB;
  font-size: 20px;
  font-weight: bold;
  margin: 30px 0 15px;
  padding: 0 0 5px; }
  .smp h2:first-of-type {
    margin-top: 0; }
.smp h3 {
  margin: 50px auto 10px auto;
  font-size: 18px; }
  .smp h3:first-of-type {
    margin-top: 20px; }
.smp p {
  margin-bottom: 10px; }
.smp ul {
  padding: 0 20px; }
.smp li {
  margin-bottom: 10px; }

table {
  table-layout: fixed; }

table td {
  padding: 0 !important; }

.tlauto table {
  table-layout: auto; }

table td img {
  height: auto !important; }

.pdtd10 td {
  padding: 10px !important; }

pre {
  margin: 0;
  padding: 0;
  white-space: pre-line; }

b, strong {
  font-weight: bold; }

u {
  text-decoration: line-through; }

img {
  max-width: 100%;
  height: auto !important; }

small {
  display: block;
  font-size: 16px; }

hr {
  border: none;
  height: 0;
  border-bottom: 1px dashed #B3B3B3; }

span {
  font-weight: inherit; }

u {
  text-decoration: underline; }

b {
  font-weight: bold; }

input[type="button"] {
  cursor: pointer;
  padding: 5px 10px; }

a {
  text-decoration: none;
  -webkit-transition: all .8s;
  transition: all .3s; }

a:hover {
  opacity: 0.7; }

@media screen and (min-width: 469px) and (max-width: 768px) {
  .imgR, .imgL {
    max-width: 30% !important; } }
@media only screen and (max-width: 468px) {
  .imgR, .imgL {
    display: block;
    float: none;
    margin: 0 auto 10px;
    max-width: 100% !important;
    text-align: center; } }

.mincho {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif; }

.gothic {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif; }

@media only screen and (max-width: 468px) {
  .fltL {
    float: none;
    width: 100% !important; }

  .fltR {
    float: none;
    width: 100% !important; }

  .sptal {
    text-align: left !important; }

  .sptar {
    text-align: right !important; }

  .sptac {
    text-align: center !important; }

  .spcenter {
    text-align: center;
    display: block;
    margin-top: 10px; } }
header#global_header {
  max-width: 100%;
  width: 100%;
  min-width: 100%;
  height: auto; }
  @media only screen and (max-width: 468px) {
    header#global_header {
      padding-top: 48px; } }

#header {
  width: 100%;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: space-between;
  align-items: center; }
  @media only screen and (max-width: 768px) {
    #header {
      display: block; } }
  #header #siteID {
    width: 34%;
    padding: 36px 0;
    padding-left: 2.5%;
    text-align: left; }
    @media only screen and (max-width: 768px) {
      #header #siteID {
        width: 40%;
        padding: 20px 0;
        padding-left: 2.5%; } }
    @media only screen and (max-width: 468px) {
      #header #siteID {
        width: 100%;
        padding: 10px 0;
        text-align: center; } }
    #header #siteID a {
      opacity: 1; }
    @media only screen and (max-width: 468px) {
      #header #siteID img {
        width: 50%; } }
  #header #nav_global {
    width: 60%;
    max-width: 670px; }
    @media only screen and (max-width: 768px) {
      #header #nav_global {
        width: 100%;
        max-width: 100%; } }
    @media only screen and (max-width: 468px) {
      #header #nav_global {
        display: none; } }
    @media only screen and (max-width: 768px) {
      #header #nav_global .inner {
        padding-left: 0 !important;
        padding-right: 0 !important; } }
    #header #nav_global ul {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start; }
      #header #nav_global ul li {
        -webkit-flex-grow: 1;
        flex-grow: 1; }
        #header #nav_global ul li a {
          display: block;
          padding: 38px 0; }
          @media only screen and (max-width: 768px) {
            #header #nav_global ul li a {
              padding: 25px 0; } }
      #header #nav_global ul .hed_shop {
        width: 35%;
        max-width: 280px; }
        @media only screen and (max-width: 768px) {
          #header #nav_global ul .hed_shop {
            max-width: 250px; } }
        #header #nav_global ul .hed_shop a {
          display: block;
          background-color: #fff; }
          #header #nav_global ul .hed_shop a:hover {
            background-color: #e2fbb4; }
          #header #nav_global ul .hed_shop a i {
            display: inline-block;
            margin-right: 10px;
            color: #78bc1f;
            vertical-align: bottom;
            font-size: 18px; }

#mainArea {
  width: 100%;
  overflow: hidden; }
  #mainArea p {
    background: url(../images/contents/main.jpg) no-repeat;
    background-size: cover;
    background-position: center center;
    padding: 7% 0; }
  #mainArea img {
    width: 42%; }
    @media only screen and (max-width: 768px) {
      #mainArea img {
        width: 90%; } }

.mean-container .mean-bar {
  background: #b1e04c !important;
  position: fixed !important; }

.mean-container .mean-nav {
  background: #78bc1f !important; }

.mean-container .mean-nav ul {
  padding-right: 0 !important;
  padding-left: 0 !important; }

.mean-container .mean-nav ul li a {
  border-top: 1px solid #fff !important; }
  .mean-container .mean-nav ul li a i {
    display: none; }
  .mean-container .mean-nav ul li a img {
    vertical-align: middle; }

.mean-container .mean-nav ul li a.mean-expand:hover {
  /*background-color: #e9832f !important;*/ }

footer#global_footer {
  width: 100%;
  min-width: 100% !important;
  height: auto;
  color: #fff;
  margin-top: auto; }
  footer#global_footer a {
    font-size: 14px;
    color: #fff;
    text-decoration: none; }
    footer#global_footer a:hover {
      text-decoration: underline; }
  footer#global_footer #pagetop {
    position: fixed;
    bottom: 20px;
    right: 2%; }
  footer#global_footer #nav_footer {
    background: #78bc1f;
    background: -moz-linear-gradient(left, #78bc1f 0%, #b1e04c 100%);
    background: -webkit-gradient(linear, left top, right top, color-stop(0%, #78bc1f), color-stop(100%, #b1e04c));
    background: -webkit-linear-gradient(left, #78bc1f 0%, #b1e04c 100%);
    background: -o-linear-gradient(left, #78bc1f 0%, #b1e04c 100%);
    background: -ms-linear-gradient(left, #78bc1f 0%, #b1e04c 100%);
    background: linear-gradient(to right, #78bc1f 0%, #b1e04c 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
    display: inline-block; }
    @media only screen and (max-width: 468px) {
      footer#global_footer #nav_footer {
        display: none; } }
    footer#global_footer #nav_footer ul {
      display: -webkit-flex;
      display: flex;
      -webkit-justify-content: flex-start; }
    footer#global_footer #nav_footer li {
      vertical-align: middle; }
      footer#global_footer #nav_footer li a {
        display: block;
        padding: 17px 15px;
        text-decoration: none; }
        @media screen and (min-width: 469px) and (max-width: 768px) {
          footer#global_footer #nav_footer li a {
            padding: 17px 5px; } }
    footer#global_footer #nav_footer .fot_shop {
      margin-left: auto; }
      footer#global_footer #nav_footer .fot_shop i {
        margin-right: 10px;
        font-size: 20px;
        vertical-align: bottom; }
  footer#global_footer .wrap_fot {
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    align-items: center;
    padding-top: 35px; }
    @media only screen and (max-width: 468px) {
      footer#global_footer .wrap_fot {
        display: block; } }
  footer#global_footer address {
    width: 50%;
    margin-bottom: 50px;
    text-align: left;
    font-size: 20px; }
    @media only screen and (max-width: 468px) {
      footer#global_footer address {
        width: 100%;
        text-align: center; } }
    footer#global_footer address #fotID {
      margin-bottom: 15px; }
      @media only screen and (max-width: 468px) {
        footer#global_footer address #fotID img {
          width: 70%; } }
    footer#global_footer address .tel02 a {
      font-size: 20px; }
    footer#global_footer address .addFot {
      margin-top: 10px;
      font-size: 16px; }
  footer#global_footer #copy {
    width: 50%;
    text-align: right; }
    @media only screen and (max-width: 468px) {
      footer#global_footer #copy {
        width: 100%;
        text-align: center; } }
    footer#global_footer #copy a {
      text-decoration: none; }

/* index.html */
.index_contents #contents {
  max-width: 100%; }
  @media only screen and (max-width: 768px) {
    .index_contents #contents {
      padding-left: 0 !important;
      padding-right: 0 !important; } }

.top_h2Greet {
  background-repeat: no-repeat;
  background-position: center left 8.5%;
  background-size: contain; }
  @media only screen and (max-width: 768px) {
    .top_h2Greet {
      background-position: center bottom 5%;
      background-size: 18%; } }
  @media only screen and (max-width: 468px) {
    .top_h2Greet {
      background-position: center;
      background-size: 45%; } }
  .top_h2Greet ul {
    max-width: 520px;
    margin: 0 9% 0 auto; }
    @media only screen and (max-width: 768px) {
      .top_h2Greet ul {
        max-width: 100%;
        margin: 0 auto; } }
  .top_h2Greet li {
    width: 100%;
    color: #666; }
  .top_h2Greet h2 {
    background-color: #78bc1f;
    margin-bottom: 30px;
    padding: 12px 5px;
    font-size: 20px;
    font-weight: bold;
    color: #fff;
    text-align: center; }

.wrap_topBtn {
  max-width: 920px;
  margin: 90px auto; }
  .wrap_topBtn h3 {
    display: none; }
  .wrap_topBtn .box {
    width: 30.6%;
    margin-right: 4%;
    margin-bottom: 30px; }
    .wrap_topBtn .box:nth-of-type(3n) {
      margin-right: 0; }
    .wrap_topBtn .box div a {
      display: block;
      background: #78bc1f;
      background: -moz-linear-gradient(left, #78bc1f 0%, #b1e04c 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #78bc1f), color-stop(100%, #b1e04c));
      background: -webkit-linear-gradient(left, #78bc1f 0%, #b1e04c 100%);
      background: -o-linear-gradient(left, #78bc1f 0%, #b1e04c 100%);
      background: -ms-linear-gradient(left, #78bc1f 0%, #b1e04c 100%);
      background: linear-gradient(to right, #78bc1f 0%, #b1e04c 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
      padding: 5.5px 0;
      border-top: 1px solid #d0d7c8;
      color: #fff;
      text-align: center; }
      .wrap_topBtn .box div a:before {
        content: "\f0a9";
        font-family: FontAwesome;
        margin-right: 10px; }

.top_ttlNews {
  max-width: 500px;
  margin: 0 auto;
  background-color: #78bc1f;
  padding: 2px;
  font-size: 20px;
  font-weight: bold;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top_ttlNews {
      max-width: 100%;
      margin-left: 20px;
      margin-right: 20px; } }
  @media only screen and (max-width: 468px) {
    .top_ttlNews {
      margin-left: 10px;
      margin-right: 10px; } }

.wrap_news {
  max-width: 900px;
  max-height: 300px;
  overflow-x: auto;
  background-color: #f0f4ea;
  margin: 0 auto 120px auto;
  padding: 3% 4% 4% 4%; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .wrap_news {
      margin-right: 20px;
      margin-left: 20px; } }
  @media only screen and (max-width: 468px) {
    .wrap_news {
      margin-right: 10px;
      margin-left: 10px; } }
  .wrap_news dl {
    align-items: flex-start;
    margin-bottom: 30px; }
    @media only screen and (max-width: 468px) {
      .wrap_news dl {
        display: block !important; } }
    .wrap_news dl:last-of-type {
      margin-bottom: 0; }
  .wrap_news dt, .wrap_news dd {
    background-color: transparent !important;
    border: none !important; }
    @media only screen and (max-width: 468px) {
      .wrap_news dt, .wrap_news dd {
        width: 100%; } }
  .wrap_news dt {
    width: 130px; }
    @media only screen and (max-width: 468px) {
      .wrap_news dt {
        width: 100%; } }

.wrap_cont {
  background-size: cover;
  background-repeat: no-repeat;
  margin-bottom: 120px;
  padding: 4% 0 5% 0;
  font-size: 18px; }
  .wrap_cont .wrap_wh {
    max-width: 800px;
    background-color: #fff;
    margin: 0 auto;
    padding: 4%;
    border-radius: 20px;
    box-shadow: 0 0 10px rgba(136, 136, 136, 0.4); }
    @media screen and (min-width: 469px) and (max-width: 768px) {
      .wrap_cont .wrap_wh {
        margin: 0 20px; } }
    @media only screen and (max-width: 468px) {
      .wrap_cont .wrap_wh {
        margin: 0 10px; } }

.top_ttlCont h2 {
  background-color: #78bc1f;
  margin-bottom: 40px;
  border-radius: 30px;
  font-size: 34px;
  font-weight: bold;
  color: #fff;
  text-align: center; }
  @media screen and (min-width: 469px) and (max-width: 768px) {
    .top_ttlCont h2 {
      font-size: 22px; } }
  @media only screen and (max-width: 468px) {
    .top_ttlCont h2 {
      margin-bottom: 20px;
      font-size: 18px; } }

.btn_cont {
  margin-top: 35px; }
  @media only screen and (max-width: 768px) {
    .btn_cont {
      display: block !important; } }
  .btn_cont .box {
    width: 47%;
    display: table; }
    @media only screen and (max-width: 768px) {
      .btn_cont .box {
        width: 100%;
        max-width: 500px;
        margin: 0 auto; } }
    .btn_cont .box:first-of-type {
      margin-right: 6%; }
      @media only screen and (max-width: 768px) {
        .btn_cont .box:first-of-type {
          margin: 0 auto;
          margin-bottom: 20px; } }
      .btn_cont .box:first-of-type a {
        display: table-cell;
        height: 60px;
        background: #78bc1f;
        background: -moz-linear-gradient(left, #78bc1f 0%, #b1e04c 100%);
        background: -webkit-gradient(linear, left top, right top, color-stop(0%, #78bc1f), color-stop(100%, #b1e04c));
        background: -webkit-linear-gradient(left, #78bc1f 0%, #b1e04c 100%);
        background: -o-linear-gradient(left, #78bc1f 0%, #b1e04c 100%);
        background: -ms-linear-gradient(left, #78bc1f 0%, #b1e04c 100%);
        background: linear-gradient(to right, #78bc1f 0%, #b1e04c 100%);
        filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
        text-align: center;
        vertical-align: middle; }
        .btn_cont .box:first-of-type a:before {
          content: "\f218";
          font-family: FontAwesome;
          margin-right: 20px;
          color: #fff;
          font-size: 26px; }
        .btn_cont .box:first-of-type a img {
          vertical-align: baseline; }
    .btn_cont .box:last-of-type a {
      display: table-cell;
      height: 60px;
      background: #1f7be5;
      background: -moz-linear-gradient(left, #1f7be5 0%, #4a9bea 100%);
      background: -webkit-gradient(linear, left top, right top, color-stop(0%, #1f7be5), color-stop(100%, #4a9bea));
      background: -webkit-linear-gradient(left, #1f7be5 0%, #4a9bea 100%);
      background: -o-linear-gradient(left, #1f7be5 0%, #4a9bea 100%);
      background: -ms-linear-gradient(left, #1f7be5 0%, #4a9bea 100%);
      background: linear-gradient(to right, #1f7be5 0%, #4a9bea 100%);
      filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='$start-color', endColorstr='$end-color',GradientType=1 );
      text-align: center;
      vertical-align: middle; }
      .btn_cont .box:last-of-type a:before {
        content: url(../images/common/icon_mail.png);
        margin-right: 20px;
        vertical-align: -webkit-baseline-middle; }
      .btn_cont .box:last-of-type a img {
        vertical-align: middle; }

.wrap_sns {
  margin-top: 30px; }

.wrap_sns .sns_list {
  flex-direction: row-reverse !important;
  flex-wrap: wrap;
  border: none !important; }
  .wrap_sns .sns_list div {
    width: 20%;
    border-bottom: 0; }
  .wrap_sns .sns_list .sns_photo {
    width: 100%; }
    @media only screen and (max-width: 468px) {
      .wrap_sns .sns_list .sns_photo {
        padding: 5px; } }
  .wrap_sns .sns_list .sns_text {
    display: none; }

/* company.html */
.tbl_comp td {
  padding: 20px !important;
  border: 0 !important;
  border-bottom: 1px dotted #ccc !important; }
  .tbl_comp td:first-of-type {
    width: 30%; }
    @media only screen and (max-width: 468px) {
      .tbl_comp td:first-of-type {
        border-bottom: 0 !important;
        padding-bottom: 0 !important; } }
    .tbl_comp td:first-of-type div {
      font-weight: bold; }

/* service.html */
.bg_grn {
  background-color: #f0f4ea;
  padding: 4%;
  border-radius: 20px; }

/* products.html */
.wrap_products {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: space-between; }
  @media only screen and (max-width: 468px) {
    .wrap_products {
      display: block; } }
  .wrap_products .prodImg {
    width: 55%; }
    @media only screen and (max-width: 468px) {
      .wrap_products .prodImg {
        width: 100%; } }
    .wrap_products .prodImg .box {
      width: 48%;
      margin-right: 4%; }
      .wrap_products .prodImg .box:nth-of-type(even) {
        margin-right: 0; }
  .wrap_products .prodTxt {
    width: 38%; }
    @media only screen and (max-width: 468px) {
      .wrap_products .prodTxt {
        width: 100%; } }
    .wrap_products .prodTxt dl {
      border-bottom: 1px dotted #ccc; }
      .wrap_products .prodTxt dl:first-of-type {
        border-bottom: 1px solid #78bc1f !important; }
        .wrap_products .prodTxt dl:first-of-type dt {
          font-size: 18px;
          font-weight: bold; }
        .wrap_products .prodTxt dl:first-of-type dd {
          display: none; }
      .wrap_products .prodTxt dl dt, .wrap_products .prodTxt dl dd {
        background-color: transparent;
        border: 0 !important;
        padding: 3px 10px !important; }
      .wrap_products .prodTxt dl dd {
        width: 100%;
        text-align: right; }

.policy_txt a {
  color: #78bc1f; }
  .policy_txt a:hover {
    text-decoration: underline; }

.confirm {
  margin-top: 70px; }

body header #local-keyvisual {
  position: relative;
  background-color: #f0f4ea; }

body header #local-keyvisual #local-keyvisual-title {
  position: relative;
  margin: 0 auto;
  padding: 50px 0;
  z-index: 100; }
  body header #local-keyvisual #local-keyvisual-title h1 {
    color: #78bc1f;
    font-size: 37px;
    font-weight: bold;
    text-align: center; }
    @media only screen and (max-width: 468px) {
      body header #local-keyvisual #local-keyvisual-title h1 {
        font-size: 24px; } }
  body header #local-keyvisual #local-keyvisual-title:empty {
    display: none; }

.midashi01 h2 {
  margin: 100px auto 20px auto;
  font-size: 30px;
  font-weight: bold;
  text-align: center;
  color: #78bc1f; }
  @media only screen and (max-width: 468px) {
    .midashi01 h2 {
      margin-top: 70px;
      font-size: 22px; } }

.midashi02 h2 {
  margin: 100px auto 20px auto;
  border-left: 10px solid #78bc1f;
  padding-left: 10px;
  font-size: 30px;
  font-weight: bold;
  text-align: left; }
  @media only screen and (max-width: 468px) {
    .midashi02 h2 {
      margin-top: 70px;
      font-size: 22px; } }

/* common */
.mg70 {
  margin: 7% auto; }

@media only screen and (max-width: 468px) {
  .sp_left div {
    text-align: left !important; } }

.tel02 a {
  color: #000; }

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