@charset "UTF-8";
#allCover {
  background-color: #fff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
#allCover .loader {
  position: absolute;
  width: 100%;
  text-align: center;
  top: 50%;
}
#allCover .spinner {
  margin: 0 auto;
  width: 70px;
  text-align: center;
}
#allCover .spinner > div {
  width: 18px;
  height: 18px;
  background-color: #333;
  border-radius: 100%;
  display: inline-block;
  -webkit-animation: sk-bouncedelay 1.4s infinite ease-in-out both;
  animation: sk-bouncedelay 1.4s infinite ease-in-out both;
}
#allCover .spinner .bounce1 {
  -webkit-animation-delay: -0.32s;
  animation-delay: -0.32s;
}
#allCover .spinner .bounce2 {
  -webkit-animation-delay: -0.16s;
  animation-delay: -0.16s;
}
@-webkit-keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
  }
}
@keyframes sk-bouncedelay {
  0%, 80%, 100% {
    -webkit-transform: scale(0);
    transform: scale(0);
  }
  40% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}

.Header {
  background-color: #fff;
  border-bottom: solid 1px #eee;
}

.HeaderTop {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  height: 46px;
}
@media only screen and (min-width: 1025px) {
  .HeaderTop {
    max-width: 1248px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .HeaderTop {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  .HeaderTop {
    padding: 0 8px;
  }
}
.HeaderTtl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.HeaderLogo a img {
  width: 100%;
  max-width: 400px;
}
@media only screen and (max-width: 768px) {
  .HeaderLogo a img {
    max-width: 280px;
  }
}
@media only screen and (max-width: 480px) {
  .HeaderLogo a img {
    max-width: 260px;
  }
}
@media only screen and (max-width: 480px) {
  .HeaderLogo {
    padding-right: 40px;
  }
}

.HeaderDesc {
  font-size: 2rem;
  font-weight: nomal;
  color: #333;
}
@media only screen and (max-width: 768px) {
  .HeaderDesc {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 480px) {
  .HeaderHnav {
    display: none;
  }
}

.HnavTel {
  padding: 4px 0;
  margin: 4px 0 4px 16px;
}

.u-tel {
  text-align: center;
}
.u-tel p {
  font-size: 1.2rem;
  font-weight: bold;
  margin: 0;
  letter-spacing: -1px;
}
.u-tel a {
  font-size: 2.7rem;
  letter-spacing: -1px;
}
.u-tel a::before {
  content: "\f095";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
}
.no-js .u-tel a:hover, .js.no-touchevents .u-tel a:hover, .js.touchevents .u-tel a.touch {
  text-decoration: none;
}
.u-tel small {
  display: block;
}

/**
  グローバルナビ
  - デスクトップサイズは…
  　- type/trouble/example/formの表示のみ
  　- land-utilizationページでは表示しない(これは_land-utilization.scssでコントロール)
  - モバイルサイズは…
    - home/land-utilizationも追加で表示
    - type/trouble/exampleは階層構造を作る
**/
.HeaderGnav .HeaderGnavItem.land-utilization {
  display: none;
}
@media only screen and (max-width: 480px) {
  .HeaderGnav .HeaderGnavItem.land-utilization {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .HeaderGnav .HeaderGnavItem.type::before, .HeaderGnav .HeaderGnavItem.trouble::before, .HeaderGnav .HeaderGnavItem.example::before {
    content: "-";
    margin: 0 4px;
  }
}
@media only screen and (min-width: 481px) {
  .HeaderGnav {
    width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
    border-top: solid 1px #eee;
    background-color: rgb(250.75, 250.75, 250.75);
  }
  .HeaderGnavRow {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media only screen and (min-width: 481px) and (min-width: 769px) {
  .HeaderGnavRow {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    margin: 0 auto;
    width: 100%;
  }
}
@media only screen and (min-width: 481px) and (min-width: 769px) and (min-width: 1025px) {
  .HeaderGnavRow {
    max-width: 1248px;
    padding: 0 24px;
  }
}
@media only screen and (min-width: 481px) and (min-width: 769px) and (max-width: 1024px) {
  .HeaderGnavRow {
    padding: 0 16px;
  }
}
@media only screen and (min-width: 481px) and (min-width: 769px) and (max-width: 768px) {
  .HeaderGnavRow {
    padding: 0 8px;
  }
}
@media only screen and (min-width: 481px) {
  .HeaderGnav a {
    height: 45px;
    max-width: 25%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 25%;
            flex: 0 0 25%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    border-right: solid 1px #eee;
    font-size: 1.4rem;
    color: #333;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .HeaderGnav a {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .HeaderGnav a {
    border-bottom: solid 1px #eee;
  }
}
@media only screen and (min-width: 481px) {
  .HeaderGnav a:first-child {
    border-left: solid 1px #eee;
  }
  .no-js .HeaderGnav a:hover, .js.no-touchevents .HeaderGnav a:hover, .js.touchevents .HeaderGnav a.touch {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    background-color: #005BAC;
  }
  body.type .HeaderGnav a.type {
    background-color: #005BAC;
    color: #fff;
  }
  body.trouble .HeaderGnav a.trouble {
    background-color: #005BAC;
    color: #fff;
  }
  body.example .HeaderGnav a.example {
    background-color: #005BAC;
    color: #fff;
  }
  body.form .HeaderGnav a.form {
    background-color: #005BAC;
    color: #fff;
  }
  .HeaderGnav a.home {
    display: none;
  }
  .HeaderGnav a.u-btn {
    display: none;
  }
  .HeaderGnav .GnavTel {
    display: none;
  }
}
@media only screen and (max-width: 480px) {
  .HeaderGnav {
    position: absolute;
    top: 0;
    width: 100%;
    height: 0;
  }
  .HeaderGnavRow {
    position: relative;
    left: 100%;
    background-color: #fff;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    background-color: #333;
    height: 100vh;
    width: 100%;
  }
  .HeaderGnavRow a.u-btn {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  .HeaderGnavRow a:not(.u-btn) {
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    display: block;
    padding: 16px;
    padding-right: 86px;
    border-bottom: solid 1px rgb(89.25, 89.25, 89.25);
    color: #eee;
    font-size: 1.4rem;
  }
  .HeaderGnavRow a:not(.u-btn)::after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    float: right;
    position: relative;
    left: -10px;
  }
  .no-js .HeaderGnavRow a:not(.u-btn):hover, .js.no-touchevents .HeaderGnavRow a:not(.u-btn):hover, .js.touchevents .HeaderGnavRow a:not(.u-btn).touch {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    text-decoration: none;
    color: #fff;
    background-color: #005BAC;
  }
  .no-js .HeaderGnavRow a:not(.u-btn):hover::after, .js.no-touchevents .HeaderGnavRow a:not(.u-btn):hover::after, .js.touchevents .HeaderGnavRow a:not(.u-btn).touch::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    left: 0;
  }
}

.HeaderMenu {
  display: none;
}

@media only screen and (max-width: 480px) {
  .HeaderMenu {
    position: absolute;
    right: 0;
    top: 0;
    display: block;
    width: 45px;
    height: 45px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    color: #333;
  }
  .HeaderMenu::before {
    content: "\f0c9";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    font-size: 2rem;
  }
  .HeaderMenu::after {
    content: "menu";
    font-size: 1.2rem;
  }
  .HeaderMenu span {
    display: none;
  }
  .no-js .HeaderMenu:hover, .js.no-touchevents .HeaderMenu:hover, .js.touchevents .HeaderMenu.touch {
    text-decoration: none;
  }
  .HeaderMenu.HMOpen::before {
    content: "\f00d";
  }
  .HeaderMenu.HMOpen::after {
    content: "close";
  }
}
.category-nav__inner {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media only screen and (min-width: 1025px) {
  .category-nav__inner {
    max-width: 1248px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .category-nav__inner {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  .category-nav__inner {
    padding: 0 8px;
  }
}
.category-nav__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  height: 45px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  background-color: #ededed;
}
@media only screen and (max-width: 768px) {
  .category-nav__item {
    height: 36px;
  }
}
.category-nav__link {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 8px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #333;
  text-align: center;
  width: 100%;
  height: 100%;
}
@media only screen and (max-width: 480px) {
  .category-nav__link {
    font-size: 1.2rem;
  }
}
.category-nav__link::after {
  position: relative;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  left: 8px;
  color: #333;
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
@media only screen and (max-width: 480px) {
  .category-nav__link::after {
    left: 4px;
  }
}
.no-js .category-nav__link:hover, .js.no-touchevents .category-nav__link:hover, .js.touchevents .category-nav__link.touch {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-decoration: none;
  color: white;
  background-color: #005BAC;
}
.no-js .category-nav__link:hover::after, .js.no-touchevents .category-nav__link:hover::after, .js.touchevents .category-nav__link.touch::after {
  left: 16px;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
  color: white;
}
@media only screen and (max-width: 480px) {
  .no-js .category-nav__link:hover::after, .js.no-touchevents .category-nav__link:hover::after, .js.touchevents .category-nav__link.touch::after {
    left: 8px;
  }
}
.category-nav__link.now {
  background-color: #a8a9aa;
}
.category-nav__link.now::after {
  left: 8px !important;
  color: #333 !important;
  content: "\f103";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.footer__category-nav .category-nav__link.now::after {
  -webkit-transform: rotate(180deg);
      -ms-transform: rotate(180deg);
          transform: rotate(180deg);
}
@media only screen and (max-width: 480px) {
  .category-nav__link.now::after {
    left: 4px !important;
  }
}
.no-js .category-nav__link.now:hover, .js.no-touchevents .category-nav__link.now:hover, .js.touchevents .category-nav__link.now.touch {
  -webkit-transition: initial;
  transition: initial;
  text-decoration: none;
  color: #333;
  background-color: #a8a9aa;
}
.no-js .category-nav__link.now:hover::after, .js.no-touchevents .category-nav__link.now:hover::after, .js.touchevents .category-nav__link.now.touch::after {
  left: 4px;
}

.pan-nav {
  padding-top: 8px;
  padding-bottom: 8px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 1.2rem;
}
.pan-nav li {
  margin-right: 8px;
}
.pan-nav li::after {
  color: rgb(199.75, 199.75, 199.75);
  content: "-";
  margin-left: 8px;
}
.pan-nav li:first-child a::before {
  content: "\f015";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
}
.pan-nav li:last-child::after {
  content: none;
}
.pan-nav a {
  color: rgb(199.75, 199.75, 199.75);
  font-weight: normal;
}
.pan-nav a.pan-thispage {
  font-weight: bold;
  color: #005BAC;
}

.ContMain,
.ContSec {
  margin-bottom: 96px;
}
@media only screen and (max-width: 480px) {
  .ContMain,
  .ContSec {
    margin-bottom: 24px;
  }
}

.ContSecTtl {
  font-size: 2.7rem;
  text-align: center;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  margin-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  line-height: 1.4;
}
.ContSecTtl-sub {
  font-size: 1.2rem;
  display: inline-block;
  background-color: #005BAC;
  padding: 4px 16px;
  color: #fff;
  margin-right: 8px;
  letter-spacing: 0;
}
@media only screen and (max-width: 480px) {
  .ContSecTtl-sub {
    display: none;
  }
}
.ContSecTtl + p {
  text-align: center;
  margin-bottom: 48px;
}
@media only screen and (max-width: 480px) {
  .ContSecTtl + p {
    text-align: left;
    margin-bottom: 24px;
  }
}
@media only screen and (max-width: 768px) {
  .ContSecTtl {
    font-size: 2.3rem;
    margin-bottom: 24px;
    letter-spacing: 0;
  }
}
@media only screen and (max-width: 480px) {
  .ContSecTtl {
    font-size: 2rem;
    text-align: left;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    border-left: solid 4px #005BAC;
    color: #005BAC;
    padding-left: 8px;
  }
}

.m-ttl {
  font-size: 1.8rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.s-ttl {
  font-size: 1.6rem;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

#pagetop {
  position: fixed;
  bottom: 30px;
  right: 30px;
  z-index: 1000;
  -webkit-transform: translate3d(0, 0, 0);
          transform: translate3d(0, 0, 0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
#pagetop.hide {
  -webkit-transform: translate3d(100px, 0, 0);
          transform: translate3d(100px, 0, 0);
  -webkit-transition: -webkit-transform 1s;
  transition: -webkit-transform 1s;
  transition: transform 1s;
  transition: transform 1s, -webkit-transform 1s;
}
#pagetop a span {
  display: none;
}
#pagetop a::before {
  content: "\f139";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 5rem;
}

#footer {
  margin-top: 8px;
  background-color: #eee;
}
@media only screen and (max-width: 480px) {
  #footer {
    margin-top: 8px;
  }
}

.footer__upper {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  margin: 0 auto;
  width: 100%;
  padding-top: 16px !important;
}
@media only screen and (min-width: 1025px) {
  .footer__upper {
    max-width: 1248px;
    padding: 0 24px;
  }
}
@media only screen and (max-width: 1024px) {
  .footer__upper {
    padding: 0 16px;
  }
}
@media only screen and (max-width: 768px) {
  .footer__upper {
    padding: 0 8px;
  }
}
.footer .footer-fnav {
  padding-top: 48px;
  padding-bottom: 48px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.footer .footer-fnav a {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 4px 0;
  font-size: 1.2rem;
}
.footer .footer-fnav a::after {
  content: "|";
  margin: 0 8px;
  color: #111;
  font-weight: normal;
}
.footer .footer-fnav a.form {
  border-radius: 50px;
  border: solid 2px #df5050;
  background-color: #df5050;
  color: #fff;
  padding-right: 16px;
  padding-left: 16px;
}
.no-js .footer .footer-fnav a.form:hover, .js.no-touchevents .footer .footer-fnav a.form:hover, .js.touchevents .footer .footer-fnav a.form.touch {
  text-decoration: none;
  background-color: #fff;
  color: #df5050;
}
.footer .footer-fnav a.form::after {
  content: none;
}
@media only screen and (max-width: 480px) {
  .footer .footer-fnav {
    display: block;
    padding-top: 8px;
    padding-bottom: 8px;
  }
  .footer .footer-fnav a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    background-color: #fff;
    height: 35px;
    margin-bottom: 4px;
    padding: 0 8px;
  }
  .footer .footer-fnav a:last-child {
    margin-bottom: 0;
  }
  .footer .footer-fnav a::after {
    content: "\f105";
    display: inline-block;
    font: normal normal normal 14px/1 FontAwesome;
    font-size: inherit;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    -moz-osx-font-smoothing: grayscale;
    position: relative;
    left: 0;
  }
  .no-js .footer .footer-fnav a:hover, .js.no-touchevents .footer .footer-fnav a:hover, .js.touchevents .footer .footer-fnav a.touch {
    text-decoration: none;
  }
  .no-js .footer .footer-fnav a:hover::after, .js.no-touchevents .footer .footer-fnav a:hover::after, .js.touchevents .footer .footer-fnav a.touch::after {
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
    left: 4px;
  }
  .footer .footer-fnav a.form {
    margin-top: 8px;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.footer .footer-addr {
  display: block;
  text-align: center;
}
.footer .footer-links {
  padding: 24px 0;
}
.footer .footer-links a {
  display: inline-block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border-radius: 30px;
  background-color: #333;
  padding: 4px 8px;
  color: #fff;
  font-weight: normal;
  font-size: 1.2rem;
}
.no-js .footer .footer-links a:hover, .js.no-touchevents .footer .footer-links a:hover, .js.touchevents .footer .footer-links a.touch {
  text-decoration: none;
  background-color: rgb(0, 50.5261627907, 95.5);
}

.bottomArea {
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #333;
  padding: 8px 8px 24px;
  text-align: center;
}
.bottomArea .bottomNav__item {
  display: inline-block;
  margin: 8px;
}
.bottomArea a {
  color: #eee;
  font-size: 1.2rem;
  font-weight: normal;
}
.no-js .bottomArea a:hover, .js.no-touchevents .bottomArea a:hover, .js.touchevents .bottomArea a.touch {
  text-decoration: none;
}
.bottomArea .copyright {
  padding: 8px;
  text-align: center;
  color: #eee;
}

[class*=a-][class*=arrow]::after {
  content: "\f061";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-left: 4px;
}
[class*=a-][class*=arrow][target=_blank]::after {
  content: "\f14c";
}
[class*=a-][class*=underline] {
  position: relative;
  display: inline-block;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
[class*=a-][class*=underline]::before {
  position: absolute;
  bottom: 0;
  left: 0;
  content: "";
  width: 0;
  height: 1px;
  background-color: #df5050;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}
.no-js [class*=a-][class*=underline]:hover, .js.no-touchevents [class*=a-][class*=underline]:hover, .js.touchevents [class*=a-][class*=underline].touch {
  text-decoration: none;
}
.no-js [class*=a-][class*=underline]:hover::before, .js.no-touchevents [class*=a-][class*=underline]:hover::before, .js.touchevents [class*=a-][class*=underline].touch::before {
  width: 100%;
}

[class*=u-btn] {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #df5050;
  border: solid 1px #df5050;
  color: #fff;
  min-height: 45px;
  font-size: 1.4rem;
  padding: 4px 8px;
  -webkit-box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
          box-shadow: 0 0 3px rgba(0, 0, 0, 0.3);
}
[class*=u-btn] span {
  margin-left: 8px;
  margin-right: 16px;
  line-height: 1.4;
}
[class*=u-btn]::after {
  content: "\f101";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  position: relative;
  left: -8px;
}
.no-js [class*=u-btn]:hover, .js.no-touchevents [class*=u-btn]:hover, .js.touchevents [class*=u-btn].touch {
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
  background-color: #fff;
  color: #df5050;
  text-decoration: none;
}
.no-js [class*=u-btn]:hover::after, .js.no-touchevents [class*=u-btn]:hover::after, .js.touchevents [class*=u-btn].touch::after {
  left: 0;
  -webkit-transition: left 0.3s;
  transition: left 0.3s;
}
[class*=u-btn][class*=-box] {
  border: solid 1px #005BAC;
  background-color: #fff;
  color: #005BAC;
  -webkit-box-shadow: none;
          box-shadow: none;
}
.no-js [class*=u-btn][class*=-box]:hover, .js.no-touchevents [class*=u-btn][class*=-box]:hover, .js.touchevents [class*=u-btn][class*=-box].touch {
  background-color: #005BAC;
  color: #fff;
}
[class*=u-btn][class*=-fff] {
  background: none;
  border: solid 1px #fff;
  font-size: 1.2rem;
  color: #fff;
}
.no-js [class*=u-btn][class*=-fff]:hover, .js.no-touchevents [class*=u-btn][class*=-fff]:hover, .js.touchevents [class*=u-btn][class*=-fff].touch {
  background: none;
  color: #fff;
}
[class*=u-btn][class*=-pdf]::after {
  content: "\f1c1";
}
[class*=u-btn][class*=-down]::after {
  content: "\f103";
  left: 0;
  top: 0;
}
.no-js [class*=u-btn]:hover, .js.no-touchevents [class*=u-btn]:hover, .js.touchevents [class*=u-btn].touch {
  -webkit-transition: all 0.5s 0.3s;
  transition: all 0.5s 0.3s;
}
.no-js [class*=u-btn]:hover[class*=-down]::after, .js.no-touchevents [class*=u-btn]:hover[class*=-down]::after, .js.touchevents [class*=u-btn].touch[class*=-down]::after {
  content: "\f103";
  left: 0;
  top: 5px;
  -webkit-transition: top 0.3s;
  transition: top 0.3s;
}
[class*=u-btn].is-small {
  min-height: 28px;
  font-size: 12px;
}

.u-inq {
  position: relative;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 600px;
  margin: 0 auto;
  border: solid 4px #333;
  padding: 24px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  background-color: #fff;
}
@media only screen and (max-width: 480px) {
  .u-inq {
    margin-top: 100px;
    padding: 0;
    padding-top: 108px;
    border: none;
  }
}
.u-inq::before {
  content: " ";
  background-color: #eee;
  background-image: url("../img/land-utilization/man-adviser-icon.webp");
  background-repeat: repeat;
  background-size: contain;
  background-position: center center;
  display: block;
  height: 120px;
  width: 120px;
  border-radius: 60px;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 120px;
          flex: 0 0 120px;
  margin-right: 16px;
}
@media only screen and (max-width: 480px) {
  .u-inq::before {
    position: absolute;
    top: -50px;
    left: 50%;
    margin-left: -60px;
  }
}
.u-inq-inner {
  -webkit-box-flex: 1;
      -ms-flex: 1 1 100%;
          flex: 1 1 100%;
}
.u-point {
  position: relative;
}
.u-point::before {
  position: absolute;
  content: "point";
  font-size: 1rem;
  font-weight: bold;
  color: #fff;
  text-align: left;
  background-color: #005BAC;
  width: 35px;
  height: 35px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  border-radius: 23px;
  top: -25px;
  z-index: -1px;
}
@media only screen and (max-width: 480px) {
  .u-point::before {
    display: none;
  }
}

.u-50perc {
  max-width: 50%;
  width: 50%;
}
@media only screen and (max-width: 480px) {
  .u-50perc {
    max-width: 100%;
    width: 100%;
  }
  .u-50perc:first-child {
    margin-bottom: 8px;
  }
}

.assist {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  position: relative;
  border: solid 1px #eee;
  padding: 24px;
  margin-bottom: 24px;
}
.assist.warning {
  border: none;
  color: #9F6000;
  background-color: #FEEFB3;
}
.assist.warning::before {
  content: "\f071";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
}
.assist.info {
  border: none;
  color: #00529B;
  background-color: #bde5f8;
}
.assist.info::before {
  content: "\f06a";
  display: inline-block;
  font: normal normal normal 14px/1 FontAwesome;
  font-size: inherit;
  text-rendering: auto;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  margin-right: 4px;
}
@media only screen and (max-width: 480px) {
  .assist {
    padding: 16px;
  }
}

.l-4flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-4flex-item {
  max-width: 25%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 25%;
          flex: 0 0 25%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
}
@media only screen and (max-width: 768px) {
  .l-4flex-item {
    max-width: 50%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 50%;
            flex: 0 0 50%;
    -webkit-box-sizing: border-box;
            box-sizing: border-box;
    padding: 24px;
  }
}

.l-3flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-right: -8px;
  margin-left: -8px;
}
.l-3flex-item {
  max-width: 33.3333333333%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 33.3333333333%;
          flex: 0 0 33.3333333333%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 0 8px;
}

.l-2flex-row {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.l-2flex-item {
  max-width: 50%;
  -webkit-box-flex: 0;
      -ms-flex: 0 0 50%;
          flex: 0 0 50%;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (max-width: 480px) {
  .l-2flex-row,
  .l-3flex-row,
  .l-4flex-row {
    display: block;
  }
  .l-2flex-item,
  .l-3flex-item,
  .l-4flex-item {
    max-width: 100%;
    -webkit-box-flex: 0;
        -ms-flex: 0 0 100%;
            flex: 0 0 100%;
  }
}

ul.u-list > li {
  list-style: square outside;
  margin-left: 1.5em;
}

ol.u-list > li {
  list-style: decimal outside;
  margin-left: 1.5em;
}

[class*=u-list-][class*=base] > li {
  list-style: square outside;
  margin-left: 1.5em;
}
[class*=u-list-][class*=num] > li {
  list-style: decimal outside;
  margin-left: 1.5em;
}
[class*=u-list-][class*=line] > li {
  padding-left: 24px;
  border-left: solid 4px #005BAC;
  margin: 12px 0;
}
[class*=u-list-][class*=line] > li:last-child, [class*=u-list-][class*=line] > li:first-child {
  margin: 0;
}

[class*=Only-] {
  display: none;
}

@media only screen and (min-width: 769px) {
  .Only-l {
    display: block;
  }
}
@media only screen and (min-width: 481px) and (max-width: 768px) {
  .Only-m {
    display: block;
  }
}
@media only screen and (max-width: 480px) {
  .Only-s {
    display: block;
  }
}

.u-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.u-flex__item {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 8px;
  display: inline-block;
}
@media only screen and (min-width: 769px) {
  .u-flex__item {
    max-width: 50%;
    min-width: 50%;
  }
}
@media only screen and (max-width: 768px) {
  .u-flex__item {
    width: 100%;
  }
}

.f-right {
  text-align: right;
}

.f-center {
  text-align: center;
}

.f-l {
  font-size: 2.7rem;
  letter-spacing: -1px;
}

.d-block {
  display: block;
}