@charset "UTF-8";
@import url("https://fonts.googleapis.com/css?family=Noto+Serif+JP:100,400,500,700,900&display=swap&subset=japanese");
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:100,400,500,700,900&display=swap&subset=japanese");
@import url("https://cdn.jsdelivr.net/npm/yakuhanjp@3.3.1/dist/css/yakuhanjp.min.css");
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;
  background: transparent;
  font-size: 100%;
  font-weight: normal;
  vertical-align: baseline;
  -webkit-overflow-scrolling: touch;
}

html {
  box-sizing: border-box;
}

body {
  line-height: 1;
}

*,
*:before,
*:after {
  box-sizing: inherit;
}

img,
video,
audio {
  max-width: 100%;
}

img,
video {
  height: auto;
}

img {
  vertical-align: bottom;
  font-size: 0;
  line-height: 0;
}

svg {
  max-height: 100%;
}

iframe {
  border: none;
}

::-moz-focus-inner {
  border: 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

input[type="radio"],
input[type="checkbox"] {
  vertical-align: middle;
  position: relative;
  bottom: 0.15rem;
  font-size: 115%;
  margin-right: 3px;
}

input[type="search"] {
  -webkit-appearance: textfield;
}

input[type="search"]::-webkit-search-decoration,
input[type="search"]::-webkit-search-cancel-button {
  -webkit-appearance: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0;
}

hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

p, div, li, span {
  overflow-wrap: break-word;
  word-wrap: break-word;
}

nav li {
  list-style: none;
}

em {
  font-style: normal;
}

@font-face {
  font-family: 'fontello';
  src: url("../font/font/fontello.eot?7556893");
  src: url("../font/font/fontello.eot?7556893#iefix") format("embedded-opentype"), url("../font/font/fontello.woff2?7556893") format("woff2"), url("../font/font/fontello.woff?7556893") format("woff"), url("../font/font/fontello.ttf?7556893") format("truetype"), url("../font/font/fontello.svg?7556893#fontello") format("svg");
  font-weight: normal;
  font-style: normal;
}
/* Chrome hack: SVG is rendered more smooth in Windozze. 100% magic, uncomment if you need it. */
/* Note, that will break hinting! In other OS-es font will be not as sharp as it could be */
/*
@media screen and (-webkit-min-device-pixel-ratio:0) {
  @font-face {
    font-family: 'fontello';
    src: url('../font/fontello.svg?50419560#fontello') format('svg');
  }
}
*/
[class^="icon-"]:before, [class*=" icon-"]:before {
  font-family: "fontello";
  font-style: normal;
  font-weight: normal;
  speak: never;
  display: inline-block;
  text-decoration: inherit;
  width: 1em;
  margin-right: .2em;
  text-align: center;
  /* opacity: .8; */
  /* For safety - reset parent styles, that can break glyph codes*/
  font-variant: normal;
  text-transform: none;
  /* fix buttons height, for twitter bootstrap */
  line-height: 1em;
  /* Animation center compensation - margins should be symmetric */
  /* remove if not needed */
  margin-left: .2em;
  /* you can be more comfortable with increased icons size */
  /* font-size: 120%; */
  /* Font smoothing. That was taken from TWBS */
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  /* Uncomment for 3D effect */
  /* text-shadow: 1px 1px 1px rgba(127, 127, 127, 0.3); */
}

.icon-location:before {
  content: '\e800';
}

/* '' */
.icon-right-dir:before {
  content: '\e801';
}

/* '' */
.icon-left-dir:before {
  content: '\e802';
}

/* '' */
.icon-down-dir:before {
  content: '\e803';
}

/* '' */
.icon-up-dir:before {
  content: '\e804';
}

/* '' */
.icon-down-circle:before {
  content: '\e805';
}

/* '' */
.icon-left-circle:before {
  content: '\e806';
}

/* '' */
.icon-right-circle:before {
  content: '\e807';
}

/* '' */
.icon-up-circle:before {
  content: '\e808';
}

/* '' */
.icon-check:before {
  content: '\e809';
}

/* '' */
.icon-mobile:before {
  content: '\e80a';
}

/* '' */
.icon-phone:before {
  content: '\e810';
}

/* '' */
.icon-link-ext:before {
  content: '\f08e';
}

/* '' */
.icon-mail-alt:before {
  content: '\f0e0';
}

/* '' */
.icon-angle-left:before {
  content: '\f104';
}

/* '' */
.icon-angle-right:before {
  content: '\f105';
}

/* '' */
.icon-angle-up:before {
  content: '\f106';
}

/* '' */
.icon-angle-down:before {
  content: '\f107';
}

/* '' */
.icon-angle-circled-left:before {
  content: '\f137';
}

/* '' */
.icon-angle-circled-right:before {
  content: '\f138';
}

/* '' */
.icon-angle-circled-up:before {
  content: '\f139';
}

/* '' */
.icon-angle-circled-down:before {
  content: '\f13a';
}

/* '' */
.icon-caret-square-down:before {
  content: '\f150';
}

/* '' */
.icon-caret-square-up:before {
  content: '\f151';
}

/* '' */
.icon-caret-square-right:before {
  content: '\f152';
}

/* '' */
.icon-doc-text-inv:before {
  content: '\f15c';
}

/* '' */
.icon-caret-square-left:before {
  content: '\f191';
}

/* '' */
.icon-file-pdf:before {
  content: '\f1c1';
}

/* '' */
.icon-twitter:before {
  content: '\f309';
}

/* '' */
.icon-facebook-squared:before {
  content: '\f30e';
}

/* '' */
/* --- common -------------------------------------- */
body {
  color: #333333;
  font-family: YakuHanJP, "Noto Serif JP", "PT Serif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", HiraMinPro, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  font-size: 14px;
  line-height: 1.9;
  letter-spacing: 1.5px;
  text-align: justify;
  text-justify: inter-ideograph;
}

strong, .b {
  font-weight: bold;
}

.u {
  text-decoration: underline;
}

.show-sp, .show-sp.inline {
  display: none !important;
}

.nowrap {
  white-space: nowrap;
}

a {
  color: #CE4070;
  text-decoration: none;
}
a:hover {
  opacity: .8;
  transition: .4s;
}
a.u-line {
  color: #333333;
  display: inline-block;
  position: relative;
}
a.u-line:after {
  content: "";
  height: 2px;
  background: #914971;
  content: "";
  height: 6px;
  width: 100%;
  background: #E8B852;
  display: block;
  bottom: 0;
  position: absolute;
}

img {
  object-fit: cover;
  font-family: 'object-fit: cover;';
}

mark, em {
  font-weight: normal;
  font-style: normal;
}

/* --- modules ------------------------------------- */
.tal {
  text-align: left;
}

.tac {
  text-align: center;
  margin: 0 auto;
}

.tar {
  text-align: right;
}

.vat {
  vertical-align: top;
}

.vam {
  vertical-align: middle;
}

.vab {
  vertical-align: bottom;
}

.dib {
  display: inline-block;
}

.fl {
  float: left;
}

.fr {
  float: right;
}

.clf:after {
  content: '';
  display: table;
  clear: both;
}

.mt0 {
  margin-top: 0px !important;
}

.mr0 {
  margin-right: 0px !important;
}

.mb0 {
  margin-bottom: 0px !important;
}

.ml0 {
  margin-left: 0px !important;
}

.pt0 {
  padding-top: 0px !important;
}

.pr0 {
  padding-right: 0px !important;
}

.pb0 {
  padding-bottom: 0px !important;
}

.pl0 {
  padding-left: 0px !important;
}

.mt5 {
  margin-top: 5px !important;
}

.mr5 {
  margin-right: 5px !important;
}

.mb5 {
  margin-bottom: 5px !important;
}

.ml5 {
  margin-left: 5px !important;
}

.pt5 {
  padding-top: 5px !important;
}

.pr5 {
  padding-right: 5px !important;
}

.pb5 {
  padding-bottom: 5px !important;
}

.pl5 {
  padding-left: 5px !important;
}

.mt10 {
  margin-top: 10px !important;
}

.mr10 {
  margin-right: 10px !important;
}

.mb10 {
  margin-bottom: 10px !important;
}

.ml10 {
  margin-left: 10px !important;
}

.pt10 {
  padding-top: 10px !important;
}

.pr10 {
  padding-right: 10px !important;
}

.pb10 {
  padding-bottom: 10px !important;
}

.pl10 {
  padding-left: 10px !important;
}

.mt15 {
  margin-top: 15px !important;
}

.mr15 {
  margin-right: 15px !important;
}

.mb15 {
  margin-bottom: 15px !important;
}

.ml15 {
  margin-left: 15px !important;
}

.pt15 {
  padding-top: 15px !important;
}

.pr15 {
  padding-right: 15px !important;
}

.pb15 {
  padding-bottom: 15px !important;
}

.pl15 {
  padding-left: 15px !important;
}

.mt20 {
  margin-top: 20px !important;
}

.mr20 {
  margin-right: 20px !important;
}

.mb20 {
  margin-bottom: 20px !important;
}

.ml20 {
  margin-left: 20px !important;
}

.pt20 {
  padding-top: 20px !important;
}

.pr20 {
  padding-right: 20px !important;
}

.pb20 {
  padding-bottom: 20px !important;
}

.pl20 {
  padding-left: 20px !important;
}

.mt25 {
  margin-top: 25px !important;
}

.mr25 {
  margin-right: 25px !important;
}

.mb25 {
  margin-bottom: 25px !important;
}

.ml25 {
  margin-left: 25px !important;
}

.pt25 {
  padding-top: 25px !important;
}

.pr25 {
  padding-right: 25px !important;
}

.pb25 {
  padding-bottom: 25px !important;
}

.pl25 {
  padding-left: 25px !important;
}

.mt30 {
  margin-top: 30px !important;
}

.mr30 {
  margin-right: 30px !important;
}

.mb30 {
  margin-bottom: 30px !important;
}

.ml30 {
  margin-left: 30px !important;
}

.pt30 {
  padding-top: 30px !important;
}

.pr30 {
  padding-right: 30px !important;
}

.pb30 {
  padding-bottom: 30px !important;
}

.pl30 {
  padding-left: 30px !important;
}

.mt35 {
  margin-top: 35px !important;
}

.mr35 {
  margin-right: 35px !important;
}

.mb35 {
  margin-bottom: 35px !important;
}

.ml35 {
  margin-left: 35px !important;
}

.pt35 {
  padding-top: 35px !important;
}

.pr35 {
  padding-right: 35px !important;
}

.pb35 {
  padding-bottom: 35px !important;
}

.pl35 {
  padding-left: 35px !important;
}

.mt40 {
  margin-top: 40px !important;
}

.mr40 {
  margin-right: 40px !important;
}

.mb40 {
  margin-bottom: 40px !important;
}

.ml40 {
  margin-left: 40px !important;
}

.pt40 {
  padding-top: 40px !important;
}

.pr40 {
  padding-right: 40px !important;
}

.pb40 {
  padding-bottom: 40px !important;
}

.pl40 {
  padding-left: 40px !important;
}

.mt45 {
  margin-top: 45px !important;
}

.mr45 {
  margin-right: 45px !important;
}

.mb45 {
  margin-bottom: 45px !important;
}

.ml45 {
  margin-left: 45px !important;
}

.pt45 {
  padding-top: 45px !important;
}

.pr45 {
  padding-right: 45px !important;
}

.pb45 {
  padding-bottom: 45px !important;
}

.pl45 {
  padding-left: 45px !important;
}

.mt50 {
  margin-top: 50px !important;
}

.mr50 {
  margin-right: 50px !important;
}

.mb50 {
  margin-bottom: 50px !important;
}

.ml50 {
  margin-left: 50px !important;
}

.pt50 {
  padding-top: 50px !important;
}

.pr50 {
  padding-right: 50px !important;
}

.pb50 {
  padding-bottom: 50px !important;
}

.pl50 {
  padding-left: 50px !important;
}

.mt55 {
  margin-top: 55px !important;
}

.mr55 {
  margin-right: 55px !important;
}

.mb55 {
  margin-bottom: 55px !important;
}

.ml55 {
  margin-left: 55px !important;
}

.pt55 {
  padding-top: 55px !important;
}

.pr55 {
  padding-right: 55px !important;
}

.pb55 {
  padding-bottom: 55px !important;
}

.pl55 {
  padding-left: 55px !important;
}

.mt60 {
  margin-top: 60px !important;
}

.mr60 {
  margin-right: 60px !important;
}

.mb60 {
  margin-bottom: 60px !important;
}

.ml60 {
  margin-left: 60px !important;
}

.pt60 {
  padding-top: 60px !important;
}

.pr60 {
  padding-right: 60px !important;
}

.pb60 {
  padding-bottom: 60px !important;
}

.pl60 {
  padding-left: 60px !important;
}

.mt65 {
  margin-top: 65px !important;
}

.mr65 {
  margin-right: 65px !important;
}

.mb65 {
  margin-bottom: 65px !important;
}

.ml65 {
  margin-left: 65px !important;
}

.pt65 {
  padding-top: 65px !important;
}

.pr65 {
  padding-right: 65px !important;
}

.pb65 {
  padding-bottom: 65px !important;
}

.pl65 {
  padding-left: 65px !important;
}

.mt70 {
  margin-top: 70px !important;
}

.mr70 {
  margin-right: 70px !important;
}

.mb70 {
  margin-bottom: 70px !important;
}

.ml70 {
  margin-left: 70px !important;
}

.pt70 {
  padding-top: 70px !important;
}

.pr70 {
  padding-right: 70px !important;
}

.pb70 {
  padding-bottom: 70px !important;
}

.pl70 {
  padding-left: 70px !important;
}

.mt75 {
  margin-top: 75px !important;
}

.mr75 {
  margin-right: 75px !important;
}

.mb75 {
  margin-bottom: 75px !important;
}

.ml75 {
  margin-left: 75px !important;
}

.pt75 {
  padding-top: 75px !important;
}

.pr75 {
  padding-right: 75px !important;
}

.pb75 {
  padding-bottom: 75px !important;
}

.pl75 {
  padding-left: 75px !important;
}

.mt80 {
  margin-top: 80px !important;
}

.mr80 {
  margin-right: 80px !important;
}

.mb80 {
  margin-bottom: 80px !important;
}

.ml80 {
  margin-left: 80px !important;
}

.pt80 {
  padding-top: 80px !important;
}

.pr80 {
  padding-right: 80px !important;
}

.pb80 {
  padding-bottom: 80px !important;
}

.pl80 {
  padding-left: 80px !important;
}

.mt85 {
  margin-top: 85px !important;
}

.mr85 {
  margin-right: 85px !important;
}

.mb85 {
  margin-bottom: 85px !important;
}

.ml85 {
  margin-left: 85px !important;
}

.pt85 {
  padding-top: 85px !important;
}

.pr85 {
  padding-right: 85px !important;
}

.pb85 {
  padding-bottom: 85px !important;
}

.pl85 {
  padding-left: 85px !important;
}

.mt90 {
  margin-top: 90px !important;
}

.mr90 {
  margin-right: 90px !important;
}

.mb90 {
  margin-bottom: 90px !important;
}

.ml90 {
  margin-left: 90px !important;
}

.pt90 {
  padding-top: 90px !important;
}

.pr90 {
  padding-right: 90px !important;
}

.pb90 {
  padding-bottom: 90px !important;
}

.pl90 {
  padding-left: 90px !important;
}

.mt95 {
  margin-top: 95px !important;
}

.mr95 {
  margin-right: 95px !important;
}

.mb95 {
  margin-bottom: 95px !important;
}

.ml95 {
  margin-left: 95px !important;
}

.pt95 {
  padding-top: 95px !important;
}

.pr95 {
  padding-right: 95px !important;
}

.pb95 {
  padding-bottom: 95px !important;
}

.pl95 {
  padding-left: 95px !important;
}

.mt100 {
  margin-top: 100px !important;
}

.mr100 {
  margin-right: 100px !important;
}

.mb100 {
  margin-bottom: 100px !important;
}

.ml100 {
  margin-left: 100px !important;
}

.pt100 {
  padding-top: 100px !important;
}

.pr100 {
  padding-right: 100px !important;
}

.pb100 {
  padding-bottom: 100px !important;
}

.pl100 {
  padding-left: 100px !important;
}

.w0 {
  width: 0%;
}

.w5 {
  width: 5%;
}

.w10 {
  width: 10%;
}

.w15 {
  width: 15%;
}

.w20 {
  width: 20%;
}

.w25 {
  width: 25%;
}

.w30 {
  width: 30%;
}

.w35 {
  width: 35%;
}

.w40 {
  width: 40%;
}

.w45 {
  width: 45%;
}

.w50 {
  width: 50%;
}

.w55 {
  width: 55%;
}

.w60 {
  width: 60%;
}

.w65 {
  width: 65%;
}

.w70 {
  width: 70%;
}

.w75 {
  width: 75%;
}

.w80 {
  width: 80%;
}

.w85 {
  width: 85%;
}

.w90 {
  width: 90%;
}

.w95 {
  width: 95%;
}

.w100 {
  width: 100%;
}

.fsize-smaller {
  font-size: 12px;
}

.fsize-small {
  font-size: 13px;
}

.fsize-normal {
  font-size: 14px;
}

.fsize-large {
  font-size: 16px;
}

.fsize-larger {
  font-size: 18px;
}

.fstyle-mincho {
  font-family: YakuHanJP, "Noto Serif JP", "PT Serif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", HiraMinPro, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
}

.fstyle-gothic {
  font-family: YakuHanJP, "Noto Serif JP", "游ゴシック体", "YuGothic", "游ゴシック Medium", "游ゴシック", "Yu Gothic", "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.palt {
  font-feature-settings: "palt";
}

.fc_main {
  color: #914971;
}

.fc_sub {
  color: #C1AE4C;
}

.fc_red {
  color: #cf2e2e;
}

.fc_orange {
  color: #f7813d;
}

.none {
  display: none;
}

/* --- layout -------------------------------------- */
.container {
  position: relative;
  width: 100%;
  overflow: hidden;
  background: #fff;
}

.wrapper {
  max-width: 1080px;
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.wrapper.wide {
  max-width: 100%;
}
.wrapper.narrow {
  max-width: 1000px;
}

.w780 {
  max-width: 780px;
  margin-left: auto;
  margin-right: auto;
}

.contents p + p {
  margin-top: 2.05em;
}

[class*=sec-] {
  margin-bottom: 100px;
}

/* --- header/nav ---------------------------------- */
header {
  background-color: #F3F0E1;
  border-top: solid 2px #914971;
  border-bottom: solid 5px #C1AE4C;
}
header .wrapper {
  display: flex;
  justify-content: space-between;
  align-items: baseline;
  position: relative;
}
header .wrapper .logo {
  margin-left: 20px;
  margin-top: 5px;
  margin-bottom: 5px;
}
header .wrapper nav .gnav {
  display: flex;
}
header .wrapper nav .gnav li {
  padding-bottom: 10px;
}
header .wrapper nav .gnav li a {
  padding-top: 10px;
  padding-bottom: 10px;
  padding-right: 12px;
}
header .wrapper nav .gnav li a span {
  color: #502154;
}
header .wrapper nav .gnav li a span:before {
  width: 4px;
  height: 1em;
  content: "";
  display: inline-block;
  background-color: #3988C1;
  vertical-align: middle;
  margin-right: 8px;
}
header .wrapper .headline-tel {
  position: absolute;
  padding: 2px 10px;
  top: 0;
  right: 0;
  background-color: #914971;
  color: #fff;
  border-radius: 0 0 5px 5px;
}

/* --- footer -------------------------------------- */
footer {
  color: #fff;
  text-align: center;
  background-image: url(../img/common/bg_ft.jpg);
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  border-top: solid 5px #C1AE4C;
}
footer:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
footer .btn-top {
  position: absolute;
  right: 10px;
  top: -1em;
  display: block;
  font-size: 50px;
  text-align: center;
  color: #C1AE4C;
  line-height: 1;
}
footer .btn-top:before {
  content: '\f151';
  font-family: "fontello";
  display: block;
}
footer .wrapper {
  position: relative;
  padding: 30px 0;
}
footer .wrapper img.ft-logo {
  margin-bottom: 20px;
}
footer .wrapper h3.ttl {
  font-size: 24px;
}
footer .wrapper p.address {
  font-size: 12px;
  margin-bottom: 10px;
  line-height: 1.4;
}
footer .wrapper .tel-box {
  line-height: 1.2;
}
footer .wrapper .tel-box small {
  display: block;
  margin-bottom: 5px;
}
footer .wrapper .tel-box p {
  border-top: 1px solid #fff;
  border-bottom: 1px solid #fff;
  display: inline-block;
  padding: 5px 10px;
  font-size: 18px;
}
footer p.txt-copy {
  border-top: solid 1px #C1AE4C;
  background: rgba(0, 0, 0, 0.4);
  color: #fff;
  font-size: 10px;
  padding: 5px 0;
  position: relative;
}

/* --- skin ---------------------------------------- */
/* title */
h1.ttl-skin01, h1, h2, h3, h4, h5, h6 {
  font-weight: 500;
  line-height: 1.3;
}

h2, .ttl-skin02 {
  font-size: 32px;
  padding-bottom: 35px;
}

h3, .ttl-skin03 {
  font-weight: 400;
  font-size: 32px;
  margin-bottom: 25px;
}

h4, .ttl-skin04 {
  font-size: 16px;
  background-color: #3988C1;
  padding: 5px;
  text-align: center;
  color: #fff;
}

h5, .ttl-skin05 {
  font-size: 16px;
}

/* button */
.btn {
  text-align: center;
  position: relative;
  display: inline-block;
  background-color: #914971;
  color: #fff;
  min-width: 230px;
  padding: 10px 20px;
  font-weight: bold;
  line-height: 1.3;
  transition: .2s;
  border-radius: 5px;
}
.btn.white {
  border: #fff solid 2px;
  background: none;
}
.btn:hover {
  opacity: 1;
  background: #C6629A;
  color: #fff;
}
.btn.wide {
  width: 90%;
}
.btn.w100 {
  width: 100%;
}

.btn-wrap {
  margin-top: 45px;
}
.btn-wrap .btn ~ .btn {
  margin-left: 40px;
}

/* link */
.link, .post_content a:not(.no_line) {
  padding-bottom: 1px;
  padding-left: 3px;
  padding-right: 3px;
  box-shadow: inset 0 -8px 0 #ff7d7e;
  font-weight: bold;
  color: #333;
}
.link.ar-r:after, .post_content a:not(.no_line).ar-r:after {
  content: '\f105';
  margin-left: 5px;
  font-family: "fontello";
}

img.wp-smiley, img.emoji {
  font-size: initial;
}

blockquote {
  position: relative;
  padding: 10px 15px 10px 50px;
  box-sizing: border-box;
  font-style: italic;
  background: #efefef;
  color: #555;
}

blockquote:before {
  display: inline-block;
  position: absolute;
  top: 10px;
  left: -3px;
  content: "“";
  font-family: sans-serif;
  color: #cfcfcf;
  font-size: 90px;
  line-height: 1;
}

blockquote p {
  padding: 0;
  margin: 10px 0;
  line-height: 1.7;
}

blockquote cite {
  display: block;
  text-align: right;
  color: #888888;
  font-size: 0.9em;
}

/* table */
table {
  width: 100%;
  border-collapse: separate;
  border-spacing: 2px;
  border: 1px;
  word-break: break-all;
}
table th, table td {
  padding: 20px;
  vertical-align: top;
}
table th {
  background: #87826b;
  color: #fff;
  font-size: 18px;
  font-weight: 700;
  text-align: left;
}
table td {
  background: #f1f1f1;
  color: #333;
  text-align: left;
  vertical-align: middle;
}
table.grey th {
  background: #ccc;
  color: #333;
  font-size: 14px;
  padding: 15px;
}
table.grey td {
  background: #efefef;
  color: #333;
  font-size: 14px;
  padding: 15px;
}
table.underline {
  border-collapse: collapse;
  border-spacing: 0;
  border: none;
  width: 100%;
}
table.underline th {
  background: none;
  color: #333333;
  border-bottom: solid 1px #CE4070;
  padding: 10px 20px;
  text-align: left;
}
table.underline td {
  background: none;
  border-bottom: solid 1px #ddd;
  text-align: left;
  padding: 10px 20px;
  vertical-align: middle;
}
table.bordered {
  border-collapse: collapse;
  border-spacing: 0;
}
table.bordered th {
  border: 1px solid #ccc;
  font-weight: 700;
  font-size: 16px;
  vertical-align: middle;
  padding: 10px;
}
table.bordered td {
  border: 1px solid #ccc;
  font-size: 14px;
  padding: 10px;
}
table.striped {
  border-bottom: 10px solid #eee;
}
table.striped tr th, table.striped tr td {
  background: none;
  color: #333333;
}
table.striped tr:nth-child(odd) {
  background: #eee;
}
table.dashed {
  border-collapse: collapse;
  border-spacing: 0;
  border-bottom: 1px dashed #ccc;
}
table.dashed tr th, table.dashed tr td {
  background: none;
  color: #333333;
  border: none;
  padding: 5px 10px;
}
table.dashed tr th {
  border-top: 1px dashed #ccc;
  font-weight: 500;
  font-size: 12px;
}
table.dashed tr td {
  border-top: 1px dashed #ccc;
  font-size: 12px;
}
table.dashed.table-contact tr th, table.dashed.table-contact tr td {
  line-height: 1.4;
  padding: 14px 20px;
}
table.dashed.table-contact tr th {
  font-size: 16px;
}
table.dashed.table-contact tr td {
  font-size: 14px;
}
table.unstyled th, table.unstyled td {
  border: none;
  padding: 0;
  color: #333333;
}

.small th, .small td {
  padding: 10px;
  vertical-align: middle;
}
.small th {
  font-size: 14px;
}
.small td {
  text-align: center;
}

/* form */
fieldset {
  margin: 2rem 0;
  padding: 2rem;
  border: 1px solid rgba(0, 0, 0, 0.1);
}

legend {
  position: relative;
  top: 2px;
  margin-left: -1rem;
  padding: 0 1rem;
  font-weight: bold;
  font-size: 13px;
  line-height: 0;
}

input,
textarea,
select,
button {
  display: block;
  width: 100%;
  padding: 6px;
  border-radius: 6px;
  outline: none;
  border: 1px solid #989898;
  box-shadow: none;
  font-family: YakuHanJP, "Noto Serif JP", "PT Serif", "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 ProN W6", HiraMinPro, HG明朝E, "ＭＳ Ｐ明朝", "MS PMincho", serif;
  vertical-align: middle;
}
input:focus,
textarea:focus,
select:focus,
button:focus {
  outline: none;
  box-shadow: 0 0 1px  #1c86f2 inset;
}
input.error,
textarea.error,
select.error,
button.error {
  background-color: rgba(240, 60, 105, 0.1);
  border: 1px solid #f583a0;
}
input.error:focus,
textarea.error:focus,
select.error:focus,
button.error:focus {
  border-color: #f03c69;
  box-shadow: 0 0 1px #f03c69 inset;
}
input.success,
textarea.success,
select.success,
button.success {
  background-color: rgba(53, 190, 177, 0.1);
  border: 1px solid #6ad5cb;
}
input.success:focus,
textarea.success:focus,
select.success:focus,
button.success:focus {
  border-color: #35beb1;
  box-shadow: 0 0 1px #35beb1 inset;
}
input:disabled, input.disabled,
textarea:disabled,
textarea.disabled,
select:disabled,
select.disabled,
button:disabled,
button.disabled {
  resize: none;
  opacity: .6;
  cursor: default;
  color: rgba(0, 0, 0, 0.5);
}

select {
  -webkit-appearance: none;
  appearance: none;
  background-image: url('data:image/svg+xml;utf8,<svg version="1.1" id="_x32_" xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" x="0px" y="0px" viewBox="0 0 512 512" style="width: 5px; height: 5px; opacity: .5;" xml:space="preserve"><g><polygon class="st0" points="440.189,92.085 256.019,276.255 71.83,92.085 0,163.915 256.019,419.915 512,163.915 	" style="fill: rgb(75, 75, 75);"></polygon></g></svg>');
  background-size: 10px 10px;
  background-repeat: no-repeat;
  background-position: right 1rem center;
}

input[type="radio"],
input[type="checkbox"] {
  transform: translateY(2px);
  display: inline-block;
  width: auto;
  height: auto;
  padding: 0;
  border: 0;
  outline: none;
  vertical-align: middle;
  line-height: 1em;
}
input[type="radio"]:focus,
input[type="checkbox"]:focus {
  outline: none;
  border: none;
}

label:hover {
  cursor: pointer;
}
label.btn.ar-r {
  background: #BB3E3E;
  display: inline-block;
  min-width: 280px;
  padding: 0;
  border: none;
  border-radius: 6px;
}
label.btn.ar-r input, label.btn.ar-r button {
  background: none;
  color: #fff;
  padding: 10px;
}
label.btn.ar-r input:hover, label.btn.ar-r button:hover {
  cursor: pointer;
  background: #9d3f3f;
}

.form-item label {
  margin-right: 20px;
}
.form-item label:last-child {
  margin-right: 0;
}

.ui-datepicker select {
  display: inline;
}

.mwform-radio-field.horizontal-item {
  display: inline-block;
  margin-right: 10px;
  margin-left: 0 !important;
}

/* list */
ul.normal, ol.normal {
  margin-left: 1.5em;
}
ul.normal li, ol.normal li {
  margin-top: 10px;
  line-height: 1.3;
}
ul.space, ol.space {
  margin-left: 1.5em;
  margin-bottom: 20px;
}
ul.space li, ol.space li {
  margin-top: 30px;
}
ul.unstyled, ol.unstyled {
  margin: 0;
}
ul.unstyled li, ol.unstyled li {
  margin: 0;
  line-height: 1.7;
  list-style: none;
}
ul.li-attention li, ol.li-attention li {
  position: relative;
  list-style: none;
  margin-left: 1.2em;
}
ul.li-attention li:before, ol.li-attention li:before {
  position: absolute;
  display: block;
  content: "";
}
ul.li-attention li:before, ol.li-attention li:before {
  top: 0;
  left: -1.2em;
  content: "※";
}
ul.tri, ol.tri {
  display: flex;
  flex-wrap: wrap;
}
ul.tri li, ol.tri li {
  width: 33%;
}
ul.list_num, ol.list_num {
  counter-reset: item;
  list-style-type: none;
  text-indent: -1.9em;
}
ul.list_num li, ol.list_num li {
  margin-top: 20px;
  margin-left: 1.9em;
}
ul.list_num li:before, ol.list_num li:before {
  font-size: 20px;
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 5px;
  font-weight: bold;
  color: #9C8B34;
}

.post_content ol {
  counter-reset: item;
  list-style-type: none;
  text-indent: -1.9em;
}
.post_content ol li {
  margin-top: 20px;
  margin-left: 1.9em;
}
.post_content ol li:before {
  font-size: 20px;
  counter-increment: item;
  content: counter(item) ".";
  margin-right: 5px;
  font-weight: bold;
  color: #9C8B34;
}

.li-skin01 > li, .post_content ul > li {
  position: relative;
  margin-top: 10px;
  list-style: none;
  margin-left: 1.5em;
}
.li-skin01 > li:before, .post_content ul > li:before {
  content: '\f138';
  font-family: "fontello";
  padding-right: 4px;
  margin-left: -1.5em;
  color: #9C8B34;
}

/* label */
[class*=label-] {
  display: inline-block;
  color: #fff;
  font-size: 10px;
  line-height: 1.2;
  text-align: center;
  padding: 4px 10px;
  border-radius: 2px;
}

.label-blog {
  background: #3988C1;
}

.label-works {
  background: #914971;
}

.label-news {
  background: #CE4070;
}

.label-require {
  background: #FE7070;
  padding: 2px 4px;
}

/* column */
.row {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
}
.row.flex-wrap [class*=col] {
  margin-bottom: 15px;
}
.row.auto > .col {
  flex: 1;
}
.row.gutters {
  margin-left: -15px;
}
.row.gutters > .col {
  margin-left: 15px;
  margin-bottom: 20px;
}
.row.gutters > .col-1 {
  width: calc(8.33333% - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
}
.row.gutters > .offset-1 {
  margin-left: calc(8.33333% + 15px) !important;
}
.row.gutters > .col-2 {
  width: calc(16.66667% - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
}
.row.gutters > .offset-2 {
  margin-left: calc(16.66667% + 15px) !important;
}
.row.gutters > .col-3 {
  width: calc(25% - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
}
.row.gutters > .offset-3 {
  margin-left: calc(25% + 15px) !important;
}
.row.gutters > .col-4 {
  width: calc(33.33333% - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
}
.row.gutters > .offset-4 {
  margin-left: calc(33.33333% + 15px) !important;
}
.row.gutters > .col-5 {
  width: calc(41.66667% - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
}
.row.gutters > .offset-5 {
  margin-left: calc(41.66667% + 15px) !important;
}
.row.gutters > .col-6 {
  width: calc(50% - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
}
.row.gutters > .offset-6 {
  margin-left: calc(50% + 15px) !important;
}
.row.gutters > .col-7 {
  width: calc(58.33333% - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
}
.row.gutters > .offset-7 {
  margin-left: calc(58.33333% + 15px) !important;
}
.row.gutters > .col-8 {
  width: calc(66.66667% - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
}
.row.gutters > .offset-8 {
  margin-left: calc(66.66667% + 15px) !important;
}
.row.gutters > .col-9 {
  width: calc(75% - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
}
.row.gutters > .offset-9 {
  margin-left: calc(75% + 15px) !important;
}
.row.gutters > .col-10 {
  width: calc(83.33333% - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
}
.row.gutters > .offset-10 {
  margin-left: calc(83.33333% + 15px) !important;
}
.row.gutters > .col-11 {
  width: calc(91.66667% - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
}
.row.gutters > .offset-11 {
  margin-left: calc(91.66667% + 15px) !important;
}
.row.gutters > .col-12 {
  width: calc(100% - 15px);
  margin-left: 15px;
  margin-bottom: 20px;
}
.row.gutters > .offset-12 {
  margin-left: calc(100% + 15px) !important;
}
.row.gutters.wide {
  margin-left: -60px;
}
.row.gutters.wide > .col {
  margin-left: 60px;
}
.row.gutters.wide > .col-1 {
  width: calc(8.33333% - 60px);
  margin-left: 60px;
  margin-bottom: 20px;
}
.row.gutters.wide > .offset-1 {
  margin-left: calc(8.33333% + 60px) !important;
}
.row.gutters.wide > .col-2 {
  width: calc(16.66667% - 60px);
  margin-left: 60px;
  margin-bottom: 20px;
}
.row.gutters.wide > .offset-2 {
  margin-left: calc(16.66667% + 60px) !important;
}
.row.gutters.wide > .col-3 {
  width: calc(25% - 60px);
  margin-left: 60px;
  margin-bottom: 20px;
}
.row.gutters.wide > .offset-3 {
  margin-left: calc(25% + 60px) !important;
}
.row.gutters.wide > .col-4 {
  width: calc(33.33333% - 60px);
  margin-left: 60px;
  margin-bottom: 20px;
}
.row.gutters.wide > .offset-4 {
  margin-left: calc(33.33333% + 60px) !important;
}
.row.gutters.wide > .col-5 {
  width: calc(41.66667% - 60px);
  margin-left: 60px;
  margin-bottom: 20px;
}
.row.gutters.wide > .offset-5 {
  margin-left: calc(41.66667% + 60px) !important;
}
.row.gutters.wide > .col-6 {
  width: calc(50% - 60px);
  margin-left: 60px;
  margin-bottom: 20px;
}
.row.gutters.wide > .offset-6 {
  margin-left: calc(50% + 60px) !important;
}
.row.gutters.wide > .col-7 {
  width: calc(58.33333% - 60px);
  margin-left: 60px;
  margin-bottom: 20px;
}
.row.gutters.wide > .offset-7 {
  margin-left: calc(58.33333% + 60px) !important;
}
.row.gutters.wide > .col-8 {
  width: calc(66.66667% - 60px);
  margin-left: 60px;
  margin-bottom: 20px;
}
.row.gutters.wide > .offset-8 {
  margin-left: calc(66.66667% + 60px) !important;
}
.row.gutters.wide > .col-9 {
  width: calc(75% - 60px);
  margin-left: 60px;
  margin-bottom: 20px;
}
.row.gutters.wide > .offset-9 {
  margin-left: calc(75% + 60px) !important;
}
.row.gutters.wide > .col-10 {
  width: calc(83.33333% - 60px);
  margin-left: 60px;
  margin-bottom: 20px;
}
.row.gutters.wide > .offset-10 {
  margin-left: calc(83.33333% + 60px) !important;
}
.row.gutters.wide > .col-11 {
  width: calc(91.66667% - 60px);
  margin-left: 60px;
  margin-bottom: 20px;
}
.row.gutters.wide > .offset-11 {
  margin-left: calc(91.66667% + 60px) !important;
}
.row.gutters.wide > .col-12 {
  width: calc(100% - 60px);
  margin-left: 60px;
  margin-bottom: 20px;
}
.row.gutters.wide > .offset-12 {
  margin-left: calc(100% + 60px) !important;
}
.row.reverse {
  flex-direction: row-reverse;
}

.col-1 {
  width: 8.33333%;
}

.offset-1 {
  margin-left: 8.33333%;
}

.col-2 {
  width: 16.66667%;
}

.offset-2 {
  margin-left: 16.66667%;
}

.col-3 {
  width: 25%;
}

.offset-3 {
  margin-left: 25%;
}

.col-4 {
  width: 33.33333%;
}

.offset-4 {
  margin-left: 33.33333%;
}

.col-5 {
  width: 41.66667%;
}

.offset-5 {
  margin-left: 41.66667%;
}

.col-6 {
  width: 50%;
}

.offset-6 {
  margin-left: 50%;
}

.col-7 {
  width: 58.33333%;
}

.offset-7 {
  margin-left: 58.33333%;
}

.col-8 {
  width: 66.66667%;
}

.offset-8 {
  margin-left: 66.66667%;
}

.col-9 {
  width: 75%;
}

.offset-9 {
  margin-left: 75%;
}

.col-10 {
  width: 83.33333%;
}

.offset-10 {
  margin-left: 83.33333%;
}

.col-11 {
  width: 91.66667%;
}

.offset-11 {
  margin-left: 91.66667%;
}

.col-12 {
  width: 100%;
}

.offset-12 {
  margin-left: 100%;
}

.indent30 {
  padding-left: 30px;
  padding-right: 30px;
}

.layoutBox01 {
  display: flex;
  margin-bottom: 100px;
}
.layoutBox01 .text-wrap {
  width: 50%;
  padding-top: 20px;
  padding-right: 50px;
}
.layoutBox01 .image-wrap {
  width: 50%;
}
.layoutBox01 .image-wrap img ~ img {
  margin-top: 10px;
}
.layoutBox01.reverse {
  flex-direction: row-reverse;
}
.layoutBox01.reverse .text-wrap {
  padding-left: 40px;
  padding-right: 0;
}

.news-list {
  list-style: none;
}
.news-list li {
  border-bottom: 1px dashed #ccc;
  padding-bottom: 20px;
  margin-bottom: 25px;
}
.news-list li a {
  color: #333;
}
.news-list li a .newsDate_area {
  margin-bottom: 15px;
}
.news-list li a .newsDate_area time {
  margin-left: 10px;
}
.news-list li a .newsMain_wrap {
  display: flex;
  justify-content: space-between;
}
.news-list li a .newsMain_wrap .newsMain_content {
  max-width: 510px;
  margin-right: 30px;
}
.news-list li a .newsMain_wrap .newsMain_content h3.ttl {
  font-size: 18px;
  margin-bottom: 15px;
}
.news-list li a .newsMain_wrap .newsMain_img {
  width: 160px;
}
.news-list li a .newsMain_wrap .newsMain_img img {
  width: 160px;
  height: 100px;
}

.card-list {
  list-style: none;
}
.card-list li {
  margin-bottom: 20px;
}
.card-list li a {
  text-align: center;
  color: #333;
}
.card-list li a img {
  height: 180px;
  width: 100%;
}
.card-list li a h3 {
  font-size: 18px;
  padding-top: 10px;
}

/* etc */
.icon-blank:after {
  content: '\f08e';
  padding-left: 5px;
  font-family: "fontello";
  font-weight: normal;
  font-size: 1.2em;
}

.icon-pdf:after {
  content: '\f1c1';
  padding-left: 5px;
  font-family: "fontello";
  font-weight: normal;
  font-size: 1.2em;
}

p + h2,
p + h3,
p + h4,
p + h5,
p + h6,
ul + h2,
ul + h3,
ul + h4,
ul + h5,
ul + h6,
ol + h2,
ol + h3,
ol + h4,
ol + h5,
ol + h6,
dl + h2,
dl + h3,
dl + h4,
dl + h5,
dl + h6,
blockquote + h2,
blockquote + h3,
blockquote + h4,
blockquote + h5,
blockquote + h6,
hr + h2,
hr + h3,
hr + h4,
hr + h5,
hr + h6,
pre + h2,
pre + h3,
pre + h4,
pre + h5,
pre + h6,
table + h2,
table + h3,
table + h4,
table + h5,
table + h6,
form + h2,
form + h3,
form + h4,
form + h5,
form + h6,
figure + h2,
figure + h3,
figure + h4,
figure + h5,
figure + h6 {
  margin-top: 50px;
}

/* --- toppage ------------------------------------- */
.container.top h2,
.ttl-skin02bg {
  padding-top: 80px;
  padding-bottom: 80px;
  color: #fff;
  text-align: center;
  background-size: cover;
  background-attachment: fixed;
  position: relative;
  border-bottom: solid 5px #C1AE4C;
  margin-bottom: 100px;
}
.container.top h2:before,
.ttl-skin02bg:before {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.container.top h2 span,
.ttl-skin02bg span {
  position: relative;
}

/* top-mv */
.top-mv {
  border-bottom: solid 5px #C1AE4C;
  margin-bottom: 100px;
}
.top-mv img {
  height: 500px;
  width: 100%;
}

/* top-bingata */
.top-bingata h2 {
  background-image: url(../img/top/img_bingataTtl.jpg);
}

/* top-news */
.top-news h2 {
  background-image: url(../img/top/img_newsTtl.jpg);
}
.top-news .wrapper {
  max-width: 700px;
  margin-bottom: 100px;
}

/* top-work */
.top-work h2 {
  background-image: url(../img/top/img_workTtl.jpg);
}
.top-work .wrapper {
  margin-bottom: 100px;
}

/* --- subpage ------------------------------------- */
.subpage {
  /* common */
}
.subpage .hd-area h2 {
  padding-top: 0;
  padding-bottom: 35px;
}
.subpage .hd-area p {
  margin: 0 auto 50px;
}
.subpage .sec-pagetitle {
  margin-bottom: 0px;
}
.subpage .sec-pagetitle .image-wrap {
  position: relative;
}
.subpage .sec-pagetitle .image-wrap:after {
  content: "";
  position: absolute;
  top: 0;
  right: 0;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
}
.subpage .sec-pagetitle .image-wrap .img {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.subpage .sec-pagetitle .image-wrap .ttl {
  position: relative;
  min-height: 200px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #fff;
  font-size: 32px;
  font-weight: 600;
  z-index: 1;
}
.subpage .sec-pagetitle .li-topicpath {
  font-size: 12px;
  margin: 5px 0 15px 1em;
  margin-bottom: 80px;
}
.subpage .sec-pagetitle .li-topicpath li {
  display: inline-block;
  list-style: none;
}
.subpage .sec-pagetitle .li-topicpath li:not(:first-child):before {
  content: "> ";
}
.subpage .sec-pagetitle .li-topicpath li a {
  text-decoration: underline;
}
.subpage .sec-about .wrapper > img {
  margin-bottom: 50px;
}
.subpage .sec-about .wrapper .row .text-area {
  padding-left: 30px;
}
.subpage .sec-about .wrapper .row .text-area dl {
  border-bottom: 1px dashed #ccc;
}
.subpage .sec-about .wrapper .row .text-area dl dt {
  font-size: 22px;
  padding: 10px 0;
}
.subpage .sec-about .wrapper .row .text-area dl dd {
  border-top: 1px dashed #ccc;
  padding: 5px 10px;
}
.subpage .sec-about .wrapper .row .image-area iframe {
  width: 100%;
}
.subpage .sec-school .wrapper .text-wrap {
  margin-bottom: 50px;
}
.subpage .sec-flow .wrapper .row {
  margin-bottom: 50px;
}
.subpage .sec-flow .wrapper .row .text-wrap {
  padding-right: 20px;
}
.subpage .sec-flow .wrapper .row .text-wrap h3 {
  font-size: 24px;
  color: #fff;
  background: #C1AE4C;
  padding: 0 10px;
}
.subpage .sec-flow .wrapper .row .text-wrap p {
  line-height: 2;
  padding: 0 10px;
}
.subpage .sec-flow .wrapper .row .image-wrap .img-box {
  display: flex;
}
.subpage .sec-flow .wrapper .row .image-wrap .img-box>* {
  width: 50%;
  padding: 4px 2px;
}
.subpage .sec-flow .wrapper .row.reverse .text-wrap {
  padding-left: 20px;
  padding-right: 0;
}

.sec-contact .wrapper .text-wrap {
  margin-bottom: 30px;
}
.sec-contact .wrapper .text-wrap .hd-area p {
  font-size: 18px;
}
.sec-contact .wrapper .text-wrap h4 {
  margin-bottom: 30px;
}
.sec-contact .wrapper .text-wrap ul {
  padding: 0 20px;
  margin-bottom: 30px;
}
.sec-contact .wrapper .text-wrap p.caption {
  text-align: center;
  font-size: 18px;
}

/* news */
.sec-news .wrapper.news-single .upper {
  margin-bottom: 30px;
}
.sec-news .wrapper.news-single .upper .date {
  margin-left: 10px;
}
.sec-news .wrapper.news-single .post_content {
  margin-bottom: 50px;
}

.li-pager {
  display: flex;
  justify-content: center;
}
.li-pager li {
  padding: 0 7px;
  list-style: none;
}
.li-pager li a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 28px;
  height: 28px;
  border: 1px solid #914971;
  border-radius: 3px;
  background: #fff;
  color: #914971;
  font-size: 18px;
  font-weight: 500;
  line-height: 1.8;
}
.li-pager li.current a {
  background: #914971;
  color: #fff;
}

.pagenation {
  display: flex;
  justify-content: space-between;
}
.pagenation > a {
  width: 46%;
  color: #333;
}
.pagenation > a.prev {
  margin-right: auto;
}
.pagenation > a.next {
  margin-left: auto;
}
.pagenation .fsize-small {
  display: block;
  font-weight: 700;
  border-bottom: 2px solid #C1AE4C;
}
.pagenation .fsize-small i {
  color: #C1AE4C;
}
.pagenation .detail {
  display: flex;
  align-items: center;
  margin-top: 20px;
}
.pagenation .detail img {
  width: 100px;
  height: 70px;
}
.pagenation .detail p {
  flex: 1;
  padding-left: 10px;
  font-size: 18px;
  font-weight: 700;
  line-height: 1.3;
}

/* tablet向けスタイル */
@media screen and (max-width: 1080px) {
  header .wrapper .logo img {
    width: 250px;
  }

  /* --- layout -------------------------------------- */
  .wrapper {
    max-width: 960px;
    padding-left: 20px;
    padding-right: 20px;
  }
}
/* sp向けスタイル */
@media screen and (max-width: 767px) {
  /* --- common -------------------------------------- */
  .show-pc, .show-pc.inline {
    display: none !important;
  }

  .show-sp {
    display: block !important;
  }

  .show-sp.inline {
    display: inline-block !important;
  }

  .fl, .fr {
    float: none;
  }

  .sp-tac {
    text-align: center;
  }

  .sp-tal {
    text-align: left;
  }

  .sp-tar {
    text-align: right;
  }

  html {
    overflow: auto;
    height: 100%;
  }

  body {
    font-size: 13px;
    -webkit-text-size-adjust: 100%;
    line-height: 1.72;
    letter-spacing: 1px;
  }
  body.fixed {
    overflow: hidden;
    height: 100%;
  }

  .sp-mt0 {
    margin-top: 0px !important;
  }

  .sp-mr0 {
    margin-right: 0px !important;
  }

  .sp-mb0 {
    margin-bottom: 0px !important;
  }

  .sp-ml0 {
    margin-left: 0px !important;
  }

  .sp-pt0 {
    padding-top: 0px !important;
  }

  .sp-pr0 {
    padding-right: 0px !important;
  }

  .sp-pb0 {
    padding-bottom: 0px !important;
  }

  .sp-pl0 {
    padding-left: 0px !important;
  }

  .sp-mt5 {
    margin-top: 5px !important;
  }

  .sp-mr5 {
    margin-right: 5px !important;
  }

  .sp-mb5 {
    margin-bottom: 5px !important;
  }

  .sp-ml5 {
    margin-left: 5px !important;
  }

  .sp-pt5 {
    padding-top: 5px !important;
  }

  .sp-pr5 {
    padding-right: 5px !important;
  }

  .sp-pb5 {
    padding-bottom: 5px !important;
  }

  .sp-pl5 {
    padding-left: 5px !important;
  }

  .sp-mt10 {
    margin-top: 10px !important;
  }

  .sp-mr10 {
    margin-right: 10px !important;
  }

  .sp-mb10 {
    margin-bottom: 10px !important;
  }

  .sp-ml10 {
    margin-left: 10px !important;
  }

  .sp-pt10 {
    padding-top: 10px !important;
  }

  .sp-pr10 {
    padding-right: 10px !important;
  }

  .sp-pb10 {
    padding-bottom: 10px !important;
  }

  .sp-pl10 {
    padding-left: 10px !important;
  }

  .sp-mt15 {
    margin-top: 15px !important;
  }

  .sp-mr15 {
    margin-right: 15px !important;
  }

  .sp-mb15 {
    margin-bottom: 15px !important;
  }

  .sp-ml15 {
    margin-left: 15px !important;
  }

  .sp-pt15 {
    padding-top: 15px !important;
  }

  .sp-pr15 {
    padding-right: 15px !important;
  }

  .sp-pb15 {
    padding-bottom: 15px !important;
  }

  .sp-pl15 {
    padding-left: 15px !important;
  }

  .sp-mt20 {
    margin-top: 20px !important;
  }

  .sp-mr20 {
    margin-right: 20px !important;
  }

  .sp-mb20 {
    margin-bottom: 20px !important;
  }

  .sp-ml20 {
    margin-left: 20px !important;
  }

  .sp-pt20 {
    padding-top: 20px !important;
  }

  .sp-pr20 {
    padding-right: 20px !important;
  }

  .sp-pb20 {
    padding-bottom: 20px !important;
  }

  .sp-pl20 {
    padding-left: 20px !important;
  }

  .sp-mt25 {
    margin-top: 25px !important;
  }

  .sp-mr25 {
    margin-right: 25px !important;
  }

  .sp-mb25 {
    margin-bottom: 25px !important;
  }

  .sp-ml25 {
    margin-left: 25px !important;
  }

  .sp-pt25 {
    padding-top: 25px !important;
  }

  .sp-pr25 {
    padding-right: 25px !important;
  }

  .sp-pb25 {
    padding-bottom: 25px !important;
  }

  .sp-pl25 {
    padding-left: 25px !important;
  }

  .sp-mt30 {
    margin-top: 30px !important;
  }

  .sp-mr30 {
    margin-right: 30px !important;
  }

  .sp-mb30 {
    margin-bottom: 30px !important;
  }

  .sp-ml30 {
    margin-left: 30px !important;
  }

  .sp-pt30 {
    padding-top: 30px !important;
  }

  .sp-pr30 {
    padding-right: 30px !important;
  }

  .sp-pb30 {
    padding-bottom: 30px !important;
  }

  .sp-pl30 {
    padding-left: 30px !important;
  }

  .sp-mt35 {
    margin-top: 35px !important;
  }

  .sp-mr35 {
    margin-right: 35px !important;
  }

  .sp-mb35 {
    margin-bottom: 35px !important;
  }

  .sp-ml35 {
    margin-left: 35px !important;
  }

  .sp-pt35 {
    padding-top: 35px !important;
  }

  .sp-pr35 {
    padding-right: 35px !important;
  }

  .sp-pb35 {
    padding-bottom: 35px !important;
  }

  .sp-pl35 {
    padding-left: 35px !important;
  }

  .sp-mt40 {
    margin-top: 40px !important;
  }

  .sp-mr40 {
    margin-right: 40px !important;
  }

  .sp-mb40 {
    margin-bottom: 40px !important;
  }

  .sp-ml40 {
    margin-left: 40px !important;
  }

  .sp-pt40 {
    padding-top: 40px !important;
  }

  .sp-pr40 {
    padding-right: 40px !important;
  }

  .sp-pb40 {
    padding-bottom: 40px !important;
  }

  .sp-pl40 {
    padding-left: 40px !important;
  }

  .sp-mt45 {
    margin-top: 45px !important;
  }

  .sp-mr45 {
    margin-right: 45px !important;
  }

  .sp-mb45 {
    margin-bottom: 45px !important;
  }

  .sp-ml45 {
    margin-left: 45px !important;
  }

  .sp-pt45 {
    padding-top: 45px !important;
  }

  .sp-pr45 {
    padding-right: 45px !important;
  }

  .sp-pb45 {
    padding-bottom: 45px !important;
  }

  .sp-pl45 {
    padding-left: 45px !important;
  }

  .sp-mt50 {
    margin-top: 50px !important;
  }

  .sp-mr50 {
    margin-right: 50px !important;
  }

  .sp-mb50 {
    margin-bottom: 50px !important;
  }

  .sp-ml50 {
    margin-left: 50px !important;
  }

  .sp-pt50 {
    padding-top: 50px !important;
  }

  .sp-pr50 {
    padding-right: 50px !important;
  }

  .sp-pb50 {
    padding-bottom: 50px !important;
  }

  .sp-pl50 {
    padding-left: 50px !important;
  }

  .sp-w0 {
    width: 0%;
  }

  .sp-w5 {
    width: 5%;
  }

  .sp-w10 {
    width: 10%;
  }

  .sp-w15 {
    width: 15%;
  }

  .sp-w20 {
    width: 20%;
  }

  .sp-w25 {
    width: 25%;
  }

  .sp-w30 {
    width: 30%;
  }

  .sp-w35 {
    width: 35%;
  }

  .sp-w40 {
    width: 40%;
  }

  .sp-w45 {
    width: 45%;
  }

  .sp-w50 {
    width: 50%;
  }

  .sp-w55 {
    width: 55%;
  }

  .sp-w60 {
    width: 60%;
  }

  .sp-w65 {
    width: 65%;
  }

  .sp-w70 {
    width: 70%;
  }

  .sp-w75 {
    width: 75%;
  }

  .sp-w80 {
    width: 80%;
  }

  .sp-w85 {
    width: 85%;
  }

  .sp-w90 {
    width: 90%;
  }

  .sp-w95 {
    width: 95%;
  }

  .sp-w100 {
    width: 100%;
  }

  /* --- modules ------------------------------------- */
  .fsize-smaller {
    font-size: 12px;
  }

  .fsize-small {
    font-size: 13px;
  }

  .fsize-normal {
    font-size: 14px;
  }

  .fsize-large {
    font-size: 16px;
  }

  .fsize-larger {
    font-size: 18px;
  }

  .tel-link {
    pointer-events: auto;
  }

  .slide_btn {
    cursor: pointer;
  }

  /* --- layout -------------------------------------- */
  .wrapper {
    width: 100%;
    max-width: 750px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrapper.wide {
    max-width: 750px;
    padding-left: 10px;
    padding-right: 10px;
  }
  .wrapper.narrow {
    padding-left: 20px;
    padding-right: 20px;
  }

  [class*=sec-] {
    margin-bottom: 60px;
  }

  /* --- header/nav ---------------------------------- */
  header {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    height: 55px;
    border-bottom: solid 4px #C1AE4C;
    z-index: 10;
  }
  header .wrapper {
    padding-right: 50px;
    align-items: center;
  }
  header .wrapper .logo {
    margin-left: 10px;
  }
  header .wrapper .logo img {
    width: 150px;
  }
  header .wrapper .box-contact {
    font-size: 20px;
  }
  header .wrapper .box-contact a {
    padding: 0;
    color: #914971;
  }
  header .wrapper nav .gnav {
    position: absolute;
    top: 53px;
    left: 0;
    right: 0;
    display: none;
    margin: 0;
    box-shadow: 0 5px 5px rgba(0, 0, 0, 0.2);
    background: #F3F0E1;
    padding-top: 40px;
    border-bottom: solid 4px #C1AE4C;
  }
  header .wrapper nav .gnav li {
    display: block;
    margin: 0 0 40px 0;
  }
  header .wrapper nav .gnav li a {
    text-align: left;
    padding: 20px 30px;
    font-size: 23px;
  }

  .btn-toggle {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    width: 45px;
    height: 43px;
  }
  .btn-toggle span {
    position: absolute;
    left: 9px;
    display: block;
    width: 27px;
    height: 3px;
    background: #914971;
    transition: .4s;
  }
  .btn-toggle span:nth-child(1) {
    top: 10px;
  }
  .btn-toggle span:nth-child(2) {
    top: 18px;
  }
  .btn-toggle span:nth-child(3) {
    top: 26px;
  }
  .btn-toggle:after {
    position: absolute;
    left: 0;
    right: 0;
    bottom: 0;
    content: "MENU";
    color: #914971;
    font-size: 10px;
    letter-spacing: 0;
    text-align: center;
    line-height: 1;
  }
  .btn-toggle.open span:nth-child(1) {
    top: 20px;
    transform: rotate(45deg);
  }
  .btn-toggle.open span:nth-child(2) {
    width: 0;
  }
  .btn-toggle.open span:nth-child(3) {
    top: 20px;
    transform: rotate(-45deg);
  }
  .btn-toggle.open:after {
    content: "CLOSE";
  }

  /* --- footer -------------------------------------- */
  /* --- skin ---------------------------------------- */
  /* title */
  h2, .ttl-skin02 {
    font-size: 26px;
  }

  h3, .ttl-skin03 {
    font-size: 26px;
  }

  h4, .ttl-skin04 {
    font-size: 15px;
  }

  h5, .ttl-skin05 {
    font-size: 15px;
  }

  /* button */
  .btn {
    padding: 10px 40px;
    border-width: 1px;
    font-size: 12px;
  }
  .btn.ar-r {
    padding: 10px 50px 10px 30px;
  }
  .btn.ar-r:after {
    right: 10px;
    width: 25px;
    height: 10px;
  }

  .btn-wrap {
    margin-top: 25px;
    text-align: center;
  }
  .btn-wrap .btn ~ .btn {
    margin-top: 10px;
    margin-left: 0;
  }

  /* link */
  /* table */
  table {
    font-size: 13px;
  }
  table th, table td {
    display: block;
    padding: 5px 10px;
  }
  table th {
    font-size: 13px;
    text-align: left;
  }
  table td {
    padding-bottom: 12px;
  }
  table.table_pc th, table.table_pc td {
    display: table-cell;
  }
  table.dashed {
    border-bottom: solid #a9a9a9 1px;
  }
  table.dashed tr th {
    border-top: none;
    font-weight: 600;
    background: #9c8b34;
    color: #fff;
  }
  table.dashed.table-contact tr th {
    background: #cccccc;
    color: #333333;
    padding: 10px;
  }
  table.dashed.table-contact tr td {
    padding: 10px 0;
  }

  /* form */
  /* list */
  ul.space, ol.space {
    margin-top: 0;
    margin-bottom: 0;
  }
  ul.space li, ol.space li {
    margin-top: 10px;
  }
  ul.tri, ol.tri {
    display: block;
  }
  ul.tri li, ol.tri li {
    width: 100%;
  }

  .li-skin01 {
    margin-top: 0px;
  }
  .li-skin01 li {
    margin-top: 10px;
  }
  .li-skin01 li:before, .li-skin01 li:after {
    width: 6px;
    height: 6px;
  }
  .li-skin01 li:before {
    top: 6px;
    left: calc(-1.5em + 2px);
  }
  .li-skin01 li:after {
    top: 3px;
  }

  /* column */
  .row {
    flex-direction: column;
  }
  .row.flex-wrap [class*=col] {
    margin-bottom: 15px;
  }
  .row.gutters {
    margin-left: 0;
  }
  .row.gutters > .col {
    margin-left: 0;
  }
  .row.gutters > .col + .col {
    margin-top: 1em;
  }
  .row.gutters > .col-1 {
    width: 100%;
    margin-left: 0;
  }
  .row.gutters > .offset-1 {
    margin-left: 0 !important;
  }
  .row.gutters > .col-2 {
    width: 100%;
    margin-left: 0;
  }
  .row.gutters > .offset-2 {
    margin-left: 0 !important;
  }
  .row.gutters > .col-3 {
    width: 100%;
    margin-left: 0;
  }
  .row.gutters > .offset-3 {
    margin-left: 0 !important;
  }
  .row.gutters > .col-4 {
    width: 100%;
    margin-left: 0;
  }
  .row.gutters > .offset-4 {
    margin-left: 0 !important;
  }
  .row.gutters > .col-5 {
    width: 100%;
    margin-left: 0;
  }
  .row.gutters > .offset-5 {
    margin-left: 0 !important;
  }
  .row.gutters > .col-6 {
    width: 100%;
    margin-left: 0;
  }
  .row.gutters > .offset-6 {
    margin-left: 0 !important;
  }
  .row.gutters > .col-7 {
    width: 100%;
    margin-left: 0;
  }
  .row.gutters > .offset-7 {
    margin-left: 0 !important;
  }
  .row.gutters > .col-8 {
    width: 100%;
    margin-left: 0;
  }
  .row.gutters > .offset-8 {
    margin-left: 0 !important;
  }
  .row.gutters > .col-9 {
    width: 100%;
    margin-left: 0;
  }
  .row.gutters > .offset-9 {
    margin-left: 0 !important;
  }
  .row.gutters > .col-10 {
    width: 100%;
    margin-left: 0;
  }
  .row.gutters > .offset-10 {
    margin-left: 0 !important;
  }
  .row.gutters > .col-11 {
    width: 100%;
    margin-left: 0;
  }
  .row.gutters > .offset-11 {
    margin-left: 0 !important;
  }
  .row.gutters > .col-12 {
    width: 100%;
    margin-left: 0;
  }
  .row.gutters > .offset-12 {
    margin-left: 0 !important;
  }
  .row.gutters.wide {
    margin-left: 0;
  }
  .row.gutters.wide > .col {
    margin-left: 0;
  }
  .row.gutters.wide > .col + .col {
    margin-top: 1em;
  }
  .row.gutters.wide > .col-1 {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .row.gutters.wide > .offset-1 {
    margin-left: 0 !important;
  }
  .row.gutters.wide > .col-2 {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .row.gutters.wide > .offset-2 {
    margin-left: 0 !important;
  }
  .row.gutters.wide > .col-3 {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .row.gutters.wide > .offset-3 {
    margin-left: 0 !important;
  }
  .row.gutters.wide > .col-4 {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .row.gutters.wide > .offset-4 {
    margin-left: 0 !important;
  }
  .row.gutters.wide > .col-5 {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .row.gutters.wide > .offset-5 {
    margin-left: 0 !important;
  }
  .row.gutters.wide > .col-6 {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .row.gutters.wide > .offset-6 {
    margin-left: 0 !important;
  }
  .row.gutters.wide > .col-7 {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .row.gutters.wide > .offset-7 {
    margin-left: 0 !important;
  }
  .row.gutters.wide > .col-8 {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .row.gutters.wide > .offset-8 {
    margin-left: 0 !important;
  }
  .row.gutters.wide > .col-9 {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .row.gutters.wide > .offset-9 {
    margin-left: 0 !important;
  }
  .row.gutters.wide > .col-10 {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .row.gutters.wide > .offset-10 {
    margin-left: 0 !important;
  }
  .row.gutters.wide > .col-11 {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .row.gutters.wide > .offset-11 {
    margin-left: 0 !important;
  }
  .row.gutters.wide > .col-12 {
    width: auto;
    margin-left: 0;
    margin-bottom: 30px;
  }
  .row.gutters.wide > .offset-12 {
    margin-left: 0 !important;
  }
  .row.reverse {
    flex-direction: column;
  }
  .row.reverse > .col {
    margin-bottom: 1em;
  }
  .row.reverse > .col + .col {
    margin-top: 0;
  }

  .col-1 {
    width: 100%;
  }

  .offset-1 {
    margin-left: 0;
  }

  .col-2 {
    width: 100%;
  }

  .offset-2 {
    margin-left: 0;
  }

  .col-3 {
    width: 100%;
  }

  .offset-3 {
    margin-left: 0;
  }

  .col-4 {
    width: 100%;
  }

  .offset-4 {
    margin-left: 0;
  }

  .col-5 {
    width: 100%;
  }

  .offset-5 {
    margin-left: 0;
  }

  .col-6 {
    width: 100%;
  }

  .offset-6 {
    margin-left: 0;
  }

  .col-7 {
    width: 100%;
  }

  .offset-7 {
    margin-left: 0;
  }

  .col-8 {
    width: 100%;
  }

  .offset-8 {
    margin-left: 0;
  }

  .col-9 {
    width: 100%;
  }

  .offset-9 {
    margin-left: 0;
  }

  .col-10 {
    width: 100%;
  }

  .offset-10 {
    margin-left: 0;
  }

  .col-11 {
    width: 100%;
  }

  .offset-11 {
    margin-left: 0;
  }

  .col-12 {
    width: 100%;
  }

  .offset-12 {
    margin-left: 0;
  }

  .layoutBox01 {
    flex-direction: column-reverse;
    justify-content: center;
    align-items: center;
    margin-bottom: 50px;
  }
  .layoutBox01 .text-wrap {
    width: 100%;
    padding-top: 0;
    padding-right: 0;
  }
  .layoutBox01 .image-wrap {
    width: 100%;
    margin-bottom: 15px;
    text-align: center;
  }
  .layoutBox01.reverse {
    flex-direction: column-reverse;
  }
  .layoutBox01.reverse .text-wrap {
    padding-left: 0;
  }

  .news-list li a .newsMain_wrap {
    flex-direction: column-reverse;
  }
  .news-list li a .newsMain_wrap .newsMain_content {
    max-width: 100%;
    margin-right: 0;
  }
  .news-list li a .newsMain_wrap .newsMain_content h3.ttl {
    font-size: 18px;
    margin-bottom: 15px;
  }
  .news-list li a .newsMain_wrap .newsMain_img {
    width: 100%;
    margin-bottom: 15px;
  }
  .news-list li a .newsMain_wrap .newsMain_img img {
    width: 100%;
    height: 170px;
  }

  .card-list {
    list-style: none;
  }
  .card-list li {
    margin-bottom: 20px;
  }
  .card-list li a {
    text-align: center;
    color: #333;
  }
  .card-list li a img {
    height: 180px;
    width: 100%;
  }
  .card-list li a h3 {
    font-size: 18px;
    padding-top: 10px;
  }

  /* etc */
  p + h2,
  p + h3,
  p + h4,
  p + h5,
  p + h6,
  ul + h2,
  ul + h3,
  ul + h4,
  ul + h5,
  ul + h6,
  ol + h2,
  ol + h3,
  ol + h4,
  ol + h5,
  ol + h6,
  dl + h2,
  dl + h3,
  dl + h4,
  dl + h5,
  dl + h6,
  blockquote + h2,
  blockquote + h3,
  blockquote + h4,
  blockquote + h5,
  blockquote + h6,
  hr + h2,
  hr + h3,
  hr + h4,
  hr + h5,
  hr + h6,
  pre + h2,
  pre + h3,
  pre + h4,
  pre + h5,
  pre + h6,
  table + h2,
  table + h3,
  table + h4,
  table + h5,
  table + h6,
  form + h2,
  form + h3,
  form + h4,
  form + h5,
  form + h6,
  figure + h2,
  figure + h3,
  figure + h4,
  figure + h5,
  figure + h6 {
    margin-top: 20px;
  }

  /* --- toppage ------------------------------------- */
  .container.top h2,
  .ttl-skin02bg {
    padding-top: 50px;
    padding-bottom: 50px;
    border-bottom: solid 3px #C1AE4C;
    margin-bottom: 50px;
  }

  /* .sec-mv */
  .top-mv {
    height: 300px;
    margin-bottom: 50px;
  }

  /* --- subpage ------------------------------------- */
  /* common */
  .subpage .hd-area h2 {
    padding-bottom: 20px;
  }
  .subpage .hd-area p {
    margin: 0 auto 25px;
  }
  .subpage h3 ~ h3 {
    margin-top: 30px;
  }
  .subpage .sec-about .wrapper img {
    margin-bottom: 30px;
  }
  .subpage .sec-about .wrapper .row .text-area {
    padding-left: 0;
    margin-bottom: 30px;
  }
  .subpage .sec-school .wrapper .text-wrap {
    margin-bottom: 30px;
  }
  .subpage .sec-flow .wrapper .row {
    margin-bottom: 30px;
  }
  .subpage .sec-flow .wrapper .row .text-wrap {
    padding-right: 0;
  }
  .subpage .sec-flow .wrapper .row .text-wrap h3 {
    margin-bottom: 15px;
  }
  .subpage .sec-flow .wrapper .row.reverse .text-wrap {
    padding-left: 0;
  }
  .subpage .sec-contact .wrapper .mwform-tel-field input[type="text"], .subpage .sec-contact .wrapper .mwform-zip-field input[type="text"] {
    width: 30%;
  }
}
@media screen and (-ms-high-contrast: active), screen and (-ms-high-contrast: none) and (max-width: 767px) {
  body .row {
    display: block;
  }
}
@media print {
  * {
    background: transparent !important;
    color: black !important;
    box-shadow: none !important;
    text-shadow: none !important;
  }

  body {
    width: auto;
    -webkit-print-color-adjust: exact;
  }

  a,
  a:visited {
    text-decoration: underline;
  }

  pre, blockquote {
    border: 1px solid #999;
    page-break-inside: avoid;
  }

  p, h2, h3 {
    orphans: 3;
    widows: 3;
  }

  thead {
    display: table-header-group;
  }

  tr, img {
    page-break-inside: avoid;
  }

  img {
    max-width: 100% !important;
  }

  h2, h3, h4 {
    page-break-after: avoid;
  }

  @page {
    margin: 0.5cm;
  }
}
