@charset "UTF-8";
/*====================================

Layout

====================================*/
.l-unit.-bg-gray {
  background-color: #f8f8f8;
}

.l-unit.-bg-lightgreen {
  background-color: #EDEEDA;
}

@media only screen and (min-width: 768px), tv, print {
  .l-unit.-bg-gray-pc {
    background-color: #f8f8f8;
  }
}

@media only screen and (min-width: 1200px), print {
  .l-unit.-bg-gray-pcw {
    background-color: #f8f8f8;
  }
}

@media only screen and (max-width: 767.97px) {
  .l-unit.-bg-gray-sp {
    background-color: #f8f8f8;
  }
}

@media only screen and (max-width: 1199.97px) {
  .l-unit.-bg-gray-basic {
    background-color: #f8f8f8;
  }
}

.l-unit.-bg-diagonal {
  position: relative;
}

.l-unit.-bg-diagonal:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #fff;
  -webkit-transform: skewY(8deg);
          transform: skewY(8deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.l-unit.-bg-diagonal.-lightgreen:before {
  background-color: #EDEEDA;
}

.l-unit.-has-border-top:before {
  border-top: 1px solid #707070;
}

.l-unit__box {
  /* 印刷用 */
}

@media only screen and (min-width: 768px), tv, print {
  .l-unit__box {
    width: 1024px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .l-unit__box {
    width: 768px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .l-unit__box {
    width: 1024px;
  }
}

@media only screen and (min-width: 1200px), print {
  .l-unit__box {
    width: 1200px;
  }
}

@media print {
  .l-unit__box {
    width: 1024px;
    overflow: visible;
  }
}

@media only screen and (max-width: 767.97px) {
  .l-unit__box.has-padding-sp {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .l-unit__box.has-padding-basic {
    padding-left: 15px;
    padding-right: 15px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .l-unit__box.basic100 {
    width: 100%;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .l-unit__box.has-2col {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .l-unit__box.has-2col .l-unit__main {
    width: 830px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .l-unit__box.has-2col .l-unit__main {
    width: 664px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .l-unit__box.has-2col .l-unit__main {
    width: 518px;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .l-unit__box.has-2col .l-unit__side {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 380px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .l-unit__box.has-2col .l-unit__side {
    width: 300px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .l-unit__box.has-2col .l-unit__side {
    width: 200px;
  }
}

@media only screen and (max-width: 767.97px) {
  .l-unit__box.has-2col .l-unit__side {
    margin-top: 30px;
  }
}

.l-unit__box.has-2col.-top {
  padding-top: 40px;
}

@media only screen and (min-width: 768px), tv, print {
  .l-unit__box.has-2col.-top .l-unit__side {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .l-unit__box.has-2col.-top .l-unit__side {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .l-unit__box.has-2col.-top .l-unit__side {
    margin-left: 20px;
  }
}

.l-unit__box.has-2col.-under {
  padding-top: 40px;
}

@media only screen and (min-width: 768px), tv, print {
  .l-unit__box.has-2col.-under {
    -webkit-box-orient: horizontal;
    -webkit-box-direction: reverse;
        -ms-flex-direction: row-reverse;
            flex-direction: row-reverse;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .l-unit__box.has-2col.-under .l-unit__side {
    margin-right: 40px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .l-unit__box.has-2col.-under .l-unit__side {
    margin-right: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .l-unit__box.has-2col.-under .l-unit__side {
    margin-right: 20px;
  }
}

@media only screen and (max-width: 767.97px) {
  .l-unit__box.has-2col.-under-side-r {
    margin-top: 20px;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .l-unit__box.has-2col.-under-side-r .l-unit__side {
    margin-left: 40px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .l-unit__box.has-2col.-under-side-r .l-unit__side {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .l-unit__box.has-2col.-under-side-r .l-unit__side {
    margin-left: 20px;
  }
}

.l-unit__box.-has-2col-border {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  width: auto;
}

@media only screen and (min-width: 1200px), print {
  .l-unit__box.-has-2col-border {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    background-color: #f8f8f8;
    padding: 30px;
  }
}

.l-unit__box.-has-2col-border .l-unit__col {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

@media only screen and (min-width: 1200px), print {
  .l-unit__box.-has-2col-border .l-unit__col {
    width: 50%;
  }
}

@media only screen and (min-width: 1200px), print {
  .l-unit__box.-has-2col-border .l-unit__col:nth-child(1) {
    padding-right: 30px;
    border-right: 1px solid #707070;
  }
}

@media only screen and (min-width: 1200px), print {
  .l-unit__box.-has-2col-border .l-unit__col:nth-child(2) {
    margin-left: 30px;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .l-unit__box.-old {
    width: 1000px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .l-unit__box.-old {
    width: 768px;
  }
}

.l-unit__main.-bg-gray {
  background-color: #f8f8f8;
}

/*====================================

Atoms

====================================*/
.a-label {
  word-break: break-all;
  display: inline-block;
  text-decoration: none;
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  color: #fff;
  border-radius: 3px;
  font-size: 12px;
  font-size: 0.75rem;
  padding: 6px 14px;
  line-height: 1;
  font-weight: bold;
  text-align: center;
}

.a-label:hover {
  text-decoration: none;
}

.a-label.-green {
  background-color: #008D31;
}

.a-label.-light-green-1 {
  background-color: #5DA71E;
}

.a-label.-light-green-2 {
  background-color: #8DC329;
}

.a-label.-orange {
  background-color: #F0A225;
}

.a-label.-white {
  background-color: #fff;
  color: inherit;
}

.a-label.-gray {
  background-color: #A1A1A1;
  color: #fff;
}

.a-label.-border-white {
  border: 1px solid #fff;
  border-radius: 2px;
}

.a-label.-border-red {
  border: 1px solid #DD3333;
  color: #DD3333;
  border-radius: 0;
}

.a-label.-border-black {
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
}

.a-label.-border-black-2 {
  background-color: #fff;
  border: 1px solid #1A1A1A;
  color: #1A1A1A;
}

.a-label.-black {
  background-color: #1A1A1A;
  color: #fff;
}

.a-label.-red {
  background-color: #DD3333;
  color: #fff;
}

.a-label.-skyblue {
  background-color: #52B5EB;
  color: #fff;
}

.a-label.-orangered {
  background-color: #EB440F;
  color: #fff;
}

.a-label.-size-xs {
  padding: 3px;
}

.a-label.-size-xs-2 {
  padding: 3px 5px;
  letter-spacing: 0.15em;
}

.a-label.-size-xs-3 {
  font-size: 14px;
  font-size: 0.875rem;
  padding: 3px 7px;
  letter-spacing: .1em;
}

.a-label.-size-sm {
  padding: 7px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

.a-label.-size-sm-2 {
  padding: 5px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

@media only screen and (min-width: 1200px), print {
  .a-label.-size-md {
    padding: 12px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .a-label.-size-md {
    padding: 17px 4px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .a-label.-size-md {
    padding: 23px 4px;
    font-size: 17px;
    font-size: 1.0625rem;
  }
}

@media only screen and (max-width: 767.97px) {
  .a-label.-size-md {
    padding: 4px;
    font-size: 11px;
    font-size: 0.6875rem;
    border-radius: 0;
  }
}

.a-label.-size-md2 {
  padding: 6px;
}

.a-label.-size-lg {
  padding: 18px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
}

.a-label.-size-md-2 {
  font-size: 16px;
  font-size: 1rem;
  padding: 6px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .a-label.-size-md-2 {
    font-size: 20px;
    font-size: 1.25rem;
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .a-label.-size-md-2 {
    font-weight: normal;
    letter-spacing: 0.1em;
  }
}

.a-label.-size-md-3 {
  font-size: 16px;
  font-size: 1rem;
  padding: 6px 17px;
  border-radius: 0;
}

.a-label.-size-md-4 {
  font-size: 15px;
  font-size: 0.9375rem;
  padding: 4px 11px;
}

.a-label.-icon-tooltip {
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.16));
}

.a-label.-required {
  padding: 3px 0;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
  border-radius: 0;
}

.a-label.-list {
  padding: 5px;
  color: #5DA71E;
  border: 1px solid #5DA71E;
  border-radius: 0;
  text-align: left;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.a-label.-list:before {
  display: inline-block;
  content: "";
  vertical-align: middle;
  margin-right: 5px;
  width: 20px;
  height: 20px;
  background-repeat: no-repeat;
  background-position: center center;
}

.a-label.-list.-bus:before {
  background-image: url(../images/icon_bus.svg);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.a-label.-list.-navi:before {
  background-image: url(../images/icon_navi.svg);
}

.a-label.-none-border-r {
  border-radius: 0;
}

.a-label.-solo {
  background-color: #DB9B37;
  border-radius: 16px;
  font-weight: 800;
}

.a-label.-solo.-size-sm {
  padding: 7px 13px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (min-width: 1200px), print {
  .a-label.-solo.-size-sm {
    padding: 7px 16px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.a-label.-solo.-size-md {
  padding: 4px 6px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (min-width: 1200px), print {
  .a-label.-solo.-size-md {
    padding: 6px 8px;
    border-radius: 18px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.a-label.-solo.-size-xs {
  padding: 5px 17px;
}

.a-label.-solo.-bg-wh {
  background-color: #fff;
  border: 1px solid #DB9B37;
  color: #DB9B37;
  font-weight: 400;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.a-label.-solo.-bg-wh.-size-sm {
  padding: 10px 21px;
  border-radius: 18px;
  font-size: 14px;
  font-size: 0.875rem;
}

.a-label.-solo.-bg-wh:hover {
  opacity: 0.7;
}

.a-heading.-lv1 {
  font-size: 30px;
  font-size: 1.875rem;
}

.a-heading.-lv2 {
  font-size: 26px;
  font-size: 1.625rem;
}

.a-heading.-lv2-1 {
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.5;
  letter-spacing: .05em;
}

@media only screen and (min-width: 1200px), print {
  .a-heading.-lv2-1 {
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.a-heading.-lv3 {
  font-size: 22px;
  font-size: 1.375rem;
}

.a-heading.-lv3-1 {
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (max-width: 1023.97px) {
  .a-heading.-lv3-1 {
    text-align: center;
  }
}

.a-heading.-lv4 {
  position: relative;
  padding-left: 15px;
  font-size: 16px;
  font-size: 1rem;
}

.a-heading.-lv4:before {
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 5px;
  height: 20px;
  background-color: #008D31;
}

.a-heading.-lv5 {
  font-size: 16px;
  font-size: 1rem;
}

.a-heading.-lv6 {
  font-size: 14px;
  font-size: 0.875rem;
}

.a-heading.-green {
  color: #008D31;
}

.a-heading.-darkgreen {
  color: #255933;
}

.a-heading.-name {
  font-size: 24px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1199.97px) {
  .a-heading.-name {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .a-heading.-name {
    font-size: 28px;
    font-size: 1.75rem;
  }
}

.a-heading.-normal {
  font-size: 24px;
  font-size: 1.5rem;
  border-bottom: none;
  background-image: none;
  background-size: auto;
  background-position: 0 0;
  -webkit-box-align: normal;
      -ms-flex-align: normal;
          align-items: normal;
  display: block;
  line-height: 2;
  padding: 0;
}

@media only screen and (max-width: 767.97px) {
  .a-heading.-normal {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (max-width: 767.97px) {
  .a-heading.-normal {
    line-height: 1.2;
  }
}

.a-heading.-has-label {
  border-bottom: none;
}

@media only screen and (max-width: 767.97px) {
  .a-heading.-has-label {
    display: block;
    border-bottom: 2px solid #e5f1eb;
  }
}

.a-heading.-top-type1 {
  color: #1A1A1A;
  font-size: 30px;
  font-size: 1.875rem;
  font-weight: 600;
}

@media only screen and (max-width: 767.97px) {
  .a-heading.-top-type1 {
    font-size: 26px;
    font-size: 1.625rem;
    text-align: center;
    line-height: 1.4;
  }
}

.a-heading.-news {
  border: 1px solid #CCCCCC;
  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;
  padding: 14px;
  letter-spacing: 0.3em;
  text-indent: 0.3em;
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 1199.97px) {
  .a-heading.-news {
    padding: 8px;
  }
}

.a-heading.has-underline {
  border-bottom: 2px solid #008D31;
}

.a-heading.-arrow-acd {
  padding-left: 34px;
  margin: 10px 0;
  position: relative;
}

.a-heading.-arrow-acd:before {
  margin-left: -34px;
  margin-right: 10px;
}

.a-heading.-ranking {
  position: relative;
  display: inline-block;
  margin-left: 23px;
  padding: 3px 20px 3px 25px;
  border-top: 3px solid #008D31;
  border-bottom: 3px solid #008D31;
  border-left: 3px solid #008D31;
  background-color: #fff;
  line-height: 1;
  font-size: 22px;
  font-size: 1.375rem;
  color: #008D31;
}

@media only screen and (min-width: 768px), tv, print {
  .a-heading.-ranking {
    margin-left: 31px;
    padding: 6px 35px 6px 50px;
    font-size: 34px;
    font-size: 2.125rem;
  }
}

.a-heading.-ranking:before, .a-heading.-ranking:after {
  display: block;
  content: "";
  position: absolute;
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
}

.a-heading.-ranking:before {
  left: -25px;
  bottom: -3px;
  width: 43px;
  height: 35px;
  background-image: url(../images/icon_trophy_1.svg);
}

@media only screen and (min-width: 768px), tv, print {
  .a-heading.-ranking:before {
    left: -33px;
    width: 65px;
    height: 53px;
  }
}

.a-heading.-ranking:after {
  right: -18px;
  bottom: -3px;
  width: 20px;
  height: 34px;
  background-image: url(../images/bg_heading_ranking_sp.png);
}

@media only screen and (min-width: 768px), tv, print {
  .a-heading.-ranking:after {
    right: -23px;
    bottom: -3px;
    width: 25px;
    height: 52px;
    background-image: url(../images/bg_heading_ranking.png);
  }
}

@media only screen and (max-width: 767.97px) {
  .a-heading.-lv2.-gc-detail {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .a-heading__txt {
    display: inline-block;
    border-bottom: 2px solid #e5f1eb;
  }
}

.a-heading__icon {
  background-color: #008D31;
  display: inline-block;
  color: #fff;
  width: 24px;
  height: 24px;
  border-radius: 50%;
  line-height: 1;
  position: absolute;
  left: 0;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.a-heading__icon:before {
  content: "\f105";
  font-family: "FontAwesome";
  display: inline-block;
  vertical-align: middle;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: absolute;
  top: 50%;
  left: 0;
  width: 26px;
  height: 20px;
  text-align: center;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.a-heading.is-active .a-heading__icon {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.a-heading.-lv2-1 .a-heading__sub {
  display: block;
  font-size: 22px;
  font-size: 1.375rem;
}

@media only screen and (min-width: 1200px), print {
  .a-heading.-lv2-1 .a-heading__sub {
    font-size: 24px;
    font-size: 1.5rem;
  }
}

/* ボタン */
.a-btn {
  display: inline-block;
  padding: 0;
  border: none;
  border-radius: 4px;
  text-decoration: none;
  text-align: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  outline: none;
  cursor: pointer;
  -webkit-user-select: none;
     -moz-user-select: none;
      -ms-user-select: none;
          user-select: none;
  color: inherit;
  font-weight: bold;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.a-btn:hover {
  opacity: 0.7;
}

.a-btn:disabled {
  background-color: #CCCCCC !important;
  color: #FFF !important;
}

.a-btn:disabled:hover {
  opacity: 1 !important;
}

.a-btn.-block {
  display: block;
  width: 100%;
}

@media only screen and (max-width: 767.97px) {
  .a-btn.-sp-block {
    display: block;
    width: 100%;
  }
}

@media only screen and (max-width: 1199.97px) {
  .a-btn.-basic-block {
    display: block;
    width: 100%;
  }
}

.a-btn.-size-xs {
  padding: 2px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 2px;
}

.a-btn.-size-xs.-arrow-right {
  padding-left: 15px;
}

.a-btn.-size-sm {
  border-radius: 2px;
}

.a-btn.-size-md {
  padding: 14px 24px;
}

.a-btn.-size-lg {
  padding: 11px 35px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 4px;
}

.a-btn.-size-sm-2 {
  border-radius: 2px;
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-size-sm-2 {
    padding: 6px 10px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .a-btn.-size-sm-2 {
    padding: 13px 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .a-btn.-size-sm-2 {
    padding: 17px 0;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 767.97px) {
  .a-btn.-size-sm-2 {
    font-size: 14px;
    font-size: 0.875rem;
    padding: 12px 6px;
  }
}

.a-btn.-size-md-2 {
  padding: 10px;
}

.a-btn.-size-md-3 {
  padding: 7px 12px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.a-btn.-size-md-3.-arrow-right {
  padding-right: 25px;
}

.a-btn.-size-md-4 {
  padding: 15px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.a-btn.-size-md-4.-arrow-right {
  padding-right: 20px;
}

.a-btn.-size-md-5 {
  padding: 10px 8px;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 2px;
}

.a-btn.-size-md-5.-arrow-right {
  padding-right: 35px;
}

.a-btn.-size-md-6 {
  padding: 11px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.a-btn.-size-md-6.-arrow-right {
  padding-right: 35px;
}

.a-btn.-size-md-7 {
  padding: 11px;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: 0.04em;
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .a-btn.-size-md-7 {
    padding: 10px 6px;
    font-size: 15px;
    font-size: 0.9375rem;
  }
}

.a-btn.-size-md-7.-arrow-right {
  padding-right: 35px;
}

.a-btn.-size-md-8 {
  padding: 11px 6px;
  font-size: 14px;
  font-size: 0.875rem;
}

.a-btn.-size-md-9 {
  padding: 8px;
  letter-spacing: 0.5em;
  text-indent: 0.5em;
}

.a-btn.-size-md-11 {
  padding: 11px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .a-btn.-size-md-11 {
    padding: 12px 8px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.a-btn.-size-md-11.-arrow-right {
  padding-right: 35px;
}

.a-btn.-size-md-12 {
  padding: 10px 8px;
  font-size: 16px;
  font-size: 1rem;
  border-radius: 2px;
}

.a-btn.-size-md-12.-arrow-right {
  padding-right: 35px;
}

.a-btn.-size-md-13 {
  padding: 10px 45px;
}

.a-btn.-size-md-14 {
  padding: .9em 1.25em;
  font-size: 18px;
  font-size: 1.125rem;
}

.a-btn.-size-md-14.-arrow-right {
  padding-right: 2em;
}

.a-btn.-size-md-14.-arrow-left {
  padding-left: 2em;
}

.a-btn.-size-md-15 {
  padding: 14px .7em 13px;
  font-size: 16px;
  font-size: 1rem;
}

.a-btn.-size-md-15.-arrow-right {
  padding-right: 1.75em;
}

.a-btn.-size-md-15.-arrow-left {
  padding-left: 1.75em;
}

.a-btn.-size-md-16 {
  padding: .625em 1.85em;
  font-size: 16px;
  font-size: 1rem;
}

.a-btn.-size-md-16.-arrow-right {
  padding-right: 2.6em;
}

.a-btn.-size-md-16.-arrow-left {
  padding-left: 2.3em;
}

@media only screen and (max-width: 767.97px) {
  .a-btn.-size-md-16 {
    padding: .8em 1.85em;
  }
}

@media only screen and (max-width: 361px) {
  .a-btn.-size-md-16 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.a-btn.-size-md-17 {
  padding: 6px;
  font-size: 16px;
  font-size: 1rem;
}

.a-btn.-size-md-18 {
  padding: 9px 15px 9px 9px;
  font-size: 16px;
  font-size: 1rem;
}

.a-btn.-size-md-19 {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  max-width: 246px;
  width: 100%;
  padding: 14px 9px;
  font-size: 16px;
  font-size: 1rem;
}

.a-btn.-size-md-20 {
  padding: 7px;
  font-size: 15px;
  font-size: 0.9375rem;
}

.a-btn.-size-md-21 {
  padding: 7px;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 1024px) {
  .a-btn.-size-md-21 {
    padding: 11px;
  }
}

.a-btn.-size-md-22 {
  padding: 7px;
}

.a-btn.-size-md-23 {
  display: block;
  padding: 6px .7em 6px;
  font-size: 16px;
  font-size: 1rem;
}

.a-btn.-size-md-23.-arrow-right {
  padding-right: 1.65em;
}

.a-btn.-size-xs-2 {
  padding: 1px 13px;
  font-size: 12px;
  font-size: 0.75rem;
}

.a-btn.-size-xs-3 {
  padding: 6px 13px;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1;
}

.a-btn.-size-xs-4 {
  padding: 2px 20px;
  font-size: 14px;
  font-size: 0.875rem;
  border-radius: 2px;
}

@media only screen and (max-width: 1199.97px) {
  .a-btn.-size-xs-4 {
    font-size: 18px;
    font-size: 1.125rem;
    padding: 11px 15px;
  }
}

.a-btn.-size-xs-4.-arrow-right {
  padding-left: 15px;
}

.a-btn.-size-lg-2 {
  padding: 9.5px 37px;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: bold;
  border-radius: 4px;
}

.a-btn.-size-lg-2.-has-subtxt {
  padding: 9px 37px;
  line-height: 1;
}

.a-btn.-size-lg-3 {
  padding: 5px 16px;
  font-size: 14px;
  font-size: 0.875rem;
}

.a-btn.-size-lg-4 {
  padding: 12px 35px;
  font-weight: bold;
  font-size: 18px;
  font-size: 1.125rem;
}

.a-btn.-size-lg-4.-arrow-right {
  padding-right: 35px;
}

.a-btn.-size-lg-4.-arrow-left {
  padding-left: 35px;
}

.a-btn.-size-lg-5 {
  padding: 5px 16px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (max-width: 1199.97px) {
  .a-btn.-size-lg-5 {
    padding: 11px;
  }
}

.a-btn.-size-lg-6 {
  padding: 12px 22px;
  font-size: 14px;
  font-size: 0.875rem;
}

.a-btn.-bg-white {
  background-color: #fff;
}

.a-btn.-bg-white-txt-blue {
  background-color: #fff;
  color: #50B6E3;
}

.a-btn.-bg-white-txt-green {
  background-color: #fff;
  color: #008D31;
}

.a-btn.-green {
  background-color: #008D31;
  color: #fff;
}

.a-btn.-lightgreen {
  background-color: #5DA71E;
  color: #fff;
}

.a-btn.-orange {
  background-color: #F0A225;
  color: #fff;
}

.a-btn.-border {
  background-color: #fff;
  border: 1px solid #EDEDED;
  color: inherit;
}

.a-btn.-border-green {
  background-color: #fff;
  border: 1px solid #008D31;
  color: #008D31;
}

.a-btn.-border-green-2 {
  background-color: #fff;
  border: 2px solid #008D31;
  color: #008D31;
}

.a-btn.-border-gray {
  border: 1px solid #EDEDED;
}

.a-btn.-border-gray-3 {
  border: 1px solid #CCCCCC;
}

.a-btn.-gray {
  background-color: #A1A1A1;
  color: #fff;
}

.a-btn.-gray-2 {
  background-color: #EDEDED;
}

.a-btn.-gray-3 {
  background-color: #EBEBEB;
  color: #474747;
}

.a-btn.-black {
  background-color: #333;
  color: #fff;
}

.a-btn.-red {
  background-color: #DD3333;
  color: #fff;
}

.a-btn.-red-2 {
  background-color: #F25625;
  color: #fff;
}

.a-btn.-green-has-border {
  color: #008D31;
  border: 1px solid #EDEDED;
}

.a-btn.-red-has-border {
  color: #DD3333;
  border: 1px solid #EDEDED;
}

.a-btn.-inactive {
  background-color: #C6C6C6;
  color: #fff;
}

.a-btn.-on-off {
  background-color: #C6C6C6;
  color: #fff;
}

.a-btn.-on-off.is-active {
  background-color: #008D31;
}

.a-btn.-arrow-right, .a-btn.-arrow-left, .a-btn.-arrow-right-black, .a-btn.-arrow-bottom {
  position: relative;
  text-align: center;
}

.a-btn.-icon-left {
  position: relative;
  border-radius: 4px;
  padding-left: 40px;
}

.a-btn.-icon-left:before {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}

.a-btn.-icon-left.-size-md-12 {
  padding-left: 20px;
}

.a-btn.-icon-left.-size-md-12:before {
  display: none;
}

.a-btn.-icon-left.-size-md-22 {
  padding-left: 7px;
}

.a-btn.-icon-left.-size-md-22:before {
  width: 16px;
  height: 16px;
}

.a-btn.-icon-left.-size-md-23 {
  padding: 4px 4px 4px 20px;
  font-size: 14px;
  font-size: 0.875rem;
}

.a-btn.-icon-left.-size-md-23:before {
  width: 16px;
  height: 16px;
  left: 24px;
}

.a-btn.-icon-right {
  position: relative;
  border-radius: 4px;
  padding-right: 40px;
}

.a-btn.-icon-right:before {
  position: absolute;
  left: 15px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  display: block;
  content: "";
  width: 18px;
  height: 18px;
  background-repeat: no-repeat;
  background-size: contain;
}

.a-btn.-icon-right.-size-md-12 {
  padding-right: 20px;
}

.a-btn.-icon-right.-size-md-12:before {
  display: none;
}

.a-btn.-icon-bottom {
  position: relative;
}

.a-btn.-contact:before {
  background-image: url(../images/icon_mail.svg);
}

.a-btn.-reserve:before {
  background-image: url(../images/icon_wood.svg);
}

.a-btn.-search:before {
  background-image: url(../images/icon_search.svg);
}

.a-btn.-icon-left-inline {
  position: relative;
}

.a-btn.-icon-left-inline.-center {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding-left: 0;
}

.a-btn.-icon-right-inline {
  position: relative;
}

.a-btn.-text-left {
  text-align: left;
}

.a-btn.-calender {
  padding: 9px 8px;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: normal;
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .a-btn.-calender {
    padding: 12px 13px;
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.a-btn.-calender.-arrow-right {
  padding-right: 35px;
}

.a-btn.-compare {
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 180px;
  height: 180px;
  border-radius: 50%;
  background-color: #fff;
  border: 2px solid #EDEDED;
  -webkit-filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
          filter: drop-shadow(0px 3px 6px rgba(0, 0, 0, 0.1));
  font-weight: bold;
  letter-spacing: -0.06em;
  line-height: 1.2;
  text-align: center;
  color: #333;
}

@media only screen and (max-width: 1199.97px) {
  .a-btn.-compare {
    width: 108px;
    height: 108px;
    font-size: 10px;
    font-size: 0.625rem;
  }
}

.a-btn.-compare .a-btn__em {
  font-size: 24px;
  font-size: 1.5rem;
}

@media only screen and (max-width: 1199.97px) {
  .a-btn.-compare .a-btn__em {
    font-size: 13px;
    font-size: 0.8125rem;
  }
}

.a-btn.-compare .a-btn__em.-lg {
  font-size: 48px;
  font-size: 3rem;
}

@media only screen and (max-width: 1199.97px) {
  .a-btn.-compare .a-btn__em.-lg {
    font-size: 27px;
    font-size: 1.6875rem;
  }
}

.a-btn.-compare .a-btn__em.-green {
  color: #008D31;
}

.a-btn.-search-form {
  letter-spacing: 0.4em;
  text-indent: 0.4em;
  padding-left: 0;
  padding-right: 0;
}

@media only screen and (max-width: 767.97px) {
  .a-btn.-add {
    position: relative;
    padding: 8px 24px;
    font-size: 18px;
    font-size: 1.125rem;
  }
  .a-btn.-add:after {
    content: "＋";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 768px), tv, print {
  .a-btn.-add:before {
    content: "＋";
    display: inline-block;
    margin-right: 10px;
  }
}

.a-btn.-course-area {
  background-color: #fff;
  padding: 6px;
  border: 1px solid #EDEDED;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

.a-btn.-course-area.is-hidden {
  display: none;
}

.a-btn.-course-area.is-selected {
  background-color: #008D31;
  color: #fff;
}

.a-btn.-course-area.-gc-name {
  cursor: auto;
  padding: 3px 10px;
  font-size: 14px;
  font-size: 0.875rem;
  border-color: #B1B1B1;
  text-align: left;
}

.a-btn.-course-area.-gc-name::-webkit-input-placeholder {
  color: #B1B1B1;
}

.a-btn.-course-area.-gc-name::-moz-placeholder {
  color: #B1B1B1;
}

.a-btn.-course-area.-gc-name:-ms-input-placeholder {
  color: #B1B1B1;
}

.a-btn.-course-area.-gc-name::-ms-input-placeholder {
  color: #B1B1B1;
}

.a-btn.-course-area.-gc-name::placeholder {
  color: #B1B1B1;
}

.a-btn.-course-area.-gc-name:hover {
  opacity: 1;
}

.a-btn.-course-area.-gc-name.-wwwtop {
  padding: 4.5px 10px;
}

.a-btn.-course-area.-gc-name.-solo {
  padding: 5px 12px;
  font-size: 16px;
  font-size: 1rem;
}

.a-btn.-area-deside {
  background-color: #5DA71E;
  width: 11em;
  color: #fff;
  -webkit-animation-name: blink-opacity;
          animation-name: blink-opacity;
  -webkit-animation-duration: 1s;
          animation-duration: 1s;
  -webkit-animation-iteration-count: infinite;
          animation-iteration-count: infinite;
}

.a-btn.-area-deside[disabled] {
  cursor: default;
  background-color: #EDEDED;
  color: #fff;
  -webkit-animation-play-state: paused;
          animation-play-state: paused;
}

.a-btn.-arrow-right-inline {
  text-align: center;
}

.a-btn.-arrow-right-bottom:after {
  margin-left: 5px;
  display: inline-block;
  content: "";
  width: 14px;
  height: 8px;
  background-repeat: no-repeat;
  background-image: url(../images/arrow_bottom_green.svg);
  vertical-align: middle;
}

.a-btn.-arrow-right-bottom:hover {
  opacity: 1;
}

.a-btn.-myaccordia {
  letter-spacing: 0.04em;
  vertical-align: middle;
}

.a-btn.-myaccordia > * {
  vertical-align: middle;
}

.a-btn.-myaccordia.-weight600 {
  font-weight: 600;
}

.a-btn.-select {
  position: relative;
  display: inline-block;
  background-color: #fff;
  border-radius: 0;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
  padding: 0 25px 0 15px;
  border: 2px solid transparent;
}

.a-btn.-select:hover {
  opacity: 1;
}

.a-btn.-select:after {
  content: "";
  display: block;
  position: absolute;
  right: 8px;
  top: calc(50% + 1px);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 6px 4px 0 4px;
  border-color: #1A1A1A transparent transparent transparent;
}

.a-btn.-select.is-selected {
  border-color: #008D31;
}

.a-btn.-select.-has-radius {
  border-radius: 4px;
}

.a-btn.-select.-area {
  width: 100%;
  padding: 8px 12px;
  text-align: left;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
  font-size: 18px;
  font-size: 1.125rem;
}

.a-btn.-select.-gmap {
  width: 100%;
  padding: 4px 8px;
  text-align: left;
  border: 1px solid #CCCCCC;
  border-radius: 4px;
}

.a-btn.-select.-other-gc {
  padding-top: 1px;
  padding-bottom: 1px;
  border: 1px solid #EDEDED;
}

.a-btn.-select.-select-gc {
  text-align: left;
  padding: 2px 18px;
  border: none;
}

.a-btn.-select.-cd {
  border: 3px solid transparent;
  border-radius: 2px;
}

.a-btn.-select.-cd.is-active {
  border-color: #008D31;
}

.a-btn.-select.-cd.is-selected {
  border-color: #008D31;
}

.a-btn.-controller {
  padding: 20px 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: 5px 12px;
  border: 1px solid #EDEDED;
}

.a-btn.-controller.-prev {
  background-image: url(../images/arrow_prev.svg);
}

.a-btn.-controller.-next {
  background-image: url(../images/arrow_next.svg);
}

.a-btn.-url {
  border: 2px solid #EDEDED;
  padding: 14px 35px;
}

.a-btn.-url:hover {
  opacity: 1;
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .a-btn.-url {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .a-btn.-url {
    width: 450px;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (max-width: 767.97px) {
  .a-btn.-url {
    padding: 11px 15px 12px;
  }
}

.a-btn.-url:before {
  margin-right: 15px;
  width: 17px;
  height: 17px;
  display: inline-block;
  vertical-align: -2px;
  content: "";
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  background-image: url(../images/icon_copy.svg);
}

.a-btn.-radius-2 {
  border-radius: 2px;
}

.a-btn.-v-select {
  padding: 6px 10px;
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: normal;
}

.a-btn.-v-select.is-active {
  color: #fff;
  background-color: #008D31;
  border: 1px solid #008D31;
}

.a-btn.-v-select.-wide {
  text-align: center;
}

.a-btn.-v-select.-solo {
  padding: 3px 9px;
}

.a-btn.-condition {
  padding: 4px;
  line-height: 1;
  border: 3px solid transparent;
  border-radius: 2px;
  font-weight: normal;
}

.a-btn.-condition:hover {
  opacity: 1;
}

.a-btn.-condition.is-selected {
  border-color: #008D31;
}

.a-btn.-area-fav.is-active {
  border-color: #008D31;
  color: #fff;
  background-color: #008D31;
  border: 1px solid #008D31;
}

.a-btn.-map {
  position: relative;
  background-color: #5DA71E;
  color: #fff;
  padding: 14px 9px;
  border-radius: 50px;
  font-size: 16px;
  font-size: 1rem;
  -webkit-transition: 0.3s background-color;
  transition: 0.3s background-color;
}

.a-btn.-map:before {
  position: absolute;
  left: 30px;
  top: 20px;
  display: inline-block;
  content: "";
  width: 12px;
  height: 18px;
  background-repeat: no-repeat;
  background-image: url(../images/icon_map_wh.svg);
}

.a-btn.-map:hover {
  opacity: 1;
  background-color: #8DC329;
}

.a-btn.-mail {
  position: relative;
  padding: 7px 20px 7px 55px;
  background-color: #fff;
  border: 1px solid #C9C9C9;
  border-bottom: 2px solid #C9C9C9;
  border-radius: 4px;
  color: #5B5B5B;
  text-align: left;
  line-height: 1.3;
  font-size: 14px;
  font-size: 0.875rem;
}

.a-btn.-mail:before {
  top: 50%;
  left: 15px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  position: absolute;
  display: block;
  content: "";
  width: 26px;
  height: 20px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon_mail_gray.svg);
}

.a-btn.-clear {
  padding: 0 14px;
  border: 1px solid #C6C6C6;
  border-radius: 13px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: center;
}

.a-btn.-clear.-gray {
  padding: 2px 18px;
  font-weight: normal;
  border: none;
}

.a-btn.-refine {
  background-color: #fff;
  padding: 15px;
  font-weight: bold;
  line-height: 1;
  -webkit-appearance: normal;
     -moz-appearance: normal;
          appearance: normal;
  font-size: 14px;
  font-size: 0.875rem;
}

.a-btn.-refine:before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: 50%;
  right: 12px;
  content: '';
  width: 14px;
  height: 2px;
  background: #1A1A1A;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  z-index: 2;
}

.a-btn.-refine:after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: 50%;
  right: 12px;
  content: '';
  width: 14px;
  height: 2px;
  background-color: #1A1A1A;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  z-index: 1;
}

.a-btn.-refine.is-active:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.a-btn.-refine.is-active:after {
  background-color: #1A1A1A;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.a-btn.-refine.-result {
  position: relative;
  padding: 13px 15px;
  text-decoration: underline;
  -webkit-transition: 0.3s all;
  transition: 0.3s all;
}

.a-btn.-refine.-result:before, .a-btn.-refine.-result:after {
  top: 20px;
  background-color: #1A1A1A;
  width: 12px;
}

.a-btn.-refine.-result.is-active {
  opacity: 1;
}

.a-btn.-refine.-result.is-active:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.a-btn.-refine.-result.is-active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.a-btn.-refine.-wwwtop:before, .a-btn.-refine.-wwwtop:after {
  width: 10px;
  height: 2px;
}

.a-btn.-search-img {
  position: relative;
  padding: 7px;
  font-size: 16px;
  font-size: 1rem;
}

.a-btn.-search-img.-inline {
  padding: 7px;
}

.a-btn.-search-img.-wwwtop {
  padding: 10px 10px 10px 30px;
  font-size: 14px;
  font-size: 0.875rem;
}

.a-btn.-more {
  position: relative;
  padding: 5px 40px 5px 16px;
  border: 1px solid #EDEDED;
  border-radius: 4px;
  font-size: 14px;
  font-size: 0.875rem;
  text-align: left;
}

.a-btn.-more:before, .a-btn.-more:after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: 50%;
  right: 12px;
  content: '';
  top: 16px;
  width: 10px;
  height: 1.5px;
  background: #1A1A1A;
}

.a-btn.-more:before {
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  z-index: 2;
}

.a-btn.-more:after {
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  z-index: 1;
}

.a-btn.-more.is-active {
  opacity: 1;
}

.a-btn.-more.is-active:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.a-btn.-more.is-active:after {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.a-btn.-shadow {
  position: relative;
  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;
  padding: 9px 15px 9px 5px;
  border-radius: 6px;
  text-align: center;
  line-height: 1.3;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (max-width: 767.97px) {
  .a-btn.-shadow {
    padding: 4px 15px 4px 5px;
  }
}

.a-btn.-shadow.-gold {
  background-color: #D4C056;
  border: 1px solid #FEE459;
  -webkit-box-shadow: 0 1px #646464;
          box-shadow: 0 1px #646464;
  color: #fff;
}

.a-btn.-shadow.-orange {
  background-color: #ED6C00;
  border: 1px solid #FFA051;
  -webkit-box-shadow: 0 1px #A73714;
          box-shadow: 0 1px #A73714;
  color: #fff;
}

.a-btn.-shadow.-green {
  background-color: #008D31;
  border: 1px solid #5DA71E;
  -webkit-box-shadow: 0 1px #008D31;
          box-shadow: 0 1px #008D31;
  color: #fff;
}

.a-btn.-shadow.-outline {
  background-color: #fff;
  border: 1px solid #008D31;
  -webkit-box-shadow: 0 1px #008D31;
          box-shadow: 0 1px #008D31;
  color: #008D31;
}

.a-btn.-back-top {
  width: 100%;
  padding: 12px 9px;
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 768px), tv, print {
  .a-btn.-back-top {
    max-width: 280px;
  }
}

.a-btn.-back-page {
  padding: .625em 0.8em;
  font-size: 18px;
  font-size: 1.125rem;
  color: #191919;
}

.a-btn.-back-page.-arrow-right {
  padding-right: 1.5em;
}

.a-btn.-back-page.-arrow-left {
  padding-left: 1.5em;
}

@media only screen and (max-width: 767.97px) {
  .a-btn.-back-page {
    padding: .7em 1.1em;
  }
}

@media only screen and (max-width: 320px) {
  .a-btn.-back-page {
    padding: .7em 0.6em;
  }
}

.a-btn.-submit {
  padding: .625em 0.8em;
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (max-width: 767.97px) {
  .a-btn.-submit {
    padding: .7em 1.85em;
    width: 100%;
    display: block;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .a-btn.-submit {
    min-width: 280px;
  }
}

.a-btn.-submit:disabled {
  cursor: default;
}

.a-btn_center.-solo-top {
  position: relative;
  padding: 6px;
  border: 3px solid #008D31;
  background-color: #fff;
  border-radius: 22px;
  font-weight: 600;
  color: #008D31;
  text-align: center;
  font-size: 14px;
  font-size: 0.875rem;
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.16);
}

@media only screen and (min-width: 768px), tv, print {
  .a-btn_center.-solo-top {
    padding: 13px;
    border-radius: 35px;
    font-size: 20px;
    font-size: 1.25rem;
  }
}

.a-btn_center.-solo-top:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-left: 10px;
  width: 24px;
  height: 24px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/arrow_b.svg);
}

@media only screen and (min-width: 768px), tv, print {
  .a-btn_center.-solo-top:after {
    margin-left: 20px;
    width: 34px;
    height: 34px;
  }
}

.a-btn.-solo-search {
  padding: 7px;
  border-radius: 0;
  -webkit-box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 0 3px 6px 0px rgba(0, 0, 0, 0.16);
  font-size: 24px;
  font-size: 1.5rem;
  font-weight: 800;
  letter-spacing: .1em;
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-solo-search {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
    padding: 23px 17px;
    font-size: 20px;
    font-size: 1.25rem;
    -webkit-writing-mode: vertical-rl;
        -ms-writing-mode: tb-rl;
            writing-mode: vertical-rl;
    letter-spacing: .3em;
  }
}

@media only screen and (max-width: 1199.97px) {
  .a-btn.-solo-search {
    width: 100vw;
  }
}

.a-btn.-solo-link {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 400;
  color: #008D31;
  line-height: 1.5;
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-solo-link {
    font-size: 29px;
    font-size: 1.8125rem;
  }
}

.a-btn.-solo-link.-bg-green {
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 24px 70px;
  background-color: #008D31;
  border-radius: 50px;
  color: #fff;
}

.a-btn.-solo-link.-bg-orange {
  display: block;
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.16);
  padding: 24px;
  background-color: #DB9B37;
  border-radius: 70px;
  color: #fff;
  text-align: center;
  font-size: 18px;
  font-size: 1.125rem;
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-solo-link.-bg-orange {
    padding: 40px 70px;
    font-size: 39px;
    font-size: 2.4375rem;
  }
}

.a-btn.-solo-link.-bg-white {
  border: 5px solid #008D31;
  -webkit-box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.16);
          box-shadow: 4px 4px 6px 0px rgba(0, 0, 0, 0.16);
  border-radius: 50px;
  padding: 16px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #3CA55C;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-solo-link.-bg-white {
    padding: 20px;
    font-size: 29px;
    font-size: 1.8125rem;
  }
}

.a-btn.-solo-link.-size-sm {
  font-size: 15px;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-solo-link.-size-sm {
    font-size: 21px;
    font-size: 1.3125rem;
  }
}

@media only screen and (max-width: 1199.97px) {
  .a-btn.-solo-link.-type-a {
    padding: 10px 35px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .a-btn.-solo-link.-type-b {
    padding: 24px 20px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .a-btn.-solo-link.-type-c {
    padding: 24px 55px;
  }
}

.a-btn.-solo-link.-size-xs {
  padding: 0;
  font-size: 16px;
  font-size: 1rem;
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-solo-link.-size-xs {
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.a-btn.-solo-link.-size-xs-2 {
  padding: 0;
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-solo-link.-size-xs-2 {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.a-btn.-solo-ranking {
  padding: 6px 13px;
  border: 3px solid #008D31;
  background-color: #fff;
  border-radius: 35px;
  font-weight: 600;
  color: #008D31;
  font-size: 12px;
  font-size: 0.75rem;
  text-align: left;
  line-height: 1.4;
}

@media only screen and (min-width: 768px), tv, print {
  .a-btn.-solo-ranking {
    padding: 17px;
    border-radius: 35px;
    font-size: 20px;
    font-size: 1.25rem;
    text-align: center;
  }
}

.a-btn.-solo-ranking:hover {
  opacity: 1;
  cursor: default;
}

.a-btn.-solo-link .a-btn__block-img {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  max-width: 50px;
  -webkit-transform: translateY(2px);
          transform: translateY(2px);
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-solo-link .a-btn__block-img {
    -ms-flex-preferred-size: 100px;
        flex-basis: 100px;
    max-width: 100px;
  }
}

.a-btn.-solo-link.-size-sm .a-btn__block-img {
  padding-right: 5px;
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-solo-link.-size-sm .a-btn__block-img {
    padding-right: 30px;
  }
}

.a-btn.-solo-link.-bg-green .a-btn__block-img {
  -webkit-transform: none;
          transform: none;
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-solo-link.-bg-green.-type-a .a-btn__block-img,
  .a-btn.-solo-link.-bg-green.-type-b .a-btn__block-img {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    max-width: 80px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .a-btn.-solo-link.-bg-green.-type-a .a-btn__block-img,
  .a-btn.-solo-link.-bg-green.-type-b .a-btn__block-img {
    -ms-flex-preferred-size: 38px;
        flex-basis: 38px;
    max-width: 38px;
    padding-right: 10px;
  }
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-solo-link.-bg-green.-type-c .a-btn__block-img {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    max-width: 80px;
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .a-btn.-solo-link.-bg-green.-type-c .a-btn__block-img {
    -ms-flex-preferred-size: 45px;
        flex-basis: 45px;
    max-width: 45px;
    padding-right: 10px;
  }
}

.a-btn.-solo-link.-size-xs .a-btn__block-img {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  max-width: 50px;
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-solo-link.-size-xs .a-btn__block-img {
    -ms-flex-preferred-size: 80px;
        flex-basis: 80px;
    max-width: 80px;
  }
}

.a-btn.-solo-link.-size-xs-2 .a-btn__block-img {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  max-width: 50px;
  margin-right: 5px;
}

.a-btn.-solo-link.-bg-white .a-btn__block-img {
  margin-right: 15px;
  -ms-flex-preferred-size: 34px;
      flex-basis: 34px;
  max-width: 34px;
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-solo-link.-bg-white .a-btn__block-img {
    margin-right: 20px;
    -ms-flex-preferred-size: 50px;
        flex-basis: 50px;
    max-width: 50px;
  }
}

.a-btn_center.-solo-top .a-btn__txt {
  position: relative;
  display: inline-block;
  padding-bottom: 2px;
  margin-left: 10px;
}

@media only screen and (min-width: 768px), tv, print {
  .a-btn_center.-solo-top .a-btn__txt {
    margin-left: 25px;
  }
}

.a-btn_center.-solo-top .a-btn__txt:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 3px;
  background-color: #FF8900;
  border-radius: 2px;
}

@media only screen and (min-width: 768px), tv, print {
  .a-btn_center.-solo-top .a-btn__txt:after {
    height: 4px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .a-btn.-solo-link.-bg-green.-type-a .a-btn__txt {
    text-align: left;
  }
}

.a-btn.-solo-link.-size-xs-2 .a-btn__txt {
  color: #1A1A1A;
}

.a-btn__more-inactive.is-active {
  display: none;
}

.a-btn__more-active {
  display: none;
}

.a-btn__more-active.is-active {
  display: block;
}

.a-btn.-mail .a-btn__em {
  font-size: 16px;
  font-size: 1rem;
}

.a-btn__arrow {
  position: absolute;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  stroke: currentColor;
  stroke-width: 1px;
  width: 10px;
  height: 22px;
}

.a-btn.-size-xs .a-btn__arrow {
  width: 4px;
  height: 14px;
  stroke-width: 2px;
}

.a-btn.-size-sm-2 .a-btn__arrow {
  width: 4px;
  height: 12px;
  right: 5px;
  stroke-width: 2px;
}

.a-btn.-size-md .a-btn__arrow {
  width: 10px;
  height: 24px;
}

.a-btn.-size-lg .a-btn__arrow {
  width: 6px;
  height: 16px;
}

.a-btn.-size-md-3 .a-btn__arrow,
.a-btn.-size-md-4 .a-btn__arrow {
  width: 4px;
  height: 14px;
  stroke-width: 2px;
}

.a-btn.-size-md-15 .a-btn__arrow,
.a-btn.-size-md-16 .a-btn__arrow {
  height: 16px;
  stroke-width: 2px;
}

.a-btn.-size-md-23 .a-btn__arrow {
  width: 5px;
  height: 12px;
  stroke-width: 3px;
  top: calc(50% + 1px);
}

.a-btn.-size-xs-2 .a-btn__arrow,
.a-btn.-size-xs-3 .a-btn__arrow {
  right: 6px;
  width: 3px;
  height: 12px;
  stroke-width: 2px;
}

.a-btn.-size-xs-4 .a-btn__arrow {
  width: 4px;
  height: 14px;
  stroke-width: 2px;
}

.a-btn.-size-md-17 .a-btn__arrow,
.a-btn.-size-md-19 .a-btn__arrow {
  width: 5px;
  height: 12px;
  stroke-width: 2px;
}

.a-btn.-size-md-20 .a-btn__arrow {
  margin-left: 5px;
  width: 5px;
  height: 14px;
  stroke-width: 3px;
  vertical-align: -2px;
}

.a-btn.-size-md-21 .a-btn__arrow {
  margin-left: 5px;
  width: 5px;
  height: 14px;
  stroke-width: 3px;
  vertical-align: -2px;
}

@media only screen and (max-width: 1199.97px) {
  .a-btn.-pc-arrow .a-btn__arrow {
    display: none;
  }
}

.a-btn.-arrow-left .a-btn__arrow {
  left: 10px;
  right: auto;
}

.a-btn.-arrow-right-black .a-btn__arrow {
  stroke: #1A1A1A;
  stroke-width: 2px;
  width: 10px;
  height: 24px;
}

.a-btn.-arrow-bottom .a-btn__arrow {
  stroke: currentColor;
  stroke-width: 2px;
  width: 12px;
  height: 5px;
}

.a-btn.-arrow-right-inline .a-btn__arrow {
  position: static;
  -webkit-transform: none;
          transform: none;
  display: inline-block;
}

.a-btn.-shadow .a-btn__arrow {
  right: 5px;
  width: 8px;
  height: 14px;
  stroke-width: 2px;
}

.a-btn.-back-page .a-btn__arrow {
  height: 16px;
  stroke-width: 2px;
}

.a-btn__icon {
  position: absolute;
  left: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  fill: currentColor;
}

.a-btn.-icon-right.-size-md-12 .a-btn__icon {
  left: auto;
  right: 10px;
  stroke: currentColor;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.a-btn.-icon-left.-size-md-12 .a-btn__icon {
  left: 10px;
  stroke: currentColor;
  -webkit-transform: translateY(-30%);
          transform: translateY(-30%);
}

.a-btn.-myaccordia .a-btn__icon {
  position: static;
  -webkit-transform: none;
          transform: none;
}

.a-btn.-icon-left-inline .a-btn__icon {
  position: static;
  -webkit-transform: none;
          transform: none;
  margin-right: 3px;
  vertical-align: -1px;
}

.a-btn.-icon-right-inline .a-btn__icon {
  position: static;
  -webkit-transform: none;
          transform: none;
  margin-left: 3px;
  vertical-align: -1px;
}

.a-btn.-icon-right-inline.-size-lg-3 .a-btn__icon {
  margin-left: 15px;
  vertical-align: 0;
}

.a-btn.-icon-bottom .a-btn__icon {
  position: absolute;
  left: 50%;
  bottom: 5px;
  top: auto;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  stroke: currentColor;
}

.a-btn__icon-wrap {
  line-height: 1;
  margin-right: 3px;
}

.a-btn__img {
  vertical-align: middle;
}

.a-btn.-search-img .a-btn__img {
  position: absolute;
  left: 12px;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.a-btn.-search-img.-wwwtop .a-btn__img {
  left: 20px;
}

.a-btn.-search-img.-inline .a-btn__img {
  -webkit-transform: translateX(-30%);
          transform: translateX(-30%);
  position: static;
  vertical-align: -2px;
}

@media only screen and (min-width: 1200px), print {
  .a-btn.-solo-search .a-btn__img {
    width: 47px;
    margin-bottom: 5px;
  }
}

@-webkit-keyframes blink-opacity {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.4;
  }
  90% {
    opacity: 1;
  }
}

@keyframes blink-opacity {
  0% {
    opacity: 1;
  }
  40% {
    opacity: 0.4;
  }
  50% {
    opacity: 0.4;
  }
  90% {
    opacity: 1;
  }
}

.a-btn__small {
  margin-top: 4px;
  display: block;
  font-size: 12px;
  font-size: 0.75rem;
}

.a-loader,
.a-loader:after {
  border-radius: 50%;
  width: 6em;
  height: 6em;
}

.a-loader {
  margin: 60px auto;
  font-size: 10px;
  position: relative;
  text-indent: -9999em;
  border-top: 1.1em solid rgba(0, 141, 49, 0.2);
  border-right: 1.1em solid rgba(0, 141, 49, 0.2);
  border-bottom: 1.1em solid rgba(0, 141, 49, 0.2);
  border-left: 1.1em solid #008d31;
  -webkit-transform: translateZ(0);
  transform: translateZ(0);
  -webkit-animation: a-load8 1.1s infinite linear;
  animation: a-load8 1.1s infinite linear;
}

@-webkit-keyframes a-load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

@keyframes a-load8 {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  100% {
    -webkit-transform: rotate(360deg);
    transform: rotate(360deg);
  }
}

/*====================================

Molecules

====================================*/
.m-select-date {
  position: relative;
  padding: 17px;
  background-color: #646464;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  text-align: center;
  margin: 0 0 20px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .m-select-date {
    margin-bottom: 15px;
    padding: 26px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .m-select-date {
    margin-bottom: 15px;
    padding: 20px;
  }
}

.m-select-date.-solo {
  margin-bottom: 0;
}

.m-select-date__prev,
.m-select-date__next {
  position: absolute;
  top: 50%;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

.m-select-date__prev a.a-btn,
.m-select-date__next a.a-btn {
  width: 70px;
}

.m-select-date__prev a.a-btn .a-btn__arrow,
.m-select-date__prev a.a-btn .a-btn__icon,
.m-select-date__next a.a-btn .a-btn__arrow,
.m-select-date__next a.a-btn .a-btn__icon {
  width: 6px;
  height: 12px;
  stroke-width: 2px;
}

.m-select-date__prev {
  left: 15px;
}

.m-select-date__next {
  right: 15px;
}

.m-card.-type-2 {
  background-color: #fff;
}

@media only screen and (max-width: 767.97px) {
  .m-card.-type-2 {
    border-top: 1px solid #CCCCCC;
    padding: 15px;
  }
  .m-card.-type-2:last-child {
    border-bottom: 1px solid #CCCCCC;
  }
}

.m-card.-type-4 {
  background-color: #fff;
  padding: 15px;
  position: relative;
  cursor: pointer;
}

@media only screen and (min-width: 1200px), print {
  .m-card.-type-4 {
    padding: 10px 10px 15px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .m-card.-type-4 {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.m-card.-type-5 {
  background-color: #fff;
}

.m-card.-type-4.-solo {
  padding: 25px 20px;
  border-radius: 20px;
  -webkit-box-shadow: 10px 10px 0 0 #e5e5e5;
          box-shadow: 10px 10px 0 0 #e5e5e5;
}

@media only screen and (max-width: 1199.97px) {
  .m-card.-type-4.-solo {
    display: block;
  }
}

.m-card__link {
  text-decoration: none;
  color: inherit;
  display: block;
}

.m-card.-type-2 .m-card__link {
  position: relative;
}

@media only screen and (max-width: 767.97px) {
  .m-card.-type-2 .m-card__link {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
  .m-card.-type-2 .m-card__link:after {
    position: absolute;
    right: 0;
    top: 50%;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    content: "";
    display: block;
    width: 10px;
    height: 22px;
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    background-image: url(../images/arrow_black.svg);
  }
}

@media only screen and (min-width: 768px), tv, print {
  .m-card.-type-2 .m-card__link:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    border: 4px solid transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .m-card.-type-2 .m-card__link:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 20px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrow_black.svg);
    -webkit-transition: opacity 0.3s,visibility 0.3s;
    transition: opacity 0.3s,visibility 0.3s;
  }
  .m-card.-type-2 .m-card__link:hover:before {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #EDEDED;
  }
  .m-card.-type-2 .m-card__link:hover:after {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .m-card.-type-1 .m-card__link:hover .m-card__img:before {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #EDEDED;
  }
  .m-card.-type-1 .m-card__link:hover .m-card__img:after {
    opacity: 1;
    visibility: visible;
  }
  .m-card.-type-1 .m-card__link:hover .m-card__txt {
    text-decoration: underline;
    color: #5DA71E;
  }
}

.m-card.-type-5 .m-card__link {
  position: relative;
}

@media only screen and (min-width: 768px), tv, print {
  .m-card.-type-5 .m-card__link:before {
    content: "";
    display: block;
    position: absolute;
    z-index: 10;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background-color: transparent;
    border: 4px solid transparent;
    -webkit-transition: background-color 0.3s;
    transition: background-color 0.3s;
  }
  .m-card.-type-5 .m-card__link:after {
    opacity: 0;
    visibility: hidden;
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: 20;
    -webkit-transform: translate(-50%, -50%);
            transform: translate(-50%, -50%);
    width: 20px;
    height: 50px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrow_black.svg);
    -webkit-transition: opacity 0.3s,visibility 0.3s;
    transition: opacity 0.3s,visibility 0.3s;
  }
  .m-card.-type-5 .m-card__link:hover:before {
    background-color: rgba(255, 255, 255, 0.9);
    border-color: #EDEDED;
  }
  .m-card.-type-5 .m-card__link:hover:after {
    opacity: 1;
    visibility: visible;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .m-card.-type-6 .m-card__link {
    border-bottom: 2px solid #F7F7F7;
    position: relative;
  }
  .m-card.-type-6 .m-card__link:after {
    content: "";
    display: block;
    position: absolute;
    bottom: -2px;
    left: 0;
    width: 55px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    border-bottom: 2px solid #F7F7F7;
  }
  .m-card.-type-6 .m-card__link:hover {
    -webkit-transition: opacity 0.3s;
    transition: opacity 0.3s;
  }
  .m-card.-type-6 .m-card__link:hover:hover {
    opacity: 0.7;
  }
  .m-card.-type-6 .m-card__link:hover:after {
    width: 100%;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .m-card.-type-6.-card-color1 .m-card__link:after {
    border-color: #4FE3BB;
  }
  .m-card.-type-6.-card-color2 .m-card__link:after {
    border-color: #ED5F20;
  }
  .m-card.-type-6.-card-color3 .m-card__link:after {
    border-color: #5DD55A;
  }
  .m-card.-type-6.-card-color4 .m-card__link:after {
    border-color: #4BC7E5;
  }
  .m-card.-type-6.-card-color5 .m-card__link:after {
    border-color: #ED647B;
  }
  .m-card.-type-6.-card-color6 .m-card__link:after {
    border-color: #97CC04;
  }
  .m-card.-type-6.-card-color7 .m-card__link:after {
    border-color: #0082BA;
  }
  .m-card.-type-6.-card-color8 .m-card__link:after {
    border-color: #EB9200;
  }
  .m-card.-type-6.-card-color9 .m-card__link:after {
    border-color: #008D31;
  }
}

.m-card__img {
  background-repeat: no-repeat;
  background-size: cover;
}

@media only screen and (min-width: 768px), tv, print {
  .m-card__img {
    width: 100%;
    height: 180px;
    margin-left: auto;
    margin-right: auto;
  }
}

.m-card.-type-1 .m-card__img {
  position: relative;
}

.m-card.-type-1 .m-card__img:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 10;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  background-color: transparent;
  border: 4px solid transparent;
  -webkit-transition: background-color 0.3s;
  transition: background-color 0.3s;
}

.m-card.-type-1 .m-card__img:after {
  opacity: 0;
  visibility: hidden;
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  z-index: 20;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  width: 20px;
  height: 50px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow_black.svg);
  -webkit-transition: opacity 0.3s,visibility 0.3s;
  transition: opacity 0.3s,visibility 0.3s;
}

@media only screen and (max-width: 767.97px) {
  .m-card.-type-2 .m-card__img {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100px;
    height: 75px;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .m-card.-type-3 .m-card__img {
    width: 280px;
    height: 210px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .m-card.-type-3 .m-card__img {
    width: 100%;
    height: calc(((100vw / 4) - 14px) * 0.75);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .m-card.-type-3 .m-card__img {
    width: 100%;
    height: calc(((100vw / 4) - 14px) * 0.75);
  }
}

@media only screen and (max-width: 767.97px) {
  .m-card.-type-3 .m-card__img {
    width: 100%;
    height: 70vw;
  }
}

@media only screen and (min-width: 1200px), print {
  .m-card.-type-4 .m-card__img {
    width: 100%;
    height: 130px;
    background-position: center center;
  }
}

@media only screen and (max-width: 1199.97px) {
  .m-card.-type-4 .m-card__img {
    width: 98px;
    height: 90px;
  }
}

@media only screen and (min-width: 1200px), print {
  .m-card.-type-4.-map .m-card__img {
    height: 140px;
  }
}

@media only screen and (min-width: 1200px), print {
  .m-card.-type-4.-solo .m-card__img {
    height: 142px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .m-card.-type-4.-solo .m-card__img {
    width: auto;
    height: 34vw;
  }
}

.m-card__content {
  line-height: 1.5;
}

@media only screen and (min-width: 768px), tv, print {
  .m-card__content {
    padding-top: 10px;
  }
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .m-card__content {
    position: relative;
    padding: 15px 45px 15px 15px;
  }
  .m-card__content:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrow_black.svg);
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .m-card__content {
    position: relative;
    padding: 15px 45px 15px 15px;
  }
  .m-card__content:after {
    content: "";
    display: block;
    position: absolute;
    top: 50%;
    right: 15px;
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
    width: 10px;
    height: 24px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrow_black.svg);
  }
}

@media only screen and (max-width: 767.97px) {
  .m-card.-type-2 .m-card__content {
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(100% - 115px);
    padding-right: 30px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .m-card.-type-3 .m-card__content {
    padding: 0;
    margin-top: 15px;
  }
}

.m-card.-type-3 .m-card__content:after {
  display: none;
}

@media only screen and (max-width: 1199.97px) {
  .m-card.-type-4 .m-card__content {
    position: relative;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: calc(100% - 110px);
    padding-right: 35px;
  }
  .m-card.-type-4 .m-card__content:after {
    position: absolute;
    right: 18px;
    top: 50%;
    display: block;
    content: "";
    width: 8px;
    height: 14px;
    background-repeat: no-repeat;
    background-size: contain;
    background-image: url(../images/arrow_right_green_2.svg);
    -webkit-transform: translateY(-50%);
            transform: translateY(-50%);
  }
}

@media only screen and (min-width: 1200px), print {
  .m-card.-type-4 .m-card__content {
    padding: 5px 0 0 0;
    min-height: 110px;
  }
  .m-card.-type-4 .m-card__content:after {
    display: none;
  }
}

@media only screen and (min-width: 1200px), print {
  .m-card.-type-4.-map .m-card__content {
    min-height: 270px;
  }
}

.m-card.-type-5 .m-card__content {
  display: block;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
  border-bottom: 1px solid #EDEDED;
}

@media only screen and (min-width: 768px), tv, print {
  .m-card.-type-5 .m-card__content {
    padding: 15px  20px 0;
  }
}

@media only screen and (max-width: 767.97px) {
  .m-card.-type-5 .m-card__content {
    padding: 10px 10px 0;
  }
}

@media only screen and (max-width: 349px) {
  .m-card.-type-5 .m-card__content {
    padding: 10px 3px 0;
  }
}

.m-card.-type-5 .m-card__content:after {
  display: none;
}

.m-card.-type-6 .m-card__content {
  padding: 0;
}

.m-card.-type-6 .m-card__content:after {
  display: none;
}

.m-card.-type-4.-solo .m-card__content {
  padding: 10px 0 0;
}

@media only screen and (max-width: 1199.97px) {
  .m-card.-type-4.-solo .m-card__content {
    width: auto;
  }
  .m-card.-type-4.-solo .m-card__content:after {
    display: none;
  }
}

@media only screen and (min-width: 1200px), print {
  .m-card.-type-4.-solo .m-card__content {
    padding-top: 15px;
  }
}

.m-card__labels {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin: 5px 0 10px;
}

@media only screen and (min-width: 768px), tv, print {
  .m-card__label {
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767.97px) {
  .m-card__label {
    margin-bottom: 5px;
  }
}

.m-card.-type-4 .m-card__label {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc(50% - 5px);
}

@media only screen and (min-width: 1200px), print {
  .m-card.-type-4 .m-card__label {
    margin: 0;
  }
}

.m-card.-type-4.-solo .m-card__label {
  display: inline-block;
  vertical-align: bottom;
  width: auto;
  margin-bottom: 0;
}

.m-card__heading {
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
}

.m-card.-type-4 .m-card__heading {
  margin: 0 0 10px;
}

@media only screen and (min-width: 1200px), print {
  .m-card.-type-4 .m-card__heading {
    margin: 0 0 5px;
  }
}

.m-card.-type-4 .m-card__heading a {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: none;
  color: #3D3D3D;
  font-size: 16px;
  font-size: 1rem;
}

.m-card.-type-4 .m-card__heading a:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 1200px), print {
  .m-card.-type-4 .m-card__heading a {
    display: block;
    min-height: 48px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .m-card.-type-4 .m-card__heading a {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

.m-card.-type-5 .m-card__heading {
  font-weight: 600;
  display: block;
  color: #1A1A1A;
}

@media only screen and (min-width: 768px), tv, print {
  .m-card.-type-5 .m-card__heading {
    font-size: 18px;
    font-size: 1.125rem;
    margin-bottom: 10px;
  }
}

@media only screen and (max-width: 767.97px) {
  .m-card.-type-5 .m-card__heading {
    font-size: 16px;
    font-size: 1rem;
    text-align: center;
    margin: 0 0 5px;
  }
}

.m-card.-type-4.-solo .m-card__heading {
  margin: 15px 0 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  flex-direction: column-reverse;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

.m-card.-type-4.-solo .m-card__heading a {
  letter-spacing: .05em;
}

@media only screen and (max-width: 1199.97px) {
  .m-card.-type-4.-solo .m-card__heading a {
    font-size: 16px;
    font-size: 1rem;
  }
}

.m-card__heading__sub {
  color: #919191;
  font-weight: bold;
}

@media only screen and (max-width: 1199.97px) {
  .m-card__heading__sub {
    margin-bottom: 5px;
    line-height: 1;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 1200px), print {
  .m-card.-type-4.-map .m-card__heading__sub {
    margin-bottom: 5px;
  }
}

.m-card.-type-4.-solo .m-card__heading__sub {
  color: #A1A1A1;
  letter-spacing: .05em;
  line-height: 2;
}

@media only screen and (min-width: 768px), tv, print {
  .m-card__txt {
    margin-bottom: 10px;
    line-height: 1.4;
    -webkit-transition: color 0.3s;
    transition: color 0.3s;
  }
}

@media only screen and (min-width: 1200px), print {
  .m-card.-type-2 .m-card__txt {
    border-top: 1px solid #1A1A1A;
    padding-top: 10px;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .m-card.-type-2 .m-card__txt {
    margin-top: 10px;
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 767.97px) {
  .m-card.-type-2 .m-card__txt {
    margin-top: 5px;
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.m-card.-type-4 .m-card__txt {
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (min-width: 1200px), print {
  .m-card.-type-4 .m-card__txt {
    min-height: 38px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .m-card.-type-4 .m-card__txt {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

@media only screen and (min-width: 1200px), print {
  .m-card.-type-4.-map .m-card__txt {
    margin-bottom: 20px;
  }
}

.m-card.-type-5 .m-card__txt {
  display: block;
  color: #1A1A1A;
  text-align: justify;
}

@media only screen and (min-width: 768px), tv, print {
  .m-card.-type-5 .m-card__txt {
    font-size: 16px;
    font-size: 1rem;
    line-height: 1.5;
    min-height: 75px;
  }
}

@media only screen and (max-width: 767.97px) {
  .m-card.-type-5 .m-card__txt {
    font-size: 14px;
    font-size: 0.875rem;
    line-height: 1.7;
    min-height: 80px;
  }
}

.m-card.-type-4.-solo .m-card__txt {
  letter-spacing: .05em;
  margin-top: 10px;
}

@media only screen and (max-width: 1199.97px) {
  .m-card.-type-4.-solo .m-card__txt {
    font-size: 14px;
    font-size: 0.875rem;
    font-weight: 200;
  }
}

.m-card__icon {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  position: absolute;
}

@media only screen and (min-width: 1200px), print {
  .m-card__icon {
    right: 13px;
    top: 103px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .m-card__icon {
    right: 15px;
    top: -12px;
  }
}

.m-card__icon__item {
  position: relative;
  margin: 0 3px;
  width: 32px;
  height: 32px;
  background-repeat: no-repeat;
  background-color: #fff;
  border-radius: 50%;
  background-position: center center;
}

@media only screen and (max-width: 1199.97px) {
  .m-card__icon__item {
    border: 1px solid #EDEDED;
  }
}

.m-card__icon__item:hover {
  background-color: #5DA71E;
}

.m-card__icon__item.-bus {
  background-image: url(../images/icon_bus.svg);
}

.m-card__icon__item.-bus:hover {
  background-image: url(../images/icon_bus_on.svg);
}

.m-card__icon__item.-navi {
  background-image: url(../images/icon_navi.svg);
}

.m-card__icon__item.-navi:hover {
  background-image: url(../images/icon_navi_on.svg);
}

.m-card__icon__tip {
  position: absolute;
  top: -30px;
  opacity: 0;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.m-card__icon__tip.is-active {
  opacity: 1;
}

.m-card__icon__item.-bus .m-card__icon__tip {
  left: -60px;
}

.m-card__icon__item.-navi .m-card__icon__tip {
  right: 0;
}

.m-card__icon__tip:before {
  display: block;
  content: "";
  position: absolute;
  z-index: 1;
  bottom: -8px;
  width: 20px;
  height: 16px;
  background-repeat: no-repeat;
  background-image: url(../images/tri_wh.svg);
}

.m-card__icon__item.-bus .m-card__icon__tip:before {
  right: 20px;
}

.m-card__icon__item.-navi .m-card__icon__tip:before {
  right: 6px;
}

.m-card__icon__tip__inner {
  position: relative;
  z-index: 2;
  display: block;
  min-width: 108px;
  padding: 1px;
  background-color: #fff;
  border-radius: 3px;
  color: #5DA71E;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  text-align: center;
}

.m-card__btns {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}

@media only screen and (min-width: 1200px), print {
  .m-card__btns {
    margin-top: 15px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .m-card__btns {
    margin-top: 15px;
    -webkit-box-flex: 0;
        -ms-flex: none;
            flex: none;
    width: 100%;
  }
}

.m-card__btn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc(50% - 5px);
  text-align: right;
}

@media only screen and (max-width: 1199.97px) {
  .m-card__btn {
    width: calc(50% - 10px);
  }
}

.m-card.-type-4.-solo .m-card__btn {
  text-align: left;
  margin-top: 10px;
  margin-left: -5px;
  width: auto;
}

@media only screen and (max-width: 1199.97px) {
  .m-card.-type-4.-solo .m-card__btn {
    width: auto;
  }
}

.m-card__address {
  margin-bottom: 15px;
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: 15px 0;
  font-size: 14px;
  font-size: 0.875rem;
}

.m-card__address:before {
  display: block;
  content: "";
  position: absolute;
  top: 0;
  width: 100%;
  height: 1px;
  background-size: 8px 1px;
  background-image: linear-gradient(to right, #EDEDED, #EDEDED 4px, transparent 4px, transparent 8px);
  background-repeat: repeat-x;
}

.m-card__address:after {
  display: block;
  content: "";
  position: absolute;
  bottom: 0;
  width: 100%;
  height: 1px;
  background-size: 8px 1px;
  background-image: linear-gradient(to right, #EDEDED, #EDEDED 4px, transparent 4px, transparent 8px);
  background-repeat: repeat-x;
}

.m-card__address__heading {
  background-color: #EDEDED;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50px;
  text-align: center;
  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;
}

.m-card__address__main {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc(100% - 60px);
}

.m-card__arrow-txt {
  border-top: 1px solid #EDEDED;
  display: block;
}

@media only screen and (min-width: 768px), tv, print {
  .m-card__arrow-txt {
    padding: 15px;
    text-align: right;
  }
}

@media only screen and (max-width: 767.97px) {
  .m-card__arrow-txt {
    padding: 5px;
    text-align: center;
  }
}

.m-card.-type-6 .m-card__arrow-txt {
  text-align: left;
  border-top: none;
}

@media only screen and (min-width: 768px), tv, print {
  .m-card.-type-6 .m-card__arrow-txt {
    padding: 15px 15px 15px 0;
    position: relative;
  }
}

@media only screen and (max-width: 767.97px) {
  .m-card.-type-6 .m-card__arrow-txt {
    padding: 5px 10px 5px 0;
  }
}

.m-card__arrow {
  font-weight: 600;
  color: #1A1A1A;
  letter-spacing: -0.05em;
  position: relative;
}

@media only screen and (max-width: 767.97px) {
  .m-card__arrow {
    font-size: 14px;
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 349px) {
  .m-card__arrow {
    font-size: 12px;
    font-size: 0.75rem;
  }
}

.m-card__arrow:after {
  position: absolute;
  content: "";
  width: 4px;
  height: 10px;
  top: 50%;
  right: -8px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow_black.svg);
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}

@media only screen and (min-width: 768px), tv, print {
  .m-card__arrow:after {
    right: -15px;
  }
}

.m-card.-type-6 .m-card__arrow {
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: 600;
  display: block;
}

.m-card.-type-6 .m-card__arrow:after {
  display: none;
}

@media only screen and (max-width: 767.97px) {
  .m-card.-type-6 .m-card__arrow {
    font-size: 16px;
    font-size: 1rem;
  }
}

.m-card__imgbox {
  display: block;
}

.m-card.-type-5 .m-card__imgbox {
  border-top: 1px solid #EDEDED;
  border-left: 1px solid #EDEDED;
  border-right: 1px solid #EDEDED;
}

@media only screen and (max-width: 767.97px) {
  .m-card.-type-6 .m-card__imgbox {
    position: relative;
  }
}

.m-card__photo {
  width: 100%;
}

@media only screen and (max-width: 767.97px) {
  .m-card__arrowbox {
    position: absolute;
    bottom: 5px;
    right: 5px;
    line-height: 1;
    background-color: #fff;
    border-radius: 4px;
    width: 30px;
    height: 30px;
    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;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .m-card__triangle {
    display: none;
  }
}

@media only screen and (max-width: 767.97px) {
  .m-card__triangle {
    stroke-width: 4px;
    width: 5px;
    height: 15px;
    text-align: center;
  }
  .m-card.-type-6.-card-color1 .m-card__triangle {
    stroke: #4FE3BB;
  }
  .m-card.-type-6.-card-color2 .m-card__triangle {
    stroke: #ED5F20;
  }
  .m-card.-type-6.-card-color3 .m-card__triangle {
    stroke: #5DD55A;
  }
  .m-card.-type-6.-card-color4 .m-card__triangle {
    stroke: #4BC7E5;
  }
  .m-card.-type-6.-card-color5 .m-card__triangle {
    stroke: #ED647B;
  }
  .m-card.-type-6.-card-color6 .m-card__triangle {
    stroke: #97CC04;
  }
  .m-card.-type-6.-card-color7 .m-card__triangle {
    stroke: #0082BA;
  }
  .m-card.-type-6.-card-color8 .m-card__triangle {
    stroke: #EB9200;
  }
  .m-card.-type-6.-card-color9 .m-card__triangle {
    stroke: #008D31;
  }
}

@media only screen and (max-width: 767.97px) {
  .m-card__arrow-img {
    display: none;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .m-card__arrow-img {
    stroke-width: 4px;
    width: 7px;
    height: 14px;
    text-align: center;
    stroke: #1A1A1A;
    position: absolute;
    right: 10px;
    top: 50%;
    margin-top: -7px;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .m-card.-type-6.-card-color1 .m-card__link:hover .m-card__arrow {
    color: #4FE3BB;
  }
  .m-card.-type-6.-card-color2 .m-card__link:hover .m-card__arrow {
    color: #ED5F20;
  }
  .m-card.-type-6.-card-color3 .m-card__link:hover .m-card__arrow {
    color: #5DD55A;
  }
  .m-card.-type-6.-card-color4 .m-card__link:hover .m-card__arrow {
    color: #4BC7E5;
  }
  .m-card.-type-6.-card-color5 .m-card__link:hover .m-card__arrow {
    color: #ED647B;
  }
  .m-card.-type-6.-card-color6 .m-card__link:hover .m-card__arrow {
    color: #97CC04;
  }
  .m-card.-type-6.-card-color7 .m-card__link:hover .m-card__arrow {
    color: #0082BA;
  }
  .m-card.-type-6.-card-color8 .m-card__link:hover .m-card__arrow {
    color: #EB9200;
  }
  .m-card.-type-6.-card-color9 .m-card__link:hover .m-card__arrow {
    color: #008D31;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .m-card.-type-6.-card-color1 .m-card__link:hover .m-card__arrow-img {
    stroke: #4FE3BB;
  }
  .m-card.-type-6.-card-color2 .m-card__link:hover .m-card__arrow-img {
    stroke: #ED5F20;
  }
  .m-card.-type-6.-card-color3 .m-card__link:hover .m-card__arrow-img {
    stroke: #5DD55A;
  }
  .m-card.-type-6.-card-color4 .m-card__link:hover .m-card__arrow-img {
    stroke: #4BC7E5;
  }
  .m-card.-type-6.-card-color5 .m-card__link:hover .m-card__arrow-img {
    stroke: #ED647B;
  }
  .m-card.-type-6.-card-color6 .m-card__link:hover .m-card__arrow-img {
    stroke: #97CC04;
  }
  .m-card.-type-6.-card-color7 .m-card__link:hover .m-card__arrow-img {
    stroke: #0082BA;
  }
  .m-card.-type-6.-card-color8 .m-card__link:hover .m-card__arrow-img {
    stroke: #EB9200;
  }
  .m-card.-type-6.-card-color9 .m-card__link:hover .m-card__arrow-img {
    stroke: #008D31;
  }
}

/* パンくずリスト */
@media only screen and (max-width: 1199.97px) {
  .m-breadcrumb.-global {
    display: none;
  }
}

.m-breadcrumb.-global ul {
  line-height: 1;
}

.m-breadcrumb.-global ul li {
  position: relative;
  padding: 0 40px 0 20px;
  display: inline-block;
  line-height: 24px;
  font-size: 12px;
  font-size: 0.75rem;
}

.m-breadcrumb.-global ul li a {
  text-decoration: none;
  color: inherit;
}

.m-breadcrumb.-global ul li a:hover {
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.m-breadcrumb.-global ul li a:hover:hover {
  opacity: 0.7;
}

.m-breadcrumb.-global ul li:before, .m-breadcrumb.-global ul li:after {
  position: absolute;
  top: 0;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 24px 0 0 15px;
}

.m-breadcrumb.-global ul li:before {
  z-index: 1;
  right: 1px;
  border-color: transparent transparent transparent #EDEDED;
}

.m-breadcrumb.-global ul li:after {
  right: 0;
  border-color: transparent transparent transparent #C6C6C6;
}

.m-breadcrumb.-global ul li:last-child:before, .m-breadcrumb.-global ul li:last-child:after {
  display: none;
}

.m-breadcrumb.-global ul li:first-child {
  padding-left: 0;
}

.m-breadcrumb.-local {
  color: #3D3D3D;
}

@media only screen and (min-width: 768px), tv, print {
  .m-breadcrumb.-local {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 767.97px) {
  .m-breadcrumb.-local {
    margin: 5px 0;
  }
}

@media only screen and (max-width: 767.97px) {
  .m-breadcrumb.-local ul {
    line-height: 1.5;
  }
}

.m-breadcrumb.-local ul li {
  display: inline-block;
  font-size: 14px;
}

.m-breadcrumb.-local ul li a {
  text-decoration: none;
  color: inherit;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.m-breadcrumb.-local ul li a:hover {
  opacity: 0.7;
}

.m-breadcrumb.-local ul li img {
  vertical-align: middle;
}

@media only screen and (max-width: 767.97px) {
  .m-breadcrumb.-local ul li img {
    width: 12px;
    height: auto;
  }
}

.m-breadcrumb.-local ul li:after {
  content: " ＞ ";
}

@media only screen and (min-width: 768px), tv, print {
  .m-breadcrumb.-local ul li:after {
    margin: 0 10px;
  }
}

@media only screen and (max-width: 767.97px) {
  .m-breadcrumb.-local ul li:after {
    margin: 0 2px;
  }
}

.m-breadcrumb.-local ul li:last-child:after {
  content: none;
}

.m-breadcrumb.-white {
  color: #fff;
}

.m-breadcrumb.-solo {
  color: #255933;
  font-weight: 800;
  font-size: 15px;
  font-size: 0.9375rem;
  letter-spacing: .03em;
}

.m-banner.-solo {
  position: relative;
  margin: 0 auto;
  width: 345px;
  height: 345px;
  padding-top: 72px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/banner_bg_sp.svg);
}

@media only screen and (max-width: 375px) {
  .m-banner.-solo {
    width: calc(100vw - 30px);
    height: calc(100vw - 30px);
    padding-top: 19vw;
  }
}

@media only screen and (max-width: 767.97px) {
  .m-banner__img {
    margin-bottom: 20px;
    width: 100%;
  }
}

.m-banner.-solo .m-banner__img {
  display: block;
  margin: 0 auto;
  width: 94%;
}

.m-banner__heading {
  position: absolute;
  top: 30px;
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
  font-size: 16px;
  font-size: 1rem;
  color: #008D31;
  font-weight: 800;
}

@media only screen and (max-width: 375px) {
  .m-banner__heading {
    top: 8vw;
  }
}

/*====================================

Organisms

====================================*/
.o-plan-search {
  display: none;
  width: 100%;
  height: 516px;
  background-image: url(../images/o-plan-search__kv-pc.jpg);
  background-size: cover;
  background-position: center bottom;
}

@media only screen and (min-width: 1200px), print {
  .o-plan-search {
    display: block;
  }
}

.o-plan-search.-results {
  height: auto;
  background: none;
}

.o-plan-search.-wwwtop {
  position: relative;
  height: auto;
  background: none;
}

.o-plan-search .o-tab.-border .o-tab__panel {
  border: none;
  background-color: rgba(255, 255, 255, 0.8);
}

.o-plan-search .o-plan-search__close-btn {
  width: 44px;
  height: 44px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 10;
  cursor: pointer;
  background-color: #C6C6C6;
  padding: 10px;
  background-repeat: no-repeat;
  background-image: url(../images/close_white_2.svg);
  background-size: 23px 23px;
  background-position: center center;
}

.o-plan-search .o-plan-search__close-btn.is-active {
  display: block;
}

.o-plan-search .o-plan-search__clear {
  position: absolute;
  right: 60px;
  top: 10px;
  z-index: 10;
  cursor: pointer;
}

.o-plan-search .o-plan-search__select {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
  position: absolute;
  top: 0;
  left: 390px;
  border-radius: 2px;
  background-color: #F7F7F7;
  width: 820px;
  z-index: 1100;
}

.o-plan-search .o-plan-search__select.is-active {
  opacity: 1;
  visibility: visible;
}

.o-plan-search .o-plan-search__select .o-plan-search__select__scroll-unit {
  margin-top: -9px;
  margin-left: -3px;
  overflow: hidden;
}

.o-plan-search .o-plan-search__select .o-plan-search__select__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 20px;
}

.o-plan-search .o-plan-search__select .o-plan-search__select__frame section h2 {
  font-size: 16px;
  color: #1A1A1A;
  margin-bottom: 12px;
}

.o-plan-search .o-plan-search__select .o-plan-search__select__frame section.o-plan-search__area-list {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 140px;
}

.o-plan-search .o-plan-search__select .o-plan-search__select__frame section.o-plan-search__area-list ul {
  padding-right: 25px;
}

.o-plan-search .o-plan-search__select .o-plan-search__select__frame section.o-plan-search__area-list ul li:nth-child(2) {
  margin-bottom: 58px;
}

.o-plan-search .o-plan-search__select .o-plan-search__select__frame section.o-plan-search__area-list ul li + li {
  margin-top: 12px;
}

.o-plan-search .o-plan-search__select .o-plan-search__select__frame section.o-plan-search__area-list ul.js-area-course-list li a,
.o-plan-search .o-plan-search__select .o-plan-search__select__frame section.o-plan-search__area-list ul.js-area-course-list li button {
  text-align: left;
}

.o-plan-search .o-plan-search__select .o-plan-search__select__frame section.o-plan-search__pref-list {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc(100% - 135px);
  position: relative;
  padding-left: 25px;
}

.o-plan-search .o-plan-search__select .o-plan-search__select__frame section.o-plan-search__pref-list:before {
  position: absolute;
  top: 40px;
  left: 0;
  display: block;
  content: "";
  width: 1px;
  height: 322px;
  background-color: #E6E6E6;
}

.o-plan-search .o-plan-search__select .o-plan-search__pref-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -ms-flex-line-pack: start;
      align-content: flex-start;
  margin: 6px 0;
}

.o-plan-search .o-plan-search__select .o-plan-search__pref-unit li {
  width: 80px;
  margin: 3px;
}

.o-plan-search .o-plan-search__select .o-plan-search__btn-wrap {
  position: relative;
  margin: 0 0 30px;
}

.o-plan-search .o-plan-search__select .o-plan-search__favorite-btn {
  position: absolute;
  top: 0;
  left: -6px;
  width: 180px;
}

.o-plan-search .o-plan-search__select .o-plan-search__select-btn {
  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;
}

.o-plan-search .o-plan-search__select .o-plan-search__select-btn .a-btn.-lightgreen.-size-md-2 {
  width: 11em;
}

.o-plan-search .o-plan-search__select__fav {
  padding-bottom: 15px;
  margin-bottom: 15px;
  border-bottom: 1px dashed #ccc;
  display: none;
}

.o-plan-search .o-plan-search__select__fav.is-active {
  display: block;
}

.o-plan-search .o-plan-search__select__fav__notice {
  line-height: 1.3;
  text-align: center;
  color: #f00;
  display: none;
}

.o-plan-search .o-plan-search__select__fav__notice.is-active {
  display: block;
}

.o-plan-search .l-unit__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.o-plan-search .l-unit__box form {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.o-plan-search .l-unit__box form .a-search__textbox-wrapper {
  width: 325px;
}

.o-plan-search .l-unit__box form .a-search__textbox-wrapper .a-search__textbox {
  width: 325px;
}

.o-plan-search .m-breadcrumb.-local {
  margin-top: 0;
  padding-top: 15px;
  margin-bottom: 25px;
}

.o-plan-search__inner {
  width: 1200px;
  margin-left: auto;
  margin-right: auto;
}

.o-plan-search .o-plan-search__txt {
  margin: 0 0 20px;
  padding: 16px;
  border-radius: 4px;
  background-color: rgba(80, 182, 227, 0.2);
  font-size: 38px;
  font-size: 2.375rem;
  line-height: 1.2;
  font-weight: bold;
  color: #fff;
  text-align: center;
  text-shadow: 0px 0px 5px rgba(0, 0, 0, 0.5);
}

.o-plan-search .o-plan-search__txt .o-plan-search__txt-marker {
  display: inline-block;
  padding-left: 10px;
  margin-left: -10px;
  margin-right: -10px;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(80%, transparent), color-stop(80%, #8DC329));
  background: linear-gradient(transparent 80%, #8DC329 80%);
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

.o-plan-search .o-plan-search__frame {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-plan-search .o-plan-search__frame input[type="search"] {
  background-color: #fff;
  border: 1px solid #EDEDED;
  border-radius: 2px;
  width: 325px;
  font-size: 16px;
  font-weight: bold;
}

.o-plan-search .o-plan-search__line {
  position: relative;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.o-plan-search .o-plan-search__line .o-plan-search__line-main {
  background-color: #F7F7F7;
  width: 330px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  padding: 5px 15px 15px;
  border-radius: 4px;
  z-index: 1100;
}

.o-plan-search .o-plan-search__line .o-plan-search__line-sub {
  width: 800px;
  padding-right: 70px;
}

.o-plan-search .o-plan-search__line .o-tab {
  z-index: 1100;
}

.o-plan-search .o-plan-search__line .o-tab .o-calender__condition__item .o-dropdown__cont {
  top: 60px;
}

.o-plan-search .o-plan-search__heading {
  margin-bottom: 3px;
  font-weight: bold;
  font-size: 22px;
  font-size: 1.375rem;
  text-align: center;
}

.o-plan-search .o-plan-search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  position: relative;
  bottom: -3px;
}

.o-plan-search .o-plan-search__tab li {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: calc(50% - 3px);
}

.o-plan-search .o-plan-search__tab li:after {
  display: none !important;
}

.o-plan-search .o-plan-search__tab li:first-child {
  margin-left: 0;
}

.o-plan-search .o-plan-search__tab li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  text-decoration: none;
  color: #1A1A1A;
  font-size: 14px;
  font-size: 0.875rem;
  font-weight: bold;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding: 12px 10px;
  position: relative;
  background-color: #F7F7F7;
  border: 1px solid #C6C6C6;
  border-radius: 4px;
  -webkit-box-shadow: 0 1px 0 0 #C6C6C6;
          box-shadow: 0 1px 0 0 #C6C6C6;
  margin: 0;
}

.o-plan-search .o-plan-search__tab li a span {
  display: inline-block;
}

.o-plan-search .o-plan-search__tab li.is-active a {
  padding: 10px 10px 21px;
  border: solid #008D31;
  border-width: 3px 3px 0 3px;
  border-radius: 4px 4px 0 0;
  background-color: #fff;
  color: #1A1A1A;
}

.o-plan-search .o-plan-search__tab li.is-active a span {
  position: relative;
}

.o-plan-search .o-plan-search__tab li.is-active a span:before {
  position: absolute;
  left: 0;
  bottom: -7px;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #008D31;
}

.o-plan-search .o-plan-search__panel {
  background: #FFF;
}

@media only screen and (min-width: 768px), tv, print {
  .o-plan-search .o-plan-search__panel {
    border: 3px solid #008D31;
    border-radius: 4px;
    padding: 12px 12px 0;
  }
}

.o-plan-search .o-plan-search__area {
  display: block;
  width: 100%;
  margin-bottom: 6px;
}

.o-plan-search .o-plan-search__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 10px;
}

.o-plan-search .o-plan-search__date .o-plan-search__days {
  max-width: 87px;
  max-height: 42px;
}

.o-plan-search .o-plan-search__date .o-calender__condition__item {
  width: 148px;
  margin: 0;
}

.o-plan-search .o-plan-search__date .o-calender__condition__item .o-dropdown__btn {
  width: 100%;
  padding: .5em;
  font-size: 16px;
}

.o-plan-search .o-plan-search__date p {
  white-space: nowrap;
}

.o-plan-search .o-plan-search__date-unit {
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.o-plan-search .o-plan-search__gc-name {
  margin-bottom: 15px;
}

.o-plan-search .o-plan-search__gc-suggestions {
  display: none;
  position: absolute;
  z-index: 5000;
  border: 1px solid #ccc;
  background-color: #fff;
  min-width: 350px;
}

.o-plan-search .o-plan-search__gc-suggestions.is-active {
  display: block;
}

.o-plan-search .o-plan-search__gc-suggestions li {
  display: none;
}

.o-plan-search .o-plan-search__gc-suggestions li.is-active {
  display: block;
}

.o-plan-search .o-plan-search__gc-suggestions li.is-selected a {
  color: #fff;
  background-color: #5DA71E;
}

.o-plan-search .o-plan-search__gc-suggestions a {
  display: block;
  padding: 3px 10px;
  color: #1A1A1A;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.o-plan-search .o-plan-search__gc-suggestions a:hover {
  color: #fff;
  background-color: #5DA71E;
}

.o-plan-search .o-plan-search__refine__btn-wrap {
  margin-left: -12px;
  margin-right: -12px;
  width: calc(100% + 24px);
  cursor: pointer;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
  text-decoration: underline;
}

.o-plan-search .o-plan-search__refine__btn-wrap:hover {
  opacity: 0.7;
}

.o-plan-search .o-plan-search__refine__btn-wrap:focus {
  outline: 0;
}

.o-plan-search .o-plan-search__refine__btn {
  position: relative;
  margin: 5px auto;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 200px;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-plan-search .o-plan-search__btn.-course-menu {
  border-top: 1px solid #707070;
  position: relative;
  -webkit-transform: none;
          transform: none;
  text-align: center;
  padding: 20px 0 0;
}

.o-plan-search .o-plan-search__btn__btn {
  display: block;
  margin: 0 auto;
  width: 180px;
}

.o-plan-search .o-plan-search__pick-up-txt {
  font-size: 18px;
  color: #1A1A1A;
  font-weight: bold;
  text-align: center;
  line-height: 1em;
  margin-bottom: 15px;
}

.o-plan-search .o-plan-search__pick-up .o-kv__banner .slick-dots button:before {
  background-color: #ccc;
}

.o-plan-search .o-plan-search__pick-up .o-kv__banner .slick-dots .slick-active button:before {
  background-color: #1A1A1A;
}

.o-plan-search .o-plan-search__pick-up .o-kv__btn {
  position: absolute;
  right: 30px;
  bottom: -25px;
}

.o-plan-search .o-plan-search__pick-up .o-kv__btn a {
  background-color: inherit;
  border: 1px solid #EDEDED;
}

.o-plan-search__refine__contents {
  position: absolute;
  top: 0;
  left: 390px;
  padding: 52px 30px 20px;
  background-color: #F7F7F7;
  z-index: 10;
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
  width: 820px;
  z-index: 1100;
}

.o-plan-search__refine__contents.is-active {
  opacity: 1;
  visibility: visible;
}

.o-plan-search__refine__contents dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  font-size: 14px;
  font-size: 0.875rem;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: baseline;
      -ms-flex-align: baseline;
          align-items: baseline;
}

.o-plan-search__refine__contents dl dt {
  width: 22%;
  font-weight: bold;
  line-height: 1.3;
}

.o-plan-search__refine__contents dl dt.o-plan-search__line2 {
  -ms-flex-item-align: start;
      align-self: flex-start;
}

.o-plan-search__refine__contents dl dt .o-plan-search__small {
  font-weight: normal;
  font-size: 12px;
  font-size: 0.75rem;
}

.o-plan-search__refine__contents dl dd {
  width: 78%;
}

.o-plan-search__refine__contents dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 6px;
}

.o-plan-search__refine__contents dl dd ul li {
  margin-bottom: 6px;
  margin-left: 6px;
}

.o-plan-search__refine__contents dl dd ul li.nostyle {
  background-color: inherit;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-plan-search__refine__contents dl dd ul li.-w-auto span {
  min-width: 0;
}

.o-plan-search__refine__contents dl dd ul li span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 6px 0.6em;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  min-width: 80px;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

.o-plan-search__refine__contents dl dd select {
  background-color: #fff;
  border: 1px solid #EDEDED;
  font-size: 14px;
  font-size: 0.875rem;
  background-image: url(../images/arrow_select_down.svg);
  background-position: right .5em center;
  background-repeat: no-repeat;
  width: 120px;
  padding: 6px 12px;
}

.o-plan-search__refine__contents.-gctop {
  visibility: visible;
  opacity: 1;
  position: static;
  padding: 0;
}

.o-plan-search__refine__contents__scroll {
  height: 400px;
  overflow-y: scroll;
  padding-bottom: 100px;
}

.o-plan-search__refine__contents__scroll::-webkit-scrollbar {
  width: 10px;
}

.o-plan-search__refine__contents__scroll::-webkit-scrollbar-track {
  -webkit-box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
          box-shadow: inset 0 0 6px rgba(0, 0, 0, 0.1);
  margin: 30px 0;
  border-radius: 5px;
}

.o-plan-search__refine__contents__scroll::-webkit-scrollbar-thumb {
  background-color: rgba(0, 0, 0, 0.1);
  border-radius: 10px;
}

.o-plan-search__refine__contents.-gctop .o-plan-search__refine__contents__scroll {
  overflow: hidden;
  height: 380px;
}

.o-plan-search__person {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin-bottom: 35px;
}

.o-plan-search__person div dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-plan-search__person div dt {
  font-size: 16px;
  font-weight: bold;
  color: #008D31;
  margin-right: .5em;
}

.o-plan-search__person div dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-plan-search__person div dd select {
  background-color: #fff;
  border: 1px solid #EDEDED;
  font-size: 16px;
  background-image: url(../images/arrow_select_down.svg);
  background-position: right .5em center;
  background-repeat: no-repeat;
  padding: .5em 2em .5em 1em;
  cursor: pointer;
}

.o-plan-search__person .o-plan-search__person__number {
  margin-right: 50px;
}

.o-plan-search__person .o-plan-search__person__number select {
  min-width: 4em;
}

.o-plan-search__person .o-plan-search__person__companion select {
  margin-right: 15px;
}

.o-plan-search__refine__one__conditions {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 15px 20px;
  width: 580px;
}

.o-plan-search__refine__one__conditions li {
  margin-right: 1em;
}

.o-plan-search .o-plan-search__continuous dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-plan-search .o-plan-search__continuous dl dt {
  font-size: 16px;
  font-weight: bold;
  color: #008D31;
  margin-right: 1em;
}

.o-plan-search .o-plan-search__continuous dl dd {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-plan-search .o-plan-search__continuous dl dd select {
  background-color: #fff;
  border: 1px solid #EDEDED;
  font-size: 16px;
  background-image: url(../images/arrow_select_down.svg);
  background-position: right .5em center;
  background-repeat: no-repeat;
  padding: .5em 2em .5em 1em;
  cursor: pointer;
  margin-right: .5em;
}

.o-plan-search.-results {
  margin-top: -25px;
}

.o-plan-search.-results .o-plan-search__result-num {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin-bottom: 5px;
}

.o-plan-search.-results .o-plan-search__results {
  position: relative;
  border: 2px solid #008D31;
  background-color: white;
  padding: 12px 20px 10px;
  z-index: 1100;
}

.o-plan-search.-results .o-plan-search__results .o-plan-search__date {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  margin: 0;
  position: relative;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.o-plan-search.-results .o-plan-search__results .o-plan-search__date-unit {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-plan-search.-results .o-plan-search__results .o-plan-search__gc-name {
  width: 275px;
  margin: 0;
}

.o-plan-search.-results .o-plan-search__results .o-plan-search__area {
  width: 275px;
  margin-right: 20px;
}

.o-plan-search.-results .o-plan-search__results .o-plan-search__form-days {
  width: 87px;
}

.o-plan-search.-results .o-plan-search__results .o-plan-search__btn__btn {
  width: 140px;
  margin: 0;
}

.o-plan-search.-results .o-plan-search__results .o-plan-search__refine__btn {
  margin: 0 35px 0 0;
  width: 185px;
}

.o-plan-search.-results .o-plan-search__results .o-plan-search__submitbtn {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  position: static;
  -webkit-transform: none;
          transform: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.o-plan-search.-results .o-plan-search__results .o-plan-search__conditions__txt {
  font-size: 14px;
  font-size: 0.875rem;
}

.o-plan-search.-results .o-plan-search__select {
  left: 0;
  top: 54px;
  border: 1px solid #C6C6C6;
}

.o-plan-search.-results .o-plan-search__refine__contents {
  width: 1156px;
  top: 54px;
  left: 0;
  padding: 52px 20px 20px;
  border: 1px solid #C6C6C6;
}

.o-plan-search.-results .o-plan-search__refine__contents__scroll {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  height: auto;
  overflow-y: scroll;
  overflow-x: hidden;
  height: 370px;
  padding-bottom: 0;
}

.o-plan-search.-results .o-plan-search__refine__contents__scroll dt {
  width: 100%;
  margin-bottom: 5px;
}

.o-plan-search.-results .o-plan-search__refine__contents__scroll dd {
  width: 100%;
}

.o-plan-search.-results .o-plan-search__refine__contents__scroll dd ul {
  margin: 0 -3px 9px;
}

.o-plan-search.-results .o-plan-search__refine__contents__scroll dd ul li {
  margin-left: 3px;
  margin-right: 3px;
}

.o-plan-search.-results .o-plan-search__condition-unit {
  position: relative;
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 50%;
}

.o-plan-search.-results .o-plan-search__condition-unit:first-child():after {
  position: absolute;
  right: 0;
  top: 0;
  display: block;
  content: "";
  width: 1px;
  height: 576px;
  background-color: #C6C6C6;
}

.o-plan-search.-results .o-plan-search__condition-unit:last-child() {
  padding-left: 20px;
}

.o-plan-search .o-plan-search__btn.-course-menu.-result {
  padding: 10px;
  border-top: none;
}

.o-plan-search .o-plan-search__btn.-course-menu.-result .o-plan-search__btn__btn {
  width: 180px;
  margin: 0 auto;
}

.o-plan-search.-wwwtop .o-plan-search__line {
  position: absolute;
  top: 0;
  left: 0;
  width: 100vw;
  height: 360px;
  pointer-events: none;
}

.o-plan-search.-wwwtop .o-plan-search__line__cont {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  z-index: 1200;
}

.o-plan-search.-wwwtop .o-plan-search__line-main_white {
  margin-top: 30px;
  width: 300px;
  pointer-events: auto;
}

.o-plan-search.-wwwtop .o-plan-search__panel {
  padding-bottom: 15px;
}

.o-plan-search.-wwwtop .o-plan-search__heading {
  position: relative;
  padding-left: 40px;
  margin-bottom: 0;
  font-size: 16px;
  font-size: 1rem;
}

.o-plan-search.-wwwtop .o-plan-search__heading:before {
  position: absolute;
  top: -15px;
  left: 40px;
  content: "";
  display: inline-block;
  width: 36px;
  height: 36px;
  vertical-align: -2px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/icon_green.svg);
}

.o-plan-search.-wwwtop .o-plan-search__tab li {
  padding-top: 3px;
}

.o-plan-search.-wwwtop .o-plan-search__tab li a {
  padding: 7px 10px;
}

.o-plan-search.-wwwtop .o-plan-search__tab li a:after {
  content: "";
  display: inline-block;
  margin-left: 5px;
  width: 14px;
  height: 6px;
  background-repeat: no-repeat;
  background-size: contain;
  background-image: url(../images/arrow_down_3.svg);
  -webkit-transform: translateY(1px);
          transform: translateY(1px);
}

.o-plan-search.-wwwtop .o-plan-search__tab li.is-active {
  padding-top: 0;
}

.o-plan-search.-wwwtop .o-plan-search__tab li.is-active a {
  padding: 10px 0 13px;
}

.o-plan-search.-wwwtop .o-plan-search__tab li.is-active a:after {
  display: none;
}

.o-plan-search.-wwwtop .o-plan-search__input-wrap {
  position: relative;
}

.o-plan-search.-wwwtop .o-plan-search__input-wrap:before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
}

.o-plan-search.-wwwtop .o-plan-search__input-wrap.-area:before {
  left: 8px;
  top: 12px;
  width: 10px;
  height: 14px;
  background-image: url(../images/icon_map.svg);
}

.o-plan-search.-wwwtop .o-plan-search__input-wrap.-date:before {
  left: 6px;
  top: 10px;
  width: 14px;
  height: 14px;
  background-image: url(../images/icon_date.svg);
}

.o-plan-search.-wwwtop .o-plan-search__area {
  margin-bottom: 10px;
}

.o-plan-search.-wwwtop .o-plan-search__datepicker-wrap {
  width: 720px;
}

.o-plan-search.-wwwtop .o-plan-search__gc-name {
  margin-bottom: 10px;
}

.o-plan-search.-wwwtop .o-plan-search__suggestions-input {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.o-plan-search.-wwwtop .o-plan-search__bottom-menu {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-plan-search.-wwwtop .o-plan-search__btn.-kv {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 115px;
}

.o-plan-search.-wwwtop .o-plan-search__btn.-kv .o-plan-search__btn__btn {
  width: 115px;
}

.o-plan-search.-wwwtop .o-plan-search__refine__btn-wrap {
  -webkit-box-flex: 0;
      -ms-flex: none;
          flex: none;
  width: 115px;
  margin: 0;
  text-decoration: none;
}

.o-plan-search.-wwwtop .o-plan-search__refine__btn {
  width: 115px;
  margin: 0;
}

.o-plan-search.-wwwtop .o-plan-search__date .o-plan-search__days {
  max-height: 35px;
}

.o-plan-search.-wwwtop .o-plan-search__select,
.o-plan-search.-wwwtop .o-plan-search__datepicker-wrap,
.o-plan-search.-wwwtop .o-plan-search__refine__contents {
  top: 30px;
  left: 375px;
}

.o-plan-search.-point {
  background-image: none;
  height: auto;
}

@media only screen and (min-width: 768px), tv, print {
  .o-plan-search.-point {
    display: block;
  }
}

@media only screen and (max-width: 767.97px) {
  .o-plan-search.-point {
    display: block;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .o-plan-search.-point .o-plan-search__tab {
    -webkit-box-pack: start;
        -ms-flex-pack: start;
            justify-content: flex-start;
  }
}

@media only screen and (max-width: 767.97px) {
  .o-plan-search.-point .o-plan-search__tab {
    bottom: -2px;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .o-plan-search.-point .o-plan-search__tab li {
    width: 280px;
  }
}

@media only screen and (max-width: 767.97px) {
  .o-plan-search.-point .o-plan-search__tab li {
    width: 50%;
  }
}

@media only screen and (min-width: 768px), tv, print {
  .o-plan-search.-point .o-plan-search__tab li:first-child {
    margin-right: 10px;
  }
}

.o-plan-search.-point .o-plan-search__tab li.is-active > a > span:before {
  bottom: -10px;
}

.o-plan-search.-point .o-plan-search__tab li a.o-plan-search__tab__link {
  padding: 16px 4px;
  font-size: 22px;
  font-size: 1.375rem;
  color: #707070;
}

@media only screen and (max-width: 767.97px) {
  .o-plan-search.-point .o-plan-search__tab li a.o-plan-search__tab__link {
    margin: 0 5px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.o-plan-search.-point .o-plan-search__tab li a.o-plan-search__tab__link.is-active {
  padding: 14px 4px 30px;
  color: #1A1A1A;
  background-color: #fff;
}

@media only screen and (max-width: 767.97px) {
  .o-plan-search.-point .o-plan-search__tab li a.o-plan-search__tab__link.is-active {
    margin: 0;
    padding: 15px 4px 25px;
    border-width: 2px 2px 0 2px;
    border-radius: 0 0 0 0;
  }
}

.o-plan-search.-point .o-plan-search__tab li a.o-plan-search__tab__link.-dest.is-active {
  background-color: #EEF8EA;
}

@media only screen and (max-width: 767.97px) {
  .o-plan-search.-point .o-plan-search__panel {
    border-top: 2px solid #008D31;
  }
}

.o-plan-search.-point .o-plan-search__panel.-dest {
  background-color: #EEF8EA;
}

.o-plan-search.-solo {
  height: auto;
  background-image: none;
}

@media only screen and (min-width: 768px), tv, print {
  .o-plan-search.-solo .o-plan-search__inner {
    margin-top: 15px;
  }
}

.o-plan-search.-solo .o-plan-search__line {
  display: block;
  background-color: #fff;
}

@media only screen and (min-width: 768px), tv, print {
  .o-plan-search.-solo .o-plan-search__line {
    padding: 10px;
    border: 3px solid #008D31;
    border-radius: 6px;
  }
}

.o-plan-search.-solo .o-plan-search__line__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.o-plan-search.-solo .o-plan-search__line-main_white {
  padding: 15px;
  background-color: #fff;
  width: auto;
  -ms-flex-preferred-size: 300px;
      flex-basis: 300px;
  max-width: 300px;
}

@media only screen and (min-width: 768px), tv, print {
  .o-plan-search.-solo .o-plan-search__panel {
    border: none;
    padding: 0;
  }
}

.o-plan-search.-solo .o-plan-search__date .o-plan-search__days {
  max-height: none;
  height: 50px;
}

.o-plan-search.-solo .o-plan-search__gc-name {
  margin-bottom: 30px;
}

.o-plan-search.-solo .o-plan-search__refine__contents {
  position: relative;
  left: auto;
  top: auto;
  z-index: 0;
  margin: 15px 15px 15px 10px;
  padding: 15px 25px;
  border-radius: 4px;
  -ms-flex-preferred-size: calc(100% - 325px);
      flex-basis: calc(100% - 325px);
  max-width: calc(100% - 325px);
}

.o-plan-search.-solo .o-plan-search__refine__contents dl dd ul {
  margin-bottom: 4px;
}

.o-plan-search.-solo .o-plan-search__refine__contents dl dd select {
  width: 132px;
  padding: 3px 12px;
  border-radius: 4px;
}

.o-plan-search.-solo .o-plan-search__refine__contents__heading {
  margin-bottom: 10px;
  padding-bottom: 8px;
  font-size: 15px;
  font-size: 0.9375rem;
  border-bottom: 1px solid #008D31;
}

.o-plan-search.-solo .o-plan-search__refine__contents__scroll {
  height: auto;
  overflow-y: visible;
  padding-bottom: 0;
}

.o-plan-search.-solo .o-plan-search__refine__content__companion {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
      -ms-flex-align: start;
          align-items: flex-start;
}

.o-plan-search.-solo .o-plan-search__refine__content__companion__unit {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-plan-search.-solo .o-plan-search__refine__content__companion__unit.-sex {
  position: relative;
  -ms-flex-preferred-size: 65px;
      flex-basis: 65px;
  max-width: 65px;
  padding-right: 10px;
  margin-right: 4px;
}

.o-plan-search.-solo .o-plan-search__refine__content__companion__unit.-sex:after {
  position: absolute;
  top: 7px;
  display: block;
  content: "";
  width: 1px;
  height: 58px;
  background-color: #E0E0E0;
}

.o-plan-search.-solo .o-plan-search__refine__content__companion__unit.-sex:after {
  right: 0px;
}

.o-plan-search.-solo .o-plan-search__refine__content__companion__unit.-age {
  position: relative;
  -ms-flex-preferred-size: 175px;
      flex-basis: 175px;
  max-width: 175px;
  padding-right: 5px;
  margin-right: 5px;
}

.o-plan-search.-solo .o-plan-search__refine__content__companion__unit.-age:after {
  position: absolute;
  top: 7px;
  display: block;
  content: "";
  width: 1px;
  height: 58px;
  background-color: #E0E0E0;
}

.o-plan-search.-solo .o-plan-search__refine__content__companion__unit.-age:after {
  right: 0px;
}

.o-plan-search.-solo .o-plan-search__refine__content__companion__unit.-score {
  -ms-flex-preferred-size: calc(100% - 65px - 175px - 130px);
      flex-basis: calc(100% - 65px - 175px - 130px);
  max-width: calc(100% - 65px - 175px - 130px);
}

.o-plan-search.-solo .o-plan-search__refine__content__companion__unit li {
  margin-left: 4px;
}

.o-plan-search.-solo .o-plan-search__refine__content__companion__label {
  -ms-flex-preferred-size: 40px;
      flex-basis: 40px;
  max-width: 40px;
  margin-top: 5px;
  text-align: center;
  font-size: 13px;
  font-size: 0.8125rem;
}

.o-plan-search.-solo .o-plan-search__refine__content__companion__label.-score {
  -ms-flex-preferred-size: 50px;
      flex-basis: 50px;
  max-width: 50px;
}

.o-plan-search.-solo .o-plan-search__btn__btn.-panel {
  position: absolute;
  right: 30px;
  bottom: 15px;
  width: 140px;
}

@media only screen and (max-width: 1199.97px) {
  .o-plan-search.-solo.-solo-sp {
    border: 4px solid #008D31;
    border-radius: 4px;
    display: block;
  }
  .o-plan-search.-solo.-solo-sp .o-plan-search__panel {
    margin: 0;
    padding: 10px;
  }
  .o-plan-search.-solo.-solo-sp .o-plan-search__gc-name {
    margin-bottom: 20px;
  }
  .o-plan-search.-solo.-solo-sp .o-plan-search__refine__btn-wrap {
    margin: 15px 0 0;
    width: 100%;
  }
  .o-plan-search.-solo.-solo-sp .o-plan-search__refine__btn-wrap:hover {
    opacity: 1;
  }
  .o-plan-search__wrap-sp .o-plan-search.-solo.-solo-sp .o-plan-search__refine__btn {
    border: none;
    border-radius: 0;
  }
  .o-plan-search__wrap-sp .o-plan-search.-solo.-solo-sp .o-plan-search__refine__btn:hover {
    opacity: 1;
  }
  .o-plan-search.-solo.-solo-sp .o-plan-search__date {
    display: block;
  }
  .o-plan-search.-solo.-solo-sp .o-plan-search__date .o-calender__condition__item {
    display: block;
    width: auto;
  }
}

.o-plan-search .o-plan-search__datepicker-wrap {
  width: 720px;
}

@media only screen and (max-width: 1199.97px) {
  .o-plan-search__solo-sp {
    display: block;
  }
  .o-plan-search__solo-sp .o-plan-search__line__heading {
    margin-bottom: 10px;
    font-size: 22px;
    font-size: 1.375rem;
  }
}

.o-plan-search__tab__link.is-active .o-plan-search__tab__em {
  color: #008D31;
}

.o-plan-search__tab__em:before {
  display: none !important;
}

.o-plan-search__tab__pc:before {
  display: none !important;
}

.o-plan-search__condition__item {
  position: relative;
  width: 125px;
}

.o-plan-search__datepicker-wrap {
  opacity: 0;
  visibility: hidden;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
  position: absolute;
  z-index: 1100;
  top: 0;
  left: 390px;
}

.o-plan-search__datepicker-wrap.is-active {
  opacity: 1;
  visibility: visible;
}

.o-plan-search.-top .o-plan-search__datepicker-wrap {
  width: 720px;
}

.o-plan-search.-results .o-plan-search__datepicker-wrap {
  width: 720px;
  top: 54px;
  left: 0;
}

.o-plan-search__datepicker {
  position: relative;
}

.o-plan-search__wrap-sp {
  position: relative;
}

.o-plan-search__wrap-sp .o-plan-search__mv {
  position: relative;
  background-image: url(../images/o-plan-search__kv-sp.jpg);
  background-size: cover;
  background-position: top center;
  padding-top: 264px;
  position: relative;
}

.o-plan-search__wrap-sp .o-plan-search__mv .o-plan-search__txt {
  color: #fff;
  font-weight: bold;
  line-height: 1.5;
  position: absolute;
  top: 50%;
  left: 0;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
  padding-left: 1em;
}

.o-plan-search__wrap-sp .o-plan-search__mv .o-plan-search__txt .o-plan-search__txt-marker {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(90%, transparent), color-stop(90%, #8DC329));
  background: linear-gradient(transparent 90%, #8DC329 90%);
}

@media only screen and (min-width: 1200px), print {
  .o-plan-search__wrap-sp {
    display: none;
  }
}

.o-plan-search__wrap-sp .o-plan-search__tab-list {
  position: absolute;
  left: 0;
  bottom: -3px;
  width: 100%;
  padding: 0 4px;
}

.o-plan-search__wrap-sp .o-plan-search__tab-list .m-tab-list__item {
  border: none;
  margin-left: 12px;
  margin-bottom: 6px;
}

.o-plan-search__wrap-sp .o-plan-search__tab-list .m-tab-list__item:first-child {
  margin-left: 0;
}

.o-plan-search__wrap-sp .o-plan-search__tab-list .m-tab-list__item a {
  display: block;
  border: 2px solid #EDEDED;
  border-radius: 4px;
  padding: 15px 10px;
  color: #707070;
  font-size: 16px;
  font-size: 1rem;
}

.o-plan-search__wrap-sp .o-plan-search__tab-list .m-tab-list__item:after {
  display: none;
}

.o-plan-search__wrap-sp .o-plan-search__tab-list .m-tab-list__item.is-active {
  margin-bottom: 0;
}

.o-plan-search__wrap-sp .o-plan-search__tab-list .m-tab-list__item.is-active a {
  border: 2px solid #008D31;
  border-width: 2px 2px 0 2px;
  background-color: #fff;
  border-radius: 4px 4px 0 0;
  color: #1A1A1A;
  font-weight: bold;
  padding: 15px 13px 22px;
  margin: 0 -4px;
}

.o-plan-search__wrap-sp .o-plan-search__tab-list .m-tab-list__item.is-active a span {
  position: relative;
  display: inline-block;
}

.o-plan-search__wrap-sp .o-plan-search__tab-list .m-tab-list__item.is-active a span:before {
  position: absolute;
  left: 0;
  bottom: -7px;
  display: block;
  content: '';
  width: 100%;
  height: 3px;
  background-color: #008D31;
}

.o-plan-search__wrap-sp .o-tab.-border {
  margin-top: 150px;
}

.o-plan-search__wrap-sp .o-plan-search__panel-sp {
  border-top-width: 3px !important;
}

.o-plan-search__wrap-sp .o-plan-search__tab {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  border-bottom: 1px solid #008D31;
}

.o-plan-search__wrap-sp .o-plan-search__tab a.selected {
  background-color: #008D31;
  color: #fff;
}

.o-plan-search__wrap-sp .o-plan-search__tab li {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
}

.o-plan-search__wrap-sp .o-plan-search__tab a {
  text-decoration: none;
  font-size: 16px;
  color: #A1A1A1;
  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;
  background-color: #EDEDED;
  width: 100%;
  padding: 1em .5em;
}

.o-plan-search__wrap-sp .o-plan-search__panel {
  margin-left: 5%;
  margin-right: 5%;
  padding-top: 5%;
}

.o-plan-search__wrap-sp .o-plan-search__area {
  margin-bottom: 15px;
}

.o-plan-search__wrap-sp .o-plan-search__area input {
  border: 1px solid #CBCBCB;
  border-radius: 4px;
  width: 100%;
  padding: .5em;
  font-size: 16px;
  background-image: url(../images/arrow_select_down.svg);
  background-position: right .5em center;
  background-repeat: no-repeat;
  font-weight: bold;
  color: #1A1A1A;
  cursor: pointer;
}

.o-plan-search__wrap-sp .o-plan-search__area input::-webkit-input-placeholder {
  font-weight: bold;
  color: #1A1A1A;
  text-align: center;
}

.o-plan-search__wrap-sp .o-plan-search__area input::-moz-placeholder {
  font-weight: bold;
  color: #1A1A1A;
  text-align: center;
}

.o-plan-search__wrap-sp .o-plan-search__area input:-ms-input-placeholder {
  font-weight: bold;
  color: #1A1A1A;
  text-align: center;
}

.o-plan-search__wrap-sp .o-plan-search__area input::-ms-input-placeholder {
  font-weight: bold;
  color: #1A1A1A;
  text-align: center;
}

.o-plan-search__wrap-sp .o-plan-search__area input::placeholder {
  font-weight: bold;
  color: #1A1A1A;
  text-align: center;
}

.o-plan-search__wrap-sp .o-plan-search__area-list-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #fff;
  border-top: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.o-plan-search__wrap-sp .o-plan-search__area-list-sp.is-active {
  top: 0;
  left: 0;
  display: block;
  z-index: 1100;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
}

.o-plan-search__wrap-sp .o-plan-search__area-list-sp > h2 {
  margin: 15px 70px 15px 16px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.454;
}

.o-plan-search__wrap-sp .o-plan-search__area-close-sp {
  position: absolute;
  top: 10px;
  right: 15px;
  background-color: #EDEDED;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  z-index: 5;
}

.o-plan-search__wrap-sp .o-plan-search__area-close-sp svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 21px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.o-plan-search__wrap-sp .o-plan-search__area-menu-sp {
  height: calc(100% - 68px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
  padding-bottom: 100px;
}

.o-plan-search__wrap-sp .o-plan-search__area-menu-sp dl {
  margin: 0;
}

.o-plan-search__wrap-sp .o-plan-search__area-menu-sp dl dt {
  padding: 5px 16px;
  background-color: #5DA71E;
  color: #FFF;
}

.o-plan-search__wrap-sp .o-plan-search__area-menu-sp dl dd {
  padding: 0 16px;
}

.o-plan-search__wrap-sp .o-plan-search__area-menu-sp label {
  display: block;
}

.o-plan-search__wrap-sp .o-plan-search__area-menu-sp ul li {
  border-top: 1px solid #A1A1A1;
  padding: 5px 20px;
}

.o-plan-search__wrap-sp .o-plan-search__area-menu-sp ul li:first-child {
  border-top: none;
}

.o-plan-search__wrap-sp .o-plan-search__date {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-bottom: 15px;
}

.o-plan-search__wrap-sp .o-plan-search__date .o-plan-search__play {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  white-space: nowrap;
}

.o-plan-search__wrap-sp .o-plan-search__date .o-plan-search__play .a-form-txt {
  border: 1px solid #CBCBCB;
  background-image: url(../images/arrow_select_down.svg);
  background-position: right .5em center;
  background-repeat: no-repeat;
  border-radius: 4px;
  padding: 8px .5em;
  width: 100%;
  color: #1A1A1A;
  font-weight: bold;
  cursor: pointer;
}

.o-plan-search__wrap-sp .o-plan-search__date .o-plan-search__play select {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  border: 1px solid #CBCBCB;
  width: 100%;
  padding: .5em;
  background-image: url(../images/arrow_select_down.svg);
  background-position: right .5em center;
  background-repeat: no-repeat;
  text-align: center;
}

.o-plan-search__wrap-sp .o-plan-search__date .o-plan-search__play select option {
  display: none;
  height: 0;
  opacity: 0;
  border: none;
  font-weight: bold;
  text-align: center;
}

.o-plan-search__wrap-sp .o-plan-search__date-menu-sp {
  position: fixed;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  visibility: hidden;
  -webkit-transition: -webkit-transform .6s ease;
  transition: -webkit-transform .6s ease;
  transition: transform .6s ease;
  transition: transform .6s ease, -webkit-transform .6s ease;
  -webkit-transform: translateY(100%);
          transform: translateY(100%);
  background-color: #fff;
  border-top: 1px solid #EDEDED;
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
  overflow: hidden;
}

.o-plan-search__wrap-sp .o-plan-search__date-menu-sp.is-active {
  top: 0;
  left: 0;
  display: block;
  z-index: 1100;
  -webkit-transform: translateY(0);
          transform: translateY(0);
  visibility: visible;
  overflow-y: scroll;
}

.o-plan-search__wrap-sp .o-plan-search__date-menu-sp > h2 {
  margin: 15px 70px 15px 16px;
  font-size: 22px;
  font-size: 1.375rem;
  line-height: 1.454;
}

.o-plan-search__wrap-sp .o-plan-search__data-close-sp {
  position: absolute;
  top: 9px;
  right: 16px;
  background-color: #EDEDED;
  width: 44px;
  height: 44px;
  border-radius: 4px;
  z-index: 5;
}

.o-plan-search__wrap-sp .o-plan-search__data-close-sp svg {
  position: absolute;
  top: 50%;
  left: 50%;
  width: 21px;
  height: 21px;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

.o-plan-search__wrap-sp .o-plan-search__area-menu-sp {
  height: calc(100% - 68px);
  overflow-y: auto;
  -webkit-overflow-scrolling: touch;
}

.o-plan-search__wrap-sp .o-plan-search__area-menu-sp dl {
  margin: 0;
}

.o-plan-search__wrap-sp .o-plan-search__area-menu-sp dl dt {
  padding: 5px 16px;
  background-color: #5DA71E;
  color: #FFF;
}

.o-plan-search__wrap-sp .o-plan-search__area-menu-sp dl dd {
  padding: 0 16px;
}

.o-plan-search__wrap-sp .o-plan-search__area-menu-sp ul li {
  border-top: 1px solid #A1A1A1;
  padding: 5px 20px;
}

.o-plan-search__wrap-sp .o-plan-search__area-menu-sp ul li:first-child {
  border-top: none;
}

.o-plan-search__wrap-sp .o-plan-search__refine .js-acc + dd {
  display: none;
}

.o-plan-search__wrap-sp .o-plan-search__refine__btn {
  width: 100%;
  display: block;
  -webkit-appearance: normal;
     -moz-appearance: normal;
          appearance: normal;
  position: relative;
  border: 1px solid #CBCBCB;
  text-align: center;
  padding: .5em;
  margin-bottom: 10px;
  border-radius: 4px;
  vertical-align: middle;
  appearance: normal;
}

.o-plan-search__wrap-sp .o-plan-search__refine__btn:before {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: 50%;
  right: 12px;
  content: '';
  width: 14px;
  height: 2px;
  background: #1A1A1A;
  -webkit-transform: rotate(-180deg);
          transform: rotate(-180deg);
  z-index: 2;
}

.o-plan-search__wrap-sp .o-plan-search__refine__btn:after {
  -webkit-transition: -webkit-transform 0.3s;
  transition: -webkit-transform 0.3s;
  transition: transform 0.3s;
  transition: transform 0.3s, -webkit-transform 0.3s;
  position: absolute;
  top: 50%;
  right: 12px;
  content: '';
  width: 14px;
  height: 2px;
  background: #1A1A1A;
  -webkit-transform: rotate(270deg);
          transform: rotate(270deg);
  z-index: 1;
}

.o-plan-search__wrap-sp .o-plan-search__refine__btn.is-active:before {
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.o-plan-search__wrap-sp .o-plan-search__refine__btn.is-active:after {
  width: 14px;
  height: 2px;
  background: #1A1A1A;
  -webkit-transform: rotate(0deg);
          transform: rotate(0deg);
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap {
  background-color: #F7F7F7;
  border-radius: 10px;
  padding: 5%;
  margin-bottom: 15px;
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap dl dt {
  font-weight: bold;
  margin-bottom: 7px;
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap dl dd {
  margin-bottom: 25px;
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap dl dd ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap dl dd ul li {
  margin-bottom: 10px;
  margin-right: 10px;
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap dl dd ul li.nostyle {
  background-color: inherit;
  border: none;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap dl dd ul li select {
  background-color: #fff;
  border: 1px solid #EDEDED;
  font-size: 16px;
  background-image: url(../images/arrow_select_down.svg);
  background-position: right .5em center;
  background-repeat: no-repeat;
  width: 120px;
  padding: .5em;
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap .o-plan-search__suggestions-input {
  -webkit-user-select: auto;
     -moz-user-select: auto;
      -ms-user-select: auto;
          user-select: auto;
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap .o-plan-search__gc-suggestions {
  display: none;
  position: absolute;
  z-index: 5000;
  border: 1px solid #ccc;
  border-bottom: none;
  background-color: #fff;
  width: calc((100% - 40px) - ((100% - 40px) * 0.1));
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap .o-plan-search__gc-suggestions.is-active {
  display: block;
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap .o-plan-search__gc-suggestions li {
  display: none;
  margin: 0;
  border-bottom: 1px solid #ccc;
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap .o-plan-search__gc-suggestions li.is-active {
  display: block;
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap .o-plan-search__gc-suggestions li.is-selected a {
  color: #fff;
  background-color: #5DA71E;
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap .o-plan-search__gc-suggestions a {
  display: block;
  padding: 3px 10px;
  color: #1A1A1A;
  font-size: 14px;
  font-size: 0.875rem;
  text-decoration: none;
  -webkit-transition: 0.1s all;
  transition: 0.1s all;
}

.o-plan-search__wrap-sp .o-plan-search__refine__wrap .o-plan-search__gc-suggestions a:hover {
  color: #fff;
  background-color: #5DA71E;
}

.o-plan-search__wrap-sp .o-plan-search__refine__price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  width: 100%;
  margin-bottom: 20px;
}

.o-plan-search__wrap-sp .o-plan-search__refine__price-lower select {
  border: 2px solid #EDEDED;
  width: 110px;
  margin-right: .5em;
  padding: .5em;
  background-color: #fff;
  background-image: url(../images/arrow_select_down.svg);
  background-position: right .5em center;
  background-repeat: no-repeat;
}

.o-plan-search__wrap-sp .o-plan-search__refine__price-upper select {
  border: 2px solid #EDEDED;
  width: 110px;
  margin-right: .5em;
  padding: .5em;
  background-color: #fff;
  margin-left: .5em;
  background-image: url(../images/arrow_select_down.svg);
  background-position: right .5em center;
  background-repeat: no-repeat;
}

.o-plan-search__wrap-sp .o-plan-search__refine__time {
  margin-bottom: 25px;
}

.o-plan-search__wrap-sp .o-plan-search__refine__time select {
  border: 2px solid #EDEDED;
  width: 100%;
  background-color: #fff;
  padding: .5em;
  background-image: url(../images/arrow_select_down.svg);
  background-position: right .5em center;
  background-repeat: no-repeat;
}

.o-plan-search__wrap-sp .o-plan-search__refine__check li {
  margin-bottom: .75em;
}

.o-plan-search__wrap-sp .o-plan-search__refine__check li input[type="radio"] {
  margin-right: 10px;
}

.o-plan-search__wrap-sp .o-plan-search__refine__check-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  font-size: 16px;
}

.o-plan-search__wrap-sp .o-plan-search__refine__check-list li {
  margin-right: .5em;
}

.o-plan-search__wrap-sp .o-plan-search__people {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

.o-plan-search__wrap-sp .o-plan-search__people .o-plan-search__number {
  width: 100%;
}

.o-plan-search__wrap-sp .o-plan-search__people .o-plan-search__number dt {
  font-size: 16px;
  color: #008D31;
}

.o-plan-search__wrap-sp .o-plan-search__people .o-plan-search__number select {
  border: 2px solid #EDEDED;
  width: 70px;
  margin-right: .5em;
  padding: .5em;
  width: 70px;
  background-image: url(../images/arrow_select_down.svg);
  background-position: right .5em center;
  background-repeat: no-repeat;
}

.o-plan-search__wrap-sp .o-plan-search__people .o-plan-search__conditions {
  width: 100%;
  margin-bottom: 20px;
}

.o-plan-search__wrap-sp .o-plan-search__people .o-plan-search__conditions dt {
  font-size: 16px;
  color: #008D31;
}

.o-plan-search__wrap-sp .o-plan-search__people .o-plan-search__conditions select {
  border: 2px solid #EDEDED;
  width: 70px;
  margin-right: .5em;
  padding: .5em;
  width: 190px;
  background-image: url(../images/arrow_select_down.svg);
  background-position: right .5em center;
  background-repeat: no-repeat;
}

.o-plan-search__wrap-sp .o-plan-search__continuous {
  margin-bottom: 15px;
}

.o-plan-search__wrap-sp .o-plan-search__continuous dt {
  font-size: 16px;
  color: #008D31;
}

.o-plan-search__wrap-sp .o-plan-search__continuous select {
  border: 2px solid #EDEDED;
  width: 70px;
  margin-right: .5em;
  padding: .5em;
  width: 110px;
  background-image: url(../images/arrow_select_down.svg);
  background-position: right .5em center;
  background-repeat: no-repeat;
}

.o-plan-search__wrap-sp .o-plan-search__calendar {
  background-color: #fff;
  top: 0;
  z-index: 1000;
  display: none;
  position: absolute;
}

.o-plan-search__wrap-sp .o-plan-search__calendar__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding: .5em;
}

.o-plan-search__wrap-sp .o-plan-search__calendar__ttl {
  font-size: 22px;
  font-weight: bold;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course {
  background-color: #fff;
  top: 0;
  z-index: 1000;
  position: absolute;
  width: 100%;
  padding: 15px;
  display: none;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  width: 100%;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  margin-bottom: 20px;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course__ttl {
  font-size: 22px;
  font-weight: bold;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course__input {
  border: 2px solid #EDEDED;
  width: 100%;
  padding: .5em;
  font-size: 16px;
  background-image: url(../images/arrow_select_down.svg);
  background-position: right .5em center;
  background-repeat: no-repeat;
  margin-bottom: 30px;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course__area h2 {
  margin-bottom: 25px;
  font-size: 16px;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course .m-acc__heading {
  font-size: 16px;
  font-weight: normal;
  color: #3D3D3D;
  background-color: #fff;
  padding: .5em;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 10px;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course .m-acc__heading:before,
.o-plan-search__wrap-sp .o-plan-search__modal-course .m-acc__heading:after {
  background-color: #1A1A1A;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course .m-acc__item {
  border: none;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course .m-acc__item .m-acc__cont {
  border-radius: 10px;
  background-color: #F7F7F7;
  border-top: none;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course .o-plan-search__modal-course__area {
  margin-bottom: 35px;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course .o-plan-search__modal-course__history h2 {
  margin-bottom: 15px;
  font-size: 16px;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course .o-plan-search__modal-course__history-list {
  border-radius: 10px;
  background-color: #F7F7F7;
  padding: 20px 15px;
  margin-bottom: 20px;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course .o-plan-search__modal-course__history-list li {
  font-size: 15px;
  padding: 15px 30px;
  margin-bottom: 10px;
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EDEDED;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course .o-plan-search__modal-course__list li {
  background-color: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #EDEDED;
  font-size: 15px;
  padding: .5em;
  text-align: center;
  font-weight: normal;
  color: #3D3D3D;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course .o-plan-search__modal-course__list-area {
  margin-bottom: 10px;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course .o-plan-search__modal-course__list-pref {
  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;
  border-bottom: 1px solid #E6E6E6;
  margin-bottom: 10px;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course .o-plan-search__modal-course__list-pref li {
  width: calc((100% - 20px) / 3);
  margin-bottom: 10px;
}

.o-plan-search__wrap-sp .o-plan-search__modal-course .o-plan-search__modal-course__list-course li {
  margin-bottom: 10px;
}

.o-plan-search__wrap-sp.-wwwtop .o-plan-search__mv {
  background-image: none;
  padding-top: 0;
}

.o-plan-search__wrap-sp.-wwwtop .o-plan-search__mv-list {
  height: 268px;
  overflow: hidden;
}

.o-plan-search__wrap-sp.-wwwtop .o-plan-search__mv-list .slick-dots {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  left: 0;
  right: 0;
  bottom: 60px;
  z-index: 1;
}

.o-plan-search__wrap-sp.-wwwtop .o-plan-search__mv-list .slick-dots li {
  margin: 0 3px;
}

.o-plan-search__wrap-sp.-wwwtop .o-plan-search__mv-list .slick-dots button {
  padding: 2px;
  border: none;
  outline: none;
  background-color: transparent;
  font-size: 0;
  cursor: pointer;
}

.o-plan-search__wrap-sp.-wwwtop .o-plan-search__mv-list .slick-dots button:before {
  content: "";
  display: block;
  border-radius: 50%;
  width: 12px;
  height: 12px;
  background-color: #fff;
  border: 2px solid #EDEDED;
}

.o-plan-search__wrap-sp.-wwwtop .o-plan-search__mv-list .slick-dots .slick-active button:before {
  background-color: #008D31;
}

.o-plan-search__wrap-sp.-wwwtop .o-plan-search__mv-img {
  display: block;
  width: 100vw;
  height: 268px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center center;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  padding-top: 20px;
}

.o-plan-search__wrap-sp.-wwwtop .o-plan-search__area {
  position: relative;
}

.o-plan-search__wrap-sp.-wwwtop .o-plan-search__area:before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  left: 15px;
  top: 12px;
  width: 15px;
  height: 22px;
  background-image: url(../images/icon_map.svg);
}

.o-plan-search__wrap-sp.-wwwtop .o-plan-search__area input {
  text-align: center;
  padding-left: 35px;
  padding-right: 20px;
}

.o-plan-search__wrap-sp.-wwwtop .o-plan-search__play {
  position: relative;
}

.o-plan-search__wrap-sp.-wwwtop .o-plan-search__play:before {
  position: absolute;
  content: "";
  display: block;
  background-repeat: no-repeat;
  background-size: contain;
  pointer-events: none;
  left: 13px;
  top: 10px;
  width: 22px;
  height: 22px;
  background-image: url(../images/icon_date.svg);
}

.o-plan-search__scroll {
  overflow-y: auto;
  max-height: calc(100vh - 80px);
  padding-bottom: 120px;
}

@media only screen and (min-width: 1024px) and (max-width: 1199.97px) {
  .o-plan-search__scroll {
    padding-bottom: 200px;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .o-plan-search__scroll {
    padding-bottom: 180px;
  }
}

.o-plan-search__line__heading {
  text-align: center;
}

.o-solo-list {
  position: relative;
  padding-top: 30px;
  padding-bottom: 80px;
}

@media only screen and (min-width: 768px), tv, print {
  .o-solo-list {
    margin-top: -100px;
    padding-bottom: 170px;
  }
}

.o-solo-list:before {
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: -1;
  display: block;
  content: '';
  width: 100%;
  height: 100%;
  background-color: #EDEEDA;
  border-top: 1px solid #008D31;
  -webkit-transform: skewY(8deg);
          transform: skewY(8deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
}

.o-solo-list__top {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  padding: 0.5px 20px;
  background-color: #EFEFEF;
}

.o-solo-list__heading {
  font-size: 20px;
  font-size: 1.25rem;
}

.o-solo-list__body {
  -ms-flex-preferred-size: 440px;
      flex-basis: 440px;
  max-width: 440px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-solo-list__condition {
  -ms-flex-preferred-size: 230px;
      flex-basis: 230px;
  max-width: 230px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.o-solo-list__condition__label {
  -ms-flex-preferred-size: 90px;
      flex-basis: 90px;
  max-width: 90px;
  font-weight: bold;
}

.o-solo-list__condition__select {
  -ms-flex-preferred-size: calc(100% -90px);
      flex-basis: calc(100% -90px);
  max-width: calc(100% -90px);
}

.o-solo-list__result {
  -ms-flex-preferred-size: calc(100% - 230px);
      flex-basis: calc(100% - 230px);
  max-width: calc(100% - 230px);
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
}

.o-solo-list__result__label {
  margin-right: 5px;
  font-size: 18px;
  font-size: 1.125rem;
  color: #646464;
}

.o-solo-list__result__body {
  font-size: 28px;
  font-size: 1.75rem;
}

.o-solo-list__result__num {
  font-weight: bold;
}

.o-solo-list__link {
  margin-top: 30px;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-list__link {
    display: block;
    width: 750px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-list__link.-rank {
    margin-top: 70px;
    width: 460px;
  }
}

.o-solo-list__plan-sp {
  background-color: #fff;
}

.o-solo-top {
  position: relative;
  z-index: 0;
  padding: 15px 0 60px;
  background-color: white;
  background-image: repeating-linear-gradient(90deg, #EDEEDA, #EDEEDA 20px, #E5EACF 20px, #E5EACF 55px);
}

@media only screen and (min-width: 768px), tv, print {
  .o-solo-top {
    padding: 40px 0 250px;
  }
  .o-solo-top:before {
    display: block;
    content: "";
    position: absolute;
    z-index: -1;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    background-repeat: no-repeat;
    background-position: center 45px;
    background-size: 2000px auto;
    background-image: url(../images/bg_pc.png);
  }
}

.o-solo-top:after {
  position: absolute;
  left: 0;
  bottom: -50%;
  z-index: -1;
  display: block;
  content: '';
  width: 100%;
  height: 60%;
  background-color: #fff;
  -webkit-transform: skewY(8deg);
          transform: skewY(8deg);
  -webkit-transform-origin: top right;
          transform-origin: top right;
  border-top: 1px solid #008D31;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-top:after {
    bottom: -70%;
    height: 70%;
  }
}

@media only screen and (min-width: 768px) and (max-width: 1023.97px) {
  .o-solo-top.-top:after {
    bottom: -26%;
    height: 30%;
  }
}

.o-solo-top.-ranking {
  padding: 5px 0 30px;
}

@media only screen and (min-width: 768px), tv, print {
  .o-solo-top.-ranking {
    padding: 25px 0 130px;
  }
  .o-solo-top.-ranking:before {
    display: none;
    content: "";
    position: absolute;
    top: auto;
    left: auto;
    right: calc((100vw - 1200px) / 2);
    width: 248px;
    height: 117px;
    background-image: url(../images/img_trophy_top.svg);
    background-size: contain;
    background-position: center;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1024px) {
  .o-solo-top.-ranking:before {
    display: block;
  }
}

@media only screen and (min-width: 768px) and (min-width: 1024px) and (max-width: 1199.97px) {
  .o-solo-top.-ranking:before {
    bottom: calc(7.5vw - 38px);
  }
}

@media only screen and (min-width: 768px) and (min-width: 1200px), print {
  .o-solo-top.-ranking:before {
    bottom: calc(7.5vw - 90px);
  }
}

.o-solo-top.-ranking:after {
  border-top: none;
}

.o-solo-top__main {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-top__main {
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-top__logo {
    margin-left: 10px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-top.-ranking .o-solo-top__logo {
    margin: 20px 0 0 10px;
  }
}

.o-solo-top__copy {
  padding-left: 15px;
}

@media only screen and (min-width: 1024px) {
  .o-solo-top__copy {
    padding: 0 30px 0 15px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-top__copy {
    padding: 0 100px 0 40px;
  }
}

.o-solo-top.-ranking .o-solo-top__copy {
  padding: 0 20px;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-top.-ranking .o-solo-top__copy {
    padding: 0 45px;
  }
}

.o-solo-top__copy__btn {
  display: block;
  margin: 10px auto 0;
  width: 178px;
}

@media only screen and (min-width: 768px), tv, print {
  .o-solo-top__copy__btn {
    margin: 35px auto 0;
    width: 284px;
  }
}

.o-solo-top__banner {
  text-align: center;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-top.-ranking .o-solo-top__banner {
    margin-top: 30px;
  }
}

.o-solo-top__banner__txt {
  margin-bottom: 15px;
}

.o-solo-top__banner__img {
  display: block;
  width: 248px;
  background-color: #fff;
  border: 9px solid #008D31;
  padding: 9px;
}

.o-solo-top.-ranking .o-solo-top__desc {
  display: block;
  margin: 10px auto 0;
  width: 65vw;
}

@media only screen and (min-width: 768px), tv, print {
  .o-solo-top.-ranking .o-solo-top__desc {
    margin: 25px auto 0;
    width: 697px;
  }
}

.o-solo-search {
  padding-bottom: 50px;
}

@media only screen and (min-width: 768px), tv, print {
  .o-solo-search {
    padding-bottom: 200px;
  }
}

.o-solo-search__main {
  margin-top: -25px;
}

@media only screen and (min-width: 768px), tv, print {
  .o-solo-search__main {
    margin-top: -230px;
  }
}

.o-solo-search__btn {
  position: fixed;
  z-index: 2;
  -webkit-transition: 0.3s opacity, 0.3s visibility;
  transition: 0.3s opacity, 0.3s visibility;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-search__btn {
    right: 0;
    top: 25vh;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-search__btn {
    left: 0;
    bottom: 0;
  }
}

.o-solo-search__btn.is-bottom, .o-solo-search__btn.is-top {
  opacity: 0;
  visibility: hidden;
}

.o-solo-menu {
  padding-bottom: 60px;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-menu {
    padding-bottom: 220px;
  }
}

.o-solo-menu__heading {
  text-align: center;
}

.o-solo-menu__desc {
  margin: 20px 0 35px;
  text-align: center;
  font-size: 15px;
  font-size: 0.9375rem;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-menu__desc {
    margin: 60px 0;
    font-size: 26px;
    font-size: 1.625rem;
  }
}

.o-solo-menu__items {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-menu__items {
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

.o-solo-menu__item {
  text-align: center;
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-menu__item {
    margin: 15px 0;
  }
}

@media only screen and (max-width: 767.97px) {
  .o-solo-menu__item {
    -ms-flex-preferred-size: 50%;
        flex-basis: 50%;
    max-width: 50%;
  }
}

.o-solo-menu__link {
  display: block;
  -webkit-transition: 0.3s opacity;
  transition: 0.3s opacity;
}

.o-solo-menu__link:hover {
  opacity: 0.7;
}

.o-solo-cont {
  padding-bottom: 100px;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont {
    padding-bottom: 220px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-cont {
    padding-top: 30px;
  }
}

.o-solo-cont.-bottom {
  border-top: 1px solid #707070;
  padding: 18px 0;
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-cont.-bottom-search {
    padding: 100px 0;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont.-bottom-search {
    padding-bottom: 100px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-cont.-ranking {
    padding-top: 0;
    padding-bottom: 150px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont.-ranking {
    padding-bottom: 120px;
  }
}

.o-solo-cont.-ranking.-banners {
  padding-top: 60px;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont.-ranking.-banners {
    padding-bottom: 200px;
  }
}

.o-solo-cont.-ranking.-bottom {
  border-top: none;
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-cont.-ranking.-bottom {
    padding-top: 60px;
    padding-bottom: 80px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont.-ranking.-bottom {
    position: relative;
  }
  .o-solo-cont.-ranking.-bottom:after {
    z-index: -1;
    position: absolute;
    display: block;
    content: "";
    width: 50vw;
    height: 200px;
    background-color: #EDEEDA;
    top: -6vw;
    left: 0;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont__body {
    -webkit-transform: translateY(-60px);
            transform: translateY(-60px);
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont.-bottom-search .o-solo-cont__body {
    padding: 130px 0 0;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont.-ranking.-banners .o-solo-cont__body {
    -webkit-transform: translateY(-120px);
            transform: translateY(-120px);
  }
}

.o-solo-cont__heading {
  text-align: center;
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-cont__heading {
    padding: 0 20px;
  }
}

.o-solo-cont__heading__txt {
  font-size: 15px;
  font-size: 0.9375rem;
  color: #255933;
  font-weight: 800;
  letter-spacing: .05em;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont__heading__txt {
    font-size: 20px;
    font-size: 1.25rem;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont__btn {
    width: 665px;
    margin: 0 auto;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont.-ranking .o-solo-cont__btn {
    width: 450px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont__banners {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.o-solo-cont__banner {
  text-align: center;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.o-solo-cont__banner:hover {
  opacity: 0.7;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont__banner {
    -ms-flex-preferred-size: 318px;
        flex-basis: 318px;
    max-width: 318px;
    margin: 0 35px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont__banner:nth-child(3n - 1) {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-cont__banner:nth-child(3n) {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-cont__banner + .o-solo-cont__banner {
    margin-top: 30px;
  }
}

.o-solo-about__desc {
  margin: 20px 0 25px;
  font-size: 15px;
  font-size: 0.9375rem;
  line-height: 2;
  letter-spacing: .05em;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-about__desc {
    width: 1000px;
    margin: 30px auto 50px;
    font-size: 18px;
    font-size: 1.125rem;
    text-align: center;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-about__desc {
    padding: 0 20px;
  }
}

.o-solo-about__label {
  margin: 0 5px;
}

.o-solo-about__img {
  text-align: center;
}

.o-solo-about__desc-bottom {
  margin: 20px 0 25px;
  line-height: 2;
  color: #255933;
  letter-spacing: .05em;
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-about__desc-bottom {
    margin: 60px 0 70px;
    padding: 0 100px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

.o-solo-about__links {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}

.o-solo-about__link {
  margin: 0 15px;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-about__link {
    -ms-flex-preferred-size: 200px;
        flex-basis: 200px;
    max-width: 200px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-flow {
    margin-top: 40px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-flow__items {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-align: start;
        -ms-flex-align: start;
            align-items: flex-start;
  }
}

.o-solo-flow__item {
  position: relative;
  padding: 15px;
  background-color: #EDEEDA;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 0 0 #e5e5e5;
          box-shadow: 10px 10px 0 0 #e5e5e5;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-flow__item {
    margin: 90px 50px;
    padding: 20px;
    -ms-flex-preferred-size: calc(50% - 100px);
        flex-basis: calc(50% - 100px);
    max-width: calc(50% - 100px);
  }
  .o-solo-flow__item:nth-child(even) {
    -webkit-transform: translateY(80px);
            transform: translateY(80px);
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-flow__item + .o-solo-flow__item {
    margin-top: 35px;
  }
}

.o-solo-flow__num {
  position: absolute;
  left: -10px;
  top: -10px;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-flow__num {
    left: -15px;
    top: -15px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-flow__num {
    width: 65px;
  }
}

.o-solo-flow__heading {
  margin-bottom: 20px;
  padding: 0 0 0 40px;
  color: #255933;
  font-weight: 800;
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.5;
  letter-spacing: .05em;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-flow__heading {
    margin-bottom: 30px;
    padding: 0 10px 0 40px;
    font-size: 23px;
    font-size: 1.4375rem;
  }
}

.o-solo-flow__img {
  text-align: center;
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-flow__item.-item1 .o-solo-flow__img img {
    width: 200px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-flow__item.-item2 .o-solo-flow__img img {
    width: 135px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-flow__item.-item3 .o-solo-flow__img img {
    width: 117px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-flow__item.-item4 .o-solo-flow__img img {
    width: 163px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-flow__item.-item5 .o-solo-flow__img img {
    width: 114px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-flow__item.-item6 .o-solo-flow__img img {
    width: 131px;
  }
}

.o-solo-flow__desc {
  padding: 0 10px;
  font-size: 14px;
  font-size: 0.875rem;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-flow__desc {
    padding: 0 20px;
    font-size: 16px;
    font-size: 1rem;
  }
}

.o-solo-flow__bottom {
  margin-top: 15px;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-flow__bottom {
    margin-top: 20px;
    position: relative;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-flow__link {
    margin-top: 15px;
    width: 40%;
    display: block;
    margin-left: auto;
    margin-right: auto;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-flow__link {
    position: absolute;
    top: -55px;
    right: 0;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-voice {
    padding: 40px 20px 0;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-voice__item {
    width: 800px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
        -ms-flex-align: center;
            align-items: center;
  }
}

.o-solo-voice__item + .o-solo-voice__item {
  margin-top: 30px;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-voice__item + .o-solo-voice__item {
    margin-top: 70px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-voice__item.-item1 {
    margin-left: 150px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-voice__item.-item2 {
    margin-left: 280px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-voice__item.-item3 {
    margin-left: 420px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-voice__img {
    -ms-flex-preferred-size: 190px;
        flex-basis: 190px;
    max-width: 190px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-voice__img {
    margin-bottom: 25px;
    text-align: center;
  }
  .o-solo-voice__img img {
    width: 60px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-voice__txt {
    -ms-flex-preferred-size: calc(100% - 190px);
        flex-basis: calc(100% - 190px);
    max-width: calc(100% - 190px);
  }
}

.o-solo-voice__heading {
  margin-bottom: 5px;
  color: #255933;
  font-size: 16px;
  font-size: 1rem;
  font-weight: 800;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-voice__heading {
    margin-bottom: 25px;
    font-size: 18px;
    font-size: 1.125rem;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-voice__heading {
    text-align: center;
  }
}

.o-solo-voice__desc {
  font-size: 14px;
  font-size: 0.875rem;
  color: #255933;
  font-weight: 200;
  line-height: 1.75;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-voice__desc {
    font-size: 16px;
    font-size: 1rem;
    line-height: 2;
  }
}

.o-solo-faq {
  padding: 40px 0;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-faq__category {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
  }
}

.o-solo-faq__category + .o-solo-faq__category {
  margin-top: 45px;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-faq__category + .o-solo-faq__category {
    margin-top: 70px;
  }
}

.o-solo-faq__heading {
  color: #707070;
  text-align: center;
  font-size: 20px;
  font-size: 1.25rem;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-faq__heading {
    margin-top: 8px;
    -ms-flex-preferred-size: 300px;
        flex-basis: 300px;
    max-width: 300px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-faq__body {
    -ms-flex-preferred-size: calc(100% - 300px);
        flex-basis: calc(100% - 300px);
    max-width: calc(100% - 300px);
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-faq__body {
    padding: 10px 0;
  }
}

.o-solo-faq__q {
  position: relative;
  font-size: 14px;
  font-size: 0.875rem;
  line-height: 1.75;
  letter-spacing: .05em;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-faq__q {
    font-size: 16px;
    font-size: 1rem;
  }
}

.o-solo-faq__q:before {
  position: absolute;
  left: 0;
  top: 0;
  content: '';
  display: block;
  width: 25px;
  height: 22px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/q.svg);
}

.o-solo-faq__q__txt {
  position: relative;
  cursor: pointer;
  display: block;
  padding: 0 30px 0 45px;
  font-weight: 800;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-faq__q__txt {
    padding: 0 100px 0 45px;
  }
}

.o-solo-faq__q__txt:before, .o-solo-faq__q__txt:after {
  position: absolute;
  right: 0;
  top: 14px;
  content: "";
  display: block;
  width: 15px;
  height: 2px;
  background-color: #255933;
  -webkit-transition: 0.3s -webkit-transform;
  transition: 0.3s -webkit-transform;
  transition: 0.3s transform;
  transition: 0.3s transform, 0.3s -webkit-transform;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-faq__q__txt:before, .o-solo-faq__q__txt:after {
    right: 15px;
  }
}

.o-solo-faq__q__txt:after {
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}

.o-solo-faq__q.is-active .o-solo-faq__q__txt:after {
  -webkit-transform: rotate(0);
          transform: rotate(0);
}

.o-solo-faq__a {
  display: none;
  position: relative;
  margin-top: 20px;
  padding: 0 20px 0 55px;
  line-height: 2;
  font-weight: 200;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-faq__a {
    padding: 0 100px 0 90px;
  }
}

.o-solo-faq__a:before {
  position: absolute;
  left: 20px;
  top: 10px;
  content: '';
  display: block;
  width: 25px;
  height: 18px;
  background-repeat: no-repeat;
  background-position: center;
  background-size: contain;
  background-image: url(../images/a.svg);
}

@media only screen and (min-width: 1200px), print {
  .o-solo-faq__a:before {
    left: 55px;
  }
}

.o-solo-faq__unit {
  padding: 20px 0;
  border-bottom: 1px solid #E0E0E0;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-faq__unit {
    padding: 15px 0;
  }
}

.o-solo-faq__link {
  margin: 40px auto 0;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-faq__link {
    width: 635px;
    margin: 70px auto 0;
  }
}

.o-solo-faq__em {
  color: #DD3333;
  font-weight: 800;
}

.o-solo-column {
  margin: 45px 0 0;
}

.o-solo-column__items {
  margin-bottom: 50px;
}

@media only screen and (min-width: 1200px), print {
  .o-solo-column__items {
    margin-bottom: 130px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-column__items {
    padding: 0 20px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-column__item {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    padding: 60px 39px;
  }
  .o-solo-column__item:nth-child(3n-1) {
    -webkit-transform: translateY(60px);
            transform: translateY(60px);
  }
  .o-solo-column__item:nth-child(3n) {
    -webkit-transform: translateY(120px);
            transform: translateY(120px);
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-column__item + .o-solo-column__item {
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-column__link {
    margin-left: auto;
    margin-right: auto;
    width: 495px;
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-ranking__heading {
    margin-bottom: 20px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-ranking__categories {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    margin-top: 30px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-ranking__category {
    -ms-flex-preferred-size: calc(100% / 3);
        flex-basis: calc(100% / 3);
    max-width: calc(100% / 3);
    margin-bottom: 120px;
    padding: 0 30px;
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-ranking__category:nth-child(3n-1) {
    -webkit-transform: translateY(50px);
            transform: translateY(50px);
  }
}

@media only screen and (min-width: 1200px), print {
  .o-solo-ranking__category:nth-child(3n) {
    -webkit-transform: translateY(100px);
            transform: translateY(100px);
  }
}

@media only screen and (max-width: 1199.97px) {
  .o-solo-ranking__category + .o-solo-ranking__category {
    margin-top: 40px;
  }
}

.o-solo-ranking__card {
  background-color: #EDEEDA;
  border-radius: 10px;
  -webkit-box-shadow: 10px 10px 0 0 #e5e5e5;
          box-shadow: 10px 10px 0 0 #e5e5e5;
  min-height: 314px;
}

.o-solo-ranking.-bg-lightgreen .o-solo-ranking__card {
  background-color: #fff;
}

.o-solo-ranking__card__heading {
  padding: 4.5px;
  background-color: #008D31;
  border-radius: 10px 10px 0 0;
  font-weight: 800;
  text-align: center;
  color: #fff;
  font-size: 18px;
  font-size: 1.125rem;
  letter-spacing: .05em;
}

.o-solo-ranking__list {
  padding: 20px;
  border-radius: 0 0 10px 10px;
}

.o-solo-ranking__item {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.o-solo-ranking__item + .o-solo-ranking__item {
  margin-top: 20px;
}

.o-solo-ranking__item__icon {
  -ms-flex-preferred-size: 46px;
      flex-basis: 46px;
  max-width: 46px;
  padding-right: 8px;
}

.o-solo-ranking__item__link {
  -ms-flex-preferred-size: calc(100% - 46px);
      flex-basis: calc(100% - 46px);
  max-width: calc(100% - 46px);
  color: #707070;
  text-decoration: none;
  line-height: 1.75;
  letter-spacing: .05em;
  -webkit-transition: opacity 0.3s;
  transition: opacity 0.3s;
}

.o-solo-ranking__item__link:hover {
  opacity: 0.7;
}

/*# sourceMappingURL=solo-add2111.css.map */
