@charset "UTF-8";
/* 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,
table, caption, tbody, tfoot, thead, tr, th, td,
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;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          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;
}

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

/* reset for form */
input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 0;
  border: none;
  border-radius: 0;
  outline: none;
  background: none;
  -webkit-box-sizing: border-box;
          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;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.mplus, .p-menu, .p-top-case .forItems .item .txt, .p-top-case .forBtn, .p-top-ttl, .p-nav-items .items .item a, .l-contents-R h5, .l-contents-R h4, .l-contents-R h3, .l-contents-R h2, .l-contents-R h1 {
  font-family: "M PLUS Rounded 1c", sans-serif;
  -webkit-transform: rotate(0.03deg);
          transform: rotate(0.03deg);
}

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

body {
  font-family: "Noto Sans JP", sans-serif;
  color: #333;
  text-align: left;
  line-height: 1.6;
}
@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 {
    line-height: 1.75;
    font-size: 3.4666666667vw;
  }
}

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

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

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

a {
  text-decoration: underline;
  color: #110daa;
}
a:hover {
  filter: alpha(opacity=80);
  -moz-opacity: 0.8;
  opacity: 0.8;
  -webkit-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.forExcel:after {
  background: url("../img/icon_excel.gif") center no-repeat;
  background-size: contain;
}
a.iconMark.forWord:after {
  background: url("../img/icon_word.gif") center no-repeat;
  background-size: contain;
}
a.iconMark.forLink:after {
  background: url("../img/icon_link.png") center no-repeat;
  background-size: contain;
}
@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;
  }
}

/*========== l-header.scss ==========*/
@media screen and (max-width: 768px) {
  .l-header {
    position: fixed;
    width: 100vw;
    right: 0;
    top: 0;
    z-index: 10000;
    background-color: #fff;
  }
}
@media screen and (min-width: 769px) {
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 5.2% 15px 8.3%;
  }
}
@media print {
  .l-header__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 30px 5.2% 15px 8.3%;
  }
}
@media screen and (max-width: 768px) {
  .l-header__inner {
    position: relative;
    height: 12.9333333333vw;
  }
}

/*========== l-main.scss ==========*/
.l-main {
  display: block;
}
@media screen and (max-width: 768px) {
  .l-main {
    padding-top: 13.3333333333vw;
  }
}

/*========== l-contents.scss ==========*/
@media screen and (max-width: 768px) {
  .l-contents {
    padding-bottom: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .l-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 80px;
  }
}
@media print {
  .l-contents {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding-bottom: 80px;
  }
}
.l-contents.forTop {
  display: block;
  padding-bottom: 0;
}
.l-contents-L {
  width: 24%;
}
@media screen and (max-width: 768px) {
  .l-contents-L {
    display: none !important;
  }
}
@media screen and (min-width: 1100px) {
  .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;
  }
}
@media screen and (min-width: 769px) {
  .l-contents-R {
    width: 68.18181%;
    padding: 0 20px;
  }
}
@media screen and (min-width: 1100px) {
  .l-contents-R {
    width: 750px;
  }
}
@media print {
  .l-contents-R {
    width: 68.18181%;
    padding: 0 20px;
  }
}
.l-contents-R a {
  color: #254899;
  text-decoration: underline;
}
.l-contents-R h1 {
  font-weight: 500;
  position: relative;
  font-size: 6vw;
  margin: 0 0 1em;
  line-height: 1.4;
}
@media screen and (min-width: 769px) {
  .l-contents-R h1 {
    font-size: 3rem;
    margin: 0 -20px 1em;
  }
}
@media print {
  .l-contents-R h1 {
    font-size: 3rem;
    margin: 0 -20px 1em;
  }
}
.l-contents-R h1 + h2 {
  margin-top: 0;
}
.l-contents-R h2 {
  background-color: #f1fdf2;
  border-radius: 4px;
  font-weight: 500;
  line-height: 1.36;
  font-size: 4.2666666667vw;
  padding: 0.35em 1em 0.35em 4vw;
  margin: 1.6em 0 1.2em;
}
@media screen and (min-width: 769px) {
  .l-contents-R h2 {
    margin: 1.6em -20px 20px;
    font-size: 2.2rem;
    padding: 0.35em 20px;
  }
}
@media print {
  .l-contents-R h2 {
    margin: 1.6em -20px 20px;
    font-size: 2.2rem;
    padding: 0.35em 20px;
  }
}
.l-contents-R h3 {
  color: #3cb371;
  font-weight: 500;
  border-bottom: 3px solid #3cb371;
  line-height: 1.25;
  padding-bottom: 0.35em;
  margin: 1.5em 0 0.75em;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .l-contents-R h3 {
    font-size: 1.9rem;
  }
}
@media print {
  .l-contents-R h3 {
    font-size: 1.9rem;
  }
}
.l-contents-R h4 {
  border-bottom: 1px solid #3cb371;
  font-weight: 500;
  line-height: 1.25;
  padding-bottom: 0.35em;
  margin: 1.5em 0 1em;
  font-size: 4vw;
}
@media screen and (min-width: 769px) {
  .l-contents-R h4 {
    font-size: 1.8rem;
  }
}
@media print {
  .l-contents-R h4 {
    font-size: 1.8rem;
  }
}
.l-contents-R h5 {
  position: relative;
  font-weight: 500;
  line-height: 1.25;
  margin: 1em 0;
  padding-left: 0.5em;
}
@media screen and (max-width: 768px) {
  .l-contents-R h5 {
    font-size: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .l-contents-R h5 {
    font-size: 1.7rem;
  }
}
@media print {
  .l-contents-R h5 {
    font-size: 1.7rem;
  }
}
.l-contents-R h5:before {
  content: "";
  display: block;
  width: 4px;
  height: 100%;
  border-radius: 2px;
  background-color: #3cb371;
  position: absolute;
  left: 0;
  top: 0;
}
.l-contents-R p {
  word-break: break-all;
  text-indent: 1em;
}
@media screen and (max-width: 768px) {
  .l-contents-R p {
    font-size: 3.4666666667vw;
  }
}
.l-contents-R p.tableCap {
  font-weight: bold;
  text-align: left;
  margin-bottom: 0.5em;
  line-height: 1.3;
  font-size: 1.7rem;
  text-indent: 0 !important;
}
@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: 50%;
  vertical-align: top;
  position: relative;
  top: -0.1em;
}
.l-contents-R .list-disc {
  margin-bottom: 1em;
}
.l-contents-R .list-disc > li {
  position: relative;
  padding-left: 20px;
}
@media screen and (max-width: 768px) {
  .l-contents-R .list-disc > li {
    font-size: 3.4666666667vw;
  }
}
.l-contents-R .list-disc > li:before {
  content: "●";
  display: block;
  position: absolute;
  left: 0;
  top: 0.5em;
  color: #3cb371;
  font-size: 0.7em;
}
@media screen and (max-width: 768px) {
  .l-contents-R .list-disc > li:before {
    font-size: 0.4em;
  }
}
.l-contents-R .list-num {
  margin-bottom: 1em;
}
.l-contents-R .list-num > li {
  font-size: 1.5rem;
  text-indent: -2.5em;
  margin-left: 2.5em;
}
@media screen and (max-width: 768px) {
  .l-contents-R .list-num > li {
    font-size: 3.4666666667vw;
  }
}
.l-contents-R .list-num.han > li {
  text-indent: -1.25em;
  margin-left: 1.25em;
}
.l-contents-R .list-note {
  margin-bottom: 1em;
}
.l-contents-R .list-note > li {
  position: relative;
  padding-left: 1.25em;
}
.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.cl {
  color: #3cb371;
}
.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: 2em;
}
.l-contents-R table {
  width: 100%;
  border-collapse: collapse;
  border-top: #3cb371 solid 1px;
  border-left: #3cb371 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 {
  text-align: left;
  font-weight: 800;
  margin-bottom: 0.5em;
}
@media screen and (max-width: 768px) {
  .l-contents-R table caption {
    font-size: 3.7333333333vw;
  }
}
.l-contents-R table th {
  border-right: #3cb371 solid 1px;
  border-bottom: #3cb371 solid 1px;
  text-align: center;
  font-weight: 500;
  padding: 1em;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .l-contents-R table th {
    font-size: 3.7333333333vw;
    padding: 0.6em;
  }
}
.l-contents-R table td {
  border-right: #3cb371 solid 1px;
  border-bottom: #3cb371 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 .icon {
  display: block;
  margin: 0 auto;
  width: 16px;
}
.l-contents-R table td.iconCel {
  text-align: center;
  width: 40px;
  padding: 0;
}
.l-contents-R table td .withIcon {
  display: -webkit-box;
  display: -ms-flexbox;
  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 thead th {
  background-color: #f1fdf2;
}
.l-contents-R table tbody {
  -webkit-text-size-adjust: 100%;
}
.l-contents-R table tbody th {
  background-color: #f1fdf2;
}
.l-contents-R table .leftTop {
  background-color: #bee9c2;
}
.l-contents-R table .bgYE {
  background-color: #fffbde;
}
.l-contents-R table .oneLine {
  position: relative;
  vertical-align: top;
  line-height: 1;
}
.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-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: pre;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}
.l-contents-R table .fit {
  position: relative;
  -webkit-transform: translate(-50%, 0);
          transform: translate(-50%, 0);
}
.l-contents-R table .left {
  text-align: left !important;
}
.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: 600px;
  }
}
.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 {
  border: 1px solid #3cb371;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-contents-R .box-std {
    padding: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.l-contents-R .box-std.withBG {
  border: none;
  background-color: #f1fdf2;
  padding: 20px;
}
@media screen and (max-width: 768px) {
  .l-contents-R .box-std.withBG {
    padding: 4vw;
  }
}
.l-contents-R .box-std p:last-child {
  margin-bottom: 0;
}
.l-contents-R .box-std h3, .l-contents-R .box-std h4, .l-contents-R .box-std h5 {
  margin-top: 0;
}
@media screen and (min-width: 769px) {
  .l-contents-R .box-std.inline {
    display: inline-block;
  }
}
.l-contents-R .box-notice {
  border: 1px solid #3cb371;
  background-color: #fffbde;
  padding: 20px;
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-contents-R .box-notice {
    padding: 2.6666666667vw;
    margin-bottom: 5.3333333333vw;
  }
}
.l-contents-R .box-notice p:last-child {
  margin-bottom: 0;
}
.l-contents-R .box-notice h3, .l-contents-R .box-notice h4, .l-contents-R .box-notice h5 {
  margin-top: 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 .qaBox {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-contents-R .qaBox {
    margin-bottom: 5.3333333333vw;
  }
}
.l-contents-R .qaBox__icon {
  display: block;
  color: #3cb371;
  font-weight: 500;
  border-bottom: 2px solid #3cb371;
  line-height: 1.25;
  padding-bottom: 0.5em;
  margin-bottom: 0.6em;
  font-size: 4.2666666667vw;
}
@media screen and (min-width: 769px) {
  .l-contents-R .qaBox__icon {
    font-size: 1.9rem;
  }
}
@media print {
  .l-contents-R .qaBox__icon {
    font-size: 1.9rem;
  }
}
.l-contents-R .qaBox__icon.withTtl {
  margin-bottom: 1.2em;
}
.l-contents-R .qaBox .forQ {
  background-color: #f1fdf2;
  border: 1px solid #3cb371;
  padding: 20px 30px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-contents-R .qaBox .forQ {
    padding: 4vw;
    margin-bottom: 4vw;
  }
}
.l-contents-R .qaBox .forA {
  border: 1px solid #3cb371;
  padding: 20px 30px;
}
@media screen and (max-width: 768px) {
  .l-contents-R .qaBox .forA {
    padding: 4vw;
  }
}
.l-contents-R .qaBox .forA h2 {
  margin-left: 0;
  margin-right: 0;
  margin-bottom: 0.6em;
}
@media screen and (min-width: 769px) {
  .l-contents-R .qaBox .forA .qa07-01 {
    display: inline-block;
  }
}
@media print {
  .l-contents-R .qaBox .forA .qa07-01 {
    display: inline-block;
  }
}
.l-contents-R .qaBox .forA .qa07-01__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
}
.l-contents-R .qaBox .forA .qa07-01__item:after {
  content: "";
  display: block;
  height: 1px;
  border-bottom: 2px dotted #000;
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  z-index: -1;
}
.l-contents-R .qaBox .forA .qa07-01__item .txt {
  display: inline-block;
  background-color: #fff;
  padding-right: 1em;
}
@media screen and (max-width: 768px) {
  .l-contents-R .qaBox .forA .qa07-01__item .txt {
    padding-right: 0.5em;
  }
}
.l-contents-R .qaBox .forA .qa07-01__item .yen {
  margin-left: 2em;
  padding-left: 1em;
  display: inline-block;
  background-color: #fff;
}
@media screen and (max-width: 768px) {
  .l-contents-R .qaBox .forA .qa07-01__item .yen {
    margin-left: 1em;
    padding-left: 0.5em;
  }
}
.l-contents-R .def {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.l-contents-R .def dd {
  position: relative;
  padding-left: 2em;
}
.l-contents-R .def dd:before {
  content: "…";
  position: absolute;
  left: 0.5em;
  top: 0;
}
.l-contents-R .def .em4 {
  width: 4em;
}
.l-contents-R .def .em4 + dd {
  width: calc(100% - 4em);
}
.l-contents-R .def .em14 {
  width: 14em;
}
.l-contents-R .def .em14 + dd {
  width: calc(100% - 14em);
}
.l-contents-R .rei {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          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: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      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 .sikumi_kumiaiinsyou01 {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-top: 2em;
}
.l-contents .sikumi_kumiaiinsyou01 .item {
  width: 45%;
  margin-bottom: 1em;
}
.l-contents .sikumi_kumiaiinsyou01 .item:nth-child(odd) {
  margin-right: 10%;
}
.l-contents .sikumi_kumiaiinsyou01 .item .cap {
  text-align: center;
  font-weight: bold;
  line-height: 1.3;
}
.l-contents .fukushi_laforet01 .card {
  width: 180px;
}
@media screen and (min-width: 769px) {
  .l-contents .fukushi_laforet01 .card {
    margin-bottom: 20px;
  }
}
@media print {
  .l-contents .fukushi_laforet01 .card {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 768px) {
  .l-contents .fukushi_laforet01 .card {
    display: block;
    margin: 0 auto 4vw;
  }
}
.l-contents .fukushi_tokutei01 {
  display: block;
  margin: auto;
  max-width: 640px;
}
.l-contents .fukushi_tokutei02 dd:not(:last-child) {
  margin-bottom: 1em;
}
.l-contents .fukushi_kasitsuke01 {
  display: block;
  margin: auto;
  max-width: 560px;
}
@media screen and (min-width: 769px) {
  .l-contents .choki_index01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .l-contents .choki_index01 .boxTxt {
    width: calc(100% - 180px);
  }
}
.l-contents .choki_index01 .boxBn {
  width: 160px;
}
@media screen and (max-width: 768px) {
  .l-contents .choki_index01 .boxBn {
    display: block;
    margin: 1em auto;
  }
}
@media screen and (min-width: 769px) {
  .l-contents .guide_index01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print {
  .l-contents .guide_index01 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 769px) {
  .l-contents .guide_index01 .box_L {
    width: 60%;
  }
}
@media print {
  .l-contents .guide_index01 .box_L {
    width: 60%;
  }
}
@media screen and (min-width: 769px) {
  .l-contents .guide_index01 .box_R {
    width: 30%;
  }
}
@media print {
  .l-contents .guide_index01 .box_R {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .l-contents .guide_index01 .box_R {
    padding: 4vw 0;
  }
}
.l-contents .guide_index01 .box_R.forPagetop {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: end;
      -ms-flex-align: end;
          align-items: flex-end;
}
.l-contents .guide_index01 .box_R.forPagetop figure {
  text-align: center;
  width: 45%;
}
.l-contents .guide_index01 .box_R.forPagetop figure figcaption {
  font-size: 86%;
  padding-top: 0.5em;
}
@media screen and (min-width: 769px) {
  .l-contents .qa_anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-contents .qa_anc li {
    width: 50%;
  }
}
@media print {
  .l-contents .qa_anc {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .l-contents .qa_anc li {
    width: 50%;
  }
}
.l-contents .qa_openAll {
  display: inline-block;
  cursor: pointer;
}
.l-contents .qa_index01 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .l-contents .qa_index01 {
    margin-bottom: 4vw;
  }
}
.l-contents .qa_index01 .toggle {
  position: relative;
  font-weight: 800;
  border-bottom: 2px solid #3cb371;
  line-height: 1.25;
  padding: 0 2em 0.5em 0;
  margin-bottom: 1em;
  font-size: 3.4666666667vw;
  cursor: pointer;
}
@media screen and (min-width: 769px) {
  .l-contents .qa_index01 .toggle {
    font-size: 1.7rem;
  }
}
@media print {
  .l-contents .qa_index01 .toggle {
    font-size: 1.7rem;
  }
}
.l-contents .qa_index01 .toggle:after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  background: url("../img/icon_open.png") center no-repeat;
  background-size: contain;
  position: absolute;
  right: 0;
  top: 30%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  font-size: 150%;
}
@media screen and (max-width: 768px) {
  .l-contents .qa_index01 .toggle:after {
    width: 2.6666666667vw;
    height: 2.6666666667vw;
  }
}
.l-contents .qa_index01 .toggle.active:after {
  background-image: url("../img/icon_close.png");
}
.l-contents .qa_index01 .toggled {
  display: none;
  padding-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .l-contents .qa_index01 .toggled {
    padding-bottom: 5.3333333333vw;
  }
}
.l-contents .qa_index01 .related {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 1em;
}
@media screen and (min-width: 769px) {
  .l-contents .col2 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .l-contents .col2 li {
    width: 50%;
  }
}
@media screen and (min-width: 769px) {
  .l-contents .col3 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .l-contents .col3 li {
    width: 33.3333333333%;
  }
}
.l-contents .sinsei_icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.l-contents .sinsei_icon li {
  line-height: 1;
}
.l-contents .sinsei_icon li:not(:last-child) {
  margin-right: 0.5em;
}
.l-contents .sinsei_icon li img {
  width: 16px;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .l-contents .sinsei_icon li img {
    width: 3.2vw;
  }
}

@media screen and (min-width: 769px) {
  .cat_popup .l-contents-L {
    display: none;
  }
  .cat_popup .l-contents-R {
    width: 100%;
  }
}
@media print {
  .cat_popup .l-contents-L {
    display: none;
  }
  .cat_popup .l-contents-R {
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .cat_popup .l-contents {
    padding-top: 2em;
  }
}
@media print {
  .cat_popup .l-contents {
    padding-top: 2em;
  }
}
@media screen and (max-width: 768px) {
  .cat_popup .l-contents-R {
    padding-top: 1.5em;
  }
}

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

/*========== c-btn.scss ==========*/
.c-btn-std {
  display: inline-block;
  background-color: #3cb371;
  color: #fff;
  padding: 0 1em;
}
.c-btn-std__inner {
  display: block;
  position: relative;
  padding-right: 1.5em;
}
@media screen and (max-width: 768px) {
  .c-btn-std__inner {
    font-size: 2.6666666667vw;
    height: 5.4666666667vw;
    line-height: 5.4666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .c-btn-std__inner {
    font-size: 1.2727272727vw;
    line-height: 1;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}
@media screen and (min-width: 1100px) {
  .c-btn-std__inner {
    font-size: 1.4rem;
  }
}
@media print {
  .c-btn-std__inner {
    font-size: 1.4rem;
    line-height: 1;
    padding-top: 0.75em;
    padding-bottom: 0.75em;
  }
}
.c-btn-std__inner:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 1.3333333333vw;
  height: 1.3333333333vw;
  border-bottom: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(-45deg);
          transform: translateY(-50%) rotate(-45deg);
}
@media screen and (min-width: 769px) {
  .c-btn-std__inner:after {
    width: 0.7272727273vw;
    height: 0.7272727273vw;
  }
}
@media screen and (min-width: 1100px) {
  .c-btn-std__inner:after {
    width: 8px;
    height: 8px;
  }
}
@media print {
  .c-btn-std__inner:after {
    width: 8px;
    height: 8px;
  }
}
.c-btn-bd {
  border: 1px solid #3cb371;
  display: inline-block;
  padding: 0.5em 1em;
  background-color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px) {
  .c-btn-bd {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-bd {
    font-size: 3.4666666667vw;
  }
}
.c-btn-bd:hover {
  opacity: 1 !important;
  background-color: #e8eff5;
}
.c-btn-bg {
  background-color: #3cb371;
  display: inline-block;
  padding: 0.5em 1em;
  color: #fff;
  font-weight: normal !important;
  font-size: 1.6rem;
}
@media screen and (min-width: 1100px) {
  .c-btn-bg {
    font-size: 1.4545454545vw;
  }
}
@media screen and (max-width: 768px) {
  .c-btn-bg {
    font-size: 3.4666666667vw;
  }
}
.c-btn-arw__item:not(:last-child) {
  margin-bottom: 0.5em;
}
.c-btn-arw__item a {
  position: relative;
  padding-left: 1.6em;
}
.c-btn-arw__item a:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0.25em;
  background: url(../../img/icon_detail.png) center no-repeat;
  background-size: contain;
  width: 1.4545454545vw;
  height: 1.4545454545vw;
}
@media screen and (min-width: 1100px) {
  .c-btn-arw__item a:after {
    width: 16px;
    height: 16px;
  }
}
.c-btn-close {
  display: inline-block;
  border: 1px solid #3cb371;
  padding: 0.25em 1.5em;
  color: #3cb371 !important;
  text-decoration: none !important;
}
.c-btn-closeWrap {
  padding-top: 3em;
}

/*========== c-title.scss ==========*/
.c-title-std {
  text-align: center;
  color: #3cb371;
  font-weight: 700;
  margin-bottom: 1em;
  font-size: 2.6rem;
}
@media screen and (max-width: 768px) {
  .c-title-std {
    font-size: 4.8vw;
  }
}

/*========== c-sec.scss ==========*/
.c-sec-std {
  background-color: #fff;
  border-radius: 20px;
}
@media screen and (min-width: 769px) {
  .c-sec-std {
    padding: 35px 3.6%;
    margin-bottom: 28px;
  }
}
@media print {
  .c-sec-std {
    padding: 35px 3.6%;
    margin-bottom: 28px;
  }
}
@media screen and (max-width: 768px) {
  .c-sec-std {
    padding: 5vw;
    margin-bottom: 5vw;
  }
}

/*========== c-form.scss ==========*/
.c-form .icn {
  display: block;
  height: 18px;
  width: 18px;
}
@media screen and (max-width: 768px) {
  .c-form .icn {
    width: 4vw;
    height: 4vw;
  }
}
.c-form-btn {
  line-height: 1;
  background-color: #3cb371;
  color: #fff;
  cursor: pointer;
  padding: 0 1.5em;
  font-size: 1.5rem;
  height: 60px;
  line-height: 60px;
}
@media screen and (max-width: 768px) {
  .c-form-btn {
    font-size: 3.4666666667vw;
    height: 13.0666666667vw;
    line-height: 13.0666666667vw;
  }
}
.c-form-btn:hover {
  filter: alpha(opacity=80);
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.c-form-btnWrap {
  text-align: center;
}
.c-form .partsInput {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid rgb(204, 204, 204);
  height: 4.2666666667vw;
  line-height: 4.2666666667vw;
  padding: 0 0.5em;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .c-form .partsInput {
    font-size: 2.5333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .c-form .partsInput {
    height: 25px;
    line-height: 25px;
  }
}
@media print {
  .c-form .partsInput {
    height: 25px;
    line-height: 25px;
  }
}
.c-form .partsInputWrap {
  line-height: 1;
}
.c-form .partsSelect {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          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 rgb(204, 204, 204);
  height: 4.2666666667vw;
}
@media screen and (max-width: 768px) {
  .c-form .partsSelect {
    font-size: 2.5333333333vw;
  }
}
@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: 4.9333333333vw;
  }
}
.c-form .partsSelectWrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.5em;
  top: 45%;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #f0879b;
  border-right: 2px solid #f0879b;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.c-form .partsBtn {
  display: block;
  cursor: pointer;
  background-color: #fff;
  color: #3cb371;
  border: 1px solid #3cb371;
  border-radius: 1000px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .c-form .partsBtn {
    margin: 0 auto;
    font-size: 1.2rem;
  }
}
@media print {
  .c-form .partsBtn {
    margin: 0 auto;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .c-form .partsBtn {
    font-size: 2.9333333333vw;
    padding: 0 2.5em;
  }
}
.c-form .partsBtn .icon {
  display: inline-block;
  position: relative;
  padding-left: 1.25em;
  height: 25px;
  line-height: 25px;
}
@media screen and (max-width: 768px) {
  .c-form .partsBtn .icon {
    height: 8.4vw;
    line-height: 8.4vw;
  }
}
.c-form .partsBtn .icon:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 12px;
  height: 12px;
  background: url("../img/icon_search01.png") center no-repeat;
  background-size: contain;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
@media screen and (max-width: 768px) {
  .c-form .partsBtn .icon:before {
    width: 2.5333333333vw;
    height: 2.5333333333vw;
  }
}
.c-form .partsRadio {
  position: relative;
  cursor: pointer;
  padding-left: 1.5em;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .c-form .partsRadio {
    font-size: 1.3rem;
  }
}
@media print {
  .c-form .partsRadio {
    font-size: 1.3rem;
  }
}
.c-form .partsRadio:before, .c-form .partsRadio:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  width: 2.5333333333vw;
  height: 2.5333333333vw;
  border: 1px solid rgb(204, 204, 204);
}
@media screen and (min-width: 769px) {
  .c-form .partsRadio:before, .c-form .partsRadio:after {
    width: 12px;
    height: 12px;
  }
}
@media print {
  .c-form .partsRadio:before, .c-form .partsRadio:after {
    width: 12px;
    height: 12px;
  }
}
.c-form .partsRadio:before {
  background-color: #fff;
}
.c-form .partsRadio:after {
  opacity: 0;
  background-color: #3cb371;
}
@media screen and (min-width: 769px) {
  .c-form .partsRadio:after {
    border-color: #3cb371;
  }
}
@media print {
  .c-form .partsRadio:after {
    border-color: #3cb371;
  }
}
.c-form .partsRadioWrap {
  line-height: 1;
}
@media screen and (min-width: 769px) {
  .c-form .partsRadioWrap {
    margin-bottom: 1em;
  }
}
@media print {
  .c-form .partsRadioWrap {
    margin-bottom: 1em;
  }
}
.c-form .partsRadioWrap:first-child {
  margin-right: 1em;
}
@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::after {
  opacity: 1;
  border-color: #3cb371;
}
.c-form .partsCheck {
  display: none;
}
.c-form .partsCheckWrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.c-form .partsCheckWrap .icn {
  margin-left: 5px;
}
.c-form .partsCheck + label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  cursor: pointer;
  padding-left: 1.5em;
  position: relative;
}
.c-form .partsCheck + label:before {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  left: 0;
  display: block;
  width: 1em;
  height: 1em;
  content: "";
  border: 1px solid #9c9c9c;
}
.c-form .partsCheck:checked + label:after {
  border-right: 2px solid #000;
  border-bottom: 2px solid #000;
  content: "";
  display: block;
  height: 0.7em;
  left: 0;
  position: absolute;
  top: 20%;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
  width: 0.5em;
}
.c-form .partsStd {
  padding: 0.5em;
  width: 100%;
  background-color: #fff;
  border: 1px solid #9c9c9c;
}
.c-form .partsStd.number {
  width: 9em;
}
.c-form textarea.partsStd {
  height: 100px;
}
@media screen and (max-width: 768px) {
  .c-form textarea.partsStd {
    height: 33.3333333333vw;
  }
}

/*========== p-nav.scss ==========*/
@media screen and (max-width: 768px) {
  .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 (max-width: 768px) {
  .p-nav-items {
    margin-bottom: 24vw;
  }
}
@media screen and (min-width: 769px) {
  .p-nav-items .items {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}
@media print {
  .p-nav-items .items {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    text-align: center;
  }
}
.p-nav-items .items .item {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-nav-items .items .item {
    width: 11.8%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .p-nav-items .items .item:not(:last-child) {
    margin-right: 0.8%;
  }
}
@media print {
  .p-nav-items .items .item {
    width: 11.8%;
    -webkit-box-flex: 1;
        -ms-flex-positive: 1;
            flex-grow: 1;
  }
  .p-nav-items .items .item:not(:last-child) {
    margin-right: 0.8%;
  }
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item {
    font-size: 3.7333333333vw;
  }
}
.p-nav-items .items .item .forList {
  display: none;
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item .forList_item {
    font-size: 3.2vw;
  }
  .p-nav-items .items .item .forList_item:not(:first-child) {
    border-top: 1px solid #3cb371;
  }
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item .forList_item a {
    display: block;
    font-weight: 500;
    padding: 1em 1em 1em 12vw;
    position: relative;
  }
  .p-nav-items .items .item .forList_item a:before {
    content: "";
    display: block;
    position: absolute;
    left: 2em;
    top: 50%;
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #3cb371;
    border-right: 2px solid #3cb371;
    -webkit-transform: translateY(-40%) rotate(45deg);
            transform: translateY(-40%) rotate(45deg);
  }
}
.p-nav-items .items .item .forList_item a.current {
  background-color: #f1fdf2;
}
.p-nav-items .items .item .forList_item .child__item a {
  padding-left: 12vw;
  border-top: 1px solid #e1e3e6;
}
.p-nav-items .items .item .forList_item .child__item a:before {
  display: none;
}
.p-nav-items .items .item .forList_item .child__item:last-child a {
  border-bottom: 1px solid #20a7a4;
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item .forCat {
    border-bottom: 1px solid #3cb371;
  }
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item .forCat a {
    pointer-events: none;
    padding: 1em 4vw;
    position: relative;
  }
  .p-nav-items .items .item .forCat a:after {
    content: "";
    display: block;
    position: absolute;
    right: 1em;
    top: 50%;
    width: 0.4em;
    height: 0.4em;
    border-top: 2px solid #3cb371;
    border-right: 2px solid #3cb371;
    -webkit-transform: translateY(-40%) rotate(135deg);
            transform: translateY(-40%) rotate(135deg);
  }
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item .forCat.active + .forList {
    display: block;
    border-bottom: 1px solid #3cb371;
  }
}
@media screen and (max-width: 768px) {
  .p-nav-items .items .item .forCat.active a:after {
    -webkit-transform: translateY(-30%) rotate(-45deg);
            transform: translateY(-30%) rotate(-45deg);
  }
}
.p-nav-items .items .item a {
  display: block;
  color: #333;
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-nav-items .items .item a {
    background-color: #3cb371;
    color: #fff;
    border-radius: 10px;
    font-size: 1.6rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 5vw;
    width: 100%;
  }
}
@media screen and (min-width: 1100px) {
  .p-nav-items .items .item a {
    min-height: 55px;
    font-size: 1.6rem;
  }
}
@media print {
  .p-nav-items .items .item a {
    background-color: #3cb371;
    color: #fff;
    border-radius: 10px;
    font-size: 1.6rem;
    line-height: 1.2;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
    min-height: 5vw;
    width: 100%;
  }
}
.p-nav-items .items .item a .sub {
  font-size: 72%;
}
@media screen and (min-width: 769px) {
  .p-nav-items .items .item a .sub {
    display: block;
    width: 100%;
  }
}
@media print {
  .p-nav-items .items .item a .sub {
    display: block;
    width: 100%;
  }
}
.p-nav-items .items .item.forBlank .forCat a:after {
  -webkit-transform: translateY(-50%) rotate(45deg);
          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;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow: auto;
    -webkit-overflow-scrolling: touch;
    opacity: 0;
  }
}
@media screen and (max-width: 768px) {
  .p-nav .navigation--content {
    height: calc(100vh - 13.3333333333vw);
    width: 100%;
    opacity: 0;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    overflow-y: scroll;
    background-color: #fff;
  }
}
.p-nav .navigation.nav-active {
  top: 13.3333333333vw;
  height: calc(100vh - 13.3333333333vw);
  opacity: 1;
}
.p-nav .navigation.nav-active .navigation--content {
  opacity: 1;
}
.p-nav-topic {
  padding: 1.7em 0;
}
@media screen and (max-width: 768px) {
  .p-nav-topic {
    padding: 1em 0;
  }
}
@media screen and (min-width: 769px) {
  .p-nav-topic .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print {
  .p-nav-topic .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
.p-nav-topic .items .item {
  font-size: 1.2rem;
}
@media screen and (max-width: 768px) {
  .p-nav-topic .items .item {
    font-size: 2.9333333333vw;
    display: inline-block;
  }
}
.p-nav-topic .items .item:not(:last-child):after {
  content: "＞";
  display: inline-block;
  margin: 0 0.25em;
}

.cat_popup .p-nav, .cat_popup .p-nav-topic, .cat_popup .p-nav-topic {
  display: none;
}

@media screen and (max-width: 768px) {
  .page_top .p-nav-items .items .item.forBlank {
    display: none !important;
  }
}

/*========== p-header.scss ==========*/
.p-header {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-header {
    background-color: #fff;
    position: fixed;
    width: 100vw;
    top: 0;
    left: 0;
    z-index: 9999;
  }
}
.p-header__inner {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-header__inner {
    height: 13.3333333333vw;
  }
}
@media screen and (min-width: 769px) {
  .p-header-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 9.0909090909vw;
  }
}
@media screen and (min-width: 1100px) {
  .p-header-upper {
    height: 100px;
  }
}
@media print {
  .p-header-upper {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    height: 100px;
  }
}
@media screen and (max-width: 768px) {
  .p-header-logo {
    position: absolute;
    width: 46.6666666667vw;
    left: 4vw;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}
@media screen and (min-width: 769px) {
  .p-header-logo {
    width: 31.8181818182vw;
  }
}
@media screen and (min-width: 1100px) {
  .p-header-logo {
    width: 350px;
  }
}
@media print {
  .p-header-logo {
    width: 31.8181818182vw;
  }
}
.p-header-logo a {
  display: block;
}
@media screen and (min-width: 769px) {
  .p-header-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .p-header-ctrl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
.p-header-size {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-right: 2.2727272727vw;
}
@media screen and (max-width: 768px) {
  .p-header-size {
    display: none;
  }
}
@media screen and (min-width: 1100px) {
  .p-header-size {
    margin-right: 25px;
  }
}
.p-header-size .forTtl {
  margin-right: 1em;
  font-size: 12px;
  color: #9c9c9c;
}
.p-header-size .forSize {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border-radius: 4px;
  overflow: hidden;
}
.p-header-size .forSize_item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #9c9c9c;
  border-radius: 5px;
}
.p-header-size .forSize_item:not(:last-child) {
  margin-right: 2px;
}
.p-header-size .forSize_item button {
  cursor: pointer;
  display: inline-block;
  height: 1.8181818182vw;
  line-height: 1.8181818182vw;
  color: #9c9c9c;
  padding: 0 0.8em;
  font-size: 11px;
}
@media screen and (min-width: 1100px) {
  .p-header-size .forSize_item button {
    height: 20px;
    line-height: 20px;
  }
}
.p-header-size .forSize_item:hover button {
  background-color: #3cb371;
  color: #fff;
}
.p-header-search {
  position: relative;
}
@media screen and (max-width: 768px) {
  .p-header-search {
    background-color: #3cb371;
  }
}
@media screen and (min-width: 769px) {
  .p-header-search {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #9c9c9c;
  }
}
@media print {
  .p-header-search {
    border-radius: 10px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    border: 1px solid #9c9c9c;
  }
}
@media screen and (max-width: 768px) {
  .p-header-search {
    border-bottom: 1px solid #fff;
    padding: 5.3333333333vw;
  }
}
.p-header-search .searchInput {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.p-header-search .searchInput input {
  background-color: #fff;
  padding-left: 0.7em;
  width: 190px;
  height: 32px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .p-header-search .searchInput input {
    height: 9.3333333333vw;
    line-height: 9.3333333333vw;
    width: calc(100% - 9.3333333333vw);
    border-radius: 1.0666666667vw 0 0 1.0666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-header-search .searchInput input {
    border-radius: 10px;
  }
}
@media print {
  .p-header-search .searchInput input {
    border-radius: 10px;
  }
}
.p-header-search .searchInput input::-webkit-input-placeholder {
  color: #9c9c9c;
  font-size: 12px;
}
.p-header-search .searchInput input::-moz-placeholder {
  color: #9c9c9c;
  font-size: 12px;
}
.p-header-search .searchInput input:-ms-input-placeholder {
  color: #9c9c9c;
  font-size: 12px;
}
.p-header-search .searchInput input::-ms-input-placeholder {
  color: #9c9c9c;
  font-size: 12px;
}
.p-header-search .searchInput input::placeholder {
  color: #9c9c9c;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .p-header-search .searchInput input::-webkit-input-placeholder {
    font-size: 3.4666666667vw;
  }
  .p-header-search .searchInput input::-moz-placeholder {
    font-size: 3.4666666667vw;
  }
  .p-header-search .searchInput input:-ms-input-placeholder {
    font-size: 3.4666666667vw;
  }
  .p-header-search .searchInput input::-ms-input-placeholder {
    font-size: 3.4666666667vw;
  }
  .p-header-search .searchInput input::placeholder {
    font-size: 3.4666666667vw;
  }
}
.p-header-search .searchBtn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (max-width: 768px) {
  .p-header-search .searchBtn {
    right: 5.3333333333vw;
    top: 5.3333333333vw;
    position: absolute;
    background-color: #f1fdf2;
    border-radius: 0 1.0666666667vw 1.0666666667vw 0;
  }
}
.p-header-search .searchBtn input {
  cursor: pointer;
  background: url("../img/icon_search.png") center no-repeat;
  background-size: 11px;
  padding: 0 0.5em;
  width: 32px;
  height: 32px;
  line-height: 32px;
}
@media screen and (max-width: 768px) {
  .p-header-search .searchBtn input {
    width: 9.3333333333vw;
    height: 9.3333333333vw;
    line-height: 9.3333333333vw;
    padding: 0;
    font-size: 3.2vw;
    background-size: 3.2vw;
  }
}
@media screen and (max-width: 768px) {
  .p-header-nav {
    padding: 0 4vw 6.6666666667vw;
  }
}
.p-header-nav .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-header-nav .items {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            justify-content: flex-end;
  }
}
@media print {
  .p-header-nav .items {
    -webkit-box-pack: end;
        -ms-flex-pack: end;
            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: 1100px) {
  .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: 2.8vw;
    padding-left: 1.6em;
  }
}
.p-header-nav .items .item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-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: 1100px) {
  .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: 3.2vw;
    height: 3.2vw;
  }
}
.p-header-guide {
  position: fixed;
  z-index: 250;
  webkit-writing-mode: vertical-rl;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
          writing-mode: vertical-rl;
  text-orientation: upright;
  white-space: pre;
  display: block;
  font-weight: bold;
  font-size: 2rem;
  background-color: #99d5f3;
  color: #3cb371;
  border-radius: 10px 0 0 10px;
  padding: 1em 0.75em;
  line-height: 1;
  right: 0;
  top: 127px;
}
@media screen and (max-width: 768px) {
  .p-header-guide {
    font-size: 3.7333333333vw;
    top: 20vw;
  }
}
@media print {
  .p-header-guide {
    display: none;
  }
}

@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-guide {
  display: none;
}
.cat_popup .p-header-size {
  margin-right: 0;
}

/*========== p-footer.scss ==========*/
.p-footer {
  padding: 30px 0 20px;
}
@media screen and (max-width: 768px) {
  .p-footer {
    padding: 4.6666666667vw 0;
  }
}
.p-footer-nav {
  border-bottom: 1px solid #aeafaf;
}
@media screen and (min-width: 769px) {
  .p-footer-nav {
    padding: 0 3.1818181818vw;
  }
}
@media print {
  .p-footer-nav {
    padding: 0 3.1818181818vw;
  }
}
@media screen and (min-width: 1100px) {
  .p-footer-nav {
    padding: 0 35px;
  }
}
.p-footer-nav .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-footer-nav .items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin-bottom: 0.5em;
  }
}
.p-footer-nav .items .item {
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .p-footer-nav .items .item {
    width: 10em;
    text-align: right;
    margin-bottom: 1em;
  }
}
@media screen and (min-width: 769px) {
  .p-footer-nav .items .item {
    margin: 0 1em 1em;
  }
}
@media print {
  .p-footer-nav .items .item {
    margin: 0 1em 1em;
  }
}
@media screen and (min-width: 769px) {
  .p-footer-nav .items .item:not(:last-child) {
    margin: 0 2em 0 0;
  }
}
@media print {
  .p-footer-nav .items .item:not(:last-child) {
    margin: 0 2em 0 0;
  }
}
.p-footer-nav .items .item a {
  font-weight: 500;
  text-decoration: none;
  color: #333;
  position: relative;
  padding-right: 1em;
  display: inline-block;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .p-footer-nav .items .item a {
    font-size: 1.1rem;
  }
}
@media print {
  .p-footer-nav .items .item a {
    font-size: 1.1rem;
  }
}
.p-footer-nav .items .item a:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.4em;
  height: 0.4em;
  border-top: 1px solid #333;
  border-right: 1px solid #333;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-footer-pageTop {
  display: block;
  width: 34px;
}
@media screen and (min-width: 769px) {
  .p-footer-pageTop {
    position: absolute;
    right: 0;
    bottom: 0;
  }
}
@media print {
  .p-footer-pageTop {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-pageTop {
    width: 11.7333333333vw;
    margin: 0 auto 5.3333333333vw;
  }
}
.p-footer-copyright {
  text-align: center;
  display: block;
  background-color: #3cb371;
  color: #fff;
  border-radius: 15px;
  line-height: 1;
  padding: 1.5em 0;
  font-size: 1.1rem;
}
@media screen and (max-width: 768px) {
  .p-footer-copyright {
    padding: 1em 0;
    font-size: 3.2vw;
    border-radius: 2vw;
  }
}
.p-footer-info {
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .p-footer-info {
    font-size: 1vw;
    padding: 0 3.1818181818vw;
    position: relative;
  }
}
@media screen and (min-width: 1100px) {
  .p-footer-info {
    font-size: 1.1rem;
    padding: 0 35px;
  }
}
@media print {
  .p-footer-info {
    font-size: 1vw;
    padding: 0 3.1818181818vw;
    position: relative;
  }
}
@media screen and (min-width: 769px) {
  .p-footer-info .contactArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
  }
}
@media print {
  .p-footer-info .contactArea {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    margin-bottom: 1em;
  }
}
.p-footer-info .forAdd {
  line-height: 1.3;
  padding: 0.5em 0;
}
@media screen and (min-width: 769px) {
  .p-footer-info .forAdd {
    padding: 1em 0 0.5em;
  }
}
@media screen and (min-width: 769px) {
  .p-footer-info .forTel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media print {
  .p-footer-info .forTel {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}
@media screen and (min-width: 769px) {
  .p-footer-info .forTel .tel01 {
    margin-right: 1em;
  }
}
@media print {
  .p-footer-info .forTel .tel01 {
    margin-right: 1em;
  }
}
.p-footer-info .forTel .tel01 > dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (max-width: 768px) {
  .p-footer-info .forTel .tel01 > dl {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
.p-footer-info .forTel .tel01 > dl .dep {
  color: #3cb371;
}
@media screen and (max-width: 768px) {
  .p-footer-info .forTel .tel01 > dl .dep {
    width: 3.5em;
  }
}
@media screen and (min-width: 769px) {
  .p-footer-info .forTel .tel01 > dl .dep {
    margin-right: 0.5em;
  }
}
@media print {
  .p-footer-info .forTel .tel01 > dl .dep {
    margin-right: 0.5em;
  }
}
@media screen and (max-width: 768px) {
  .p-footer-info .forTel .tel01 > dl > dd {
    width: calc(100% - 3.5em);
  }
}
@media screen and (min-width: 769px) {
  .p-footer-info .forTel .tel01 > dl > dd {
    margin-right: 1em;
  }
}
@media print {
  .p-footer-info .forTel .tel01 > dl > dd {
    margin-right: 1em;
  }
}
.p-footer-info .forFax {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.pageTop {
  text-indent: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}
.pageTop .p-footer-pageTop {
  margin: 0;
  position: relative;
}

.cat_popup .p-footer-nav, .cat_popup .p-footer-info {
  display: none;
}
.cat_popup .p-footer {
  padding-top: 0;
}

/*========== p-top.scss ==========*/
@media screen and (min-width: 769px) {
  .p-top-kv {
    margin: 3.1818181818vw 0;
  }
}
@media print {
  .p-top-kv {
    margin: 35px 0;
  }
}
@media screen and (min-width: 1100px) {
  .p-top-kv {
    margin: 35px 0;
  }
}
.p-top-ttl {
  position: relative;
  line-height: 1;
  font-weight: 500;
  padding-left: 1em;
  font-size: 4.8vw;
  color: #535353;
  margin-bottom: 1em;
}
@media screen and (min-width: 769px) {
  .p-top-ttl {
    padding-bottom: 0.3em;
    padding-left: 0.7em;
    font-size: 2.4rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #3cb371;
  }
}
@media print {
  .p-top-ttl {
    padding-bottom: 0.3em;
    padding-left: 0.7em;
    font-size: 2.4rem;
    margin-bottom: 15px;
    border-bottom: 1px solid #3cb371;
  }
}
.p-top-ttl:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  top: 40%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 15px;
  height: 15px;
  border-radius: 50%;
  background-color: #3cb371;
}
@media screen and (max-width: 768px) {
  .p-top-ttl:before {
    width: 3.2vw;
    height: 3.2vw;
    left: 0;
  }
}
.p-top-news {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-top-news {
    border-bottom: 1px solid #3cb371;
    margin-bottom: 15px;
    padding-bottom: 6px;
  }
}
@media print {
  .p-top-news {
    border-bottom: 1px solid #3cb371;
    margin-bottom: 15px;
    padding-bottom: 6px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
@media print {
  .p-top-news__inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.p-top-news .forBtn {
  position: absolute;
  right: 0;
  top: 0;
  background-color: #3cb371;
  color: #fff;
  text-decoration: none;
  border-radius: 1000px;
  font-size: 1rem;
}
@media screen and (max-width: 768px) {
  .p-top-news .forBtn {
    font-size: 2.9333333333vw;
  }
}
.p-top-news .forBtn__inner {
  position: relative;
  display: block;
  padding: 0 2em 0 1em;
  height: 20px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .p-top-news .forBtn__inner {
    height: 5.8666666667vw;
    line-height: 5.8666666667vw;
  }
}
.p-top-news .forBtn__inner:after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
@media screen and (max-width: 768px) {
  .p-top-news .forBtn__inner:after {
    right: 0.5em;
  }
}
.p-top-news .forItemsWrap {
  overflow-y: scroll;
  height: 46.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-top-news .forItemsWrap {
    padding-right: 4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-news .forItemsWrap {
    width: 62%;
    height: 24.5454545455vw;
  }
}
@media screen and (min-width: 1100px) {
  .p-top-news .forItemsWrap {
    height: 270px;
  }
}
@media print {
  .p-top-news .forItemsWrap {
    width: 62%;
    height: 270px;
  }
}
.p-top-news .forItemsWrap::-webkit-scrollbar {
  width: 9px;
}
@media screen and (max-width: 768px) {
  .p-top-news .forItemsWrap::-webkit-scrollbar {
    width: 1.3333333333vw;
  }
}
.p-top-news .forItemsWrap::-webkit-scrollbar-track {
  background-color: #eaeaea;
  border-radius: 1000px;
}
.p-top-news .forItemsWrap::-webkit-scrollbar-thumb {
  background-color: #3cb371;
  border-radius: 1000px;
}
@media screen and (min-width: 769px) {
  .p-top-news .forItemsWrap.onTop {
    padding: 0 15px 0 20px;
    width: 75.9%;
    height: 23.6363636364vw;
  }
}
@media screen and (min-width: 1100px) {
  .p-top-news .forItemsWrap.onTop {
    height: 260px;
  }
}
@media print {
  .p-top-news .forItemsWrap.onTop {
    padding: 0 15px 0 20px;
    width: 75.9%;
    height: 260px;
  }
}
.p-top-news .forItems .item {
  padding: 0.5em 0;
  border-top: 1px solid #c7c7c7;
}
.p-top-news .forItems .item:last-child {
  border-bottom: 1px solid #c7c7c7;
}
.p-top-news .forItems .item .date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  letter-spacing: 0.05em;
  margin-bottom: 0.25em;
  font-size: 3.7333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-news .forItems .item .date {
    font-size: 1.8rem;
  }
}
@media print {
  .p-top-news .forItems .item .date {
    font-size: 1.8rem;
  }
}
.p-top-news .forItems .item .date .cat {
  width: 6em;
  text-align: center;
  margin: 0 0.5em 0 1.5em;
  color: #fff;
  border-radius: 5px;
  line-height: 1;
  padding: 0.3em 0;
  font-size: 2.6666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-news .forItems .item .date .cat {
    font-size: 1.3rem;
  }
}
@media print {
  .p-top-news .forItems .item .date .cat {
    font-size: 1.3rem;
  }
}
.p-top-news .forItems .item .date .cat.cl01 {
  background-color: #96649f;
}
.p-top-news .forItems .item .date .cat.cl02 {
  background-color: #42a27d;
}
.p-top-news .forItems .item .date .cat.cl03 {
  background-color: #e35c60;
}
.p-top-news .forItems .item .date .new {
  color: #f7aa29;
  font-weight: 800;
  font-size: 2.9333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-news .forItems .item .date .new {
    font-size: 1.3rem;
  }
}
@media print {
  .p-top-news .forItems .item .date .new {
    font-size: 1.3rem;
  }
}
.p-top-news .forItems .item .date.locked:after {
  content: "";
  display: inline-block;
  vertical-align: text-top;
  background: url("../img/icon_lock.png") center no-repeat;
  background-size: contain;
  margin-left: 10px;
  width: 13px;
  height: 17px;
}
@media screen and (max-width: 768px) {
  .p-top-news .forItems .item .date.locked:after {
    width: 2.1333333333vw;
    height: 2.6666666667vw;
    margin-left: 1.6vw;
  }
}
.p-top-news .forItems .item .txt {
  line-height: 1.6;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .p-top-news .forItems .item .txt {
    font-size: 1.6rem;
  }
}
@media print {
  .p-top-news .forItems .item .txt {
    font-size: 1.6rem;
  }
}
.p-top-news .forItems .item .txt a {
  color: #3cb371;
}
.p-top-news .forItems .item .txt a:hover {
  text-decoration: none;
}
@media screen and (min-width: 769px) {
  .p-top-news .p-top-ttl {
    padding-left: 45px;
  }
}
@media print {
  .p-top-news .p-top-ttl {
    padding-left: 45px;
  }
}
.p-top-news.w100 {
  border-top: 2px solid #0097E0;
  padding: 12px;
}
@media screen and (max-width: 768px) {
  .p-top-news.w100 {
    padding: 2.1333333333vw;
  }
}
.p-top-case {
  background-color: #f1fdf2;
  position: relative;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .p-top-case {
    display: none;
  }
}
@media screen and (min-width: 769px) {
  .p-top-case {
    padding: 1.8181818182vw 1.8% 0;
    border-radius: 1.8181818182vw;
  }
}
@media print {
  .p-top-case {
    padding: 20px 1.8% 0;
    border-radius: 20px;
  }
}
@media screen and (min-width: 1100px) {
  .p-top-case {
    padding: 20px 20px 0;
    border-radius: 20px;
  }
}
.p-top-case .forBtn {
  color: #fff;
  background-color: #3cb371;
  text-decoration: none;
  border-radius: 1000px;
  display: inline-block;
  position: absolute;
  right: 1.8%;
  top: 20px;
}
@media screen and (min-width: 1100px) {
  .p-top-case .forBtn {
    right: 20px;
  }
}
@media screen and (max-width: 768px) {
  .p-top-case .forBtn {
    height: 6.4vw;
    line-height: 6.4vw;
    font-size: 2.9333333333vw;
    width: 28.2666666667vw;
  }
}
.p-top-case .forBtn:after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-top-case .forBtn__inner {
  height: 25px;
  line-height: 25px;
  padding: 0 2em 0 1em;
  position: relative;
}
.p-top-case .forItems {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .p-top-case .forItems {
    display: none;
  }
}
.p-top-case .forItems .item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  width: 18.6%;
  margin-bottom: 1.75%;
  border-radius: 10px;
}
.p-top-case .forItems .item a {
  border: 2px solid #3cb371;
  text-decoration: none;
  border-radius: 10px;
  background-color: #fff;
  z-index: 1;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 12px;
}
.p-top-case .forItems .item .icon {
  display: block;
  width: 28%;
}
.p-top-case .forItems .item .txt {
  line-height: 1.4;
  text-align: left;
  color: #000;
  font-weight: 500;
  width: 70%;
  font-size: 1.3rem;
}
.p-top-case .p-top-ttl {
  text-align: left;
  padding-left: 25px;
  margin-bottom: 0.8em;
  border-bottom-color: #c9c9c9;
}
@media screen and (max-width: 768px) {
  .p-top-case .p-top-ttl {
    background: #fff;
    border-radius: 1000px;
    display: inline-block;
    padding: 0.5em 1em 0.5em 11.6vw;
    margin-bottom: 0.75em;
  }
}
.p-top-case .p-top-ttl:before {
  left: 0;
}
.p-top-search {
  width: 35%;
  border: 2px solid #3cb371;
  border-radius: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-search {
    margin: 2.6666666667vw 0 4.6666666667vw;
    width: 100%;
  }
}
@media screen and (min-width: 769px) {
  .p-top-search.onTop {
    width: 22.2%;
  }
}
.p-top-search_L {
  border-radius: 4px 0 0 4px;
  padding: 4.6666666667vw 3.3333333333vw 2vw;
}
@media screen and (min-width: 769px) {
  .p-top-search_L {
    padding: 20px 15px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media print {
  .p-top-search_L {
    padding: 20px 15px 5px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
@media screen and (max-width: 768px) {
  .p-top-search_R {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    padding: 0 3.3333333333vw 4.6666666667vw;
  }
}
.p-top-search .items {
  text-align: center;
}
.p-top-search .items .item:not(:last-child) {
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-search .items .item:not(:last-child) {
    margin-bottom: 2.4vw;
  }
}
.p-top-search .items .item__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
@media screen and (min-width: 769px) {
  .p-top-search .items .item__inner.top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
@media print {
  .p-top-search .items .item__inner.top {
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}
.p-top-search .items .item .forTtl {
  width: 4em;
  text-align: right;
  margin-right: 1em;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .p-top-search .items .item .forTtl {
    font-size: 1.2rem;
  }
}
@media print {
  .p-top-search .items .item .forTtl {
    font-size: 1.2rem;
  }
}
.p-top-search .items .item .forForm.onCat {
  width: calc(100% - 5em);
}
.p-top-search .items .item .forForm.onTtl {
  width: calc(100% - 5em);
}
.p-top-search .items .item .forForm.onTtl .partsInput {
  width: 100%;
}
.p-top-search .items .item .forForm.onDate {
  width: calc(100% - 5em);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media screen and (min-width: 769px) {
  .p-top-search .items .item .forForm.onDate {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print {
  .p-top-search .items .item .forForm.onDate {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (max-width: 768px) {
  .p-top-search .items .item .forForm.onDate {
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
.p-top-search .items .item .forForm.onDate .unit {
  display: inline-block;
  padding: 0 0.5em;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .p-top-search .items .item .forForm.onDate .unit {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-search .items .item .forForm.onDate .unit {
    font-size: 1.2rem;
  }
}
@media print {
  .p-top-search .items .item .forForm.onDate .unit {
    font-size: 1.2rem;
  }
}
.p-top-search .items .item .forForm.onDate .partsInput {
  width: 64%;
}
@media screen and (max-width: 768px) {
  .p-top-search .items .item .forForm.onDate .partsInput {
    width: 24vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-search .items .item .forForm.onDate .partsInput:first-child {
    margin-bottom: 10px;
  }
}
@media print {
  .p-top-search .items .item .forForm.onDate .partsInput:first-child {
    margin-bottom: 10px;
  }
}
.p-top-search .partsInput {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  background-color: #fff;
  border: 1px solid #3cb371;
  height: 6.6666666667vw;
  line-height: 6.6666666667vw;
  padding: 0 0.5em;
  border-radius: 4px;
}
@media screen and (max-width: 768px) {
  .p-top-search .partsInput {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-search .partsInput {
    height: 25px;
    line-height: 25px;
  }
}
@media print {
  .p-top-search .partsInput {
    height: 25px;
    line-height: 25px;
  }
}
.p-top-search .partsInput.forTitle {
  width: 35.0666666667vw;
}
@media screen and (min-width: 769px) {
  .p-top-search .partsInput.forTitle {
    width: 93px;
  }
}
@media print {
  .p-top-search .partsInput.forTitle {
    width: 93px;
  }
}
@media screen and (min-width: 769px) {
  .p-top-search .partsInput.forDate {
    width: 69px;
  }
}
@media print {
  .p-top-search .partsInput.forDate {
    width: 69px;
  }
}
.p-top-search .partsSelect {
  font-family: "Noto Sans JP", sans-serif;
  -webkit-box-sizing: border-box;
          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 #3cb371;
  border-radius: 4px;
  height: 6.6666666667vw;
}
@media screen and (max-width: 768px) {
  .p-top-search .partsSelect {
    font-size: 3.2vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-search .partsSelect {
    height: 25px;
    font-size: 1.2rem;
  }
}
@media print {
  .p-top-search .partsSelect {
    height: 25px;
    font-size: 1.2rem;
  }
}
.p-top-search .partsSelectWrap {
  position: relative;
  z-index: 1;
}
@media screen and (max-width: 768px) {
  .p-top-search .partsSelectWrap {
    width: 39.2vw;
  }
}
.p-top-search .partsSelectWrap:before, .p-top-search .partsSelectWrap:after {
  content: "";
  display: block;
  position: absolute;
  pointer-events: none;
}
.p-top-search .partsSelectWrap:before {
  right: 0;
  top: 0;
  height: 100%;
  width: 24px;
}
@media screen and (max-width: 768px) {
  .p-top-search .partsSelectWrap:before {
    width: 4.9333333333vw;
  }
}
.p-top-search .partsSelectWrap:after {
  content: "";
  display: block;
  position: absolute;
  right: 0.5em;
  top: 45%;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #f0879b;
  border-right: 2px solid #f0879b;
  -webkit-transform: translateY(-50%) rotate(135deg);
          transform: translateY(-50%) rotate(135deg);
}
.p-top-search .partsBtn {
  display: block;
  cursor: pointer;
  background-color: #3cb371;
  color: #fff;
  border-radius: 1000px;
  text-align: center;
}
@media screen and (min-width: 769px) {
  .p-top-search .partsBtn {
    width: 72%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
}
@media print {
  .p-top-search .partsBtn {
    width: 72%;
    margin: 0 auto;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 768px) {
  .p-top-search .partsBtn {
    font-size: 3.4666666667vw;
    padding: 0 1.5em;
  }
}
.p-top-search .partsBtn .icon {
  display: inline-block;
  position: relative;
  padding-right: 1.25em;
  height: 40px;
  line-height: 40px;
}
@media screen and (max-width: 768px) {
  .p-top-search .partsBtn .icon {
    height: 10.6666666667vw;
    line-height: 10.6666666667vw;
  }
}
.p-top-search .partsBtn .icon:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 50%;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #fff;
  border-right: 2px solid #fff;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-top-search .partsRadio {
  position: relative;
  cursor: pointer;
  padding-left: 1.5em;
  font-size: 3.2vw;
}
@media screen and (min-width: 769px) {
  .p-top-search .partsRadio {
    font-size: 1.2rem;
  }
}
@media print {
  .p-top-search .partsRadio {
    font-size: 1.2rem;
  }
}
.p-top-search .partsRadio:before, .p-top-search .partsRadio:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 60%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  border-radius: 50%;
  width: 2.5333333333vw;
  height: 2.5333333333vw;
  border: 1px solid rgb(204, 204, 204);
}
@media screen and (min-width: 769px) {
  .p-top-search .partsRadio:before, .p-top-search .partsRadio:after {
    width: 12px;
    height: 12px;
  }
}
@media print {
  .p-top-search .partsRadio:before, .p-top-search .partsRadio:after {
    width: 12px;
    height: 12px;
  }
}
.p-top-search .partsRadio:before {
  background-color: #fff;
}
.p-top-search .partsRadio:after {
  opacity: 0;
  background-color: #3cb371;
}
@media screen and (min-width: 769px) {
  .p-top-search .partsRadio:after {
    border-color: #3cb371;
  }
}
@media print {
  .p-top-search .partsRadio:after {
    border-color: #3cb371;
  }
}
@media screen and (min-width: 769px) {
  .p-top-search .partsRadioWrap {
    line-height: 1.3;
  }
  .p-top-search .partsRadioWrap:last-child {
    margin-bottom: 10px;
  }
}
@media print {
  .p-top-search .partsRadioWrap {
    line-height: 1.3;
  }
  .p-top-search .partsRadioWrap:last-child {
    margin-bottom: 10px;
  }
}
.p-top-search .partsRadioWrap input {
  display: none;
}
.p-top-search .partsRadioWrap input:checked + .partsRadio::after {
  opacity: 1;
  border-color: #3cb371;
}
.p-top-bn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 768px) {
  .p-top-bn {
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (min-width: 769px) {
  .p-top-bn {
    padding: 20px 1.8% 10px;
  }
}
@media screen and (min-width: 1100px) {
  .p-top-bn {
    padding: 20px 20px 10px;
  }
}
@media print {
  .p-top-bn {
    padding: 20px 20px 10px;
  }
}
.p-top-bn .item {
  width: 15%;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .p-top-bn .item {
    width: 48.5%;
    margin-bottom: 2.6666666667vw;
  }
}
@media screen and (max-width: 768px) {
  .p-top-bn .item:nth-child(odd) {
    margin-right: 3%;
  }
}
@media screen and (min-width: 769px) {
  .p-top-bn .item:not(:nth-child(6n)) {
    margin-right: 2%;
  }
}
@media print {
  .p-top-bn .item:not(:nth-child(6n)) {
    margin-right: 2%;
  }
}
.p-top-nav {
  margin-bottom: 5.3333333333vw;
}
@media screen and (min-width: 769px) {
  .p-top-nav {
    display: none;
  }
}
@media print {
  .p-top-nav {
    display: none;
  }
}
.p-top-nav__item:not(:last-child) {
  margin-bottom: 2.6666666667vw;
}

/*========== p-news.scss ==========*/
.p-news-intro {
  padding: 0 0 60px;
}
@media screen and (max-width: 768px) {
  .p-news-intro {
    padding-bottom: 6.6666666667vw;
  }
}
.p-news-items {
  border-top: 1px solid #e0e0e0;
  width: 96.9%;
}
@media screen and (max-width: 768px) {
  .p-news-items {
    width: 95%;
  }
}
.p-news-itemsBox {
  overflow-y: scroll;
  height: 275px;
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .p-news-itemsBox {
    height: 99.3333333333vw;
    margin-bottom: 5.3333333333vw;
  }
}
.p-news-itemsBox::-webkit-scrollbar {
  width: 10px;
}
@media screen and (max-width: 768px) {
  .p-news-itemsBox::-webkit-scrollbar {
    width: 1.3333333333vw;
  }
}
.p-news-itemsBox::-webkit-scrollbar-track {
  background-color: #ccc;
}
.p-news-itemsBox::-webkit-scrollbar-thumb {
  background-color: #3cb371;
}
.p-news-items .item {
  border-bottom: 1px solid #e0e0e0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  padding: 1em 0;
}
.p-news-items .item .forDate {
  font-weight: 500;
  width: 6em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-news-items .item .forDate {
    font-size: 2.9333333333vw;
  }
}
.p-news-items .item .forCat {
  font-weight: 500;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  width: 9em;
}
@media screen and (max-width: 768px) {
  .p-news-items .item .forCat {
    width: 7.5em;
  }
}
.p-news-items .item .forCat .tag {
  display: inline-block;
  width: 5em;
  text-align: center;
  height: 20px;
  line-height: 20px;
}
@media screen and (max-width: 768px) {
  .p-news-items .item .forCat .tag {
    font-size: 2.5333333333vw;
    height: 3.7333333333vw;
    line-height: 3.7333333333vw;
  }
}
.p-news-items .item .forCat .tag__inner {
  display: block;
}
.p-news-items .item .forCat .tag__inner.forCat01 {
  background-color: #ffdcb6;
}
.p-news-items .item .forCat .tag__inner.forCat02 {
  background-color: #d9e5ee;
}
.p-news-items .item .forCat .tag__inner.forCat03 {
  background-color: #cc3333;
  color: #fff;
}
.p-news-items .item .forCat .tag__inner.forCat04 {
  background-color: #d4e3ab;
}
.p-news-items .item .forCat .new {
  color: #3cb371;
  letter-spacing: 0.06em;
  width: 3.5em;
  font-size: 1.4rem;
}
@media screen and (max-width: 768px) {
  .p-news-items .item .forCat .new {
    font-size: 2.9333333333vw;
  }
}
.p-news-items .item .forTtl {
  font-size: 1.5rem;
}
@media screen and (max-width: 768px) {
  .p-news-items .item .forTtl {
    display: block;
    width: 100%;
    font-size: 3.2vw;
    line-height: 1.8;
  }
}
.p-news-note {
  border: 1px solid #3cb371;
  padding: 1em;
}
@media screen and (min-width: 769px) {
  .p-news-note {
    text-align: center;
  }
}
@media print {
  .p-news-note {
    text-align: center;
  }
}
.p-news-note p {
  color: #3cb371;
  font-size: 1.3rem;
}
@media screen and (max-width: 768px) {
  .p-news-note p {
    font-size: 2.9333333333vw;
  }
}
.p-news-btn {
  display: block;
  margin: 3em auto 0;
  width: 7em;
  padding: 1em 0;
  text-align: center;
}

/*========== p-other.scss ==========*/
.p-other-nav {
  background-color: #f3f4f5;
  padding: 40px 0;
}
@media screen and (max-width: 768px) {
  .p-other-nav {
    padding: 4vw 0;
  }
}
@media screen and (min-width: 769px) {
  .p-other-nav .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media print {
  .p-other-nav .items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}
@media screen and (min-width: 769px) {
  .p-other-nav .items .item {
    width: 30%;
  }
}
@media print {
  .p-other-nav .items .item {
    width: 30%;
  }
}
@media screen and (max-width: 768px) {
  .p-other-nav .items .item:not(:last-child) {
    margin-bottom: 1.6vw;
  }
}
.p-other-nav .items .item a {
  display: block;
  border: 1px solid #3cb371;
  background-color: #fff;
  font-weight: 500;
  text-align: center;
  font-size: 1.6rem;
  padding: 20px 0;
}
@media screen and (max-width: 768px) {
  .p-other-nav .items .item a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    font-size: 3.4666666667vw;
    padding: 1.4em 0;
  }
}
.p-other-nav .items .item a .forIcon {
  width: 5.6vw;
  margin-right: 1.6vw;
}
@media screen and (min-width: 769px) {
  .p-other-nav .items .item a .forIcon {
    display: block;
    margin: 0 auto 10px;
    width: 42px;
  }
}
@media print {
  .p-other-nav .items .item a .forIcon {
    display: block;
    margin: 0 auto 10px;
    width: 42px;
  }
}
.p-other-nav .items .item a:hover {
  opacity: 1 !important;
  background-color: #f1fdf2;
}

/*========== p-menu.scss ==========*/
.p-menu {
  display: none;
  border: 2px solid #3cb371;
  border-radius: 10px;
  margin-bottom: 30px;
}
@media screen and (min-width: 769px) {
  .p-menu.active {
    display: block;
  }
}
@media print {
  .p-menu.active {
    display: block;
  }
}
.p-menu-cat {
  background-color: #3cb371;
  color: #fff;
  font-weight: 500;
  font-size: 1.9rem;
  padding: 0.7em 20px;
  line-height: 1.2;
}
.p-menu .items {
  padding: 6px 5px;
}
.p-menu .items .item:not(:last-child) {
  margin-bottom: 5px;
}
.p-menu .items .item a {
  border-radius: 4px;
  text-decoration: none;
  color: #333;
  display: block;
  font-weight: 500;
  padding: 1em 25px 1em 15px;
  position: relative;
}
@media print {
  .p-menu .items .item a {
    font-size: 1.3rem;
  }
}
.p-menu .items .item a.current {
  background-color: #f1fdf2;
  border-radius: 4px;
}
.p-menu .items .item a:after {
  content: "";
  display: block;
  position: absolute;
  right: 1em;
  top: 50%;
  width: 0.4em;
  height: 0.4em;
  border-top: 2px solid #3cb371;
  border-right: 2px solid #3cb371;
  -webkit-transform: translateY(-50%) rotate(45deg);
          transform: translateY(-50%) rotate(45deg);
}
.p-menu .items .item .hasChild {
  cursor: pointer;
}
.p-menu .items .item .hasChild a {
  border-radius: 4px 4px 0 0;
}
.p-menu .items .item .child-items__item {
  border-top: 1px solid #3cb371;
}
.p-menu .items .item .child-items__item a {
  border-radius: 0;
  padding: 0.75em 0.75em 0.75em 45px;
  line-height: 1.3;
}
.p-menu .items .item .child-items__item a:after {
  display: none;
}
.p-menu .items .item .child-items__item a:before {
  content: "";
  display: block;
  position: absolute;
  left: 1.7em;
  top: 1.15em;
  width: 0.3em;
  height: 0.3em;
  border-top: 2px solid #3cb371;
  border-right: 2px solid #3cb371;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.p-menu .items .item .child-items__item:last-child a {
  border-radius: 0 0 4px 4px;
}
.p-menu-bn .bn:not(:last-child) {
  margin-bottom: 20px;
}
.p-menu-bn .bn01 {
  -webkit-box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 3px 5px 0px rgba(0, 0, 0, 0.2);
}
.p-menu-bn .bn02 {
  padding-bottom: 20px;
  border-bottom: 1px solid rgb(198, 198, 198);
}
.p-menu-bn .bn02 a {
  border: 1px solid #3cb371;
  text-align: center;
  padding: 34px 0 28px;
  position: relative;
}
.p-menu-bn .bn02 a .icon {
  display: block;
  font-size: 1.5rem;
  line-height: 1;
}
.p-menu-bn .bn02 a .icon:before {
  content: "";
  display: block;
  margin: 0 auto 1em;
  width: 41px;
  height: 41px;
  background: url("../img/icon_dl.png") center no-repeat;
  background-size: contain;
}
.p-menu-bn .bn02 a:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  width: 6px;
  height: 6px;
  border-top: 2px solid #3cb371;
  border-right: 2px solid #3cb371;
  -webkit-transform: rotate(45deg) translateY(-50%);
          transform: rotate(45deg) translateY(-50%);
}
.p-menu-bn .bn03 {
  margin-bottom: 15px !important;
}
.p-menu-bn .bn a {
  display: block;
}
.p-menu-side__item {
  margin-bottom: 15px;
}
.p-menu-side__item.forKonnatoki {
  margin-bottom: 30px;
}

/* 下層サイドナビ出し分け */
/*========== p-case.scss ==========*/
.p-case {
  padding: 60px 0;
}
@media screen and (max-width: 768px) {
  .p-case {
    padding: 8vw 0;
  }
}
.p-case-nav {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-case-nav {
    margin-bottom: 2.6666666667vw;
  }
}
.p-case-nav .items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 769px) {
  .p-case-nav .items .item {
    width: 19.2%;
    margin-bottom: 1%;
  }
}
@media print {
  .p-case-nav .items .item {
    width: 19.2%;
    margin-bottom: 1%;
  }
}
@media screen and (max-width: 768px) {
  .p-case-nav .items .item {
    width: 49%;
    margin-bottom: 2%;
  }
}
.p-case-nav .items .item a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  text-align: center;
  width: 100%;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  border: 1px solid #3cb371;
  background-color: #fff;
  padding: 22px 0;
  font-weight: 500;
  font-size: 1.7rem;
}
@media print {
  .p-case-nav .items .item a {
    font-size: 1.5rem;
  }
}
@media screen and (max-width: 768px) {
  .p-case-nav .items .item a {
    padding: 3.3333333333vw 0;
    font-size: 3.7333333333vw;
    line-height: 1.35;
  }
}
.p-case-nav .items .item a:hover {
  opacity: 1 !important;
  background-color: #f1fdf2;
}
.p-case-nav .items .item a .forIcon {
  display: block;
  width: 100%;
}
.p-case-nav .items .item a .forIcon img {
  display: block;
  margin: 0 auto 10px;
  width: 57px;
}
@media screen and (max-width: 768px) {
  .p-case-nav .items .item a .forIcon img {
    width: 7.6vw;
    margin-bottom: 1.3333333333vw;
  }
}
.p-case-link .items .item:not(:last-child) {
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .p-case-link .items .item:not(:last-child) {
    margin-bottom: 3.3333333333vw;
  }
}

/*========== p-slider.scss ==========*/
.p-slider-01 {
  position: relative;
  line-height: 0;
}
@media screen and (max-width: 768px) {
  .p-slider-01 {
    margin: 0 -4vw 13.3333333333vw;
  }
}
.p-slider-01 .slick-dots {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: -5.7333333333vw;
}
@media screen and (min-width: 769px) {
  .p-slider-01 .slick-dots {
    bottom: -25px;
  }
}
@media print {
  .p-slider-01 .slick-dots {
    bottom: -25px;
  }
}
.p-slider-01 .slick-dots li {
  width: 10px;
  height: 10px;
  border-radius: 50%;
  margin: 0 9px;
  cursor: pointer;
  background-color: #fff;
  border: 1px solid #c7c7c7;
}
@media screen and (max-width: 768px) {
  .p-slider-01 .slick-dots li {
    width: 2.1333333333vw;
    height: 2.1333333333vw;
    margin: 0 2vw;
  }
}
.p-slider-01 .slick-dots li button {
  font-size: 0;
}
.p-slider-01 .slick-dots li.slick-active {
  background-color: #3cb371;
  border-color: #3cb371;
}
.p-slider-01 .slick-list {
  overflow: hidden;
}
@media screen and (min-width: 769px) {
  .p-slider-01 .slick-list {
    border-radius: 1.8181818182vw;
  }
}
@media print {
  .p-slider-01 .slick-list {
    border-radius: 1.8181818182vw;
  }
}
@media screen and (min-width: 1100px) {
  .p-slider-01 .slick-list {
    border-radius: 15px;
  }
}
.p-slider-01 .slick-slide {
  position: relative;
}
@media screen and (min-width: 769px) {
  .p-slider-01 .slick-slide img {
    display: inline-block;
    width: 50%;
  }
  .p-slider-01 .slick-slide img.w100 {
    width: 100%;
  }
}
@media print {
  .p-slider-01 .slick-slide img {
    display: inline-block;
    width: 50%;
  }
  .p-slider-01 .slick-slide img.w100 {
    width: 100%;
  }
}
.p-slider-01 .slick-arrow {
  top: auto;
  bottom: -46px;
  width: 30px;
  height: 30px;
  background: url("../img/icon_arrow.png") center no-repeat;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  .p-slider-01 .slick-arrow {
    display: none !important;
  }
}
.p-slider-01 .slick-arrow.slick-prev {
  left: 0;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
}
.p-slider-01 .slick-arrow.slick-next {
  right: 0;
}
@media print {
  .p-slider-01 .slick-list {
    -webkit-transform: none !important;
            transform: none !important;
  }
  .p-slider-01 .slick-track {
    width: 100% !important;
    -webkit-transform: none !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 {
    -webkit-transform: none !important;
            transform: none !important;
  }
}
.p-slider-01 .forCopy {
  display: inline-block;
  padding: 0 0.5em;
  position: absolute;
  right: 0.5em;
  bottom: 0.3em;
  color: #fff;
  font-size: 72%;
  height: 1.8em;
  line-height: 1.8em;
}
.p-slider-01 .forCopy.bk {
  color: #000;
}
.p-slider-02 {
  background-color: #edebe5;
  line-height: 0;
  padding-left: 17.3333333333vw;
  padding-right: 17.3333333333vw;
}
@media screen and (max-width: 768px) {
  .p-slider-02 {
    margin: 0 -4vw;
  }
}
@media screen and (min-width: 769px) {
  .p-slider-02 {
    padding-left: 10vw;
    padding-right: 10vw;
    border-radius: 1.8181818182vw;
  }
}
@media screen and (min-width: 1100px) {
  .p-slider-02 {
    padding-left: 110px;
    padding-right: 110px;
    border-radius: 20px;
  }
}
@media print {
  .p-slider-02 {
    padding-left: 10vw;
    padding-right: 10vw;
    border-radius: 1.8181818182vw;
  }
}
.p-slider-02 .item a {
  outline: none;
  display: block;
  margin: 2.2727272727vw 0.9090909091vw;
}
@media screen and (min-width: 1100px) {
  .p-slider-02 .item a {
    margin: 25px 10px;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-02 .item a {
    margin: 4vw 0;
  }
}
.p-slider-02 .slick-arrow {
  background: url("../img/top/slide02_arrow_pc.png") center no-repeat;
  background-size: 100% 100%;
  width: 1.8181818182vw;
  height: 8.1818181818vw;
}
@media screen and (min-width: 1100px) {
  .p-slider-02 .slick-arrow {
    width: 20px;
    height: 90px;
  }
}
@media screen and (max-width: 768px) {
  .p-slider-02 .slick-arrow {
    width: 5.3333333333vw;
    height: 18.6666666667vw;
    background: url("../img/top/slide02_arrow_sp.png") center no-repeat;
    background-size: 100% 100%;
  }
}
.p-slider-02 .slick-arrow.slick-prev {
  left: 2.2727272727vw;
  -webkit-transform: translate(0, -50%);
          transform: translate(0, -50%);
}
@media screen and (max-width: 768px) {
  .p-slider-02 .slick-arrow.slick-prev {
    left: 4vw;
  }
}
.p-slider-02 .slick-arrow.slick-next {
  right: 2.2727272727vw;
  -webkit-transform: translate(0, -50%) rotate(180deg);
          transform: translate(0, -50%) rotate(180deg);
}
@media screen and (max-width: 768px) {
  .p-slider-02 .slick-arrow.slick-next {
    right: 4vw;
  }
}
/* Slider */
.slick-slider {
  position: relative;
  display: block;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  -webkit-touch-callout: none;
  -webkit-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);
  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: 1000;
  top: 50%;
  font-size: 0;
  cursor: pointer;
}

/*! 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;
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-sizing: border-box;
          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 {
  -webkit-box-shadow: inset 1px 1px 1px #ccc;
          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 {
  -webkit-filter: inherit;
          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 {
  -webkit-box-shadow: 0 0 3px 1px rgb(94, 158, 214);
          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;
}

/*========== u-utility.scss ==========*/
.u-bold {
  font-weight: 800;
}
/* 202404 add */
.u-normal {
  font-weight: normal;
}
.u-note {
  color: #ff0000;
}
.u-mt0 {
  margin-top: 0 !important;
}
.u-mt1em {
  margin-top: 1em !important;
}
.u-mb0 {
  margin-bottom: 0 !important;
}
.u-mb1em {
  margin-bottom: 1em !important;
}
.u-mb05em {
  margin-bottom: 0.5em !important;
}
.u-mb30 {
  margin-bottom: 30px;
}
@media screen and (max-width: 768px) {
  .u-mb30 {
    margin-bottom: 4vw;
  }
}
.u-pl1em {
  padding-left: 1em !important;
}
.u-idt {
  display: inline-block;
  text-indent: -1em;
  margin-left: 1em;
}
.u-idt1em {
  text-indent: -1em !important;
  margin-left: 1em !important;
}
.u-idt2em {
  text-indent: -2em !important;
  margin-left: 2em !important;
}
.u-idt3em {
  text-indent: -3em !important;
  margin-left: 3em !important;
}
.u-idt9em {
  text-indent: -9em !important;
  margin-left: 9em !important;
}
.u-noIdt {
  text-indent: 0 !important;
}
.u-right {
  text-align: right !important;
}
.u-center {
  text-align: center !important;
}
.u-sizeS {
  font-size: 86% !important;
}
.u-sizeL {
  font-size: 120% !important;
}
.u-uLine {
  text-decoration: underline;
}
.u-scroll {
  font-size: 3.2vw;
  color: #3cb371;
  display: inline-block;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 769px) {
  .u-scroll {
    display: none !important;
  }
}
@media print {
  .u-scroll {
    display: none !important;
  }
}
.u-date {
  text-align: right;
}
@media screen and (max-width: 768px) {
  .u-date {
    margin-bottom: 0 !important;
  }
}
.u-bg {
  background-color: yellow;
}