/* http://meyerweb.com/eric/tools/css/reset/ 
   v2.0 | 20110126
   License: none (public domain)
*/
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

table, caption, tbody, tfoot, thead, tr, th, td {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font: inherit;
  vertical-align: baseline;
  box-sizing: border-box;
}

/* HTML5 display-role reset for older browsers */
article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, picture {
  display: block;
  box-sizing: border-box;
}

body {
  line-height: 1;
}

ol, ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

/* reset for form */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
}

textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  resize: none;
  padding: 0;
  border: 0;
  outline: none;
  background: transparent;
  box-sizing: border-box;
}

button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  outline: none;
  background: transparent;
  box-sizing: border-box;
  font-family: "Noto Sans JP", sans-serif;
  cursor: pointer;
}

/*========== set.scss ==========*/
html {
  background: #fff;
  font-size: 62.5%;
}
@media print {
  html {
    zoom: 80%;
  }
}

@page {
  size: A4 portrait;
  margin: 20mm;
}
body {
  font-family: "Noto Sans JP", sans-serif;
  font-style: normal;
  font-weight: 400;
  color: #000;
  text-align: left;
  line-height: 1.6;
  overflow-wrap: anywhere;
}
@media screen and (min-width: 769px) {
  body {
    font-size: 1.5rem;
  }
}
@media print {
  body {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  body {
    font-size: 3.3333333333vw;
  }
}
body.open {
  overflow: hidden;
}

.clearfix:after {
  content: "";
  clear: both;
  display: block;
}

img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
img.iconImg {
  display: inline-block;
  vertical-align: middle;
  width: auto;
  height: 1.1em;
}

@media screen and (min-width: 769px) {
  .illust {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}
@media print {
  .illust {
    display: block;
    margin-left: auto;
    margin-right: auto;
    width: 80%;
  }
}

.cat_popup img.illust {
  max-width: 600px;
}

a {
  text-decoration: underline;
  color: #3d36af;
}
a:hover {
  filter: alpha(opacity=60);
  -moz-opacity: 0.6;
  opacity: 0.6;
  -webkit-transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
a.iconMark {
  position: relative;
}
a.iconMark:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 16px;
  height: 16px;
  margin-left: 4px;
}
a.iconMark.forPdf:after {
  background: url("../img/icon_pdf.gif") center no-repeat;
  background-size: contain;
}
a.iconMark.forEx:after {
  background: url("../img/icon_example.gif") center no-repeat;
  background-size: contain;
}
a.iconMark.forLink:after {
  background: url("../img/icon_link.png") center no-repeat;
  background-size: contain;
}
a.delete {
  pointer-events: none;
  color: #777;
  text-decoration: none;
}
a.notYet {
  pointer-events: none;
  color: #000 !important;
  text-decoration: none !important;
}
@media screen and (max-width: 768px) {
  a[href^="tel:"] {
    color: #000;
    text-decoration: underline;
  }
}
@media screen and (min-width: 769px) {
  a[href^="tel:"] {
    pointer-events: none;
  }
}

@media screen and (max-width: 768px) {
  .noSP {
    display: none !important;
  }
}

@media screen and (min-width: 769px) {
  .noPC {
    display: none !important;
  }
}
@media print {
  .noPC {
    display: none !important;
  }
}

.min {
  font-family: "Noto Serif", serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  font-variation-settings: "wdth" 100;
}

.toggle {
  cursor: pointer;
}

.toggled {
  display: none;
}
.toggled.active {
  display: block;
}

.maru {
  position: relative;
  font-size: 0.8em;
}
.maru:after {
  content: "";
  display: block;
  width: 1.25em;
  height: 1.25em;
  position: absolute;
  left: -0.1em;
  top: 0;
  border: 1px solid #000;
  border-radius: 50%;
}

/*========== l-main.scss ==========*/
.l-main {
  display: block;
}
@media screen and (min-width: 769px) {
  .l-main {
    padding-top: 130px;
  }
}
@media print {
  .l-main {
    padding-top: 130px;
  }
}

@media screen and (min-width: 769px) {
  .page_top .l-main {
    padding-top: 0;
  }
}
@media print {
  .page_top .l-main {
    padding-top: 0;
  }
}

@media screen and (min-width: 769px) {
  .cat_popup .l-main {
    padding-top: 20px;
  }
}
@media print {
  .cat_popup .l-main {
    padding-top: 20px;
  }
}

/*========== l-contents.scss ==========*/
@media screen and (min-width: 769px) {
  .l-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3.5714285714vw;
  }
}
@media print {
  .l-contents {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 3.5714285714vw;
  }
}
@media screen and (min-width: 1250px) {
  .l-contents {
    padding-bottom: 50px;
  }
}
.l-contents__L {
  z-index: 1;
  width: 24.1666%;
}
@media screen and (max-width: 768px) {
  .l-contents__L {
    display: none !important;
  }
}
@media screen and (min-width: 1250px) {
  .l-contents__L {
    width: 290px;
  }
}
@media screen and (min-width: 769px) {
  .l-contents__L .p-nav-items {
    display: none;
  }
}
@media print {
  .l-contents__L .p-nav-items {
    display: none;
  }
}
.l-contents__R {
  background-color: #fff;
  width: 71.6666%;
}
@media screen and (min-width: 1250px) {
  .l-contents__R {
    width: 860px;
  }
}
@media screen and (max-width: 768px) {
  .l-contents__R {
    width: 100%;
    margin-top: 2.6666666667vw;
  }
}
.l-contents__R__inner {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .l-contents__R__inner {
    margin-bottom: 4vw;
    padding: 0 3.3333333333vw;
  }
}
.l-contents__R a {
  color: #3d36af;
  text-decoration: underline;
}
.l-contents__R a.delete {
  pointer-events: none;
  color: #777;
  text-decoration: none;
}
.l-contents__R h1 {
  color: #66564c;
  font-weight: bold;
  font-size: 3.4rem;
  margin: 0 -20px 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .l-contents__R h1 {
    font-size: 5.3333333333vw;
    margin-left: -3.3333333333vw;
    margin-right: -3.3333333333vw;
  }
}
.l-contents__R h2 {
  color: #66564c;
  line-height: 1.36;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 35px -20px;
  border-left: 6px solid #66564c;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .l-contents__R h2 {
    font-size: 4.8vw;
    margin: 4vw -3.3333333333vw;
  }
}
.l-contents__R h3 {
  color: #66564c;
  background-color: #f6f8f9;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px -20px 20px;
  padding: 14px 20px 12px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-contents__R h3 {
    font-size: 4.5333333333vw;
    margin: 1.5em -3.3333333333vw;
    padding: 0.35em 2.6666666667vw;
  }
}
.l-contents__R h4 {
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #66564c;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .l-contents__R h4 {
    font-size: 4.2666666667vw;
    margin: 1.5em 0;
  }
}
.l-contents__R h4.noBB {
  border-bottom: none;
  margin-bottom: 0;
}
.l-contents__R h5 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 25px 0;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  .l-contents__R h5 {
    font-size: 4vw;
    margin: 1em 0;
  }
}
.l-contents__R h5:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1em;
  height: 1em;
  background: #66564c;
}
.l-contents__R p {
  word-break: break-all;
  text-indent: 1em;
}
.l-contents__R p.tableCap {
  text-align: left;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .l-contents__R p.tableCap {
    font-size: 3.7333333333vw;
  }
}
.l-contents__R sup {
  color: #FF0000;
  font-weight: 500;
  font-size: 60%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.l-contents__R sup.bk {
  color: #333;
}
.l-contents__R .minusIdt {
  margin-left: -20px;
  margin-right: -20px;
}
.l-contents__R .numTip {
  background-color: #1c74c2;
  color: #fff;
  padding: 0 0.25em;
  margin-right: 0.25em;
}
.l-contents__R .list-disc {
  margin-bottom: 1.5em;
}
.l-contents__R .list-disc > li {
  position: relative;
  padding-left: 1.25em;
}
.l-contents__R .list-disc > li:not(:last-child) {
  margin-bottom: 0.75em;
}
.l-contents__R .list-disc > li .disc {
  position: absolute;
  left: 0;
  top: 0.4em;
  font-size: 0.7em;
  color: #c6bfa8;
}
.l-contents__R .list-disc > li .disc.mark {
  font-size: 1em;
  top: 0;
}
.l-contents__R .list-disc > li .disc.bk {
  color: #000;
}
.l-contents__R .list-num {
  margin-bottom: 1.5em;
}
.l-contents__R .list-num > li {
  list-style: none;
  position: relative;
  padding-left: 1.25em;
}
.l-contents__R .list-num > li:not(:last-child) {
  margin-bottom: 0.75em;
}
.l-contents__R .list-num > li .number {
  position: absolute;
  left: 0;
  top: 0;
}
.l-contents__R .list-num.digits > li {
  padding-left: 2em;
}
.l-contents__R .list-note {
  margin-bottom: 1em;
}
.l-contents__R .list-note > li {
  position: relative;
  padding-left: 2.5em;
}
.l-contents__R .list-note > li:not(:last-child) {
  margin-bottom: 0.3em;
}
.l-contents__R .list-note > li .mark {
  color: #FF0000;
  position: absolute;
  left: 0;
  top: 0;
}
.l-contents__R .list-note > li .mark.bk {
  color: #000;
}
.l-contents__R .list-note > li .mark.bl {
  color: #6495ed;
}
.l-contents__R .list-note > li .mark.gr {
  color: #006400;
}
.l-contents__R .list-note > li .mark.cl {
  color: #624258;
}
.l-contents__R .list-note.withNum > li {
  padding-left: 6em;
}
.l-contents__R .list-note.withNum > li .num {
  display: inline-block;
  text-align: right;
  width: 6em;
}
.l-contents__R .list-note.withNote > li {
  padding-left: 3em;
}
.l-contents__R .list-note.withNote.han > li {
  padding-left: 2.5em;
}
.l-contents__R table {
  border-spacing: 0;
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
  border-top: #000 solid 1px;
  border-left: #000 solid 1px;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-contents__R table {
    margin-bottom: 5.3333333333vw;
  }
}
.l-contents__R table + .list-note {
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .l-contents__R table + .list-note {
    margin-top: -3.3333333333vw;
  }
}
.l-contents__R table caption {
  font-weight: 700;
  text-align: left;
  margin-bottom: 0.5em;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .l-contents__R table caption {
    font-size: 4vw;
  }
}
.l-contents__R table th {
  border-right: #000 solid 1px;
  border-bottom: #000 solid 1px;
  text-align: center;
  font-size: 1.6rem;
  padding: 1em;
  vertical-align: middle;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .l-contents__R table th {
    padding: 0.6em;
    font-size: 1.4rem;
  }
}
.l-contents__R table td {
  border-right: #000 solid 1px;
  border-bottom: #000 solid 1px;
  padding: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .l-contents__R table td {
    padding: 0.6em;
  }
}
.l-contents__R table td p {
  text-indent: 0;
}
.l-contents__R table td.num {
  width: 3em;
  border-right: none;
}
.l-contents__R table td .icon {
  display: block;
  margin: 0 auto;
  width: 16px;
}
.l-contents__R table td .hLine {
  border-top: 1px solid #333;
  margin: 0 1em;
}
.l-contents__R table td.iconCel {
  text-align: center;
  width: 40px;
  padding: 0;
}
.l-contents__R table td .withIcon {
  display: flex;
}
.l-contents__R table td .withIcon .icon {
  margin: 0 0 0 10px;
}
.l-contents__R table td .withIcon .icon img {
  vertical-align: middle;
}
.l-contents__R table td.noBB {
  border-bottom: none !important;
}
.l-contents__R table td.bbDash {
  border-bottom-style: dashed;
}
.l-contents__R table td.bracket01 {
  width: 4em;
  padding-right: 0;
}
.l-contents__R table td .inTbl th, .l-contents__R table td .inTbl td {
  padding: 0.5em;
}
@media screen and (min-width: 769px) {
  .l-contents__R table td .inTbl th {
    font-size: 1.5rem;
  }
}
@media print {
  .l-contents__R table td .inTbl th {
    font-size: 1.5rem;
  }
}
.l-contents__R table thead th {
  background-color: #e9e6dd;
}
.l-contents__R table tbody {
  -webkit-text-size-adjust: 100%;
}
.l-contents__R table tbody th {
  background-color: #e9e6dd;
}
.l-contents__R table .bg01 {
  background-color: #d3d9e5;
}
.l-contents__R table .bg02 {
  background-color: #f6f8f9;
}
.l-contents__R table .oneLine {
  position: relative;
  vertical-align: top;
  line-height: 1.3;
  letter-spacing: 0.25em;
}
.l-contents__R table .oneLine.middle {
  vertical-align: middle;
}
.l-contents__R table .vaTop {
  vertical-align: top;
}
.l-contents__R table .tate {
  webkit-writing-mode: vertical-lr;
  -ms-writing-mode: tb-lr;
  writing-mode: vertical-lr;
  text-orientation: upright;
  white-space: pre;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
}
.l-contents__R table .yoko {
  text-combine-upright: all;
}
.l-contents__R table .fit {
  position: relative;
  transform: translate(0);
  left: auto;
  top: auto;
}
.l-contents__R table .left {
  text-align: left !important;
}
.l-contents__R table .noBB {
  border-bottom: none !important;
}
.l-contents__R table .noBR {
  border-right: none !important;
}
.l-contents__R table .nope {
  background-image: linear-gradient(to right top, transparent calc(50% - 0.5px), #624258 50%, #624258 calc(50% + 0.5px), transparent calc(50% + 1px));
  position: relative;
}
.l-contents__R table .nope .word {
  position: absolute;
  display: block;
  width: 100%;
  padding: 1em;
}
@media screen and (max-width: 768px) {
  .l-contents__R table .nope .word {
    padding: 0.5em;
  }
}
.l-contents__R table .nope .word.RT {
  right: 0;
  top: 0;
  text-align: right;
}
.l-contents__R table .nope .word.LB {
  left: 0;
  bottom: 0;
  text-align: left;
}
.l-contents__R table em {
  display: block;
  font-size: 80%;
  padding-top: 0.5em;
}
.l-contents__R table.txtCenter tbody td {
  text-align: center;
}
.l-contents__R table.txtRight tbody td {
  text-align: right;
}
.l-contents__R .tableBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-contents__R .tableBox {
    overflow-x: scroll;
    margin-bottom: 5.3333333333vw;
  }
}
.l-contents__R .tableBox > table {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-contents__R .tableBox > table {
    min-width: 900px;
  }
}
.l-contents__R .tableBox.all {
  overflow-x: scroll;
}
@media screen and (min-width: 769px) {
  .l-contents__R .tableBox.all {
    margin-bottom: 30px;
  }
}
@media print {
  .l-contents__R .tableBox.all {
    margin-bottom: 30px;
  }
}
.l-contents__R .tableBox + .list-note {
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  .l-contents__R .tableBox + .list-note {
    margin-top: -3.3333333333vw;
  }
}
.l-contents__R .tableWrap {
  position: relative;
}
.l-contents__R .tableWrap .unit {
  position: absolute;
  right: 0;
  top: 0;
  font-size: 82%;
}
.l-contents__R .box-std {
  background: #f6f8f9;
  border: 1px solid #000;
  padding: 0 20px 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-contents__R .box-std {
    padding: 0 4vw 2.6666666667vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-contents__R .box-std p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .l-contents__R .box-std > h3:first-child {
    margin-left: -4vw;
    margin-right: -4vw;
  }
}
.l-contents__R .box-std > h4 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.9375em;
}
@media screen and (min-width: 769px) {
  .l-contents__R .box-std.inline {
    display: inline-block;
  }
}
@media print {
  .l-contents__R .box-std.inline {
    display: inline-block;
  }
}
.l-contents__R .box-notice {
  background: #f6f8f9;
  border: 1px solid #000;
  padding: 20px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .l-contents__R .box-notice {
    padding: 2vw;
    margin-bottom: 2.6666666667vw;
  }
}
.l-contents__R .box-notice.noBG {
  background: #fff;
}
.l-contents__R .box-notice p:last-child {
  margin-bottom: 0;
}
.l-contents__R .box-map {
  width: 100%;
  position: relative;
  padding-top: 56.25%;
}
.l-contents__R .box-map iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
.l-contents__R .ancMenu {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.l-contents__R .ancMenuWrap {
  background: #f2eee3;
  margin: 0 -20px 34px;
  padding: 20px 20px 0;
}
@media screen and (max-width: 768px) {
  .l-contents__R .ancMenuWrap {
    margin: 0 -3.3333333333vw 4vw;
    padding: 3.3333333333vw 3.3333333333vw 0;
  }
}
.l-contents__R .ancMenu_item {
  min-width: 18.6%;
  position: relative;
  font-size: 1.7rem;
  line-height: 1.3;
  margin: 0 1em 20px;
}
@media screen and (max-width: 768px) {
  .l-contents__R .ancMenu_item {
    width: 48%;
    margin: 0 0 3.3333333333vw;
  }
  .l-contents__R .ancMenu_item:nth-child(odd) {
    margin-right: 4%;
  }
}
.l-contents__R .ancMenu_item a {
  background: #fff;
  text-align: center;
  text-decoration: none;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  height: 40px;
  color: #66564c;
  font-weight: 700;
  font-size: 1.6rem;
  padding: 0 1em;
}
@media screen and (max-width: 768px) {
  .l-contents__R .ancMenu_item a {
    font-size: 4vw;
    height: auto;
    padding: 0.5em;
  }
}
.l-contents__R .ancMenu_item a .arw {
  display: inline-block;
  position: relative;
  padding-left: 1.25em;
}
.l-contents__R .ancMenu_item a .arw:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 20%;
  width: 0.5em;
  height: 0.5em;
  border-bottom: 2px solid #66564c;
  border-right: 2px solid #66564c;
  transform: rotate(45deg);
}
.l-contents__R .def {
  display: flex;
  flex-wrap: wrap;
}
.l-contents__R .def dd {
  position: relative;
  padding-left: 2em;
}
.l-contents__R .def dd .dots {
  position: absolute;
  left: 0.5em;
  top: 0;
}
.l-contents__R .def dd.noMark {
  padding-left: 0;
}
.l-contents__R .def dd.noMark:before {
  display: none;
}
.l-contents__R .def .em2 {
  width: 2em;
}
.l-contents__R .def .em2 + dd {
  width: calc(100% - 2em);
}
.l-contents__R .def .em25 {
  width: 2.5em;
}
.l-contents__R .def .em25 + dd {
  width: calc(100% - 2.5em);
}
.l-contents__R .def .em3 {
  width: 3em;
}
.l-contents__R .def .em3 + dd {
  width: calc(100% - 3em);
}
.l-contents__R .def .em4 {
  width: 4em;
}
.l-contents__R .def .em4 + dd {
  width: calc(100% - 4em);
}
.l-contents__R .def .em5 {
  width: 5em;
}
.l-contents__R .def .em5 + dd {
  width: calc(100% - 5em);
}
.l-contents__R .def .em6 {
  width: 6em;
}
.l-contents__R .def .em6 + dd {
  width: calc(100% - 6em);
}
.l-contents__R .def .em7 {
  width: 7em;
}
.l-contents__R .def .em7 + dd {
  width: calc(100% - 7em);
}
.l-contents__R .def .em8 {
  width: 8em;
}
.l-contents__R .def .em8 + dd {
  width: calc(100% - 8em);
}
.l-contents__R .def .em10 {
  width: 10em;
}
.l-contents__R .def .em10 + dd {
  width: calc(100% - 10em);
}
.l-contents__R .def .em11 {
  width: 11em;
}
.l-contents__R .def .em11 + dd {
  width: calc(100% - 11em);
}
.l-contents__R .def .em14 {
  width: 14em;
}
.l-contents__R .def .em14 + dd {
  width: calc(100% - 14em);
}
.l-contents__R .rei {
  display: flex;
  justify-content: flex-end;
  align-items: center;
}
.l-contents__R .rei li:not(:last-child) {
  margin-right: 1em;
}
.l-contents__R .rei li img {
  vertical-align: middle;
  max-width: 16px;
  margin-right: 2px;
}
.l-contents__R .dl-pdf {
  display: flex;
  align-items: center;
  flex-wrap: wrap;
}
.l-contents__R .dl-pdf .forLogo {
  width: 112px;
  margin-right: 15px;
}
.l-contents__R .dl-pdf .forTxt {
  width: calc(100% - 127px);
}
.l-contents.forTop {
  padding-bottom: 4.2857142857vw;
  padding-top: 2.8571428571vw;
}
@media screen and (min-width: 1250px) {
  .l-contents.forTop {
    padding-bottom: 60px;
    padding-top: 40px;
  }
}
@media screen and (max-width: 768px) {
  .l-contents.forTop {
    padding-top: 0;
    margin-bottom: 10.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .l-contents.forTop .l-contents-L {
    width: 58.3%;
  }
}
@media print {
  .l-contents.forTop .l-contents-L {
    width: 58.3%;
  }
}
@media screen and (max-width: 768px) {
  .l-contents.forTop .l-contents-L {
    display: block !important;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .l-contents.forTop .l-contents-R {
    width: 38.3%;
  }
}
@media print {
  .l-contents.forTop .l-contents-R {
    width: 38.3%;
  }
}
.l-contents .shikumi-hokenryo_01 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  text-indent: 0;
}
.l-contents .shikumi-hokenryo_01 .mark {
  padding: 0 0.5em;
  margin-bottom: 0.5em;
  display: flex;
}
.l-contents .shikumi-hokenryo_01 .waku {
  border-radius: 4px;
  padding: 0.5em 0.7em;
  font-size: 1.2em;
  margin-bottom: 0.5em;
}
.l-contents .shikumi-hokenryo_01 .waku01 {
  color: #624258;
  border: 1px solid #624258;
}
.l-contents .shikumi-hokenryo_01 .waku02 {
  background: #624258;
  color: #fff;
}
.l-contents .shikumi-hokenryo_01 .waku03 {
  border: 1px solid #624258;
  background: #e9e6dd;
}
.l-contents .shikumi-hokenryo_01.end {
  align-items: flex-end;
}
.l-contents .shikumi-hokenryo_01.end .mark {
  margin-bottom: 1.5em;
}
.l-contents .konnatoki-age75_01 {
  margin-bottom: 1.5em;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .l-contents .konnatoki-age75_01 {
    flex-direction: column;
  }
}
.l-contents .konnatoki-age75_01 .item {
  border: 1px solid #000;
  background: #e9e6dd;
}
.l-contents .konnatoki-age75_01 .item .forTtl {
  border-bottom: 1px solid #000;
  font-weight: 700;
  padding: 0.5em;
}
.l-contents .konnatoki-age75_01 .item .forTxt {
  padding: 0.5em;
}
.l-contents .konnatoki-age75_01 .icon {
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 2em;
  margin: 0 0.5em;
}
@media screen and (max-width: 768px) {
  .l-contents .konnatoki-age75_01 .icon {
    transform: rotate(90deg);
  }
}
.l-contents .konnatoki-jiko_01 {
  max-width: 453px;
}

.cat_popup .l-contents__R {
  width: 100%;
  z-index: 1;
}

.cat_popup .l-contents__PU {
  width: 100%;
  z-index: 1;
  margin-top: 30px;
}
@media screen and (max-width: 768px) {
  .cat_popup .l-contents__PU {
    margin-top: 0;
    padding-top: 4vw;
  }
}
.cat_popup .l-contents__PU h1 {
  color: #66564c;
  font-weight: bold;
  font-size: 3.4rem;
  margin: 0 -20px 0.5em;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .cat_popup .l-contents__PU h1 {
    font-size: 5.3333333333vw;
  }
}
.cat_popup .l-contents__PU h2 {
  color: #66564c;
  line-height: 1.36;
  font-size: 2.2rem;
  font-weight: bold;
  margin: 35px -20px;
  border-left: 6px solid #66564c;
  padding-left: 14px;
}
@media screen and (max-width: 768px) {
  .cat_popup .l-contents__PU h2 {
    font-size: 2.4vw;
    margin: 4vw -2.6666666667vw;
  }
}
.cat_popup .l-contents__PU h3 {
  color: #66564c;
  background-color: #f6f8f9;
  font-weight: bold;
  line-height: 1.5;
  margin: 30px -20px 20px;
  padding: 14px 20px 12px;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .cat_popup .l-contents__PU h3 {
    font-size: 2.2666666667vw;
    margin: 1.5em -2.6666666667vw 0.75em;
    padding-left: 2.6666666667vw;
    padding-bottom: 0.5em;
  }
}
.cat_popup .l-contents__PU h4 {
  font-weight: bold;
  line-height: 1.5;
  margin: 20px 0;
  padding-bottom: 5px;
  border-bottom: 2px solid #66564c;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .cat_popup .l-contents__PU h4 {
    font-size: 2.1333333333vw;
    margin: 1.5em 0;
  }
}
.cat_popup .l-contents__PU h4.noBB {
  border-bottom: none;
  margin-bottom: 0;
}
.cat_popup .l-contents__PU h5 {
  position: relative;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.5;
  margin: 25px 0;
  padding-left: 1.2em;
}
@media screen and (max-width: 768px) {
  .cat_popup .l-contents__PU h5 {
    font-size: 2vw;
    margin: 1em 0;
  }
}
.cat_popup .l-contents__PU h5:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.3em;
  width: 1em;
  height: 1em;
  background: #66564c;
}
.cat_popup .l-contents__PU p {
  word-break: break-all;
  text-indent: 1em;
}
.cat_popup .l-contents__PU p.tableCap {
  text-align: left;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-size: 1.7rem;
}
@media screen and (max-width: 768px) {
  .cat_popup .l-contents__PU p.tableCap {
    font-size: 3.7333333333vw;
  }
}
.cat_popup .l-contents__PU a {
  color: #0066cc;
  text-decoration: underline;
}
@media screen and (max-width: 768px) {
  .cat_popup .l-contents__PU img {
    width: auto !important;
    height: auto !important;
    max-width: 100%;
  }
}
.cat_popup .l-contents__PU strong {
  font-weight: bold;
}
.cat_popup .l-contents__PU ul {
  list-style-type: disc;
  padding-inline-start: 1.5em;
}
.cat_popup .l-contents__PU ol {
  list-style-type: decimal;
  padding-inline-start: 1.5em;
}
.cat_popup .l-contents__PU table {
  background-color: #fff;
  width: 100%;
  border-collapse: collapse;
  line-height: 1.5;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .cat_popup .l-contents__PU table {
    margin-bottom: 5.3333333333vw;
  }
}
.cat_popup .l-contents__PU table caption {
  text-align: left;
  font-weight: 500;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .cat_popup .l-contents__PU table caption {
    font-size: 3.7333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .cat_popup .l-contents__PU table caption {
    font-size: 1.6rem;
  }
}
@media print {
  .cat_popup .l-contents__PU table caption {
    font-size: 1.6rem;
  }
}
.cat_popup .l-contents__PU table th {
  text-align: center;
  padding: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .cat_popup .l-contents__PU table th {
    padding: 0.6em;
    font-size: 1.4rem;
  }
}
.cat_popup .l-contents__PU table td {
  padding: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .cat_popup .l-contents__PU table td {
    padding: 0.6em;
  }
}
.cat_popup .l-contents__PU table thead th {
  background-color: #e9e6dd;
}
.cat_popup .l-contents__PU table tbody {
  -webkit-text-size-adjust: 100%;
}
.cat_popup .l-contents__PU table tbody th {
  background-color: #e9e6dd;
}

/*========== c-inner.scss ==========*/
@media screen and (max-width: 768px) {
  .c-inner {
    padding-left: 3.3333333333vw;
    padding-right: 3.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-inner {
    padding-left: 0;
    padding-right: 0;
    width: 96%;
    margin: auto;
  }
}
@media screen and (min-width: 1250px) {
  .c-inner {
    width: 100%;
    max-width: 1200px;
  }
}
@media print {
  .c-inner {
    padding-left: 0;
    padding-right: 0;
    width: 100%;
    margin: auto;
  }
}

/*========== c-btn.scss ==========*/
.c-btn-std {
  background-color: #ff8400;
  color: #fff !important;
  text-decoration: none !important;
  display: flex;
  align-items: center;
  position: relative;
  letter-spacing: 0;
  padding: 0.1em 1.75em 0 0.75em;
  min-height: 30px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .c-btn-std {
    min-height: inherit;
    font-size: 2.9866666667vw;
    height: 6.4vw;
  }
}
@media print {
  .c-btn-std {
    font-size: 1.2857142857vw;
    min-height: 2.8571428571vw;
  }
}
.c-btn-std:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.75em;
  top: 50%;
  transform: translateY(-50%);
  width: 0.7em;
  height: 0.8em;
  background: url("../img/icon_next.svg") right center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .c-btn-std:after {
    width: 0.65em;
    height: 0.9em;
  }
}
.c-btn-std.withBlue {
  background-color: #125ba0;
}
.c-btn-stdWrap {
  display: flex;
  justify-content: center;
}
.c-btn-close {
  display: inline-block;
  background-color: #624258;
  padding: 0.25em 1.5em;
  color: #fff !important;
  text-decoration: none !important;
}
.c-btn-closeWrap {
  padding-top: 3em;
}

/*========== c-form.scss ==========*/
.c-form .partsInput {
  box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #ccc;
  padding: 0.15em 0.5em;
}
.c-form .partsInput.w100 {
  width: 100%;
}
@media screen and (min-width: 769px) {
  .c-form .partsInputWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
@media print {
  .c-form .partsInputWrap {
    display: flex;
    flex-wrap: wrap;
    align-items: center;
  }
}
.c-form .partsSelect {
  font-family: "Noto Sans JP", sans-serif;
  box-sizing: border-box;
  appearance: none;
  -moz-appearance: none;
  -webkit-appearance: none;
  background: none;
  border: none;
  width: 100%;
  display: block;
  padding: 0 0.5em;
  background-color: #fff;
  border: 1px solid #ccc;
  height: 10.6666666667vw;
}
@media screen and (max-width: 768px) {
  .c-form .partsSelect {
    font-size: 5.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-form .partsSelect {
    height: 25px;
    font-size: 1.2rem;
  }
}
@media print {
  .c-form .partsSelect {
    height: 25px;
    font-size: 1.2rem;
  }
}
.c-form .partsSelectWrap {
  position: relative;
  z-index: 1;
}
.c-form .partsSelectWrap:before, .c-form .partsSelectWrap:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.c-form .partsSelectWrap:before {
  right: 0;
  top: 0;
  height: 100%;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .c-form .partsSelectWrap:before {
    width: 9.8666666667vw;
  }
}
.c-form .partsSelectWrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.5em;
  top: 45%;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #000;
  border-right: 2px solid #000;
  transform: translateY(-50%) rotate(135deg);
}
.c-form .partsBtn {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
  cursor: pointer;
  text-align: center;
  margin: 0 auto;
  background: #66564c;
  color: #fff;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .c-form .partsBtn {
    height: 6.6666666667vw;
    font-size: 3.2vw;
  }
}
@media print {
  .c-form .partsBtn {
    font-size: 1vw;
  }
}
.c-form .partsBtn:hover {
  opacity: 0.6;
  transition: all 0.3s ease;
}
.c-form .partsBtnWrap {
  display: flex;
  justify-content: center;
}
.c-form .partsRadio {
  display: inline-block;
  position: relative;
  cursor: pointer;
  padding-left: 1.5em;
}
@media print {
  .c-form .partsRadio {
    font-size: 1.0714285714vw;
    padding-left: 1.25em;
  }
}
.c-form .partsRadio:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  border-radius: 50%;
  width: 1em;
  height: 1em;
}
.c-form .partsRadio:before {
  background: url("../img/radio.png") center no-repeat;
  background-size: contain;
}
.c-form .partsRadioWrap {
  line-height: 1;
}
.c-form .partsRadioWrap:first-child {
  margin-bottom: 12px;
}
@media screen and (max-width: 768px) {
  .c-form .partsRadioWrap:first-child {
    margin-bottom: 0.5em;
  }
}
.c-form .partsRadioWrap input {
  display: none;
}
.c-form .partsRadioWrap input:checked + .partsRadio::before {
  background-image: url("../img/radio_checked.png");
}
@media screen and (min-width: 769px) {
  .c-form .partsRadioFlex {
    display: flex;
  }
}
@media print {
  .c-form .partsRadioFlex {
    display: flex;
  }
}
.c-form .partsCheck {
  display: none;
}
.c-form .partsCheckWrap {
  display: flex;
  align-items: center;
}
.c-form .partsCheckWrap .icn {
  margin-left: 5px;
}
.c-form .partsCheck + label {
  display: flex;
  align-items: center;
  cursor: pointer;
  padding-left: 1.5em;
  position: relative;
}
.c-form .partsCheck + label:before {
  position: absolute;
  top: 0.3em;
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  border: 1px solid #c9c9c9;
}
.c-form .partsCheck:checked + label:after {
  border-right: 2px solid #624258;
  border-bottom: 2px solid #624258;
  content: "";
  display: block;
  height: 0.9em;
  left: 0;
  position: absolute;
  top: 20%;
  transform: rotate(45deg) translateY(-50%);
  width: 0.5em;
}
.c-form .partsStd {
  padding: 0.5em;
  width: 100%;
  background-color: #fff;
  border: 1px solid #f6f8f9;
}
.c-form .partsStd.number {
  width: 9em;
}
.c-form textarea.partsStd {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .c-form textarea.partsStd {
    height: 66.6666666667vw;
  }
}

/*! jQuery UI - v1.12.1 - 2016-09-14
* http://jqueryui.com
* Includes: core.css, accordion.css, autocomplete.css, menu.css, button.css, controlgroup.css, checkboxradio.css, datepicker.css, dialog.css, draggable.css, resizable.css, progressbar.css, selectable.css, selectmenu.css, slider.css, sortable.css, spinner.css, tabs.css, tooltip.css, theme.css
* To view and modify this theme, visit http://jqueryui.com/themeroller/?ffDefault=Arial%2CHelvetica%2Csans-serif&fsDefault=1em&fwDefault=normal&cornerRadius=3px&bgColorHeader=e9e9e9&bgTextureHeader=flat&borderColorHeader=dddddd&fcHeader=333333&iconColorHeader=444444&bgColorContent=ffffff&bgTextureContent=flat&borderColorContent=dddddd&fcContent=333333&iconColorContent=444444&bgColorDefault=f6f6f6&bgTextureDefault=flat&borderColorDefault=c5c5c5&fcDefault=454545&iconColorDefault=777777&bgColorHover=ededed&bgTextureHover=flat&borderColorHover=cccccc&fcHover=2b2b2b&iconColorHover=555555&bgColorActive=007fff&bgTextureActive=flat&borderColorActive=003eff&fcActive=ffffff&iconColorActive=ffffff&bgColorHighlight=fffa90&bgTextureHighlight=flat&borderColorHighlight=dad55e&fcHighlight=777620&iconColorHighlight=777620&bgColorError=fddfdf&bgTextureError=flat&borderColorError=f1a899&fcError=5f3f3f&iconColorError=cc0000&bgColorOverlay=aaaaaa&bgTextureOverlay=flat&bgImgOpacityOverlay=0&opacityOverlay=30&bgColorShadow=666666&bgTextureShadow=flat&bgImgOpacityShadow=0&opacityShadow=30&thicknessShadow=5px&offsetTopShadow=0px&offsetLeftShadow=0px&cornerRadiusShadow=8px
* Copyright jQuery Foundation and other contributors; Licensed MIT */
.ui-helper-hidden {
  display: none;
}

.ui-helper-hidden-accessible {
  border: 0;
  clip: rect(0 0 0 0);
  height: 1px;
  margin: -1px;
  overflow: hidden;
  padding: 0;
  position: absolute;
  width: 1px;
}

.ui-helper-reset {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  line-height: 1.3;
  text-decoration: none;
  font-size: 100%;
  list-style: none;
}

.ui-helper-clearfix:before, .ui-helper-clearfix:after {
  content: "";
  display: table;
  border-collapse: collapse;
}

.ui-helper-clearfix:after {
  clear: both;
}

.ui-helper-zfix {
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
  position: absolute;
  opacity: 0;
  filter: Alpha(Opacity=0);
}

.ui-front {
  z-index: 100;
}

.ui-state-disabled {
  cursor: default !important;
  pointer-events: none;
}

.ui-icon {
  display: inline-block;
  vertical-align: middle;
  margin-top: -0.25em;
  position: relative;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
}

.ui-widget-icon-block {
  left: 50%;
  margin-left: -8px;
  display: block;
}

.ui-widget-overlay {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}

.ui-accordion .ui-accordion-header {
  display: block;
  cursor: pointer;
  position: relative;
  margin: 2px 0 0 0;
  padding: 0.5em 0.5em 0.5em 0.7em;
  font-size: 100%;
}

.ui-accordion .ui-accordion-content {
  padding: 1em 2.2em;
  border-top: 0;
  overflow: auto;
}

.ui-autocomplete {
  position: absolute;
  top: 0;
  left: 0;
  cursor: default;
}

.ui-menu {
  list-style: none;
  padding: 0;
  margin: 0;
  display: block;
  outline: 0;
}

.ui-menu .ui-menu {
  position: absolute;
}

.ui-menu .ui-menu-item {
  margin: 0;
  cursor: pointer;
  list-style-image: url("data:image/gif;base64,R0lGODlhAQABAIAAAAAAAP///yH5BAEAAAAALAAAAAABAAEAAAIBRAA7");
}

.ui-menu .ui-menu-item-wrapper {
  position: relative;
  padding: 3px 1em 3px 0.4em;
}

.ui-menu .ui-menu-divider {
  margin: 5px 0;
  height: 0;
  font-size: 0;
  line-height: 0;
  border-width: 1px 0 0 0;
}

.ui-menu .ui-state-focus, .ui-menu .ui-state-active {
  margin: -1px;
}

.ui-menu-icons {
  position: relative;
}

.ui-menu-icons .ui-menu-item-wrapper {
  padding-left: 2em;
}

.ui-menu .ui-icon {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0.2em;
  margin: auto 0;
}

.ui-menu .ui-menu-icon {
  left: auto;
  right: 0;
}

.ui-button {
  padding: 0.4em 1em;
  display: inline-block;
  position: relative;
  line-height: normal;
  margin-right: 0.1em;
  cursor: pointer;
  vertical-align: middle;
  text-align: center;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  overflow: visible;
}

.ui-button, .ui-button:link, .ui-button:visited, .ui-button:hover, .ui-button:active {
  text-decoration: none;
}

.ui-button-icon-only {
  width: 2em;
  box-sizing: border-box;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-button-icon-only {
  text-indent: 0;
}

.ui-button-icon-only .ui-icon {
  position: absolute;
  top: 50%;
  left: 50%;
  margin-top: -8px;
  margin-left: -8px;
}

.ui-button.ui-icon-notext .ui-icon {
  padding: 0;
  width: 2.1em;
  height: 2.1em;
  text-indent: -9999px;
  white-space: nowrap;
}

input.ui-button.ui-icon-notext .ui-icon {
  width: auto;
  height: auto;
  text-indent: 0;
  white-space: normal;
  padding: 0.4em 1em;
}

input.ui-button::-moz-focus-inner, button.ui-button::-moz-focus-inner {
  border: 0;
  padding: 0;
}

.ui-controlgroup {
  vertical-align: middle;
  display: inline-block;
}

.ui-controlgroup > .ui-controlgroup-item {
  float: left;
  margin-left: 0;
  margin-right: 0;
}

.ui-controlgroup > .ui-controlgroup-item:focus, .ui-controlgroup > .ui-controlgroup-item.ui-visual-focus {
  z-index: 9999;
}

.ui-controlgroup-vertical > .ui-controlgroup-item {
  display: block;
  float: none;
  width: 100%;
  margin-top: 0;
  margin-bottom: 0;
  text-align: left;
}

.ui-controlgroup-vertical .ui-controlgroup-item {
  box-sizing: border-box;
}

.ui-controlgroup .ui-controlgroup-label {
  padding: 0.4em 1em;
}

.ui-controlgroup .ui-controlgroup-label span {
  font-size: 80%;
}

.ui-controlgroup-horizontal .ui-controlgroup-label + .ui-controlgroup-item {
  border-left: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label + .ui-controlgroup-item {
  border-top: none;
}

.ui-controlgroup-horizontal .ui-controlgroup-label.ui-widget-content {
  border-right: none;
}

.ui-controlgroup-vertical .ui-controlgroup-label.ui-widget-content {
  border-bottom: none;
}

.ui-controlgroup-vertical .ui-spinner-input {
  width: 75%;
  width: calc(100% - 2.4em);
}

.ui-controlgroup-vertical .ui-spinner .ui-spinner-up {
  border-top-style: solid;
}

.ui-checkboxradio-label .ui-icon-background {
  box-shadow: inset 1px 1px 1px #ccc;
  border-radius: 0.12em;
  border: none;
}

.ui-checkboxradio-radio-label .ui-icon-background {
  width: 16px;
  height: 16px;
  border-radius: 1em;
  overflow: visible;
  border: none;
}

.ui-checkboxradio-radio-label.ui-checkboxradio-checked .ui-icon, .ui-checkboxradio-radio-label.ui-checkboxradio-checked:hover .ui-icon {
  background-image: none;
  width: 8px;
  height: 8px;
  border-width: 4px;
  border-style: solid;
}

.ui-checkboxradio-disabled {
  pointer-events: none;
}

.ui-datepicker {
  width: 17em;
  padding: 0.2em 0.2em 0;
  display: none;
}

.ui-datepicker .ui-datepicker-header {
  position: relative;
  padding: 0.2em 0;
}

.ui-datepicker .ui-datepicker-prev, .ui-datepicker .ui-datepicker-next {
  position: absolute;
  top: 2px;
  width: 1.8em;
  height: 1.8em;
}

.ui-datepicker .ui-datepicker-prev-hover, .ui-datepicker .ui-datepicker-next-hover {
  top: 1px;
}

.ui-datepicker .ui-datepicker-prev {
  left: 2px;
}

.ui-datepicker .ui-datepicker-next {
  right: 2px;
}

.ui-datepicker .ui-datepicker-prev-hover {
  left: 1px;
}

.ui-datepicker .ui-datepicker-next-hover {
  right: 1px;
}

.ui-datepicker .ui-datepicker-prev span, .ui-datepicker .ui-datepicker-next span {
  display: block;
  position: absolute;
  left: 50%;
  margin-left: -8px;
  top: 50%;
  margin-top: -8px;
}

.ui-datepicker .ui-datepicker-title {
  margin: 0 2.3em;
  line-height: 1.8em;
  text-align: center;
}

.ui-datepicker .ui-datepicker-title select {
  font-size: 1em;
  margin: 1px 0;
}

.ui-datepicker select.ui-datepicker-month, .ui-datepicker select.ui-datepicker-year {
  width: 45%;
}

.ui-datepicker table {
  width: 100%;
  font-size: 0.9em;
  border-collapse: collapse;
  margin: 0 0 0.4em;
}

.ui-datepicker th {
  padding: 0.7em 0.3em;
  text-align: center;
  font-weight: bold;
  border: 0;
}

.ui-datepicker td {
  border: 0;
  padding: 1px;
}

.ui-datepicker td span, .ui-datepicker td a {
  display: block;
  padding: 0.2em;
  text-align: right;
  text-decoration: none;
}

.ui-datepicker .ui-datepicker-buttonpane {
  background-image: none;
  margin: 0.7em 0 0 0;
  padding: 0 0.2em;
  border-left: 0;
  border-right: 0;
  border-bottom: 0;
}

.ui-datepicker .ui-datepicker-buttonpane button {
  float: right;
  margin: 0.5em 0.2em 0.4em;
  cursor: pointer;
  padding: 0.2em 0.6em 0.3em 0.6em;
  width: auto;
  overflow: visible;
}

.ui-datepicker .ui-datepicker-buttonpane button.ui-datepicker-current {
  float: left;
}

.ui-datepicker.ui-datepicker-multi {
  width: auto;
}

.ui-datepicker-multi .ui-datepicker-group {
  float: left;
}

.ui-datepicker-multi .ui-datepicker-group table {
  width: 95%;
  margin: 0 auto 0.4em;
}

.ui-datepicker-multi-2 .ui-datepicker-group {
  width: 50%;
}

.ui-datepicker-multi-3 .ui-datepicker-group {
  width: 33.3%;
}

.ui-datepicker-multi-4 .ui-datepicker-group {
  width: 25%;
}

.ui-datepicker-multi .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-multi .ui-datepicker-group-middle .ui-datepicker-header {
  border-left-width: 0;
}

.ui-datepicker-multi .ui-datepicker-buttonpane {
  clear: left;
}

.ui-datepicker-row-break {
  clear: both;
  width: 100%;
  font-size: 0;
}

.ui-datepicker-rtl {
  direction: rtl;
}

.ui-datepicker-rtl .ui-datepicker-prev {
  right: 2px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next {
  left: 2px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-prev:hover {
  right: 1px;
  left: auto;
}

.ui-datepicker-rtl .ui-datepicker-next:hover {
  left: 1px;
  right: auto;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane {
  clear: right;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button {
  float: left;
}

.ui-datepicker-rtl .ui-datepicker-buttonpane button.ui-datepicker-current, .ui-datepicker-rtl .ui-datepicker-group {
  float: right;
}

.ui-datepicker-rtl .ui-datepicker-group-last .ui-datepicker-header, .ui-datepicker-rtl .ui-datepicker-group-middle .ui-datepicker-header {
  border-right-width: 0;
  border-left-width: 1px;
}

.ui-datepicker .ui-icon {
  display: block;
  text-indent: -99999px;
  overflow: hidden;
  background-repeat: no-repeat;
  left: 0.5em;
  top: 0.3em;
}

.ui-dialog {
  position: absolute;
  top: 0;
  left: 0;
  padding: 0.2em;
  outline: 0;
}

.ui-dialog .ui-dialog-titlebar {
  padding: 0.4em 1em;
  position: relative;
}

.ui-dialog .ui-dialog-title {
  float: left;
  margin: 0.1em 0;
  white-space: nowrap;
  width: 90%;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-dialog .ui-dialog-titlebar-close {
  position: absolute;
  right: 0.3em;
  top: 50%;
  width: 20px;
  margin: -10px 0 0 0;
  padding: 1px;
  height: 20px;
}

.ui-dialog .ui-dialog-content {
  position: relative;
  border: 0;
  padding: 0.5em 1em;
  background: none;
  overflow: auto;
}

.ui-dialog .ui-dialog-buttonpane {
  text-align: left;
  border-width: 1px 0 0 0;
  background-image: none;
  margin-top: 0.5em;
  padding: 0.3em 1em 0.5em 0.4em;
}

.ui-dialog .ui-dialog-buttonpane .ui-dialog-buttonset {
  float: right;
}

.ui-dialog .ui-dialog-buttonpane button {
  margin: 0.5em 0.4em 0.5em 0;
  cursor: pointer;
}

.ui-dialog .ui-resizable-n {
  height: 2px;
  top: 0;
}

.ui-dialog .ui-resizable-e {
  width: 2px;
  right: 0;
}

.ui-dialog .ui-resizable-s {
  height: 2px;
  bottom: 0;
}

.ui-dialog .ui-resizable-w {
  width: 2px;
  left: 0;
}

.ui-dialog .ui-resizable-se, .ui-dialog .ui-resizable-sw, .ui-dialog .ui-resizable-ne, .ui-dialog .ui-resizable-nw {
  width: 7px;
  height: 7px;
}

.ui-dialog .ui-resizable-se {
  right: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-sw {
  left: 0;
  bottom: 0;
}

.ui-dialog .ui-resizable-ne {
  right: 0;
  top: 0;
}

.ui-dialog .ui-resizable-nw {
  left: 0;
  top: 0;
}

.ui-draggable .ui-dialog-titlebar {
  cursor: move;
}

.ui-draggable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable {
  position: relative;
}

.ui-resizable-handle {
  position: absolute;
  font-size: 0.1px;
  display: block;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-resizable-disabled .ui-resizable-handle, .ui-resizable-autohide .ui-resizable-handle {
  display: none;
}

.ui-resizable-n {
  cursor: n-resize;
  height: 7px;
  width: 100%;
  top: -5px;
  left: 0;
}

.ui-resizable-s {
  cursor: s-resize;
  height: 7px;
  width: 100%;
  bottom: -5px;
  left: 0;
}

.ui-resizable-e {
  cursor: e-resize;
  width: 7px;
  right: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-w {
  cursor: w-resize;
  width: 7px;
  left: -5px;
  top: 0;
  height: 100%;
}

.ui-resizable-se {
  cursor: se-resize;
  width: 12px;
  height: 12px;
  right: 1px;
  bottom: 1px;
}

.ui-resizable-sw {
  cursor: sw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  bottom: -5px;
}

.ui-resizable-nw {
  cursor: nw-resize;
  width: 9px;
  height: 9px;
  left: -5px;
  top: -5px;
}

.ui-resizable-ne {
  cursor: ne-resize;
  width: 9px;
  height: 9px;
  right: -5px;
  top: -5px;
}

.ui-progressbar {
  height: 2em;
  text-align: left;
  overflow: hidden;
}

.ui-progressbar .ui-progressbar-value {
  margin: -1px;
  height: 100%;
}

.ui-progressbar .ui-progressbar-overlay {
  background: url("data:image/gif;base64,R0lGODlhKAAoAIABAAAAAP///yH/C05FVFNDQVBFMi4wAwEAAAAh+QQJAQABACwAAAAAKAAoAAACkYwNqXrdC52DS06a7MFZI+4FHBCKoDeWKXqymPqGqxvJrXZbMx7Ttc+w9XgU2FB3lOyQRWET2IFGiU9m1frDVpxZZc6bfHwv4c1YXP6k1Vdy292Fb6UkuvFtXpvWSzA+HycXJHUXiGYIiMg2R6W459gnWGfHNdjIqDWVqemH2ekpObkpOlppWUqZiqr6edqqWQAAIfkECQEAAQAsAAAAACgAKAAAApSMgZnGfaqcg1E2uuzDmmHUBR8Qil95hiPKqWn3aqtLsS18y7G1SzNeowWBENtQd+T1JktP05nzPTdJZlR6vUxNWWjV+vUWhWNkWFwxl9VpZRedYcflIOLafaa28XdsH/ynlcc1uPVDZxQIR0K25+cICCmoqCe5mGhZOfeYSUh5yJcJyrkZWWpaR8doJ2o4NYq62lAAACH5BAkBAAEALAAAAAAoACgAAAKVDI4Yy22ZnINRNqosw0Bv7i1gyHUkFj7oSaWlu3ovC8GxNso5fluz3qLVhBVeT/Lz7ZTHyxL5dDalQWPVOsQWtRnuwXaFTj9jVVh8pma9JjZ4zYSj5ZOyma7uuolffh+IR5aW97cHuBUXKGKXlKjn+DiHWMcYJah4N0lYCMlJOXipGRr5qdgoSTrqWSq6WFl2ypoaUAAAIfkECQEAAQAsAAAAACgAKAAAApaEb6HLgd/iO7FNWtcFWe+ufODGjRfoiJ2akShbueb0wtI50zm02pbvwfWEMWBQ1zKGlLIhskiEPm9R6vRXxV4ZzWT2yHOGpWMyorblKlNp8HmHEb/lCXjcW7bmtXP8Xt229OVWR1fod2eWqNfHuMjXCPkIGNileOiImVmCOEmoSfn3yXlJWmoHGhqp6ilYuWYpmTqKUgAAIfkECQEAAQAsAAAAACgAKAAAApiEH6kb58biQ3FNWtMFWW3eNVcojuFGfqnZqSebuS06w5V80/X02pKe8zFwP6EFWOT1lDFk8rGERh1TTNOocQ61Hm4Xm2VexUHpzjymViHrFbiELsefVrn6XKfnt2Q9G/+Xdie499XHd2g4h7ioOGhXGJboGAnXSBnoBwKYyfioubZJ2Hn0RuRZaflZOil56Zp6iioKSXpUAAAh+QQJAQABACwAAAAAKAAoAAACkoQRqRvnxuI7kU1a1UU5bd5tnSeOZXhmn5lWK3qNTWvRdQxP8qvaC+/yaYQzXO7BMvaUEmJRd3TsiMAgswmNYrSgZdYrTX6tSHGZO73ezuAw2uxuQ+BbeZfMxsexY35+/Qe4J1inV0g4x3WHuMhIl2jXOKT2Q+VU5fgoSUI52VfZyfkJGkha6jmY+aaYdirq+lQAACH5BAkBAAEALAAAAAAoACgAAAKWBIKpYe0L3YNKToqswUlvznigd4wiR4KhZrKt9Upqip61i9E3vMvxRdHlbEFiEXfk9YARYxOZZD6VQ2pUunBmtRXo1Lf8hMVVcNl8JafV38aM2/Fu5V16Bn63r6xt97j09+MXSFi4BniGFae3hzbH9+hYBzkpuUh5aZmHuanZOZgIuvbGiNeomCnaxxap2upaCZsq+1kAACH5BAkBAAEALAAAAAAoACgAAAKXjI8By5zf4kOxTVrXNVlv1X0d8IGZGKLnNpYtm8Lr9cqVeuOSvfOW79D9aDHizNhDJidFZhNydEahOaDH6nomtJjp1tutKoNWkvA6JqfRVLHU/QUfau9l2x7G54d1fl995xcIGAdXqMfBNadoYrhH+Mg2KBlpVpbluCiXmMnZ2Sh4GBqJ+ckIOqqJ6LmKSllZmsoq6wpQAAAh+QQJAQABACwAAAAAKAAoAAAClYx/oLvoxuJDkU1a1YUZbJ59nSd2ZXhWqbRa2/gF8Gu2DY3iqs7yrq+xBYEkYvFSM8aSSObE+ZgRl1BHFZNr7pRCavZ5BW2142hY3AN/zWtsmf12p9XxxFl2lpLn1rseztfXZjdIWIf2s5dItwjYKBgo9yg5pHgzJXTEeGlZuenpyPmpGQoKOWkYmSpaSnqKileI2FAAACH5BAkBAAEALAAAAAAoACgAAAKVjB+gu+jG4kORTVrVhRlsnn2dJ3ZleFaptFrb+CXmO9OozeL5VfP99HvAWhpiUdcwkpBH3825AwYdU8xTqlLGhtCosArKMpvfa1mMRae9VvWZfeB2XfPkeLmm18lUcBj+p5dnN8jXZ3YIGEhYuOUn45aoCDkp16hl5IjYJvjWKcnoGQpqyPlpOhr3aElaqrq56Bq7VAAAOw==");
  height: 100%;
  filter: alpha(opacity=25);
  opacity: 0.25;
}

.ui-progressbar-indeterminate .ui-progressbar-value {
  background-image: none;
}

.ui-selectable {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-selectable-helper {
  position: absolute;
  z-index: 100;
  border: 1px dotted black;
}

.ui-selectmenu-menu {
  padding: 0;
  margin: 0;
  position: absolute;
  top: 0;
  left: 0;
  display: none;
}

.ui-selectmenu-menu .ui-menu {
  overflow: auto;
  overflow-x: hidden;
  padding-bottom: 1px;
}

.ui-selectmenu-menu .ui-menu .ui-selectmenu-optgroup {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.5;
  padding: 2px 0.4em;
  margin: 0.5em 0 0 0;
  height: auto;
  border: 0;
}

.ui-selectmenu-open {
  display: block;
}

.ui-selectmenu-text {
  display: block;
  margin-right: 20px;
  overflow: hidden;
  text-overflow: ellipsis;
}

.ui-selectmenu-button.ui-button {
  text-align: left;
  white-space: nowrap;
  width: 14em;
}

.ui-selectmenu-icon.ui-icon {
  float: right;
  margin-top: 0;
}

.ui-slider {
  position: relative;
  text-align: left;
}

.ui-slider .ui-slider-handle {
  position: absolute;
  z-index: 2;
  width: 1.2em;
  height: 1.2em;
  cursor: default;
  -ms-touch-action: none;
  touch-action: none;
}

.ui-slider .ui-slider-range {
  position: absolute;
  z-index: 1;
  font-size: 0.7em;
  display: block;
  border: 0;
  background-position: 0 0;
}

.ui-slider.ui-state-disabled .ui-slider-handle, .ui-slider.ui-state-disabled .ui-slider-range {
  filter: inherit;
}

.ui-slider-horizontal {
  height: 0.8em;
}

.ui-slider-horizontal .ui-slider-handle {
  top: -0.3em;
  margin-left: -0.6em;
}

.ui-slider-horizontal .ui-slider-range {
  top: 0;
  height: 100%;
}

.ui-slider-horizontal .ui-slider-range-min {
  left: 0;
}

.ui-slider-horizontal .ui-slider-range-max {
  right: 0;
}

.ui-slider-vertical {
  width: 0.8em;
  height: 100px;
}

.ui-slider-vertical .ui-slider-handle {
  left: -0.3em;
  margin-left: 0;
  margin-bottom: -0.6em;
}

.ui-slider-vertical .ui-slider-range {
  left: 0;
  width: 100%;
}

.ui-slider-vertical .ui-slider-range-min {
  bottom: 0;
}

.ui-slider-vertical .ui-slider-range-max {
  top: 0;
}

.ui-sortable-handle {
  -ms-touch-action: none;
  touch-action: none;
}

.ui-spinner {
  position: relative;
  display: inline-block;
  overflow: hidden;
  padding: 0;
  vertical-align: middle;
}

.ui-spinner-input {
  border: none;
  background: none;
  color: inherit;
  padding: 0.222em 0;
  margin: 0.2em 0;
  vertical-align: middle;
  margin-left: 0.4em;
  margin-right: 2em;
}

.ui-spinner-button {
  width: 1.6em;
  height: 50%;
  font-size: 0.5em;
  padding: 0;
  margin: 0;
  text-align: center;
  position: absolute;
  cursor: default;
  display: block;
  overflow: hidden;
  right: 0;
}

.ui-spinner a.ui-spinner-button {
  border-top-style: none;
  border-bottom-style: none;
  border-right-style: none;
}

.ui-spinner-up {
  top: 0;
}

.ui-spinner-down {
  bottom: 0;
}

.ui-tabs {
  position: relative;
  padding: 0.2em;
}

.ui-tabs .ui-tabs-nav {
  margin: 0;
  padding: 0.2em 0.2em 0;
}

.ui-tabs .ui-tabs-nav li {
  list-style: none;
  float: left;
  position: relative;
  top: 0;
  margin: 1px 0.2em 0 0;
  border-bottom-width: 0;
  padding: 0;
  white-space: nowrap;
}

.ui-tabs .ui-tabs-nav .ui-tabs-anchor {
  float: left;
  padding: 0.5em 1em;
  text-decoration: none;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active {
  margin-bottom: -1px;
  padding-bottom: 1px;
}

.ui-tabs .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-state-disabled .ui-tabs-anchor, .ui-tabs .ui-tabs-nav li.ui-tabs-loading .ui-tabs-anchor {
  cursor: text;
}

.ui-tabs-collapsible .ui-tabs-nav li.ui-tabs-active .ui-tabs-anchor {
  cursor: pointer;
}

.ui-tabs .ui-tabs-panel {
  display: block;
  border-width: 0;
  padding: 1em 1.4em;
  background: none;
}

.ui-tooltip {
  padding: 8px;
  position: absolute;
  z-index: 9999;
  max-width: 300px;
}

body .ui-tooltip {
  border-width: 2px;
}

.ui-widget {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget .ui-widget {
  font-size: 1em;
}

.ui-widget input, .ui-widget select, .ui-widget textarea, .ui-widget button {
  font-family: Arial, Helvetica, sans-serif;
  font-size: 1em;
}

.ui-widget.ui-widget-content {
  border: 1px solid #c5c5c5;
}

.ui-widget-content {
  border: 1px solid #ddd;
  background: #fff;
  color: #333;
}

.ui-widget-content a {
  color: #333;
}

.ui-widget-header {
  border: 1px solid #ddd;
  background: #e9e9e9;
  color: #333;
  font-weight: bold;
}

.ui-widget-header a {
  color: #333;
}

.ui-state-default, .ui-widget-content .ui-state-default, .ui-widget-header .ui-state-default, .ui-button, html .ui-button.ui-state-disabled:hover, html .ui-button.ui-state-disabled:active {
  border: 1px solid #c5c5c5;
  background: #f6f6f6;
  font-weight: normal;
  color: #454545;
}

.ui-state-default a, .ui-state-default a:link, .ui-state-default a:visited, a.ui-button, a:link.ui-button, a:visited.ui-button, .ui-button {
  color: #454545;
  text-decoration: none;
}

.ui-state-hover, .ui-widget-content .ui-state-hover, .ui-widget-header .ui-state-hover, .ui-state-focus, .ui-widget-content .ui-state-focus, .ui-widget-header .ui-state-focus, .ui-button:hover, .ui-button:focus {
  border: 1px solid #ccc;
  background: #ededed;
  font-weight: normal;
  color: #2b2b2b;
}

.ui-state-hover a, .ui-state-hover a:hover, .ui-state-hover a:link, .ui-state-hover a:visited, .ui-state-focus a, .ui-state-focus a:hover, .ui-state-focus a:link, .ui-state-focus a:visited, a.ui-button:hover, a.ui-button:focus {
  color: #2b2b2b;
  text-decoration: none;
}

.ui-visual-focus {
  box-shadow: 0 0 3px 1px rgb(94, 158, 214);
}

.ui-state-active, .ui-widget-content .ui-state-active, .ui-widget-header .ui-state-active, a.ui-button:active, .ui-button:active, .ui-button.ui-state-active:hover {
  border: 1px solid #003eff;
  background: #007fff;
  font-weight: normal;
  color: #fff;
}

.ui-icon-background, .ui-state-active .ui-icon-background {
  border: #003eff;
  background-color: #fff;
}

.ui-state-active a, .ui-state-active a:link, .ui-state-active a:visited {
  color: #fff;
  text-decoration: none;
}

.ui-state-highlight, .ui-widget-content .ui-state-highlight, .ui-widget-header .ui-state-highlight {
  border: 1px solid #dad55e;
  background: #fffa90;
  color: #777620;
}

.ui-state-checked {
  border: 1px solid #dad55e;
  background: #fffa90;
}

.ui-state-highlight a, .ui-widget-content .ui-state-highlight a, .ui-widget-header .ui-state-highlight a {
  color: #777620;
}

.ui-state-error, .ui-widget-content .ui-state-error, .ui-widget-header .ui-state-error {
  border: 1px solid #f1a899;
  background: #fddfdf;
  color: #5f3f3f;
}

.ui-state-error a, .ui-widget-content .ui-state-error a, .ui-widget-header .ui-state-error a {
  color: #5f3f3f;
}

.ui-state-error-text, .ui-widget-content .ui-state-error-text, .ui-widget-header .ui-state-error-text {
  color: #5f3f3f;
}

.ui-priority-primary, .ui-widget-content .ui-priority-primary, .ui-widget-header .ui-priority-primary {
  font-weight: bold;
}

.ui-priority-secondary, .ui-widget-content .ui-priority-secondary, .ui-widget-header .ui-priority-secondary {
  opacity: 0.7;
  filter: Alpha(Opacity=70);
  font-weight: normal;
}

.ui-state-disabled, .ui-widget-content .ui-state-disabled, .ui-widget-header .ui-state-disabled {
  opacity: 0.35;
  filter: Alpha(Opacity=35);
  background-image: none;
}

.ui-state-disabled .ui-icon {
  filter: Alpha(Opacity=35);
}

.ui-icon {
  width: 16px;
  height: 16px;
}

.ui-icon, .ui-widget-content .ui-icon {
  background-image: url("../img/ui-icons_444444_256x240.png");
}

.ui-widget-header .ui-icon {
  background-image: url("../img/ui-icons_444444_256x240.png");
}

.ui-state-hover .ui-icon, .ui-state-focus .ui-icon, .ui-button:hover .ui-icon, .ui-button:focus .ui-icon {
  background-image: url("../img/ui-icons_555555_256x240.png");
}

.ui-state-active .ui-icon, .ui-button:active .ui-icon {
  background-image: url("images/ui-icons_ffffff_256x240.png");
}

.ui-state-highlight .ui-icon, .ui-button .ui-state-highlight.ui-icon {
  background-image: url("images/ui-icons_777620_256x240.png");
}

.ui-state-error .ui-icon, .ui-state-error-text .ui-icon {
  background-image: url("images/ui-icons_cc0000_256x240.png");
}

.ui-button .ui-icon {
  background-image: url("images/ui-icons_777777_256x240.png");
}

.ui-icon-blank {
  background-position: 16px 16px;
}

.ui-icon-caret-1-n {
  background-position: 0 0;
}

.ui-icon-caret-1-ne {
  background-position: -16px 0;
}

.ui-icon-caret-1-e {
  background-position: -32px 0;
}

.ui-icon-caret-1-se {
  background-position: -48px 0;
}

.ui-icon-caret-1-s {
  background-position: -65px 0;
}

.ui-icon-caret-1-sw {
  background-position: -80px 0;
}

.ui-icon-caret-1-w {
  background-position: -96px 0;
}

.ui-icon-caret-1-nw {
  background-position: -112px 0;
}

.ui-icon-caret-2-n-s {
  background-position: -128px 0;
}

.ui-icon-caret-2-e-w {
  background-position: -144px 0;
}

.ui-icon-triangle-1-n {
  background-position: 0 -16px;
}

.ui-icon-triangle-1-ne {
  background-position: -16px -16px;
}

.ui-icon-triangle-1-e {
  background-position: -32px -16px;
}

.ui-icon-triangle-1-se {
  background-position: -48px -16px;
}

.ui-icon-triangle-1-s {
  background-position: -65px -16px;
}

.ui-icon-triangle-1-sw {
  background-position: -80px -16px;
}

.ui-icon-triangle-1-w {
  background-position: -96px -16px;
}

.ui-icon-triangle-1-nw {
  background-position: -112px -16px;
}

.ui-icon-triangle-2-n-s {
  background-position: -128px -16px;
}

.ui-icon-triangle-2-e-w {
  background-position: -144px -16px;
}

.ui-icon-arrow-1-n {
  background-position: 0 -32px;
}

.ui-icon-arrow-1-ne {
  background-position: -16px -32px;
}

.ui-icon-arrow-1-e {
  background-position: -32px -32px;
}

.ui-icon-arrow-1-se {
  background-position: -48px -32px;
}

.ui-icon-arrow-1-s {
  background-position: -65px -32px;
}

.ui-icon-arrow-1-sw {
  background-position: -80px -32px;
}

.ui-icon-arrow-1-w {
  background-position: -96px -32px;
}

.ui-icon-arrow-1-nw {
  background-position: -112px -32px;
}

.ui-icon-arrow-2-n-s {
  background-position: -128px -32px;
}

.ui-icon-arrow-2-ne-sw {
  background-position: -144px -32px;
}

.ui-icon-arrow-2-e-w {
  background-position: -160px -32px;
}

.ui-icon-arrow-2-se-nw {
  background-position: -176px -32px;
}

.ui-icon-arrowstop-1-n {
  background-position: -192px -32px;
}

.ui-icon-arrowstop-1-e {
  background-position: -208px -32px;
}

.ui-icon-arrowstop-1-s {
  background-position: -224px -32px;
}

.ui-icon-arrowstop-1-w {
  background-position: -240px -32px;
}

.ui-icon-arrowthick-1-n {
  background-position: 1px -48px;
}

.ui-icon-arrowthick-1-ne {
  background-position: -16px -48px;
}

.ui-icon-arrowthick-1-e {
  background-position: -32px -48px;
}

.ui-icon-arrowthick-1-se {
  background-position: -48px -48px;
}

.ui-icon-arrowthick-1-s {
  background-position: -64px -48px;
}

.ui-icon-arrowthick-1-sw {
  background-position: -80px -48px;
}

.ui-icon-arrowthick-1-w {
  background-position: -96px -48px;
}

.ui-icon-arrowthick-1-nw {
  background-position: -112px -48px;
}

.ui-icon-arrowthick-2-n-s {
  background-position: -128px -48px;
}

.ui-icon-arrowthick-2-ne-sw {
  background-position: -144px -48px;
}

.ui-icon-arrowthick-2-e-w {
  background-position: -160px -48px;
}

.ui-icon-arrowthick-2-se-nw {
  background-position: -176px -48px;
}

.ui-icon-arrowthickstop-1-n {
  background-position: -192px -48px;
}

.ui-icon-arrowthickstop-1-e {
  background-position: -208px -48px;
}

.ui-icon-arrowthickstop-1-s {
  background-position: -224px -48px;
}

.ui-icon-arrowthickstop-1-w {
  background-position: -240px -48px;
}

.ui-icon-arrowreturnthick-1-w {
  background-position: 0 -64px;
}

.ui-icon-arrowreturnthick-1-n {
  background-position: -16px -64px;
}

.ui-icon-arrowreturnthick-1-e {
  background-position: -32px -64px;
}

.ui-icon-arrowreturnthick-1-s {
  background-position: -48px -64px;
}

.ui-icon-arrowreturn-1-w {
  background-position: -64px -64px;
}

.ui-icon-arrowreturn-1-n {
  background-position: -80px -64px;
}

.ui-icon-arrowreturn-1-e {
  background-position: -96px -64px;
}

.ui-icon-arrowreturn-1-s {
  background-position: -112px -64px;
}

.ui-icon-arrowrefresh-1-w {
  background-position: -128px -64px;
}

.ui-icon-arrowrefresh-1-n {
  background-position: -144px -64px;
}

.ui-icon-arrowrefresh-1-e {
  background-position: -160px -64px;
}

.ui-icon-arrowrefresh-1-s {
  background-position: -176px -64px;
}

.ui-icon-arrow-4 {
  background-position: 0 -80px;
}

.ui-icon-arrow-4-diag {
  background-position: -16px -80px;
}

.ui-icon-extlink {
  background-position: -32px -80px;
}

.ui-icon-newwin {
  background-position: -48px -80px;
}

.ui-icon-refresh {
  background-position: -64px -80px;
}

.ui-icon-shuffle {
  background-position: -80px -80px;
}

.ui-icon-transfer-e-w {
  background-position: -96px -80px;
}

.ui-icon-transferthick-e-w {
  background-position: -112px -80px;
}

.ui-icon-folder-collapsed {
  background-position: 0 -96px;
}

.ui-icon-folder-open {
  background-position: -16px -96px;
}

.ui-icon-document {
  background-position: -32px -96px;
}

.ui-icon-document-b {
  background-position: -48px -96px;
}

.ui-icon-note {
  background-position: -64px -96px;
}

.ui-icon-mail-closed {
  background-position: -80px -96px;
}

.ui-icon-mail-open {
  background-position: -96px -96px;
}

.ui-icon-suitcase {
  background-position: -112px -96px;
}

.ui-icon-comment {
  background-position: -128px -96px;
}

.ui-icon-person {
  background-position: -144px -96px;
}

.ui-icon-print {
  background-position: -160px -96px;
}

.ui-icon-trash {
  background-position: -176px -96px;
}

.ui-icon-locked {
  background-position: -192px -96px;
}

.ui-icon-unlocked {
  background-position: -208px -96px;
}

.ui-icon-bookmark {
  background-position: -224px -96px;
}

.ui-icon-tag {
  background-position: -240px -96px;
}

.ui-icon-home {
  background-position: 0 -112px;
}

.ui-icon-flag {
  background-position: -16px -112px;
}

.ui-icon-calendar {
  background-position: -32px -112px;
}

.ui-icon-cart {
  background-position: -48px -112px;
}

.ui-icon-pencil {
  background-position: -64px -112px;
}

.ui-icon-clock {
  background-position: -80px -112px;
}

.ui-icon-disk {
  background-position: -96px -112px;
}

.ui-icon-calculator {
  background-position: -112px -112px;
}

.ui-icon-zoomin {
  background-position: -128px -112px;
}

.ui-icon-zoomout {
  background-position: -144px -112px;
}

.ui-icon-search {
  background-position: -160px -112px;
}

.ui-icon-wrench {
  background-position: -176px -112px;
}

.ui-icon-gear {
  background-position: -192px -112px;
}

.ui-icon-heart {
  background-position: -208px -112px;
}

.ui-icon-star {
  background-position: -224px -112px;
}

.ui-icon-link {
  background-position: -240px -112px;
}

.ui-icon-cancel {
  background-position: 0 -128px;
}

.ui-icon-plus {
  background-position: -16px -128px;
}

.ui-icon-plusthick {
  background-position: -32px -128px;
}

.ui-icon-minus {
  background-position: -48px -128px;
}

.ui-icon-minusthick {
  background-position: -64px -128px;
}

.ui-icon-close {
  background-position: -80px -128px;
}

.ui-icon-closethick {
  background-position: -96px -128px;
}

.ui-icon-key {
  background-position: -112px -128px;
}

.ui-icon-lightbulb {
  background-position: -128px -128px;
}

.ui-icon-scissors {
  background-position: -144px -128px;
}

.ui-icon-clipboard {
  background-position: -160px -128px;
}

.ui-icon-copy {
  background-position: -176px -128px;
}

.ui-icon-contact {
  background-position: -192px -128px;
}

.ui-icon-image {
  background-position: -208px -128px;
}

.ui-icon-video {
  background-position: -224px -128px;
}

.ui-icon-script {
  background-position: -240px -128px;
}

.ui-icon-alert {
  background-position: 0 -144px;
}

.ui-icon-info {
  background-position: -16px -144px;
}

.ui-icon-notice {
  background-position: -32px -144px;
}

.ui-icon-help {
  background-position: -48px -144px;
}

.ui-icon-check {
  background-position: -64px -144px;
}

.ui-icon-bullet {
  background-position: -80px -144px;
}

.ui-icon-radio-on {
  background-position: -96px -144px;
}

.ui-icon-radio-off {
  background-position: -112px -144px;
}

.ui-icon-pin-w {
  background-position: -128px -144px;
}

.ui-icon-pin-s {
  background-position: -144px -144px;
}

.ui-icon-play {
  background-position: 0 -160px;
}

.ui-icon-pause {
  background-position: -16px -160px;
}

.ui-icon-seek-next {
  background-position: -32px -160px;
}

.ui-icon-seek-prev {
  background-position: -48px -160px;
}

.ui-icon-seek-end {
  background-position: -64px -160px;
}

.ui-icon-seek-start {
  background-position: -80px -160px;
}

.ui-icon-seek-first {
  background-position: -80px -160px;
}

.ui-icon-stop {
  background-position: -96px -160px;
}

.ui-icon-eject {
  background-position: -112px -160px;
}

.ui-icon-volume-off {
  background-position: -128px -160px;
}

.ui-icon-volume-on {
  background-position: -144px -160px;
}

.ui-icon-power {
  background-position: 0 -176px;
}

.ui-icon-signal-diag {
  background-position: -16px -176px;
}

.ui-icon-signal {
  background-position: -32px -176px;
}

.ui-icon-battery-0 {
  background-position: -48px -176px;
}

.ui-icon-battery-1 {
  background-position: -64px -176px;
}

.ui-icon-battery-2 {
  background-position: -80px -176px;
}

.ui-icon-battery-3 {
  background-position: -96px -176px;
}

.ui-icon-circle-plus {
  background-position: 0 -192px;
}

.ui-icon-circle-minus {
  background-position: -16px -192px;
}

.ui-icon-circle-close {
  background-position: -32px -192px;
}

.ui-icon-circle-triangle-e {
  background-position: -48px -192px;
}

.ui-icon-circle-triangle-s {
  background-position: -64px -192px;
}

.ui-icon-circle-triangle-w {
  background-position: -80px -192px;
}

.ui-icon-circle-triangle-n {
  background-position: -96px -192px;
}

.ui-icon-circle-arrow-e {
  background-position: -112px -192px;
}

.ui-icon-circle-arrow-s {
  background-position: -128px -192px;
}

.ui-icon-circle-arrow-w {
  background-position: -144px -192px;
}

.ui-icon-circle-arrow-n {
  background-position: -160px -192px;
}

.ui-icon-circle-zoomin {
  background-position: -176px -192px;
}

.ui-icon-circle-zoomout {
  background-position: -192px -192px;
}

.ui-icon-circle-check {
  background-position: -208px -192px;
}

.ui-icon-circlesmall-plus {
  background-position: 0 -208px;
}

.ui-icon-circlesmall-minus {
  background-position: -16px -208px;
}

.ui-icon-circlesmall-close {
  background-position: -32px -208px;
}

.ui-icon-squaresmall-plus {
  background-position: -48px -208px;
}

.ui-icon-squaresmall-minus {
  background-position: -64px -208px;
}

.ui-icon-squaresmall-close {
  background-position: -80px -208px;
}

.ui-icon-grip-dotted-vertical {
  background-position: 0 -224px;
}

.ui-icon-grip-dotted-horizontal {
  background-position: -16px -224px;
}

.ui-icon-grip-solid-vertical {
  background-position: -32px -224px;
}

.ui-icon-grip-solid-horizontal {
  background-position: -48px -224px;
}

.ui-icon-gripsmall-diagonal-se {
  background-position: -64px -224px;
}

.ui-icon-grip-diagonal-se {
  background-position: -80px -224px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-left, .ui-corner-tl {
  border-top-left-radius: 3px;
}

.ui-corner-all, .ui-corner-top, .ui-corner-right, .ui-corner-tr {
  border-top-right-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-left, .ui-corner-bl {
  border-bottom-left-radius: 3px;
}

.ui-corner-all, .ui-corner-bottom, .ui-corner-right, .ui-corner-br {
  border-bottom-right-radius: 3px;
}

.ui-widget-overlay {
  background: #aaa;
  opacity: 0.3;
  filter: Alpha(Opacity=30);
}

.ui-widget-shadow {
  -webkit-box-shadow: 0 0 5px #666;
  box-shadow: 0 0 5px #666;
}

/* Slider */
.slick-slider {
  position: relative;
  display: block;
  box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -ms-touch-action: pan-y;
  touch-action: pan-y;
  -webkit-tap-highlight-color: transparent;
}

.slick-list {
  position: relative;
  overflow: hidden;
  display: block;
  margin: 0;
  padding: 0;
}
.slick-list:focus {
  outline: none;
}
.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

.slick-slider .slick-track,
.slick-slider .slick-list {
  -webkit-transform: translate3d(0, 0, 0);
  -moz-transform: translate3d(0, 0, 0);
  -ms-transform: translate3d(0, 0, 0);
  -o-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}

.slick-track {
  position: relative;
  left: 0;
  top: 0;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
.slick-track:before, .slick-track:after {
  content: "";
  display: table;
}
.slick-track:after {
  clear: both;
}
.slick-loading .slick-track {
  visibility: hidden;
}

.slick-slide {
  float: left;
  height: 100%;
  min-height: 1px;
  display: none;
}
[dir=rtl] .slick-slide {
  float: right;
}
.slick-slide img {
  display: block;
}
.slick-slide.slick-loading img {
  display: none;
}
.slick-slide.dragging img {
  pointer-events: none;
}
.slick-initialized .slick-slide {
  display: block;
}
.slick-loading .slick-slide {
  visibility: hidden;
}
.slick-vertical .slick-slide {
  display: block;
  height: auto;
  border: 1px solid transparent;
}

.slick-arrow.slick-hidden {
  display: none;
}

.slick-arrow {
  position: absolute;
  z-index: 100;
  top: 50%;
  font-size: 0;
  cursor: pointer;
}

/*========== p-nav.scss ==========*/
@media screen and (min-width: 769px) {
  .p-nav {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 66px;
    padding: 30px 0;
    background: #f2eee3;
    border-bottom: 2px solid #66564c;
  }
}
@media print {
  .p-nav {
    position: absolute;
    width: 100%;
    z-index: 1;
    left: 0;
    top: 66px;
    padding: 2.1428571429vw 0;
    background: #f2eee3;
    border-bottom: 2px solid #66564c;
  }
}
@media screen and (max-width: 768px) {
  .p-nav {
    background: #fff;
  }
  .p-nav > .c-inner {
    padding: 0;
  }
  .p-nav .burger--wrap {
    height: 13.3333333333vw;
    width: 13.3333333333vw;
    position: absolute;
    top: 0;
    right: 0;
    z-index: 9998;
  }
  .p-nav .burger--wrap .burger {
    background: url(../img/burger--btn_open.png) center no-repeat;
    background-size: 100% 100%;
    height: 100%;
    width: 100%;
    z-index: 9999;
    cursor: pointer;
    position: absolute;
    right: 0;
    top: 0;
  }
  .p-nav .burger--wrap .burger-active {
    background: url(../img/burger--btn_close.png) center no-repeat;
    background-size: 100% 100%;
    right: 0;
    top: 0;
    z-index: 9999;
  }
}
@media screen and (min-width: 769px) {
  .p-nav__inner {
    background: #fff;
    max-width: 990px;
  }
}
@media print {
  .p-nav__inner {
    background: #fff;
    max-width: 82.5%;
  }
}
@media screen and (min-width: 769px) {
  .p-nav-items .items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    min-height: 70px;
    align-items: center;
  }
}
@media print {
  .p-nav-items .items {
    position: relative;
    display: flex;
    flex-wrap: wrap;
    text-align: center;
    justify-content: center;
    min-height: 70px;
    align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-nav-items .items {
    background-color: #f2eee3;
  }
}
@media screen and (min-width: 769px) {
  .p-nav-items .items .item {
    margin: 0 1.5em;
  }
}
@media print {
  .p-nav-items .items .item {
    margin: 0 1.5em;
  }
}
.p-nav-items .items .item a {
  font-size: 1.6rem;
  text-decoration: none;
  color: #000;
  font-weight: 700;
  position: relative;
}
@media print {
  .p-nav-items .items .item a {
    font-size: 1.1428571429vw;
  }
}
.p-nav-items .items .item a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: -4px;
  width: 0;
  height: 2px;
  background: #66564c;
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item a:after {
    display: none;
  }
}
.p-nav-items .items .item a:hover, .p-nav-items .items .item a.current {
  opacity: 1;
}
@media screen and (min-width: 769px) {
  .p-nav-items .items .item a:hover, .p-nav-items .items .item a.current {
    color: #66564c;
  }
}
@media print {
  .p-nav-items .items .item a:hover, .p-nav-items .items .item a.current {
    color: #66564c;
  }
}
.p-nav-items .items .item a:hover:after, .p-nav-items .items .item a.current:after {
  width: 100%;
}
.p-nav-items .items .item .forList {
  display: none;
}
.p-nav-items .items .item .forList_item {
  position: relative;
}
.p-nav-items .items .item .forList_item:before {
  content: "";
  display: block;
  position: absolute;
  left: 3.3333333333vw;
  top: 0;
  width: 93.3333333333vw;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item .forList_item a {
    font-weight: 700;
    display: block;
    padding: 1.2em 13.3333333333vw 1.2em 9.8666666667vw;
    position: relative;
    font-size: 3.2vw;
    line-height: 1.4;
  }
  .p-nav-items .items .item .forList_item a:after {
    content: "";
    display: block;
    position: absolute;
    right: 8vw;
    top: 50%;
    width: 0.9em;
    height: 0.9em;
    border-top: 1px solid #66564c;
    border-right: 1px solid #66564c;
    transform: rotate(45deg) translateY(-50%);
    background: transparent;
    left: auto;
  }
}
.p-nav-items .items .item .forList_item a.current {
  background-color: #dcd5bc;
  color: #000;
}
.p-nav-items .items .item .forCat {
  transition: all 0.3s ease;
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item .forCat a {
    display: block;
    justify-content: flex-start;
    pointer-events: none;
    padding: 1em 3em 1em 6vw;
    position: relative;
    font-size: 4vw;
  }
  .p-nav-items .items .item .forCat a:after {
    content: "";
    display: block;
    position: absolute;
    right: 8vw;
    top: 50%;
    width: 0.7em;
    height: 0.7em;
    border-top: 1px solid #66564c;
    border-right: 1px solid #66564c;
    transform: rotate(45deg) translateY(-50%);
    background: transparent;
    left: auto;
  }
}
.p-nav-items .items .item .forCat a .lock {
  display: inline-block;
  position: relative;
  padding-right: 1.2em;
}
.p-nav-items .items .item .forCat a .lock:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 1em;
  height: 1.2em;
  background: url("../img/icon_lock.svg") right center no-repeat;
  background-size: contain;
}
.p-nav-items .items .item .forCat.active {
  border-bottom: none;
  background: #66564c;
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item .forCat.active + .forList {
    display: block;
  }
}
.p-nav-items .items .item .forCat.active a {
  color: #fff;
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item .forCat.active a:after {
    top: 45%;
    transform: rotate(135deg) translateY(50%);
    right: 5.3333333333vw;
    border-top-color: #fff;
    border-right-color: #fff;
  }
}
.p-nav-items .items .item .forCat.active a:before {
  content: "";
  display: block;
  position: absolute;
  left: 3.3333333333vw;
  bottom: 0;
  width: 93.3333333333vw;
  height: 1px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item .forCat.single a {
    pointer-events: inherit;
  }
  .p-nav-items .items .item .forCat.single a:after {
    display: none;
  }
  .p-nav-items .items .item .forCat.single a:before {
    content: "";
    display: block;
    position: absolute;
    right: 8vw;
    top: 50%;
    width: 0.7em;
    height: 0.7em;
    border-top: 1px solid #66564c;
    border-right: 1px solid #66564c;
    transform: rotate(45deg) translateY(-50%);
  }
}
.p-nav-items .items .item .forCat.single.active a:after {
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
}
.p-nav-items .items .item:not(:first-child) .forCat {
  position: relative;
}
.p-nav-items .items .item:not(:first-child) .forCat:before {
  content: "";
  display: block;
  position: absolute;
  left: 3.3333333333vw;
  top: 0;
  width: 93.3333333333vw;
  height: 1px;
  background: #fff;
}
.p-nav-items .others {
  display: flex;
  align-items: center;
  background: #f2eee3;
  padding: 0 2em;
}
.p-nav-items .others .other {
  line-height: 1;
}
.p-nav-items .others .other:not(:last-child) {
  margin-right: 3.5em;
}
.p-nav-items .others .other a {
  display: flex;
  align-items: center;
  position: relative;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 3.2vw;
  height: 16vw;
  padding-left: 1.5em;
}
.p-nav-items .others .other a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 0.7em;
  height: 0.7em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-nav .navigation {
    top: 13.3333333333vw;
    z-index: 300;
    width: 100%;
    height: 0;
    position: fixed;
    transition: 0.3s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-nav .navigation--content {
    height: auto;
    width: 100%;
    opacity: 0;
    transition: 0.3s;
    overflow-y: scroll;
  }
}
.p-nav .navigation.nav-active {
  top: 13.3333333333vw;
  height: calc(100dvh - 13.3333333333vw);
  opacity: 1;
}
.p-nav .navigation.nav-active .navigation--content {
  opacity: 1;
}
.p-nav-topic {
  padding: 2.4vw 0;
}
@media screen and (max-width: 768px) {
  .p-nav-topic {
    display: none;
  }
}
@media screen and (min-width: 1250px) {
  .p-nav-topic {
    padding: 30px 0;
  }
}
@media screen and (min-width: 769px) {
  .p-nav-topic .items {
    display: flex;
    align-items: center;
  }
}
@media print {
  .p-nav-topic .items {
    display: flex;
    align-items: center;
  }
}
.p-nav-topic .items .item {
  color: #000;
  line-height: 1;
  position: relative;
  margin-right: 2em;
  font-size: 1.3rem;
}
.p-nav-topic .items .item:not(:last-child):after {
  content: "";
  display: block;
  position: absolute;
  right: -1em;
  top: 40%;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #000;
  border-right: 1px solid #000;
  transform: rotate(45deg) translateY(-50%);
}
.p-nav-topic .items .item a {
  text-decoration: none;
  color: #3d36af;
}

@media screen and (min-width: 769px) {
  .cat_popup .p-nav-items {
    display: none;
  }
}

.page_top .p-nav {
  background-color: transparent;
  border-bottom: none;
}

.cat_popup .p-nav {
  padding: 0;
}

/*========== p-header.scss ==========*/
@media screen and (max-width: 768px) {
  .p-header {
    position: sticky;
    top: 0;
    left: 0;
    z-index: 500;
    background: #fff;
  }
}
.p-header__inner {
  position: relative;
}
.p-header-upper__inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 66px;
}
@media screen and (max-width: 768px) {
  .p-header-upper__inner {
    height: 13.3333333333vw;
  }
}
.p-header-logo a {
  display: block;
  text-decoration: none;
  color: #000;
  font-weight: 500;
  font-size: 28px;
}
@media screen and (max-width: 768px) {
  .p-header-logo a {
    font-size: 4.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-header-ctrl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
}
@media print {
  .p-header-ctrl {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-end;
    align-items: center;
  }
}
.p-header-size {
  display: flex;
  align-items: center;
  margin-right: 0.9333333333vw;
}
@media screen and (max-width: 768px) {
  .p-header-size {
    display: none;
  }
}
@media screen and (min-width: 1250px) {
  .p-header-size {
    margin-right: 14px;
  }
}
.p-header-size .forTtl {
  margin-right: 1em;
  color: #000;
  font-size: 12px;
}
.p-header-size .forSize {
  display: flex;
  align-items: center;
  overflow: hidden;
}
.p-header-size .forSize_item {
  display: flex;
  align-items: center;
}
.p-header-size .forSize_item:not(:last-child) {
  margin-right: 5px;
}
.p-header-size .forSize_item button {
  border: 1px solid #eeeeee;
  color: #66564c;
  cursor: pointer;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 24px;
  width: 40px;
  font-family: "Noto Sans JP", sans-serif;
}
.p-header-size .forSize_item.sizeS button {
  font-size: 12px;
}
.p-header-size .forSize_item.sizeM button {
  font-size: 14px;
}
.p-header-size .forSize_item.sizeL button {
  font-size: 16px;
}
.p-header-size .forSize_item:hover button {
  background-color: #66564c;
  color: #fff;
}
.p-header-search {
  position: relative;
  display: flex;
  align-items: center;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .p-header-search {
    border: none;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-header-searchWrap {
    padding: 4.8vw 6vw 5.3333333333vw;
    background-color: #fff;
  }
}
.p-header-search .searchInput {
  display: flex;
  align-items: center;
  border: 1px solid #eeeeee;
  margin-right: 6px;
}
@media screen and (max-width: 768px) {
  .p-header-search .searchInput {
    border-color: #c9c9c9;
    height: 8vw;
    width: calc(100% - 8.5333333333vw);
    margin-right: 0;
    border-right: none;
  }
}
.p-header-search .searchInput input {
  padding-left: 1em;
  width: 12.4vw;
  height: 24px;
  line-height: 24px;
}
@media screen and (min-width: 1250px) {
  .p-header-search .searchInput input {
    width: 186px;
  }
}
@media screen and (max-width: 768px) {
  .p-header-search .searchInput input {
    padding: 1em;
    width: calc(100% - 1em);
    height: 100%;
  }
}
.p-header-search .searchInput input::placeholder {
  font-family: "Noto Sans JP", sans-serif;
  color: #c9c9c9;
  font-size: 11px;
}
@media screen and (max-width: 768px) {
  .p-header-search .searchInput input::placeholder {
    font-size: 3.2vw;
    color: #66564c;
  }
}
.p-header-search .searchBtn {
  display: flex;
  align-items: center;
  border: 1px solid #eeeeee;
}
@media screen and (max-width: 768px) {
  .p-header-search .searchBtn {
    width: 8.5333333333vw;
    height: 8.5333333333vw;
  }
}
.p-header-search .searchBtn input {
  cursor: pointer;
  background: url("../img/icon_search.svg") center no-repeat #66564c;
  background-size: 15px auto;
  width: 40px;
  height: 24px;
  line-height: 24px;
}
@media screen and (max-width: 768px) {
  .p-header-search .searchBtn input {
    background-size: 5.0666666667vw auto;
    width: 100%;
    height: 100%;
    padding: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-header-nav {
    padding: 0 8vw 13.3333333333vw;
  }
}
.p-header-nav .items {
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-header-nav .items {
    justify-content: flex-end;
  }
}
@media print {
  .p-header-nav .items {
    justify-content: flex-end;
  }
}
.p-header-nav .items .item:not(:last-child) {
  margin-right: 1.5em;
}
@media print {
  .p-header-nav .items .item:not(:last-child) {
    margin-right: 1em;
  }
}
.p-header-nav .items .item a {
  font-weight: 500;
  position: relative;
  display: inline-block;
  padding-left: 2vw;
  font-size: 1.2727272727vw;
}
@media screen and (min-width: 1250px) {
  .p-header-nav .items .item a {
    padding-left: 22px;
    font-size: 1.4rem;
  }
}
@media print {
  .p-header-nav .items .item a {
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-header-nav .items .item a {
    font-size: 5.6vw;
    padding-left: 1.6em;
  }
}
.p-header-nav .items .item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/icon_detail.png") center no-repeat;
  background-size: contain;
  width: 1.4545454545vw;
  height: 1.4545454545vw;
}
@media screen and (min-width: 1250px) {
  .p-header-nav .items .item a:before {
    width: 16px;
    height: 16px;
  }
}
@media screen and (max-width: 768px) {
  .p-header-nav .items .item a:before {
    width: 6.4vw;
    height: 6.4vw;
  }
}

@media screen and (min-width: 769px) {
  .cat_popup .p-header-search {
    display: none !important;
  }
}
@media print {
  .cat_popup .p-header-search {
    display: none !important;
  }
}
.cat_popup .p-header-size {
  margin-right: 0;
}

/*========== p-footer.scss ==========*/
.p-footer {
  position: relative;
  background: #d3d9e5;
}
.p-footer__inner {
  background: url("../img/footer_bg.png") right bottom no-repeat;
  padding-top: 50px;
}
@media screen and (max-width: 768px) {
  .p-footer__inner {
    background: url("../img/footer_bg_sp.png") center bottom no-repeat;
    background-size: 100% auto;
    padding-top: 21.3333333333vw;
  }
}
.p-footer-info {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-footer-info {
    padding: 7.3333333333vw 0 38.6666666667vw;
  }
}
.p-footer-info .forTtl {
  margin-bottom: 1em;
  font-size: 2.56vw;
}
@media screen and (min-width: 1250px) {
  .p-footer-info .forTtl {
    font-size: 3.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forTtl {
    font-size: 4.5333333333vw;
  }
}
.p-footer-info .forAdd {
  line-height: 2;
  font-size: 1.04vw;
}
@media screen and (min-width: 1250px) {
  .p-footer-info .forAdd {
    font-size: 1.3rem;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forAdd {
    line-height: 1.5;
    font-size: 3.2vw;
  }
}
.p-footer-nav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .p-footer-nav {
    background: #afb9ce;
  }
}
.p-footer-nav:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  mix-blend-mode: multiply;
  background: #d3d9e5;
}
@media screen and (max-width: 768px) {
  .p-footer-nav:after {
    display: none;
  }
}
.p-footer-nav .items {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  z-index: 1;
}
.p-footer-nav .items .item {
  position: relative;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-footer-nav .items .item {
    font-size: 3.2vw;
    line-height: 1.3;
  }
}
.p-footer-nav .items .item:not(:last-child):after {
  content: "";
  display: block;
  height: 1em;
  width: 1px;
  background: #fff;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .p-footer-nav .items .item:not(:last-child):after {
    height: 8vw;
  }
}
.p-footer-nav .items .item a {
  text-decoration: none;
  color: #fff;
  display: flex;
  align-items: center;
  padding: 0 1.5em;
  height: 50px;
}
@media screen and (max-width: 768px) {
  .p-footer-nav .items .item a {
    font-weight: 500;
    height: 21.3333333333vw;
  }
}
.p-footer-pageTop {
  width: 66px;
}
@media screen and (max-width: 768px) {
  .p-footer-pageTop {
    width: 17.0666666667vw;
  }
}
.p-footer-pageTopWrap {
  display: flex;
  justify-content: flex-end;
  padding-bottom: 15px;
}
@media screen and (max-width: 768px) {
  .p-footer-pageTopWrap {
    justify-content: center;
    padding-bottom: 6.6666666667vw;
  }
}
.p-footer-copyright {
  display: block;
  text-align: center;
  line-height: 1;
  background: #66564c;
  color: #fff;
  padding: 1em 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-footer-copyright {
    position: relative;
    display: block;
    text-align: center;
    font-size: 3.2vw;
    padding: 4.4vw 0;
  }
}

/*========== p-top.scss ==========*/
.p-top-container {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-container {
    flex-direction: column;
  }
}
.p-top-container.con01 {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 1250px) {
  .p-top-container.con01 {
    margin-bottom: 80px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-container.con01 {
    margin-bottom: 5.3333333333vw;
  }
}
.p-top-container.con02 {
  margin-bottom: 1.3333333333vw;
}
@media screen and (min-width: 1250px) {
  .p-top-container.con02 {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-container.con02 {
    margin-bottom: 6.6666666667vw;
  }
}
.p-top-L {
  width: 65.5%;
}
@media screen and (max-width: 768px) {
  .p-top-L {
    width: 100%;
  }
}
.p-top-R {
  width: 28.75%;
}
@media screen and (max-width: 768px) {
  .p-top-R {
    width: 100%;
  }
}
.p-top-news {
  background: #e9e6dd;
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .p-top-news {
    margin-bottom: 6.6666666667vw;
  }
}
.p-top-news__inner {
  padding: 50px 0 55px;
}
@media screen and (max-width: 768px) {
  .p-top-news__inner {
    padding: 4vw 3.3333333333vw 7.3333333333vw;
  }
}
.p-top-news__backNumber {
  background: #624258;
}
.p-top-news__backNumber .c-inner {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  height: 30px;
}
@media screen and (max-width: 768px) {
  .p-top-news__backNumber .c-inner {
    height: 9.3333333333vw;
  }
}
.p-top-news_ttl {
  writing-mode: vertical-rl;
  line-height: 1;
  width: 7.076%;
  font-size: 1.4rem;
  display: flex;
  flex-direction: column;
  justify-content: flex-end;
}
@media screen and (max-width: 768px) {
  .p-top-news_ttl {
    width: 15.3333333333vw;
    font-size: 3.2vw;
    padding-top: 2vw;
  }
}
@media print {
  .p-top-news_ttl {
    font-size: 1vw;
  }
}
.p-top-news_ttl .eng {
  color: #624258;
  font-weight: 700;
  letter-spacing: 0.2em;
  font-size: 4rem;
}
@media screen and (min-width: 1250px) {
  .p-top-news_ttl .eng {
    font-size: 4rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news_ttl .eng {
    font-size: 8.2666666667vw;
  }
}
@media print {
  .p-top-news_ttl .eng {
    font-size: 2.8571428571vw;
  }
}
.p-top-news .forItems {
  width: 91.924%;
  overflow-y: scroll;
  height: 209px;
  padding-right: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-news .forItems {
    width: 77.8666666667vw;
    height: 40vw;
    padding-right: 3.2vw;
  }
}
.p-top-news .forItems::-webkit-scrollbar {
  width: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-news .forItems::-webkit-scrollbar {
    width: 1.3333333333vw;
  }
}
.p-top-news .forItems::-webkit-scrollbar-track {
  background-color: #fff;
}
.p-top-news .forItems::-webkit-scrollbar-thumb {
  background-color: #c6bfa8;
}
.p-top-news .forItemsWrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  .p-top-news .forItemsWrap {
    width: 100%;
    align-items: flex-start;
  }
}
.p-top-news .forItems .item {
  border-bottom: 1px solid #fff;
  padding: 1.25em 0;
}
@media screen and (max-width: 768px) {
  .p-top-news .forItems .item {
    padding: 0.5em 0;
  }
}
.p-top-news .forItems .item .detail {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  font-weight: 500;
}
@media screen and (max-width: 768px) {
  .p-top-news .forItems .item .detail {
    flex-direction: column;
  }
}
.p-top-news .forItems .item .detail .date {
  width: 6em;
  line-height: 1.8;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-top-news .forItems .item .detail .date {
    display: flex;
    align-items: center;
    line-height: 1.4;
    width: 100%;
    font-size: 3.2vw;
  }
}
@media print {
  .p-top-news .forItems .item .detail .date {
    font-size: 1vw;
  }
}
.p-top-news .forItems .item .detail .txt {
  width: calc(100% - 6em);
  display: inline-block;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-top-news .forItems .item .detail .txt {
    width: 100%;
    font-size: 3.2vw;
  }
}
@media print {
  .p-top-news .forItems .item .detail .txt {
    font-size: 1.1428571429vw;
  }
}
.p-top-news .forItems .item .detail .txt a {
  text-decoration: none;
  color: #000;
}
.p-top-news .forItems .item .detail .txt a:hover {
  opacity: 1;
  text-decoration: underline;
}
.p-top-news .forItems .item .detail .new {
  font-weight: 700;
  color: #e60012;
  border: 1px solid #e60012;
  padding: 0.3em 0.5em 0.2em;
  margin-left: 1em;
  display: inline-block;
  vertical-align: middle;
  font-size: 8px;
}
@media screen and (max-width: 768px) {
  .p-top-news .forItems .item .detail .new {
    font-size: 2.4vw;
    padding: 0.05em 1em 0.01em;
  }
}
.p-top-news .forSearch {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  align-items: flex-end;
  width: 41.25%;
}
@media screen and (max-width: 768px) {
  .p-top-news .forSearch {
    width: 100%;
    align-items: flex-start;
    padding-top: 6vw;
  }
}
.p-top-news .forSearch__L {
  width: 53%;
}
@media screen and (max-width: 768px) {
  .p-top-news .forSearch__L {
    width: 56vw;
    padding-right: 2.6666666667vw;
    border-right: 2px solid #bbb39b;
  }
}
.p-top-news .forSearch__L .items .item:not(:last-child) {
  margin-bottom: 11px;
}
@media screen and (max-width: 768px) {
  .p-top-news .forSearch__L .items .item:not(:last-child) {
    margin-bottom: 0;
  }
}
.p-top-news .forSearch__L .items .item__inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.p-top-news .forSearch__L .forTtl {
  color: #66564c;
  font-weight: 500;
  margin-bottom: 1em;
  font-size: 1.6rem;
}
@media screen and (max-width: 768px) {
  .p-top-news .forSearch__L .forTtl {
    display: none;
  }
}
@media print {
  .p-top-news .forSearch__L .forTtl {
    font-size: 1.1428571429vw;
  }
}
.p-top-news .forSearch__L .forCat {
  width: 4em;
  color: #000;
  text-align-last: justify;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-top-news .forSearch__L .forCat {
    font-size: 3.2vw;
  }
}
@media print {
  .p-top-news .forSearch__L .forCat {
    font-size: 1vw;
  }
}
.p-top-news .forSearch__L .forForm {
  width: calc(100% - 4.5em);
}
.p-top-news .forSearch__L .forForm .partsInput {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-top-news .forSearch__L .forForm .partsInput {
    font-size: 3.2vw;
  }
}
@media print {
  .p-top-news .forSearch__L .forForm .partsInput {
    font-size: 1.0714285714vw;
  }
}
.p-top-news .forSearch__L .forForm.onDate .partsInput {
  width: 8em;
  max-width: 100%;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-news .forSearch__L .forForm.onDate .partsInput {
    width: 28vw;
  }
}
.p-top-news .forSearch__L .forForm.onDate .partsInput:not(:last-child) {
  margin-bottom: 9px;
}
@media screen and (max-width: 768px) {
  .p-top-news .forSearch__L .forForm.onDate .partsInput:not(:last-child) {
    margin-bottom: 2.1333333333vw;
  }
}
.p-top-news .forSearch__L .forForm.onDate .unit {
  margin-left: 0.5em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-top-news .forSearch__L .forForm.onDate .unit {
    padding-left: 0.25em;
    font-size: 3.2vw;
  }
}
@media print {
  .p-top-news .forSearch__L .forForm.onDate .unit {
    font-size: 1vw;
  }
}
.p-top-news .forSearch__R {
  width: 40%;
  padding-left: 7%;
  border-left: 2px solid #bbb39b;
  padding-top: 6px;
}
@media screen and (max-width: 768px) {
  .p-top-news .forSearch__R {
    width: 33.6vw;
    padding-top: 0;
    padding-left: 0;
    border-left: 0;
  }
}
.p-top-news .forSearch__R .items {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-news .forSearch__R .items {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-news .forSearch__R .items .partsRadio {
    font-size: 3.2vw;
  }
}
.p-top-news .forBtn {
  text-decoration: none;
  color: #fff;
  font-weight: 500;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-top-news .forBtn {
    font-size: 2.6666666667vw;
  }
}
@media print {
  .p-top-news .forBtn {
    font-size: 1vw;
  }
}
.p-top-news .forBtn:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 0.5em;
  height: 0.5em;
  border-top: 1px solid #fff;
  border-right: 1px solid #fff;
  transform: rotate(45deg) translateY(-0.1em);
}
.p-top-news.backNumber {
  margin: 0 -20px;
  padding: 20px;
}
.p-top-news.backNumber .forItems {
  width: 100%;
  height: auto;
  overflow-y: visible;
}
.p-top-konnatokiWrap {
  background: #f6f8f9;
  padding: 4.6666666667vw 4.2vw 5vw;
}
@media screen and (min-width: 1250px) {
  .p-top-konnatokiWrap {
    padding: 70px 63px 75px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-konnatokiWrap {
    padding: 0;
    margin-bottom: 6vw;
  }
}
.p-top-konnatoki .forTtl {
  color: #624258;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 1em;
  font-size: 4.2rem;
}
@media screen and (min-width: 1250px) {
  .p-top-konnatoki .forTtl {
    font-size: 4.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-konnatoki .forTtl {
    display: none;
  }
}
@media print {
  .p-top-konnatoki .forTtl {
    font-size: 3vw;
  }
}
.p-top-konnatoki .forItems {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-top-konnatoki .forItems {
    display: none;
  }
}
.p-top-konnatoki .forItems .item {
  position: relative;
  width: 31.8%;
  min-height: 10.8vw;
  border-bottom: 1px solid #ccc;
}
@media screen and (min-width: 1250px) {
  .p-top-konnatoki .forItems .item {
    min-height: 135px;
  }
}
.p-top-konnatoki .forItems .item:nth-child(1), .p-top-konnatoki .forItems .item:nth-child(2), .p-top-konnatoki .forItems .item:nth-child(3) {
  border-top: 1px solid #ccc;
}
.p-top-konnatoki .forItems .item:not(:nth-child(3n)) {
  margin-right: 2.3%;
}
.p-top-konnatoki .forItems .item:not(:nth-child(3n)):after {
  content: "";
  display: block;
  width: 1px;
  height: 88.8%;
  background: #ccc;
  position: absolute;
  right: -3.45%;
  top: 50%;
  transform: translateY(-50%);
}
.p-top-konnatoki .forItems .item .link {
  position: relative;
  text-decoration: none;
  width: 100%;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}
.p-top-konnatoki .forItems .item .link .list {
  display: inline-block;
  color: #000;
  font-size: 1.8rem;
}
@media print {
  .p-top-konnatoki .forItems .item .link .list {
    font-size: 1.2857142857vw;
  }
}
.p-top-konnatoki .forItems .item .link .list:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 1.3em;
  height: 1.3em;
  margin-left: 0.5em;
  background: url("../img/icon_link.png") center no-repeat;
  background-size: contain;
}
.p-top-konnatoki .forItems .item .link:hover {
  opacity: 1;
  background: #e5ebee;
}
.p-top-konnatoki .forItems .item .icon {
  display: flex;
  align-items: center;
  width: 4.32vw;
}
@media screen and (min-width: 1250px) {
  .p-top-konnatoki .forItems .item .icon {
    width: 54px;
  }
}
.p-top-konnatoki .forItems .item .txt {
  line-height: 1.4;
  color: #000;
  padding-top: 0.35em;
  text-align: center;
  font-size: 1.4rem;
}
@media screen and (min-width: 1250px) {
  .p-top-konnatoki .forItems .item .txt {
    font-size: 1.4rem;
  }
}
@media print {
  .p-top-konnatoki .forItems .item .txt {
    font-size: 1vw;
  }
}
.p-top-konnatoki .forBtn {
  position: absolute;
  right: 0;
  top: -8px;
  width: 10em;
}
.p-top-bn .items .item {
  position: relative;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 1.6vw;
}
@media screen and (min-width: 1250px) {
  .p-top-bn .items .item {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-bn .items .item {
    margin-bottom: 5.3333333333vw;
  }
}
.p-top-bn .items .item01 {
  background-image: url("../img/bn_bg01.jpg");
}
.p-top-bn .items .item01 a:before {
  background-image: url("../img/bn_icon01.png");
}
.p-top-bn .items .item02 {
  background-image: url("../img/bn_bg02.jpg");
}
.p-top-bn .items .item02 a:before {
  background-image: url("../img/bn_icon02.png");
}
.p-top-bn .items .item03 {
  background-image: url("../img/bn_bg03.jpg");
}
.p-top-bn .items .item03 a:before {
  background-image: url("../img/bn_icon03.png");
}
.p-top-bn .items .item04 {
  background-image: url("../img/bn_bg04.jpg");
}
.p-top-bn .items .item04 a:before {
  background-image: url("../img/bn_icon04.png");
}
.p-top-bn .items .item05 {
  background-image: url("../img/bn_bg05.jpg");
  margin-bottom: 0;
}
.p-top-bn .items .item05 a:before {
  background-image: url("../img/bn_icon05.png");
}
.p-top-bn .items .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  width: calc(100% - 20px);
  height: calc(100% - 20px);
  background: rgba(255, 255, 255, 0.8);
}
@media screen and (max-width: 768px) {
  .p-top-bn .items .item:before {
    width: calc(100% - 5.3333333333vw);
    height: calc(100% - 5.3333333333vw);
  }
}
.p-top-bn .items .item a {
  position: relative;
  text-align: center;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-decoration: none;
  width: 100%;
  height: 100%;
  color: #66564c;
  font-weight: 500;
  min-height: 11.2vw;
  font-size: 1.6rem;
}
@media screen and (min-width: 1250px) {
  .p-top-bn .items .item a {
    min-height: 140px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-bn .items .item a {
    min-height: 37.8666666667vw;
    font-size: 4.2666666667vw;
  }
}
@media print {
  .p-top-bn .items .item a {
    font-size: 1.1428571429vw;
  }
}
.p-top-bn .items .item a:before {
  content: "";
  display: block;
  margin: 0 auto 0.25em;
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  width: 2.8vw;
  height: 2.64vw;
}
@media screen and (min-width: 1250px) {
  .p-top-bn .items .item a:before {
    width: 35px;
    height: 33px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-bn .items .item a:before {
    width: 9.2vw;
    height: 8.9333333333vw;
  }
}
.p-top-join {
  background: #e9e6dd;
  position: relative;
  padding: 4.8vw 0 4.4vw;
}
@media screen and (min-width: 1250px) {
  .p-top-join {
    padding: 60px 0 55px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-join {
    padding: 8vw 0;
    margin-bottom: 6.6666666667vw;
  }
}
@media print {
  .p-top-join {
    padding: 4vw 0 3.6666666667vw;
  }
}
.p-top-join:after {
  pointer-events: none;
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  border: 1px solid #fff;
  width: calc(100% - 10px);
  height: calc(100% - 10px);
}
@media screen and (max-width: 768px) {
  .p-top-join:after {
    width: calc(100% - 2.6666666667vw);
    height: calc(100% - 2.6666666667vw);
  }
}
.p-top-join .forTtl {
  text-align: center;
  color: #624258;
  font-weight: 700;
  font-size: 1.6rem;
  margin-bottom: 2.88vw;
}
@media screen and (min-width: 1250px) {
  .p-top-join .forTtl {
    margin-bottom: 36px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-join .forTtl {
    font-size: 3.4666666667vw;
  }
}
@media print {
  .p-top-join .forTtl {
    font-size: 1.1428571429vw;
  }
}
.p-top-join .forItems {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
@media screen and (max-width: 768px) {
  .p-top-join .forItems {
    flex-direction: column;
    align-items: center;
  }
}
.p-top-join .forItems .item {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-top-join .forItems .item {
    width: 69.3333333333vw;
  }
}
.p-top-join .forItems .item:not(:last-child) {
  margin-right: 3.44vw;
}
@media screen and (min-width: 1250px) {
  .p-top-join .forItems .item:not(:last-child) {
    margin-right: 43px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-join .forItems .item:not(:last-child) {
    margin-right: 0;
    margin-bottom: 5.3333333333vw;
  }
}
.p-top-join .forItems .item:after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: #928585;
  left: 4px;
  top: 4px;
}
.p-top-join .forItems .item a {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  background: #fff;
  border: 1px solid #66564c;
  position: relative;
  z-index: 1;
  color: #66564c;
  font-weight: 500;
  text-decoration: none;
  padding-left: 2em;
  padding-right: 3em;
  min-height: 50px;
  width: 260px;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-top-join .forItems .item a {
    font-weight: 700;
    width: 100%;
    height: 13.3333333333vw;
    min-height: inherit;
    font-size: 3.7333333333vw;
  }
}
@media print {
  .p-top-join .forItems .item a {
    font-size: 1vw;
    width: 17.3333333333vw;
    min-height: 3.3333333333vw;
  }
}
.p-top-join .forItems .item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  height: 100%;
  width: 10px;
  background: #66564c;
}
@media screen and (max-width: 768px) {
  .p-top-join .forItems .item a:before {
    width: 2.6666666667vw;
  }
}
.p-top-join .forItems .item a:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background: url("../img/icon_link.png") center no-repeat;
  background-size: contain;
  right: 1.44vw;
  width: 1.92vw;
  height: 1.92vw;
}
@media screen and (min-width: 1250px) {
  .p-top-join .forItems .item a:after {
    right: 18px;
    width: 24px;
    height: 24px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-join .forItems .item a:after {
    right: 4vw;
    width: 6.4vw;
    height: 6.4vw;
  }
}
.p-top-join .forItems .item:hover a {
  opacity: 1;
  background: #f4f3ee;
  color: #a79e94;
  border-color: #a79e94;
}
.p-top-join .forItems .item:hover a:before {
  background: #a79e94;
}
.p-top-join .forItems .item:hover a:after {
  opacity: 0.5;
}
.p-top-join .forItems .item:hover:after {
  background: #bdb5b1;
}

@media screen and (max-width: 768px) {
  .p-nav-items .p-top-bn {
    padding: 3.3333333333vw;
  }
}

.l-contents__L .p-top-bn {
  margin-bottom: 4vw;
}
@media screen and (min-width: 1250px) {
  .l-contents__L .p-top-bn {
    margin-bottom: 50px;
  }
}
.l-contents__L .p-top-bn .items .item {
  margin-bottom: 1.2vw;
}
@media screen and (min-width: 1250px) {
  .l-contents__L .p-top-bn .items .item {
    margin-bottom: 15px;
  }
}
.l-contents__L .p-top-bn .items .item a {
  min-height: 9.44vw;
  font-size: 1.5rem;
}
@media screen and (min-width: 1250px) {
  .l-contents__L .p-top-bn .items .item a {
    min-height: 118px;
  }
}
@media print {
  .l-contents__L .p-top-bn .items .item a {
    font-size: 1.0714285714vw;
  }
}
.l-contents__L .p-top-bn .items .item a:before {
  width: 2.32vw;
  height: 2.16vw;
}
@media screen and (min-width: 1250px) {
  .l-contents__L .p-top-bn .items .item a:before {
    width: 29px;
    height: 27px;
  }
}
.l-contents__L .p-top-join {
  padding: 2.4vw 2.16vw 2.4vw 2vw;
}
@media screen and (min-width: 1250px) {
  .l-contents__L .p-top-join {
    padding: 30px 27px 30px 25px;
  }
}
.l-contents__L .p-top-join .forTtl {
  line-height: 1.625;
  margin-bottom: 2vw;
}
@media screen and (min-width: 1250px) {
  .l-contents__L .p-top-join .forTtl {
    margin-bottom: 25px;
  }
}
.l-contents__L .p-top-join .forItems {
  display: block;
}
.l-contents__L .p-top-join .forItems .item:not(:last-child) {
  margin-right: 0;
  margin-bottom: 0.96vw;
}
@media screen and (min-width: 1250px) {
  .l-contents__L .p-top-join .forItems .item:not(:last-child) {
    margin-bottom: 12px;
  }
}
.l-contents__L .p-top-join .forItems .item a {
  width: 100%;
}

/*========== p-menu.scss ==========*/
.p-menu {
  display: none;
  background-color: #fff;
  margin-bottom: 4vw;
  overflow: hidden;
}
@media screen and (min-width: 1250px) {
  .p-menu {
    margin-bottom: 50px;
  }
}
@media screen and (min-width: 769px) {
  .p-menu.active {
    display: block;
  }
}
@media print {
  .p-menu.active {
    display: block;
  }
}
.p-menu-cat {
  font-weight: bold;
  font-size: 2.2rem;
  padding: 0.8em 1em 0.7em 20px;
  margin-bottom: 8px;
  line-height: 1.2;
  background-color: #66564c;
  color: #fff;
}
.p-menu .items .item {
  font-size: 1.5rem;
}
.p-menu .items .item a {
  text-decoration: none;
  color: #000;
  background-color: #f2eee3;
  display: block;
  padding: 1.2em 2.5em 1.2em 20px;
  position: relative;
  margin-bottom: 5px;
  border-left: 2px solid #66564c;
}
.p-menu .items .item a.current, .p-menu .items .item a:hover {
  opacity: 1;
  background-color: #dcd5bc;
}
.p-menu .items .item a.current:after, .p-menu .items .item a:hover:after {
  display: block;
}
.p-menu .items .item a:after {
  content: "";
  display: block;
  position: absolute;
  width: 0.7em;
  height: 0.7em;
  right: 20px;
  top: 1.6em;
  transform: rotate(45deg);
  border-top: 2px solid #66564c;
  border-right: 2px solid #66564c;
}
.p-menu .items .item a.hasChild:after {
  transform: rotate(135deg);
  right: 18px;
}
.p-menu .items .item .child-items__item a {
  padding-left: 60px;
  border-left: none;
  position: relative;
}
.p-menu .items .item .child-items__item a:after {
  right: auto;
  left: 30px;
  top: 50%;
  transform: rotate(45deg) translateY(-50%);
  width: 0.6em;
  height: 0.6em;
}
.p-menu .items .item .child-items__item a.level01 {
  padding-left: 68px;
}
.p-menu .items .item .hasChild {
  padding: 1.2em 2.5em 1.2em 34px;
}
.p-menu .items .item .hasChild.active {
  background-color: #E4EDF4;
}
.p-menu .items .item .hasChild.active:after {
  background-image: url("../img/icon_minus.svg");
}
.p-menu .items .item .hasChild.active + .child {
  display: block;
}
.p-menu .items .item .gChild__item {
  font-size: 1.3rem;
  border-top: 1px dotted #c9c9c9;
}
.p-menu .items .item .gChild__item a {
  padding: 0.8em 2.5em 0.8em 36px;
}
.p-menu .items .item .gChild__item a:after {
  display: none !important;
}
.p-menu-bn {
  display: flex;
  align-items: center;
  font-size: 1.6rem;
  font-weight: bold;
  background-color: #cbe0f3;
  min-height: 97px;
  padding-left: 2rem;
  padding-right: 108px;
  text-decoration: none;
  color: #000;
  position: relative;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .p-menu-bn {
    display: none;
  }
}
@media print {
  .p-menu-bn {
    min-height: 9.0714285714vw;
    padding-left: 1.4285714286vw;
    padding-right: 7.7142857143vw;
  }
}
.p-menu-bn:after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 75px;
  height: 75px;
  right: 12px;
  background: url("../img/top/hoken_img.png") center no-repeat;
  background-size: contain;
}
@media print {
  .p-menu-bn:after {
    right: 0.8571428571vw;
    width: 5.3571428571vw;
    height: 5.3571428571vw;
  }
}
.p-menu-bn:before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  background-color: #f8fbe2;
  border-radius: 50%;
  width: 72px;
  height: 72px;
  right: 18px;
}
@media print {
  .p-menu-bn:before {
    right: 1.2857142857vw;
    width: 5.1428571429vw;
    height: 5.1428571429vw;
  }
}
.p-menu-side__item {
  margin-bottom: 15px;
}
.p-menu-side__item.forKonnatoki {
  margin-bottom: 30px;
}

/*========== p-slider.scss ==========*/
.slick-dots {
  display: flex;
  justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 10px;
}
@media screen and (max-width: 768px) {
  .slick-dots {
    bottom: -5.3333333333vw;
  }
}
.slick-dots li {
  cursor: pointer;
  margin: 0 5px;
  width: 100px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .slick-dots li {
    width: 13.3333333333vw;
    height: 1.0666666667vw;
    margin: 0 0.6666666667vw;
  }
}
.slick-dots li button {
  font-size: 0;
  background: #fff;
  width: 100px;
  height: 8px;
}
@media screen and (max-width: 768px) {
  .slick-dots li button {
    background: #dcdcdc;
    width: 13.3333333333vw;
    height: 1.0666666667vw;
  }
}
.slick-dots li.slick-active button {
  background: #c6bfa8;
}
@media screen and (max-width: 768px) {
  .slick-dots li.slick-active button {
    background: #66564c;
  }
}

.p-slider-01 {
  line-height: 0;
  margin: 0 auto;
  max-width: 1500px;
}
@media screen and (max-width: 768px) {
  .p-slider-01 {
    margin-bottom: 11.7333333333vw;
  }
}
.p-slider-01 .slide {
  width: 100%;
  height: 700px;
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  .p-slider-01 .slide {
    height: 69.6vw;
  }
}
@media print {
  .p-slider-01 .slide {
    height: 50vw;
  }
}
.p-slider-01 .slide01 {
  background-image: url("../img/top/slide01_01.jpg");
}
@media screen and (max-width: 768px) {
  .p-slider-01 .slide01 {
    background-image: url("../img/top/slide01_01_sp.jpg");
  }
}
@media print {
  .p-slider-01 .slick-list {
    transform: none !important;
  }
  .p-slider-01 .slick-track {
    width: 100% !important;
    transform: none !important;
  }
  .p-slider-01 .slick-slide {
    display: none !important;
    width: 100% !important;
  }
  .p-slider-01 .slick-slide.slick-current {
    display: block !important;
  }
  .p-slider-01 .slick-slider {
    transform: none !important;
  }
}
.p-slider-02 {
  z-index: 1;
  line-height: 1;
  position: static;
}
.p-slider-02Wrap {
  position: relative;
  background: #f6f8f9;
  padding: 1.3333333333vw 2.4666666667vw 0;
}
@media screen and (min-width: 1250px) {
  .p-slider-02Wrap {
    padding: 20px 37px 0;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-02Wrap {
    padding: 3.7333333333vw 15.0666666667vw;
  }
}
.p-slider-02 .item a {
  display: block;
  padding-bottom: 0.6666666667vw;
}
@media screen and (min-width: 1250px) {
  .p-slider-02 .item a {
    padding-bottom: 10px;
  }
}
.p-slider-02 .slick-arrow {
  width: 6.6666666667vw;
  height: 1.4vw;
  top: auto;
  bottom: 1.2vw;
}
@media screen and (min-width: 1250px) {
  .p-slider-02 .slick-arrow {
    width: 100px;
    height: 21px;
    bottom: 18px;
    background-size: cover;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-02 .slick-arrow {
    top: 0;
    bottom: auto;
    width: 3.8666666667vw;
    height: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-slider-02 .slick-arrow.slick-prev {
    background: url("../img/top/slide02_prev.png") center no-repeat;
    background-size: cover;
    left: 2.4666666667vw;
  }
}
@media print {
  .p-slider-02 .slick-arrow.slick-prev {
    background: url("../img/top/slide02_prev.png") center no-repeat;
    background-size: cover;
    left: 2.4666666667vw;
  }
}
@media screen and (min-width: 1250px) {
  .p-slider-02 .slick-arrow.slick-prev {
    left: 37px;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-02 .slick-arrow.slick-prev {
    left: 0;
    background: url("../img/top/slide02_prev_sp.png") center no-repeat;
    background-size: cover;
  }
}
@media screen and (min-width: 769px) {
  .p-slider-02 .slick-arrow.slick-next {
    background: url("../img/top/slide02_next.png") center no-repeat;
    background-size: cover;
    right: 2.4666666667vw;
  }
}
@media print {
  .p-slider-02 .slick-arrow.slick-next {
    background: url("../img/top/slide02_next.png") center no-repeat;
    background-size: cover;
    right: 2.4666666667vw;
  }
}
@media screen and (min-width: 1250px) {
  .p-slider-02 .slick-arrow.slick-next {
    right: 37px;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-02 .slick-arrow.slick-next {
    right: 0;
    background: url("../img/top/slide02_next_sp.png") center no-repeat;
    background-size: cover;
  }
}

/*========== u-utility.scss ==========*/
.u-bold {
  font-weight: bold;
}
.u-normal {
  font-weight: 400;
}
.u-red {
  color: #FF0000;
}
.u-mt0 {
  margin-top: 0 !important;
}
.u-mt1em {
  margin-top: 1em !important;
}
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mb1em {
  margin-bottom: 1.5em !important;
}
.u-mb05em {
  margin-bottom: 0.5em !important;
}
.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 8vw;
  }
}
.u-pl1em {
  padding-left: 1em !important;
}
.u-pl2em {
  padding-left: 2em !important;
}
.u-pb0 {
  padding-bottom: 0 !important;
}
.u-pl0 {
  padding-left: 0 !important;
}
.u-noIdt {
  text-indent: 0 !important;
}
.u-idt1em {
  text-indent: -1em;
  margin-left: 1em;
}
.u-right {
  text-align: right !important;
}
.u-center {
  text-align: center !important;
}
.u-sizeS {
  font-size: 86.666% !important;
}
.u-sizeL {
  font-size: 120% !important;
}
.u-sizeLL {
  font-size: 150% !important;
}
.u-scroll {
  font-size: 3.7333333333vw;
  color: #624258;
  display: inline-block;
  margin-top: 1em;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .u-scroll {
    display: none !important;
  }
}
@media print {
  .u-scroll {
    display: none !important;
  }
}