@charset "UTF-8";
/*
Author: Ann Tachibana
Version: 1.0
*/
/*======================================
page-top
/*======================================*/
#page-top a {
  background: rgba(254, 77, 13, .4);
}
/*======================================
common
/*======================================*/
body {
  font-family: 'Yu Gothic', YuGothic, 'ヒラギノ角ゴシック Pro', 'Hiragino Kaku Gothic Pro', メイリオ, Meiryo, 'ＭＳ Ｐゴシック', 'MS PGothic', sans-Aserif;
  font-feature-settings: "palt";
  font-size: 16px;
  color: #585858;
}
.wrap {
  position: relative;
}
p {
  margin-top: .8em;
}
#page-top {
  display: block;
}
/*======================================
page contents
/*======================================*/
.serif {
  font-family: 'TsukuMinPr6-B', serif;
}
/*type----------------------*/
h1 {
  text-align: center;
  font-size: 170%;
  margin: 1em auto 2em;
  color: #644b3e;
}
h2 {
  font-size: 140%;
  margin: 2em auto 1em;
  color: #644b3e;
}
h3 {
  font-size: 115%;
  margin: 2em auto 1em;
}
p, li, dd {
  font-size: 100%;
  text-align: justify;
  line-height: 1.6em;
  margin: 0 auto;
}
/*style----------------------*/
body:before {
  content: "";
  display: block;
  position: fixed;
  top: 0;
  left: 0;
  z-index: -10;
  width: 100%;
  transform: translate(0, 0);
}
@media screen and (orientation: portrait) {
  body {
    background: #fff;
  }
  body:before {
    height: 115vh;
  }
}
@media screen and (orientation: landscape) {
  /*======================================
background
/*======================================*/
  body:before, .bgFixd-js {
    height: 100vh;
    background: url(../../asset/img/bg-what-PC.jpg) no-repeat center top;
    background-size: cover;
  }
}
section.wrap {
  width: 100%;
  background: #fff;
}
.wrap {
  width: 90%;
  max-width: 960px;
  margin: 0 auto;
  z-index: 1;
}
h2 {
  position: relative;
  padding: 0 0 12px 0;
  border-bottom: 3px solid rgba(235, 195, 90, .2);
}
h2:after {
  position: absolute;
  content: "";
  bottom: -3px;
  left: 0;
  width: 15%;
  height: 3px;
  z-index: 2;
  background: rgba(235, 195, 90, 1);
}
h3 {
  padding: .3em 0 .3em .7em;
  border-left: 3px solid rgba(235, 195, 90, 1);
}
dl {
  padding: 1em 0 .5em;
}
dt {
  font-weight: bold;
  width: 30%;
  line-height: 1.3em;
  margin-bottom: .5em;
}
dd {
  width: 70%;
  padding-left: .5em;
  line-height: 1.3em;
  margin-bottom: .5em;
}
dl.ling-type {
  margin-top: 0;
  padding-top: 0;
}
dl.ling-type dt {
  width: 100%;
  margin-bottom: .3em;
}
dl.ling-type dd {
  width: 100%;
  padding-left: 0;
  margin-bottom: 1em;
}
/*law----------------------*/
.law h2 {
  margin-bottom: 0;
}
.law h2 + p {
  margin-top: 1em;
}
/*policy----------------------*/
.policy div {
  padding-bottom: 1em;
}
/*======================================
footer-CMN
/*======================================*/
footer {
  position: relative;
  text-align: center;
  background: none;
}
footer .logo {
  width: 50%;
  max-width: 200px;
  margin: 1em auto 2em;
}
footer .map-wrap {
  margin: 2em auto;
}
footer .map-wrap {
  position: relative;
  width: 100%;
  padding-top: 65%;
  margin: 2em auto;
}
footer .map-wrap iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100% !important;
  height: 100% !important;
}
.foot-info li {
  text-align: center;
  line-height: 1.6em;
}
.nav-SNS a {
  width: 40px;
  height: 40px;
  line-height: 40px;
  border-radius: 40px;
  background: rgba(0, 0, 0, .4);
}
.LINE-up {
  background: #3bad36;
}
@media screen and (min-width:768px) {
  /*======================================
page contents
/*======================================*/
  section {
    font-size: 16px;
  }
  dt {
    width: 25%;
  }
  dd {
    width: 75%;
    padding-left: 1em;
  }
  footer .logo {
    width: 50%;
    max-width: 200px;
    margin: 1em auto 2em;
  }
  footer .map-wrap {
    padding-top: 43.75%;
  }
  .foot-info li {
    font-size: 120%;
  }
} /*END-query*/