@charset "UTF-8";
/* -----------------------------------------
	media query
----------------------------------------- */
/* -----------------------------------------
	Images Path
----------------------------------------- */
/* -----------------------------------------
	base
----------------------------------------- */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
@import url("https://fonts.googleapis.com/css?family=Lato");
.u-pc-only {
  display: block;
}

.u-pc-only-inline {
  display: inline-block;
}

.u-sp-only {
  display: none;
}

.u-sp-only-inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline-block;
  }
}
.nk-form .form-sub-ttl {
  width: 100%;
  padding: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #7ec536;
}

.nk-form .form-sub-ttl-inner {
  position: relative;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nk-form .form-sub-ttl + .form-type-2col,
.nk-form .form-sub-ttl + .form-type-full {
  margin-top: 40px;
}

.nk-form .form-sub-ttl--bg-pink {
  color: #FFF;
  background-color: #E58536;
}

@media screen and (max-width: 767px) {
  .nk-form .form-sub-ttl {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
.nk-form .form-type-2col dl {
  border: 1px dotted #ddd;
}

.nk-form .form-type-2col dl:not(:last-of-type) {
  border-bottom: none;
}

.nk-form .form-type-2col dl:last-of-type {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .nk-form .form-type-2col dl {
    display: table;
    width: 100%;
    border: 1px solid #ddd;
  }
  .nk-form .form-type-2col dl:not(:last-of-type) {
    border-bottom: none;
  }
  .nk-form .form-type-2col dl:last-of-type {
    margin-bottom: 40px;
  }
}
.nk-form .form-type-2col dt {
  position: relative;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  background: #e8f5e9;
}

.nk-form .form-type-2col dt.required:after {
  content: "必須";
  position: absolute;
  right: 15px;
  display: inline-block;
  height: 18px;
  padding: 2px 7px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  color: #fff;
  background: #e8563d;
}

@media screen and (max-width: 767px) {
  .nk-form .form-type-2col dt {
    display: block;
    padding: 10px 50px 10px 15px;
    border-bottom: 1px dotted #ddd;
  }
  .nk-form .form-type-2col dt.required:after {
    top: 50%;
    right: 15px;
    font-size: 16px;
    font-size: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .nk-form .form-type-2col dt {
    width: 280px;
    font-size: 25.6px;
    font-size: 1.6rem;
  }
  .nk-form .form-type-2col dt.required:after {
    right: 20px;
    margin-top: 4px;
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .nk-form .form-type-2col dt,
.nk-form .form-type-2col dd {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
  }
}
.nk-form .form-type-2col dd p:not(:last-of-type) {
  padding-bottom: 10px;
}

.nk-form .form-type-2col dd .txt {
  font-size: 17.6px;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .nk-form .form-type-2col dd {
    width: 780px;
  }
  .nk-form .form-type-2col dd .txt {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .nk-form .form-type-2col dd {
    padding: 20px 15px;
  }
}
.nk-form .form-type-2col .zip-box li {
  display: inline-block;
  font-size: 20.8px;
  font-size: 1.3rem;
}

.nk-form .form-type-2col .zip-box li:nth-of-type(2) {
  width: 80px;
}
.nk-form .form-type-2col .zip-box.inline li:nth-of-type(2) {
  margin-right: 10px;
  width: unset;
}

.nk-form .form-type-2col .zip-box li:last-of-type {
  position: relative;
  width: 100px;
  margin-left: 24px;
}
.nk-form .form-type-2col .zip-box.inline li:last-of-type {
  margin-left: 0;
}

.nk-form .form-type-2col .zip-box li:last-of-type::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: -18px;
  font-size: 25.6px;
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.info-change .nk-form .form-type-2col .zip-box li:last-of-type::before {
  left: -28px;
}
.nk-form .form-type-2col .zip-box.inline li:last-of-type::before {
  left: -10px;
}

.nk-form .form-type-2col .zip-box li input {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nk-form .form-type-2col .zip-box li:first-of-type {
    display: block;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .nk-form .form-type-2col .zip-box li:first-of-type {
    padding-right: 10px;
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
.nk-form .form-type-2col .zip-box + .txt {
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .nk-form .form-type-2col .zip-box + .txt + .txt {
    padding-bottom: 10px;
  }
}
.nk-form .form-type-2col .num-box li {
  position: relative;
  display: inline-block;
  width: 70px;
}
.nk-form .form-type-2col .num-box.inline li {
  margin-right: 10px;
  width: unset;
}

.nk-form .form-type-2col .num-box li:not(:first-of-type) {
  margin-left: 24px;
}
.nk-form .form-type-2col .num-box.inline li:not(:first-of-type) {
  margin-left: 0;
}

.nk-form .form-type-2col .num-box li:not(:first-of-type)::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: -18px;
  font-size: 25.6px;
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.info-change .nk-form .form-type-2col .num-box li:not(:first-of-type)::before {
  left: -28px;
}
.nk-form .form-type-2col .num-box.inline li:not(:first-of-type)::before {
  left: -10px;
}

@media screen and (min-width: 768px) {
  .nk-form .form-type-2col .num-box li {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .nk-form .form-type-2col .num-box li input[type=text] {
    padding: 7px 10px;
  }
  .nk-form .form-type-2col .num-box li:not(:first-of-type) {
    margin-left: 15px;
  }
  .nk-form .form-type-2col .num-box li:not(:first-of-type)::before {
    left: -13px;
  }
}
.nk-form .form-type-full {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .nk-form .form-type-full {
    margin-bottom: 40px;
  }
}
.nk-form .form-type-full .form-ttl {
  position: relative;
  font-weight: bold;
  background: #e8f5e9;
}

.nk-form .form-type-full .form-ttl.required:after {
  content: "必須";
  position: absolute;
  right: 15px;
  display: inline-block;
  height: 18px;
  padding: 2px 7px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  color: #fff;
  background: #e8563d;
}

@media screen and (max-width: 767px) {
  .nk-form .form-type-full .form-ttl.required:after {
    top: 50%;
    right: 15px;
    font-size: 16px;
    font-size: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .nk-form .form-type-full .form-ttl.required:after {
    right: 20px;
    margin-top: 4px;
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .nk-form .form-type-full .form-ttl {
    display: block;
    padding: 10px 50px 10px 15px;
    font-size: 22.4px;
    font-size: 1.4rem;
    border-bottom: 1px dotted #ddd;
  }
}
@media screen and (min-width: 768px) {
  .nk-form .form-type-full .form-ttl {
    padding: 15px 20px;
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
.nk-form .form-type-full-inner {
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .nk-form .form-type-full-inner {
    padding: 20px;
  }
}
.nk-form .pref-select .form-type-full-inner {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .nk-form .pref-select .form-type-full-inner {
    padding: 0 20px;
  }
}
.nk-form .pref-select .pref-list.hokkaido li:last-of-type,
.nk-form .pref-select .pref-list.tokai li:last-of-type,
.nk-form .pref-select .pref-list.chugoku li:last-of-type {
  border-bottom: none;
}

.nk-form .pref-select label {
  display: inline-block;
}

.nk-form .pref-select label input {
  position: absolute;
  left: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nk-form .pref-select label .check-parts {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 1;
}

.nk-form .pref-select label .check-parts:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}

.nk-form .pref-select label input:checked + .check-parts::before {
  border: 1px solid #028306;
  background: #028306;
}

.nk-form .pref-select label input:checked + .check-parts:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .nk-form .pref-select dl dt {
    border-bottom: 1px dotted #fff;
  }
  .nk-form .pref-select dl:last-of-type dt {
    border-bottom: none;
  }
  .nk-form .pref-select dl dt {
    position: relative;
    padding: 10px 15px;
    background: #ddd;
  }
  .nk-form .pref-select dl dt .is-sp {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 40px;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nk-form .pref-select dl dt .is-sp::after {
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    font-size: 20.8px;
    font-size: 1.3rem;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
  }
  .nk-form .pref-select dl dt.is-opened .is-sp::after {
    content: "\f068";
  }
  .nk-form .pref-select dl dd {
    display: block;
  }
  .nk-form .pref-select dl .pref-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nk-form .pref-select dl .pref-list li {
    width: 50%;
    padding: 10px 15px;
    border-bottom: 1px dotted #ddd;
  }
  .nk-form .pref-select dl label .check-parts:before {
    background: #fff;
  }
  .nk-form .pref-select dl dd {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nk-form .pref-select dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    font-size: 22.4px;
    font-size: 1.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nk-form .pref-select dl:not(:last-of-type) {
    border-bottom: 1px dotted #ddd;
  }
  .nk-form .pref-select dl dt {
    width: 170px;
    color: #028306;
  }
  .nk-form .pref-select dl dt .is-sp {
    display: none;
  }
  .nk-form .pref-select dl .pref-list {
    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;
  }
  .nk-form .pref-select dl .pref-list li {
    position: relative;
    margin-right: 5px;
  }
  .nk-form .pref-select label {
    cursor: pointer;
  }
  .nk-form .pref-select dl dd {
    display: block !important;
  }
}
.nk-form textarea {
  width: 100%;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .nk-form textarea {
    height: 120px;
  }
}
.nk-form .list-block {
  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;
}

.nk-form .list-block label {
  display: inline-block;
  cursor: pointer;
}

.nk-form .list-block label input {
  position: absolute;
  left: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nk-form .list-block label .radio-parts {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 25px;
  font-weight: bold;
  line-height: 1;
}

.nk-form .list-block label .radio-parts::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.nk-form .list-block label input:checked + .radio-parts::before {
  background: #028306;
}

.nk-form .list-block label input:checked + .radio-parts::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .nk-form .list-block li {
    margin-right: 20px;
  }
}
.nk-form .calc-price input[type=text] {
  width: 100px;
  margin: 0 5px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .nk-form .calc-price {
    line-height: 50px;
  }
}
.nk-form .select-parts {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  color: #333;
  border: 1px solid #ddd;
  background-color: #fff;
}

.nk-form .select-parts:before {
  content: "\f0d7";
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #858585;
}

.nk-form .select-parts select {
  position: relative;
  width: 100%;
  cursor: pointer;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .nk-form .select-parts:before {
    right: 1.30378vw;
    font-size: 2.08605vw;
  }
  .nk-form .select-parts select {
    font-size: 2.08605vw;
  }
}
.nk-form .btn-confirm {
  display: inline-block;
  min-width: 59.70149%;
  margin: 0 auto;
  padding: 10px 45px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  background: #ff8f00;
}

@media screen and (min-width: 768px) {
  .nk-form .btn-confirm {
    min-width: 260px;
    padding: 15px 55px;
    font-size: 28.8px;
    font-size: 1.8rem;
  }
  .nk-form .btn-confirm:hover {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
  }
}
.nk-form .checkbox {
  display: inline-block;
  cursor: pointer;
}

.nk-form .checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nk-form .checkbox .check-parts {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 1;
}

.nk-form .checkbox .check-parts:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}

.nk-form .checkbox input:checked + .check-parts::before {
  border: 1px solid #028306;
  background: #028306;
}

.nk-form .checkbox input:checked + .check-parts:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .nk-form .checkbox .check-parts {
    margin-right: 2.60756vw;
    margin-bottom: 1.30378vw;
    padding-left: 20px;
  }
}
#showError .red {
  color: #ef5350;
}

.nk-btn {
  display: block;
  width: 328px;
  height: 62px;
  margin: 20px auto;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 62px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: url(../images/common/nk-icon_link.png) no-repeat right 40px center;
  background-color: #ff8f00;
  background-size: 26px 26px;
}

.nk-btn-inner {
  position: relative;
  left: -20px;
}

.nk-btn:hover {
  opacity: 0.7;
}

.nk-btn.is-inactive {
  cursor: default;
  background-color: #ccc;
}

.nk-btn.is-inactive:hover {
  opacity: 1;
}

.nk-btn--csv {
  width: 126px;
  height: 40px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 40px;
  background: #028307 url(../images/common/nk-icon_dl.png) no-repeat right 20px center;
  background-size: 16px 16px;
}

.nk-btn--csv .nk-btn-inner {
  left: -10px;
}

.nk-btn--del {
  width: 108px;
  height: 40px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 40px;
  background-color: #787878;
  background-image: none;
}

.nk-btn--del .nk-btn-inner {
  left: 0;
}

@media screen and (max-width: 767px) {
  .nk-btn {
    display: block;
    width: 42.76402vw;
    height: 8.08344vw;
    margin: 2.60756vw auto;
    font-size: 3.12907vw;
    font-weight: bold;
    line-height: 8.08344vw;
    background-position: right 5.21512vw center;
    background-size: 3.38983vw 3.38983vw;
  }
  .nk-btn-inner {
    left: -2.60756vw;
  }
  .nk-btn--csv {
    width: 23.46806vw;
    height: 6.5189vw;
    font-size: 2.60756vw;
    line-height: 6.5189vw;
    background-position: right 2.60756vw center;
    background-size: 2.60756vw 2.60756vw;
  }
  .nk-btn--csv .nk-btn-inner {
    left: -1.30378vw;
  }
  .nk-btn--del {
    width: 15.64537vw;
    height: 6.5189vw;
    font-size: 2.34681vw;
    line-height: 6.5189vw;
  }
}
.nk-tab-menu {
  width: 1080px;
  margin: 40px auto 0;
  font-size: 0;
  text-align: center;
}

.nk-tab-menu--2col .nk-tab-menu__item {
  width: 480px;
  font-size: 28px;
}

.nk-tab-menu__wrap {
  width: 100%;
  border-bottom: 2px solid #005003;
}

.nk-tab-menu__item {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 73px;
  font-size: 14px;
  font-weight: bold;
  line-height: 73px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: top;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #f6f6f6;
}

.nk-tab-menu__item-inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  line-height: 1.2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nk-tab-menu__item.is-active {
  color: #fff;
  background-color: #07780b;
}

.nk-tab-menu__item.is-active:hover {
  opacity: 1;
}

.nk-tab-menu__item.is-active:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -22px;
  left: 45%;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #005003;
}

.nk-tab-menu__item + .nk-tab-menu__item {
  margin-left: 40px;
}

.nk-tab-menu__item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .nk-tab-menu {
    width: 100%;
    margin: 5.21512vw auto 0;
  }
  .nk-tab-menu--2col .nk-tab-menu__item {
    width: 39.11343vw;
    font-size: 3.65059vw;
  }
  .nk-tab-menu--4col .nk-tab-menu__item {
    width: 20.8605vw;
    font-size: 1.82529vw;
  }
  .nk-tab-menu__wrap {
    width: 100%;
  }
  .nk-tab-menu__item {
    display: inline-block;
    width: 27.3794vw;
    height: 60px;
    font-size: 2.08605vw;
    line-height: 60px;
  }
  .nk-tab-menu__item + .nk-tab-menu__item {
    margin-left: 3.91134vw;
  }
}
.nk-paging {
  font-size: 0;
}

.nk-paging__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  color: #07780b;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
}

.nk-paging__item:hover {
  opacity: 0.7;
}

.nk-paging__item:first-child {
  border-left: 1px solid #ddd;
}

.nk-paging__item.is-active {
  cursor: default;
  color: #fff;
  border: 1px solid #07780b;
  background-color: #07780b;
}

.nk-paging__item.is-active:hover {
  opacity: 1;
}

.nk-paging__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .nk-paging__item {
    width: 5.21512vw;
    height: 5.21512vw;
    font-size: 2.08605vw;
    line-height: 5.21512vw;
  }
}
.nk-item {
  position: relative;
  width: 100%;
  margin: 20px auto;
}

.nk-item + .nk-item {
  margin-top: 20px;
}

.nk-item--rakusatsu .nk-item__inner {
  border-color: #0068b7;
}

.nk-item--rakusatsu .nk-item__status-no {
  color: #0068b7;
}

.nk-item--rakusatsu .nk-item__title-area {
  background-color: #0068b7;
}

.nk-item--rakusatsu .nk-item__title-favorite {
  border: 2px solid #0068b7;
}

.nk-item--rakusatsu .nk-item__title-favorite.no_bookmark {
  color: #0068b7;
}

.nk-item--rakusatsu .nk-item__info-title {
  background-color: #0068b7;
}

.nk-item--rakusatsu .nk-item__info-content {
  border: 1px solid #0068b7;
}

.nk-item--yotei .nk-item__inner {
  border-color: #ffbee6;
}

.nk-item--yotei .nk-item__title {
  color: #323232;
  /*&-favorite {
        border: 2px solid #ffbee6;

        &.no_bookmark {
          color: #323232;
        }
      }*/
}

.nk-item--yotei .nk-item__title-inner {
  border-color: #323232;
}

.nk-item--yotei .nk-item__title-area {
  background-color: #ffbee6;
}

.nk-item--yotei .nk-item__info-title {
  color: #323232;
  background-color: #ffbee6;
}

.nk-item--yotei .nk-item__info-content {
  border: 1px solid #ffbee6;
}

.nk-item__list {
  width: 100%;
  margin: 0 auto;
}

.nk-item__tab {
  display: inline-block;
  width: 127px;
  height: 28px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #07780b;
}

.nk-item__tab--rakusatsu {
  background-color: #0068b7;
}

.nk-item__tab--accept {
  background-color: #e62828;
}

.nk-item__tab--yotei {
  color: #323232;
  background-color: #ffbee6;
}

.nk-item__tab + .nk-item__tab {
  margin-left: 10px;
}

.nk-item__tab-list {
  margin-left: 24px;
  font-size: 0;
}

.nk-item__inner {
  padding-bottom: 10px;
  border: 2px solid #07780b;
}

.nk-item__status {
  display: inline-block;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 20px;
  background-color: #e62828;
}

.nk-item__status-area {
  position: relative;
  height: 70px;
  padding-left: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 40px;
}

.nk-item--yotei .nk-item__status-no {
  margin-right: 40px;
  color: #ff1493;
}

.nk-item__status--unknown {
  background-color: #787878;
}

.nk-item__status--fin {
  background-color: #000;
}

.nk-item__status--accept {
  background-color: #e62828;
}

.nk-item__check {
  display: none;
}

.nk-item__check-wrap {
  position: absolute;
  top: 10px;
  right: 60px;
}

.nk-item__check-parts {
  position: absolute;
  cursor: pointer;
}

.nk-item__check-parts:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #999;
  border-radius: 4px;
}

.nk-item__check:checked + .nk-item__check-parts {
  color: #009a9a;
}

.nk-item__check:checked + .nk-item__check-parts:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 8px;
  display: block;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-right: 4px solid #07780b;
  border-bottom: 4px solid #07780b;
}

.nk-item__title {
  color: #fff;
}

.nk-item__title-area {
  position: relative;
  padding: 2px 20px;
  background-color: #07780b;
}

.nk-item__title a {
  cursor: pointer;
  color: inherit;
}

.nk-item__title-inner {
  position: relative;
  top: 50%;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  cursor: pointer;
  border-bottom: solid 2px #fff;
}

.nk-item__title-favorite {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  width: 132px;
  height: 75%;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 29px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
  color: #fff;
  border: 2px solid #ff1493;
  border-radius: 5px;
  background-size: 16px 16px;
}

.nk-item__title-favorite.no_bookmark {
  width: 158px;
  font-weight: bold;
  cursor: pointer;
  color: #ff1493;
  background-color: #fff;
}

.nk-item__title-favorite.bookmarked {
  width: 158px;
  font-weight: bold;
  cursor: pointer;
  color: #07780b;
  background-color: #ffff19;
}

.nk-item__info {
  margin-top: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.nk-item__info-area {
  width: 1032px;
  margin: 0 auto;
}

.nk-item__info + .nk-item__info {
  margin-left: 12px;
}

.nk-item__info--full {
  width: 100%;
}

.nk-item__info--full + .nk-item__info--full {
  margin-left: inherit;
}

.nk-item__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nk-item__info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 0;
}

.nk-item__info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding: 2px 0 1px 15px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #07780b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nk-item__info-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nk-item__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 160px);
  padding: 2px 10px 1px;
  font-size: 22.4px;
  font-size: 1.4rem;
  border: 1px solid #07780b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nk-item__info-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nk-item__info a {
  -webkit-transition: all 0s;
  transition: all 0s;
  color: #ff1493;
}

.nk-item__info .nk-item__info-dl {
  display: inline-block;
  width: 160px;
  height: 33px;
  margin: 0 0 10px 10px;
  padding: 5px 10px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #ff8f01;
}

.nk-item__info-url {
  word-break: break-all;
}

.nk-item__info.is-hide {
  opacity: 0;
}

.nk-item__btn {
  width: 233px;
}

@media screen and (max-width: 767px) {
  .nk-item {
    width: 100%;
    margin: 2.60756vw auto;
  }
  .nk-item + .nk-item {
    margin-top: 2.60756vw;
  }
  .nk-item__tab {
    width: 16.55802vw;
    height: 4.43286vw;
    font-size: 2.08605vw;
    line-height: 4.43286vw;
  }
  .nk-item__tab + .nk-item__tab {
    margin-left: 1.30378vw;
  }
  .nk-item__tab-list {
    margin-left: 3.12907vw;
  }
  .nk-item__inner {
    padding-bottom: 2.60756vw;
    border: 0.52151vw solid #07780b;
  }
  .nk-item__status {
    width: 10.43025vw;
    height: 3.91134vw;
    line-height: 3.91134vw;
    border-radius: 2.60756vw;
  }
  .nk-item__status-area {
    height: 8.3442vw;
    padding-left: 2.60756vw;
    font-size: 2.34681vw;
    line-height: 8.3442vw;
  }
  .nk-item__status-no {
    margin-right: 3.25945vw;
    color: #07780b;
  }
  .nk-item__check-wrap {
    top: 1.30378vw;
    right: 7.82269vw;
  }
  .nk-item__check-parts:before {
    top: 0;
    width: 5.21512vw;
    height: 5.21512vw;
    border: 1px solid #999;
    border-radius: 0.52151vw;
  }
  .nk-item__check:checked + .nk-item__check-parts:after {
    top: 0;
    left: 1.56454vw;
    width: 1.82529vw;
    height: 3.65059vw;
    border-right: 0.65189vw solid #07780b;
    border-bottom: 0.65189vw solid #07780b;
  }
  .nk-item__title-area {
    padding: 3.91134vw 2.60756vw;
  }
  .nk-item__title-inner {
    font-size: 3.12907vw;
  }
  .nk-item__title-favorite {
    top: 52%;
    right: 2.60756vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    width: 17.20991vw;
    font-size: 1.82529vw;
    line-height: normal;
    text-align: center;
    border: 2px solid #07780b;
    border-radius: 0.65189vw;
    background-position: right 1.82529vw top 0.91265vw;
    background-size: 2.08605vw 2.08605vw;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nk-item__title-favorite.no_bookmark {
    width: 20.2086vw;
  }
  .nk-item__title-favorite.bookmarked {
    width: 20.2086vw;
  }
  .nk-item__info {
    width: 100%;
    margin-top: 2.60756vw;
  }
  .nk-item__info-area {
    width: 100%;
    padding-right: 2.60756vw;
    padding-left: 2.60756vw;
  }
  .nk-item__info + .nk-item__info {
    margin: 2.60756vw auto;
  }
  .nk-item__info-wrap {
    display: block;
  }
  .nk-item__info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .nk-item__info-title {
    display: inline-block;
    width: 24.77184vw;
    padding: 2.60756vw 0.91265vw;
    font-size: 2.08605vw;
  }
  .nk-item__info-title-inner {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .nk-item__info-content {
    display: inline-block;
    width: 71.96871vw;
    padding: 2.60756vw 1.30378vw 2.60756vw 2.60756vw;
    font-size: 1.82529vw;
  }
  .nk-item__info-content-inner {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
  .nk-item__info .nk-item__info-dl {
    display: inline-block;
    width: 20.8605vw;
    height: 4.30248vw;
    margin: 0 0 1.30378vw 1.30378vw;
    padding: 0.65189vw 1.30378vw;
    color: #fff;
    border-radius: 5px;
    background-color: #ff8f01;
  }
  .nk-item__info.is-hide {
    display: none;
  }
  .nk-item__btn {
    width: 30.3781vw;
  }
}
.nk-modal .modal-checkbox {
  display: none;
}

.nk-modal__overlay {
  position: fixed;
  z-index: -100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.nk-modal__wrap {
  position: absolute;
  top: 110px;
  right: 0;
  left: 0;
  width: 880px;
  margin: 0 auto 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.nk-modal__wrap--saved {
  width: 1080px;
  min-height: 600px;
}

.nk-modal__wrap.a-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.nk-modal__wrap.from-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.nk-modal__wrap.from-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.nk-modal__wrap.from-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.nk-modal__wrap.from-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.nk-modal__close {
  position: absolute;
  top: -50px;
  right: 5px;
  display: block;
  width: 40px;
  height: 41px;
  cursor: pointer;
  background: url(../images/common/nk-icon_modal-close.png) no-repeat center center;
}

.nk-modal input:checked ~ .o-close {
  z-index: 9998;
}

input:checked ~ .nk-modal__overlay {
  z-index: 9997;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation-name: modal-overlay-fade-in;
  animation-name: modal-overlay-fade-in;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 1;
}

input:checked ~ .nk-modal__overlay .nk-modal__wrap {
  z-index: 9999;
  -webkit-animation-name: modal-fade-in;
  animation-name: modal-fade-in;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 767px) {
  .nk-modal__wrap {
    position: absolute;
    top: 7.1708vw;
    right: 0;
    left: 0;
    width: 95%;
  }
  .nk-modal__wrap--saved {
    width: 95%;
    min-height: 39.11343vw;
  }
  .nk-modal__close {
    top: -6.5189vw;
    right: 0.65189vw;
    width: 5.21512vw;
    height: 5.3455vw;
    cursor: pointer;
    background-size: 5.21512vw 5.3455vw;
  }
}
@-webkit-keyframes modal-overlay-fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
}
@keyframes modal-overlay-fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}
@-webkit-keyframes modal-fade-in {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes modal-fade-in {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.42857px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  z-index: 1060;
  top: 0;
  left: 0;
  display: none;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.42857;
  text-align: start;
  text-align: left;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  word-break: normal;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-shadow: none;
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  background-color: #f7f7f7;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  content: " ";
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  bottom: -10px;
  border-right-width: 0;
  border-left-color: #fff;
}

@media screen and (min-width: 768px) {
  #gheader .link-list {
    top: 30px;
  }
}
#gheader .link-list .contact {
  position: relative;
  margin-right: 30px;
}

#gheader .link-list .contact a {
  display: inline-block;
  padding-right: 20px;
  padding-left: 0;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  text-decoration: none;
  color: #07780b;
  background: url(../images/common/nk-icon_gnav-link.png) no-repeat right top 9px;
}

#gheader .link-list .contact::before {
  display: none;
}

#gheader .link-list .trial a {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
}

#gheader .link-list .regist a {
  display: block;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  background: #0075C2;
}

@media screen and (max-width: 767px) {
  #gheader .link-list .regist {
    display: none;
  }
}
#gheader #gnav ul li a {
  height: 58px;
  padding: 0;
}

#gheader #gnav ul li a span {
  position: relative;
  top: 50%;
  display: block;
  line-height: 1.2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gheader #gnav ul .login {
  background-color: #07780b;
}

#gheader #gnav ul .login a {
  color: #fff;
}

#gheader .login-block.is-pc {
  top: 168px;
}

@media screen and (min-width: 768px) {
  #gheader .login-block .login-inner::before {
    right: 80px;
  }
}
.sp-side .btn-trial a {
  background: #ff8f00;
}

.sp-side .btn-login a {
  position: relative;
  background: #07780b;
}

.sp-side .btn-login a::before {
  display: none;
}

.sp-side .btn-regist a {
  background: #e62828;
}

.sp-side .link-type_001 {
  margin: 0 15px 40px;
  padding-top: 10px;
}

.sp-side .link-type_001:before {
  display: none;
}

.sp-side .link-type_001 a {
  padding-right: 20px;
  text-decoration: none;
  color: #07780b;
  background: url(../images/common/nk-icon_gnav-link.png) no-repeat right center;
}

.sp-side .nav-list li.loggedin a {
  color: #07780b;
}

#gheader.loggedin > .inner {
  height: 55px;
}

@media screen and (min-width: 768px) {
  #gheader.loggedin > .inner {
    height: 130px;
  }
}
@media screen and (min-width: 768px) {
  #gheader.loggedin > .inner {
    height: 130px;
  }
}
#gheader.loggedin #logo {
  width: 80px;
  padding: 6px 0;
  text-align: left;
  display: block;
}

@media screen and (min-width: 768px) {
  #gheader.loggedin #logo {
    width: 300px;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #gheader.loggedin #logo a.socialLogo {
    display: block;
    width: 30px;
    margin: 25px 0px 15px 15px;
  }
}
#gheader.loggedin #logo a {
  display: block;
}

@media screen and (max-width: 767px) {
  #gheader.loggedin #logo a.socialLogo {
    display: none;
  }
}
.authed-link-list {
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
}

.authed-link-list__item {
  display: block;
  text-align: right;
}

.authed-link-list__item-info {
  display: inline-block;
  width: 227px;
  height: 33px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #e62828;
}

.authed-link-list__item-name {
  display: block;
  margin-top: 10px;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.authed-link-list__item-menu {
  margin-top: 10px;
}

.authed-link-list__item-menu-item {
  display: inline-block;
  padding-right: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
  background: url(../images/common/nk-icon_gnav-link.png) no-repeat right 0 top 4px;
}

.authed-link-list__item-menu-item + .authed-link-list__item-menu-item {
  margin-left: 20px;
}

.authed-link-list__item-menu-item.logout {
  background: url(../images/common/nk-icon_logout.png) no-repeat right 0 top 4px;
}

.authed-link-list__item-menu-item a {
  color: #07780b;
}

.authed-link-list .sp-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .authed-link-list__item {
    display: none;
  }
  .authed-link-list .sp-btn {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 20px;
    display: block;
    width: 30px;
    height: 21px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .authed-link-list .sp-btn:hover {
    opacity: 0.8;
  }
  .authed-link-list .sp-btn span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    float: left;
    clear: both;
    overflow: hidden;
    width: 30px;
    height: 3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #333;
  }
  .authed-link-list .sp-btn span:nth-child(1) {
    z-index: 3;
    margin-top: 0;
  }
  .authed-link-list .sp-btn span:nth-child(2) {
    z-index: 3;
    margin-top: 9px;
  }
  .authed-link-list .sp-btn span:nth-child(3) {
    z-index: 3;
    margin-top: 18px;
  }
}
#gheader #gnav .authed-gnav {
  display: block;
  font-size: 0;
  text-align: center;
  background: url(../images/common/nk-bg_gnav.png) repeat center center;
}

#gheader #gnav .authed-gnav__item {
  display: inline-block;
  height: 69px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
  background-color: #07780b;
}

#gheader #gnav .authed-gnav__item.is-current {
  background-color: #00AA00;
}

#gheader #gnav .authed-gnav__item .small {
  display: inline-block;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
}

#gheader #gnav .authed-gnav__item a {
  height: 69px;
  color: #fff;
}

#gheader #gnav .authed-gnav li a:before {
  background-color: #005003;
}

#gheader #gnav .authed-gnav li:last-child a::before {
  background-color: #005003;
}

#gheader #gnav ul.authed-gnav li:last-child a::after {
  background: #005003;
}

.flow-entry .ttl-type_003 {
  padding-left: 40px;
  background: url(../images/common/nk-icon_human.png) no-repeat left top;
  background-size: 30px 30px;
}

.flow-entry .ttl-type_005 {
  color: #07780b;
}

.flow-entry .ttl-type_005:before {
  background-color: #07780b;
}

.flow-entry__step-lead {
  margin-top: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
}

.flow-entry__step-list {
  margin: 40px auto 60px;
  font-size: 0;
}

.flow-entry__step-item {
  position: relative;
  display: inline-block;
  width: 240px;
  vertical-align: top;
}

.flow-entry__step-item + .flow-entry__step-item {
  margin-left: 40px;
}

.flow-entry__step-item + .flow-entry__step-item:before {
  content: "";
  position: absolute;
  top: 90px;
  left: -26px;
  display: block;
  width: 12px;
  height: 20px;
  background: url(../images/flow_entry/icon_arrow.png) no-repeat left top;
  background-size: 12px 20px;
}

.flow-entry__step-item-box {
  height: 190px;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #7ec536;
}

.flow-entry__step-item-box-no {
  padding-top: 18px;
  font-size: 32px;
  font-size: 2rem;
}

.flow-entry__step-item-box-img {
  width: 100%;
  height: 80px;
  margin-top: 18px;
}

.flow-entry__step-item-box-img--01 {
  background: url(../images/flow_entry/icon_step01.png) no-repeat center center;
  background-size: 80px auto;
}

.flow-entry__step-item-box-img--02 {
  background: url(../images/flow_entry/icon_step02.png) no-repeat center center;
  background-size: 80px auto;
}

.flow-entry__step-item-box-img--03 {
  background: url(../images/flow_entry/icon_step03.png) no-repeat center center;
  background-size: 80px auto;
}

.flow-entry__step-item-box-img--04 {
  background: url(../images/flow_entry/icon_step04.png) no-repeat center center;
  background-size: 80px auto;
}

.flow-entry__step-item-box-text {
  padding-top: 18px;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.flow-entry__step-item-text {
  margin-top: 22px;
  font-size: 12px;
}

.flow-entry__agreement {
  margin-top: 40px;
}

.flow-entry__policy {
  margin-top: 40px;
}

.flow-entry__textarea {
  overflow-y: scroll;
  height: 240px;
  margin: 40px 20px 0;
  padding: 20px;
  background-color: #f6f6f6;
}

.flow-entry__textarea-title {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.flow-entry__textarea-lead {
  padding-bottom: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .flow-entry__textarea-lead {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
.flow-entry__check {
  display: block;
  width: 100%;
  margin: 42px auto 0;
  cursor: pointer;
  text-align: center;
}

.flow-entry__check input {
  position: absolute;
  left: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flow-entry__check .check-parts {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 1;
}

.flow-entry__check .check-parts:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}

@media screen and (max-width: 767px) {
  .flow-entry__check .check-parts:before {
    background: #fff;
  }
}
.flow-entry__check input:checked + .check-parts::before {
  border: 1px solid #028306;
  background: #028306;
}

.flow-entry__check input:checked + .check-parts:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.flow-entry__form {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #f6f6f6;
}

.flow-entry__form-btn {
  width: 400px;
}

.flow-entry__form-text {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
}

.flow-entry__form-text a {
  text-decoration: none;
  color: #07780b;
}

@media screen and (max-width: 767px) {
  .flow-entry__step-lead {
    font-size: 2.08605vw;
  }
  .flow-entry__step-list {
    margin: 5.21512vw auto 7.82269vw;
    font-size: 0;
  }
  .flow-entry__step-item {
    display: block;
    width: 100%;
  }
  .flow-entry__step-item + .flow-entry__step-item {
    margin: 5.21512vw auto;
  }
  .flow-entry__step-item + .flow-entry__step-item:before {
    top: -3.91134vw;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 12px 20px;
  }
  .flow-entry__step-item-box {
    height: auto;
    min-height: 13.03781vw;
    text-align: left;
  }
  .flow-entry__step-item-box-no {
    padding-top: 2.60756vw;
    padding-left: 15.64537vw;
    font-size: 3.12907vw;
  }
  .flow-entry__step-item-box-img {
    position: absolute;
    top: 0;
    left: 2.60756vw;
    width: 7.82269vw;
    height: 13.03781vw;
    margin: 0;
  }
  .flow-entry__step-item-box-img--01 {
    background-size: 7.82269vw auto;
  }
  .flow-entry__step-item-box-img--02 {
    background-size: 7.82269vw auto;
  }
  .flow-entry__step-item-box-img--03 {
    background-size: 7.82269vw auto;
  }
  .flow-entry__step-item-box-img--04 {
    background-size: 7.82269vw auto;
  }
  .flow-entry__step-item-box-text {
    padding-top: 2.34681vw;
    padding-left: 15.64537vw;
    font-size: 2.60756vw;
  }
  .flow-entry__step-item-text {
    margin-top: 1.30378vw;
    font-size: 1.95567vw;
  }
  .flow-entry__form {
    padding-top: 5.21512vw;
    padding-bottom: 5.21512vw;
  }
  .flow-entry__form-btn {
    width: 52.15124vw;
  }
  .flow-entry__form-text {
    font-size: 2.34681vw;
  }
}
.regist-input .ttl-type_003 {
  padding-left: 40px;
  background: url(../images/common/nk-icon_human.png) no-repeat left top;
  background-size: 30px 30px;
}

.regist-input .nk-btn {
  display: inline-block;
}

@media screen and (max-width: 767px) {
  .regist-input .nk-btn {
    display: block;
  }
}
.regist-input .nk-btn + .nk-btn {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  .regist-input .nk-btn + .nk-btn {
    margin-top: 2.60756vw;
    margin-left: auto;
  }
}
.regist-input .nk-form .checkbox {
  margin-bottom: 10px;
}

.regist-input__lead {
  margin-bottom: 25px;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
}

.regist-input__img-step {
  margin-bottom: 35px;
  text-align: center;
}

.regist-input__alert {
  color: #ef5350;
}

.regist-input input.is-alert {
  border-color: #ef5350;
  background-color: #ffebeb;
}

.regist-input__checked-inside {
  position: relative;
}

.regist-input__checked-inside:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: -35px;
  vertical-align: middle;
  background: url(../images/common/nk-icon_input-check.png) no-repeat center center;
  position: absolute;
  top: 25%;
}

.regist-input__checked-outside {
  position: relative;
}

.regist-input__checked-outside:after {
  content: "";
  display: inline-block;
  width: 20px;
  height: 20px;
  margin-left: 8px;
  vertical-align: middle;
  background: url(../images/common/nk-icon_input-check.png) no-repeat center center;
}

.regist-input__pref-info {
  margin: 20px auto 40px;
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #07780b;
}

.regist-input__pref-info input[type=text] {
  width: auto;
  margin-right: 10px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.regist-input__pref-info-btn {
  width: 180px;
  height: 40px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 40px;
  background: #028307 url(../images/common/nk-icon_link-out.png) no-repeat right 20px center;
  background-size: 16px 16px;
}

.regist-input__pref-info-btn-inner {
  position: relative;
  left: -10px;
}

.regist-input__pref-info-btn:hover {
  opacity: 0.7;
}

.regist-input__complete {
  margin-bottom: 180px;
  padding: 60px 0;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
  background: #e8f5e9;
}

.regist-input__complete .name {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

.regist-input__complete .link-type_001 a {
  display: inline-block;
  padding-left: 0;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-decoration: underline;
  color: #028306;
}

.regist-input__complete .txt {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .regist-input__lead {
    margin-bottom: 25px;
    font-size: 20.8px;
    font-size: 1.3rem;
    text-align: center;
  }
  .regist-input__pref-info {
    margin: 2.60756vw auto 5.21512vw;
    font-size: 3.65059vw;
  }
  .regist-input__complete {
    margin-bottom: 80px;
    padding: 20px;
    font-size: 20.8px;
    font-size: 1.3rem;
  }
  .regist-input__complete .link-type_001 a {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
  .regist-input__complete .txt {
    margin-bottom: 45px;
  }
}
#contact #info .lead {
  margin-bottom: 20px;
}

#contact #info .info-list-block {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  #contact #info .info-list-block {
    height: 172px;
  }
}
#contact #info .info-list-block li {
  position: relative;
}

@media screen and (max-width: 767px) {
  #contact #info .info-list-block li {
    padding: 15px 10px;
  }
  #contact #info .info-list-block li:not(:last-of-type) {
    border-bottom: 1px dotted #ddd;
  }
  #contact #info .info-list-block li:last-of-type dl dd {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #contact #info .info-list-block li:first-of-type {
    width: 50%;
  }
  #contact #info .info-list-block li:last-of-type {
    width: 50%;
  }
}
#contact #info .info-list-block li dl {
  position: relative;
  display: block;
}

#contact #info .info-list-block li dl.tel:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/contact/icon_tel.png) no-repeat center center;
  background-size: 30px 30px;
}

#contact #info .info-list-block li dl.fax:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/contact/icon_fax.png) no-repeat center center;
  background-size: 30px 30px;
}

@media screen and (max-width: 767px) {
  #contact #info .info-list-block li dl.tel:before, #contact #info .info-list-block li dl.fax:before {
    display: inline-block;
    vertical-align: middle;
  }
}
#contact #info .info-list-block li dl dt {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contact #info .info-list-block li dl dt {
    display: inline-block;
    min-width: 70px;
    text-align: center;
    vertical-align: middle;
  }
}
#contact #info .info-list-block li dl dt span {
  padding: 8px 15px;
  font-size: 20.8px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #ff8f00;
}

@media screen and (min-width: 768px) {
  #contact #info .info-list-block li dl dt span {
    margin-top: 10px;
    padding: 4px 25px;
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
#contact #info .info-list-block li dl dd {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 44.8px;
  font-size: 2.8rem;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  #contact #info .info-list-block li dl dd {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #contact #info .info-list-block li:last-of-type dl dd {
    font-size: 44.8px;
    font-size: 2.8rem;
  }
}
#contact #info .notice {
  margin: 40px auto;
  text-align: center;
}

#contact #download .sec-inner {
  padding-top: 30px;
}

.info-change .ttl-type_003 {
  padding-left: 40px;
  background: url(../images/common/nk-icon_human.png) no-repeat left top;
  background-size: 30px 30px;
}

.info-change__lead {
  margin-bottom: 25px;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .info-change__lead {
    margin-bottom: 25px;
    font-size: 20.8px;
    font-size: 1.3rem;
    text-align: center;
  }
}
.bookmark-anken .ttl-type_003 {
  padding-left: 40px;
  background: url(../images/common/nk-icon_bookmark.png) no-repeat left top;
  background-size: 28px 30px;
}

.bookmark-anken__title-wrap {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.bookmark-anken__title-wrap .ttl-type_003 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bookmark-anken__title-wrap {
    width: auto;
    padding: 5.21512vw 0 0;
  }
}
.bookmark-anken__search {
  width: 100%;
  padding: 20px 40px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #fafafa;
}

.bookmark-anken__search .select-parts select {
  font-weight: normal;
}

.bookmark-anken__search-display {
  display: inline-block;
  vertical-align: top;
}

.bookmark-anken__search-display .select-parts {
  width: 60px;
}

.bookmark-anken__search-year {
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
}

.bookmark-anken__search-year .select-parts {
  width: 120px;
}

.bookmark-anken__search-order {
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
}

.bookmark-anken__search-order .select-parts {
  width: 220px;
}

.bookmark-anken__result-text {
  margin-top: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.bookmark-anken__paging {
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}

.bookmark-anken__action {
  width: 100%;
  margin: 40px auto 0;
  text-align: right;
}

.bookmark-anken__action-btn {
  display: inline-block;
}

.bookmark-anken__action-btn + .bookmark-anken__action-btn {
  margin-left: 20px;
}

.bookmark-anken__action-text {
  position: relative;
  right: 128px;
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 14px;
}

.bookmark-anken__action-text a {
  text-decoration: none;
  color: #028307;
}

.bookmark-anken__action-text img {
  position: relative;
  margin-left: 10px;
}

.bookmark-anken__action__list {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .bookmark-anken__search {
    padding: 2.60756vw 5.21512vw;
    font-size: 2.08605vw;
  }
  .bookmark-anken__search-display {
    line-height: 6.5189vw;
  }
  .bookmark-anken__search-display .select-parts {
    width: 10.43025vw;
  }
  .bookmark-anken__search-display .select-parts select {
    height: 6.5189vw;
  }
  .bookmark-anken__search-year {
    margin-left: 5.21512vw;
    line-height: 6.5189vw;
  }
  .bookmark-anken__search-year .select-parts {
    width: 18.25293vw;
  }
  .bookmark-anken__search-year .select-parts select {
    height: 6.5189vw;
  }
  .bookmark-anken__search-order {
    margin-top: 2.60756vw;
    margin-left: auto;
    line-height: 6.5189vw;
  }
  .bookmark-anken__search-order .select-parts {
    width: 28.68318vw;
  }
  .bookmark-anken__search-order .select-parts select {
    height: 6.5189vw;
  }
  .bookmark-anken__result-text {
    margin-top: 2.60756vw;
    font-size: 2.08605vw;
  }
  .bookmark-anken__paging {
    margin: 5.21512vw auto 0;
  }
  .bookmark-anken__action {
    margin: 5.21512vw auto 0;
  }
  .bookmark-anken__action-btn + .bookmark-anken__action-btn {
    margin-left: 2.60756vw;
  }
  .bookmark-anken__action-text {
    right: 19.55671vw;
    font-size: 2.08605vw;
    line-height: 1;
  }
  .bookmark-anken__action-text img {
    margin-left: 1.30378vw;
  }
  .bookmark-anken__list {
    margin-top: 5.21512vw;
  }
}
.both-item-search__btn--block, .both-item-search__btn--area, .both-item-search__btn--category {
  height: 40px;
  margin: 20px 0 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 40px;
  background: #07780b url(../images/common/nk-icon_link-out.png) no-repeat right 20px center;
  background-size: 16px 16px;
}

.both-item-search__btn--block .nk-btn-inner, .both-item-search__btn--area .nk-btn-inner, .both-item-search__btn--category .nk-btn-inner {
  left: -10px;
}

/*
.both-item-search--mode-nyusatsu .form-sub-ttl, .both-item-search--mode-rakusatsu .form-sub-ttl {
  display: none;
}
*/

.both-item-search--mode-nyusatsu .both-item-search__f, .both-item-search--mode-rakusatsu .both-item-search__f {
  margin-top: 0;
  padding-bottom: 0;
  border-top: none;
  border-bottom: none;
}

.both-item-search--mode-nyusatsu .both-item-search__f:nth-child(n+2), .both-item-search--mode-rakusatsu .both-item-search__f:nth-child(n+2) {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.both-item-search--mode-nyusatsu .both-item-search__f:nth-child(n+2) .both-item-search__f-title, .both-item-search--mode-rakusatsu .both-item-search__f:nth-child(n+2) .both-item-search__f-title {
  display: none;
}

.both-item-search--mode-nyusatsu .both-item-search__f-title, .both-item-search--mode-rakusatsu .both-item-search__f-title {
  border-top: 1px solid #ddd;
}

.both-item-search--mode-nyusatsu .both-item-search__f-box:last-child, .both-item-search--mode-rakusatsu .both-item-search__f-box:last-child {
  margin-bottom: 0;
}

.both-item-search--mode-nyusatsu .both-item-search__f--rakusatsu {
  display: none;
}

.both-item-search--mode-nyusatsu .both-item-search__f-title {
  background-color: #e8f5e9;
}

.both-item-search--mode-nyusatsu .both-item-search__f-box-l {
  background-color: #e8f5e9;
}

.both-item-search--mode-rakusatsu .both-item-search__f--nyusatsu {
  display: none;
}

.both-item-search--mode-rakusatsu .both-item-search__f-title {
  background-color: #d6ecff;
}

.both-item-search--mode-rakusatsu .both-item-search__f-box-l {
  background-color: #d6ecff;
}

.both-item-search__inner {
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .both-item-search__inner {
    width: auto;
    padding: 0;
  }
}
.both-item-search__title-wrap {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.both-item-search__title-wrap .ttl-type_003 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .both-item-search__title-wrap {
    width: auto;
    padding: 5.21512vw 0 0;
  }
}
.both-item-search__result-btn-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.both-item-search__result-btn-area-text {
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #07780b;
}

.both-item-search__result-btn-area--bottom {
  display: block;
  width: 1080px;
  margin: 0 auto 40px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .both-item-search__result-btn-area {
    display: block;
    text-align: center;
  }
  .both-item-search__result-btn-area-text {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    color: #07780b;
  }
  .both-item-search__result-btn-area--bottom {
    width: 100%;
    margin: 0 auto 5.21512vw;
  }
}
.both-item-search__result-heading {
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
  border-top: 4px solid #07780b;
}

.both-item-search__result-heading-text1 {
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #07780b;
}

.both-item-search__result-heading-text2 {
  margin-top: 10px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .both-item-search__result-heading {
    margin-top: 5.21512vw;
    padding-top: 5.21512vw;
  }
  .both-item-search__result-heading-text1 {
    font-size: 3.91134vw;
  }
  .both-item-search__result-heading-text2 {
    margin-top: 1.30378vw;
    font-size: 2.34681vw;
  }
}
.both-item-search__result-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fafafa;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.both-item-search__result-action-note {
  margin-left: 10px;
  line-height: 40px;
}

.both-item-search__result-action-note a {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  color: #07780b;
}

.both-item-search__result-action-note img {
  margin-left: 8px;
  vertical-align: middle;
}

.both-item-search__result-action .select-parts.sorttype select {
  width: 190px;
}

.both-item-search__result-action .select-parts.pagesize select {
  width: 70px;
}

@media screen and (max-width: 767px) {
  .both-item-search__result-action {
    display: block;
    margin-top: 5.21512vw;
    padding-top: 2.60756vw;
    padding-right: 2.60756vw;
    padding-bottom: 2.60756vw;
    font-size: 2.08605vw;
    text-align: center;
  }
  .both-item-search__result-action-note {
    margin-left: 1.30378vw;
    line-height: 5.21512vw;
  }
  .both-item-search__result-action-note a {
    font-size: 1.82529vw;
  }
  .both-item-search__result-action-note img {
    margin-left: 1.04302vw;
  }
  .both-item-search__result-action-csv {
    margin-bottom: 20px;
  }
  .both-item-search__result-action .select-parts.sorttype select {
    width: 32.59452vw;
    height: 6.5189vw;
    line-height: 6.5189vw;
  }
  .both-item-search__result-action .select-parts.pagesize select {
    width: 9.12647vw;
    height: 6.5189vw;
    line-height: 6.5189vw;
  }
}
.yotei-search__result-paging_top {
  margin: 20px auto;
  text-align: center;
}

.yotei-search__result-paging_bottom {
  margin: 80px auto 20px;
  text-align: center;
}

.both-item-search__result-paging {
  margin: 80px auto;
  text-align: center;
}

.next-page, .prev-page {
  width: 120px;
}

.first-page {
  width: 140px;
}

@media screen and (max-width: 767px) {
  .both-item-search__result-paging {
    margin: 10.43025vw auto;
  }
}
.both-item-search__btn--call-saved {
  width: 443px;
  background: #ff8f00 url(../images/common/nk-icon_link-out.png) no-repeat right 40px center;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--call-saved {
    width: 57.7575vw;
    background-position: right 5.21512vw center;
    background-size: 3.38983vw 3.38983vw;
  }
}
.both-item-search__btn--block {
  width: 168px;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--block {
    margin: 2.60756vw auto 0;
  }
}
.both-item-search__btn--span1 {
  display: inline-block;
  width: 254px;
  height: 40px;
  margin: 20px 0 0;
  cursor: pointer;
  background: url(../images/both_item_search/btn_span1.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--span1 {
    width: 45.63233vw;
    height: 7.1708vw;
    margin: 2.60756vw 0 0;
    background-size: 45.63233vw 7.1708vw;
  }
}
.both-item-search__btn--span2 {
  display: inline-block;
  width: 270px;
  height: 40px;
  margin: 20px 0 0 20px;
  cursor: pointer;
  background: url(../images/both_item_search/btn_span2.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--span2 {
    width: 48.37027vw;
    height: 7.1708vw;
    margin: 2.60756vw 0 0;
    background-size: 48.37027vw 7.1708vw;
  }
}
.both-item-search__btn--span3 {
  display: inline-block;
  width: 174px;
  height: 40px;
  margin: 20px 0 0;
  cursor: pointer;
  background: url(../images/both_item_search/btn_span3.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--span3 {
    width: 26.07562vw;
    height: 5.99739vw;
    margin: 2.60756vw 0 0;
    background-size: 26.07562vw 5.99739vw;
  }
}
.both-item-search__btn--area {
  display: inline-block;
  width: 168px;
  margin: 0 0 0 20px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--area {
    margin-top: 20px;
  }
}
.both-item-search__btn--category {
  display: inline-block;
  width: 194px;
  margin: 0 0 0 20px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--category {
    margin-top: 20px;
  }
}
.both-item-search__btn--submit {
  width: 250px;
  background-position: right 50px center;
}

.both-item-search__btn--submit .nk-btn-inner {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--submit {
    width: 42.76402vw;
    padding-left: 2.60756vw;
    background-position: right 6.5189vw center;
  }
  .both-item-search__btn--submit .nk-btn-inner {
    padding-left: 2.60756vw;
  }
}
.both-item-search__btn--edit-saved {
  position: relative;
  right: 0;
  display: inline-block;
  width: 171px;
  height: 40px;
  margin: 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 40px;
  background-color: #07780b;
  background-position: right 20px center;
  background-size: 16px 16px;
}

.both-item-search__btn--edit-saved .nk-btn-inner {
  left: -10px;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--edit-saved {
    display: block;
    margin: 2.60756vw auto 0;
  }
}
.both-item-search__btn--check-off-all, .both-item-search__btn--check-on-all {
  display: inline-block;
  width: 180px;
  height: 40px;
  margin: 20px 0 20px 20px;
  cursor: pointer;
  background: url(../images/both_item_search/btn_check_off_all.png) no-repeat center center;
}

.both-item-search__btn--check-off-all:hover, .both-item-search__btn--check-on-all:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--check-off-all, .both-item-search__btn--check-on-all {
    width: 23.46806vw;
    height: 5.21512vw;
    margin: 2.60756vw 0 2.60756vw 2.60756vw;
    background-size: 23.46806vw 5.21512vw;
  }
}
.both-item-search__btn--check-on-all {
  background: url(../images/both_item_search/btn_check_on_all.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--check-on-all {
    background-size: 23.46806vw 5.21512vw;
  }
}
.both-item-search__btn--csv {
  display: inline-block;
  width: 126px;
  height: 40px;
  margin: 0 0 0 20px;
  cursor: pointer;
  vertical-align: top;
  background: url(../images/both_item_search/btn_csv.png) no-repeat center center;
}

.both-item-search__btn--csv:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--csv {
    width: 16.42764vw;
    height: 5.21512vw;
    margin: 0;
    background-size: 16.42764vw 5.21512vw;
  }
}
.both-item-search__note {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  cursor: pointer;
  color: #07780b;
}

.both-item-search__note img {
  position: relative;
  margin-left: 3px;
}

.both-item-search__attention {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #e62828;
}

.both-item-search .form-sub-ttl {
  width: 1080px;
  margin: 40px auto 0;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .both-item-search .form-sub-ttl {
    width: auto;
    margin: 5.21512vw auto 0;
  }
}
.both-item-search__f {
  position: relative;
  margin-top: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #ddd;
}

.both-item-search__f:first-child {
  margin-top: 20px;
}

.both-item-search__f--nyusatsu .both-item-search__f-title {
  background-color: #e8f5e9;
}

.both-item-search__f--nyusatsu .both-item-search__f-box-l {
  background-color: #e8f5e9;
}

.both-item-search__f--rakusatsu .both-item-search__f-title {
  background-color: #d6ecff;
}

.both-item-search__f--rakusatsu .both-item-search__f-box-l {
  background-color: #d6ecff;
}

.both-item-search__f-title {
  position: relative;
  display: block;
  height: 56px;
  padding-left: 45px;
  font-weight: bold;
  line-height: 56px;
  background: #fffad5 url(../images/common/nk-icon_search.png) no-repeat left 20px center;
  background-size: 18px 18px;
}

.both-item-search__f-accordion {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/common/nk-icon_accordion.png) no-repeat center center;
  background-size: 20px 20px;
}

.both-item-search__f-accordion.is-close {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.both-item-search__f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 20px 0;
  border: 1px solid #ddd;
}

.both-item-search__f-box-wrap {
  padding-top: 20px;
}

.both-item-search__f-box:first-child {
  margin-top: 0;
}

.both-item-search__f-box:last-child {
  margin-bottom: 20px;
}

.both-item-search__f-box-l {
  width: 240px;
  padding: 20px;
  vertical-align: top;
  background-color: #fffad5;
}

.both-item-search__f-box-l h3 {
  font-weight: bold;
}

.both-item-search__f-box-r {
  width: 800px;
  padding: 20px;
  vertical-align: top;
}

.both-item-search__f-box-r-text {
  position: flex;
}

@media screen and (max-width: 767px) {
  .both-item-search__f-box {
    display: block;
    margin: 2.60756vw 2.60756vw 0;
  }
  .both-item-search__f-box-wrap {
    margin-top: 0;
    padding-top: 2.60756vw;
  }
  .both-item-search__f-box-l {
    width: 100%;
    padding: 10px 1.69492vw;
  }
  .both-item-search__f-box-l h3 {
    line-height: 1.6;
  }
  .both-item-search__f-box-r {
    width: 100%;
    padding: 10px 1.69492vw;
  }
  .both-item-search__f-box-r-text {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.both-item-search__kw {
  margin-bottom: 20px;
  font-size: 0;
}

.both-item-search__kw input[type=text] {
  width: 310px;
  margin-bottom: 10px;
  vertical-align: top;
}

.both-item-search__kw input[type=text]:nth-child(even) {
  margin-left: 10px;
}

.both-item-search__kw--emphasize {
  border-bottom: 1px solid #ddd;
}

.both-item-search__kw--emphasize input[type=text] {
  width: 336px;
  padding: 15px 20px;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.both-item-search__kw--emphasize .both-item-search__kw-title {
  width: 100%;
  color: #07780b;
}

.both-item-search__kw--emphasize .both-item-search__kw-content {
  width: 100%;
}

.both-item-search__kw--emphasize .both-item-search__kw-content-add {
  right: 26px;
  bottom: 53px;
}

.both-item-search__kw--emphasize .both-item-search__kw-content-remove {
  right: 26px;
  bottom: 123px;
}

.both-item-search__kw--company input[type=text] {
  width: 110px;
}

.both-item-search__kw--company input[type=text]:nth-child(even) {
  margin-left: inherit;
}

.both-item-search__kw--company input[type=text]:nth-child(n+2) {
  margin-left: 10px;
}

.both-item-search__kw--company input[type=text]:nth-child(5n+1) {
  margin-left: 0;
}

.both-item-search__kw--mail input[type=text] {
  width: 315px;
}

.both-item-search__kw--mail .both-item-search__kw-title {
  display: none;
}

.both-item-search__kw--mail .both-item-search__kw-content-add {
  bottom: 23px;
}

.both-item-search__kw--mail .both-item-search__kw-content-remove {
  bottom: 72px;
}

.both-item-search__kw:first-child {
  border-bottom: 1px solid #ddd;
}

.both-item-search__kw:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.both-item-search__kw-title {
  display: inline-block;
  width: 80px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 42px;
  vertical-align: top;
}

.both-item-search__kw-content {
  position: relative;
  display: inline-block;
  width: calc(100% - 80px);
  margin-bottom: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
}

.both-item-search__kw-content-inner {
  position: relative;
}

.both-item-search__kw-content-add {
  position: absolute;
  right: 0;
  bottom: 42px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/common/nk-icon_plus.png) no-repeat center center;
  background-size: 20px 20px;
}

.both-item-search__kw-content-remove {
  position: absolute;
  right: 0;
  bottom: 95px;
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/common/nk-icon_minus.png) no-repeat center center;
  background-size: 20px 20px;
}

.both-item-search__kw-content-text {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
}

.both-item-search__kw-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.both-item-search__kw-2col .both-item-search__kw {
  width: 50%;
}

.both-item-search__kw-2col .both-item-search__kw:first-child {
  border-bottom: none;
}

.both-item-search__kw-2col .both-item-search__kw input[type=text] {
  width: 310px;
}

.both-item-search__kw-2col .both-item-search__kw input[type=text]:nth-child(even) {
  margin-left: inherit;
}

.both-item-search__kw-2col .both-item-search__kw-title, .both-item-search__kw-2col .both-item-search__kw-content {
  width: 100%;
}

.both-item-search__kw-2col .both-item-search__kw-title-add, .both-item-search__kw-2col .both-item-search__kw-title-remove, .both-item-search__kw-2col .both-item-search__kw-content-add, .both-item-search__kw-2col .both-item-search__kw-content-remove {
  right: 25px;
}

@media screen and (max-width: 767px) {
  .both-item-search__kw input[type=text] {
    width: 45%;
    padding: 7px 5px;
  }
  .both-item-search__kw input[type=text]:nth-child(even) {
    margin-left: 2%;
  }
  .both-item-search__kw--emphasize input[type=text] {
    padding: 7px 5px;
    font-size: 28.8px;
    font-size: 1.8rem;
  }
  .both-item-search__kw--emphasize .both-item-search__kw-title {
    line-height: 40px;
  }
  .both-item-search__kw--emphasize .both-item-search__kw-content-add {
    right: 0;
    bottom: 40px;
  }
  .both-item-search__kw--emphasize .both-item-search__kw-content-remove {
    right: 0;
    bottom: 95px;
  }
  .both-item-search__kw--company input[type=text] {
    width: 90%;
  }
  .both-item-search__kw--company input[type=text]:nth-child(n+2) {
    margin-left: inherit;
  }
  .both-item-search__kw--company input[type=text]:nth-child(5n+1) {
    margin-left: inherit;
  }
  .both-item-search__kw--mail input[type=text] {
    width: 45%;
    padding: 7px 5px;
  }
  .both-item-search__kw--mail input[type=text]:nth-child(even) {
    margin-left: 1.30378vw;
  }
  .both-item-search__kw--mail .both-item-search__kw-title {
    display: none;
  }
  .both-item-search__kw--mail .both-item-search__kw-content-add {
    bottom: 22px;
  }
  .both-item-search__kw-title {
    display: block;
    width: 100%;
    line-height: 40px;
  }
  .both-item-search__kw-content {
    width: 100%;
  }
  .both-item-search__kw-content-add, .both-item-search__kw-content-remove {
    background-size: 2.60756vw 2.60756vw;
  }
  .both-item-search__kw-2col {
    display: block;
  }
  .both-item-search__kw-2col .both-item-search__kw {
    width: 100%;
  }
  .both-item-search__kw-2col .both-item-search__kw input[type=text] {
    width: 92%;
  }
  .both-item-search__kw-2col .both-item-search__kw-content-add, .both-item-search__kw-2col .both-item-search__kw-content-remove {
    right: 0;
  }
}
.both-item-search__block {
  font-size: 0;
}

.both-item-search__block input[type=text] {
  width: 450px;
  padding-left: 5px;
  vertical-align: top;
}

.both-item-search__block-btn-wrap {
  display: inline-block;
  width: calc(100% - 470px);
  margin-left: 20px;
  vertical-align: top;
}

.both-item-search__block-btn-wrap .nk-btn {
  margin-top: 0;
}

.both-item-search__block-text {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .both-item-search__block input[type=text] {
    width: 100%;
  }
  .both-item-search__block-btn-wrap {
    width: 100%;
    margin-top: 2.60756vw;
    margin-left: inherit;
  }
  .both-item-search__block-text {
    display: block;
    margin: 1.30378vw auto 0;
    text-align: center;
  }
}
.both-item-search__span-div {
  position: relative;
}

.both-item-search__span-div + .both-item-search__span-div {
  margin-top: 10px;
}

.both-item-search__span-div .select-parts {
  width: 100px;
}

.both-item-search__span-div:first-child {
  display: inline-block;
}

.both-item-search__span-div:first-child:after {
  content: "～";
  position: absolute;
  top: 8px;
  right: -30px;
  display: block;
}

@media screen and (max-width: 767px) {
  .both-item-search__span {
    text-align: center;
  }
  .both-item-search__span-div {
    font-size: 2.08605vw;
  }
  .both-item-search__span-div + .both-item-search__span-div {
    margin-top: 3.91134vw;
  }
  .both-item-search__span-div .select-parts {
    width: 15.64537vw;
  }
  .both-item-search__span-div .select-parts select {
    height: 6.5189vw;
    font-size: 1.82529vw;
  }
  .both-item-search__span-div:first-child {
    display: inline-block;
  }
  .both-item-search__span-div:first-child:after {
    top: 0;
    right: -3.91134vw;
    display: block;
    font-size: 2.08605vw;
    line-height: 7.1708vw;
  }
}
.both-item-search__area input[type=text] {
  width: 560px;
  padding-left: 5px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .both-item-search__area {
    text-align: center;
  }
  .both-item-search__area input[type=text] {
    width: 100%;
  }
}
.both-item-search__category input[type=text] {
  width: 535px;
  padding-left: 5px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .both-item-search__category {
    text-align: center;
  }
  .both-item-search__category input[type=text] {
    width: 100%;
  }
}
.both-item-search__bid, .both-item-search__rank, .both-item-search__kw-type, .both-item-search__has-attachment {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .both-item-search__bid, .both-item-search__rank, .both-item-search__kw-type, .both-item-search__has-attachment {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.both-item-search__submit-wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fafafa;
}

.nk-btn + .both-item-search__submit-innner {
  margin-top: 40px;
}

.both-item-search__submit-inner {
  margin: 0 auto;
  text-align: center;
}

.both-item-search__submit-btn {
  display: inline-block;
  width: 328px;
  height: 62px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 62px;
  cursor: pointer;
  vertical-align: top;
  color: #07780b;
  border: 2px solid #07780b;
  border-radius: 5px;
}

.both-item-search__submit-btn + .both-item-search__submit-btn {
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .both-item-search__submit-wrap {
    padding-top: 6.5189vw;
    padding-bottom: 6.5189vw;
  }
  .nk-btn + .both-item-search__submit-innner {
    margin-top: 3.91134vw;
  }
  .both-item-search__submit-inner {
    margin: 0 auto;
  }
  .both-item-search__submit-btn {
    display: block;
    width: 42.76402vw;
    height: 8.08344vw;
    margin: 3.91134vw auto 0;
    font-size: 2.60756vw;
    line-height: 8.08344vw;
  }
  .both-item-search__submit-btn + .both-item-search__submit-btn {
    margin-left: inherit;
  }
}
.both-item-search .form-type-full {
  margin-bottom: 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  border-bottom: none;
}

.both-item-search .form-type-full .form-ttl {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #07780b;
}

.both-item-search .pref-select .form-text {
  display: inline-block;
  margin: 20px 0 0 20px;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 40px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .both-item-search .pref-select .form-text {
    display: block;
    margin: 2.60756vw auto 0 1.30378vw;
    font-size: 1.82529vw;
    line-height: 2.08605vw;
  }
}
.both-item-search .pref-select dl {
  padding: 15px 0;
}

.both-item-search .pref-select dl:first-child {
  padding-top: 0;
}

.both-item-search .pref-select dl dt {
  width: 140px;
}

.both-item-search .pref-select dl .check-parts {
  margin-right: 12px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.both-item-search .pref-select dl .check-parts.disabled {
  color: #ddd;
}

.both-item-search .pref-select dl .check-parts.disabled:before {
  border: 1px solid #ddd;
}

.both-item-search .pref-select dl .check-parts.disabled:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .both-item-search .pref-select dl dt {
    width: auto;
  }
}
.both-item-search .category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.both-item-search .category-list ul li {
  width: 50%;
  padding: 10px 15px 0;
}

@media screen and (max-width: 767px) {
  .both-item-search .category-list ul li {
    width: 100%;
    padding: 1.30378vw 1.30378vw 0;
  }
}
.both-item-search .block__search-input {
  display: inline-block;
  width: 333px;
  margin: 20px auto 20px 20px;
  vertical-align: top;
  background-color: #e6e6e6;
}

.both-item-search .block__search-btn {
  display: inline-block;
  width: 80px;
  height: 40px;
  margin: 20px auto 20px 10px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #07780b;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__search-input {
    display: inline-block;
    width: 52.15124vw;
    margin: 0 auto 2.60756vw 2.60756vw;
    vertical-align: top;
    background-color: #e6e6e6;
  }
  .both-item-search .block__search-btn {
    margin-top: 0;
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
.both-item-search .block__title {
  display: inline-block;
  width: 100%;
  padding: 5px 0 5px 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #07780b;
}

.both-item-search .block__title-note {
  font-size: 19.2px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__title-note {
    display: block;
    font-size: 1.82529vw;
  }
}
.both-item-search .block__wrap {
  width: 100%;
  padding: 20px;
  font-size: 0;
}

.both-item-search .block__wrap .checkbox .check-parts {
  margin-right: 0;
  padding-left: 21px;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__wrap {
    padding: 2.60756vw;
  }
  .both-item-search .block__wrap .checkbox .check-parts {
    margin-right: 0;
    margin-bottom: 10px;
    padding-top: 2px;
    font-size: 1.95567vw;
  }
}
.both-item-search .block__large {
  display: inline-block;
  width: 257px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
}

.both-item-search .block__large-list {
  border: 1px solid #ddd;
}

.both-item-search .block__large-item {
  height: 36px;
  padding-left: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 36px;
  color: #07780b;
  border-top: 1px solid #ddd;
  background: #fff url(../images/common/nk-icon_arrow-right-green.png) no-repeat right 10px center;
  background-size: 10px 14px;
}

.both-item-search .block__large-item:first-child {
  border-top: none;
}

.both-item-search .block__large-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.both-item-search .block__large-item.is-active {
  color: #000;
  background: #ddd url(../images/common/nk-icon_arrow-right-black.png) no-repeat right 10px center;
  background-size: 10px 14px;
}

.both-item-search .block__large-item.is-active label input:checked + .check-parts::before {
  border: 1px solid #000;
  background: #000;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__large {
    display: block;
    width: 100%;
  }
  .both-item-search .block__large-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .both-item-search .block__large-list:after {
    content: "";
    position: relative;
    top: -1px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
  }
  .both-item-search .block__large-item {
    width: 50%;
    height: 40px;
    padding-left: 2.60756vw;
    font-size: 2.08605vw;
    font-weight: normal;
    line-height: 40px;
    border-top: none;
    border-bottom: 1px solid #ddd;
    background-position: right 1.30378vw center;
    background-size: 1.30378vw 1.82529vw;
  }
  .both-item-search .block__large-item.is-active {
    background-position: right 1.30378vw center;
    background-size: 1.30378vw 1.82529vw;
  }
}
.both-item-search .block__medium {
  display: inline-block;
  width: 557px;
  margin-left: 24px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
}

.both-item-search .block__medium-head {
  position: relative;
  height: 36px;
  padding-left: 20px;
  line-height: 36px;
  color: #000;
  background-color: #ddd;
}

.both-item-search .block__medium-accordion {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 14px;
  height: 10px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/nk-icon_arrow-bottom-black.png) no-repeat center center;
  background-size: 14px 10px;
}

.both-item-search .block__medium-accordion.is-close {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.both-item-search .block__medium-inner + .block__medium-inner {
  border-top: 1px solid #ccc;
}

.both-item-search .block__medium-list {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.both-item-search .block__medium-item {
  position: relative;
  padding-left: 20px;
  line-height: 36px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__medium {
    display: block;
    width: 100%;
    margin-left: inherit;
  }
  .both-item-search .block__medium-head {
    padding-left: 2.60756vw;
  }
  .both-item-search .block__medium-accordion {
    right: 1.30378vw;
  }
  .both-item-search .block__medium-item {
    position: relative;
    padding-left: 2.60756vw;
  }
}
.both-item-search .block__small {
  padding-left: 17px;
}

.both-item-search .block__small-accordion {
  display: inline-block;
  width: 130px;
  margin-left: 10px;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 13px;
  background-color: #6fba2c;
}

.both-item-search .block__small-list {
  font-size: 0;
}

.both-item-search .block__small-item {
  display: inline-block;
  width: 103px;
  padding-left: 3px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1;
  color: #4796d9;
}

.both-item-search .block__small-item:first-child {
  margin-left: 0;
}

.both-item-search .block__small-item.col2 {
  width: 206px;
}

.both-item-search .block__small-item.col3 {
  width: 309px;
}

.both-item-search .block__small-item.col4 {
  width: 412px;
}

.both-item-search .block__small-item.col5 {
  width: 515px;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__small {
    padding-left: 3.25945vw;
  }
  .both-item-search .block__small-accordion {
    display: inline-block;
    width: 22.16428vw;
    margin-left: 2.60756vw;
    font-size: 2.08605vw;
    border-radius: 1.69492vw;
  }
  .both-item-search .block__small-list {
    font-size: 0;
  }
  .both-item-search .block__small-item {
    display: block;
    width: 95%;
    padding-left: 0;
    font-size: 2.08605vw;
    line-height: 26px;
  }
  .both-item-search .block__small-item.col2, .both-item-search .block__small-item.col3, .both-item-search .block__small-item.col4, .both-item-search .block__small-item.col5 {
    width: 95%;
  }
}
.both-item-search .block__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 40px;
  text-align: center;
  color: #07780b;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.both-item-search .block__btn-wrap .nk-btn {
  display: inline-block;
  margin: 0;
}

.both-item-search .block__btn-text {
  margin-top: 17px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #4796d9;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__btn-wrap {
    display: block;
    margin: 2.60756vw auto 5.21512vw;
  }
  .both-item-search .block__btn-wrap .nk-btn {
    display: block;
    margin: 2.60756vw auto 0;
  }
  .both-item-search .block__btn-text {
    margin-top: 0;
    font-size: 1.82529vw;
  }
}
.both-item-search .saved-list {
  margin: 40px auto;
}

.both-item-search .saved-btn {
  width: 350px;
  height: 63px;
  margin-left: 20px;
  background: #ff8f00 url(../images/common/nk-icon_new.png) no-repeat right 60px center;
  background-size: 22px 26px;
}

.both-item-search .saved-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0;
  background-color: #f5f5f5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.both-item-search .saved-item:nth-child(even) {
  background-color: #fff;
}

.both-item-search .saved-item-name {
  display: inline-block;
  width: 570px;
  padding-right: 10px;
  padding-left: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

.both-item-search .saved-item-status {
  position: relative;
  display: inline-block;
  width: 136px;
  height: 37px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
  color: #000;
  border-radius: 5px;
  background-color: #fffad5;
}

.both-item-search .saved-item-status--nyusatsu {
  background-color: #e8f5e9;
}

.both-item-search .saved-item-status--rakusatsu {
  background-color: #d6ecff;
}

.both-item-search .saved-item-call {
  display: inline-block;
  width: 150px;
  height: 37px;
  margin-left: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  cursor: pointer;
  vertical-align: top;
  color: #fff;
  border-radius: 5px;
  background: #ff8f00 url(../images/common/nk-icon_link-out.png) no-repeat right 20px center;
  background-size: 16px 16px;
}

.both-item-search .saved-item-call-inner {
  position: relative;
  top: 50%;
  left: -10px;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.both-item-search .saved-item-delete {
  display: inline-block;
  width: 68px;
  height: 37px;
  margin-left: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  cursor: pointer;
  vertical-align: top;
  color: #fff;
  border-radius: 5px;
  background-color: #787878;
}

.both-item-search .saved-item-delete-inner {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.both-item-search .saved-item-move {
  display: inline-block;
  width: 50px;
  height: 37px;
  margin-left: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  cursor: pointer;
  vertical-align: top;
  border-radius: 5px;
  background: url(../images/common/nk-icon_move.png) no-repeat center center;
  background-size: 33px 15px;
}

@media screen and (max-width: 767px) {
  .both-item-search .saved-list {
    margin: 5.21512vw auto;
  }
  .both-item-search .saved-btn {
    width: 45.63233vw;
    height: 8.21382vw;
    margin-left: 2.60756vw;
    background-position: right 7.82269vw center;
    background-size: 2.86832vw 3.38983vw;
  }
  .both-item-search .saved-item:first-child:after {
    top: -3.25945vw;
    font-size: 1.56454vw;
  }
  .both-item-search .saved-item-name {
    width: 41.72099vw;
    height: 7.43155vw;
    padding-left: 2.60756vw;
    font-size: 1.82529vw;
    line-height: 7.43155vw;
  }
  .both-item-search .saved-item-status {
    width: 16.16688vw;
    height: 4.82399vw;
    font-size: 1.82529vw;
    line-height: 4.82399vw;
  }
  .both-item-search .saved-item-call {
    width: 16.94915vw;
    height: 4.82399vw;
    margin-left: 1.04302vw;
    font-size: 1.82529vw;
    background-position: right 2.08605vw top 1.30378vw;
    background-size: 1.82529vw 1.82529vw;
  }
  .both-item-search .saved-item-call-inner {
    left: -1.30378vw;
  }
  .both-item-search .saved-item-delete {
    width: 7.82269vw;
    height: 4.82399vw;
    margin-left: 1.04302vw;
    font-size: 1.82529vw;
  }
  .both-item-search .saved-item-move {
    width: 6.5189vw;
    height: 4.82399vw;
    margin-left: 1.04302vw;
    font-size: 1.82529vw;
    background-size: 4.30248vw 1.95567vw;
  }
}
.both-item-search .condition__text {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
}

.both-item-search .condition__text-red {
  color: #e62828;
}

.both-item-search .condition__text-note {
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #e62828;
}

.both-item-search .condition__text-result {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #07780b;
}
.both-item-search .condition__text-result.flex-warn > span {
  word-wrap: break-word;
  word-break: break-all;
}

@media screen and (max-width: 767px) {
  .both-item-search .condition__text {
    padding: 2.60756vw;
    font-size: 3.12907vw;
  }
  .both-item-search .condition__text-note {
    padding-right: 2.60756vw;
    padding-bottom: 2.60756vw;
    font-size: 2.08605vw;
  }
  .both-item-search .condition__text-result {
    padding-top: 5.21512vw;
    padding-bottom: 5.21512vw;
    font-size: 3.38983vw;
  }
}
.both-item-search .condition__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.both-item-search .condition__form-name {
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
}

.both-item-search .condition__form-input {
  width: 450px;
  margin-left: 20px;
}

.both-item-search .condition__form-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.both-item-search .condition__form-btn-cancel {
  height: 42px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  background-color: #787878;
}

.both-item-search .condition__form-btn-add {
  height: 42px;
  margin-left: 20px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  background-color: #ff8f00;
}

.both-item-search .condition__form-btn-update {
  height: 42px;
  margin-left: 20px;
  padding-right: 40px;
  padding-left: 40px;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  background-color: #07780b;
}

@media screen and (max-width: 767px) {
  .both-item-search .condition__form {
    display: block;
    padding-right: 2.60756vw;
    padding-bottom: 2.60756vw;
    padding-left: 2.60756vw;
  }
  .both-item-search .condition__form-name {
    height: 5.47588vw;
    font-size: 3.12907vw;
    line-height: 5.47588vw;
  }
  .both-item-search .condition__form-input {
    width: 100%;
    margin-left: 0;
  }
  .both-item-search .condition__form-btn-wrap {
    display: block;
    width: 100%;
    margin: 5.21512vw auto 0;
    text-align: center;
  }
  .both-item-search .condition__form-btn-cancel {
    display: inline-block;
    height: 7.82269vw;
    margin-left: 2.60756vw;
    padding-right: 2.60756vw;
    padding-left: 2.60756vw;
    font-size: 2.60756vw;
    line-height: 7.82269vw;
    vertical-align: top;
  }
  .both-item-search .condition__form-btn-add {
    display: inline-block;
    height: 7.82269vw;
    margin-left: 2.60756vw;
    padding-right: 5.21512vw;
    padding-left: 5.21512vw;
    font-size: 2.60756vw;
    line-height: 7.82269vw;
    vertical-align: top;
  }
  .both-item-search .condition__form-btn-update {
    display: inline-block;
    height: 7.82269vw;
    margin-left: 2.60756vw;
    padding-right: 5.21512vw;
    padding-left: 5.21512vw;
    font-size: 2.60756vw;
    line-height: 7.82269vw;
    vertical-align: top;
  }
}
.anken-detail .ttl-type_003--yotei {
  padding-left: 40px;
  background: url(../images/common/nk-icon_hammer.png) no-repeat left top;
  background-size: 30px 28px;
}

.anken-detail__not-found {
  padding: 80px 0;
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #f0f0f0;
}

.anken-detail__not-found-inner {
  position: relative;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .anken-detail__not-found {
    padding: 10.43025vw 0;
    font-size: 3.12907vw;
  }
}
.anken-detail__relation-title {
  margin-top: 40px;
  padding-top: 40px;
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #07780b;
  border-top: 4px solid #07780b;
}

@media screen and (max-width: 767px) {
  .anken-detail__relation-title {
    margin-top: 5.21512vw;
    padding-top: 5.21512vw;
    font-size: 3.91134vw;
  }
}
.anken-detail__relation-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fafafa;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.anken-detail__relation-action .select-parts.pagesize select {
  width: 70px;
}

@media screen and (max-width: 767px) {
  .anken-detail__relation-action {
    display: block;
    margin-top: 5.21512vw;
    padding-top: 2.60756vw;
    padding-right: 2.60756vw;
    padding-bottom: 2.60756vw;
    font-size: 2.08605vw;
    text-align: right;
  }
  .anken-detail__relation-action .select-parts.pagesize select {
    width: 9.12647vw;
    height: 6.5189vw;
    line-height: 6.5189vw;
  }
}
.anken-detail__relation-paging {
  margin: 20px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .anken-detail__relation-paging {
    margin: 2.60756vw auto;
  }
}
.anken-detail__relation-list {
  margin: 40px auto 80px;
}

@media screen and (max-width: 767px) {
  .anken-detail__relation-list {
    margin: 5.21512vw auto 10.43025vw;
  }
}
.anken-detail--rakusatsu .anken-detail__relation-title {
  color: #4796d9;
  border-top: 4px solid #4796d9;
}

.anken-detail--rakusatsu .anken-detail__relation-paging .nk-paging__item {
  color: #4796d9;
}

.anken-detail--rakusatsu .anken-detail__relation-paging .nk-paging__item.is-active {
  color: #fff;
  border-color: #4796d9;
  background-color: #4796d9;
}

.yotei-search__btn--block, .yotei-search__btn--area, .yotei-search__btn--category, .yotei-search__btn--kw {
  height: 40px;
  margin: 20px 0 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 40px;
  background: #07780b url(../images/common/nk-icon_link-out.png) no-repeat right 20px center;
  background-size: 16px 16px;
}

.yotei-search__btn--block .nk-btn-inner, .yotei-search__btn--area .nk-btn-inner, .yotei-search__btn--category .nk-btn-inner, .yotei-search__btn--kw .nk-btn-inner {
  left: -10px;
}

.yotei-search__inner {
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 40px;
}

.yotei-search__inner--padding0 {
  padding: 0;
}

@media screen and (max-width: 767px) {
  .yotei-search__inner {
    width: auto;
    padding: 0;
  }
}
.yotei-search__title-wrap {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 60px 0 0;
  text-align: center;
}

.yotei-search__title-wrap .ttl-type_003 {
  padding-left: 40px;
  text-align: left;
  background: url(../images/common/nk-icon_hammer.png) no-repeat left top;
  background-size: 30px 28px;
}

@media screen and (max-width: 767px) {
  .yotei-search__title-wrap {
    width: auto;
    padding: 5.21512vw 0 0;
  }
}
.yotei-search__result-btn-area {
  position: relative;
  display: block;
  width: 1080px;
  margin: 20px auto;
  text-align: right;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.yotei-search__result-btn-area-text {
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #07780b;
}

@media screen and (max-width: 767px) {
  .yotei-search__result-btn-area {
    display: block;
    width: 100%;
    margin: 0 auto 5.21512vw;
    text-align: center;
  }
  .yotei-search__result-btn-area-text {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    color: #07780b;
  }
}
.yotei-search__result-heading {
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
  border-top: 4px solid #07780b;
}

.yotei-search__result-heading-text1 {
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #07780b;
}

.yotei-search__result-heading-text2 {
  margin-top: 10px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .yotei-search__result-heading {
    margin-top: 5.21512vw;
    padding-top: 5.21512vw;
  }
  .yotei-search__result-heading-text1 {
    font-size: 3.91134vw;
  }
  .yotei-search__result-heading-text2 {
    margin-top: 1.30378vw;
    font-size: 2.34681vw;
  }
}
.yotei-search__result-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fafafa;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yotei-search__result-action-note {
  display: inline-block;
  margin-left: 10px;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 40px;
  cursor: pointer;
  color: #07780b;
}

.yotei-search__result-action-note img {
  margin-left: 8px;
  vertical-align: middle;
}

.yotei-search__result-action .select-parts.sorttype select {
  width: 190px;
}

.yotei-search__result-action .select-parts.pagesize select {
  width: 70px;
}

@media screen and (max-width: 767px) {
  .yotei-search__result-action {
    display: block;
    margin-top: 5.21512vw;
    padding-top: 2.60756vw;
    padding-right: 2.60756vw;
    padding-bottom: 2.60756vw;
    font-size: 2.08605vw;
    text-align: center;
  }
  .yotei-search__result-action-note {
    margin-left: 1.30378vw;
    line-height: 5.21512vw;
  }
  .yotei-search__result-action-note a {
    font-size: 1.82529vw;
  }
  .yotei-search__result-action-note img {
    margin-left: 1.04302vw;
  }
  .yotei-search__result-action-csv {
    margin-bottom: 20px;
  }
  .yotei-search__result-action .select-parts.sorttype select {
    width: 32.59452vw;
    height: 6.5189vw;
    line-height: 6.5189vw;
  }
  .yotei-search__result-action .select-parts.pagesize select {
    width: 9.12647vw;
    height: 6.5189vw;
    line-height: 6.5189vw;
  }
}
.yotei-search__result-paging {
  margin: 20px auto;
  text-align: center;
}

.yotei-search__result-paging--bottom {
  margin-top: 80px;
}

.yotei-search__btn--call-saved {
  width: 443px;
  background: #ff8f00 url(../images/common/nk-icon_link-out.png) no-repeat right 40px center;
}

@media screen and (max-width: 767px) {
  .yotei-search__btn--call-saved {
    width: 57.7575vw;
    background-position: right 5.21512vw center;
    background-size: 3.38983vw 3.38983vw;
  }
}
.yotei-search__btn--block {
  width: 168px;
}

@media screen and (max-width: 767px) {
  .yotei-search__btn--block {
    margin: 2.60756vw auto 0;
  }
}
.yotei-search__btn--span1 {
  display: inline-block;
  width: 254px;
  height: 40px;
  margin: 20px 0 0;
  cursor: pointer;
  background: url(../images/both_item_search/btn_span1.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .yotei-search__btn--span1 {
    width: 45.63233vw;
    height: 7.1708vw;
    margin: 2.60756vw 0 0;
    background-size: 45.63233vw 7.1708vw;
  }
}
.yotei-search__btn--span2 {
  display: inline-block;
  width: 270px;
  height: 40px;
  margin: 20px 0 0 20px;
  cursor: pointer;
  background: url(../images/both_item_search/btn_span2.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .yotei-search__btn--span2 {
    width: 48.37027vw;
    height: 7.1708vw;
    margin: 2.60756vw 0 0;
    background-size: 48.37027vw 7.1708vw;
  }
}
.yotei-search__btn--span3 {
  display: inline-block;
  width: 174px;
  height: 40px;
  margin: 20px 0 0;
  cursor: pointer;
  background: url(../images/both_item_search/btn_span3.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .yotei-search__btn--span3 {
    width: 26.07562vw;
    height: 5.99739vw;
    margin: 2.60756vw 0 0;
    background-size: 26.07562vw 5.99739vw;
  }
}
.yotei-search__btn--area {
  display: inline-block;
  width: 168px;
  margin: 0 0 0 20px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .yotei-search__btn--area {
    margin-top: 20px;
  }
}
.yotei-search__btn--category {
  display: inline-block;
  width: 194px;
  margin: 0 0 0 20px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .yotei-search__btn--category {
    margin-top: 20px;
  }
}
.yotei-search__btn--kw {
  display: inline-block;
  width: 176px;
  margin: 0 0 0 20px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .yotei-search__btn--kw {
    margin-top: 10px;
    margin-left: auto;
  }
}
.yotei-search__btn--submit {
  width: 250px;
  background-position: right 50px center;
}

.yotei-search__btn--submit .nk-btn-inner {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .yotei-search__btn--submit {
    width: 42.76402vw;
    padding-left: 2.60756vw;
    background-position: right 6.5189vw center;
  }
  .yotei-search__btn--submit .nk-btn-inner {
    padding-left: 2.60756vw;
  }
}
.yotei-search__btn--edit-saved {
  position: relative;
  right: 0;
  display: inline-block;
  width: 200px;
  height: 40px;
  margin: 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 40px;
  background-color: #ee7800;
  background-position: right 20px center;
  background-size: 16px 16px;
}

.yotei-search__btn--edit-saved .nk-btn-inner {
  left: -10px;
}

@media screen and (max-width: 767px) {
  .yotei-search__btn--edit-saved {
    display: block;
    margin: 2.60756vw auto 0;
  }
}
.yotei-search__btn--check-off-all, .yotei-search__btn--check-on-all {
  display: inline-block;
  width: 180px;
  height: 40px;
  margin: 20px 0 20px 20px;
  cursor: pointer;
  background: url(../images/both_item_search/btn_check_off_all.png) no-repeat center center;
}

.yotei-search__btn--check-off-all:hover, .yotei-search__btn--check-on-all:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .yotei-search__btn--check-off-all, .yotei-search__btn--check-on-all {
    width: 23.46806vw;
    height: 5.21512vw;
    margin: 2.60756vw 0 2.60756vw 2.60756vw;
    background-size: 23.46806vw 5.21512vw;
  }
}
.yotei-search__btn--check-on-all {
  background: url(../images/both_item_search/btn_check_on_all.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .yotei-search__btn--check-on-all {
    background-size: 23.46806vw 5.21512vw;
  }
}
.yotei-search__btn--csv {
  display: inline-block;
  width: 126px;
  height: 40px;
  margin: 0 0 0 20px;
  cursor: pointer;
  vertical-align: top;
  background: url(../images/both_item_search/btn_csv.png) no-repeat center center;
}

.yotei-search__btn--csv:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .yotei-search__btn--csv {
    width: 16.42764vw;
    height: 5.21512vw;
    margin: 0;
    background-size: 16.42764vw 5.21512vw;
  }
}
.yotei-search__note {
  display: inline-block;
  margin-top: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  cursor: pointer;
  color: #07780b;
}

.yotei-search__note img {
  position: relative;
  margin-left: 3px;
}

.yotei-search__attention {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #e62828;
}

.yotei-search .form-sub-ttl {
  width: 1080px;
  margin: 40px auto 0;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .yotei-search .form-sub-ttl {
    width: auto;
    margin: 5.21512vw auto 0;
  }
}
.yotei-search__f {
  position: relative;
  margin-top: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #ddd;
}

.yotei-search__f:first-child {
  margin-top: 20px;
}

.yotei-search__f-title {
  position: relative;
  display: block;
  height: 56px;
  padding-left: 45px;
  font-weight: bold;
  line-height: 56px;
  background: rgba(255, 205, 155, 0.5215686275) url(../images/common/nk-icon_search.png) no-repeat left 20px center;
  background-size: 18px 18px;
}

.yotei-search__f-accordion {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/common/nk-icon_accordion.png) no-repeat center center;
  background-size: 20px 20px;
}

.yotei-search__f-accordion.is-close {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.yotei-search__f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 20px 0;
  border: 1px solid #ddd;
}

.yotei-search__f-box-wrap {
  padding-top: 20px;
}

.yotei-search__f-box:first-child {
  margin-top: 0;
}

.yotei-search__f-box:last-child {
  margin-bottom: 20px;
}

.yotei-search__f-box-l {
  width: 240px;
  padding: 20px;
  vertical-align: top;
  background-color: rgba(255, 205, 155, 0.5215686275);
}

.yotei-search__f-box-l h3 {
  font-weight: bold;
  line-height: 1.5;
}

.yotei-search__f-box-l--single h3 {
  line-height: 1.8;
}

.yotei-search__f-box-r {
  width: 800px;
  padding: 20px;
  vertical-align: top;
}

.yotei-search__f-box-r-text {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media screen and (max-width: 767px) {
  .yotei-search__f-box {
    display: block;
    margin: 2.60756vw 2.60756vw 0;
  }
  .yotei-search__f-box-wrap {
    margin-top: 0;
    padding-top: 2.60756vw;
  }
  .yotei-search__f-box-l {
    width: 100%;
    padding: 10px 1.69492vw;
  }
  .yotei-search__f-box-l h3 {
    line-height: 1.6;
  }
  .yotei-search__f-box-r {
    width: 100%;
    padding: 10px 1.69492vw;
  }
  .yotei-search__f-box-r-text {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.yotei-search__kw {
  margin-bottom: 20px;
  font-size: 0;
}

.yotei-search__kw input[type=text] {
  width: 310px;
  margin-bottom: 10px;
  vertical-align: top;
}

.yotei-search__kw input[type=text]:nth-child(even) {
  margin-left: 10px;
}

.yotei-search__kw--emphasize {
  border-bottom: 1px solid #ddd;
}

.yotei-search__kw--emphasize input[type=text] {
  width: 336px;
  padding: 15px 20px;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.yotei-search__kw--emphasize .yotei-search__kw-title {
  width: 100%;
  color: #07780b;
}

.yotei-search__kw--emphasize .yotei-search__kw-content {
  width: 100%;
}

.yotei-search__kw--emphasize .yotei-search__kw-content-add {
  right: 26px;
  bottom: 53px;
}

.yotei-search__kw--emphasize .yotei-search__kw-content-remove {
  right: 26px;
  bottom: 123px;
}

.yotei-search__kw--company input[type=text] {
  width: 110px;
}

.yotei-search__kw--company input[type=text]:nth-child(even) {
  margin-left: inherit;
}

.yotei-search__kw--company input[type=text]:nth-child(n+2) {
  margin-left: 10px;
}

.yotei-search__kw--company input[type=text]:nth-child(5n+1) {
  margin-left: 0;
}

.yotei-search__kw--mail input[type=text] {
  width: 315px;
}

.yotei-search__kw--mail .yotei-search__kw-title {
  display: none;
}

.yotei-search__kw--mail .yotei-search__kw-content-add {
  bottom: 23px;
}

.yotei-search__kw--mail .yotei-search__kw-content-remove {
  bottom: 72px;
}

.yotei-search__kw:first-child {
  border-bottom: 1px solid #ddd;
}

.yotei-search__kw:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.yotei-search__kw-title {
  display: inline-block;
  width: 80px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 42px;
  vertical-align: top;
}

.yotei-search__kw-content {
  position: relative;
  display: inline-block;
  width: calc(100% - 80px);
  margin-bottom: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
}

.yotei-search__kw-content-inner {
  position: relative;
}

.yotei-search__kw-content-add {
  position: absolute;
  right: 0;
  bottom: 42px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/common/nk-icon_plus.png) no-repeat center center;
  background-size: 20px 20px;
}

.yotei-search__kw-content-remove {
  position: absolute;
  right: 0;
  bottom: 95px;
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/common/nk-icon_minus.png) no-repeat center center;
  background-size: 20px 20px;
}

.yotei-search__kw-content-text {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
}

.yotei-search__kw-content-select-text {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: normal;
  line-height: 40px;
}

.yotei-search__kw-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yotei-search__kw-2col .yotei-search__kw {
  width: 50%;
}

.yotei-search__kw-2col .yotei-search__kw:first-child {
  border-bottom: none;
}

.yotei-search__kw-2col .yotei-search__kw input[type=text] {
  width: 310px;
}

.yotei-search__kw-2col .yotei-search__kw input[type=text]:nth-child(even) {
  margin-left: inherit;
}

.yotei-search__kw-2col .yotei-search__kw-title, .yotei-search__kw-2col .yotei-search__kw-content {
  width: 100%;
}

.yotei-search__kw-2col .yotei-search__kw-title-add, .yotei-search__kw-2col .yotei-search__kw-title-remove, .yotei-search__kw-2col .yotei-search__kw-content-add, .yotei-search__kw-2col .yotei-search__kw-content-remove {
  right: 25px;
}

@media screen and (max-width: 767px) {
  .yotei-search__kw input[type=text] {
    width: 45%;
    padding: 7px 5px;
  }
  .yotei-search__kw input[type=text]:nth-child(even) {
    margin-left: 2%;
  }
  .yotei-search__kw--emphasize input[type=text] {
    padding: 7px 5px;
    font-size: 28.8px;
    font-size: 1.8rem;
  }
  .yotei-search__kw--emphasize .yotei-search__kw-title {
    line-height: 40px;
  }
  .yotei-search__kw--emphasize .yotei-search__kw-content-add {
    right: 0;
    bottom: 40px;
  }
  .yotei-search__kw--emphasize .yotei-search__kw-content-remove {
    right: 0;
    bottom: 95px;
  }
  .yotei-search__kw--company input[type=text] {
    width: 90%;
  }
  .yotei-search__kw--company input[type=text]:nth-child(n+2) {
    margin-left: inherit;
  }
  .yotei-search__kw--company input[type=text]:nth-child(5n+1) {
    margin-left: inherit;
  }
  .yotei-search__kw--mail input[type=text] {
    width: 45%;
    padding: 7px 5px;
  }
  .yotei-search__kw--mail input[type=text]:nth-child(even) {
    margin-left: 1.30378vw;
  }
  .yotei-search__kw--mail .yotei-search__kw-title {
    display: none;
  }
  .yotei-search__kw--mail .yotei-search__kw-content-add {
    bottom: 22px;
  }
  .yotei-search__kw-title {
    display: block;
    width: 100%;
    line-height: 40px;
  }
  .yotei-search__kw-content {
    width: 100%;
  }
  .yotei-search__kw-content-add, .yotei-search__kw-content-remove {
    background-size: 2.60756vw 2.60756vw;
  }
  .yotei-search__kw-content-select-text {
    display: block;
    font-size: 25.6px;
    font-size: 1.6rem;
    line-height: 1;
  }
  .yotei-search__kw-2col {
    display: block;
  }
  .yotei-search__kw-2col .yotei-search__kw {
    width: 100%;
  }
  .yotei-search__kw-2col .yotei-search__kw input[type=text] {
    width: 92%;
  }
  .yotei-search__kw-2col .yotei-search__kw-content-add, .yotei-search__kw-2col .yotei-search__kw-content-remove {
    right: 0;
  }
}
.yotei-search__block {
  font-size: 0;
}

.yotei-search__block input[type=text] {
  width: 570px;
  margin-bottom: 10px;
  padding-left: 5px;
  vertical-align: top;
}

.yotei-search__block-btn-wrap {
  display: inline-block;
  width: calc(100% - 590px);
  margin-left: 20px;
  vertical-align: top;
}

.yotei-search__block-btn-wrap .nk-btn {
  margin-top: 0;
}

.yotei-search__block-text {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .yotei-search__block input[type=text] {
    width: 100%;
  }
  .yotei-search__block-btn-wrap {
    width: 100%;
    margin-top: 2.60756vw;
    margin-left: inherit;
  }
  .yotei-search__block-text {
    display: block;
    margin: 1.30378vw auto 0;
    text-align: center;
  }
}
.yotei-search__span-div {
  position: relative;
  display: inline-block;
}

.yotei-search__span-div + .yotei-search__span-div {
  margin-left: 45px;
}

.yotei-search__span-div .select-parts {
  width: 100px;
}

.yotei-search__span-div:first-child:after {
  content: "～";
  position: absolute;
  top: 8px;
  right: -30px;
  display: block;
}

@media screen and (max-width: 767px) {
  .yotei-search__span {
    text-align: center;
  }
  .yotei-search__span-div {
    font-size: 2.08605vw;
  }
  .yotei-search__span-div + .yotei-search__span-div {
    margin-top: 3.91134vw;
  }
  .yotei-search__span-div .select-parts {
    width: 15.64537vw;
  }
  .yotei-search__span-div .select-parts select {
    height: 6.5189vw;
    font-size: 1.82529vw;
  }
  .yotei-search__span-div:first-child {
    display: inline-block;
  }
  .yotei-search__span-div:first-child:after {
    top: 0;
    right: -3.91134vw;
    display: block;
    font-size: 2.08605vw;
    line-height: 7.1708vw;
  }
}
.yotei-search__area input[type=text] {
  width: 560px;
  padding-left: 5px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .yotei-search__area {
    text-align: center;
  }
  .yotei-search__area input[type=text] {
    width: 100%;
  }
}
.yotei-search__category input[type=text] {
  width: 535px;
  padding-left: 5px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .yotei-search__category {
    text-align: center;
  }
  .yotei-search__category input[type=text] {
    width: 100%;
  }
}
.yotei-search__bid, .yotei-search__rank, .yotei-search__kw-type {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .yotei-search__bid, .yotei-search__rank, .yotei-search__kw-type {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.yotei-search__submit-wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fafafa;
}

.nk-btn + .yotei-search__submit-innner {
  margin-top: 40px;
}

.yotei-search__submit-inner {
  margin: 0 auto;
  text-align: center;
}

.yotei-search__submit-btn {
  display: inline-block;
  width: 328px;
  height: 62px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 62px;
  cursor: pointer;
  vertical-align: top;
  color: #07780b;
  border: 2px solid #07780b;
  border-radius: 5px;
}

.yotei-search__submit-btn + .yotei-search__submit-btn {
  margin-left: 80px;
}

@media screen and (max-width: 767px) {
  .yotei-search__submit-wrap {
    padding-top: 6.5189vw;
    padding-bottom: 6.5189vw;
  }
  .nk-btn + .yotei-search__submit-innner {
    margin-top: 3.91134vw;
  }
  .yotei-search__submit-inner {
    margin: 0 auto;
  }
  .yotei-search__submit-btn {
    display: block;
    width: 42.76402vw;
    height: 8.08344vw;
    margin: 3.91134vw auto 0;
    font-size: 2.60756vw;
    line-height: 8.08344vw;
  }
  .yotei-search__submit-btn + .yotei-search__submit-btn {
    margin-left: inherit;
  }
}
.yotei-search .form-type-full {
  margin-bottom: 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  border-bottom: none;
}

.yotei-search .form-type-full .form-ttl {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #07780b;
}

.yotei-search .pref-select .form-text {
  display: inline-block;
  margin: 20px 0 0 20px;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 40px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .yotei-search .pref-select .form-text {
    display: block;
    margin: 2.60756vw auto 0 1.30378vw;
    font-size: 1.82529vw;
    line-height: 2.08605vw;
  }
}
.yotei-search .pref-select dl {
  padding: 15px 0;
}

.yotei-search .pref-select dl:first-child {
  padding-top: 0;
}

.yotei-search .pref-select dl dt {
  width: 140px;
}

.yotei-search .pref-select dl .check-parts {
  margin-right: 12px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.yotei-search .pref-select dl .check-parts.disabled {
  color: #ddd;
}

.yotei-search .pref-select dl .check-parts.disabled:before {
  border: 1px solid #ddd;
}

.yotei-search .pref-select dl .check-parts.disabled:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .yotei-search .pref-select dl dt {
    width: auto;
  }
}
.yotei-search .category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.yotei-search .category-list ul li {
  width: 50%;
  padding: 10px 15px 0;
}

@media screen and (max-width: 767px) {
  .yotei-search .category-list ul li {
    width: 100%;
    padding: 1.30378vw 1.30378vw 0;
  }
}
.yotei-search .block__search-input {
  display: inline-block;
  width: 333px;
  margin: 20px auto 20px 20px;
  vertical-align: top;
  background-color: #e6e6e6;
}

.yotei-search .block__search-btn {
  display: inline-block;
  width: 80px;
  height: 40px;
  margin: 20px auto 20px 10px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #07780b;
}

@media screen and (max-width: 767px) {
  .yotei-search .block__search-input {
    display: inline-block;
    width: 52.15124vw;
    margin: 0 auto 2.60756vw 2.60756vw;
    vertical-align: top;
    background-color: #e6e6e6;
  }
  .yotei-search .block__search-btn {
    margin-top: 0;
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
.yotei-search .block__title {
  display: inline-block;
  width: 100%;
  padding: 5px 0 5px 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #07780b;
}

.yotei-search .block__title-note {
  font-size: 19.2px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .yotei-search .block__title-note {
    display: block;
    font-size: 1.82529vw;
  }
}
.yotei-search .block__wrap {
  width: 100%;
  padding: 20px;
  font-size: 0;
}

.yotei-search .block__wrap .checkbox .check-parts {
  margin-right: 0;
  padding-left: 21px;
}

@media screen and (max-width: 767px) {
  .yotei-search .block__wrap {
    padding: 2.60756vw;
  }
  .yotei-search .block__wrap .checkbox .check-parts {
    margin-right: 0;
    margin-bottom: 10px;
    padding-top: 2px;
    font-size: 1.95567vw;
  }
}
.yotei-search .block__large {
  display: inline-block;
  width: 257px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
}

.yotei-search .block__large-list {
  border: 1px solid #ddd;
}

.yotei-search .block__large-item {
  height: 36px;
  padding-left: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 36px;
  color: #07780b;
  border-top: 1px solid #ddd;
  background: #fff url(../images/common/nk-icon_arrow-right-green.png) no-repeat right 10px center;
  background-size: 10px 14px;
}

.yotei-search .block__large-item:first-child {
  border-top: none;
}

.yotei-search .block__large-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.yotei-search .block__large-item.is-active {
  color: #000;
  background: #ddd url(../images/common/nk-icon_arrow-right-black.png) no-repeat right 10px center;
  background-size: 10px 14px;
}

.yotei-search .block__large-item.is-active label input:checked + .check-parts::before {
  border: 1px solid #000;
  background: #000;
}

.yotei-search .workkind-item {
  padding: 1px 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  color: #07780b;
  border-top: 1px solid #ddd;
  background: #fff url(../images/common/nk-icon_arrow-right-green.png) no-repeat right 10px center;
  background-size: 10px 14px;
}

.yotei-search .workkind-item:first-child {
  border-top: none;
}

.yotei-search .workkind-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

.yotei-search .workkind-item.is-active {
  color: #000;
  background: #ddd url(../images/common/nk-icon_arrow-right-black.png) no-repeat right 10px center;
  background-size: 10px 14px;
}

.yotei-search .workkind-item.is-active label input:checked + .check-parts::before {
  border: 1px solid #000;
  background: #000;
}

@media screen and (max-width: 767px) {
  .yotei-search .block__large {
    display: block;
    width: 100%;
  }
  .yotei-search .block__large-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .yotei-search .block__large-list:after {
    content: "";
    position: relative;
    top: -1px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
  }
  .yotei-search .block__large-item {
    width: 50%;
    height: 40px;
    padding-left: 2.60756vw;
    font-size: 2.08605vw;
    font-weight: normal;
    line-height: 40px;
    border-top: none;
    border-bottom: 1px solid #ddd;
    background-position: right 1.30378vw center;
    background-size: 1.30378vw 1.82529vw;
  }
  .yotei-search .block__large-item.is-active {
    background-position: right 1.30378vw center;
    background-size: 1.30378vw 1.82529vw;
  }
  .yotei-search .workkind-item {
    width: 50%;
    height: 40px;
    padding-left: 2.60756vw;
    font-size: 2.08605vw;
    font-weight: normal;
    line-height: 40px;
    border-top: none;
    border-bottom: 1px solid #ddd;
    background-position: right 1.30378vw center;
    background-size: 1.30378vw 1.82529vw;
  }
  .yotei-search .workkind-item.is-active {
    background-position: right 1.30378vw center;
    background-size: 1.30378vw 1.82529vw;
  }
}
.yotei-search .block__medium {
  display: inline-block;
  width: 557px;
  margin-left: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
}

.yotei-search .block__medium-head {
  position: relative;
  height: 36px;
  padding-left: 20px;
  line-height: 36px;
  color: #000;
  background-color: #ddd;
}

.yotei-search .block__medium-accordion {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 14px;
  height: 10px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/nk-icon_arrow-bottom-black.png) no-repeat center center;
  background-size: 14px 10px;
}

.yotei-search .block__medium-accordion.is-close {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.yotei-search .block__medium-inner + .block__medium-inner {
  border-top: 1px solid #ccc;
}

.yotei-search .block__medium-list {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.yotei-search .block__medium-item {
  position: relative;
  padding-left: 20px;
  line-height: 36px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .yotei-search .block__medium {
    display: block;
    width: 100%;
    margin-left: inherit;
  }
  .yotei-search .block__medium-head {
    padding-left: 2.60756vw;
  }
  .yotei-search .block__medium-accordion {
    right: 1.30378vw;
  }
  .yotei-search .block__medium-item {
    position: relative;
    padding-left: 2.60756vw;
  }
}
.yotei-search .block__small {
  padding-left: 17px;
}

.yotei-search .block__small-accordion {
  display: inline-block;
  width: 130px;
  margin-left: 10px;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 13px;
  background-color: #6fba2c;
}

.yotei-search .block__small-list {
  font-size: 0;
}

.yotei-search .block__small-item {
  display: inline-block;
  width: 103px;
  padding-left: 3px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1;
  color: #4796d9;
}

.yotei-search .block__small-item:first-child {
  margin-left: 0;
}

.yotei-search .block__small-item.col2 {
  width: 206px;
}

.yotei-search .block__small-item.col3 {
  width: 309px;
}

.yotei-search .block__small-item.col4 {
  width: 412px;
}

.yotei-search .block__small-item.col5 {
  width: 515px;
}

@media screen and (max-width: 767px) {
  .yotei-search .block__small {
    padding-left: 3.25945vw;
  }
  .yotei-search .block__small-accordion {
    display: inline-block;
    width: 22.16428vw;
    margin-left: 2.60756vw;
    font-size: 2.08605vw;
    border-radius: 1.69492vw;
  }
  .yotei-search .block__small-list {
    font-size: 0;
  }
  .yotei-search .block__small-item {
    display: block;
    width: 95%;
    padding-left: 0;
    font-size: 2.08605vw;
    line-height: 26px;
  }
  .yotei-search .block__small-item.col2, .yotei-search .block__small-item.col3, .yotei-search .block__small-item.col4, .yotei-search .block__small-item.col5 {
    width: 95%;
  }
}
.yotei-search .block__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 40px;
  text-align: center;
  color: #07780b;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.yotei-search .block__btn-wrap .nk-btn {
  display: inline-block;
  margin: 0;
}

.yotei-search .block__btn-text {
  margin-top: 17px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #4796d9;
}

@media screen and (max-width: 767px) {
  .yotei-search .block__btn-wrap {
    display: block;
    margin: 2.60756vw auto 5.21512vw;
  }
  .yotei-search .block__btn-wrap .nk-btn {
    display: block;
    margin: 2.60756vw auto 0;
  }
  .yotei-search .block__btn-text {
    margin-top: 0;
    font-size: 1.82529vw;
  }
}
.yotei-search .saved-list {
  margin: 40px auto;
}

.yotei-search .saved-btn {
  width: 350px;
  height: 63px;
  margin-left: 20px;
  background: #ff8f00 url(../images/common/nk-icon_new.png) no-repeat right 60px center;
  background-size: 22px 26px;
}

.yotei-search .saved-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0;
  background-color: #f5f5f5;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.yotei-search .saved-item:first-child {
  height: 0px;
  padding: 0px;
}

.yotei-search .saved-item:nth-child(even) {
  background-color: #fff;
}

.yotei-search .saved-item-name {
  display: inline-block;
  width: 570px;
  padding-right: 10px;
  padding-left: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

.yotei-search .saved-item-status {
  position: relative;
  display: inline-block;
  width: 136px;
  height: 37px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
  color: #000;
  border-radius: 5px;
  background-color: #fffad5;
}

.yotei-search .saved-item-status--nyusatsu {
  background-color: #e8f5e9;
}

.yotei-search .saved-item-status--rakusatsu {
  background-color: #d6ecff;
}

.yotei-search .saved-item-status--yotei {
  background-color: rgba(255, 205, 155, 0.5215686275);
}

.yotei-search .saved-item-call {
  display: inline-block;
  width: 150px;
  height: 37px;
  margin-left: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  cursor: pointer;
  vertical-align: top;
  color: #fff;
  border-radius: 5px;
  background: #ff8f00 url(../images/common/nk-icon_link-out.png) no-repeat right 20px center;
  background-size: 16px 16px;
}

.yotei-search .saved-item-call-inner {
  position: relative;
  top: 50%;
  left: -10px;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.yotei-search .saved-item-delete {
  display: inline-block;
  width: 68px;
  height: 37px;
  margin-left: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  cursor: pointer;
  vertical-align: top;
  color: #fff;
  border-radius: 5px;
  background-color: #787878;
}

.yotei-search .saved-item-delete-inner {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.yotei-search .saved-item-move {
  display: inline-block;
  width: 50px;
  height: 37px;
  margin-left: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  cursor: pointer;
  vertical-align: top;
  border-radius: 5px;
  background: url(../images/common/nk-icon_move.png) no-repeat center center;
  background-size: 33px 15px;
}

@media screen and (max-width: 767px) {
  .yotei-search .saved-list {
    margin: 5.21512vw auto;
  }
  .yotei-search .saved-btn {
    width: 45.63233vw;
    height: 8.21382vw;
    margin-left: 2.60756vw;
    background-position: right 7.82269vw center;
    background-size: 2.86832vw 3.38983vw;
  }
  .yotei-search .saved-item:first-child:after {
    top: -3.25945vw;
    font-size: 1.56454vw;
  }
  .yotei-search .saved-item-name {
    width: 41.72099vw;
    height: 7.43155vw;
    padding-left: 2.60756vw;
    font-size: 1.82529vw;
    line-height: 7.43155vw;
  }
  .yotei-search .saved-item-status {
    width: 16.16688vw;
    height: 4.82399vw;
    font-size: 1.82529vw;
    line-height: 4.82399vw;
  }
  .yotei-search .saved-item-call {
    width: 16.94915vw;
    height: 4.82399vw;
    margin-left: 1.04302vw;
    font-size: 1.82529vw;
    background-position: right 2.08605vw top 1.30378vw;
    background-size: 1.82529vw 1.82529vw;
  }
  .yotei-search .saved-item-call-inner {
    left: -1.30378vw;
  }
  .yotei-search .saved-item-delete {
    width: 7.82269vw;
    height: 4.82399vw;
    margin-left: 1.04302vw;
    font-size: 1.82529vw;
  }
  .yotei-search .saved-item-move {
    width: 6.5189vw;
    height: 4.82399vw;
    margin-left: 1.04302vw;
    font-size: 1.82529vw;
    background-size: 4.30248vw 1.95567vw;
  }
}
.yotei-search .condition__text {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
}

.yotei-search .condition__text-red {
  color: #e62828;
}

.yotei-search .condition__text-note {
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #e62828;
}

.yotei-search .condition__text-result {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #07780b;
}

@media screen and (max-width: 767px) {
  .yotei-search .condition__text {
    padding: 2.60756vw;
    font-size: 3.12907vw;
  }
  .yotei-search .condition__text-note {
    padding-right: 2.60756vw;
    padding-bottom: 2.60756vw;
    font-size: 2.08605vw;
  }
  .yotei-search .condition__text-result {
    padding-top: 5.21512vw;
    padding-bottom: 5.21512vw;
    font-size: 3.38983vw;
  }
}
.yotei-search .condition__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.yotei-search .condition__form-name {
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
}

.yotei-search .condition__form-input {
  width: 450px;
  margin-left: 20px;
}

.yotei-search .condition__form-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.yotei-search .condition__form-btn-cancel {
  height: 42px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  background-color: #787878;
}

.yotei-search .condition__form-btn-add {
  height: 42px;
  margin-left: 20px;
  padding-right: 35px;
  padding-left: 35px;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  background-color: #ff8f00;
}

.yotei-search .condition__form-btn-update {
  height: 42px;
  margin-left: 20px;
  padding-right: 35px;
  padding-left: 35px;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  background-color: #07780b;
}

@media screen and (max-width: 767px) {
  .yotei-search .condition__form {
    display: block;
    padding-right: 2.60756vw;
    padding-bottom: 2.60756vw;
    padding-left: 2.60756vw;
  }
  .yotei-search .condition__form-name {
    height: 5.47588vw;
    font-size: 3.12907vw;
    line-height: 5.47588vw;
  }
  .yotei-search .condition__form-input {
    width: 100%;
    margin-left: 0;
  }
  .yotei-search .condition__form-btn-wrap {
    display: block;
    width: 100%;
    margin: 5.21512vw auto 0;
    text-align: center;
  }
  .yotei-search .condition__form-btn-cancel {
    display: inline-block;
    height: 7.82269vw;
    margin-left: 2.60756vw;
    padding-right: 2.60756vw;
    padding-left: 2.60756vw;
    font-size: 2.60756vw;
    line-height: 7.82269vw;
    vertical-align: top;
  }
  .yotei-search .condition__form-btn-add {
    display: inline-block;
    height: 7.82269vw;
    margin-left: 2.60756vw;
    padding-right: 5.21512vw;
    padding-left: 5.21512vw;
    font-size: 2.60756vw;
    line-height: 7.82269vw;
    vertical-align: top;
  }
  .yotei-search .condition__form-btn-update {
    display: inline-block;
    height: 7.82269vw;
    margin-left: 2.60756vw;
    padding-right: 5.21512vw;
    padding-left: 5.21512vw;
    font-size: 2.60756vw;
    line-height: 7.82269vw;
    vertical-align: top;
  }
}
@media screen and (min-width: 767px) {
  .yotei-search__result-action-select {
    padding-left: 20px;
  }
}
@media (max-width: 767px) {
  .nk-paging {
    padding: 0 50px;
  }
  .nk-paging .nk-paging__item {
    display: inline-block;
    width: 50px;
    height: 35px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    color: #07780b;
    border: 1px solid #ddd !important;
  }
}
@media (max-width: 767px) and (max-width: 480px) {
  .nk-paging .nk-paging__item {
    width: 50px;
    font-size: 14px;
  }
}
@media (max-width: 767px) {
  .nk-paging .nk-paging__item.first-page {
    display: none;
  }
}
@media (max-width: 767px) {
  .nk-paging .nk-paging__item.prev-page {
    overflow: hidden;
    position: absolute;
    height: 100%;
    top: 0;
    left: -5px;
  }
  .nk-paging .nk-paging__item.prev-page a {
    display: block;
    text-indent: -9999px;
  }
  .nk-paging .nk-paging__item.prev-page::before {
    pointer-events: none;
    content: "<";
    color: #07780b;
    width: 60px;
    height: 100%;
    font-size: 20px;
    top: 12px;
    right: -3px;
    position: absolute;
  }
}
@media (max-width: 767px) and (max-width: 767px) {
  .nk-paging .nk-paging__item.prev-page::before {
    top: 0;
  }
}
@media (max-width: 767px) {
  .nk-paging .nk-paging__item.next-page {
    width: inherit;
    height: inherit;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    width: 60px;
    position: absolute;
    height: 100%;
    top: 0;
    right: -5px;
  }
  .nk-paging .nk-paging__item.next-page::before {
    pointer-events: none;
    content: ">";
    color: #07780b;
    width: 60px;
    height: 100%;
    font-size: 20px;
    top: 0;
    right: 0px;
    position: absolute;
  }
}
@media (max-width: 767px) {
  .nk-paging .nk-paging__item.is-active {
    color: #fff;
  }
}
@media (max-width: 480px) {
  #budget_search #gheader .kikan {
    display: none;
  }
  #budget_search #main #searchForm .search__title-wrap {
    width: 100%;
  }
  #budget_search #main #searchForm .search__title-wrap h2.ttl-type_003 {
    width: 100%;
  }
  #budget_search #main #searchForm #bt_favorite {
    right: 0px;
    top: -10px;
  }
  #budget_search #main #searchForm .search__f-box-l {
    width: inherit;
    padding: 0;
    vertical-align: top;
    background-color: inherit;
    font-weight: bold;
    height: 50px;
    font-size: 20px;
  }
  #budget_search #main #searchForm .search__f-box-r {
    width: inherit;
    padding: 20px 0;
  }
  #budget_search #main #searchForm .search__f-box-r .search__block-btn-wrap {
    position: absolute;
    right: inherit;
  }
  #budget_search #main #searchForm #searchbox .search__inner {
    width: 100%;
    padding: 0;
  }
  #budget_search #main #searchForm #searchbox .search__inner .search__f {
    position: relative;
  }
  #budget_search #main #searchForm #searchbox .search__inner .search__f .search__f-box-wrap {
    padding-top: 0;
    background: white;
  }
  #budget_search #main #searchForm #searchbox .search__inner .search__f .search__f-box {
    display: inherit;
    margin: 0;
    border: none;
  }
  #budget_search #main #searchForm #searchbox .search__span-div {
    width: inherit;
    padding: 0 15px;
  }
  #budget_search #main #searchForm #searchbox .search__span-div .select-parts {
    width: 100px;
  }
  #budget_search #main #searchForm #searchbox .search__kw-content {
    text-align: left;
  }
  #budget_search #main #searchForm #searchbox #btn_form_submit {
    border-radius: 50px;
    display: block;
    width: inherit;
    height: inherit;
    margin: 2.60756vw 50px 50px;
    font-size: 27px;
    font-weight: bold;
    line-height: 60px;
    background-position: right 5.21512vw center;
    background-size: 3.38983vw 3.38983vw;
  }
  #budget_search #pagerAreaWrap #pagerAreaH {
    margin-top: 70px;
    text-align: center;
    height: 40px;
  }
  #budget_search #searchResultPage .search__inner {
    position: relative;
    width: 100%;
    margin: 0 auto;
    padding: 20px 0 40px;
  }
  #budget_search #searchResultPage .search__inner .nk-item__title-favorite {
    width: 50%;
    font-size: 16px;
    height: 32px;
    line-height: 32px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  #budget_search #searchResultPage .search__inner .nk-item__title-favorite {
    font-size: 14px;
  }
}
@media (max-width: 480px) {
  #budget_search #searchResultPage #searchResult h4 {
    margin: 5px 10px 0 10px;
    width: calc(100% - 10px);
  }
}
@media (max-width: 480px) {
  #budget_search .nk-paging {
    width: calc(100% - 10px);
    padding: 0 40px;
    overflow: hidden;
    height: 70px;
  }
  #budget_search .nk-paging .nk-paging__item {
    display: inline-block;
    width: 60px;
    height: 35px;
    font-size: 20px;
    line-height: 35px;
    cursor: pointer;
    text-align: center;
    color: #07780b;
    background: #FFF;
    border-top: 1px solid #ddd;
    border-right: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
    border-left: none;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  #budget_search .nk-paging .nk-paging__item {
    width: 50px;
  }
}
@media (max-width: 480px) {
  #budget_search .nk-paging .nk-paging__item.first-page {
    display: none;
  }
}
@media (max-width: 480px) {
  #budget_search .nk-paging .nk-paging__item.prev-page {
    overflow: hidden;
    position: absolute;
    height: 100%;
    top: 0;
    left: -20px;
    border: 1px solid #DDD;
  }
  #budget_search .nk-paging .nk-paging__item.prev-page a {
    display: block;
    text-indent: -9999px;
  }
}
@media (max-width: 480px) and (max-width: 767px) {
  #budget_search .nk-paging .nk-paging__item.prev-page {
    width: 50px;
    font-size: 14px;
    height: 70px;
    left: 0px;
    border: 1px solid #DDD;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  #budget_search .nk-paging .nk-paging__item.prev-page {
    width: 50px;
    font-size: 14px;
    height: 70px;
    left: 0px;
    border: 1px solid #DDD;
  }
  #budget_search .nk-paging .nk-paging__item.prev-page a {
    text-indent: -999px;
  }
}
@media (max-width: 480px) {
  #budget_search .nk-paging .nk-paging__item.prev-page::before {
    pointer-events: none;
    content: "<";
    color: #07780b;
    width: 60px;
    height: 100%;
    font-size: 40px;
    top: 12px;
    right: -3px;
    position: absolute;
  }
}
@media (max-width: 480px) and (max-width: 767px) {
  #budget_search .nk-paging .nk-paging__item.prev-page::before {
    top: 0;
    height: 100%;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  #budget_search .nk-paging .nk-paging__item.prev-page::before {
    top: 15px;
    font-size: 20px;
    right: -5px;
  }
}
@media (max-width: 480px) {
  #budget_search .nk-paging .nk-paging__item.next-page {
    width: inherit;
    height: inherit;
    font-size: inherit;
    line-height: inherit;
    position: relative;
    width: 60px;
    position: absolute;
    height: 100%;
    top: 0;
    right: -20px;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  #budget_search .nk-paging .nk-paging__item.next-page {
    width: 50px;
    font-size: 14px;
    height: 70px;
    right: 5px;
    border: 1px solid #DDD;
  }
  #budget_search .nk-paging .nk-paging__item.next-page a {
    text-indent: -999px;
  }
}
@media (max-width: 480px) {
  #budget_search .nk-paging .nk-paging__item.next-page::before {
    pointer-events: none;
    content: ">";
    color: #07780b;
    width: 60px;
    height: 100%;
    font-size: 20px;
    top: 0;
    right: 0px;
    position: absolute;
  }
}
@media (max-width: 480px) and (max-width: 480px) {
  #budget_search .nk-paging .nk-paging__item.next-page::before {
    top: 15px;
    right: -5px;
  }
}
@media (max-width: 480px) {
  #budget_search .nk-paging .nk-paging__item.is-active {
    color: #fff;
    background: #07780b;
  }
}
@-webkit-keyframes fadein-keyframes {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadein-keyframes {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
::-moz-selection {
  background: #000;
  color: #fff;
}
::selection {
  background: #000;
  color: #fff;
}

/*
a:hover {
  opacity: inherit !important;
}
*/

.first-page {
  width: 40px;
}

.yotei-search__kw--emphasize {
  border: none;
}

html#budget_search #gheader #gnav {
  background: url(../images/common/nk-bg_gnav.png) repeat center center;
}
html#budget_search #gheader #gnav ul {
  height: 69px;
  position: relative;
  width: 1050px;
  margin: auto;
}
html#budget_search #gheader #gnav ul li {
  float: left;
}
html#budget_search #gheader #gnav .global_02 {
  display: none;
}
html#budget_search #gheader #gnav .global_02.guidePage {
  display: inherit;
}
html#budget_search.predict #gheader #gnav .global_02 {
  display: inherit;
}
html#budget_search.predict #gheader #gnav .global_02.guidePage {
  display: none;
}
html#budget_search.trial option.trialFilter {
  display: none;
}
html#budget_search.trial span.isTrial {
  display: inherit;
}
html#budget_search.budget_trial option.trialFilter {
  display: none;
}
html#budget_search.budget_trial span.isTrial {
  display: inherit;
}

html span.isTrial {
  display: none;
}
html .searchMode label {
  display: none !important;
}

#autoComplete_list {
  margin: 0;
}

#pagerArea {
  z-index: 2;
  position: relative;
  text-align: center;
  margin: 0px auto 50px;
}
#pagerArea .result-paging_bottom {
  text-align: center;
}
@media (max-width: 480px) {
  #pagerArea {
    margin: 0px 20px 50px;
  }
}

#pagerAreaF {
  z-index: 2;
  position: relative;
  text-align: center;
  margin: 0px auto 0px;
}
#pagerAreaF .result-paging_bottom {
  text-align: center;
  height: 40px;
}
#pagerAreaF .PageNavi.disable {
  pointer-events: none;
}
#pagerAreaF .PageNavi.disable ul li a {
  color: #CCC;
}

#pagerAreaWrap {
  text-align: center;
  margin: 30px auto 0px;
}
#pagerAreaWrap .result-paging_bottom {
  text-align: center;
  height: 40px;
}
#pagerAreaWrap .PageNavi.disable {
  pointer-events: none;
}
#pagerAreaWrap .PageNavi.disable ul li a {
  color: #CCC;
}
#pagerAreaWrap #pagerAreaH {
  margin-top: 70px;
  text-align: center;
  height: 40px;
}

#searchResultContent .nk-item2.nk-item--yosan h5 {
  line-height: 20px;
}
#searchResultContent .nk-item2.nk-item--yosan h5.status {
  left: 0;
  top: 3px;
  width: 140px;
  height: 40px;
  overflow: hidden;
}
#searchResultContent .nk-item2.nk-item--yosan h5.contact_no {
  position: absolute;
  right: 0;
  bottom: 10px;
  width: 210px;
  text-align: left;
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2.nk-item--yosan h5.contact_no {
    width: 190px;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2.nk-item--yosan h5.contact_no {
    position: absolute;
    right: 5px;
    text-align: right;
    width: 100%;
    bottom: 3px;
    font-size: 12px;
  }
}

h2 a {
  color: inherit;
  text-decoration: inherit;
}

h2.dummy {
  font-size: 27px;
  font-weight: bold;
}

#main .nk-item--yotei .nk-item__status-no {
  color: #000;
  font-weight: bold;
}

img#loaderbar {
  position: absolute;
  top: 50%;
  left: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 100px;
  text-align: center;
}

#searchResult {
  display: inherit !important;
}

#frmS_ORGAN_NAME {
  width: 550px;
  padding-left: 5px;
  vertical-align: top;
  position: absolute;
  left: 20px;
}
@media (max-width: 767px) {
  #frmS_ORGAN_NAME {
    width: inherit;
  }
}
@media (max-width: 480px) {
  #frmS_ORGAN_NAME {
    width: inherit;
    padding-left: 5px;
    vertical-align: top;
    position: absolute;
    left: 0;
  }
}

body.searched #modal-organ #js-organ-btn.btn--submit {
  display: none;
}
body.searched #modal-organ #js-organ-btn2.btn--submit {
  display: inherit;
}
body.searched #modal-organ #js-organ-btn2.btn--submit .nk-btn-inner {
  position: relative;
  left: 30px;
}
body.searched .sec .search__title-wrap a.back {
  display: inherit !important;
  position: absolute;
  right: 200px;
  top: 5px;
}

#modal-organ .btn--submit {
  width: 120px;
  height: 30px;
  padding: 0px;
  line-height: 30px;
  margin: 0;
  background-position: right 10px center;
  background-size: 15%;
  font-size: 16px;
}
#modal-organ .btn--submit .nk-btn-inner {
  position: relative;
  left: -10px;
  color: #FFF;
}
#modal-organ .btn--submit#js-organ-btn {
  background-color: #07780b;
}
#modal-organ .btn--submit#js-organ-btn2 {
  display: none;
}
#modal-organ .block__check-all-s-block::after {
  content: "全てを選択";
}
#modal-organ .block__check-all-s-block.all-checked {
  background: #FFF;
  color: #000;
}
#modal-organ .block__check-all-s-block.all-checked::after {
  content: "全てを解除";
}
#modal-organ .modal__header #organ_select_all_off {
  background: #FFF;
  border: 1px solid #07780b;
  font-size: 14px;
}
#modal-organ .modal__header #organ_select_all_on {
  background: #6fba2c;
  color: #000;
  font-size: 14px;
}
#modal-organ .modal__header.on #organ_select_all_off {
  background: #FFF;
}
#modal-organ .modal__header.on #organ_select_all_on {
  background: inherit;
  border: none;
}
#modal-organ .modal__header.off #organ_select_all_off {
  background: inherit;
  border: none;
}
#modal-organ .modal__header.off #organ_select_all_on {
  background: #6fba2c;
  color: #FFF;
}
#modal-organ .block__check-all-s-block {
  /* display: inline-block; */
  width: 130px;
  /* margin-left: 10px; */
  margin: 5px 15px;
  float: right;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 13px;
  background-color: #6fba2c;
}
#modal-organ .block__small-accordion {
  display: inline-block;
  width: 130px;
  margin-left: 10px;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 13px;
  background-color: #6fba2c;
  position: absolute;
  right: 10px;
  top: 10px;
}
#modal-organ .block__small-accordion ::before {
  content: "";
}
#modal-organ .block__small-accordion.edited::before {
  content: "絞り込み中";
  position: absolute;
  left: -75px;
  color: #ff8f00;
  font-weight: bold;
}
#modal-organ .block__small-accordion::after {
  content: "閉じる";
}
#modal-organ .block__small-accordion.is-close::after {
  content: "さらに詳細に絞る";
}
#modal-organ .block__small.is-close {
  display: none;
}
#modal-organ .freeword {
  position: absolute;
  top: 0;
  left: 150px;
}
#modal-organ .nk-modal__wrap {
  -webkit-transform: inherit;
  transform: inherit;
}
#modal-organ .modal__container header {
  background-color: #e8f5e9;
  color: #000;
  position: fixed;
  width: 100%;
  z-index: 2;
}
#modal-organ .modal__container header button {
  color: #000;
}
#modal-organ .block__wrap {
  width: 100%;
  padding: 70px 20px 20px;
  font-size: 0;
  min-height: 400px;
  height: 500px;
  overflow: scroll;
}
@media (max-width: 480px) {
  #modal-organ .block__wrap {
    height: 100%;
  }
}
#modal-organ .block__search-input {
  display: inline-block;
  width: 233px;
  margin: 20px auto 20px 20px;
  vertical-align: top;
  background-color: #e6e6e6;
}
#modal-organ .block__search-btn {
  display: inline-block;
  width: 80px;
  height: 40px;
  margin: 20px auto 20px 10px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #07780b;
}
#modal-organ .block__large {
  position: fixed;
  display: inline-block;
  width: 257px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
}
@media (max-width: 767px) {
  #modal-organ .block__large {
    display: none;
  }
}
@media (max-width: 480px) {
  #modal-organ .block__large {
    display: none;
  }
}
#modal-organ .block__large .block__title {
  display: inline-block;
  width: 100%;
  padding: 5px 0 5px 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #07780b;
}
#modal-organ .block__large .block__large-item {
  height: 36px;
  padding-left: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 36px;
  color: #07780b;
  border-top: 1px solid #ddd;
  background: #fff url(../images/common/nk-icon_arrow-right-green.png) no-repeat right 10px center;
  background-size: 10px 14px;
}
#modal-organ .block__large .block__large-item.is-active {
  color: #000;
  background: #ddd url(../images/common/nk-icon_arrow-right-black.png) no-repeat right 10px center;
  background-size: 10px 14px;
}
#modal-organ .block__large .block__large-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}
#modal-organ .block__medium {
  display: inline-block;
  width: 557px;
  margin-left: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
  position: relative;
  left: 280px;
  width: calc(100% - 340px);
}
@media (max-width: 767px) {
  #modal-organ .block__medium {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}
@media (max-width: 480px) {
  #modal-organ .block__medium {
    left: 0;
    width: 100%;
    margin-left: 0;
  }
}
#modal-organ .block__medium .block__title {
  display: inline-block;
  width: 100%;
  padding: 5px 0 5px 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #07780b;
}
#modal-organ .block__medium .block__medium-list {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}
#modal-organ .block__medium .block__medium-list .block__medium-item {
  position: relative;
  padding-left: 20px;
  line-height: 36px;
  border-bottom: 1px solid #ddd;
}
#modal-organ .block__medium .block__medium-list .block__medium-item span.notice {
  position: absolute;
  right: 20px;
}
#modal-organ .block__medium .block__medium-list .block__medium-item:has(span.notice) {
  background-color: #EEE;
}
#modal-organ .block__medium .block__medium-list .block__medium-item .block__small {
  padding-left: 17px;
}
#modal-organ .block__medium .block__medium-list .block__medium-item .block__small .block__small-list {
  font-size: 0;
}
#modal-organ .block__medium .block__medium-list .block__medium-item .block__small .block__small-item:first-child {
  margin-left: 0;
}
#modal-organ .block__medium .block__medium-list .block__medium-item .block__small .block__small-item {
  display: inline-block;
  width: 103px;
  padding-left: 3px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1;
  color: #0068B7;
}
#modal-organ .block__medium .block__medium-list .block__medium-item .block__small .block__small-item .check-parts {
  position: relative;
  margin-right: 0px;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 1;
}
#modal-organ .block__medium .block__medium-list .block__medium-item .block__small .block__small-item.col2 {
  width: 206px;
}
#modal-organ .block__medium .block__medium-list .block__medium-item .block__small .block__small-item.col3 {
  width: 309px;
}
#modal-organ .block__medium .block__medium-list .block__medium-item .block__small .block__small-item.col4 {
  width: 412px;
}
#modal-organ .block__medium .block__medium-list .block__medium-item .block__small .block__small-item.col5 {
  width: 515px;
}

.search__header {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  background-color: #fafafa;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}
.search__header .search__span-div {
  width: 100%;
}
.search__header .search__span-div .select-parts {
  width: 70px;
  height: 30px;
}
.search__header .search__span-div .select-parts select {
  font-size: 14px;
  height: 24px;
  text-align: center;
  text-indent: 0px;
  width: 50px;
}
.search__header #sortType {
  width: 120px;
  height: 34px;
}
@media (max-width: 767px) {
  .search__header #sortType {
    width: 100%;
  }
}
.search__header .unit {
  position: relative;
  padding: 5px 10px;
  width: 160px;
  height: 60px;
}
.search__header .unit h5 {
  font-weight: bold;
  height: 25px;
  overflow: hidden;
}
@media (max-width: 767px) {
  .search__header .unit {
    width: 210px;
  }
  .search__header .unit.title {
    display: none;
  }
}
@media (max-width: 480px) {
  .search__header .unit.title {
    display: inherit;
    margin: auto;
    width: 280px;
  }
}
.search__header .unit.params {
  width: 100%;
}
@media (max-width: 480px) {
  .search__header .unit.params {
    display: none;
  }
}
.search__header .unit ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.search__header .unit li {
  width: 120px;
  position: relative;
}
@media (max-width: 767px) {
  .search__header .unit li {
    width: 100px;
  }
  .search__header .unit li.sort {
    display: none;
  }
}
.search__header .unit li p {
  position: absolute;
  top: 25px;
  height: 39px;
  overflow: hidden;
  width: 90%;
  line-height: 19px;
}
.search__header .unit li:nth-child(4) {
  width: 120px;
}
.search__header .unit.change {
  text-align: center;
  width: 80px;
  padding: 0;
}
@media (max-width: 767px) {
  .search__header .unit.change {
    width: 70px;
  }
}
@media (max-width: 480px) {
  .search__header .unit.change {
    position: absolute;
    top: 5px;
    right: 6px;
  }
}
.search__header .unit.change a {
  padding: 10px 0;
  line-height: 20px;
  display: block;
  width: 100%;
  height: 100%;
  background: #ff7800;
  border: 1px solid #EEE;
  color: white;
  text-decoration: none;
}
.search__header .unit.change a:hover {
  text-decoration: underline;
}
.search__header .search__condition {
  position: relative;
  height: 30px;
  clear: both;
}
.search__header .search__condition li.wide {
  width: 140px;
}
.search__header .search__condition li.wide2 {
  width: 180px;
}
.search__header .search__condition .keyword {
  height: 32px;
  background: #FFF;
  border: 1px solid #CCC;
  padding: 0 7px;
}
.search__header .search__condition .searchMode label::before {
  right: 2px;
}
.search__header .search__condition .searchMode select {
  font-size: 12px;
  height: 18px;
  width: 76px;
}
.search__header .search__condition .search__block-btn-wrap {
  margin-left: 0;
}
.search__header .search__condition .search__btn--block {
  margin-top: 5px;
  width: 100px;
  border-radius: 25px;
  color: #FFF;
  text-indent: -20px;
  font-weight: bold;
  height: 40px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 40px;
  background: #07780b url(/assets/images/common/nk-icon_link-out.png) no-repeat right 10px center;
  background-size: 16px 16px;
}
.search__header .search__condition dl {
  left: 90px;
  top: 0;
}
.search__header .search__condition dl dt, .search__header .search__condition dl dd {
  float: left;
  padding: 0 5px;
}
.search__header .search__condition dl dt {
  font-weight: bold;
}
.search__header .search__condition dl dd {
  border-bottom: 1px solid;
}
.search__header .search__condition dl dt::after {
  content: ":";
}
.search__header .search__condition dl dd::after {
  content: ",";
}
.search__header .search__condition dl dd:last-child::after {
  content: "";
}
.search__header .result-heading p {
  width: 200px;
}
.search__header #frmPagesize {
  width: 60px;
}

.search__result-action-select {
  width: 200px;
}

.search__result-wrap {
  width: 1080px;
  margin: auto;
}
@media (max-width: 767px) {
  .search__result-wrap {
    width: inherit;
    margin: auto;
  }
}
@media (max-width: 480px) {
  .search__result-wrap {
    width: inherit;
    margin: auto;
  }
}

.pagetop a {
  pointer-events: none;
}

#searchHeader {
  border-bottom: 1px solid #EEE;
  padding: 10px;
  position: absolute;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 480px) {
  #searchHeader {
    border-bottom: 1px solid #EEE;
    padding: 10px;
    position: absolute;
    width: 100%;
  }
}
#searchHeader.headroom {
  will-change: transform;
  -webkit-transition: -webkit-transform 200ms linear;
  transition: -webkit-transform 200ms linear;
  transition: transform 200ms linear;
  transition: transform 200ms linear, -webkit-transform 200ms linear;
}
#searchHeader.headroom--pinned {
  position: fixed;
  z-index: 10;
  min-width: 1060px;
  left: 10px;
  height: 70px;
  top: 0;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
@media (max-width: 480px) {
  #searchHeader.headroom--pinned {
    min-width: inherit;
    left: 0;
    height: 50px;
  }
}
#searchHeader.headroom--unpinned {
  position: fixed;
  z-index: 10;
  height: 70px;
  top: 0;
  width: calc(100% - 20px);
  left: 10px;
  -webkit-transform: translateY(0%);
          transform: translateY(0%);
}
@media (max-width: 767px) {
  #searchHeader.headroom--unpinned {
    left: 0;
  }
}
@media (max-width: 480px) {
  #searchHeader.headroom--unpinned {
    min-width: inherit;
    left: 0;
    height: 50px;
  }
}
#searchHeader.headroom--top {
  position: absolute;
  top: 10px;
  height: 80px;
  z-index: 2;
}
@media (max-width: 480px) {
  #searchHeader.headroom--top {
    display: inherit;
  }
}
#searchHeader #totalCount {
  font-size: 24px;
  font-weight: bold;
  line-height: 25px;
  position: absolute;
  right: 0;
}
#searchHeader #totalCount span {
  font-size: 14px;
  padding: 0 5px;
}
@media (max-width: 480px) {
  #searchHeader #totalCount {
    bottom: 25px;
  }
}

body.afterlogin main #searchForm {
  height: inherit;
}

#searchForm {
  position: relative;
  height: 50px;
}
@media (max-width: 480px) {
  #searchForm {
    height: inherit;
  }
}
#searchForm .search__f-box {
  margin-top: 0;
  border-bottom: none;
}
#searchForm .search__f-box input#frmS_BLOCK_NAME:focus, #searchForm .search__f-box input#frmS_CITY_NAME:focus {
  background: #EEE;
  border: none;
}
@media (max-width: 767px) {
  #searchForm .search__f-box {
    width: inherit;
  }
}
#searchForm .sec .search__title-wrap a.back {
  display: none;
}
#searchForm div.search__f-box:nth-child(4) {
  border-bottom: 1px solid #ddd;
}
#searchForm .search__f-box-l {
  width: 240px;
  padding: 20px;
  vertical-align: top;
  background-color: #fff3ad;
}
@media (max-width: 767px) {
  #searchForm .search__f-box-l {
    width: 140px;
    line-height: 80px;
    padding: 10px;
  }
}
#searchForm .search__inner .search__f .search__f-box {
  margin-top: 0;
}
#searchForm .search__title-wrap {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
#searchForm .search__title-wrap .ttl-type_003 {
  padding-left: 40px;
  text-align: left;
  background: url(../images/common/nk-icon_hammer.png) no-repeat left top;
  background-size: 30px 28px;
}
#searchForm .search__f-box-r {
  position: relative;
}
#searchForm .search__f-box-r #searchValue {
  background: #EEE;
  border: none;
  outline: none;
}
#searchForm .search__f-box-r .select-parts {
  border-radius: 12px;
}
#searchForm .search__f-box-r .select-parts select {
  outline: none;
}
#searchForm .search__f-box-r #autoComplete_list {
  position: absolute;
  top: 110px;
  left: calc(50% - 250px);
}
#searchForm .search__f-box-r #frmS_BLOCK_NAME {
  border-radius: 12px;
  position: absolute;
  left: 20px;
}
#searchForm .search__f-box-r .search__block-btn-wrap {
  position: absolute;
  right: 0;
}
#searchForm .search__f-box-r #frmS_CITY_NAME {
  margin-bottom: 15px;
}
#searchForm #bt_favorite {
  padding: 5px 20px;
  position: absolute;
  border-radius: 22px;
  font-weight: bold;
  right: 20px;
  cursor: pointer;
  z-index: 1;
  border: 2px solid green;
}

.search__inner {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 20px 0 40px;
}
@media (max-width: 767px) {
  .search__inner {
    width: 100%;
  }
}
@media (max-width: 480px) {
  .search__inner {
    width: 100%;
  }
}
.search__inner .search__f {
  position: absolute;
}
.search__inner .search__f .search__f-box-wrap {
  padding-top: 20px;
  background: white;
}
.search__inner .search__f .search__f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 20px 0;
  border: 1px solid #ddd;
}

#main {
  position: relative;
  margin-top: 100px;
  min-height: 600px;
}
#main .line {
  margin: 0 0 60px 0;
}
@media (max-width: 767px) {
  #main {
    min-height: unset;
  }
}
/*
@media (max-width: 480px) {
  #main {
    min-height: inherit;
  }
}
*/
#main .sec {
  padding: 0 20px;
}
@media (max-width: 480px) {
  #main .sec .cover {
    width: calc(100% + 40px);
    height: 100%;
    left: -20px;
  }
}

/* ----------------------------------------------------------------
Button - Disabled
-----------------------------------------------------------------*/
.btn-dbl-prevent {
}
.btn-dbl-prevent.disabled {
  pointer-events: none !important;
  opacity: .5 !important;
}
.btn-dbl-prevent:disabled,
.btn-dbl-prevent:disabled {
  cursor: not-allowed !important;
  opacity: .5 !important;
}

body#budget_search #searchResultContent h5.status, body#budget_search #click_anken h5.status, body#budget_search #link_anken h5.status, body#budget_search #searchResult h5.status, body#budget_search #rakusatsu_anken h5.status, body#budget_search #yotei_anken h5.status {
  position: absolute;
  top: 16px;
}
@media (max-width: 767px) {
  body#budget_search #searchResultContent h5.status, body#budget_search #click_anken h5.status, body#budget_search #link_anken h5.status, body#budget_search #searchResult h5.status, body#budget_search #rakusatsu_anken h5.status, body#budget_search #yotei_anken h5.status {
    left: 60%;
    width: 110px;
  }
}
@media (max-width: 480px) {
  body#budget_search #searchResultContent h5.status, body#budget_search #click_anken h5.status, body#budget_search #link_anken h5.status, body#budget_search #searchResult h5.status, body#budget_search #rakusatsu_anken h5.status, body#budget_search #yotei_anken h5.status {
    position: absolute;
    top: -50px;
  }
}
body#budget_search #searchResultContent h4, body#budget_search #click_anken h4, body#budget_search #link_anken h4, body#budget_search #searchResult h4, body#budget_search #rakusatsu_anken h4, body#budget_search #yotei_anken h4 {
  margin: 16px 0 0 150px;
}

#searchResultContent, #click_anken, #link_anken, #searchResult, #rakusatsu_anken, #yotei_anken {
  padding: 0 20px;
}
@media (max-width: 480px) {
  #searchResultContent, #click_anken, #link_anken, #searchResult, #rakusatsu_anken, #yotei_anken {
    padding: 40px 20px 0;
  }
}
#searchResultContent .nk-item__status-no, #click_anken .nk-item__status-no, #link_anken .nk-item__status-no, #searchResult .nk-item__status-no, #rakusatsu_anken .nk-item__status-no, #yotei_anken .nk-item__status-no {
  color: #000;
}
#searchResultContent .nk-item2, #click_anken .nk-item2, #link_anken .nk-item2, #searchResult .nk-item2, #rakusatsu_anken .nk-item2, #yotei_anken .nk-item2 {
  position: relative;
  width: 100%;
  margin: 40px auto 0px auto;
}
#searchResultContent .nk-item2 .bookmarked, #click_anken .nk-item2 .bookmarked, #link_anken .nk-item2 .bookmarked, #searchResult .nk-item2 .bookmarked, #rakusatsu_anken .nk-item2 .bookmarked, #yotei_anken .nk-item2 .bookmarked {
  display: none;
}
#searchResultContent .nk-item2 .no_bookmark, #click_anken .nk-item2 .no_bookmark, #link_anken .nk-item2 .no_bookmark, #searchResult .nk-item2 .no_bookmark, #rakusatsu_anken .nk-item2 .no_bookmark, #yotei_anken .nk-item2 .no_bookmark {
  display: inherit;
}
#searchResultContent .nk-item2.bookmarked .bookmarked, #click_anken .nk-item2.bookmarked .bookmarked, #link_anken .nk-item2.bookmarked .bookmarked, #searchResult .nk-item2.bookmarked .bookmarked, #rakusatsu_anken .nk-item2.bookmarked .bookmarked, #yotei_anken .nk-item2.bookmarked .bookmarked {
  display: inherit;
  background-color: #E58536;
  color: #FFF !important;
}
#searchResultContent .nk-item2.bookmarked .no_bookmark, #click_anken .nk-item2.bookmarked .no_bookmark, #link_anken .nk-item2.bookmarked .no_bookmark, #searchResult .nk-item2.bookmarked .no_bookmark, #rakusatsu_anken .nk-item2.bookmarked .no_bookmark, #yotei_anken .nk-item2.bookmarked .no_bookmark {
  display: none;
}
#searchResultContent .nk-item2 .nk-item__info-title-inner, #click_anken .nk-item2 .nk-item__info-title-inner, #link_anken .nk-item2 .nk-item__info-title-inner, #searchResult .nk-item2 .nk-item__info-title-inner, #rakusatsu_anken .nk-item2 .nk-item__info-title-inner, #yotei_anken .nk-item2 .nk-item__info-title-inner {
  font-size: inherit;
}
#searchResultContent .nk-item2 .nk-item__check-parts, #click_anken .nk-item2 .nk-item__check-parts, #link_anken .nk-item2 .nk-item__check-parts, #searchResult .nk-item2 .nk-item__check-parts, #rakusatsu_anken .nk-item2 .nk-item__check-parts, #yotei_anken .nk-item2 .nk-item__check-parts {
  position: absolute;
  cursor: pointer;
  top: -10px;
  right: -20px;
}
#searchResultContent .nk-item2.abstruct p.outline, #click_anken .nk-item2.abstruct p.outline, #link_anken .nk-item2.abstruct p.outline, #searchResult .nk-item2.abstruct p.outline, #rakusatsu_anken .nk-item2.abstruct p.outline, #yotei_anken .nk-item2.abstruct p.outline {
  font-size: 14px;
  overflow: hidden;
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2.abstruct p.outline, #click_anken .nk-item2.abstruct p.outline, #link_anken .nk-item2.abstruct p.outline, #searchResult .nk-item2.abstruct p.outline, #rakusatsu_anken .nk-item2.abstruct p.outline, #yotei_anken .nk-item2.abstruct p.outline {
    font-size: 14px;
    top: 140px;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2.abstruct p.outline, #click_anken .nk-item2.abstruct p.outline, #link_anken .nk-item2.abstruct p.outline, #searchResult .nk-item2.abstruct p.outline, #rakusatsu_anken .nk-item2.abstruct p.outline, #yotei_anken .nk-item2.abstruct p.outline {
    font-size: 14px;
    top: 112px;
    left: 110px;
    margin-right: 10px;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2.abstruct ul, #click_anken .nk-item2.abstruct ul, #link_anken .nk-item2.abstruct ul, #searchResult .nk-item2.abstruct ul, #rakusatsu_anken .nk-item2.abstruct ul, #yotei_anken .nk-item2.abstruct ul {
    opacity: 0;
  }
}
#searchResultContent .nk-item2 a, #click_anken .nk-item2 a, #link_anken .nk-item2 a, #searchResult .nk-item2 a, #rakusatsu_anken .nk-item2 a, #yotei_anken .nk-item2 a {
  color: #9b0303;
  text-decoration: underline;
  display: block;
  position: absolute;
  width: 100%;
  height: calc(100% - 40px) !important;
  top: 40px;
  left: 0;
  border-radius: 10px;
}
#searchResultContent .nk-item2 a:hover, #click_anken .nk-item2 a:hover, #link_anken .nk-item2 a:hover, #searchResult .nk-item2 a:hover, #rakusatsu_anken .nk-item2 a:hover, #yotei_anken .nk-item2 a:hover {
  cursor: pointer;
  background: rgba(1, 1, 1, 0.01);
}
#searchResultContent .nk-item2 a.item_link_url, #click_anken .nk-item2 a.item_link_url, #link_anken .nk-item2 a.item_link_url, #searchResult .nk-item2 a.item_link_url, #rakusatsu_anken .nk-item2 a.item_link_url, #yotei_anken .nk-item2 a.item_link_url {
  top: auto;
  left: auto;
  padding: 0 0;
}
#searchResultContent .nk-item2 .nk-item__tab, #click_anken .nk-item2 .nk-item__tab, #link_anken .nk-item2 .nk-item__tab, #searchResult .nk-item2 .nk-item__tab, #rakusatsu_anken .nk-item2 .nk-item__tab, #yotei_anken .nk-item2 .nk-item__tab {
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
}
#searchResultContent .nk-item2 .nk-item__title-favorite, #click_anken .nk-item2 .nk-item__title-favorite, #link_anken .nk-item2 .nk-item__title-favorite, #searchResult .nk-item2 .nk-item__title-favorite, #rakusatsu_anken .nk-item2 .nk-item__title-favorite, #yotei_anken .nk-item2 .nk-item__title-favorite {
  position: absolute;
  top: 15px;
  height: inherit;
  border-radius: 20px;
  border-width: 1px;
  right: 0;
  border-color: #9b0303;
  color: #9b0303;
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2 .nk-item__title-favorite, #click_anken .nk-item2 .nk-item__title-favorite, #link_anken .nk-item2 .nk-item__title-favorite, #searchResult .nk-item2 .nk-item__title-favorite, #rakusatsu_anken .nk-item2 .nk-item__title-favorite, #yotei_anken .nk-item2 .nk-item__title-favorite {
    padding: 5px;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 .nk-item__title-favorite, #click_anken .nk-item2 .nk-item__title-favorite, #link_anken .nk-item2 .nk-item__title-favorite, #searchResult .nk-item2 .nk-item__title-favorite, #rakusatsu_anken .nk-item2 .nk-item__title-favorite, #yotei_anken .nk-item2 .nk-item__title-favorite {
    top: -5px;
    right: 0px;
    padding: 0;
  }
}
#searchResultContent .nk-item2 .nk-item__title-notice, #click_anken .nk-item2 .nk-item__title-notice, #link_anken .nk-item2 .nk-item__title-notice, #searchResult .nk-item2 .nk-item__title-notice, #rakusatsu_anken .nk-item2 .nk-item__title-notice, #yotei_anken .nk-item2 .nk-item__title-notice {
  position: absolute;
  top: 5px;
  height: inherit;
  border-radius: 10px;
  border-width: 1px;
  border-color: #9b0303;
  color: #9b0303;
}
#searchResultContent .nk-item2 .nk-item__inner, #click_anken .nk-item2 .nk-item__inner, #link_anken .nk-item2 .nk-item__inner, #searchResult .nk-item2 .nk-item__inner, #rakusatsu_anken .nk-item2 .nk-item__inner, #yotei_anken .nk-item2 .nk-item__inner {
  border-radius: 0;
  padding: 0 12px 10px 12px;
  border-left: none;
  border-right: none;
  border-bottom: none;
}
#searchResultContent .nk-item2 .nk-item__status-area, #click_anken .nk-item2 .nk-item__status-area, #link_anken .nk-item2 .nk-item__status-area, #searchResult .nk-item2 .nk-item__status-area, #rakusatsu_anken .nk-item2 .nk-item__status-area, #yotei_anken .nk-item2 .nk-item__status-area {
  padding: 0;
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2 .nk-item__status-area, #click_anken .nk-item2 .nk-item__status-area, #link_anken .nk-item2 .nk-item__status-area, #searchResult .nk-item2 .nk-item__status-area, #rakusatsu_anken .nk-item2 .nk-item__status-area, #yotei_anken .nk-item2 .nk-item__status-area {
    width: 35%;
    line-height: 25px;
    margin-top: 5px;
    height: 50px;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 .nk-item__status-area h5.status, #click_anken .nk-item2 .nk-item__status-area h5.status, #link_anken .nk-item2 .nk-item__status-area h5.status, #searchResult .nk-item2 .nk-item__status-area h5.status, #rakusatsu_anken .nk-item2 .nk-item__status-area h5.status, #yotei_anken .nk-item2 .nk-item__status-area h5.status {
    left: -10px;
    top: -55px;
    font-size: 14px;
    border-left: 7px solid;
    padding-left: 10px;
  }
}
#searchResultContent .nk-item2 h5.has-bidding, #click_anken .nk-item2 h5.has-bidding, #link_anken .nk-item2 h5.has-bidding, #searchResult .nk-item2 h5.has-bidding, #rakusatsu_anken .nk-item2 h5.has-bidding, #yotei_anken .nk-item2 h5.has-bidding {
  position: absolute;
  top: 0;
  left: 200px;
  border: 1px solid #69A5F5;
  border-radius: 15px;
  margin-top: 5px;
  height: 25px;
  padding: 0px 15px;
  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-weight: normal;
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2 h5.has-bidding, #click_anken .nk-item2 h5.has-bidding, #link_anken .nk-item2 h5.has-bidding, #searchResult .nk-item2 h5.has-bidding, #rakusatsu_anken .nk-item2 h5.has-bidding, #yotei_anken .nk-item2 h5.has-bidding {
    left: 60%;
    width: 110px;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 h5.has-bidding, #click_anken .nk-item2 h5.has-bidding, #link_anken .nk-item2 h5.has-bidding, #searchResult .nk-item2 h5.has-bidding, #rakusatsu_anken .nk-item2 h5.has-bidding, #yotei_anken .nk-item2 h5.has-bidding {
    top: -10px;
    left: 150px;
    width: 100px;
  }
}
#searchResultContent .nk-item2 h4, #click_anken .nk-item2 h4, #link_anken .nk-item2 h4, #searchResult .nk-item2 h4, #rakusatsu_anken .nk-item2 h4, #yotei_anken .nk-item2 h4 {
  color: #9b0303;
  font-size: 30px;
  font-weight: bold;
  line-height: 40px;
}
#searchResultContent .nk-item2 h4.index, #click_anken .nk-item2 h4.index, #link_anken .nk-item2 h4.index, #searchResult .nk-item2 h4.index, #rakusatsu_anken .nk-item2 h4.index, #yotei_anken .nk-item2 h4.index {
  font-size: 24px;
  width: 100%;
  overflow: hidden;
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 h4.index, #click_anken .nk-item2 h4.index, #link_anken .nk-item2 h4.index, #searchResult .nk-item2 h4.index, #rakusatsu_anken .nk-item2 h4.index, #yotei_anken .nk-item2 h4.index {
    margin-top: 0px;
    font-size: 15px;
    line-height: normal;
  }
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2 h4, #click_anken .nk-item2 h4, #link_anken .nk-item2 h4, #searchResult .nk-item2 h4, #rakusatsu_anken .nk-item2 h4, #yotei_anken .nk-item2 h4 {
    margin-top: 12px !important;
    width: calc(100% - 150px) !important;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 h4, #click_anken .nk-item2 h4, #link_anken .nk-item2 h4, #searchResult .nk-item2 h4, #rakusatsu_anken .nk-item2 h4, #yotei_anken .nk-item2 h4 {
    margin-top: 4px !important;
    width: calc(100% - 10px) !important;
    font-size: 18px;
    line-height: normal;
  }
}
#searchResultContent .nk-item2 h5, #click_anken .nk-item2 h5, #link_anken .nk-item2 h5, #searchResult .nk-item2 h5, #rakusatsu_anken .nk-item2 h5, #yotei_anken .nk-item2 h5 {
  color: #9b0303;
  font-weight: bold;
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2 h5, #click_anken .nk-item2 h5, #link_anken .nk-item2 h5, #searchResult .nk-item2 h5, #rakusatsu_anken .nk-item2 h5, #yotei_anken .nk-item2 h5 {
    width: 140px;
    line-height: 24px;
  }
}
#searchResultContent .nk-item2 p.outline, #click_anken .nk-item2 p.outline, #link_anken .nk-item2 p.outline, #searchResult .nk-item2 p.outline, #rakusatsu_anken .nk-item2 p.outline, #yotei_anken .nk-item2 p.outline {
  font-size: 18px;
  width: 100%;
  overflow: hidden;
  min-height: 60px;
}
#searchResultContent .nk-item2 p.outline span:after, #click_anken .nk-item2 p.outline span:after, #link_anken .nk-item2 p.outline span:after, #searchResult .nk-item2 p.outline span:after, #rakusatsu_anken .nk-item2 p.outline span:after, #yotei_anken .nk-item2 p.outline span:after {
  content: ",";
  padding-right: 5px;
}
#searchResultContent .nk-item2 p.outline span:last-child:after, #click_anken .nk-item2 p.outline span:last-child:after, #link_anken .nk-item2 p.outline span:last-child:after, #searchResult .nk-item2 p.outline span:last-child:after, #rakusatsu_anken .nk-item2 p.outline span:last-child:after, #yotei_anken .nk-item2 p.outline span:last-child:after {
  content: "";
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2 p.outline, #click_anken .nk-item2 p.outline, #link_anken .nk-item2 p.outline, #searchResult .nk-item2 p.outline, #rakusatsu_anken .nk-item2 p.outline, #yotei_anken .nk-item2 p.outline {
    overflow: visible;
    display: inline-block;
    font-size: 18px;
  }
}
#searchResultContent .nk-item2 dl.area, #click_anken .nk-item2 dl.area, #link_anken .nk-item2 dl.area, #searchResult .nk-item2 dl.area, #rakusatsu_anken .nk-item2 dl.area, #yotei_anken .nk-item2 dl.area {
  margin: 10px 0 0 0;
  position: absolute;
  right: 0;
  z-index: 1;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.area, #click_anken .nk-item2 dl.area, #link_anken .nk-item2 dl.area, #searchResult .nk-item2 dl.area, #rakusatsu_anken .nk-item2 dl.area, #yotei_anken .nk-item2 dl.area {
    position: relative;
    margin-right: 5px;
  }
}
#searchResultContent .nk-item2 dl.area dt, #click_anken .nk-item2 dl.area dt, #link_anken .nk-item2 dl.area dt, #searchResult .nk-item2 dl.area dt, #rakusatsu_anken .nk-item2 dl.area dt, #yotei_anken .nk-item2 dl.area dt {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #FFF;
  background-color: #ff8787;
  border: 1px solid #ff8787;
  padding: 2px 5px 2px 10px;
  font-weight: bold;
  line-height: 24px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.area dt, #click_anken .nk-item2 dl.area dt, #link_anken .nk-item2 dl.area dt, #searchResult .nk-item2 dl.area dt, #rakusatsu_anken .nk-item2 dl.area dt, #yotei_anken .nk-item2 dl.area dt {
    display: none;
  }
}
#searchResultContent .nk-item2 dl.area dd, #click_anken .nk-item2 dl.area dd, #link_anken .nk-item2 dl.area dd, #searchResult .nk-item2 dl.area dd, #rakusatsu_anken .nk-item2 dl.area dd, #yotei_anken .nk-item2 dl.area dd {
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  overflow: hidden;
  border: 1px solid #ff8787;
  padding: 2px 10px;
  margin-right: 12px;
  background: #FFF;
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.area dd, #click_anken .nk-item2 dl.area dd, #link_anken .nk-item2 dl.area dd, #searchResult .nk-item2 dl.area dd, #rakusatsu_anken .nk-item2 dl.area dd, #yotei_anken .nk-item2 dl.area dd {
    min-width: 70px;
    border-radius: 10px;
    margin: 0 5px;
  }
}
#searchResultContent .nk-item2 hr, #click_anken .nk-item2 hr, #link_anken .nk-item2 hr, #searchResult .nk-item2 hr, #rakusatsu_anken .nk-item2 hr, #yotei_anken .nk-item2 hr {
  margin: 5px 0;
  padding: 0px 20px;
  border-bottom: 1px solid #9b0303;
  clear: both;
}
#searchResultContent .nk-item2 dl.info, #click_anken .nk-item2 dl.info, #link_anken .nk-item2 dl.info, #searchResult .nk-item2 dl.info, #rakusatsu_anken .nk-item2 dl.info, #yotei_anken .nk-item2 dl.info {
  margin: 10px 0 0 0;
  width: 100%;
  position: relative;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2 dl.info, #click_anken .nk-item2 dl.info, #link_anken .nk-item2 dl.info, #searchResult .nk-item2 dl.info, #rakusatsu_anken .nk-item2 dl.info, #yotei_anken .nk-item2 dl.info {
    display: block;
    margin-bottom: 20px;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.info, #click_anken .nk-item2 dl.info, #link_anken .nk-item2 dl.info, #searchResult .nk-item2 dl.info, #rakusatsu_anken .nk-item2 dl.info, #yotei_anken .nk-item2 dl.info {
    margin-bottom: 15px;
  }
}
#searchResultContent .nk-item2 dl.info dt, #click_anken .nk-item2 dl.info dt, #link_anken .nk-item2 dl.info dt, #searchResult .nk-item2 dl.info dt, #rakusatsu_anken .nk-item2 dl.info dt, #yotei_anken .nk-item2 dl.info dt {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #FFF;
  background-color: #ff8787;
  border: 1px solid #ff8787;
  padding: 2px 5px 2px 10px;
  font-weight: bold;
  line-height: 24px;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2 dl.info dt, #click_anken .nk-item2 dl.info dt, #link_anken .nk-item2 dl.info dt, #searchResult .nk-item2 dl.info dt, #rakusatsu_anken .nk-item2 dl.info dt, #yotei_anken .nk-item2 dl.info dt {
    width: 35%;
    margin: 5px;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.info dt, #click_anken .nk-item2 dl.info dt, #link_anken .nk-item2 dl.info dt, #searchResult .nk-item2 dl.info dt, #rakusatsu_anken .nk-item2 dl.info dt, #yotei_anken .nk-item2 dl.info dt {
    width: 40%;
    margin: 5px;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.info dt .small, #click_anken .nk-item2 dl.info dt .small, #link_anken .nk-item2 dl.info dt .small, #searchResult .nk-item2 dl.info dt .small, #rakusatsu_anken .nk-item2 dl.info dt .small, #yotei_anken .nk-item2 dl.info dt .small {
    display: none;
  }
}
#searchResultContent .nk-item2 dl.info dd, #click_anken .nk-item2 dl.info dd, #link_anken .nk-item2 dl.info dd, #searchResult .nk-item2 dl.info dd, #rakusatsu_anken .nk-item2 dl.info dd, #yotei_anken .nk-item2 dl.info dd {
  overflow: hidden;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: block;
  border: 1px solid #ff8787;
  padding: 2px 10px 2px 8px;
  margin-right: 15px;
  min-width: 150px;
  white-space: nowrap;
  line-height: 24px;
  background: #FFF;
}
#searchResultContent .nk-item2 dl.info dd.rakusatsu-company, #click_anken .nk-item2 dl.info dd.rakusatsu-company, #link_anken .nk-item2 dl.info dd.rakusatsu-company, #searchResult .nk-item2 dl.info dd.rakusatsu-company, #rakusatsu_anken .nk-item2 dl.info dd.rakusatsu-company, #yotei_anken .nk-item2 dl.info dd.rakusatsu-company {
  min-width: 415px;
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.info dd.rakusatsu-company, #click_anken .nk-item2 dl.info dd.rakusatsu-company, #link_anken .nk-item2 dl.info dd.rakusatsu-company, #searchResult .nk-item2 dl.info dd.rakusatsu-company, #rakusatsu_anken .nk-item2 dl.info dd.rakusatsu-company, #yotei_anken .nk-item2 dl.info dd.rakusatsu-company {
    min-width: 150px;
    width: 60%;
  }
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2 dl.info dd, #click_anken .nk-item2 dl.info dd, #link_anken .nk-item2 dl.info dd, #searchResult .nk-item2 dl.info dd, #rakusatsu_anken .nk-item2 dl.info dd, #yotei_anken .nk-item2 dl.info dd {
    float: right;
    margin-top: -35px;
    background: #FFF;
    width: 70%;
    height: 30px;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.info dd, #click_anken .nk-item2 dl.info dd, #link_anken .nk-item2 dl.info dd, #searchResult .nk-item2 dl.info dd, #rakusatsu_anken .nk-item2 dl.info dd, #yotei_anken .nk-item2 dl.info dd {
    width: 60%;
  }
}
#searchResultContent .nk-item2 dl.profile, #click_anken .nk-item2 dl.profile, #link_anken .nk-item2 dl.profile, #searchResult .nk-item2 dl.profile, #rakusatsu_anken .nk-item2 dl.profile, #yotei_anken .nk-item2 dl.profile {
  margin: 20px 20px 0 0;
  right: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: relative;
  width: 100%;
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2 dl.profile, #click_anken .nk-item2 dl.profile, #link_anken .nk-item2 dl.profile, #searchResult .nk-item2 dl.profile, #rakusatsu_anken .nk-item2 dl.profile, #yotei_anken .nk-item2 dl.profile {
    display: table;
    margin-bottom: 20px;
    padding: 0 10px;
    border-collapse: collapse;
    border-spacing: 0px;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.profile, #click_anken .nk-item2 dl.profile, #link_anken .nk-item2 dl.profile, #searchResult .nk-item2 dl.profile, #rakusatsu_anken .nk-item2 dl.profile, #yotei_anken .nk-item2 dl.profile {
    font-size: 18px;
  }
}
#searchResultContent .nk-item2 dl.profile dt, #click_anken .nk-item2 dl.profile dt, #link_anken .nk-item2 dl.profile dt, #searchResult .nk-item2 dl.profile dt, #rakusatsu_anken .nk-item2 dl.profile dt, #yotei_anken .nk-item2 dl.profile dt {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  color: #FFF;
  background-color: #ff8787;
  border: 1px solid #ff8787;
  padding: 2px 10px;
  font-weight: bold;
  height: 40px;
  min-width: 80px;
  text-align: center;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
  line-height: 34px;
}
#searchResultContent .nk-item2 dl.profile dt .small, #click_anken .nk-item2 dl.profile dt .small, #link_anken .nk-item2 dl.profile dt .small, #searchResult .nk-item2 dl.profile dt .small, #rakusatsu_anken .nk-item2 dl.profile dt .small, #yotei_anken .nk-item2 dl.profile dt .small {
  font-size: 10px;
  line-height: 5px;
}
#searchResultContent .nk-item2 dl.profile dt.sub, #click_anken .nk-item2 dl.profile dt.sub, #link_anken .nk-item2 dl.profile dt.sub, #searchResult .nk-item2 dl.profile dt.sub, #rakusatsu_anken .nk-item2 dl.profile dt.sub, #yotei_anken .nk-item2 dl.profile dt.sub {
  line-height: 14px;
  padding: 5px 10px;
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2 dl.profile dt, #click_anken .nk-item2 dl.profile dt, #link_anken .nk-item2 dl.profile dt, #searchResult .nk-item2 dl.profile dt, #rakusatsu_anken .nk-item2 dl.profile dt, #yotei_anken .nk-item2 dl.profile dt {
    width: 30%;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.profile dt, #click_anken .nk-item2 dl.profile dt, #link_anken .nk-item2 dl.profile dt, #searchResult .nk-item2 dl.profile dt, #rakusatsu_anken .nk-item2 dl.profile dt, #yotei_anken .nk-item2 dl.profile dt {
    font-size: 12px;
  }
}
#searchResultContent .nk-item2 dl.profile dd, #click_anken .nk-item2 dl.profile dd, #link_anken .nk-item2 dl.profile dd, #searchResult .nk-item2 dl.profile dd, #rakusatsu_anken .nk-item2 dl.profile dd, #yotei_anken .nk-item2 dl.profile dd {
  display: inline-table;
  position: relative;
  line-height: 32px;
  padding: 2px 10px;
  margin-right: 10px;
  font-size: 26px;
  font-weight: bold;
  background: #FFF;
  height: 40px;
}
#searchResultContent .nk-item2 dl.profile dd p.sub, #click_anken .nk-item2 dl.profile dd p.sub, #link_anken .nk-item2 dl.profile dd p.sub, #searchResult .nk-item2 dl.profile dd p.sub, #rakusatsu_anken .nk-item2 dl.profile dd p.sub, #yotei_anken .nk-item2 dl.profile dd p.sub {
  font-size: 18px;
  font-weight: normal;
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2 dl.profile dd, #click_anken .nk-item2 dl.profile dd, #link_anken .nk-item2 dl.profile dd, #searchResult .nk-item2 dl.profile dd, #rakusatsu_anken .nk-item2 dl.profile dd, #yotei_anken .nk-item2 dl.profile dd {
    top: -40px;
    text-align: left;
    left: 32%;
    height: 14px;
    font-weight: normal;
    width: 70%;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.profile dd, #click_anken .nk-item2 dl.profile dd, #link_anken .nk-item2 dl.profile dd, #searchResult .nk-item2 dl.profile dd, #rakusatsu_anken .nk-item2 dl.profile dd, #yotei_anken .nk-item2 dl.profile dd {
    font-size: 18px;
  }
}
#searchResultContent .nk-item2 dl.appendix, #click_anken .nk-item2 dl.appendix, #link_anken .nk-item2 dl.appendix, #searchResult .nk-item2 dl.appendix, #rakusatsu_anken .nk-item2 dl.appendix, #yotei_anken .nk-item2 dl.appendix {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 10px 0 10px 0;
  right: 0;
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.appendix, #click_anken .nk-item2 dl.appendix, #link_anken .nk-item2 dl.appendix, #searchResult .nk-item2 dl.appendix, #rakusatsu_anken .nk-item2 dl.appendix, #yotei_anken .nk-item2 dl.appendix {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-flow: column;
            flex-flow: column;
  }
}
#searchResultContent .nk-item2 dl.appendix.file, #click_anken .nk-item2 dl.appendix.file, #link_anken .nk-item2 dl.appendix.file, #searchResult .nk-item2 dl.appendix.file, #rakusatsu_anken .nk-item2 dl.appendix.file, #yotei_anken .nk-item2 dl.appendix.file {
  height: 165px;
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.appendix.file, #click_anken .nk-item2 dl.appendix.file, #link_anken .nk-item2 dl.appendix.file, #searchResult .nk-item2 dl.appendix.file, #rakusatsu_anken .nk-item2 dl.appendix.file, #yotei_anken .nk-item2 dl.appendix.file {
    height: auto;
  }
}
#searchResultContent .nk-item2 dl.appendix.file dt, #click_anken .nk-item2 dl.appendix.file dt, #link_anken .nk-item2 dl.appendix.file dt, #searchResult .nk-item2 dl.appendix.file dt, #rakusatsu_anken .nk-item2 dl.appendix.file dt, #yotei_anken .nk-item2 dl.appendix.file dt {
  background-color: #e0f004;
  z-index: 2;
  color: #9b0303;
}
#searchResultContent .nk-item2 dl.appendix.file dd, #click_anken .nk-item2 dl.appendix.file dd, #link_anken .nk-item2 dl.appendix.file dd, #searchResult .nk-item2 dl.appendix.file dd, #rakusatsu_anken .nk-item2 dl.appendix.file dd, #yotei_anken .nk-item2 dl.appendix.file dd {
  padding: 2px 0 2px 20px;
  height: 165px;
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.appendix.file dd, #click_anken .nk-item2 dl.appendix.file dd, #link_anken .nk-item2 dl.appendix.file dd, #searchResult .nk-item2 dl.appendix.file dd, #rakusatsu_anken .nk-item2 dl.appendix.file dd, #yotei_anken .nk-item2 dl.appendix.file dd {
    height: 100px;
  }
}
#searchResultContent .nk-item2 dl.appendix.file dd div.filewrapper, #click_anken .nk-item2 dl.appendix.file dd div.filewrapper, #link_anken .nk-item2 dl.appendix.file dd div.filewrapper, #searchResult .nk-item2 dl.appendix.file dd div.filewrapper, #rakusatsu_anken .nk-item2 dl.appendix.file dd div.filewrapper, #yotei_anken .nk-item2 dl.appendix.file dd div.filewrapper {
  height: 155px;
  margin: 0 10px 0px 0px;
  overflow-y: scroll;
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.appendix.file dd div.filewrapper, #click_anken .nk-item2 dl.appendix.file dd div.filewrapper, #link_anken .nk-item2 dl.appendix.file dd div.filewrapper, #searchResult .nk-item2 dl.appendix.file dd div.filewrapper, #rakusatsu_anken .nk-item2 dl.appendix.file dd div.filewrapper, #yotei_anken .nk-item2 dl.appendix.file dd div.filewrapper {
    height: 95px;
  }
}
#searchResultContent .nk-item2 dl.appendix.file dd div.filewrapper ul li, #click_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li, #link_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li, #searchResult .nk-item2 dl.appendix.file dd div.filewrapper ul li, #rakusatsu_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li, #yotei_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li {
  text-align: center;
  float: left;
  border: 1px solid #9b0303;
  text-align: center;
  margin: 10px 0;
  margin: 10px 5px;
  border-radius: 10px;
  padding: 5px;
  position: relative;
  height: 60px;
  width: 23%;
}
@media (max-width: 767px) {
  #searchResultContent .nk-item2 dl.appendix.file dd div.filewrapper ul li, #click_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li, #link_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li, #searchResult .nk-item2 dl.appendix.file dd div.filewrapper ul li, #rakusatsu_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li, #yotei_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li {
    font-size: 12px;
    width: 95%;
    float: none;
  }
}
#searchResultContent .nk-item2 dl.appendix.file dd div.filewrapper ul li h6, #click_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li h6, #link_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li h6, #searchResult .nk-item2 dl.appendix.file dd div.filewrapper ul li h6, #rakusatsu_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li h6, #yotei_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li h6 {
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
}
#searchResultContent .nk-item2 dl.appendix.file dd div.filewrapper ul li a, #click_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li a, #link_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li a, #searchResult .nk-item2 dl.appendix.file dd div.filewrapper ul li a, #rakusatsu_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li a, #yotei_anken .nk-item2 dl.appendix.file dd div.filewrapper ul li a {
  display: block;
  height: inherit;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  padding: 30px 0 0 0;
  height: 100%;
}
#searchResultContent .nk-item2 dl.appendix dt, #click_anken .nk-item2 dl.appendix dt, #link_anken .nk-item2 dl.appendix dt, #searchResult .nk-item2 dl.appendix dt, #rakusatsu_anken .nk-item2 dl.appendix dt, #yotei_anken .nk-item2 dl.appendix dt {
  border-top-left-radius: 10px;
  border-bottom-left-radius: 10px;
  color: #FFF;
  width: 160px;
  background-color: #ff8787;
  border: 1px solid #ff8787;
  padding: 2px 10px;
  font-weight: bold;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.appendix dt, #click_anken .nk-item2 dl.appendix dt, #link_anken .nk-item2 dl.appendix dt, #searchResult .nk-item2 dl.appendix dt, #rakusatsu_anken .nk-item2 dl.appendix dt, #yotei_anken .nk-item2 dl.appendix dt {
    width: 95%;
    border-radius: 10px 10px 0px 0px;
  }
}
#searchResultContent .nk-item2 dl.appendix dd, #click_anken .nk-item2 dl.appendix dd, #link_anken .nk-item2 dl.appendix dd, #searchResult .nk-item2 dl.appendix dd, #rakusatsu_anken .nk-item2 dl.appendix dd, #yotei_anken .nk-item2 dl.appendix dd {
  right: 0;
  top: 0;
  border-top-right-radius: 10px;
  border-bottom-right-radius: 10px;
  position: block;
  width: calc(100% - 160px);
  border: 1px solid #ff8787;
  padding: 2px 20px;
  margin-right: 10px;
  overflow: hidden;
}
#searchResultContent .nk-item2 dl.appendix dd a, #click_anken .nk-item2 dl.appendix dd a, #link_anken .nk-item2 dl.appendix dd a, #searchResult .nk-item2 dl.appendix dd a, #rakusatsu_anken .nk-item2 dl.appendix dd a, #yotei_anken .nk-item2 dl.appendix dd a {
  color: #9b0303;
}
#searchResultContent .nk-item2 dl.appendix dd.memo, #click_anken .nk-item2 dl.appendix dd.memo, #link_anken .nk-item2 dl.appendix dd.memo, #searchResult .nk-item2 dl.appendix dd.memo, #rakusatsu_anken .nk-item2 dl.appendix dd.memo, #yotei_anken .nk-item2 dl.appendix dd.memo {
  height: auto;
  overflow: visible;
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.appendix dd.memo, #click_anken .nk-item2 dl.appendix dd.memo, #link_anken .nk-item2 dl.appendix dd.memo, #searchResult .nk-item2 dl.appendix dd.memo, #rakusatsu_anken .nk-item2 dl.appendix dd.memo, #yotei_anken .nk-item2 dl.appendix dd.memo {
    height: auto;
  }
}
@media (max-width: 480px) {
  #searchResultContent .nk-item2 dl.appendix dd, #click_anken .nk-item2 dl.appendix dd, #link_anken .nk-item2 dl.appendix dd, #searchResult .nk-item2 dl.appendix dd, #rakusatsu_anken .nk-item2 dl.appendix dd, #yotei_anken .nk-item2 dl.appendix dd {
    height: 30px;
    width: 95%;
    border-radius: 0px 0px 10px 10px;
  }
}
#searchResultContent .nk-item2 .ousatsu, #click_anken .nk-item2 .ousatsu, #link_anken .nk-item2 .ousatsu, #searchResult .nk-item2 .ousatsu, #rakusatsu_anken .nk-item2 .ousatsu, #yotei_anken .nk-item2 .ousatsu {
  width: 100%;
  max-height: 250px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 20px;
}
#searchResultContent .nk-item2 .ousatsu .ousatsu-header, #click_anken .nk-item2 .ousatsu .ousatsu-header, #link_anken .nk-item2 .ousatsu .ousatsu-header, #searchResult .nk-item2 .ousatsu .ousatsu-header, #rakusatsu_anken .nk-item2 .ousatsu .ousatsu-header, #yotei_anken .nk-item2 .ousatsu .ousatsu-header {
  margin: 30px 0 0 0;
  width: 160px;
  position: relative;
  background-color: #e0f004;
  border-radius: 10px;
  padding: 10px;
  min-height: 150px;
}
#searchResultContent .nk-item2 .ousatsu .ousatsu-header h5, #click_anken .nk-item2 .ousatsu .ousatsu-header h5, #link_anken .nk-item2 .ousatsu .ousatsu-header h5, #searchResult .nk-item2 .ousatsu .ousatsu-header h5, #rakusatsu_anken .nk-item2 .ousatsu .ousatsu-header h5, #yotei_anken .nk-item2 .ousatsu .ousatsu-header h5 {
  font-weight: bold;
}
#searchResultContent .nk-item2 .ousatsu .ousatsu-header p.main, #click_anken .nk-item2 .ousatsu .ousatsu-header p.main, #link_anken .nk-item2 .ousatsu .ousatsu-header p.main, #searchResult .nk-item2 .ousatsu .ousatsu-header p.main, #rakusatsu_anken .nk-item2 .ousatsu .ousatsu-header p.main, #yotei_anken .nk-item2 .ousatsu .ousatsu-header p.main {
  font-weight: normal;
  font-size: 40px;
  color: #2c669E;
  text-align: center;
}
#searchResultContent .nk-item2 .ousatsu .ousatsu-header p.main span, #click_anken .nk-item2 .ousatsu .ousatsu-header p.main span, #link_anken .nk-item2 .ousatsu .ousatsu-header p.main span, #searchResult .nk-item2 .ousatsu .ousatsu-header p.main span, #rakusatsu_anken .nk-item2 .ousatsu .ousatsu-header p.main span, #yotei_anken .nk-item2 .ousatsu .ousatsu-header p.main span {
  font-size: 18px;
}
#searchResultContent .nk-item2 .ousatsu .ousatsu-header p.remark, #click_anken .nk-item2 .ousatsu .ousatsu-header p.remark, #link_anken .nk-item2 .ousatsu .ousatsu-header p.remark, #searchResult .nk-item2 .ousatsu .ousatsu-header p.remark, #rakusatsu_anken .nk-item2 .ousatsu .ousatsu-header p.remark, #yotei_anken .nk-item2 .ousatsu .ousatsu-header p.remark {
  position: absolute;
  bottom: 0;
  line-height: 20px;
  font-size: 11px;
  padding: 10px;
}
#searchResultContent .nk-item2 .ousatsu .ousatsu-body, #click_anken .nk-item2 .ousatsu .ousatsu-body, #link_anken .nk-item2 .ousatsu .ousatsu-body, #searchResult .nk-item2 .ousatsu .ousatsu-body, #rakusatsu_anken .nk-item2 .ousatsu .ousatsu-body, #yotei_anken .nk-item2 .ousatsu .ousatsu-body {
  height: 100%;
  max-height: 250px;
  overflow: scroll;
  padding: 0 10px;
  width: calc(100% - 180px);
  right: 0;
  top: 0;
  background-color: #FFF;
  border-radius: 10px;
}
#searchResultContent .nk-item2 .ousatsu table, #click_anken .nk-item2 .ousatsu table, #link_anken .nk-item2 .ousatsu table, #searchResult .nk-item2 .ousatsu table, #rakusatsu_anken .nk-item2 .ousatsu table, #yotei_anken .nk-item2 .ousatsu table {
  position: relative;
}
#searchResultContent .nk-item2 .ousatsu table thead, #click_anken .nk-item2 .ousatsu table thead, #link_anken .nk-item2 .ousatsu table thead, #searchResult .nk-item2 .ousatsu table thead, #rakusatsu_anken .nk-item2 .ousatsu table thead, #yotei_anken .nk-item2 .ousatsu table thead {
  background-color: #FFF;
  /* 縦スクロール時に固定する */
  position: sticky;
  top: 0;
  padding: 5px;
}
#searchResultContent .nk-item2 .ousatsu table th, #click_anken .nk-item2 .ousatsu table th, #link_anken .nk-item2 .ousatsu table th, #searchResult .nk-item2 .ousatsu table th, #rakusatsu_anken .nk-item2 .ousatsu table th, #yotei_anken .nk-item2 .ousatsu table th {
  background-color: #FFF;
  min-width: 200px;
}
#searchResultContent .nk-item2 .ousatsu table td, #click_anken .nk-item2 .ousatsu table td, #link_anken .nk-item2 .ousatsu table td, #searchResult .nk-item2 .ousatsu table td, #rakusatsu_anken .nk-item2 .ousatsu table td, #yotei_anken .nk-item2 .ousatsu table td {
  font-size: 14px;
  padding: 5px;
  border: 1px solid #BBE5A9;
  padding: 10px;
  min-width: 200px;
}
#searchResultContent .nk-item2 .ousatsu table .bidding_price, #click_anken .nk-item2 .ousatsu table .bidding_price, #link_anken .nk-item2 .ousatsu table .bidding_price, #searchResult .nk-item2 .ousatsu table .bidding_price, #rakusatsu_anken .nk-item2 .ousatsu table .bidding_price, #yotei_anken .nk-item2 .ousatsu table .bidding_price {
  min-width: 100px;
}
#searchResultContent .nk-item2 a, #click_anken .nk-item2 a, #link_anken .nk-item2 a, #searchResult .nk-item2 a, #rakusatsu_anken .nk-item2 a, #yotei_anken .nk-item2 a {
  text-decoration: inherit;
}
#searchResultContent .nk-item2 a:hover, #click_anken .nk-item2 a:hover, #link_anken .nk-item2 a:hover, #searchResult .nk-item2 a:hover, #rakusatsu_anken .nk-item2 a:hover, #yotei_anken .nk-item2 a:hover {
  text-decoration: underline;
}
#searchResultContent .nk-item2 .nk-item__title-notice:hover, #searchResultContent .nk-item2 .nk-item__title-favorite:hover, #click_anken .nk-item2 .nk-item__title-notice:hover, #click_anken .nk-item2 .nk-item__title-favorite:hover, #link_anken .nk-item2 .nk-item__title-notice:hover, #link_anken .nk-item2 .nk-item__title-favorite:hover, #searchResult .nk-item2 .nk-item__title-notice:hover, #searchResult .nk-item2 .nk-item__title-favorite:hover, #rakusatsu_anken .nk-item2 .nk-item__title-notice:hover, #rakusatsu_anken .nk-item2 .nk-item__title-favorite:hover, #yotei_anken .nk-item2 .nk-item__title-notice:hover, #yotei_anken .nk-item2 .nk-item__title-favorite:hover {
  background: #EEE;
}
#searchResultContent .nk-item2.nk-item--nyusatsu .nk-item__title-favorite, #click_anken .nk-item2.nk-item--nyusatsu .nk-item__title-favorite, #link_anken .nk-item2.nk-item--nyusatsu .nk-item__title-favorite, #searchResult .nk-item2.nk-item--nyusatsu .nk-item__title-favorite, #rakusatsu_anken .nk-item2.nk-item--nyusatsu .nk-item__title-favorite, #yotei_anken .nk-item2.nk-item--nyusatsu .nk-item__title-favorite {
  border-color: #9b0303;
  color: #9b0303;
}
#searchResultContent .nk-item2.nk-item--nyusatsu .nk-item__title-notice, #click_anken .nk-item2.nk-item--nyusatsu .nk-item__title-notice, #link_anken .nk-item2.nk-item--nyusatsu .nk-item__title-notice, #searchResult .nk-item2.nk-item--nyusatsu .nk-item__title-notice, #rakusatsu_anken .nk-item2.nk-item--nyusatsu .nk-item__title-notice, #yotei_anken .nk-item2.nk-item--nyusatsu .nk-item__title-notice {
  border-color: #9b0303;
  color: #9b0303;
}
#searchResultContent .nk-item2.nk-item--nyusatsu a, #click_anken .nk-item2.nk-item--nyusatsu a, #link_anken .nk-item2.nk-item--nyusatsu a, #searchResult .nk-item2.nk-item--nyusatsu a, #rakusatsu_anken .nk-item2.nk-item--nyusatsu a, #yotei_anken .nk-item2.nk-item--nyusatsu a {
  color: #9b0303;
}
#searchResultContent .nk-item2.nk-item--nyusatsu hr, #click_anken .nk-item2.nk-item--nyusatsu hr, #link_anken .nk-item2.nk-item--nyusatsu hr, #searchResult .nk-item2.nk-item--nyusatsu hr, #rakusatsu_anken .nk-item2.nk-item--nyusatsu hr, #yotei_anken .nk-item2.nk-item--nyusatsu hr {
  border-color: #9b0303;
}
#searchResultContent .nk-item2.nk-item--nyusatsu h4, #click_anken .nk-item2.nk-item--nyusatsu h4, #link_anken .nk-item2.nk-item--nyusatsu h4, #searchResult .nk-item2.nk-item--nyusatsu h4, #rakusatsu_anken .nk-item2.nk-item--nyusatsu h4, #yotei_anken .nk-item2.nk-item--nyusatsu h4 {
  color: #9b0303;
  height: 40px;
}
#searchResultContent .nk-item2.nk-item--nyusatsu h5, #click_anken .nk-item2.nk-item--nyusatsu h5, #link_anken .nk-item2.nk-item--nyusatsu h5, #searchResult .nk-item2.nk-item--nyusatsu h5, #rakusatsu_anken .nk-item2.nk-item--nyusatsu h5, #yotei_anken .nk-item2.nk-item--nyusatsu h5 {
  color: #9b0303;
}
#searchResultContent .nk-item2.nk-item--nyusatsu dl dt, #click_anken .nk-item2.nk-item--nyusatsu dl dt, #link_anken .nk-item2.nk-item--nyusatsu dl dt, #searchResult .nk-item2.nk-item--nyusatsu dl dt, #rakusatsu_anken .nk-item2.nk-item--nyusatsu dl dt, #yotei_anken .nk-item2.nk-item--nyusatsu dl dt {
  background-color: #95C781;
  border-color: #95C781;
  text-shadow: 0px 0px 2px rgba(0, 0, 0, 0.25);
}
#searchResultContent .nk-item2.nk-item--nyusatsu dl dd, #click_anken .nk-item2.nk-item--nyusatsu dl dd, #link_anken .nk-item2.nk-item--nyusatsu dl dd, #searchResult .nk-item2.nk-item--nyusatsu dl dd, #rakusatsu_anken .nk-item2.nk-item--nyusatsu dl dd, #yotei_anken .nk-item2.nk-item--nyusatsu dl dd {
  border-color: #95C781;
}
#searchResultContent .nk-item2.nk-item--nyusatsu dl.appendix.file dt, #click_anken .nk-item2.nk-item--nyusatsu dl.appendix.file dt, #link_anken .nk-item2.nk-item--nyusatsu dl.appendix.file dt, #searchResult .nk-item2.nk-item--nyusatsu dl.appendix.file dt, #rakusatsu_anken .nk-item2.nk-item--nyusatsu dl.appendix.file dt, #yotei_anken .nk-item2.nk-item--nyusatsu dl.appendix.file dt {
  background-color: #BBE5A9;
  color: #9b0303;
}
#searchResultContent .nk-item2.nk-item--nyusatsu dl.appendix.file dd div.filewrapper ul li, #click_anken .nk-item2.nk-item--nyusatsu dl.appendix.file dd div.filewrapper ul li, #link_anken .nk-item2.nk-item--nyusatsu dl.appendix.file dd div.filewrapper ul li, #searchResult .nk-item2.nk-item--nyusatsu dl.appendix.file dd div.filewrapper ul li, #rakusatsu_anken .nk-item2.nk-item--nyusatsu dl.appendix.file dd div.filewrapper ul li, #yotei_anken .nk-item2.nk-item--nyusatsu dl.appendix.file dd div.filewrapper ul li {
  border: 1px solid #9b0303;
}
#searchResultContent .nk-item2.nk-item--yosan .nk-item__tab, #click_anken .nk-item2.nk-item--yosan .nk-item__tab, #link_anken .nk-item2.nk-item--yosan .nk-item__tab, #searchResult .nk-item2.nk-item--yosan .nk-item__tab, #rakusatsu_anken .nk-item2.nk-item--yosan .nk-item__tab, #yotei_anken .nk-item2.nk-item--yosan .nk-item__tab {
  color: #FFF;
}
#searchResultContent .nk-item2.nk-item--yosan .nk-item__title-favorite, #click_anken .nk-item2.nk-item--yosan .nk-item__title-favorite, #link_anken .nk-item2.nk-item--yosan .nk-item__title-favorite, #searchResult .nk-item2.nk-item--yosan .nk-item__title-favorite, #rakusatsu_anken .nk-item2.nk-item--yosan .nk-item__title-favorite, #yotei_anken .nk-item2.nk-item--yosan .nk-item__title-favorite {
  border-color: #E58536;
  color: #E58536;
}
#searchResultContent .nk-item2.nk-item--yosan .nk-item__title-notice, #click_anken .nk-item2.nk-item--yosan .nk-item__title-notice, #link_anken .nk-item2.nk-item--yosan .nk-item__title-notice, #searchResult .nk-item2.nk-item--yosan .nk-item__title-notice, #rakusatsu_anken .nk-item2.nk-item--yosan .nk-item__title-notice, #yotei_anken .nk-item2.nk-item--yosan .nk-item__title-notice {
  border-color: #E58536;
  color: #E58536;
}
#searchResultContent .nk-item2.nk-item--yosan a, #click_anken .nk-item2.nk-item--yosan a, #link_anken .nk-item2.nk-item--yosan a, #searchResult .nk-item2.nk-item--yosan a, #rakusatsu_anken .nk-item2.nk-item--yosan a, #yotei_anken .nk-item2.nk-item--yosan a {
  color: #E58536;
  overflow: hidden;
}
#searchResultContent .nk-item2.nk-item--yosan .nk-item__inner, #click_anken .nk-item2.nk-item--yosan .nk-item__inner, #link_anken .nk-item2.nk-item--yosan .nk-item__inner, #searchResult .nk-item2.nk-item--yosan .nk-item__inner, #rakusatsu_anken .nk-item2.nk-item--yosan .nk-item__inner, #yotei_anken .nk-item2.nk-item--yosan .nk-item__inner {
  border-color: #E58536;
}
#searchResultContent .nk-item2.nk-item--yosan .nk-item__tab, #click_anken .nk-item2.nk-item--yosan .nk-item__tab, #link_anken .nk-item2.nk-item--yosan .nk-item__tab, #searchResult .nk-item2.nk-item--yosan .nk-item__tab, #rakusatsu_anken .nk-item2.nk-item--yosan .nk-item__tab, #yotei_anken .nk-item2.nk-item--yosan .nk-item__tab {
  background-color: #E58536;
}
#searchResultContent .nk-item2.nk-item--yosan hr, #click_anken .nk-item2.nk-item--yosan hr, #link_anken .nk-item2.nk-item--yosan hr, #searchResult .nk-item2.nk-item--yosan hr, #rakusatsu_anken .nk-item2.nk-item--yosan hr, #yotei_anken .nk-item2.nk-item--yosan hr {
  border-color: #E58536;
}
#searchResultContent .nk-item2.nk-item--yosan h4, #click_anken .nk-item2.nk-item--yosan h4, #link_anken .nk-item2.nk-item--yosan h4, #searchResult .nk-item2.nk-item--yosan h4, #rakusatsu_anken .nk-item2.nk-item--yosan h4, #yotei_anken .nk-item2.nk-item--yosan h4 {
  color: #E58536;
  height: 40px;
}
#searchResultContent .nk-item2.nk-item--yosan h5, #click_anken .nk-item2.nk-item--yosan h5, #link_anken .nk-item2.nk-item--yosan h5, #searchResult .nk-item2.nk-item--yosan h5, #rakusatsu_anken .nk-item2.nk-item--yosan h5, #yotei_anken .nk-item2.nk-item--yosan h5 {
  color: #E58536;
}
#searchResultContent .nk-item2.nk-item--yosan dl dd, #click_anken .nk-item2.nk-item--yosan dl dd, #link_anken .nk-item2.nk-item--yosan dl dd, #searchResult .nk-item2.nk-item--yosan dl dd, #rakusatsu_anken .nk-item2.nk-item--yosan dl dd, #yotei_anken .nk-item2.nk-item--yosan dl dd {
  border-color: #F4B06D !important;
}
#searchResultContent .nk-item2.nk-item--yosan dl dt, #click_anken .nk-item2.nk-item--yosan dl dt, #link_anken .nk-item2.nk-item--yosan dl dt, #searchResult .nk-item2.nk-item--yosan dl dt, #rakusatsu_anken .nk-item2.nk-item--yosan dl dt, #yotei_anken .nk-item2.nk-item--yosan dl dt {
  background-color: #F4B06D !important;
  border-color: #F4B06D !important;
}

.search__f-box-r {
  width: 800px;
  padding: 20px;
  vertical-align: top;
  min-height: 100px;
}
@media (max-width: 767px) {
  .search__f-box-r {
    width: calc(100% - 120px);
  }
}

.search__block-btn-wrap {
  display: inline-block;
  width: calc(100% - 590px);
  margin-left: 20px;
  vertical-align: top;
}
@media (max-width: 767px) {
  .search__block-btn-wrap {
    width: calc(100% - 120px);
    padding: 10px;
  }
}
@media (max-width: 480px) {
  .search__block-btn-wrap {
    width: 170px;
    padding: 0;
    margin: 0;
  }
}

.search__block input[type=text] {
  width: 570px;
  padding-left: 5px;
  vertical-align: top;
  border-radius: 12px;
  padding: 10px;
}
.search__block input[type=text]:focus {
  border: none;
}

#searchValue {
  width: 100%;
  font-size: 18px;
  padding: 10px;
}

.search__btn--block {
  width: 180px;
  border-radius: 25px;
  color: #FFF;
  text-indent: -19px;
  font-weight: bold;
  height: 40px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 40px;
  background: #07780b url(/assets/images/common/nk-icon_link-out.png) no-repeat right 20px center;
  background-size: 16px 16px;
}

.search__span-div {
  position: relative;
  display: inline-block;
  width: 35%;
}
@media (max-width: 767px) {
  .search__span-div {
    width: 49%;
  }
}
.search__span-div:nth-child(1)::after {
  content: "~";
  position: absolute;
  right: 0;
  font-size: 20px;
  top: 5px;
}
.search__span-div .select-parts {
  width: 150px;
  height: 50px;
}
.search__span-div .select-parts select {
  font-size: 30px;
  height: 50px;
  text-align: center;
  text-indent: -10px;
}

#frmS_CITY_NAME {
  width: 100%;
}

body .pagetop {
  pointer-events: none;
  display: inherit;
  opacity: 0;
  -webkit-transition: all 1s;
  transition: all 1s;
}
body .pagetop.fixed {
  pointer-events: inherit;
  opacity: 1;
  display: inherit;
  -webkit-transition: all 1s;
  transition: all 1s;
}
body .cover {
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  opacity: 0.5;
  background: #FFF;
  -webkit-transition: all 1s;
  transition: all 1s;
}
body .cover.disable {
  opacity: 0;
  pointer-events: none;
  -webkit-transition: all 1s;
  transition: all 1s;
}
body #searchResultContent {
  display: none;
}
body.searched #searchResultContent {
  display: inherit !important;
}
body #btn_form_submit {
  border-radius: 50px;
  color: #FFF;
}

/* モーダル */
.modal__overlay {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: rgba(0, 0, 0, 0.6);
  bottom: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  position: fixed;
  right: 0;
  top: 0;
  z-index: 100;
}

.modal__container {
  background-color: #fff;
  max-height: 80vh;
  overflow-y: auto;
  width: 1000px;
}
@media (max-width: 480px) {
  .modal__container {
    height: 100%;
  }
}
.modal__container header {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #07780b;
  padding: 10px;
  font-weight: bold;
}
.modal__container header h2 {
  width: 50%;
}
@media (max-width: 767px) {
  .modal__container header h2 {
    display: none;
  }
}
@media (max-width: 480px) {
  .modal__container header h2 {
    display: none;
  }
}
.modal__container header button {
  color: #FFF;
  padding: 5px 20px;
  border-radius: 30px;
  cursor: pointer;
}
.modal__container header.off #area_select_all_off {
  background: #FFF;
  color: #07780b;
}
.modal__container header.on #area_select_all_on {
  background: #FFF;
  color: #07780b;
}
@media (max-width: 480px) {
  .modal__container header .modal__close {
    display: none;
  }
}
.modal__container .nk-btn {
  border-radius: 40px;
  margin: 0px auto 0px;
}
.modal__container .disabled input {
  border: 1px solid #CCC;
}
.modal__container .disabled label {
  color: #CCC;
}
.modal__container .disabled label .check-parts::after {
  display: none;
}
.modal__container .disabled label input:checked + .check-parts::before {
  background: inherit;
  border: 1px solid #999;
}
.modal__container .regist-input__pref-info {
  margin-bottom: 0;
}
.modal__container .regist-input__pref-info .form-text {
  font-size: 12px;
  color: #CCC;
}

.modal__header {
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.modal__close {
  background: transparent;
  border: 0;
}

.modal__header .modal__close::before {
  content: "✕";
}

.modal__content {
  line-height: 1.5;
  margin-bottom: 2rem;
  margin-top: 2rem;
}

.modal__open {
  display: block;
  margin: 100px auto;
}

.box01 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

.box02 {
  background-color: #ccc;
  height: 200px;
  margin: 0 auto;
  width: 80%;
}

/* モーダルアニメーション */
@-webkit-keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@keyframes mmfadeIn {
  from {
    opacity: 0;
  }
  to {
    opacity: 1;
  }
}
@-webkit-keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@keyframes mmfadeOut {
  from {
    opacity: 1;
  }
  to {
    opacity: 0;
  }
}
@-webkit-keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@keyframes mmslideIn {
  from {
    -webkit-transform: translateY(15%);
            transform: translateY(15%);
  }
  to {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
}
@-webkit-keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
@keyframes mmslideOut {
  from {
    -webkit-transform: translateY(0);
            transform: translateY(0);
  }
  to {
    -webkit-transform: translateY(-10%);
            transform: translateY(-10%);
  }
}
.micromodal-slide {
  display: none;
}

.micromodal-slide.is-open {
  display: block;
}

.micromodal-slide[aria-hidden=false] .modal__overlay {
  -webkit-animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=false] .modal__container {
  -webkit-animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideIn 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__overlay {
  -webkit-animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmfadeOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide[aria-hidden=true] .modal__container {
  -webkit-animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
          animation: mmslideOut 0.3s cubic-bezier(0, 0, 0.2, 1);
}

.micromodal-slide .modal__container,
.micromodal-slide .modal__overlay {
  will-change: transform;
}

#both_item_search .bookmark-anken__action-btn, #both_item_search .rakusatsu-notice__action-btn {
  color: #FFF;
}
#both_item_search .bookmark-anken__search, #both_item_search .rakusatsu-notice__search {
  position: relative;
}
#both_item_search .bookmark-anken__search .action, #both_item_search .rakusatsu-notice__search .action {
  position: absolute;
  right: 10px;
  top: 0;
}
#both_item_search .bookmark-anken .sec-inner {
  padding-top: 0px;
}
#both_item_search .check-all {
  margin: 0 30px 0 0;
}
#both_item_search .nk-tab-menu__wrap {
  width: calc(100% - 190px);
  border-bottom: none;
  right: -110px;
  position: absolute;
  top: 7px;
}
#both_item_search .nk-tab-menu__wrap .nk-tab-menu {
  margin: 0;
}
#both_item_search .nk-tab-menu__wrap .nk-tab-menu__item {
  margin: 0;
  padding: 0;
  height: 40px;
  width: 180px;
}
#both_item_search .bookmark-anken__action.hidden {
  display: none !important;
}
#both_item_search #searchResult .nk-item--rakusatsu .nk-item__inner dl.area dt {
  border-color: #0068B7 !important;
  background-color: #0068B7 !important;
}
#both_item_search #searchResult .nk-item--rakusatsu .nk-item__inner dl.area dd {
  border-color: #0068B7 !important;
}
#both_item_search #searchResult .nk-item--yotei .nk-item__inner dl.area dt {
  border-color: #E58536 !important;
  background-color: #E58536 !important;
}
#both_item_search #searchResult .nk-item--yotei .nk-item__inner dl.area dd {
  border-color: #E58536 !important;
}
#both_item_search #searchResult .nk-item--yotei .yotei_data_row h4 {
  margin: 30px 0 0 30px !important;
}

header .logined {
  display: none;
}

html.logined header .logined {
  display: inherit;
}
html.logined header .login {
  display: none;
}

#pdf-modal-switch {
  display: none;
}

#logo img {
  width: 80%;
  margin: 0 0 5px 0;
}

.small {
  width: 90%;
}

.modal-open {
  overflow: hidden;
  height: 100vh;
  padding-right: 15px;
  /* 幅のリフローを避ける */
}
.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

body .modal.fade .modal-dialog {
  -webkit-transform: translate(0, -10px);
  transform: translate(0, -10px);
  top: 30px;
  right: 20px;
  position: absolute;
  width: 80%;
  height: calc(100% - 40px);
  margin: 0;
}
body .modal.fade .modal-dialog .modal-content {
  width: 100%;
  height: 100%;
  /*

  position: absolute;
  min-width: 800px;
  min-height: 500px;
  height: 100%;
  #pdfViewer{
  width:100%;
  height: 100%;
  }
    */
}
body .modal.fade .modal-dialog .modal-content iframe {
  width: 100%;
  height: 100%;
}
@media (min-width: 768px) {
  body .modal.fade .modal-dialog {
    margin: 0;
  }
}

#important_column {
  margin: 0px -20px -20px 0px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
#important_column .post-item {
  margin: 0px 20px 20px 0px;
  width: 33%;
  background: #fafaf4;
}
#important_column .post-item .post-item-wrap {
  padding: 20px;
}
#important_column .post-item .post-item-wrap .post-image {
  text-align: center;
  padding: 20px;
  height: 180px;
}
#important_column .post-item .post-item-wrap .post-image img {
  width: 50%;
}
#important_column .post-item h2 {
  font-size: 18px;
  font-weight: bold;
  height: 40px;
  vertical-align: top;
}
#important_column .post-item ul.list-check-circle {
  margin-bottom: 10px;
}
#important_column .post-item ul.list-check-circle li {
  font-size: 1.5rem;
  padding-left: 25px;
}
#important_column .post-item .notice {
  font-size: 1.2rem;
}

small,
.small {
  font-size: 0.875em;
}

/*Menu on header fullwidth */
@media (min-width: 768px) {
  #header[data-fullwidth=true] #mainMenu:not(.menu-left):not(.menu-center) nav > ul > li.mega-menu-item > .dropdown-menu {
    left: auto;
    right: 0;
  }
  #header[data-fullwidth=true] #mainMenu.menu-center nav > ul > li.mega-menu-item > .dropdown-menu {
    right: auto;
    left: 50%;
    -webkit-transform: translateX(-50%);
    transform: translateX(-50%);
  }
}
header .logined {
  display: none;
}

html.logined header .logined {
  display: inherit;
}
html.logined header .login {
  display: none;
}

html .login_fail {
  display: none;
}

html.login_fail .login_fail {
  display: inherit;
}
html.login_fail .login_fail small {
  color: red;
}
html.login_fail .login_success {
  display: none;
}

.submenu {
  padding: 20px 0;
  margin: 10px 0 !important;
  background: white;
  border: 1px solid #CCC !important;
  font-weight: bold;
  font-size: 130%;
  color: #FFF;
  border: 30px;
  height: 70px;
  line-height: 30px;
  border-radius: 80px;
}
.submenu a {
  display: block;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
#page-title .breadcrumb {
  position: absolute;
  top: 5px;
  left: 10px;
  height: 30px;
  width: 100%;
  text-align: left !important;
}

header #mainMenu.menu-center nav {
  position: absolute;
  right: 0;
}
@media screen and (max-width: 1180px) {
  header #mainMenu.menu-center nav li.width_a {
    display: none;
  }
}
header #global {
  -webkit-transition-property: opacity;
  transition-property: opacity;
  -webkit-transition-duration: 0.4s;
          transition-duration: 0.4s;
  -webkit-transition-delay: 0.5s;
          transition-delay: 0.5s;
  -webkit-transition-timing-function: ease-in;
          transition-timing-function: ease-in;
}

#gnav,
.authed-gnav__item {
  -webkit-box-shadow: 0px 0px 8px 11px rgba(0, 0, 0, 0.05) inset;
  box-shadow: 0px 0px 8px 11px rgba(0, 0, 0, 0.05) inset;
  margin: 0 auto;
  width: 100%;
}

#top #target-org .data-list1 .data-list-inner ul,
#organization #target-org .data-list1 .data-list-inner ul {
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-left: 1px solid #ddd;
}
#top #target-org .data-list1 .data-list-inner ul li,
#organization #target-org .data-list1 .data-list-inner ul li {
  width: 20%;
  font-size: 1.2rem;
  padding: 10px 20px;
  position: relative;
  border: 1px solid #ddd;
  border-left: none;
  border-bottom: none;
}
#top #target-org .data-list1 .data-list-inner-sp,
#organization #target-org .data-list1 .data-list-inner-sp {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}
#top #target-org .data-list1 .data-list-inner-sp ul,
#organization #target-org .data-list1 .data-list-inner-sp ul {
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-left: 1px solid #ddd;
}
#top #target-org .data-list1 .data-list-inner-sp ul li,
#organization #target-org .data-list1 .data-list-inner-sp ul li {
  width: 50%;
  font-size: 1.1rem;
  padding: 5px 10px;
  position: relative;
  border: 1px solid #ddd;
  border-left: none;
  margin-bottom: -1px;
}
#top #target-org .data-list1 .data-list-inner-sp ul li:first-of-type,
#organization #target-org .data-list1 .data-list-inner-sp ul li:first-of-type {
  width: 100%;
  background: #f6f6f6;
}
#top #target-org .data-list2 .data-list-inner dl,
#organization #target-org .data-list2 .data-list-inner dl {
  margin-bottom: 5px;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top #target-org .data-list2 .data-list-inner dl dt,
#organization #target-org .data-list2 .data-list-inner dl dt {
  width: 100%;
}
#top #target-org .data-list2 .data-list-inner dl dd,
#organization #target-org .data-list2 .data-list-inner dl dd {
  font-size: 1.1rem;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #ddd;
  margin-top: -1px;
  margin-right: -1px;
}
#top #target-org .data-list3 .notice,
#organization #target-org .data-list3 .notice {
  color: #ef5350;
  padding: 5px 0;
  font-size: 1.2rem;
}
#top #target-org .data-list3 .data-list-inner dl,
#organization #target-org .data-list3 .data-list-inner dl {
  -js-display: flex;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top #target-org .data-list3 .data-list-inner dl dt,
#organization #target-org .data-list3 .data-list-inner dl dt {
  width: 100%;
}
#top #target-org .data-list3 .data-list-inner dl dd,
#organization #target-org .data-list3 .data-list-inner dl dd {
  font-size: 1.2rem;
  width: 10%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  margin-top: -1px;
  margin-right: -1px;
  text-align: center;
}
#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(10n+1),
#organization #target-org .data-list3 .data-list-inner dl dd:nth-of-type(10n+1) {
  border-left: 1px solid #ddd;
}
#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-9),
#organization #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-9) {
  background: #f6f6f6;
}
#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-8),
#organization #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-8) {
  background: #f6f6f6;
}
#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-7),
#organization #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-7) {
  background: #f6f6f6;
}
#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-6),
#organization #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-6) {
  background: #f6f6f6;
}
#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-5),
#organization #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-5) {
  background: #f6f6f6;
}
#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-4),
#organization #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-4) {
  background: #f6f6f6;
}
#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-3),
#organization #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-3) {
  background: #f6f6f6;
}
#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-2),
#organization #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-2) {
  background: #f6f6f6;
}
#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-1),
#organization #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-1) {
  background: #f6f6f6;
}
#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n),
#organization #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n) {
  background: #f6f6f6;
}
#top #target-org .data-list3 .data-list-inner-sp dl,
#organization #target-org .data-list3 .data-list-inner-sp dl {
  -js-display: flex;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#top #target-org .data-list3 .data-list-inner-sp dl dt,
#organization #target-org .data-list3 .data-list-inner-sp dl dt {
  width: 100%;
}
#top #target-org .data-list3 .data-list-inner-sp dl dd,
#organization #target-org .data-list3 .data-list-inner-sp dl dd {
  font-size: 1.1rem;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #ddd;
  margin-top: -1px;
  margin-right: -1px;
  text-align: center;
  width: 50%;
}
#top #target-org .data-list3 .data-list-inner-sp dl dd:nth-of-type(4n-1),
#organization #target-org .data-list3 .data-list-inner-sp dl dd:nth-of-type(4n-1) {
  background: #f6f6f6;
}
#top #target-org .data-list3 .data-list-inner-sp dl dd:nth-of-type(4n),
#organization #target-org .data-list3 .data-list-inner-sp dl dd:nth-of-type(4n) {
  background: #f6f6f6;
}
#top #target-org .data-list4 .data-list-inner,
#organization #target-org .data-list4 .data-list-inner {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
#top #target-org .data-list4 .data-list-inner ul,
#organization #target-org .data-list4 .data-list-inner ul {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-left: 1px solid #ddd;
}
#top #target-org .data-list4 .data-list-inner ul li,
#organization #target-org .data-list4 .data-list-inner ul li {
  width: 20%;
  font-size: 1.2rem;
  padding: 10px 20px;
  position: relative;
  border: 1px solid #ddd;
  border-left: none;
  border-bottom: none;
}
#top #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n-4),
#organization #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n-4) {
  background: #f6f6f6;
}
#top #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n-3),
#organization #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n-3) {
  background: #f6f6f6;
}
#top #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n-2),
#organization #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n-2) {
  background: #f6f6f6;
}
#top #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n-1),
#organization #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n-1) {
  background: #f6f6f6;
}
#top #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n),
#organization #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n) {
  background: #f6f6f6;
}
#top #target-org .data-list4 .data-list-inner-sp,
#organization #target-org .data-list4 .data-list-inner-sp {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}
#top #target-org .data-list4 .data-list-inner-sp ul,
#organization #target-org .data-list4 .data-list-inner-sp ul {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-left: 1px solid #ddd;
}
#top #target-org .data-list4 .data-list-inner-sp ul li,
#organization #target-org .data-list4 .data-list-inner-sp ul li {
  width: 50%;
  font-size: 1.1rem;
  padding: 5px 10px;
  position: relative;
  border: 1px solid #ddd;
  border-left: none;
  margin-bottom: -1px;
}
#top #target-org .data-list4 .data-list-inner-sp ul li:nth-of-type(4n - 4),
#organization #target-org .data-list4 .data-list-inner-sp ul li:nth-of-type(4n - 4) {
  background: #f6f6f6;
}
#top #target-org .data-list4 .data-list-inner-sp ul li:nth-of-type(4n-1),
#organization #target-org .data-list4 .data-list-inner-sp ul li:nth-of-type(4n-1) {
  background: #f6f6f6;
}
#top #target-org .txt,
#organization #target-org .txt {
  padding: 5px 0;
  font-size: 1.2rem;
}
@media screen and (max-width: 767px) {
  #top #target-org .data-list1 .data-list-inner,
#organization #target-org .data-list1 .data-list-inner {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #top #target-org .data-list1 .data-list-inner-sp,
#organization #target-org .data-list1 .data-list-inner-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #top #target-org .data-list2 .data-list-inner dl dd,
#organization #target-org .data-list2 .data-list-inner dl dd {
    width: 50%;
  }
  #top #target-org .data-list2 .data-list-inner dl dd:nth-of-type(4n-1),
#organization #target-org .data-list2 .data-list-inner dl dd:nth-of-type(4n-1) {
    background: #f6f6f6;
  }
  #top #target-org .data-list2 .data-list-inner dl dd:nth-of-type(4n),
#organization #target-org .data-list2 .data-list-inner dl dd:nth-of-type(4n) {
    background: #f6f6f6;
  }
}
@media screen and (min-width: 768px) {
  #top #target-org .data-list2 .data-list-inner dl dd,
#organization #target-org .data-list2 .data-list-inner dl dd {
    font-size: 1.2rem;
    width: 25%;
  }
  #top #target-org .data-list2 .data-list-inner dl dd:nth-of-type(4n+1),
#organization #target-org .data-list2 .data-list-inner dl dd:nth-of-type(4n+1) {
    border-left: 1px solid #ddd;
  }
  #top #target-org .data-list2 .data-list-inner dl dd:nth-of-type(8n-3),
#organization #target-org .data-list2 .data-list-inner dl dd:nth-of-type(8n-3) {
    background: #f6f6f6;
  }
  #top #target-org .data-list2 .data-list-inner dl dd:nth-of-type(8n-2),
#organization #target-org .data-list2 .data-list-inner dl dd:nth-of-type(8n-2) {
    background: #f6f6f6;
  }
  #top #target-org .data-list2 .data-list-inner dl dd:nth-of-type(8n-1),
#organization #target-org .data-list2 .data-list-inner dl dd:nth-of-type(8n-1) {
    background: #f6f6f6;
  }
  #top #target-org .data-list2 .data-list-inner dl dd:nth-of-type(8n),
#organization #target-org .data-list2 .data-list-inner dl dd:nth-of-type(8n) {
    background: #f6f6f6;
  }
  #top #target-org .data-list3 .notice,
#organization #target-org .data-list3 .notice {
    font-size: 1.4rem;
    padding: 20px 0 15px;
  }
  #top #target-org .data-list3 .data-list-inner-sp,
#organization #target-org .data-list3 .data-list-inner-sp {
    display: none;
  }
  #top #target-org .data-list4 .data-list-inner-sp,
#organization #target-org .data-list4 .data-list-inner-sp {
    display: none;
  }
  #top #target-org .txt,
#organization #target-org .txt {
    font-size: 1.4rem;
    padding: 20px 0 0;
  }
}
@media screen and (max-width: 767px) {
  #top #target-org .data-list3 .data-list-inner,
#organization #target-org .data-list3 .data-list-inner {
    display: none;
  }
  #top #target-org .data-list4 .data-list-inner,
#organization #target-org .data-list4 .data-list-inner {
    display: none;
  }
}

/*  Content & Layout */
/* ----------------------------------------------------------------
    BODY
-----------------------------------------------------------------*/
html {
  overflow-x: hidden;
}

body .body-inner {
  padding: 0;
  margin: 0;
}

body .container-wide {
  width: 100%;
  margin: 0 auto;
  padding: 0 60px;
}

@media (max-width: 991.98px) {
  body .body-inner {
    width: 100%;
    margin: 0;
  }
  body .container-wide {
    padding: 0 30px;
  }
}
@media (min-width: 768px) {
  body.boxed .body-inner {
    float: none;
    width: 1200px;
    margin: 0 auto;
  }
  body.modern .body-inner .container {
    max-width: 1500px;
  }
  body.frame:before,
body.frame:after {
    border: 10px solid #fff;
    content: "";
    position: fixed;
    width: auto;
    height: 20px;
    z-index: 200;
    -webkit-box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0 0 14px 0 rgba(0, 0, 0, 0.1);
    left: 0;
    right: 0;
  }
  body.frame:after {
    bottom: 0;
  }
  body.frame .body-inner {
    padding: 20px;
  }
  body.frame .body-inner:before,
body.frame .body-inner:after {
    border: 10px solid #fff;
    content: "";
    position: fixed;
    width: 20px;
    z-index: 200;
    -webkit-box-shadow: 0px 10px 14px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 14px 0 rgba(0, 0, 0, 0.1);
    top: 20px;
    bottom: 20px;
    left: 0;
    right: auto;
  }
  body.frame .body-inner:after {
    left: auto;
    right: 0;
    -webkit-box-shadow: 0px 10px 14px 0 rgba(0, 0, 0, 0.1);
            box-shadow: 0px 10px 14px 0 rgba(0, 0, 0, 0.1);
  }
  body.frame #scrollTop {
    right: 46px;
  }
}
.container-fullwidth {
  margin: 0 auto;
}

.container-fullwidth .row {
  padding-left: 15px;
  padding-right: 15px;
}

body.dark {
  background-color: #1e2022;
  color: #e4e6ef;
}

section.dark,
.dark section {
  background-color: #1e2022;
  color: #2e2e2e;
}

/* ----------------------------------------------------------------
    Header
-----------------------------------------------------------------*/
#gheader {
  position: relative;
  width: 100%;
  z-index: 199 !important;
  height: 80px;
  line-height: 80px;
}

#gheader .container {
  position: relative;
}

#gheader .header-inner,
#gheader #gheader-wrap {
  height: 80px;
  background-color: #fff;
  /*         backface-visibility: hidden; -webkit-backface-visibility: hidden; */
  left: 0;
  right: 0;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  /*logo*/
}

#gheader .header-inner #logo,
#gheader #gheader-wrap #logo {
  float: left;
  font-size: 28px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 80px;
}

#gheader .header-inner #logo a > img,
#gheader #gheader-wrap #logo a > img {
  vertical-align: inherit;
  -webkit-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  height: 80px;
  width: auto;
}

#gheader .header-inner #logo a > img,
#gheader .header-inner #logo a [class*=logo-],
#gheader #gheader-wrap #logo a > img,
#gheader #gheader-wrap #logo a [class*=logo-] {
  display: none;
}

#gheader .header-inner #logo a .logo-default,
#gheader #gheader-wrap #logo a .logo-default {
  display: block;
}

#gheader .header-inner #logo a,
#gheader .header-inner #logo a span,
#gheader #gheader-wrap #logo a,
#gheader #gheader-wrap #logo a span {
  font-family: inherit;
  font-size: 40px;
  color: #1e2022;
  font-weight: 800;
  letter-spacing: 1.5px;
}

#gheader[data-fullwidth=true] .header-inner .container,
#gheader[data-fullwidth=true] #gheader-wrap .container {
  max-width: 100%;
  padding: 0 30px;
}

#gheader.header-modern:not(.header-active) {
  margin: 40px auto 0;
  width: 1200px;
}

#gheader.header-modern:not(.header-active) .header-inner,
#gheader.header-modern:not(.header-active) #gheader-wrap {
  border-radius: 4px;
}

#gheader.header-modern:not(.header-active) + .inspiro-slider,
#gheader.header-modern:not(.header-active) + #slider,
#gheader.header-modern:not(.header-active) + .fullscreen,
#gheader.header-modern:not(.header-active) + .halfscreen,
#gheader.header-modern:not(.header-active) + #google-map {
  top: -130px;
  margin-bottom: -130px;
}

#gheader.header-mini {
  line-height: 60px;
  height: 60px;
}

#gheader.header-mini .header-inner,
#gheader.header-mini #gheader-wrap {
  height: 60px;
}

#gheader.header-mini .header-inner #mainMenu > .container nav > ul > li > a,
#gheader.header-mini #gheader-wrap #mainMenu > .container nav > ul > li > a {
  font-size: 11px;
}

#gheader.header-mini .header-inner #mainMenu > .container nav > ul > li .dropdown-submenu:before,
#gheader.header-mini #gheader-wrap #mainMenu > .container nav > ul > li .dropdown-submenu:before {
  top: -6px;
}

#gheader.header-mini .header-inner #logo,
#gheader.header-mini #gheader-wrap #logo {
  height: 60px;
}

#gheader.header-mini .header-inner #logo a > img,
#gheader.header-mini #gheader-wrap #logo a > img {
  height: 60px;
}

#gheader.header-mini .header-inner #logo a,
#gheader.header-mini .header-inner #logo a span,
#gheader.header-mini #gheader-wrap #logo a,
#gheader.header-mini #gheader-wrap #logo a span {
  font-size: 30px;
}

#gheader.header-mini .header-inner #mainMenu-trigger,
#gheader.header-mini #gheader-wrap #mainMenu-trigger {
  height: 60px;
}

#gheader.header-mini .header-inner .header-extras,
#gheader.header-mini #gheader-wrap .header-extras {
  height: 60px;
}

#gheader.header-alternative {
  line-height: 60px;
  height: 60px;
}

#gheader.header-alternative .header-inner,
#gheader.header-alternative #gheader-wrap {
  height: 60px;
}

#gheader.header-alternative .header-inner #mainMenu > .container nav > ul > li .dropdown-submenu:before,
#gheader.header-alternative #gheader-wrap #mainMenu > .container nav > ul > li .dropdown-submenu:before {
  top: -6px;
}

#gheader.header-alternative .header-inner #logo,
#gheader.header-alternative #gheader-wrap #logo {
  height: 60px;
}

#gheader.header-alternative .header-inner #logo a > img,
#gheader.header-alternative #gheader-wrap #logo a > img {
  height: 60px;
  padding-top: 10px;
  padding-bottom: 10px;
}

#gheader.header-alternative .header-inner #mainMenu-trigger,
#gheader.header-alternative #gheader-wrap #mainMenu-trigger {
  height: 60px;
}

#gheader.header-alternative .header-inner .header-extras,
#gheader.header-alternative #gheader-wrap .header-extras {
  height: 60px;
}

#gheader[data-transparent=true]:not(.sticky-active) .header-inner,
#gheader[data-transparent=true]:not(.sticky-active) #gheader-wrap {
  background-color: transparent;
}

#gheader[data-transparent=true] + .inspiro-slider,
#gheader[data-transparent=true] + #slider,
#gheader[data-transparent=true] + .fullscreen,
#gheader[data-transparent=true] + .halfscreen,
#gheader[data-transparent=true] + #google-map {
  top: -80px;
  margin-bottom: -80px;
}

#gheader.header-logo-right .header-inner #logo,
#gheader.header-logo-right #gheader-wrap #logo {
  float: right;
}

#gheader.header-logo-right .header-inner .header-extras,
#gheader.header-logo-right #gheader-wrap .header-extras {
  float: left;
}

#gheader.header-logo-right .header-inner #mainMenu nav,
#gheader.header-logo-right #gheader-wrap #mainMenu nav {
  float: left;
}

#gheader.header-shadow .header-inner,
#gheader.header-shadow #gheader-wrap {
  -webkit-box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12) !important;
          box-shadow: 0 0 18px 0 rgba(0, 0, 0, 0.12) !important;
}

#gheader[data-transparent=true]:not(.sticky-active) .header-inner,
#gheader[data-transparent=true]:not(.sticky-active) #gheader-wrap,
#gheader[data-transparent=true]:not(.sticky-active).dark .header-inner,
#gheader[data-transparent=true]:not(.sticky-active).dark #gheader-wrap {
  background-color: transparent;
}

#gheader[data-transparent=true] + .inspiro-slider,
#gheader[data-transparent=true] + #slider,
#gheader[data-transparent=true] + .fullscreen,
#gheader[data-transparent=true] + .halfscreen,
#gheader[data-transparent=true] + #google-map {
  top: -80px;
  margin-bottom: -80px;
}

#gheader.header-sticky .header-inner,
#gheader.header-sticky #gheader-wrap {
  -webkit-transition: top 0.8s ease-in-out;
  transition: top 0.8s ease-in-out;
  top: -140px;
}

#gheader.header-sticky.sticky-active .header-inner,
#gheader.header-sticky.sticky-active #gheader-wrap {
  -webkit-box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);
          box-shadow: 0 12px 6px rgba(0, 0, 0, 0.06);
  top: 0;
  position: fixed;
  margin: 0 auto;
  width: 100%;
}

#gheader.header-always-fixed .header-inner,
#gheader.header-always-fixed #gheader-wrap {
  position: fixed !important;
  top: 0 !important;
}

.dark #gheader .header-inner,
.dark #gheader #gheader-wrap,
#gheader.dark .header-inner,
#gheader.dark #gheader-wrap {
  background-color: #1e2022;
}

.dark #gheader .header-inner #logo a > img,
.dark #gheader .header-inner #logo a [class*=logo-],
.dark #gheader #gheader-wrap #logo a > img,
.dark #gheader #gheader-wrap #logo a [class*=logo-],
#gheader.dark .header-inner #logo a > img,
#gheader.dark .header-inner #logo a [class*=logo-],
#gheader.dark #gheader-wrap #logo a > img,
#gheader.dark #gheader-wrap #logo a [class*=logo-] {
  display: none;
}

.dark #gheader .header-inner #logo a .logo-dark,
.dark #gheader #gheader-wrap #logo a .logo-dark,
#gheader.dark .header-inner #logo a .logo-dark,
#gheader.dark #gheader-wrap #logo a .logo-dark {
  display: block;
}

.dark #gheader .header-inner #logo a,
.dark #gheader .header-inner #logo a span,
.dark #gheader #gheader-wrap #logo a,
.dark #gheader #gheader-wrap #logo a span,
#gheader.dark .header-inner #logo a,
#gheader.dark .header-inner #logo a span,
#gheader.dark #gheader-wrap #logo a,
#gheader.dark #gheader-wrap #logo a span {
  color: #fff;
}

.dark #gheader .header-inner .lines,
.dark #gheader .header-inner .lines:before,
.dark #gheader .header-inner .lines:after,
.dark #gheader #gheader-wrap .lines,
.dark #gheader #gheader-wrap .lines:before,
.dark #gheader #gheader-wrap .lines:after,
#gheader.dark .header-inner .lines,
#gheader.dark .header-inner .lines:before,
#gheader.dark .header-inner .lines:after,
#gheader.dark #gheader-wrap .lines,
#gheader.dark #gheader-wrap .lines:before,
#gheader.dark #gheader-wrap .lines:after {
  background-color: #fff;
}

.dark #gheader[data-transparent=true]:not(.sticky-active) .header-inner,
.dark #gheader[data-transparent=true]:not(.sticky-active) #gheader-wrap,
#gheader.dark[data-transparent=true]:not(.sticky-active) .header-inner,
#gheader.dark[data-transparent=true]:not(.sticky-active) #gheader-wrap {
  background-color: transparent;
}

@media (max-width: 991.98px) {
  body.boxed #gheader .header-inner {
    max-width: 1200px;
    margin: auto;
  }
  body.modern #gheader .header-inner > .container {
    max-width: 1500px;
    padding: 0 15px;
  }
  body.frame #gheader.header-sticky.sticky-active .header-inner {
    left: 20px;
    right: 20px;
    top: 20px;
  }
}
/* ----------------------------------------------------------------
HEADER: Responsive
-----------------------------------------------------------------*/
@media (max-width: 991.98px) {
  #gheader .header-inner,
#gheader #gheader-wrap {
    height: auto;
  }
  #gheader #logo {
    position: absolute !important;
    width: 100%;
    text-align: center;
    margin: 0 !important;
    float: none;
    height: 80px;
    left: 0;
    right: 0;
    padding: 0 !important;
  }
  #gheader #logo > a {
    display: inline-block;
  }
  #gheader #logo > a img {
    max-height: 80px;
    padding-bottom: 6px;
    vertical-align: middle;
  }
  #gheader #logo .logo-responsive {
    display: block;
  }
  #gheader #logo .logo-responsive-dark {
    display: block;
  }
  #gheader.header-mobile-logo-left #gheader #logo {
    width: auto;
    text-align: left;
    left: 30px;
    right: auto;
  }
  #gheader.header-mobile-logo-left .header-extras {
    float: right;
    margin-left: 20px;
  }
  #gheader.header-alternative .header-inner,
#gheader.header-alternative #gheader-wrap {
    height: auto;
  }
  #gheader.header-modern {
    margin: 0 !important;
    width: 100% !important;
  }
  #gheader.header-modern .header-inner,
#gheader.header-modern #gheader-wrap {
    border-radius: 0px !important;
  }
  #gheader.header-logo-right .header-inner .header-extras,
#gheader.header-logo-right #gheader-wrap .header-extras {
    float: right;
  }
  #gheader.header-mini .header-inner,
#gheader.header-mini #gheader-wrap {
    height: auto !important;
  }
}
@media (max-width: 991.98px) {
  #gheader[data-transparent=true] + main {
    top: -120px;
    margin-bottom: -124px;
    position: relative;
  }
  #gheader[data-transparent=true] + main > #page-title {
    padding: 160px 0 80px 0;
  }
  #gheader[data-transparent=true] + .fullscreen {
    top: -80px;
    margin-bottom: -80px;
  }
}
/* ----------------------------------------------------------------
Main Menu
-----------------------------------------------------------------*/
#mainMenu {
  padding: 0;
  /*Menu Styles*/
  /*Menu Positions*/
  /*Menu options*/
}

#mainMenu > .container {
  padding: 0 !important;
}

#mainMenu [class*=col-lg-] {
  line-height: 24px !important;
}

#mainMenu nav {
  float: right;
}

#mainMenu nav > ul {
  list-style: none;
  padding: 0;
  margin: 0;
}

#mainMenu nav > ul > li {
  float: left;
  border: 0;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  margin-left: 6px;
  position: relative;
}

#mainMenu nav > ul > li > a {
  position: relative;
  font-family: "Poppins", sans-serif;
  padding: 10px 12px;
  text-transform: uppercase;
  font-size: 14px;
  font-weight: 600;
  letter-spacing: 0.6px;
  color: #000000;
  border-radius: 0;
  border-width: 0;
  border-style: solid;
  border-color: transparent;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  line-height: normal;
}

#mainMenu nav > ul > li > a > i {
  margin-left: 2px;
  margin-right: 6px;
  min-width: 14px;
  font-size: 14px;
}

/* BEGIN: 46 - draft */
#mainMenu nav > ul > li.logined > a > i {
  display: inline-block;
  margin-left: 6px;
  padding: 4px;
  color: #fff;
  background: #07780B;
  border: 1px solid #07780B;
  border-radius: 20px;
}
#mainMenu nav > ul > li.login > a > i {
display: inline-block;
margin-left: 6px;
padding: 4px;
border: 1px solid #999;
border-radius: 20px;
}
/* END: 46 - draft */

#mainMenu nav > ul > li > a:after,
#mainMenu nav > ul > li > a:before {
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
#mainMenu nav > ul a:hover {
  opacity: 1;
}

#mainMenu nav > ul > li.hover-active > a,
#mainMenu nav > ul > li.hover-active > span,
#mainMenu nav > ul > li.current > a,
#mainMenu nav > ul > li.current > span,
#mainMenu nav > ul > li:hover > a,
#mainMenu nav > ul > li:hover > span,
#mainMenu nav > ul > li:focus > a,
#mainMenu nav > ul > li:focus > span {
  color: #07780b;
}

#mainMenu nav > ul > li.dropdown:before {
  content: "\e930";
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  font-family: "inspiro-icons";
  opacity: 0.6;
  position: absolute;
  right: 16px;
  color: #c1c3ce;
  font-size: 16px;
  display: none;
}

#mainMenu nav > ul > li .dropdown-arrow {
  display: none;
  height: 40px;
  width: 50px;
  position: absolute;
  z-index: 1;
  right: -10px;
  top: 0;
  cursor: pointer;
}

#mainMenu nav > ul > li .dropdown-menu {
  background-position: right bottom;
  background-repeat: no-repeat;
  min-width: 230px;
  top: auto;
  background-color: #fff;
  border: 0;
  color: #000000;
  border-style: solid;
  border-color: #fbfbfb;
  border-width: 1px !important;
  left: auto;
  margin: 0;
  margin-top: -6px;
  border-radius: 4px;
  -webkit-box-shadow: 0 33px 32px rgba(0, 0, 0, 0.1);
          box-shadow: 0 33px 32px rgba(0, 0, 0, 0.1);
  padding: 10px;
  display: none;
  position: absolute;
  z-index: 1;
  text-align: left;
}

#mainMenu nav > ul > li .dropdown-menu > li > a,
#mainMenu nav > ul > li .dropdown-menu > li > span,
#mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a {
  font-size: 12px;
  line-height: 14px;
  font-weight: 500;
  font-style: normal;
  color: #444;
  font-family: "Poppins", sans-serif;
  padding: 12px 20px 12px 18px;
  display: block;
  -webkit-transition: 0.3s ease;
  transition: 0.3s ease;
}

#mainMenu nav > ul > li .dropdown-menu > li > a:focus,
#mainMenu nav > ul > li .dropdown-menu > li > a:hover,
#mainMenu nav > ul > li .dropdown-menu > li > a:active,
#mainMenu nav > ul > li .dropdown-menu > li > span:focus,
#mainMenu nav > ul > li .dropdown-menu > li > span:hover,
#mainMenu nav > ul > li .dropdown-menu > li > span:active,
#mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:focus,
#mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:hover,
#mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:active {
  background-color: transparent;
  color: #07780b;
  cursor: pointer;
}

#mainMenu nav > ul > li .dropdown-menu > li > a > i,
#mainMenu nav > ul > li .dropdown-menu > li > span > i,
#mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a > i {
  margin-left: -4px;
  margin-right: 6px;
  min-width: 14px;
}

#mainMenu nav > ul > li .dropdown-menu > li.current > a,
#mainMenu nav > ul > li .dropdown-menu > li.current > span,
#mainMenu nav > ul > li .dropdown-menu > li:hover > a,
#mainMenu nav > ul > li .dropdown-menu > li:hover > span,
#mainMenu nav > ul > li .dropdown-menu > li:focus > a,
#mainMenu nav > ul > li .dropdown-menu > li:focus > span,
#mainMenu nav > ul > li .dropdown-menu > li:active > a,
#mainMenu nav > ul > li .dropdown-menu > li:active > span,
#mainMenu nav > ul > li .dropdown-menu > li.hover-active > a,
#mainMenu nav > ul > li .dropdown-menu > li.hover-active > span {
  color: #07780b;
}

#mainMenu nav > ul > li .dropdown-menu.menu-last {
  right: 0;
  left: auto;
}

#mainMenu nav > ul > li.mega-menu-item {
  position: static;
}

#mainMenu nav > ul > li.mega-menu-item > .dropdown-menu {
  left: 0;
  right: 0;
  overflow: hidden;
  width: 1140px;
  -webkit-transition-duration: 0.3s !important;
  transition-duration: 0.3s !important;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content {
  padding: 20px;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
  font-family: "Poppins", sans-serif;
  color: #000000;
  font-size: 13px;
  line-height: 14px;
  font-weight: 600;
  text-transform: uppercase;
  padding-bottom: 12px;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content li ~ .mega-menu-title {
  margin-top: 12px;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content > a,
#mainMenu nav > ul > li.mega-menu-item .mega-menu-content > span,
#mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a {
  padding: 10px 0px 10px 0px;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content > a > i,
#mainMenu nav > ul > li.mega-menu-item .mega-menu-content > span > i,
#mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li > a > i {
  margin-left: 0px;
  margin-right: 8px;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:first-child > a {
  padding-top: 0;
}

#mainMenu nav > ul > li.mega-menu-item .mega-menu-content [class*=col-] > ul > li:last-child > a {
  padding-bottom: 0;
}

#mainMenu nav > ul > li .dropdown-submenu {
  position: relative;
}

#mainMenu nav > ul > li .dropdown-submenu:before {
  line-height: 40px;
  content: "\e930";
  font-family: "inspiro-icons";
  opacity: 0.6;
  position: absolute;
  right: 16px;
  color: #2e2e2e;
  font-size: 12px;
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

#mainMenu nav > ul > li .dropdown-submenu > .dropdown-menu {
  margin-left: -6px;
  left: 100%;
  top: -1px;
  z-index: 1;
}

#mainMenu nav > ul > li .dropdown-submenu > .dropdown-menu.menu-invert {
  right: 100%;
  left: auto;
}

#mainMenu nav > ul > li .dropdown-submenu:not(.hover-active):hover:before {
  right: 12px;
}

#mainMenu nav > ul > li .dropdown-submenu:not(.hover-active):hover > ul {
  display: block;
  -webkit-animation: fade-in-out 0.3s ease;
  animation: fade-in-out 0.3s ease;
}

#mainMenu nav > ul > li:not(.hover-active):hover > ul {
  display: block;
  -webkit-animation: fade-in-out 0.3s ease;
  animation: fade-in-out 0.3s ease;
}

#mainMenu nav > ul > li:last-child {
  margin-right: 0;
}

#mainMenu nav > ul > a.btn {
  margin-top: 4px;
}

#mainMenu nav > ul li ul {
  list-style: none;
  padding: 0;
}

#mainMenu nav > ul .badge {
  font-size: 8px;
  padding: 2px 4px;
  line-height: 9px;
  margin: -2px 4px;
}

#mainMenu.menu-fullwidth nav > ul > li.mega-menu-item > .dropdown-menu {
  left: 0 !important;
  right: 0 !important;
  width: 100%;
}

#mainMenu.menu-rounded nav > ul > li > a {
  border-radius: 4px;
  border-width: 2px;
}

#mainMenu.menu-rounded nav > ul > li.current > a,
#mainMenu.menu-rounded nav > ul > li:hover > a,
#mainMenu.menu-rounded nav > ul > li:focus > a {
  background-color: #07780b;
  color: #fff;
}

#mainMenu.menu-outline nav > ul > li > a {
  border-radius: 50px;
  border-width: 2px;
}

#mainMenu.menu-outline nav > ul > li.current > a,
#mainMenu.menu-outline nav > ul > li:hover > a,
#mainMenu.menu-outline nav > ul > li:focus > a {
  color: #07780b;
  border-color: #07780b;
  background-color: transparent;
}

#mainMenu.menu-sub-title nav > ul > li {
  line-height: 64px;
}

#mainMenu.menu-sub-title nav > ul > li > a > .menu-sub-title {
  font-size: 10px;
  padding: 0px;
  margin-top: -14px !important;
  line-height: 0;
  height: 0;
  text-transform: none;
  display: block;
  opacity: 0.5;
  font-weight: 400;
  margin: 0;
  margin-top: 0px;
  margin-bottom: 0px;
  margin-bottom: -50px;
  margin-left: 12px;
  margin-right: 14px;
}

#mainMenu.menu-lines nav > ul > li {
  margin-left: 4px;
}

#mainMenu.menu-lines nav > ul > li > a {
  border-radius: 0;
  border: none;
}

#mainMenu.menu-lines nav > ul > li > a:after {
  content: "";
  position: absolute;
  top: auto;
  bottom: -2px;
  left: 50%;
  width: 0;
  height: 2px;
}

#mainMenu.menu-lines nav > ul > li.current > a,
#mainMenu.menu-lines nav > ul > li:hover > a,
#mainMenu.menu-lines nav > ul > li:focus > a {
  color: #07780b;
}

#mainMenu.menu-lines nav > ul > li.current > a:after,
#mainMenu.menu-lines nav > ul > li:hover > a:after,
#mainMenu.menu-lines nav > ul > li:focus > a:after {
  width: 100%;
  left: 0%;
  background-color: #07780b;
}

#mainMenu.menu-creative nav > ul > li {
  margin-left: 4px;
}

#mainMenu.menu-creative nav > ul > li > a:after {
  background-color: #fff;
  content: "";
  height: 2px;
  left: 0;
  opacity: 0;
  position: absolute;
  top: 100%;
  -webkit-transform: translateY(10px);
  transform: translateY(10px);
  -webkit-transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s;
  transition: opacity 0.3s ease 0s, transform 0.3s ease 0s, -webkit-transform 0.3s ease 0s;
  width: 100%;
  bottom: -2px;
}

#mainMenu.menu-creative nav > ul > li.current > a:after,
#mainMenu.menu-creative nav > ul > li:hover > a:after,
#mainMenu.menu-creative nav > ul > li:focus > a:after {
  opacity: 1;
  -webkit-transform: translateY(0px);
  transform: translateY(0px);
}

#mainMenu.menu-hover-background nav > ul > li {
  margin-left: 0;
}

#mainMenu.menu-hover-background nav > ul > li > a {
  background: none;
}

#mainMenu.menu-hover-background nav > ul > li.current,
#mainMenu.menu-hover-background nav > ul > li:hover,
#mainMenu.menu-hover-background nav > ul > li:focus {
  background-color: #07780b;
}

#mainMenu.menu-hover-background nav > ul > li.current > a,
#mainMenu.menu-hover-background nav > ul > li:hover > a,
#mainMenu.menu-hover-background nav > ul > li:focus > a {
  color: #fff !important;
}

#mainMenu.menu-hover-background nav > ul .dropdown-menu {
  margin-top: 0;
  border-radius: 0;
}

#mainMenu.menu-overlay nav {
  opacity: 0 !important;
  pointer-events: none;
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100% !important;
  background: rgba(30, 32, 34, 0.99);
  -webkit-transition: opacity 0.5s ease;
  transition: opacity 0.5s ease;
}

#mainMenu.menu-overlay nav > ul {
  -webkit-transition: -webkit-transform 1s ease;
  transition: -webkit-transform 1s ease;
  transition: transform 1s ease;
  transition: transform 1s ease, -webkit-transform 1s ease;
  -webkit-transform: translateY(-80%);
  transform: translateY(-80%);
  top: -80%;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical !important;
  -webkit-box-direction: normal !important;
  -ms-flex-direction: column !important;
  flex-direction: column !important;
}

#mainMenu.menu-overlay nav > ul > li {
  display: block;
  float: none;
  text-align: center;
  max-width: 400px;
  margin: 0 auto;
  padding: 0px;
  line-height: 40px;
}

#mainMenu.menu-overlay nav > ul > li > a {
  opacity: 0;
  font-size: 32px;
  padding-top: 12px;
  padding-bottom: 12px;
  letter-spacing: 2px;
  text-transform: none;
  color: #fff;
}

#mainMenu.menu-overlay nav > ul > li .dropdown-menu,
#mainMenu.menu-overlay nav > ul > li .dropdown-submenu {
  display: none !important;
  visibility: hidden !important;
  opacity: 0 !important;
}

#mainMenu.menu-left nav {
  float: left;
  margin-left: 20px;
}

#mainMenu.menu-left nav > ul > li.mega-menu-item {
  position: static;
}

#mainMenu.menu-left nav > ul > li.mega-menu-item > .dropdown-menu {
  right: auto;
  left: 0;
}

#mainMenu.menu-center > .container {
  float: none !important;
  text-align: center;
}

#mainMenu.menu-center nav {
  float: none;
  display: inline-block;
  vertical-align: top;
}

#mainMenu.menu-onclick nav > ul > li:hover:not(.hover-active) > ul,
#mainMenu.menu-onclick nav > ul > li .dropdown-submenu:hover > ul {
  opacity: 0 !important;
  visibility: hidden !important;
  display: inherit !important;
}

#mainMenu.menu-onclick nav > ul > li.hover-active > ul,
#mainMenu.menu-onclick nav > ul > li .hover-active.dropdown-submenu > ul {
  opacity: 1 !important;
  visibility: visible !important;
  display: block;
}

#mainMenu.menu-rounded-dropdown nav > ul > li .dropdown-menu {
  border-radius: 6px;
}

#mainMenu.menu-rounded-dropdown nav > ul > li > .dropdown-menu {
  margin-top: -6px !important;
}

#mainMenu.menu-lowercase nav > ul > li > a {
  text-transform: unset;
  letter-spacing: 0;
  font-size: 14px;
  font-weight: 500;
}

/* ----------------------------------------------------------------
Dots Menu
-----------------------------------------------------------------*/
#dotsMenu {
  position: fixed;
  right: 36px;
  top: 50%;
  bottom: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 99;
}

#dotsMenu:before {
  content: "";
  background: rgba(30, 32, 34, 0.7);
  position: absolute;
  width: 32px;
  right: -8px;
  height: 100%;
  border-radius: 20px;
  top: -24px;
  -webkit-box-shadow: 0 4px 9px 0 rgba(43, 43, 49, 0.1), 0 7px 14px 0 rgba(43, 43, 49, 0.13);
          box-shadow: 0 4px 9px 0 rgba(43, 43, 49, 0.1), 0 7px 14px 0 rgba(43, 43, 49, 0.13);
}

#dotsMenu ul {
  list-style: none;
  padding-bottom: 6px;
}

#dotsMenu ul li {
  text-align: right;
  padding: 0px;
  width: 15px;
  height: 15px;
  margin-bottom: 12px;
  background-color: #fbfbfb;
  border-radius: 50%;
  -webkit-transform: scale(0.6);
  transform: scale(0.6);
  -webkit-transition: background-color 0.5s, -webkit-transform 0.3s;
  transition: background-color 0.5s, -webkit-transform 0.3s;
  transition: transform 0.3s, background-color 0.5s;
  transition: transform 0.3s, background-color 0.5s, -webkit-transform 0.3s;
}

#dotsMenu ul li:hover {
  background-color: #07780b;
  -webkit-transform: scale(1);
  transform: scale(1);
}

#dotsMenu ul li.current {
  background-color: #07780b;
}

#dotsMenu ul li a {
  position: absolute;
  width: 40px;
  height: 40px;
  line-height: 1.5;
  border-radius: 50%;
  left: -14px;
  top: -14px;
}

#dotsMenu ul li a span {
  position: absolute;
  width: auto;
  top: 8px;
  right: 25px;
  white-space: nowrap;
  margin-right: 14px;
  font-size: 12px;
  font-weight: 800;
  color: #fff;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  opacity: 0;
  -webkit-transform-origin: 100% 50%;
  transform-origin: 100% 50%;
  background-color: rgba(0, 0, 0, 0.6);
  border-radius: 100px;
  line-height: 26px;
  padding: 0 12px;
  text-transform: uppercase;
}

#dotsMenu ul li a:hover:before {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#dotsMenu ul li a:hover:before {
  background-color: #07780b;
}

#dotsMenu ul li a:hover > span {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

@media (max-width: 991.98px) {
  #dotsMenu ul li a span {
    display: none;
  }
}
.mainMenu-open #dotsMenu {
  z-index: -1 !important;
}

/* ----------------------------------------------------------------
Overlay Menu
-----------------------------------------------------------------*/
.menu-overlay-active #topbar.topbar-transparent.topbar-fullwidth,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] .header-inner,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] .header-inner .header-extras,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] #header-wrap,
.menu-overlay-active #header[data-fullwidth=true][data-transparent=true] #header-wrap .header-extras {
  border: 0;
}

.menu-overlay-active #header.header-sticky.dark .header-inner,
.menu-overlay-active #header.header-sticky.dark #header-wrap {
  background-color: transparent;
}

.menu-overlay-active #header #logo {
  z-index: -1 !important;
}

.menu-overlay-active #header #mainMenu {
  z-index: 200;
}

.menu-overlay-active #header #mainMenu nav {
  opacity: 1 !important;
  display: inherit !important;
  pointer-events: auto;
}

.menu-overlay-active #header #mainMenu nav > ul {
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  top: 50%;
}

.menu-overlay-active #header #mainMenu nav > ul > li > a {
  opacity: 1;
}

.menu-overlay-active #header .header-extras li > *:not(#menu-overlay-trigger) {
  opacity: 0;
  visibility: hidden;
  z-index: -1;
}

.menu-overlay-active #header #menu-overlay-trigger .lines,
.menu-overlay-active #header #menu-overlay-trigger .lines:before,
.menu-overlay-active #header #menu-overlay-trigger .lines:after {
  background-color: #fff;
}

/*Menu split*/
.header-logo-center #logo,
.menu-split #logo {
  position: absolute !important;
  width: 100%;
  text-align: center;
  margin: 0;
  float: none;
  height: 100px;
}

.header-logo-center #logo > a,
.menu-split #logo > a {
  display: inline-block;
}

.header-logo-center #mainMenu nav,
.menu-split #mainMenu nav {
  float: none;
  margin: 0;
  position: relative;
  z-index: 1;
}

.header-logo-center #mainMenu nav > ul,
.menu-split #mainMenu nav > ul {
  z-index: 198;
}

.header-logo-center #mainMenu nav > ul:first-child,
.menu-split #mainMenu nav > ul:first-child {
  float: left;
}

.header-logo-center #mainMenu nav > ul:last-child,
.menu-split #mainMenu nav > ul:last-child {
  float: right;
}

/*Menu Dark*/
.dark #mainMenu nav > ul > li > a,
#mainMenu.dark nav > ul > li > a {
  color: #fff;
}

.dark #mainMenu nav > ul > li.hover-active > a,
.dark #mainMenu nav > ul > li.hover-active > span,
.dark #mainMenu nav > ul > li.current > a,
.dark #mainMenu nav > ul > li.current > span,
.dark #mainMenu nav > ul > li:hover > a,
.dark #mainMenu nav > ul > li:hover > span,
.dark #mainMenu nav > ul > li:focus > a,
.dark #mainMenu nav > ul > li:focus > span,
#mainMenu.dark nav > ul > li.hover-active > a,
#mainMenu.dark nav > ul > li.hover-active > span,
#mainMenu.dark nav > ul > li.current > a,
#mainMenu.dark nav > ul > li.current > span,
#mainMenu.dark nav > ul > li:hover > a,
#mainMenu.dark nav > ul > li:hover > span,
#mainMenu.dark nav > ul > li:focus > a,
#mainMenu.dark nav > ul > li:focus > span {
  color: #c1c3ce;
}

.dark #mainMenu nav > ul > li.dropdown:before,
#mainMenu.dark nav > ul > li.dropdown:before {
  color: #fff;
}

.dark:not(.submenu-light) #mainMenu,
#mainMenu.dark {
  /*Menu Styles*/
}

.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu,
#mainMenu.dark nav > ul > li .dropdown-menu {
  background-color: #1e2022;
  border-color: #2c2f32;
}

.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > a,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > span,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a,
#mainMenu.dark nav > ul > li .dropdown-menu > li > a,
#mainMenu.dark nav > ul > li .dropdown-menu > li > span,
#mainMenu.dark nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a {
  color: #c1c3ce;
}

.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > a:focus,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > a:hover,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > a:active,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > span:focus,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > span:hover,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li > span:active,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:focus,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:hover,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:active,
#mainMenu.dark nav > ul > li .dropdown-menu > li > a:focus,
#mainMenu.dark nav > ul > li .dropdown-menu > li > a:hover,
#mainMenu.dark nav > ul > li .dropdown-menu > li > a:active,
#mainMenu.dark nav > ul > li .dropdown-menu > li > span:focus,
#mainMenu.dark nav > ul > li .dropdown-menu > li > span:hover,
#mainMenu.dark nav > ul > li .dropdown-menu > li > span:active,
#mainMenu.dark nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:focus,
#mainMenu.dark nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:hover,
#mainMenu.dark nav > ul > li .dropdown-menu > li [class*=col-] > ul > li > a:active {
  color: #c1c3ce;
}

.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li.current > a,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li.current > span,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:hover > a,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:hover > span,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:focus > a,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:focus > span,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:active > a,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li:active > span,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li.hover-active > a,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-menu > li.hover-active > span,
#mainMenu.dark nav > ul > li .dropdown-menu > li.current > a,
#mainMenu.dark nav > ul > li .dropdown-menu > li.current > span,
#mainMenu.dark nav > ul > li .dropdown-menu > li:hover > a,
#mainMenu.dark nav > ul > li .dropdown-menu > li:hover > span,
#mainMenu.dark nav > ul > li .dropdown-menu > li:focus > a,
#mainMenu.dark nav > ul > li .dropdown-menu > li:focus > span,
#mainMenu.dark nav > ul > li .dropdown-menu > li:active > a,
#mainMenu.dark nav > ul > li .dropdown-menu > li:active > span,
#mainMenu.dark nav > ul > li .dropdown-menu > li.hover-active > a,
#mainMenu.dark nav > ul > li .dropdown-menu > li.hover-active > span {
  color: #e4e6ef;
}

.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:before,
#mainMenu.dark nav > ul > li .dropdown-submenu:before {
  color: #c1c3ce;
}

.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu.current > a,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu.current > span,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:hover > a,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:hover > span,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:focus > a,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:focus > span,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:active > a,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu:active > span,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu.hover-active > a,
.dark:not(.submenu-light) #mainMenu nav > ul > li .dropdown-submenu.hover-active > span,
#mainMenu.dark nav > ul > li .dropdown-submenu.current > a,
#mainMenu.dark nav > ul > li .dropdown-submenu.current > span,
#mainMenu.dark nav > ul > li .dropdown-submenu:hover > a,
#mainMenu.dark nav > ul > li .dropdown-submenu:hover > span,
#mainMenu.dark nav > ul > li .dropdown-submenu:focus > a,
#mainMenu.dark nav > ul > li .dropdown-submenu:focus > span,
#mainMenu.dark nav > ul > li .dropdown-submenu:active > a,
#mainMenu.dark nav > ul > li .dropdown-submenu:active > span,
#mainMenu.dark nav > ul > li .dropdown-submenu.hover-active > a,
#mainMenu.dark nav > ul > li .dropdown-submenu.hover-active > span {
  color: #c1c3ce;
}

.dark:not(.submenu-light) #mainMenu nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title,
#mainMenu.dark nav > ul > li.mega-menu-item .mega-menu-content .mega-menu-title {
  color: #fff;
}

.dark:not(.submenu-light) #mainMenu.menu-rounded nav > ul > li.current > a,
.dark:not(.submenu-light) #mainMenu.menu-rounded nav > ul > li:hover > a,
.dark:not(.submenu-light) #mainMenu.menu-rounded nav > ul > li:focus > a,
#mainMenu.dark.menu-rounded nav > ul > li.current > a,
#mainMenu.dark.menu-rounded nav > ul > li:hover > a,
#mainMenu.dark.menu-rounded nav > ul > li:focus > a {
  background-color: #07780b;
  color: #fff;
}

.dark:not(.submenu-light) #mainMenu.menu-outline nav > ul > li.current > a,
.dark:not(.submenu-light) #mainMenu.menu-outline nav > ul > li:hover > a,
.dark:not(.submenu-light) #mainMenu.menu-outline nav > ul > li:focus > a,
#mainMenu.dark.menu-outline nav > ul > li.current > a,
#mainMenu.dark.menu-outline nav > ul > li:hover > a,
#mainMenu.dark.menu-outline nav > ul > li:focus > a {
  color: #07780b;
  border-color: #07780b;
}

.dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li.current > a,
.dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li:hover > a,
.dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li:focus > a,
#mainMenu.dark.menu-lines nav > ul > li.current > a,
#mainMenu.dark.menu-lines nav > ul > li:hover > a,
#mainMenu.dark.menu-lines nav > ul > li:focus > a {
  color: #07780b;
}

.dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li.current > a:after,
.dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li:hover > a:after,
.dark:not(.submenu-light) #mainMenu.menu-lines nav > ul > li:focus > a:after,
#mainMenu.dark.menu-lines nav > ul > li.current > a:after,
#mainMenu.dark.menu-lines nav > ul > li:hover > a:after,
#mainMenu.dark.menu-lines nav > ul > li:focus > a:after {
  background-color: #07780b;
}

.dark:not(.submenu-light) #mainMenu.menu-creative nav > ul > li > a:after,
#mainMenu.dark.menu-creative nav > ul > li > a:after {
  background-color: #fff;
}

.dark:not(.submenu-light) #mainMenu.menu-hover-background nav > ul > li.current,
.dark:not(.submenu-light) #mainMenu.menu-hover-background nav > ul > li:hover,
.dark:not(.submenu-light) #mainMenu.menu-hover-background nav > ul > li:focus,
#mainMenu.dark.menu-hover-background nav > ul > li.current,
#mainMenu.dark.menu-hover-background nav > ul > li:hover,
#mainMenu.dark.menu-hover-background nav > ul > li:focus {
  background-color: #07780b;
}

.dark:not(.submenu-light) #mainMenu.menu-hover-background nav > ul > li.current > a,
.dark:not(.submenu-light) #mainMenu.menu-hover-background nav > ul > li:hover > a,
.dark:not(.submenu-light) #mainMenu.menu-hover-background nav > ul > li:focus > a,
#mainMenu.dark.menu-hover-background nav > ul > li.current > a,
#mainMenu.dark.menu-hover-background nav > ul > li:hover > a,
#mainMenu.dark.menu-hover-background nav > ul > li:focus > a {
  color: #fff !important;
}

.dark:not(.submenu-light) #mainMenu.menu-overlay nav,
#mainMenu.dark.menu-overlay nav {
  background: rgba(30, 32, 34, 0.99);
}

#menu-overlay-trigger {
  z-index: 299 !important;
}

/* ----------------------------------------------------------------
	Typography : Font size
-----------------------------------------------------------------*/
html {
  font-size: 88%;
}

@media all and (max-width: 768px) {
  html {
    font-size: 81.25%;
  }
}
body {
  font-size: 1rem;
  line-height: 1.65714286em;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-family: "Poppins", sans-serif;
  color: #3c4043;
}

h1,
h2,
h3,
h4,
h5,
h6,
.h1,
.h2,
.h3,
.h4,
.h5,
.h6 {
  font-family: inherit;
  color: #1e2022;
  margin: 0;
  letter-spacing: 0.5px;
}

h1 small,
h2 small,
h3 small,
h4 small,
h5 small,
h6 small,
.h1 small,
.h2 small,
.h3 small,
.h4 small,
.h5 small,
.h6 small {
  font-weight: 100;
}

h1,
.h1 {
  font-size: 3.14285714em;
  line-height: 1.31818182em;
}

h1:not(:last-child),
.h1:not(:last-child) {
  margin-bottom: 20px;
}

h2,
.h2 {
  font-size: 2.35714286em;
  line-height: 1.36363636em;
  font-weight: 500;
}

h2:not(:last-child),
.h2:not(:last-child) {
  margin-bottom: 16px;
}

h3,
.h3 {
  font-size: 1.78571429em;
  line-height: 1.5em;
  font-weight: 500;
}

h3:not(:last-child),
.h3:not(:last-child) {
  margin-bottom: 12px;
}

h4,
.h4 {
  font-size: 1.35714286em;
  line-height: 1.68421053em;
  font-weight: 600;
}

h4:not(:last-child),
.h4:not(:last-child) {
  margin-bottom: 8px;
}

h5,
.h5 {
  font-size: 1em;
  line-height: 1.85714286em;
  font-weight: 500;
}

h5:not(:last-child),
.h5:not(:last-child) {
  margin-bottom: 6px;
}

h6,
.h6 {
  font-size: 0.85714286em;
  line-height: 2.16666667em;
  font-weight: 500;
}

h6:not(:last-child),
.h6:not(:last-child) {
  margin-bottom: 6px;
}

.lead {
  font-weight: 400;
}

@media all and (max-width: 767px) {
  h1,
.h1 {
    font-size: 2.35714286em;
    line-height: 1.36363636em;
  }
  h2,
.h2 {
    font-size: 1.78571429em;
    line-height: 1.5em;
  }
  h3,
.h3 {
    font-size: 1.35714286em;
    line-height: 1.85714286em;
  }
  .lead {
    font-size: 1.35714286em;
    line-height: 1.68421053em;
  }
}
.display-4 {
  font-weight: 400;
}

p {
  font-size: 1rem;
  font-style: normal;
  font-weight: 400;
  text-transform: none;
  line-height: 1.7;
  letter-spacing: 0;
  color: #3c4043;
  font-family: "Poppins", sans-serif;
}

ul.bullets {
  list-style: inside;
}

strong {
  font-weight: 600;
}

del {
  text-decoration-line: line-through;
}

a:not(.btn):not(.badge):hover,
a:not(.btn):not(.badge):focus,
a:not(.btn):not(.badge):active {
  text-decoration: none;
  outline: none;
  color: #07780b;
}

a:not(.btn):not(.badge):not(.btn):not([href]):not([tabindex]) {
  color: #3c4043;
}
a.nk-btn:not(.btn):not(.badge):not(.btn):not([href]):not([tabindex]),
a.link_button:not(.btn):not(.badge):not(.btn):not([href]):not([tabindex]) {
	color: #fff;
}

.dark h1,
.dark h2,
.dark h3,
.dark h4,
.dark h5,
.dark h6,
.dark .h1,
.dark .h2,
.dark .h3,
.dark .h4,
.dark .h5,
.dark .h6 {
  color: #e4e6ef;
}

.font-pacifico {
  font-family: "Dancing Script" !important;
}

.font-nothing-you-could-do,
.font-nothing-you-could-do a,
.font-nothing-you-could-do h1,
.font-nothing-you-could-do h2,
.font-nothing-you-could-do h3,
.font-nothing-you-could-do h4,
.font-nothing-you-could-do h5,
.font-nothing-you-could-do h6,
h1.font-nothing-you-could-do,
h2.font-nothing-you-could-do,
h3.font-nothing-you-could-do,
h4.font-nothing-you-could-do,
h5.font-nothing-you-could-do,
h6.font-nothing-you-could-do {
  font-family: "Nothing You Could Do", cursive !important;
  font-weight: normal !important;
}

.font-herr-von-muellerhoff,
.font-herr-von-muellerhoff a,
.font-herr-von-muellerhoff h1,
.font-herr-von-muellerhoff h2,
.font-herr-von-muellerhoff h3,
.font-herr-von-muellerhoff h4,
.font-herr-von-muellerhoff h5,
.font-herr-von-muellerhoff h6,
h1.font-herr-von-muellerhoff,
h2.font-herr-von-muellerhoff,
h3.font-herr-von-muellerhoff,
h4.font-herr-von-muellerhoff,
h5.font-herr-von-muellerhoff,
h6.font-herr-von-muellerhoff {
  font-family: "Herr Von Muellerhoff", cursive !important;
  font-weight: normal !important;
}

.font-cedarville,
.font-cedarville a,
.font-cedarville h1,
.font-cedarville h2,
.font-cedarville h3,
.font-cedarville h4,
.font-cedarville h5,
.font-cedarville h6,
h1.font-cedarville,
h2.font-cedarville,
h3.font-cedarville,
h4.font-cedarville,
h5.font-cedarville,
h6.font-cedarville {
  font-family: "Cedarville Cursive", cursive;
}

.font-parisienne,
.font-parisienne a,
.font-parisienne h1,
.font-parisienne h2,
.font-parisienne h3,
.font-parisienne h4,
.font-parisienne h5,
.font-parisienne h6,
h1.font-parisienne,
h2.font-parisienne,
h3.font-parisienne,
h4.font-parisienne,
h5.font-parisienne,
h6.font-parisienne {
  font-family: "Parisienne", cursive;
}

/* ----------------------------------------------------------------
Scroll top
-----------------------------------------------------------------*/
#scrollTop {
  z-index: -1;
  opacity: 0;
  position: fixed;
  text-align: center;
  line-height: 12px !important;
  right: 26px;
  bottom: 0;
  color: #fff;
  cursor: pointer;
  border-radius: 100px;
  height: 40px;
  width: 40px;
  background-color: rgba(0, 0, 0, 0.25);
  background-repeat: no-repeat;
  background-position: center;
  -webkit-transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
  -webkit-transition: opacity 0.3s, bottom 0.5s, background-color 0.1s linear, -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.3s, bottom 0.5s, background-color 0.1s linear, -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear;
  transition: opacity 0.3s, bottom 0.5s, box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.1s linear, -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: rgba(0, 0, 0, 0.25) !important;
  overflow: hidden;
}

#scrollTop i {
  display: block;
  line-height: 39px !important;
  width: 39px !important;
  height: 39px !important;
  font-size: 16px !important;
  top: 0px !important;
  left: 0px !important;
  text-align: center !important;
  position: relative;
  z-index: 10;
  background-color: transparent !important;
  -webkit-transform: translate(0, 0px);
  transform: translate(0, 0px);
  -webkit-transition: -webkit-transform 0.2s ease;
  transition: -webkit-transform 0.2s ease;
  transition: transform 0.2s ease;
  transition: transform 0.2s ease, -webkit-transform 0.2s ease;
}

#scrollTop:hover {
  -webkit-transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s;
  -webkit-transition: background-color 0.05s linear 0.25s, -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: background-color 0.05s linear 0.25s, -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s;
  transition: box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1), background-color 0.05s linear 0.25s, -webkit-box-shadow 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  background-color: transparent !important;
}

#scrollTop:hover i {
  -webkit-transform: translate(0, -39px) !important;
  transform: translate(0, -39px) !important;
}

#scrollTop:after,
#scrollTop:before {
  display: block;
  content: " ";
  height: 100%;
  width: 100%;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 1;
  background-color: #07780b;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  transition: all 0.3s cubic-bezier(0.55, 0, 0.1, 1);
  border-radius: 100px;
}

#scrollTop:before {
  background-color: rgba(255, 255, 255, 0.25);
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  transition: all 0.5s cubic-bezier(0.165, 0.84, 0.44, 1);
  opacity: 0;
  z-index: 2;
}

#scrollTop:hover:after {
  -webkit-transform: scale(1);
  transform: scale(1);
}

#scrollTop:active:before {
  opacity: 1;
}

/* ----------------------------------------------------------------------
    call-to-action (call to action)
-------------------------------------------------------------------------*/
.call-to-action {
  position: relative;
  overflow: hidden;
  padding: 46px 50px 34px;
  margin-bottom: 40px;
}

.call-to-action .container {
  position: relative;
}

.call-to-action h3 {
  margin-top: 10px;
  font-weight: 600;
  margin-bottom: 10px;
}

.call-to-action p {
  margin-top: 0;
}

.call-to-action a.btn {
  margin-top: 20px;
}

.call-to-action.call-to-action-border {
  background: #fff;
  border: 1px solid #eee;
}

.call-to-action.call-to-action-colored {
  background-color: #07780b;
}

.call-to-action.call-to-action-colored h3,
.call-to-action.call-to-action-colored p {
  color: #fff;
}

.call-to-action.call-to-action-colored h3 span {
  color: #fff !important;
}

.call-to-action.call-to-action-dark {
  background-color: #1e2022;
}

.call-to-action.call-to-action-dark h3,
.call-to-action.call-to-action-dark p {
  color: #fff;
}

.call-to-action.cta-center {
  text-align: center;
}

.call-to-action.cta-center [class*=col-] {
  width: 100%;
  max-width: 100%;
  -webkit-box-flex: 0;
  -ms-flex: none;
  flex: none;
  clear: both;
  display: block;
}

.call-to-action.cta-right {
  text-align: right;
}

.call-to-action.cta-right [class*=col-]:first-child {
  float: right;
}

@media (max-width: 991.98px) {
  .call-to-action {
    padding: 26px 12px 18px;
  }
  [class*=col-] > .call-to-action {
    padding: 26px 26px 18px;
  }
}
.popover {
  border: 1px solid #e4e6ef;
  border-radius: 6px;
  -webkit-box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075);
          box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075);
}

.popover-header {
  padding: 18px 20px;
  background-color: transparent;
  border-bottom: 1px solid #e4e6ef;
  border-top-left-radius: 10px;
  border-top-right-radius: 10px;
  margin-bottom: 0px !important;
}

.popover-body {
  padding: 18px 20px;
  color: #3c4043;
  font-size: 0.9rem;
}

a[data-toggle] {
  color: #3c4043;
}

.tooltip.left .tooltip-arrow {
  right: 1px;
}

.tooltip-inner {
  white-space: pre-wrap;
}

.modal .modal-content .modal-header {
  display: block;
}

.modal .modal-content .modal-header .modal-title {
  font-weight: 600;
  font-size: 16px;
  margin-bottom: 0;
}

.modal-header .close {
  position: absolute;
  right: 20px;
  top: 14px;
  font-weight: 100;
}

.modal-title {
  display: block;
  font-size: 28px;
  line-height: 28px;
  font-weight: 400;
  margin-bottom: 20px;
}

.modal p {
  font-size: 15px;
  line-height: 26px;
  margin-top: 0;
  margin-bottom: 13px;
  font-weight: 300;
}

/*Strip*/
.modal-strip {
  background-color: #000000;
  bottom: 0;
  color: #fff;
  left: 0;
  padding: 20px;
  position: fixed;
  width: 100%;
  display: inline-block;
  -webkit-transform: translate3d(0px, 200px, 0px);
  transform: translate3d(0px, 200px, 0px);
  -webkit-transition: all 0.7s ease 0s;
  transition: all 0.7s ease 0s;
  z-index: 999 !important;
}

.modal-strip .btn,
.modal-strip h5,
.modal-strip h4,
.modal-strip h3,
.modal-strip h2,
.modal-strip h1 {
  margin-bottom: 0 !important;
}

.modal-strip a,
.modal-strip a:hover,
.modal-strip a:active,
.modal-strip a:visited {
  color: #fff;
  text-decoration: underline;
}

.modal-strip.modal-top {
  bottom: auto;
  top: 0;
  -webkit-transform: translate3d(0px, -200px, 0px);
  transform: translate3d(0px, -200px, 0px);
}

.modal-strip.modal-left {
  bottom: auto;
  top: auto;
  left: 0;
  right: auto;
  width: 30%;
  -webkit-transform: none;
  transform: none;
}

.modal-strip.modal-right {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
  bottom: auto;
  top: 0;
}

.modal-strip.modal-active {
  -webkit-transform: translate3d(0px, 0px, 0px);
  transform: translate3d(0px, 0px, 0px);
}

@media (max-width: 991.98px) {
  .modal-strip.modal-active .vertical-align {
    top: 0 !important;
    -webkit-transform: translateY(0px) !important;
    transform: translateY(0px) !important;
  }
}
/* Zoom-out effect*/
.mfp-zoom-out {
  /* start state */
  /* animate in */
  /* animate out */
}

.mfp-zoom-out .mfp-content {
  opacity: 0;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
}

.mfp-zoom-out.mfp-bg {
  opacity: 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}

.mfp-zoom-out.mfp-ready .mfp-content {
  opacity: 1;
  -webkit-transform: scale(1);
  transform: scale(1);
}

.mfp-zoom-out.mfp-ready.mfp-bg {
  opacity: 0.8;
}

.mfp-zoom-out.mfp-removing .mfp-content {
  -webkit-transform: scale(1.3);
  transform: scale(1.3);
  opacity: 0;
}

.mfp-zoom-out.mfp-removing.mfp-bg {
  opacity: 0;
}

.mfp-ready .modal {
  background: #fff;
  border-radius: 4px;
  display: block;
  margin: 0 auto;
  max-width: 580px;
  padding: 40px;
  position: relative;
  z-index: 1050;
}

.modal .video-wrap video,
.modal .iframe-wrap iframe,
.modal .audio-wrap audio {
  width: 100%;
}

.modal iframe {
  margin-bottom: -10px;
}

.dark .mfp-bg {
  background-color: #1e2022;
}

.dark .mfp-ready .modal {
  background-color: #1e2022;
}

.dark .modal-content {
  background-color: #1e2022;
}

.dark .modal-header {
  border-bottom-color: #444444;
}

.dark .modal-footer {
  border-top-color: #444444;
}

/* ----------------------------------------------------------------------
	Social Icons
-------------------------------------------------------------------------*/
.social-icons {
  line-height: 0;
}

.social-icons ul {
  padding: 0;
  margin: 0;
}

.text-center.social-icons ul {
  display: inline-block;
}

.social-icons li {
  float: left;
  list-style: none;
}

.social-icons li a {
  float: left;
  height: 32px;
  width: 32px;
  line-height: 32px;
  font-size: 16px;
  text-align: center;
  margin: 0 4px 4px 0;
  border-radius: 4px;
  border: 0;
  background: transparent;
  color: #333;
  overflow: hidden;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}

.dark .social-icons li a {
  color: #fff;
}

.social-icons.social-icons-colored a,
.social-icons.social-icons-colored-hover a:hover {
  color: #fff !important;
  border: 0;
}

.social-icons.social-icons-colored .social-rss a,
.social-icons.social-icons-colored-hover .social-rss a:hover,
.social-icons.social-icons-colored .social-snapchat a,
.social-icons.social-icons-colored-hover .social-snapchat a:hover {
  background-color: #faa33d;
}

.social-icons.social-icons-colored .social-facebook a,
.social-icons.social-icons-colored-hover .social-facebook a:hover {
  background-color: #5d82d1;
}

.social-icons.social-icons-colored .social-twitter a,
.social-icons.social-icons-colored-hover .social-twitter a:hover {
  background-color: #40bff5;
}

.social-icons.social-icons-colored .social-vimeo a,
.social-icons.social-icons-colored-hover .social-vimeo a:hover {
  background-color: #35c6ea;
}

.social-icons.social-icons-colored .social-myspace a,
.social-icons.social-icons-colored-hover .social-myspace a:hover {
  background-color: #008dde;
}

.social-icons.social-icons-colored .social-youtube a,
.social-icons.social-icons-colored-hover .social-youtube a:hover {
  background-color: #ef4e41;
}

.social-icons.social-icons-colored .social-instagram a,
.social-icons.social-icons-colored-hover .social-instagram a:hover {
  background-color: #e53d00;
}

.social-icons.social-icons-colored .social-gplus a,
.social-icons.social-icons-colored-hover .social-gplus a:hover {
  background-color: #d68400;
}

.social-icons.social-icons-colored .social-stumbleupon a,
.social-icons.social-icons-colored-hover .social-stumbleupon a:hover {
  background-color: #ff5c30;
}

.social-icons.social-icons-colored .social-lastfm a,
.social-icons.social-icons-colored-hover .social-lastfm a:hover {
  background-color: #f34320;
}

.social-icons.social-icons-colored .social-pinterest a,
.social-icons.social-icons-colored-hover .social-pinterest a:hover {
  background-color: #e13138;
}

.social-icons.social-icons-colored .social-google a,
.social-icons.social-icons-colored-hover .social-google a:hover {
  background-color: #eb5e4c;
}

.social-icons.social-icons-colored .social-evernote a,
.social-icons.social-icons-colored-hover .social-evernote a:hover {
  background-color: #9acf4f;
}

.social-icons.social-icons-colored .social-dribbble a,
.social-icons.social-icons-colored-hover .social-dribbble a:hover {
  background-color: #f7659c;
}

.social-icons.social-icons-colored .social-skype a,
.social-icons.social-icons-colored-hover .social-skype a:hover {
  background-color: #13c1f3;
}

.social-icons.social-icons-colored .social-forrst a,
.social-icons.social-icons-colored-hover .social-forrst a:hover {
  background-color: #45ad76;
}

.social-icons.social-icons-colored .social-linkedin a,
.social-icons.social-icons-colored-hover .social-linkedin a:hover {
  background-color: #238cc8;
}

.social-icons.social-icons-colored .social-wordpress a,
.social-icons.social-icons-colored-hover .social-wordpress a:hover {
  background-color: #2592c3;
}

.social-icons.social-icons-colored .social-grooveshark a,
.social-icons.social-icons-colored-hover .social-grooveshark a:hover {
  background-color: #ffb21d;
}

.social-icons.social-icons-colored .social-delicious a,
.social-icons.social-icons-colored-hover .social-delicious a:hover {
  background-color: #377bda;
}

.social-icons.social-icons-colored .social-behance a,
.social-icons.social-icons-colored-hover .social-behance a:hover {
  background-color: #1879fd;
}

.social-icons.social-icons-colored .social-dropbox a,
.social-icons.social-icons-colored-hover .social-dropbox a:hover {
  background-color: #17a3eb;
}

.social-icons.social-icons-colored .social-soundcloud a,
.social-icons.social-icons-colored-hover .social-soundcloud a:hover {
  background-color: #ff7e30;
}

.social-icons.social-icons-colored .social-deviantart a,
.social-icons.social-icons-colored-hover .social-deviantart a:hover {
  background-color: #6a8a7b;
}

.social-icons.social-icons-colored .social-yahoo a,
.social-icons.social-icons-colored-hover .social-yahoo a:hover {
  background-color: #ab47ac;
}

.social-icons.social-icons-colored .social-flickr a,
.social-icons.social-icons-colored-hover .social-flickr a:hover {
  background-color: #ff48a3;
}

.social-icons.social-icons-colored .social-digg a,
.social-icons.social-icons-colored-hover .social-digg a:hover {
  background-color: #75788d;
}

.social-icons.social-icons-colored .social-blogger a,
.social-icons.social-icons-colored-hover .social-blogger a:hover {
  background-color: #ff9233;
}

.social-icons.social-icons-colored .social-tumblr a,
.social-icons.social-icons-colored-hover .social-tumblr a:hover {
  background-color: #426d9b;
}

.social-icons.social-icons-colored .social-quora a,
.social-icons.social-icons-colored-hover .social-quora a:hover {
  background-color: #ea3d23;
}

.social-icons.social-icons-colored .social-github a,
.social-icons.social-icons-colored-hover .social-github a:hover {
  background-color: #3f91cb;
}

.social-icons.social-icons-colored .social-amazon a,
.social-icons.social-icons-colored-hover .social-amazon a:hover {
  background-color: #ff8e2e;
}

.social-icons.social-icons-colored .social-xing a,
.social-icons.social-icons-colored-hover .social-xing a:hover {
  background-color: #1a8e8c;
}

.social-icons.social-icons-colored .social-wikipedia a,
.social-icons.social-icons-colored-hover .social-wikipedia a:hover {
  background-color: #b3b5b8;
}

.social-icons.social-icons-border li a {
  border: 1px solid #d7d7d7;
  background: transparent;
  color: #333;
}

.dark .social-icons.social-icons-border li a {
  border: 1px solid #333 !important;
}

.dark .social-icons li a .social-icons.social-icons-dark li a {
  background: #888;
  color: #fff;
}

.social-icons.social-icons-light li a {
  background: #fff;
  color: #333;
  border: 1px solid #eee;
}

.social-icons.social-icons-rounded li a {
  border-radius: 50%;
}

.social-icons.social-icons-medium li a {
  height: 42px;
  width: 42px;
  line-height: 42px;
  font-size: 18px;
}

.social-icons.social-icons-large li a {
  height: 48px;
  width: 48px;
  line-height: 48px;
  font-size: 18px;
}

.social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
  background-color: #eee;
}

.dark .social-icons:not(.social-icons-colored):not(.social-icons-colored-hover) li a:hover {
  background-color: #1e2022;
}

.social-icons li:hover i {
  -webkit-animation: toTopFromBottom 0.3s forwards;
  animation: toTopFromBottom 0.3s forwards;
}

@-webkit-keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@keyframes toTopFromBottom {
  49% {
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
  }
  50% {
    opacity: 0;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
  }
  51% {
    opacity: 1;
  }
}
@font-face {
  font-family: "inspiro-icons";
  src: url("/assets/fonts/inspiro-icons.ttf?ijzgpf") format("truetype"), url("/assets/fonts/inspiro-icons.woff?ijzgpf") format("woff");
  font-weight: normal;
  font-style: normal;
  font-display: block;
}
i:not(.fa):not(.fab):not(.far):not(.fas) {
  font-family: inspiro-icons !important;
  speak: none;
  font-style: normal;
  font-weight: 400;
  font-variant: normal;
  text-transform: none;
  line-height: 1;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.icon-activity:before {
  content: "\e900";
}

.icon-airplay:before {
  content: "\e901";
}

.icon-alert-circle:before {
  content: "\e902";
}

.icon-alert-octagon:before {
  content: "\e903";
}

.icon-alert-triangle:before {
  content: "\e904";
}

.icon-align-center:before {
  content: "\e905";
}

.icon-align-justify:before {
  content: "\e906";
}

.icon-align-left:before {
  content: "\e907";
}

.icon-align-right:before {
  content: "\e908";
}

.icon-anchor:before {
  content: "\e909";
}

.icon-aperture:before {
  content: "\e90a";
}

.icon-archive:before {
  content: "\e90b";
}

.icon-arrow-down-circle:before {
  content: "\e90c";
}

.icon-arrow-down-left:before {
  content: "\e90d";
}

.icon-arrow-down-right:before {
  content: "\e90e";
}

.icon-arrow-down:before {
  content: "\e90f";
}

.icon-arrow-left-circle:before {
  content: "\e910";
}

.icon-arrow-left:before {
  content: "\e911";
}

.icon-arrow-right-circle:before {
  content: "\e912";
}

.icon-arrow-right:before {
  content: "\e913";
}

.icon-arrow-up-circle:before {
  content: "\e914";
}

.icon-arrow-up-left:before {
  content: "\e915";
}

.icon-arrow-up-right:before {
  content: "\e916";
}

.icon-arrow-up:before {
  content: "\e917";
}

.icon-at-sign:before {
  content: "\e918";
}

.icon-award:before {
  content: "\e919";
}

.icon-bar-chart-2:before {
  content: "\e91a";
}

.icon-bar-chart:before {
  content: "\e91b";
}

.icon-battery-charging:before {
  content: "\e91c";
}

.icon-battery:before {
  content: "\e91d";
}

.icon-bell-off:before {
  content: "\e91e";
}

.icon-bell:before {
  content: "\e91f";
}

.icon-bluetooth:before {
  content: "\e920";
}

.icon-bold:before {
  content: "\e921";
}

.icon-book-open:before {
  content: "\e922";
}

.icon-book:before {
  content: "\e923";
}

.icon-bookmark:before {
  content: "\e924";
}

.icon-box:before {
  content: "\e925";
}

.icon-briefcase:before {
  content: "\e926";
}

.icon-calendar:before {
  content: "\e927";
}

.icon-camera-off:before {
  content: "\e928";
}

.icon-camera:before {
  content: "\e929";
}

.icon-cast:before {
  content: "\e92a";
}

.icon-check-circle:before {
  content: "\e92b";
}

.icon-check-square:before {
  content: "\e92c";
}

.icon-check:before {
  content: "\e92d";
}

.icon-chevron-down:before {
  content: "\e92e";
}

.icon-chevron-left:before {
  content: "\e92f";
}

.icon-chevron-right:before {
  content: "\e930";
}

.icon-chevron-up:before {
  content: "\e931";
}

.icon-chevrons-down:before {
  content: "\e932";
}

.icon-chevrons-left:before {
  content: "\e933";
}

.icon-chevrons-right:before {
  content: "\e934";
}

.icon-chevrons-up:before {
  content: "\e935";
}

.icon-chrome:before {
  content: "\e936";
}

.icon-circle:before {
  content: "\e937";
}

.icon-clipboard:before {
  content: "\e938";
}

.icon-clock:before {
  content: "\e939";
}

.icon-cloud-drizzle:before {
  content: "\e93a";
}

.icon-cloud-lightning:before {
  content: "\e93b";
}

.icon-cloud-off:before {
  content: "\e93c";
}

.icon-cloud-rain:before {
  content: "\e93d";
}

.icon-cloud-snow:before {
  content: "\e93e";
}

.icon-cloud:before {
  content: "\e93f";
}

.icon-code:before {
  content: "\e940";
}

.icon-codepen:before {
  content: "\e941";
}

.icon-codesandbox:before {
  content: "\e942";
}

.icon-coffee:before {
  content: "\e943";
}

.icon-columns:before {
  content: "\e944";
}

.icon-command:before {
  content: "\e945";
}

.icon-compass:before {
  content: "\e946";
}

.icon-copy:before {
  content: "\e947";
}

.icon-corner-down-left:before {
  content: "\e948";
}

.icon-corner-down-right:before {
  content: "\e949";
}

.icon-corner-left-down:before {
  content: "\e94a";
}

.icon-corner-left-up:before {
  content: "\e94b";
}

.icon-corner-right-down:before {
  content: "\e94c";
}

.icon-corner-right-up:before {
  content: "\e94d";
}

.icon-corner-up-left:before {
  content: "\e94e";
}

.icon-corner-up-right:before {
  content: "\e94f";
}

.icon-cpu:before {
  content: "\e950";
}

.icon-credit-card:before {
  content: "\e951";
}

.icon-crop:before {
  content: "\e952";
}

.icon-crosshair:before {
  content: "\e953";
}

.icon-database:before {
  content: "\e954";
}

.icon-delete:before {
  content: "\e955";
}

.icon-disc:before {
  content: "\e956";
}

.icon-dollar-sign:before {
  content: "\e957";
}

.icon-download-cloud:before {
  content: "\e92e";
}

.icon-download:before {
  content: "\e92f";
}

.icon-droplet:before {
  content: "\e95a";
}

.icon-edit-2:before {
  content: "\e95b";
}

.icon-edit-3:before {
  content: "\e95c";
}

.icon-edit:before {
  content: "\e95d";
}

.icon-external-link:before {
  content: "\e95e";
}

.icon-eye-off:before {
  content: "\e95f";
}

.icon-eye:before {
  content: "\e960";
}

.icon-facebook:before {
  content: "\e961";
}

.icon-fast-forward:before {
  content: "\e962";
}

.icon-feather:before {
  content: "\e963";
}

.icon-figma:before {
  content: "\e964";
}

.icon-file-minus:before {
  content: "\e965";
}

.icon-file-plus:before {
  content: "\e966";
}

.icon-file-text:before {
  content: "\e967";
}

.icon-file:before {
  content: "\e968";
}

.icon-film:before {
  content: "\e969";
}

.icon-filter:before {
  content: "\e96a";
}

.icon-flag:before {
  content: "\e96b";
}

.icon-folder-minus:before {
  content: "\e96c";
}

.icon-folder-plus:before {
  content: "\e96d";
}

.icon-folder:before {
  content: "\e96e";
}

.icon-framer:before {
  content: "\e96f";
}

.icon-frown:before {
  content: "\e970";
}

.icon-gift:before {
  content: "\e971";
}

.icon-git-branch:before {
  content: "\e972";
}

.icon-git-commit:before {
  content: "\e973";
}

.icon-git-merge:before {
  content: "\e974";
}

.icon-git-pull-request:before {
  content: "\e975";
}

.icon-github:before {
  content: "\e976";
}

.icon-gitlab:before {
  content: "\e977";
}

.icon-globe:before {
  content: "\e978";
}

.icon-grid:before {
  content: "\e979";
}

.icon-hard-drive:before {
  content: "\e97a";
}

.icon-hash:before {
  content: "\e97b";
}

.icon-headphones:before {
  content: "\e97c";
}

.icon-heart:before {
  content: "\e97d";
}

.icon-help-circle:before {
  content: "\e97e";
}

.icon-hexagon:before {
  content: "\e97f";
}

.icon-home:before {
  content: "\e980";
}

.icon-image:before {
  content: "\e981";
}

.icon-inbox:before {
  content: "\e982";
}

.icon-info:before {
  content: "\e983";
}

.icon-instagram:before {
  content: "\e984";
}

.icon-italic:before {
  content: "\e985";
}

.icon-key:before {
  content: "\e986";
}

.icon-layers:before {
  content: "\e987";
}

.icon-layout:before {
  content: "\e988";
}

.icon-life-buoy:before {
  content: "\e989";
}

.icon-link-2:before {
  content: "\e98a";
}

.icon-link:before {
  content: "\e98b";
}

.icon-linkedin:before {
  content: "\e98c";
}

.icon-list:before {
  content: "\e98d";
}

.icon-loader:before {
  content: "\e98e";
}

.icon-lock:before {
  content: "\e98f";
}

.icon-log-in:before {
  content: "\e990";
}

.icon-log-out:before {
  content: "\e991";
}

.icon-mail:before {
  content: "\e992";
}

.icon-map-pin:before {
  content: "\e993";
}

.icon-map:before {
  content: "\e994";
}

.icon-maximize-2:before {
  content: "\e995";
}

.icon-maximize:before {
  content: "\e996";
}

.icon-meh:before {
  content: "\e997";
}

.icon-menu:before {
  content: "\e998";
}

.icon-message-circle:before {
  content: "\e999";
}

.icon-message-square:before {
  content: "\e99a";
}

.icon-mic-off:before {
  content: "\e99b";
}

.icon-mic:before {
  content: "\e99c";
}

.icon-minimize-2:before {
  content: "\e99d";
}

.icon-minimize:before {
  content: "\e99e";
}

.icon-minus-circle:before {
  content: "\e99f";
}

.icon-minus-square:before {
  content: "\e9a0";
}

.icon-minus:before {
  content: "\e9a1";
}

.icon-monitor:before {
  content: "\e9a2";
}

.icon-moon:before {
  content: "\e9a3";
}

.icon-more-horizontal:before {
  content: "\e9a4";
}

.icon-more-vertical:before {
  content: "\e9a5";
}

.icon-mouse-pointer:before {
  content: "\e9a6";
}

.icon-move:before {
  content: "\e9a7";
}

.icon-music:before {
  content: "\e9a8";
}

.icon-navigation-2:before {
  content: "\e9a9";
}

.icon-navigation:before {
  content: "\e9aa";
}

.icon-octagon:before {
  content: "\e9ab";
}

.icon-package:before {
  content: "\e9ac";
}

.icon-paperclip:before {
  content: "\e9ad";
}

.icon-pause-circle:before {
  content: "\e9ae";
}

.icon-pause:before {
  content: "\e9af";
}

.icon-pen-tool:before {
  content: "\e9b0";
}

.icon-percent:before {
  content: "\e9b1";
}

.icon-phone-call:before {
  content: "\e9b2";
}

.icon-phone-forwarded:before {
  content: "\e9b3";
}

.icon-phone-incoming:before {
  content: "\e9b4";
}

.icon-phone-missed:before {
  content: "\e9b5";
}

.icon-phone-off:before {
  content: "\e9b6";
}

.icon-phone-outgoing:before {
  content: "\e9b7";
}

.icon-phone:before {
  content: "\e9b8";
}

.icon-pie-chart:before {
  content: "\e9b9";
}

.icon-play-circle:before {
  content: "\e9ba";
}

.icon-play:before {
  content: "\e9bb";
}

.icon-plus-circle:before {
  content: "\e9bc";
}

.icon-plus-square:before {
  content: "\e9bd";
}

.icon-plus:before {
  content: "\e9be";
}

.icon-pocket:before {
  content: "\e9bf";
}

.icon-power:before {
  content: "\e9a1";
}

.icon-printer:before {
  content: "\e9c1";
}

.icon-radio:before {
  content: "\e9c2";
}

.icon-refresh-ccw:before {
  content: "\e9c3";
}

.icon-refresh-cw:before {
  content: "\e9c4";
}

.icon-repeat:before {
  content: "\e9c5";
}

.icon-rewind:before {
  content: "\e9c6";
}

.icon-rotate-ccw:before {
  content: "\e9c7";
}

.icon-rotate-cw:before {
  content: "\e9c8";
}

.icon-rss:before {
  content: "\e9c9";
}

.icon-save:before {
  content: "\e9ca";
}

.icon-scissors:before {
  content: "\e9cb";
}

.icon-search:before {
  content: "\e9cc";
}

.icon-send:before {
  content: "\e9cd";
}

.icon-server:before {
  content: "\e9ce";
}

.icon-settings:before {
  content: "\e9cf";
}

.icon-share-2:before {
  content: "\e9d0";
}

.icon-share:before {
  content: "\e9d1";
}

.icon-shield-off:before {
  content: "\e9d2";
}

.icon-shield:before {
  content: "\e9d3";
}

.icon-shopping-bag:before {
  content: "\e9d4";
}

.icon-shopping-cart:before {
  content: "\e9d5";
}

.icon-shuffle:before {
  content: "\e9d6";
}

.icon-sidebar:before {
  content: "\e9d7";
}

.icon-skip-back:before {
  content: "\e9d8";
}

.icon-skip-forward:before {
  content: "\e9d9";
}

.icon-slack:before {
  content: "\e9da";
}

.icon-slash:before {
  content: "\e9db";
}

.icon-sliders:before {
  content: "\e9dc";
}

.icon-smartphone:before {
  content: "\e9dd";
}

.icon-smile:before {
  content: "\e9de";
}

.icon-speaker:before {
  content: "\e9df";
}

.icon-square:before {
  content: "\e9e0";
}

.icon-star:before {
  content: "\e9e1";
}

.icon-stop-circle:before {
  content: "\e9e2";
}

.icon-sun:before {
  content: "\e9e3";
}

.icon-sunrise:before {
  content: "\e9e4";
}

.icon-sunset:before {
  content: "\e9e5";
}

.icon-tablet:before {
  content: "\e9e6";
}

.icon-tag:before {
  content: "\e9e7";
}

.icon-target:before {
  content: "\e9e8";
}

.icon-terminal:before {
  content: "\e9e9";
}

.icon-thermometer:before {
  content: "\e9ea";
}

.icon-thumbs-down:before {
  content: "\e9eb";
}

.icon-thumbs-up:before {
  content: "\e9ec";
}

.icon-toggle-left:before {
  content: "\e9ed";
}

.icon-toggle-right:before {
  content: "\e9ee";
}

.icon-trash-2:before {
  content: "\e9ef";
}

.icon-trash:before {
  content: "\e9f0";
}

.icon-trello:before {
  content: "\e9f1";
}

.icon-trending-down:before {
  content: "\e9f2";
}

.icon-trending-up:before {
  content: "\e9f3";
}

.icon-triangle:before {
  content: "\e9f4";
}

.icon-truck:before {
  content: "\e9f5";
}

.icon-tv:before {
  content: "\e9f6";
}

.icon-twitter:before {
  content: "\e9f7";
}

.icon-type:before {
  content: "\e9f8";
}

.icon-umbrella:before {
  content: "\e9f9";
}

.icon-underline:before {
  content: "\e9fa";
}

.icon-unlock:before {
  content: "\e9fb";
}

.icon-upload-cloud:before {
  content: "\e9fc";
}

.icon-upload:before {
  content: "\e9fd";
}

.icon-user-check:before {
  content: "\e9fe";
}

.icon-user-minus:before {
  content: "\e9ff";
}

.icon-user-plus:before {
  content: "\ea00";
}

.icon-user-x:before {
  content: "\ea01";
}

.icon-user:before {
  content: "\ea02";
}

.icon-users:before {
  content: "\ea03";
}

.icon-video-off:before {
  content: "\ea04";
}

.icon-video:before {
  content: "\ea05";
}

.icon-voicemail:before {
  content: "\ea06";
}

.icon-volume-1:before {
  content: "\ea07";
}

.icon-volume-2:before {
  content: "\ea08";
}

.icon-volume-x:before {
  content: "\ea09";
}

.icon-volume:before {
  content: "\ea0a";
}

.icon-watch:before {
  content: "\ea0b";
}

.icon-wifi-off:before {
  content: "\ea0c";
}

.icon-wifi:before {
  content: "\ea0d";
}

.icon-wind:before {
  content: "\ea0e";
}

.icon-x-circle:before {
  content: "\ea0f";
}

.icon-x-octagon:before {
  content: "\ea10";
}

.icon-x-square:before {
  content: "\ea11";
}

.icon-x:before {
  content: "\ea12";
}

.icon-youtube:before {
  content: "\ea13";
}

.icon-zap-off:before {
  content: "\ea14";
}

.icon-zap:before {
  content: "\ea15";
}

.icon-zoom-in:before {
  content: "\ea16";
}

.icon-zoom-out:before {
  content: "\ea17";
}

div.icon-box:before {
  display: none !important;
}

/* ----------------------------------------------------------------------
	Icon Box
-------------------------------------------------------------------------*/
.icon {
  margin-bottom: 16px;
}

div.icon-box:before {
  display: none !important;
}

.icon-box {
  margin-bottom: 50px;
  position: relative;
}

.icon-box .icon {
  height: 64px;
  position: absolute;
  width: 64px;
}

.icon-box .icon i {
  font-size: 28px;
  text-align: center;
  line-height: 66px;
  border-radius: 50%;
}

.icon-box .icon a,
.icon-box .icon i {
  width: 100%;
  height: 100%;
  color: #333;
}

.icon-box h3,
.icon-box h5 {
  margin: 0 12px 10px 83px;
  letter-spacing: 0px;
  font-size: 16px;
  line-height: 25px;
  font-weight: 700;
}

.icon-box p {
  margin: 0 0 20px 83px;
  font-size: 16px;
  line-height: 28px;
  font-weight: 400;
}

.icon-box-description > p {
  margin-bottom: 20px;
}

.icon-box.effect .icon i {
  z-index: 1;
}

.icon-box.effect .icon i:after {
  pointer-events: none;
  position: absolute;
  width: 100%;
  height: 100%;
  border-radius: 50%;
  content: "";
  -webkit-box-sizing: content-box;
          box-sizing: content-box;
}

.icon-box .icon i {
  -webkit-transition: background-color 0.2s, color 0.2s;
  transition: background-color 0.2s, color 0.2s;
}

.icon-box .icon i:after {
  top: -4px;
  left: -4px;
  padding: 4px;
  -webkit-box-shadow: 0 0 0 3px #333;
          box-shadow: 0 0 0 3px #333;
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transform: scale(0.8);
  -moz-transition: -moz-transform 0.2s, opacity 0.2s;
  -moz-transform: scale(0.8);
  -ms-transform: scale(0.8);
  -webkit-transition: -webkit-transform 0.2s, opacity 0.2s;
  -webkit-transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: opacity 0.2s, -webkit-transform 0.2s;
  transition: transform 0.2s, opacity 0.2s;
  transition: transform 0.2s, opacity 0.2s, -webkit-transform 0.2s;
  -webkit-transform: scale(0.8);
  transform: scale(0.8);
  opacity: 0;
}

.icon-box.effect.dark .icon i:after {
  -webkit-box-shadow: 0 0 0 3px #07780b;
          box-shadow: 0 0 0 3px #07780b;
}

.icon-box.effect.dark .icon i:hover,
.icon-box.effect.dark:hover .icon i {
  background-color: #07780b;
}

.icon-box.effect .icon i:hover:after,
.icon-box.effect:hover .icon i:after {
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 1;
}

.image-box .image-box-content p i.fa.fa-play {
  padding-left: 3px;
}

.icon-box.small .icon {
  height: 46px;
  width: 46px;
}

.icon-box.small .icon i {
  font-size: 20px;
  line-height: 47px;
}

.icon-box.small > h3,
.icon-box.small > h5 {
  font-size: 18px;
  margin: 0 12px 4px 60px;
}

.icon-box.small > p {
  margin: 0 0 20px 60px;
  line-height: 1.6;
  font-size: 14px;
}

.icon-box.medium > h3,
.icon-box.medium > h4,
.icon-box.medium > h5 {
  margin: 0 12px 10px 84px;
}

.icon-box.medium > p {
  margin: 0 0 20px 84px;
}

.icon-box.large .icon {
  height: 86px;
  width: 86px;
}

.icon-box.large .icon i {
  font-size: 38px;
  line-height: 87px;
}

.icon-box.large > h3,
.icon-box.large > h5 {
  margin: 0 12px 10px 110px;
  font-size: 24px;
}

.icon-box.large p {
  margin: 0 0 20px 110px;
}

.icon-box.icon-box-right {
  padding: 0;
  text-align: right;
}

.icon-box.icon-box-right > h3,
.icon-box.icon-box-right > h5 {
  margin: 0px 84px 0px 10px;
}

.icon-box.icon-box-right.medium > p {
  margin: 20px 84px 0px 10px;
}

.icon-box.icon-box-right .icon {
  right: 0;
}

.icon-box.icon-box-right p {
  font-size: 14px;
  margin-top: 15px;
}

.icon-box.text-center,
.icon-box.center {
  padding: 0;
  text-align: center;
}

.icon-box.text-center h3,
.icon-box.text-center h5,
.icon-box.center h3,
.icon-box.center h5 {
  margin: 0 12px 10px 0px;
}

.icon-box.text-center p,
.icon-box.center p {
  margin: 0 0 20px 0px;
}

.icon-box.text-center .icon,
.icon-box.center .icon {
  margin: 0 auto 22px;
  position: relative;
}

.icon-box.text-center p,
.icon-box.center p {
  font-size: 16px;
  margin-top: 15px;
}

.icon-box.text-center.small .icon,
.icon-box.center.small .icon {
  clear: both !important;
  position: relative !important;
}

.icon-box.border {
  border: 0 !important;
}

.icon-box.border .icon {
  border: 3px solid #333;
  text-align: center;
  border-radius: 50%;
  background-color: transparent;
}

.icon-box.border .icon i {
  line-height: 56px;
}

.icon-box.border:hover > .icon i {
  line-height: 62px;
}

.icon-box.border:hover > .icon {
  border: 0px;
}

.icon-box.border .icon i {
  background-color: transparent !important;
  color: #333;
}

.icon-box.border.small .icon {
  height: 46px;
  position: absolute;
  top: 5px;
  width: 46px;
}

.icon-box.border.small .icon i {
  font-size: 20px;
  line-height: 42px;
}

.icon-box.border.small:hover > .icon i {
  line-height: 49px;
}

.icon-box.border.large .icon i {
  line-height: 81px;
}

.icon-box.border.large:hover > .icon i {
  line-height: 86px;
}

.icon-box.square.large:hover > .icon i {
  line-height: 86px;
}

.icon-box.square .icon,
.icon-box.square.effect .icon i:after,
.icon-box.square .icon i {
  border-radius: 0;
}

.icon-box.square:hover > .icon i {
  line-height: 66px;
}

.icon-box.square.border .icon i {
  line-height: 59px;
}

.icon-box.square.border:hover > .icon i {
  line-height: 64px;
}

.icon-box.square.border.small .icon i {
  line-height: 41px;
}

.icon-box.square.border.small:hover > .icon i {
  line-height: 47px;
}

.icon-box.square.border.large .icon i {
  line-height: 78px;
}

.icon-box.square.border:large:hover > .icon i {
  line-height: 84px;
}

.icon-box.square.small:hover > .icon i {
  line-height: 48px;
}

.icon-box.light .icon i:after {
  -webkit-box-shadow: 0 0 0 3px #e5e5e5;
          box-shadow: 0 0 0 3px #e5e5e5;
}

.icon-box.light .icon i {
  background-color: #e5e5e5;
}

.icon-box.light .icon i {
  color: #808080;
}

.icon-box.light.border .icon {
  border: 3px solid #e5e5e5;
}

.icon-box.light.border.large .icon i {
  line-height: 87px;
}

.icon-box.light.border.large:hover > .icon i {
  line-height: 88px;
}

.icon-box.fancy .icon i {
  background-color: transparent;
  color: #222;
  font-size: 110px;
  opacity: 0.09;
  -webkit-transition: all ease 0.5s;
  transition: all ease 0.5s;
  border-radius: 0px;
}

.icon-box.fancy.small > .icon i {
  font-size: 68px;
}

.icon-box.fancy.large .icon i {
  font-size: 120px;
}

.icon-box.fancy.text-center .icon,
.icon-box.fancy.center .icon {
  width: auto;
  margin-bottom: 30px;
}

.icon-box.effect.fancy .icon i:after {
  -webkit-box-shadow: 0 0 0 0px transparent;
          box-shadow: 0 0 0 0px transparent;
}

.icon-box.effect.fancy:hover > .icon i {
  font-size: 110px;
}

.icon-box.effect.fancy.small:hover > .icon i {
  font-size: 76px;
}

.icon-box.clean .icon i {
  background-color: none;
  color: #333;
  font-size: 50px;
}

.icon-box.clean.small .icon i {
  font-size: 36px;
}

.icon-box.effect.clean .icon i:after {
  -webkit-box-shadow: 0 0 0 0px transparent;
          box-shadow: 0 0 0 0px transparent;
}

.icon-box.process {
  border: 1px solid #888;
  margin-top: 45px;
  padding: 0 30px 10px;
  border-radius: 4px;
}

.icon-box.process.effect .icon i:hover:after,
.icon-box.process.effect:hover .icon i::after {
  opacity: 0;
  border: 0px;
}

.icon-box.process .icon {
  margin-top: 10px;
}

.icon-box.process.small .icon {
  margin-top: 10px;
}

.icon-box.box-type {
  background: #fafafa;
  border: 1px solid #ececec;
  border-radius: 4px;
  padding: 20px;
}

.icon-box.box-type .icon {
  margin-top: 20px;
}

/*Text Box*/
.text-box {
  padding: 40px;
  text-align: center;
  -webkit-transition: background 0.4s ease 0s;
  transition: background 0.4s ease 0s;
  cursor: pointer;
}

.text-box i {
  font-size: 42px;
  margin: 30px 0 20px;
}

.text-box i {
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.text-box h3,
.text-box h5,
.text-box p {
  color: #fff;
  -webkit-transition: all 0.4s ease 0s;
  transition: all 0.4s ease 0s;
}

.text-box:hover {
  background: #fbfbfb;
}

.text-box:hover i,
.text-box:hover h3,
.text-box:hover h5,
.text-box:hover p {
  color: #333;
}

.text-box.text-box-light {
  border: 1px solid #d9d9d9;
  background: #fff;
}

.text-box.text-box-light i,
.text-box.text-box-light h3,
.text-box.text-box-light h5,
.text-box.text-box-light p {
  color: #1e2022;
}

.text-box.text-box-light:hover {
  background: #07780b;
}

.text-box.text-box-light:hover i,
.text-box.text-box-light:hover h3,
.text-box.text-box-light:hover h5,
.text-box.text-box-light:hover p {
  color: #fff;
}

.text-box.hover-effect {
  padding: 30px 30px 10px 30px;
}

.text-box.hover-effect i {
  margin: 90px 0 20px;
}

.text-box.hover-effect p {
  opacity: 0;
}

.text-box.hover-effect:hover i {
  margin: 70px 0 6px 0;
}

.text-box.hover-effect:hover p {
  opacity: 1;
}

/* ----------------------------------------------------------------
    Featured Boxes
-----------------------------------------------------------------*/
.feature-box {
  background-color: #fff;
  margin-bottom: 0px;
  padding: 44px;
  border-radius: 4px;
  background-clip: padding-box;
  -webkit-box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
          box-shadow: 0 7px 20px -10px rgba(171, 171, 171, 0.7);
  -webkit-transition: all 0.55s ease;
  transition: all 0.55s ease;
  text-align: center;
  min-height: 250px;
}

.feature-box.feature-box-transparent {
  background-color: transparent;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.feature-box.feature-box-transparent:hover {
  background-color: #fff;
}

.feature-box > i {
  font-size: 46px;
  margin-bottom: 20px;
}

.feature-box:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  -webkit-box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
          box-shadow: 0 10px 50px -12px rgba(171, 171, 171, 0.9);
}

.feature-box:hover h2,
.feature-box:hover h3,
.feature-box:hover h4 {
  color: #07780b;
}

.feature-box h2,
.feature-box h3,
.feature-box h4 {
  font-size: 14px;
  text-transform: uppercase;
  -webkit-transition: all 0.33s;
  transition: all 0.33s;
  margin-top: 0px;
  margin-bottom: 10px;
}

.feature-box p {
  font-size: 14px;
  margin-bottom: 0;
}

.col-lg-2 .feature-box p {
  font-size: 12px;
  margin-bottom: 0;
  line-height: 18px;
  opacity: 0.8;
}

.icon-boxes {
  -webkit-box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075);
          box-shadow: 0 6px 12px rgba(140, 152, 164, 0.075);
}

.icon-boxx {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  padding: 60px 40px;
  border-left: 1px solid #e4e6ef;
  border-bottom: 1px solid #e4e6ef;
  min-height: 240px;
}

.icon-boxx i {
  font-size: 36px;
  font-weight: 100;
  margin-top: 10px;
}

.icon-boxx .icon-box-content {
  padding-left: 30px;
}

.icon-boxx .icon-box-content h3 {
  font-size: 20px;
  color: #1e2022;
  font-weight: 400;
}

.icon-boxx .icon-box-content p {
  font-size: 1rem;
  margin-bottom: 0;
  color: #1e2022;
}

/* ----------------------------------------------------------------
Carousels
-----------------------------------------------------------------*/
.flickity-viewport {
  overflow: hidden !important;
}

.flickity-slider > div > img,
.carousel .polo-carousel-item img {
  width: 100%;
}

.carousel[data-auto-width=true] .flickity-slider > div > img,
.carousel[data-auto-width=true] .carousel .polo-carousel-item img,
.carousel.custom-height .flickity-slider > div > img,
.carousel.custom-height .carousel .polo-carousel-item img {
  height: 100%;
  width: auto;
}

.flickity-enabled {
  position: relative;
}

.flickity-enabled:focus {
  outline: none;
}

.flickity-viewport {
  overflow: hidden;
  position: relative;
  height: 100%;
}

.flickity-slider {
  position: absolute;
  width: 100%;
  height: 100%;
}

/* draggable */
.flickity-enabled.is-draggable {
  -webkit-tap-highlight-color: transparent;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
}

.flickity-enabled.is-draggable .flickity-viewport {
  cursor: move;
  cursor: -webkit-grab;
  cursor: grab;
}

.flickity-enabled.is-draggable .flickity-viewport.is-pointer-down {
  cursor: -webkit-grabbing;
  cursor: grabbing;
}

/* flickity-fade */
.flickity-enabled.is-fade .flickity-slider > * {
  pointer-events: none;
  z-index: 0;
}

.flickity-enabled.is-fade .flickity-slider > .is-selected {
  pointer-events: auto;
  z-index: 1;
}

/* ---- flickity-button ---- */
.flickity-button {
  background: #fff;
  width: 40px;
  height: 40px;
  line-height: 40px;
  margin: -23px 0 0;
  display: block;
  position: absolute;
  top: 50%;
  z-index: 10;
  cursor: pointer;
  text-align: center;
  -webkit-transition: all 0.2s ease 0s;
  transition: all 0.2s ease 0s;
  color: #1e2022;
  text-align: center;
  z-index: 200;
  border: 0;
  -webkit-box-sizing: initial;
          box-sizing: initial;
  opacity: 0;
  border-radius: 50%;
  -webkit-box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
          box-shadow: 0 0px 15px rgba(0, 0, 0, 0.1);
}

.flickity-button:before {
  color: #1e2022;
}

.flickity-button:hover {
  background-color: #07780b;
}

.flickity-button:hover:before {
  color: #fff;
}

.flickity-button.next:before,
.flickity-button.previous:before {
  font-size: 25px;
  font-family: inspiro-icons !important;
}

.flickity-button.next {
  right: 0px;
}

.flickity-button.next:before {
  margin-left: 4px;
  content: "\e930";
}

.flickity-button.next.disabled {
  opacity: 0;
}

.flickity-button.previous {
  left: 0px;
}

.flickity-button.previous:before {
  content: "\e92f";
  margin-right: 2px;
}

.flickity-button.previous.disabled {
  opacity: 0;
}

.flickity-button svg {
  display: none !important;
}

.inspiro-slider:hover .flickity-button.next,
.carousel:hover .flickity-button.next {
  left: auto;
  right: 10px;
  opacity: 1;
}

.inspiro-slider:hover .flickity-button.next.disabled,
.carousel:hover .flickity-button.next.disabled {
  opacity: 0;
}

.inspiro-slider:hover .flickity-button.previous,
.carousel:hover .flickity-button.previous {
  right: auto;
  left: 10px;
  opacity: 1;
}

.inspiro-slider:hover .flickity-button.previous.disabled,
.carousel:hover .flickity-button.previous.disabled {
  opacity: 0;
}

.inspiro-slider.arrows-dark .flickity-button,
.carousel.arrows-dark .flickity-button {
  color: #1e2022;
}

.inspiro-slider.arrows-dark .flickity-button:hover,
.carousel.arrows-dark .flickity-button:hover {
  background-color: #07780b;
}

.inspiro-slider.arrows-dark .flickity-button:hover:before,
.carousel.arrows-dark .flickity-button:hover:before {
  color: #fff;
}

.inspiro-slider.arrows-grey .flickity-button,
.carousel.arrows-grey .flickity-button {
  color: #c1c3ce;
}

.inspiro-slider.arrows-grey .flickity-button:hover,
.carousel.arrows-grey .flickity-button:hover {
  background-color: #07780b;
}

.inspiro-slider.arrows-grey .flickity-button:hover:before,
.carousel.arrows-grey .flickity-button:hover:before {
  color: #fff;
}

.inspiro-slider.arrows-only .flickity-button,
.carousel.arrows-only .flickity-button {
  background-color: transparent;
  color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.inspiro-slider.arrows-only .flickity-button:hover,
.carousel.arrows-only .flickity-button:hover {
  background-color: transparent;
}

.inspiro-slider.arrows-only .flickity-button:hover:before,
.carousel.arrows-only .flickity-button:hover:before {
  color: #fff;
}

.inspiro-slider.arrows-visibile .flickity-button.next,
.carousel.arrows-visibile .flickity-button.next {
  left: auto;
  right: 10px;
  opacity: 1;
}

.inspiro-slider.arrows-visibile .flickity-button.previous,
.carousel.arrows-visibile .flickity-button.previous {
  right: auto;
  left: 10px;
  opacity: 1;
}

.inspiro-slider .portfolio-item,
.carousel .portfolio-item {
  padding-bottom: 0;
}

.polo-carousel-item.is-selected {
  z-index: 2;
}

.flickity-button-icon {
  fill: currentColor;
}

/* ----------------------------------------------------------------
Carousel: Dots
-----------------------------------------------------------------*/
.flickity-page-dots {
  position: absolute;
  width: 100%;
  bottom: -25px;
  padding: 0;
  margin: 0;
  list-style: none;
  text-align: center;
  line-height: 1;
  z-index: 3;
  height: 10px;
}

.flickity-page-dots .dot {
  display: inline-block;
  position: relative;
  margin: 0 4px;
  width: 10px;
  height: 10px;
  cursor: pointer;
  border-radius: 50%;
  overflow: hidden;
  background-color: transparent;
  -webkit-box-shadow: inset 0 0 0 2px #c1c3ce;
          box-shadow: inset 0 0 0 2px #c1c3ce;
  -webkit-transition: background 0.8s ease;
  transition: background 0.8s ease;
}

.flickity-page-dots .dot:after {
  outline: medium none;
  text-indent: -999em;
  border-radius: 50%;
  overflow: hidden;
  content: "";
  position: absolute;
  bottom: 0;
  height: 0;
  left: 0;
  width: 100%;
  background-color: #c1c3ce;
  -webkit-box-shadow: 0 0 1px #c1c3ce;
          box-shadow: 0 0 1px #c1c3ce;
  -webkit-transition: height 0.3s ease;
  transition: height 0.3s ease;
}

.flickity-page-dots .dot.is-selected:after {
  height: 100%;
}

.inspiro-slider,
.carousel {
  /* dots inside */
  /* dots top */
  /* dots light */
  /* dots dark */
  /* dots grey */
}

.inspiro-slider.dots-inside .flickity-page-dots,
.carousel.dots-inside .flickity-page-dots {
  bottom: 20px;
  position: absolute;
}

.inspiro-slider.dots-inside-top .flickity-page-dots,
.carousel.dots-inside-top .flickity-page-dots {
  top: 20px;
}

.inspiro-slider.dots-outside-top .flickity-page-dots,
.carousel.dots-outside-top .flickity-page-dots {
  top: -46px;
}

.inspiro-slider.dots-light .flickity-page-dots .dot,
.carousel.dots-light .flickity-page-dots .dot {
  -webkit-box-shadow: inset 0 0 0 2px #fff;
          box-shadow: inset 0 0 0 2px #fff;
}

.inspiro-slider.dots-light .flickity-page-dots .dot:after,
.carousel.dots-light .flickity-page-dots .dot:after {
  background-color: #fff;
  -webkit-box-shadow: 0 0 1px #fff;
          box-shadow: 0 0 1px #fff;
}

.inspiro-slider.dots-dark .flickity-page-dots .dot,
.carousel.dots-dark .flickity-page-dots .dot {
  -webkit-box-shadow: inset 0 0 0 2px #1e2022;
          box-shadow: inset 0 0 0 2px #1e2022;
}

.inspiro-slider.dots-dark .flickity-page-dots .dot:after,
.carousel.dots-dark .flickity-page-dots .dot:after {
  background-color: #1e2022;
}

.inspiro-slider.dots-grey .flickity-page-dots .dot,
.carousel.dots-grey .flickity-page-dots .dot {
  -webkit-box-shadow: inset 0 0 0 2px #c1c3ce;
          box-shadow: inset 0 0 0 2px #c1c3ce;
}

.inspiro-slider.dots-grey .flickity-page-dots .dot:after,
.carousel.dots-grey .flickity-page-dots .dot:after {
  background-color: #c1c3ce;
}

.inspiro-slider.dots-creative .flickity-page-dots .dot,
.carousel.dots-creative .flickity-page-dots .dot {
  opacity: 0.5;
  -webkit-box-shadow: none;
          box-shadow: none;
  border-radius: 0;
  background-color: #fff;
  height: 4px;
  width: 30px;
}

.inspiro-slider.dots-creative .flickity-page-dots .dot:after,
.carousel.dots-creative .flickity-page-dots .dot:after {
  background-color: #fff;
  -webkit-box-shadow: none;
          box-shadow: none;
}

.inspiro-slider.dots-creative .flickity-page-dots .dot:hover,
.carousel.dots-creative .flickity-page-dots .dot:hover {
  opacity: 0.6;
}

.inspiro-slider.dots-creative .flickity-page-dots .dot.is-selected,
.carousel.dots-creative .flickity-page-dots .dot.is-selected {
  opacity: 1;
}

.inspiro-slider.dots-creative.dots-dark .flickity-page-dots .dot,
.carousel.dots-creative.dots-dark .flickity-page-dots .dot {
  background-color: #1e2022;
}

.inspiro-slider.dots-creative.dots-dark .flickity-page-dots .dot:after,
.carousel.dots-creative.dots-dark .flickity-page-dots .dot:after {
  background-color: #1e2022;
}

.flickity-rtl .flickity-page-dots {
  direction: rtl;
}

.carousel-promotion .owl-stage-outer {
  overflow: unset !important;
}

.carousel-promotion .owl-stage-outer .polo-carousel-item {
  opacity: 0.3;
  -webkit-transition: opacity 400ms ease;
  transition: opacity 400ms ease;
}

.carousel-promotion .owl-stage-outer .polo-carousel-item.active {
  opacity: 1;
}

/* Owl Carousel - Settings
-----------------------------------------------------------------*/
.carousel {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: opacity 0.3s ease;
  transition: opacity 0.3s ease;
}

.carousel.carousel-loaded {
  opacity: 1;
  visibility: visible;
}

.item-video {
  position: relative;
  width: 100%;
  height: 400px;
}

.item-video iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
}

/* ----------------------------------------------------------------
    Responsive Classes
-----------------------------------------------------------------*/
@media (max-width: 991.98px) {
  .carousel .flickity-button {
    width: 40px;
  }
  .carousel .flickity-button.next,
.carousel .flickity-button.next:hover {
    right: 10px !important;
    opacity: 1;
  }
  .carousel .flickity-button.previous,
.carousel .flickity-button.previous:hover {
    left: 10px !important;
    opacity: 1;
  }
}
/*Line height*/
.lh80 {
  line-height: 80px !important;
}

.line {
  clear: both;
  position: relative;
  width: 100%;
  margin: 50px 0;
  border-top: 1px solid #e3e3e3;
}

html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video, button {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
  list-style: none;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

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

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

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

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}

input, button, textarea, select, optgroup, option {
  font-family: inherit;
  font-size: inherit;
  font-style: inherit;
  font-weight: inherit;
}

input, button, textarea, select {
  *font-size: 100%;
}

sup {
  vertical-align: baseline;
}

sub {
  vertical-align: baseline;
}

/*
Copyright (c) 2009, Yahoo! Inc. All rights reserved.
Code licensed under the BSD License:
http://developer.yahoo.net/yui/license.txt
version: 2.8.0r4
*/
/**
 * YUI Fonts
 * @module fonts
 * @namespace yui-
 * @requires
 */
/**
 * Percents could work for IE, but for backCompat purposes, we are using keywords.
 * x-small is for IE6/7 quirks mode.
 */
html {
  font-size: 62.5%;
}

body {
  font: 1.4rem "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  /* for IE6/7 */
  *font-size: small;
  /* for IE Quirks Mode */
  *font: x-small;
}

/*
[ 明朝 ]

"ヒラギノ明朝 Pro W3","Hiragino Mincho Pro", Verdana, serif

[ ゴシック ]
"ＭＳ Ｐゴシック", "ヒラギノ角ゴ Pro W3", "Osaka", sans-serif
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "ＭＳ Ｐゴシック", sans-serif
"ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", sans-serif

@import url('https://fonts.googleapis.com/css?family=Lato');

*/
/**
 * Nudge down to get to 13px equivalent for these form elements
 */
select,
input,
button,
textarea,
button {
  font: 100%;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

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

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

/* float */
.flL {
  float: left !important;
}

.flR {
  float: right !important;
}

.flN {
  float: none !important;
}

/* text-align */
.taL {
  text-align: left !important;
}

.taR {
  text-align: right !important;
}

.taC {
  text-align: center !important;
}

.taJ {
  text-align: justify !important;
  text-justify: inter-ideograph !important;
}

/* text-align */
.vaT {
  vertical-align: top !important;
}

.vaM {
  vertical-align: middle !important;
}

.vaB {
  vertical-align: bottom !important;
}

/* overflow */
.ofh {
  overflow: hidden;
}

/* display */
.diN {
  display: none;
}

.diB {
  display: block;
}

.diI {
  display: inline;
}

.diIB {
  display: inline-block;
}

.diT {
  display: table;
}

.diTC {
  display: table-cell;
}

/* border */
.bdN {
  border: none !important;
}

.btN {
  border-top: none !important;
}

.bbN {
  border-bottom: none !important;
}

.brN {
  border-right: none !important;
}

.blN {
  border-left: none !important;
}

.bold {
  font-weight: bold;
}

/* padding */
.pd0 {
  padding: 0px !important;
}

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

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

.pdR0 {
  padding-right: 0px !important;
}

.pdL0 {
  padding-left: 0px !important;
}

.pd5 {
  padding: 5px !important;
}

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

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

.pdR5 {
  padding-right: 5px !important;
}

.pdL5 {
  padding-left: 5px !important;
}

.pd10 {
  padding: 10px !important;
}

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

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

.pdR10 {
  padding-right: 10px !important;
}

.pdL10 {
  padding-left: 10px !important;
}

.pd15 {
  padding: 15px !important;
}

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

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

.pdR15 {
  padding-right: 15px !important;
}

.pdL15 {
  padding-left: 15px !important;
}

.pd20 {
  padding: 20px !important;
}

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

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

.pdR20 {
  padding-right: 20px !important;
}

.pdL20 {
  padding-left: 20px !important;
}

.pd25 {
  padding: 25px !important;
}

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

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

.pdR25 {
  padding-right: 25px !important;
}

.pdL25 {
  padding-left: 25px !important;
}

.pd30 {
  padding: 30px !important;
}

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

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

.pdR30 {
  padding-right: 30px !important;
}

.pdL30 {
  padding-left: 30px !important;
}

.pd35 {
  padding: 35px !important;
}

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

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

.pdR35 {
  padding-right: 35px !important;
}

.pdL35 {
  padding-left: 35px !important;
}

.pd40 {
  padding: 40px !important;
}

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

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

.pdR40 {
  padding-right: 40px !important;
}

.pdL40 {
  padding-left: 40px !important;
}

.pd45 {
  padding: 45px !important;
}

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

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

.pdR45 {
  padding-right: 45px !important;
}

.pdL45 {
  padding-left: 45px !important;
}

.pd50 {
  padding: 50px !important;
}

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

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

.pdR50 {
  padding-right: 50px !important;
}

.pdL50 {
  padding-left: 50px !important;
}

.pd55 {
  padding: 55px !important;
}

.pdT55 {
  padding-top: 55px !important;
}

.pdB55 {
  padding-bottom: 55px !important;
}

.pdR55 {
  padding-right: 55px !important;
}

.pdL55 {
  padding-left: 55px !important;
}

.pd60 {
  padding: 60px !important;
}

.pdT60 {
  padding-top: 60px !important;
}

.pdB60 {
  padding-bottom: 60px !important;
}

.pdR60 {
  padding-right: 60px !important;
}

.pdL60 {
  padding-left: 60px !important;
}

.pd65 {
  padding: 65px !important;
}

.pdT65 {
  padding-top: 65px !important;
}

.pdB65 {
  padding-bottom: 65px !important;
}

.pdR65 {
  padding-right: 65px !important;
}

.pdL65 {
  padding-left: 65px !important;
}

.pd70 {
  padding: 70px !important;
}

.pdT70 {
  padding-top: 70px !important;
}

.pdB70 {
  padding-bottom: 70px !important;
}

.pdR70 {
  padding-right: 70px !important;
}

.pdL70 {
  padding-left: 70px !important;
}

.pd75 {
  padding: 75px !important;
}

.pdT75 {
  padding-top: 75px !important;
}

.pdB75 {
  padding-bottom: 75px !important;
}

.pdR75 {
  padding-right: 75px !important;
}

.pdL75 {
  padding-left: 75px !important;
}

/* margin */
.mg0A {
  margin: 0 auto !important;
}

.mg0 {
  margin: 0px !important;
}

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

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

.mgR0 {
  margin-right: 0px !important;
}

.mgL0 {
  margin-left: 0px !important;
}

.mg5 {
  margin: 5px !important;
}

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

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

.mgR5 {
  margin-right: 5px !important;
}

.mgL5 {
  margin-left: 5px !important;
}

.mg10 {
  margin: 10px !important;
}

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

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

.mgR10 {
  margin-right: 10px !important;
}

.mgL10 {
  margin-left: 10px !important;
}

.mg15 {
  margin: 15px !important;
}

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

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

.mgR15 {
  margin-right: 15px !important;
}

.mgL15 {
  margin-left: 15px !important;
}

.mg20 {
  margin: 20px !important;
}

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

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

.mgR20 {
  margin-right: 20px !important;
}

.mgL20 {
  margin-left: 20px !important;
}

.mg25 {
  margin: 25px !important;
}

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

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

.mgR25 {
  margin-right: 25px !important;
}

.mgL25 {
  margin-left: 25px !important;
}

.mg30 {
  margin: 30px !important;
}

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

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

.mgR30 {
  margin-right: 30px !important;
}

.mgL30 {
  margin-left: 30px !important;
}

.mg35 {
  margin: 35px !important;
}

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

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

.mgR35 {
  margin-right: 35px !important;
}

.mgL35 {
  margin-left: 35px !important;
}

.mg40 {
  margin: 40px !important;
}

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

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

.mgR40 {
  margin-right: 40px !important;
}

.mgL40 {
  margin-left: 40px !important;
}

.mg45 {
  margin: 45px !important;
}

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

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

.mgR45 {
  margin-right: 45px !important;
}

.mgL45 {
  margin-left: 45px !important;
}

.mg50 {
  margin: 50px !important;
}

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

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

.mgR50 {
  margin-right: 50px !important;
}

.mgL50 {
  margin-left: 50px !important;
}

.mg55 {
  margin: 55px !important;
}

.mgT55 {
  margin-top: 55px !important;
}

.mgB55 {
  margin-bottom: 55px !important;
}

.mgR55 {
  margin-right: 55px !important;
}

.mgL55 {
  margin-left: 55px !important;
}

.mg60 {
  margin: 60px !important;
}

.mgT60 {
  margin-top: 60px !important;
}

.mgB60 {
  margin-bottom: 60px !important;
}

.mgR60 {
  margin-right: 60px !important;
}

.mgL60 {
  margin-left: 60px !important;
}

.mg65 {
  margin: 65px !important;
}

.mgT65 {
  margin-top: 65px !important;
}

.mgB65 {
  margin-bottom: 65px !important;
}

.mgR65 {
  margin-right: 65px !important;
}

.mgL65 {
  margin-left: 65px !important;
}

.mg70 {
  margin: 70px !important;
}

.mgT70 {
  margin-top: 70px !important;
}

.mgB70 {
  margin-bottom: 70px !important;
}

.mgR70 {
  margin-right: 70px !important;
}

.mgL70 {
  margin-left: 70px !important;
}

.mg75 {
  margin: 75px !important;
}

.mgT75 {
  margin-top: 75px !important;
}

.mgB75 {
  margin-bottom: 75px !important;
}

.mgR75 {
  margin-right: 75px !important;
}

.mgL75 {
  margin-left: 75px !important;
}

/* font size */
.fz8 {
  font-size: 0.8rem !important;
}

.fz9 {
  font-size: 0.9rem !important;
}

.fz10 {
  font-size: 1rem !important;
}

.fz11 {
  font-size: 1.1rem !important;
}

.fz12 {
  font-size: 1.2rem !important;
}

.fz13 {
  font-size: 1.3rem !important;
}

.fz14 {
  font-size: 1.4rem !important;
}

.fz15 {
  font-size: 1.5rem !important;
}

.fz16 {
  font-size: 1.6rem !important;
}

.fz17 {
  font-size: 1.7rem !important;
}

.fz18 {
  font-size: 1.8rem !important;
}

.fz19 {
  font-size: 1.9rem !important;
}

.fz20 {
  font-size: 2rem !important;
}

.fz21 {
  font-size: 2.1rem !important;
}

.fz22 {
  font-size: 2.2rem !important;
}

.fz23 {
  font-size: 2.3rem !important;
}

.fz24 {
  font-size: 2.4rem !important;
}

.fz25 {
  font-size: 2.5rem !important;
}

.fz26 {
  font-size: 2.6rem !important;
}

.fz27 {
  font-size: 2.7rem !important;
}

.fz28 {
  font-size: 2.8rem !important;
}

.fz29 {
  font-size: 2.9rem !important;
}

.fz30 {
  font-size: 3rem !important;
}

.fz31 {
  font-size: 3.1rem !important;
}

.fz32 {
  font-size: 3.2rem !important;
}

.fz33 {
  font-size: 3.3rem !important;
}

.fz34 {
  font-size: 3.4rem !important;
}

.fz35 {
  font-size: 3.5rem !important;
}

.fz36 {
  font-size: 3.6rem !important;
}

.fz37 {
  font-size: 3.7rem !important;
}

.fz38 {
  font-size: 3.8rem !important;
}

.fz39 {
  font-size: 3.9rem !important;
}

.fz40 {
  font-size: 4rem !important;
}

/* width */
.w5per {
  width: 5% !important;
}

.w10per {
  width: 10% !important;
}

.w15per {
  width: 15% !important;
}

.w20per {
  width: 20% !important;
}

.w25per {
  width: 25% !important;
}

.w30per {
  width: 30% !important;
}

.w35per {
  width: 35% !important;
}

.w40per {
  width: 40% !important;
}

.w45per {
  width: 45% !important;
}

.w50per {
  width: 50% !important;
}

.w55per {
  width: 55% !important;
}

.w60per {
  width: 60% !important;
}

.w65per {
  width: 65% !important;
}

.w70per {
  width: 70% !important;
}

.w75per {
  width: 75% !important;
}

.w80per {
  width: 80% !important;
}

.w85per {
  width: 85% !important;
}

.w90per {
  width: 90% !important;
}

.w95per {
  width: 95% !important;
}

.w100per {
  width: 100% !important;
}

.cRed {
  color: red;
}

/* -----------------------------------------
	Plugin
----------------------------------------- */
/* -----------------------------------------
	slick
----------------------------------------- */
/* 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;
  max-width: 1120px;
  margin: 0 auto;
}

.slick-list {
  position: relative;
  display: block;
  margin: 0;
  padding: 0;
}

.slick-list:focus {
  outline: none;
}

.slick-list.dragging {
  cursor: pointer;
  cursor: hand;
}

/* トップ画面（home.jsp）のスライドを使う際はこの設定をアンコメントする */
.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;
}

.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-prev,
.slick-next {
  position: absolute;
  display: block;
  height: 20px;
  width: 20px;
  line-height: 0px;
  font-size: 0px;
  cursor: pointer;
  background: transparent;
  color: transparent;
  top: 50%;
  -webkit-transform: translate(0, -50%);
  transform: translate(0, -50%);
  padding: 0;
  border: none;
  outline: none;
}

.slick-prev:hover, .slick-prev:focus,
.slick-next:hover,
.slick-next:focus {
  outline: none;
  background: transparent;
  color: transparent;
}

.slick-prev:hover:before, .slick-prev:focus:before,
.slick-next:hover:before,
.slick-next:focus:before {
  opacity: 1;
}

.slick-prev.slick-disabled:before,
.slick-next.slick-disabled:before {
  opacity: 1;
}

.slick-prev:before,
.slick-next:before {
  font-size: 20px;
  line-height: 1;
  color: red;
  opacity: 0.75;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-prev {
  left: -25px;
}

[dir=rtl] .slick-prev {
  left: auto;
  right: -25px;
}

.slick-prev:before {
  content: "←";
}

[dir=rtl] .slick-prev:before {
  content: "→";
}

.slick-next {
  right: -25px;
}

[dir=rtl] .slick-next {
  left: -25px;
  right: auto;
}

.slick-next:before {
  content: "→";
}

[dir=rtl] .slick-next:before {
  content: "←";
}

/* Dots */
.slick-dots {
  position: absolute;
  bottom: -25px;
  list-style: none;
  display: block;
  text-align: center;
  padding: 0;
  margin: 0;
  width: 100%;
}

.slick-dots li {
  position: relative;
  display: inline-block;
  height: 6px;
  width: 24px;
  margin: 0 5px;
  padding: 0;
  cursor: pointer;
}

.slick-dots li button {
  border: 0;
  background: transparent;
  display: block;
  height: 6px;
  width: 24px;
  outline: none;
  line-height: 0px;
  font-size: 0px;
  color: transparent;
  padding: 0px;
  cursor: pointer;
  background: #d5d5d5;
}

.slick-dots li button:hover, .slick-dots li button:focus {
  outline: none;
}

.slick-dots li button:hover:before, .slick-dots li button:focus:before {
  opacity: 1;
}

.slick-dots li button:before {
  position: absolute;
  top: 0;
  left: 0;
  content: "";
  width: 24px;
  height: 6px;
  font-size: 6px;
  line-height: 0px;
  text-align: center;
  color: black;
  opacity: 0.25;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

.slick-dots li.slick-active button:before {
  background: #028306;
  opacity: 0.75;
}

/* -----------------------------------------
	Module
----------------------------------------- */
/*****************************
	link text
******************************/
.link-type_001 a {
  color: #333;
  font-size: 1.4rem;
  text-decoration: underline;
  display: inline-block;
  padding-left: 0;
}

.link-type_001::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  padding-right: 5px;
  color: #028306;
}

/*****************************
	btn
******************************/
.btn-block {
  text-align: center;
}

.btn-base {
  display: inline-block;
  background: #ff8f00;
  text-decoration: none;
  border: none;
  font-size: 2.4rem;
  font-weight: bold;
  color: #fff;
  padding: 27px 90px 20px;
  border-radius: 4px;
  outline: none;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: baseline;
  -webkit-box-shadow: 0px 8px 0px 0px #ff7800;
          box-shadow: 0px 8px 0px 0px #ff7800;
  position: relative;
  margin: 0 auto 8px;
}

@media screen and (max-width: 767px) {
  .btn-base {
    font-size: 1.6rem;
    padding: 21px 18px 15px;
    margin: 0 auto 4px;
    width: 80%;
    min-width: 300px;
    -webkit-box-shadow: 0px 4px 0px 0px #ff7800;
            box-shadow: 0px 4px 0px 0px #ff7800;
  }
}
.btn-base::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 10px;
  -webkit-transform: translateY(-30%);
  transform: translateY(-30%);
}

@media screen and (min-width: 768px) {
  .btn-base::after {
    right: 25px;
  }
}
.btn-external {
  display: inline-block;
  border: 1px solid #028306;
  border-radius: 4px;
  font-weight: bold;
  text-align: center;
  line-height: 1.2;
  padding: 14px 10px;
  color: #333;
  position: relative;
  width: 100%;
  text-decoration: none;
  margin-top: 5px;
}

@media screen and (min-width: 768px) {
  .btn-external {
    font-size: 1.4rem;
    min-width: 300px;
    width: auto;
    padding: 18px 10px;
  }
}
.btn-external::after {
  font-family: "Font Awesome 5 Free";
  content: "\f35d";
  position: absolute;
  top: 5px;
  right: 5px;
  font-size: 1rem;
  color: #028306;
}

@media screen and (min-width: 768px) {
  .btn-external::after {
    font-size: 1.2rem;
    top: 10px;
    right: 10px;
  }
}
.btn-type_001 {
  display: inline-block;
  background: #028306;
  text-decoration: none;
  border: none;
  font-size: 1.4rem;
  font-weight: bold;
  color: #fff;
  padding: 13px 20px;
  border-radius: 4px;
  outline: none;
  line-height: 1;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  vertical-align: baseline;
  position: relative;
  margin: 0 auto;
  min-width: 65.67164%;
}

.btn-type_001::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 20px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .btn-type_001 {
    min-width: 300px;
    padding: 20px;
  }
}
/* ie11 */
@media all and (min-width: 769px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn-base {
    padding: 32px 90px 15px;
  }
}
@media all and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, .btn-base {
    padding: 21px 18px 15px;
  }
}
/*****************************
	title
******************************/
.page-ttl {
  background: url(../images/common/page_ttl_bg_sp.png) no-repeat center top;
  background-size: cover;
  min-height: 130px;
  height: 130px;
  text-align: center;
  padding: 0 10px;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-pack: center;
  -webkit-box-pack: center;
          justify-content: center;
  font-size: 2.4rem;
  color: #fff;
  line-height: 1.2;
}

.page-ttl h1 {
  font-weight: bold;
}

.page-ttl span {
  font-size: 1.2rem;
  font-family: "Lato", sans-serif;
  display: block;
  padding-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .page-ttl {
    background: url(../images/common/page_ttl_bg_pc.png) no-repeat center top;
    background-size: cover;
    min-height: 220px;
    height: 220px;
    font-size: 4rem;
  }
  .page-ttl span {
    font-size: 1.6rem;
  }
}
.cmn-page-ttl {
  width: 100%;
  padding: 35px 20px 0;
  margin: 0 auto;
  position: relative;
}

@media screen and (min-width: 768px) {
  .cmn-page-ttl {
    width: 1080px;
    padding: 55px 0 0;
  }
}
.cmn-page-ttl .lead {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  .cmn-page-ttl .lead {
    font-size: 1.6rem;
  }
}
.ttl-type_001 {
  font-size: 2rem;
  text-align: center;
  position: relative;
  color: #333;
  padding-bottom: 10px;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .ttl-type_001 {
    font-size: 3.2rem;
    margin-bottom: 60px;
  }
}
.ttl-type_001::after {
  content: "";
  width: 40px;
  height: 6px;
  background: #028306;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
}

.ttl-type_002 {
  font-size: 1.6rem;
  font-weight: bold;
  color: #028306;
  border-left: 5px solid #028306;
  padding-left: 15px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .ttl-type_002 {
    font-size: 2.4rem;
    border-left-width: 8px;
    padding-left: 20px;
    margin-bottom: 40px;
  }
}
.ttl-type_002.sub {
  font-size: 1.4rem;
  border-left-width: 4px;
  line-height: 1.2;
  padding-left: 10px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  .ttl-type_002.sub {
    font-size: 1.8rem;
    border-left-width: 6px;
    padding-left: 15px;
    margin-bottom: 30px;
  }
}
.ttl-type_003 {
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #ddd;
  position: relative;
  line-height: 1.2;
  padding-bottom: 15px;
  margin-bottom: 20px;
}

.ttl-type_003::after {
  content: "";
  width: 100px;
  height: 2px;
  background: #028306;
  position: absolute;
  bottom: -1px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .ttl-type_003 {
    font-size: 2.8rem;
    margin-bottom: 30px;
  }
  .ttl-type_003::after {
    width: 120px;
  }
}
.ttl-type_004 {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 10px;
  line-height: 1.2;
  color: #028306;
}

@media screen and (min-width: 768px) {
  .ttl-type_004 {
    font-size: 1.8rem;
    margin-bottom: 20px;
  }
}
.ttl-type_005 {
  font-weight: bold;
  color: #89cc3d;
  font-size: 1.6rem;
  text-align: center;
  position: relative;
  line-height: 1.2;
}

.ttl-type_005 span {
  display: inline-block;
  padding: 0 25px;
  background: #fff;
}

.ttl-type_005::before {
  content: "";
  width: 100%;
  height: 1px;
  position: absolute;
  top: 50%;
  left: 0;
  background: #89cc3d;
  z-index: -1;
}

@media screen and (min-width: 768px) {
  .ttl-type_005 {
    font-size: 2rem;
  }
  .ttl-type_005 span {
    display: inline-block;
    padding: 0 30px;
  }
}
.ttl-type_006 {
  font-weight: bold;
  font-size: 1.3rem;
  border-bottom: 1px solid #ddd;
  padding-bottom: 5px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  .ttl-type_006 {
    font-size: 1.6rem;
  }
}
/*****************************
	text
******************************/
.txt-red {
  color: #ef5350;
}

.bold {
  font-weight: bold;
}

.txt-line {
  display: inline;
  position: relative;
}

.txt-line::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 1px;
  background: #333;
}

@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, .txt-line::after {
    bottom: 5px;
  }
}
.txt-algR {
  text-align: right;
}

.txt-algL {
  text-align: left;
}

.txt-algC {
  text-align: center;
}

/*****************************
	list
******************************/
.list-check-circle li {
  position: relative;
  font-size: 1.3rem;
  padding-left: 20px;
}

@media screen and (min-width: 768px) {
  .list-check-circle li {
    font-size: 1.8rem;
    padding-left: 25px;
  }
}
.list-check-circle li::before {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/common/check_circle_g.png) no-repeat left center;
  background-size: contain;
  position: absolute;
  top: 3px;
  left: 0;
}

@media screen and (min-width: 768px) {
  .list-check-circle li::before {
    width: 20px;
    height: 20px;
    top: 6px;
  }
}
.list-check-circle.color_o li::before {
  background: url(../images/common/check_circle_o.png) no-repeat left center;
  background-size: contain;
}

.list-disc-wrap .list-disc {
  position: relative;
  font-size: 1.3rem;
  padding-left: 13px;
}

@media screen and (min-width: 768px) {
  .list-disc-wrap .list-disc {
    font-size: 1.6rem;
    padding-left: 16px;
  }
}
.list-disc-wrap .list-disc::before {
  content: "・";
  position: absolute;
  left: 0;
}

.list-num-wrap {
  counter-reset: number;
}

.list-num-wrap .list-num {
  position: relative;
  font-size: 1.3rem;
  padding-left: 13px;
}

@media screen and (min-width: 768px) {
  .list-num-wrap .list-num {
    font-size: 1.6rem;
    padding-left: 16px;
  }
}
.list-num-wrap .list-num::before {
  content: counter(number) ".";
  counter-increment: number;
  position: absolute;
  left: 0;
}

/*****************************
	parts
******************************/
.lead-type_001 {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  .lead-type_001 {
    margin-bottom: 30px;
  }
}
.lead-type_001 dt {
  display: block;
  background: #028306;
  color: #fff;
  font-weight: bold;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 10px;
  text-align: center;
  position: relative;
}

@media screen and (min-width: 768px) {
  .lead-type_001 dt {
    font-size: 2.4rem;
    padding: 15px;
  }
}
.lead-type_001 dt::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 15px solid transparent;
  border-top: 20px solid #028306;
}

@media screen and (max-width: 767px) {
  .lead-type_001 dt::before {
    bottom: -25px;
  }
}
.lead-type_001 dd {
  background: #e8f5e9;
  font-size: 1.3rem;
  padding: 20px 15px 15px;
}

@media screen and (min-width: 768px) {
  .lead-type_001 dd {
    font-size: 1.6rem;
    padding: 25px 35px 15px;
  }
}
.acd-trigger {
  background: #028306;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  padding: 10px 35px 10px 15px;
  margin-bottom: 3px;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  .acd-trigger {
    font-size: 1.8rem;
    padding: 13px 45px 13px 20px;
    margin-bottom: 4px;
  }
}
.acd-trigger::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .acd-trigger::after {
    right: 20px;
  }
}
.acd-trigger.is-opened::after {
  content: "\f068";
}

.acd-block {
  display: none;
}

.acd-block dl dt {
  font-size: 1.3rem;
  padding: 10px 15px;
  margin-bottom: 3px;
  display: block;
  position: relative;
  background: #e8f5e9;
  cursor: pointer;
  color: #028306;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  .acd-block dl dt {
    font-size: 1.6rem;
    padding: 13px 20px;
    margin-bottom: 4px;
  }
}
.acd-block dl dt::after {
  font-weight: bold;
  position: absolute;
}

.acd-block dl dt::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 15px;
  color: #028306;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .acd-block dl dt::after {
    right: 20px;
  }
}
.acd-block dl dt.is-opened::after {
  content: "\f068";
}

.acd-block dl dd {
  display: none;
  font-size: 1.3rem;
  padding: 10px 15px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .acd-block dl dd {
    font-size: 1.6rem;
    padding: 13px 20px;
  }
}
/*****************************
	animation
******************************/
@-webkit-keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes fadeIn {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
@keyframes fadeOut {
  0% {
    opacity: 1;
  }
  100% {
    opacity: 0;
  }
}
/* -----------------------------------------
	Layout
----------------------------------------- */
/* -----------------------------------------
    Common
----------------------------------------- */
html {
  overflow: auto;
}

body {
  overflow: hidden;
  -webkit-overflow-scrolling: touch;
  -webkit-text-size-adjust: 100%;
  -webkit-font-smoothing: antialiased;
  line-height: 1.6;
  color: #333;
}

@media screen and (min-width: 768px) {
  body {
    min-width: 1120px;
    line-height: 1.8;
  }
}
* {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

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

.clearfix {
  *zoom: 1;
}

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

a {
  -webkit-text-decoration: unerline;
          text-decoration: unerline;
  color: #ff8f00;
}

@media screen and (min-width: 768px) {
  a {
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  a:hover {
    opacity: 0.7;
  }
}
input[type=text], input[type=url] {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f6f6f6;
  padding: 7px 20px;
  background: #f6f6f6;
  font-size: 1.6rem;
}

input[type=number] {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f6f6f6;
  padding: 7px 20px;
  background: #f6f6f6;
  font-size: 1rem;
}

input[type=text]:focus {
  background: #fff;
}

input[type=password] {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f6f6f6;
  padding: 7px 20px;
  background: #f6f6f6;
  font-size: 1.6rem;
}

input[type=password]:focus {
  background: #fff;
}

textarea {
  width: 100%;
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f6f6f6;
  padding: 7px 20px;
  background: #f6f6f6;
  font-size: 1.6rem;
  vertical-align: top;
}

textarea:focus {
  background: #fff;
}

select {
  -webkit-box-shadow: none;
          box-shadow: none;
  border: 1px solid #f6f6f6;
  padding: 0;
  font-size: 1.6rem;
  height: 40px;
  text-indent: 10px;
  width: 100%;
}

@media screen and (min-width: 768px) {
  select {
    width: 70%;
  }
}
::-webkit-input-placeholder {
  color: #c8c8c8;
}

::-moz-placeholder {
  color: #c8c8c8;
}

:-moz-placeholder {
  color: #c8c8c8;
}

:-ms-input-placeholder {
  color: #c8c8c8;
}

@media screen and (min-width: 768px) {
  .is-sp {
    display: none !important;
  }
}
@media screen and (max-width: 767px) {
  .is-pc {
    display: none !important;
  }
}
/* -----------------------------------------
    Wrap
----------------------------------------- */
#wrapper {
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 100%;
  margin: 0 auto;
  padding: 0 20px;
  position: relative;
}

@media screen and (min-width: 768px) {
  .inner {
    width: 1080px;
    padding: 0;
  }
}
/* -----------------------------------------
    Header
----------------------------------------- */
#gheader {
  position: relative;
  top: -1px;
}

#gheader > .inner {
  height: 55px;
}

#gheader > .inner.loggedin {
  height: 75px;
}

@media screen and (min-width: 768px) {
  #gheader > .inner {
    height: 90px;
  }
  #gheader > .inner.loggedin {
    height: 130px;
  }
}
#gheader a {
  text-decoration: none;
}

/*
#gheader #logo {
  width: 80px;
  text-align: left;
  padding: 6px 0;
  display: block;
}
*/

@media screen and (min-width: 768px) {
  #gheader #logo {
    width: 300px;
    padding: 10px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #gheader #logo a.socialLogo {
    display: block;
    width: 30px;
    margin: 25px 0px 15px 15px;
  }
  #gheader #logo a {
    display: block;
  }
}

@media screen and (max-width: 767px) {
  #gheader #logo a.socialLogo {
    display: none;
  }
}
#gheader .link-list {
  line-height: 1;
  position: absolute;
  top: 0;
  right: 0;
}

@media screen and (min-width: 768px) {
  #gheader .link-list {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
#gheader .link-list li {
  display: inline-block;
  margin-left: 10px;
}

#gheader .link-list a {
  padding: 10px;
  font-size: 1.6rem;
}

#gheader .link-list .contact a {
  color: #333;
  font-size: 1.4rem;
  text-decoration: underline;
  display: inline-block;
  padding-left: 0;
}

#gheader .link-list .contact::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  #gheader .link-list .contact {
    display: none;
  }
}
#gheader .link-list .trial a {
  background: #E94B24;
  color: #fff;
  display: block;
  font-weight: bold;
  border-radius: 0 0 4px 4px;
}

@media screen and (max-width: 767px) {
  #gheader .link-list .trial {
    display: none;
  }
}
#gheader .link-list .login a {
  background: #028306;
  color: #fff;
  display: block;
  font-weight: bold;
  border-radius: 0 0 4px 4px;
}

#gheader .link-list .login a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2f6";
  font-weight: bold;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  #gheader .link-list .login {
    padding-top: 13px;
    margin-right: 70px;
  }
  #gheader .link-list .login a {
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 1.3rem;
  }
}
#gheader .link-list .logout a {
  background: #028306;
  color: #fff;
  display: block;
  font-weight: bold;
  border-radius: 0 0 4px 4px;
}

#gheader .link-list .logout a::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  #gheader .link-list .logout {
    padding-top: 13px;
    margin-right: 70px;
  }
  #gheader .link-list .logout a {
    border-radius: 4px;
    padding: 8px 10px;
    font-size: 1.3rem;
  }
}
#gheader .link-list .sp-btn {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 30px;
  height: 21px;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: 2;
}

@media screen and (min-width: 768px) {
  #gheader .link-list .sp-btn {
    display: none;
  }
}
#gheader .link-list .sp-btn:hover {
  opacity: 0.8;
}

#gheader .link-list .sp-btn span {
  display: block;
  float: left;
  clear: both;
  height: 3px;
  width: 30px;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

#gheader .link-list .sp-btn span:nth-child(1) {
  margin-top: 0px;
  z-index: 3;
}

#gheader .link-list .sp-btn span:nth-child(2) {
  margin-top: 9px;
  z-index: 3;
}

#gheader .link-list .sp-btn span:nth-child(3) {
  margin-top: 18px;
  z-index: 3;
}

#gheader #gnav {
  width: 100%;
  background: #f6f6f6;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
}

#gheader #gnav ul {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
}

#gheader #gnav ul li {
  width: 210px;
}

#gheader #gnav ul li a {
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  padding: 15px 0;
  text-align: center;
  color: #333;
  position: relative;
}

#gheader #gnav ul li a::before {
  content: "";
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
  left: 0;
}

#gheader #gnav ul li:last-child a::after {
  content: "";
  width: 1px;
  height: 100%;
  background: #ddd;
  position: absolute;
  top: 0;
  right: 0;
}

#gheader #gnav ul li.is-current {
  position: relative;
  background: #fff;
}

#gheader #gnav ul li.is-current::before {
  content: "";
  width: 100%;
  border-top: 2px solid #028306;
  position: absolute;
}

#gheader #gnav ul li .label {
  display: inline-block;
  background: #3fbf8d;
  font-size: 1.2rem;
  padding: 4px 5px;
  line-height: 1;
  margin-right: 10px;
  color: #fff;
  border-radius: 10px;
}

@media screen and (max-width: 767px) {
  #gheader #gnav {
    display: none;
  }
  #main {
    margin-top: unset;
  }
}
#gheader .login-block {
  display: none;
  -webkit-transition: 0.3s;
  transition: 0.3s;
  width: 100%;
  background: #e8f5e9;
}

@media screen and (min-width: 768px) {
  #gheader .login-block {
    min-width: 1120px;
  }
}
@media screen and (max-width: 767px) {
  #gheader .login-block {
    padding: 0 20px;
    background: none;
  }
}
#gheader .login-block .login-inner {
  margin: 0 auto;
  padding: 20px;
  background: #e8f5e9;
  position: relative;
}

@media screen and (min-width: 768px) {
  #gheader .login-block .login-inner {
    background: none;
    width: 1120px;
    padding: 20px 0;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #gheader .login-block .login-inner::before {
    content: "";
    border: 15px solid transparent;
    border-bottom: 25px solid #e8f5e9;
    position: absolute;
    top: -30px;
    right: 60px;
    width: 0;
    height: 0;
  }
}
#gheader .login-block input[type=text] {
  width: 100%;
  padding: 8px 5px;
  border: 1px solid #d5d5d5;
  background: #fff;
}

#gheader .login-block input[type=password] {
  width: 100%;
  padding: 8px 5px;
  border: 1px solid #d5d5d5;
  background: #fff;
}

#gheader .login-block .login-ttl {
  color: #028306;
  font-size: 1.4rem;
  font-weight: bold;
  border-bottom: 1px solid #d5d5d5;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #gheader .login-block .box_001 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  #gheader .login-block .box_001 {
    width: 500px;
  }
}
@media screen and (max-width: 767px) {
  #gheader .login-block .box_002 {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  #gheader .login-block .box_002 {
    width: 309px;
  }
}
@media screen and (min-width: 768px) {
  #gheader .login-block .box_003 {
    width: 210px;
  }
}
#gheader .login-block .box_003 .login-link-list {
  letter-spacing: -0.4em;
}

@media screen and (max-width: 767px) {
  #gheader .login-block .box_003 .login-link-list {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#gheader .login-block .box_003 .login-link-list li {
  display: inline-block;
  letter-spacing: normal;
}

#gheader .login-block .box_003 .login-link-list .num_001 {
  margin-right: 20px;
  width: 170px;
  text-align: center;
}

#gheader .login-block .box_003 .login-link-list .num_001 a {
  background: #028306;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  padding: 6px 0;
  margin-bottom: 15px;
}

#gheader .login-block .box_003 .login-link-list .num_001 a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2f6";
  font-weight: bold;
  padding-right: 5px;
}

@media screen and (max-width: 767px) {
  #gheader .login-block .box_003 .login-link-list .num_001 {
    width: 100%;
    -ms-flex-order: 3;
    -webkit-box-ordinal-group: 4;
            order: 3;
    margin-right: 0;
  }
  #gheader .login-block .box_003 .login-link-list .num_001 a {
    padding: 10px 0;
  }
}
#gheader .login-block .box_003 .login-link-list .num_002 {
  width: 118px;
  text-align: center;
  display: inline-block;
}

#gheader .login-block .box_003 .login-link-list .num_002 a {
  background: #f7bd42;
  color: #fff;
  display: block;
  font-size: 1.6rem;
  font-weight: bold;
  border-radius: 4px;
  text-decoration: none;
  padding: 6px 0;
  margin-bottom: 15px;
}

@media screen and (max-width: 767px) {
  #gheader .login-block .box_003 .login-link-list .num_002 {
    width: 100%;
    -ms-flex-order: 4;
    -webkit-box-ordinal-group: 5;
            order: 4;
  }
  #gheader .login-block .box_003 .login-link-list .num_002 a {
    padding: 10px 0;
  }
}
#gheader .login-block .box_003 .login-link-list .num_003, #gheader .login-block .box_003 .login-link-list .num_004 {
  width: 100%;
}

#gheader .login-block .box_003 .login-link-list .num_003::before, #gheader .login-block .box_003 .login-link-list .num_004::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  color: #028306;
  padding-right: 5px;
}

#gheader .login-block .box_003 .login-link-list .num_003 a, #gheader .login-block .box_003 .login-link-list .num_004 a {
  text-decoration: underline;
  color: #333;
}

@media screen and (max-width: 767px) {
  #gheader .login-block .box_003 .login-link-list .num_003 {
    -ms-flex-order: 1;
    -webkit-box-ordinal-group: 2;
            order: 1;
  }
}
@media screen and (max-width: 767px) {
  #gheader .login-block .box_003 .login-link-list .num_004 {
    -ms-flex-order: 2;
    -webkit-box-ordinal-group: 3;
            order: 2;
    margin-bottom: 15px;
  }
}
@media screen and (max-width: 767px) {
  #gheader .login-block .btn-close {
    position: absolute;
    top: -40px;
    right: 0;
    z-index: 100;
    width: 30px;
    height: 30px;
  }
  #gheader .login-block .btn-close button {
    width: 100%;
    height: 100%;
    text-align: center;
  }
  #gheader .login-block .btn-close button i {
    font-size: 2.4rem;
    color: #fff;
  }
}
@media screen and (min-width: 768px) {
  #gheader .login-block .btn-close {
    width: 30px;
    height: 30px;
    background: #858585;
    border-radius: 4px;
  }
  #gheader .login-block .btn-close button {
    width: 100%;
    height: 100%;
    position: relative;
    text-align: center;
    cursor: pointer;
  }
  #gheader .login-block .btn-close button i {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
    font-size: 1.6rem;
    color: #fff;
  }
}
#gheader .login-block .input-wrap {
  position: relative;
}

#gheader .login-block .input-wrap:after {
  content: "";
  width: 0px;
  height: 0px;
  border: 3px solid #d5d5d5;
  border-left: 3px solid transparent;
  border-top: 3px solid transparent;
  position: absolute;
  bottom: 3px;
  right: 3px;
}

#gheader .login-block.is-pc {
  display: block !important;
  position: absolute;
  top: 90px;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 1;
  -webkit-animation: fadeIn 0.3s linear 0s;
  animation: fadeIn 0.3s linear 0s;
  height: 140px;
}

#gheader .login-block.is-sp {
  display: block !important;
  position: fixed;
  height: 100%;
  top: 0;
  left: 0;
  right: 0;
  margin: 0 auto;
  z-index: 100;
  background: rgba(0, 0, 0, 0.6);
  padding-top: 60px;
  -webkit-animation: fadeIn 0.3s linear;
  animation: fadeIn 0.3s linear;
}

#gheader ::-webkit-input-placeholder {
  color: #999;
}

#gheader ::-moz-placeholder {
  color: #999;
}

#gheader :-moz-placeholder {
  color: #999;
}

#gheader :-ms-input-placeholder {
  color: #999;
}

/* -----------------------------------------
    Sp-side
----------------------------------------- */
.layer {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: rgba(0, 0, 0, 0.6);
}

.sp-side {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
  position: fixed;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: 0.3s;
  transition: 0.3s;
}

.sp-side a {
  text-decoration: none;
}

.sp-side-outer {
  position: absolute;
  right: 0;
  top: 0;
  width: 80%;
  height: 100%;
  background: #fff;
  overflow-y: scroll;
  -webkit-overflow-scrolling: touch;
  overflow-x: hidden;
}

.sp-side.is-opened {
  -webkit-transform: translateX(0);
  transform: translateX(0);
}

.sp-side .sp-side-head {
  overflow: hidden;
  position: relative;
}

.sp-side .side-logo {
  padding: 10px 15px;
}

.sp-side .side-logo img {
  width: 80px;
}

.sp-side .sp-side-close {
  position: absolute;
  top: 17px;
  right: 20px;
  width: 30px;
  height: 21px;
  display: block;
  cursor: pointer;
  -webkit-transition: opacity 0.2s linear;
  transition: opacity 0.2s linear;
  z-index: 4;
}

.sp-side .sp-side-close:hover {
  opacity: 0.8;
}

.sp-side .sp-side-close span {
  display: block;
  float: left;
  clear: both;
  height: 3px;
  width: 30px;
  background-color: #333;
  position: absolute;
  right: 0;
  top: 0;
  overflow: hidden;
  -webkit-transition: all 0.4s ease;
  transition: all 0.4s ease;
}

.sp-side .sp-side-close span:nth-child(1) {
  margin-top: 9px;
  z-index: 3;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.sp-side .sp-side-close span:nth-child(2) {
  margin-top: 9px;
  z-index: 3;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
}

.sp-side .nav-list {
  border-top: 1px solid #d5d5d5;
  margin-bottom: 20px;
}

.sp-side .nav-list li {
  padding: 0 15px;
}

.sp-side .nav-list li a {
  display: block;
  color: #333;
  font-weight: bold;
  font-size: 1.4rem;
  padding: 15px 0;
  border-bottom: 1px solid #d5d5d5;
  position: relative;
}

.sp-side .nav-list li a::after {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.sp-side .nav-list li a .label {
  display: inline-block;
  background: #3fbf8d;
  font-size: 1.2rem;
  padding: 4px 5px;
  line-height: 1;
  margin-left: 10px;
  color: #fff;
  border-radius: 10px;
}

.sp-side .side-btn {
  padding: 0 15px;
  margin-bottom: 15px;
}

.sp-side .side-btn a {
  display: block;
  font-size: 1.4rem;
  color: #fff;
  font-weight: bold;
  text-align: center;
  line-height: 1;
  padding: 15px 10px;
  border-radius: 4px;
}

.sp-side .btn-trial a {
  background: #E94B24;
}

.sp-side .btn-back-search a {
  background-color: #07780b;
}

.sp-side .btn-login a {
  background: #028306;
  position: relative;
}

.sp-side .btn-login a::before {
  font-family: "Font Awesome 5 Free";
  content: "\f2f6";
  font-weight: bold;
  padding-right: 5px;
}

.sp-side .link-type_001 {
  margin: 0 15px 40px;
  padding-top: 10px;
}

.sp-side .link-type_001 a {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  .sp-side {
    display: none;
  }
}
/* -----------------------------------------
    Contents
----------------------------------------- */
#main .sec {
  padding: 0 20px;
}

@media screen and (min-width: 768px) {
  #main .sec {
    margin: 0 auto;
  }
}
#main .sec-inner {
  padding: 40px 0 50px;
}

@media screen and (min-width: 768px) {
  #main .sec-inner {
    width: 1080px;
    margin: 0 auto;
    padding: 60px 0 80px;
  }
}
@media screen and (max-width: 767px) {
  #main .breadcrumb {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #main .breadcrumb {
    padding: 15px 0 0 0;
    width: 1080px;
    margin: 0 auto;
    font-size: 1.2rem;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
  #main .breadcrumb li {
    position: relative;
    padding-right: 10px;
  }
  #main .breadcrumb li:not(:last-child)::after {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: bold;
    color: #ddd;
  }
  #main .breadcrumb a {
    color: #028306;
    text-decoration: none;
    position: relative;
    display: inline-block;
    margin-right: 10px;
    vertical-align: top;
  }
}
#main .cmn-lead-block .sec-inner {
  padding-top: 50px;
  padding-bottom: 0;
}

#main .cmn-lead-block .lead {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  #main .cmn-lead-block .lead {
    font-size: 1.6rem;
  }
}
#main .cmn-box {
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #main .cmn-box {
    margin-bottom: 50px;
  }
}
#main .cmn-box .cmn-box-inner {
  margin-bottom: 20px;
}

@media screen and (max-width: 767px) {
  #main .cmn-box .cmn-box-inner {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  #main .cmn-box .ttl-type_002.sub {
    margin-bottom: 20px;
  }
}
#main .cmn-box .txt {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  #main .cmn-box .txt {
    font-size: 1.6rem;
  }
}
/* -----------------------------------------
    pageTop
----------------------------------------- */
.pagetop {
  position: relative;
  background: #818181;
  border-radius: 4px;
  display: none;
  z-index: 10;
}

@media screen and (max-width: 767px) {
  .pagetop {
    width: 45px;
    height: 45px;
    position: fixed;
    right: 10px;
    bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  .pagetop {
    width: 68px;
    height: 68px;
    position: fixed;
    right: 20px;
    bottom: 20px;
  }
}
.pagetop a {
  display: block;
  position: relative;
  height: 100%;
  text-align: center;
}

.pagetop a i {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  left: 0;
  right: 0;
  margin: 0 auto;
  font-size: 3rem;
  color: #fff;
}

/* -----------------------------------------
    Bnr
----------------------------------------- */
.cmn-bnr {
  background: #f6f6f6;
  text-align: center;
}

.cmn-bnr .inner {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .cmn-bnr {
    padding: 50px 0;
  }
}
/* -----------------------------------------
    Footer
----------------------------------------- */
#footer a {
  text-decoration: none;
}

#footer .footer-head {
  background: #028306;
}

@media screen and (max-width: 767px) {
  #footer .footer-head .inner {
    padding: 0;
  }
}
#footer .footer-head .f-nav {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #footer .footer-head .f-nav {
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
#footer .footer-head .f-nav li {
  padding: 22px 0;
}

#footer .footer-head .f-nav li a {
  color: #fff;
  font-size: 1.4rem;
  display: inline-block;
  padding-left: 0;
}

@media screen and (max-width: 767px) {
  #footer .footer-head .f-nav li {
    width: 50%;
    font-size: 1.2rem;
    border-bottom: 1px solid #359c38;
    border-right: 1px solid #359c38;
    padding: 0;
  }
  #footer .footer-head .f-nav li:nth-of-type(even) {
    border-right: none;
  }
  #footer .footer-head .f-nav li span {
    font-size: 1.1rem;
  }
  #footer .footer-head .f-nav li a {
    display: block;
    padding: 15px 10px;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer-head .f-nav li::before {
    font-family: "Font Awesome 5 Free";
    content: "\f0da";
    font-weight: bold;
    padding-right: 5px;
    color: #fff;
  }
}
#footer .footer-foot {
  background: #535353;
}

#footer .footer-foot .inner {
  overflow: hidden;
  padding: 15px 10px;
}

@media screen and (min-width: 768px) {
  #footer .footer-foot .inner {
    padding: 15px 0;
    font-size: 1.2rem;
  }
}
#footer .footer-foot .link-list {
  overflow: hidden;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #footer .footer-foot .link-list {
    float: left;
    margin-bottom: 0;
  }
}
#footer .footer-foot .link-list li {
  display: inline-block;
  position: relative;
  padding-right: 12px;
  margin-right: 12px;
}

#footer .footer-foot .link-list li:not(:last-child)::after {
  content: "";
  width: 1px;
  height: 70%;
  position: absolute;
  top: 15%;
  right: 0;
  background: #fff;
}

#footer .footer-foot .link-list li a {
  color: #fff;
}

#footer .footer-foot .copyright {
  color: #fff;
}

@media screen and (max-width: 767px) {
  #footer .footer-foot .copyright {
    display: block;
    text-align: center;
    font-size: 1rem;
  }
}
@media screen and (min-width: 768px) {
  #footer .footer-foot .copyright {
    float: right;
  }
}
/* ie11 */
@media all and (-ms-high-contrast: none) {
  *::-ms-backdrop, #gheader #gnav ul li .label {
    padding: 6px 5px 2px;
  }
}
/* -----------------------------------------
    404
----------------------------------------- */
@media screen and (max-width: 767px) {
  #nf404 .sec {
    padding: 0;
  }
}
#nf404 .sec-inner {
  background: #f5f4f5;
  font-size: 1.3rem;
  padding: 80px 20px;
}

@media screen and (min-width: 768px) {
  #nf404 .sec-inner {
    font-size: 1.6rem;
    text-align: center;
    padding: 70px 0;
    margin-top: 80px;
    margin-bottom: 180px;
  }
}
#nf404 .sec-inner .nf-ttl {
  font-family: "Lato", sans-serif;
  font-size: 2rem;
  font-weight: bold;
  color: #028306;
  margin-bottom: 20px;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #nf404 .sec-inner .nf-ttl {
    font-size: 2.8rem;
  }
}
#nf404 .sec-inner .txt {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #nf404 .sec-inner .txt {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  #nf404 .sec-inner .link-type_001 {
    text-align: center;
  }
}
#nf404 .sec-inner .link-type_001 a {
  color: #028306;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  #nf404 .sec-inner .link-type_001 a {
    font-size: 1.6rem;
  }
}
/* -----------------------------------------
    form
----------------------------------------- */
.form-error label {
  display: block;
  color: red;
}

#top .mv .mv-inner {
  margin: 0 auto;
  text-align: center;
}

@media screen and (min-width: 768px) {
  #top .mv .mv-inner {
    min-width: 1110px;
  }
}
#top .mv .mv-inner img {
  width: 100%;
}

#top .mv .num_001 {
  position: relative;
}

#top .mv .num_001 .btn-base {
  position: absolute;
  top: 270px;
  left: 450px;
  font-size: 2.6rem;
  padding: 25px 65px 17px;
  min-width: inherit;
}

@media screen and (max-width: 767px) {
  #top .mv .num_001 .btn-base {
    line-height: 1.4;
    top: 55.33333%;
    left: 50%;
    width: 44%;
    padding: 15px 20px;
    font-size: 2rem;
  }
  #top .mv .num_001 .btn-base::after {
    right: 10px;
  }
}
#top #info {
  background: #e8f5e9;
}

#top #info .sec-inner {
  padding: 40px 0 20px;
}

#top #info .info-block {
  padding: 15px;
  border-radius: 4px;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #top #info .info-block {
    -js-display: flex;
    padding: 15px 20px;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
#top #info .info-block .ttl-info {
  color: #fff;
  font-weight: bold;
  font-size: 2rem;
  line-height: 1.4;
  margin-bottom: 10px;
}

#top #info .info-block .ttl-info span {
  font-size: 1.6rem;
  padding-right: 10px;
}

@media screen and (min-width: 768px) {
  #top #info .info-block .ttl-info {
    font-size: 3.2rem;
    width: 285px;
    margin-bottom: 0;
  }
  #top #info .info-block .ttl-info span {
    font-size: 2.4rem;
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #top #info .info-block .num-block {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 755px;
  }
}
#top #info .info-block .num-block dl {
  text-align: center;
  border-radius: 4px;
  overflow: hidden;
  line-height: 1.5;
}

@media screen and (max-width: 767px) {
  #top #info .info-block .num-block dl:first-of-type {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  #top #info .info-block .num-block dl {
    width: 370px;
  }
  #top #info .info-block .num-block dl:first-of-type {
    margin-right: 15px;
  }
}
#top #info .info-block .num-block dl dt {
  font-weight: bold;
  display: block;
  padding: 5px 0;
}

#top #info .info-block .num-block dl dd {
  font-size: 3rem;
  position: relative;
  font-weight: bold;
  background: #fff;
}

#top #info .info-block .num-block dl dd span {
  font-size: 1.4rem;
  position: absolute;
  right: 10px;
  bottom: 5px;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  #top #info .info-block .num-block dl dd {
    font-size: 4rem;
  }
  #top #info .info-block .num-block dl dd span {
    font-size: 2rem;
    position: absolute;
    right: 10px;
    bottom: 10px;
  }
}
#top #info .info-block .num-block ul {
  width: 100%;
  background: #fff;
  border-radius: 4px;
  padding: 10px;
  font-weight: bold;
  margin-top: 15px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #top #info .info-block .num-block ul li {
    float: left;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    position: relative;
    margin-right: 15px;
  }
  #top #info .info-block .num-block ul li:not(:last-child)::after {
    content: "";
    height: 100%;
    width: 1px;
    background: #333;
    position: absolute;
    right: 0;
    top: 0;
  }
}
@media screen and (max-width: 767px) {
  #top #info .info-block .num-block ul li {
    letter-spacing: -0.4em;
    width: 100%;
  }
}
#top #info .info-block .num-block ul li span {
  display: inline-block;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  #top #info .info-block .num-block ul li span {
    padding-right: 15px;
  }
}
@media screen and (max-width: 767px) {
  #top #info .info-block .num-block ul li span {
    letter-spacing: normal;
  }
  #top #info .info-block .num-block ul li span:nth-of-type(1) {
    min-width: 50px;
    width: 40%;
  }
  #top #info .info-block .num-block ul li span:nth-of-type(2) {
    min-width: 90px;
    width: 35%;
    text-align: right;
  }
  #top #info .info-block .num-block ul li span:nth-of-type(3) {
    min-width: 30px;
    width: 20%;
    text-align: right;
  }
}
#top #info .performance {
  background: #89cc3d;
}

#top #info .performance dt {
  color: #ff8a00;
  background: #ffe8cc;
}

#top #info .report {
  background: #6E7780;
}

#top #info .report dt {
  color: #009944;
  background: #E8F2D9;
}

#top #info .link-type_001 {
  text-align: right;
}

@media screen and (max-width: 767px) {
  #top #merit .list-block {
    margin-bottom: 25px;
  }
}
@media screen and (min-width: 768px) {
  #top #merit .list-block {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    width: 1000px;
    margin: 0 auto 60px;
  }
}
#top #merit .list-block li {
  border: 1px solid #028306;
  border-radius: 4px;
  overflow: hidden;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #top #merit .list-block li {
    width: 320px;
    margin-bottom: 0;
  }
  #top #merit .list-block li:nth-of-type(4) {
    margin-left: 160px;
    margin-top: 20px;
  }
  #top #merit .list-block li:nth-of-type(5) {
    margin-right: 160px;
    margin-top: 20px;
  }
}
#top #merit .list-block .ttl-merit {
  text-align: center;
  background: #028306;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  padding-bottom: 3px;
}

@media screen and (min-width: 768px) {
  #top #merit .list-block .ttl-merit {
    font-size: 1.8rem;
  }
}
#top #merit .list-block .ttl-merit span {
  display: block;
  color: #028306;
  background: #fff;
  font-size: 1.4rem;
  padding: 5px 0;
  line-height: 1;
  margin-bottom: 3px;
}

#top #merit .list-block .detail-block {
  text-align: center;
  padding: 15px;
}

@media screen and (max-width: 767px) {
  #top #merit .list-block .detail-block {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (max-width: 767px) {
  #top #merit .list-block .detail-block .img {
    width: 26.66667%;
  }
}
@media screen and (min-width: 768px) {
  #top #merit .list-block .detail-block .img {
    width: 90px;
    margin: 0 auto 10px;
  }
}
#top #merit .list-block .detail-block .txt {
  text-align: left;
}

@media screen and (max-width: 767px) {
  #top #merit .list-block .detail-block .txt {
    width: 73.33333%;
    padding-left: 15px;
  }
}
#top #merit .list-block .detail-block .txt span {
  color: #7bbf2e;
  display: block;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #top #merit .list-block .detail-block .txt span {
    text-align: center;
    font-size: 1.6rem;
  }
}
#top .point-block {
  background: url(../images/top/img_thumb.png) no-repeat left top;
}

@media screen and (max-width: 767px) {
  #top .point-block {
    background-size: 55px auto;
    padding-left: 65px;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  #top .point-block {
    background-size: 100px auto;
    min-height: 100px;
    padding: 5px 0 5px 110px;
    margin-bottom: 60px;
  }
}
#top .point-block .txt {
  border: 2px solid #ff8f00;
  font-weight: bold;
  padding: 10px;
  border-radius: 4px;
}

@media screen and (min-width: 768px) {
  #top .point-block .txt {
    font-size: 2.4rem;
    padding: 15px 10px;
    text-align: center;
  }
}
#top .point-block .txt span {
  font-size: 1.6rem;
  color: #028306;
}

@media screen and (min-width: 768px) {
  #top .point-block .txt span {
    font-size: 3.2rem;
  }
}
#top #market {
  background: #fafaf4;
}

#top #market .graph {
  text-align: center;
}

#top #market .graph .is-pc img {
  margin-bottom: 50px;
}

#top #market .graph .is-sp img {
  margin-bottom: 45px;
}

#top #m-enterprise .data-block_001 {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #top #m-enterprise .data-block_001 {
    margin-bottom: 50px;
  }
}
#top #m-enterprise .data-block_001 .txt {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #top #m-enterprise .data-block_001 .txt {
    font-size: 1.6rem;
  }
}
#top #m-enterprise .data-block_002 {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #top #m-enterprise .data-block_002 {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    margin-bottom: 50px;
  }
  #top #m-enterprise .data-block_002 .txt {
    width: 710px;
    padding-right: 55px;
  }
  #top #m-enterprise .data-block_002 .graph-block {
    width: 370px;
    text-align: right;
  }
}
#top #m-enterprise .data-block_002 .txt {
  font-size: 1.3rem;
  font-weight: bold;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #top #m-enterprise .data-block_002 .txt {
    font-size: 1.6rem;
  }
}
#top #join {
  background: #fafaf4;
}

#top #join .list-block li {
  margin-bottom: 45px;
  position: relative;
}

#top #join .list-block li:not(:last-child)::after {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -60px;
  left: 50%;
  margin-left: -25px;
  border-top: 25px solid #90a4ae;
  border-right: 25px solid transparent;
  border-bottom: 25px solid transparent;
  border-left: 25px solid transparent;
}

@media screen and (min-width: 768px) {
  #top #join .list-block li:not(:last-child)::after {
    bottom: -60px;
    left: 130px;
  }
}
#top #join .list-block li dl {
  border-radius: 4px;
  overflow: hidden;
}

@media screen and (min-width: 768px) {
  #top #join .list-block li dl {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
  }
}
@media screen and (min-width: 768px) {
  #top #join .list-block li dl dt, #top #join .list-block li dl dd {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 20px;
  }
}
#top #join .list-block li dl dt {
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
}

@media screen and (max-width: 767px) {
  #top #join .list-block li dl dt {
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    height: 60px;
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  #top #join .list-block li dl dt {
    font-size: 1.8rem;
    width: 260px;
  }
}
#top #join .list-block li dl dt span {
  display: inline-block;
}

#top #join .list-block li dl dt img {
  width: 35px;
  height: auto;
  vertical-align: middle;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  #top #join .list-block li dl dt img {
    width: 60px;
  }
}
#top #join .list-block li dl dd {
  background: #fff;
}

@media screen and (max-width: 767px) {
  #top #join .list-block li dl dd {
    padding: 10px 20px;
  }
}
@media screen and (min-width: 768px) {
  #top #join .list-block li dl dd {
    width: 820px;
    font-size: 1.6rem;
  }
}
#top #join .list-block li dl dd .notice {
  display: block;
  color: #ef5350;
  width: 100%;
}

#top #join .list-block li.list-item_001 dt {
  background: #028306;
}

#top #join .list-block li.list-item_002 dt {
  background: #89cc3d;
}

#top #join .list-block li.list-item_003 dt {
  background: #028306;
}

@media screen and (max-width: 767px) {
  #top #join .list-block li.list-item_003 dt {
    height: 70px;
  }
}
#top #join .list-block li.list-item_004 dt {
  background: #028306;
}

#top #join .list-block li.list-item_005 dt {
  background: #028306;
}

#top #join .list-block li.list-item_006 dt {
  background: #ef5350;
}

#top #news .list-block {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #top #news .list-block {
    margin-bottom: 30px;
  }
}
#top #news .list-block .list-item {
  position: relative;
  border-top: 1px solid #d5d5d5;
}

#top #news .list-block .list-item:last-child {
  border-bottom: 1px solid #d5d5d5;
}

#top #news .list-block .list-item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  color: #028306;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #top #news .list-block .list-item::before {
    right: 20px;
  }
}
#top #news .list-block .list-item a {
  display: block;
  color: #333;
  padding: 15px 15px 15px 10px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #top #news .list-block .list-item a {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    padding: 17px 0;
  }
}
#top #news .list-block .list-item .list-date {
  position: relative;
  color: #028306;
  padding-left: 20px;
}

#top #news .list-block .list-item .list-date::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #028306;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

@media screen and (min-width: 768px) {
  #top #news .list-block .list-item .list-date {
    width: 115px;
  }
}
#top #news .list-block .list-item .list-ttl {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  #top #news .list-block .list-item .list-ttl {
    width: 965px;
  }
}
#top #news .link-type_001 {
  text-align: center;
}

#top #news .link-type_001 a {
  color: #028306;
}

@media screen and (min-width: 768px) {
  #top #news .link-type_001 a {
    font-size: 1.6rem;
  }
}
/* ie11 */
@media all and (min-width: 769px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, #top .mv .num_001 .btn-base {
    padding: 30px 65px 12px;
  }
}
@media all and (max-width: 768px) and (-ms-high-contrast: none) {
  *::-ms-backdrop, #top .mv .num_001 .btn-base {
    padding: 20px 20px 7px;
  }
}
#about #aboutus .list-block li {
  counter-increment: num;
  font-weight: bold;
  font-size: 1.3rem;
  position: relative;
  padding-left: 25px;
  margin-bottom: 10px;
}

#about #aboutus .list-block li::before {
  content: counter(num) "．";
  position: absolute;
  top: 0;
  left: 0;
}

@media screen and (min-width: 768px) {
  #about #aboutus .list-block li {
    font-size: 1.6rem;
    margin-bottom: 15px;
  }
}
#about #aboutus .img {
  text-align: center;
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  #about #aboutus .img {
    padding-top: 40px;
  }
}
#about #reason {
  background: #fafaf4;
}

@media screen and (min-width: 768px) {
  #about #reason .list-block li {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
  }
}
#about #reason .list-block li:not(:last-child) {
  border-bottom: 1px solid #ddd;
  padding-bottom: 15px;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #about #reason .list-block li:not(:last-child) {
    padding-bottom: 20px;
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #about #reason .list-block li > .img {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #about #reason .list-block li > .img {
    width: 150px;
  }
}
@media screen and (min-width: 768px) {
  #about #reason .list-block li dl {
    padding-left: 25px;
    width: 930px;
  }
}
#about #reason .list-block li dl dt {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff8f00;
}

@media screen and (max-width: 767px) {
  #about #reason .list-block li dl dt {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  #about #reason .list-block li dl dt {
    font-size: 2.6rem;
  }
}
@media screen and (max-width: 767px) {
  #about #reason .list-block li dl dt .img {
    width: 22.38806%;
  }
}
@media screen and (min-width: 768px) {
  #about #reason .list-block li dl dt .img {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #about #reason .list-block li dl dt .txt {
    width: 77.61194%;
    padding-left: 20px;
  }
}
#about #reason .list-block li dl dd {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  #about #reason .list-block li dl dd {
    font-size: 1.6rem;
  }
}
#about #faq .faq-block {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #about #faq .faq-block {
    margin-bottom: 25px;
  }
}
#about #faq .faq-ttl {
  background: #028306;
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  padding: 10px 35px 10px 15px;
  margin-bottom: 3px;
  position: relative;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #about #faq .faq-ttl {
    font-size: 1.8rem;
    padding: 13px 45px 13px 20px;
    margin-bottom: 4px;
  }
}
#about #faq .faq-ttl::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  position: absolute;
  top: 50%;
  right: 15px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #about #faq .faq-ttl::after {
    right: 20px;
  }
}
#about #faq .faq-ttl.is-opened::after {
  content: "\f068";
}

#about #faq .list-block {
  display: none;
}

#about #faq .list-block dl dt {
  font-size: 1.3rem;
  padding: 10px 30px 10px 40px;
  margin-bottom: 3px;
  display: block;
  position: relative;
  background: #e8f5e9;
  cursor: pointer;
}

@media screen and (min-width: 768px) {
  #about #faq .list-block dl dt {
    font-size: 1.6rem;
    padding: 14px 45px 14px 55px;
    margin-bottom: 4px;
  }
}
#about #faq .list-block dl dt::before, #about #faq .list-block dl dt::after {
  font-weight: bold;
  position: absolute;
}

#about #faq .list-block dl dt::before {
  content: "Q．";
  font-family: "Lato", sans-serif;
  top: 10px;
  left: 15px;
  color: #028306;
}

@media screen and (min-width: 768px) {
  #about #faq .list-block dl dt::before {
    top: 13px;
    left: 20px;
  }
}
#about #faq .list-block dl dt::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 15px;
  color: #028306;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #about #faq .list-block dl dt::after {
    right: 20px;
  }
}
#about #faq .list-block dl dt.is-opened::after {
  content: "\f068";
}

#about #faq .list-block dl dd {
  display: none;
  font-size: 1.3rem;
  padding: 10px 15px 10px 40px;
  position: relative;
}

@media screen and (min-width: 768px) {
  #about #faq .list-block dl dd {
    font-size: 1.6rem;
    padding: 13px 25px 13px 55px;
  }
}
#about #faq .list-block dl dd::before {
  content: "A．";
  font-family: "Lato", sans-serif;
  position: absolute;
  top: 10px;
  left: 15px;
  color: #ff8f00;
}

@media screen and (min-width: 768px) {
  #about #faq .list-block dl dd::before {
    top: 13px;
    left: 20px;
  }
}
#about #faq .list-block dl dd .link-type_001 a {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  #about #faq .list-block dl dd .link-type_001 a {
    font-size: 1.6rem;
  }
}
#price #plan .lead {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff8f00;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #price #plan .lead {
    font-size: 2.4rem;
    line-height: 1.6;
    margin-bottom: 30px;
  }
}
#price #plan .price-list-pc {
  table-layout: fixed;
  width: 100%;
}

@media screen and (max-width: 767px) {
  #price #plan .price-list-pc {
    display: none;
  }
}
#price #plan .price-list-pc tr:first-of-type th {
  width: 38.42593%;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  padding: 5px;
  font-size: 1.6rem;
  border: 1px solid #ddd;
}

#price #plan .price-list-pc tr:first-of-type th:first-of-type {
  width: 23.14815%;
  background: #b5b5b5;
}

#price #plan .price-list-pc tr:first-of-type th:nth-of-type(2) {
  background: #66bb6a;
  border-bottom-width: 0;
}

#price #plan .price-list-pc tr:first-of-type th:last-of-type {
  background: #e96a6a;
  border-bottom-width: 0;
}

#price #plan .price-list-pc tr:nth-of-type(2) th {
  background: #ddd;
  font-size: 1.2rem;
  font-weight: bold;
  width: 19.62963%;
  color: #fff;
  border: 1px solid #ddd;
}

#price #plan .price-list-pc tr:nth-of-type(2) th:first-of-type {
  background: #66bb6a;
  border-top-width: 0;
}

#price #plan .price-list-pc tr:nth-of-type(2) th:nth-of-type(2) {
  background: #85c988;
  border-top: 1px dotted #ddd;
  border-left: 1px dotted #ddd;
}

#price #plan .price-list-pc tr:nth-of-type(2) th:nth-of-type(3) {
  background: #e96a6a;
  border-top-width: 0;
}

#price #plan .price-list-pc tr:nth-of-type(2) th:last-of-type {
  background: #ed8888;
  border-top: 1px dotted #ddd;
  border-left: 1px dotted #ddd;
}

#price #plan .price-list-pc tr td {
  text-align: right;
  padding: 3px 15px;
  font-weight: bold;
  border: 1px solid #ddd;
}

#price #plan .price-list-pc tr td:first-of-type {
  text-align: center;
}

#price #plan .price-list-pc tr td:nth-of-type(2) {
  background: #e8f5e9;
}

#price #plan .price-list-pc tr td:nth-of-type(4) {
  background: #ffebee;
}

#price #plan .price-list-pc tr:nth-of-type(10n) td {
  border-bottom-width: 2px;
}

#price #plan .price-list-sp {
  table-layout: fixed;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #price #plan .price-list-sp {
    display: none;
  }
}
#price #plan .price-list-sp tr:first-of-type th {
  width: 36.56716%;
  color: #fff;
  font-weight: bold;
  vertical-align: middle;
  padding: 5px;
  border: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  #price #plan .price-list-sp tr:first-of-type th {
    font-size: 1.6rem;
  }
}
#price #plan .price-list-sp tr:first-of-type th:first-of-type {
  width: 26.86567%;
  background: #b5b5b5;
}

#price #plan .price-list-sp tr:first-of-type th:nth-of-type(2) {
  background: #66bb6a;
}

#price #plan .price-list-sp tr:first-of-type th:last-of-type {
  background: #e96a6a;
}

#price #plan .price-list-sp tr:nth-of-type(2) th {
  background: #ddd;
  font-size: 1.2rem;
  font-weight: bold;
  width: 36.56716%;
  color: #fff;
  border: 1px solid #ddd;
  padding: 5px;
}

#price #plan .price-list-sp tr:nth-of-type(2) th:first-of-type {
  background: #85c988;
  border-top: 1px dotted #ddd;
}

#price #plan .price-list-sp tr:nth-of-type(2) th:last-of-type {
  background: #ed8888;
  border-top: 1px dotted #ddd;
}

#price #plan .price-list-sp tr td {
  text-align: center;
  font-weight: bold;
  vertical-align: middle;
  border: 1px solid #ddd;
}

#price #plan .price-list-sp tr td span {
  display: block;
  padding: 3px;
}

#price #plan .price-list-sp tr td:first-of-type {
  text-align: center;
}

#price #plan .price-list-sp tr td:nth-of-type(2) span:first-of-type {
  background: #e8f5e9;
}

#price #plan .price-list-sp tr td:nth-of-type(3) span:first-of-type {
  background: #ffebee;
}

#price #plan .price-list-txt {
  text-align: right;
  margin-bottom: 10px;
}

#price #plan .list-block li {
  font-size: 1.3rem;
  position: relative;
  padding-left: 15px;
}

@media screen and (min-width: 768px) {
  #price #plan .list-block li {
    font-size: 1.6rem;
    padding-left: 18px;
  }
}
#price #plan .list-block li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

#price #feature .point-block {
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #price #feature .point-block {
    margin-bottom: 45px;
  }
}
#price #feature .point-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #ff8f00;
  text-align: center;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #price #feature .point-ttl {
    font-size: 2.4rem;
    text-align: left;
  }
}
@media screen and (max-width: 767px) {
  #price #feature .point-ttl .img {
    display: block;
    margin-bottom: 10px;
  }
  #price #feature .point-ttl .img img {
    width: 100%;
  }
}
@media screen and (min-width: 768px) {
  #price #feature .point-ttl .img {
    display: inline-block;
    vertical-align: middle;
    margin-right: 10px;
  }
}
#price #feature .point-ttl .notice {
  font-size: 1.6rem;
}

@media screen and (min-width: 768px) {
  #price #feature .point-ttl .notice {
    font-size: 1.8rem;
  }
}
#option #followup .lead {
  font-size: 1.6rem;
  font-weight: bold;
  color: #ff8f00;
  text-align: center;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #option #followup .lead {
    font-size: 2.4rem;
    margin-bottom: 30px;
  }
}
@media screen and (min-width: 768px) {
  #option #followup .list-block {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
#option #followup .list-block li {
  background: #fafaf4;
}

@media screen and (max-width: 767px) {
  #option #followup .list-block li {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 15px;
  }
  #option #followup .list-block li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  #option #followup .list-block li {
    width: 258px;
    padding: 20px;
  }
}
@media screen and (max-width: 767px) {
  #option #followup .list-block li .img {
    width: 23.33333%;
  }
}
@media screen and (min-width: 768px) {
  #option #followup .list-block li .img {
    margin-bottom: 20px;
    text-align: center;
  }
  #option #followup .list-block li .img img {
    width: auto;
    height: 80px;
  }
}
@media screen and (max-width: 767px) {
  #option #followup .list-block li dl {
    width: 68.33333%;
  }
}
#option #followup .list-block li dl dt {
  color: #028306;
  font-weight: bold;
  font-size: 1.6rem;
  display: block;
  margin-bottom: 10px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  #option #followup .list-block li dl dt {
    font-size: 1.8rem;
    text-align: center;
    margin-bottom: 15px;
    letter-spacing: -0.5px;
  }
}
#option #followup .list-block li dl dd {
  line-height: 1.6;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  #option #followup .list-block li dl dd {
    font-size: 1.6rem;
  }
}
#option #followup .list-block li dl dd .notice {
  font-size: 1.1rem;
  display: block;
}

@media screen and (min-width: 768px) {
  #option #followup .list-block li dl dd .notice {
    font-size: 1.2rem;
  }
}
#option #followup .list-contact {
  margin: 25px auto;
  max-width: 600px;
  border: 2px solid #99C955;
  border-radius: 4px;
}

#option #followup .list-contact__main {
  padding: 15px;
}

#option #followup .list-contact__title {
  margin: -1px;
  padding: 3px;
  color: #FFF;
  font-size: 115%;
  font-weight: 600;
  text-align: center;
  background: #99C955;
}

#option #followup .list-contact__icon {
  margin: auto;
  margin-bottom: 6px;
  width: 30px;
  min-height: 21px;
}

#option #followup .list-contact__content {
  text-align: center;
}

#option #followup .list-contact__content a {
  color: #0015CE;
}

#option #followup .list-contact__content strong {
  font-size: 280%;
  font-weight: 600;
  line-height: 1.35;
}

#option #followup .list-contact__content strong a {
  color: #000;
}

#option #followup .list-contact__text {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #option #followup .list-contact {
    margin-top: 40px;
    margin-bottom: 40px;
    max-width: 780px;
    border-width: 3px;
  }
  #option #followup .list-contact__main {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    margin: auto;
    padding: 10px;
    width: 450px;
  }
  #option #followup .list-contact__block {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    padding: 10px 24px;
    width: 100%;
  }
  #option #followup .list-contact__title {
    font-size: 22px;
  }
  #option #followup .list-contact__icon {
    margin: unset;
    margin-bottom: unset;
    width: 50px;
    min-height: 35px;
  }
  #option #followup .list-contact__content {
    font-size: 14px;
    width: calc(100% - 50px);
  }
  #option #followup .list-contact__content strong {
    font-size: 40px;
  }
  #option #followup .list-contact__content a {
    font-size: 18px;
  }
  #option #followup .list-contact__text {
    display: inline;
  }
}
#option #subsidy > .sec-inner {
  padding-top: 0;
}

#option #subsidy .list-check-circle li {
  margin-bottom: 20px;
}

#option #subsidy .list-check-circle li:last-child {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #option #subsidy .list-check-circle li {
    margin-bottom: 25px;
  }
}
#option #subsidy .notice {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #option #subsidy .notice {
    font-size: 1.1rem;
    margin-bottom: 35px;
  }
}
#option #subsidy .lead {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #option #subsidy .lead {
    font-size: 1.6rem;
  }
}
#option #land > .sec-inner {
  padding-top: 0;
}

#option #land .list-check-circle li {
  margin-bottom: 20px;
}

#option #land .list-check-circle li:last-child {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #option #land .list-check-circle li {
    margin-bottom: 25px;
  }
}
#option #land .land-list {
  padding-left: 15px;
}

#option #land .land-list li {
  position: relative;
  padding-left: 15px;
}

#option #land .land-list li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

#option #land .land-list-notice {
  display: block;
  font-size: 1.1rem;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  #option #land .land-list-notice {
    font-size: 1.2rem;
    padding-top: 15px;
  }
}
#option #land .notice {
  margin-bottom: 50px;
}

@media screen and (max-width: 767px) {
  #option #land .notice {
    font-size: 1.1rem;
    margin-bottom: 35px;
  }
}
#top #important .list-block > li {
  background: #fafaf4;
}

@media screen and (max-width: 767px) {
  #top #important .list-block > li {
    padding: 15px;
  }
  #top #important .list-block > li:not(:last-child) {
    margin-bottom: 15px;
  }
}
@media screen and (min-width: 768px) {
  #top #important .list-block > li {
    padding: 20px;
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
  #top #important .list-block > li:not(:last-child) {
    margin-bottom: 20px;
  }
}
@media screen and (max-width: 767px) {
  #top #important .list-block > li .img {
    text-align: center;
    margin-bottom: 15px;
  }
  #top #important .list-block > li .img img {
    height: 120px;
  }
}
@media screen and (min-width: 768px) {
  #top #important .list-block > li .img {
    width: 165px;
  }
}
@media screen and (min-width: 768px) {
  #top #important .list-block > li dl {
    width: 835px;
  }
}
#top #important .list-block > li dl dt {
  color: #028306;
  line-height: 1.4;
  font-weight: bold;
  font-size: 1.8rem;
  display: block;
  margin-bottom: 10px;
}

@media screen and (min-width: 768px) {
  #top #important .list-block > li dl dt {
    font-size: 2.4rem;
    line-height: 1.2;
  }
}
#top #important .list-block > li dl dd {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  #top #important .list-block > li dl dd {
    font-size: 1.6rem;
  }
}
#top #important .list-block > li .list-check-circle li {
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  #top #important .list-block > li .list-check-circle li {
    font-size: 1.6rem;
  }
  #top #important .list-block > li .list-check-circle li::before {
    width: 17px;
    height: 17px;
  }
}
#top #important .list-block > li .notice {
  display: block;
  font-size: 1.1rem;
  padding-top: 10px;
}

@media screen and (min-width: 768px) {
  #top #important .list-block > li .notice {
    padding-top: 15px;
  }
}
#top .top-block > .sec-inner {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  #top .top-block > .sec-inner {
    padding-bottom: 20px;
  }
}
#top .top-block .lead {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #top .top-block .lead {
    font-size: 1.6rem;
  }
}
#top #target-org .data-list1 .data-list-inner {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

#top #target-org .data-list1 .data-list-inner ul {
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-left: 1px solid #ddd;
}

#top #target-org .data-list1 .data-list-inner ul li {
  width: 20%;
  font-size: 1.2rem;
  padding: 10px 20px;
  position: relative;
  border: 1px solid #ddd;
  border-left: none;
  border-bottom: none;
}

@media screen and (max-width: 767px) {
  #top #target-org .data-list1 .data-list-inner {
    display: none;
  }
}
#top #target-org .data-list1 .data-list-inner-sp {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
}

#top #target-org .data-list1 .data-list-inner-sp ul {
  display: -ms-flexbox;
  -js-display: flex;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-left: 1px solid #ddd;
}

#top #target-org .data-list1 .data-list-inner-sp ul li {
  width: 50%;
  font-size: 1.1rem;
  padding: 5px 10px;
  position: relative;
  border: 1px solid #ddd;
  border-left: none;
  margin-bottom: -1px;
}

#top #target-org .data-list1 .data-list-inner-sp ul li:first-of-type {
  width: 100%;
  background: #f6f6f6;
}

@media screen and (min-width: 768px) {
  #top #target-org .data-list1 .data-list-inner-sp {
    display: none;
  }
}
#top #target-org .data-list2 .data-list-inner dl {
  margin-bottom: 5px;
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top #target-org .data-list2 .data-list-inner dl dt {
  width: 100%;
}

#top #target-org .data-list2 .data-list-inner dl dd {
  font-size: 1.1rem;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #ddd;
  margin-top: -1px;
  margin-right: -1px;
}

@media screen and (max-width: 767px) {
  #top #target-org .data-list2 .data-list-inner dl dd {
    width: 50%;
  }
  #top #target-org .data-list2 .data-list-inner dl dd:nth-of-type(4n-1) {
    background: #f6f6f6;
  }
  #top #target-org .data-list2 .data-list-inner dl dd:nth-of-type(4n) {
    background: #f6f6f6;
  }
}
@media screen and (min-width: 768px) {
  #top #target-org .data-list2 .data-list-inner dl dd {
    font-size: 1.2rem;
    width: 25%;
  }
  #top #target-org .data-list2 .data-list-inner dl dd:nth-of-type(4n+1) {
    border-left: 1px solid #ddd;
  }
  #top #target-org .data-list2 .data-list-inner dl dd:nth-of-type(8n-3) {
    background: #f6f6f6;
  }
  #top #target-org .data-list2 .data-list-inner dl dd:nth-of-type(8n-2) {
    background: #f6f6f6;
  }
  #top #target-org .data-list2 .data-list-inner dl dd:nth-of-type(8n-1) {
    background: #f6f6f6;
  }
  #top #target-org .data-list2 .data-list-inner dl dd:nth-of-type(8n) {
    background: #f6f6f6;
  }
}
#top #target-org .data-list3 .notice {
  color: #ef5350;
  padding: 5px 0;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  #top #target-org .data-list3 .notice {
    font-size: 1.4rem;
    padding: 20px 0 15px;
  }
}
#top #target-org .data-list3 .data-list-inner dl {
  -js-display: flex;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top #target-org .data-list3 .data-list-inner dl dt {
  width: 100%;
}

#top #target-org .data-list3 .data-list-inner dl dd {
  font-size: 1.2rem;
  width: 10%;
  padding: 8px 10px;
  border: 1px solid #ddd;
  margin-top: -1px;
  margin-right: -1px;
  text-align: center;
}

#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(10n+1) {
  border-left: 1px solid #ddd;
}

#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-9) {
  background: #f6f6f6;
}

#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-8) {
  background: #f6f6f6;
}

#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-7) {
  background: #f6f6f6;
}

#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-6) {
  background: #f6f6f6;
}

#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-5) {
  background: #f6f6f6;
}

#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-4) {
  background: #f6f6f6;
}

#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-3) {
  background: #f6f6f6;
}

#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-2) {
  background: #f6f6f6;
}

#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n-1) {
  background: #f6f6f6;
}

#top #target-org .data-list3 .data-list-inner dl dd:nth-of-type(20n) {
  background: #f6f6f6;
}

@media screen and (max-width: 767px) {
  #top #target-org .data-list3 .data-list-inner {
    display: none;
  }
}
#top #target-org .data-list3 .data-list-inner-sp dl {
  -js-display: flex;
  margin-bottom: 5px;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

#top #target-org .data-list3 .data-list-inner-sp dl dt {
  width: 100%;
}

#top #target-org .data-list3 .data-list-inner-sp dl dd {
  font-size: 1.1rem;
  padding-top: 8px;
  padding-bottom: 8px;
  border: 1px solid #ddd;
  margin-top: -1px;
  margin-right: -1px;
  text-align: center;
  width: 50%;
}

#top #target-org .data-list3 .data-list-inner-sp dl dd:nth-of-type(4n-1) {
  background: #f6f6f6;
}

#top #target-org .data-list3 .data-list-inner-sp dl dd:nth-of-type(4n) {
  background: #f6f6f6;
}

@media screen and (min-width: 768px) {
  #top #target-org .data-list3 .data-list-inner-sp {
    display: none;
  }
}
#top #target-org .data-list4 .data-list-inner {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

#top #target-org .data-list4 .data-list-inner ul {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-left: 1px solid #ddd;
}

#top #target-org .data-list4 .data-list-inner ul li {
  width: 20%;
  font-size: 1.2rem;
  padding: 10px 20px;
  position: relative;
  border: 1px solid #ddd;
  border-left: none;
  border-bottom: none;
}

#top #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n-4) {
  background: #f6f6f6;
}

#top #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n-3) {
  background: #f6f6f6;
}

#top #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n-2) {
  background: #f6f6f6;
}

#top #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n-1) {
  background: #f6f6f6;
}

#top #target-org .data-list4 .data-list-inner ul li:nth-of-type(10n) {
  background: #f6f6f6;
}

@media screen and (max-width: 767px) {
  #top #target-org .data-list4 .data-list-inner {
    display: none;
  }
}
#top #target-org .data-list4 .data-list-inner-sp {
  margin-bottom: 10px;
  border-bottom: 1px solid #ddd;
  text-align: center;
}

#top #target-org .data-list4 .data-list-inner-sp ul {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  width: 100%;
  border-left: 1px solid #ddd;
}

#top #target-org .data-list4 .data-list-inner-sp ul li {
  width: 50%;
  font-size: 1.1rem;
  padding: 5px 10px;
  position: relative;
  border: 1px solid #ddd;
  border-left: none;
  margin-bottom: -1px;
}

#top #target-org .data-list4 .data-list-inner-sp ul li:nth-of-type(4n - 4) {
  background: #f6f6f6;
}

#top #target-org .data-list4 .data-list-inner-sp ul li:nth-of-type(4n-1) {
  background: #f6f6f6;
}

@media screen and (min-width: 768px) {
  #top #target-org .data-list4 .data-list-inner-sp {
    display: none;
  }
}
#top #target-org .txt {
  padding: 5px 0;
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  #top #target-org .txt {
    font-size: 1.4rem;
    padding: 20px 0 0;
  }
}
#order_sample .page-ttl span {
  font-size: 1.2rem;
  display: inline-block;
  background: #fff;
  color: #028306;
  padding: 3px 10px;
  margin-bottom: 10px;
  border-radius: 12px;
  letter-spacing: 1px;
  -webkit-box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 0px 4px 0px 0px rgba(0, 0, 0, 0.2);
}

@media screen and (min-width: 768px) {
  #order_sample .page-ttl span {
    font-size: 1.6rem;
    padding: 5px 40px;
    margin-bottom: 15px;
    border-radius: 15px;
  }
}
#order_sample .tf-lead-block .sec-inner {
  padding-bottom: 0;
}

#order_sample .tf-lead-block .list-check-circle li {
  font-weight: bold;
  font-size: 1.5rem;
}

@media screen and (min-width: 768px) {
  #order_sample .tf-lead-block .list-check-circle li {
    font-size: 2rem;
  }
}
#order_sample .tf-lead-block .txt {
  font-size: 1.3rem;
  padding: 15px 0 30px;
}

@media screen and (min-width: 768px) {
  #order_sample .tf-lead-block .txt {
    font-size: 1.8rem;
  }
}
#order_sample #tf-select .sec-inner {
  background: #fafaf4;
  font-size: 1.3rem;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  #order_sample #tf-select .sec-inner {
    font-size: 1.8rem;
    padding: 30px 40px;
  }
}
#order_sample #tf-select .list-block {
  padding: 10px 0 20px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  #order_sample #tf-select .list-block {
    padding: 15px 0 25px;
  }
}
#order_sample #tf-select .list-block li {
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  #order_sample #tf-select .list-block li:not(:last-child) {
    margin-bottom: 10px;
  }
}
@media screen and (min-width: 768px) {
  #order_sample #tf-select .list-block li {
    display: inline-block;
    margin-right: 30px;
  }
}
#order_sample #tf-select .select-category {
  padding-top: 10px;
}

#order_sample #tf-select .select-category .select-parts {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #ddd;
  color: #333;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #order_sample #tf-select .select-category .select-parts {
    width: 400px;
  }
}
#order_sample #tf-select .select-category .select-parts::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #858585;
}

#order_sample #tf-select .select-category .select-parts select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  position: relative;
}

#order_sample #tf-select .select-category .select-parts select::-ms-expand {
  display: none;
}

#order_sample #tf-input .sec-inner {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  #order_sample #tf-input .sec-inner {
    padding-top: 40px;
  }
}
#order_sample #tf-input .tab-block .tab-box {
  display: none;
}

#order_sample #tf-input .tab-block .tab-box.is-current {
  display: block;
}

#order_sample #tf-input .lead {
  font-size: 1.3rem;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #order_sample #tf-input .lead {
    font-size: 1.6rem;
    margin-bottom: 35px;
  }
}
#order_sample #tf-input dl {
  border: 1px dotted #ddd;
}

#order_sample #tf-input dl:not(:last-of-type) {
  border-bottom: none;
}

#order_sample #tf-input dl:last-of-type {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #order_sample #tf-input dl {
    display: table;
    border: 1px solid #ddd;
    width: 100%;
  }
  #order_sample #tf-input dl:not(:last-of-type) {
    border-bottom: none;
  }
  #order_sample #tf-input dl:last-of-type {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  #order_sample #tf-input dl dt, #order_sample #tf-input dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
  }
}
#order_sample #tf-input dl dt {
  background: #fafaf4;
  font-weight: bold;
  position: relative;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #order_sample #tf-input dl dt {
    display: block;
    padding: 10px 50px 10px 15px;
    border-bottom: 1px dotted #ddd;
  }
}
@media screen and (min-width: 768px) {
  #order_sample #tf-input dl dt {
    width: 280px;
    font-size: 1.6rem;
  }
}
#order_sample #tf-input dl dt.required:after {
  content: "必須";
  display: inline-block;
  padding: 2px 7px;
  font-size: 1rem;
  background: #e8563d;
  line-height: 18px;
  color: #fff;
  position: absolute;
  height: 18px;
  right: 15px;
}

@media screen and (max-width: 767px) {
  #order_sample #tf-input dl dt.required:after {
    font-size: 1rem;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  #order_sample #tf-input dl dt.required:after {
    font-size: 1.2rem;
    right: 20px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  #order_sample #tf-input dl dd {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 768px) {
  #order_sample #tf-input dl dd {
    width: 780px;
  }
}
#order_sample #tf-input dl dd p:not(:last-of-type) {
  padding-bottom: 10px;
}

#order_sample #tf-input .btn-block {
  margin-bottom: 50px;
}

@media screen and (min-width: 768px) {
  #order_sample #tf-input .btn-block {
    margin-bottom: 90px;
  }
}
#order_sample #tf-input .btn-submit {
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.2;
  display: inline-block;
  border-radius: 4px;
  background: #028306;
  text-align: center;
  margin: 0 auto;
  padding: 15px 10px;
  letter-spacing: 1px;
  color: #fff;
  margin: 0 auto;
  min-width: 59.70149%;
}

@media screen and (min-width: 768px) {
  #order_sample #tf-input .btn-submit {
    font-size: 1.8rem;
    padding: 18px;
    min-width: 260px;
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
  }
  #order_sample #tf-input .btn-submit:hover {
    opacity: 0.7;
  }
}
#order_sample #tf-input .txt-block {
  background: #fff9f1;
  color: #ff8f00;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 15px 20px;
}

@media screen and (min-width: 768px) {
  #order_sample #tf-input .txt-block {
    text-align: center;
    font-size: 2.4rem;
    padding: 40px 50px;
  }
}
#order_sample #tf-input label {
  display: inline-block;
  margin-bottom: 5px;
}

#order_sample #tf-input label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: -9999px;
}

#order_sample #tf-input label .radio-parts {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}

#order_sample #tf-input label .radio-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

#order_sample #tf-input label input:checked + .radio-parts::before {
  background: #028306;
}

#order_sample #tf-input label input:checked + .radio-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
}

#order_sample #tf-input label + input {
  margin-bottom: 5px;
}

#trial .page-trial-ttl {
  background: url(../images/common/pat_stripe_001.png) repeat center top;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #trial .page-trial-ttl {
    padding: 25px 20px;
    background-size: 62px auto;
  }
}
@media screen and (min-width: 768px) {
  #trial .page-trial-ttl {
    padding: 40px 0;
    margin-top: 15px;
  }
}
#trial .page-trial-ttl h1 {
  background: #fff;
  color: #e8563d;
  font-weight: bold;
  font-size: 1.6rem;
  padding: 5px 10px;
  line-height: 1.4;
  border-radius: 27px;
  position: relative;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #trial .page-trial-ttl h1 {
    font-size: 2.4rem;
    display: inline-block;
    padding: 15px 60px;
    line-height: 1;
  }
}
#trial .page-trial-ttl h1::before {
  content: "";
  width: 0;
  height: 0;
  position: absolute;
  bottom: -28px;
  left: 0;
  right: 0;
  margin: 0 auto;
  border: 15px solid transparent;
  border-top: 20px solid #fff;
}

@media screen and (max-width: 767px) {
  #trial .page-trial-ttl h1::before {
    bottom: -25px;
  }
}
#trial .page-trial-ttl .lead {
  font-weight: bold;
  font-size: 1.4rem;
  color: #fff;
  text-align: left;
}

#trial .page-trial-ttl .lead span {
  color: #ffea38;
}

@media screen and (min-width: 768px) {
  #trial .page-trial-ttl .lead {
    text-align: center;
    font-size: 1.8rem;
  }
  #trial .page-trial-ttl .lead span {
    font-size: 2.4rem;
  }
}
#trial #apply-flow .flow-block {
  margin-top: 15px;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #trial #apply-flow .flow-block {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    margin-top: 35px;
    margin-bottom: 30px;
  }
}
#trial #apply-flow .flow-block .box {
  position: relative;
}

@media screen and (min-width: 768px) {
  #trial #apply-flow .flow-block .box {
    width: 235px;
    text-align: center;
  }
  #trial #apply-flow .flow-block .box:last-of-type {
    width: 225px;
  }
}
#trial #apply-flow .flow-block .box .box-inner {
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  background: #89cc3d;
  color: #fff;
  border-radius: 4px;
}

#trial #apply-flow .flow-block .box .box-inner::after {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #028306;
  position: absolute;
}

@media screen and (max-width: 767px) {
  #trial #apply-flow .flow-block .box .box-inner {
    padding: 13px 20px;
    margin-bottom: 27px;
  }
  #trial #apply-flow .flow-block .box .box-inner::after {
    content: "\f0d7";
    bottom: -36px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  #trial #apply-flow .flow-block .box .box-inner {
    padding: 25px 10px;
  }
  #trial #apply-flow .flow-block .box .box-inner::after {
    content: "\f0da";
    top: 50%;
    right: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.8rem;
  }
}
@media screen and (max-width: 767px) {
  #trial #apply-flow .flow-block .box .box-inner .img {
    width: 45px;
    text-align: center;
  }
  #trial #apply-flow .flow-block .box .box-inner .img img {
    height: 40px;
  }
}
@media screen and (min-width: 768px) {
  #trial #apply-flow .flow-block .box .box-inner .img {
    width: 100%;
    margin-bottom: 10px;
  }
  #trial #apply-flow .flow-block .box .box-inner .img img {
    height: 50px;
  }
}
#trial #apply-flow .flow-block .box .box-inner dl {
  line-height: 1.2;
}

@media screen and (max-width: 767px) {
  #trial #apply-flow .flow-block .box .box-inner dl {
    padding-left: 30px;
  }
}
@media screen and (min-width: 768px) {
  #trial #apply-flow .flow-block .box .box-inner dl {
    width: 100%;
  }
}
#trial #apply-flow .flow-block .box .box-inner dl dt {
  font-weight: bold;
  font-size: 1.6rem;
  padding-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #trial #apply-flow .flow-block .box .box-inner dl dt {
    font-size: 2rem;
    padding-bottom: 10px;
  }
}
#trial #apply-flow .flow-block .box .box-inner dl dd {
  font-weight: bold;
  font-size: 1.4rem;
}

@media screen and (min-width: 768px) {
  #trial #apply-flow .flow-block .box .box-inner dl dd {
    font-size: 1.6rem;
  }
}
#trial #apply-flow .flow-block .box:nth-of-type(3) .box-inner::after {
  display: none;
}

@media screen and (max-width: 767px) {
  #trial #apply-flow .flow-block .box:last-of-type {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
#trial #apply-flow .flow-block .box:last-of-type .box-inner {
  position: relative;
}

#trial #apply-flow .flow-block .box:last-of-type .box-inner::before {
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  color: #028306;
  position: absolute;
}

@media screen and (max-width: 767px) {
  #trial #apply-flow .flow-block .box:last-of-type .box-inner::before {
    content: "\f0d7";
    top: -36px;
    right: 0;
    left: 0;
    text-align: center;
    font-size: 2.8rem;
  }
}
@media screen and (min-width: 768px) {
  #trial #apply-flow .flow-block .box:last-of-type .box-inner::before {
    content: "\f0da";
    top: 50%;
    left: -30px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    font-size: 2.8rem;
  }
}
#trial #apply-flow .flow-block .box:last-of-type .box-inner::after {
  display: none;
}

@media screen and (max-width: 767px) {
  #trial #apply-flow .flow-block .box:last-of-type .box-inner {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    width: 47.76119%;
    padding: 13px 5px;
    margin-bottom: 0;
  }
  #trial #apply-flow .flow-block .box:last-of-type .box-inner:last-of-type {
    background: #f7bd42;
  }
  #trial #apply-flow .flow-block .box:last-of-type .box-inner:last-of-type::before {
    color: #f7bd42;
  }
}
@media screen and (min-width: 768px) {
  #trial #apply-flow .flow-block .box:last-of-type .box-inner {
    padding: 7px;
  }
  #trial #apply-flow .flow-block .box:last-of-type .box-inner:last-of-type {
    margin-top: 10px;
    background: #f7bd42;
  }
  #trial #apply-flow .flow-block .box:last-of-type .box-inner:last-of-type::before {
    color: #f7bd42;
  }
}
@media screen and (max-width: 767px) {
  #trial #apply-flow .flow-block .box:last-of-type .box-inner dl {
    padding-left: 0px;
    text-align: center;
    width: 100%;
  }
}
#trial #apply-flow .list-block li {
  padding-left: 15px;
  position: relative;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  #trial #apply-flow .list-block li {
    font-size: 1.4rem;
  }
}
#trial #apply-flow .list-block li::before {
  content: "・";
  position: absolute;
  top: 0;
  left: 0;
}

#trial #trial-registration .sec-inner {
  padding-top: 0;
}

#trial #trial-registration .lead {
  font-size: 1.3rem;
  text-align: center;
  margin-bottom: 25px;
}

@media screen and (min-width: 768px) {
  #trial #trial-registration .lead {
    font-size: 1.6rem;
  }
}
#trial #trial-registration .img {
  text-align: center;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #trial #trial-registration .img {
    margin-bottom: 35px;
  }
}
#trial #trial-registration .form-type-2col dl {
  border: 1px dotted #ddd;
}

#trial #trial-registration .form-type-2col dl:not(:last-of-type) {
  border-bottom: none;
}

#trial #trial-registration .form-type-2col dl:last-of-type {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #trial #trial-registration .form-type-2col dl {
    display: table;
    border: 1px solid #ddd;
    width: 100%;
  }
  #trial #trial-registration .form-type-2col dl:not(:last-of-type) {
    border-bottom: none;
  }
  #trial #trial-registration .form-type-2col dl:last-of-type {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  #trial #trial-registration .form-type-2col dl dt, #trial #trial-registration .form-type-2col dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
  }
}
#trial #trial-registration .form-type-2col dl dt {
  background: #e8f5e9;
  font-weight: bold;
  position: relative;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #trial #trial-registration .form-type-2col dl dt {
    display: block;
    padding: 10px 50px 10px 15px;
    border-bottom: 1px dotted #ddd;
  }
}
@media screen and (min-width: 768px) {
  #trial #trial-registration .form-type-2col dl dt {
    width: 280px;
    font-size: 1.6rem;
  }
}
#trial #trial-registration .form-type-2col dl dt.required:after {
  content: "必須";
  display: inline-block;
  padding: 2px 7px;
  font-size: 1rem;
  background: #e8563d;
  line-height: 18px;
  color: #fff;
  position: absolute;
  height: 18px;
  right: 15px;
}

@media screen and (max-width: 767px) {
  #trial #trial-registration .form-type-2col dl dt.required:after {
    font-size: 1rem;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  #trial #trial-registration .form-type-2col dl dt.required:after {
    font-size: 1.2rem;
    right: 20px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  #trial #trial-registration .form-type-2col dl dd {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 768px) {
  #trial #trial-registration .form-type-2col dl dd {
    width: 780px;
  }
}
#trial #trial-registration .form-type-2col dl dd p:not(:last-of-type) {
  padding-bottom: 10px;
}

#trial #trial-registration .form-type-2col dl dd .txt {
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  #trial #trial-registration .form-type-2col dl dd .txt {
    font-size: 1.2rem;
  }
}
#trial #trial-registration .form-type-2col .zip-box li {
  display: inline-block;
  font-size: 1.3rem;
}

#trial #trial-registration .form-type-2col .zip-box li:nth-of-type(2) {
  width: 80px;
}

#trial #trial-registration .form-type-2col .zip-box li:last-of-type {
  width: 100px;
  margin-left: 24px;
  position: relative;
}

#trial #trial-registration .form-type-2col .zip-box li:last-of-type::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #trial #trial-registration .form-type-2col .zip-box li:first-of-type {
    display: block;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  #trial #trial-registration .form-type-2col .zip-box li:first-of-type {
    font-size: 1.6rem;
    padding-right: 10px;
  }
}
#trial #trial-registration .form-type-2col .zip-box li input {
  text-align: center;
}

#trial #trial-registration .form-type-2col .zip-box + .txt {
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  #trial #trial-registration .form-type-2col .zip-box + .txt {
    padding-bottom: 10px;
  }
}
#trial #trial-registration .form-type-2col .num-box li {
  display: inline-block;
  width: 70px;
  position: relative;
}

@media screen and (min-width: 768px) {
  #trial #trial-registration .form-type-2col .num-box li {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  #trial #trial-registration .form-type-2col .num-box li input[type=text] {
    padding: 7px 10px;
  }
}
#trial #trial-registration .form-type-2col .num-box li:not(:first-of-type) {
  margin-left: 24px;
}

#trial #trial-registration .form-type-2col .num-box li:not(:first-of-type)::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: -18px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  #trial #trial-registration .form-type-2col .num-box li:not(:first-of-type) {
    margin-left: 15px;
  }
  #trial #trial-registration .form-type-2col .num-box li:not(:first-of-type)::before {
    left: -13px;
  }
}
#trial #trial-registration .form-type-full {
  border: 1px solid #ddd;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #trial #trial-registration .form-type-full {
    margin-bottom: 40px;
  }
}
#trial #trial-registration .form-type-full .form-ttl {
  background: #e8f5e9;
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  #trial #trial-registration .form-type-full .form-ttl {
    display: block;
    padding: 10px 50px 10px 15px;
    border-bottom: 1px dotted #ddd;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #trial #trial-registration .form-type-full .form-ttl {
    font-size: 1.6rem;
    padding: 15px 20px;
  }
}
#trial #trial-registration .form-type-full .form-ttl.required:after {
  content: "必須";
  display: inline-block;
  padding: 2px 7px;
  font-size: 1rem;
  background: #e8563d;
  line-height: 18px;
  color: #fff;
  position: absolute;
  height: 18px;
  right: 15px;
}

@media screen and (max-width: 767px) {
  #trial #trial-registration .form-type-full .form-ttl.required:after {
    font-size: 1rem;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  #trial #trial-registration .form-type-full .form-ttl.required:after {
    font-size: 1.2rem;
    right: 20px;
    margin-top: 4px;
  }
}
#trial #trial-registration .form-type-full-inner {
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  #trial #trial-registration .form-type-full-inner {
    padding: 20px;
  }
}
#trial #trial-registration .pref-select .form-type-full-inner {
  padding: 0;
}

@media screen and (min-width: 768px) {
  #trial #trial-registration .pref-select .form-type-full-inner {
    padding: 0 20px;
  }
}
@media screen and (max-width: 767px) {
  #trial #trial-registration .pref-select dl dt {
    border-bottom: 1px dotted #fff;
  }
  #trial #trial-registration .pref-select dl:last-of-type dt {
    border-bottom: none;
  }
}
@media screen and (min-width: 768px) {
  #trial #trial-registration .pref-select dl {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    padding: 10px 0;
    font-size: 1.4rem;
  }
  #trial #trial-registration .pref-select dl:not(:last-of-type) {
    border-bottom: 1px dotted #ddd;
  }
}
@media screen and (max-width: 767px) {
  #trial #trial-registration .pref-select dl dt {
    background: #ddd;
    padding: 10px 15px;
    position: relative;
  }
  #trial #trial-registration .pref-select dl dt .is-sp {
    display: block;
    position: absolute;
    width: 40px;
    height: 100%;
    top: 50%;
    right: 0;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #trial #trial-registration .pref-select dl dt .is-sp::after {
    font-family: "Font Awesome 5 Free";
    content: "\f067";
    font-weight: bold;
    font-size: 1.3rem;
    color: #fff;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  #trial #trial-registration .pref-select dl dt.is-opened .is-sp::after {
    content: "\f068";
  }
}
@media screen and (min-width: 768px) {
  #trial #trial-registration .pref-select dl dt {
    width: 170px;
    color: #028306;
  }
  #trial #trial-registration .pref-select dl dt .is-sp {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  #trial #trial-registration .pref-select dl dd {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #trial #trial-registration .pref-select dl dd {
    display: block !important;
  }
}
@media screen and (max-width: 767px) {
  #trial #trial-registration .pref-select dl .pref-list {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #trial #trial-registration .pref-select dl .pref-list {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #trial #trial-registration .pref-select dl .pref-list li {
    width: 50%;
    padding: 10px 15px;
    border-bottom: 1px dotted #ddd;
  }
}
@media screen and (min-width: 768px) {
  #trial #trial-registration .pref-select dl .pref-list li {
    position: relative;
    margin-right: 5px;
  }
}
#trial #trial-registration .pref-select dl .pref-list.hokkaido li:last-of-type, #trial #trial-registration .pref-select dl .pref-list.tokai li:last-of-type, #trial #trial-registration .pref-select dl .pref-list.chugoku li:last-of-type {
  border-bottom: none;
}

#trial #trial-registration .pref-select dl label {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #trial #trial-registration .pref-select dl label {
    cursor: pointer;
  }
}
#trial #trial-registration .pref-select dl label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: -9999px;
}

#trial #trial-registration .pref-select dl label .check-parts {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

#trial #trial-registration .pref-select dl label .check-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}

@media screen and (max-width: 767px) {
  #trial #trial-registration .pref-select dl label .check-parts:before {
    background: #fff;
  }
}
#trial #trial-registration .pref-select dl label input:checked + .check-parts::before {
  background: #028306;
  border: 1px solid #028306;
}

#trial #trial-registration .pref-select dl label input:checked + .check-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

#trial #trial-registration .main-select .main-list {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (max-width: 767px) {
  #trial #trial-registration .main-select .main-list {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (min-width: 768px) {
  #trial #trial-registration .main-select .main-list {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
@media screen and (max-width: 767px) {
  #trial #trial-registration .main-select .main-list li {
    width: 50%;
    padding: 10px 15px;
    border-bottom: 1px dotted #ddd;
  }
}
@media screen and (min-width: 768px) {
  #trial #trial-registration .main-select .main-list li {
    position: relative;
    margin-right: 5px;
  }
}
#trial #trial-registration .main-select .main-list li:last-of-type {
  border-bottom: none;
}

#trial #trial-registration .main-select label {
  display: inline-block;
}

@media screen and (min-width: 768px) {
  #trial #trial-registration .main-select label {
    cursor: pointer;
  }
}
#trial #trial-registration .main-select label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: -9999px;
}

#trial #trial-registration .main-select label .check-parts {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

#trial #trial-registration .main-select label .check-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}

@media screen and (max-width: 767px) {
  #trial #trial-registration .main-select label .check-parts:before {
    background: #fff;
  }
}
#trial #trial-registration .main-select label input:checked + .check-parts::before {
  background: #028306;
  border: 1px solid #028306;
}

#trial #trial-registration .main-select label input:checked + .check-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

#trial #trial-registration textarea {
  width: 100%;
  height: 60px;
}

@media screen and (min-width: 768px) {
  #trial #trial-registration textarea {
    height: 120px;
  }
}
#trial #trial-registration .list-block {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}

@media screen and (min-width: 768px) {
  #trial #trial-registration .list-block li {
    margin-right: 20px;
  }
}
#trial #trial-registration .list-block label {
  display: inline-block;
}

#trial #trial-registration .list-block label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: -9999px;
}

#trial #trial-registration .list-block label .radio-parts {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
  line-height: 1;
  margin-bottom: 10px;
  font-weight: bold;
}

#trial #trial-registration .list-block label .radio-parts::before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

#trial #trial-registration .list-block label input:checked + .radio-parts::before {
  background: #028306;
}

#trial #trial-registration .list-block label input:checked + .radio-parts::after {
  content: "";
  display: block;
  position: absolute;
  top: 4px;
  left: 5px;
  width: 7px;
  height: 7px;
  background: #fff;
  border-radius: 50%;
}

#trial #trial-registration .privacy-txt {
  text-align: center;
  font-size: 1.3rem;
  padding-top: 10px;
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #trial #trial-registration .privacy-txt {
    padding-top: 20px;
    margin-bottom: 40px;
    font-size: 1.6rem;
  }
}
#trial #trial-registration .btn-confirm {
  display: inline-block;
  background: #ff8f00;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  padding: 10px 45px;
  border-radius: 4px;
  margin: 0 auto;
  min-width: 59.70149%;
}

@media screen and (min-width: 768px) {
  #trial #trial-registration .btn-confirm {
    font-size: 1.8rem;
    padding: 15px 55px;
    min-width: 260px;
  }
  #trial #trial-registration .btn-confirm:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
    cursor: pointer;
  }
}
#contact #info .sec-inner {
  padding-top: 25px;
}

@media screen and (min-width: 768px) {
  #contact #info .sec-inner {
    padding-top: 30px;
  }
}
#contact #info .contact-ttl {
  color: #ff8f00;
  background: #fff9f1;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  #contact #info .contact-ttl {
    font-size: 1.6rem;
    padding: 17px;
  }
}
#contact #info .info-list-block {
  border-bottom: 1px solid #ddd;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #contact #info .info-list-block {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    height: 102px;
    margin-bottom: 20px;
  }
}
#contact #info .info-list-block li {
  position: relative;
}

@media screen and (max-width: 767px) {
  #contact #info .info-list-block li {
    padding: 15px 10px;
  }
  #contact #info .info-list-block li:not(:last-of-type) {
    border-bottom: 1px dotted #ddd;
  }
  #contact #info .info-list-block li:last-of-type dl dd {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #contact #info .info-list-block li {
    padding: 30px 0 30px 40px;
  }
  #contact #info .info-list-block li:first-of-type {
    width: 280px;
  }
  #contact #info .info-list-block li:nth-of-type(2) {
    width: 285px;
  }
  #contact #info .info-list-block li:last-of-type {
    width: 515px;
  }
  #contact #info .info-list-block li:not(:last-of-type)::after {
    content: "";
    height: 60%;
    width: 1px;
    border-right: 1px dotted #ddd;
    position: absolute;
    right: 0;
    top: 20%;
  }
}
#contact #info .info-list-block li dl {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

#contact #info .info-list-block li dl dt {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #contact #info .info-list-block li dl dt {
    min-width: 70px;
    text-align: center;
  }
}
#contact #info .info-list-block li dl dt span {
  display: inline-block;
  color: #ff8f00;
  border: 1px solid #ff8f00;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 8px 15px;
}

@media screen and (min-width: 768px) {
  #contact #info .info-list-block li dl dt span {
    font-size: 1.6rem;
    padding: 6px 10px;
  }
}
#contact #info .info-list-block li dl dd {
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 20px;
  word-wrap: break-word;
  word-break: break-all;
}

#contact #info .info-list-block li dl dd .txt {
  display: block;
  padding-top: 3px;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#contact #info .notice {
  font-size: 1.2rem;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  #contact #info .notice {
    font-size: 1.4rem;
    margin-bottom: 50px;
  }
}
#contact #info .form-block dl {
  border: 1px dotted #ddd;
}

#contact #info .form-block dl:not(:last-of-type) {
  border-bottom: none;
}

#contact #info .form-block dl:last-of-type {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #contact #info .form-block dl {
    display: table;
    border: 1px solid #ddd;
    width: 100%;
  }
  #contact #info .form-block dl:not(:last-of-type) {
    border-bottom: none;
  }
  #contact #info .form-block dl:last-of-type {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  #contact #info .form-block dl dt, #contact #info .form-block dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
  }
}
#contact #info .form-block dl dt {
  background: #e8f5e9;
  font-weight: bold;
  position: relative;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #contact #info .form-block dl dt {
    display: block;
    padding: 10px 50px 10px 15px;
    border-bottom: 1px dotted #ddd;
  }
}
@media screen and (min-width: 768px) {
  #contact #info .form-block dl dt {
    width: 280px;
    font-size: 1.6rem;
  }
}
#contact #info .form-block dl dt.required:after {
  content: "必須";
  display: inline-block;
  padding: 2px 7px;
  font-size: 1rem;
  background: #e8563d;
  line-height: 18px;
  color: #fff;
  position: absolute;
  height: 18px;
  right: 15px;
}

@media screen and (max-width: 767px) {
  #contact #info .form-block dl dt.required:after {
    font-size: 1rem;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  #contact #info .form-block dl dt.required:after {
    font-size: 1.2rem;
    right: 20px;
    margin-top: 4px;
  }
}
@media screen and (max-width: 767px) {
  #contact #info .form-block dl dd {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 768px) {
  #contact #info .form-block dl dd {
    width: 780px;
  }
}
#contact #info .form-block dl dd p:not(:last-of-type) {
  padding-bottom: 10px;
}

#contact #info .form-block dl dd .txt {
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  #contact #info .form-block dl dd .txt {
    font-size: 1.2rem;
  }
}
#contact #info .form-block dl dd textarea {
  height: 60px;
}

@media screen and (min-width: 768px) {
  #contact #info .form-block dl dd textarea {
    height: 70px;
  }
}
#contact #info .form-block .btn-confirm {
  display: inline-block;
  background: #028306;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  padding: 10px 45px;
  border-radius: 4px;
  margin: 0 auto;
  min-width: 59.70149%;
}

@media screen and (min-width: 768px) {
  #contact #info .form-block .btn-confirm {
    font-size: 1.8rem;
    padding: 15px 55px;
    min-width: 260px;
  }
  #contact #info .form-block .btn-confirm:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
    cursor: pointer;
  }
}
#contact #info .form-block .btn-back {
  display: inline-block;
  background: #858585;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  padding: 10px 45px;
  border-radius: 4px;
  min-width: 59.70149%;
}

@media screen and (max-width: 767px) {
  #contact #info .form-block .btn-back {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) {
  #contact #info .form-block .btn-back {
    font-size: 1.8rem;
    padding: 15px 55px;
    min-width: 260px;
  }
  #contact #info .form-block .btn-back:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
    cursor: pointer;
  }
}
#contact #info .form-block .btn-submit {
  display: inline-block;
  background: #028306;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  padding: 10px 45px;
  border-radius: 4px;
  margin: 0 auto;
  min-width: 59.70149%;
}

@media screen and (min-width: 768px) {
  #contact #info .form-block .btn-submit {
    font-size: 1.8rem;
    padding: 15px 55px;
    min-width: 260px;
  }
  #contact #info .form-block .btn-submit:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  #contact #info .form-block .btn-block button {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #contact #info .form-block .btn-block button:nth-of-type(2) {
    margin-left: 40px;
  }
}
#contact #info .form-block .select-parts {
  position: relative;
  overflow: hidden;
  display: inline-block;
  background-color: #ffffff;
  border: 1px solid #ddd;
  color: #333;
  width: 100%;
}

@media screen and (min-width: 768px) {
  #contact #info .form-block .select-parts {
    width: 400px;
  }
}
#contact #info .form-block .select-parts::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0d7";
  font-weight: bold;
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #858585;
}

#contact #info .form-block .select-parts select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 100%;
  background: transparent;
  position: relative;
  border: none;
}

#contact #info .form-block .select-parts select::-ms-expand {
  display: none;
}

#contact #download .sec-inner {
  padding-top: 0;
}

#contact #download .lead {
  font-size: 1.3rem;
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #contact #download .lead {
    font-size: 1.6rem;
  }
}
#contact #download .download-block .download-ttl {
  font-size: 1.3rem;
  color: #028306;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #contact #download .download-block .download-ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
#contact #download .download-block dl {
  display: table;
  border: 1px dotted #ddd;
  border: 1px solid #ddd;
  width: 100%;
}

#contact #download .download-block dl:not(:last-of-type) {
  border-bottom: none;
}

#contact #download .download-block dl:last-of-type {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #contact #download .download-block dl:last-of-type {
    margin-bottom: 40px;
  }
}
#contact #download .download-block dl dt, #contact #download .download-block dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

#contact #download .download-block.operation-guide-by-purpose dl dt, #contact #download .download-block.operation-guide-by-purpose dl dd {
  display: table-cell;
  vertical-align: middle;
  padding-top: 7px;
  padding-bottom: 7px;
}

#contact #download .download-block dl dt {
  font-weight: bold;
  position: relative;
}

@media screen and (max-width: 767px) {
  #contact #download .download-block dl dt {
    padding: 10px;
    width: 64.1791%;
  }
}
@media screen and (min-width: 768px) {
  #contact #download .download-block dl dt {
    padding: 10px;
    width: 820px;
  }
}
#contact #download .download-block dl dt span {
  display: block;
}

#contact #download .download-block dl dt span.txt {
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (min-width: 768px) {
  #contact #download .download-block dl dt span.txt {
    font-size: 1.6rem;
  }
}
#contact #download .download-block dl dd {
  position: relative;
  background: #e8f5e9;
  text-align: center;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  #contact #download .download-block dl dd {
    padding: 10px 15px;
    width: 35.8209%;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #contact #download .download-block dl dd {
    width: 240px;
    font-size: 1.6rem;
  }
}
#contact #download .download-block dl dd a {
  display: block;
  text-decoration: none;
  color: #028306;
}

#contact #download .download-block dl dd span {
  display: block;
}

#contact #download .adobe-block {
  padding: 10px;
  font-size: 1.3rem;
  background: #f6f6f6;
}

@media screen and (min-width: 768px) {
  #contact #download .adobe-block {
    padding: 20px;
    font-size: 1.6rem;
  }
}
#contact #download .adobe-block dl {
  display: table;
  width: 100%;
}

#contact #download .adobe-block dl dt, #contact #download .adobe-block dl dd {
  display: table-cell;
  vertical-align: middle;
}

#contact #download .adobe-block dl dt {
  font-weight: bold;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contact #download .adobe-block dl dt {
    padding: 10px 0;
    width: 35.8209%;
  }
  #contact #download .adobe-block dl dt img {
    max-width: 75%;
  }
}
@media screen and (min-width: 768px) {
  #contact #download .adobe-block dl dt {
    padding: 10px;
    width: 240px;
  }
  #contact #download .adobe-block dl dt img {
    max-width: 180px;
  }
}
#contact #download .adobe-block dl dd {
  position: relative;
}

@media screen and (max-width: 767px) {
  #contact #download .adobe-block dl dd {
    padding: 10px 15px;
    width: 64.1791%;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #contact #download .adobe-block dl dd {
    width: 820px;
    font-size: 1.6rem;
  }
}
#complete .sec-inner {
  background: #e8f5e9;
  font-size: 1.3rem;
  padding: 20px;
  margin-bottom: 80px;
}

@media screen and (min-width: 768px) {
  #complete .sec-inner {
    font-size: 1.6rem;
    text-align: center;
    padding: 60px 0;
    margin-bottom: 180px;
  }
}
#complete .txt {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #complete .txt {
    margin-bottom: 45px;
  }
}
@media screen and (max-width: 767px) {
  #complete .link-type_001 {
    text-align: center;
  }
}
#complete .link-type_001 a {
  color: #028306;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  #complete .link-type_001 a {
    font-size: 1.6rem;
  }
}
#whatsnew .cat-select .sec-inner {
  padding: 0;
}

@media screen and (min-width: 768px) {
  #whatsnew .cat-select .sec-inner {
    padding-top: 10px;
  }
}
#whatsnew .cat-select select {
  border: 1px solid #028306;
  color: #028306;
  background: #fff;
}

@media screen and (min-width: 768px) {
  #whatsnew .cat-select select {
    min-width: 200px;
    width: auto;
  }
}
#whatsnew #news .sec-inner {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  #whatsnew #news .sec-inner {
    padding-top: 40px;
  }
}
#whatsnew #news .list-block {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #whatsnew #news .list-block {
    margin-bottom: 30px;
  }
}
#whatsnew #news .list-block .list-item {
  position: relative;
  border-top: 1px solid #d5d5d5;
}

#whatsnew #news .list-block .list-item:last-child {
  border-bottom: 1px solid #d5d5d5;
}

#whatsnew #news .list-block .list-item::before {
  font-family: "Font Awesome 5 Free";
  content: "\f0da";
  font-weight: bold;
  color: #028306;
  position: absolute;
  top: 50%;
  right: 0;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  #whatsnew #news .list-block .list-item::before {
    right: 20px;
  }
}
#whatsnew #news .list-block .list-item a {
  display: block;
  color: #333;
  padding: 15px 15px 15px 10px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #whatsnew #news .list-block .list-item a {
    display: -ms-flexbox;
    -js-display: flex;
    display: -webkit-box;
    display: flex;
    padding: 17px 0;
  }
}
#whatsnew #news .list-block .list-item .list-date {
  position: relative;
  color: #028306;
  padding-left: 20px;
}

#whatsnew #news .list-block .list-item .list-date::before {
  content: "";
  width: 10px;
  height: 1px;
  background: #028306;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -1px;
}

@media screen and (min-width: 768px) {
  #whatsnew #news .list-block .list-item .list-date {
    width: 115px;
  }
}
#whatsnew #news .list-block .list-item .list-ttl {
  text-decoration: underline;
}

@media screen and (min-width: 768px) {
  #whatsnew #news .list-block .list-item .list-ttl {
    width: 965px;
  }
}
#whatsnew #news .pager-block {
  margin: 0 auto;
  text-align: center;
}

#whatsnew #news .pager-block .pager {
  font-size: 0;
}

#whatsnew #news .pager-block .pager li {
  display: inline-block;
  min-width: 40px;
  font-size: 1.4rem;
}

#whatsnew #news .pager-block .pager li:not(:last-of-type) {
  margin-right: 10px;
}

@media screen and (min-width: 768px) {
  #whatsnew #news .pager-block .pager li:not(:last-of-type) {
    margin-right: 15px;
  }
}
#whatsnew #news .pager-block .pager li:last-of-type {
  margin-left: 10px;
  position: relative;
}

#whatsnew #news .pager-block .pager li:last-of-type::before {
  content: "…";
  position: absolute;
  top: 50%;
  left: -17px;
  -webkit-transform: translateY(-40%);
  transform: translateY(-40%);
  color: #028306;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #whatsnew #news .pager-block .pager li:last-of-type {
    margin-left: 15px;
  }
  #whatsnew #news .pager-block .pager li:last-of-type::before {
    left: -22px;
  }
}
#whatsnew #news .pager-block .pager li a {
  display: inline-block;
  min-width: 35px;
  line-height: 35px;
  min-height: 35px;
  border-radius: 4px;
  color: #028306;
  text-decoration: none;
  background: #fff;
  border: 1px solid #028306;
  font-family: "Lato", sans-serif;
  font-size: 1.2rem;
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #whatsnew #news .pager-block .pager li a {
    font-size: 1.4rem;
    min-width: 40px;
    line-height: 40px;
    min-height: 40px;
  }
}
#whatsnew #news .pager-block .pager li.is-current a {
  background: #028306;
  color: #fff;
}

#whatsnew-article .news-block .sec-inner {
  padding-top: 0;
}

#whatsnew-article .news-ttl {
  font-size: 1.8rem;
  font-weight: bold;
  color: #028306;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  #whatsnew-article .news-ttl {
    font-size: 2.4rem;
    margin-bottom: 50px;
  }
}
#whatsnew-article .news-ttl .date {
  font-size: 1.2rem;
  font-weight: normal;
  display: block;
}

@media screen and (min-width: 768px) {
  #whatsnew-article .news-ttl .date {
    font-size: 1.4rem;
  }
}
#whatsnew-article .news-inner {
  font-size: 1.3rem;
  margin-bottom: 40px;
}

@media screen and (min-width: 768px) {
  #whatsnew-article .news-inner {
    font-size: 1.6rem;
    margin-bottom: 40px;
  }
}
#whatsnew-article .news-inner p {
  margin-bottom: 20px;
}

@media screen and (min-width: 768px) {
  #whatsnew-article .news-inner p {
    margin-bottom: 30px;
  }
}
#whatsnew-article .news-inner .info-block {
  background: #fafaf4;
  padding: 20px;
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  #whatsnew-article .news-inner .info-block {
    padding: 30px;
    margin-bottom: 60px;
  }
}
#whatsnew-article .news-inner .info-block p {
  margin-bottom: 0;
}

#whatsnew-article .news-inner .info-block .txt-cf {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  #whatsnew-article .news-inner .info-block .txt-cf {
    font-size: 1.4rem;
  }
}
#whatsnew-article .btn-back {
  border: 1px solid #028306;
  color: #028306;
  border-radius: 4px;
  font-size: 1.3rem;
  font-weight: bold;
  line-height: 1.2;
  padding: 12px 40px;
  min-width: 160px;
  text-decoration: none;
}

@media screen and (min-width: 768px) {
  #whatsnew-article .btn-back {
    font-size: 1.6rem;
  }
}
.mt-0 {
  margin-top: 0 !important;
}

.mt-25 {
  margin-top: 0.25rem !important;
}

.mt-50 {
  margin-top: 0.5rem !important;
}

.mt-75 {
  margin-top: 0.75rem !important;
}

.mb-25 {
  margin-bottom: 0.25rem !important;
}

.mb-50 {
  margin-bottom: 0.5rem !important;
}

.mb-75 {
  margin-bottom: 0.75rem !important;
}

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

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

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

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

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

.mb-0 {
  margin-bottom: 0 !important;
}

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

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

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

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

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

.my-0 {
  margin-top: 0 !important;
  margin-bottom: 0 !important;
}

.my-1 {
  margin-top: 10px !important;
  margin-bottom: 10px !important;
}

.my-2 {
  margin-top: 20px !important;
  margin-bottom: 20px !important;
}

.my-3 {
  margin-top: 30px !important;
  margin-bottom: 30px !important;
}

.my-4 {
  margin-top: 40px !important;
  margin-bottom: 40px !important;
}

.my-5 {
  margin-top: 50px !important;
  margin-bottom: 50px !important;
}

img.img-full {
  width: 100%;
}

.h2-ttl {
  font-size: 2.4rem;
  font-weight: bold;
  text-align: center;
}

.text-underline {
  text-decoration: underline;
}

.text-black {
  color: #000;
}

.text-dark {
  color: #333;
}

.text-warn {
  color: #FF0000;
}

.text-warn a {
  color: inherit;
}

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

.dl-info {
  margin-bottom: 1.5rem;
}

.dl-info dt {
  color: #09780B;
  font-size: 2rem;
}

.text-large {
  font-size: 2rem;
}

#login-remainder .form-block .sec-inner {
  padding-top: 30px;
}

#login-remainder .form-block dl {
  border: 1px dotted #ddd;
}

#login-remainder .form-block dl:last-of-type {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #login-remainder .form-block dl {
    display: table;
    border: 1px solid #ddd;
    width: 100%;
  }
  #login-remainder .form-block dl:last-of-type {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  #login-remainder .form-block dl dt, #login-remainder .form-block dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 20px;
  }
}
#login-remainder .form-block dl dt {
  background: #e8f5e9;
  font-weight: bold;
  position: relative;
  font-size: 1.4rem;
}

@media screen and (max-width: 767px) {
  #login-remainder .form-block dl dt {
    display: block;
    padding: 10px 50px 10px 15px;
    border-bottom: 1px dotted #ddd;
  }
}
@media screen and (min-width: 768px) {
  #login-remainder .form-block dl dt {
    width: 280px;
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 767px) {
  #login-remainder .form-block dl dd {
    padding: 20px 15px;
  }
}
@media screen and (min-width: 768px) {
  #login-remainder .form-block dl dd {
    width: 780px;
  }
}
#login-remainder .form-block .btn-confirm {
  display: inline-block;
  background: #028306;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  padding: 10px 45px;
  border-radius: 4px;
  margin: 0 auto;
  min-width: 59.70149%;
}

@media screen and (min-width: 768px) {
  #login-remainder .form-block .btn-confirm {
    font-size: 1.8rem;
    padding: 15px 55px;
    min-width: 260px;
  }
  #login-remainder .form-block .btn-confirm:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
    cursor: pointer;
  }
}
@media screen and (max-width: 767px) {
  #login-remainder .form-block .btn-block button {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  #login-remainder .form-block .btn-block button:nth-of-type(2) {
    margin-left: 40px;
  }
}
#login-error .sec-inner {
  padding-top: 30px;
}

@media screen and (min-width: 768px) {
  #login-error .sec-inner {
    padding-top: 50px;
  }
}
@media screen and (min-width: 768px) {
  #login-error .ttl-type_002.sub {
    margin-bottom: 20px;
  }
}
#login-error .box {
  margin-bottom: 35px;
}

@media screen and (min-width: 768px) {
  #login-error .box {
    margin-bottom: 50px;
  }
}
#login-error .contact-ttl {
  color: #028306;
  background: #e8f5e9;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  #login-error .contact-ttl {
    font-size: 1.6rem;
    padding: 17px;
  }
}
#login-error .info-list-block {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #login-error .info-list-block {
    /* -js-display: flex; */
    /* display: -webkit-flex; */
    /* display: -ms-flexbox;
    display: flex; */
    display: block;
    text-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
  }
}
#login-error .info-list-block li {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #login-error .info-list-block li {
    padding: 15px 10px;
    border-bottom: 1px dotted #ddd;
  }
  #login-error .info-list-block li:last-of-type dl dd {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #login-error .info-list-block li {
    padding: 30px 0 30px 40px;
  }
  #login-error .info-list-block li:first-of-type {
    width: 280px;
  }
  #login-error .info-list-block li:nth-of-type(2) {
    width: 285px;
  }
  #login-error .info-list-block li:last-of-type {
    width: 515px;
  }
  #login-error .info-list-block li:not(:last-of-type)::after {
    content: "";
    height: 60%;
    width: 1px;
    border-right: 1px dotted #ddd;
    position: absolute;
    right: 0;
    top: 20%;
  }
}
#login-error .info-list-block li dl {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

#login-error .info-list-block li dl dt {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #login-error .info-list-block li dl dt {
    min-width: 70px;
    text-align: center;
  }
}
#login-error .info-list-block li dl dt span {
  display: inline-block;
  color: #028306;
  border: 1px solid #028306;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 8px 15px;
}

@media screen and (min-width: 768px) {
  #login-error .info-list-block li dl dt span {
    font-size: 1.6rem;
    padding: 6px 10px;
  }
}
#login-error .info-list-block li dl dd {
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 20px;
  word-wrap: break-word;
  word-break: break-all;
}

#login-error .info-list-block li dl dd .txt {
  display: block;
  padding-top: 3px;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#login-error .btn-block {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 5px;
}

@media screen and (min-width: 768px) {
  #login-error .btn-block {
    padding-bottom: 30px;
  }
}
#rulebook .sec .sec-inner {
  padding-top: 0;
}

@media screen and (min-width: 768px) {
  #rulebook .sec .cmn-box-inner {
    margin-bottom: 30px;
  }
}
#rulebook .sec .cmn-box-inner .txt {
  margin-bottom: 5px;
}

#rulebook .sec .enforce {
  font-size: 1.2rem;
}

@media screen and (min-width: 768px) {
  #rulebook .sec .enforce {
    font-size: 1.6rem;
    text-align: right;
  }
}
#summary .sec .sec-inner {
  padding-top: 0;
}

#summary .sec .cmn-box-inner .txt {
  margin-bottom: 5px;
}

#summary .sec .cmn-box-inner .list-num {
  margin-bottom: 10px;
}

#summary .sec .info-block dl {
  border: 1px dotted #ddd;
}

#summary .sec .info-block dl:not(:last-of-type) {
  border-bottom: none;
}

#summary .sec .info-block dl:last-of-type {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #summary .sec .info-block dl {
    display: table;
    border: 1px solid #ddd;
    width: 100%;
  }
  #summary .sec .info-block dl:not(:last-of-type) {
    border-bottom: none;
  }
  #summary .sec .info-block dl:last-of-type {
    margin-bottom: 40px;
  }
}
@media screen and (min-width: 768px) {
  #summary .sec .info-block dl dt, #summary .sec .info-block dl dd {
    display: table-cell;
    vertical-align: middle;
    padding: 13px 20px;
  }
}
#summary .sec .info-block dl dt {
  background: #e8f5e9;
  position: relative;
}

@media screen and (max-width: 767px) {
  #summary .sec .info-block dl dt {
    display: block;
    padding: 10px 50px 10px 15px;
    border-bottom: 1px dotted #ddd;
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #summary .sec .info-block dl dt {
    width: 240px;
    font-size: 1.6rem;
  }
}
#summary .sec .info-block dl dd {
  position: relative;
}

@media screen and (max-width: 767px) {
  #summary .sec .info-block dl dd {
    padding: 10px 15px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #summary .sec .info-block dl dd {
    width: 820px;
    font-size: 1.6rem;
  }
}
#summary .sec .info-block .btn-map {
  color: #028306;
  border: 1px solid #028306;
  display: inline-block;
  position: relative;
  text-decoration: none;
  line-height: 1;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  padding: 5px 8px 5px 20px;
}

@media screen and (max-width: 767px) {
  #summary .sec .info-block .btn-map {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #summary .sec .info-block .btn-map {
    width: 120px;
    font-size: 1.6rem;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 9px 10px 9px 30px;
  }
}
#summary .sec .info-block .btn-map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #summary .sec .info-block .btn-map::before {
    left: 10px;
  }
}
#summary .sec .info-block .map-block {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #summary .sec .info-block .map-block {
    margin-top: 20px;
  }
}
#summary .sec .info-block .map-block iframe {
  width: 100%;
  height: 150px;
}

@media screen and (min-width: 768px) {
  #summary .sec .info-block .map-block iframe {
    height: 400px;
  }
}
#partner .sec .sec-inner {
  padding-top: 20px;
}

@media screen and (min-width: 768px) {
  #partner .sec .sec-inner {
    padding-top: 30px;
  }
}
#partner .sec .cmn-box-inner .txt {
  margin-bottom: 5px;
}

#partner .sec .cmn-box-inner .list-num {
  margin-bottom: 10px;
}

#partner .sec .partner-block .partner-ttl {
  font-size: 1.2rem;
  color: #028306;
  font-weight: bold;
  margin-bottom: 5px;
}

@media screen and (min-width: 768px) {
  #partner .sec .partner-block .partner-ttl {
    font-size: 1.6rem;
    margin-bottom: 10px;
  }
}
#partner .sec .partner-block dl {
  display: table;
  border: 1px dotted #ddd;
  border: 1px solid #ddd;
  width: 100%;
}

#partner .sec .partner-block dl:not(:last-of-type) {
  border-bottom: none;
}

#partner .sec .partner-block dl:last-of-type {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  #partner .sec .partner-block dl:last-of-type {
    margin-bottom: 40px;
  }
}
#partner .sec .partner-block dl dt, #partner .sec .partner-block dl dd {
  display: table-cell;
  vertical-align: middle;
  padding: 20px;
}

#partner .sec .partner-block dl dt {
  background: #e8f5e9;
  font-weight: bold;
  position: relative;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #partner .sec .partner-block dl dt {
    padding: 10px 0;
    width: 35.8209%;
  }
  #partner .sec .partner-block dl dt img {
    max-width: 75%;
  }
}
@media screen and (min-width: 768px) {
  #partner .sec .partner-block dl dt {
    padding: 10px;
    width: 240px;
  }
  #partner .sec .partner-block dl dt img {
    max-width: 180px;
  }
}
#partner .sec .partner-block dl dd {
  position: relative;
}

@media screen and (max-width: 767px) {
  #partner .sec .partner-block dl dd {
    padding: 10px 15px;
    width: 64.1791%;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  #partner .sec .partner-block dl dd {
    width: 820px;
    font-size: 1.6rem;
  }
}
#partner .sec .partner-block .btn-map {
  color: #028306;
  border: 1px solid #028306;
  display: inline-block;
  position: relative;
  text-decoration: none;
  line-height: 1;
  border-radius: 4px;
  font-family: "Lato", sans-serif;
  padding: 5px 8px 5px 20px;
}

@media screen and (max-width: 767px) {
  #partner .sec .partner-block .btn-map {
    font-size: 1.4rem;
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #partner .sec .partner-block .btn-map {
    width: 120px;
    font-size: 1.6rem;
    position: absolute;
    top: 20px;
    right: 20px;
    padding: 9px 10px 9px 30px;
  }
}
#partner .sec .partner-block .btn-map::before {
  font-family: "Font Awesome 5 Free";
  content: "\f3c5";
  position: absolute;
  left: 6px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  font-weight: bold;
}

@media screen and (min-width: 768px) {
  #partner .sec .partner-block .btn-map::before {
    left: 10px;
  }
}
#partner .sec .partner-block .map-block {
  margin-top: 15px;
}

@media screen and (min-width: 768px) {
  #partner .sec .partner-block .map-block {
    margin-top: 30px;
  }
}
#partner .sec .partner-block .map-block iframe {
  width: 100%;
  height: 150px;
}

@media screen and (min-width: 768px) {
  #partner .sec .partner-block .map-block iframe {
    height: 400px;
  }
}
#partner .sec .contact-ttl {
  color: #028306;
  background: #e8f5e9;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  border-top: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  padding: 15px;
}

@media screen and (min-width: 768px) {
  #partner .sec .contact-ttl {
    font-size: 1.6rem;
    padding: 17px;
  }
}
#partner .sec .info-list-block {
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #partner .sec .info-list-block {
    /* -js-display: flex;
     display: -webkit-flex;
     display: -ms-flexbox;
     display: flex; */
    display: block;
    text-align: center;
    -ms-flex-align: center;
    -webkit-box-align: center;
            align-items: center;
    margin-bottom: 20px;
    border-bottom: 1px solid #ddd;
    height: 102px;
  }
}
#partner .sec .info-list-block li {
  position: relative;
  display: inline-block;
}

@media screen and (max-width: 767px) {
  #partner .sec .info-list-block li {
    padding: 15px 10px;
    border-bottom: 1px dotted #ddd;
  }
  #partner .sec .info-list-block li:last-of-type dl dd {
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #partner .sec .info-list-block li {
    padding: 30px 0 30px 40px;
  }
  #partner .sec .info-list-block li:first-of-type {
    width: 280px;
  }
  #partner .sec .info-list-block li:nth-of-type(2) {
    width: 285px;
  }
  #partner .sec .info-list-block li:last-of-type {
    width: 515px;
  }
  #partner .sec .info-list-block li:not(:last-of-type)::after {
    content: "";
    height: 60%;
    width: 1px;
    border-right: 1px dotted #ddd;
    position: absolute;
    right: 0;
    top: 20%;
  }
}
#partner .sec .info-list-block li dl {
  -js-display: flex;
  display: -ms-flexbox;
  display: -webkit-box;
  display: flex;
  -ms-flex-align: center;
  -webkit-box-align: center;
          align-items: center;
  position: relative;
}

#partner .sec .info-list-block li dl dt {
  line-height: 1.6;
}

@media screen and (max-width: 767px) {
  #partner .sec .info-list-block li dl dt {
    min-width: 70px;
    text-align: center;
  }
}
#partner .sec .info-list-block li dl dt span {
  display: inline-block;
  color: #028306;
  border: 1px solid #028306;
  line-height: 1;
  font-family: "Lato", sans-serif;
  font-size: 1.3rem;
  font-weight: bold;
  padding: 8px 15px;
}

@media screen and (min-width: 768px) {
  #partner .sec .info-list-block li dl dt span {
    font-size: 1.6rem;
    padding: 6px 10px;
  }
}
#partner .sec .info-list-block li dl dd {
  font-size: 2rem;
  font-family: "Lato", sans-serif;
  font-weight: bold;
  line-height: 1.2;
  padding-left: 20px;
  word-wrap: break-word;
  word-break: break-all;
}

#partner .sec .info-list-block li dl dd .txt {
  display: block;
  padding-top: 3px;
  font-size: 1.2rem;
  font-weight: normal;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
}

#partner .sec .btn-block {
  border-bottom: 1px solid #ddd;
  padding-bottom: 20px;
  padding-top: 5px;
}

@media screen and (min-width: 768px) {
  #partner .sec .btn-block {
    padding-bottom: 30px;
  }
}
#whycat .sec .sec-inner {
  padding-top: 0;
}

#top .sec-inner-category {
  text-align: center;
  /* margin: 30px 0; */
}

#top .img-block {
  text-align: center;
  margin: 30px 0;
}

#top .sec-inner .category-link {
  /* display: inline-block; */
  text-align: center;
  margin: 0 auto;
  /* margin: 30px 0; */
  /* -js-display: flex;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  position: relative; */
}

#whycat .img-block li:not(:last-of-type) {
  margin-bottom: 20px;
}

#whysearch .sec .sec-inner {
  padding-top: 0;
}

/* #whysearch .img-block {
  text-align: center;
  margin: 30px 0;
} */
#whysearch .img-block li:not(:last-of-type) {
  margin-bottom: 20px;
}

/* ----------------------------------
	tobita add
------------------------------------- */
.form-block .btn-back {
  display: inline-block;
  background: #858585;
  font-weight: bold;
  font-size: 1.6rem;
  color: #fff;
  padding: 10px 45px;
  border-radius: 4px;
  min-width: 59.70149%;
}

@media screen and (max-width: 767px) {
  .form-block .btn-back {
    margin: 0 auto 20px;
  }
}
@media screen and (min-width: 768px) {
  .form-block .btn-back {
    font-size: 1.8rem;
    padding: 15px 55px;
    min-width: 260px;
  }
  .form-block .btn-back:hover {
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
    cursor: pointer;
  }
}
.none-display {
  display: none !important;
}

img.description_video {
  padding-bottom: 5px;
  width: 20px;
}

.acd-all-button img {
  cursor: pointer;
  width: 18%;
  min-width: 130px;
  padding-bottom: 1%;
}

/* ----------------------------------START
	2019/07/24
	add to apply new design
	original : style3.css(nk0723)
------------------------------------- */
.u-pc-only {
  display: block;
}

.u-pc-only-inline {
  display: inline-block;
}

.u-sp-only {
  display: none;
}

.u-sp-only-inline {
  display: none;
}

@media screen and (max-width: 767px) {
  .u-pc-only {
    display: none;
  }
  .u-pc-only-inline {
    display: none;
  }
  .u-sp-only {
    display: block;
  }
  .u-sp-only-inline {
    display: inline-block;
  }
}
.nk-form .form-sub-ttl {
  width: 100%;
  padding: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #009844;
  margin-top: 40px;
}

.nk-form .form-sub-ttl-inner {
  position: relative;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  /* -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%); */
}

.nk-form .form-sub-ttl + .form-type-2col,
.nk-form .form-sub-ttl + .form-type-full {
  margin-top: 40px;
}

.nk-form .form-sub-div {
  width: 100%;
  padding: 20px;
  font-size: 15.6px;
  font-size: 1.6rem;
  text-align: center;
  color: #fff;
  background-color: #EE7800;
  cursor: pointer;
}

.nk-form .form-sub-div .element {
  border-radius: 20px;
  background-color: white;
  padding: 5px 10px;
  color: #EE7800;
  font-weight: bolder;
}

.nk-form .passchange-none {
  display: none !important;
}

@media screen and (max-width: 767px) {
  .nk-form .form-sub-ttl {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
.nk-form .form-type-2col dl {
  border: 1px dotted #ddd;
}

.nk-form .form-type-2col dl:not(:last-of-type) {
  border-bottom: none;
}

.nk-form .form-type-2col dl:last-of-type {
  margin-bottom: 30px;
}

@media screen and (min-width: 768px) {
  .nk-form .form-type-2col dl {
    display: table;
    width: 100%;
    border: 1px solid #ddd;
  }
  .nk-form .form-type-2col dl:not(:last-of-type) {
    border-bottom: none;
  }
  .nk-form .form-type-2col dl:last-of-type {
    margin-bottom: 40px;
  }
}
.nk-form .form-type-2col dt {
  position: relative;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  background: #e8f5e9;
}

.nk-form .form-type-2col dt.required:after {
  content: "必須";
  position: absolute;
  right: 15px;
  display: inline-block;
  height: 18px;
  padding: 2px 7px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  color: #fff;
  background: #e8563d;
}

@media screen and (max-width: 767px) {
  .nk-form .form-type-2col dt {
    display: block;
    padding: 10px 50px 10px 15px;
    border-bottom: 1px dotted #ddd;
  }
  .nk-form .form-type-2col dt.required:after {
    top: 50%;
    right: 15px;
    font-size: 16px;
    font-size: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .nk-form .form-type-2col dt {
    width: 280px;
    font-size: 25.6px;
    font-size: 1.6rem;
  }
  .nk-form .form-type-2col dt.required:after {
    right: 20px;
    margin-top: 4px;
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media screen and (min-width: 768px) {
  .nk-form .form-type-2col dt,
.nk-form .form-type-2col dd {
    display: table-cell;
    padding: 20px;
    vertical-align: middle;
  }
}
.nk-form .form-type-2col dd p:not(:last-of-type) {
  padding-bottom: 10px;
}

.nk-form .form-type-2col dd .txt {
  font-size: 17.6px;
  font-size: 1.1rem;
}

@media screen and (min-width: 768px) {
  .nk-form .form-type-2col dd {
    width: 780px;
  }
  .nk-form .form-type-2col dd .txt {
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .nk-form .form-type-2col dd {
    padding: 20px 15px;
  }
}
.nk-form .form-type-2col .zip-box li {
  display: inline-block;
  font-size: 20.8px;
  font-size: 1.3rem;
}

.nk-form .form-type-2col .zip-box li:nth-of-type(2) {
  width: 80px;
}

.nk-form .form-type-2col .zip-box li:last-of-type {
  position: relative;
  width: 100px;
  margin-left: 24px;
}

.nk-form .form-type-2col .zip-box li:last-of-type::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: -18px;
  font-size: 25.6px;
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nk-form .form-type-2col .zip-box li input {
  text-align: center;
}

@media screen and (max-width: 767px) {
  .nk-form .form-type-2col .zip-box li:first-of-type {
    display: block;
    padding-bottom: 5px;
  }
}
@media screen and (min-width: 768px) {
  .nk-form .form-type-2col .zip-box li:first-of-type {
    padding-right: 10px;
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
.nk-form .form-type-2col .zip-box + .txt {
  padding: 5px 0;
}

@media screen and (max-width: 767px) {
  .nk-form .form-type-2col .zip-box + .txt + .txt {
    padding-bottom: 10px;
  }
}
.nk-form .form-type-2col .num-box li {
  position: relative;
  display: inline-block;
  width: 70px;
}

.nk-form .form-type-2col .num-box li:not(:first-of-type) {
  margin-left: 24px;
}

.nk-form .form-type-2col .num-box li:not(:first-of-type)::before {
  content: "-";
  position: absolute;
  top: 50%;
  left: -18px;
  font-size: 25.6px;
  font-size: 1.6rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (min-width: 768px) {
  .nk-form .form-type-2col .num-box li {
    width: 100px;
  }
}
@media screen and (max-width: 767px) {
  .nk-form .form-type-2col .num-box li input[type=text] {
    padding: 7px 10px;
  }
  .nk-form .form-type-2col .num-box li:not(:first-of-type) {
    margin-left: 15px;
  }
  .nk-form .form-type-2col .num-box li:not(:first-of-type)::before {
    left: -13px;
  }
}
.nk-form .form-type-full {
  margin-bottom: 20px;
  border: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  .nk-form .form-type-full {
    margin-bottom: 40px;
  }
}
.nk-form .form-type-full .form-ttl {
  position: relative;
  font-weight: bold;
  background: #e8f5e9;
}

.nk-form .form-type-full .form-ttl.required:after {
  content: "必須";
  position: absolute;
  right: 15px;
  display: inline-block;
  height: 18px;
  padding: 2px 7px;
  font-size: 16px;
  font-size: 1rem;
  line-height: 18px;
  color: #fff;
  background: #e8563d;
}

@media screen and (max-width: 767px) {
  .nk-form .form-type-full .form-ttl.required:after {
    top: 50%;
    right: 15px;
    font-size: 16px;
    font-size: 1rem;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
}
@media screen and (min-width: 768px) {
  .nk-form .form-type-full .form-ttl.required:after {
    right: 20px;
    margin-top: 4px;
    font-size: 19.2px;
    font-size: 1.2rem;
  }
}
@media screen and (max-width: 767px) {
  .nk-form .form-type-full .form-ttl {
    display: block;
    padding: 10px 50px 10px 15px;
    font-size: 22.4px;
    font-size: 1.4rem;
    border-bottom: 1px dotted #ddd;
  }
}
@media screen and (min-width: 768px) {
  .nk-form .form-type-full .form-ttl {
    padding: 15px 20px;
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
.nk-form .form-type-full-inner {
  padding: 20px 15px;
}

@media screen and (min-width: 768px) {
  .nk-form .form-type-full-inner {
    padding: 20px;
  }
}
.nk-form .pref-select .form-type-full-inner {
  padding: 0;
}

@media screen and (min-width: 768px) {
  .nk-form .pref-select .form-type-full-inner {
    padding: 0 20px;
  }
}
.nk-form .pref-select .pref-list.hokkaido li:last-of-type,
.nk-form .pref-select .pref-list.tokai li:last-of-type,
.nk-form .pref-select .pref-list.chugoku li:last-of-type {
  border-bottom: none;
}

.nk-form .pref-select label {
  display: inline-block;
}

.nk-form .pref-select label input {
  position: absolute;
  left: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nk-form .pref-select label .check-parts {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 1;
}

.nk-form .pref-select label .check-parts:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}

.nk-form .pref-select label input:checked + .check-parts::before {
  border: 1px solid #028306;
  background: #028306;
}

.nk-form .pref-select label input:checked + .check-parts:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .nk-form .pref-select dl dt {
    border-bottom: 1px dotted #fff;
  }
  .nk-form .pref-select dl:last-of-type dt {
    border-bottom: none;
  }
  .nk-form .pref-select dl dt {
    position: relative;
    padding: 10px 15px;
    background: #ddd;
  }
  .nk-form .pref-select dl dt .is-sp {
    position: absolute;
    top: 50%;
    right: 0;
    display: block;
    width: 40px;
    height: 100%;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .nk-form .pref-select dl dt .is-sp::after {
    content: "\f067";
    position: absolute;
    top: 50%;
    right: 15px;
    font-family: "Font Awesome 5 Free";
    font-size: 20.8px;
    font-size: 1.3rem;
    font-weight: bold;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
    color: #fff;
  }
  .nk-form .pref-select dl dt.is-opened .is-sp::after {
    content: "\f068";
  }
  .nk-form .pref-select dl dd {
    display: block;
  }
  .nk-form .pref-select dl .pref-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .nk-form .pref-select dl .pref-list li {
    width: 50%;
    padding: 10px 15px;
    border-bottom: 1px dotted #ddd;
  }
  .nk-form .pref-select dl label .check-parts:before {
    background: #fff;
  }
  .nk-form .pref-select dl dd {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  .nk-form .pref-select dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    padding: 10px 0;
    font-size: 22.4px;
    font-size: 1.4rem;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nk-form .pref-select dl:not(:last-of-type) {
    border-bottom: 1px dotted #ddd;
  }
  .nk-form .pref-select dl dt {
    width: 170px;
    color: #028306;
  }
  .nk-form .pref-select dl dt .is-sp {
    display: none;
  }
  .nk-form .pref-select dl .pref-list {
    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;
  }
  .nk-form .pref-select dl .pref-list li {
    position: relative;
    margin-right: 5px;
  }
  .nk-form .pref-select label {
    cursor: pointer;
  }
  .nk-form .pref-select dl dd {
    display: block !important;
  }
}
.nk-form .form-type-2col li {
  display: inline-block;
  margin-right: 20px;
}

@media screen and (min-width: 768px) {
  .nk-form .form-type-2col li {
    margin-right: 20px;
  }
}
.nk-form textarea {
  width: 100%;
  height: 60px;
}

@media screen and (min-width: 768px) {
  .nk-form textarea {
    height: 120px;
  }
}
.nk-form .list-block {
  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;
}

.nk-form .list-block label {
  display: inline-block;
  cursor: pointer;
}

.nk-form .list-block label input {
  position: absolute;
  left: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nk-form .list-block label .radio-parts {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 25px;
  font-weight: bold;
  line-height: 1;
}

.nk-form .list-block label .radio-parts::before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
  border-radius: 50%;
}

.nk-form .list-block label input:checked + .radio-parts::before {
  background: #028306;
}

.nk-form .list-block label input:checked + .radio-parts::after {
  content: "";
  position: absolute;
  top: 4px;
  left: 5px;
  display: block;
  width: 7px;
  height: 7px;
  border-radius: 50%;
  background: #fff;
}

@media screen and (min-width: 768px) {
  .nk-form .list-block li {
    margin-right: 20px;
  }
}
.nk-form .calc-price input[type=text] {
  width: 80px;
  margin: 0 5px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .nk-form .calc-price {
    line-height: 50px;
  }
}
.nk-form .select-parts {
  position: relative;
  display: inline-block;
  overflow: hidden;
  vertical-align: middle;
  color: #333;
  border: 1px solid #ddd;
  background-color: #fff;
}

.nk-form .select-parts:before {
  content: "\f0d7";
  position: absolute;
  top: 50%;
  right: 10px;
  font-family: "Font Awesome 5 Free";
  font-weight: bold;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #858585;
}

.nk-form .select-parts select {
  position: relative;
  width: 100%;
  cursor: pointer;
  border: none;
  background: transparent;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

@media screen and (max-width: 767px) {
  .nk-form .select-parts:before {
    right: 1.30378vw;
    font-size: 2.08605vw;
  }
  .nk-form .select-parts select {
    font-size: 2.08605vw;
  }
}
.nk-form .btn-confirm {
  display: inline-block;
  min-width: 59.70149%;
  margin: 0 auto;
  padding: 10px 45px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  background: #ff8f00;
}

@media screen and (min-width: 768px) {
  .nk-form .btn-confirm {
    min-width: 260px;
    padding: 15px 55px;
    font-size: 28.8px;
    font-size: 1.8rem;
  }
  .nk-form .btn-confirm:hover {
    cursor: pointer;
    -webkit-transition: 0.3s;
    transition: 0.3s;
    opacity: 0.7;
  }
}
.nk-form .checkbox {
  display: inline-block;
  cursor: pointer;
}

.nk-form .checkbox input[type=checkbox] {
  position: absolute;
  left: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.nk-form .checkbox .check-parts {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 1;
}

#search_flg + .check-parts,
#bidding_flg + .check-parts {
  margin-right: 0;
  padding-left: 17px;
}

.nk-form .checkbox .check-parts:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}

.nk-form .checkbox input:checked + .check-parts::before {
  border: 1px solid #028306;
  background: #028306;
}

.nk-form .checkbox input:checked + .check-parts:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

@media screen and (max-width: 767px) {
  .nk-form .checkbox .check-parts {
    margin-right: 2.60756vw;
    margin-bottom: 1.30378vw;
    padding-left: 20px;
  }
}
#showError.red,
#showError .red {
  color: #ef5350;
}

#showLoading {
  color: #ef5350;
}

.nk-btn {
  display: block;
  width: 328px;
  height: 62px;
  margin: 20px auto;
  font-size: 38.4px;
  font-size: 2.4rem;
  font-weight: bold;
  line-height: 62px;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: url(../images/common/nk-icon_link.png) no-repeat right 40px center;
  background-color: #EE7800;
  background-size: 26px 26px;
}

.nk-btn-inner {
  position: relative;
  left: -20px;
}

.nk-btn:hover {
  opacity: 0.7;
}

.nk-btn.is-inactive {
  cursor: default;
  background-color: #ccc;
}

.nk-btn.is-inactive:hover {
  opacity: 1;
}

.nk-btn--csv {
  width: 126px;
  height: 40px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 40px;
  background: #028307 url(../images/common/nk-icon_dl.png) no-repeat right 20px center;
  background-size: 16px 16px;
}

.nk-btn--csv .nk-btn-inner {
  left: -10px;
}

.nk-btn--del {
  width: 108px;
  height: 40px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 40px;
  background-color: #787878;
  background-image: none;
}

.nk-btn--del .nk-btn-inner {
  left: 0;
}

@media screen and (max-width: 767px) {
  .nk-btn {
    display: block;
    width: 42.76402vw;
    height: 8.08344vw;
    margin: 2.60756vw auto;
    font-size: 3.12907vw;
    font-weight: bold;
    line-height: 8.08344vw;
    background-position: right 5.21512vw center;
    background-size: 3.38983vw 3.38983vw;
  }
  .nk-btn-inner {
    left: -2.60756vw;
  }
  .nk-btn--csv {
    width: 23.46806vw;
    height: 6.5189vw;
    font-size: 2.60756vw;
    line-height: 6.5189vw;
    background-position: right 2.60756vw center;
    background-size: 2.60756vw 2.60756vw;
  }
  .nk-btn--csv .nk-btn-inner {
    left: -1.30378vw;
  }
  .nk-btn--del {
    width: 15.64537vw;
    height: 6.5189vw;
    font-size: 2.34681vw;
    line-height: 6.5189vw;
  }
}
.nk-tab-menu {
  width: 1080px;
  margin: 40px auto 0;
  font-size: 0;
  text-align: center;
}

.nk-tab-menu--2col .nk-tab-menu__item {
  width: 480px;
  font-size: 28px;
}

.nk-tab-menu__wrap {
  width: 100%;
  border-bottom: 2px solid #005003;
}

.nk-tab-menu__item {
  position: relative;
  display: inline-block;
  width: 240px;
  height: 73px;
  font-size: 14px;
  font-weight: bold;
  line-height: 73px;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  text-align: center;
  vertical-align: top;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #f6f6f6;
}

.nk-tab-menu__item-inner {
  position: absolute;
  top: 50%;
  right: 0;
  left: 0;
  display: block;
  margin: auto;
  line-height: 1.2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.nk-tab-menu__item.contact {
  color: #fff;
  background-color: #00AA00;
}

.nk-tab-menu__item.is-active {
  color: #fff;
  background-color: #07780b;
}

.nk-tab-menu__item.is-active:hover {
  opacity: 1;
}

.nk-tab-menu__item.is-active:after {
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -22px;
  left: 45%;
  display: block;
  width: 0;
  height: 0;
  border: 10px solid transparent;
  border-top: 10px solid #005003;
}

.nk-tab-menu__item + .nk-tab-menu__item {
  margin-left: 40px;
}

.nk-tab-menu__item:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .nk-tab-menu {
    width: 100%;
    margin: 5.21512vw auto 0;
  }
  .nk-tab-menu--2col .nk-tab-menu__item {
    width: 39.11343vw;
    font-size: 3.65059vw;
  }
  .nk-tab-menu__wrap {
    width: 100%;
  }
  .nk-tab-menu__item {
    display: inline-block;
    width: 27.3794vw;
    height: 60px;
    font-size: 2.08605vw;
    line-height: 60px;
  }
  .nk-tab-menu__item + .nk-tab-menu__item {
    margin-left: 3.91134vw;
  }
}
.nk-paging {
  font-size: 0;
}

.nk-paging__item {
  display: inline-block;
  width: 40px;
  height: 40px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 40px;
  cursor: pointer;
  text-align: center;
  color: #07780b;
  border-top: 1px solid #ddd;
  border-right: 1px solid #ddd;
  border-bottom: 1px solid #ddd;
  border-left: none;
}

.nk-paging__item:hover {
  opacity: 0.7;
}

.nk-paging__item:first-child {
  border-left: 1px solid #ddd;
}

.nk-paging__item.is-active {
  cursor: default;
  color: #fff;
  border: 1px solid #07780b;
  background-color: #07780b;
}

.nk-paging__item.is-active:hover {
  opacity: 1;
}

.nk-paging__item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .nk-paging__item, .nk-paging__item.prev-page, .nk-paging__item.next-page {
    width: 5.86701vw;
    height: 5.86701vw;
    font-size: 2.02086vw;
    line-height: 5.86701vw;
  }
  .nk-paging__item.first-page {
    width: 7.82268vw;
    height: 5.86701vw;
    font-size: 2.02086vw;
    line-height: 5.86701vw;
  }
}
.nk-item {
  position: relative;
  width: 100%;
  margin: 20px auto;
}

.nk-item + .nk-item {
  margin-top: 20px;
}

.nk-item--rakusatsu .nk-item__inner {
  border-color: #0068B7;
}

.nk-item--rakusatsu .nk-item__status-no {
  color: #0068B7;
}

.nk-item--rakusatsu .nk-item__title-area {
  background-color: #0068B7;
}

.nk-item--rakusatsu .nk-item__title-favorite.no_bookmark {
  color: #0068B7;
}

.nk-item--rakusatsu .nk-item__info-title {
  background-color: #0068B7;
}

.nk-item--rakusatsu .nk-item__info-content {
  border: 1px solid #0068B7;
}

.nk-item__list {
  width: 100%;
  margin: 0 auto;
}

.nk-item__tab {
  display: inline-block;
  width: 127px;
  height: 28px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 34px;
  text-align: center;
  color: #fff;
  border-top-left-radius: 5px;
  border-top-right-radius: 5px;
  background-color: #07780b;
}

.nk-item__tab--rakusatsu {
  background-color: #0068B7;
}

.nk-item__tab--accept {
  background-color: #e62828;
}

.nk-item__tab + .nk-item__tab {
  margin-left: 10px;
}

.nk-item__tab-list {
  position: relative !important;
}
.nk-item__tab-list .nk-item__tab {
  height: 40px;
  line-height: 42px;
}

.nk-item__inner {
  padding-bottom: 10px;
  border: 2px solid #07780b;
}

.nk-item__status {
  display: inline-block;
  width: 60px;
  height: 24px;
  line-height: 24px;
  text-align: center;
  vertical-align: middle;
  color: #fff;
  border-radius: 20px;
  background-color: #e62828;
}

/* IEの場合ステータスの文字が上にずれるため修正 */
@media all and (-ms-high-contrast: none) {
  .nk-item__status {
    padding: 2.5px;
  }
}
.nk-item__status-area {
  position: relative;
  height: 70px;
  padding-left: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 40px;
}

.nk-item__status-no {
  margin-right: 40px;
  color: #07780b;
}

.nk-item__status--unknown {
  background-color: #787878;
}

.nk-item__status--fin {
  background-color: #000;
}

.nk-item__status--accept {
  background-color: #e62828;
}

.nk-item__check {
  display: none;
}

.nk-item__check-wrap {
  position: absolute;
  top: 17px;
  right: 60px;
}

.nk-item__check-parts {
  position: absolute;
  cursor: pointer;
}

.nk-item__check-parts:before {
  content: "";
  position: absolute;
  top: -4px;
  left: 0;
  display: block;
  width: 25px;
  height: 25px;
  border: 1px solid #999;
  border-radius: 4px;
}

/*2019/08/27 add START*/
.nk-item__check-all {
  position: relative;
  cursor: pointer;
}

.nk-item__check-all:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  width: 20px;
  height: 20px;
  border: 1px solid #999;
  border-radius: 4px;
}

.nk-item__check:checked + .all-bookmark .nk-item__check-all:after,
.nk-item__check:checked + .all-notice .nk-item__check-all:after {
  content: "";
  position: absolute;
  top: 1px;
  left: 6px;
  display: block;
  width: 6px;
  height: 12px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-right: 4px solid #07780b;
  border-bottom: 4px solid #07780b;
}

/*2019/08/27 add END*/
.nk-item__check:checked + .nk-item__check-parts {
  color: #009a9a;
}

.nk-item__check:checked + .nk-item__check-parts:after {
  content: "";
  position: absolute;
  top: -2px;
  left: 8px;
  display: block;
  width: 7px;
  height: 14px;
  -webkit-transform: rotate(40deg);
  transform: rotate(40deg);
  border-right: 4px solid #07780b;
  border-bottom: 4px solid #07780b;
}

.nk-item__title {
  color: #fff;
}

.nk-item__title-area {
  position: relative;
  padding: 2px 20px;
  background-color: #07780b;
}

.nk-item__title a {
  cursor: pointer;
  color: inherit;
}

.nk-item__title-inner {
  position: relative;
  top: 50%;
  font-size: 38.4px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: solid 2px #fff;
  cursor: pointer;
  /*2019.07.30 件名が中心に寄らないため以下をコメントアウト*/
  /*-webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);*/
}

/*IE対応*/
@media all and (-ms-high-contrast: none) {
  .nk-item__title-area, .nk-item__title-area__no-favorite {
    padding: 4px 20px 0px;
  }
  .nk-item__title-area a, .nk-item__title-area__no-favorite a {
    text-decoration: underline;
    text-underline-position: below;
  }
  span.nk-item__title-inner {
    border-bottom: none;
  }
}
.anken-detail__item-detail .nk-item__title-inner {
  border-bottom: none;
  cursor: default;
}

.nk-item__title-favorite {
  position: absolute;
  top: 50%;
  right: 20px;
  display: inline-block;
  height: 75%;
  width: 132px;
  text-align: center;
  line-height: 29px;
  font-size: 22.4px;
  font-size: 1.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  border: 2px solid #07780b;
  border-radius: 5px;
  background-size: 16px 16px;
}

.nk-item--rakusatsu .nk-item__title-favorite {
  border: 2px solid #0068B7;
}

.nk-item__title-favorite.no_bookmark {
  width: 158px;
  font-weight: bold;
  cursor: pointer;
  color: #07780b;
  background-color: #fff;
}

/*2019/07/29 add START*/
.nk-item__title-favorite.bookmarked {
  width: 158px;
  font-weight: bold;
  cursor: pointer;
  color: #07780b;
  background-color: #ffff19;
}

/*2019/07/29 add END*/
.nk-item__title-notice {
  position: absolute;
  top: 50%;
  right: 200px;
  display: inline-block;
  height: 75%;
  width: 190px;
  text-align: center;
  line-height: 29px;
  font-size: 22.4px;
  font-size: 1.4rem;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  color: #fff;
  border: 2px solid #07780b;
  border-radius: 5px;
  background-size: 16px 16px;
}

.nk-item__title-notice.no_distribute {
  width: 200px;
  font-weight: bold;
  cursor: pointer;
  color: #07780b;
  background-color: #fff;
}

.nk-item__title-notice.distributed {
  width: 200px;
  font-weight: bold;
  cursor: pointer;
  color: #07780b;
  background-color: #ffff19;
}

.nk-item__info {
  margin-top: 5px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}

.anken-detail__item-detail .nk-item__info {
  margin-top: 10px;
}

.nk-item__info-area {
  width: 1032px;
  margin: 0 auto;
}

.nk-item__info + .nk-item__info {
  margin-left: 12px;
}

.nk-item__info--full {
  width: 100%;
}

.nk-item__info--full + .nk-item__info--full {
  margin-left: inherit;
}

.nk-item__info-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.nk-item__info-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: 100%;
  font-size: 0;
}

.nk-item__info-title {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 160px;
  padding: 2px 0 1px 15px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #07780b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nk-item__info-title-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nk-item__info-content {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: calc(100% - 160px);
  padding: 2px 10px 1px 10px;
  font-size: 22.4px;
  font-size: 1.4rem;
  border: 1px solid #07780b;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.nk-item__info-content-inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.nk-item__info a {
  -webkit-transition: all 0s;
  transition: all 0s;
  color: #07780b;
}

.nk-item--rakusatsu .nk-item__info a {
  color: #0068B7;
}

.nk-item__info .nk-item__info-dl {
  display: inline-block;
  width: 160px;
  height: 33px;
  margin: 5px 10px;
  padding: 5px 10px;
  font-weight: normal;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #ff8f01;
}

.nk-item__info-url {
  word-break: break-all;
}

.nk-item__info.is-hide {
  opacity: 0;
}

.nk-item__btn {
  width: 233px;
}

/* 応札企業データ表示 */
.nk-item__info-content.rakusatsu_bidding_company {
  overflow-x: auto;
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding: 0;
}

.rakusatsu_bidding_company summary {
  padding-left: 1em;
}

.rakusatsu_bidding_company details[open] .open {
  display: none;
}

.rakusatsu_bidding_company details:not([open]) .close {
  display: none;
}

.bidding_table_wrapper {
  max-height: 200px;
  display: none;
}

.rakusatsu_bidding_company table#bidding_table {
  width: 100%;
}

.rakusatsu_bidding_company table thead th {
  background-color: #c7dce3;
  position: sticky;
  top: 0;
  z-index: 1;
}

.rakusatsu_bidding_company table th,
.rakusatsu_bidding_company table td,
.rakusatsu_bidding_company table tr {
  width: 210px;
  min-width: 210px;
  padding: 0.5em 0.5em;
}

.rakusatsu_bidding_company table th.bidding_price,
.rakusatsu_bidding_company table td.bidding_price {
  width: 150px;
  min-width: 150px;
}

.rakusatsu_bidding_company table tr {
  border-top: 1px solid #0068B7;
  border-bottom: 1px solid #0068B7;
  border-collapse: collapse;
  vertical-align: middle;
}

.rakusatsu_bidding_company table th,
.rakusatsu_bidding_company table td {
  border-right: 1px solid #0068B7;
  border-left: 1px solid #0068B7;
  border-collapse: collapse;
  vertical-align: middle;
}

.rakusatsu_bidding_company table thead tr:first-child {
  border-top-width: 0;
}

.rakusatsu_bidding_company table tbody tr:last-child {
  border-bottom-width: 0;
}

.rakusatsu_bidding_company table tr td:first-child,
.rakusatsu_bidding_company table tr th:first-child {
  border-left-width: 0;
}

.rakusatsu_bidding_company table tr td:nth-child(n+5):last-child,
.rakusatsu_bidding_company table tr th:nth-child(n+5):last-child {
  border-right-width: 0;
}

@media screen and (max-width: 767px) {
  .nk-item {
    width: 100%;
    margin: 2.60756vw auto;
  }
  .nk-item + .nk-item {
    margin-top: 2.60756vw;
  }
  .nk-item__tab {
    width: 16.55802vw;
    height: 4.43286vw;
    font-size: 2.08605vw;
    line-height: 4.43286vw;
  }
  .nk-item__tab + .nk-item__tab {
    margin-left: 1.30378vw;
  }
  .nk-item__tab-list {
    margin-left: 3.12907vw;
  }
  .nk-item__inner {
    padding-bottom: 2.60756vw;
    border: 0.52151vw solid #07780b;
  }
  .nk-item__status {
    width: 10.43025vw;
    height: 3.91134vw;
    line-height: 3.91134vw;
    border-radius: 2.60756vw;
  }
  .nk-item__status-area {
    height: 16.3442vw;
    padding-left: 2.60756vw;
    font-size: 2.34681vw;
    line-height: 8.3442vw;
  }
  .nk-item__status-no {
    margin-right: 3.25945vw;
    color: #07780b;
  }
  .nk-item__check-wrap {
    top: 1.30378vw;
    right: 7.82269vw;
  }
  .nk-item__check-parts:before {
    width: 5.21512vw;
    height: 5.21512vw;
    border: 1px solid #999;
    border-radius: 0.52151vw;
    top: 0;
  }
  .nk-item__check:checked + .nk-item__check-parts:after {
    top: 0;
    left: 1.56454vw;
    width: 1.82529vw;
    height: 3.65059vw;
    border-right: 0.65189vw solid #07780b;
    border-bottom: 0.65189vw solid #07780b;
  }
  .nk-item__check:checked + .all-bookmark .nk-item__check-all:after {
    top: 0;
    left: 1.56454vw;
    width: 1.22529vw;
    height: 3.35059vw;
    border-right: 0.65189vw solid #07780b;
    border-bottom: 0.65189vw solid #07780b;
  }
  .nk-item__title-area {
    padding: 3.91134vw 2.60756vw;
  }
  .nk-item__title-inner {
    font-size: 3.12907vw;
  }
  .nk-item__title-favorite {
    top: 80%;
    right: 2.60756vw;
    width: 17.20991vw;
    text-align: center;
    line-height: normal;
    font-size: 1.82529vw;
    border: 2px solid #07780b;
    border-radius: 0.65189vw;
    background-position: right 1.82529vw top 0.91265vw;
    background-size: 2.08605vw 2.08605vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nk-item__title-favorite.no_bookmark {
    width: 30.2073vw;
    height: 7vw;
    top: 11vw;
  }
  .nk-item__title-favorite.bookmarked {
    width: 30.2073vw;
    height: 7vw;
    top: 11vw;
  }
  .nk-item__title-notice {
    top: 80%;
    right: 31vw;
    width: 31.20991vw;
    text-align: center;
    line-height: normal;
    font-size: 1.82529vw;
    border: 2px solid #07780b;
    border-radius: 0.65189vw;
    background-position: right 1.82529vw top 0.91265vw;
    background-size: 2.08605vw 2.08605vw;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -webkit-flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
  .nk-item__title-notice.distributed {
    width: 37vw;
    height: 7vw;
    top: 11vw;
  }
  .nk-item__title-notice.no_distribute {
    width: 37vw;
    height: 7vw;
    top: 11vw;
  }
  .nk-item__info {
    width: 100%;
    margin-top: 2.60756vw;
  }
  .nk-item__info-area {
    width: 100%;
    padding-right: 2.60756vw;
    padding-left: 2.60756vw;
  }
  .nk-item__info + .nk-item__info {
    margin: 2.60756vw auto;
  }
  .nk-item__info-wrap {
    display: block;
  }
  .nk-item__info-inner {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    height: 100%;
    font-size: 0;
  }
  .nk-item__info-title {
    display: inline-block;
    width: 24.77184vw;
    padding: 2.60756vw 0.91265vw;
    font-size: 2.08605vw;
  }
  .nk-item__info-title-inner {
    position: static;
    -webkit-transform: none;
    transform: none;
    font-size: 3.12907vw;
  }
  .nk-item__info-content {
    display: inline-block;
    width: 71.96871vw;
    padding: 2.60756vw 1.30378vw 2.60756vw 2.60756vw;
    font-size: 1.82529vw;
  }
  .nk-item__info-content-inner {
    position: static;
    -webkit-transform: none;
    transform: none;
    font-size: 3.12907vw;
  }
  .nk-item__info .nk-item__info-dl {
    display: inline-block;
    width: 20.8605vw;
    height: 4.30248vw;
    margin: 1.30378vw 1.30378vw;
    padding: 0.65189vw 1.30378vw;
    color: #fff;
    border-radius: 5px;
    background-color: #ff8f01;
    font-size: 1.82529vw;
  }
  .nk-item__info.is-hide {
    display: none;
  }
  .nk-item__btn {
    width: 30.3781vw;
  }
  .nk-item__info-content.rakusatsu_bidding_company {
    font-size: 2.5vw;
  }
}
.nk-modal .modal-checkbox {
  display: none;
}

/* モーダルie用 */
.works {
  overflow: hidden;
}

.nk-modal__overlay {
  /* 検証 元: fixed */
  position: fixed;
  z-index: -100;
  top: 0;
  left: 0;
  display: none;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
  -webkit-transform: scale(1);
  transform: scale(1);
  opacity: 0;
  background-color: rgba(0, 0, 0, 0.8);
}

.nk-modal__wrap {
  /* 検証 元: fixed */
  position: absolute;
  top: 110px;
  right: 0;
  left: 0;
  width: 880px;
  margin: 0 auto 20px;
  -webkit-transition: all 0.5s ease;
  transition: all 0.5s ease;
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
  background-color: #fff;
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.nk-modal__wrap--saved {
  width: 1080px;
  min-height: 600px;
}

.nk-modal__wrap.a-center {
  -ms-flex-item-align: center;
      -ms-grid-row-align: center;
      align-self: center;
}

.nk-modal__wrap.from-left {
  -webkit-transform: translateX(-100%);
  transform: translateX(-100%);
}

.nk-modal__wrap.from-right {
  -webkit-transform: translateX(100%);
  transform: translateX(100%);
}

.nk-modal__wrap.from-top {
  -webkit-transform: translateY(-100%);
  transform: translateY(-100%);
}

.nk-modal__wrap.from-bottom {
  -webkit-transform: translateY(100%);
  transform: translateY(100%);
}

.nk-modal__close {
  position: absolute;
  top: -50px;
  right: 5px;
  display: block;
  width: 40px;
  height: 41px;
  cursor: pointer;
  background: url(../images/common/nk-icon_modal-close.png) no-repeat center center;
}

.nk-modal input:checked ~ .o-close {
  z-index: 9998;
}

input:checked ~ .nk-modal__overlay {
  z-index: 9997;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  overflow: auto;
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-animation-name: modal-overlay-fade-in;
  animation-name: modal-overlay-fade-in;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  opacity: 1;
}

input:checked ~ .nk-modal__overlay .nk-modal__wrap {
  z-index: 9999;
  -webkit-animation-name: modal-fade-in;
  animation-name: modal-fade-in;
  -webkit-animation-duration: 0.5s;
  animation-duration: 0.5s;
  -webkit-animation-fill-mode: forwards;
  animation-fill-mode: forwards;
}

@media screen and (max-width: 767px) {
  .nk-modal__wrap {
    position: absolute;
    top: 7.1708vw;
    right: 0;
    left: 0;
    width: 95%;
  }
  .nk-modal__wrap--saved {
    width: 95%;
    min-height: 39.11343vw;
  }
  .nk-modal__close {
    top: -6.5189vw;
    right: 0.65189vw;
    width: 5.21512vw;
    height: 5.3455vw;
    cursor: pointer;
    background-size: 5.21512vw 5.3455vw;
  }
}
@-webkit-keyframes modal-overlay-fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: flex;
    opacity: 1;
  }
}
@keyframes modal-overlay-fade-in {
  0% {
    display: none;
    opacity: 0;
  }
  1% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 0;
  }
  100% {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    opacity: 1;
  }
}
@-webkit-keyframes modal-fade-in {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes modal-fade-in {
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.modal-open {
  overflow: hidden;
}

.modal {
  position: fixed;
  z-index: 1050;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  display: none;
  overflow: hidden;
  outline: 0;
  -webkit-overflow-scrolling: touch;
}

.modal.fade .modal-dialog {
  transition: -webkit-transform 0.3s ease-out;
  -webkit-transition: -webkit-transform 0.3s ease-out;
  transition: transform 0.3s ease-out;
  transition: transform 0.3s ease-out, -webkit-transform 0.3s ease-out;
  -webkit-transform: translate(0, -25%);
  transform: translate(0, -25%);
}

.modal.in .modal-dialog {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}

.modal-open .modal {
  overflow-x: hidden;
  overflow-y: auto;
}

.modal-dialog {
  position: relative;
  width: auto;
  margin: 10px;
}

.modal-content {
  position: relative;
  border: 1px solid #999;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  outline: 0;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
          box-shadow: 0 3px 9px rgba(0, 0, 0, 0.5);
}

.modal-backdrop {
  position: fixed;
  z-index: 1040;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: #000;
}

.modal-backdrop.fade {
  opacity: 0;
  filter: alpha(opacity=0);
}

.modal-backdrop.in {
  opacity: 0.5;
  filter: alpha(opacity=50);
}

.modal-header {
  min-height: 16.42857px;
  padding: 15px;
  border-bottom: 1px solid #e5e5e5;
}

.modal-header .close {
  margin-top: -2px;
}

.modal-title {
  margin: 0;
  line-height: 1.42857;
}

.modal-body {
  position: relative;
  padding: 15px;
}

.modal-footer {
  padding: 15px;
  text-align: right;
  border-top: 1px solid #e5e5e5;
}

.modal-footer:before,
.modal-footer:after {
  content: " ";
  display: table;
}

.modal-footer:after {
  clear: both;
}

.modal-footer .btn + .btn {
  margin-bottom: 0;
  margin-left: 5px;
}

.modal-footer .btn-group .btn + .btn {
  margin-left: -1px;
}

.modal-footer .btn-block + .btn-block {
  margin-left: 0;
}

.modal-scrollbar-measure {
  position: absolute;
  top: -9999px;
  overflow: scroll;
  width: 50px;
  height: 50px;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 600px;
    margin: 30px auto;
  }
  .modal-content {
    -webkit-box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
            box-shadow: 0 5px 15px rgba(0, 0, 0, 0.5);
  }
  .modal-sm {
    width: 300px;
  }
}
@media (min-width: 992px) {
  .modal-lg {
    width: 900px;
  }
}
.popover {
  position: absolute;
  z-index: 1060;
  top: 0;
  left: 0;
  display: none;
  padding: 1px;
  font-family: "Helvetica Neue", Helvetica, Arial, sans-serif;
  font-size: 14px;
  font-weight: normal;
  font-style: normal;
  line-height: 1.42857;
  text-align: start;
  text-align: left;
  white-space: normal;
  text-decoration: none;
  letter-spacing: normal;
  word-spacing: normal;
  text-transform: none;
  word-wrap: normal;
  word-break: normal;
  border: 1px solid #ccc;
  border: 1px solid rgba(0, 0, 0, 0.2);
  border-radius: 6px;
  background-color: #fff;
  background-clip: padding-box;
  -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
          box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
  text-shadow: none;
  line-break: auto;
}

.popover.top {
  margin-top: -10px;
}

.popover.right {
  margin-left: 10px;
}

.popover.bottom {
  margin-top: 10px;
}

.popover.left {
  margin-left: -10px;
}

.popover-title {
  margin: 0;
  padding: 8px 14px;
  font-size: 14px;
  border-bottom: 1px solid #ebebeb;
  border-radius: 5px 5px 0 0;
  background-color: #f7f7f7;
}

.popover-content {
  padding: 9px 14px;
}

.popover > .arrow,
.popover > .arrow:after {
  position: absolute;
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-color: transparent;
}

.popover > .arrow {
  border-width: 11px;
}

.popover > .arrow:after {
  content: "";
  border-width: 10px;
}

.popover.top > .arrow {
  bottom: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-color: #999;
  border-top-color: rgba(0, 0, 0, 0.25);
  border-bottom-width: 0;
}

.popover.top > .arrow:after {
  content: " ";
  bottom: 1px;
  margin-left: -10px;
  border-top-color: #fff;
  border-bottom-width: 0;
}

.popover.right > .arrow {
  top: 50%;
  left: -11px;
  margin-top: -11px;
  border-right-color: #999;
  border-right-color: rgba(0, 0, 0, 0.25);
  border-left-width: 0;
}

.popover.right > .arrow:after {
  content: " ";
  bottom: -10px;
  left: 1px;
  border-right-color: #fff;
  border-left-width: 0;
}

.popover.bottom > .arrow {
  top: -11px;
  left: 50%;
  margin-left: -11px;
  border-top-width: 0;
  border-bottom-color: #999;
  border-bottom-color: rgba(0, 0, 0, 0.25);
}

.popover.bottom > .arrow:after {
  content: " ";
  top: 1px;
  margin-left: -10px;
  border-top-width: 0;
  border-bottom-color: #fff;
}

.popover.left > .arrow {
  top: 50%;
  right: -11px;
  margin-top: -11px;
  border-right-width: 0;
  border-left-color: #999;
  border-left-color: rgba(0, 0, 0, 0.25);
}

.popover.left > .arrow:after {
  content: " ";
  right: 1px;
  bottom: -10px;
  border-right-width: 0;
  border-left-color: #fff;
}

@media screen and (min-width: 768px) {
  #gheader .link-list {
    top: 30px;
  }
}
#gheader .link-list .contact {
  position: relative;
  margin-right: 30px;
}

#gheader .link-list .contact a {
  display: inline-block;
  padding-right: 20px;
  padding-left: 0;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  text-decoration: underline;
  text-decoration: none;
  color: #07780b;
  background: url(../images/common/nk-icon_gnav-link.png) no-repeat right top 9px;
}

#gheader .link-list .contact::before {
  display: none;
}

#gheader .link-list .trial a {
  padding-right: 20px;
  padding-left: 20px;
  border-radius: 4px;
}

#gheader .link-list .regist a {
  display: block;
  margin-left: 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-weight: bold;
  color: #fff;
  border-radius: 4px;
  background: #0075C2;
}

@media screen and (max-width: 767px) {
  #gheader .link-list .regist {
    display: none;
  }
}
#gheader #gnav ul li a {
  height: 58px;
  padding: 0;
}

#gheader #gnav ul li a span {
  position: relative;
  top: 50%;
  display: block;
  line-height: 1.2;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

#gheader #gnav ul .login {
  background-color: #07780b;
}

#gheader #gnav ul .login a {
  color: #fff;
}

#gheader #gnav ul .back-search {
  background-color: #07780b;
}

#gheader #gnav ul .back-search a {
  color: #fff;
}

#gheader .login-block.is-pc {
  top: 168px;
}

@media screen and (min-width: 768px) {
  #gheader .login-block .login-inner::before {
    right: 80px;
  }
}
.sp-side .btn-trial a {
  background: #ff8f00;
}

.sp-side .btn-login a {
  position: relative;
  background: #07780b;
}

.sp-side .btn-login a::before {
  display: none;
}

.sp-side .btn-regist a {
  background: #0075C2;
}

.sp-side .link-type_001 {
  margin: 0 15px 40px;
  padding-top: 10px;
}

.sp-side .link-type_001:before {
  display: none;
}

.sp-side .link-type_001 a {
  padding-right: 20px;
  text-decoration: none;
  color: #07780b;
  background: url(../images/common/nk-icon_gnav-link.png) no-repeat right center;
}

.sp-side .nav-list li.loggedin a {
  color: #07780b;
}

#gheader.loggedin > .inner {
  height: 55px;
}

@media screen and (min-width: 768px) {
  #gheader.loggedin > .inner {
    height: 130px;
  }
}
#gheader.loggedin #logo {
  width: 80px;
  padding: 6px 0;
  text-align: left;
  display: block;
}

@media screen and (min-width: 768px) {
  #gheader.loggedin #logo {
    width: 300px;
    padding: 30px 0;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
  #gheader.loggedin #logo a.socialLogo {
    display: block;
    width: 30px;
    margin: 25px 0px 15px 15px;
  }
}
#gheader.loggedin #logo a {
  display: block;
}

@media screen and (max-width: 767px) {
  #gheader.loggedin #logo a.socialLogo {
    display: none;
  }
}
.authed-link-list {
  position: absolute;
  top: 20px;
  right: 0;
  display: inline-block;
}

.authed-link-list__item {
  display: block;
  text-align: right;
}

.authed-link-list__item-info {
  display: inline-block;
  width: 227px;
  height: 33px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 33px;
  text-align: center;
  color: #fff;
  border-radius: 5px;
  background-color: #e62828;
}

.authed-link-list__item-name {
  display: block;
  margin-top: 10px;
  font-size: 28.8px;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1;
}

.authed-link-list__item-menu {
  margin-top: 10px;
}

.authed-link-list__item-menu-item {
  display: inline-block;
  padding-right: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
  background: url(../images/common/nk-icon_gnav-link.png) no-repeat right 0 top 4px;
}

.authed-link-list__item-menu-item + .authed-link-list__item-menu-item {
  margin-left: 20px;
}

.authed-link-list__item-menu-item.logout {
  background: url(../images/common/nk-icon_logout.png) no-repeat right 0 top 4px;
}

.authed-link-list__item-menu-item a {
  color: #07780b;
}

.authed-link-list .sp-btn {
  display: none;
}

@media screen and (max-width: 767px) {
  .authed-link-list__item {
    display: none;
  }
  .authed-link-list .sp-btn {
    position: absolute;
    z-index: 2;
    top: 0;
    right: 20px;
    display: block;
    width: 30px;
    height: 21px;
    cursor: pointer;
    -webkit-transition: opacity 0.2s linear;
    transition: opacity 0.2s linear;
  }
  .authed-link-list .sp-btn:hover {
    opacity: 0.8;
  }
  .authed-link-list .sp-btn span {
    position: absolute;
    top: 0;
    right: 0;
    display: block;
    float: left;
    clear: both;
    overflow: hidden;
    width: 30px;
    height: 3px;
    -webkit-transition: all 0.4s ease;
    transition: all 0.4s ease;
    background-color: #333;
  }
  .authed-link-list .sp-btn span:nth-child(1) {
    z-index: 3;
    margin-top: 0;
  }
  .authed-link-list .sp-btn span:nth-child(2) {
    z-index: 3;
    margin-top: 9px;
  }
  .authed-link-list .sp-btn span:nth-child(3) {
    z-index: 3;
    margin-top: 18px;
  }
}
#gheader #gnav .authed-gnav {
  display: block;
  font-size: 0;
  text-align: center;
  height: 70px;
  background: url(../images/common/nk-bg_gnav.png) repeat center center;
}

#gheader #gnav .authed-gnav__item {
  display: inline-block;
  height: 69px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
  background-color: #07780b;
}

#gheader #gnav .authed-gnav__item.is-current {
  background-color: #00AA00;
}

#gheader #gnav .authed-gnav__item .small {
  display: inline-block;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
}

#gheader #gnav .authed-gnav__item a {
  height: 69px;
  color: #fff;
}

#gheader #gnav .authed-gnav li a:before {
  background-color: #005003;
}

#gheader #gnav .authed-gnav li:last-child a::before {
  background-color: #005003;
}

#gheader #gnav ul.authed-gnav li:last-child a::after {
  background: #005003;
}

.flow-entry .ttl-type_003 {
  padding-left: 40px;
  background: url(../images/common/nk-icon_human.png) no-repeat left top;
  background-size: 30px 30px;
}

.flow-entry .ttl-type_005 {
  color: #07780b;
}

.flow-entry .ttl-type_005:before {
  background-color: #07780b;
}

.flow-entry__step-lead {
  margin-top: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
}

.flow-entry__step-list {
  margin: 40px auto 60px;
  font-size: 0;
}

.flow-entry__step-item {
  position: relative;
  display: inline-block;
  width: 240px;
  vertical-align: top;
}

.flow-entry__step-item + .flow-entry__step-item {
  margin-left: 40px;
}

.flow-entry__step-item + .flow-entry__step-item:before {
  content: "";
  position: absolute;
  top: 90px;
  left: -26px;
  display: block;
  width: 12px;
  height: 20px;
  background: url(../images/flow_entry/icon_arrow.png) no-repeat left top;
  background-size: 12px 20px;
}

.flow-entry__step-item-box {
  height: 190px;
  line-height: 1;
  text-align: center;
  color: #fff;
  border-radius: 10px;
  background-color: #7ec536;
}

.flow-entry__step-item-box-no {
  padding-top: 18px;
  font-size: 32px;
  font-size: 2rem;
}

.flow-entry__step-item-box-img {
  width: 100%;
  height: 80px;
  margin-top: 18px;
}

.flow-entry__step-item-box-img--01 {
  background: url(../images/flow_entry/icon_step01.png) no-repeat center center;
  background-size: 80px auto;
}

.flow-entry__step-item-box-img--02 {
  background: url(../images/flow_entry/icon_step02.png) no-repeat center center;
  background-size: 80px auto;
}

.flow-entry__step-item-box-img--03 {
  background: url(../images/flow_entry/icon_step03.png) no-repeat center center;
  background-size: 80px auto;
}

.flow-entry__step-item-box-img--04 {
  background: url(../images/flow_entry/icon_step04.png) no-repeat center center;
  background-size: 80px auto;
}

.flow-entry__step-item-box-text {
  padding-top: 18px;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.flow-entry__step-item-text {
  margin-top: 22px;
  font-size: 12px;
}

.flow-entry__agreement {
  margin-top: 40px;
}

.flow-entry__policy {
  margin-top: 40px;
}

.flow-entry__textarea {
  overflow-y: scroll;
  height: 240px;
  margin: 40px 20px 0;
  padding: 20px;
  background-color: #f6f6f6;
}

.flow-entry__textarea-title {
  display: block;
  margin-bottom: 20px;
  padding-bottom: 10px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 1px solid #000;
}

.flow-entry__textarea-lead {
  padding-bottom: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
}

@media screen and (max-width: 767px) {
  .flow-entry__textarea-lead {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
.flow-entry__check {
  display: block;
  width: 100%;
  margin: 42px auto 0;
  cursor: pointer;
  text-align: center;
}

.flow-entry__check input {
  position: absolute;
  left: -9999px;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}

.flow-entry__check .check-parts {
  position: relative;
  margin-right: 20px;
  margin-bottom: 10px;
  padding-left: 25px;
  line-height: 1;
}

.flow-entry__check .check-parts:before {
  content: "";
  position: absolute;
  top: -1px;
  left: 0;
  display: block;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}

@media screen and (max-width: 767px) {
  .flow-entry__check .check-parts:before {
    background: #fff;
  }
}
.flow-entry__check input:checked + .check-parts::before {
  border: 1px solid #028306;
  background: #028306;
}

.flow-entry__check input:checked + .check-parts:after {
  content: "";
  position: absolute;
  top: 3px;
  left: 3px;
  display: block;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

.flow-entry__form {
  margin: 0 auto;
  padding-top: 40px;
  padding-bottom: 40px;
  text-align: center;
  background-color: #f6f6f6;
}

.flow-entry__form-btn {
  width: 400px;
}

.flow-entry__form-text {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.625;
}

.flow-entry__form-text a {
  text-decoration: none;
  color: #07780b;
}

@media screen and (max-width: 767px) {
  .flow-entry__step-lead {
    font-size: 2.08605vw;
  }
  .flow-entry__step-list {
    margin: 5.21512vw auto 7.82269vw;
    font-size: 0;
  }
  .flow-entry__step-item {
    display: block;
    width: 100%;
  }
  .flow-entry__step-item + .flow-entry__step-item {
    margin: 5.21512vw auto;
  }
  .flow-entry__step-item + .flow-entry__step-item:before {
    top: -3.91134vw;
    right: 0;
    left: 0;
    display: block;
    margin: auto;
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
    background-size: 12px 20px;
  }
  .flow-entry__step-item-box {
    height: auto;
    min-height: 13.03781vw;
    text-align: left;
  }
  .flow-entry__step-item-box-no {
    padding-top: 2.60756vw;
    padding-left: 15.64537vw;
    font-size: 3.12907vw;
  }
  .flow-entry__step-item-box-img {
    position: absolute;
    top: 0;
    left: 2.60756vw;
    width: 7.82269vw;
    height: 13.03781vw;
    margin: 0;
  }
  .flow-entry__step-item-box-img--01 {
    background-size: 7.82269vw auto;
  }
  .flow-entry__step-item-box-img--02 {
    background-size: 7.82269vw auto;
  }
  .flow-entry__step-item-box-img--03 {
    background-size: 7.82269vw auto;
  }
  .flow-entry__step-item-box-img--04 {
    background-size: 7.82269vw auto;
  }
  .flow-entry__step-item-box-text {
    padding-top: 2.34681vw;
    padding-left: 15.64537vw;
    font-size: 2.60756vw;
  }
  .flow-entry__step-item-text {
    margin-top: 1.30378vw;
    font-size: 1.95567vw;
  }
  .flow-entry__form {
    padding-top: 5.21512vw;
    padding-bottom: 5.21512vw;
  }
  .flow-entry__form-btn {
    width: 52.15124vw;
  }
  .flow-entry__form-text {
    font-size: 2.34681vw;
  }
}
.regist-input .ttl-type_003 {
  padding-left: 40px;
  background: url(../images/common/nk-icon_human.png) no-repeat left top;
  background-size: 30px 30px;
}

.regist-input__lead {
  margin-bottom: 25px;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
}

.regist-input__img-step {
  margin-bottom: 35px;
  text-align: center;
}

.regist-input__pref-info {
  margin: 20px auto 40px;
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #07780b;
}

.regist-input__pref-info input[type=text] {
  width: 40px;
  margin-right: 10px;
  padding-right: 5px;
  padding-left: 5px;
  text-align: center;
}

.regist-input__pref-info-btn {
  width: 180px;
  height: 40px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 40px;
  background: #028307 url(../images/common/nk-icon_link-out.png) no-repeat right 20px center;
  background-size: 16px 16px;
}

.regist-input__pref-info-btn-inner {
  position: relative;
  left: -10px;
}

.regist-input__pref-info-btn:hover {
  opacity: 0.7;
}

.regist-input__complete {
  margin-bottom: 180px;
  padding: 60px 0;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
  background: #e8f5e9;
}

.regist-input__complete .name {
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
}

.regist-input__complete .link-type_001 a {
  display: inline-block;
  padding-left: 0;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-decoration: underline;
  color: #028306;
}

.regist-input__complete .txt {
  margin-bottom: 30px;
}

@media screen and (max-width: 767px) {
  .regist-input__lead {
    margin-bottom: 25px;
    font-size: 20.8px;
    font-size: 1.3rem;
    text-align: center;
  }
  .regist-input__pref-info {
    margin: 2.60756vw auto 5.21512vw;
    font-size: 3.65059vw;
  }
  .regist-input__complete {
    margin-bottom: 80px;
    padding: 20px;
    font-size: 20.8px;
    font-size: 1.3rem;
  }
  .regist-input__complete .link-type_001 a {
    font-size: 22.4px;
    font-size: 1.4rem;
  }
  .regist-input__complete .txt {
    margin-bottom: 45px;
  }
}
#contact #info .lead {
  margin-bottom: 20px;
}

#contact #info .info-list-block {
  margin-bottom: 15px;
  border-bottom: 1px solid #ddd;
}

@media screen and (min-width: 768px) {
  #contact #info .info-list-block {
    height: 172px;
  }
}
#contact #info .info-list-block li {
  position: relative;
}

@media screen and (max-width: 767px) {
  #contact #info .info-list-block li {
    padding: 15px 10px;
  }
  #contact #info .info-list-block li:not(:last-of-type) {
    border-bottom: 1px dotted #ddd;
  }
  #contact #info .info-list-block li:last-of-type dl dd {
    font-size: 20.8px;
    font-size: 1.3rem;
  }
}
@media screen and (min-width: 768px) {
  #contact #info .info-list-block li:first-of-type {
    width: 97%;
  }
  #contact #info .info-list-block li:last-of-type {
    width: 97%;
  }
}
#contact #info .info-list-block li dl {
  position: relative;
  display: block;
}

#contact #info .info-list-block li dl.tel:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/contact/icon_tel.png) no-repeat center center;
  background-size: 30px 30px;
}

#contact #info .info-list-block li dl.fax:before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  margin: 0 auto;
  background: url(../images/contact/icon_fax.png) no-repeat center center;
  background-size: 30px 30px;
}

@media screen and (max-width: 767px) {
  #contact #info .info-list-block li dl.tel:before, #contact #info .info-list-block li dl.fax:before {
    display: inline-block;
    vertical-align: middle;
  }
}
#contact #info .info-list-block li dl dt {
  display: block;
  text-align: center;
}

@media screen and (max-width: 767px) {
  #contact #info .info-list-block li dl dt {
    display: inline-block;
    min-width: 70px;
    text-align: center;
    vertical-align: middle;
  }
}
#contact #info .info-list-block li dl dt span {
  padding: 8px 15px;
  font-size: 20.8px;
  font-size: 1.3rem;
  color: #fff;
  background-color: #ff8f00;
}

@media screen and (min-width: 768px) {
  #contact #info .info-list-block li dl dt span {
    margin-top: 10px;
    padding: 4px 25px;
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}
#contact #info .info-list-block li dl dd {
  display: inline-block;
  margin-top: 10px;
  padding: 0;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "ヒラギノ角ゴ Pro W3", "メイリオ", sans-serif;
  font-size: 44.8px;
  font-size: 2.8rem;
  text-align: center;
  vertical-align: middle;
}

@media screen and (min-width: 768px) {
  #contact #info .info-list-block li dl dd {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  #contact #info .info-list-block li:last-of-type dl dd {
    font-size: 44.8px;
    font-size: 2.8rem;
  }
}
#contact #info .notice {
  margin: 40px auto;
  text-align: center;
}

#contact #download .sec-inner {
  padding-top: 30px;
}

.info-change .ttl-type_003.search {
  padding-left: 40px;
  background: url(../images/budget/icon_search.png) no-repeat left top;
  background-size: 30px 30px;
}

.info-change .ttl-type_003 {
  padding-left: 40px;
  background: url(../images/common/nk-icon_human.png) no-repeat left top;
  background-size: 30px 30px;
}
.info-change .ttl-type_003.money {
  background-image: url(../images/budget/icon_money.png);
  background-position-x: -3px;
  background-position-y: -3px;
  background-size: 40px;
}
.info-change .lbl-negative {
	color: #f93e3e;
}

.info-change #btn_submit_error {
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .info-change #btn_submit_error {
    margin-right: auto;
  }
}

.info-change__lead {
  margin-bottom: 25px;
  font-size: 25.6px;
  font-size: 1.6rem;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .info-change__lead {
    margin-bottom: 25px;
    font-size: 20.8px;
    font-size: 1.3rem;
    text-align: center;
  }
}
.bookmark-anken .ttl-type_003 {
  padding-left: 40px;
  background: url(../images/common/nk-icon_bookmark.png) no-repeat left top;
  background-size: 28px 30px;
}

/*2019/08/23 add (nk0822/style3.css) START*/
.bookmark-anken__title-wrap {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.bookmark-anken__title-wrap .ttl-type_003 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .bookmark-anken__title-wrap {
    width: auto;
    padding: 5.21512vw 0 0;
  }
}
/*2019/08/23 add (nk0822/style3.css) END*/
.bookmark-anken__search {
  width: 100%;
  padding: 20px 40px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #fafafa;
}

.bookmark-anken__search .select-parts select {
  font-weight: normal;
}

.bookmark-anken__search-display {
  display: inline-block;
  vertical-align: top;
}

.bookmark-anken__search-display .select-parts {
  width: 60px;
}

.bookmark-anken__search-year {
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
}

.bookmark-anken__search-year .select-parts {
  width: 120px;
}

.bookmark-anken__search-order {
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
}

.bookmark-anken__search-order .select-parts {
  width: 220px;
}

.bookmark-anken__result-text {
  position: absolute;
  margin-top: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.bookmark-anken__paging {
  width: 100%;
  margin: 20px auto 0;
  text-align: center;
}

.bookmark-anken__action {
  width: 100%;
  margin: 20px auto 0;
  text-align: right;
}

.bookmark-anken__action-btn {
  display: inline-block;
}

.bookmark-anken__action-btn + .bookmark-anken__action-btn {
  margin-left: 20px;
}

.bookmark-anken__action-text {
  position: relative;
  right: 128px;
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 14px;
}

.bookmark-anken__action-text a {
  text-decoration: none;
  color: #028307;
}

.bookmark-anken__action-text img {
  position: relative;
  margin-left: 10px;
}

.bookmark-anken__action__list {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .bookmark-anken__search {
    padding: 2.60756vw 5.21512vw;
    font-size: 2.08605vw;
  }
  .bookmark-anken__search-display {
    line-height: 6.5189vw;
  }
  .bookmark-anken__search-display .select-parts {
    width: 10.43025vw;
  }
  .bookmark-anken__search-display .select-parts select {
    height: 6.5189vw;
  }
  .bookmark-anken__search-year {
    margin-left: 5.21512vw;
    line-height: 6.5189vw;
  }
  .bookmark-anken__search-year .select-parts {
    width: 18.25293vw;
  }
  .bookmark-anken__search-year .select-parts select {
    height: 6.5189vw;
  }
  .bookmark-anken__search-order {
    margin-top: 2.60756vw;
    margin-left: auto;
    line-height: 6.5189vw;
  }
  .bookmark-anken__search-order .select-parts {
    width: 28.68318vw;
  }
  .bookmark-anken__search-order .select-parts select {
    height: 6.5189vw;
  }
  .bookmark-anken__result-text {
    margin-top: 2.60756vw;
    font-size: 2.08605vw;
  }
  .bookmark-anken__paging {
    margin: 5.21512vw auto 0;
  }
  .bookmark-anken__action {
    margin: 5.21512vw auto 0;
  }
  .bookmark-anken__action-btn + .bookmark-anken__action-btn {
    margin-left: 2.60756vw;
  }
  .bookmark-anken__action-text {
    right: 19.55671vw;
    font-size: 2.08605vw;
    line-height: 1;
  }
  .bookmark-anken__action-text img {
    margin-left: 1.30378vw;
  }
  .bookmark-anken__list {
    margin-top: 5.21512vw;
  }
}
.both-item-search__btn--block, .both-item-search__btn--area, .both-item-search__btn--category {
  height: 40px;
  margin: 20px 0 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 40px;
  background: #07780b url(../images/common/nk-icon_link-out.png) no-repeat right 20px center;
  background-size: 16px 16px;
}

.both-item-search__btn--block .nk-btn-inner, .both-item-search__btn--area .nk-btn-inner, .both-item-search__btn--category .nk-btn-inner {
  left: -10px;
}

.both-item-search--mode-nyusatsu .form-sub-ttl {
  /* display: none; */
  /* background-color: #e8f5e9;
  color: black; */
}

.both-item-search--mode-rakusatsu .form-sub-ttl {
  /* display: none; */
  /* background-color: #d6ecff;
  color: black; */
}

.both-item-search--mode-nyusatsu .both-item-search__f, .both-item-search--mode-rakusatsu .both-item-search__f {
  margin-top: 0;
  padding-bottom: 0;
  border-top: none;
  border-bottom: none;
}

.both-item-search--mode-nyusatsu .both-item-search__f:nth-child(n+2), .both-item-search--mode-rakusatsu .both-item-search__f:nth-child(n+2) {
  padding-bottom: 20px;
  border-bottom: 1px solid #ddd;
}

.both-item-search--mode-nyusatsu .both-item-search__f:nth-child(n+2) .both-item-search__f-title, .both-item-search--mode-rakusatsu .both-item-search__f:nth-child(n+2) .both-item-search__f-title {
  display: none;
}

.both-item-search--mode-nyusatsu .both-item-search__f-title, .both-item-search--mode-rakusatsu .both-item-search__f-title {
  border-top: 1px solid #ddd;
}

.both-item-search--mode-nyusatsu .both-item-search__f-box:last-child, .both-item-search--mode-rakusatsu .both-item-search__f-box:last-child {
  margin-bottom: 0;
}

.both-item-search--mode-nyusatsu .both-item-search__f--rakusatsu {
  display: none;
}

.both-item-search--mode-nyusatsu .both-item-search__f-title {
  background-color: #e8f5e9;
}

.both-item-search--mode-nyusatsu .both-item-search__f-box-l {
  background-color: #e8f5e9;
}

.both-item-search--mode-rakusatsu .both-item-search__f--nyusatsu {
  display: none;
}

.both-item-search--mode-rakusatsu .both-item-search__f-title {
  background-color: #d6ecff;
}

.both-item-search--mode-rakusatsu .both-item-search__f-box-l {
  background-color: #d6ecff;
}

.both-item-search__inner {
  width: 1080px;
  margin: 0 auto;
  padding: 0 0 40px;
}

@media screen and (max-width: 767px) {
  .both-item-search__inner {
    width: auto;
    padding: 0;
  }
}
.both-item-search__title-wrap {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}

.both-item-search__title-wrap .ttl-type_003 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .both-item-search__title-wrap {
    width: auto;
    padding: 5.21512vw 0 0;
  }
}
.both-item-search__result-btn-area {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-align: left;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.both-item-search__result-btn-area-text {
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  color: #07780b;
}

.both-item-search__result-btn-area--bottom {
  display: block;
  width: 1080px;
  margin: 0 auto 40px;
  text-align: right;
}

@media screen and (max-width: 767px) {
  .both-item-search__result-btn-area {
    display: block;
    text-align: center;
  }
  .both-item-search__result-btn-area-text {
    font-size: 32px;
    font-size: 2rem;
    font-weight: bold;
    color: #07780b;
  }
  .both-item-search__result-btn-area--bottom {
    width: 100%;
    margin: 0 auto 5.21512vw;
  }
}
.both-item-search__result-heading {
  margin-top: 40px;
  padding-top: 40px;
  text-align: center;
  border-top: 4px solid #07780b;
}

.both-item-search__result-heading-text1 {
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  line-height: 1.2;
  color: #07780b;
}

.both-item-search__result-heading-text2 {
  margin-top: 10px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

@media screen and (max-width: 767px) {
  .both-item-search__result-heading {
    margin-top: 5.21512vw;
    padding-top: 5.21512vw;
  }
  .both-item-search__result-heading-text1 {
    font-size: 3.91134vw;
  }
  .both-item-search__result-heading-text2 {
    margin-top: 1.30378vw;
    font-size: 2.34681vw;
  }
}
.both-item-search__result-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fafafa;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.both-item-search__result-action-note {
  margin-left: 10px;
  line-height: 40px;
}

.both-item-search__result-action-note a {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: bold;
  text-decoration: none;
  color: #07780b;
}

.both-item-search__result-action-note img {
  margin-left: 8px;
  vertical-align: middle;
}

.both-item-search__result-action .select-parts.sorttype select {
  width: 190px;
}

.both-item-search__result-action .select-parts.pagesize select {
  width: 70px;
}

@media screen and (max-width: 767px) {
  .both-item-search__result-action {
    display: block;
    margin-top: 5.21512vw;
    padding-top: 2.60756vw;
    padding-right: 2.60756vw;
    padding-bottom: 2.60756vw;
    font-size: 2.08605vw;
    text-align: center;
  }
  .both-item-search__result-action-note {
    margin-left: 1.30378vw;
    line-height: 5.21512vw;
  }
  .both-item-search__result-action-note a {
    font-size: 1.82529vw;
  }
  .both-item-search__result-action-note img {
    margin-left: 1.04302vw;
  }
  .both-item-search__result-action-csv {
    margin-bottom: 20px;
  }
  .both-item-search__result-action .select-parts.sorttype select {
    width: 32.59452vw;
    height: 6.5189vw;
    line-height: 6.5189vw;
  }
  .both-item-search__result-action .select-parts.pagesize select {
    width: 9.12647vw;
    height: 6.5189vw;
    line-height: 6.5189vw;
  }
}
.both-item-search__result-paging_top {
  margin: 20px auto;
  text-align: center;
}

.both-item-search__result-paging_bottom {
  margin: 80px auto 20px;
  text-align: center;
}

.next-page, .prev-page {
  width: 120px;
}

.first-page {
  width: 140px;
}

@media screen and (max-width: 767px) {
  .both-item-search__result-paging {
    margin: 10.43025vw auto;
  }
}
.both-item-search__btn--call-saved {
  width: 443px;
  background: #EE7800 url(../images/common/nk-icon_link-out.png) no-repeat right 40px center;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--call-saved {
    width: 57.7575vw;
    background-position: right 5.21512vw center;
    background-size: 3.38983vw 3.38983vw;
  }
}
.both-item-search__btn--block {
  width: 168px;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--block {
    margin: 2.60756vw auto 0;
  }
}
.both-item-search__btn--span1 {
  display: inline-block;
  width: 254px;
  height: 40px;
  margin: 20px 0 0;
  cursor: pointer;
  background: url(../images/both_item_search/btn_span1.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--span1 {
    width: 45.63233vw;
    height: 7.1708vw;
    margin: 2.60756vw 0 0;
    background-size: 45.63233vw 7.1708vw;
  }
}
.both-item-search__btn--span2 {
  display: inline-block;
  width: 270px;
  height: 40px;
  margin: 20px 0 0 20px;
  cursor: pointer;
  background: url(../images/both_item_search/btn_span2.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--span2 {
    width: 48.37027vw;
    height: 7.1708vw;
    margin: 2.60756vw 0 0;
    background-size: 48.37027vw 7.1708vw;
  }
}
.both-item-search__btn--span3 {
  display: inline-block;
  width: 174px;
  height: 40px;
  margin: 20px 0 0;
  cursor: pointer;
  background: url(../images/both_item_search/btn_span3.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--span3 {
    width: 26.07562vw;
    height: 5.99739vw;
    margin: 2.60756vw 0 0;
    background-size: 26.07562vw 5.99739vw;
  }
}
.both-item-search__btn--area {
  display: inline-block;
  width: 168px;
  margin: 0 0 0 20px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--area {
    margin-top: 20px;
  }
}
.both-item-search__btn--category {
  display: inline-block;
  width: 194px;
  margin: 0 0 0 20px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--category {
    margin-top: 20px;
  }
}
.both-item-search__btn--submit {
  width: 250px;
  background-position: right 50px center;
}

.both-item-search__btn--submit .nk-btn-inner {
  padding-left: 20px;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--submit {
    width: 42.76402vw;
    padding-left: 2.60756vw;
    background-position: right 6.5189vw center;
  }
  .both-item-search__btn--submit .nk-btn-inner {
    padding-left: 2.60756vw;
  }
}
.both-item-search__btn--edit-saved {
  position: relative;
  right: 0;
  display: inline-block;
  width: 200px;
  height: 40px;
  margin: 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 40px;
  background-color: #EE7800;
  background-position: right 20px center;
  background-size: 16px 16px;
}

.both-item-search__btn--edit-saved .nk-btn-inner {
  left: -10px;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--edit-saved {
    display: block;
    margin: 2.60756vw auto 0;
  }
}
.both-item-search__btn--check-off-all, .both-item-search__btn--check-on-all {
  display: inline-block;
  width: 180px;
  height: 40px;
  margin: 20px 0 20px 20px;
  cursor: pointer;
  background: url(../images/both_item_search/btn_check_off_all.png) no-repeat center center;
}

.both-item-search__btn--check-off-all:hover, .both-item-search__btn--check-on-all:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--check-off-all, .both-item-search__btn--check-on-all {
    width: 23.46806vw;
    height: 5.21512vw;
    margin: 2.60756vw 0 2.60756vw 2.60756vw;
    background-size: 23.46806vw 5.21512vw;
  }
}
.both-item-search__btn--check-on-all {
  background: url(../images/both_item_search/btn_check_on_all.png) no-repeat center center;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--check-on-all {
    background-size: 23.46806vw 5.21512vw;
  }
}
.both-item-search__btn--csv {
  display: inline-block;
  width: 126px;
  height: 40px;
  margin: 0 0 0 20px;
  cursor: pointer;
  vertical-align: top;
  /* background: url(../images/both_item_search/btn_csv.png) no-repeat center center; */
  padding-right: 20px;
}

.both-item-search__btn--csv:hover {
  opacity: 0.7;
}

@media screen and (max-width: 767px) {
  .both-item-search__btn--csv {
    width: 20.42764vw;
    height: 5.21512vw;
    margin: 0;
    /* background-size: 16.42764vw 5.21512vw; */
    line-height: 5.5189vw;
  }
}
.both-item-search__note {
  display: inline-block;
  font-size: 12px;
  font-weight: bold;
  line-height: 14px;
  cursor: pointer;
  color: #07780b;
}

.both-item-search__note img {
  position: relative;
  margin-left: 3px;
}

.both-item-search__attention {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #e62828;
}

.both-item-search .form-sub-ttl {
  width: 1080px;
  margin: 40px auto 0;
  line-height: 1.3;
}

@media screen and (max-width: 767px) {
  .both-item-search .form-sub-ttl {
    width: auto;
    margin: 5.21512vw auto 0;
  }
}
.both-item-search__f {
  position: relative;
  margin-top: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  border: 1px solid #ddd;
}

.both-item-search__f:first-child {
  margin-top: 20px;
}

.both-item-search__f--nyusatsu .both-item-search__f-title {
  background-color: #e8f5e9;
}

.both-item-search__f--nyusatsu .both-item-search__f-box-l {
  background-color: #e8f5e9;
}

.both-item-search__f--rakusatsu .both-item-search__f-title {
  background-color: #d6ecff;
}

.both-item-search__f--rakusatsu .both-item-search__f-box-l {
  background-color: #d6ecff;
}

.both-item-search__f-title {
  position: relative;
  display: block;
  height: 56px;
  padding-left: 45px;
  font-weight: bold;
  line-height: 56px;
  background: #fffad5 url(../images/common/nk-icon_search.png) no-repeat left 20px center;
  background-size: 18px 18px;
  z-index: -1;
}

.both-item-search__f-accordion {
  position: absolute;
  top: 20px;
  right: 20px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/common/nk-icon_accordion.png) no-repeat center center;
  background-size: 20px 20px;
}

.both-item-search__f-accordion.is-close {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.both-item-search__f-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px 20px 0;
  border: 1px solid #ddd;
}

.both-item-search__f-box-wrap {
  padding-top: 20px;
}

.both-item-search__f-box:first-child {
  margin-top: 0;
}

.both-item-search__f-box:last-child {
  margin-bottom: 20px;
}

.both-item-search__f-box-l {
  width: 240px;
  padding: 20px;
  vertical-align: top;
  background-color: #fffad5;
}

.both-item-search__f-box-l h3 {
  font-weight: bold;
}

.both-item-search__f-box-r {
  width: 800px;
  padding: 20px;
  vertical-align: top;
}

.both-item-search__f-box-r-text {
  white-space: pre-line;
  word-wrap: break-word;
}

@media screen and (max-width: 767px) {
  .both-item-search__f-box {
    display: block;
    margin: 2.60756vw 2.60756vw 0;
  }
  .both-item-search__f-box-wrap {
    margin-top: 0;
    padding-top: 2.60756vw;
  }
  .both-item-search__f-box-l {
    width: 100%;
    padding: 10px 1.69492vw;
  }
  .both-item-search__f-box-l h3 {
    line-height: 1.6;
  }
  .both-item-search__f-box-r {
    width: 100%;
    padding: 10px 1.69492vw;
  }
  .both-item-search__f-box-r-text {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.both-item-search__kw {
  margin-bottom: 20px;
  font-size: 0;
}

.both-item-search__kw input[type=text] {
  width: 310px;
  margin-bottom: 10px;
  vertical-align: top;
}

.both-item-search__kw input[type=text]:nth-child(even) {
  margin-left: 10px;
}

.both-item-search__kw--emphasize {
  border-bottom: 1px solid #ddd;
}

.both-item-search__kw--emphasize input[type=text] {
  width: 336px;
  padding: 15px 20px;
  font-size: 28.8px;
  font-size: 1.8rem;
}

.both-item-search__kw--emphasize .both-item-search__kw-title {
  width: 100%;
  color: #07780b;
}

.both-item-search__kw--emphasize .both-item-search__kw-content {
  width: 100%;
}

.both-item-search__kw--emphasize .both-item-search__kw-content-add {
  right: 26px;
  bottom: 53px;
}

.both-item-search__kw--emphasize .both-item-search__kw-content-remove {
  right: 26px;
  bottom: 123px;
}

.both-item-search__kw--company input[type=text] {
  width: 200px;
}

.both-item-search__kw--company input[type=text]:nth-child(even) {
  margin-left: inherit;
}

/* .both-item-search__kw--company input[type="text"]:nth-child(n + 2) {
  margin-left: 10px;
} */
/* .both-item-search__kw--company input[type="text"]:nth-child(5n + 1) {
  margin-left: 0;
} */
.both-item-search__kw--mail input[type=text] {
  width: 315px;
}

.both-item-search__kw--mail .both-item-search__kw-title {
  display: none;
}

.both-item-search__kw--mail .both-item-search__kw-content-add {
  bottom: 23px;
}

.both-item-search__kw--mail .both-item-search__kw-content-remove {
  bottom: 72px;
}

.both-item-search__kw:first-child {
  border-bottom: 1px solid #ddd;
}

.both-item-search__kw:last-child {
  margin-bottom: 0;
  border-bottom: none;
}

.both-item-search__kw-title {
  display: inline-block;
  width: 80px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 42px;
  vertical-align: top;
}

.both-item-search__kw-content {
  position: relative;
  display: inline-block;
  width: calc(100% - 80px);
  margin-bottom: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  vertical-align: top;
}

.both-item-search__kw-content-inner {
  position: relative;
}

.both-item-search__kw-content-add {
  position: absolute;
  right: 0;
  bottom: 42px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/common/nk-icon_plus.png) no-repeat center center;
  background-size: 20px 20px;
}

.both-item-search__kw-content-remove {
  position: absolute;
  right: 0;
  bottom: 95px;
  display: none;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/common/nk-icon_minus.png) no-repeat center center;
  background-size: 20px 20px;
}

.both-item-search__kw-content-text {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
}

.both-item-search__kw-2col {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.both-item-search__kw-2col .both-item-search__kw {
  width: 50%;
}

.both-item-search__kw-2col .both-item-search__kw:first-child {
  border-bottom: none;
}

.both-item-search__kw-2col .both-item-search__kw input[type=text] {
  width: 310px;
}

.both-item-search__kw-2col .both-item-search__kw input[type=text]:nth-child(even) {
  margin-left: inherit;
}

.both-item-search__kw-2col .both-item-search__kw-title, .both-item-search__kw-2col .both-item-search__kw-content {
  width: 100%;
}

.both-item-search__kw-2col .both-item-search__kw-title-add, .both-item-search__kw-2col .both-item-search__kw-title-remove, .both-item-search__kw-2col .both-item-search__kw-content-add, .both-item-search__kw-2col .both-item-search__kw-content-remove {
  right: 25px;
}

@media screen and (max-width: 767px) {
  .both-item-search__kw input[type=text] {
    width: 45%;
    padding: 7px 5px;
  }
  .both-item-search__kw input[type=text]:nth-child(even) {
    margin-left: 2%;
  }
  .both-item-search__kw--emphasize input[type=text] {
    padding: 7px 5px;
    font-size: 28.8px;
    font-size: 1.8rem;
  }
  .both-item-search__kw--emphasize .both-item-search__kw-title {
    line-height: 40px;
  }
  .both-item-search__kw--emphasize .both-item-search__kw-content-add {
    right: 0;
    bottom: 40px;
  }
  .both-item-search__kw--emphasize .both-item-search__kw-content-remove {
    right: 0;
    bottom: 95px;
  }
  .both-item-search__kw--company input[type=text] {
    width: 90%;
  }
  .both-item-search__kw--company input[type=text]:nth-child(n+2) {
    margin-left: inherit;
  }
  .both-item-search__kw--company input[type=text]:nth-child(5n+1) {
    margin-left: inherit;
  }
  .both-item-search__kw--mail input[type=text] {
    width: 45%;
    padding: 7px 5px;
  }
  .both-item-search__kw--mail input[type=text]:nth-child(even) {
    margin-left: 1.30378vw;
  }
  .both-item-search__kw--mail .both-item-search__kw-title {
    display: none;
  }
  .both-item-search__kw--mail .both-item-search__kw-content-add {
    bottom: 22px;
  }
  .both-item-search__kw-title {
    display: block;
    width: 100%;
    line-height: 40px;
  }
  .both-item-search__kw-content {
    width: 100%;
  }
  .both-item-search__kw-content-add, .both-item-search__kw-content-remove {
    background-size: 2.60756vw 2.60756vw;
  }
  .both-item-search__kw-2col {
    display: block;
  }
  .both-item-search__kw-2col .both-item-search__kw {
    width: 100%;
  }
  .both-item-search__kw-2col .both-item-search__kw input[type=text] {
    width: 92%;
  }
  .both-item-search__kw-2col .both-item-search__kw-content-add, .both-item-search__kw-2col .both-item-search__kw-content-remove {
    right: 0;
  }
}
.both-item-search__block {
  font-size: 0;
}

.both-item-search__block input[type=text] {
  width: 450px;
  padding-left: 5px;
  vertical-align: top;
}

.both-item-search__block-btn-wrap {
  display: inline-block;
  width: calc(100% - 470px);
  margin-left: 20px;
  vertical-align: top;
}

.both-item-search__block-btn-wrap .nk-btn {
  margin-top: 0;
}

.both-item-search__block-text {
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
}

@media screen and (max-width: 767px) {
  .both-item-search__block input[type=text] {
    width: 100%;
  }
  .both-item-search__block-btn-wrap {
    width: 100%;
    margin-top: 2.60756vw;
    margin-left: inherit;
  }
  .both-item-search__block-text {
    display: block;
    margin: 1.30378vw auto 0;
    text-align: center;
  }
}
.both-item-search__span-div {
  position: relative;
}

.both-item-search__span-div + .both-item-search__span-div {
  margin-top: 10px;
}

.both-item-search__span-div .select-parts {
  width: 100px;
}

.both-item-search__span-div:first-child {
  display: inline-block;
}

.both-item-search__span-div:first-child:after {
  content: "～";
  position: absolute;
  top: 8px;
  right: -30px;
  display: block;
}

@media screen and (max-width: 767px) {
  .both-item-search__span {
    text-align: center;
  }
  .both-item-search__span-div {
    font-size: 2.08605vw;
  }
  .both-item-search__span-div + .both-item-search__span-div {
    margin-top: 3.91134vw;
  }
  .both-item-search__span-div .select-parts {
    width: 15.64537vw;
  }
  .both-item-search__span-div .select-parts select {
    height: 6.5189vw;
    font-size: 1.82529vw;
  }
  .both-item-search__span-div:first-child {
    display: inline-block;
  }
  .both-item-search__span-div:first-child:after {
    top: 0;
    right: -3.91134vw;
    display: block;
    font-size: 2.08605vw;
    line-height: 7.1708vw;
  }
}
.both-item-search__area input[type=text] {
  width: 560px;
  padding-left: 5px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .both-item-search__area {
    text-align: center;
  }
  .both-item-search__area input[type=text] {
    width: 100%;
  }
}
.both-item-search__category input[type=text] {
  width: 535px;
  padding-left: 5px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .both-item-search__category {
    text-align: center;
  }
  .both-item-search__category input[type=text] {
    width: 100%;
  }
}
.both-item-search__bid, .both-item-search__rank, .both-item-search__kw-type, .both-item-search__has-attachment {
  position: relative;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .both-item-search__bid, .both-item-search__rank, .both-item-search__kw-type, .both-item-search__has-attachment {
    position: static;
    -webkit-transform: none;
    transform: none;
  }
}
.both-item-search__submit-wrap {
  width: 100%;
  margin: 0 auto;
  padding-top: 80px;
  padding-bottom: 80px;
  background-color: #fafafa;
}

.nk-btn + .both-item-search__submit-innner {
  margin-top: 40px;
}

.both-item-search__submit-inner {
  margin: 0 auto;
  text-align: center;
}

.both-item-search__submit-btn {
  display: inline-block;
  width: 328px;
  height: 62px;
  font-size: 32px;
  font-size: 2rem;
  font-weight: bold;
  line-height: 62px;
  cursor: pointer;
  vertical-align: top;
  color: #07780b;
  border: 2px solid #07780b;
  border-radius: 5px;
}

.both-item-search__submit-btn + .both-item-search__submit-btn {
  margin-left: 80px;
}

.fire_show_pop_update.disabled {
  cursor: not-allowed;
  opacity: 0.65;
}

@media screen and (max-width: 767px) {
  .both-item-search__submit-wrap {
    padding-top: 6.5189vw;
    padding-bottom: 6.5189vw;
  }
  .nk-btn + .both-item-search__submit-innner {
    margin-top: 3.91134vw;
  }
  .both-item-search__submit-inner {
    margin: 0 auto;
  }
  .both-item-search__submit-btn {
    display: block;
    width: 42.76402vw;
    height: 8.08344vw;
    margin: 3.91134vw auto 0;
    font-size: 2.60756vw;
    line-height: 8.08344vw;
  }
  .both-item-search__submit-btn + .both-item-search__submit-btn {
    margin-left: inherit;
  }
}
.both-item-search .form-type-full {
  margin-bottom: 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  border-bottom: none;
}

.both-item-search .form-type-full .form-ttl {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #07780b;
}

.both-item-search .pref-select .form-text {
  display: inline-block;
  margin: 20px 0 0 20px;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 40px;
  vertical-align: top;
}

@media screen and (max-width: 767px) {
  .both-item-search .pref-select .form-text {
    display: block;
    margin: 2.60756vw auto 0 1.30378vw;
    font-size: 1.82529vw;
    line-height: 2.08605vw;
  }
}
.both-item-search .pref-select dl {
  padding: 15px 0;
}

.both-item-search .pref-select dl:first-child {
  padding-top: 0;
}

.both-item-search .pref-select dl dt {
  width: 140px;
}

.both-item-search .pref-select dl .check-parts {
  margin-right: 12px;
  -webkit-font-feature-settings: "palt";
  font-feature-settings: "palt";
}

.both-item-search .pref-select dl .check-parts.disabled {
  color: #ddd;
}

.both-item-search .pref-select dl .check-parts.disabled:before {
  border: 1px solid #ddd;
}

.both-item-search .pref-select dl .check-parts.disabled:after {
  display: none;
}

@media screen and (max-width: 767px) {
  .both-item-search .pref-select dl dt .check-parts.disabled {
    color: #fffafa;
  }
}
@media screen and (max-width: 767px) {
  .both-item-search .pref-select dl dt {
    width: auto;
  }
}
.both-item-search .category-list ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.both-item-search .category-list ul li {
  width: 50%;
  padding: 10px 15px 0;
}

@media screen and (max-width: 767px) {
  .both-item-search .category-list ul li {
    width: 100%;
    padding: 1.30378vw 1.30378vw 0;
  }
}
.both-item-search .block__search-input {
  display: inline-block;
  width: 333px;
  margin: 20px auto 20px 20px;
  vertical-align: top;
  background-color: #e6e6e6;
}

.both-item-search .block__search-btn {
  display: inline-block;
  width: 80px;
  height: 40px;
  margin: 20px auto 20px 10px;
  line-height: 40px;
  text-align: center;
  vertical-align: top;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background-color: #07780b;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__search-input {
    display: inline-block;
    width: 52.15124vw;
    margin: 0 auto 2.60756vw 2.60756vw;
    vertical-align: top;
    background-color: #e6e6e6;
  }
  .both-item-search .block__search-btn {
    margin-top: 0;
    font-size: 22.4px;
    font-size: 1.4rem;
  }
}
.both-item-search .block__title {
  display: inline-block;
  width: 100%;
  padding: 5px 0 5px 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #07780b;
}

.both-item-search .block__title-note {
  font-size: 19.2px;
  font-size: 1.2rem;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__title-note {
    display: block;
    font-size: 1.82529vw;
  }
}
.both-item-search .block__wrap {
  width: 100%;
  padding: 20px;
  font-size: 0;
}

.both-item-search .block__wrap .checkbox .check-parts {
  margin-right: 0;
  padding-left: 21px;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__wrap {
    padding: 2.60756vw;
  }
  .both-item-search .block__wrap .checkbox .check-parts {
    margin-right: 0;
    margin-bottom: 10px;
    padding-top: 2px;
    font-size: 2.60756vw;
  }
}
.both-item-search .block__large {
  display: inline-block;
  width: 257px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
}

.both-item-search .block__large-list {
  border: 1px solid #ddd;
}

.both-item-search .block__large-item {
  height: 36px;
  padding-left: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  line-height: 36px;
  color: #07780b;
  border-top: 1px solid #ddd;
  background: #fff url(../images/common/nk-icon_arrow-right-green.png) no-repeat right 10px center;
  background-size: 10px 14px;
}

.both-item-search .block__large-item:first-child {
  border-top: none;
}

.both-item-search .block__large-item a {
  display: block;
  width: 100%;
  height: 100%;
  text-decoration: none;
  color: inherit;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__large-item a {
    font-size: 2.60756vw;
  }
}
.both-item-search .block__large-item.is-active {
  color: #000;
  background: #ddd url(../images/common/nk-icon_arrow-right-black.png) no-repeat right 10px center;
  background-size: 10px 14px;
}

.both-item-search .block__large-item.is-active label input:checked + .check-parts::before {
  border: 1px solid #000;
  background: #000;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__large {
    display: block;
    width: 100%;
  }
  .both-item-search .block__large-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    border-bottom: none;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
  .both-item-search .block__large-list:after {
    content: "";
    position: relative;
    top: -1px;
    display: block;
    width: 100%;
    height: 1px;
    background-color: #ddd;
  }
  .both-item-search .block__large-item {
    width: 50%;
    height: 40px;
    padding-left: 2.60756vw;
    font-size: 2.08605vw;
    font-weight: normal;
    line-height: 40px;
    border-top: none;
    border-bottom: 1px solid #ddd;
    background-position: right 1.30378vw center;
    background-size: 1.30378vw 1.82529vw;
  }
  .both-item-search .block__large-item.is-active {
    background-position: right 1.30378vw center;
    background-size: 1.30378vw 1.82529vw;
  }
}
.both-item-search .block__medium {
  display: inline-block;
  width: 557px;
  margin-left: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  vertical-align: top;
}

.both-item-search .block__medium-head {
  position: relative;
  height: 36px;
  padding-left: 20px;
  line-height: 20px;
  color: #000;
  background-color: #ddd;
}

.both-item-search .block__medium-accordion {
  position: absolute;
  top: 50%;
  right: 10px;
  display: inline-block;
  width: 14px;
  height: 10px;
  cursor: pointer;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  background: url(../images/common/nk-icon_arrow-bottom-black.png) no-repeat center center;
  background-size: 14px 10px;
}

.both-item-search .block__medium-accordion.is-close {
  -webkit-transform: translateY(-50%) rotate(180deg);
  transform: translateY(-50%) rotate(180deg);
}

.both-item-search .block__medium-inner + .block__medium-inner {
  border-top: 1px solid #ccc;
}

.both-item-search .block__medium-list {
  border-right: 1px solid #ddd;
  border-left: 1px solid #ddd;
}

.both-item-search .block__medium-item {
  position: relative;
  padding-left: 20px;
  line-height: 36px;
  border-bottom: 1px solid #ddd;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__medium {
    display: block;
    width: 100%;
    margin-left: inherit;
  }
  .both-item-search .block__medium-head {
    padding-left: 2.60756vw;
  }
  .both-item-search .block__medium-accordion {
    right: 1.30378vw;
  }
  .both-item-search .block__medium-item {
    position: relative;
    padding-left: 2.60756vw;
  }
}
.both-item-search .block__small {
  padding-left: 17px;
}

.both-item-search .block__small-accordion {
  display: inline-block;
  width: 130px;
  margin-left: 10px;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 13px;
  background-color: #6fba2c;
  /*「 さらに詳細に絞る」 要素を右寄せにする */
  /* position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); */
}

.both-item-search .block__check-all-s-block, .yotei-search .block__check-all-s-block {
  /* display: inline-block; */
  width: 130px;
  /* margin-left: 10px; */
  margin: 5px 15px;
  float: right;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 13px;
  background-color: #6fba2c;
  /*「 さらに詳細に絞る」 要素を右寄せにする */
  /* position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); */
}

.both-item-search .block__check-all-s-block.all-checked, .yotei-search .block__check-all-s-block.all-checked {
  /* display: inline-block; */
  width: 130px;
  /* margin-left: 10px; */
  margin: 5px 15px;
  float: right;
  font-size: 19.2px;
  font-size: 1.2rem;
  font-weight: normal;
  line-height: 20px;
  cursor: pointer;
  text-align: center;
  color: #6fba2c;
  border-radius: 13px;
  background-color: #fff;
  /*「 さらに詳細に絞る」 要素を右寄せにする */
  /* position: absolute;
  right: 10px;
  top: 50%;
  transform: translateY(-50%); */
}

/*2019.09.20 ADD End*/
.both-item-search .block__filtered, .yotei-search .block__filtered {
  font-size: 19.2px;
  font-size: 1.2rem;
  color: #ff8f00;
  margin-left: 5px;
  line-height: 20px;
}

/*2019.09.20 ADD Start*/
.both-item-search .block__small-list {
  font-size: 0;
}

.both-item-search .block__small-item {
  display: inline-block;
  width: 103px;
  padding-left: 3px;
  font-size: 22.4px;
  font-size: 1.4rem;
  line-height: 1;
  color: #333;
}

.both-item-search .block__small-item:first-child {
  margin-left: 0;
}

.both-item-search .block__small-item.col2 {
  width: 206px;
}

.both-item-search .block__small-item.col3 {
  width: 309px;
}

.both-item-search .block__small-item.col4 {
  width: 412px;
}

.both-item-search .block__small-item.col5 {
  width: 515px;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__small {
    padding-left: 3.25945vw;
  }
  .both-item-search .block__small-accordion {
    display: inline-block;
    width: 22.16428vw;
    margin-left: 2.60756vw;
    font-size: 2.08605vw;
    border-radius: 1.69492vw;
  }
  .both-item-search .block__check-all-s-block {
    display: inline-block;
    width: 22.16428vw;
    margin-left: 2.60756vw;
    font-size: 2.08605vw;
    border-radius: 1.69492vw;
  }
  .both-item-search .block__check-all-s-block.all-checked {
    display: inline-block;
    width: 22.16428vw;
    margin-left: 2.60756vw;
    font-size: 2.08605vw;
    border-radius: 1.69492vw;
  }
  .both-item-search .block__small-list {
    font-size: 0;
  }
  .both-item-search .block__small-item {
    display: block;
    width: 95%;
    padding-left: 0;
    font-size: 2.08605vw;
    line-height: 26px;
  }
  .both-item-search .block__small-item.col2, .both-item-search .block__small-item.col3, .both-item-search .block__small-item.col4, .both-item-search .block__small-item.col5 {
    width: 95%;
  }
}
.both-item-search .block__btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 20px auto 40px;
  text-align: center;
  color: #07780b;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.both-item-search .block__btn-wrap .nk-btn {
  display: inline-block;
  margin: 0;
}

.both-item-search .block__btn-text {
  margin-top: 17px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  color: #0068B7;
}

@media screen and (max-width: 767px) {
  .both-item-search .block__btn-wrap {
    display: block;
    margin: 2.60756vw auto 5.21512vw;
  }
  .both-item-search .block__btn-wrap .nk-btn {
    display: block;
    margin: 2.60756vw auto 0;
  }
  .both-item-search .block__btn-text {
    margin-top: 0;
    font-size: 1.82529vw;
  }
}
.both-item-search .saved-list {
  margin: 40px auto;
}

.both-item-search .saved-btn {
  width: 350px;
  height: 63px;
  margin-left: 20px;
  background: #ff8f00 url(../images/common/nk-icon_new.png) no-repeat right 60px center;
  background-size: 22px 26px;
}

.both-item-search .saved-item {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-top: 10px;
  padding-bottom: 10px;
  font-size: 0;
  background-color: #fff;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.both-item-search .saved-item:nth-child(even) {
  background-color: #f5f5f5;
}

.both-item-search .saved-item:first-child {
  height: 0px;
  padding: 0px;
  /*visibility: hidden;*/
}

#saved-item-name-for-headline {
  height: 0;
}

#saved-item-name-for-headline:after {
  content: "【保存した検索条件】";
  position: absolute;
  top: -25px;
  left: 0;
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  visibility: visible;
  font-weight: normal;
}

#saved-item-status-for-headline {
  height: 0;
  line-height: normal;
  position: static;
}

#saved-item-status-for-headline:after {
  content: "【検索対象】";
  position: absolute;
  top: -25px;
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  visibility: visible;
  font-weight: normal;
}

#saved-item-move-for-headline {
  height: 0;
  display: inline-block;
  width: 50px;
  margin-left: 20px;
}

#saved-item-move-for-headline:after {
  content: "【掲載順変更】";
  position: absolute;
  top: -25px;
  right: 0;
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  visibility: visible;
  color: black;
  cursor: default;
}

.both-item-search .saved-item-name {
  display: inline-block;
  width: 570px;
  padding-right: 10px;
  padding-left: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
}

.both-item-search .saved-item-status {
  position: relative;
  display: inline-block;
  width: 136px;
  height: 37px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 37px;
  text-align: center;
  color: #000;
  border-radius: 5px;
  background-color: #fffad5;
}

.both-item-search .saved-item-status--nyusatsu {
  background-color: #e8f5e9;
}

.both-item-search .saved-item-status--rakusatsu {
  background-color: #d6ecff;
}

.both-item-search .saved-item-call {
  display: inline-block;
  width: 150px;
  height: 37px;
  margin-left: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  cursor: pointer;
  vertical-align: top;
  color: #fff;
  border-radius: 5px;
  background: #ff8f00 url(../images/common/nk-icon_link-out.png) no-repeat right 20px center;
  background-size: 16px 16px;
}

#saved-item-call-for-headline {
  display: inline-block;
  width: 150px;
  margin-left: 20px;
}

.both-item-search .saved-item-call-inner {
  position: relative;
  top: 50%;
  left: -10px;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.both-item-search .saved-item-delete {
  display: inline-block;
  width: 68px;
  height: 37px;
  margin-left: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  cursor: pointer;
  vertical-align: top;
  color: #fff;
  border-radius: 5px;
  background-color: #787878;
}

#saved-item-delete-for-headline {
  display: inline-block;
  width: 68px;
  margin-left: 20px;
}

.both-item-search .saved-item-delete-inner {
  position: relative;
  top: 50%;
  display: block;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  text-align: center;
}

.both-item-search .saved-item-move {
  display: inline-block;
  width: 50px;
  height: 37px;
  margin-left: 20px;
  font-size: 22.4px;
  font-size: 1.4rem;
  cursor: pointer;
  vertical-align: top;
  border-radius: 5px;
  background: url(../images/common/nk-icon_move.png) no-repeat center center;
  background-size: 33px 15px;
}

.regist_search_list {
  margin-bottom: 40px;
}
.info-change .ttl-type_003 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.info-change .ttl-type_003 a {
  display: block;
  margin-top: -12px;
  position: relative;
  top: 6px;
}
.info-change .mb-only {
  display: none;
}
@media screen and (max-width: 767px) {
  .info-change h2.money a,
  .info-change h2.agree a {
    display: none;
  }
  .info-change .mb-only {
    display: flex;
    justify-content: flex-end;
  }
}
@media screen and (max-width: 480px) {
  .regist_search_list .ttl-type_003 a {
    padding: 0.75rem;
    padding-right: 3.25rem;
    font-size: 1.35rem;
    background-size: 1.75rem;
  }
}
.regist_search_list .link_button_flat {
  padding-right: 40px;
  background-image: url(../images/common/nk-icon_plus.png);
  background-repeat: no-repeat;
  background-position: center right 10px;
  background-size: 20px 20px;
}
.regist_search_list .ttl-action {
  display: flex;
  justify-content: end;
}
.info-change .yotei-search .saved-list,
.info-change .both-item-search .saved-list {
  user-select: none;
  margin: 20px 0;
}
.info-change .yotei-search .saved-item,
.info-change .both-item-search .saved-item {
  display: flex;
  align-items: center;
  justify-content: space-between;
  padding: 10px 20px;
  background-color: #f5f5f5;
  border: 1px solid #ddd;
}
.info-change .yotei-search .saved-item:first-child,
.info-change .both-item-search .saved-item:first-child {
  height: unset;
  padding: 10px 20px;
}
.info-change .yotei-search .saved-item:nth-child(even),
.info-change .both-item-search .saved-item:nth-child(even) {
  background-color: #fff;
}
.info-change .yotei-search .saved-item + .saved-item,
.info-change .both-item-search .saved-item + .saved-item {
  margin-top: -1px;
}
.info-change .yotei-search .saved-list.headline,
.info-change .both-item-search .saved-list.headline {
  margin: 50px auto -20px;
}
.info-change .yotei-search .saved-list.headline .saved-item,
.info-change .both-item-search .saved-list.headline .saved-item {
  height: 0;
  padding: 0;
  border: none;
}
.info-change .yotei-search .saved-item-name,
.info-change .both-item-search .saved-item-name {
  padding: 0;
  width: unset;
  height: 100%;
}
.info-change .yotei-search .saved-item-delete-inner,
.info-change .both-item-search .saved-item-delete-inner {
  color: #fff;
}
.info-change .yotei-search .saved-group,
.info-change .both-item-search .saved-group {
	display: flex;
	align-items: center;
}
.info-change .yotei-search .saved-group .disabled,
.info-change .both-item-search .saved-group .disabled {
  opacity: .5;
}
@media screen and (max-width: 767px) {
  .info-change .yotei-search .saved-item,
  .info-change .both-item-search .saved-item {
    border-style: dotted;
  }
}
@media screen and (max-width: 480px) {
  .info-change .yotei-search .saved-item,
  .info-change .both-item-search .saved-item,
  .info-change .yotei-search .saved-item:first-child,
  .info-change .both-item-search .saved-item:first-child {
    padding-left: 10px;
    padding-right: 10px;
  }
  .info-change .yotei-search .saved-item-name,
  .info-change .both-item-search .saved-item-name {
    max-width: 60%;
  }
}
.nk-modal__wrap--regist_search_condition {
  margin-bottom: 0;
}
.nk-modal__wrap--regist_search_condition .form-type-full {
  margin-bottom: 0;
  border-bottom: none;
}
.nk-modal__wrap--regist_search_condition .form-type-full .form-ttl {
  color: #fff;
  background-color: #07780b;
}
.nk-modal__wrap--regist_search_condition .form-type-full .form-type-full-inner {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  color: #07780b;
}

.saved-notice {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.saved-notice li {
  display: flex;
  flex: 1 0 0%;
  flex-shrink: 0;
  align-items: center;
  line-height: 1;
  width: 100%;
  max-width: 100%;
}
.saved-notice--caption {
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 12px 20px;
  color: #000;
  font-size: 1.4rem;
  font-weight: 600;
  text-align: center;
  text-decoration: underline;
  background-color: #FFFAD5;
  min-width: 136px;
  border-radius: 5px;
  position: relative;
}
.saved-notice--caption:hover {
  text-decoration: none;
}
.saved-notice--nyuraku .saved-notice--caption {
  background-color: #FFFAD0;
}
.saved-notice--nyusatsu .saved-notice--caption {
  background-color: #E3F6E7;
}
.saved-notice--rakusatsu .saved-notice--caption {
  background-color: #D1EDFF;
}
.saved-notice--yotei .saved-notice--caption {
  background-color: #FFF9D0;
}
.saved-notice--counter {
  padding-left: 10px;
  font-size: 145%;
  font-weight: 600;
}
.saved-notice--counter strong {
  font-size: 225%;
}

@media screen and (max-width: 767px) {
  .saved-notice {
    flex-wrap: wrap;
  }
  .saved-notice li {
    flex: 0 0 auto;
    width: 50%;
  }
}

@media screen and (max-width: 480px) {
  .saved-notice li {
    width: 100%;
  }
}

.info-change-notice-list .headline {
  margin-bottom: 0;
}
.info-change-notice-list .headline ~ .saved-list {
  margin-top: 0;
  margin-bottom: 0;
}
.info-change-notice-list .saved-list:not(.headline) .saved-item:first-child {
  padding-top: 10px;
  padding-bottom: 10px;
  height: unset;
}
.info-change-notice-list .saved-item {
  justify-content: space-between;
}
.info-change-notice-list .saved-item-name {
  display: flex;
  align-items: center;
}
.info-change-notice-list .saved-item-delete,
.info-change-notice-list .saved-item-delete-inner {
  color: #FFF;
}



@media screen and (max-width: 767px) {
  .both-item-search .saved-list {
    margin: 5.21512vw auto;
  }
  .both-item-search .saved-btn {
    width: 45.63233vw;
    height: 8.21382vw;
    margin-left: 2.60756vw;
    background-position: right 7.82269vw center;
    background-size: 2.86832vw 3.38983vw;
  }
  .both-item-search .saved-item:first-child:after {
    top: -3.25945vw;
    font-size: 1.56454vw;
  }
  #saved-item-name-for-headline:after {
    content: "【保存した検索条件】";
    position: absolute;
    top: -25px;
    left: 0;
    display: block;
    font-size: 1.82529vw;
    visibility: visible;
    font-weight: normal;
    line-height: 37px;
  }
  #saved-item-status-for-headline {
    height: 0;
    position: static;
  }
  #saved-item-status-for-headline:after {
    content: "【検索対象】";
    position: absolute;
    top: -25px;
    display: block;
    font-size: 1.82529vw;
    visibility: visible;
    font-weight: normal;
    line-height: 37px;
  }
  #saved-item-move-for-headline:after {
    content: "【掲載順変更】";
    position: absolute;
    top: -25px;
    right: 0;
    display: block;
    font-size: 1.82529vw;
    visibility: visible;
    color: black;
    cursor: default;
    line-height: 37px;
  }
  .both-item-search .saved-item-name {
    width: 41.72099vw;
    height: 7.43155vw;
    padding-left: 2.60756vw;
    font-size: 1.82529vw;
    line-height: 3.43155vw;
  }
  .both-item-search .saved-item-status {
    width: 16.16688vw;
    height: 4.82399vw;
    font-size: 1.82529vw;
    line-height: 4.82399vw;
  }
  .both-item-search .saved-item-call {
    width: 16.94915vw;
    height: 4.82399vw;
    margin-left: 1.04302vw;
    font-size: 1.82529vw;
    background-position: right 2.08605vw top 1.30378vw;
    background-size: 1.82529vw 1.82529vw;
  }
  #saved-item-call-for-headline {
    width: 16.94915vw;
    margin-left: 1.04302vw;
  }
  .both-item-search .saved-item-call-inner {
    left: -1.30378vw;
  }
  .both-item-search .saved-item-delete {
    width: 7.82269vw;
    height: 4.82399vw;
    margin-left: 1.04302vw;
    font-size: 1.82529vw;
  }
  #saved-item-delete-for-headline {
    width: 7.82269vw;
    margin-left: 1.04302vw;
  }
  .both-item-search .saved-item-move {
    width: 8.60495vw;
    height: 4.82399vw;
    margin-left: 1.04302vw;
    font-size: 1.82529vw;
    background-size: 5.73664vw 2.47718vw;
  }
  #saved-item-move-for-headline {
    width: 8.60495vw;
    margin-left: 1.04302vw;
  }
}
.both-item-search .condition__text {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
}

.both-item-search .condition__text-red {
  color: #e62828;
}

.both-item-search .condition__text-note {
  padding-right: 20px;
  padding-bottom: 20px;
  font-size: 12px;
  font-weight: bold;
  text-align: right;
  color: #e62828;
}

.both-item-search .condition__text-result {
  padding-top: 40px;
  padding-bottom: 40px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  color: #07780b;
}

@media screen and (max-width: 767px) {
  .both-item-search .condition__text {
    padding: 2.60756vw;
    font-size: 3.12907vw;
  }
  .both-item-search .condition__text-note {
    padding-right: 2.60756vw;
    padding-bottom: 2.60756vw;
    font-size: 2.08605vw;
  }
  .both-item-search .condition__text-result {
    padding-top: 5.21512vw;
    padding-bottom: 5.21512vw;
    font-size: 3.38983vw;
  }
  .both-item-search .condition__text-result img {
    width: 8.73533vw;
    height: 7.82269vw;
  }
}
.both-item-search .condition__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.both-item-search .condition__form-name {
  height: 42px;
  font-size: 16px;
  font-weight: bold;
  line-height: 42px;
}

#callSearchConditionDelete-both_item_search .disabled,
#callSearchConditionDelete-yotei_search .disabled {
  opacity: .5;
}

#callSearchConditionDelete-both_item_search .condition__text,
#callSearchConditionDelete-yotei_search .condition__text,
#callSearchConditionDelete .condition__text {
  padding-bottom: 50px;
}

#callSearchConditionDelete-both_item_search .condition__form-name,
#callSearchConditionDelete-yotei_search .condition__form-name,
#callSearchConditionDelete .condition__form-name {
  font-size: 24px;
  text-align: center;
}

#callSearchConditionDelete-both_item_search .condition__form-btn-wrap,
#callSearchConditionDelete-yotei_search .condition__form-btn-wrap,
#callSearchConditionDelete .condition__form-btn-wrap {
  margin-left: auto;
  margin-right: auto;
  margin-top: 50px;
}

#callSearchConditionDelete-both_item_search .condition__form-btn-cancel,
#callSearchConditionDelete-yotei_search .condition__form-btn-cancel,
#callSearchConditionDelete .condition__form-btn-cancel {
  margin-left: 0;
}

#callSearchConditionDelete-both_item_search .condition__form-btn-update,
#callSearchConditionDelete-yotei_search .condition__form-btn-update,
#callSearchConditionDelete .condition__form-btn-update {
  background-color: #e62828;
}

.both-item-search .condition__form-input {
  width: 450px;
  margin-left: 20px;
}

.both-item-search .condition__form-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.both-item-search .condition__form-btn-cancel {
  height: 42px;
  margin-left: 20px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  background-color: #787878;
}

.both-item-search .condition__form-btn-add {
  height: 42px;
  margin-left: 20px;
  padding-right: 35px;
  padding-left: 35px;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  background-color: #ff8f00;
}

.both-item-search .condition__form-btn-update {
  height: 42px;
  margin-left: 20px;
  padding-right: 35px;
  padding-left: 35px;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  background-color: #07780b;
}

@media screen and (max-width: 767px) {
  .both-item-search .condition__form {
    display: block;
    padding-right: 2.60756vw;
    padding-bottom: 2.60756vw;
    padding-left: 2.60756vw;
  }
  .both-item-search .condition__form-name {
    height: 5.47588vw;
    font-size: 3.12907vw;
    line-height: 5.47588vw;
  }
  .both-item-search .condition__form-input {
    width: 100%;
    margin-left: 0;
  }
  .both-item-search .condition__form-btn-wrap {
    display: block;
    width: 100%;
    margin: 5.21512vw auto 0;
    text-align: center;
  }
  .both-item-search .condition__form-btn-cancel {
    display: inline-block;
    height: 7.82269vw;
    margin-left: 2.60756vw;
    padding-right: 2.60756vw;
    padding-left: 2.60756vw;
    font-size: 2.60756vw;
    line-height: 7.82269vw;
    vertical-align: top;
  }
  .both-item-search .condition__form-btn-add {
    display: inline-block;
    height: 7.82269vw;
    margin-left: 2.60756vw;
    padding-right: 5.21512vw;
    padding-left: 5.21512vw;
    font-size: 2.60756vw;
    line-height: 7.82269vw;
    vertical-align: top;
  }
  .both-item-search .condition__form-btn-update {
    display: inline-block;
    height: 7.82269vw;
    margin-left: 2.60756vw;
    padding-right: 5.21512vw;
    padding-left: 5.21512vw;
    font-size: 2.60756vw;
    line-height: 7.82269vw;
    vertical-align: top;
  }
  #callSearchConditionDelete .condition__text {
    padding-bottom: 6.5189vw;
    font-size: 2.08604vw;
  }
  #callSearchConditionDelete .condition__form-name {
    font-size: 4.17209vw;
  }
  #callSearchConditionDelete .condition__form-btn-wrap {
    margin-top: 6.5189vw;
  }
}
.anken-detail__not-found {
  padding: 80px 0;
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  background-color: #f0f0f0;
}

.anken-detail__not-found-inner {
  position: relative;
  top: 50%;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media screen and (max-width: 767px) {
  .anken-detail__not-found {
    padding: 10.43025vw 0;
    font-size: 3.12907vw;
  }
}
.anken-detail__relation-title {
  margin-top: 40px;
  padding-top: 40px;
  font-size: 44.8px;
  font-size: 2.8rem;
  font-weight: bold;
  text-align: center;
  color: #07780b;
  border-top: 4px solid #07780b;
}

@media screen and (max-width: 767px) {
  .anken-detail__relation-title {
    margin-top: 5.21512vw;
    padding-top: 5.21512vw;
    font-size: 3.91134vw;
  }
}
.anken-detail__relation-action {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-top: 40px;
  padding-top: 20px;
  padding-right: 20px;
  padding-bottom: 20px;
  background-color: #fafafa;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.anken-detail__relation-action .select-parts.pagesize select {
  width: 70px;
}

@media screen and (max-width: 767px) {
  .anken-detail__relation-action {
    display: block;
    margin-top: 5.21512vw;
    padding-top: 2.60756vw;
    padding-right: 2.60756vw;
    padding-bottom: 2.60756vw;
    font-size: 2.08605vw;
    text-align: right;
  }
  .anken-detail__relation-action .select-parts.pagesize select {
    width: 9.12647vw;
    height: 6.5189vw;
    line-height: 6.5189vw;
  }
}
.anken-detail__relation-paging {
  margin: 20px auto;
  text-align: center;
}

@media screen and (max-width: 767px) {
  .anken-detail__relation-paging {
    margin: 2.60756vw auto;
  }
}
.anken-detail__relation-list {
  margin: 40px auto 80px;
}

@media screen and (max-width: 767px) {
  .anken-detail__relation-list {
    margin: 5.21512vw auto 10.43025vw;
  }
}
.anken-detail--rakusatsu .anken-detail__relation-title {
  color: #0068B7;
  border-top: 4px solid #0068B7;
}

.anken-detail--rakusatsu .anken-detail__relation-paging .nk-paging__item {
  color: #0068B7;
}

.anken-detail--rakusatsu .anken-detail__relation-paging .nk-paging__item.is-active {
  color: #fff;
  border-color: #0068B7;
  background-color: #0068B7;
}

/* ----------------------------------END
	2019/07/24
	add to apply new design
	original : style3.css(nk0723)
------------------------------------- */
/* 余分な背景を削除 */
.breadcrumb {
  background-color: transparent !important;
}

/* オートコンプリートの表示 */
#ui-id-1 {
  z-index: 9999;
}

#ui-id-2 {
  z-index: 9999;
}

#client_timeout .title-page {
  padding-bottom: 15px;
  background: url(../images/pageTit_bg.gif) left bottom repeat-x;
  font-size: 210%;
  font-weight: bold;
  line-height: 1.1em;
  margin-bottom: 30px;
  margin-top: 0;
  color: #084a05;
}

#client_timeout #main {
  min-height: 1033px;
  display: block;
}

.kikan {
  /* color: red; */
}

/* メールアドレス変更手続き注意文 */
.mail-change .caution_message {
  font-size: 20px;
  color: red;
  text-align: center;
  padding: 5px;
}

/* メール,CSV保存から開いた案件詳細ページ(item_search_detail_view,anken_detail_csv)*/
#item_search_detail_view #main .sec-inner, #anken_detail_csv #main .sec-inner {
  padding: 0px;
}

/* 発注機関モーダル検索を閉じるボタン */
a.block__search-btn.close-search-mode {
  margin-top: 1%;
  margin-bottom: 0;
  width: 200px;
  margin-left: 74.5%;
  font-size: 1.5rem;
  font-weight: normal;
  cursor: pointer;
  text-align: center;
  color: #fff;
  border-radius: 20px;
  background-color: #6fba2c;
}

.nk-item__title-area__no-favorite {
  position: relative;
  padding: 2px 20px;
  background-color: #07780b;
}

.nk-item--rakusatsu .nk-item__title-area__no-favorite {
  background-color: #0068B7;
}

.check-all {
  font-size: 18px;
  color: #3c763d;
}

.all-bookmark {
  margin-bottom: 0px;
  vertical-align: bottom;
  margin-right: 30px;
}

@media screen and (max-width: 767px) {
  a.block__search-btn.close-search-mode {
    margin-left: 0px;
  }
  .nk-item__title-area__no-favorite {
    padding: 3.91134vw 2.60756vw;
  }
  .all-bookmark {
    margin-bottom: 0px;
    vertical-align: bottom;
    margin-right: 30px;
    font-size: 2.32529vw;
  }
  .nk-item__check-all:before {
    width: 4.01512vw;
    height: 4.01512vw;
    border: 1px solid #999;
    border-radius: 0.52151vw;
  }
}
.IE-scroll {
  overflow: scroll;
  height: 500px;
  width: 898px;
}

.info-change-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 1;
  background-color: rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
}

/*検索結果のページングの右下に「検索条件の編集に戻る」ボタンを追加*/
#searchResultPage .backToEditBtnArea {
  text-align: center;
  margin: 20px 0;
}

@media screen and (min-width: 767px) {
  #searchResultPage .backToEditBtnArea {
    text-align: right;
  }
}
.both-item-search__btn--csv .nk-btn-inner {
  left: 0px;
}

/*検索画面、ブックマーク画面のIEでのプルダウンの矢印を非表示**/
main.both-item-search-pg select::-ms-expand, main.yotei-search-pg select::-ms-expand, main.bookmark-anken-pg select::-ms-expand, main.main-rakusatsu-notice-pg select::-ms-expand {
  display: none;
}

/*縦を中央寄せにする**/
@media screen and (max-width: 767px) {
  .item_vertical_cetering {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}
/*スマホ表示の時のみ改行を入れる**/
@media screen and (min-width: 767px) {
  .sp_br {
    display: none;
  }
}
#autocomplete_container {
  display: block;
  position: relative;
}

.ui-autocomplete {
  position: absolute;
  overflow-y: auto;
  overflow-x: hidden;
  padding-right: 20px;
}

@media screen and (min-width: 767px) {
  .both-item-search-pg .both-item-search__result-action-select, .yotei-search-pg .yotei-search__result-action-selec {
    padding-left: 20px;
  }
}
/*2019.11.18 下記のプロパティの反映を一旦保留*/
/*印刷時に色も反映させる(chromeのみ)*/
/* body {
  -webkit-print-color-adjust: exact;
} */
input::-ms-clear {
  display: none;
}

#gheader #gnav #yotei-button-disable, #gheader #gnav #yosansho-button-disable {
  background-color: #696969;
}

#yotei-mail-form .yotei-mask {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  opacity: 0.5;
  background-color: rgba(0, 0, 0, 0.7);
  -webkit-transition: all 0.2s ease;
  transition: all 0.2s ease;
  display: none;
}

#yotei-mail-form .yotei-mask .caption {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  width: 100%;
  height: 100%;
  font-size: 110%;
  color: #fff;
}

#block-modal-blue-note {
  width: 60%;
  margin-top: 0;
  text-align: left;
}

/* 予算書情報案内ページ */
#guide-budget .lead {
  font-size: 1.4rem;
  font-weight: bold;
  color: #ff8f00;
  margin-bottom: 15px;
}

@media screen and (min-width: 768px) {
  #guide-budget .lead {
    font-size: 2rem;
    margin-bottom: 30px;
  }
}
.inner-list li {
  list-style: disc;
  position: relative;
  font-size: 1.2rem;
  padding-left: initial;
}

@media screen and (min-width: 768px) {
  .inner-list li {
    font-size: 1.4rem;
    padding-left: initial;
  }
}
.inner-list li::before {
  content: "";
  width: initial;
  height: initial;
  background: initial;
  background-size: initial;
  position: initial;
  top: initial;
  left: initial;
}

#guide-budget .list-block {
  background-color: #e8f5e9;
}

@media screen and (max-width: 767px) {
  #guide-budget .list-block {
    padding: 10px;
  }
}
@media screen and (min-width: 768px) {
  #guide-budget .list-block {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
  }
}
@media screen and (min-width: 768px) {
  #guide-budget .list-block li {
    width: 300px;
    padding: 15px;
  }
}
@media screen and (max-width: 767px) {
  #guide-budget .list-block li {
    padding: 5px;
  }
}
@media screen and (max-width: 767px) {
  #guide-budget .list-block li dl {
    width: 100%;
  }
}
#guide-budget .list-block li dl dt {
  color: #ef5350;
  font-weight: bold;
  font-size: 1.4rem;
  display: block;
  margin-bottom: 5px;
  line-height: 1.2;
}

@media screen and (min-width: 768px) {
  #guide-budget .list-block li dl dt {
    font-size: 1.7rem;
    margin-bottom: 10px;
    letter-spacing: -0.5px;
  }
}
#guide-budget .list-block li dl dd {
  line-height: 1.6;
  font-size: 1.3rem;
}

@media screen and (min-width: 768px) {
  #guide-budget .list-block li dl dd {
    font-size: 1.4rem;
  }
}
@media screen and (min-width: 768px) {
  #guide-budget #description {
    -js-display: flex;
    display: -ms-flexbox;
    display: -webkit-box;
    display: flex;
    -ms-flex-pack: justify;
    -webkit-box-pack: justify;
            justify-content: space-between;
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}
@media screen and (min-width: 768px) {
  #guide-budget #description div:nth-child(1) {
    text-align: center;
    margin: auto;
  }
  #guide-budget #description div:nth-child(1) img {
    max-width: 350px;
  }
  #guide-budget #description div:nth-child(2) {
    max-width: 600px;
  }
  #guide-budget #description .list-check-circle > li {
    margin-bottom: 1.5em;
  }
}
@media screen and (max-width: 767px) {
  #guide-budget .list-block div {
    padding: 5px;
  }
}
/* 入札予定情報案内ページ */
#guide-predict .preview {
  text-align: center;
}

#guide-predict .imgarea {
  text-align: center;
  margin: 1em auto;
  width: 90%;
}

#guide-predict .img {
  text-align: center;
  border: 1px solid #028306;
  border-radius: 4px;
}

@media screen and (max-width: 767px) {
  #guide-predict .img {
    width: 100%;
  }
}
#guide-predict img {
  padding: 1em;
  width: 90%;
}

/* 落札メール配信設定 */
.rakusatsu-notice__title-wrap {
  position: relative;
  width: 1080px;
  margin: 0 auto;
  padding: 0;
  text-align: center;
}
.rakusatsu-notice__title-wrap ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
  right: 0;
  top: 0;
}
.rakusatsu-notice__title-wrap ul li {
  height: 40px;
  line-height: 40px;
  margin-left: 20px;
}
.rakusatsu-notice__title-wrap ul .address a {
  width: 200px;
  background-image: none;
  text-align: center;
  padding: 0;
  margin: 0;
  height: 40px;
  line-height: 40px;
  font-size: 14px;
  color: #FFF;
}
.rakusatsu-notice__title-wrap ul .address a .nk-btn-inner {
  left: 0;
  color: #FFF;
}

.rakusatsu-notice__title-wrap .ttl-type_003 {
  text-align: left;
}

@media screen and (max-width: 767px) {
  .rakusatsu-notice__title-wrap {
    width: auto;
    padding: 5.21512vw 0 0;
  }
}
.rakusatsu-notice__search {
  width: 100%;
  padding: 20px 40px;
  font-size: 22.4px;
  font-size: 1.4rem;
  font-weight: bold;
  background-color: #fafafa;
}

.rakusatsu-notice__search .select-parts select {
  font-weight: normal;
}

.rakusatsu-notice__search-display {
  display: inline-block;
  vertical-align: top;
}

.rakusatsu-notice__search-display .select-parts {
  width: 60px;
}

.rakusatsu-notice__search-year {
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
}

.rakusatsu-notice__search-year .select-parts {
  width: 120px;
}

.rakusatsu-notice__search-order {
  display: inline-block;
  margin-left: 40px;
  vertical-align: top;
}

.rakusatsu-notice__search-order .select-parts {
  width: 220px;
}

.rakusatsu-notice__result-text {
  position: absolute;
  margin-top: 20px;
  font-size: 25.6px;
  font-size: 1.6rem;
}

.rakusatsu-notice__paging {
  width: 100%;
  margin: 40px auto 0;
  text-align: center;
}

.rakusatsu-notice__action {
  width: 100%;
  margin: 0 auto 0;
  text-align: right;
}

.rakusatsu-notice__action-btn {
  display: inline-block;
}

.rakusatsu-notice__action-btn + .rakusatsu-notice__action-btn {
  margin-left: 20px;
}

.rakusatsu-notice__action-text {
  position: relative;
  right: 128px;
  display: block;
  font-size: 19.2px;
  font-size: 1.2rem;
  line-height: 14px;
}

.rakusatsu-notice__action-text a {
  text-decoration: none;
  color: #028307;
}

.rakusatsu-notice__action-text img {
  position: relative;
  margin-left: 10px;
}

.rakusatsu-notice__action__list {
  margin-top: 20px;
}

@media screen and (max-width: 767px) {
  .rakusatsu-notice__search {
    padding: 2.60756vw 5.21512vw;
    font-size: 2.08605vw;
  }
  .rakusatsu-notice__search-display {
    line-height: 6.5189vw;
  }
  .rakusatsu-notice__search-display .select-parts {
    width: 10.43025vw;
  }
  .rakusatsu-notice__search-display .select-parts select {
    height: 6.5189vw;
  }
  .rakusatsu-notice__search-year {
    margin-left: 5.21512vw;
    line-height: 6.5189vw;
  }
  .rakusatsu-notice__search-year .select-parts {
    width: 18.25293vw;
  }
  .rakusatsu-notice__search-year .select-parts select {
    height: 6.5189vw;
  }
  .rakusatsu-notice__search-order {
    margin-top: 2.60756vw;
    margin-left: auto;
    line-height: 6.5189vw;
  }
  .rakusatsu-notice__search-order .select-parts {
    width: 28.68318vw;
  }
  .rakusatsu-notice__search-order .select-parts select {
    height: 6.5189vw;
  }
  .rakusatsu-notice__result-text {
    margin-top: 2.60756vw;
    font-size: 2.08605vw;
  }
  .rakusatsu-notice__paging {
    margin: 5.21512vw auto 0;
  }
  .rakusatsu-notice__action {
    margin: 5.21512vw auto 0;
  }
  .rakusatsu-notice__action-btn + .rakusatsu-notice__action-btn {
    margin-left: 2.60756vw;
  }
  .rakusatsu-notice__action-text {
    right: 19.55671vw;
    font-size: 2.08605vw;
    line-height: 1;
  }
  .rakusatsu-notice__action-text img {
    margin-left: 1.30378vw;
  }
  .rakusatsu-notice__list {
    margin-top: 5.21512vw;
  }
}
.rakusatsu-notice .form-type-full {
  margin-bottom: 0;
  font-size: 22.4px;
  font-size: 1.4rem;
  border-bottom: none;
}

.rakusatsu-notice .form-type-full .form-ttl {
  font-size: 25.6px;
  font-size: 1.6rem;
  font-weight: bold;
  color: #fff;
  background-color: #07780b;
}

.rakusatsu-notice .condition__text {
  padding: 20px;
  font-size: 14px;
  font-weight: bold;
  word-wrap: break-word;
  word-break: break-all;
}

.rakusatsu-notice .condition__text-red {
  color: #e62828;
}

.rakusatsu-notice .condition__form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
      -ms-flex-flow: column;
          flex-flow: column;
  padding-right: 20px;
  padding-bottom: 20px;
  padding-left: 20px;
}

.rakusatsu-notice .condition__input-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-right: 40px;
}

.rakusatsu-notice .condition__form-input {
  width: 390px;
  margin-bottom: 10px;
}

.rakusatsu-notice .condition__form-btn-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 10px 0;
}

.rakusatsu-notice .notice-mail-add {
  position: absolute;
  right: 20px;
  bottom: 105px;
  display: block;
  width: 20px;
  height: 20px;
  cursor: pointer;
  background: url(../images/common/nk-icon_plus.png) no-repeat center center;
  background-size: 20px 20px;
}

.rakusatsu-notice .condition__form-btn-cancel {
  height: 42px;
  margin: 0px 10px;
  padding-right: 20px;
  padding-left: 20px;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  background-color: #787878;
}

.rakusatsu-notice .condition__form-btn-add {
  height: 42px;
  margin: 0px 10px;
  padding-right: 35px;
  padding-left: 35px;
  font-size: 14px;
  font-weight: bold;
  line-height: 42px;
  cursor: pointer;
  color: #fff;
  border-radius: 5px;
  background-color: #ff8f00;
}

.rakusatsu-notice .error_message {
  font-size: 20px;
  color: red;
  text-align: center;
  padding: 5px;
}

.rakusatsu-notice .error_message span {
  vertical-align: middle;
}

.rakusatsu-notice .error_message img {
  width: 40px;
  margin-right: 10px;
}

.rakusatsu-notice .confirm_message {
  font-size: 20px;
  color: blue;
  text-align: center;
  padding: 1px;
}

.rakusatsu-notice .confirm_message span {
  vertical-align: middle;
}

.rakusatsu-notice .confirm_message img {
  width: 40px;
  margin-right: 10px;
}

.nk-modal__overlay.overlay-rakusatsu-notice {
  z-index: 100 !important;
}

body.afterlogin .modal {
  font-size: 14px;
  font-weight: bold;
}

.nk-btn.nk-btn-nyusatsu-detail {
  background-color: #07780b;
  width: 450px;
}

@media screen and (max-width: 767px) {
  .nk-btn.nk-btn-nyusatsu-detail {
    width: 80vw;
  }
}
.nk-btn.nk-btn-rakusatsu-detail {
  background-color: #0068B7;
  width: 450px;
}

@media screen and (max-width: 767px) {
  .nk-btn.nk-btn-rakusatsu-detail {
    width: 80vw;
  }
}
.nk-btn.rakusatsu-notice-mail__btn {
  width: 400px;
  background: #EE7800 url(../images/common/nk-icon_link-out.png) no-repeat right 30px center;
}

@media screen and (max-width: 767px) {
  .nk-btn.rakusatsu-notice-mail__btn {
    width: 80vw;
    background: #EE7800;
  }
}
.rakusatsu-notice__description {
  width: 1080px;
  margin: 0 auto 40px;
}

@media screen and (max-width: 767px) {
  .rakusatsu-notice__description {
    display: none;
  }
}
.menu-big {
  font-size: 1.4em !important;
}

.rakusatsu-mail-sample .list-block {
  display: none;
}

@media screen and (min-width: 768px) {
  .rakusatsu-mail-sample .list-block {
    display: block;
    width: 800px;
    margin: 0 auto;
  }
}
.rakusatsu-mail-sample .list-block dl dt {
  display: block;
  position: relative;
  font-size: 1.6rem;
  padding: 14px 45px 14px 15px;
  margin-bottom: 4px;
  background: #028306;
  color: #fff;
  font-weight: bold;
  cursor: pointer;
  text-align: center;
}

.rakusatsu-mail-sample .list-block dl dt::after {
  font-weight: bold;
  position: absolute;
}

.rakusatsu-mail-sample .list-block dl dt::after {
  content: "\f067";
  font-family: "Font Awesome 5 Free";
  top: 50%;
  right: 15px;
  color: #fff;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

.rakusatsu-mail-sample .list-block dl dt::after {
  right: 20px;
}

.rakusatsu-mail-sample .list-block dl dt.is-opened::after {
  content: "\f068";
}

.rakusatsu-mail-sample .list-block dl dd {
  display: none;
  font-size: 1.8rem;
  padding: 13px 15px 13px 15px;
  position: relative;
  background: #f5f5f5;
}

.link_button {
  display: inline-block;
  margin: 0;
  padding: 1rem 4rem 1rem 1rem;
  font-size: 1.7rem;
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #fff;
  border-radius: 5px;
  background: url(../images/common/nk-icon_link.png) no-repeat right 1rem center;
  background-color: #EE7800;
  background-size: 23px;
}
a.link_button:not(.btn):not(.badge):hover,
a.link_button:not(.btn):not(.badge):focus,
a.link_button:not(.btn):not(.badge):active {
	color: #fff;
}

.link_button_flat {
  display: inline-block;
  margin: 0;
  padding: 1rem 1rem 1rem 1rem;
  font-size: 1.7rem;
  font-weight: bold;
  line-height: 1.5;
  cursor: pointer;
  text-align: center;
  text-decoration: none;
  color: #07780b;
  border-radius: 5px;
  background-color: #fff;
  background-size: 23px;
  border: 1px solid #07780b;
}

#trial #trial-registration .search-config dl dt {
  background: #e8f5e9;
  padding: 10px 15px;
  position: relative;
  margin: 5px 0;
  font-weight: bold;
}

#trial #trial-registration .search-config dl dd {
  display: block;
}

#trial #trial-registration .info-change__form #setupList {
  margin-top: 15px;
}
#trial #trial-registration .info-change__form .form-type-full {
	border: none;
}
#trial #trial-registration .info-change__form .form-type-full-inner {
	padding: 0;
}
#trial #trial-registration .info-change__form .search-config dl dd {
	padding-left: 15px;
	padding-right: 15px;
}

#trial #trial-registration .search-config dl label input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  position: absolute;
  left: -9999px;
}

#trial #trial-registration .search-config dl label .check-parts {
  padding-left: 25px;
  position: relative;
  margin-right: 20px;
  line-height: 1;
  margin-bottom: 10px;
}

#trial #trial-registration .search-config dl label .check-parts:before {
  content: "";
  display: block;
  position: absolute;
  top: -1px;
  left: 0;
  width: 15px;
  height: 15px;
  border: 1px solid #999;
}

#trial #trial-registration .search-config dl label input:checked + .check-parts::before {
  background: #028306;
  border: 1px solid #028306;
}

#trial #trial-registration .search-config dl label input:checked + .check-parts:after {
  content: "";
  display: block;
  position: absolute;
  top: 3px;
  left: 3px;
  width: 8px;
  height: 4px;
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  border-bottom: 2px solid #fff;
  border-left: 2px solid #fff;
}

#trial .search-config-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#trial .search-config-list li {
  -ms-flex-preferred-size: 50%;
      flex-basis: 50%;
}

@media screen and (max-width: 480px) {
  #trial .search-config-list li {
    -ms-flex-preferred-size: 100%;
        flex-basis: 100%;
  }
}

.sp-side .socialLogo img {
  margin: 0 10px;
  height: 45px;
  width: 45px;
  -webkit-backface-visibility: hidden;
}

.movie {
  /*width: 100%;*/
  padding: 0;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.movie video {
  top: 0;
  left: 0;
  width: 640px;
  height: 360px;
}

@media screen and (max-width: 767px) {
  .movie video {
    width: 80vw;
    height: -webkit-fit-content;
    height: -moz-fit-content;
    height: fit-content;
  }
}
body {
  /*
  	background:url(../images/budget/bg.png) top center no-repeat;
  	background-size: 1400px;
      background-position-x: -120px;

  	.page-ttl{
  		background: inherit !important;
  	}
  .dummy{
  	height:7549px;
  }
  #merit.debug{    
  	top: -2580px;
      position: relative;
  }
  */
}

body .page-ttl {
  display: inherit;
  height: 200px;
  min-height: 200px;
}

@media (max-width: 767px) {
  body .page-ttl {
    height: 150px;
    min-height: 150px;
  }
}
@media (max-width: 480px) {
  body .page-ttl {
    height: 150px;
    min-height: 150px;
  }
}
body .page-ttl h1 {
  margin: 0 auto 5px auto;
  padding: 20px 0 0 0;
  font-size: 32px;
}

@media (max-width: 767px) {
  body .page-ttl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
        -ms-flex-direction: column;
            flex-direction: column;
  }
  body .page-ttl h1 {
    padding: 0;
    font-size: 2.4rem;
  }
  body .page-ttl h1 span {
    font-size: 1.2rem;
  }
}
@media (max-width: 480px) {
  body .page-ttl h1 span {
    font-size: 1.2rem;
  }
}
body .page-ttl p {
  font-size: 17px;
}

body .page-ttl ul {
  margin: 8px auto;
  width: 1080px;
  height: 70px;
}

body .page-ttl ul li {
  float: left;
  background: #FFF;
  border-radius: 40px;
  margin: 10px;
  padding: 12px;
  width: 340px;
  height: 50px;
  font-size: 20px;
  font-weight: bold;
  color: #028306;
  border: 1px solid #028306;
}

body .page-ttl ul li a {
  text-decoration: none;
  color: #000;
  display: block;
}

body .page-ttl ul li a:hover {
  color: #028306;
}

@media (max-width: 767px) {
  body .page-ttl ul {
    display: none;
  }
  body .page-ttl p {
    font-size: 1.5rem;
  }
}
@media (max-width: 480px) {
  body .page-ttl ul {
    display: none;
  }
}
#organization #gheader {
  display: none;
}
#organization #main {
  margin-top: 20px;
}
#organization iframe {
  display: none;
}
#organization #footer {
  display: none;
}

.ttl-562-heading {
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 16px;
  border-bottom: 1px solid #ddd;
}
.ttl-562-heading h2 {
  margin-bottom: 0;
  border-bottom-style: none;
}
.ttl-562-heading .ttl-cnt {
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  bottom: 7.5px;
}
.ttl-562-heading .ttl-cnt--text {
  display: flex;
  flex-direction: column;
  align-items: flex-end;
  padding-right: 10px;
  font-size: 135%;
  font-weight: 600;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 45vw;
  overflow: hidden;
}
.ttl-562-heading .ttl-cnt--label {
  line-height: 1.5;
}
.ttl-562-heading .ttl-cnt--desc {
  display: none;
  color: #3c4043;
  font-size: 70%;
  font-weight: 600;
}
.ttl-562-heading .ttl-cnt--conditioned .ttl-cnt--desc {
  display: block;
}
.ttl-562-heading .ttl-cnt--icon {
  padding: 5px;
  width: 50px;
  height: 50px;
}
.ttl-562-heading .ttl-cnt--icon a,
.ttl-562-heading .ttl-cnt--icon button,
.ttl-562-heading .ttl-cnt--icon .nk-btn {
  margin: 0;
  padding: 0;
  background-color: #EE7800;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 16px;
  width: 100%;
  height: 100%;
  border-radius: 100%;
}
.ttl-562-heading .ttl-cnt--info a,
.ttl-562-heading .ttl-cnt--info button,
.ttl-562-heading .ttl-cnt--info .nk-btn {
  background-color: #4F4F4F;
  background-image: url(../images/icon-info.svg);
  background-size: 75%;
}

@media (max-width: 767px) {
	.ttl-562-heading {
		flex-direction: column;
		align-items: baseline;
		margin-top: 20px !important;
		margin-bottom: 20px !important;
		border-bottom: none;
	}
	.ttl-562-heading h2 {
		margin-bottom: 16px;
		width: 100%;
		border-bottom-style: solid;
	}
	.ttl-562-heading .ttl-cnt {
		justify-content: end;
		width: 100%;
		bottom: unset;
	}
	.ttl-562-heading .ttl-cnt--text {
		max-width: calc(100% - 50px);
	}
}

#msgModal .modal-dialog {
	margin: 1.75rem auto;
	width: 100%;
	max-width: 500px;
	left: 0;
	right: 0;
}
#msgModal .modal-body {
	padding: 1.5rem;
}
#msgModal .modal-content {
	width: unset;
	height: unset;
}
#msgModal .modal-footer {
	padding: 1.25rem;
}
#msgModal .modal-footer button {
	cursor: pointer;
	padding: 12px 18px;
	color: #FFF;
	font-size: 12px;
	font-weight: 600;
	letter-spacing: .5px;
	line-height: 14px;
	text-transform: uppercase;
	background-color: #07780b;
	border-color: #07780b;
	border-width: 1px;
	border-style: solid;
	border-radius: .42rem;
	transition: all .3s;
}
#msgModal + .modal-backdrop.show {
	opacity: .5;
	filter: alpha(opacity=50);
}

.info-change .form-bill-clone {
	margin-top: 25px;
	margin-bottom: 25px;
	text-align: center;
}
.info-change .js-bill-clone {
  cursor: pointer;
	padding: 7.5px 30px;
	color: #fff;
	background-color: #ff8f00;
	border-radius: 5px;
}

#login-remainder #btn_emailChange:disabled {
  opacity: 1;
  cursor: not-allowed;
  background-color: #ccc;
}
#login-remainder #btn_emailChange:disabled:hover {
  opacity: 1;
}

.csv-export__caption-wrap {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
}
.csv-export__caption-wrap .nk-btn {
  margin: 0;
}
.csv-export__caption-wrap .nk-btn--csv {
  margin-left: 20px;
}
.csv-export__caption-text {
  display: none;
  font-size: 90%;
  white-space: nowrap;
  text-align: left;
  width: 100%;
}

#searchResultContent .csv-export__caption-wrap {
  width: 50%;
}
#searchResultContent .csv-export__caption-text {
  padding-left: 20px;
}
.bookmark-anken .csv-export__caption-wrap {
  justify-content: flex-end;
}
.bookmark-anken .csv-export__caption-wrap .nk-btn--csv {
  margin-left: 0;
  margin-right: 10px;
}
.bookmark-anken .csv-export__caption-text {
  text-align: right;
  white-space: normal;
}
@media screen and (max-width: 767px) {
  #searchResultContent .csv-export__caption-wrap {
    width: 100%;
  }
  #searchResultContent .csv-export__caption-text {
    padding-left: 0;
  }
}
