@charset "UTF-8";
/* Reset Style */
@import url("https://fonts.googleapis.com/css?family=Ek+Mukta:400,500&family=Noto+Sans+JP:wght@400;500;700&display=swap");
html {
  overflow-y: scroll;
}

body {
  line-height: 1;
  color: #000;
}

/* html5doctor.com Reset Stylesheet v1.6.1
Last Updated: 2010-09-17 Author: Richard Clark - http://richclarkdesign.com Twitter: @rich_clark */
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
  display: block;
}

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

blockquote:before, blockquote:after,
q:before, q:after {
  content: '';
  content: none;
}

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

li {
  list-style-type: none;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.7.0
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires 
 */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
body {
  font: 62.5% Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 1.5;
}

html > body {
  font-size: 10px;
  font-size: 62.5% \9;
}

/* Except IE & Add IE8 */
/**
 * Nudge down to get to 10px equivalent for these form elements
 */
select, input, button, textarea {
  font: 100% Meiryo, arial, clean, verdana, 'Hiragino Kaku Gothic Pro', "ＭＳ Ｐゴシック", Osaka, sans-serif;
  line-height: 1.5;
}

/**
 * To help tables remember to inherit
 */
table {
  font-size: inherit;
  font: 100%;
  line-height: 1.4;
}

/**
 * Bump up IE to get to 13px equivalent for these fixed-width elements
 */
pre, code, kbd, samp, tt {
  font-family: monospace;
  font-size: 100%;
  *font-size: 108%;
  line-height: 1.4;
  color: #333;
}

/* Font-size fixed */
li li, li dt, li dd, li input, li select, li button, li textarea, li p, li th, li td,
dt li, dt dt, dt dd, dt input, dt select, dt button, dt textarea, dt p, dt th, dt td,
dd li, dd dt, dd dd, dd input, dd select, dd button, dd textarea, dd p, dd th, dd td,
th li, th dt, th dd, th input, th select, th button, th textarea, th p, th th, th td,
td li, td dt, td dd, td input, td select, td button, td textarea, td p, td th, td td,
p input {
  font-size: 100%;
}

/* =========================================================
 @base
========================================================= */
/**
  @fonts
--------------------------------------------------------
  base/_fonts.scss
--------------------------------------------------------
■日本語フォント
- Noto Sans JP
https://fonts.google.com/specimen/Noto+Sans+JP?authuser=0
- Yaku Han JP
https://yakuhanjp.qranoko.jp/

■英字フォント
- EB Garamond
https://fonts.google.com/specimen/EB+Garamond?authuser=0&query=Garamond
■数字用フォント
- https://fonts.google.com/specimen/Roboto
-------------------------------------------------------- */
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url(/assets/fonts/YakuHanJP-Regular.eot);
  src: url(/assets/fonts/YakuHanJP-Regular.woff2) format("woff2"), url(/assets/fonts/YakuHanJP-Regular.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url(/assets/fonts/YakuHanJP-Medium.eot);
  src: url(/assets/fonts/YakuHanJP-Medium.woff2) format("woff2"), url(/assets/fonts/YakuHanJP-Medium.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: YakuHanJP;
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url(/assets/fonts/YakuHanJP-Bold.eot);
  src: url(/assets/fonts/YakuHanJP-Bold.woff2) format("woff2"), url(/assets/fonts/YakuHanJP-Bold.woff) format("woff");
  unicode-range: U+3001-3002, U+3008-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanMP";
  font-style: normal;
  font-weight: 400;
  font-display: swap;
  src: url("/assets/fonts/YakuHanMP-Medium.eot");
  src: url("/assets/fonts/YakuHanMP-Medium.woff2") format("woff2"), url("/assets/fonts/YakuHanMP-Medium.woff") format("woff");
  unicode-range: U+3001-3002, U+300a-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanMP";
  font-style: normal;
  font-weight: 500;
  font-display: swap;
  src: url("/assets/fonts/YakuHanMP-SemiBold.eot");
  src: url("/assets/fonts/YakuHanMP-SemiBold.woff2") format("woff2"), url("/assets/fonts/YakuHanMP-SemiBold.woff") format("woff");
  unicode-range: U+3001-3002, U+300a-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
@font-face {
  font-family: "YakuHanMP";
  font-style: normal;
  font-weight: 700;
  font-display: swap;
  src: url("/assets/fonts/YakuHanMP-Bold.eot");
  src: url("/assets/fonts/YakuHanMP-Bold.woff2") format("woff2"), url("/assets/fonts/YakuHanMP-Bold.woff") format("woff");
  unicode-range: U+3001-3002, U+300a-3011, U+3014-3015, U+30fb, U+ff01, U+ff08-ff09, U+ff1a-ff1b, U+ff1f, U+ff3b, U+ff3d, U+ff5b, U+ff5d;
}
/* =========================================================
  @mixin
========================================================= */
.icon-pdf {
  display: inline-block;
  width: 30px;
  height: 30px;
  margin-right: 5px;
  vertical-align: middle;
}

/* 汎用クラス */
.inline_block {
  display: inline-block;
  *display: inline;
  *zoom: 1;
}

.table_cell {
  display: table-cell;
  *display: inline;
  *zoom: 1;
  vertical-align: middle;
}

.fr {
  float: right;
}

.imgR {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .imgR {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .imgR {
    float: right;
    margin-left: 20px;
  }
}

.fl {
  float: left;
}

.imgL {
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .imgL {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .imgL {
    float: left;
    margin-right: 20px;
  }
}

.imgC,
.tC,
.btn {
  text-align: center;
}

.imgC {
  display: block;
  margin-left: auto;
  margin-right: auto;
}

.tR,
.sign {
  text-align: right;
}

.mt0 {
  margin-top: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

/* clearfix */
.clearfix {
  *zoom: 1;
}
.clearfix:after {
  content: ".";
  display: block;
  clear: both;
  height: 0;
  visibility: hidden;
}

.clear {
  clear: both;
}

/* =========================================================
  @elements
========================================================= */
/**
  @info
---------------------------------------------------------
  elements/_info.scss
--------------------------------------------------------- */
@media screen and (max-width: 767px) {
  .info-list {
    padding-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .info-list {
    padding-top: 20px;
  }
}
.info-list__item {
  border-bottom: 1px dotted #EDE7D5;
}
.info-list__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 991px) {
  .info-list__item a {
    padding: 20px 0;
  }
}
@media screen and (max-width: 575px) {
  .info-list__item a {
    padding: 15px 0;
  }
}
@media screen and (min-width: 992px) {
  .info-list__item a {
    padding: 25px 0;
  }
}
.info-list__item a:hover {
  color: #FF8D00;
  opacity: .7;
}
@media screen and (max-width: 767px) {
  .info-list__img {
    width: 100px;
  }
}
@media screen and (max-width: 575px) {
  .info-list__img {
    width: 80px;
  }
}
@media screen and (min-width: 768px) {
  .info-list__img {
    width: 120px;
  }
}
@media screen and (max-width: 767px) {
  .info-list__txt {
    width: calc(100% - 120px);
  }
}
@media screen and (max-width: 575px) {
  .info-list__txt {
    width: calc(100% - 95px);
  }
}
@media screen and (min-width: 768px) {
  .info-list__txt {
    width: calc(100% - 140px);
  }
}
.info-list span {
  display: block;
}
.info-list__date {
  margin-bottom: 10px;
  font-family: "Ek Mukta", sans-serif;
  font-size: 14px;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .info-list__ttl {
    font-size: 14px;
  }
}
.info-article {
  max-width: 800px;
  margin: auto;
}
.info-article__date {
  text-align: right;
}
.info-article__btn {
  margin-top: 40px;
  text-align: center;
}

/**
  @tables
---------------------------------------------------------
  elements/_tables.scss
--------------------------------------------------------- */
/* @table
--------------------------------------------------------*/
table {
  width: 100%;
  border-collapse: collapse;
  border: none;
  border-right: 1px solid #ccc;
  border-bottom: 1px solid #ccc;
}

th, td {
  border: none;
  border-top: 1px solid #ccc;
  border-left: 1px solid #ccc;
  font-weight: 400;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 575px) {
  th, td {
    display: block;
    padding: 15px;
  }
}
@media screen and (min-width: 576px) {
  th, td {
    padding: 20px;
  }
}

th {
  position: relative;
  background: #FFF6EA;
}

/* @table wrap
--------------------------------------------------------*/
@media screen and (max-width: 575px) {
  .table-wrap {
    overflow-x: scroll;
  }
  .table-wrap table {
    white-space: nowrap;
  }
  .table-wrap th, .table-wrap td {
    display: table-cell;
  }
  .table-wrap:before {
    display: block;
    margin-bottom: 5px;
    content: "横にスワイプしてご覧になれます。";
    color: #999;
    font-size: 12px;
  }
}

/* @table dl
--------------------------------------------------------*/
@media screen and (min-width: 576px) {
  .table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 576px) {
  .table dt, .table dd {
    padding: 20px 0;
  }
}
@media screen and (min-width: 768px) {
  .table dt, .table dd {
    padding: 30px 0;
  }
}
@media screen and (max-width: 575px) {
  .table dt {
    padding: 20px 1em;
    background: #f2f2f2;
    border-bottom: 1px solid #ccc;
  }
  .table dt:first-of-type {
    border-top: 1px solid #ccc;
  }
}
@media screen and (max-width: 413px) {
  .table dt {
    padding: 15px 1em;
  }
}
@media screen and (min-width: 576px) {
  .table dt {
    width: 150px;
    border-bottom: 1px solid #999999;
  }
  .table dt:first-of-type {
    border-top: 1px solid #999999;
  }
}
@media screen and (min-width: 768px) {
  .table dt {
    width: 200px;
  }
}
@media screen and (min-width: 992px) {
  .table dt {
    width: 20%;
  }
}
.table dd {
  border-bottom: 1px solid #ccc;
}
@media screen and (max-width: 575px) {
  .table dd {
    padding: 20px 1em;
  }
}
@media screen and (max-width: 413px) {
  .table dd {
    padding: 15px 1em;
  }
}
@media screen and (min-width: 576px) {
  .table dd {
    width: calc(100% - 170px);
  }
  .table dd:first-of-type {
    border-top: 1px solid #ccc;
  }
}
@media screen and (min-width: 768px) {
  .table dd {
    width: calc(100% - 230px);
  }
}
@media screen and (min-width: 992px) {
  .table dd {
    width: calc(80% - 50px);
  }
}

h2 + .table dt:first-of-type, h2 + .table dd:first-of-type, h3 + .table dt:first-of-type, h3 + .table dd:first-of-type {
  border-top: none;
}

/**
  @buttons
--------------------------------------------------------
  elements/_buttons.scss
-------------------------------------------------------- */
button, input[type="button"], input[type="reset"] {
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-size: 1rem;
  padding-top: 2px;
}
button:focus, button:active, input[type="button"]:focus, input[type="button"]:active, input[type="reset"]:focus, input[type="reset"]:active {
  outline: none;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: none;
}

input[type="button"], input[type="reset"] {
  cursor: pointer;
  font-weight: 500;
}

.btn {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
  position: relative;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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;
  width: 300px;
  margin: auto;
  padding-right: 25px;
  border: none;
  background: #FF8D00;
  color: #fff;
  font-size: 16px;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}
@media screen and (max-width: 767px) {
  .btn {
    height: 56px;
    border-radius: 28px;
  }
}
@media screen and (min-width: 768px) {
  .btn {
    height: 66px;
    border-radius: 33px;
  }
}
.btn i {
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn:hover, .btn:focus, .btn:active {
  opacity: 1;
  background: #ffa433;
  outline: none;
  color: #fff;
}
.btn:hover i, .btn:focus i, .btn:active i {
  right: 17px;
}

/* @btn-wrap
-------------------------------------------------------- */
.btn-wrap {
  text-align: center;
}
@media screen and (max-width: 413px) {
  .btn-wrap {
    padding-top: 30px;
  }
}
@media screen and (min-width: 414px) {
  .btn-wrap {
    padding-top: 40px;
  }
}
@media screen and (min-width: 576px) {
  .btn-wrap {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  .btn-wrap {
    padding-top: 60px;
  }
}
@media screen and (max-width: 575px) {
  .btn-wrap:not(.btn-list) li {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 576px) {
  .btn-wrap:not(.btn-list) li {
    margin-bottom: 20px;
  }
}
.btn-wrap:not(.btn-list) li:last-child {
  margin-bottom: 0;
}

/* @btn-list
-------------------------------------------------------- */
.btn-list {
  text-align: center;
}
@media screen and (min-width: 576px) {
  .btn-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
@media screen and (min-width: 576px) and (max-width: 860px) {
  .btn-list li:nth-of-type(n + 3) {
    margin-top: 15px;
  }
}
@media screen and (max-width: 575px) {
  .btn-list li {
    margin: 0 auto 15px;
  }
}
@media screen and (min-width: 576px) {
  .btn-list li {
    margin: 0 8px;
  }
  .btn-list li:last-child {
    margin-right: 0;
  }
}
@media screen and (min-width: 768px) {
  .btn-list li {
    margin: 0 10px;
  }
}
@media screen and (min-width: 992px) {
  .btn-list li {
    margin: 0 15px;
  }
}

/**
  @forms
---------------------------------------------------------
  elements/_forms.scss
--------------------------------------------------------- */
.field--text, .field--select select, .field--textarea {
  -webkit-appearance: none;
  cursor: pointer;
  width: 100%;
  background: #f2f2f2;
  border: 1px solid #ccc;
  border-radius: 4px;
  outline: 0;
  font-size: 1rem;
  -webkit-transition: background  0.3s, border  0.3s;
  transition: background  0.3s, border  0.3s;
}
.field--text:disabled, .field--select select:disabled, .field--textarea:disabled {
  cursor: not-allowed;
  border: 1px solid rgba(204, 204, 204, 0.5);
}
.field--text:not(:disabled):hover, .field--select select:not(:disabled):hover, .field--textarea:not(:disabled):hover, .field--text:not(:disabled):focus, .field--select select:not(:disabled):focus, .field--textarea:not(:disabled):focus {
  border: 1px solid #FF8D00;
}

input::-webkit-input-placeholder {
  color: #ccc;
  font-weight: 500;
}

input:-ms-input-placeholder {
  color: #ccc;
  font-weight: 500;
}

input::-ms-input-placeholder {
  color: #ccc;
  font-weight: 500;
}

input::placeholder {
  color: #ccc;
  font-weight: 500;
}
input:-ms-input-placeholder {
  color: #ccc;
  font-weight: 500;
}
input::-ms-input-placeholder {
  color: #ccc;
  font-weight: 500;
}

/* @field table
------------------------------------------------------ */
@media screen and (min-width: 768px) {
  .field-table {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.field-table__head, .field-table__cnt {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 768px) {
  .field-table__head, .field-table__cnt {
    padding: 30px 0;
  }
  .field-table__head:nth-of-type(1), .field-table__cnt:nth-of-type(1) {
    border-top: 1px dotted #B8A486;
  }
}
.field-table__head {
  position: relative;
}
@media screen and (max-width: 767px) {
  .field-table__head {
    padding-top: 20px;
    padding-bottom: 10px;
    font-weight: 700;
  }
  .field-table__head:nth-of-type(1) {
    border-top: 1px dotted #B8A486;
  }
}
@media screen and (min-width: 768px) {
  .field-table__head {
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    width: 250px;
    border-bottom: 1px dotted #B8A486;
  }
}
.field-table__head:after {
  position: absolute;
}
.field-table__cnt {
  border-bottom: 1px dotted #B8A486;
}
@media screen and (max-width: 767px) {
  .field-table__cnt {
    padding-bottom: 20px;
  }
  .field-table__cnt:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .field-table__cnt {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
    width: calc(100% - 250px);
    padding-left: 30px;
  }
}
@media screen and (max-width: 767px) {
  .field-table--2nd {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  .field-table--2nd {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (min-width: 768px) {
  .field-table--2nd dt, .field-table--2nd dd {
    padding-bottom: 15px;
  }
  .field-table--2nd dt:last-of-type, .field-table--2nd dd:last-of-type {
    padding-bottom: 0;
  }
}
@media screen and (max-width: 767px) {
  .field-table--2nd dt {
    margin-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .field-table--2nd dt {
    width: 8em;
  }
}
@media screen and (max-width: 767px) {
  .field-table--2nd dd {
    margin-bottom: 10px;
  }
  .field-table--2nd dd:last-child {
    margin-bottom: 0;
  }
}
@media screen and (min-width: 768px) {
  .field-table--2nd dd {
    width: calc(100% - 8em);
  }
}

/* @field list
------------------------------------------------------ */
.field-list {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: -15px;
}
.field-list li {
  margin-right: 30px;
  margin-bottom: 15px;
}
.field-list .horizontal-item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-left: 0 !important;
  margin-right: 30px !important;
  margin-bottom: 15px !important;
}

/* @text inputs
------------------------------------------------------ */
.field--text {
  height: 50px;
  padding: 0 1em;
  vertical-align: baseline;
}
.field--text:disabled {
  color: #ccc;
}

/* @select inputs
------------------------------------------------------ */
.field--select {
  position: relative;
  display: block;
  width: 100%;
  max-width: 300px;
}
.field--select select {
  height: 40px;
  padding: .5em;
}
.field--select select::-ms-expand {
  display: none;
}
.field--select select:hover {
  color: #000;
}
.field--select select:hover ~ i {
  border-right-color: #000;
  border-bottom-color: #000;
}
.field--select i {
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  width: 6px;
  height: 6px;
  border-right: 2px solid #ccc;
  border-bottom: 2px solid #ccc;
  pointer-events: none;
  -webkit-transition: border  0.3s;
  transition: border  0.3s;
}

/* @textareas
------------------------------------------------------ */
.field--textarea {
  height: 200px;
  padding: .5em;
}

/* @radio , checkbox
------------------------------------------------------ */
.field {
  cursor: pointer;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.field span {
  letter-spacing: 0;
}
.field input {
  display: none;
  -webkit-appearance: none;
  position: absolute;
  z-index: -1;
}
.field input:checked ~ i {
  border-color: #FF8D00;
  background: white;
}
.field input:checked ~ i:after {
  opacity: 1;
}
.field i {
  position: relative;
  height: 24px;
  width: 24px;
  margin-right: 5px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f2f2f2;
  -webkit-transition: background  0.3s, border  0.3s;
  transition: background  0.3s, border  0.3s;
}
.field i:after {
  content: '';
  position: absolute;
  opacity: 0;
  -webkit-transition: opacity  0.3s;
  transition: opacity  0.3s;
}
.field:hover input:not(:disabled) ~ i {
  border: 1px solid #FF8D00;
}
.field:hover input:not(:disabled):checked ~ i {
  background: white;
}

/* @radio inputs
------------------------------------------------------ */
.field--radio.field-error {
  background: none !important;
  border: none !important;
}
.field--radio.field-error i {
  border-color: #b8383c;
  background: rgba(184, 56, 60, 0.05);
}
.field--radio i {
  border-radius: 50%;
}
.field--radio i:after {
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 8px;
  height: 8px;
  background: #000;
  border-radius: 50%;
}

/* @checkbox inputs
------------------------------------------------------ */
.field--checkbox.field-error {
  background: none !important;
  border: none !important;
}
.field--checkbox i:after {
  left: 7px;
  top: 1px;
  width: 8px;
  height: 15px;
  border: solid #000;
  border-width: 0 3px 3px 0;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

/* @field size
------------------------------------------------------ */
.field--text.short, .field--text.md, .field--select.short, .field--select.md {
  display: inline-block;
  margin: 0 5px;
  text-align: center;
}
.field--text.short:first-child, .field--text.md:first-child, .field--select.short:first-child, .field--select.md:first-child {
  margin-left: 0;
}
.field--text.short, .field--select.short {
  width: 6em !important;
}
.field--text.md, .field--select.md {
  width: 12em !important;
}
.field--text.num, .field--select.num {
  text-align: right;
}

/* @info
------------------------------------------------------ */
.field-info_msg {
  display: block;
  margin-top: 5px;
  font-size: 0.857rem;
  color: #1a1a1a;
}

/* @note
------------------------------------------------------ */
.field-note {
  display: block;
  width: 100%;
  margin-top: 5px;
  font-size: 0.857rem;
  color: #1a1a1a;
}

/* @required
------------------------------------------------------ */
.field-reqd {
  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;
  width: 3em;
  height: 18px;
  margin-left: 5px;
  border-radius: 4px;
  background: #b8383c;
  color: #fff;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 0.687rem;
  font-weight: 700;
  line-height: 1;
  letter-spacing: 0;
}

/* @caution
------------------------------------------------------ */
.field-caution h3 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  line-height: 1;
}
.field-caution .scroll-wrap {
  margin-bottom: 1.5rem;
  border: 1px solid #ccc;
  background: #fff;
}
@media screen and (max-width: 767px) {
  .field-caution .scroll-wrap {
    padding: 1em;
  }
}
@media screen and (min-width: 768px) {
  .field-caution .scroll-wrap {
    padding: 1.5rem;
  }
}
.field-caution .scroll {
  height: 240px;
}
.field-caution dl {
  padding-right: 1rem;
}
.field-caution dt {
  margin-top: 1rem;
  margin-bottom: .5rem;
  padding-bottom: .5rem;
  border-bottom: 1px dotted #ccc;
}
.field-caution dt:first-child {
  margin-top: 0;
}

/* @agree
------------------------------------------------------ */
.field-agree {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.field-agree .error {
  margin-top: 0;
  text-align: center;
  -webkit-transform: translateY(-10px);
          transform: translateY(-10px);
}

/* @img
------------------------------------------------------ */
.field-img {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

/* @btn
------------------------------------------------------ */
.field__btn {
  padding: 0;
  -webkit-box-pack: center !important;
      -ms-flex-pack: center !important;
          justify-content: center !important;
}

/* @error
------------------------------------------------------ */
.field-error {
  border-color: #b8383c !important;
  background: rgba(184, 56, 60, 0.05) !important;
}

.field-error_msg {
  display: block;
  margin-top: 5px;
  color: #b8383c;
  font-size: 0.857rem;
}

/* @form-thanks
------------------------------------------------------ */
.form-thanks {
  text-align: center;
}
.form-thanks p {
  line-height: 2;
}

/* =========================================================
  @modules
========================================================= */
/**
  @site-header
--------------------------------------------------------
  modules/_site-header.scss
------------------------------------------------------ */
@media screen and (max-width: 1059px) {
  .site-header {
    height: 80px;
  }
}
@media screen and (min-width: 1060px) {
  .site-header {
    position: relative;
  }
}
.site-header:after {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background: #FF8D00;
}
@media screen and (max-width: 1059px) {
  .site-header__inner {
    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: 100%;
    padding-left: 15px;
  }
}
@media screen and (min-width: 1060px) {
  .site-header__inner {
    position: relative;
    max-width: 1000px;
    margin: auto;
    height: 150px;
  }
}

/* @branding
------------------------------------------------------ */
.header-branding {
  display: block;
}
@media screen and (min-width: 1060px) {
  .header-branding {
    position: absolute;
    top: 22px;
    left: 0;
  }
}
.header-branding__logo {
  width: auto;
  -webkit-transition: height 0.3s;
  transition: height 0.3s;
}
@media screen and (max-width: 1059px) {
  .header-branding__logo {
    height: 40px;
  }
}

/**
  @site-footer
--------------------------------------------------------
  modules/_site-footer.scss
------------------------------------------------------ */
.footer-contact {
  background: #FFF6EA;
}
@media screen and (max-width: 1059px) {
  .footer-contact {
    padding: 30px;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact {
    padding: 30px 5vw;
  }
}
@media screen and (min-width: 1060px) {
  .footer-contact {
    padding: 40px 0;
  }
}
.footer-contact dl {
  max-width: 1000px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer-contact dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.footer-contact dt {
  width: 100%;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .footer-contact dt {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer-contact dt {
    margin-bottom: 25px;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact dd {
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  .footer-contact dd {
    width: 50%;
  }
}
@media screen and (max-width: 767px) {
  .footer-contact__tel {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .footer-contact__tel a {
    pointer-events: none;
  }
}
.footer-contact__tel img:first-child {
  margin-bottom: 10px;
}

.footer-link {
  max-width: 1000px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .footer-link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 35px 30px;
  }
}
@media screen and (min-width: 992px) {
  .footer-link {
    padding: 35px 0;
  }
}
@media screen and (max-width: 767px) {
  .footer-link dl, .footer-link ul {
    border-top: 1px solid #eee;
  }
}
@media screen and (max-width: 767px) {
  .footer-link dl {
    padding-bottom: 8px;
  }
}
@media screen and (max-width: 767px) {
  .footer-link li, .footer-link dt {
    font-size: 16px;
  }
}
@media screen and (min-width: 768px) {
  .footer-link li, .footer-link dt {
    font-size: 140%;
  }
}
@media screen and (max-width: 767px) {
  .footer-link li a, .footer-link dt a {
    background: url(/assets/images/ico-arrow.png) no-repeat 15px center;
  }
}
@media screen and (min-width: 768px) {
  .footer-link li a, .footer-link dt a {
    background: url(/assets/images/ico-arrow.png) no-repeat left center;
  }
}
@media screen and (max-width: 767px) {
  .footer-link dt {
    margin-bottom: 8px;
    border-bottom: 1px solid #eee;
    background-color: #f2f2f2;
  }
}
@media screen and (max-width: 767px) {
  .footer-link li {
    border-bottom: 1px solid #eee;
  }
  .footer-link li:last-child {
    border: none;
  }
}
@media screen and (max-width: 767px) {
  .footer-link dd {
    font-size: 14px;
  }
}
@media screen and (min-width: 768px) {
  .footer-link dd {
    font-size: 120%;
  }
}
.footer-link dd a {
  padding: 5px 0 5px 15px;
}
@media screen and (max-width: 767px) {
  .footer-link dd a {
    padding: 8px 0 8px 15px;
  }
}
.footer-link a {
  display: inline-block;
  color: #000;
  text-decoration: none;
  -webkit-transition: color  0.3s;
  transition: color  0.3s;
}
@media screen and (max-width: 767px) {
  .footer-link a {
    padding: 15px 15px 15px 30px;
  }
}
@media screen and (min-width: 768px) {
  .footer-link a {
    padding: 5px 0 5px 15px;
  }
}
.footer-link a:hover {
  color: #FF8D00;
}
@media screen and (max-width: 767px) {
  .footer-link__blank dt {
    padding: 15px;
    border-bottom: 1px solid #eee;
    background-color: #f2f2f2;
  }
}
.footer-link__blank dd {
  font-size: 140%;
}
@media screen and (max-width: 767px) {
  .footer-link__blank dd {
    border-bottom: 1px solid #eee;
  }
  .footer-link__blank dd:last-child {
    border: none;
  }
}
.footer-link__blank dd a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 767px) {
  .footer-link__blank dd a {
    padding: 15px 15px 15px 30px;
    background: url(/assets/images/ico-arrow.png) no-repeat 15px center;
  }
}
@media screen and (min-width: 768px) {
  .footer-link__blank dd a {
    background: url(/assets/images/ico-arrow.png) no-repeat left center;
  }
}
.footer-link__blank dd a img {
  margin-left: 5px;
}

.footer-copyright {
  padding: 8px 0;
  background: #FF8D00;
  color: #fff;
  font-family: "Ek Mukta", sans-serif;
  text-align: center;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  .footer-copyright {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  .footer-copyright {
    font-size: 120%;
  }
}

/**
  @site-btn
--------------------------------------------------------
  modules/_site-btn.scss
------------------------------------------------------ */
.site-btn {
  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;
  position: fixed;
  top: 10px;
  right: 0;
  border-radius: 100px 0 0 100px;
  border: none;
  background: #FF8D00;
  z-index: 9999999;
  cursor: pointer;
  overflow: hidden;
  -webkit-transition: all .3s;
  transition: all .3s;
}
@media screen and (max-width: 1059px) {
  .site-btn {
    width: 70px;
    height: 60px;
  }
}
@media screen and (min-width: 1060px) {
  .site-btn {
    display: none;
  }
}
.site-btn figure {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 26px;
  height: 2px;
  margin-left: -10px;
  background: #fff;
  -webkit-transition: all .3s;
  transition: all .3s;
}
.site-btn figure:nth-of-type(1) {
  margin-top: -8px;
}
.site-btn figure:nth-of-type(2) {
  margin-top: -1px;
}
.site-btn figure:nth-of-type(3) {
  margin-top: 7px;
}

.site-input:checked ~ .site-btn figure:nth-of-type(1), .site-input:checked ~ .site-btn figure:nth-of-type(3) {
  margin-top: -1px;
}
.site-input:checked ~ .site-btn figure:nth-of-type(1) {
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.site-input:checked ~ .site-btn figure:nth-of-type(2) {
  -webkit-transform: scaleX(0);
          transform: scaleX(0);
}
.site-input:checked ~ .site-btn figure:nth-of-type(3) {
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}

/* @site-inout,cnav-input
-----------------------------------------------------  */
.site-input, .cnav-input {
  display: none;
}

/* @site-btn-bg
-----------------------------------------------------  */
.site-btn-bg {
  opacity: 0;
  pointer-events: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
  background: rgba(0, 0, 0, 0.7);
  z-index: 888888;
  -webkit-transition: opacity .35s ease-out;
  transition: opacity .35s ease-out;
  -webkit-backface-visibility: hidden;
          backface-visibility: hidden;
}
@media screen and (min-width: 1060px) {
  .site-btn-bg {
    top: 100px;
    height: calc(100vh - 100px);
  }
}
@media screen and (min-width: 1060px) {
  .site-btn-bg.js-show {
    opacity: 1;
    pointer-events: auto;
  }
}

.site-input:checked ~ .site-btn-bg {
  opacity: 1;
  pointer-events: auto;
}

/* @site-menu
-----------------------------------------------------  */
@media screen and (max-width: 1059px) {
  .site-menu {
    opacity: 0;
    pointer-events: none;
    position: fixed;
    top: 0;
    right: 0;
    -webkit-transform: translateX(105%);
            transform: translateX(105%);
    width: 100%;
    height: 100%;
    max-width: 350px;
    padding-top: 80px;
    background: #fff;
    z-index: 999999;
    -webkit-transition: opacity .2s ease-out,-webkit-transform .6s ease-out;
    transition: opacity .2s ease-out,-webkit-transform .6s ease-out;
    transition: transform .6s ease-out,opacity .2s ease-out;
    transition: transform .6s ease-out,opacity .2s ease-out,-webkit-transform .6s ease-out;
    -webkit-backface-visibility: hidden;
            backface-visibility: hidden;
  }
}
@media screen and (min-width: 1060px) {
  .site-menu {
    margin-top: auto;
  }
}
.site-menu a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 1060px) {
  .site-menu i[class^="icon"] {
    margin-left: 5px;
  }
}
@media screen and (max-width: 1059px) {
  .site-menu__main {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    -ms-overflow-style: none;
    height: 100%;
    padding-bottom: 30px;
    border-top: 1px solid rgba(255, 255, 255, 0.2);
  }
  .site-menu__main::-webkit-scrollbar {
    display: none;
  }
}
@media screen and (min-width: 1060px) {
  .site-menu__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: reverse;
        -ms-flex-direction: column-reverse;
            flex-direction: column-reverse;
  }
}

.site-input:checked ~ .site-menu {
  opacity: 1;
  pointer-events: auto;
  -webkit-transform: translateX(0);
          transform: translateX(0);
}

/* @site-gnav
-----------------------------------------------------  */
.site-gnav {
  margin: 0;
}
@media screen and (max-width: 1059px) {
  .site-gnav {
    border-top: 1px solid #eee;
  }
}
@media screen and (min-width: 1060px) {
  .site-gnav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    position: absolute;
    top: 80px;
    left: 0px;
    width: 100%;
    background: url(/assets/images/bg-gnav.png) no-repeat left center;
  }
}
.site-gnav__item {
  line-height: 1;
}
@media screen and (max-width: 1059px) {
  .site-gnav__item {
    font-size: 16px;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 1060px) {
  .site-gnav__item {
    width: 20%;
    background: url(/assets/images/bg-gnav.png) no-repeat right center;
    font-size: 14px;
    text-align: center;
    line-height: 1;
  }
}
.site-gnav__item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-direction: column;
          flex-direction: column;
  color: #000;
  text-decoration: none;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
@media screen and (max-width: 1059px) {
  .site-gnav__item a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 20px 0;
  }
}
@media screen and (min-width: 1060px) {
  .site-gnav__item a {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    height: 70px;
  }
}
.site-gnav__item a:hover {
  color: #FF8D00;
}
.site-gnav__item a:hover span {
  color: #FF8D00;
}
.site-gnav__item a span {
  margin-top: 5px;
  color: #989898;
  font-size: 11px;
  font-family: "Ek Mukta", sans-serif;
  -webkit-transition: color 0.3s;
  transition: color 0.3s;
}
.site-gnav__item.current a {
  color: #FF8D00;
  background: url(/assets/images/nav-arrow.png) no-repeat center 60px;
}
@media screen and (max-width: 1059px) {
  .site-gnav__item.current a {
    background-color: rgba(255, 141, 0, 0.1);
  }
}
.site-gnav__item.current a span {
  color: #FF8D00;
}

/* @site-snav
-----------------------------------------------------  */
@media screen and (max-width: 1059px) {
  .site-snav {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: 1px solid #eee;
  }
}
@media screen and (min-width: 1060px) {
  .site-snav {
    position: absolute;
    top: 42px;
    right: 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (max-width: 1059px) {
  .site-snav li {
    width: 50%;
    font-size: 14px;
  }
  .site-snav li:first-child {
    border-right: solid 1px #eee;
  }
}
@media screen and (min-width: 1060px) {
  .site-snav li {
    margin-right: 20px;
    font-size: 12px;
  }
  .site-snav li:last-child {
    margin-right: 0;
  }
}
.site-snav li.contact span {
  background: url(/assets/images/head-ico-mail.png) no-repeat left center;
}
.site-snav li.privacy span {
  background: url(/assets/images/head-ico-key.png) no-repeat left center;
}
.site-snav li span {
  display: inline-block;
  padding-left: 20px;
}
.site-snav li a {
  color: #000;
  text-decoration: none;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
}
@media screen and (max-width: 1059px) {
  .site-snav li a {
    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;
    height: 60px;
  }
}
.site-snav li a:hover {
  color: #FF8D00;
}

/* @site-contact
-----------------------------------------------------  */
.site-contact {
  display: block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 1059px) {
  .site-contact {
    margin: 5vw 5vw 0;
  }
}
@media screen and (min-width: 1060px) {
  .site-contact {
    position: absolute;
    right: 0;
    top: 20px;
  }
}
.site-contact:hover {
  opacity: .8;
}
@media screen and (min-width: 1060px) {
  .site-contact img {
    height: 50px;
  }
}

/**
  @site-lnav
--------------------------------------------------------
  modules/_site-lnav.scss
------------------------------------------------------ */
.site-lnav {
  border-top: 2px solid #FF8D00;
}
.site-lnav__ttl {
  color: #FF8D00;
  font-size: 180% !important;
  font-weight: normal;
  line-height: 1.1;
}
@media screen and (min-width: 768px) {
  .site-lnav__ttl {
    font-size: 160% !important;
  }
}
@media screen and (min-width: 992px) {
  .site-lnav__ttl {
    font-size: 180% !important;
  }
}
.site-lnav__ttl span {
  display: block;
  margin-top: 5px;
  color: #989898;
  font-family: "Ek Mukta", sans-serif;
  font-size: 11px;
  letter-spacing: 1px;
}
.site-lnav__ttl a {
  display: block;
  padding: 20px 0;
  color: #FF8D00;
  text-decoration: none;
}
.site-lnav__ttl a:hover {
  color: #FF8D00;
}
.site-lnav__ttl a:hover span {
  color: #989898;
}
.site-lnav ul {
  border-top: 1px solid #EDE7D5;
  border-bottom: 1px solid #EDE7D5;
  line-height: 1.3;
}
.site-lnav__item {
  border-top: 1px dotted #EDE7D5;
}
@media screen and (min-width: 768px) {
  .site-lnav__item {
    font-size: 140% !important;
  }
}
@media screen and (min-width: 992px) {
  .site-lnav__item {
    font-size: 160% !important;
  }
}
.site-lnav__item:first-child {
  border-top: none;
}
.site-lnav__item a {
  display: block;
  padding: 15px 15px 15px 25px;
  background: url(/assets/images/ico-arrow.png) no-repeat 10px 20px;
  color: #000;
  text-decoration: none;
}
.site-lnav__item a:hover {
  background-color: #FFF6EA;
  color: #FF8D00;
}
.site-lnav__item.current a {
  background-color: #FFF6EA;
  color: #FF8D00;
}

/**
  @pager
---------------------------------------------------------
  modules/_pager.scss
--------------------------------------------------------- */
.wp-pagenavi {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi {
    padding-top: 30px;
  }
}
@media screen and (min-width: 576px) {
  .wp-pagenavi {
    padding-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .wp-pagenavi {
    padding-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .wp-pagenavi {
    padding-top: 60px;
  }
}
.wp-pagenavi span, .wp-pagenavi a {
  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: 50%;
  color: #FF8D00;
  font-family: "Ek Mukta", sans-serif;
  text-decoration: none;
  -webkit-transition: all  0.3s;
  transition: all  0.3s;
  line-height: 1;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi span, .wp-pagenavi a {
    width: 40px;
    height: 40px;
    margin-right: 5px;
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  .wp-pagenavi span, .wp-pagenavi a {
    width: 50px;
    height: 50px;
    margin-right: 8px;
    font-size: 18px;
  }
}
.wp-pagenavi span:last-child, .wp-pagenavi a:last-child {
  margin-right: 0;
}
.wp-pagenavi a {
  border: 1px solid #ddd;
  color: #999;
}
.wp-pagenavi a:hover {
  border: 1px solid #FF8D00;
  background: #FFF6EA;
  color: #FF8D00;
}
.wp-pagenavi .pages {
  color: #666666;
  font-size: 1rem;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .pages {
    display: block;
    width: 100%;
    height: auto;
    margin-bottom: 15px;
    text-align: center;
    font-size: 0.875rem;
    letter-spacing: 0;
  }
}
.wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first {
  font-size: 0.875rem;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}
@media screen and (max-width: 575px) {
  .wp-pagenavi .previouspostslink, .wp-pagenavi .nextpostslink, .wp-pagenavi .first {
    font-size: 0.75rem;
  }
}
.wp-pagenavi .current {
  border: 1px solid #FF8D00;
  background: #FF8D00;
  color: #fff;
}

/*  contact page
========================================================= */
@media screen and (min-width: 992px) {
  .form-wrap {
    max-width: 800px;
    margin: auto;
  }
}
.form-wrap .error {
  display: block;
  width: 100%;
  padding-top: 10px;
  color: #b8383c;
  font-weight: 700;
  font-size: 13px;
}
.form-wrap .info {
  display: block;
  font-size: 13px;
}
.form-wrap input, .form-wrap select, .form-wrap textarea {
  font-size: 16px;
}
.form-wrap input:focus, .form-wrap select:focus, .form-wrap textarea:focus {
  outline: none;
}
.form-wrap input[type="text"], .form-wrap input[type="tel"], .form-wrap input[type="email"] {
  height: 50px;
}
.form-wrap input[type="text"], .form-wrap input[type="tel"], .form-wrap input[type="email"], .form-wrap textarea {
  -webkit-appearance: none;
  width: 100% !important;
  padding: 0 1em;
  border: solid 1px #ccc;
  background: #f8f8f8;
  border-radius: 4px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
  font-size: 100% !important;
  vertical-align: baseline;
}
.form-wrap textarea {
  height: 200px;
  padding: 1em;
}
.form-wrap input.zip {
  width: 100px !important;
}
.form-wrap #zip, .form-wrap #other_zip {
  margin-right: 3px;
}
.form-wrap #zip1, .form-wrap #other_zip1 {
  margin-left: 5px;
}
.form-wrap .custom {
  position: relative;
  max-width: 300px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #f8f8f8;
  z-index: 10;
}
.form-wrap .custom i {
  display: block;
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
  margin: 0;
  width: 8px;
  height: 8px;
  border-top: 2px solid #666;
  border-right: 2px solid #666;
}
.form-wrap select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  display: block;
  position: relative;
  width: 100%;
  height: 50px;
  padding: .5em;
  font-weight: 400;
  cursor: pointer;
  background: none;
  z-index: 15;
  vertical-align: middle;
  line-height: 24px;
  border: none;
  -moz-appearance: button;
       appearance: button;
  -webkit-appearance: none;
  cursor: pointer;
}
.form-wrap select::-ms-expand {
  display: none;
}
.form-wrap input[type=radio], .form-wrap input[type=checkbox] {
  display: none;
}
.form-wrap .mwform-radio-field, .form-wrap .mwform-checkbox-field {
  display: block;
  margin: 0 0 15px;
}
.form-wrap .mwform-radio-field:last-of-type, .form-wrap .mwform-checkbox-field:last-of-type {
  margin-bottom: 0;
}
.form-wrap .agree .mwform-checkbox-field label {
  display: inline-block;
}
.form-wrap .mwform-radio-field label, .form-wrap .mwform-checkbox-field label {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-transition: background-color 0.2s linear;
  transition: background-color 0.2s linear;
  position: relative;
  display: block;
  padding-left: 30px;
  vertical-align: middle;
  cursor: pointer;
}
.form-wrap .mwform-radio-field label:hover:after, .form-wrap .mwform-checkbox-field label:hover:after {
  border-color: #FF8D00;
}
.form-wrap .mwform-radio-field label:before, .form-wrap .mwform-radio-field label:after, .form-wrap .mwform-checkbox-field label:before, .form-wrap .mwform-checkbox-field label:after {
  display: block;
  position: absolute;
  top: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  content: '';
}
.form-wrap .mwform-radio-field label:before, .form-wrap .mwform-checkbox-field label:before {
  opacity: 0;
  z-index: 2;
}
.form-wrap .mwform-radio-field label:after, .form-wrap .mwform-checkbox-field label:after {
  -webkit-transition: border-color 0.2s linear;
  transition: border-color 0.2s linear;
  left: 0;
  width: 24px;
  height: 24px;
  border: 1px solid #ccc;
  border-radius: 4px;
  background: #fff;
  -webkit-transition: background  0.3s, border  0.3s;
  transition: background  0.3s, border  0.3s;
  z-index: 1;
}
.form-wrap .mwform-radio-field label.selected:after, .form-wrap .mwform-checkbox-field label.selected:after {
  border-color: #FF8D00;
}
.form-wrap .mwform-radio-field label.selected:before, .form-wrap .mwform-checkbox-field label.selected:before {
  opacity: 1;
}
.form-wrap .mwform-radio-field label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  left: 8px;
  margin-top: 8px;
  width: 8px;
  height: 8px;
  border-radius: 50%;
  background-color: #FF8D00;
}
.form-wrap .mwform-radio-field label:after {
  border-radius: 100%;
}
.form-wrap .mwform-checkbox-field label:before {
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  position: absolute;
  top: 50%;
  left: 7px;
  display: block;
  margin-top: -7px;
  width: 7px;
  height: 11px;
  border-right: 3px solid #FF8D00;
  border-bottom: 3px solid #FF8D00;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}

#submit {
  margin-top: 30px;
  text-align: center;
}

.intro-message {
  display: block;
  margin-bottom: 2em;
}

.conf-message, .error-message {
  display: none;
  margin-bottom: 2em;
  text-align: center;
}

.caution dl, .caution dt, .caution dd {
  display: block;
  width: 100%;
}

.mw_wp_form_confirm dl dd .custom {
  border: none;
  background: none;
}
.mw_wp_form_confirm dl dd .custom i {
  display: none;
}
.mw_wp_form_confirm dl dd .info {
  display: none;
}
.mw_wp_form_confirm .intro-message {
  display: none;
}
.mw_wp_form_confirm #privacy .inner {
  display: none;
}
.mw_wp_form_confirm .conf-message {
  display: block;
}
.mw_wp_form_confirm .conf-message p {
  color: #b8383c;
  font-weight: 700;
}

.mw_wp_form_error .error-message {
  display: block;
}
.mw_wp_form_error .error-message p {
  color: #b8383c;
  font-weight: 700;
}

.cnt-confirm .conf-message {
  display: block;
}

.button {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
}
.button input {
  cursor: pointer;
  overflow: hidden;
  position: relative;
  -webkit-appearance: none;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  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;
  width: 300px;
  border: none;
  background: #FF8D00;
  color: #fff;
  text-decoration: none;
  letter-spacing: 1px;
  -webkit-transition: background 0.4s ease;
  transition: background 0.4s ease;
  @inxlude shadow(bnr);
}
@media screen and (max-width: 767px) {
  .button input {
    height: 56px;
    border-radius: 28px;
  }
}
@media screen and (min-width: 768px) {
  .button input {
    height: 66px;
    border-radius: 33px;
  }
}
.button input:hover, .button input:focus, .button input:active {
  opacity: 1;
  outline: none;
  background: #404040;
}
.button input:focus {
  outline: none;
}
@media screen and (max-width: 767px) {
  .button input[name="submitBack"] {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  .button input[name="submitBack"] {
    margin-right: 30px;
  }
}

.privacy-wrap {
  text-align: center;
}

.thanks-message {
  text-align: center;
}
.thanks-message h2 {
  margin-bottom: 50px;
  padding: 0;
  border: none;
}
@media screen and (max-width: 767px) {
  .thanks-message h2 {
    margin-bottom: 30px;
    font-size: 20px;
  }
}
.thanks-message p {
  text-align: center;
  line-height: 2;
}

.mw-wp-form_image {
  max-width: 300px;
}

/* =========================================================
  @page
========================================================= */
/**

  @top
--------------------------------------------------------
  page/_top.scss
------------------------------------------------------ */
.top-kv {
  overflow: hidden;
  width: 100%;
  border-top: 1px solid #ede7d5;
  border-bottom: 1px solid #ede7d5;
  background: url("/images/index/bg-mv02.png");
}
@media screen and (min-width: 768px) {
  .top-kv {
    position: absolute;
    top: 80px;
    left: 0;
    height: 46vw;
  }
}
@media screen and (min-width: 992px) {
  .top-kv {
    height: 460px;
  }
}
@media screen and (min-width: 1060px) {
  .top-kv {
    top: 90px;
  }
}
@media screen and (min-width: 992px) {
  .top-kv:after {
    content: "";
    display: block;
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: url("/images/index/bg-mv.png") center center;
  }
}
.top-kv__main {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  max-width: 1000px;
  margin: auto;
  height: 100%;
}
@media screen and (max-width: 1059px) {
  .top-kv__main {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  .top-kv__main {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    padding: 40px 5vw;
  }
}
@media screen and (max-width: 575px) {
  .top-kv__main {
    padding: 30px 5vw;
  }
}
@media screen and (min-width: 768px) {
  .top-kv__copy {
    width: 55.7%;
  }
}
.top-kv__img {
  margin: 0;
  padding: 0;
}
@media screen and (max-width: 767px) {
  .top-kv__img {
    margin-top: 30px;
    max-width: 300px;
  }
}
@media screen and (min-width: 768px) {
  .top-kv__img {
    position: absolute;
    left: calc(55.7% + 25px);
    top: calc(50% + 5px);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 45.2%;
  }
}
@media screen and (min-width: 768px) {
  .top-info .info-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-top: 20px;
  }
}
@media screen and (min-width: 768px) {
  .top-info .info-list__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 768px) {
  .top-info .info-list__item {
    width: calc((100% - 40px) / 2);
  }
}
.top-fb {
  background: url(/images/index/bg-cnt.png) repeat-x 0 15px;
}
@media screen and (max-width: 767px) {
  .top-fb {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  .top-fb {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  .top-fb {
    margin-bottom: 100px;
  }
}
.top-fb .hgroup {
  margin-bottom: 0 !important;
}
@media screen and (max-width: 767px) {
  .top-fb__wrap {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .top-fb__wrap {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.top-fb__item {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .top-fb__item {
    width: 100%;
    max-width: 500px;
  }
}
@media screen and (min-width: 768px) {
  .top-fb__item {
    width: calc((100% - 30px) / 2);
  }
}
@media screen and (min-width: 992px) {
  .top-fb__item {
    width: calc((100% - 60px) / 3);
  }
}
.top-fb .fb-page,
.top-fb .fb-page span,
.top-fb iframe {
  width: 100% !important;
  height: 500px !important;
}
@media screen and (max-width: 767px) {
  .top-fb #yuyu-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  .top-fb #yuyu-list {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .top-fb #yuyu-list li {
    width: 47.142857%;
    margin-top: 30px;
    font-size: 18px;
  }
}
@media screen and (max-width: 575px) {
  .top-fb #yuyu-list li {
    width: 100%;
    max-width: 330px;
    margin-top: 20px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
}
.top-fb #yuyu-list li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 27.2727%;
  background: url(/images/action/btn-facebook.png) no-repeat top left;
  background-size: 100% auto;
  color: #000;
  text-decoration: none;
}
.top-fb #yuyu-list li a:hover {
  background-color: #FFF6EA;
}
.top-fb #yuyu-list li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 25%;
}

#home-page {
  /* contents end */
}
@media screen and (min-width: 768px) {
  #home-page .site-header {
    margin-bottom: 46vw;
  }
}
@media screen and (min-width: 1060px) {
  #home-page .site-header {
    margin-bottom: 545px;
  }
}
@media screen and (min-width: 1060px) {
  #home-page .site-header__inner {
    height: 90px;
  }
}
@media screen and (min-width: 1060px) {
  #home-page .site-gnav {
    top: 565px;
  }
}
#home-page #topic-path {
  display: none;
}
#home-page #contents {
  display: block;
  max-width: none;
  width: 100%;
  padding-top: 60px;
  padding-bottom: 80px;
  /* info end */
  /* action end */
}
#home-page #contents .inner {
  max-width: 1000px;
  margin: auto;
}
#home-page #contents .hgroup {
  background: url(/images/index/bg-ttl.png) repeat-x 0 15px;
  text-align: center;
}
@media screen and (max-width: 575px) {
  #home-page #contents .hgroup {
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 576px) {
  #home-page #contents .hgroup {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  #home-page #contents .hgroup {
    margin-bottom: 50px;
  }
}
#home-page #contents h3 {
  display: inline-block;
  padding: 0 20px;
  background: #fff;
  font-weight: normal;
  line-height: 1.1;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #home-page #contents h3 {
    font-size: 4vw;
  }
}
@media screen and (max-width: 575px) {
  #home-page #contents h3 {
    padding: 0 15px;
    font-size: 5vw;
  }
}
@media screen and (max-width: 413px) {
  #home-page #contents h3 {
    font-size: 6vw;
  }
}
@media screen and (min-width: 768px) {
  #home-page #contents h3 {
    font-size: 30px;
  }
}
#home-page #contents h3 span {
  display: block;
  margin-top: 5px;
  color: #FF8D00;
  font-size: 11px;
  font-family: "Ek Mukta", sans-serif;
}
#home-page #contents #info {
  background: url(/images/index/bg-cnt.png) repeat-x 0 15px;
}
@media screen and (max-width: 767px) {
  #home-page #contents #info {
    margin-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  #home-page #contents #info {
    margin-bottom: 80px;
  }
}
@media screen and (min-width: 992px) {
  #home-page #contents #info {
    margin-bottom: 100px;
  }
}
#home-page #contents #info .hgroup {
  margin-bottom: 0;
}
#home-page #contents #action {
  background: url(/images/index/bg-cnt.png) repeat-x 0 15px;
}
@media screen and (min-width: 414px) {
  #home-page #contents #action ul {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (max-width: 767px) {
  #home-page #contents #action li {
    width: calc((100% - 30px) / 2);
    margin-bottom: 30px;
  }
  #home-page #contents #action li:last-child {
    margin-bottom: 0;
  }
}
@media screen and (max-width: 575px) {
  #home-page #contents #action li {
    width: calc((100% - 20px) / 2);
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 413px) {
  #home-page #contents #action li {
    width: 100%;
    margin: 0 auto 20px;
    text-align: center;
  }
}
@media screen and (min-width: 768px) {
  #home-page #contents #action li {
    width: 31.3%;
  }
}
#home-page #contents #action li a {
  display: block;
}
#home-page #contents #action li a:hover {
  background: #FFF6EA;
}

/**

  @about
--------------------------------------------------------
  page/_about.scss
------------------------------------------------------ */
#about-page #contents {
  /* #guide nav */
  /* mission end */
  /* #article end */
}
@media screen and (min-width: 768px) {
  #about-page #contents {
    padding-bottom: 80px;
  }
}
#about-page #contents #guide-nav {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 0;
  padding: 10px;
  background: url(/assets/images/bg-texture.png);
}
@media screen and (max-width: 767px) {
  #about-page #contents #guide-nav {
    display: none;
  }
}
#about-page #contents #guide-nav li {
  margin-right: 10px;
}
#about-page #contents #guide-nav li:last-child {
  margin-right: 0;
}
#about-page #contents #guide-nav li a {
  display: block;
  background: #fff;
}
#about-page #contents #guide-nav li a:hover {
  background: #FFF6EA;
}
#about-page #contents .copy {
  margin-bottom: 30px;
}
#about-page #contents .mission {
  position: relative;
  margin-top: 80px;
  padding: 60px 25px 25px 25px;
  background: #FFF6EA;
  color: #523F31;
}
#about-page #contents .mission h3 {
  padding: 0;
  background: none;
  font-size: 22px;
  text-align: center;
}
#about-page #contents .mission h3 span {
  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;
  position: absolute;
  top: 0;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 74px;
  height: 74px;
  background: url(/images/about/mission-num.png) no-repeat top center;
  color: #fff;
  font-size: 50px;
  font-family: "Ek Mukta", sans-serif;
}
#about-page #contents .mission p {
  text-align: center;
}
#about-page #contents #article table th, #about-page #contents #article table td {
  text-align: center;
}
#about-page #contents #article table#type td {
  text-align: left;
}
#about-page #contents #article table #director li {
  float: left;
  width: 50%;
}
#about-page #contents #article table #member li {
  float: left;
  width: 33%;
}
#about-page #contents #article ul, #about-page #contents #article ol {
  margin-bottom: 0;
}
#about-page #contents #article .section dt {
  font-weight: bold;
}
#about-page #contents #article .section dd {
  margin-bottom: 20px;
}
#about-page #contents #article .section dd:last-child {
  margin-bottom: 0;
}
#about-page #contents #article .section dd table {
  width: 650px;
  margin-top: 5px;
}
#about-page #contents #article .section dd table#fee th, #about-page #contents #article .section dd table#fee td {
  text-align: center;
}
#about-page #contents #article .section dd th, #about-page #contents #article .section dd td {
  text-align: left;
}
#about-page #contents #article .section ol li {
  margin-top: 15px;
}
#about-page #contents #member ol li li {
  list-style-type: none;
}
#about-page #contents table td p,
#about-page #contents table td ul,
#about-page #contents .section dd p {
  margin-bottom: 0px;
  line-height: 1.6 !important;
}
#about-page #contents .btn-intro {
  margin-top: 5px;
  display: inline-block;
}

/**

  @action
--------------------------------------------------------
  page/_action.scss
------------------------------------------------------ */
#action-page #contents #action-btn li {
  margin-top: 15px;
}
#action-page #contents #action-btn li a {
  display: block;
  clear: both;
}
#action-page #contents #action-btn li a:hover {
  background: #FFF6EA;
}
@media screen and (min-width: 576px) {
  #action-page #contents #yuyu-list {
    width: 100%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
#action-page #contents #yuyu-list li {
  margin-top: 30px;
}
@media screen and (max-width: 575px) {
  #action-page #contents #yuyu-list li {
    max-width: 330px;
    margin-left: auto;
    margin-right: auto;
    font-size: 16px;
  }
}
@media screen and (min-width: 576px) {
  #action-page #contents #yuyu-list li {
    width: 47.142857%;
    font-size: 18px;
  }
}
#action-page #contents #yuyu-list li a {
  position: relative;
  display: block;
  width: 100%;
  padding-top: 27.2727%;
  background: url(/images/action/btn-facebook.png) no-repeat top left;
  background-size: 100% auto;
  color: #000;
  text-decoration: none;
}
#action-page #contents #yuyu-list li a:hover {
  background-color: #FFF6EA;
}
#action-page #contents #yuyu-list li a span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  padding-left: 25%;
}

/**

  @results
--------------------------------------------------------
  page/_results.scss
------------------------------------------------------ */
.results-list {
  width: 100%;
  border-left: 1px solid #ccc;
}
@media screen and (min-width: 768px) {
  .results-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.results-list__item {
  border: 1px solid #ccc;
  border-top: none;
  border-left: none;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .results-list__item {
    width: 50%;
  }
  .results-list__item:nth-of-type(2) {
    border-top: 1px solid #ccc;
  }
}
.results-list__item:nth-of-type(1) {
  border-top: 1px solid #ccc;
}
.results-list__item a {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 80px;
  padding: 0 30px 0 15px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  text-decoration: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.results-list__item a:after {
  content: "";
  position: absolute;
  top: 50%;
  right: 20px;
  width: 8px;
  height: 8px;
  border-top: 2px solid #FF8D00;
  border-right: 2px solid #FF8D00;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.results-list__item a:hover {
  background: #FFF6EA;
  color: #FF8D00;
}
.results-list__item a:hover:after {
  right: 17px;
}
@media screen and (max-width: 575px) {
  .results-list__item span {
    font-size: 14px;
  }
}
.results-list__item i {
  margin-right: 10px;
}
.results-list__item img {
  width: 40px;
  height: 40px;
}

.getpdf {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 30px;
  padding: 15px;
  background: #F9F9F9;
}
@media screen and (min-width: 576px) {
  .getpdf {
    margin-top: 40px;
  }
}
@media screen and (min-width: 768px) {
  .getpdf {
    margin-top: 50px;
  }
}
@media screen and (min-width: 992px) {
  .getpdf {
    margin-top: 60px;
  }
}
.getpdf i {
  margin-right: 15px;
}
.getpdf p {
  margin: 0 !important;
  color: #666;
  font-size: 11px !important;
  line-height: 1.5 !important;
}

/* =========================================================
  old
========================================================= */
/* 基本タグのフォントサイズを指定（12px -> 120% or 1.2em ） */
#contents h1, #contents h2, #contents h3, #contents h4, #contents h5, #contents h6, #contents input, #contents button, #contents textarea, #contents select, #contents p, #contents th, #contents td, #contents address, #contents li, #contents dt, #contents dd {
  font-size: 160%;
  line-height: 1.6;
}
#contents th h1, #contents th h2, #contents th h3, #contents th h4, #contents th h5, #contents th h6, #contents th input, #contents th button, #contents th textarea, #contents th select, #contents th p, #contents th th, #contents th td, #contents th address, #contents th li, #contents th dt, #contents th dd, #contents td h1, #contents td h2, #contents td h3, #contents td h4, #contents td h5, #contents td h6, #contents td input, #contents td button, #contents td textarea, #contents td select, #contents td p, #contents td th, #contents td td, #contents td address, #contents td li, #contents td dt, #contents td dd, #contents address h1, #contents address h2, #contents address h3, #contents address h4, #contents address h5, #contents address h6, #contents address input, #contents address button, #contents address textarea, #contents address select, #contents address p, #contents address th, #contents address td, #contents address address, #contents address li, #contents address dt, #contents address dd, #contents li h1, #contents li h2, #contents li h3, #contents li h4, #contents li h5, #contents li h6, #contents li input, #contents li button, #contents li textarea, #contents li select, #contents li p, #contents li th, #contents li td, #contents li address, #contents li li, #contents li dt, #contents li dd, #contents dt h1, #contents dt h2, #contents dt h3, #contents dt h4, #contents dt h5, #contents dt h6, #contents dt input, #contents dt button, #contents dt textarea, #contents dt select, #contents dt p, #contents dt th, #contents dt td, #contents dt address, #contents dt li, #contents dt dt, #contents dt dd, #contents dd h1, #contents dd h2, #contents dd h3, #contents dd h4, #contents dd h5, #contents dd h6, #contents dd input, #contents dd button, #contents dd textarea, #contents dd select, #contents dd p, #contents dd th, #contents dd td, #contents dd address, #contents dd li, #contents dd dt, #contents dd dd {
  font-size: 100%;
}

/*----------------------------------------------------
	element style
----------------------------------------------------*/
body {
  color: #000;
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

input, textarea {
  font-family: YakuHanJP, "Noto Sans JP", sans-serif;
}

img {
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}

* html body, * html input, * html textarea {
  font-family: "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
}

a {
  color: #000;
}
a:hover {
  text-decoration: none;
  color: #666;
}
a:active {
  color: #000;
}

/*----------------------------------------------------
	#wrapper
----------------------------------------------------*/
#wrapper {
  overflow: hidden;
  width: 100%;
  margin: 0 auto;
}

/*----------------------------------------------------
	#pagetitle
----------------------------------------------------*/
#pagetitle {
  position: relative;
  margin: 5px auto 0;
  border-top: 1px solid #ede7d5;
  border-bottom: 1px solid #ede7d5;
  background: url("/assets/images/bg-pagettl02.png");
}
@media screen and (min-width: 768px) {
  #pagetitle:after {
    content: "";
    display: block;
    position: absolute;
    top: -5px;
    left: 0;
    width: 100%;
    height: 180px;
    background: url("/assets/images/bg-pagettl.png") center center;
  }
}
#pagetitle div {
  max-width: 1000px;
  margin: auto;
}
@media screen and (max-width: 1059px) {
  #pagetitle div {
    padding: 0 30px;
  }
}
@media screen and (max-width: 767px) {
  #pagetitle div {
    padding: 30px 5vw;
  }
}
@media screen and (min-width: 768px) {
  #pagetitle div {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 150px;
  }
}
#pagetitle h1 {
  font-weight: normal;
  text-align: left;
  line-height: 1.1;
  letter-spacing: 1px;
}
@media screen and (max-width: 767px) {
  #pagetitle h1 {
    text-align: center;
  }
}
@media screen and (max-width: 575px) {
  #pagetitle h1 {
    font-size: 5vw;
  }
}
@media screen and (max-width: 413px) {
  #pagetitle h1 {
    font-size: 6vw;
  }
}
@media screen and (min-width: 576px) {
  #pagetitle h1 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 768px) {
  #pagetitle h1 {
    font-size: 300%;
  }
}
@media screen and (min-width: 992px) {
  #pagetitle h1 {
    font-size: 360%;
  }
}
#pagetitle h1 span {
  display: block;
  margin-top: 5px;
  color: #FF8D00;
  font-family: "Ek Mukta", sans-serif;
  text-transform: uppercase;
}
@media screen and (max-width: 767px) {
  #pagetitle h1 span {
    font-size: 12px;
  }
}
@media screen and (max-width: 575px) {
  #pagetitle h1 span {
    font-size: 10px;
  }
}
@media screen and (min-width: 768px) {
  #pagetitle h1 span {
    font-size: 14px;
  }
}

/*----------------------------------------------------
	#topick-path
----------------------------------------------------*/
#topic-path {
  position: relative;
  z-index: 10;
}
#topic-path ol {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  max-width: 1000px;
  margin: auto;
  padding: 10px 0;
}
@media screen and (max-width: 1059px) {
  #topic-path ol {
    padding: 10px 30px;
  }
}
@media screen and (max-width: 575px) {
  #topic-path ol {
    padding: 10px 5vw;
  }
}
#topic-path ol a {
  color: #ff8d00;
}
#topic-path li {
  margin-right: 10px;
  padding-left: 10px;
  background: url(/assets/images/topicpath-ico-arrow.png) no-repeat left center;
  font-size: 120%;
  line-height: 14px;
}
#topic-path .home {
  padding: 0;
  background: none;
}
#topic-path .home a {
  display: block;
  width: 11px;
  height: 14px;
  background: url(/assets/images/topicpath-ico-home.png) no-repeat top left;
  text-indent: -9999px;
}

/*----------------------------------------------------
	#contents
----------------------------------------------------*/
#contents {
  max-width: 1000px;
  margin: auto;
  padding: 30px 0 0;
}
@media screen and (max-width: 1059px) {
  #contents {
    padding: 30px 30px 0;
  }
}
@media screen and (max-width: 575px) {
  #contents {
    padding: 30px 5vw -0px;
  }
}
@media screen and (min-width: 768px) {
  #contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #contents #main {
    width: calc(75% - 30px);
  }
}
@media screen and (min-width: 1060px) {
  #contents #main {
    width: 70%;
  }
}
@media screen and (max-width: 767px) {
  #contents #aside {
    padding-bottom: 60px;
  }
}
@media screen and (min-width: 768px) {
  #contents #aside {
    width: 25%;
    padding-bottom: 80px;
  }
}

/*----------------------------------------------------
	#main
----------------------------------------------------*/
#main, #privacy-page #contents, #contact-page #contents, #info-page #contents #main, #results-page #contents, #error-page #contents {
  /* pager */
}
#main p, #main ul, #main ol, #main dl, #privacy-page #contents p, #privacy-page #contents ul, #privacy-page #contents ol, #privacy-page #contents dl, #contact-page #contents p, #contact-page #contents ul, #contact-page #contents ol, #contact-page #contents dl, #info-page #contents #main p, #info-page #contents #main ul, #info-page #contents #main ol, #info-page #contents #main dl, #results-page #contents p, #results-page #contents ul, #results-page #contents ol, #results-page #contents dl, #error-page #contents p, #error-page #contents ul, #error-page #contents ol, #error-page #contents dl {
  margin-bottom: 1em;
}
#main h2, #privacy-page #contents h2, #contact-page #contents h2, #info-page #contents #main h2, #results-page #contents h2, #error-page #contents h2 {
  position: relative;
  margin: 0 0 20px;
  border: 1px solid #EDE7D5;
  background: url(/assets/images/bg-texture.png) repeat;
  border-radius: 5px;
  font-weight: normal;
  letter-spacing: 1px;
  line-height: 1.5;
}
@media screen and (max-width: 767px) {
  #main h2, #privacy-page #contents h2, #contact-page #contents h2, #info-page #contents #main h2, #results-page #contents h2, #error-page #contents h2 {
    padding: 15px 15px 15px 29px;
  }
}
@media screen and (max-width: 575px) {
  #main h2, #privacy-page #contents h2, #contact-page #contents h2, #info-page #contents #main h2, #results-page #contents h2, #error-page #contents h2 {
    font-size: 20px;
  }
}
@media screen and (min-width: 576px) {
  #main h2, #privacy-page #contents h2, #contact-page #contents h2, #info-page #contents #main h2, #results-page #contents h2, #error-page #contents h2 {
    font-size: 22px;
  }
}
@media screen and (min-width: 768px) {
  #main h2, #privacy-page #contents h2, #contact-page #contents h2, #info-page #contents #main h2, #results-page #contents h2, #error-page #contents h2 {
    padding: 20px 20px 20px 29px;
    font-size: 240%;
  }
}
#main h2:before, #privacy-page #contents h2:before, #contact-page #contents h2:before, #info-page #contents #main h2:before, #results-page #contents h2:before, #error-page #contents h2:before {
  position: absolute;
  content: "";
  left: 15px;
  border-left: 4px solid #FF8D00;
}
@media screen and (max-width: 767px) {
  #main h2:before, #privacy-page #contents h2:before, #contact-page #contents h2:before, #info-page #contents #main h2:before, #results-page #contents h2:before, #error-page #contents h2:before {
    top: 15px;
    bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  #main h2:before, #privacy-page #contents h2:before, #contact-page #contents h2:before, #info-page #contents #main h2:before, #results-page #contents h2:before, #error-page #contents h2:before {
    top: 20px;
    bottom: 20px;
  }
}
#main h3, #privacy-page #contents h3, #contact-page #contents h3, #info-page #contents #main h3, #results-page #contents h3, #error-page #contents h3 {
  margin: 0 0 15px;
  padding-bottom: 13px;
  background: url(/assets/images/bg-h3.png) no-repeat left bottom;
  color: #FF8D00;
  font-size: 180%;
  font-weight: normal;
  line-height: 1.3;
  letter-spacing: 1px;
}
#main .article, #main .section, #privacy-page #contents .article, #privacy-page #contents .section, #contact-page #contents .article, #contact-page #contents .section, #info-page #contents #main .article, #info-page #contents #main .section, #results-page #contents .article, #results-page #contents .section, #error-page #contents .article, #error-page #contents .section {
  zoom: 1;
}
#main .article:after, #main .section:after, #privacy-page #contents .article:after, #privacy-page #contents .section:after, #contact-page #contents .article:after, #contact-page #contents .section:after, #info-page #contents #main .article:after, #info-page #contents #main .section:after, #results-page #contents .article:after, #results-page #contents .section:after, #error-page #contents .article:after, #error-page #contents .section:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
#main .article, #privacy-page #contents .article, #contact-page #contents .article, #info-page #contents #main .article, #results-page #contents .article, #error-page #contents .article {
  width: 100%;
  padding: 0 0 60px;
}
#main .article p, #privacy-page #contents .article p, #contact-page #contents .article p, #info-page #contents #main .article p, #results-page #contents .article p, #error-page #contents .article p {
  line-height: 1.8;
}
#main .section, #privacy-page #contents .section, #contact-page #contents .section, #info-page #contents #main .section, #results-page #contents .section, #error-page #contents .section {
  padding: 40px 0 0;
}
#main .bold, #privacy-page #contents .bold, #contact-page #contents .bold, #info-page #contents #main .bold, #results-page #contents .bold, #error-page #contents .bold {
  font-weight: bold;
}
#main .emphasis, #privacy-page #contents .emphasis, #contact-page #contents .emphasis, #info-page #contents #main .emphasis, #results-page #contents .emphasis, #error-page #contents .emphasis {
  color: #FF8D00;
  font-weight: bold;
}
#main p.attention, #privacy-page #contents p.attention, #contact-page #contents p.attention, #info-page #contents #main p.attention, #results-page #contents p.attention, #error-page #contents p.attention {
  margin-left: 1em;
  text-indent: -1em;
  font-size: 120%;
}
#main span.attention, #privacy-page #contents span.attention, #contact-page #contents span.attention, #info-page #contents #main span.attention, #results-page #contents span.attention, #error-page #contents span.attention {
  display: block;
  margin-left: 1em;
  text-indent: -1em;
  font-size: 12px;
}
#main ul.attention, #privacy-page #contents ul.attention, #contact-page #contents ul.attention, #info-page #contents #main ul.attention, #results-page #contents ul.attention, #error-page #contents ul.attention {
  margin-top: 10px;
}
#main ul.attention li, #privacy-page #contents ul.attention li, #contact-page #contents ul.attention li, #info-page #contents #main ul.attention li, #results-page #contents ul.attention li, #error-page #contents ul.attention li {
  margin-left: 1em;
  text-indent: -1em;
}
#main ul.list, #privacy-page #contents ul.list, #contact-page #contents ul.list, #info-page #contents #main ul.list, #results-page #contents ul.list, #error-page #contents ul.list {
  padding: 0 20px 0 20px;
  list-style-position: outside;
}
#main ul.list li, #privacy-page #contents ul.list li, #contact-page #contents ul.list li, #info-page #contents #main ul.list li, #results-page #contents ul.list li, #error-page #contents ul.list li {
  list-style-type: disc;
  margin-right: -15px;
}
#main ul.list li:last-child, #privacy-page #contents ul.list li:last-child, #contact-page #contents ul.list li:last-child, #info-page #contents #main ul.list li:last-child, #results-page #contents ul.list li:last-child, #error-page #contents ul.list li:last-child {
  margin-bottom: 0;
}
#main ol.num, #privacy-page #contents ol.num, #contact-page #contents ol.num, #info-page #contents #main ol.num, #results-page #contents ol.num, #error-page #contents ol.num {
  padding: 0 25px 0 25px;
  list-style-position: outside;
}
#main ol.num li, #privacy-page #contents ol.num li, #contact-page #contents ol.num li, #info-page #contents #main ol.num li, #results-page #contents ol.num li, #error-page #contents ol.num li {
  list-style-type: decimal;
}
#main ol.num li:last-child, #privacy-page #contents ol.num li:last-child, #contact-page #contents ol.num li:last-child, #info-page #contents #main ol.num li:last-child, #results-page #contents ol.num li:last-child, #error-page #contents ol.num li:last-child {
  margin-bottom: 0;
}
#main .pagemove, #privacy-page #contents .pagemove, #contact-page #contents .pagemove, #info-page #contents #main .pagemove, #results-page #contents .pagemove, #error-page #contents .pagemove {
  margin-top: 50px;
  text-align: center;
}
#main .pagemove li, #privacy-page #contents .pagemove li, #contact-page #contents .pagemove li, #info-page #contents #main .pagemove li, #results-page #contents .pagemove li, #error-page #contents .pagemove li {
  display: inline-block;
  margin: 0 3px 0 4px;
  line-height: 40px;
  vertical-align: middle;
  *display: inline;
  *zoom: 1;
}
#main .pagemove .currentPage, #privacy-page #contents .pagemove .currentPage, #contact-page #contents .pagemove .currentPage, #info-page #contents #main .pagemove .currentPage, #results-page #contents .pagemove .currentPage, #error-page #contents .pagemove .currentPage {
  width: 40px;
  height: 40px;
  border: solid 1px #FF8D00;
  background: #FF8D00;
  color: #fff;
  font-family: "Ek Mukta", sans-serif;
}
#main .pagemove a, #privacy-page #contents .pagemove a, #contact-page #contents .pagemove a, #info-page #contents #main .pagemove a, #results-page #contents .pagemove a, #error-page #contents .pagemove a {
  display: block;
  width: 38px;
  height: 38px;
  border: solid 1px #dcdcdc;
  background: #fff;
  color: #a9a9a9;
  text-decoration: none;
}
#main .pagemove a:hover, #privacy-page #contents .pagemove a:hover, #contact-page #contents .pagemove a:hover, #info-page #contents #main .pagemove a:hover, #results-page #contents .pagemove a:hover, #error-page #contents .pagemove a:hover {
  border: solid 1px #FF8D00;
  background: #fff;
  color: #FF8D00;
}
#main .pagemove .nextPage a, #privacy-page #contents .pagemove .nextPage a, #contact-page #contents .pagemove .nextPage a, #info-page #contents #main .pagemove .nextPage a, #results-page #contents .pagemove .nextPage a, #error-page #contents .pagemove .nextPage a {
  width: 43px;
}

/* index page
----------------------------------------------------*/
/* about page
----------------------------------------------------*/
/* action page
----------------------------------------------------*/
/* results page
----------------------------------------------------*/
#results-page #contents {
  /* results-list end */
}
#results-page #contents #results-list {
  margin-top: 30px;
}
#results-page #contents #results-list li {
  position: relative;
  float: left;
  width: 50%;
  margin: -1px -1px 0 0;
}
#results-page #contents #results-list li a {
  display: block;
  padding: 0 30px 0 20px;
  border: 1px solid #E0DAC7;
  background: url(/assets/images/ico-arrow.png) no-repeat 330px center;
  color: #000;
  text-decoration: none;
  line-height: 60px;
  vertical-align: middle;
}
#results-page #contents #results-list li a:hover {
  background-color: #FFF6EA;
}
#results-page #contents #detail {
  padding-bottom: 70px;
}
#results-page #contents #detail h3 {
  padding-top: 20px;
}
#results-page #contents #detail h2 + h3 {
  padding-top: 0;
}

table.borderNone {
  border: 0px #FFFFFF solid !important;
}

table.borderNone tr,
table.borderNone td,
table.borderNone th {
  border: 0px #FFFFFF solid !important;
}

#results-page .ulmaru ul li {
  margin-left: 1.5em;
  text-indent: -1.5em;
}

/* newsletter page
----------------------------------------------------*/
#newsletter-page #contents #update-list dl {
  margin: 0;
  padding: 15px 10px;
  border-bottom: 1px dashed #EDE7D5;
  zoom: 1;
}
#newsletter-page #contents #update-list dl:after {
  content: "";
  display: table;
  clear: both;
  height: 0;
  visibility: hidden;
}
#newsletter-page #contents #update-list dl dt {
  float: left;
  width: 8em;
  font-family: "Ek Mukta", sans-serif;
}
#newsletter-page #contents #update-list dl dd {
  margin-left: 8em;
}
#newsletter-page #contents #update-list dl a {
  color: #000;
  text-decoration: none;
}
#newsletter-page #contents #update-list dl.hover {
  background-color: #FFF6EA;
}
#newsletter-page #contents #detail {
  padding-bottom: 70px;
}
#newsletter-page #contents #detail h3 {
  padding-top: 20px;
}
#newsletter-page #contents #detail h2 + h3 {
  padding-top: 0;
}

/* info page
----------------------------------------------------*/
#info-page #contents .no-post {
  margin-top: 30px;
  text-align: center;
}

/* hoge page
----------------------------------------------------*/
/*  contact page
----------------------------------------------------*/
#contact-page #contents h3 span {
  float: left;
  margin: 2px 10px 0 0;
}
#contact-page #contents #privacy .inner {
  overflow-y: auto;
  height: 250px;
  margin-bottom: 10px;
  padding: 20px;
  border: solid 1px #ccc;
}
#contact-page #contents #privacy ul {
  margin-bottom: 15px;
}
#contact-page #contents #privacy dt {
  margin-top: 15px;
}
#contact-page #contents #privacy dd {
  margin-left: 1em;
}
#contact-page #contents #privacy .agree {
  padding: 10px;
  background: #FFF6EA;
  font-size: 16px;
  text-align: center;
}
#contact-page #contents #privacy .agree input {
  margin-right: 10px;
}
#contact-page #contents #privacy .agree + .error {
  text-align: center;
}
#contact-page #contents #thanks {
  text-align: center;
}

/* =========================================================
 404
========================================================= */
.error-main p {
  text-align: center;
}

/*----------------------------------------------------
	印刷用スタイル
----------------------------------------------------*/
@media print {
  * html body {
    zoom: .7;
  }
}
