@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-serif;
  font-feature-settings: "palt";
}
.wrap {
  position: relative;
}
p {
  margin-top: .8em;
}
#page-top {
  display: block;
}
/*======================================
page contents
/*======================================*/
/*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 {
  background: rgba(235, 195, 90, .1);
  color: #585858;
  background: url(../bg-pattern.jpg) repeat center;
  background-size: 150px;
}
section.wrap {
  width: 100%;
  background: #fff;
}
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;
}
footer .footer-aside-link {
  font-weight: bold;
  padding: 1em 0 0;
}
footer .footer-aside-link li {
  position: relative;
  font-size: 80%;
  padding: 0 1em;
  line-height: 1em;
  margin: 0;
}
footer #copy-right p {
  font-size: 12px;
  text-align: center;
  line-height: 1.4em;
  padding: 1em;
  margin: 0 auto;
}
footer #copy-right span {
  display: inline-block;
}
footer #copy-right span:last-of-type {
  display: block;
}
@media screen and (min-width:768px) {
  /*======================================
page contents
/*======================================*/
  section {
    font-size: 16px;
  }
  dt {
    width: 25%;
  }
  dd {
    width: 75%;
    padding-left: 1em;
  }
} /*END-query*/