@charset "utf-8";
/* waox.jp CSS */


/* Responsive
================================================== */

/*
@media (min-width:576px) {
}

@media (min-width:768px) {
}

@media (min-width:992px) {
}

@media (min-width:1200px) {
}

@media (min-width:1400px) {
}

@media (max-width:575.98px) {
}

@media (max-width:767.98px) {
}

@media (max-width:991.98px) {
}

@media (max-width:1199.98px) {
}

@media (max-width:1399.98px) {
}
*/


/* Property
================================================== */

body {
  background-image: url("../../images/bg.png");
  background-repeat: repeat;
}

h1 {
  font-size: calc(.8rem + 3vw);
  margin-top: 1rem;
}

h2 {
  font-size: 28px;
}

h3 {
  font-size: 25px;
}

h4 {
  font-size: 23px;
}

h5 {
  font-size: 19px;
}

h6 {
  font-size: 16px;
}

p {
  font-size: 16px;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  color: #433;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  color: #4a593d;
  font-family: "游ゴシック体", "Yu Gothic", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "MS Pゴシック", "MS PGothic", sans-serif;
}


/* Header
================================================== */

#navbarHeader p {
  margin-left: 1rem;
  text-indent: 1rem;
}

#navbarHeader h4 {
  font-weight: 600;
}

#navbarHeader ul li {
  line-height: 1.6rem;
  margin-left: 1rem;
}

header .bg-f0fbe4 {
  background-color: #f0fbe4;
}

.navbar .arrow-bar-up {
  margin-right: .3rem;
}

.navbar h1 {
  font-size: 1.4rem;
  margin-top: .3em;
}


/* Navbar
================================================== */

.bg-4f9909 {
  background-color: #4f9909;
}


/* Nav lines
================================================== */

.nav-line1 {
  width: 100%;
  height: 3px;
  background-color: #FFF;
}

.nav-line2 {
  width: 100%;
  height: 3px;
  background-color: #4f9909;
}


/* Jumbotron
================================================== */

.jumbotron img {
  border-radius: 3px;
}


/* Main
================================================== */

/* Info
------------------------------ */
.intro h2 {
  font-size: 1.4rem;
}

.intro-box h3 {
  font-size: 1.4rem;
}

@media (max-width:767.98px) {
  .intro h2 {
    font-size: 1.2rem;
  }
}

@media (max-width:767.98px) {
  .intro-box h3 {
    font-size: 1.2rem;
  }
}

.intro p {
  text-align: left;
  text-indent: 1rem;
}

.intro .bi-box-seam {
  font-size: 5rem;
  color: #e2cb9b;
}

.intro-box {
  margin: 2rem 1rem;
  background-color: #f0f0f0;
  padding: 1rem;
  border-radius: 3px;
  box-shadow: 0px 0px 0px 10px #f0f0f0;
  border: dashed 2px #b7b7b7;
}

.intro-box p {
  font-size: 1.1rem;
  line-height: 1.8;
  font-weight: 500;
}

/* Album
------------------------------ */
.album p {
  text-indent: 1rem;
  /* 字下げ */
}

/* hover動作で画像を差し替える
hover-image-1
------------------------------ */
.album .hover-image-1 {
  width: 310px;
  height: 310px;
}

.album .hover-image-1:hover img {
  display: none;
}

.album .hover-image-1:hover {
  background-image: url("../../images/n_case_2.jpg");
  background-repeat: no-repeat;
  background-size: 310px;
}

@media (min-width:576px) {
  .album .hover-image-1 {
    width: 210px;
    height: 210px;
  }

  .album .hover-image-1:hover img {
    display: none;
  }

  .album .hover-image-1:hover {
    background-image: url("../../images/n_case_2.jpg");
    background-repeat: no-repeat;
    background-size: 210px;
  }
}

@media (min-width:768px) {
  .album .hover-image-1 {
    width: 280px;
    height: 280px;
  }

  .album .hover-image-1:hover img {
    display: none;
  }

  .album .hover-image-1:hover {
    background-image: url("../../images/n_case_2.jpg");
    background-repeat: no-repeat;
    background-size: 280px;
  }
}

@media (min-width:992px) {

  .album .hover-image-1 {
    width: 186px;
    height: 186px;
  }

  .album .hover-image-1:hover img {
    display: none;
  }

  .album .hover-image-1:hover {
    background-image: url("../../images/n_case_2.jpg");
    background-repeat: no-repeat;
    background-size: 186px;
  }

}

@media (min-width:1200px) {
  .album .hover-image-1 {
    width: 240px;
    height: 240px;
  }

  .album .hover-image-1:hover img {
    display: none;
  }

  .album .hover-image-1:hover {
    background-image: url("../../images/n_case_2.jpg");
    background-repeat: no-repeat;
    background-size: 240px;
  }
}

@media (min-width:1400px) {
  .album .hover-image-1 {
    width: 280px;
    height: 280px;
  }

  .album .hover-image-1:hover img {
    display: none;
  }

  .album .hover-image-1:hover {
    background-image: url("../../images/n_case_2.jpg");
    background-repeat: no-repeat;
    background-size: 280px;
  }
}

/* hover動作で画像を差し替える
hover-image-2
------------------------------ */
.album .hover-image-2 {
  width: 310px;
  height: 310px;
}

.album .hover-image-2:hover img {
  display: none;
}

.album .hover-image-2:hover {
  background-image: url("../../images/case_2.jpg");
  background-repeat: no-repeat;
  background-size: 310px;
}

@media (min-width:576px) {
  .album .hover-image-2 {
    width: 210px;
    height: 210px;
  }

  .album .hover-image-2:hover img {
    display: none;
  }

  .album .hover-image-2:hover {
    background-image: url("../../images/case_2.jpg");
    background-repeat: no-repeat;
    background-size: 210px;
  }
}

@media (min-width:768px) {
  .album .hover-image-2 {
    width: 280px;
    height: 280px;
  }

  .album .hover-image-2:hover img {
    display: none;
  }

  .album .hover-image-2:hover {
    background-image: url("../../images/case_2.jpg");
    background-repeat: no-repeat;
    background-size: 280px;
  }
}

@media (min-width:992px) {

  .album .hover-image-2 {
    width: 186px;
    height: 186px;
  }

  .album .hover-image-2:hover img {
    display: none;
  }

  .album .hover-image-2:hover {
    background-image: url("../../images/case_2.jpg");
    background-repeat: no-repeat;
    background-size: 186px;
  }

}

@media (min-width:1200px) {
  .album .hover-image-2 {
    width: 240px;
    height: 240px;
  }

  .album .hover-image-2:hover img {
    display: none;
  }

  .album .hover-image-2:hover {
    background-image: url("../../images/case_2.jpg");
    background-repeat: no-repeat;
    background-size: 240px;
  }
}

@media (min-width:1400px) {
  .album .hover-image-2 {
    width: 280px;
    height: 280px;
  }

  .album .hover-image-2:hover img {
    display: none;
  }

  .album .hover-image-2:hover {
    background-image: url("../../images/case_2.jpg");
    background-repeat: no-repeat;
    background-size: 280px;
  }
}


/* hover動作で画像を差し替える
hover-image-3
------------------------------ */
.album .hover-image-3 {
  width: 310px;
  height: 310px;
}

.album .hover-image-3:hover img {
  display: none;
}

.album .hover-image-3:hover {
  background-image: url("../../images/dunbool_2.jpg");
  background-repeat: no-repeat;
  background-size: 310px;
}

@media (min-width:576px) {
  .album .hover-image-3 {
    width: 210px;
    height: 210px;
  }

  .album .hover-image-3:hover img {
    display: none;
  }

  .album .hover-image-3:hover {
    background-image: url("../../images/dunbool_2.jpg");
    background-repeat: no-repeat;
    background-size: 210px;
  }
}

@media (min-width:768px) {
  .album .hover-image-3 {
    width: 280px;
    height: 280px;
  }

  .album .hover-image-3:hover img {
    display: none;
  }

  .album .hover-image-3:hover {
    background-image: url("../../images/dunbool_2.jpg");
    background-repeat: no-repeat;
    background-size: 280px;
  }
}

@media (min-width:992px) {

  .album .hover-image-3 {
    width: 186px;
    height: 186px;
  }

  .album .hover-image-3:hover img {
    display: none;
  }

  .album .hover-image-3:hover {
    background-image: url("../../images/dunbool_2.jpg");
    background-repeat: no-repeat;
    background-size: 186px;
  }

}

@media (min-width:1200px) {
  .album .hover-image-3 {
    width: 240px;
    height: 240px;
  }

  .album .hover-image-3:hover img {
    display: none;
  }

  .album .hover-image-3:hover {
    background-image: url("../../images/dunbool_2.jpg");
    background-repeat: no-repeat;
    background-size: 240px;
  }
}

@media (min-width:1400px) {
  .album .hover-image-3 {
    width: 280px;
    height: 280px;
  }

  .album .hover-image-3:hover img {
    display: none;
  }

  .album .hover-image-3:hover {
    background-image: url("../../images/dunbool_2.jpg");
    background-repeat: no-repeat;
    background-size: 280px;
  }
}


/* hover動作で画像を差し替える
hover-image-4
------------------------------ */
.album .hover-image-4 {
  width: 310px;
  height: 310px;
}

.album .hover-image-4:hover img {
  display: none;
}

.album .hover-image-4:hover {
  background-image: url("../../images/printing_2.jpg");
  background-repeat: no-repeat;
  background-size: 310px;
}

@media (min-width:576px) {
  .album .hover-image-4 {
    width: 210px;
    height: 210px;
  }

  .album .hover-image-4:hover img {
    display: none;
  }

  .album .hover-image-4:hover {
    background-image: url("../../images/printing_2.jpg");
    background-repeat: no-repeat;
    background-size: 210px;
  }
}

@media (min-width:768px) {
  .album .hover-image-4 {
    width: 280px;
    height: 280px;
  }

  .album .hover-image-4:hover img {
    display: none;
  }

  .album .hover-image-4:hover {
    background-image: url("../../images/printing_2.jpg");
    background-repeat: no-repeat;
    background-size: 280px;
  }
}

@media (min-width:992px) {

  .album .hover-image-4 {
    width: 186px;
    height: 186px;
  }

  .album .hover-image-4:hover img {
    display: none;
  }

  .album .hover-image-4:hover {
    background-image: url("../../images/printing_2.jpg");
    background-repeat: no-repeat;
    background-size: 186px;
  }

}

@media (min-width:1200px) {
  .album .hover-image-4 {
    width: 240px;
    height: 240px;
  }

  .album .hover-image-4:hover img {
    display: none;
  }

  .album .hover-image-4:hover {
    background-image: url("../../images/printing_2.jpg");
    background-repeat: no-repeat;
    background-size: 240px;
  }
}

@media (min-width:1400px) {
  .album .hover-image-4 {
    width: 280px;
    height: 280px;
  }

  .album .hover-image-4:hover img {
    display: none;
  }

  .album .hover-image-4:hover {
    background-image: url("../../images/printing_2.jpg");
    background-repeat: no-repeat;
    background-size: 280px;
  }
}


/* Footer lines
================================================== */

.footer-line1 {
  width: 100%;
  height: 3px;
  background-color: #4f9909;
}

.footer-line2 {
  width: 100%;
  height: 3px;
  background-color: #FFF;
}


/* Footer
================================================== */

.footer-info {
  background-color: #4f9909;
  padding: 2rem;
}

.footer-copyright {
  background-color: #327509;
  text-align: right;
  padding: .8em 2rem .01em 1rem;
}

.footer h5,
.footer h4,
.footer p {
  color: #FFF;
}

@media (max-width:575.98px) {
  .footer h4 {
    font-size: 1.3rem;
  }
}

.footer .footer-info-box {
  margin-left: 1rem;
}


/* Footer Links
------------------------------ */

.footer-link a:link {
  color: #FFF;
  text-decoration: none;
  margin-left: 1rem;
}

.footer-link a:visited {
  color: #CCC;
}

.footer-link a:hover {
  color: #FFF;
  background: #414700;
  padding: .4em 1.2rem;
  border-radius: 1rem;
}

.footer-link a:active {
  color: #FF0;
}

.footer-link ul li {
  line-height: 1.6;
}

.footer-info h4 a {
  color: #FFF;
  text-decoration: none;
}


/* Bootstrap icons
================================================== */

.bi-music-note-list {
  color: #80d920;
}

.footer .bi-house-fill {
  color: #FFF;
}


/* 見出し装飾
================================================== */

/* h-deco1（文字の背景に水平線）
------------------------------ */
.h-deco1 {
  display: inline-block;
  position: relative;
  padding: 0 2.8rem;
  color: #333;
}

.h-deco1::before,
.h-deco1::after {
  content: '';
  display: inline-block;
  position: absolute;
  top: 50%;
  width: 36px;
  height: 3px;
  background-color: #777;
}

.h-deco1::before {
  left: 0;
}

.h-deco1::after {
  right: 0;
}

/* h-deco2（四角・角丸・影入り）
------------------------------ */
.h-deco2 {
  position: relative;
  padding: 1rem 1rem 1rem 1.5rem;
  border-radius: 5px;
  border: 3px solid #333;
  box-shadow: -3px 3px 0 0 #333;
  font-weight: bold;
  font-size: 26px;
}

.h-deco2:before,
.h-deco2:after {
  position: absolute;
  left: 30px;
  height: 0;
  width: 0;
  border: solid transparent;
  content: "";
}

.h-deco2:before {
  top: 100%;
  margin-left: -12px;
  border-color: transparent;
  border-top-color: #333;
  border-right-color: #333;
  border-width: 10px;
}

.h-deco2:after {
  top: 99%;
  margin-left: -7px;
  border-color: transparent;
  border-top-color: white;
  border-right-color: white;
  border-width: 6.5px;
}

/* h-deco3（上下区切り線に背景）
------------------------------ */
.h-deco3 {
  padding: 1rem;
  border-top: 1.4px solid #3e6a0f;
  border-bottom: 1.4px solid #3e6a0f;
  background-color: #f0fbe4;
  color: #3e6a0f;
  font-weight: 600;
  text-align: center;
}

/* h-deco4（ダンボール箱タイプ）
------------------------------ */
.h-deco4 {
  position: relative;
  padding: 1rem;
  border: 3px solid #353535;
  color: #353535;
  font-size: 26px;
  font-weight: bold;
}

.h-deco4::before,
.h-deco4::after {
  position: absolute;
  border: solid #353535;
  content: '';
}

.h-deco4::before {
  top: -10px;
  right: -16px;
  width: 10px;
  height: 100%;
  border-width: 2px 3px 4px 0px;
  transform: skewY(-45deg);
}

.h-deco4::after {
  top: -16px;
  left: 4px;
  width: 100%;
  height: 10px;
  border-width: 3px 2px 0px 4px;
  transform: skewX(-45deg);
}

/* h-deco5（先頭に□が２個）
------------------------------ */
.h-deco5 {
  position: relative;
  padding: .5em 1.2em;
  color: #333;
}

.h-deco5::before,
.h-deco5::after {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  width: 14px;
  height: 14px;
  border: 2px solid #3e6a0f;
  content: '';
}

.h-deco5::before {
  top: calc(50% - 3px);
  left: 0;
}

.h-deco5::after {
  top: calc(50% + 3px);
  left: 5px;
}

/* h-deco6（先頭に◯が２個）
------------------------------ */
.h-deco6 {
  position: relative;
  padding: .5em 1.2em;
  color: #333;
}

.h-deco6::before,
.h-deco6::after {
  display: inline-block;
  position: absolute;
  transform: translateY(-50%);
  width: 12px;
  height: 12px;
  border: 2px solid #2589d0;
  content: '';
  border-radius: 50%;
}

.h-deco6::before {
  top: calc(50% - 3px);
  left: 0;
}

.h-deco6::after {
  top: calc(50% + 3px);
  left: 5px;
}

/* h-deco7（カギ括弧）
------------------------------ */

.h-deco7 {
  position: relative;
  padding: .2em 3rem;
  font-size: 36px;
  font-weight: bold;
  text-align: center;
  display: inline-block;
  margin-top: 1em;
}

.h-deco7::before,
.h-deco7::after {
  position: absolute;
  width: 20px;
  height: 30px;
  content: '';
}

.h-deco7::before {
  border-left: solid 3px;
  border-top: solid 3px;
  top: 0;
  left: 0;
}

.h-deco7::after {
  border-right: solid 3px;
  border-bottom: solid 3px;
  bottom: 0;
  right: 0;
}


/* h-deco8（文字左にダンボールイメージ）
------------------------------ */

.h-deco8 {
  position: relative;
  padding: .3em 0 .2em 1em;
  border-bottom: 3px solid rgba(79, 153, 9, .7);
  color: #333333;
}

.h-deco8::before {
  position: absolute;
  top: 0;
  left: .3em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: rgba(79, 153, 9, .7);
  content: '';
}

.h-deco8::after {
  position: absolute;
  transform: rotate(15deg);
  top: .6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: rgba(79, 153, 9, .7);
  content: '';
}

/* h-deco9（ストライプをずらした）
------------------------------ */

.h-deco9 {
  position: relative;
  padding: 1rem;
  outline: 2px solid #454941;
  outline-offset: -5px;
  background-image:
    repeating-linear-gradient(45deg, #c6dcb1 0 7px, transparent 7px 12px);
  background-repeat: no-repeat;
  background-position: 10px 10px;
  color: #454941;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  margin-top: 1em;
}

@media (min-width:576px) {
  .h-deco9 {
    font-size: 24px;
  }
}

@media (min-width:768px) {
  .h-deco9 {
    font-size: 27px;
  }
}

@media (min-width:992px) {
  .h-deco9 {
    font-size: 30px;
  }
}

@media (min-width:1200px) {
  .h-deco9 {
    font-size: 33px;
  }
}

@media (min-width:1400px) {
  .h-deco9 {
    font-size: 36px;
  }
}

/* 2つのサイコロと下線-1
------------------------------ */
.h-deco10 {
  position: relative;
  padding: .3em 0 .2em 1em;
  border-bottom: 3px solid rgba(115, 153, 126, .8);
  color: #333333;
}

.h-deco10::before {
  position: absolute;
  top: 0;
  left: .3em;
  transform: rotate(55deg);
  height: 11px;
  width: 12px;
  background: rgba(115, 153, 126, .8);
  content: '';
}

.h-deco10::after {
  position: absolute;
  transform: rotate(15deg);
  top: .6em;
  left: 0;
  height: 8px;
  width: 8px;
  background: rgba(115, 153, 126, .8);
  content: '';
}


/* Text Indent
================================================== */

.text-indent {
  text-indent: 1rem;
}


/* YouTube Responsive（動画をレスポンシブ対応）
================================================== */

.youtube {
  width: 100%;
  aspect-ratio: 16 / 9;
}

.youtube iframe {
  width: 90%;
  height: 74%;
}


/* Video Responsive（動画をレスポンシブ対応）
================================================== */

.video-box .video-content {
  width: 100%;
  max-width: 980px;
}


/* www/index.html
================================================== */

.column h2 {
  background-color: #4f9909;
  opacity: .8;
  color: #FFF;
  padding: .8rem 3rem;
  display: inline-block;
  border-radius: 78px;
  border: groove 5px #4f9909;
  box-shadow: 8px 8px 8px rgba(0, 0, 0, .3);
  margin-bottom: 2rem;
}

.column picture img {
  width: 80%;
  height: auto;
}

@media (max-width:575.98px) {
  .column picture img {
    width: 50%;
    height: auto;
  }
}

@media (max-width:767.98px) {
  .column picture img {
    width: 50%;
    height: auto;
  }
}

@media (max-width:991.98px) {
  .column picture img {
    width: 50%;
    height: auto;
  }
}


/* www/sitemap.html
================================================== */

.sitemap ul li {
  list-style: none;
  margin-left: -.6rem;
}

.main-color {
  width: 80%;
  background-color: #4f9909;
}

.sub-color {
  width: 80%;
  background-color: #327509;
}

.heading-text-color {
  width: 80%;
  background-color: #454941;
}

.paragraph-text-color {
  width: 80%;
  background-color: #433;
}


/* www/items/
================================================== */

/* Quality
------------------------------ */
.quality {
  background-color: rgba(216, 214, 213, .2);
  padding: 2rem;
  border-radius: 12px;
}

.quality p {
  font-size: 1.1rem;
  color: #555c62;
}

.quality ol li {
  line-height: 1.8;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

.quality ul li {
  margin-left: -1rem;
  list-style: none;
  text-indent: 1rem;
}

.quality p {
  text-indent: 1rem;
}

.accordion .accordion-body {
  margin-left: 1rem;
}

.accordion strong span {
  font-size: 1.5rem !important;
}


/* www/index.html
================================================== */

.youtube h2 {
  max-width: 70%;
  position: relative;
  top: 30px;
}

.youtube h2 img {
  opacity: .6;
}


/* www/guide/greeting.html
================================================== */

.greeting h2 {
  font-size: 1.5rem;
  text-align: center;
}

.greeting h3 {
  font-size: 1.2rem;
}

.greeting p {
  text-indent: 1rem;
}


@media (max-width:575.98px) {
  .greeting {
    margin: 40px 10px;
    background-color: rgba(79, 153, 9, .08);
    padding: 1.8rem;
    border-radius: 8px;
  }
}

@media (min-width:576px) {
  .greeting {
    margin: 40px 14px;
    background-color: rgba(79, 153, 9, .08);
    padding: 1.8rem;
    border-radius: 8px;
  }
}

@media (min-width:768px) {
  .greeting {
    margin: 40px 20px;
    background-color: rgba(79, 153, 9, .08);
    padding: 1.8rem;
    border-radius: 8px;
  }
}

@media (min-width:992px) {
  .greeting {
    margin: 40px 50px;
    background-color: rgba(79, 153, 9, .08);
    padding: 1.8rem;
    border-radius: 8px;
  }
}

@media (min-width:1200px) {
  .greeting {
    margin: 40px 120px;
    background-color: rgba(79, 153, 9, .08);
    padding: 1.8rem;
    border-radius: 8px;
  }
}

@media (min-width:1400px) {
  .greeting {
    margin: 40px 180px;
    background-color: rgba(79, 153, 9, .08);
    padding: 1.8rem;
    border-radius: 8px;
  }
}


/* www/guide/law.html
================================================== */

.law table .mail-icon {
  font-size: 1.4rem;
}


/* www/guide/voice.html
================================================== */

.voice p {
  text-indent: 1rem;
}

.voice figure img {
  width: 96px;
  height: auto;
}

@media (max-width:1199.98px) {
  .voice figure img {
    width: 64px;
    height: auto;
  }
}


/* www/guide/access.html
================================================== */

.map-illust-txt {
  margin-top: 4.4rem;
}

.map-illust-txt ul {
  margin-left: 2rem;
  list-style: none;
}

.map-illust-txt ul span {
  font-weight: 600;
}

.map-illust-li {
  margin-left: 1rem;
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
}

@media (max-width:575.98px) {
  .map-illust-txt ul {
    margin-left: -1rem;
  }
}

@media (min-width:576px) {
  .map-illust-txt ul {
    margin-left: -1rem;
  }
}

@media (min-width:768px) {
  .map-illust-txt ul {
    margin-left: -1rem;
  }
}

@media (min-width:992px) {
  .map-illust-txt ul {
    margin-left: -1rem;
  }
}

.map h2 {
  font-size: 2.2rem;
  margin-bottom: .5em;
}


/* Map（レスポンシブ）
------------------------------ */
.gmap {
  height: 0;
  overflow: hidden;
  padding-bottom: 56.25%;
  position: relative;
}

.gmap iframe {
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 100%;
}


/* www/guide/privacy.html
================================================== */

.privacy h2 {
  text-align: center;
  margin-bottom: 2rem;
}

.privacy ol li {
  font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
  line-height: 1.6rem;
  margin-bottom: 1rem;
}

.privacy .privacy-author {
  text-align: right;
}


/* www/form/contact.html
================================================== */

.contact-text {
  width: 90%;
  background-color: rgba(221, 221, 221, .3);
  padding: 2rem 1.8rem 1rem 2rem;
  border-radius: 8px;
}

.contact ul li {
  list-style: none;
}

.contact ul li a {
  text-decoration: none;
}
