@charset "UTF-8";
/* http://meyerweb.com/eric/tools/css/reset/
   v2.0 | 20110126
   License: none (public domain)
*/
@import url("https://fonts.googleapis.com/css?family=M+PLUS+1p:400,500");
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;
}

/* ---- body.scss ---- */
/* カラー等定義 */
@font-face {
  font-family: "FontAwesome";
  src: url("../font/fa-regular-400.eot");
  src: url("../font/fa-regular-400.eot?#iefix") format("eot"), url("../font/fa-regular-400.woff") format("woff"), url("../font/fa-regular-400.ttf") format("truetype"), url("../font/fa-regular-400.svg#FontAwesome") format("svg");
  font-weight: normal;
  font-style: normal;
}

@font-face {
  font-family: "FontAwesome";
  src: url("../font/fa-solid-900.eot");
  src: url("../font/fa-solid-900.eot?#iefix") format("eot"), url("../font/fa-solid-900.woff") format("woff"), url("../font/fa-solid-900.ttf") format("truetype"), url("../font/fa-solid-900.svg#FontAwesome") format("svg");
  font-weight: bold;
  font-style: normal;
}

/* 全ページ共通 */
html, body {
  margin: 0;
  padding: 0;
  height: 100%;
  width: 100%;
}

body {
  background: #fff;
  color: #333;
  -webkit-text-size-adjust: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  font-family: "M PLUS 1p", "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", Meiryo, "メイリオ", Osaka, "MS PGothic", Arial, Helvetica, sans-serif;
  font-size: 16px;
  letter-spacing: 0.01em;
  min-height: 100vh;
  min-width: 980px;
  height: auto;
}

@media screen and (max-width: 768px) {
  body {
    min-width: 100%;
  }
}

body > .wrapper {
  min-height: 100vh;
  height: auto;
}

a {
  color: #00a63d;
  cursor: pointer;
  text-decoration: underline;
}

a:hover {
  color: #00732a;
  text-decoration: none;
}

div, section, header, footer, main, p, a,
span, table, th, td, button, input, textarea {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

p {
  line-height: 1.6;
  word-break: break-all;
  word-wrap: break-word;
}

ol li, ul li {
  word-break: break-all;
  word-wrap: break-word;
}

button,
textarea,
input,
select {
  background: none;
  border: none;
  border-radius: 0;
  font-weight: normal;
  margin: 0;
  padding: 0;
  outline: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

button::-webkit-search-decoration,
textarea::-webkit-search-decoration,
input::-webkit-search-decoration,
select::-webkit-search-decoration {
  display: none;
}

button::focus,
textarea::focus,
input::focus,
select::focus {
  outline-offset: -2px;
}

input, textarea, select {
  font-size: 16px;
}

input:focus, textarea:focus, select:focus,
button:focus, a:focus, a:active {
  outline: none;
}

:placeholder-shown {
  color: #afafaf;
}

::-webkit-input-placeholder {
  color: #afafaf;
}

:-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}

::-moz-placeholder {
  color: #afafaf;
  opacity: 1;
}

:-ms-input-placeholder {
  color: #afafaf;
}

/* ---- mixin.scss ---- */
.footer-nav, .header, .clearfix {
  zoom: 1;
}

.footer-nav:after, .header:after, .clearfix:after {
  clear: both;
  content: "";
  display: block;
}

/* ---- common.scss ---- */
/* コンテナー類 */
.wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100%;
}

.wrapper .wrapper-inner {
  background: url("../images/bg.png") no-repeat -250px 100% fixed;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin: 0;
  padding: 0;
  min-height: 100vh;
  width: 100%;
  z-index: 1;
}

@media screen and (max-width: 768px) {
  .wrapper .wrapper-inner {
    background: url("../images/bg.png") no-repeat -192px 100% fixed;
    background-size: 384px 460px;
  }
}

.main {
  margin: 120px auto 0;
  padding: 0;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .main {
    margin: 70px auto 0;
  }
}

.container {
  margin: auto;
  padding: 0 18px;
  width: 980px;
}

@media screen and (max-width: 768px) {
  .container {
    width: 100%;
  }
}

/* 共通要素類 */
.read {
  margin: 0 auto 24px;
}

.read p {
  font-size: 1rem;
  color: #333;
  font-weight: 500;
}

.text {
  margin: 0 auto 40px;
}

.text p {
  font-size: 0.875rem;
  color: #333;
  font-weight: 400;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .text p {
    padding: 0;
  }
}

.text-sub {
  margin: 0 auto 24px;
}

.text-sub p {
  font-size: 0.75rem;
  color: #333;
  font-weight: 400;
  padding: 0 15px;
}

@media screen and (max-width: 768px) {
  .text-sub p {
    padding: 0;
  }
}

.text-contact {
  margin: 30px auto;
  text-align: center;
}

.text-contact p {
  font-size: 1.125rem;
  color: #333;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .text-contact p {
    font-size: 1rem;
  }
}

.contents {
  margin: 0 auto 30px;
  max-width: 670px;
}

.contents p {
  font-size: 0.875rem;
  margin: 0 auto 20px;
}

.contents pre {
  font-size: 0.875rem;
  background: #eee;
  font-family: Consolas, "Menlo", "Courier New", Courier, monospace;
  font-weight: 400;
  line-height: 1.4;
  padding: 20px 32px;
  white-space: pre-wrap;
  word-break: break-all;
  word-wrap: break-all;
}

@media screen and (max-width: 768px) {
  .contents pre {
    padding: 16px 20px;
  }
}

.contents pre code span {
  color: #0000ff;
}

/* ---- button.scss ---- */
.button {
  font-size: 0.875rem;
  background: #00a63d;
  border: 1px solid #00a63d;
  color: #fff;
  cursor: pointer;
  display: block;
  margin: 0;
  padding: 0 14px 0 18px;
  text-align: center;
  text-decoration: none;
  white-space: nowrap;
  line-height: 34px;
  height: 34px;
}

.button::before {
  font-size: 0.875rem;
  font-family: "FontAwesome";
  content: "\f105";
  font-weight: 400;
  position: relative;
  top: 0;
  left: -6px;
}

.button:hover, .button:active, .button:focus {
  color: #fff;
  opacity: 0.9;
  text-decoration: none;
}

/* ---- footer.scss ---- */
.footer {
  margin-top: auto;
  padding: 40px 14px 14px;
  text-align: center;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .footer {
    text-align: left;
  }
}

.footer-nav {
  position: relative;
}

.footer-nav-share {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-align-content: center;
  -ms-flex-line-pack: center;
  align-content: center;
  text-align: left;
  position: absolute;
  bottom: 0;
  left: 0;
}

.footer-nav-share li {
  margin: 0 6px 0 0;
}

@media screen and (max-width: 768px) {
  .footer-nav-share {
    display: block;
    position: static;
  }
  .footer-nav-share li {
    display: inline-block;
    margin: 3px 3px 3px 0;
  }
  .footer-nav-share .facebook {
    display: block;
  }
}

.footer-nav-links {
  font-size: 0.625rem;
  display: inline;
}

.footer-nav-links a {
  color: #333;
  text-decoration: none;
}

.footer-nav-links a:hover {
  text-decoration: underline;
}

.footer-nav-credit {
  font-size: 0.625rem;
  display: inline;
  margin: 0 0 0 12px;
}

@media screen and (max-width: 768px) {
  .footer-nav-credit {
    display: block;
    margin: 0;
  }
}

.top .footer {
  padding: 80px 14px 14px;
}

@media screen and (max-width: 768px) {
  .top .footer {
    padding: 40px 7px 7px;
  }
}

.top .footer .footer-nav-links,
.top .footer .footer-nav-links a {
  color: #fff;
}

.banner-express {
  position: fixed;
  right: 0;
  bottom: 14px;
}

@media screen and (max-width: 768px) {
  .banner-express {
    bottom: 7px;
  }
}

.banner-express a {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background: url("../images/bn_hre.png") no-repeat 0 0;
  background-size: 100%;
  display: block;
  margin: 0 auto;
  height: 64px;
  width: 280px;
}

@media screen and (max-width: 768px) {
  .banner-express a {
    background: url("../images/bn_hre@2x.png") no-repeat 0 0;
    background-size: 100%;
    height: 74px;
    width: 122px;
  }
}

/* ---- form.scss ---- */
.input-text {
  filter: alpha(opacity=60);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.6;
  font-size: 1rem;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  cursor: text;
  line-height: 1.0;
  margin: 0;
  padding: 0 14px;
  height: 42px;
}

.input-text:focus, .input-text:active {
  filter: alpha(opacity=100);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 1;
}

@media screen and (max-width: 768px) {
  .input-text {
    padding: 0 10px;
    height: 38px;
  }
}

.input-postal-left {
  width: 80px;
}

@media screen and (max-width: 768px) {
  .input-postal-left {
    width: 54px;
  }
}

.input-postal-right {
  width: 120px;
}

@media screen and (max-width: 768px) {
  .input-postal-right {
    width: 64px;
  }
}

.select {
  filter: alpha(opacity=50);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.5;
  font-size: 1rem;
  background: #fff;
  border: 1px solid #fff;
  -webkit-appearance: none;
  -moz-appearance: none;
  -ms-appearance: none;
  appearance: none;
  color: #333;
  cursor: pointer;
  line-height: 1.0;
  margin: 0;
  padding: 0 14px;
  height: 42px;
  width: 260px;
}

@media screen and (max-width: 768px) {
  .select {
    height: 38px;
    width: 140px;
  }
}

.select:focus, .select:active {
  filter: alpha(opacity=100);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 1;
}

.select-wrap {
  position: relative;
  width: 260px;
}

@media screen and (max-width: 768px) {
  .select-wrap {
    width: 140px;
  }
}

.select-wrap::after {
  filter: alpha(opacity=50);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.5;
  font-size: 1.25rem;
  font-family: "FontAwesome";
  content: "\f107";
  color: #333;
  font-weight: 400;
  position: absolute;
  top: 11px;
  right: 14px;
  pointer-events: none;
}

.address-result .display-address {
  font-size: 1rem;
  background: #fff;
  border: 1px solid #ccc;
  color: #333;
  cursor: text;
  line-height: 1.0;
  margin: 0;
  padding: 0 14px;
  height: 42px;
}

@media screen and (max-width: 768px) {
  .address-result .display-address {
    height: 38px;
    margin: 10px 0 5px;
    padding: 0 10px;
    width: 100%;
  }
}

/* ---- header.scss ---- */
.header {
  background: #fff;
  border-bottom: 1px solid #ececec;
  position: absolute;
  top: 0;
  height: 76px;
  min-width: 980px;
  width: 100%;
  z-index: 99;
}

@media screen and (max-width: 768px) {
  .header {
    position: fixed;
    height: 43px;
    min-width: 100%;
  }
}

.header .menu-trigger, .header .modal-close {
  display: none;
}

@media screen and (max-width: 768px) {
  .header .menu-trigger, .header .modal-close {
    display: inline-block;
    position: fixed;
    top: 11px;
    left: 12px;
  }
}

.header-logo {
  margin: auto;
  padding: 10px 0 0;
  height: 76px;
  width: 288px;
}

.header-logo a {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background: url("../images/logo_geoapi_header.png") no-repeat 0 0;
  background-size: 100%;
  display: block;
  margin: auto;
  height: 54px;
  width: 288px;
}

@media screen and (max-width: 768px) {
  .header-logo {
    padding: 5px 0 0;
    height: 43px;
    width: 170px;
  }
  .header-logo a {
    height: 32px;
    width: 170px;
  }
}

.header-nav {
  float: left;
}

@media screen and (max-width: 768px) {
  .header-nav {
    display: none;
  }
  .header-nav.active, .header-nav.modal-close {
    background: rgba(0, 0, 0, 0.8);
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-flex-wrap: wrap;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    position: fixed;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    z-index: 999;
  }
}

.header-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 16px;
}

@media screen and (max-width: 768px) {
  .header-nav-list {
    display: block;
    margin: auto;
    padding: 0;
    text-align: center;
    width: 100%;
  }
}

.header-nav-list li {
  position: relative;
}

@media screen and (max-width: 768px) {
  .header-nav-list li {
    width: 100%;
  }
}

.header-nav-list li a {
  font-size: 1rem;
  color: #333;
  display: block;
  font-weight: 500;
  line-height: 76px;
  height: 76px;
  padding: 0 15px;
  text-decoration: none;
}

.header-nav-list li a:hover {
  color: #00a63d;
}

@media screen and (max-width: 768px) {
  .header-nav-list li a {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    color: #fff;
    line-height: 1em;
    height: auto;
    padding: 18px 0;
    width: 100%;
  }
  .header-nav-list li a:hover {
    color: #fff;
  }
}

.header-nav-list li.active a, .header-nav-list li.modal-close a {
  background: url("../images/border_header.png") repeat-x 0 100%;
  color: #00a63d;
}

@media screen and (max-width: 768px) {
  .header-nav-list li.active a, .header-nav-list li.modal-close a {
    background: no-repeat;
    color: #fff;
  }
}

.header-nav-list li.go-to-hre {
  display: none;
}

@media screen and (max-width: 768px) {
  .header-nav-list li.go-to-hre {
    border-top: 1px solid rgba(255, 255, 255, 0.2);
    display: block;
    padding: 36px 0 0;
  }
}

@media screen and (max-width: 768px) {
  .header-nav-list li.go-to-hre a {
    overflow: hidden;
    text-indent: 110%;
    white-space: nowrap;
    background: url("../images/bn_hre.png") no-repeat 0 0;
    background-size: 100%;
    border: none;
    display: block;
    margin: 0 auto;
    height: 64px;
    width: 280px;
  }
}

.header-inquiry {
  font-size: 0.6875rem;
  background: #00a63d;
  color: #fff;
  display: block;
  font-weight: 500;
  margin-left: auto;
  padding: 14px 0 0;
  position: absolute;
  top: 0;
  right: 0;
  text-align: center;
  text-decoration: none;
  height: 76px;
  width: 76px;
  z-index: 9999;
}

@media screen and (max-width: 768px) {
  .header-inquiry {
    font-size: 0.5625rem;
    position: fixed;
    padding: 4px 0 0;
    height: 42px;
    width: 64px;
  }
}

.header-inquiry:hover {
  filter: alpha(opacity=90);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.9;
  color: #fff;
}

.header-inquiry::before {
  font-size: 1.875rem;
  font-family: "FontAwesome";
  content: "\f086";
  color: #fff;
  display: block;
  font-weight: 600;
  margin: 0 auto 8px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .header-inquiry::before {
    font-size: 1.125rem;
    margin: 0 auto 4px;
  }
}

.top .header {
  display: none;
}

@media screen and (max-width: 768px) {
  .top .header {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .top .header-logo {
    display: none;
  }
}

.top .menu-trigger span, .top .modal-close span {
  background-color: #fff;
}

/* ハンバーガーアイコン */
.menu-trigger, .modal-close,
.menu-trigger span,
.modal-close span {
  display: inline-block;
  -webkit-transition: all .4s;
  transition: all .4s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

.menu-trigger, .modal-close {
  position: relative;
  height: 38px;
  width: 38px;
  z-index: 99999;
}

@media screen and (max-width: 768px) {
  .menu-trigger, .modal-close {
    height: 24px;
    width: 24px;
  }
}


.menu-trigger span,
.modal-close span {
  position: absolute;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #999;
  border-radius: 1.5px;
}

@media screen and (max-width: 768px) {
  
  .menu-trigger span,
  .modal-close span {
    border-radius: 1px;
    height: 2px;
  }
}

.menu-trigger span:nth-of-type(1), .modal-close span:nth-of-type(1) {
  top: 0;
}

.menu-trigger span:nth-of-type(2), .modal-close span:nth-of-type(2) {
  top: 12px;
}

@media screen and (max-width: 768px) {
  .menu-trigger span:nth-of-type(2), .modal-close span:nth-of-type(2) {
    top: 9px;
  }
}

.menu-trigger span:nth-of-type(3), .modal-close span:nth-of-type(3) {
  bottom: 10px;
}

@media screen and (max-width: 768px) {
  .menu-trigger span:nth-of-type(3), .modal-close span:nth-of-type(3) {
    bottom: 4px;
  }
}

.menu-trigger.active span:nth-of-type(1), .modal-close span:nth-of-type(1) {
  -webkit-transform: translateY(15px) rotate(-45deg);
  transform: translateY(15px) rotate(-45deg);
  background-color: #ccc;
}

@media screen and (max-width: 768px) {
  .menu-trigger.active span:nth-of-type(1), .modal-close span:nth-of-type(1) {
    -webkit-transform: translateY(7.8px) rotate(-45deg);
    transform: translateY(7.8px) rotate(-45deg);
  }
}

.menu-trigger.active span:nth-of-type(2), .modal-close span:nth-of-type(2) {
  background-color: #ccc;
  opacity: 0;
}

.menu-trigger.active span:nth-of-type(3), .modal-close span:nth-of-type(3) {
  -webkit-transform: translateY(-10px) rotate(45deg);
  transform: translateY(-10px) rotate(45deg);
  background-color: #ccc;
}

@media screen and (max-width: 768px) {
  .menu-trigger.active span:nth-of-type(3), .modal-close span:nth-of-type(3) {
    -webkit-transform: translateY(-10px) rotate(45deg);
    transform: translateY(-10px) rotate(45deg);
  }
}

/* ---- heading.scss ---- */
.heading-l2 {
  margin: 0 auto 36px;
  text-align: center;
}

.heading-l2-title {
  font-size: 1.5rem;
  border-bottom: 4px solid #00a63d;
  color: #333;
  display: inline-block;
  line-height: 1.2;
  font-weight: 500;
  padding: 0 0 4px;
}

.heading-l2-title br {
  display: none;
}

@media screen and (max-width: 768px) {
  .heading-l2-title br {
    display: block;
  }
}

@media screen and (max-width: 768px) {
  .heading-l2-title {
    font-size: 1.25rem;
  }
}

.heading-l2-title-sub {
  font-size: 1.125rem;
  color: inherit;
  display: inline-block;
  padding: 0 0 0 0.6em;
}

@media screen and (max-width: 768px) {
  .heading-l2-title-sub {
    font-size: 0.875rem;
  }
}

.heading-l3 {
  margin: 0 auto 40px;
  padding: 20px 0 0;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .heading-l3 {
    margin: 0 auto 20px;
    padding: 10px 0 0;
  }
}

.heading-l3-title {
  font-size: 1.125rem;
  background: #fff;
  color: #333;
  display: inline-block;
  font-weight: 500;
  line-height: 1.4;
  padding: 4px 20px;
}

@media screen and (max-width: 768px) {
  .heading-l3-title {
    font-size: 1rem;
  }
}

.heading-l3::after {
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  border-right: 1px solid #ccc;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  content: "";
  display: block;
  position: absolute;
  top: 35px;
  left: 0;
  height: 14px;
  width: 100%;
  z-index: -1;
}

@media screen and (max-width: 768px) {
  .heading-l3::after {
    top: 24px;
  }
}

.heading-l4 {
  margin: 0 auto 10px;
  text-align: left;
}

.heading-l4-title {
  font-size: 1rem;
  color: #00a63d;
  line-height: 1em;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .heading-l4-title {
    font-size: 0.875rem;
  }
}

/* ---- list.scss ---- */
.list {
  border: 1px solid #ccc;
  margin: 0 auto 24px;
  padding: 24px;
  max-width: 670px;
}

@media screen and (max-width: 768px) {
  .list {
    padding: 16px;
  }
}

.list-pin li {
  font-size: 1rem;
  color: #333;
  font-weight: 400;
  line-height: 28px;
  padding: 0 0 0 18px;
  position: relative;
}

@media screen and (max-width: 768px) {
  .list-pin li {
    font-size: 0.875rem;
    padding: 0 0 0 12px;
  }
}

.list-pin li a {
  font-weight: inherit;
}

.list-pin li::before {
  font-size: 0.875rem;
  font-family: "FontAwesome";
  content: "\f08d";
  color: #666;
  font-weight: 600;
  margin: auto 10px auto 0;
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (max-width: 768px) {
  .list-pin li::before {
    font-size: 0.75rem;
  }
}

/* ---- modal.scss ---- */
.modal {
  background: rgba(0, 0, 0, 0.8);
  display: none;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  padding: 0 50px;
  position: fixed;
  top: 0;
  left: 0;
  overflow-y: auto;
  height: 100%;
  width: 100%;
  z-index: 999;
}

@media screen and (max-width: 768px) {
  .modal {
    padding: 0 18px;
  }
}

.modal.active, .modal.modal-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

.modal-inner {
  width: 900px;
}

@media screen and (max-width: 768px) {
  .modal-inner {
    width: 100%;
  }
}

.modal-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  width: 100%;
}

.modal-nav-list li {
  line-height: 1.4;
  margin: 0 8px;
  text-align: center;
  height: 100%;
}

.modal-nav-list li a {
  font-size: 1rem;
  background: #fff;
  border-top: 3px solid #fff;
  color: #000;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  font-weight: 500;
  text-decoration: none;
  height: 54px;
  padding: 0 35px;
}

@media screen and (max-width: 768px) {
  .modal-nav-list li a {
    font-size: 0.75rem;
    height: 49px;
    padding: 0 24px;
  }
}

.modal-nav-list li a br {
  display: none;
}

@media screen and (max-width: 768px) {
  .modal-nav-list li a br {
    display: block;
  }
}

.modal-nav-list li.active a, .modal-nav-list li.modal-close a {
  background: #eaf8f0;
  border-top: 3px solid #00a63d;
}

.modal-block {
  background: #fff;
  margin: auto;
  padding: 0;
  position: relative;
  width: 100%;
}

.modal-block-bar {
  font-size: 0.875rem;
  background: #eaf8f0;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  padding: 0 12px;
  height: 64px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .modal-block-bar {
    font-size: 0.6875rem;
    display: block;
    height: auto;
    padding: 5px 10px;
  }
}

.modal-block-bar.search-by-address, .modal-block-bar.search-by-postal {
  display: none;
}

.modal-block-bar.search-by-address.active, .modal-block-bar.search-by-address.modal-close, .modal-block-bar.search-by-postal.active, .modal-block-bar.search-by-postal.modal-close {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 768px) {
  .modal-block-bar.search-by-address.active, .modal-block-bar.search-by-address.modal-close, .modal-block-bar.search-by-postal.active, .modal-block-bar.search-by-postal.modal-close {
    display: block;
  }
}

.modal-block-bar.search-by-address .postal, .modal-block-bar.search-by-postal .postal {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: start;
  -webkit-justify-content: flex-start;
  -ms-flex-pack: start;
  justify-content: flex-start;
}

@media screen and (max-width: 768px) {
  .modal-block-bar.search-by-address .postal, .modal-block-bar.search-by-postal .postal {
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin: 5px 0 0;
  }
}

.modal-block-bar.search-by-address .postal .input-text, .modal-block-bar.search-by-postal .postal .input-text {
  margin: 0 6px;
}

@media screen and (max-width: 768px) {
  .modal-block-bar.search-by-address .postal .input-text, .modal-block-bar.search-by-postal .postal .input-text {
    margin: 0 2px;
  }
}

.modal-block-bar.search-by-address .postal .button, .modal-block-bar.search-by-postal .postal .button {
  height: 42px;
  margin: 0 0 0 10px;
}

@media screen and (max-width: 768px) {
  .modal-block-bar.search-by-address .postal .button, .modal-block-bar.search-by-postal .postal .button {
    height: 38px;
    margin: 0 0 0 8px;
    padding: 0 10px 0 14px;
  }
}

@media screen and (max-width: 768px) {
  .modal-block-bar.search-by-address {
    text-align: center;
  }
}

@media screen and (max-width: 768px) {
  .modal-block-bar.search-by-address .select-wrap {
    display: inline-block;
    margin: 5px;
  }
}

.modal-block-bar.search-by-address br {
  display: none;
}

@media screen and (max-width: 768px) {
  .modal-block-bar.search-by-address br {
    display: block;
  }
}

.modal-block-map {
  overflow: hidden;
  height: 440px;
  width: 100%;
}

@media screen and (max-width: 768px) {
  .modal-block-map {
    height: 420px;
  }
}

.modal-close {
  position: absolute;
  top: 22px;
  left: 22px;
}

@media screen and (max-width: 768px) {
  .modal-close {
    top: 11px;
    left: 12px;
  }
}

.modal .heading-l2 {
  margin: auto auto 25px;
}

.modal .heading-l2 .heading-l2-title {
  color: #fff;
}

/* ---- notice.scss ---- */
.notice-area {
  background: #eaf8f0;
  margin: 0 auto 24px;
  padding: 16px;
}

@media screen and (max-width: 768px) {
  .notice-area {
    padding: 14px;
  }
}

.notice-area p {
  font-size: 0.875rem;
  color: #333;
  font-weight: 400;
}

.notice-area .button {
  margin-left: auto;
}

@media screen and (max-width: 768px) {
  .notice-area .button {
    margin: 10px auto 0;
    width: 140px;
  }
}

.notice-area.note {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
}

@media screen and (max-width: 768px) {
  .notice-area.note {
    display: block;
  }
}

.notice-area.note .note-title {
  font-size: 0.875rem;
  color: #333;
  font-weight: 500;
  display: block;
  line-height: 22px;
  margin: 0 16px 0 5px;
}

@media screen and (max-width: 768px) {
  .notice-area.note .note-title {
    margin: 0 0 5px;
  }
}

.notice-area.note .list-pin li {
  font-size: 0.75rem;
  line-height: 22px;
}

@media screen and (max-width: 768px) {
  .notice-area.note .list-pin li {
    font-size: 0.6875rem;
  }
}

.notice-area.note .list-pin li::before {
  font-size: 0.75rem;
  margin: auto 4px auto 0;
}

@media screen and (max-width: 768px) {
  .notice-area.note .list-pin li::before {
    font-size: 0.6875rem;
    margin: auto 0;
  }
}

/* ---- price.scss ---- */
.price-wrapper {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 40px auto;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .price-wrapper {
    margin: 20px auto;
  }
}

.price-box {
  border: 1px solid #ccc;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  -webkit-justify-content: space-around;
  -ms-flex-pack: distribute;
  justify-content: space-around;
  -webkit-align-content: space-around;
  -ms-flex-line-pack: distribute;
  align-content: space-around;
  margin: 0 10px;
  padding: 10px;
  height: 140px;
  width: 206px;
}

@media screen and (max-width: 768px) {
  .price-box {
    -webkit-box-flex: 1;
    -webkit-flex: 1 1 auto;
    -ms-flex: 1 1 auto;
    flex: 1 1 auto;
    margin: 0 6px 0 0;
    width: 50%;
  }
  .price-box + .price-box {
    margin: 0 0 0 6px;
  }
}

.price-title {
  font-size: 1rem;
  font-weight: 500;
  display: block;
  height: 40px;
}

@media screen and (max-width: 768px) {
  .price-title {
    font-size: 0.875rem;
  }
}

.price-title-sub {
  font-size: 0.75rem;
  display: block;
  font-weight: 500;
  margin: 6px 0 0;
}

@media screen and (max-width: 768px) {
  .price-title-sub {
    font-size: 0.625rem;
  }
}

.price-amount {
  font-size: 2.125rem;
  color: #00a63d;
  display: block;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .price-amount {
    font-size: 1.625rem;
  }
}

.price-tax {
  font-size: 0.875rem;
  color: #333;
  display: block;
  font-weight: 500;
}

@media screen and (max-width: 768px) {
  .price-tax {
    font-size: 0.625rem;
  }
}

/* ---- reference.scss ---- */
.reference-area {
  border: 1px solid #ccc;
  margin: 45px auto 24px;
  padding: 16px;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .reference-area {
    margin: 45px auto 16px;
  }
}

.reference-area p {
  font-size: 0.875rem;
  color: #333;
  font-weight: 400;
}

/* ---- table.scss ---- */
.table-main {
  margin: 0 auto 30px;
  width: 100%;
  word-break: break-all;
  word-wrap: break-all;
}

.table-main tr:nth-child(2n+1) td {
  background: #f5f5f5;
}

.table-main th {
  font-size: 0.75rem;
  background: #eaf8f0;
  border: 2px solid #fff;
  font-weight: 500;
  line-height: 1.6;
  padding: 5px 10px;
  text-align: left;
}

.table-main td {
  font-size: 0.875rem;
  background: #fafafa;
  border: 2px solid #fff;
  line-height: 1.6;
  padding: 8px 10px;
  text-align: left;
}

.table-main .field {
  white-space: nowrap;
}

.table-main .field br {
  display: none;
}

@media screen and (max-width: 768px) {
  .table-main .field br {
    display: block;
  }
}

/* ---- top.scss ---- */
.wrapper.top {
  background: url("../images/bg_top.jpg") no-repeat 50% 50%;
  background-size: cover;
}

.wrapper.top::after {
  filter: alpha(opacity=50);
  -ms-filter: 'alpha(opacity=($alpha * 10))';
  opacity: 0.5;
  background: #00240e;
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  z-index: 0;
}

.wrapper.top .wrapper-inner {
  background: url("../images/bg_top.png") no-repeat -250px 100%;
}

@media screen and (max-width: 768px) {
  .wrapper.top .wrapper-inner {
    background: url("../images/bg_top.png") no-repeat -192px 100% fixed;
    background-size: 384px 460px;
  }
}

.wrapper.top .header {
  background: transparent;
  border: none;
}

.wrapper.top .main .container {
  margin: 40px auto 20px;
}

@media screen and (max-width: 768px) {
  .wrapper.top .main .container {
    margin: 5px auto 20px;
    padding: 0;
  }
}

.wrapper.top .top-logo {
  overflow: hidden;
  text-indent: 110%;
  white-space: nowrap;
  background: url("../images/logo_geoapi_white.png") no-repeat 0 0;
  background-size: 100%;
  margin: 0 auto;
  height: 203px;
  width: 584px;
}

@media screen and (max-width: 768px) {
  .wrapper.top .top-logo {
    height: 111px;
    width: 310px;
  }
}

.wrapper.top .top-nav {
  margin: 40px auto 22px;
}

@media screen and (max-width: 768px) {
  .wrapper.top .top-nav {
    margin: 20px auto 10px;
  }
}

.wrapper.top .top-nav-list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: nowrap;
  -ms-flex-wrap: nowrap;
  flex-wrap: nowrap;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  margin: 0 auto;
}

.wrapper.top .top-nav-list li {
  margin: 0 1.5px;
}

.wrapper.top .top-nav-list li a {
  font-size: 1.125rem;
  background: rgba(0, 36, 24, 0.8);
  color: #fff;
  display: block;
  line-height: 48px;
  text-align: center;
  text-decoration: none;
  width: 146px;
  height: 48px;
}

.wrapper.top .top-nav-list li a:hover {
  background: rgba(0, 36, 24, 0.9);
}

@media screen and (max-width: 768px) {
  .wrapper.top .top-nav-list li a {
    font-size: 0.75rem;
    line-height: 50px;
    width: 102px;
    height: 50px;
  }
}

.wrapper.top .top-text {
  font-size: 1.125rem;
  color: #fff;
  text-align: center;
}

@media screen and (max-width: 768px) {
  .wrapper.top .top-text {
    font-size: 0.875rem;
    padding: 0 30px;
  }
}

blockquote.cite {
  quotes: none;
  margin: 1em 2em;
  border-left: 5px solid #CCC;
  padding-left: 1em;
  color: gray;
}

blockquote.cite a {
  color: gray;
}
