@charset "UTF-8";
@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W0);
  font-weight: 100;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W1);
  font-weight: 200;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W2);
  font-weight: 300;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W3);
  font-weight: 400;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W4);
  font-weight: 500;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W5);
  font-weight: 600;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W6);
  font-weight: 700;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W7);
  font-weight: 800;
}

@font-face {
  font-family: "Hiragino Sans";
  src: local(HiraginoSans-W8);
  font-weight: 900;
}

@font-face {
  font-family: "Hiragino Sans W9";
  src: local(HiraginoSans-W9);
  font-weight: 900;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}

/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

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

* {
  -webkit-font-smoothing: antialiased;
  box-sizing: border-box;
  font-style: normal;
}

body {
  font-family: "Hiragino Sans", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Yu Gothic", YuGothic, "メイリオ", Meiryo, Helvetica, Arial, sans-serif;
  -webkit-text-size-adjust: 100%;
      -ms-text-size-adjust: 100%;
          text-size-adjust: 100%;
}

@media all and (min-device-width: 768px) {
  body {
    background: #fff;
    min-width: 100vw;
    -webkit-text-size-adjust: auto;
        -ms-text-size-adjust: auto;
            text-size-adjust: auto;
  }
}

@media all and (min-device-width: 1000px) {
  body {
    min-width: 1000px;
  }
}

.wrapper {
  position: relative;
}

@media all and (min-device-width: 768px) {
  .wrapper {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    width: 96vw;
  }
}

@media all and (min-device-width: 1000px) {
  .wrapper {
    width: 960px;
  }
}

main .wrapper {
  padding-right: 16px;
  padding-left: 16px;
}

@media all and (min-device-width: 768px) {
  main .wrapper {
    padding-right: 0;
    padding-left: 0;
  }
}

.page-header {
  padding-top: 28px;
}

@media all and (min-device-width: 768px) {
  .page-header {
    padding-top: 2.8vw;
  }
}

@media all and (min-device-width: 1000px) {
  .page-header {
    padding-top: 28px;
  }
}

.page-header__title {
  font-size: 18px;
  font-weight: bold;
}

@media all and (min-device-width: 768px) {
  .page-header__title {
    font-size: 1.8vw;
  }
}

@media all and (min-device-width: 1000px) {
  .page-header__title {
    font-size: 18px;
  }
}

.page-header .box--summary {
  margin-top: 45px;
  position: relative;
}

@media all and (min-device-width: 768px) {
  .page-header .box--summary {
    margin-top: 4.5vw;
  }
}

@media all and (min-device-width: 1000px) {
  .page-header .box--summary {
    margin-top: 45px;
  }
}

.page-body {
  padding-bottom: 75px;
}

@media all and (min-device-width: 768px) {
  .page-body {
    padding-bottom: 10.5vw;
  }
}

@media all and (min-device-width: 1000px) {
  .page-body {
    padding-bottom: 105px;
  }
}

.sec-head {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 30px;
  margin-top: 45px;
  padding-left: 30px;
  position: relative;
}

@media all and (min-device-width: 768px) {
  .sec-head {
    font-size: 2.4vw;
    margin-bottom: 4.5vw;
    margin-top: 7.5vw;
    padding-left: 3vw;
  }
}

@media all and (min-device-width: 1000px) {
  .sec-head {
    font-size: 24px;
    margin-bottom: 45px;
    margin-top: 75px;
    padding-left: 30px;
  }
}

.sec-head--small {
  font-size: 18px;
}

@media all and (min-device-width: 768px) {
  .sec-head--small {
    font-size: 2.4vw;
  }
}

@media all and (min-device-width: 1000px) {
  .sec-head--small {
    font-size: 24px;
  }
}

.sec-head:before {
  background: url(/assets/icon/ico__sechead.png) no-repeat 0 0;
  background-size: contain;
  content: "";
  display: block;
  height: 15px;
  left: 0;
  position: absolute;
  top: 0.5em;
  -webkit-transform: translate3d(0, -50%, 0);
          transform: translate3d(0, -50%, 0);
  width: 15px;
}

@media all and (min-device-width: 768px) {
  .sec-head:before {
    height: 1.5vw;
    width: 1.5vw;
  }
}

@media all and (min-device-width: 1000px) {
  .sec-head:before {
    height: 15px;
    width: 15px;
  }
}

.sec-head small {
  color: #666;
  display: block;
  font-size: 12px;
  margin-top: 10px;
}

@media all and (min-device-width: 768px) {
  .sec-head small {
    display: inline-block;
    font-size: 1.4vw;
  }
}

@media all and (min-device-width: 1000px) {
  .sec-head small {
    font-size: 14px;
  }
}

a {
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
  color: #000000;
  min-height: 1em;
  overflow: hidden;
  text-decoration: none;
  -webkit-transition: color 0;
  transition: color 0;
}

a:hover {
  color: #b3b3b3;
}

a:focus {
  outline: 0;
}

a.ico-pdf {
  position: relative;
}

a.ico-pdf:after {
  background: url("/assets/icon/pdf--grn.svg") no-repeat 50% 50%;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  font-size: 20px;
  height: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
}

@media all and (min-device-width: 768px) {
  a.ico-pdf:after {
    font-size: 2vw;
  }
}

@media all and (min-device-width: 1000px) {
  a.ico-pdf:after {
    font-size: 20px;
  }
}

a.ico-pdf:hover:after {
  background: url("/assets/icon/pdf--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

a.ico-dl {
  position: relative;
}

a.ico-dl:after {
  background: url("/assets/icon/download--grn.svg") no-repeat 50% 50%;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  font-size: 20px;
  height: 1em;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1em;
}

@media all and (min-device-width: 768px) {
  a.ico-dl:after {
    font-size: 2vw;
  }
}

@media all and (min-device-width: 1000px) {
  a.ico-dl:after {
    font-size: 20px;
  }
}

a.ico-dl:hover:after {
  background: url("/assets/icon/download--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

a:hover img {
  opacity: .6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

@media all and (min-device-width: 768px) {
  br.sp {
    display: none;
  }
}

br.pc {
  display: none;
}

@media all and (min-device-width: 768px) {
  br.pc {
    display: inline;
  }
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: top;
}

strong {
  font-weight: bold;
}

::-moz-selection {
  background-color: #c6d0cf;
  color: #ffffff;
}

::selection {
  background-color: #c6d0cf;
  color: #ffffff;
}

.wysiwyg p {
  margin-top: 1em;
}

.wysiwyg p:first-child {
  margin-top: 0;
}

.wysiwyg strong {
  font-weight: bold;
}

.wysiwyg em {
  display: inline-block;
  color: #666;
  font-size: 14px;
  line-height: 2;
}

@media all and (max-device-width: 767px) {
  .wysiwyg em {
    font-size: 12px;
  }
}

.wysiwyg ol,
.wysiwyg ul {
  padding-left: 1.5em;
}

.wysiwyg ol {
  list-style-type: decimal;
}

.wysiwyg ul {
  list-style-type: disc;
}

.wysiwyg a {
  color: #009342;
  text-decoration: underline;
}

/** sp **/
.top-promo h1 {
  display: none;
}

@media all and (max-device-width: 767px) {
  .top-promo h1 {
    display: block;
    position: absolute;
    left: 0px;
    top: 260px;
    padding: 0 16px;
    line-height: 1.8;
    letter-spacing: 3px;
    z-index: 999999;
    color: #fff;
    font-size: 18px;
    filter: drop-shadow(0 0 0.25rem black);
  }
}

@media all and (max-device-width: 767px) and (orientation: landscape) {
  .top-promo h1 {
    display: block;
    position: absolute;
    left: 0px;
    top: 400px;
    padding: 0 16px;
    line-height: 1.8;
    letter-spacing: 3px;
    z-index: 999999;
    color: #fff;
    font-size: 36px;
    filter: drop-shadow(0 0 0.25rem black);
  }
}
/** sp **/

.gnav-tabbed {
  position: relative;
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed {
    display: none;
  }
}

.gnav-tabbed__tablist {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed__tablist {
    margin-left: 1vw;
  }
}

@media all and (min-device-width: 1000px) {
  .gnav-tabbed__tablist {
    margin-left: 10px;
  }
}

.gnav-tabbed__tablist > li {
  background: #f1f2ed;
  border-left: 1px solid #d8d9e5;
  font-size: 12px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  padding: 0;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed__tablist > li {
    font-size: 1.4vw;
  }
}

@media all and (min-device-width: 1000px) {
  .gnav-tabbed__tablist > li {
    font-size: 14px;
  }
}

.gnav-tabbed__tablist > li:first-child {
  background: #009342;
  border-color: #009342;
  border-left: none;
  color: #fff;
}

.gnav-tabbed__tablist > li:first-child + li {
  border-left-color: #009342;
}

.gnav-tabbed__tablist > li a, .gnav-tabbed__tablist > li span {
  display: block;
  padding: 0 0.5em;
  text-align: center;
}

@media all and (min-device-width: 375px) {
  .gnav-tabbed__tablist > li a, .gnav-tabbed__tablist > li span {
    padding: 0 16px;
  }
}

.gnav-tabbed__body {
  position: relative;
  background: #fff;
  border: 1px solid #009342;
  border-top: 4px solid #009342;
  padding: 15px;
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed__body {
    -webkit-box-align: center;
    -webkit-align-items: center;
        -ms-flex-align: center;
            align-items: center;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    height: 7.4vw;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 2.3vw 0 3vw;
  }
}

@media all and (min-device-width: 1000px) {
  .gnav-tabbed__body {
    height: 73px;
    padding: 0 23px 0 30px;
  }
}

.gnav-tabbed__body .globalnav-search-heading {
  color: #b3b3b3;
  font-size: 10px;
  font-weight: bold;
  line-height: 1;
  padding: 1.5px 0 0 0;
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed__body .globalnav-search-heading {
    font-size: 1.4vw;
    padding: 0;
  }
}

@media all and (min-device-width: 1000px) {
  .gnav-tabbed__body .globalnav-search-heading {
    font-size: 14px;
  }
}

.gnav-tabbed__body .globalnav-search-by-scene {
  border-bottom: 1px solid #dae6df;
  margin-top: 15px;
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed__body .globalnav-search-by-scene {
    border-bottom: none;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-left: 2vw;
    margin-top: 0;
  }
}

@media all and (min-device-width: 1000px) {
  .gnav-tabbed__body .globalnav-search-by-scene {
    margin-left: 20px;
  }
}

.gnav-tabbed__body .globalnav-search-by-scene > li {
  border-top: 1px solid #dae6df;
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed__body .globalnav-search-by-scene > li {
    border-top: none;
    margin-right: 2.8vw;
  }
}

@media all and (min-device-width: 1000px) {
  .gnav-tabbed__body .globalnav-search-by-scene > li {
    margin-right: 28px;
  }
}

.gnav-tabbed__body .globalnav-search-by-scene > li > a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  height: 50px;
  line-height: 50px;
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed__body .globalnav-search-by-scene > li > a {
/*     font-size: 1.8vw; */
    font-size: 1.4vw;
    height: 5vw;
    line-height: 5vw;
  }
}

@media all and (min-device-width: 1000px) {
  .gnav-tabbed__body .globalnav-search-by-scene > li > a {
    font-size: 18px;
    height: 50px;
    line-height: 50px;
  }
}

.gnav-tabbed__body .globalnav-search-by-others {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-top: 15px;
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed__body .globalnav-search-by-others {
    margin-top: 0;
  }
}

.gnav-tabbed__body .globalnav-search-by-others > li {
  border-right: 1px solid #dae6df;
  padding: 0;
  width: 50%;
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed__body .globalnav-search-by-others > li {
    padding: 0 2.2vw;
    width: auto;
  }
}

@media all and (min-device-width: 1000px) {
  .gnav-tabbed__body .globalnav-search-by-others > li {
    padding: 0 22px;
    padding-top: 6px;
    padding-bottom: 6px;
  }
}

.gnav-tabbed__body .globalnav-search-by-others > li > a {
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 23px;
  line-height: 23px;
  padding: 0 25px 0 0;
}

.gnav-tabbed__body .globalnav-search-by-others > li > a:after {
  font-size: 1.3em;
}

.gnav-tabbed__body .globalnav-search-by-others > li > a span {
  position: relative;
  z-index: 2;
}

.gnav-tabbed__body .globalnav-search-by-others > li .pictbtn--loupe {
  overflow: visible;
  position: relative;
}

.gnav-tabbed__body .globalnav-search-by-others > li .pictbtn--loupe:before {
  content: '';
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  position: absolute;
  top: -25px;
  right: -24px;
  width: calc(100% + 50px);
  height: calc(100% + 50px);
  background-color: #009342;
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed__body .globalnav-search-by-others > li .pictbtn--loupe:before {
    content: '';
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    position: absolute;
    top: -19px;
    right: -18px;
    width: calc(100% + 41px);
    height: calc(100% + 34px);
    background-color: #009342;
  }
}

@media all and (max-device-width: 767px) {
  .gnav-tabbed__body .globalnav-search-by-others > li .pictbtn--loupe:before {
    right: -16px;
    top: -15px;
    width: calc(100% + 40px);
    height: calc(100% + 30px);
  }
}

.gnav-tabbed__body .globalnav-search-by-others > li .pictbtn--loupe:hover, .gnav-tabbed__body .globalnav-search-by-others > li .pictbtn--loupe.is-active {
  color: #ffffff;
}

.gnav-tabbed__body .globalnav-search-by-others > li .pictbtn--loupe:hover:before, .gnav-tabbed__body .globalnav-search-by-others > li .pictbtn--loupe.is-active:before {
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
}

.gnav-tabbed__body .globalnav-search-by-others > li .pictbtn--loupe:hover:after {
  background-image: url(/assets/icon/loupe--wht.svg);
}
.gnav-tabbed__body .globalnav-search-by-others > li .pictbtn--loupe.is-active:after {
  background-image: url(/assets/icon/loupe--wht2.svg);
  width: 10px;
}

.gnav-tabbed__body .globalnav-search-by-others > li:first-child {
  padding-right: 23px;
  border-left: 1px solid #dae6df;
}

.gnav-tabbed__body .globalnav-search-by-others > li:last-child {
  border-right: none;
  padding-left: 23px;
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed__body .globalnav-search-by-others > li:last-child {
    padding-right: 0;
  }
}

.gnav-tabbed__body .globalnav-search-searchBox {
  overflow: hidden;
  position: absolute;
  top: 69px;
  left: -1px;
  right: -1px;
  width: calc(100% + 2px);
  height: 0px;
  padding: 0 15px;
  border: 0px solid #009342;
  background-color: #ffffff;
  z-index: 1;
  -webkit-transition: height 200ms ease-in-out 0ms, padding 200ms ease-in-out 0ms, border-width 200ms ease-in-out 0ms;
  transition: height 200ms ease-in-out 0ms, padding 200ms ease-in-out 0ms, border-width 200ms ease-in-out 0ms;
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed__body .globalnav-search-searchBox {
    top: 52px;
  }
}

@media all and (max-device-width: 767px) {
  .gnav-tabbed__body .globalnav-search-searchBox {
    top: 249px;
  }
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed__body .globalnav-search-searchBox .search-query {
    width: 465px;
    margin: 0 auto;
  }
}

.gnav-tabbed__body .globalnav-search-searchBox .search-query .query-form {
  position: static;
  width: 100%;
  opacity: 1;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  -webkit-transform: inherit;
      -ms-transform: inherit;
          transform: inherit;
}

.gnav-tabbed__body .globalnav-search-searchBox .search-query .query-form input[type="text"] {
  width: calc(100% - 44px);
  height: 0;
  padding: 0px 15px;
  -webkit-transition: height 200ms ease-in-out 0ms, padding 200ms ease-in-out 0ms;
  transition: height 200ms ease-in-out 0ms, padding 200ms ease-in-out 0ms;
}

.gnav-tabbed__body .globalnav-search-searchBox .search-query .query-form input[type="submit"] {
  height: 0;
  -webkit-transition: height 200ms ease-in-out 0ms;
  transition: height 200ms ease-in-out 0ms;
}

.gnav-tabbed__body .globalnav-search-searchBox.is-active {
  height: auto;
  padding: 13px;
  border-width: 1px;
}

.gnav-tabbed__body .globalnav-search-searchBox.is-active .search-query .query-form {
  pointer-events: auto;
}

.gnav-tabbed__body .globalnav-search-searchBox.is-active .search-query .query-form input[type="text"] {
  height: 45px;
  padding: 6px 15px;
}

.gnav-tabbed__body .globalnav-search-searchBox.is-active .search-query .query-form input[type="submit"] {
  height: 45px;
}

@media all and (min-device-width: 768px) {
  .gnav-tabbed--top {
    display: block;
  }
}

.gnav-tabbed--top .gnav-tabbed__body {
  border-bottom: none;
}

.inquiry-box {
  margin-top: 30px;
}

.inquiry-box__heading {
  font-size: 14px;
  font-weight: bold;
  line-height: 1;
}

.inquiry-box__list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 16px;
}

.inquiry-box__list > dt {
  border-bottom: 1px solid #d8d9e5;
  color: #b3b3b3;
  font-size: 14px;
  font-weight: bold;
  height: 44px;
  line-height: 44px;
  width: 30%;
}

.inquiry-box__list > dd {
  border-bottom: 1px solid #d8d9e5;
  font-size: 18px;
  font-weight: bold;
  text-align: right;
  height: 44px;
  line-height: 44px;
  width: 70%;
}

.inquiry-box__note {
  color: #666;
  display: block;
  font-size: 10px;
  line-height: 2;
  margin-top: 10px;
  text-align: right;
}

@media all and (min-device-width: 768px) {
  .inquiry-box__note {
    text-align: left;
  }
}

@media all and (min-device-width: 768px) {
  .inquiry-box--hdr {
    display: none;
  }
}

@media all and (min-device-width: 768px) {
  .inquiry-box--ftr {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 19.5vw;
    width: 21.6vw;
  }
}

@media all and (min-device-width: 1000px) {
  .inquiry-box--ftr {
    top: 195px;
    width: 216px;
  }
}

@media all and (min-device-width: 768px) {
  .inquiry-box--ftr .inquiry-box__heading {
    font-size: 1.4vw;
  }
  .inquiry-box--ftr .inquiry-box__list > dt {
    border-bottom: none;
    font-size: 1.2vw;
    height: 2vw;
    line-height: 2vw;
    width: 40%;
  }
  .inquiry-box--ftr .inquiry-box__list > dd {
    border-bottom: none;
    font-size: 1.6vw;
    height: 2vw;
    line-height: 2vw;
    width: 60%;
  }
}

@media all and (min-device-width: 1000px) {
  .inquiry-box--ftr .inquiry-box__heading {
    font-size: 14px;
  }
  .inquiry-box--ftr .inquiry-box__list > dt {
    font-size: 12px;
    height: 20px;
    line-height: 20px;
  }
  .inquiry-box--ftr .inquiry-box__list > dd {
    font-size: 16px;
    height: 20px;
    line-height: 20px;
  }
}

.mag-bnr {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}

@media all and (min-device-width: 768px) {
  .mag-bnr {
    display: block;
  }
}

.mag-bnr > li {
  margin-bottom: 1px;
  width: calc((100% - 1px) / 2);
}

@media all and (min-device-width: 768px) {
  .mag-bnr > li {
    width: 100%;
  }
}

.mag-bnr__btn {
  background-color: #009342;
  border: 1px solid #009342;
  color: #fff;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 75px;
  line-height: 1.57143;
  position: relative;
  -webkit-transition: background-color 0.3s, color 0.3s;
  transition: background-color 0.3s, color 0.3s;
}

.mag-bnr__btn:after {
  background: #fff url("/assets/icon/arrow--grn.svg") no-repeat right bottom;
  background-size: contain;
  border: 1px solid #fff;
  border-radius: 1.4em;
  bottom: 15px;
  content: "";
  display: block;
  height: 1.4em;
  line-height: 1;
  position: absolute;
  right: 15px;
  width: 1.4em;
}

@media all and (min-device-width: 768px) {
  .mag-bnr__btn:after {
    bottom: 1.5vw;
    right: 1.5vw;
  }
}

@media all and (min-device-width: 1000px) {
  .mag-bnr__btn:after {
    background-image: url("/assets/icon/arrow--grn.png");
    background-size: 20px 20px;
    bottom: 15px;
    height: 20px;
    right: 15px;
    width: 20px;
  }
}

.mag-bnr__btn:hover:after {
  background-image: url("/assets/icon/arrow--lgy.svg");
  background-size: contain;
}

@media all and (min-device-width: 1000px) {
  .mag-bnr__btn:hover:after {
    background-image: url("/assets/icon/arrow--lgy.png");
  }
}

@media all and (min-device-width: 768px) {
  .mag-bnr__btn {
    font-size: 1.4vw;
    height: 7.5vw;
  }
}

@media all and (min-device-width: 1000px) {
  .mag-bnr__btn {
    font-size: 14px;
    height: 75px;
  }
}

.mag-bnr__btn:after {
  border: none;
  background: url("/assets/icon/arrow--wht.svg") no-repeat 50% 50%;
  background-size: contain;
}

.mag-bnr__btn:hover {
  background-color: #009342;
  color: #fff;
  opacity: 0.6;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=60)";
}

.mag-bnr__btn:hover:after {
  background: url("/assets/icon/arrow--wht.svg") no-repeat 50% 50%;
  background-size: contain;
  color: #fff;
}

.mag-bnr__btn--white {
  background-color: #fff;
  color: #009342;
}

.mag-bnr__btn--white:after {
  background: url("/assets/icon/arrow--grn.svg") no-repeat 50% 50%;
  background-size: contain;
  color: #009342;
}

.mag-bnr__btn--white:hover {
  background-color: #fff;
  color: #009342;
}

.mag-bnr__btn--white:hover:after {
  background: url("/assets/icon/arrow--grn.svg") no-repeat 50% 50%;
  background-size: contain;
  color: #009342;
}

.mag-bnr__btn > span {
  left: 25px;
  top: 15px;
  position: absolute;
}

@media all and (min-device-width: 768px) {
  .mag-bnr__btn > span {
    left: 2.5vw;
    top: 1.5vw;
  }
}

@media all and (min-device-width: 1000px) {
  .mag-bnr__btn > span {
    left: 25px;
    top: 15px;
  }
}

.mag-bnr--hdr {
  margin-top: 30px;
}

@media all and (min-device-width: 768px) {
  .mag-bnr--hdr {
    display: none;
  }
}

@media all and (min-device-width: 768px) {
  .mag-bnr--ftr {
    position: absolute;
    right: 0;
    top: 0;
    width: 21.6vw;
  }
}

@media all and (min-device-width: 1000px) {
  .mag-bnr--ftr {
    width: 216px;
  }
}

.nav-gen {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  position: relative;
}

.nav-gen > li {
  margin-right: 15px;
}

.nav-gen > li > a {
  font-size: 10px;
}

@media all and (min-device-width: 768px) {
  .nav-gen > li > a {
    font-size: 1.2vw;
  }
}

@media all and (min-device-width: 1000px) {
  .nav-gen > li > a {
    font-size: 12px;
  }
}

.nav-gen--hdr {
  margin-top: 16px;
}

@media all and (min-device-width: 768px) {
  .nav-gen--hdr {
    margin-top: 0;
    position: absolute;
    right: 0;
    top: 1.4vw;
  }
}

@media all and (min-device-width: 1000px) {
  .nav-gen--hdr {
    top: 14px;
  }
}

@media all and (min-device-width: 768px) {
  .nav-gen--hdr > li {
    margin-left: 1.7vw;
    margin-right: 0;
  }
}

@media all and (min-device-width: 1000px) {
  .nav-gen--hdr > li {
    margin-left: 17px;
  }
}

.nav-gen--top {
  background: #f1f2ed;
  border: 1px solid #009342;
  border-top: none;
  height: 43px;
  -webkit-justify-content: space-around;
      -ms-flex-pack: distribute;
          justify-content: space-around;
}

@media all and (min-device-width: 768px) {
  .nav-gen--top {
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}

.nav-gen--top > li {
  margin-right: 0;
}

@media all and (min-device-width: 768px) {
  .nav-gen--top > li {
    margin-right: 1.7vw;
  }
  .nav-gen--top > li:last-of-type {
    margin-right: 3vw;
  }
}

@media all and (min-device-width: 1000px) {
  .nav-gen--top > li {
    margin-right: 17px;
  }
  .nav-gen--top > li:last-of-type {
    margin-right: 30px;
  }
}

.nav-gen--top > li > a {
  display: block;
  height: 43px;
  line-height: 43px;
}

.nav-sns {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  margin-top: 45px;
  position: relative;
}

.nav-sns__item {
  height: 20px;
  overflow: hidden;
  position: relative;
  text-indent: 100%;
  white-space: nowrap;
  width: 20px;
}

.nav-sns__item--fb a:after {
  background: url("/assets/icon/sns-fb--grn.svg") no-repeat 50% 50%;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  height: 1.4em;
  top: 0;
  width: 1.4em;
}

.nav-sns__item--fb a:hover:after {
  background: url("/assets/icon/sns-fb--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
}

.nav-sns--hdr {
  bottom: 40px;
/*
  -webkit-box-pack: end;
  -webkit-justify-content: flex-end;
      -ms-flex-pack: end;
          justify-content: flex-end;
*/
}

@media all and (min-device-width: 768px) {
  .nav-sns--hdr {
    display: none;
  }
}

.nav-sns--ftr {
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
      -ms-flex-pack: start;
          justify-content: flex-start;
}

@media all and (min-device-width: 768px) {
  .nav-sns--ftr {
    bottom: 13.5vw;
    left: 0;
    margin-top: 0;
    position: absolute;
  }
}

@media all and (min-device-width: 1000px) {
  .nav-sns--ftr {
    bottom: 135px;
  }
}

#site-header {
  height: 85px;
  position: relative;
}

@media all and (min-device-width: 768px) {
  #site-header {
    height: 16.7vw;
  }
}

@media all and (min-device-width: 1000px) {
  #site-header {
    height: 167px;
  }
}

.hdr-logo {
  display: block;
  margin: 0;
  width: calc(100% - 75px);
}

@media all and (min-device-width: 768px) {
  .hdr-logo {
    left: 0;
    position: absolute;
    top: 0;
  }
}

.hdr-logo a {
  background: url(/assets/img/hdr-logo.png) no-repeat 16px 12px;
  background-size: 44px 49px;
  display: block;
  font-size: 14px;
  font-weight: bold;
  height: 85px;
  line-height: 1;
  padding: 25px 0 0 73px;
  white-space: nowrap;
}

@media all and (min-device-width: 768px) {
  .hdr-logo a {
    background: url(/assets/img/pc/hdr-logo.png) no-repeat 0 0;
    background-size: 6.8vw 7.4vw;
    font-size: 1.8vw;
    height: 7.4vw;
    margin-top: 4.5vw;
    padding: 2.2vw 0 0 8.7vw;
    width: 40vw;
  }
}

@media all and (min-device-width: 1000px) {
  .hdr-logo a {
    background: url(/assets/img/pc/hdr-logo.png) no-repeat 0 0;
    background-size: 68px 74px;
    font-size: 18px;
    height: 74px;
    margin-top: 45px;
    padding: 22px 0 0 87px;
    width: 400px;
  }
}

.hdr-navs .hdr-logo a {
  margin-left: -16px;
  margin-right: -16px;
}

@media all and (min-device-width: 768px) {
  .hdr-navs .hdr-logo a {
    display: none;
  }
}

.hdr-logo a i {
  color: #666;
  display: block;
  font-size: 8px;
  font-weight: normal;
  margin-bottom: 9px;
}

@media all and (min-device-width: 768px) {
  .hdr-logo a i {
    font-size: 1.1vw;
    margin-bottom: 1vw;
  }
}

@media all and (min-device-width: 1000px) {
  .hdr-logo a i {
    font-size: 11px;
    margin-bottom: 10px;
  }
}

#hdr-toggler {
  display: none;
}

label[for="hdr-toggler"] {
  display: block;
  height: 55px;
  position: fixed;
  right: 10px;
  top: 10px;
  width: 54px;
  z-index: 104;
}

label[for="hdr-toggler"]:before {
  background-color: #fff;
  border: 1px solid #009342;
  border-radius: 39px;
  bottom: 5px;
  box-shadow: 0 0 5px #ccc;
  content: "";
  display: block;
  height: 39px;
  left: 50%;
  position: absolute;
  -webkit-transform: translate3d(-50%, 0, 0);
          transform: translate3d(-50%, 0, 0);
  width: 39px;
}

label[for="hdr-toggler"] > i {
  display: block;
  height: 8px;
  left: 0;
  overflow: hidden;
  position: absolute;
  text-indent: 100%;
  top: 0;
  white-space: nowrap;
  width: 100%;
}

label[for="hdr-toggler"] > i.hdr-toggler-lbl-close {
  -webkit-animation: anim-lbl-close 0.3s;
          animation: anim-lbl-close 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: url(/assets/module/site-header/hdr-toggler-close.png) no-repeat 50% 0;
  background-size: contain;
}

label[for="hdr-toggler"] > i.hdr-toggler-lbl-open {
  -webkit-animation: anim-lbl-open 0.3s;
          animation: anim-lbl-open 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  background: url(/assets/module/site-header/hdr-toggler-open.png) no-repeat 50% 0;
  background-size: contain;
}

label[for="hdr-toggler"] > span {
  -webkit-animation: anim-border-close 0.3s;
          animation: anim-border-close 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
  display: block;
  height: 20px;
  left: 17px;
  position: absolute;
  top: 21px;
  width: 20px;
}

label[for="hdr-toggler"] > span > span {
  background-color: #009342;
  border-radius: 2px;
  display: block;
  height: 3px;
  position: absolute;
  -webkit-transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, -webkit-transform 0.3s;
  transition: opacity 0.3s, transform 0.3s;
  transition: opacity 0.3s, transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
}

label[for="hdr-toggler"] > span > span:nth-of-type(1) {
  top: 0;
}

label[for="hdr-toggler"] > span > span:nth-of-type(2) {
  top: 7px;
}

label[for="hdr-toggler"] > span > span:nth-of-type(3) {
  top: 14px;
}

#hdr-toggler:checked + label[for="hdr-toggler"] > i.hdr-toggler-lbl-close {
  -webkit-animation: anim-lbl-open 0.3s;
          animation: anim-lbl-open 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#hdr-toggler:checked + label[for="hdr-toggler"] > i.hdr-toggler-lbl-open {
  -webkit-animation: anim-lbl-close 0.3s;
          animation: anim-lbl-close 0.3s;
  -webkit-animation-fill-mode: forwards;
          animation-fill-mode: forwards;
}

#hdr-toggler:checked + label[for="hdr-toggler"] > span {
  -webkit-animation: anim-border-open 0.3s;
          animation: anim-border-open 0.3s;
}

#hdr-toggler:checked + label[for="hdr-toggler"] > span > span:nth-of-type(1) {
  -webkit-transform: translate3d(0, 7px, 0) rotate(-45deg);
          transform: translate3d(0, 7px, 0) rotate(-45deg);
}

#hdr-toggler:checked + label[for="hdr-toggler"] > span > span:nth-of-type(2) {
  opacity: 0;
  -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
}

#hdr-toggler:checked + label[for="hdr-toggler"] > span > span:nth-of-type(3) {
  -webkit-transform: translate3d(0, -7px, 0) rotate(45deg);
          transform: translate3d(0, -7px, 0) rotate(45deg);
}

@-webkit-keyframes anim-lbl-close {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  30% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@keyframes anim-lbl-close {
  0% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
  30% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
}

@-webkit-keyframes anim-lbl-open {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  30% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@keyframes anim-lbl-open {
  0% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  30% {
    -webkit-transform: scaleX(0);
            transform: scaleX(0);
  }
  100% {
    -webkit-transform: scaleX(1);
            transform: scaleX(1);
  }
}

@-webkit-keyframes anim-border-close {
  30% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes anim-border-close {
  30% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@-webkit-keyframes anim-border-open {
  30% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@keyframes anim-border-open {
  30% {
    -webkit-transform: scale(0);
            transform: scale(0);
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
  }
}

@media all and (min-device-width: 768px) {
  label[for="hdr-toggler"] {
    display: none;
  }
}

.hdr-navs {
  background: #ffffff;
  height: 100vh;
  left: 0;
  overflow-y: scroll;
  padding: 0 16px 16px 16px;
  position: fixed;
  top: 0;
  -webkit-transform: translate3d(0, -100%, 0);
          transform: translate3d(0, -100%, 0);
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  width: 100%;
  z-index: 103;
}

#hdr-toggler:checked ~ .hdr-navs {
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
}

@media all and (min-device-width: 768px) {
  .hdr-navs {
    background-color: transparent;
    height: auto;
    overflow-y: visible;
    padding: 0;
    position: relative;
    -webkit-transform: none;
        -ms-transform: none;
            transform: none;
  }
}

.hdr-alt-globalnav {
  display: none;
}

@media all and (min-device-width: 768px) {
  .hdr-alt-globalnav {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: end;
    -webkit-justify-content: flex-end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    position: absolute;
    right: 0;
    top: 9vw;
  }
  .hdr-alt-globalnav li {
    margin-left: 2vw;
  }
  .hdr-alt-globalnav li a {
    font-size: 1.8vw;
    font-weight: bold;
  }
}

@media all and (min-device-width: 1000px) {
  .hdr-alt-globalnav {
    top: 90px;
  }
  .hdr-alt-globalnav li {
    margin-left: 20px;
  }
  .hdr-alt-globalnav li a {
    font-size: 18px;
  }
}

#site-footer {
  background: #f6f7f2;
  padding: 30px 16px 27px 16px;
  position: relative;
}

@media all and (min-device-width: 768px) {
  #site-footer {
    padding: 7.5vw 0 0 0;
  }
}

@media all and (min-device-width: 1000px) {
  #site-footer {
    padding: 75px 0 0 0;
  }
}

@media all and (min-device-width: 768px) {
  #site-footer > .wrapper {
    background: url(/assets/img/pc/ftr-logo.png) no-repeat right 0 bottom 4.5vw;
    min-height: 42.2vw;
  }
}

@media all and (min-device-width: 1000px) {
  #site-footer > .wrapper {
    background: url(/assets/img/pc/ftr-logo.png) no-repeat right 0 bottom 45px;
    min-height: 422px;
  }
}

.ftr-sitemap {
  margin-top: 68px;
}

@media all and (min-device-width: 768px) {
  .ftr-sitemap {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    margin-top: 0;
  }
}

@media all and (min-device-width: 768px) {
  .ftr-sitemap > li {
    margin-right: 4.6vw;
  }
}

@media all and (min-device-width: 1000px) {
  .ftr-sitemap > li {
    margin-right: 46px;
  }
}

.ftr-sitemap > li > a {
  display: block;
  font-size: 18px;
  font-weight: bold;
  padding: 7px 0;
}

@media all and (min-device-width: 768px) {
  .ftr-sitemap > li > a {
    padding: 0;
    margin-bottom: 2vw;
  }
}

@media all and (min-device-width: 1000px) {
  .ftr-sitemap > li > a {
    margin-bottom: 20px;
  }
}

.ftr-sitemap > li > ul {
  display: none;
}

@media all and (min-device-width: 768px) {
  .ftr-sitemap > li > ul {
    display: block;
  }
}

.ftr-sitemap > li > ul > li > a {
  color: #666;
  display: block;
  font-size: 12px;
  line-height: 30px;
}

.ftr-sitemap > li > ul > li > a:hover {
  color: #ccc;
}

.ftr-gennav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-flex-wrap: wrap;
      -ms-flex-wrap: wrap;
          flex-wrap: wrap;
  margin-top: 30px;
}

@media all and (min-device-width: 768px) {
  .ftr-gennav {
    bottom: 7.6vw;
    -webkit-box-pack: start;
    -webkit-justify-content: start;
        -ms-flex-pack: start;
            justify-content: start;
    position: absolute;
  }
}

@media all and (min-device-width: 1000px) {
  .ftr-gennav {
    bottom: 76px;
  }
}

.ftr-gennav > li {
  margin-bottom: 0.5em;
}

@media all and (min-device-width: 768px) {
  .ftr-gennav > li {
    margin-right: 1.5vw;
    margin-bottom: 0;
  }
}

@media all and (min-device-width: 1000px) {
  .ftr-gennav > li {
    margin-right: 15px;
  }
}

.ftr-gennav > li > a {
  color: #b3b3b3;
  font-size: 10px;
  line-height: 1;
}

@media all and (min-device-width: 768px) {
  .ftr-gennav > li > a {
    color: #666;
    font-size: 1.2vw;
  }
}

@media all and (min-device-width: 1000px) {
  .ftr-gennav > li > a {
    font-size: 12px;
  }
}

.ftr-gennav > li > a:hover {
  color: #ccc;
}

.ftr-copyright {
  color: #b3b3b3;
  display: block;
  font-size: 10px;
  margin-top: 15px;
}

@media all and (min-device-width: 768px) {
  .ftr-copyright {
    bottom: 4.5vw;
    left: 0;
    margin-top: 0;
    position: absolute;
  }
}

@media all and (min-device-width: 1000px) {
  .ftr-copyright {
    bottom: 45px;
  }
}

.box {
  display: block;
  position: relative;
}

.box--summary {
  background-color: #f6f7f2;
  font-size: 14px;
  line-height: 2;
  padding: 1.3em 2em;
}

.pictbtn {
  display: inline-block;
  line-height: 1.25;
  padding-right: 1.6em;
  position: relative;
}

.pictbtn:hover {
  color: #b3b3b3;
}

.pictbtn:after {
  background: url("/assets/icon/arrow--grn.svg") no-repeat 50% 50%;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  height: 1.2em;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
      -ms-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.2em;
}

.pictbtn:hover:after {
  background: url("/assets/icon/arrow--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--large {
  padding-right: 2em;
}

.pictbtn--large:after {
  height: 1.4em;
  width: 1.4em;
}

.pictbtn--small {
  padding-right: 1.4em;
}

.pictbtn--small:after {
  height: 1em;
  width: 1em;
}

.pictbtn--rotate:after {
  -webkit-transform: translateY(-50%) rotate(-45deg);
      -ms-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}

.pictbtn--grn:after {
  background: url("/assets/icon/arrow--grn.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--blk:after {
  background: url("/assets/icon/arrow--blk.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--wht:after {
  background: url("/assets/icon/arrow--wht.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--gry:after {
  background: url("/assets/icon/arrow--gry.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--lgy:after {
  background: url("/assets/icon/arrow--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--arrow:after {
  background-image: url("/assets/icon/arrow--grn.svg");
  background-size: contain;
}

.pictbtn--arrow.pictbtn--grn:after {
  background: url("/assets/icon/arrow--grn.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--arrow.pictbtn--blk:after {
  background: url("/assets/icon/arrow--blk.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--arrow.pictbtn--wht:after {
  background: url("/assets/icon/arrow--wht.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--arrow.pictbtn--gry:after {
  background: url("/assets/icon/arrow--gry.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--arrow.pictbtn--lgy:after {
  background: url("/assets/icon/arrow--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--arrow:hover:after {
  background: url("/assets/icon/arrow--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--pdf:after {
  background-image: url("/assets/icon/pdf--grn.svg");
  background-size: contain;
}

.pictbtn--pdf.pictbtn--grn:after {
  background: url("/assets/icon/pdf--grn.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--pdf.pictbtn--blk:after {
  background: url("/assets/icon/pdf--blk.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--pdf.pictbtn--wht:after {
  background: url("/assets/icon/pdf--wht.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--pdf.pictbtn--gry:after {
  background: url("/assets/icon/pdf--gry.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--pdf.pictbtn--lgy:after {
  background: url("/assets/icon/pdf--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--pdf:hover:after {
  background: url("/assets/icon/pdf--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--query:after {
  background-image: url("/assets/icon/query--grn.svg");
  background-size: contain;
}

.pictbtn--query.pictbtn--grn:after {
  background: url("/assets/icon/query--grn.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--query.pictbtn--blk:after {
  background: url("/assets/icon/query--blk.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--query.pictbtn--wht:after {
  background: url("/assets/icon/query--wht.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--query.pictbtn--gry:after {
  background: url("/assets/icon/query--gry.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--query.pictbtn--lgy:after {
  background: url("/assets/icon/query--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--query:hover:after {
  background: url("/assets/icon/query--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--bldg:after {
  background-image: url("/assets/icon/bldg--grn.svg");
  background-size: contain;
}

.pictbtn--bldg.pictbtn--grn:after {
  background: url("/assets/icon/bldg--grn.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--bldg.pictbtn--blk:after {
  background: url("/assets/icon/bldg--blk.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--bldg.pictbtn--wht:after {
  background: url("/assets/icon/bldg--wht.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--bldg.pictbtn--gry:after {
  background: url("/assets/icon/bldg--gry.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--bldg.pictbtn--lgy:after {
  background: url("/assets/icon/bldg--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--bldg:hover:after {
  background: url("/assets/icon/bldg--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--loupe:after {
  background-image: url("/assets/icon/loupe--grn.svg");
  background-size: contain;
}

.pictbtn--loupe.pictbtn--grn:after {
  background: url("/assets/icon/loupe--grn.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--loupe.pictbtn--blk:after {
  background: url("/assets/icon/loupe--blk.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--loupe.pictbtn--wht:after {
  background: url("/assets/icon/loupe--wht.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--loupe.pictbtn--gry:after {
  background: url("/assets/icon/loupe--gry.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--loupe.pictbtn--lgy:after {
  background: url("/assets/icon/loupe--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--loupe:hover:after {
  background: url("/assets/icon/loupe--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--sns-fb:after {
  background-image: url("/assets/icon/sns-fb--grn.svg");
  background-size: contain;
}

.pictbtn--sns-fb.pictbtn--grn:after {
  background: url("/assets/icon/sns-fb--grn.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--sns-fb.pictbtn--blk:after {
  background: url("/assets/icon/sns-fb--blk.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--sns-fb.pictbtn--wht:after {
  background: url("/assets/icon/sns-fb--wht.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--sns-fb.pictbtn--gry:after {
  background: url("/assets/icon/sns-fb--gry.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--sns-fb.pictbtn--lgy:after {
  background: url("/assets/icon/sns-fb--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--sns-fb:hover:after {
  background: url("/assets/icon/sns-fb--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--plus:after {
  background-image: url("/assets/icon/plus--grn.svg");
  background-size: contain;
}

.pictbtn--plus.pictbtn--grn:after {
  background: url("/assets/icon/plus--grn.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--plus.pictbtn--blk:after {
  background: url("/assets/icon/plus--blk.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--plus.pictbtn--wht:after {
  background: url("/assets/icon/plus--wht.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--plus.pictbtn--gry:after {
  background: url("/assets/icon/plus--gry.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--plus.pictbtn--lgy:after {
  background: url("/assets/icon/plus--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--plus:hover:after {
  background: url("/assets/icon/plus--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--minus:after {
  background-image: url("/assets/icon/minus--grn.svg");
  background-size: contain;
}

.pictbtn--minus.pictbtn--grn:after {
  background: url("/assets/icon/minus--grn.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--minus.pictbtn--blk:after {
  background: url("/assets/icon/minus--blk.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--minus.pictbtn--wht:after {
  background: url("/assets/icon/minus--wht.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--minus.pictbtn--gry:after {
  background: url("/assets/icon/minus--gry.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--minus.pictbtn--lgy:after {
  background: url("/assets/icon/minus--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.pictbtn--minus:hover:after {
  background: url("/assets/icon/minus--lgy.svg") no-repeat 50% 50%;
  background-size: contain;
}

.boxbtn {
  display: block;
}

.boxbtn__more {
  background-color: #f1f2ed;
  border: none;
  font-size: 14px;
  font-weight: bold;
  height: 60px;
  padding: 0;
  width: 100%;
}

.boxbtn__more span {
  display: inline-block;
  position: relative;
}

.boxbtn__more span:after {
  background: url("/assets/icon/arrow--blk.svg") no-repeat 50% 50%;
  background-size: contain;
  content: "";
  display: block;
  position: absolute;
  display: inline-block;
  height: 1em;
  line-height: 1;
  margin-left: 8px;
  top: 50%;
  -webkit-transform: translateY(-50%) rotate(90deg);
      -ms-transform: translateY(-50%) rotate(90deg);
          transform: translateY(-50%) rotate(90deg);
  vertical-align: middle;
  width: 1em;
}

.table {
  position: relative;
  width: 100%;
}

@media all and (min-device-width: 768px) {
  .table {
    table-layout: fixed;
  }
}

.table tbody tr {
  border-bottom: 1px solid #dae6df;
  border-top: 1px solid #dae6df;
  margin-top: -1px;
  position: relative;
}

.table tbody tr th, .table tbody tr td {
  font-size: 12px;
  line-height: 1.5;
  padding: 0.8em 0;
}

.table tbody tr th {
  font-weight: bold;
  position: relative;
  text-align: left;
}

@media all and (min-device-width: 768px) {
  .table tbody tr th {
    font-size: 1.4vw;
  }
}

@media all and (min-device-width: 1000px) {
  .table tbody tr th {
    font-size: 14px;
  }
}

.listunit {
  position: relative;
}

.listunit__alllink {
  font-size: 12px;
  font-weight: bold;
  position: absolute;
  right: 0;
  top: 0.5em;
}


/** 20180808 **/
@media all and (max-device-width: 320px) {
  .hdr-logo a {
/*
    background: url(/assets/img/pc/hdr-logo.png) no-repeat 0 0;
    background-size: 68px 74px;
*/
    font-size: 10px;
/*
    height: 74px;
    margin-top: 45px;
    padding: 22px 0 0 87px;
    width: 100%;
*/
  }
}


/** 20180815 **/
#site-header .globalnav-search-by-others .pictbtn--bldg span {
  font-size: 11px;
}
#site-header .search-query .query-form {
  display: flex;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
}
#site-header .search-query .query-form input[type="text"] {
  width: 200px;
}
#site-header .search-query .query-form input[type="submit"] {
  overflow: hidden;
  text-indent: 100%;
  white-space: nowrap;
  background: #009342 url(/assets/icon/loupe--wht.svg) no-repeat 13px 12px;
  background-size: 19px 20px;
  border: none;
  display: block;
  padding: 0;
  text-indent: 150%;
  width: 44px;
}
