@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Timmana");
/* line 3, ../scss/_reset.scss */
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, 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,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font: inherit;
  vertical-align: baseline;
}

/* line 23, ../scss/_reset.scss */
html {
  line-height: 1;
}

/* line 27, ../scss/_reset.scss */
ol, ul {
  list-style: none;
}

/* line 31, ../scss/_reset.scss */
table {
  border-collapse: collapse;
  border-spacing: 0;
}

/* line 36, ../scss/_reset.scss */
caption, th, td {
  text-align: left;
  font-weight: normal;
  vertical-align: middle;
}

/* line 42, ../scss/_reset.scss */
q, blockquote {
  quotes: none;
}

/* line 46, ../scss/_reset.scss */
q:before, q:after, blockquote:before, blockquote:after {
  content: "";
  content: none;
}

/* line 51, ../scss/_reset.scss */
a img {
  border: none;
}

/* line 55, ../scss/_reset.scss */
article, aside, details, figcaption, figure, footer, header, main, menu, nav, section, summary {
  display: block;
}

@media only screen and (min-width: 769px) {
  /* line 25, ../scss/_variables.scss */
  .visible-pc {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 25, ../scss/_variables.scss */
  .visible-pc {
    display: none;
  }
}

@media only screen and (min-width: 769px) {
  /* line 34, ../scss/_variables.scss */
  .visible-sp {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 34, ../scss/_variables.scss */
  .visible-sp {
    display: block;
  }
}

/* line 5, ../scss/_common.scss */
html {
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Helvetica,Arial,sans-serif;
  font-size: 62.5%;
  font-weight: normal;
  line-height: 1.65;
  letter-spacing: -0.05em;
  color: #262626;
  word-wrap: break-word;
  -webkit-font-smoothing: antialiased;
  -moz-font-smoothing: antialiased;
  -ms-font-smoothing: antialiased;
  -o-font-smoothing: antialiased;
}
@media only screen and (max-width: 768px) {
  /* line 5, ../scss/_common.scss */
  html {
    line-height: 1.45;
  }
}

/* line 22, ../scss/_common.scss */
body {
  width: 100%;
}
@media only screen and (max-width: 768px) {
  /* line 22, ../scss/_common.scss */
  body {
    min-width: 100%;
  }
}

/* line 29, ../scss/_common.scss */
img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
  border: none;
}

/* line 36, ../scss/_common.scss */
a {
  outline: none;
  text-decoration: none;
  transition-property: all;
  transition: 0.3s linear;
}
/* line 41, ../scss/_common.scss */
a:link {
  text-decoration: none;
  color: #262626;
}
/* line 45, ../scss/_common.scss */
a:visited {
  text-decoration: none;
  color: #262626;
}
/* line 49, ../scss/_common.scss */
a:hover {
  cursor: pointer;
  text-decoration: none;
}
@media only screen and (min-width: 769px) {
  /* line 49, ../scss/_common.scss */
  a:hover {
    opacity: 0.75;
  }
}
@media only screen and (max-width: 768px) {
  /* line 49, ../scss/_common.scss */
  a:hover {
    opacity: 1.0;
  }
}

@media only screen and (min-width: 769px) {
  /* line 65, ../scss/_common.scss */
  .bg-gray {
    background: #f5f5f5 url("../img/bg_side_shadow_pc.png") left top repeat-y;
  }
}
@media only screen and (max-width: 768px) {
  /* line 65, ../scss/_common.scss */
  .bg-gray {
    background: #f5f5f5;
  }
}

@media only screen and (min-width: 769px) {
  /* line 77, ../scss/_common.scss */
  #wrapper {
    position: relative;
  }
}

@media only screen and (min-width: 769px) {
  /* line 83, ../scss/_common.scss */
  .contents {
    background: transparent url("../img/bg_side_shadow_pc.png") left top repeat-y;
  }
}

/* line 89, ../scss/_common.scss */
.main-contents {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  /* line 89, ../scss/_common.scss */
  .main-contents {
    min-width: 940px;
    margin-left: 240px;
  }
}

@media only screen and (min-width: 769px) {
  /* line 97, ../scss/_common.scss */
  .inner {
    width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 97, ../scss/_common.scss */
  .inner {
    padding: 0 15px;
  }
}

/* line 107, ../scss/_common.scss */
.content-box {
  padding: 4%;
  margin-right: 20px;
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 107, ../scss/_common.scss */
  .content-box {
    margin-right: 15px;
    margin-left: 15px;
  }
}

/* line 117, ../scss/_common.scss */
.shadow-box {
  padding: 20px;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
@media only screen and (max-width: 768px) {
  /* line 117, ../scss/_common.scss */
  .shadow-box {
    padding: 15px;
  }
}

/* line 126, ../scss/_common.scss */
.clearfix {
  min-height: 1px;
}
/* line 128, ../scss/_common.scss */
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

/* line 137, ../scss/_common.scss */
* html .clearfix {
  height: 1px;
  /*¥*/
     /*/
height: auto;
overflow: hidden;
/**/
}

/* line 149, ../scss/_common.scss */
.contents-ttl {
  font-weight: bold;
  margin-top: 50px;
  font-size: 34px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 149, ../scss/_common.scss */
  .contents-ttl {
    margin-top: 25px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
/* line 157, ../scss/_common.scss */
.contents-ttl:after {
  display: block;
  content: "";
  width: 40px;
  height: 3px;
  margin: 25px 0 70px;
  background-color: #439800;
}
@media only screen and (max-width: 768px) {
  /* line 157, ../scss/_common.scss */
  .contents-ttl:after {
    width: 28px;
    margin: 10px 0 30px;
  }
}

/* line 171, ../scss/_common.scss */
.bar-ttl {
  font-weight: bold;
  color: #fff;
  background-color: #439800;
}
@media only screen and (min-width: 769px) {
  /* line 171, ../scss/_common.scss */
  .bar-ttl {
    padding: 0 20px;
    height: 40px;
    line-height: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 171, ../scss/_common.scss */
  .bar-ttl {
    padding: 9px 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
  /* line 184, ../scss/_common.scss */
  .bar-ttl.multiline {
    height: auto;
    line-height: 1.4;
    padding: 9px 10px;
  }
}

/* line 192, ../scss/_common.scss */
.basic-ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  /* line 192, ../scss/_common.scss */
  .basic-ttl {
    font-size: 17px;
    font-size: 1.7rem;
  }
}

/* line 200, ../scss/_common.scss */
.border-ttl {
  padding-bottom: 3px;
  font-weight: bold;
  border-bottom: 3px solid #439800;
  font-size: 16px;
  font-size: 1.6rem;
}

/* line 210, ../scss/_common.scss */
.txt-timmana {
  font-family: 'Timmana', sans-serif;
}

/* line 217, ../scss/_common.scss */
.btn {
  text-align: center;
  font-weight: bold;
  border-radius: 25px;
  border: none;
  -webkit-appearance: none;
}
/* line 223, ../scss/_common.scss */
.btn a {
  display: block;
  height: 100%;
  border-radius: 25px;
}
/* line 227, ../scss/_common.scss */
.btn a:hover {
  opacity: 1.0;
}
/* line 232, ../scss/_common.scss */
.btn.green a {
  color: #fff;
  background-color: #439800;
  border: 1px solid #439800;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 237, ../scss/_common.scss */
  .btn.green a:hover {
    color: #439800;
    background-color: #fff;
  }
}
/* line 245, ../scss/_common.scss */
.btn.grade {
  color: #fff;
}
/* line 247, ../scss/_common.scss */
.btn.grade a {
  color: #fff;
  background: #439800;
  /* Old browsers */
  background: -moz-linear-gradient(left, #439800 25%, #439800 25%, #ff920d 100%);
  /* FF3.6-15 */
  background: -webkit-linear-gradient(left, #439800 25%, #439800 25%, #ff920d 100%);
  /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to right, #439800 25%, #439800 25%, #ff920d 100%);
  /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439800', endColorstr='#ff920d',GradientType=1 );
  /* IE6-9 */
}
/* line 256, ../scss/_common.scss */
.btn.border {
  border: 1px solid #439800;
}

/* line 264, ../scss/_common.scss */
.basic-tbl {
  width: 100%;
  border: 1px solid #c0c0c0;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 264, ../scss/_common.scss */
  .basic-tbl {
    border-bottom: none;
  }
}
/* line 271, ../scss/_common.scss */
.basic-tbl th {
  padding: 15px 20px;
  vertical-align: top;
  font-weight: bold;
  background-color: #f5f5f5;
  border-bottom: 1px solid #c0c0c0;
}
@media only screen and (max-width: 768px) {
  /* line 271, ../scss/_common.scss */
  .basic-tbl th {
    display: block;
    padding: 8px 10px;
    border-bottom: none;
  }
}
/* line 283, ../scss/_common.scss */
.basic-tbl td {
  padding: 15px 20px;
  border-bottom: 1px solid #c0c0c0;
}
@media only screen and (max-width: 768px) {
  /* line 283, ../scss/_common.scss */
  .basic-tbl td {
    display: block;
    padding: 15px 10px;
  }
}

/* line 296, ../scss/_common.scss */
.num-indent-list {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 296, ../scss/_common.scss */
  .num-indent-list {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 301, ../scss/_common.scss */
.num-indent-list .num {
  display: block;
  float: left;
}
/* line 305, ../scss/_common.scss */
.num-indent-list .txt {
  margin-left: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 305, ../scss/_common.scss */
  .num-indent-list .txt {
    margin-left: 33px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 312, ../scss/_common.scss */
  .num-indent-list .sp-num {
    display: block;
    float: left;
  }
  /* line 316, ../scss/_common.scss */
  .num-indent-list .sp-txt {
    display: block;
    margin-left: 15px;
  }
}

/* line 328, ../scss/_common.scss */
.tab-box .box.hide {
  display: none;
}

/* line 337, ../scss/_common.scss */
.input {
  padding: 1% 2%;
  background-color: #f5f5f5;
  border: 1px solid #dedede;
  font-family: "ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","メイリオ",Meiryo,"ＭＳ Ｐゴシック","MS P Gothic",Helvetica,Arial,sans-serif;
}

/* line 343, ../scss/_common.scss */
.input-check {
  margin-right: 10px;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  /* line 343, ../scss/_common.scss */
  .input-check {
    margin-right: 5px;
  }
}

/* line 350, ../scss/_common.scss */
.sizeFull {
  width: 96%;
}

@media only screen and (min-width: 769px) {
  /* line 357, ../scss/_common.scss */
  footer {
    border-bottom: 20px solid #439800;
  }
}
@media only screen and (max-width: 768px) {
  /* line 357, ../scss/_common.scss */
  footer {
    border-bottom: 15px solid #439800;
  }
}
/* line 364, ../scss/_common.scss */
footer .fnavi-area {
  clear: both;
  color: #fff;
  background-color: #262626;
}
@media only screen and (min-width: 769px) {
  /* line 364, ../scss/_common.scss */
  footer .fnavi-area {
    padding: 25px 0 40px 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 364, ../scss/_common.scss */
  footer .fnavi-area {
    border-top: 1px solid #555;
  }
}
@media only screen and (max-width: 768px) {
  /* line 374, ../scss/_common.scss */
  footer .fnavi-area .inner {
    padding: 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 379, ../scss/_common.scss */
  footer .fnavi-area .fnavi {
    display: table-cell;
    width: 300px;
    padding-left: 60px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 379, ../scss/_common.scss */
  footer .fnavi-area .fnavi {
    width: 50%;
  }
}
/* line 388, ../scss/_common.scss */
footer .fnavi-area .fnavi li {
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  /* line 388, ../scss/_common.scss */
  footer .fnavi-area .fnavi li {
    margin-top: 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 388, ../scss/_common.scss */
  footer .fnavi-area .fnavi li {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 397, ../scss/_common.scss */
footer .fnavi-area .fnavi li span {
  display: block;
  border-bottom: 1px solid #555;
}
@media only screen and (min-width: 769px) {
  /* line 397, ../scss/_common.scss */
  footer .fnavi-area .fnavi li span {
    margin-bottom: 10px;
    padding-bottom: 6px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 397, ../scss/_common.scss */
  footer .fnavi-area .fnavi li span {
    height: 48px;
  }
}
/* line 408, ../scss/_common.scss */
footer .fnavi-area .fnavi li a {
  color: #fff;
}
@media only screen and (max-width: 768px) {
  /* line 408, ../scss/_common.scss */
  footer .fnavi-area .fnavi li a {
    display: block;
    padding: 15px 0;
    text-align: center;
    border-right: 1px solid #555;
  }
}
@media only screen and (min-width: 769px) {
  /* line 417, ../scss/_common.scss */
  footer .fnavi-area .fnavi li.recruit {
    margin-top: 56px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 422, ../scss/_common.scss */
  footer .fnavi-area .fnavi li.electricity {
    margin-top: 59px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 428, ../scss/_common.scss */
  footer .fnavi-area .fnavi .sub {
    display: none;
  }
}
/* line 432, ../scss/_common.scss */
footer .fnavi-area .fnavi .sub li {
  margin: 0 0 2px 8px;
  padding: 0;
  font-weight: normal;
  border-bottom: none;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (min-width: 769px) {
  /* line 440, ../scss/_common.scss */
  footer .fnavi-area .fnavi.left {
    width: 180px;
    padding-left: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 440, ../scss/_common.scss */
  footer .fnavi-area .fnavi.left {
    float: left;
  }
}
@media only screen and (min-width: 769px) {
  /* line 451, ../scss/_common.scss */
  footer .fnavi-area .fnavi.center > li:nth-child(2) {
    margin-top: 37px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 449, ../scss/_common.scss */
  footer .fnavi-area .fnavi.center {
    float: left;
  }
  /* line 457, ../scss/_common.scss */
  footer .fnavi-area .fnavi.center a {
    border-right: 1px solid #262626;
  }
}
@media only screen and (max-width: 768px) {
  /* line 462, ../scss/_common.scss */
  footer .fnavi-area .fnavi.right {
    clear: both;
  }
  /* line 465, ../scss/_common.scss */
  footer .fnavi-area .fnavi.right span {
    border-bottom: none;
  }
}
/* line 472, ../scss/_common.scss */
footer .footer-bottom {
  overflow: hidden;
  padding: 15px 10px 15px 0;
}
@media only screen and (max-width: 768px) {
  /* line 472, ../scss/_common.scss */
  footer .footer-bottom {
    padding: 6px 0;
  }
}
/* line 478, ../scss/_common.scss */
footer .footer-bottom .btn-contact {
  height: 45px;
  line-height: 45px;
  margin-top: 25px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 484, ../scss/_common.scss */
footer .footer-bottom .fmenu {
  float: right;
}
@media only screen and (max-width: 768px) {
  /* line 484, ../scss/_common.scss */
  footer .footer-bottom .fmenu {
    float: none;
    text-align: center;
    margin-top: 25px;
  }
}
/* line 491, ../scss/_common.scss */
footer .footer-bottom .fmenu li {
  display: inline-block;
  padding: 0 20px;
  font-weight: bold;
  border-right: 1px solid #bcbcbc;
  font-size: 13px;
  font-size: 1.3rem;
}
@media only screen and (max-width: 768px) {
  /* line 491, ../scss/_common.scss */
  footer .footer-bottom .fmenu li {
    padding: 0 15px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 501, ../scss/_common.scss */
  footer .footer-bottom .fmenu li:first-child {
    padding-left: 0;
  }
}
/* line 506, ../scss/_common.scss */
footer .footer-bottom .fmenu li:last-child {
  border-right: none;
  padding-right: 0;
}
/* line 510, ../scss/_common.scss */
footer .footer-bottom .fmenu li a {
  color: #439800;
}
@media only screen and (min-width: 769px) {
  /* line 515, ../scss/_common.scss */
  footer .footer-bottom .logo {
    float: left;
    position: relative;
    top: 6px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 515, ../scss/_common.scss */
  footer .footer-bottom .logo {
    width: 100%;
    margin-top: 20px;
    text-align: center;
  }
  /* line 526, ../scss/_common.scss */
  footer .footer-bottom .logo img.visible-sp {
    display: inline-block;
    width: 290px;
  }
}
/* line 533, ../scss/_common.scss */
footer .footer-bottom .copyright {
  clear: both;
  text-align: right;
  font-size: 10px;
  font-size: 1rem;
}
@media only screen and (max-width: 768px) {
  /* line 533, ../scss/_common.scss */
  footer .footer-bottom .copyright {
    margin-top: 15px;
    text-align: center;
    color: #999;
    font-size: 11px;
    font-size: 1.1rem;
  }
}

/* line 550, ../scss/_common.scss */
.sp-header {
  height: 60px;
  background-color: #439800;
}
/* line 553, ../scss/_common.scss */
.sp-header .logo {
  float: left;
  width: 72.67%;
  max-width: 285px;
  height: 60px;
  line-height: 60px;
  margin-left: 15px;
}
/* line 560, ../scss/_common.scss */
.sp-header .logo img {
  vertical-align: middle;
}
/* line 564, ../scss/_common.scss */
.sp-header .sp-menu-btn {
  float: right;
  width: 72px;
  height: 60px;
  background: transparent url("../img/btn_open_sp.png") center center no-repeat;
  background-size: 26px auto;
}
/* line 570, ../scss/_common.scss */
.sp-header .sp-menu-btn.open {
  background: transparent url("../img/btn_close_sp.png") center center no-repeat;
  background-size: 26px auto;
}
/* line 575, ../scss/_common.scss */
.sp-header .sp-header-navi {
  display: none;
  clear: both;
  position: relative;
  z-index: 10;
  padding-bottom: 15px;
  background-color: #439800;
}
/* line 584, ../scss/_common.scss */
.sp-header .navi li {
  color: #fff;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 588, ../scss/_common.scss */
.sp-header .navi li span {
  position: relative;
  top: -2px;
  margin-left: 10px;
  line-height: 1.0;
  font-weight: normal;
  font-family: 'Timmana', sans-serif;
  color: #91c568;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 599, ../scss/_common.scss */
.sp-header .navi li:first-child a {
  border-top: 1px dotted #bbbdbc;
}
/* line 603, ../scss/_common.scss */
.sp-header .navi li a {
  display: block;
  padding: 12px 0;
  margin: 0 15px;
  color: #fff;
  border-bottom: 1px dotted #bbbdbc;
  background: transparent url("../img/icon_arrow.png") right 5px center no-repeat;
  background-size: 16px auto;
}
/* line 612, ../scss/_common.scss */
.sp-header .navi li dt {
  padding: 12px 0;
  margin: 0 15px;
  border-bottom: 1px dotted #bbbdbc;
  background: transparent url("../img/icon_arrow_down.png") right 5px center no-repeat;
  background-size: 16px auto;
}
/* line 618, ../scss/_common.scss */
.sp-header .navi li dt.open {
  border-bottom: none;
  background: transparent url("../img/icon_arrow_up.png") right 5px center no-repeat;
  background-size: 16px auto;
}
/* line 624, ../scss/_common.scss */
.sp-header .navi li dd {
  display: none;
  background-color: #99c673;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 628, ../scss/_common.scss */
.sp-header .navi li dd a {
  padding-left: 13px;
  border-bottom: 1px solid #439800;
  background-image: none;
}
/* line 635, ../scss/_common.scss */
.sp-header .navi li dd div:last-child a {
  border-bottom: none;
}
/* line 643, ../scss/_common.scss */
.sp-header .btn-contact {
  margin: 10px 15px 0;
  height: 45px;
  line-height: 45px;
  background-color: #fff;
  font-size: 17px;
  font-size: 1.7rem;
}
/* line 649, ../scss/_common.scss */
.sp-header .btn-contact a {
  color: #439800;
}
/* line 652, ../scss/_common.scss */
.sp-header .btn-contact img {
  width: 20px;
  margin-right: 10px;
  vertical-align: middle;
}
/* line 658, ../scss/_common.scss */
.sp-header .language-navi-area {
  margin: 15px 15px 0;
  padding: 15px;
  background-color: #99c673;
}
/* line 662, ../scss/_common.scss */
.sp-header .language-navi-area .ttl {
  padding-left: 30px;
  line-height: 1.5;
  color: #439800;
  border-bottom: 1px solid #439800;
  background: transparent url("../img/icon_language.png") left top no-repeat;
  background-size: 23px auto;
  font-size: 22px;
  font-size: 2.2rem;
}
/* line 671, ../scss/_common.scss */
.sp-header .language-navi-area .language-navi {
  overflow: hidden;
  padding: 15px 4px 0;
}
/* line 674, ../scss/_common.scss */
.sp-header .language-navi-area .language-navi .btn {
  float: left;
  width: 31.75%;
  height: 30px;
  line-height: 30px;
  color: #439800;
  background-color: #fff;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 682, ../scss/_common.scss */
.sp-header .language-navi-area .language-navi .btn a {
  color: #439800;
}
/* line 685, ../scss/_common.scss */
.sp-header .language-navi-area .language-navi .btn.on {
  color: #fff;
  background-color: #439800;
}
/* line 688, ../scss/_common.scss */
.sp-header .language-navi-area .language-navi .btn.on a {
  color: #fff;
}
/* line 692, ../scss/_common.scss */
.sp-header .language-navi-area .language-navi .btn.center {
  margin: 0 2.38%;
}

/* line 704, ../scss/_common.scss */
.accordion dt {
  cursor: pointer;
}
/* line 707, ../scss/_common.scss */
.accordion dd {
  display: none;
}
/* line 709, ../scss/_common.scss */
.accordion dd.open {
  display: block;
}

@media only screen and (min-width: 769px) {
  /* line 721, ../scss/_common.scss */
  .sp-accordion dt {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 726, ../scss/_common.scss */
  .sp-accordion dt {
    margin-top: 0;
    padding: 10px;
    font-weight: bold;
    border-bottom: 1px solid #ccc;
    background: transparent url("../img/icon_arrow_down2.png") right 10px center no-repeat;
    background-size: 15px auto;
  }
  /* line 733, ../scss/_common.scss */
  .sp-accordion dt.open {
    background: transparent url("../img/icon_arrow_up2.png") right 10px center no-repeat;
    background-size: 15px auto;
  }
  /* line 738, ../scss/_common.scss */
  .sp-accordion dd {
    display: none;
  }
  /* line 740, ../scss/_common.scss */
  .sp-accordion dd.open {
    display: block;
  }
}

/* line 750, ../scss/_common.scss */
.side-contents {
  position: absolute;
  top: 0;
  left: 0;
  width: 240px;
  height: 100%;
  background-color: #439800;
}
/* line 757, ../scss/_common.scss */
.side-contents .logo {
  padding: 40px 0;
  text-align: center;
}
/* line 761, ../scss/_common.scss */
.side-contents .gnavi {
  padding: 0 10px;
}
/* line 763, ../scss/_common.scss */
.side-contents .gnavi li {
  border-bottom: dashed 1px #bdbcba;
}
/* line 765, ../scss/_common.scss */
.side-contents .gnavi li:first-child {
  border-top: dashed 1px #bdbcba;
}
/* line 768, ../scss/_common.scss */
.side-contents .gnavi li a {
  display: block;
  padding: 10px 10px 9px;
  line-height: 1.4;
  color: #fff;
  font-weight: bold;
  background: transparent url("../img/icon_arrow.png") right 10px center no-repeat;
  background-size: 19px auto;
  font-size: 16px;
  font-size: 1.6rem;
  opacity: 1.0;
}
/* line 779, ../scss/_common.scss */
.side-contents .gnavi li span {
  display: block;
  font-weight: normal;
  font-family: 'Timmana', sans-serif;
  color: #91c568;
  font-size: 13px;
  font-size: 1.3rem;
}
/* line 786, ../scss/_common.scss */
.side-contents .gnavi li.on {
  background-color: #5fa126;
}
/* line 789, ../scss/_common.scss */
.side-contents .gnavi li:hover {
  transition-property: all;
  transition: 0.3s linear;
  background-color: #5fa126;
}
/* line 797, ../scss/_common.scss */
.side-contents .btn a {
  color: #429800;
  background-color: #fff;
}
/* line 800, ../scss/_common.scss */
.side-contents .btn a:hover {
  color: #fff;
  background-color: #429800;
}
/* line 805, ../scss/_common.scss */
.side-contents .btn.on {
  color: #fff;
  background-color: #439800;
}
/* line 808, ../scss/_common.scss */
.side-contents .btn.on a {
  color: #fff;
}
/* line 812, ../scss/_common.scss */
.side-contents .btn.btn-contact {
  height: 48px;
  line-height: 48px;
  margin: 20px 10px 0;
  border: 1px solid transparent;
  text-align: left;
  font-size: 16px;
  font-size: 1.6rem;
}
/* line 819, ../scss/_common.scss */
.side-contents .btn.btn-contact a {
  padding-left: 77px;
  background: #fff url("../img/icon_inquiry.png") 49px center no-repeat;
  background-size: 18px auto;
  border: 1px solid transparent;
}
/* line 824, ../scss/_common.scss */
.side-contents .btn.btn-contact a:hover {
  background: #439800 url("../img/icon_inquiry_white.png") 49px center no-repeat;
  background-size: 18px auto;
  border: 1px solid #fff;
}
/* line 832, ../scss/_common.scss */
.side-contents .language-navi-area {
  margin-top: 40px;
  padding: 10px;
  color: #439800;
  background-color: #99c673;
}
/* line 837, ../scss/_common.scss */
.side-contents .language-navi-area .ttl {
  padding-left: 40px;
  border-bottom: 1px solid #439800;
  background: transparent url("../img/icon_language.png") 10px 2px no-repeat;
  background-size: 20px auto;
  font-size: 19px;
  font-size: 1.9rem;
}
/* line 844, ../scss/_common.scss */
.side-contents .language-navi-area .language-navi {
  overflow: hidden;
  padding: 10px 8px 3px;
}
/* line 847, ../scss/_common.scss */
.side-contents .language-navi-area .language-navi .btn {
  float: left;
  width: 64px;
  height: 30px;
  line-height: 30px;
  margin: 0 2px;
  font-size: 13px;
  font-size: 1.3rem;
}

/* line 862, ../scss/_common.scss */
.page-top-area {
  background-color: #d6e4ca;
}
@media only screen and (min-width: 769px) {
  /* line 862, ../scss/_common.scss */
  .page-top-area {
    background: #d6e4ca url("../img/bg_side_shadow_pc.png") left top repeat-y;
  }
}
@media only screen and (min-width: 769px) {
  /* line 867, ../scss/_common.scss */
  .page-top-area .breadcrumb-list {
    padding: 10px 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 867, ../scss/_common.scss */
  .page-top-area .breadcrumb-list {
    padding: 6px 15px;
  }
}
/* line 874, ../scss/_common.scss */
.page-top-area .breadcrumb-list li {
  display: inline-block;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 877, ../scss/_common.scss */
.page-top-area .breadcrumb-list li a {
  font-weight: bold;
}
/* line 882, ../scss/_common.scss */
.page-top-area .ttl-area {
  border-top: 1px dashed #a9b79e;
  padding: 50px 0 42px;
}
@media only screen and (max-width: 768px) {
  /* line 882, ../scss/_common.scss */
  .page-top-area .ttl-area {
    border-top: 1px dotted #a9b79e;
    padding: 25px 0 6px;
  }
}
/* line 889, ../scss/_common.scss */
.page-top-area .ttl-area .ttl {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  /* line 889, ../scss/_common.scss */
  .page-top-area .ttl-area .ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 895, ../scss/_common.scss */
.page-top-area .ttl-area .ttl span {
  line-height: 1.0;
  font-weight: normal;
  color: #439800;
  margin-right: 15px;
  font-size: 45px;
  font-size: 4.5rem;
}
@media only screen and (max-width: 768px) {
  /* line 895, ../scss/_common.scss */
  .page-top-area .ttl-area .ttl span {
    margin-right: 10px;
    font-size: 37px;
    font-size: 3.7rem;
  }
}

/* line 913, ../scss/_common.scss */
.page-navi-area {
  border-bottom: 1px solid #c9c9c9;
}
/* line 915, ../scss/_common.scss */
.page-navi-area .page-navi {
  overflow: hidden;
  margin-top: 20px;
}
/* line 918, ../scss/_common.scss */
.page-navi-area .page-navi li {
  position: relative;
  display: table;
  float: left;
  width: 25%;
  height: 70px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}
/* line 926, ../scss/_common.scss */
.page-navi-area .page-navi li:before {
  content: "";
  position: absolute;
  display: block;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 4px;
  background-color: #439800;
  opacity: 0;
  transition: opacity 0.45s ease-in-out;
}
/* line 939, ../scss/_common.scss */
.page-navi-area .page-navi li.on:before {
  opacity: 1.0;
}
/* line 944, ../scss/_common.scss */
.page-navi-area .page-navi li:not(.on):hover:before {
  opacity: 1.0;
}
/* line 948, ../scss/_common.scss */
.page-navi-area .page-navi li span, .page-navi-area .page-navi li a {
  display: table-cell;
  width: 100%;
  height: 100%;
  vertical-align: middle;
  border-bottom: 18px solid #fff;
}
/* line 956, ../scss/_common.scss */
.page-navi-area .page-navi li a:hover {
  opacity: 1.0;
}

/* line 967, ../scss/_common.scss */
.contact-area {
  padding: 35px 0 45px;
}
@media only screen and (max-width: 768px) {
  /* line 967, ../scss/_common.scss */
  .contact-area {
    padding: 25px 0 80px;
  }
}
/* line 972, ../scss/_common.scss */
.contact-area.bg-gray {
  background: #e5e5e5 url("../img/bg_side_shadow_pc.png") left top repeat-y;
}
@media only screen and (max-width: 768px) {
  /* line 972, ../scss/_common.scss */
  .contact-area.bg-gray {
    background-image: none;
  }
}
/* line 978, ../scss/_common.scss */
.contact-area.bg-light-gray {
  background: #f5f5f5 url("../img/bg_side_shadow_pc.png") left top repeat-y;
}
@media only screen and (max-width: 768px) {
  /* line 978, ../scss/_common.scss */
  .contact-area.bg-light-gray {
    background-image: none;
  }
}
/* line 984, ../scss/_common.scss */
.contact-area.bg-white {
  background: #fff url("../img/bg_side_shadow_pc.png") left top repeat-y;
}
@media only screen and (max-width: 768px) {
  /* line 984, ../scss/_common.scss */
  .contact-area.bg-white {
    background-image: none;
  }
}
/* line 990, ../scss/_common.scss */
.contact-area .inner {
  overflow: hidden;
}
/* line 992, ../scss/_common.scss */
.contact-area .inner div {
  float: left;
}
/* line 995, ../scss/_common.scss */
.contact-area .inner .txt {
  width: 360px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 995, ../scss/_common.scss */
  .contact-area .inner .txt {
    width: auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 1003, ../scss/_common.scss */
.contact-area .inner .tel {
  width: 300px;
  color: #439800;
  font-size: 35px;
  font-size: 3.5rem;
}
@media only screen and (max-width: 768px) {
  /* line 1003, ../scss/_common.scss */
  .contact-area .inner .tel {
    width: 100%;
    margin-top: 10px;
    text-align: center;
    font-size: 31px;
    font-size: 3.1rem;
  }
}
/* line 1013, ../scss/_common.scss */
.contact-area .inner .tel strong {
  font-size: 46px;
  font-size: 4.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 1013, ../scss/_common.scss */
  .contact-area .inner .tel strong {
    font-size: 41px;
    font-size: 4.1rem;
  }
}
/* line 1019, ../scss/_common.scss */
.contact-area .inner .tel a {
  color: #439800;
}
/* line 1023, ../scss/_common.scss */
.contact-area .inner .btn-contact {
  width: 240px;
  height: 50px;
  line-height: 50px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 1023, ../scss/_common.scss */
  .contact-area .inner .btn-contact {
    width: 100%;
    height: 45px;
    line-height: 45px;
    margin-top: -5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 1035, ../scss/_common.scss */
.contact-area .inner .btn-contact img {
  width: 18px;
  height: auto;
  vertical-align: middle;
  margin: -3px 10px 0 0;
}
@media only screen and (min-width: 769px) {
  /* line 1035, ../scss/_common.scss */
  .contact-area .inner .btn-contact img {
    display: none;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1044, ../scss/_common.scss */
  .contact-area .inner .btn-contact a {
    text-align: left;
    padding-left: 88px;
    background: #439800 url("../img/icon_inquiry_white.png") 59px center no-repeat;
    background-size: 18px auto;
    border: 1px solid transparent;
  }
  /* line 1051, ../scss/_common.scss */
  .contact-area .inner .btn-contact a:hover {
    color: #439800;
    background: #fff url("../img/icon_inquiry.png") 59px center no-repeat;
    background-size: 18px auto;
    border: 1px solid #439800;
  }
}

/* line 1066, ../scss/_common.scss */
.pickup-area {
  background-color: #e0ebff;
}
@media only screen and (min-width: 769px) {
  /* line 1066, ../scss/_common.scss */
  .pickup-area {
    padding-top: 40px;
    background: #e0ebff url("../img/bg_side_shadow_pc.png") left top repeat-y;
  }
}
/* line 1072, ../scss/_common.scss */
.pickup-area .ttl {
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  /* line 1072, ../scss/_common.scss */
  .pickup-area .ttl {
    font-size: 18px;
    font-size: 1.8rem;
    width: 900px;
    margin: 0 auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1072, ../scss/_common.scss */
  .pickup-area .ttl {
    font-size: 15px;
    font-size: 1.5rem;
    padding: 30px 15px 10px;
    background-color: #fff;
  }
}
/* line 1084, ../scss/_common.scss */
.pickup-area .ttl span {
  line-height: 1.0;
  font-weight: normal;
  color: #439800;
  margin-right: 15px;
  font-size: 45px;
  font-size: 4.5rem;
}
@media only screen and (max-width: 768px) {
  /* line 1084, ../scss/_common.scss */
  .pickup-area .ttl span {
    margin-right: 10px;
    font-size: 37px;
    font-size: 3.7rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1096, ../scss/_common.scss */
  .pickup-area .pickup-list {
    overflow: hidden;
    margin-top: 10px;
  }
}
/* line 1101, ../scss/_common.scss */
.pickup-area .pickup-list li {
  float: left;
  font-weight: bold;
  width: 286px;
  margin-left: 21px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 1101, ../scss/_common.scss */
  .pickup-area .pickup-list li {
    float: none;
    width: auto;
    margin-left: 0;
    margin-top: 25px;
  }
}
/* line 1113, ../scss/_common.scss */
.pickup-area .pickup-list li:first-child {
  margin-left: 0;
}
@media only screen and (min-width: 769px) {
  /* line 1116, ../scss/_common.scss */
  .pickup-area .pickup-list li .thum {
    position: relative;
    height: 100px;
    overflow: hidden;
  }
  /* line 1121, ../scss/_common.scss */
  .pickup-area .pickup-list li .thum img {
    position: absolute;
    top: 50%;
    margin-top: -90px;
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
  }
  /* line 1130, ../scss/_common.scss */
  .pickup-area .pickup-list li .thum img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}
/* line 1140, ../scss/_common.scss */
.pickup-area .pickup-list li .txt {
  margin-top: 20px;
  padding-left: 30px;
  background: transparent url("../img/icon_arrow_link_pc.png") left center no-repeat;
}
@media only screen and (max-width: 768px) {
  /* line 1140, ../scss/_common.scss */
  .pickup-area .pickup-list li .txt {
    margin-top: 15px;
    padding-left: 25px;
    background: transparent url("../img/icon_arrow_link_sp.png") left center no-repeat;
    background-size: 20px;
  }
}

/* line 1158, ../scss/_common.scss */
.btn-pagetop-area {
  background-color:transparent;
}
@media only screen and (min-width: 769px) {
  /* line 1158, ../scss/_common.scss */
  .btn-pagetop-area {
	margin-top: -30px;
    background:url("../img/bg_side_shadow_pc.png") left top repeat-y;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1158, ../scss/_common.scss */
  .btn-pagetop-area {
	margin-top: -45px;
  }
  #top .btn-pagetop-area {
	margin-top: -50px;
  }
  #recruit .btn-pagetop-area {
	margin-top: 0px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1167, ../scss/_common.scss */
  .btn-pagetop-area .inner {
    overflow: hidden;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1172, ../scss/_common.scss */
  .btn-pagetop-area .btn-pagetop {
    float: right;
    width: 180px;
    height: 30px;
    line-height: 32px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1172, ../scss/_common.scss */
  .btn-pagetop-area .btn-pagetop {
    height: 45px;
    line-height: 45px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 1185, ../scss/_common.scss */
.btn-pagetop-area .btn-pagetop a {
  color: #fff;
  background-color: #262626;
}
@media only screen and (min-width: 769px) {
  /* line 1185, ../scss/_common.scss */
  .btn-pagetop-area .btn-pagetop a {
    text-align: left;
    padding-left: 57px;
    border-radius: 5px 5px 0 0;
    background: #262626 url("../img/icon_pagetop.png") 37px 12px no-repeat;
    background-size: 9px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1185, ../scss/_common.scss */
  .btn-pagetop-area .btn-pagetop a {
    border-radius: 8px 8px 0 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1198, ../scss/_common.scss */
  .btn-pagetop-area .btn-pagetop a:hover {
    color: #c8c8c8;
    background: #262626 url("../img/icon_pagetop_hover.png") 37px 12px no-repeat;
    background-size: 9px auto;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1206, ../scss/_common.scss */
  .btn-pagetop-area .btn-pagetop img {
    display: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1206, ../scss/_common.scss */
  .btn-pagetop-area .btn-pagetop img {
    width: 13px;
    height: auto;
    margin-right: 10px;
    vertical-align: middle;
  }
}

/* line 1223, ../scss/_common.scss */
.aligncenter {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

@media only screen and (min-width: 769px) {
  /* line 1232, ../scss/_common.scss */
  .not-found {
    margin: 100px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1232, ../scss/_common.scss */
  .not-found {
    margin: 45px auto 35px;
    width: 95%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1240, ../scss/_common.scss */
  .not-found p {
    font-size: 18px;
    text-align: center;
    line-height: 35px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1240, ../scss/_common.scss */
  .not-found p {
    font-size: 1.3rem;
    line-height: 20px;
    margin: 0 auto;
    width: 95%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1252, ../scss/_common.scss */
  .not-found p span {
    font-size: 24px;
    font-weight: bold;
    border-bottom: 1px solid #000000;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1252, ../scss/_common.scss */
  .not-found p span {
    font-size: 1.8rem;
    font-weight: bold;
    border-bottom: 1px solid #000000;
    display: block;
    line-height: 30px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1267, ../scss/_common.scss */
  .not-found .not-found-btn {
    width: 350px;
    margin: 75px auto;
    background-color: #439800;
    width: 240px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1267, ../scss/_common.scss */
  .not-found .not-found-btn {
    width: 350px;
    margin: 70px auto 0 auto;
    background-color: #439800;
    width: 240px;
    height: 50px;
    line-height: 50px;
    border-radius: 25px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1286, ../scss/_common.scss */
  .not-found .not-found-btn a {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    font-weight: bold;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1286, ../scss/_common.scss */
  .not-found .not-found-btn a {
    text-align: center;
    color: #ffffff;
    font-size: 16px;
    font-size: 1.6rem;
    display: block;
    font-weight: bold;
  }
}

/* line 1310, ../scss/_common.scss */
#topcontrol {
  width: 56px;
  bottom: 10px !important;
  right: 10px !important;
}

/* line 7, ../scss/_company.scss */
#company .index-contents {
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 10, ../scss/_company.scss */
#company .index-contents.index01 .inner {
  padding-top: 70px;
  background: transparent url("../img/company/bg_index01.png") right 20px no-repeat;
  background-size: 562px auto;
}
@media only screen and (max-width: 768px) {
  /* line 10, ../scss/_company.scss */
  #company .index-contents.index01 .inner {
    padding-top: 35px;
    background: transparent url("../img/company/bg_index01.png") right -13px no-repeat;
    background-size: 90.3% auto;
  }
}
/* line 20, ../scss/_company.scss */
#company .index-contents.index01 .index-ttl {
  color: #439800;
  font-size: 38px;
  font-size: 3.8rem;
}
@media only screen and (max-width: 768px) {
  /* line 20, ../scss/_company.scss */
  #company .index-contents.index01 .index-ttl {
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 27, ../scss/_company.scss */
#company .index-contents.index01 .index-txt {
  margin-top: 50px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 27, ../scss/_company.scss */
  #company .index-contents.index01 .index-txt {
    margin-top: 25px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 35, ../scss/_company.scss */
#company .index-contents.index01 .group-area {
  margin-top: 40px;
  padding: 35px 0;
  text-align: center;
  border: 1px solid #c9c9c9;
  border-bottom: 3px solid #c9c9c9;
}
@media only screen and (max-width: 768px) {
  /* line 35, ../scss/_company.scss */
  #company .index-contents.index01 .group-area {
    margin-top: 25px;
    padding: 10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 45, ../scss/_company.scss */
  #company .index-contents.index01 .group-area .txt {
    text-align: left;
  }
}
/* line 50, ../scss/_company.scss */
#company .index-contents.index01 .group-area .img {
  margin-top: 20px;
}
/* line 52, ../scss/_company.scss */
#company .index-contents.index01 .group-area .img a {
  display: inline-block;
  margin: 0 30px;
}
@media only screen and (max-width: 768px) {
  /* line 52, ../scss/_company.scss */
  #company .index-contents.index01 .group-area .img a {
    display: block;
    margin: 15px 0;
  }
}
/* line 60, ../scss/_company.scss */
#company .index-contents.index01 .group-area .img img {
  vertical-align: middle;
}
/* line 67, ../scss/_company.scss */
#company .index-contents.index02 .bg-pc {
  margin: 60px 0 30px;
  height: 300px;
  background: transparent url("../img/company/bg_index02_pc.png") left top no-repeat;
  background-size: 100% auto;
}
#company .index-contents.index02{
    padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  /* line 67, ../scss/_company.scss */
  #company .index-contents.index02 .bg-pc {
    display: none;
  }
    #company .index-contents.index02{
        padding: 0;
    }
}
@media only screen and (max-width: 768px) {
  /* line 66, ../scss/_company.scss */
  #company .index-contents.index02 {
    padding-bottom: 30px;
  }
}
/* line 83, ../scss/_company.scss */
#company .index-contents.index02 .inner {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  /* line 83, ../scss/_company.scss */
  #company .index-contents.index02 .inner {
    //border: 30px solid #fff;
  }
}
@media only screen and (max-width: 768px) {
  /* line 90, ../scss/_company.scss */
  #company .index-contents.index02 .bar-ttl {
    margin-top: 30px;
  }
}
/* line 95, ../scss/_company.scss */
#company .index-contents.index02 .basic-tbl {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 95, ../scss/_company.scss */
  #company .index-contents.index02 .basic-tbl {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 100, ../scss/_company.scss */
  #company .index-contents.index02 .basic-tbl th {
    width: 155px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 108, ../scss/_company.scss */
  #company .index-contents.index03 .map-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  /* line 115, ../scss/_company.scss */
  #company .index-contents.index03 .map-area:before {
    content: "";
    display: block;
    padding-top: 93.34%;
  }
}
/* line 121, ../scss/_company.scss */
#company .index-contents.index03 .map-area #maps {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 768px) {
  /* line 121, ../scss/_company.scss */
  #company .index-contents.index03 .map-area #maps {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* line 132, ../scss/_company.scss */
#company .index-contents.index03 .map-area iframe {
  width: 100%;
  height: 500px;
}
@media only screen and (max-width: 768px) {
  /* line 132, ../scss/_company.scss */
  #company .index-contents.index03 .map-area iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* line 145, ../scss/_company.scss */
#company .index-contents.index04 {
  margin-top: -8px;
  padding: 70px 0;
}
@media only screen and (max-width: 768px) {
  /* line 145, ../scss/_company.scss */
  #company .index-contents.index04 {
    margin-top: -4px;
    padding: 30px 0 50px;
  }
}
/* line 152, ../scss/_company.scss */
#company .index-contents.index04 .access-area {
  margin-top: 20px;
}
/* line 155, ../scss/_company.scss */
#company .index-contents.index04 .tab-menu {
  overflow: hidden;
}
/* line 157, ../scss/_company.scss */
#company .index-contents.index04 .tab-menu li {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  background-color: #e0e0e0;
  border-top: 4px solid #e0e0e0;
  font-size: 15px;
  font-size: 1.5rem;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
/* line 171, ../scss/_company.scss */
#company .index-contents.index04 .tab-menu li img {
  width: 22px;
  height: auto;
  margin-right: 15px;
  vertical-align: middle;
}
/* line 177, ../scss/_company.scss */
#company .index-contents.index04 .tab-menu li:hover {
  cursor: pointer;
  opacity: 0.75;
}
/* line 181, ../scss/_company.scss */
#company .index-contents.index04 .tab-menu li.on {
  background-color: #fff;
  border-top: 4px solid #439800;
  color: #439800;
}
/* line 185, ../scss/_company.scss */
#company .index-contents.index04 .tab-menu li.on:hover {
  cursor: default;
  opacity: 1.0;
}
/* line 193, ../scss/_company.scss */
#company .index-contents.index04 .tab-box .box {
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  /* line 195, ../scss/_company.scss */
  #company .index-contents.index04 .tab-box .box.hide {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 201, ../scss/_company.scss */
  #company .index-contents.index04 .tab-box dl {
    margin-bottom: 5px;
  }
}
/* line 207, ../scss/_company.scss */
#company .index-contents.index04 .tab-box dt.sp-dt {
  padding: 15px 10px;
  border-bottom: none;
}
/* line 210, ../scss/_company.scss */
#company .index-contents.index04 .tab-box dt.sp-dt img {
  width: 19px;
  height: auto;
  vertical-align: top;
  margin-right: 10px;
}
/* line 218, ../scss/_company.scss */
#company .index-contents.index04 .tab-box dd {
  padding: 30px 20px;
}
@media only screen and (max-width: 768px) {
  /* line 218, ../scss/_company.scss */
  #company .index-contents.index04 .tab-box dd {
    padding: 5px 15px 5px 5px;
  }
}
/* line 224, ../scss/_company.scss */
#company .index-contents.index04 .tab-box .basic-ttl {
  position: relative;
  padding-left: 25px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 224, ../scss/_company.scss */
  #company .index-contents.index04 .tab-box .basic-ttl {
    padding-left: 22px;
  }
}
/* line 232, ../scss/_company.scss */
#company .index-contents.index04 .tab-box .basic-ttl:before {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  content: "・";
  line-height: 1.0;
  font-size: 23px;
  font-size: 2.3rem;
}
/* line 241, ../scss/_company.scss */
#company .index-contents.index04 .tab-box .txt {
  margin: 20px 0 35px;
  padding-left: 25px;
}
@media only screen and (max-width: 768px) {
  /* line 241, ../scss/_company.scss */
  #company .index-contents.index04 .tab-box .txt {
    margin: 10px 0 20px;
    padding-left: 22px;
  }
}
/* line 252, ../scss/_company.scss */
#company .index-contents .company-adress th {
  background-color: #ffffff;
  border-bottom: none;
  padding: 0px;
  display: table-cell;
  width: auto !important;
  min-width: 41px;
  font-weight: normal;
}

/* line 268, ../scss/_company.scss */
#company .history-contents {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  /* line 268, ../scss/_company.scss */
  #company .history-contents {
    padding-bottom: 15px;
  }
}
/* line 274, ../scss/_company.scss */
#company .history-list {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 274, ../scss/_company.scss */
  #company .history-list {
    border-top: 1px solid #ccc;
  }
}
/* line 279, ../scss/_company.scss */
#company .history-list li {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 279, ../scss/_company.scss */
  #company .history-list li {
    margin-top: 10px;
    padding-bottom: 5px;
    border-bottom: 1px solid #ccc;
  }
}
/* line 286, ../scss/_company.scss */
#company .history-list li .txt-ym {
  float: left;
  width: 85px;
  color: #439800;
}
@media only screen and (min-width: 769px) {
  /* line 291, ../scss/_company.scss */
  #company .history-list li .txt-ym.second {
    padding-top: 26px;
  }
  /* line 294, ../scss/_company.scss */
  #company .history-list li .txt-ym.third {
    padding-top: 22px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 286, ../scss/_company.scss */
  #company .history-list li .txt-ym {
    float: none;
    width: auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 302, ../scss/_company.scss */
  #company .history-list li .txt-ym span {
    display: block;
  }
}
@media only screen and (max-width: 768px) {
  /* line 307, ../scss/_company.scss */
  #company .history-list li .txt-ym .year {
    font-weight: bold;
  }
}
@media only screen and (min-width: 769px) {
  /* line 312, ../scss/_company.scss */
  #company .history-list li .txt-ym .month {
    float: right;
  }
}
@media only screen and (max-width: 768px) {
  /* line 312, ../scss/_company.scss */
  #company .history-list li .txt-ym .month {
    float: left;
    width: 52px;
    text-align: right;
  }
}
/* line 323, ../scss/_company.scss */
#company .history-list li .txt {
  margin-left: 100px;
  padding-left: 75px;
}
@media only screen and (min-width: 769px) {
  /* line 323, ../scss/_company.scss */
  #company .history-list li .txt {
    background: transparent url("../img/company/bg_historylist01_pc.png") left 6px no-repeat;
  }
  /* line 328, ../scss/_company.scss */
  #company .history-list li .txt.first {
    background: transparent url("../img/company/bg_historylist02_pc.png") left 6px no-repeat;
  }
  /* line 331, ../scss/_company.scss */
  #company .history-list li .txt.second {
    margin-top: -14px;
    padding-top: 40px;
    background: transparent url("../img/company/bg_historylist03_pc.png") left 6px no-repeat;
  }
  /* line 336, ../scss/_company.scss */
  #company .history-list li .txt.second-2 {
    margin-top: -37px;
    padding-top: 63px;
    background: transparent url("../img/company/bg_historylist04_pc.png") left 6px no-repeat;
  }
  /* line 341, ../scss/_company.scss */
  #company .history-list li .txt.third {
    margin-top: -18px;
    padding-top: 40px;
    background: transparent url("../img/company/bg_historylist03_pc.png") left 6px no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  /* line 323, ../scss/_company.scss */
  #company .history-list li .txt {
    margin: 0 0 5px 65px;
    padding-left: 0;
  }
}
/* line 351, ../scss/_company.scss */
#company .history-list li .txt a {
  color: #439800;
  text-decoration: underline;
}

@media only screen and (min-width: 769px) {
  /* line 364, ../scss/_company.scss */
  #company .plan-contents {
    margin-top: 80px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 368, ../scss/_company.scss */
  #company .plan-contents .inner {
    position: relative;
    margin: 0;
    width: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 368, ../scss/_company.scss */
  #company .plan-contents .inner {
    overflow: hidden;
  }
}
/* line 378, ../scss/_company.scss */
#company .plan-contents .plan-box {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  /* line 378, ../scss/_company.scss */
  #company .plan-contents .plan-box {
    box-sizing: border-box;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 383, ../scss/_company.scss */
  #company .plan-contents .plan-box.right {
    padding: 10px 50px 50px;
  }
  /* line 386, ../scss/_company.scss */
  #company .plan-contents .plan-box.left {
    padding: 10px 50px 50px 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 378, ../scss/_company.scss */
  #company .plan-contents .plan-box {
    margin-top: 50.6%;
    padding: 1px 20px 40px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 395, ../scss/_company.scss */
  #company .plan-contents .plan-box .basic-ttl {
    margin-top: 40px;
    margin-bottom: 15px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 395, ../scss/_company.scss */
  #company .plan-contents .plan-box .basic-ttl {
    margin-top: 25px;
    margin-bottom: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 407, ../scss/_company.scss */
#company .plan-contents .plan-box .plan-ttl {
  color: #439800;
}
@media only screen and (min-width: 769px) {
  /* line 407, ../scss/_company.scss */
  #company .plan-contents .plan-box .plan-ttl {
    line-height: 1.0;
    font-size: 38px;
    font-size: 3.8rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 407, ../scss/_company.scss */
  #company .plan-contents .plan-box .plan-ttl {
    font-size: 25px;
    font-size: 2.5rem;
  }
}
/* line 417, ../scss/_company.scss */
#company .plan-contents .plan-box .bar-ttl {
  margin: 30px 0 15px 0;
}
@media only screen and (min-width: 769px) {
  /* line 417, ../scss/_company.scss */
  #company .plan-contents .plan-box .bar-ttl {
    height: 30px;
    line-height: 30px;
  }
}
/* line 423, ../scss/_company.scss */
#company .plan-contents .plan-box .bar-ttl.first {
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  /* line 417, ../scss/_company.scss */
  #company .plan-contents .plan-box .bar-ttl {
    margin: 25px 0 10px 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 430, ../scss/_company.scss */
  #company .plan-contents .plan-box .txt {
    line-height: 1.5;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 430, ../scss/_company.scss */
  #company .plan-contents .plan-box .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 441, ../scss/_company.scss */
#company .plan-contents .plan-list li {
  overflow: hidden;
  margin-top: 10px;
}
/* line 444, ../scss/_company.scss */
#company .plan-contents .plan-list li .num {
  display: block;
  float: left;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 444, ../scss/_company.scss */
  #company .plan-contents .plan-list li .num {
  font-size: 13px;
  font-size: 1.3rem;
  }
}
/* line 454, ../scss/_company.scss */
#company .plan-contents .plan-list li .txt {
  margin-left:20px;
}
@media only screen and (max-width: 768px) {
  /* line 454, ../scss/_company.scss */
  #company .plan-contents .plan-list li .txt {
    margin-left: 20px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 463, ../scss/_company.scss */
  #company .plan-contents.plan01 {
    position: relative;
    margin-top: -1px;
    height: 720px;
  }
  /* line 468, ../scss/_company.scss */
  #company .plan-contents.plan01 .plan-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 720px;
    background: transparent url("../img/company/bg_plan01_pc.png") left top no-repeat;
    background-size: cover;
  }
  /* line 478, ../scss/_company.scss */
  #company .plan-contents.plan01 .plan-box.right {
    position: absolute;
    top: 100px;
    left: 46.1%;
    width: 500px;
    height: 518px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 463, ../scss/_company.scss */
  #company .plan-contents.plan01 {
    background: transparent url("../img/company/bg_plan01_sp.png") left top no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 769px) {
  /* line 492, ../scss/_company.scss */
  #company .plan-contents.plan02 {
    position: relative;
    height: 720px;
  }
  /* line 496, ../scss/_company.scss */
  #company .plan-contents.plan02 .plan-bg {
    position: absolute;
    top: 0;
    right: 0;
    width: 50%;
    height: 720px;
    background: transparent url("../img/company/bg_plan02_pc.png") right top no-repeat;
    background-size: cover;
  }
  /* line 506, ../scss/_company.scss */
  #company .plan-contents.plan02 .plan-box.left {
    position: absolute;
    top: 30px;
    right: 46.1%;
    width: 500px;
    height: 660px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 492, ../scss/_company.scss */
  #company .plan-contents.plan02 {
    background: transparent url("../img/company/bg_plan02_sp.png") left top no-repeat;
    background-size: contain;
  }
}
@media only screen and (min-width: 769px) {
  /* line 520, ../scss/_company.scss */
  #company .plan-contents.plan03 {
    position: relative;
    height: 500px;
  }
  /* line 524, ../scss/_company.scss */
  #company .plan-contents.plan03 .plan-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 50%;
    height: 500px;
    background: transparent url("../img/company/bg_plan03_pc.png") left top no-repeat;
    background-size: cover;
  }
  /* line 534, ../scss/_company.scss */
  #company .plan-contents.plan03 .plan-box.right {
    position: absolute;
    top: 160px;
    left: 46.1%;
    width: 500px;
    height: 182px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 520, ../scss/_company.scss */
  #company .plan-contents.plan03 {
    background: transparent url("../img/company/bg_plan03_sp.png") left top no-repeat;
    background-size: contain;
  }
}

/* line 555, ../scss/_company.scss */
#company .group-menu {
  overflow: hidden;
}
/* line 557, ../scss/_company.scss */
#company .group-menu li {
  float: left;
  margin-left: 12px;
  width: 292px;
  height: 40px;
  line-height: 40px;
  text-align: center;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  /* line 557, ../scss/_company.scss */
  #company .group-menu li {
    width: 33.1%;
    margin-left: 1px;
    text-align: left;
  }
}
/* line 570, ../scss/_company.scss */
#company .group-menu li:first-child {
  margin-left: 0;
}
/* line 573, ../scss/_company.scss */
#company .group-menu li a {
  display: block;
  height: 100%;
  background: #e5e5e5 url("../img/icon_arrow_down.png") right 20px center no-repeat;
  background-size: 20px auto;
}
@media only screen and (max-width: 768px) {
  /* line 573, ../scss/_company.scss */
  #company .group-menu li a {
    padding-left: 10px;
    background: #e5e5e5 url("../img/icon_arrow_down.png") right 10px center no-repeat;
    background-size: 18px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 586, ../scss/_company.scss */
  #company .group-contents {
    padding-bottom: 30px;
  }
}
/* line 590, ../scss/_company.scss */
#company .group-contents .bar-ttl {
  margin-top: 60px;
}
@media only screen and (max-width: 768px) {
  /* line 590, ../scss/_company.scss */
  #company .group-contents .bar-ttl {
    margin-top: 40px;
  }
}
/* line 597, ../scss/_company.scss */
#company .group-contents dt.basic-ttl {
  margin-top: 25px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 597, ../scss/_company.scss */
  #company .group-contents dt.basic-ttl {
    margin-top: 0;
    padding: 10px;
    border-bottom: 1px solid #ccc;
    background: transparent url("../img/icon_arrow_down2.png") right 10px center no-repeat;
    background-size: 15px auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 608, ../scss/_company.scss */
  #company .group-contents dt.basic-ttl.visible-pc {
    display: block !important;
  }
}
@media only screen and (max-width: 768px) {
  /* line 613, ../scss/_company.scss */
  #company .group-contents dt.basic-ttl.open {
    background: transparent url("../img/icon_arrow_up2.png") right 10px center no-repeat;
    background-size: 15px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 621, ../scss/_company.scss */
  #company .group-contents dd {
    display: none;
  }
}
/* line 625, ../scss/_company.scss */
#company .group-contents dd .basic-tbl {
  margin-top: 20px;
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  /* line 625, ../scss/_company.scss */
  #company .group-contents dd .basic-tbl {
    margin-top: 0;
    margin-bottom: 15px;
    border-top: none;
  }
}
@media only screen and (min-width: 769px) {
  /* line 633, ../scss/_company.scss */
  #company .group-contents dd .basic-tbl th {
    width: 105px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 639, ../scss/_company.scss */
  #company .group-contents dd .basic-tbl td .txt {
    position: relative;
  }
}
/* line 644, ../scss/_company.scss */
#company .group-contents dd .basic-tbl td .btn-googlemap {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  /* line 644, ../scss/_company.scss */
  #company .group-contents dd .basic-tbl td .btn-googlemap {
    position: absolute;
    top: 0;
    right: 0;
    width: 200px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 644, ../scss/_company.scss */
  #company .group-contents dd .basic-tbl td .btn-googlemap {
    width: 100%;
    margin-top: 15px;
  }
}
/* line 656, ../scss/_company.scss */
#company .group-contents dd .basic-tbl td .btn-googlemap a {
  height: 45px;
  line-height: 45px;
  background: transparent url("../img/company/icon_googlemap.png") center center no-repeat;
  background-size: 144px auto;
  border: 1px solid #439800;
}
@media only screen and (min-width: 769px) {
  /* line 662, ../scss/_company.scss */
  #company .group-contents dd .basic-tbl td .btn-googlemap a:hover {
    color: #fff;
    background: #439800 url("../img/company/icon_googlemap_hover.png") center center no-repeat;
    background-size: 144px auto;
  }
}
@media only screen and (min-width: 769px) {
  /* line 672, ../scss/_company.scss */
  #company .group-contents dd .basic-tbl td.thum-true .thum {
    display: table-cell;
    width: 300px;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 769px) {
  /* line 679, ../scss/_company.scss */
  #company .group-contents dd .basic-tbl td.thum-true .txt {
    display: table-cell;
    padding-left: 40px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) {
  /* line 679, ../scss/_company.scss */
  #company .group-contents dd .basic-tbl td.thum-true .txt {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 689, ../scss/_company.scss */
  #company .group-contents dd .basic-tbl td.thum-true .btn-googlemap {
    position: relative;
    margin-top: 25px;
  }
}
/* line 699, ../scss/_company.scss */
#company .group-contents #group03 {
  margin-bottom: 60px;
}
@media only screen and (max-width: 768px) {
  /* line 699, ../scss/_company.scss */
  #company .group-contents #group03 {
    margin-bottom: 30px;
  }
}

/* line 7, ../scss/_link.scss */
#link .link-contents {
  padding-bottom: 100px;
}
@media only screen and (max-width: 768px) {
  /* line 7, ../scss/_link.scss */
  #link .link-contents {
    padding-bottom: 40px;
  }
}
/* line 12, ../scss/_link.scss */
#link .link-contents .bar-ttl {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 12, ../scss/_link.scss */
  #link .link-contents .bar-ttl {
    margin-top: 30px;
    margin-bottom: 15px;
  }
}
/* line 20, ../scss/_link.scss */
#link .link-contents .basic-tbl {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
/* line 23, ../scss/_link.scss */
#link .link-contents .basic-tbl th {
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  /* line 23, ../scss/_link.scss */
  #link .link-contents .basic-tbl th {
    width: 260px;
  }
}
/* line 28, ../scss/_link.scss */
#link .link-contents .basic-tbl th a {
  padding-right: 20px;
  color: #439800;
  background: transparent url("../img/link/icon_link_pc.png") right top no-repeat;
}
/* line 34, ../scss/_link.scss */
#link .link-contents .basic-tbl .tel-area {
  margin-top: 8px;
}
@media only screen and (max-width: 768px) {
  /* line 34, ../scss/_link.scss */
  #link .link-contents .basic-tbl .tel-area {
    margin-top: 5px;
  }
}
/* line 39, ../scss/_link.scss */
#link .link-contents .basic-tbl .tel-area div {
  display: inline-block;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  /* line 39, ../scss/_link.scss */
  #link .link-contents .basic-tbl .tel-area div {
    margin-top: 5px;
  }
}
/* line 46, ../scss/_link.scss */
#link .link-contents .basic-tbl .tel-area .icon {
  display: inline-block;
  width: 52px;
  height: 20px;
  line-height: 20px;
  margin-right: 10px;
  text-align: center;
  font-weight: bold;
  color: #fff;
  border-radius: 10px;
  background-color: #439800;
  font-size: 12px;
  font-size: 1.2rem;
}
@media only screen and (max-width: 768px) {
  /* line 46, ../scss/_link.scss */
  #link .link-contents .basic-tbl .tel-area .icon {
    width: 50px;
    border-radius: 5px;
  }
}
/* line 64, ../scss/_link.scss */
#link .link-contents .basic-tbl .img {
  margin: 5px 0;
}
@media only screen and (max-width: 768px) {
  /* line 64, ../scss/_link.scss */
  #link .link-contents .basic-tbl .img {
    text-align: center;
  }
  /* line 68, ../scss/_link.scss */
  #link .link-contents .basic-tbl .img img {
    width: 46.44%;
  }
}

/* line 8, ../scss/_sitemap.scss */
#sitemap .sitemap-contents .sitemap-1st {
  margin: 60px 0 80px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
@media only screen and (max-width: 768px) {
  /* line 8, ../scss/_sitemap.scss */
  #sitemap .sitemap-contents .sitemap-1st {
    margin: 30px 0 60px 0;
  }
}
/* line 15, ../scss/_sitemap.scss */
#sitemap .sitemap-contents .sitemap-1st li {
  overflow: hidden;
  padding: 15px 0;
  font-weight: bold;
  border-bottom: 1px dashed #c9c9c9;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 15, ../scss/_sitemap.scss */
  #sitemap .sitemap-contents .sitemap-1st li {
    font-size: 15px;
    font-size: 1.5rem;
    border-bottom: 1px dotted #c9c9c9;
  }
}
/* line 25, ../scss/_sitemap.scss */
#sitemap .sitemap-contents .sitemap-1st li:last-child {
  border-bottom: none;
}
@media only screen and (min-width: 769px) {
  /* line 28, ../scss/_sitemap.scss */
  #sitemap .sitemap-contents .sitemap-1st li div {
    float: left;
    width: 50%;
  }
}
/* line 34, ../scss/_sitemap.scss */
#sitemap .sitemap-contents .sitemap-1st li a {
  padding: 2px 0 2px 30px;
  background: transparent url("../img/icon_arrow2.png") left center no-repeat;
  background-size: 18px auto;
}
@media only screen and (max-width: 768px) {
  /* line 34, ../scss/_sitemap.scss */
  #sitemap .sitemap-contents .sitemap-1st li a {
    padding: 3px 0 3px 25px;
    background: transparent url("../img/icon_arrow2.png") left center no-repeat;
    background-size: 16px auto;
  }
}
@media only screen and (min-width: 769px) {
  /* line 46, ../scss/_sitemap.scss */
  #sitemap .sitemap-contents .sitemap-2nd {
    width: 50%;
    margin-left: 50%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 46, ../scss/_sitemap.scss */
  #sitemap .sitemap-contents .sitemap-2nd {
    margin-top: 10px;
  }
}
/* line 54, ../scss/_sitemap.scss */
#sitemap .sitemap-contents .sitemap-2nd li {
  border: none;
  padding: 0;
  margin-bottom: 2px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 54, ../scss/_sitemap.scss */
  #sitemap .sitemap-contents .sitemap-2nd li {
    margin-top: 6px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 63, ../scss/_sitemap.scss */
#sitemap .sitemap-contents .sitemap-2nd li a {
  position: relative;
  padding: 0 0 0 20px;
  color: #439800;
  background: none;
}
@media only screen and (max-width: 768px) {
  /* line 63, ../scss/_sitemap.scss */
  #sitemap .sitemap-contents .sitemap-2nd li a {
    padding-left: 15px;
    margin-left: 25px;
  }
}
/* line 72, ../scss/_sitemap.scss */
#sitemap .sitemap-contents .sitemap-2nd li a:before {
  position: absolute;
  top: 50%;
  left: 0;
  content: "";
  display: block;
  margin-top: -4px;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 4px 0 4px 7px;
  border-color: transparent transparent transparent #439400;
}

/* line 7, ../scss/_privacy.scss */
#privacy .privacy-contents {
  padding-top: 55px;
  padding-bottom: 100px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 7, ../scss/_privacy.scss */
  #privacy .privacy-contents {
    padding-top: 25px;
    padding-bottom: 60px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 16, ../scss/_privacy.scss */
#privacy .privacy-contents .bar-ttl {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  /* line 16, ../scss/_privacy.scss */
  #privacy .privacy-contents .bar-ttl {
    margin-top: 20px;
    margin-bottom: 10px;
  }
}
/* line 23, ../scss/_privacy.scss */
#privacy .privacy-contents p {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 23, ../scss/_privacy.scss */
  #privacy .privacy-contents p {
    margin-top: 0px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 31, ../scss/_privacy.scss */
#privacy .privacy-contents .contact-box {
  border: #e6e6e6 solid 1px;
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  /* line 31, ../scss/_privacy.scss */
  #privacy .privacy-contents .contact-box {
    margin-top: 25px;
  }
}
/* line 37, ../scss/_privacy.scss */
#privacy .privacy-contents .contact-box ul {
  padding: 30px 20px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 37, ../scss/_privacy.scss */
  #privacy .privacy-contents .contact-box ul {
    padding: 20px 17px 15px;
    overflow: hidden;
  }
}
/* line 44, ../scss/_privacy.scss */
#privacy .privacy-contents .contact-box ul li {
  float: left;
}
@media only screen and (max-width: 768px) {
  /* line 44, ../scss/_privacy.scss */
  #privacy .privacy-contents .contact-box ul li {
    float: none;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 51, ../scss/_privacy.scss */
  #privacy .privacy-contents .contact-box ul .contact-name {
    width: 350px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 51, ../scss/_privacy.scss */
  #privacy .privacy-contents .contact-box ul .contact-name {
    text-align: center;
    margin-right: 0px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 61, ../scss/_privacy.scss */
#privacy .privacy-contents .contact-box ul .contact-name span {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 61, ../scss/_privacy.scss */
  #privacy .privacy-contents .contact-box ul .contact-name span {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 69, ../scss/_privacy.scss */
#privacy .privacy-contents .contact-box ul .contact-tell {
  border-left: #439000 solid  3px;
  padding-left: 15px;
}
@media only screen and (min-width: 769px) {
  /* line 69, ../scss/_privacy.scss */
  #privacy .privacy-contents .contact-box ul .contact-tell {
    width: 205px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 69, ../scss/_privacy.scss */
  #privacy .privacy-contents .contact-box ul .contact-tell {
    margin-top: 15px;
    padding-left: 10px;
  }
}
/* line 80, ../scss/_privacy.scss */
#privacy .privacy-contents .contact-box ul .contact-tell a {
  color: #439000;
  font-weight: bold;
  background: url("../img/privacy/icon_tel_privacy.png") left center/25px no-repeat;
  background-size: 20px auto;
  padding-left: 30px;
}
@media only screen and (min-width: 769px) {
  /* line 80, ../scss/_privacy.scss */
  #privacy .privacy-contents .contact-box ul .contact-tell a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 80, ../scss/_privacy.scss */
  #privacy .privacy-contents .contact-box ul .contact-tell a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/* line 94, ../scss/_privacy.scss */
#privacy .privacy-contents .contact-box ul .contact-mail {
  border-left: #439000 solid  3px;
  padding-left: 15px;
}
@media only screen and (min-width: 769px) {
  /* line 94, ../scss/_privacy.scss */
  #privacy .privacy-contents .contact-box ul .contact-mail {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 94, ../scss/_privacy.scss */
  #privacy .privacy-contents .contact-box ul .contact-mail {
    margin-top: 15px;
    padding-left: 10px;
  }
}
/* line 104, ../scss/_privacy.scss */
#privacy .privacy-contents .contact-box ul .contact-mail a {
  color: #439000;
  font-weight: bold;
  background: url("../img/privacy/icon_mail_privacy.png") left center/25px no-repeat;
  background-size: 20px auto;
  padding-left: 30px;
}
@media only screen and (min-width: 769px) {
  /* line 104, ../scss/_privacy.scss */
  #privacy .privacy-contents .contact-box ul .contact-mail a {
    font-size: 18px;
    font-size: 1.8rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 104, ../scss/_privacy.scss */
  #privacy .privacy-contents .contact-box ul .contact-mail a {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/* line 7, ../scss/_contact.scss */
#contact .contact-contents {
  padding: 45px 0 70px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 7, ../scss/_contact.scss */
  #contact .contact-contents {
    padding: 30px 0 70px;
  }
}
/* line 13, ../scss/_contact.scss */
#contact .contact-contents .step-area {
  overflow: hidden;
  margin-bottom: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 13, ../scss/_contact.scss */
  #contact .contact-contents .step-area {
    margin: 0 auto 30px;
    padding: 0 20px;
    max-width: 380px;
  }
}
/* line 22, ../scss/_contact.scss */
#contact .contact-contents .step-area img {
  display: inline;
}
/* line 24, ../scss/_contact.scss */
#contact .contact-contents .step-area img.visible-sp {
  display: none;
}
@media only screen and (max-width: 768px) {
  /* line 28, ../scss/_contact.scss */
  #contact .contact-contents .step-area img.visible-pc {
    display: none;
  }
  /* line 31, ../scss/_contact.scss */
  #contact .contact-contents .step-area img.visible-sp {
    display: inline;
  }
}
/* line 37, ../scss/_contact.scss */
#contact .contact-contents .shadow-box {
  margin-top: 20px;
  padding: 15px 30px 30px 20px;
}
@media only screen and (max-width: 768px) {
  /* line 37, ../scss/_contact.scss */
  #contact .contact-contents .shadow-box {
    padding: 1px 15px 15px;
  }
}
/* line 44, ../scss/_contact.scss */
#contact .contact-contents .input-list {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  /* line 44, ../scss/_contact.scss */
  #contact .contact-contents .input-list {
    margin-top: 20px;
  }
}
/* line 49, ../scss/_contact.scss */
#contact .contact-contents .input-list dt {
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  /* line 49, ../scss/_contact.scss */
  #contact .contact-contents .input-list dt {
    float: left;
    margin-top: 7px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 49, ../scss/_contact.scss */
  #contact .contact-contents .input-list dt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 59, ../scss/_contact.scss */
#contact .contact-contents .input-list dt .icon-req {
  margin-left: 10px;
  padding: 4px 8px;
  color: #fff;
  background-color: #c10000;
  font-size: 12px;
  font-size: 1.2rem;
}
/* line 68, ../scss/_contact.scss */
#contact .contact-contents .input-list dd .error {
  color: red;
  margin-top: 5px;
}
@media only screen and (max-width: 768px) {
  /* line 68, ../scss/_contact.scss */
  #contact .contact-contents .input-list dd .error {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 67, ../scss/_contact.scss */
  #contact .contact-contents .input-list dd {
    margin-left: 225px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 67, ../scss/_contact.scss */
  #contact .contact-contents .input-list dd {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 84, ../scss/_contact.scss */
#contact .contact-contents .input-list label {
  display: block;
}
@media only screen and (max-width: 768px) {
  /* line 84, ../scss/_contact.scss */
  #contact .contact-contents .input-list label {
    overflow: hidden;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 89, ../scss/_contact.scss */
  #contact .contact-contents .input-list label .input-check {
    float: left;
    display: inline-block;
  }
  /* line 93, ../scss/_contact.scss */
  #contact .contact-contents .input-list label span {
    display: block;
    margin-left: 22px;
  }
}
/* line 99, ../scss/_contact.scss */
#contact .contact-contents .input-list .postal-form {
  display: block;
}
/* line 101, ../scss/_contact.scss */
#contact .contact-contents .input-list .postal-form span {
  float: left;
  display: block;
  text-align: center;
  width: 40px;
  line-height: 35px;
}
@media only screen and (max-width: 768px) {
  /* line 101, ../scss/_contact.scss */
  #contact .contact-contents .input-list .postal-form span {
    width: 7%;
    line-height: 32px;
  }
}
/* line 112, ../scss/_contact.scss */
#contact .contact-contents .input-list .postal-form .postS {
  float: left;
  display: block;
}
/* line 115, ../scss/_contact.scss */
#contact .contact-contents .input-list .postal-form .postS input {
  width: 80px;
  height: 32.5px;
}
@media only screen and (max-width: 768px) {
  /* line 112, ../scss/_contact.scss */
  #contact .contact-contents .input-list .postal-form .postS {
    width: 30%;
  }
}
/* line 123, ../scss/_contact.scss */
#contact .contact-contents .input-list .postal-form .postM {
  float: left;
  display: block;
}
/* line 126, ../scss/_contact.scss */
#contact .contact-contents .input-list .postal-form .postM input {
  width: 100px;
  height: 32.5px;
}
@media only screen and (max-width: 768px) {
  /* line 123, ../scss/_contact.scss */
  #contact .contact-contents .input-list .postal-form .postM {
    width: 63%;
  }
}
/* line 135, ../scss/_contact.scss */
#contact .contact-contents .input-list .tel-form {
  display: block;
}
/* line 137, ../scss/_contact.scss */
#contact .contact-contents .input-list .tel-form span {
  float: left;
  display: block;
  text-align: center;
  width: 6%;
  line-height: 35px;
}
@media only screen and (max-width: 768px) {
  /* line 137, ../scss/_contact.scss */
  #contact .contact-contents .input-list .tel-form span {
    width: 11%;
    line-height: 32px;
  }
}
/* line 148, ../scss/_contact.scss */
#contact .contact-contents .input-list .tel-form li {
  float: left;
  display: block;
}
/* line 151, ../scss/_contact.scss */
#contact .contact-contents .input-list .tel-form li input {
  width: 100px;
  height: 32.5px;
}
@media only screen and (max-width: 768px) {
  /* line 148, ../scss/_contact.scss */
  #contact .contact-contents .input-list .tel-form li {
    width: 25.6%;
  }
}
/* line 160, ../scss/_contact.scss */
#contact .contact-contents .input-list .input {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 160, ../scss/_contact.scss */
  #contact .contact-contents .input-list .input {
    width: 94% !important;
  }
}
/* line 165, ../scss/_contact.scss */
#contact .contact-contents .input-list .input.sizeM {
  width: 61.68%;
}
/* line 168, ../scss/_contact.scss */
#contact .contact-contents .input-list .input.sizeS {
  width: 31.68%;
}
/* line 171, ../scss/_contact.scss */
#contact .contact-contents .input-list .input.sizeFull {
  width: 95%;
}
/* line 174, ../scss/_contact.scss */
#contact .contact-contents .input-list .input.prefectures {
  height: 40px;
  margin-bottom: 15px;
}
@media only screen and (max-width: 768px) {
  /* line 174, ../scss/_contact.scss */
  #contact .contact-contents .input-list .input.prefectures {
    width: 100% !important;
    height: 32px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 183, ../scss/_contact.scss */
  #contact .contact-contents .input-list .note {
    margin-bottom: 5px;
    padding-top: 5px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 183, ../scss/_contact.scss */
  #contact .contact-contents .input-list .note {
    margin-bottom: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 195, ../scss/_contact.scss */
#contact .contact-contents .btn-area {
  margin-top: 50px;
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 195, ../scss/_contact.scss */
  #contact .contact-contents .btn-area {
    margin-top: 30px;
  }
}
/* line 201, ../scss/_contact.scss */
#contact .contact-contents .btn-area .btn-submit {
  width: 220px;
  height: 50px;
  color: #fff;
  background-color: #439800;
  transition-property: all;
  transition: 0.3s linear;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 201, ../scss/_contact.scss */
  #contact .contact-contents .btn-area .btn-submit {
    width: 100%;
    max-width: 350px;
    height: 45px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 214, ../scss/_contact.scss */
  #contact .contact-contents .btn-area .btn-submit:hover {
    cursor: pointer;
    color: #439800;
    border: 1px solid #439800;
    background-color: #fff;
  }
}
/* line 225, ../scss/_contact.scss */
#contact .contact-contents .privacy-consentarea p {
  margin: 45px 0px 30px 0px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 225, ../scss/_contact.scss */
  #contact .contact-contents .privacy-consentarea p {
    margin: 20px 0px 25px 0px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 233, ../scss/_contact.scss */
#contact .contact-contents .privacy-consentarea .privacy-txtarea {
  border: solid 5px #439401;
  background-color: #fff;
}
/* line 236, ../scss/_contact.scss */
#contact .contact-contents .privacy-consentarea .privacy-txtarea h3 {
  text-align: center;
  font-weight: bold;
  margin: 20px 0px;
}
@media only screen and (max-width: 768px) {
  /* line 236, ../scss/_contact.scss */
  #contact .contact-contents .privacy-consentarea .privacy-txtarea h3 {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 244, ../scss/_contact.scss */
#contact .contact-contents .privacy-consentarea .privacy-txtarea p {
  padding: 0 15px 0 15px;
  margin-top: 0;
}
@media only screen and (max-width: 768px) {
  /* line 244, ../scss/_contact.scss */
  #contact .contact-contents .privacy-consentarea .privacy-txtarea p {
    padding: 0px 15px;
    margin-bottom: 15px;
  }
}
/* line 255, ../scss/_contact.scss */
#contact .btn-pagetop-area {
  background: #f5f5f5 url("../img/bg_side_shadow_pc.png") left top repeat-y;
}

/* line 259, ../scss/_contact.scss */
.input-list {
  margin-top: 15px;
}
@media only screen and (max-width: 768px) {
  /* line 259, ../scss/_contact.scss */
  .input-list {
    margin-top: 20px;
  }
}
/* line 264, ../scss/_contact.scss */
.input-list dt {
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  /* line 264, ../scss/_contact.scss */
  .input-list dt {
    float: left;
  }
}
/* line 269, ../scss/_contact.scss */
.input-list dt .icon-req {
  margin-left: 10px;
  padding: 4px 8px;
  color: #fff;
  background-color: #c10000;
  font-size: 12px;
  font-size: 1.2rem;
}

/* line 284, ../scss/_contact.scss */
#contact .contact-contents .input-list {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  /* line 286, ../scss/_contact.scss */
  #contact .contact-contents .input-list dt {
    margin-top: 7px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 291, ../scss/_contact.scss */
  #contact .contact-contents .input-list dd {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 296, ../scss/_contact.scss */
#contact .contact-contents .input-list .postal-form {
  display: block;
}
/* line 298, ../scss/_contact.scss */
#contact .contact-contents .input-list .postal-form .post-check {
  float: left;
  display: block;
  text-align: center;
  width: 40px;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  /* line 298, ../scss/_contact.scss */
  #contact .contact-contents .input-list .postal-form .post-check {
    width: 8%;
    line-height: 35px;
  }
}
/* line 309, ../scss/_contact.scss */
#contact .contact-contents .input-list .postal-form .postS {
  float: left;
  display: block;
}
/* line 312, ../scss/_contact.scss */
#contact .contact-contents .input-list .postal-form .postS input {
  width: 80px;
  height: 32.5px;
}
@media only screen and (max-width: 768px) {
  /* line 309, ../scss/_contact.scss */
  #contact .contact-contents .input-list .postal-form .postS {
    width: 25%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 320, ../scss/_contact.scss */
  #contact .contact-contents .input-list .postal-form .check {
    width: 11%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 325, ../scss/_contact.scss */
  #contact .contact-contents .input-list .postal-form .post-check {
    line-height: 18px;
  }
}
/* line 330, ../scss/_contact.scss */
#contact .contact-contents .input-list .postal-form .postM {
  float: left;
  display: block;
}
/* line 333, ../scss/_contact.scss */
#contact .contact-contents .input-list .postal-form .postM input {
  width: 100px;
  height: 32.5px;
}
@media only screen and (max-width: 768px) {
  /* line 330, ../scss/_contact.scss */
  #contact .contact-contents .input-list .postal-form .postM {
    width: 65%;
  }
}
/* line 342, ../scss/_contact.scss */
#contact .contact-contents .input-list .tel-form {
  display: block;
}
/* line 344, ../scss/_contact.scss */
#contact .contact-contents .input-list .tel-form .tel-check {
  float: left;
  display: block;
  text-align: center;
  width: 6%;
  line-height: 25px;
}
@media only screen and (max-width: 768px) {
  /* line 344, ../scss/_contact.scss */
  #contact .contact-contents .input-list .tel-form .tel-check {
    width: 10%;
    line-height: 19px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 355, ../scss/_contact.scss */
  #contact .contact-contents .input-list .tel-form li:first-child {
    width: 26%;
  }
}
/* line 360, ../scss/_contact.scss */
#contact .contact-contents .input-list .tel-form li {
  float: left;
  display: block;
}
/* line 363, ../scss/_contact.scss */
#contact .contact-contents .input-list .tel-form li input {
  width: 100px;
  height: 32.5px;
}
@media only screen and (max-width: 768px) {
  /* line 360, ../scss/_contact.scss */
  #contact .contact-contents .input-list .tel-form li {
    width: 26%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 371, ../scss/_contact.scss */
  #contact .contact-contents .input-list .tel-form .check {
    width: 15%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 376, ../scss/_contact.scss */
  #contact .contact-contents .input-list .tel-form .check:first-child {
    width: 11%;
  }
}
/* line 384, ../scss/_contact.scss */
#contact .contact-contents .btn-area .back {
  background-color: #707070;
}
@media only screen and (min-width: 769px) {
  /* line 384, ../scss/_contact.scss */
  #contact .contact-contents .btn-area .back {
    margin-left: 45px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 384, ../scss/_contact.scss */
  #contact .contact-contents .btn-area .back {
    margin-top: 10px;
  }
}
/* line 392, ../scss/_contact.scss */
#contact .contact-contents .btn-area .back:hover {
  color: #707070;
  border: 1px solid #707070;
  background-color: #fff;
}

/* line 404, ../scss/_contact.scss */
.comp-message {
  padding: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 404, ../scss/_contact.scss */
  .comp-message {
    padding: 15px 0;
  }
}
/* line 409, ../scss/_contact.scss */
.comp-message h3 {
  font-size: 1.2em;
  font-weight: bold;
}
/* line 413, ../scss/_contact.scss */
.comp-message p {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 413, ../scss/_contact.scss */
  .comp-message p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* line 422, ../scss/_contact.scss */
.btn-area .totop {
  width: 450px;
  background-color: #439800;
  height: 45px;
  line-height: 45px;
  padding: 15px 40px;
  border-radius: 25px;
  color: #ffffff;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  /* line 422, ../scss/_contact.scss */
  .btn-area .totop {
    display: block;
    padding: 0px;
    width: 100%;
  }
}

@media only screen and (min-width: 769px) {
  /* line 8, ../scss/_recruit.scss */
  #recruit .recruit-contents .recruit-bg {
    height: 475px;
    background: transparent url("../img/recruit/bg_recruit_pc.jpg") center top no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 769px) {
  /* line 7, ../scss/_recruit.scss */
  #recruit .recruit-contents {
    padding-bottom: 60px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 7, ../scss/_recruit.scss */
  #recruit .recruit-contents {
    padding-top: 42.67%;
    padding-bottom: 30px;
    background: transparent url("../img/recruit/bg_recruit_sp.jpg") left top no-repeat;
    background-size: 100% auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 26, ../scss/_recruit.scss */
#recruit .recruit-contents .inner {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  /* line 26, ../scss/_recruit.scss */
  #recruit .recruit-contents .inner {
    margin-top: -50px;
  }
}
/* line 32, ../scss/_recruit.scss */
#recruit .recruit-contents .recruit-ttl {
  padding-top: 50px;
  line-height: 1.4;
  text-align: center;
  color: #439800;
  font-size: 38px;
  font-size: 3.8rem;
}
@media only screen and (max-width: 768px) {
  /* line 32, ../scss/_recruit.scss */
  #recruit .recruit-contents .recruit-ttl {
    padding-top: 25px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
/* line 43, ../scss/_recruit.scss */
#recruit .recruit-contents .recruit-txt {
  margin-top: 30px;
  text-align: center;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 43, ../scss/_recruit.scss */
  #recruit .recruit-contents .recruit-txt {
    margin-top: 25px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 52, ../scss/_recruit.scss */
#recruit .recruit-contents .bar-ttl {
  margin-top: 50px;
}
@media only screen and (max-width: 768px) {
  /* line 52, ../scss/_recruit.scss */
  #recruit .recruit-contents .bar-ttl {
    margin-top: 25px;
  }
}
/* line 58, ../scss/_recruit.scss */
#recruit .recruit-contents .txt {
  margin-top: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 58, ../scss/_recruit.scss */
  #recruit .recruit-contents .txt {
    margin-top: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 66, ../scss/_recruit.scss */
#recruit .recruit-contents .basic-tbl {
  margin-top: 25px;
}
@media only screen and (min-width: 769px) {
  /* line 66, ../scss/_recruit.scss */
  #recruit .recruit-contents .basic-tbl {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 66, ../scss/_recruit.scss */
  #recruit .recruit-contents .basic-tbl {
    margin-top: 15px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 74, ../scss/_recruit.scss */
  #recruit .recruit-contents .basic-tbl th {
    padding: 15px 50px;
    width: 100px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 74, ../scss/_recruit.scss */
  #recruit .recruit-contents .basic-tbl th {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 84, ../scss/_recruit.scss */
  #recruit .recruit-contents .basic-tbl td {
    padding: 15px 30px;
  }
}
/* line 90, ../scss/_recruit.scss */
#recruit .recruit-contents .basic-ttl {
  margin-top: 20px;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 90, ../scss/_recruit.scss */
  #recruit .recruit-contents .basic-ttl {
    margin-top: 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 98, ../scss/_recruit.scss */
  #recruit .recruit-contents .recruit-contact {
    padding: 15px 40px !important;
    width: 165px !important;
    display: table-cell;
    vertical-align: middle;
  }
}
/* line 106, ../scss/_recruit.scss */
#recruit .recruit-contents .recruit-tel-e {
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  /* line 106, ../scss/_recruit.scss */
  #recruit .recruit-contents .recruit-tel-e {
    float: left;
    padding: 10px 30px 0px 0px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 106, ../scss/_recruit.scss */
  #recruit .recruit-contents .recruit-tel-e {
    display: table;
    width: 100%;
    border-bottom: 1px dotted #c9c9c9;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 119, ../scss/_recruit.scss */
#recruit .recruit-contents .recruit-tel-e small {
  font-weight: normal;
}
/* line 122, ../scss/_recruit.scss */
#recruit .recruit-contents .recruit-tel-e span {
  display: inline-block;
  line-height: 1.0;
  color: #439800;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  /* line 122, ../scss/_recruit.scss */
  #recruit .recruit-contents .recruit-tel-e span {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
/* line 132, ../scss/_recruit.scss */
#recruit .recruit-contents .recruit-tel-e span a {
  color: #439800;
  line-height: 1.0;
  font-weight: normal;
  color: #439800;
  margin-right: 25px;
  font-size: 39px;
  font-size: 3.9rem;
}
@media only screen and (max-width: 768px) {
  /* line 132, ../scss/_recruit.scss */
  #recruit .recruit-contents .recruit-tel-e span a {
    margin-right: 0;
    font-size: 41px;
    font-size: 4.1rem;
  }
}
/* line 146, ../scss/_recruit.scss */
#recruit .recruit-contents .recruit-tel-w {
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  /* line 146, ../scss/_recruit.scss */
  #recruit .recruit-contents .recruit-tel-w {
    border-left: dotted 1.5px #c9c9c9;
    float: left;
    padding: 10px 0px 0px 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 146, ../scss/_recruit.scss */
  #recruit .recruit-contents .recruit-tel-w {
    margin-top: 20px;
    display: table;
    width: 100%;
  }
}
/* line 159, ../scss/_recruit.scss */
#recruit .recruit-contents .recruit-tel-w small {
  font-weight: normal;
}
/* line 162, ../scss/_recruit.scss */
#recruit .recruit-contents .recruit-tel-w span {
  display: inline-block;
  line-height: 1.0;
  color: #439800;
  font-weight: normal;
  font-size: 30px;
  font-size: 3rem;
  margin-top: 10px;
}
@media only screen and (max-width: 768px) {
  /* line 162, ../scss/_recruit.scss */
  #recruit .recruit-contents .recruit-tel-w span {
    font-size: 31px;
    font-size: 3.1rem;
  }
}
/* line 172, ../scss/_recruit.scss */
#recruit .recruit-contents .recruit-tel-w span a {
  color: #439800;
  line-height: 1.0;
  font-weight: normal;
  color: #439800;
  margin-right: 15px;
  font-size: 39px;
  font-size: 3.9rem;
}
@media only screen and (max-width: 768px) {
  /* line 172, ../scss/_recruit.scss */
  #recruit .recruit-contents .recruit-tel-w span a {
    font-size: 41px;
    font-size: 4.1rem;
  }
}
/* line 186, ../scss/_recruit.scss */
#recruit .recruit-mail {
  color: #439800;
  line-height: 1.0;
  font-weight: bold;
  color: #439800;
  margin-right: 15px;
}
@media only screen and (max-width: 768px) {
  /* line 186, ../scss/_recruit.scss */
  #recruit .recruit-mail {
    font-size: 4.5vw;
  }
}
@media only screen and (max-width: 768px) {
  /* line 196, ../scss/_recruit.scss */
  #recruit .pickup-area .ttl {
    background-color: #f5f5f5;
  }
}
@media only screen and (min-width: 769px) {
  /* line 201, ../scss/_recruit.scss */
  #recruit .banner-area {
    margin: 25px auto;
    text-align: center;
  }
  /* line 205, ../scss/_recruit.scss */
  #recruit .banner-area a {
    display: block;
  }
  /* line 207, ../scss/_recruit.scss */
  #recruit .banner-area a img {
    width: 350px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 201, ../scss/_recruit.scss */
  #recruit .banner-area {
    margin-top: 15px;
  }
}
/* line 217, ../scss/_recruit.scss */
#recruit .info-tbl th, #recruit .info-tbl td {
  text-align: center;
  border-right: 1px solid #c0c0c0;
}
/* line 221, ../scss/_recruit.scss */
#recruit .info-tbl th {
  border-bottom: none;
}
@media only screen and (min-width: 769px) {
  /* line 225, ../scss/_recruit.scss */
  #recruit .info-tbl th, #recruit .info-tbl td {
    padding: 10px 20px !important;
  }
  /* line 228, ../scss/_recruit.scss */
  #recruit .info-tbl td {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 216, ../scss/_recruit.scss */
  #recruit .info-tbl {
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 234, ../scss/_recruit.scss */
  #recruit .info-tbl th, #recruit .info-tbl td {
    display: table-cell;
    border-right: 1px solid #c0c0c0;
  }
  /* line 238, ../scss/_recruit.scss */
  #recruit .info-tbl td {
    padding: 15px 5px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* line 7, ../scss/_topics.scss */
#topics .topics-contents {
  padding: 60px 0 90px;
}
@media only screen and (max-width: 768px) {
  /* line 7, ../scss/_topics.scss */
  #topics .topics-contents {
    padding: 30px 0;
  }
  /* line 11, ../scss/_topics.scss */
  #topics .topics-contents.bg-gray {
    background-color: #fff;
  }
}
/* line 15, ../scss/_topics.scss */
#topics .topics-contents .shadow-box {
  padding: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 15, ../scss/_topics.scss */
  #topics .topics-contents .shadow-box {
    padding: 0;
    box-shadow: none;
  }
}
/* line 22, ../scss/_topics.scss */
#topics .topics-contents .cat-icon {
  margin-left: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 22, ../scss/_topics.scss */
  #topics .topics-contents .cat-icon {
    margin-left: 10px;
  }
}
/* line 27, ../scss/_topics.scss */
#topics .topics-contents .cat-icon img {
  vertical-align: middle;
  width: 94px;
  height: auto;
}
@media only screen and (max-width: 768px) {
  /* line 27, ../scss/_topics.scss */
  #topics .topics-contents .cat-icon img {
    width: 66px;
  }
}
/* line 36, ../scss/_topics.scss */
#topics .topics-contents .date {
  color: #a3a3a3;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 36, ../scss/_topics.scss */
  #topics .topics-contents .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 44, ../scss/_topics.scss */
#topics .topics-contents .topic-list li {
  overflow: hidden;
  padding: 20px 10px;
  border-bottom: 1px solid #bfbfbf;
}
@media only screen and (max-width: 768px) {
  /* line 44, ../scss/_topics.scss */
  #topics .topics-contents .topic-list li {
    padding: 15px 0;
  }
}
/* line 51, ../scss/_topics.scss */
#topics .topics-contents .topic-list li:first-child {
  border-top: 1px solid #bfbfbf;
}
/* line 54, ../scss/_topics.scss */
#topics .topics-contents .topic-list li .thum-area {
  float: left;
  width: 164px;
  border: 1px solid #bfbfbf;
}
@media only screen and (max-width: 768px) {
  /* line 54, ../scss/_topics.scss */
  #topics .topics-contents .topic-list li .thum-area {
    width: 90px;
    height: 90px;
    overflow: hidden;
    position: relative;
  }
  /* line 63, ../scss/_topics.scss */
  #topics .topics-contents .topic-list li .thum-area img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 164px;
    max-width: 164px;
    height: 100px;
    margin-top: -50px;
    margin-left: -82px;
  }
}
/* line 75, ../scss/_topics.scss */
#topics .topics-contents .topic-list li .txt-area {
  margin-left: 184px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  /* line 75, ../scss/_topics.scss */
  #topics .topics-contents .topic-list li .txt-area {
    margin-left: 105px;
  }
}
/* line 82, ../scss/_topics.scss */
#topics .topics-contents .topic-list li .txt {
  margin-top: 17px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  /* line 82, ../scss/_topics.scss */
  #topics .topics-contents .topic-list li .txt {
    margin-top: 12px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 89, ../scss/_topics.scss */
#topics .topics-contents .topic-list li .txt a {
  color: #439800;
}
/* line 95, ../scss/_topics.scss */
#topics .topics-contents .pagination {
  position: relative;
  margin: 25px 15px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 95, ../scss/_topics.scss */
  #topics .topics-contents .pagination {
    margin: 25px 5px 0;
  }
}
/* line 104, ../scss/_topics.scss */
#topics .topics-contents .pagination .prev {
  position: absolute;
  left: 0;
}
/* line 107, ../scss/_topics.scss */
#topics .topics-contents .pagination .prev img {
  width: 12px;
  vertical-align: middle;
}
/* line 112, ../scss/_topics.scss */
#topics .topics-contents .pagination .next {
  position: absolute;
  right: 0;
}
/* line 115, ../scss/_topics.scss */
#topics .topics-contents .pagination .next img {
  width: 12px;
  vertical-align: middle;
}
/* line 120, ../scss/_topics.scss */
#topics .topics-contents .pagination .current {
  color: #aaa;
}
/* line 123, ../scss/_topics.scss */
#topics .topics-contents .pagination a, #topics .topics-contents .pagination span {
  display: inline-block;
  padding: 0 6px;
}
/* line 128, ../scss/_topics.scss */
#topics .topics-contents .article-top {
  margin: 10px 0 40px;
  padding-bottom: 25px;
  border-bottom: 1px solid #bfbfbf;
}
@media only screen and (max-width: 768px) {
  /* line 128, ../scss/_topics.scss */
  #topics .topics-contents .article-top {
    margin: 0 0 20px;
    padding-bottom: 20px;
  }
}
/* line 136, ../scss/_topics.scss */
#topics .topics-contents .article-top .ttl {
  margin-top: 25px;
  line-height: 1.4;
  font-size: 26px;
  font-size: 2.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 136, ../scss/_topics.scss */
  #topics .topics-contents .article-top .ttl {
    margin-top: 20px;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
/* line 146, ../scss/_topics.scss */
#topics .topics-contents .article-area {
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 146, ../scss/_topics.scss */
  #topics .topics-contents .article-area {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 151, ../scss/_topics.scss */
#topics .topics-contents .article-area .img {
  text-align: center;
}
/* line 154, ../scss/_topics.scss */
#topics .topics-contents .article-area h3 {
  margin-bottom: 25px;
  padding: 9px 20px;
  line-height: 1.4;
  font-weight: bold;
  color: #fff;
  background-color: #439800;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 154, ../scss/_topics.scss */
  #topics .topics-contents .article-area h3 {
    margin-bottom: 10px;
    padding: 9px 10px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 168, ../scss/_topics.scss */
#topics .topics-contents .article-area p {
  margin-top: 20px;
  padding: 0 10px;
}
@media only screen and (min-width: 769px) {
  /* line 168, ../scss/_topics.scss */
  #topics .topics-contents .article-area p {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 168, ../scss/_topics.scss */
  #topics .topics-contents .article-area p {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 178, ../scss/_topics.scss */
#topics .topics-contents .article-area strong {
  font-weight: bold;
}
/* line 181, ../scss/_topics.scss */
#topics .topics-contents .article-area a {
  font-weight: bold;
  color: #439800;
}
/* line 186, ../scss/_topics.scss */
#topics .topics-contents .pageback {
  margin-top: 50px;
  padding-top: 25px;
  text-align: center;
  font-weight: bold;
  border-top: 1px solid #bfbfbf;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 186, ../scss/_topics.scss */
  #topics .topics-contents .pageback {
    margin-top: 25px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 199, ../scss/_topics.scss */
  #topics .pickup-area .ttl {
    background-color: #f5f5f5;
  }
}
@media only screen and (max-width: 768px) {
  /* line 206, ../scss/_topics.scss */
  #topics .contact-area.bg-white {
    background-color: #e5e5e5;
  }
}

/* line 7, ../scss/_electricity.scss */
#electricity .electricity-contents {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  /* line 9, ../scss/_electricity.scss */
  #electricity .electricity-contents .contents-ttl {
    width: 900px;
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 9, ../scss/_electricity.scss */
  #electricity .electricity-contents .contents-ttl {
    padding: 0 15px;
  }
}
/* line 18, ../scss/_electricity.scss */
#electricity .electricity-contents .contents-ttl:after {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  /* line 18, ../scss/_electricity.scss */
  #electricity .electricity-contents .contents-ttl:after {
    margin-bottom: 25px;
  }
}
/* line 25, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-img strong {
  font-weight: bold;
  color: #439800;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  /* line 25, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-img strong {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 33, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-img img {
    width: 900px;
    margin: 35px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 33, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-img img {
    width: 100%;
    margin-top: 20px;
  }
}
/* line 44, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-txt {
  background-color: #ededed;
}
@media only screen and (min-width: 769px) {
  /* line 44, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-txt {
    margin-top: -230px;
    padding-top: 270px;
    padding-bottom: 50px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 44, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-txt {
    padding-top: 20px;
    padding-bottom: 20px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 56, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-list-area {
    padding: 40px 0 80px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 56, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-list-area {
    padding: 25px 15px 40px;
  }
}
/* line 63, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-list-area .bar-ttl {
  margin-top: 60px;
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 63, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-list-area .bar-ttl {
    margin-top: 25px;
  }
}
/* line 71, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-list-txt {
  font-weight: bold;
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  /* line 71, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-list-txt {
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/* line 77, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-list-txt span {
  color: #439800;
}
/* line 82, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-list dt {
  margin-top: 10px;
  padding: 5px 20px;
  font-weight: bold;
  border: 1px solid #bfbfbf;
  background: transparent url("../img/icon_arrow_down3.png") right 20px center no-repeat;
  background-size: 16px auto;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 82, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-list dt {
    padding: 10px;
    font-size: 15px;
    font-size: 1.5rem;
    background: transparent url("../img/icon_arrow_down3.png") right 10px center no-repeat;
    background-size: 18px auto;
  }
}
/* line 96, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-list dt.open {
  background: transparent url("../img/icon_arrow_up3.png") right 20px center no-repeat;
  background-size: 16px auto;
}
@media only screen and (max-width: 768px) {
  /* line 96, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-list dt.open {
    background: transparent url("../img/icon_arrow_up3.png") right 10px center no-repeat;
    background-size: 18px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 104, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-list dt.sp-open {
    background: transparent url("../img/icon_arrow_up3.png") right 10px center no-repeat;
    background-size: 18px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 110, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-list dt.sp-open.open {
    background: transparent url("../img/icon_arrow_down3.png") right 10px center no-repeat;
    background-size: 18px auto;
  }
}
/* line 116, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-list dt span {
  display: table-cell;
  vertical-align: middle;
}
/* line 120, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-list dt .num {
  padding-right: 15px;
  font-size: 24px;
  font-size: 2.4rem;
  color: #439800;
}
@media only screen and (max-width: 768px) {
  /* line 120, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-list dt .num {
    padding-right: 10px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 129, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-list dd {
    padding-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 133, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-list dd.sp-open {
    display: block;
  }
}
/* line 138, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-list dd .border-ttl {
  margin-top: 45px;
}
@media only screen and (max-width: 768px) {
  /* line 138, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-list dd .border-ttl {
    margin-top: 15px;
    padding-left: 10px;
  }
}
/* line 145, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-list dd .list-txt {
  margin-top: 25px;
}
@media only screen and (max-width: 768px) {
  /* line 145, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-list dd .list-txt {
    margin-top: 15px;
  }
}
/* line 154, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-tbl ul {
  border-left: 1px solid #c1c1c1;
}
@media only screen and (min-width: 769px) {
  /* line 154, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-tbl ul {
    display: table;
    width: 100%;
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 154, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-tbl ul {
    margin-top: 15px;
    margin-bottom: 35px;
    border-top: 1px solid #c1c1c1;
  }
}
/* line 167, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-tbl li {
  border: 1px solid #c1c1c1;
  border-left: none;
}
@media only screen and (min-width: 769px) {
  /* line 167, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-tbl li {
    display: table-cell;
    position: relative;
    text-align: center;
    vertical-align: middle;
    padding-top: 60px;
  }
  /* line 176, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-tbl li.cell01 {
    width: 180px;
  }
  /* line 178, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-tbl li.cell01 .txt {
    text-align: left;
  }
  /* line 182, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-tbl li.cell02 {
    width: 480px;
  }
  /* line 184, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-tbl li.cell02 .txt {
    text-align: left;
  }
  /* line 188, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-tbl li.cell03 {
    width: 120px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 167, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-tbl li {
    border-top: none;
  }
}
/* line 197, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-tbl li a {
  font-weight: bold;
  color: #439800;
}
/* line 201, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-tbl li .ttl {
  font-weight: bold;
  background-color: #f5f5f5;
}
@media only screen and (min-width: 769px) {
  /* line 201, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-tbl li .ttl {
    position: absolute;
    top: 0;
    width: 100%;
    height: 60px;
    line-height: 60px;
  }
  /* line 210, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-tbl li .ttl.multiline {
    line-height: 1.2;
    padding-top: 15px;
    height: 45px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 201, ../scss/_electricity.scss */
  #electricity .electricity-contents .electricity-tbl li .ttl {
    padding: 8px 10px;
  }
}
/* line 220, ../scss/_electricity.scss */
#electricity .electricity-contents .electricity-tbl li .txt {
  padding: 15px 10px;
}

/* line 7, ../scss/_product.scss */
#product .product-contents {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  /* line 9, ../scss/_product.scss */
  #product .product-contents .product-img {
    width: 960px;
    margin: 0 auto;
    text-align: right;
  }
  /* line 14, ../scss/_product.scss */
  #product .product-contents .product-img .visible-pc {
    display: inline;
  }
}
/* line 19, ../scss/_product.scss */
#product .product-contents .product-list-area {
  padding: 1px 0 35px;
}
/* line 21, ../scss/_product.scss */
#product .product-contents .product-list-area .bar-ttl {
  margin-top: 70px;
}
@media only screen and (max-width: 768px) {
  /* line 21, ../scss/_product.scss */
  #product .product-contents .product-list-area .bar-ttl {
    margin-top: 35px;
  }
}
/* line 27, ../scss/_product.scss */
#product .product-contents .product-list-area .category-list {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 27, ../scss/_product.scss */
  #product .product-contents .product-list-area .category-list {
    margin-top: 0;
  }
}
/* line 32, ../scss/_product.scss */
#product .product-contents .product-list-area .category-list li {
  position: relative;
  float: left;
  text-align: center;
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 769px) {
  /* line 32, ../scss/_product.scss */
  #product .product-contents .product-list-area .category-list li {
    width: 407px;
    margin: 3px 3px 3px 0;
    padding: 0 20px 100px;
  }
  /* line 42, ../scss/_product.scss */
  #product .product-contents .product-list-area .category-list li:nth-child(even) {
    margin-right: 0;
    margin-left: 3px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 32, ../scss/_product.scss */
  #product .product-contents .product-list-area .category-list li {
    width: 94%;
    margin: 10px 0 0;
    padding: 0 3% 95px;
  }
  /* line 51, ../scss/_product.scss */
  #product .product-contents .product-list-area .category-list li:nth-child(odd) {
    margin-right: 0;
    margin-left: 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 57, ../scss/_product.scss */
  #product .product-contents .product-list-area .category-list li .img img {
    width: 95px;
    margin-top: 20px;
    margin-bottom: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 57, ../scss/_product.scss */
  #product .product-contents .product-list-area .category-list li .img img {
    display: table-cell;
    width: 90px;
    margin: 15px auto 12px auto;
  }
}
@media only screen and (min-width: 769px) {
  /* line 69, ../scss/_product.scss */
  #product .product-contents .product-list-area .category-list li .img:hover {
    opacity: 1.0;
    color: #439800;
  }
}
/* line 76, ../scss/_product.scss */
#product .product-contents .product-list-area .category-list li .category-name-en {
  color: #91c66a;
  line-height: 1.0;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  /* line 76, ../scss/_product.scss */
  #product .product-contents .product-list-area .category-list li .category-name-en {
    margin-bottom: 2px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 85, ../scss/_product.scss */
#product .product-contents .product-list-area .category-list li .category-name {
  font-weight: bold;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  /* line 85, ../scss/_product.scss */
  #product .product-contents .product-list-area .category-list li .category-name {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 91, ../scss/_product.scss */
#product .product-contents .product-list-area .category-list li .category-name:after {
  position: relative;
  left: 50%;
  display: block;
  content: "";
  width: 34px;
  height: 3px;
  margin: 15px 0 25px -17px;
  background-color: #439800;
}
@media only screen and (max-width: 768px) {
  /* line 91, ../scss/_product.scss */
  #product .product-contents .product-list-area .category-list li .category-name:after {
    width: 30px;
    margin: 7px 0 20px -15px;
  }
}
/* line 106, ../scss/_product.scss */
#product .product-contents .product-list-area .category-list li .category-description {
  text-align: left;
  margin-bottom: 20px;
}
/* line 110, ../scss/_product.scss */
#product .product-contents .product-list-area .category-list li .btn {
  position: absolute;
  bottom: 30px;
  left: 50%;
  margin-left: -100px;
  width: 200px;
  height: 40px;
  line-height: 40px;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  /* line 110, ../scss/_product.scss */
  #product .product-contents .product-list-area .category-list li .btn {
    left: 3%;
    margin-left: 0;
    height: 45px;
    line-height: 45px;
    width: 94%;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/* line 130, ../scss/_product.scss */
#product .product-contents .product-list-area .categoru-2nd-list {
  overflow: hidden;
}
/* line 132, ../scss/_product.scss */
#product .product-contents .product-list-area .categoru-2nd-list li {
  width: 200px;
  height: auto;
  padding: 0;
  box-shadow: none;
}
@media only screen and (max-width: 768px) {
  /* line 132, ../scss/_product.scss */
  #product .product-contents .product-list-area .categoru-2nd-list li {
    width: 100%;
    margin-top: 5px;
  }
}
/* line 141, ../scss/_product.scss */
#product .product-contents .product-list-area .categoru-2nd-list li a {
  display: block;
  width: 100%;
  padding: 8px 0;
  text-align: center;
  font-weight: bold;
  color: #439800;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  /* line 141, ../scss/_product.scss */
  #product .product-contents .product-list-area .categoru-2nd-list li a {
    padding: 12px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 153, ../scss/_product.scss */
#product .product-contents .product-list-area .categoru-2nd-list li a:hover {
  opacity: 1.0;
  background-color: #eef6e7;
}
/* line 160, ../scss/_product.scss */
#product .product-contents .product-list-area .product-list {
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 160, ../scss/_product.scss */
  #product .product-contents .product-list-area .product-list {
    margin-top: 10px;
  }
}
/* line 165, ../scss/_product.scss */
#product .product-contents .product-list-area .product-list li {
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  /* line 165, ../scss/_product.scss */
  #product .product-contents .product-list-area .product-list li {
    float: left;
    display: table;
    width: 222px;
    height: 80px;
    margin: 4px 4px 0 0;
  }
  /* line 173, ../scss/_product.scss */
  #product .product-contents .product-list-area .product-list li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 165, ../scss/_product.scss */
  #product .product-contents .product-list-area .product-list li {
    width: 100%;
    margin-top: 5px;
  }
}
/* line 181, ../scss/_product.scss */
#product .product-contents .product-list-area .product-list li a {
  line-height: 1.4;
}
@media only screen and (min-width: 769px) {
  /* line 181, ../scss/_product.scss */
  #product .product-contents .product-list-area .product-list li a {
    display: table-cell;
    width: 100%;
    height: 100%;
    padding: 0 15px 0 50px;
    vertical-align: middle;
    background: transparent url("../img/icon_arrow2.png") 20px center no-repeat;
    background-size: 17px auto;
  }
}
@media only screen and (max-width: 768px) {
  /* line 181, ../scss/_product.scss */
  #product .product-contents .product-list-area .product-list li a {
    display: block;
    padding: 12px 12px 12px 40px;
    background: transparent url("../img/icon_arrow2.png") 12px center no-repeat;
    background-size: 18px auto;
  }
}
@media only screen and (min-width: 769px) {
  /* line 198, ../scss/_product.scss */
  #product .product-contents .product-list-area .product-list li a:hover {
    opacity: 1.0;
    color: #439800;
  }
}

/* line 215, ../scss/_product.scss */
#product .product-list-contents {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 215, ../scss/_product.scss */
  #product .product-list-contents {
    padding-bottom: 15px;
  }
}
/* line 220, ../scss/_product.scss */
#product .product-list-contents .contents-ttl:after {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 220, ../scss/_product.scss */
  #product .product-list-contents .contents-ttl:after {
    margin-bottom: 30px;
  }
}
/* line 226, ../scss/_product.scss */
#product .product-list-contents .product-list {
  margin-top: 30px;
  margin-bottom: 60px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 226, ../scss/_product.scss */
  #product .product-list-contents .product-list {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
/* line 234, ../scss/_product.scss */
#product .product-list-contents .product-list li {
  margin-top: -1px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
/* line 238, ../scss/_product.scss */
#product .product-list-contents .product-list li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 769px) {
  /* line 234, ../scss/_product.scss */
  #product .product-list-contents .product-list li {
    float: left;
    width: 420px;
  }
  /* line 244, ../scss/_product.scss */
  #product .product-list-contents .product-list li:nth-child(even) {
    float: right;
  }
  /* line 247, ../scss/_product.scss */
  #product .product-list-contents .product-list li:nth-child(2) {
    margin-top: 0;
  }
}
/* line 251, ../scss/_product.scss */
#product .product-list-contents .product-list li a {
  display: block;
  height: 100%;
}
@media only screen and (min-width: 769px) {
  /* line 255, ../scss/_product.scss */
  #product .product-list-contents .product-list li a:hover {
    background-color: #eef6e7;
    color: #439800;
    opacity: 1.0;
  }
}
/* line 262, ../scss/_product.scss */
#product .product-list-contents .product-list li .img-txt {
  display: table;
  width: 100%;
  /*height: 100%;*/
}
@media only screen and (min-width: 769px) {
  /* line 262, ../scss/_product.scss */
  #product .product-list-contents .product-list li .img-txt {
    padding: 20px 0;
    min-height: 135px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 262, ../scss/_product.scss */
  #product .product-list-contents .product-list li .img-txt {
    padding: 15px 15px 15px 0;
    min-height: 99px;
  }
}
/* line 275, ../scss/_product.scss */
#product .product-list-contents .product-list li .img-area {
  display: table-cell;
  width: 180px;
  text-align: center;
  vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  /* line 275, ../scss/_product.scss */
  #product .product-list-contents .product-list li .img-area {
    width: 135px;
  }
}
/* line 283, ../scss/_product.scss */
#product .product-list-contents .product-list li .img-area img {
  max-height: 100%;
}
/* line 287, ../scss/_product.scss */
#product .product-list-contents .product-list li .img-border {
  display: table-cell;
  width: 180px;
  height: 135px;
  vertical-align: middle;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  /* line 287, ../scss/_product.scss */
  #product .product-list-contents .product-list li .img-border {
    width: 135px;
    height: 99px;
  }
}
/* line 299, ../scss/_product.scss */
#product .product-list-contents .product-list li .txt-area {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  /* line 74, ../scss/_search.scss */
  #product .product-list-contents .product-list li .txt-area {
    margin-left: 150px;
    height:100px;
  }
}
@media only screen and (min-width: 769px) {
  #product .product-list-contents .product-list li .txt-area {
    height:137px;
  }
}
/* line 303, ../scss/_product.scss */
#product .product-list-contents .product-list li .txt-area .ttl {
  font-weight: bold;
  color: #439800;
  font-size: 18px;
  font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  /* line 303, ../scss/_product.scss */
  #product .product-list-contents .product-list li .txt-area .ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 311, ../scss/_product.scss */
#product .product-list-contents .product-list li .txt-area .txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 311, ../scss/_product.scss */
  #product .product-list-contents .product-list li .txt-area .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* line 328, ../scss/_product.scss */
#product .product-detail-contents {
  padding-bottom: 100px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 328, ../scss/_product.scss */
  #product .product-detail-contents {
    padding-bottom: 50px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 335, ../scss/_product.scss */
#product .product-detail-contents .contents-ttl:after {
  margin-bottom: 35px;
}
@media only screen and (max-width: 768px) {
  /* line 335, ../scss/_product.scss */
  #product .product-detail-contents .contents-ttl:after {
    margin-bottom: 25px;
  }
}
/* line 341, ../scss/_product.scss */
#product .product-detail-contents .catch-txt {
  font-size: 20px;
  font-size: 2rem;
}
@media only screen and (max-width: 768px) {
  /* line 341, ../scss/_product.scss */
  #product .product-detail-contents .catch-txt {
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 347, ../scss/_product.scss */
#product .product-detail-contents .bar-ttl {
  margin-top: 60px;
  margin-bottom: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 347, ../scss/_product.scss */
  #product .product-detail-contents .bar-ttl {
    margin-top: 35px;
    margin-bottom: 20px;
  }
}
/* line 354, ../scss/_product.scss */
#product .product-detail-contents .bar-ttl.first {
  margin-top: 35px;
}
@media only screen and (max-width: 768px) {
  /* line 354, ../scss/_product.scss */
  #product .product-detail-contents .bar-ttl.first {
    margin-top: 25px;
  }
}
/* line 361, ../scss/_product.scss */
#product .product-detail-contents .first-area {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  /* line 363, ../scss/_product.scss */
  #product .product-detail-contents .first-area .img-area {
    float: left;
    width: 402px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 363, ../scss/_product.scss */
  #product .product-detail-contents .first-area .img-area {
    margin-bottom: 20px;
  }
}
/* line 371, ../scss/_product.scss */
#product .product-detail-contents .first-area .img-area .slick-list {
  border: 1px solid #c9c9c9;
}
@media only screen and (min-width: 769px) {
  /* line 371, ../scss/_product.scss */
  #product .product-detail-contents .first-area .img-area .slick-list {
    width: 400px;
    height: 300px;
  }
    #product .product-detail-contents .first-area .img-area .slick-list img {
      display: inline-block;
      max-height: 300px;
    }
}
@media only screen and (max-width: 768px) {
  /* line 371, ../scss/_product.scss */
  #product .product-detail-contents .first-area .img-area .slick-list {
    height: 68.8vw;
  }
}
/* line 380, ../scss/_product.scss */
#product .product-detail-contents .first-area .img-area .slick-list li {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 380, ../scss/_product.scss */
  #product .product-detail-contents .first-area .img-area .slick-list li {
    height: 68.8vw;
  }
    #product .product-detail-contents .first-area .img-area .slick-list img {
      display: inline-block;
      max-height: 100%;
    }
}
/* line 386, ../scss/_product.scss */


/*
#product .product-detail-contents .first-area .img-area .slick-list img {
  display: inline-block;
  max-height: 100%;
}
*/


/* line 391, ../scss/_product.scss */
#product .product-detail-contents .first-area .img-area .slick-dots {
  position: relative !important;
  top: 0 !important;
  text-align: left !important;
}
/* line 395, ../scss/_product.scss */
#product .product-detail-contents .first-area .img-area .slick-dots li {
  width: 128px !important;
  height: 96px !important;
  margin: 9px 9px 0 0 !important;
  text-align: center;
  vertical-align: middle;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
}
@media only screen and (max-width: 768px) {
  /* line 395, ../scss/_product.scss */
  #product .product-detail-contents .first-area .img-area .slick-dots li {
    width: 32% !important;
    height: 22vw !important;
    margin: 2% 2% 0 0 !important;
  }
}
/* line 408, ../scss/_product.scss */
#product .product-detail-contents .first-area .img-area .slick-dots li:nth-child(3n) {
  margin-right: 0 !important;
}
/* line 411, ../scss/_product.scss */
#product .product-detail-contents .first-area .img-area .slick-dots li.slick-active {
  border: 2px solid #439100;
}
/* line 414, ../scss/_product.scss */
#product .product-detail-contents .first-area .img-area .slick-dots li img {
  max-height: 100% !important;
}
@media only screen and (max-width: 768px) {
  /* line 414, ../scss/_product.scss */
  #product .product-detail-contents .first-area .img-area .slick-dots li img {
    position: relative;
    top: 1px;
    max-height: 99% !important;
  }
}
@media only screen and (min-width: 769px) {
  /* line 425, ../scss/_product.scss */
  #product .product-detail-contents .first-area .txt-area {
    margin-left: 430px;
  }
}
/* line 431, ../scss/_product.scss */
#product .product-detail-contents .maintenance-area {
  background-color: #ffebd3;
}
/* line 433, ../scss/_product.scss */
#product .product-detail-contents .maintenance-area .bar-ttl {
  margin-bottom: 0;
  background-color: #ff9a35;
}
/* line 437, ../scss/_product.scss */
#product .product-detail-contents .maintenance-area .txt {
  padding: 20px;
  letter-spacing: -0.05em;
}
@media only screen and (max-width: 768px) {
  /* line 437, ../scss/_product.scss */
  #product .product-detail-contents .maintenance-area .txt {
    padding: 15px 10px;
  }
}
/* line 445, ../scss/_product.scss */
#product .product-detail-contents .related-list-area {
  margin-top: 60px;
  padding: 20px;
  border: 1px solid #c9c9c9;
}
@media only screen and (max-width: 768px) {
  /* line 445, ../scss/_product.scss */
  #product .product-detail-contents .related-list-area {
    margin-top: 50px;
    padding: 15px 10px;
  }
}
/* line 453, ../scss/_product.scss */
#product .product-detail-contents .related-list-area .list-ttl {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 453, ../scss/_product.scss */
  #product .product-detail-contents .related-list-area .list-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 460, ../scss/_product.scss */
#product .product-detail-contents .related-list-area .related-list {
  overflow: hidden;
}
/* line 462, ../scss/_product.scss */
#product .product-detail-contents .related-list-area .related-list li {
  margin-top: 15px;
}
@media only screen and (min-width: 769px) {
  /* line 462, ../scss/_product.scss */
  #product .product-detail-contents .related-list-area .related-list li {
    float: left;
    width: 25%;
  }
}
/* line 468, ../scss/_product.scss */
#product .product-detail-contents .related-list-area .related-list li a {
  padding: 5px 0 5px 25px;
  color: #439800;
  background: transparent url("../img/icon_arrow2.png") left center no-repeat;
  background-size: 17px auto;
}
@media only screen and (max-width: 768px) {
  /* line 468, ../scss/_product.scss */
  #product .product-detail-contents .related-list-area .related-list li a {
    background-size: 16px auto;
  }
}
/* line 480, ../scss/_product.scss */
#product .product-detail-contents .ink-table {
  margin-top: 20px;
}
/* line 482, ../scss/_product.scss */
#product .product-detail-contents .ink-table tbody {
  text-align: center;
}
/* line 486, ../scss/_product.scss */
#product .product-detail-contents .ink-table .img td {
  text-align: center;
}
@media only screen and (max-width: 768px) {
  /* line 488, ../scss/_product.scss */
  #product .product-detail-contents .ink-table .img td img {
    width: 80%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 494, ../scss/_product.scss */
  #product .product-detail-contents .ink-table .img td:nth-child(2) {
    padding-right: 30px;
    padding-left: 30px;
  }
}
/* line 502, ../scss/_product.scss */
#product .product-detail-contents .ink-table .text td {
  text-align: center;
}
/* line 505, ../scss/_product.scss */
#product .product-detail-contents .ink-table .text td:first-child {
  color: blue;
}
/* line 510, ../scss/_product.scss */
#product .product-detail-contents .characteristic-list {
  list-style-type: decimal;
  margin-left: 20px;
}
@media only screen and (min-width: 769px) {
  /* line 514, ../scss/_product.scss */
  #product .product-detail-contents .characteristic-compair-area {
    height: 250px;
    margin-top: 30px;
  }
  /* line 518, ../scss/_product.scss */
  #product .product-detail-contents .characteristic-compair-area .characteristic-compair-product {
    float: left;
  }
  /* line 520, ../scss/_product.scss */
  #product .product-detail-contents .characteristic-compair-area .characteristic-compair-product span {
    font-weight: bold;
  }
  /* line 524, ../scss/_product.scss */
  #product .product-detail-contents .characteristic-compair-area .characteristic-compair-product:first-child {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 529, ../scss/_product.scss */
  #product .product-detail-contents .characteristic-compair-area div {
    margin-top: 15px;
    margin-right: auto;
    margin-left: auto;
    width: 80%;
  }
  /* line 534, ../scss/_product.scss */
  #product .product-detail-contents .characteristic-compair-area div span {
    font-weight: bold;
  }
}
/* line 539, ../scss/_product.scss */
#product .product-detail-contents .characteristic-compair-area .center-parts {
  float: left;
}
/* line 543, ../scss/_product.scss */
#product .product-detail-contents .characteristic-compair-area:first-child {
  margin-right: 20px;
}
@media only screen and (min-width: 769px) {
  /* line 546, ../scss/_product.scss */
  #product .product-detail-contents .graph-compair-area {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 546, ../scss/_product.scss */
  #product .product-detail-contents .graph-compair-area {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 553, ../scss/_product.scss */
  #product .product-detail-contents .graph-compair-area .graph-area {
    height: 250px;
    float: left;
  }
  /* line 557, ../scss/_product.scss */
  #product .product-detail-contents .graph-compair-area .graph-area p {
    font-size: 1.1rem;
    margin-left: 5px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 553, ../scss/_product.scss */
  #product .product-detail-contents .graph-compair-area .graph-area {
    float: left;
    width: 48%;
  }
  /* line 565, ../scss/_product.scss */
  #product .product-detail-contents .graph-compair-area .graph-area p {
    font-size: 1.1rem;
    margin-left: 5px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 571, ../scss/_product.scss */
  #product .product-detail-contents .graph-compair-area .graph-area:first-child {
    margin-right: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 571, ../scss/_product.scss */
  #product .product-detail-contents .graph-compair-area .graph-area:first-child {
    margin-right: 2%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 580, ../scss/_product.scss */
  #product .product-detail-contents .roller-wash {
    margin-top: 20px;
    font-size: 1.3rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 580, ../scss/_product.scss */
  #product .product-detail-contents .roller-wash {
    font-size: 1.1rem;
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 590, ../scss/_product.scss */
  #product .product-detail-contents .roller-wash .new-product td {
    color: blue;
  }
}
@media only screen and (max-width: 768px) {
  /* line 590, ../scss/_product.scss */
  #product .product-detail-contents .roller-wash .new-product td {
    color: blue;
  }
}
@media only screen and (min-width: 769px) {
  /* line 600, ../scss/_product.scss */
  #product .product-detail-contents .roller-wash .table-comments td {
    text-align: right;
    color: red;
    padding: 15px 0px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 600, ../scss/_product.scss */
  #product .product-detail-contents .roller-wash .table-comments td {
    text-align: right;
    color: red;
    padding: 10px 0px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 616, ../scss/_product.scss */
  #product .product-detail-contents .roller-wash .table-img td:nth-child(odd) {
    padding: 5px 0px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 621, ../scss/_product.scss */
  #product .product-detail-contents .roller-wash .table-img td:nth-child(2) {
    background: url("/img/product/arrow_product_pc.jpg") 50px 30px no-repeat;
  }
}
@media only screen and (max-width: 768px) {
  /* line 621, ../scss/_product.scss */
  #product .product-detail-contents .roller-wash .table-img td:nth-child(2) {
    background: url("/img/product/arrow_product_sp.jpg") center 10px/15px no-repeat;
    padding: 0 25px;
  }
}
/* line 631, ../scss/_product.scss */
#product .product-detail-contents .roller-wash td {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 634, ../scss/_product.scss */
  #product .product-detail-contents .roller-wash td:nth-child(2) {
    padding-left: 30px;
    padding-right: 30px;
  }
}

/* line 648, ../scss/_product.scss */
#product .category-link-menu {
  margin-bottom: 80px;
}
@media only screen and (max-width: 768px) {
  /* line 648, ../scss/_product.scss */
  #product .category-link-menu {
    margin-top: -15px;
    margin-bottom: 40px;
  }
}
/* line 654, ../scss/_product.scss */
#product .category-link-menu li {
  float: left;
  font-weight: bold;
  border-bottom: 1px solid #c9c9c9;
}
@media only screen and (min-width: 769px) {
  /* line 654, ../scss/_product.scss */
  #product .category-link-menu li {
    width: 120px;
    margin-right: 10px;
    padding-bottom: 3px;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 663, ../scss/_product.scss */
  #product .category-link-menu li:last-child {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 654, ../scss/_product.scss */
  #product .category-link-menu li {
    width: 48%;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 670, ../scss/_product.scss */
  #product .category-link-menu li:nth-child(even) {
    float: right;
  }
}
/* line 674, ../scss/_product.scss */
#product .category-link-menu li a {
  display: block;
  padding-left: 25px;
  background: url("/img/icon_arrow_down3.png") center left no-repeat;
  background-size: 16px auto;
}
@media only screen and (min-width: 769px) {
  /* line 680, ../scss/_product.scss */
  #product .category-link-menu li a:hover {
    opacity: 1.0;
    color: #439800;
  }
}
@media only screen and (max-width: 768px) {
  /* line 674, ../scss/_product.scss */
  #product .category-link-menu li a {
    padding: 8px 0 8px 20px;
    background-size: 12px auto;
  }
}

/* line 7, ../scss/_top.scss */
#top .bg-ttl {
  background: #fff url("../img/bg_side_shadow_pc.png") left top repeat-y;
}
@media only screen and (max-width: 768px) {
  /* line 7, ../scss/_top.scss */
  #top .bg-ttl {
    background-image: none;
  }
}
/* line 13, ../scss/_top.scss */
#top .area-ttl {
  font-weight: bold;
  font-size: 19px;
  font-size: 1.9rem;
}
@media only screen and (min-width: 769px) {
  /* line 13, ../scss/_top.scss */
  #top .area-ttl {
    width: 900px;
    margin: 0 auto;
    padding: 45px 0 15px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 13, ../scss/_top.scss */
  #top .area-ttl {
    padding: 25px 15px 0;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 25, ../scss/_top.scss */
#top .area-ttl span {
  margin-right: 15px;
  line-height: 1.0;
  font-weight: normal;
  color: #439800;
  font-size: 45px;
  font-size: 4.5rem;
}
@media only screen and (max-width: 768px) {
  /* line 25, ../scss/_top.scss */
  #top .area-ttl span {
    margin-right: 10px;
    font-size: 37px;
    font-size: 3.7rem;
  }
}
/* line 38, ../scss/_top.scss */
#top .mainvisual-area .slider {
  width: 100%;
  margin-bottom: 0;
}
@media only screen and (min-width: 769px) {
  /* line 42, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide-bg {
    height: 750px;
  }
  /* line 44, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide-bg.slide-bg01 {
    background: transparent url("../img/top/mainvisual01_pc.png") center center no-repeat;
    background-size: cover;
  }
  /* line 48, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide-bg.slide-bg02 {
    background: transparent url("../img/top/mainvisual02_pc.png") center center no-repeat;
    background-size: cover;
  }
  /* line 52, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide-bg.slide-bg03 {
    background: transparent url("../img/top/mainvisual03_pc.png") center center no-repeat;
    background-size: cover;
  }
  /* line 56, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide-bg.slide-bg04 {
    background: transparent url("../img/top/mainvisual04_pc.png") center center no-repeat;
    background-size: cover;
  }
  /* line 61, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide-bg2 {
    height: 480px;
  }
  /* line 63, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide-bg2.slide-bg01 {
    background: transparent url("../img/top/mainvisual01_2_pc.jpg") center center no-repeat;
    background-size: cover;
  }
  /* line 67, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide-bg2.slide-bg02 {
    background: transparent url("../img/top/mainvisual02_2_pc.jpg") center center no-repeat;
    background-size: cover;
  }
  /* line 71, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide-bg2.slide-bg03 {
    background: transparent url("../img/top/mainvisual03_2_pc.jpg") center center no-repeat;
    background-size: cover;
  }
  /* line 75, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide-bg2.slide-bg04 {
    background: transparent url("../img/top/mainvisual04_2_pc.jpg") center center no-repeat;
    background-size: cover;
  }
}
@media only screen and (max-width: 768px) {
  /* line 82, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  /* line 88, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide:before {
    display: block;
    content: "";
    padding-top: 80%;
  }
  /* line 93, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide .slide-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
  /* line 99, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide .slide-bg.slide-bg01 {
    background: transparent url("../img/top/mainvisual01_sp.png") center center no-repeat;
    background-size: cover;
  }
  /* line 103, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide .slide-bg.slide-bg02 {
    background: transparent url("../img/top/mainvisual02_sp.png") center center no-repeat;
    background-size: cover;
  }
  /* line 107, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide .slide-bg.slide-bg03 {
    background: transparent url("../img/top/mainvisual03_sp.png") center center no-repeat;
    background-size: cover;
  }
  /* line 111, ../scss/_top.scss */
  #top .mainvisual-area .slider .slide .slide-bg.slide-bg04 {
    background: transparent url("../img/top/mainvisual04_sp.png") center center no-repeat;
    background-size: cover;
  }
}
/* line 119, ../scss/_top.scss */
#top .mainvisual-area .slick-dots {
  position: relative;
  bottom: 0;
  margin-top: 10px;
}
/* line 123, ../scss/_top.scss */
#top .mainvisual-area .slick-dots li {
  margin: 0 2px;
}
@media only screen and (max-width: 768px) {
  /* line 123, ../scss/_top.scss */
  #top .mainvisual-area .slick-dots li {
    margin: 0 1px;
  }
}
/* line 128, ../scss/_top.scss */
#top .mainvisual-area .slick-dots li button:before {
  font-size: 13px;
  color: #bcbcbc;
  opacity: 1.0;
}
@media only screen and (max-width: 768px) {
  /* line 128, ../scss/_top.scss */
  #top .mainvisual-area .slick-dots li button:before {
    font-size: 11px;
  }
}
/* line 137, ../scss/_top.scss */
#top .mainvisual-area .slick-dots li.slick-active button:before {
  color: #4d4d4d;
}
/* line 143, ../scss/_top.scss */
#top .mainvisual-area .slide-box {
  text-align: center;
  position: relative;
  top: 262px;
  padding-top: 67px;
  background-image: url("../img/top/logo_mainvisual.png");
  background-position: center top;
  background-repeat: no-repeat;
  background-size: 131px auto;
}
@media only screen and (max-width: 768px) {
  /* line 143, ../scss/_top.scss */
  #top .mainvisual-area .slide-box {
    top: 25%;
    padding-top: 13.4%;
    background-size: 22% auto;
  }
}
@media only screen and (min-width: 769px) {
  /* line 157, ../scss/_top.scss */
  #top .mainvisual-area .slide-box.slide-box2 {
    top: 145px;
  }
}
/* line 162, ../scss/_top.scss */
#top .mainvisual-area .slide-box .ttl {
  font-size: 40px;
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  /* line 162, ../scss/_top.scss */
  #top .mainvisual-area .slide-box .ttl {
    font-size: 5.35vw;
  }
}
/* line 168, ../scss/_top.scss */
#top .mainvisual-area .slide-box .btn {
  width: 178px;
  height: 43px;
  line-height: 43px;
  margin: 15px auto 0;
    background: #439800;
    /* Old browsers */
    background: -moz-linear-gradient(left, #439800 25%, #439800 25%, #ff920d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #439800 25%, #439800 25%, #ff920d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #439800 25%, #439800 25%, #ff920d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439800', endColorstr='#ff920d',GradientType=1 );
    /* IE6-9 */
  font-size: 16px;
  font-size: 1.6rem;
}
#top .mainvisual-area .slide-box .btn a{
  background: #fff;
}
@media only screen and (min-width: 769px) {
  /* line 168, ../scss/_top.scss */
  #top .mainvisual-area .slide-box .btn {
    padding: 1px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 168, ../scss/_top.scss */
  #top .mainvisual-area .slide-box .btn {
    width: 180px;
    margin: 25px auto 0;
  }
}
/* line 186, ../scss/_top.scss */
#top .mainvisual-area .slide-box .btn a {
  color: #439800;
}
@media only screen and (min-width: 769px) {
  /* line 189, ../scss/_top.scss */
  #top .mainvisual-area .slide-box .btn a:hover {
    color: #fff;
    background: #439800;
    /* Old browsers */
    background: -moz-linear-gradient(left, #439800 25%, #439800 25%, #ff920d 100%);
    /* FF3.6-15 */
    background: -webkit-linear-gradient(left, #439800 25%, #439800 25%, #ff920d 100%);
    /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right, #439800 25%, #439800 25%, #ff920d 100%);
    /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#439800', endColorstr='#ff920d',GradientType=1 );
    /* IE6-9 */
  }
}
/* line 198, ../scss/_top.scss */
#top .mainvisual-area .slide-bg03 .ttl {
  color: #fff;
}
/* line 204, ../scss/_top.scss */
#top .product-area .area-ttl {
  padding-top: 20px;
}
/* line 207, ../scss/_top.scss */
#top .product-area .tab-menu {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  /* line 207, ../scss/_top.scss */
  #top .product-area .tab-menu {
    margin-top: -10px;
  }
}
/* line 212, ../scss/_top.scss */
#top .product-area .tab-menu li {
  float: left;
  width: 50%;
  height: 50px;
  line-height: 50px;
  text-align: center;
  font-weight: bold;
  background-color: #e0e0e0;
  border-top: 4px solid #e0e0e0;
  font-size: 16px;
  font-size: 1.6rem;
  -moz-transition: opacity 0.15s ease-in-out;
  -o-transition: opacity 0.15s ease-in-out;
  -webkit-transition: opacity 0.15s ease-in-out;
  transition: opacity 0.15s ease-in-out;
}
@media only screen and (max-width: 768px) {
  /* line 212, ../scss/_top.scss */
  #top .product-area .tab-menu li {
    height: 40px;
    line-height: 40px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 231, ../scss/_top.scss */
#top .product-area .tab-menu li:hover {
  cursor: pointer;
  opacity: 0.75;
}
/* line 235, ../scss/_top.scss */
#top .product-area .tab-menu li.on {
  background-color: transparent;
  border-top: 4px solid #439800;
  color: #439800;
}
/* line 239, ../scss/_top.scss */
#top .product-area .tab-menu li.on:hover {
  cursor: default;
  opacity: 1.0;
}
/* line 246, ../scss/_top.scss */
#top .product-area .product-list {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  /* line 246, ../scss/_top.scss */
  #top .product-area .product-list {
    width: 900px;
    margin: 30px auto 35px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 246, ../scss/_top.scss */
  #top .product-area .product-list {
    padding: 15px;
  }
}
/* line 255, ../scss/_top.scss */
#top .product-area .product-list li {
  margin-top: -2px;
}
@media only screen and (min-width: 769px) {
  /* line 255, ../scss/_top.scss */
  #top .product-area .product-list li {
    float: left;
    width: 450px;
    height: 115px;
  }
  /* line 261, ../scss/_top.scss */
  #top .product-area .product-list li .product-data {
    width: 430px;
    margin-right: 20px;
  }
  /* line 266, ../scss/_top.scss */
  #top .product-area .product-list li a:hover {
    opacity: 1.0;
    background-color: #eef6e7;
    color: #439800;
  }
  /* line 273, ../scss/_top.scss */
  #top .product-area .product-list li:nth-child(even) .product-data {
    margin-right: 0;
    margin-left: 20px;
  }
  /* line 278, ../scss/_top.scss */
  #top .product-area .product-list li:first-child, #top .product-area .product-list li:nth-child(2) {
    margin-top: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 255, ../scss/_top.scss */
  #top .product-area .product-list li {
    width: 100%;
    height: 101px;
  }
  /* line 286, ../scss/_top.scss */
  #top .product-area .product-list li .product-data {
    width: 100%;
  }
}
/* line 290, ../scss/_top.scss */
#top .product-area .product-list li .product-data {
  display: table;
  height: 100%;
  /*border-top: 2px solid #efefef;*/
  border-bottom: 2px solid #efefef;
}
#top .product-area .product-list li:first-child .product-data {border-top: 2px solid #efefef;}
#top .product-area .product-list li:nth-child(2) .product-data {border-top: 2px solid #efefef;}
/* line 296, ../scss/_top.scss */
#top .product-area .product-list li a {
  display: table;
  width: 100%;
  height: 100%;
}
/* line 301, ../scss/_top.scss */
#top .product-area .product-list li .ttl {
  color: #439800;
}
/* line 304, ../scss/_top.scss */
#top .product-area .product-list li .img {
  display: table-cell;
  vertical-align: middle;
  text-align: center;
  width: 110px;
}
@media only screen and (max-width: 768px) {
  /* line 304, ../scss/_top.scss */
  #top .product-area .product-list li .img {
    width: 97px;
  }
}
/* line 312, ../scss/_top.scss */
#top .product-area .product-list li .img .img-border {
  display: table-cell;
  width: 108px;
  height: 81px;
  vertical-align: middle;
  border: 1px solid #c9c9c9;
  background-color: #fff;
}
@media only screen and (max-width: 768px) {
  /* line 312, ../scss/_top.scss */
  #top .product-area .product-list li .img .img-border {
    width: 95px;
    height: 71px;
  }
}
/* line 324, ../scss/_top.scss */
#top .product-area .product-list li .img img {
  max-height: 100%;
}
/* line 328, ../scss/_top.scss */
#top .product-area .product-list li .txt-area {
  display: table-cell;
  vertical-align: middle;
  line-height: 1.6;
  padding-right: 10px;
  font-weight: bold;
}
@media only screen and (max-width: 768px) {
  /* line 328, ../scss/_top.scss */
  #top .product-area .product-list li .txt-area {
    line-height: 1.4;
  }
}
/* line 337, ../scss/_top.scss */
#top .product-area .product-list li .txt-area .ttl {
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  /* line 337, ../scss/_top.scss */
  #top .product-area .product-list li .txt-area .ttl {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 343, ../scss/_top.scss */
#top .product-area .product-list li .txt-area .txt {
  margin-top: 3px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 343, ../scss/_top.scss */
  #top .product-area .product-list li .txt-area .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 353, ../scss/_top.scss */
#top .product-area .category-list {
  overflow: hidden;
}
/* line 355, ../scss/_top.scss */
#top .product-area .category-list li {
  float: left;
  width: 25%;
  text-align: center;
  background-color: #fff;
  border-bottom: 2px solid #e5e5e5;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 355, ../scss/_top.scss */
  #top .product-area .category-list li {
    border-right: 2px solid #e5e5e5;
  }
  /* line 364, ../scss/_top.scss */
  #top .product-area .category-list li:nth-child(4n) {
    border-right: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 355, ../scss/_top.scss */
  #top .product-area .category-list li {
    width: 50%;
    font-size: 12px;
    font-size: 1.2rem;
  }
  /* line 371, ../scss/_top.scss */
  #top .product-area .category-list li:nth-child(odd) {
    border-right: 1px solid #e5e5e5;
  }
  /* line 374, ../scss/_top.scss */
  #top .product-area .category-list li:nth-child(even) {
    border-left: 1px solid #e5e5e5;
  }
}
/* line 378, ../scss/_top.scss */
#top .product-area .category-list li a {
  display: block;
  height: 200px;
}
@media only screen and (max-width: 768px) {
  /* line 378, ../scss/_top.scss */
  #top .product-area .category-list li a {
    display: table;
    width: 100%;
    height: 95px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 386, ../scss/_top.scss */
  #top .product-area .category-list li a:hover {
    opacity: 1.0;
    color: #439800;
  }
}
/* line 393, ../scss/_top.scss */
#top .product-area .category-list li .img {
  width: 94px;
  height: 68px;
  margin: 0 auto;
  padding: 40px 0 10px;
}
@media only screen and (max-width: 768px) {
  /* line 393, ../scss/_top.scss */
  #top .product-area .category-list li .img {
    display: table-cell;
    width: 60px;
    height: 45px;
    padding: 15px 0 5px 10px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) {
  /* line 406, ../scss/_top.scss */
  #top .product-area .category-list li .txt-area {
    display: table-cell;
    vertical-align: middle;
    text-align: left;
    padding-left: 10px;
  }
}
/* line 414, ../scss/_top.scss */
#top .product-area .category-list li .category-name-en {
  line-height: 1.0;
  color: #91c66a;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 414, ../scss/_top.scss */
  #top .product-area .category-list li .category-name-en {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 422, ../scss/_top.scss */
#top .product-area .category-list li .category-name {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 422, ../scss/_top.scss */
  #top .product-area .category-list li .category-name {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
/* line 432, ../scss/_top.scss */
#top .search-area {
  margin-top: -2px;
  padding: 15px 0;
  color: #fff;
  background: #262626 url("../img/bg_side_shadow_pc.png") left top repeat-y;
}
@media only screen and (max-width: 768px) {
  /* line 432, ../scss/_top.scss */
  #top .search-area {
    padding: 20px 0 25px;
    background-image: none;
  }
}
/* line 441, ../scss/_top.scss */
#top .search-area .ttl {
  font-weight: bold;
  color: #fff;
  margin-right: 10px;
  padding: 5px 0 5px 35px;
  background: transparent url("../img/top/icon_search.png") left top no-repeat;
  background-size: 25px auto;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (max-width: 768px) {
  /* line 441, ../scss/_top.scss */
  #top .search-area .ttl {
    display: block;
    padding: 0 0 0 30px;
    margin-bottom: 15px;
    background-size: 20px auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 457, ../scss/_top.scss */
#top .search-area .input {
  padding: 5px 10px;
  border: none;
  background-color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  /* line 457, ../scss/_top.scss */
  #top .search-area .input {
    width: 630px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 457, ../scss/_top.scss */
  #top .search-area .input {
    width: 98%;
    padding: 5px 1%;
  }
}
/* line 470, ../scss/_top.scss */
#top .search-area .btn {
  width: 80px;
  height: 34px;
  margin-left: 10px;
  color: #fff;
  border: none;
  background-color: #439800;
  transition-property: all;
  transition: 0.3s linear;
  font-size: 16px;
  font-size: 1.6rem;
  font-weight:600;
}
@media only screen and (max-width: 768px) {
  /* line 470, ../scss/_top.scss */
  #top .search-area .btn {
    display: block;
    width: 100%;
    height: 45px;
    margin-left: 0;
    margin-top: 10px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 488, ../scss/_top.scss */
  #top .search-area .btn:hover {
    cursor: pointer;
    color: #439800;
    border: 1px solid #439800;
    background-color: #fff;
  }
}
/* line 498, ../scss/_top.scss */
#top .topics-area {
  background: #f2f2f2 url("../img/bg_side_shadow_pc.png") left top repeat-y;
}
@media only screen and (max-width: 768px) {
  /* line 498, ../scss/_top.scss */
  #top .topics-area {
    background-image: none;
    padding-bottom: 30px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 504, ../scss/_top.scss */
  #top .topics-area .inner {
    width: 920px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 504, ../scss/_top.scss */
  #top .topics-area .inner {
    padding: 0 10px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 514, ../scss/_top.scss */
  #top .topics-area .area-ttl .btn {
    float: right;
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: -3px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 524, ../scss/_top.scss */
#top .topics-area .topic-list {
  overflow: hidden;
  padding: 40px 10px 60px;
}
@media only screen and (max-width: 768px) {
  /* line 524, ../scss/_top.scss */
  #top .topics-area .topic-list {
    padding: 20px 5px 5px;
  }
}
/* line 530, ../scss/_top.scss */
#top .topics-area .topic-list li {
  background-color: #fff;
  box-shadow: 0 0 12px rgba(0, 0, 0, 0.2);
}
@media only screen and (min-width: 769px) {
  /* line 530, ../scss/_top.scss */
  #top .topics-area .topic-list li {
    float: left;
    width: 286px;
    margin-top: 20px;
    margin-right: 21px;
  }
  /* line 538, ../scss/_top.scss */
  #top .topics-area .topic-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 530, ../scss/_top.scss */
  #top .topics-area .topic-list li {
    margin-top: 10px;
    box-shadow: 0 0 5px rgba(0, 0, 0, 0.2);
  }
}
/* line 546, ../scss/_top.scss */
#top .topics-area .topic-list li a {
  overflow: hidden;
  display: block;
  height: 100%;
  color: #439800;
}
/* line 552, ../scss/_top.scss */
#top .topics-area .topic-list li .img-area {
  position: relative;
}
/* line 554, ../scss/_top.scss */
#top .topics-area .topic-list li .img-area img {
  vertical-align: top;
}
@media only screen and (max-width: 768px) {
  /* line 552, ../scss/_top.scss */
  #top .topics-area .topic-list li .img-area {
    float: left;
  }
  /* line 559, ../scss/_top.scss */
  #top .topics-area .topic-list li .img-area .img {
    position: relative;
    overflow: hidden;
    width: 100px;
    height: 100px;
  }
  /* line 564, ../scss/_top.scss */
  #top .topics-area .topic-list li .img-area .img img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 164px;
    max-width: 164px;
    height: 100px;
    margin-top: -50px;
    margin-left: -82px;
  }
}
/* line 577, ../scss/_top.scss */
#top .topics-area .topic-list li .category-icon {
  position: absolute;
  top: 0;
  right: 0;
  width: 94px;
}
@media only screen and (max-width: 768px) {
  /* line 577, ../scss/_top.scss */
  #top .topics-area .topic-list li .category-icon {
    width: 70px;
  }
}
/* line 586, ../scss/_top.scss */
#top .topics-area .topic-list li .txt {
  padding: 20px 15px;
  font-weight: bold;
  font-size: 15px;
  font-size: 1.5rem;
}
@media only screen and (min-width: 769px) {
  /* line 586, ../scss/_top.scss */
  #top .topics-area .topic-list li .txt {
    min-height: 100px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 586, ../scss/_top.scss */
  #top .topics-area .topic-list li .txt {
    margin-left: 100px;
    padding: 10px 15px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 598, ../scss/_top.scss */
#top .topics-area .topic-list li .txt .date {
  display: block;
  color: #a3a3a3;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 598, ../scss/_top.scss */
  #top .topics-area .topic-list li .txt .date {
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 610, ../scss/_top.scss */
  #top .topics-area .btn {
    margin-top: 30px;
    height: 45px;
    line-height: 45px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 618, ../scss/_top.scss */
#top .recruit-area {
  color: #fff;
}
@media only screen and (min-width: 769px) {
  /* line 618, ../scss/_top.scss */
  #top .recruit-area {
    padding: 10px 0 90px;
    background: transparent url("../img/top/bg_recruit_pc.png") right top no-repeat;
    background-size: cover;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 618, ../scss/_top.scss */
  #top .recruit-area {
    padding: 5px 0 70px;
    background: transparent url("../img/top/bg_recruit_sp.png") right top no-repeat;
    background-size: cover;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 632, ../scss/_top.scss */
#top .recruit-area .area-ttl {
  color: #fff;
}
/* line 635, ../scss/_top.scss */
#top .recruit-area .catch-txt {
  margin-top: 10px;
  font-weight: bold;
  font-size: 22px;
  font-size: 2.2rem;
}
@media only screen and (max-width: 768px) {
  /* line 635, ../scss/_top.scss */
  #top .recruit-area .catch-txt {
    margin-top: 20px;
    font-size: 17px;
    font-size: 1.7rem;
  }
}
/* line 644, ../scss/_top.scss */
#top .recruit-area .txt {
  margin-top: 10px;
}
@media only screen and (min-width: 769px) {
  /* line 644, ../scss/_top.scss */
  #top .recruit-area .txt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 650, ../scss/_top.scss */
  #top .recruit-area .btn {
    width: 150px;
    height: 40px;
    line-height: 40px;
    margin-top: 30px;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 650, ../scss/_top.scss */
  #top .recruit-area .btn {
    height: 45px;
    line-height: 45px;
    margin-top: 40px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
/* line 664, ../scss/_top.scss */
#top .recruit-area .btn a {
  color: #262626;
  border: 1px solid transparent;
  background-color: #fff;
}
@media only screen and (min-width: 769px) {
  /* line 668, ../scss/_top.scss */
  #top .recruit-area .btn a:hover {
    color: #fff;
    border: 1px solid #fff;
    background-color: transparent;
  }
}
/* line 679, ../scss/_top.scss */
#top .pickup-area {
  padding-top: 0;
	padding-bottom: 30px;
}
@media only screen and (min-width: 769px) {
  /* line 682, ../scss/_top.scss */
  #top .pickup-area .pickup-list {
    padding: 50px 0 40px;
  }
  /* line 685, ../scss/_top.scss */
  #top .pickup-area .pickup-list li .thum {
    width: 286px;
    height: 180px;
  }
  /* line 688, ../scss/_top.scss */
  #top .pickup-area .pickup-list li .thum img {
    -moz-transition: -moz-transform 0.5s linear;
    -webkit-transition: -webkit-transform 0.5s linear;
    -o-transition: -o-transform 0.5s linear;
    -ms-transition: -ms-transform 0.5s linear;
    transition: transform 0.5s linear;
  }
  /* line 694, ../scss/_top.scss */
  #top .pickup-area .pickup-list li .thum img:hover {
    -webkit-transform: scale(1.2);
    -moz-transform: scale(1.2);
    -o-transform: scale(1.2);
    -ms-transform: scale(1.2);
    transform: scale(1.2);
  }
}

/* line 7, ../scss/_about.scss */
#about .txt-right {
  text-align: right;
}
/* line 10, ../scss/_about.scss */
#about .txt-center {
  text-align: center;
}
/* line 13, ../scss/_about.scss */
#about .txt-left {
  text-align: left;
}
/* line 16, ../scss/_about.scss */
#about .page-navi-area {
  border-color: #387108;
}
/* line 20, ../scss/_about.scss */
#about .page-navi li {
  width: 20%;
}
/* line 22, ../scss/_about.scss */
#about .page-navi li.on {
  border-color: #438d00;
}
/* line 25, ../scss/_about.scss */
#about .page-navi li:not(.on):hover {
  border-color: #438d00;
}
/* line 27, ../scss/_about.scss */
#about .page-navi li:not(.on):hover a:hover {
  opacity: 1.0;
}
/* line 34, ../scss/_about.scss */
#about .knowledge-contents .tab-menu-area {
  background-color: #439800;
}
@media only screen and (min-width: 769px) {
  /* line 37, ../scss/_about.scss */
  #about .knowledge-contents .tab-menu {
    display: table;
    width: 900px;
    margin: 0 auto;
    padding-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 37, ../scss/_about.scss */
  #about .knowledge-contents .tab-menu {
    padding: 15px 15px 10px 15px;
  }
}
/* line 47, ../scss/_about.scss */
#about .knowledge-contents .tab-menu li {
  font-weight: bold;
  color: #fff;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (min-width: 769px) {
  /* line 47, ../scss/_about.scss */
  #about .knowledge-contents .tab-menu li {
    display: table-cell;
    width: 50%;
    text-align: center;
    vertical-align: middle;
    padding: 10px 0;
    background-color: #439800;
    -moz-transition: opacity 0.15s ease-in-out;
    -o-transition: opacity 0.15s ease-in-out;
    -webkit-transition: opacity 0.15s ease-in-out;
    transition: opacity 0.15s ease-in-out;
  }
  /* line 62, ../scss/_about.scss */
  #about .knowledge-contents .tab-menu li:hover {
    cursor: pointer;
    opacity: 0.75;
  }
  /* line 66, ../scss/_about.scss */
  #about .knowledge-contents .tab-menu li.on {
    background-color: #fff;
  }
  /* line 68, ../scss/_about.scss */
  #about .knowledge-contents .tab-menu li.on:hover {
    cursor: default;
    opacity: 1.0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 47, ../scss/_about.scss */
  #about .knowledge-contents .tab-menu li {
    margin-bottom: 5px;
    padding: 10px;
    background: #72b240 url("../img/about/arrow_tab_sp.png") right 10px center no-repeat;
    background-size: 17px auto;
  }
  /* line 79, ../scss/_about.scss */
  #about .knowledge-contents .tab-menu li.on {
    background: #fff url("../img/about/arrow_tab_on_sp.png") right 10px center no-repeat;
    background-size: 17px auto;
  }
}
/* line 84, ../scss/_about.scss */
#about .knowledge-contents .tab-menu li.on {
  color: #439800;
}
@media only screen and (min-width: 769px) {
  /* line 89, ../scss/_about.scss */
  #about .knowledge-contents .tab-menu.three li {
    width: 33.333%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 96, ../scss/_about.scss */
  #about .knowledge-contents .contents-ttl-area {
    width: 900px;
    height: 300px;
    margin: 50px auto 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 96, ../scss/_about.scss */
  #about .knowledge-contents .contents-ttl-area {
    position: relative;
    top: 0;
    left: 0;
    width: 100%;
    height: auto;
  }
  /* line 108, ../scss/_about.scss */
  #about .knowledge-contents .contents-ttl-area:before {
    content: "";
    display: block;
    padding-top: 46.67%;
    margin-top: 15px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 114, ../scss/_about.scss */
  #about .knowledge-contents .contents-ttl-area .contents-ttl-bg {
    height: 100%;
  }
}
@media only screen and (max-width: 768px) {
  /* line 114, ../scss/_about.scss */
  #about .knowledge-contents .contents-ttl-area .contents-ttl-bg {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}
/* line 126, ../scss/_about.scss */
#about .ttl.contents-ttl-about{
  line-height: 1.4;
  text-align: center;
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  /* line 126, ../scss/_about.scss */
  #about .ttl.contents-ttl-about{
    width: 900px;
    margin: 50px auto;
    font-size: 26px;
    font-size: 2.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 126, ../scss/_about.scss */
  #about .ttl.contents-ttl-about{
    margin: 20px auto;
    font-size: 19px;
    font-size: 1.9rem;
  }
}
/* line 147, ../scss/_about.scss */
#about .ttl.contents-ttl-about span {
  width: 100%;
  height: 100%;
  vertical-align: middle;
}
/* line 155, ../scss/_about.scss */
#about .knowledge-contents .bar-ttl {
  margin: 50px 0 30px;
}
@media only screen and (max-width: 768px) {
  /* line 155, ../scss/_about.scss */
  #about .knowledge-contents .bar-ttl {
    margin: 25px 0 15px;
  }
}
/* line 161, ../scss/_about.scss */
#about .knowledge-contents .num-ttl {
  font-weight: bold;
}
/* line 163, ../scss/_about.scss */
#about .knowledge-contents .num-ttl .num {
  display: inline-block;
  padding-right: 15px;
  height: 25px;
  line-height: 1.0;
  vertical-align: middle;
  font-weight: normal;
  color: #439800;
  border-right: 1px dashed #bfbfbf;
  font-size: 40px;
  font-size: 4rem;
}
@media only screen and (max-width: 768px) {
  /* line 163, ../scss/_about.scss */
  #about .knowledge-contents .num-ttl .num {
    padding-right: 12px;
    height: 20px;
    border-right: 1px dotted #bfbfbf;
    font-size: 28px;
    font-size: 2.8rem;
  }
}
/* line 180, ../scss/_about.scss */
#about .knowledge-contents .num-ttl .ttl {
  display: inline-block;
  padding-left: 15px;
  line-height: 1.5;
  vertical-align: middle;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 180, ../scss/_about.scss */
  #about .knowledge-contents .num-ttl .ttl {
    padding-left: 12px;
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 192, ../scss/_about.scss */
#about .knowledge-contents .alpha-list {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 192, ../scss/_about.scss */
  #about .knowledge-contents .alpha-list {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 197, ../scss/_about.scss */
#about .knowledge-contents .alpha-list .alpha {
  display: table-cell;
  font-weight: bold;
  color: #439800;
}
/* line 202, ../scss/_about.scss */
#about .knowledge-contents .alpha-list .txt {
  display: table-cell;
}
/* line 206, ../scss/_about.scss */
#about .knowledge-contents .knowledge-list {
  border-top: 1px solid #c9c9c9;
}
/* line 208, ../scss/_about.scss */
#about .knowledge-contents .knowledge-list li {
  padding: 20px 0;
  border-bottom: 1px solid #c9c9c9;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 208, ../scss/_about.scss */
  #about .knowledge-contents .knowledge-list li {
    padding: 15px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 217, ../scss/_about.scss */
  #about .knowledge-contents .knowledge-list .img-txt {
    display: table;
    width: 100%;
  }
}
/* line 222, ../scss/_about.scss */
#about .knowledge-contents .knowledge-list .img-txt .img {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 222, ../scss/_about.scss */
  #about .knowledge-contents .knowledge-list .img-txt .img {
    display: table-cell;
    width: 300px;
    vertical-align: middle;
  }
}
@media only screen and (max-width: 768px) {
  /* line 222, ../scss/_about.scss */
  #about .knowledge-contents .knowledge-list .img-txt .img {
    text-align: center;
  }
  /* line 231, ../scss/_about.scss */
  #about .knowledge-contents .knowledge-list .img-txt .img img {
    width: 86.96%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 236, ../scss/_about.scss */
  #about .knowledge-contents .knowledge-list .img-txt .txt {
    display: table-cell;
    vertical-align: middle;
  }
}
/* line 248, ../scss/_about.scss */
#about .knowledge-contents .knowledge-list dl dt {
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 248, ../scss/_about.scss */
  #about .knowledge-contents .knowledge-list dl dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 255, ../scss/_about.scss */
#about .knowledge-contents .knowledge-list dl dd {
  margin-top: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 255, ../scss/_about.scss */
  #about .knowledge-contents .knowledge-list dl dd {
    margin-top: 10px;
  }
}
/* line 263, ../scss/_about.scss */
#about .knowledge-contents .flow-list {
  overflow: hidden;
  border: 1px solid #c9c9c9;
}
/* line 266, ../scss/_about.scss */
#about .knowledge-contents .flow-list li {
  float: left;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 266, ../scss/_about.scss */
  #about .knowledge-contents .flow-list li {
    width: 25%;
    padding: 30px 20px;
    border-right: 1px dashed #c9c9c9;
  }
  /* line 273, ../scss/_about.scss */
  #about .knowledge-contents .flow-list li:nth-child(4n) {
    border-right: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 266, ../scss/_about.scss */
  #about .knowledge-contents .flow-list li {
    width: 50%;
    padding: 25px 15px;
    border-right: 1px dotted #c9c9c9;
    border-top: 1px dotted #c9c9c9;
  }
  /* line 282, ../scss/_about.scss */
  #about .knowledge-contents .flow-list li:nth-child(even) {
    border-right: none;
  }
  /* line 285, ../scss/_about.scss */
  #about .knowledge-contents .flow-list li:nth-child(1), #about .knowledge-contents .flow-list li:nth-child(2) {
    border-top: none;
  }
}
/* line 291, ../scss/_about.scss */
#about .knowledge-contents .flow-list .icon {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 293, ../scss/_about.scss */
  #about .knowledge-contents .flow-list .icon img {
    width: 105px;
    margin-bottom: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 293, ../scss/_about.scss */
  #about .knowledge-contents .flow-list .icon img {
    width: 75%;
    margin-bottom: 35px;
  }
}
/* line 304, ../scss/_about.scss */
#about .knowledge-contents .flow-list .flow-ttl {
  text-align: center;
  font-weight: bold;
  color: #439800;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 304, ../scss/_about.scss */
  #about .knowledge-contents .flow-list .flow-ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 312, ../scss/_about.scss */
#about .knowledge-contents .flow-list .flow-ttl .num {
  display: block;
  width: 30px;
  margin: 0 auto;
  line-height: 1.2;
  font-weight: normal;
  border-bottom: 1px solid #439500;
  font-size: 30px;
  font-size: 3rem;
}
@media only screen and (max-width: 768px) {
  /* line 312, ../scss/_about.scss */
  #about .knowledge-contents .flow-list .flow-ttl .num {
    width: 24px;
    font-size: 24px;
    font-size: 2.4rem;
  }
}
/* line 325, ../scss/_about.scss */
#about .knowledge-contents .flow-list .flow-ttl .ttl {
  display: block;
  margin-top: 10px;
}
/* line 330, ../scss/_about.scss */
#about .knowledge-contents .flow-list .txt {
  margin-top: 10px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 330, ../scss/_about.scss */
  #about .knowledge-contents .flow-list .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 338, ../scss/_about.scss */
  #about .knowledge-contents .tbl-list-area {
    display: table;
    width: 100%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 343, ../scss/_about.scss */
  #about .knowledge-contents .tbl-list-area .tbl-list {
    display: table-cell;
  }
}
/* line 349, ../scss/_about.scss */
#about .knowledge-contents .knowledge-txt {
  margin-top: 35px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 349, ../scss/_about.scss */
  #about .knowledge-contents .knowledge-txt {
    margin-top: 20px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 356, ../scss/_about.scss */
#about .knowledge-contents .knowledge-txt strong {
  font-weight: bold;
  color: #439800;
}
/* line 361, ../scss/_about.scss */
#about .knowledge-contents .contents-txt {
  margin-bottom: 20px;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 361, ../scss/_about.scss */
  #about .knowledge-contents .contents-txt {
    margin-bottom: 15px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 369, ../scss/_about.scss */
#about .knowledge-contents .asta-txt {
  position: relative;
  padding-left: 18px;
}
@media only screen and (max-width: 768px) {
  /* line 369, ../scss/_about.scss */
  #about .knowledge-contents .asta-txt {
    padding-left: 15px;
  }
}
/* line 375, ../scss/_about.scss */
#about .knowledge-contents .asta-txt:before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  content: "※";
}
/* line 383, ../scss/_about.scss */
#about .knowledge-contents .knowledge-box {
  margin-top: 40px;
  padding: 20px;
  border: 1px solid #c9c9c9;
}
@media only screen and (max-width: 768px) {
  /* line 383, ../scss/_about.scss */
  #about .knowledge-contents .knowledge-box {
    padding: 15px;
  }
}
/* line 390, ../scss/_about.scss */
#about .knowledge-contents .knowledge-box .ttl {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 390, ../scss/_about.scss */
  #about .knowledge-contents .knowledge-box .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 398, ../scss/_about.scss */
#about .knowledge-contents .knowledge-box .txt {
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 398, ../scss/_about.scss */
  #about .knowledge-contents .knowledge-box .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 405, ../scss/_about.scss */
#about .knowledge-contents .next-btn-area {
  margin: 60px 0 110px;
}
@media only screen and (max-width: 768px) {
  /* line 405, ../scss/_about.scss */
  #about .knowledge-contents .next-btn-area {
    margin: 30px 0 50px;
  }
}
/* line 410, ../scss/_about.scss */
#about .knowledge-contents .next-btn-area .next-btn {
  width: 260px;
  height: 50px;
  line-height: 50px;
  margin: 0 auto;
  border: 1px solid #c9c9c9;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 410, ../scss/_about.scss */
  #about .knowledge-contents .next-btn-area .next-btn {
    width: 210px;
    height: 45px;
    line-height: 45px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 423, ../scss/_about.scss */
#about .knowledge-contents .next-btn-area .next-btn.btnL {
  width: 360px;
}
@media only screen and (max-width: 768px) {
  /* line 423, ../scss/_about.scss */
  #about .knowledge-contents .next-btn-area .next-btn.btnL {
    width: 280px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 429, ../scss/_about.scss */
  #about .knowledge-contents .next-btn-area .next-btn:hover {
    border: 1px solid transparent;
  }
}
/* line 434, ../scss/_about.scss */
#about .knowledge-contents .next-btn-area .next-btn a {
  padding-left: 15px;
  background: transparent url("../img/icon_arrow2.png") 15px center no-repeat;
  background-size: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 434, ../scss/_about.scss */
  #about .knowledge-contents .next-btn-area .next-btn a {
    background: transparent url("../img/icon_arrow2.png") 15px center no-repeat;
    background-size: 16px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 442, ../scss/_about.scss */
  #about .knowledge-contents .next-btn-area .next-btn a:hover {
    color: #fff;
    background: #439800 url("../img/icon_arrow.png") 15px center no-repeat;
    background-size: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 452, ../scss/_about.scss */
  #about .knowledge-contents .scroll-tbl-area {
    overflow-x: scroll;
  }
}
/* line 458, ../scss/_about.scss */
#about .knowledge-contents .scroll-tbl th {
  text-align: center;
  padding: 5px 0;
  vertical-align: middle;
  border-right: 1px solid #c9c9c9;
}
@media only screen and (max-width: 768px) {
  /* line 458, ../scss/_about.scss */
  #about .knowledge-contents .scroll-tbl th {
    display: table-cell;
    font-size: 10px;
    font-size: 1rem;
    border-bottom: 1px solid #c9c9c9;
  }
}
/* line 469, ../scss/_about.scss */
#about .knowledge-contents .scroll-tbl td {
  text-align: center;
  padding: 5px 0;
  border-right: 1px solid #c9c9c9;
}
@media only screen and (max-width: 768px) {
  /* line 469, ../scss/_about.scss */
  #about .knowledge-contents .scroll-tbl td {
    display: table-cell;
    font-size: 10px;
    font-size: 1rem;
  }
}
/* line 479, ../scss/_about.scss */
#about .knowledge-contents .tbl-caption {
  margin-bottom: 10px;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 479, ../scss/_about.scss */
  #about .knowledge-contents .tbl-caption {
    font-size: 14px;
    font-size: 1.4rem;
  }
}

/* line 495, ../scss/_about.scss */
#about .knowledge00 .knowledge-txt {
  margin-top: -35px;
}
@media only screen and (max-width: 768px) {
  /* line 495, ../scss/_about.scss */
  #about .knowledge00 .knowledge-txt {
    margin-top: 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 502, ../scss/_about.scss */
  #about .index-list {
    margin-top: 55px;
    border-bottom: 1px dashed #c9c9c9;
  }
}
@media only screen and (max-width: 768px) {
  /* line 502, ../scss/_about.scss */
  #about .index-list {
    margin-top: 20px;
    padding: 0 15px 5px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 511, ../scss/_about.scss */
  #about .index-list li {
    height: 350px;
    margin: 0 auto;
    border-top: 1px dashed #c9c9c9;
  }
}
@media only screen and (max-width: 768px) {
  /* line 511, ../scss/_about.scss */
  #about .index-list li {
    padding-bottom: 20px;
    border-top: 1px dotted #c9c9c9;
  }
}
@media only screen and (min-width: 769px) {
  /* line 521, ../scss/_about.scss */
  #about .index-list li .inner {
    overflow: hidden;
  }
}
@media only screen and (max-width: 768px) {
  /* line 521, ../scss/_about.scss */
  #about .index-list li .inner {
    padding: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 529, ../scss/_about.scss */
  #about .index-list li .box {
    margin-top: -10px;
  }
}
/* line 534, ../scss/_about.scss */
#about .index-list li .ttl {
  padding: 35px 0 0 40px;
  line-height: 1.5;
  font-weight: bold;
  background-image: url("../img/about/bg_ttl.png");
  background-position: left top;
  background-repeat: no-repeat;
  background-size: 18px auto;
  font-size: 24px;
  font-size: 2.4rem;
}
@media only screen and (min-width: 769px) {
  /* line 534, ../scss/_about.scss */
  #about .index-list li .ttl {
    width: 360px;
    height: 33px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 534, ../scss/_about.scss */
  #about .index-list li .ttl {
    margin-left: 10px;
    padding: 30px 0 0 25px;
    background-size: 14px auto;
    font-size: 18px;
    font-size: 1.8rem;
  }
}
/* line 553, ../scss/_about.scss */
#about .index-list li .ttl span {
  display: inline-block;
  vertical-align: top;
}
/* line 557, ../scss/_about.scss */
#about .index-list li .ttl .txt-timmana {
  padding-right: 20px;
  font-weight: normal;
  color: #439800;
  font-size: 34px;
  font-size: 3.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 557, ../scss/_about.scss */
  #about .index-list li .ttl .txt-timmana {
    padding-right: 15px;
    font-size: 25px;
    font-size: 2.5rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 568, ../scss/_about.scss */
  #about .index-list li .btn-area {
    width: 400px;
    vertical-align: middle;
  }
}
/* line 573, ../scss/_about.scss */
#about .index-list li .btn-area .btn {
  height: 40px;
  line-height: 40px;
}
@media only screen and (min-width: 769px) {
  /* line 573, ../scss/_about.scss */
  #about .index-list li .btn-area .btn {
    width: 300px;
    margin: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 573, ../scss/_about.scss */
  #about .index-list li .btn-area .btn {
    width: 275px;
    margin: 15px auto;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 588, ../scss/_about.scss */
  #about .index-list li .img-area {
    width: 450px;
    vertical-align: middle;
    padding-left: 50px;
  }
  /* line 593, ../scss/_about.scss */
  #about .index-list li .img-area img {
    width: 420px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 588, ../scss/_about.scss */
  #about .index-list li .img-area {
    text-align: middle;
    margin-top: 20px;
    text-align: center;
  }
  /* line 601, ../scss/_about.scss */
  #about .index-list li .img-area img {
    width: 91.305%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 608, ../scss/_about.scss */
  #about .index-list li.left .ttl {
    width: 470px;
  }
  /* line 611, ../scss/_about.scss */
  #about .index-list li.left .img-area {
    float: right;
    text-align: right;
  }
  /* line 615, ../scss/_about.scss */
  #about .index-list li.left .btn-area {
    float: left;
    margin-top: 45px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 623, ../scss/_about.scss */
  #about .index-list li.right .ttl {
    float: right;
    margin-left: 500px;
  }
  /* line 627, ../scss/_about.scss */
  #about .index-list li.right .img-area {
    float: left;
    padding-left: 0;
    padding-right: 50px;
  }
  /* line 632, ../scss/_about.scss */
  #about .index-list li.right .btn-area {
    float: right;
    margin-top: 45px;
  }
}

/* line 648, ../scss/_about.scss */
#about .knowledge01 .contents-ttl-bg {
  background: transparent url("../img/about/01/bg_ttl_knowledge_pc.png") 0 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  /* line 648, ../scss/_about.scss */
  #about .knowledge01 .contents-ttl-bg {
    background: transparent url("../img/about/01/bg_ttl_knowledge_sp.png") 0 0 no-repeat;
    background-size: cover;
  }
}
/* line 657, ../scss/_about.scss */
#about #knowledge01-1 .num-list {
  overflow: hidden;
}
/* line 659, ../scss/_about.scss */
#about #knowledge01-1 .num-list li {
  display: table;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 659, ../scss/_about.scss */
  #about #knowledge01-1 .num-list li {
    float: left;
    width: 292px;
    height: 100px;
    margin: 0 11px 11px 0;
    padding-left: 14px;
  }
  /* line 669, ../scss/_about.scss */
  #about #knowledge01-1 .num-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 659, ../scss/_about.scss */
  #about #knowledge01-1 .num-list li {
    width: 100%;
    min-height: 70px;
    margin-bottom: 10px;
    padding: 15px;
  }
}
/* line 679, ../scss/_about.scss */
#about #knowledge01-1 .num-list li .num-ttl {
  display: table-cell;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  /* line 683, ../scss/_about.scss */
  #about #knowledge01-1 .num-list li .num-ttl .ttl .visible-pc {
    display: inline-block;
  }
}



@media only screen and (min-width: 769px) {#about #knowledge01-1 .num-list li .num-ttl .ttl03 {width: 200px;}}
@media only screen and (max-width: 768px) {#about #knowledge01-1 .num-list li .num-ttl .ttl03 {width: 80%;}}



/* line 692, ../scss/_about.scss */
#about #knowledge01-1 .alpha-list {
  padding: 20px;
  border: 1px solid #c9c9c9;
}
@media only screen and (max-width: 768px) {
  /* line 692, ../scss/_about.scss */
  #about #knowledge01-1 .alpha-list {
    padding: 15px;
  }
}
/* line 698, ../scss/_about.scss */
#about #knowledge01-1 .alpha-list li {
  margin-top: 3px;
}
/* line 702, ../scss/_about.scss */
#about #knowledge01-1 .knowledge-list {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 702, ../scss/_about.scss */
  #about #knowledge01-1 .knowledge-list {
    margin-top: 15px;
  }
}
/* line 710, ../scss/_about.scss */
#about #knowledge01-2 .flow-list {
  margin-top: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 710, ../scss/_about.scss */
  #about #knowledge01-2 .flow-list {
    margin-top: 20px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 716, ../scss/_about.scss */
  #about #knowledge01-2 .flow-list .icon img {
    width: 52.67%;
    margin-bottom: 20px;
  }
}
/* line 725, ../scss/_about.scss */
#about #knowledge01-2 .flow-img img {
  margin: 0 auto;
}

/* line 737, ../scss/_about.scss */
#about .knowledge02 .contents-ttl-bg {
  background: transparent url("../img/about/02/bg_ttl_knowledge02_pc.png") 0 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  /* line 737, ../scss/_about.scss */
  #about .knowledge02 .contents-ttl-bg {
    background: transparent url("../img/about/02/bg_ttl_knowledge02_sp.png") 0 0 no-repeat;
    background-size: cover;
  }
}
/* line 746, ../scss/_about.scss */
#about #knowledge02-1 .roller-list {
  overflow: hidden;
  border-top: 1px solid #c9c9c9;
}
/* line 749, ../scss/_about.scss */
#about #knowledge02-1 .roller-list li {
  float: left;
  text-align: center;
  border-left: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
  box-sizing: border-box;
}
@media only screen and (min-width: 769px) {
  /* line 749, ../scss/_about.scss */
  #about #knowledge02-1 .roller-list li {
    width: 25%;
  }
  /* line 757, ../scss/_about.scss */
  #about #knowledge02-1 .roller-list li:nth-child(4n) {
    border-right: 1px solid #c9c9c9;
  }
}
@media only screen and (max-width: 768px) {
  /* line 749, ../scss/_about.scss */
  #about #knowledge02-1 .roller-list li {
    width: 50%;
  }
  /* line 763, ../scss/_about.scss */
  #about #knowledge02-1 .roller-list li:nth-child(even) {
    border-right: 1px solid #c9c9c9;
  }
}
/* line 767, ../scss/_about.scss */
#about #knowledge02-1 .roller-list li .ttl {
  padding: 10px 0;
  font-weight: bold;
  background-color: #ebf3e4;
  border-bottom: 1px dashed #b8c0b3;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 767, ../scss/_about.scss */
  #about #knowledge02-1 .roller-list li .ttl {
    padding: 8px 0;
    border-bottom: 1px dotted #b8c0b3;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 779, ../scss/_about.scss */
#about #knowledge02-1 .roller-list li .img {
  padding: 45px 0;
}
@media only screen and (max-width: 768px) {
  /* line 779, ../scss/_about.scss */
  #about #knowledge02-1 .roller-list li .img {
    padding: 32px 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 784, ../scss/_about.scss */
  #about #knowledge02-1 .roller-list li .img img {
    width: 192px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 784, ../scss/_about.scss */
  #about #knowledge02-1 .roller-list li .img img {
    width: 83.97%;
  }
}
/* line 793, ../scss/_about.scss */
#about #knowledge02-1 .roller-list li .txt {
  padding: 20px;
  text-align: left;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 793, ../scss/_about.scss */
  #about #knowledge02-1 .roller-list li .txt {
    padding: 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 805, ../scss/_about.scss */
  #about #knowledge02-1 .roller-list.listB li {
    width: 250px;
  }
  /* line 808, ../scss/_about.scss */
  #about #knowledge02-1 .roller-list.listB li:nth-child(3n) {
    width: 400px;
    border-right: 1px solid #c9c9c9;
  }
}
@media only screen and (max-width: 768px) {
  /* line 805, ../scss/_about.scss */
  #about #knowledge02-1 .roller-list.listB li {
    float: none;
    width: 100%;
    border-right: 1px solid #c9c9c9;
  }
}
/* line 818, ../scss/_about.scss */
#about #knowledge02-1 .roller-list.listB li dt {
  border-bottom: none;
  background-color: #f5f5f5;
}
@media only screen and (max-width: 768px) {
  /* line 818, ../scss/_about.scss */
  #about #knowledge02-1 .roller-list.listB li dt {
    text-align: left;
    padding-left: 10px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 829, ../scss/_about.scss */
  #about #knowledge02-1 .knowledge-list li {
    padding: 50px 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 836, ../scss/_about.scss */
  #about #knowledge02-1 .knowledge-list .img-txt .img img {
    width: 264px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 836, ../scss/_about.scss */
  #about #knowledge02-1 .knowledge-list .img-txt .img img {
    width: 57.392%;
  }
}
/* line 847, ../scss/_about.scss */
#about #knowledge02-1 .knowledge-box {
  overflow: hidden;
}
@media only screen and (min-width: 769px) {
  /* line 849, ../scss/_about.scss */
  #about #knowledge02-1 .knowledge-box dl {
    float: left;
    width: 265px;
  }
}
/* line 855, ../scss/_about.scss */
#about #knowledge02-1 .knowledge-box dt {
  float: left;
}
/* line 858, ../scss/_about.scss */
#about #knowledge02-1 .knowledge-box dd {
  margin-left: 40px;
}
/* line 864, ../scss/_about.scss */
#about #knowledge02-2 .alpha-list {
  margin-top: 15px;
  border-top: 1px dashed #c9c9c9;
}
@media only screen and (max-width: 768px) {
  /* line 864, ../scss/_about.scss */
  #about #knowledge02-2 .alpha-list {
    border-top: 1px dotted #c9c9c9;
  }
}
/* line 870, ../scss/_about.scss */
#about #knowledge02-2 .alpha-list li {
  padding: 10px 0;
  border-bottom: 1px dashed #c9c9c9;
  font-size: 14px;
  font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 870, ../scss/_about.scss */
  #about #knowledge02-2 .alpha-list li {
    font-size: 13px;
    font-size: 1.3rem;
    border-bottom: 1px dotted #c9c9c9;
  }
}
/* line 878, ../scss/_about.scss */
#about #knowledge02-2 .alpha-list li .txt {
  font-weight: bold;
}
/* line 883, ../scss/_about.scss */
#about #knowledge02-2 .mt15 {
  margin-top: 15px;
}
/* line 886, ../scss/_about.scss */
#about #knowledge02-2 .crown-list {
  overflow: hidden;
}
/* line 888, ../scss/_about.scss */
#about #knowledge02-2 .crown-list li {
  text-align: center;
  border: 1px solid #c9c9c9;
  background-color: #ebf3e4;
}
@media only screen and (min-width: 769px) {
  /* line 888, ../scss/_about.scss */
  #about #knowledge02-2 .crown-list li {
    float: left;
    width: 290px;
    margin-right: 12px;
    padding: 20px 0;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 898, ../scss/_about.scss */
  #about #knowledge02-2 .crown-list li:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 888, ../scss/_about.scss */
  #about #knowledge02-2 .crown-list li {
    margin-top: 10px;
    padding: 15px 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
  /* line 906, ../scss/_about.scss */
  #about #knowledge02-2 .crown-list li:first-child {
    margin-top: 0;
  }
}
/* line 910, ../scss/_about.scss */
#about #knowledge02-2 .crown-list li .ttl {
  line-height: 1.4;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 910, ../scss/_about.scss */
  #about #knowledge02-2 .crown-list li .ttl {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 917, ../scss/_about.scss */
#about #knowledge02-2 .crown-list li .ttl span {
  font-weight: normal;
}
/* line 921, ../scss/_about.scss */
#about #knowledge02-2 .crown-list li .img {
  margin: 20px 0;
}
@media only screen and (max-width: 768px) {
  /* line 921, ../scss/_about.scss */
  #about #knowledge02-2 .crown-list li .img {
    margin: 15px;
  }
}
/* line 926, ../scss/_about.scss */
#about #knowledge02-2 .crown-list li .img img {
  width: 156px;
}
@media only screen and (max-width: 768px) {
  /* line 926, ../scss/_about.scss */
  #about #knowledge02-2 .crown-list li .img img {
    width: 36.742%;
  }
}
/* line 937, ../scss/_about.scss */
#about #knowledge02-3 .basic-tbl {
  margin: 25px 0 15px;
}
@media only screen and (max-width: 768px) {
  /* line 937, ../scss/_about.scss */
  #about #knowledge02-3 .basic-tbl {
    margin: 15px 0;
  }
}
/* line 942, ../scss/_about.scss */
#about #knowledge02-3 .basic-tbl th {
  text-align: center;
  vertical-align: middle;
  border-bottom: none;
  border-right: 1px solid #d4d4d4;
}
@media only screen and (max-width: 768px) {
  /* line 942, ../scss/_about.scss */
  #about #knowledge02-3 .basic-tbl th {
    display: table-cell;
    padding: 8px 5px;
  }
}
/* line 952, ../scss/_about.scss */
#about #knowledge02-3 .basic-tbl td {
  text-align: center;
  border-right: 1px solid #c0c0c0;
}
@media only screen and (max-width: 768px) {
  /* line 952, ../scss/_about.scss */
  #about #knowledge02-3 .basic-tbl td {
    display: table-cell;
    padding: 8px 10px;
  }
}

/* line 969, ../scss/_about.scss */
#about .knowledge03 .contents-ttl-bg {
  background: transparent url("../img/about/03/bg_ttl_knowledge03_pc.png") 0 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  /* line 969, ../scss/_about.scss */
  #about .knowledge03 .contents-ttl-bg {
    background: transparent url("../img/about/03/bg_ttl_knowledge03_sp.png") 0 0 no-repeat;
    background-size: cover;
  }
}
/* line 978, ../scss/_about.scss */
#about #knowledge03-1 .scroll-tbl-area {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 978, ../scss/_about.scss */
  #about #knowledge03-1 .scroll-tbl-area {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 984, ../scss/_about.scss */
  #about #knowledge03-1 .scroll-tbl {
    min-width: 680px;
  }
}
/* line 992, ../scss/_about.scss */
#about #knowledge03-2 .knowledge-list li {
  padding: 30px 0;
}
@media only screen and (max-width: 768px) {
  /* line 992, ../scss/_about.scss */
  #about #knowledge03-2 .knowledge-list li {
    padding: 15px 0;
  }
}
/* line 997, ../scss/_about.scss */
#about #knowledge03-2 .knowledge-list li .txt {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 997, ../scss/_about.scss */
  #about #knowledge03-2 .knowledge-list li .txt {
    margin-top: 10px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1005, ../scss/_about.scss */
  #about #knowledge03-2 .tbl-caption {
    margin-top: 30px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1005, ../scss/_about.scss */
  #about #knowledge03-2 .tbl-caption {
    margin-top: 15px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1013, ../scss/_about.scss */
  #about #knowledge03-2 .scroll-tbl {
    min-width: 450px;
  }
}
/* line 1017, ../scss/_about.scss */
#about #knowledge03-2 .scroll-tbl th {
  padding: 10px 0;
  border-bottom: none;
}
/* line 1020, ../scss/_about.scss */
#about #knowledge03-2 .scroll-tbl th.border {
  border-bottom: 1px solid #c0c0c0;
}
/* line 1024, ../scss/_about.scss */
#about #knowledge03-2 .scroll-tbl td {
  padding: 10px 0;
}
/* line 1027, ../scss/_about.scss */
#about #knowledge03-2 .scroll-tbl .left {
  text-align: left;
  padding-left: 10px;
  width: 110px;
}

/* line 1041, ../scss/_about.scss */
#about .knowledge04 .contents-ttl-bg {
  background: transparent url("../img/about/04/bg_ttl_knowledge04_pc.png") 0 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  /* line 1041, ../scss/_about.scss */
  #about .knowledge04 .contents-ttl-bg {
    background: transparent url("../img/about/04/bg_ttl_knowledge04_sp.png") 0 0 no-repeat;
    background-size: cover;
  }
}
/* line 1050, ../scss/_about.scss */
#about #knowledge04-1 .knowledge-txt {
  margin-bottom: 20px;
}
@media only screen and (max-width: 768px) {
  /* line 1050, ../scss/_about.scss */
  #about #knowledge04-1 .knowledge-txt {
    margin-bottom: 15px;
  }
}
/* line 1055, ../scss/_about.scss */
#about #knowledge04-1 .knowledge-txt strong {
  color: #262626;
}
@media only screen and (max-width: 768px) {
  /* line 1059, ../scss/_about.scss */
  #about #knowledge04-1 .contents-txt.txt-right {
    margin-bottom: 5px;
  }
}
/* line 1064, ../scss/_about.scss */
#about #knowledge04-1 .bg-num-list {
  overflow: hidden;
}
/* line 1066, ../scss/_about.scss */
#about #knowledge04-1 .bg-num-list li {
  display: table;
  float: left;
  text-align: center;
  font-weight: bold;
  border: 1px solid #c9c9c9;
  box-sizing: border-box;
  background-position: center center;
  background-repeat: no-repeat;
}
/* line 1075, ../scss/_about.scss */
#about #knowledge04-1 .bg-num-list li.list01 {
  background-image: url("../img/about/04/bg_list01.png");
}
/* line 1078, ../scss/_about.scss */
#about #knowledge04-1 .bg-num-list li.list02 {
  background-image: url("../img/about/04/bg_list02.png");
}
/* line 1081, ../scss/_about.scss */
#about #knowledge04-1 .bg-num-list li.list03 {
  background-image: url("../img/about/04/bg_list03.png");
}
/* line 1084, ../scss/_about.scss */
#about #knowledge04-1 .bg-num-list li.list04 {
  background-image: url("../img/about/04/bg_list04.png");
}
/* line 1087, ../scss/_about.scss */
#about #knowledge04-1 .bg-num-list li.list05 {
  background-image: url("../img/about/04/bg_list05.png");
}
/* line 1090, ../scss/_about.scss */
#about #knowledge04-1 .bg-num-list li.list06 {
  background-image: url("../img/about/04/bg_list06.png");
}
/* line 1093, ../scss/_about.scss */
#about #knowledge04-1 .bg-num-list li.list07 {
  background-image: url("../img/about/04/bg_list07.png");
}
/* line 1096, ../scss/_about.scss */
#about #knowledge04-1 .bg-num-list li.list08 {
  background-image: url("../img/about/04/bg_list08.png");
}
@media only screen and (min-width: 769px) {
  /* line 1066, ../scss/_about.scss */
  #about #knowledge04-1 .bg-num-list li {
    width: 216px;
    height: 120px;
    margin-right: 12px;
    margin-bottom: 12px;
    background-size: 92px auto;
    font-size: 16px;
    font-size: 1.6rem;
  }
  /* line 1106, ../scss/_about.scss */
  #about #knowledge04-1 .bg-num-list li:nth-child(4n) {
    margin-right: 0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1066, ../scss/_about.scss */
  #about #knowledge04-1 .bg-num-list li {
    width: 48.5%;
    height: 90px;
    margin-bottom: 10px;
    background-size: 69px auto;
    font-size: 14px;
    font-size: 1.4rem;
  }
  /* line 1116, ../scss/_about.scss */
  #about #knowledge04-1 .bg-num-list li:nth-child(odd) {
    margin-right: 10px;
  }
}
/* line 1120, ../scss/_about.scss */
#about #knowledge04-1 .bg-num-list li .txt {
  display: table-cell;
  height: 100%;
  vertical-align: middle;
}
@media only screen and (min-width: 769px) {
  /* line 1128, ../scss/_about.scss */
  #about #knowledge04-1 .basic-tbl th {
    text-align: center;
    border-right: 1px solid #c0c0c0;
    border-bottom: none;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1128, ../scss/_about.scss */
  #about #knowledge04-1 .basic-tbl th {
    display: table-cell;
    width: 29%;
    vertical-align: middle;
    border-bottom: 1px solid #c0c0c0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1142, ../scss/_about.scss */
  #about #knowledge04-1 .basic-tbl td {
    text-align: center;
    border-right: 1px solid #c0c0c0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1142, ../scss/_about.scss */
  #about #knowledge04-1 .basic-tbl td {
    display: table-cell;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 1152, ../scss/_about.scss */
#about #knowledge04-1 .basic-tbl .ttl {
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  /* line 1152, ../scss/_about.scss */
  #about #knowledge04-1 .basic-tbl .ttl {
    width: 160px;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1159, ../scss/_about.scss */
  #about #knowledge04-1 .basic-tbl .img {
    width: 360px;
  }
}
/* line 1164, ../scss/_about.scss */
#about #knowledge04-1 .basic-tbl .txt {
  text-align: left;
}
@media only screen and (max-width: 768px) {
  /* line 1168, ../scss/_about.scss */
  #about #knowledge04-1 .tbl01 {
    margin-bottom: 10px;
  }
}
/* line 1172, ../scss/_about.scss */
#about #knowledge04-1 .tbl01 .img {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 1174, ../scss/_about.scss */
  #about #knowledge04-1 .tbl01 .img img {
    width: 300px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1174, ../scss/_about.scss */
  #about #knowledge04-1 .tbl01 .img img {
    width: 76.954%;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1184, ../scss/_about.scss */
  #about #knowledge04-1 .tbl02 {
    margin-top: 100px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1184, ../scss/_about.scss */
  #about #knowledge04-1 .tbl02 {
    margin-bottom: 10px;
  }
  /* line 1190, ../scss/_about.scss */
  #about #knowledge04-1 .tbl02:first-child {
    margin-top: 25px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1194, ../scss/_about.scss */
  #about #knowledge04-1 .tbl02 .img {
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1198, ../scss/_about.scss */
  #about #knowledge04-1 .tbl02 .img img {
    width: 174px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1198, ../scss/_about.scss */
  #about #knowledge04-1 .tbl02 .img img {
    width: 60.64%;
  }
}
/* line 1208, ../scss/_about.scss */
#about #knowledge04-1 .tbl02 td dt {
  font-weight: bold;
}
@media only screen and (min-width: 769px) {
  /* line 1208, ../scss/_about.scss */
  #about #knowledge04-1 .tbl02 td dt {
    font-size: 14px;
    font-size: 1.4rem;
  }
}
/* line 1214, ../scss/_about.scss */
#about #knowledge04-1 .tbl02 td dd {
  margin-bottom: 15px;
}
/* line 1216, ../scss/_about.scss */
#about #knowledge04-1 .tbl02 td dd:last-child {
  margin-bottom: 0;
}
/* line 1224, ../scss/_about.scss */
#about #knowledge04-2 .btnL {
  width: 420px;
}
@media only screen and (max-width: 768px) {
  /* line 1224, ../scss/_about.scss */
  #about #knowledge04-2 .btnL {
    width: 330px;
  }
}
@media only screen and (max-width: 359px) {
  /* line 1224, ../scss/_about.scss */
  #about #knowledge04-2 .btnL {
    width: 290px;
    font-size: 12px;
    font-size: 1.2rem;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1234, ../scss/_about.scss */
  #about #knowledge04-2 .basic-tbl {
    margin-top: 40px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1234, ../scss/_about.scss */
  #about #knowledge04-2 .basic-tbl {
    margin-bottom: 10px;
  }
  /* line 1240, ../scss/_about.scss */
  #about #knowledge04-2 .basic-tbl:first-child {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1244, ../scss/_about.scss */
  #about #knowledge04-2 .basic-tbl th {
    text-align: center;
    border-right: 1px solid #c0c0c0;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1244, ../scss/_about.scss */
  #about #knowledge04-2 .basic-tbl th {
    display: table-cell;
    width: 29%;
    padding: 6px 10px;
    vertical-align: middle;
    border-bottom: 1px solid #c0c0c0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 1258, ../scss/_about.scss */
#about #knowledge04-2 .basic-tbl td {
  border-right: 1px solid #c0c0c0;
}
@media only screen and (min-width: 769px) {
  /* line 1258, ../scss/_about.scss */
  #about #knowledge04-2 .basic-tbl td {
    height: 120px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1258, ../scss/_about.scss */
  #about #knowledge04-2 .basic-tbl td {
    display: table-cell;
    padding: 6px 10px;
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 1269, ../scss/_about.scss */
#about #knowledge04-2 .basic-tbl .img {
  background-color: #ebf3e4;
}
@media only screen and (min-width: 769px) {
  /* line 1269, ../scss/_about.scss */
  #about #knowledge04-2 .basic-tbl .img {
    width: 160px;
    text-align: center;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1275, ../scss/_about.scss */
  #about #knowledge04-2 .basic-tbl .img img {
    width: 45px;
    margin-bottom: 10px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1275, ../scss/_about.scss */
  #about #knowledge04-2 .basic-tbl .img img {
    width: 33px;
    vertical-align: middle;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1286, ../scss/_about.scss */
  #about #knowledge04-2 .basic-tbl .txt01 {
    width: 360px;
  }
}
/* line 1290, ../scss/_about.scss */
#about #knowledge04-2 .basic-tbl .txt01 span {
  font-weight: bold;
}
/* line 1295, ../scss/_about.scss */
#about #knowledge04-2 .asta-txt {
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 1295, ../scss/_about.scss */
  #about #knowledge04-2 .asta-txt {
    margin-top: 15px;
  }
}
/* line 1301, ../scss/_about.scss */
#about #knowledge04-2 .img-area {
  text-align: center;
}
@media only screen and (min-width: 769px) {
  /* line 1303, ../scss/_about.scss */
  #about #knowledge04-2 .img-area img {
    width: 584px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1303, ../scss/_about.scss */
  #about #knowledge04-2 .img-area img {
    width: 96.523%;
    max-width: 666px;
  }
}
/* line 1321, ../scss/_about.scss */
#about .knowledge05 .contents-ttl-bg {
  background: transparent url("../img/about/05/bg_ttl_knowledge05_pc.png") 0 0 no-repeat;
}
@media only screen and (max-width: 768px) {
  /* line 1321, ../scss/_about.scss */
  #about .knowledge05 .contents-ttl-bg {
    background: transparent url("../img/about/05/bg_ttl_knowledge05_sp.png") 0 0 no-repeat;
    background-size: cover;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1331, ../scss/_about.scss */
  #about #knowledge05-1 .knowledge-list li {
    padding: 28px 0;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1338, ../scss/_about.scss */
  #about #knowledge05-1 .num-indent-list .txt {
    margin-left: 25px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1338, ../scss/_about.scss */
  #about #knowledge05-1 .num-indent-list .txt {
    margin-left: 23px;
  }
}
/* line 1349, ../scss/_about.scss */
#about #knowledge05-2 .img-area {
  text-align: center;
  margin-top: 30px;
}
@media only screen and (max-width: 768px) {
  /* line 1349, ../scss/_about.scss */
  #about #knowledge05-2 .img-area {
    margin-top: 20px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1355, ../scss/_about.scss */
  #about #knowledge05-2 .img-area img {
    width: 534px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 1360, ../scss/_about.scss */
  #about #knowledge05-2 .img-area .btn {
    width: 240px;
    height: 50px;
    line-height: 50px;
    margin: 40px auto 0;
    font-size: 16px;
    font-size: 1.6rem;
  }
}
@media only screen and (max-width: 768px) {
  /* line 1360, ../scss/_about.scss */
  #about #knowledge05-2 .img-area .btn {
    width: 210px;
    height: 45px;
    line-height: 45px;
    margin: 30px auto 0;
    font-size: 13px;
    font-size: 1.3rem;
  }
}

/* line 7, ../scss/_search.scss */
#search .product-list-contents {
  padding-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 7, ../scss/_search.scss */
  #search .product-list-contents {
    padding-bottom: 15px;
  }
}
/* line 12, ../scss/_search.scss */
#search .product-list-contents .contents-ttl:after {
  margin-bottom: 40px;
}
@media only screen and (max-width: 768px) {
  /* line 12, ../scss/_search.scss */
  #search .product-list-contents .contents-ttl:after {
    margin-bottom: 30px;
  }
}
#search .search-area {
    margin-top: -2px;
    padding: 15px 0px;
    color: #fff;
    background: #262626 url(../img/bg_side_shadow_pc.png) left top repeat-y;
}
@media only screen and (max-width: 768px){
	#search .search-area {
	    padding: 20px 0 25px;
	    background-image: none;
	}
}
@media only screen and (max-width: 768px){
	#search .search-inner {
	    padding: 0 15px;
	}
}
@media only screen and (min-width: 769px){
	#search .search-inner {
	    width: 900px;
	    margin: 0 auto;
	    padding: 0 15px;
	}
}
#search .search-area .ttl {
    font-weight: bold;
    color: #fff;
    margin-right: 10px;
    padding: 5px 0 5px 35px;
    background: transparent url(../img/top/icon_search.png) left top no-repeat;
    background-size: 25px auto;
    font-size: 15px;
    font-size: 1.5rem;
}
@media only screen and (max-width: 768px){
	#search .search-area .ttl {
	    display: block;
	    padding: 0 0 0 30px;
	    margin-bottom: 15px;
	    background-size: 20px auto;
	    font-size: 14px;
	    font-size: 1.4rem;
	}
}
#search .search-area .input {
    padding: 5px 10px;
    border: none;
    background-color: #fff;
    font-size: 14px;
    font-size: 1.4rem;
}
@media only screen and (max-width: 768px){
	#search .search-area .input {
	    width: 98%;
	    padding: 5px 1%;
	}
}
@media only screen and (min-width: 769px){
	#search .search-area .input {
	    width: 600px;
	}
}
#search .search-area .btn {
    width: 80px;
    height: 34px;
    margin-left: 10px;
    color: #fff;
    border: none;
    background-color: #439800;
    transition-property: all;
    transition: 0.3s linear;
    font-size: 16px;
    font-size: 1.6rem;
     font-weight:600;
}
@media only screen and (max-width: 768px){
	#search .search-area .btn {
	    display: block;
	    width: 100%;
	    height: 45px;
	    margin-left: 0;
	    margin-top: 15px;
	    font-size: 16px;
	    font-size: 1.6rem;
	}
}
@media only screen and (min-width: 769px) {
  /* line 488, ../scss/_top.scss */
  #search .search-area .btn:hover {
    cursor: pointer;
    color: #439800;
    border: 1px solid #439800;
    background-color: #fff;
  }
}


#search .product-list-contents .catch-txt {
    font-size: 20px;
    font-size: 2rem;
    margin:30px 0px;
}

@media only screen and (max-width: 768px){
	#search .product-list-contents .catch-txt {
	    font-size: 16px;
	    font-size: 1.6rem;
	}
}
/* line 18, ../scss/_search.scss */
#search .product-list-contents .product-list {
  margin-top: 30px;
  margin-bottom: 60px;
  padding:10px 0px;
  overflow: hidden;
}
@media only screen and (max-width: 768px) {
  /* line 18, ../scss/_search.scss */
  #search .product-list-contents .product-list {
    margin-top: 20px;
    margin-bottom: 40px;
  }
}
/* line 25, ../scss/_search.scss */
#search .product-list-contents .product-list li {
  margin-top: -6px;
  border-top: 1px solid #c9c9c9;
  border-bottom: 1px solid #c9c9c9;
}
@media only screen and (max-width: 768px) {
  /* line 25, ../scss/_search.scss */
  #search .product-list-contents .product-list li {
    margin-top: -1px;
  }
}
@media only screen and (min-width: 769px) {
  /* line 25, ../scss/_search.scss */
  #search .product-list-contents .product-list li {
    display: inline-block;
    width: 420px;
    height: 175px;
  }
  /* line 35, ../scss/_search.scss */
  #search .product-list-contents .product-list li:nth-child(even) {
    float: right;
  }
}
/* line 39, ../scss/_search.scss */
#search .product-list-contents .product-list li a {
  display: block;
}
@media only screen and (min-width: 769px) {
  /* line 42, ../scss/_search.scss */
  #search .product-list-contents .product-list li a:hover {
    background-color: #eef6e7;
    color: #439800;
    opacity: 1.0;
  }
}
/* line 51, ../scss/_search.scss */
#search .product-list-contents .product-list li a .ttl {
  color: #439800;
}
/* line 55, ../scss/_search.scss */
#search .product-list-contents .product-list li .img-txt {
  display: table;
    width: 100%;
    /* height: 100%; */
}
@media only screen and (min-width: 769px) {
  /* line 55, ../scss/_search.scss */
  #search .product-list-contents .product-list li .img-txt {
    padding: 20px 0;
    min-height: 135px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 55, ../scss/_search.scss */
  #search .product-list-contents .product-list li .img-txt {
    padding: 15px 15px 15px 0;
    min-height: 99px;
  }
}
@media only screen and (max-width: 768px) {
  /* line 55, ../scss/_search.scss */
  #search .product-list-contents .product-list li .img-border {
    display: table-cell;
    width: 180px;
    height: 135px;
    vertical-align: middle;
    border: 1px solid #c9c9c9;
    background-color: #fff;
  }
}
/* line 64, ../scss/_search.scss */
#search .product-list-contents .product-list li .img-area {
    display: table-cell;
    width: 180px;
    text-align: center;
    vertical-align: middle;
}
@media only screen and (max-width: 768px) {
  /* line 64, ../scss/_search.scss */
  #search .product-list-contents .product-list li .img-area {
    width: 135px;
  }
}
#search .product-list-contents .product-list li .img-border {
    display: table-cell;
    width: 180px;
    height: 135px;
    vertical-align: middle;
    border: 1px solid #c9c9c9;
    background-color: #fff;
}
@media only screen and (max-width: 768px){
	#search .product-list-contents .product-list li .img-border {
	    width: 135px;
	    height: 99px;
	}
}
/* line 70, ../scss/_search.scss */
#search .product-list-contents .product-list li .img-area img {
  max-height: 100%;
}
/* line 74, ../scss/_search.scss */
#search .product-list-contents .product-list li .txt-area {
  display: table-cell;
  vertical-align: middle;
  padding-right: 10px;
}
@media only screen and (max-width: 768px) {
  /* line 74, ../scss/_search.scss */
  #search .product-list-contents .product-list li .txt-area {
    margin-left: 150px;
    height:100px;
  }
}
@media only screen and (min-width: 769px) {
  #search .product-list-contents .product-list li .txt-area {
    height:137px;
  }
}
/* line 79, ../scss/_search.scss */
#search .product-list-contents .product-list li .txt-area .txt {
    margin-top: 10px;
    font-size: 14px;
    font-size: 1.4rem;
}
@media only screen and (max-width: 768px) {
  /* line 79, ../scss/_search.scss */
  #search .product-list-contents .product-list li .txt-area .txt {
    font-size: 13px;
    font-size: 1.3rem;
  }
}
/* line 85, ../scss/_search.scss */
#search .product-list-contents .product-list li .txt-area .ttl {
    font-weight: bold;
    color: #439800;
    font-size: 18px;
    font-size: 1.8rem;
}
@media only screen and (max-width: 768px) {
  /* line 85, ../scss/_search.scss */
  #search .product-list-contents .product-list li .txt-area .ttl {
    font-size: 15px;
    font-size: 1.5rem;
  }
}
/* line 96, ../scss/_search.scss */
#search .product-list-contents .pagination {
  position: relative;
  margin: 25px 15px 0;
  text-align: center;
  font-weight: bold;
  font-size: 16px;
  font-size: 1.6rem;
}
@media only screen and (max-width: 768px) {
  /* line 96, ../scss/_search.scss */
  #search .product-list-contents .pagination {
    margin: 25px 5px 0;
  }
}
/* line 105, ../scss/_search.scss */
#search .product-list-contents .pagination .prev {
  position: absolute;
  left: 0;
}
/* line 108, ../scss/_search.scss */
#search .product-list-contents .pagination .prev img {
  width: 12px;
  vertical-align: middle;
}
/* line 113, ../scss/_search.scss */
#search .product-list-contents .pagination .next {
  position: absolute;
  right: 0;
}
/* line 116, ../scss/_search.scss */
#search .product-list-contents .pagination .next img {
  width: 12px;
  vertical-align: middle;
}
/* line 121, ../scss/_search.scss */
#search .product-list-contents .pagination .current {
  color: #aaa;
}
/* line 124, ../scss/_search.scss */
#search .product-list-contents .pagination a, #search .product-list-contents .pagination span {
  display: inline-block;
  padding: 0 6px;
}

#recruit .recruit-article strong{
	font-weight: bold;
}
