@charset "UTF-8";
html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
main, menu, nav, output, ruby, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  font-style: normal;
  font-size: 100%;
  vertical-align: baseline;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, main, menu, nav, section {
  display: block;
}

blockquote, q {
  quotes: none;
}

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

button, input, textarea {
  margin: 0;
  padding: 0;
}

::-webkit-input-placeholder {
  color: #C0C0C0;
  font-weight: normal;
  font-size: 16px;
  letter-spacing: 1px;
}

:-ms-input-placeholder {
  color: #C0C0C0;
  font-weight: normal;
  font-size: 16px;
}

::-ms-input-placeholder {
  color: #C0C0C0;
  font-weight: normal;
  font-size: 16px;
}

::placeholder {
  color: #C0C0C0;
  font-weight: normal;
  font-size: 16px;
}

ol, ul {
  list-style: none;
}

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

caption, th {
  text-align: left;
}

summary {
  display: block;
  list-style: none;
  cursor: pointer;
}
summary::-webkit-details-marker {
  display: none;
}

a:focus,
button:focus,
summary:focus,
[tabindex]:focus {
  outline: none;
}

a[aria-disabled=true] {
  pointer-events: none;
}

body {
  color: #16160e;
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", YuGothicM, "Yu Gothic", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  font-weight: 500;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
  letter-spacing: 0.035em;
  word-break: break-all;
  margin: 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  body {
    min-width: 1120px;
  }
}
body.is-ipad {
  -webkit-font-feature-settings: "pkna";
          font-feature-settings: "pkna";
}

h1,
h2 {
  margin: 0;
  font-size: 20px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

h3 {
  margin: 0;
  font-size: 18px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

h4,
h5,
h6 {
  margin: 0;
  font-size: 16px;
  line-height: 1.5;
  letter-spacing: 0.04em;
}

p {
  font-size: 14px;
  margin: 0;
  line-height: 1.5;
  letter-spacing: 0.035em;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  p {
    font-size: 16px;
  }
}

small {
  font-size: 12px;
  color: #767676;
}

ul, ol, li, dl, dt, dd {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

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

input, select {
  outline: none;
}

textarea {
  outline: none;
  resize: none;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  textarea {
    resize: vertical;
  }
}

input[type=submit] {
  -webkit-appearance: none;
          appearance: none;
  box-shadow: none;
  outline: none;
}

input:focus:not([type=submit]):not([readonly]),
select:focus,
textarea:focus {
  border: #1e50a2 1px solid;
}

input[type=number] {
  -moz-appearance: textfield;
  ime-mode: disabled;
}

input[type=number]::-webkit-outer-spin-button,
input[type=number]::-webkit-inner-spin-button {
  -webkit-appearance: none;
}

select {
  -webkit-appearance: none;
          appearance: none;
  -moz-appearance: none;
  background-color: #fff;
  background-image: url(/img/icon/title/icon_selectbox.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 8px center;
  text-indent: 0.01px;
  text-overflow: "";
  font-size: 14px;
}

select::-ms-expand {
  display: none;
}

input:-webkit-autofill,
textarea:-webkit-autofill,
select:-webkit-autofill {
  -webkit-box-shadow: 0 0 0 1000px #fff inset;
}

label {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}

iframe {
  vertical-align: bottom;
}

button, input, select, textarea {
  font-family: inherit;
  font-size: 100%;
}

/* 各ベンダープレフィックスが取れた標準版！！(http://caniuse.com/#search=placeholder-shown) */
:-ms-input-placeholder {
  color: #767676;
  opacity: 1;
}
:placeholder-shown {
  color: #767676;
  opacity: 1;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  :-ms-input-placeholder {
    font-size: 12px;
  }
  :placeholder-shown {
    font-size: 12px;
  }
}

/* Google Chrome, Safari, Opera 15+, Android, iOS */
::-webkit-input-placeholder {
  color: #767676;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  ::-webkit-input-placeholder {
    font-size: 12px;
  }
}

/* Firefox 18- */
:-moz-placeholder {
  color: #767676;
  opacity: 1;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  :-moz-placeholder {
    font-size: 12px;
  }
}

/* Firefox 19+ */
::-moz-placeholder {
  color: #767676;
  opacity: 1;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  ::-moz-placeholder {
    font-size: 12px;
  }
}

/* IE 10+ */
:-ms-input-placeholder {
  color: #767676;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  :-ms-input-placeholder {
    font-size: 12px;
  }
}

input:focus::-webkit-input-placeholder {
  color: transparent;
}

input:focus:-ms-input-placeholder {
  color: transparent;
}

input:focus::-ms-input-placeholder {
  color: transparent;
}

input:focus::placeholder {
  color: transparent;
}

.header-account {
  background-color: #2e792d;
  padding: 12px 0;
  text-align: center;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .header-account {
    padding: 14px 0;
  }
}
.header-account .header-account__logo {
  display: block;
  margin: 0 auto;
}
.header-account .header-account__logo img {
  height: 40px;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .header-account .header-account__logo img {
    height: 34px;
  }
}

.hdr-smpl-2 {
  background-color: #2e792d;
  padding: 10px 0;
  display: flex;
  height: 38px;
  align-items: center;
}
.hdr-smpl-2 .hdr-smpl-2__wrap {
  display: flex;
  align-items: center;
  margin: 0 auto;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .hdr-smpl-2 .hdr-smpl-2__wrap {
    justify-content: space-between;
    width: 1072px;
  }
}
.hdr-smpl-2 img {
  height: 28px;
}
.hdr-smpl-2 .tp-lnk {
  display: none;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .hdr-smpl-2 .tp-lnk {
    color: #fff;
    display: block;
  }
  .hdr-smpl-2 .tp-lnk .icn-arrow::before, .hdr-smpl-2 .tp-lnk .gcf-txt-link > a::before, .hdr-smpl-2 .tp-lnk .gcf-txt-link--right-under > a::before, .hdr-smpl-2 .tp-lnk .gcf-txt-link--right-under > a:after, .hdr-smpl-2 .tp-lnk .gcf-txt-link--right-up > a::before, .hdr-smpl-2 .tp-lnk .gcf-txt-link--right-up > a:after,
  .hdr-smpl-2 .tp-lnk .gcf-txt-link2--right-under > a::before,
  .hdr-smpl-2 .tp-lnk .gcf-txt-link2--right-under > a:after,
  .hdr-smpl-2 .tp-lnk .gcf-txt-link2--right-up > a::before,
  .hdr-smpl-2 .tp-lnk .gcf-txt-link2--right-up > a:after, .hdr-smpl-2 .tp-lnk .gcf-txt-link--right > a::before, .hdr-smpl-2 .tp-lnk .gcf-txt-link--right > a:after,
  .hdr-smpl-2 .tp-lnk .gcf-txt-link2--right > a::before,
  .hdr-smpl-2 .tp-lnk .gcf-txt-link2--right > a:after,
  .hdr-smpl-2 .tp-lnk .gcf-txt-link2 > a::before, .hdr-smpl-2 .tp-lnk .txt-link > a::before, .hdr-smpl-2 .tp-lnk .bx-message__title > a::before, .hdr-smpl-2 .tp-lnk .txt-link--right > a::before {
    font-size: 12px;
  }
}

#main {
  width: 100%;
  margin: 0 auto;
}

.inner {
  width: 100%;
  margin: 0 auto;
}
.inner::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .inner {
    width: 1072px;
  }
}

.inner_narrow {
  width: 100%;
}
.inner_narrow::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  clear: both;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .inner_narrow {
    width: 796px;
  }
}

.inner_wrapper {
  padding: 0 40px;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .inner_wrapper {
    padding: 0;
  }
}

.col_contents {
  width: 100%;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .col_contents {
    width: 796px;
    float: right;
  }
}

.col_side {
  display: none;
  width: 100%;
  max-width: 244px;
  float: left;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .col_side {
    display: block;
  }
}

.sidecolumn:nth-child(n+2) {
  margin-top: 24px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .sidecolumn:nth-child(n+2) {
    margin-top: 32px;
  }
}

.col_nav {
  width: 100%;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .col_nav {
    float: left;
    max-width: 244px;
  }
}

.search-condition {
  width: 100%;
  margin-bottom: 64px;
}
.search-condition .search-condition_title {
  background-image: url(/img/icon/title/icon_search-condition.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  color: #6b6b6b;
  margin-bottom: 12px;
  padding-left: 32px;
  font-size: 14px;
}
.search-condition .search-condition_list {
  min-width: 232px;
  border-bottom: #e5e5e5 1px solid;
  box-sizing: border-box;
  transition-duration: 1s;
}
.search-condition .search-condition_list > dl {
  position: relative;
}
.search-condition .search-condition_list > h3,
.search-condition .search-condition_list > h4,
.search-condition .search-condition_list > h5,
.search-condition .search-condition_list > p,
.search-condition .search-condition_list > dl > dt {
  pointer-events: none;
  padding: 12px;
  font-weight: bold;
  font-size: 14px;
}
.search-condition .search-condition_list > h3 > .caution-gry-12,
.search-condition .search-condition_list > h4 > .caution-gry-12,
.search-condition .search-condition_list > h5 > .caution-gry-12,
.search-condition .search-condition_list > p > .caution-gry-12,
.search-condition .search-condition_list > dl > dt > .caution-gry-12 {
  font-weight: normal;
}
.search-condition .search-condition_list > h3 a,
.search-condition .search-condition_list > h4 a,
.search-condition .search-condition_list > h5 a,
.search-condition .search-condition_list > p a,
.search-condition .search-condition_list > dl > dt a {
  display: block;
  pointer-events: auto;
}
.search-condition .search-condition_list:not(._category) > dl > dt {
  background-image: url(/img/icon/title/icon_list_menu.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 12px center;
}
.search-condition .search-condition_list._category dl > dt {
  background-image: url(/img/icon/title/icon_arrow_right.png);
  background-repeat: no-repeat;
  background-size: 8px;
  background-position: right 12px center;
}
.search-condition .search-condition_list._category li:not(:first-child) {
  margin-top: 6px;
}
.search-condition .search-condition_list._category > dl > dt {
  padding: 8px 12px;
  font-weight: normal;
}
.search-condition .search-condition_list > dl > dd {
  display: none;
  flex-wrap: nowrap;
  background-color: #fff;
  width: 260px;
  padding: 10px 16px;
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16);
  font-size: 14px;
  position: absolute;
  left: 232px;
  top: 0;
  z-index: 9999;
}
.search-condition .search-condition_list > dl > dd a {
  display: block;
}
.search-condition .search-condition_list > dl:hover {
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16);
}
.search-condition .search-condition_list > dl:hover > dt {
  background-color: #fff;
  position: relative;
  z-index: 10000;
}
.search-condition .search-condition_list > dl:hover > dd {
  display: flex;
}
.search-condition .search-condition_list > dl:focus-within {
  box-shadow: 0 0px 5px 0 rgba(0, 0, 0, 0.16);
}
.search-condition .search-condition_list > dl:focus-within > dt {
  background-color: #fff;
  position: relative;
  z-index: 10000;
}
.search-condition .search-condition_list > dl:focus-within > dd {
  display: flex;
}
.search-condition .search-condition_list .condition-money {
  width: 480px;
}
.search-condition .search-condition_list .condition-money ul:first-child {
  width: 45%;
  margin-right: 6%;
  padding-right: 6%;
  border-right: #e5e5e5 1px solid;
  box-sizing: border-box;
}
.search-condition .search-condition_list .condition-money ul:first-child span {
  display: inline-block;
  width: 70px;
}
.search-condition .search-condition_list .condition-money ul:first-child span:first-child {
  padding-right: 5.5px;
}
.search-condition .search-condition_list .condition-money ul:last-child {
  width: 49%;
}
.search-condition .search-condition_list .condition-money ul:last-child span {
  display: inline-block;
  width: 95px;
}
.search-condition .search-condition_list .condition-money ul:last-child span:first-child {
  padding-right: 6.5px;
}
.search-condition .search-condition_list .condition-money li {
  padding: 0 1em 0 0;
  text-align: right;
}
.search-condition .search-condition_list .condition-money li:not(:first-child) {
  margin-top: 6px;
}
.search-condition .search-condition_list .condition-area {
  width: 460px;
}
.search-condition .search-condition_list .condition-feature {
  flex-wrap: wrap;
  width: 420px;
}
.search-condition .search-condition_list .condition-feature > ul:last-child {
  padding-left: 32px;
  box-sizing: border-box;
}
.search-condition .search-condition_list .condition-feature li {
  text-align: left;
}
.search-condition .search-condition_list .condition-feature li:not(:last-child) {
  margin-bottom: 6px;
}
.search-condition .search-condition_list .condition-month li:not(:last-child) {
  margin-bottom: 4px;
}
.search-condition .search-condition_list .condition-use {
  width: 440px;
}
.search-condition .search-condition_list .condition-use > ul:last-child {
  padding-left: 32px;
  box-sizing: border-box;
}
.search-condition .search-condition_list .condition-use li:not(:last-child) {
  margin-bottom: 6px;
}
.search-condition .search-condition_list > dl > dd > ul {
  width: 100%;
}
.search-condition .search-condition_list a:not([aria-disabled=true]):hover, .search-condition .search-condition_list a:not([aria-disabled=true]):focus {
  color: #1e50a2;
}
.search-condition .search-condition_btn {
  background-color: #f6f6f6;
  padding: 24px 0;
  border-radius: 0 0 4px 4px;
}

.condition-tag {
  padding-left: 12px;
  color: #6b6b6b;
  font-size: 12px;
}

.search-result {
  background-color: #f6f6f6;
  padding: 16px;
  border-bottom: #e5e5e5 1px solid;
  border-radius: 4px 4px 0 0;
  position: relative;
}
.search-result::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-color: transparent;
  border-width: 12px 0 12px 10px;
  border-style: solid;
  border-left-color: #f6f6f6;
  position: absolute;
  top: 12px;
  right: -10px;
}
.search-result .search-result_title {
  background-image: url(/img/icon/title/icon_search-condition.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  margin-bottom: 24px;
  padding-left: 32px;
}
.search-result .search-result_num > dt {
  font-size: 12px;
}
.search-result .search-result_num > dd {
  margin-top: 12px;
  font-size: 16px;
}
.search-result .search-result_num > dd > span {
  font-weight: bold;
  font-size: 36px;
  line-height: 40px;
}

.search-result.city-result {
  border-bottom: none;
  border-radius: 4px;
  margin: 16px 0 24px 0;
}
.search-result.city-result::after {
  border-width: 8px 0 8px 10px;
}

.btn_search-pc {
  -webkit-appearance: none;
  appearance: none;
  background-color: #2e792d;
  color: #fff;
  display: block;
  width: 212px;
  height: 36px;
  line-height: 36px;
  margin: 0 auto;
  padding: 0 16px;
  border: #e5e5e5 1px solid;
  border-radius: 4px;
  font-size: 12px;
  text-align: center;
  outline: none;
}
.btn_search-pc:focus {
  outline: none;
  box-shadow: none;
}
.btn_search-pc:hover {
  opacity: 0.9;
  cursor: pointer;
}

.beginer-guide {
  margin-bottom: 64px;
}
.beginer-guide .beginer-guide_title {
  background-image: url(/img/icon/title/icon_mark.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  color: #6b6b6b;
  margin-bottom: 16px;
  padding-left: 28px;
  font-size: 14px;
}
.beginer-guide .beginer-guide_item:not(:last-child) {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: #e5e5e5 1px solid;
}
.beginer-guide .beginer-guide_item .beginer-guide_item_title {
  margin-bottom: 6px;
  font-weight: bold;
  font-size: 14px;
}
.beginer-guide .beginer-guide_item .beginer-guide_item_txt {
  color: #6b6b6b;
  font-size: 12px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .beginer-guide .beginer-guide_item .beginer-guide_item_title {
    font-size: 14px;
  }
  .beginer-guide .beginer-guide_item .beginer-guide_item_txt {
    font-size: 12px;
  }
}

.season-choice {
  width: 232px;
  margin-right: 16px;
}
.season-choice .season-choice_title {
  background-image: url(/img/icon/title/icon_tomato.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  color: #6b6b6b;
  margin-bottom: 16px;
  padding-left: 32px;
  font-size: 14px;
}
.season-choice .season-choice_article {
  width: 100%;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: #e5e5e5 1px solid;
  font-size: 14px;
}
.season-choice .season-choice_img {
  display: block;
  margin-bottom: 8px;
}
.season-choice .season-choice_img:hover > img {
  opacity: 0.8;
}

.citynews,
.recommend,
.cityblog {
  background-color: #fff;
  margin: 0 auto 16px;
  padding: 16px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
}
.citynews .citynews_title,
.citynews .recommend_title,
.citynews .cityblog_title,
.recommend .citynews_title,
.recommend .recommend_title,
.recommend .cityblog_title,
.cityblog .citynews_title,
.cityblog .recommend_title,
.cityblog .cityblog_title {
  background-image: url(/img/icon/title/icon_tree_blk.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  margin-bottom: 16px;
  padding-left: 32px;
}
.citynews .citynews_list,
.citynews .recommend_list,
.citynews .cityblog_list,
.recommend .citynews_list,
.recommend .recommend_list,
.recommend .cityblog_list,
.cityblog .citynews_list,
.cityblog .recommend_list,
.cityblog .cityblog_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: #e5e5e5 1px solid;
  overflow: hidden;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .citynews,
  .recommend,
  .cityblog {
    margin-bottom: 88px;
    padding: 0;
    box-shadow: none;
  }
  .citynews .inner_narrow,
  .recommend .inner_narrow,
  .cityblog .inner_narrow {
    width: 100%;
  }
  .citynews .citynews_title,
  .citynews .recommend_title,
  .citynews .cityblog_title,
  .recommend .citynews_title,
  .recommend .recommend_title,
  .recommend .cityblog_title,
  .cityblog .citynews_title,
  .cityblog .recommend_title,
  .cityblog .cityblog_title {
    background-image: url(/img/icon/title/icon_tree.png);
    color: #6b6b6b;
    font-size: 14px;
  }
  .citynews .article-pnl_txt,
  .citynews .article-pnl_cityname,
  .citynews .article-pnl_date,
  .recommend .article-pnl_txt,
  .recommend .article-pnl_cityname,
  .recommend .article-pnl_date,
  .cityblog .article-pnl_txt,
  .cityblog .article-pnl_cityname,
  .cityblog .article-pnl_date {
    height: 1.5em;
    font-size: 12px;
    overflow: hidden;
  }
  .citynews .btn_more-useway > a,
  .recommend .btn_more-useway > a,
  .cityblog .btn_more-useway > a {
    background-image: url(/img/icon_arrow_anchor_gry.svg);
    color: #6b6b6b;
  }
  .citynews .btn_more-useway > a:hover,
  .recommend .btn_more-useway > a:hover,
  .cityblog .btn_more-useway > a:hover {
    background-image: url(/img/icon_arrow_anchor_blue.svg);
    color: #1e50a2;
  }
}

.bottom-content {
  width: 100%;
  max-width: 1072px;
  margin: 0 auto;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .bottom-content {
    background-color: #f6f6f6;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bottom-content {
    overflow: hidden;
  }
}

.searchicon {
  background-color: #2e792d;
  width: 56px;
  height: 56px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 50%;
  position: fixed;
  right: 16px;
  bottom: 16px;
  z-index: 9990;
  transition: opacity 0.2s linear;
}

.btn_more-condition {
  color: #2e792d;
  margin-bottom: 32px;
  text-align: center;
}

.reset_footer-search {
  width: calc((100% - 24px) / 2);
  max-width: 180px;
}

#submit_footer-search {
  color: #fff;
  width: calc((100% - 24px) / 2);
  max-width: 180px;
  font-weight: bold;
}

.citynews,
.cityblog {
  background-color: #fff;
  margin: 0 auto 16px;
  padding: 16px;
  box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.16);
}
.citynews .citynews_title,
.citynews .cityblog_title,
.cityblog .citynews_title,
.cityblog .cityblog_title {
  background-image: url(/img/icon/title/icon_tree_blk.png);
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  margin-bottom: 16px;
  padding-left: 32px;
}
.citynews .citynews_list,
.citynews .cityblog_list,
.cityblog .citynews_list,
.cityblog .cityblog_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: #e5e5e5 1px solid;
  overflow: hidden;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .citynews,
  .cityblog {
    margin-bottom: 88px;
    padding: 0;
    box-shadow: none;
  }
  .citynews .inner_narrow,
  .cityblog .inner_narrow {
    width: 100%;
  }
  .citynews .citynews_title,
  .citynews .cityblog_title,
  .cityblog .citynews_title,
  .cityblog .cityblog_title {
    background-image: url(/img/icon/title/icon_tree.png);
    color: #6b6b6b;
    font-size: 14px;
  }
  .citynews .article-pnl_txt,
  .cityblog .article-pnl_txt {
    height: 1.5em;
    font-size: 12px;
    overflow: hidden;
  }
  .citynews .btn_more-useway > a,
  .cityblog .btn_more-useway > a {
    background-image: url(/img/icon_arrow_anchor_gry.svg);
    color: #6b6b6b;
  }
  .citynews .btn_more-useway > a:hover,
  .cityblog .btn_more-useway > a:hover {
    background-image: url(/img/icon_arrow_anchor_blue.svg);
    color: #1e50a2;
  }
}

.ftr-smpl-2 {
  margin: auto 0 0;
  background-color: #2e792d;
}
.ftr-smpl-2 .ftr-smpl-2__pagetop {
  display: block;
  font-size: 14px;
  text-align: center;
  background-color: #f6f6f6;
  padding: 16px;
  color: #16160e;
}
.ftr-smpl-2 .ftr-smpl-2__wrap {
  text-align: center;
}
.ftr-smpl-2 .ftr-smpl-2__inner {
  padding: 0 16px;
}
.ftr-smpl-2 .ftr-smpl-2__sns {
  margin: 12px 0;
}
.ftr-smpl-2 .ftr-smpl-2__info {
  line-height: 1em;
  background-color: #3d3d3d;
  color: #fff;
  font-size: 14px;
  text-align: left;
  padding: 16px 0;
}
.ftr-smpl-2 .ftr-smpl-2__copyright {
  color: #fff;
  margin: 8px 0 0;
  font-size: 12px;
  font-weight: bold;
}
.ftr-smpl-2 .lp-logo {
  height: 28px;
  margin: 16px 0 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ftr-smpl-2 .ftr-smpl-2__wrap {
    text-align: left;
  }
  .ftr-smpl-2 .ftr-smpl-2__inner {
    width: 1072px;
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 0 auto;
    padding: 0;
    position: relative;
  }
  .ftr-smpl-2 .ftr-smpl-2__copyright {
    color: #fff;
    font-weight: bold;
    margin: 0;
  }
  .ftr-smpl-2 .lp-logo {
    margin: 16px 0;
  }
}
.ftr-smpl-2 .lp-lst-sns {
  display: flex;
  justify-content: center;
  gap: 8px;
}
.ftr-smpl-2 .lp-lst-icon__link {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 40px;
  height: 40px;
  padding: 8px;
  background-color: #fff;
  border-radius: 4px;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.ftr-smpl-2 .lp-lst-icon__link:hover {
  opacity: 0.85;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ftr-smpl-2 .lp-lst-link {
    display: flex;
    align-items: center;
    gap: 8px;
  }
}
.ftr-smpl-2 .lp-lst-link__item {
  line-height: 1em;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .ftr-smpl-2 .lp-lst-link__item {
    margin-bottom: 12px;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ftr-smpl-2 .lp-lst-link__item:not(:last-child) {
    padding-right: 8px;
    border-right: 1px #767676 solid;
  }
}
.ftr-smpl-2 .lp-lst-link__item:hover {
  text-decoration: underline;
}
.ftr-smpl-2 .lp-lst-link__link {
  color: #fff;
  font-weight: bold;
}

.ftr-smpl-3 {
  margin-top: 26px;
}
.ftr-smpl-3 .footer-single-sign {
  display: flex;
  background: none;
  padding: 0;
}
.ftr-smpl-3 .footer-single-sign span {
  flex-shrink: 0;
}
.ftr-smpl-3 .footer-single-sign .footer-single-sign__text {
  font-size: 12px;
  margin-left: 12px;
  margin-top: 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ftr-smpl-3 {
    margin-top: 32px;
  }
  .ftr-smpl-3 .footer-single-sign {
    display: flex;
    background: none;
    padding: 0;
  }
  .ftr-smpl-3 .footer-single-sign .footer-single-sign__text {
    font-size: 14px;
    margin-left: 38px;
  }
}

@font-face {
  font-family: "iconfont";
  src: url("../../font/iconfont.eot?20210927091354");
  src: url("../../font/iconfont.eot?#iefix?20210927091354") format("eot"), url("../../font/iconfont.woff?20210927091354") format("woff"), url("../../font/iconfont.ttf?20210927091354") format("truetype"), url("../../font/iconfont.svg#iconfont?20210927091354") format("svg");
}
.icn-use:before, .icn-tag:before, .icn-switch-item2:before, .icn-switch-item:before, .icn-support:before, .icn-star:before, .icn-search2:before, .icn-search:before, .bx-categories__title:before, .icn-recommend:before, .icn-ranking:before, .icn-rank4:before, .icn-rank3:before, .icn-rank2:before, .icn-rank1:before, .icn-print:before, .icn-present:before, .icn-point:before, .icn-play:before, .icn-pickup:before, .icn-pen:before, .icn-pagetop:before, .icn-overview:before, .icn-news:before, .icn-new:before, .icn-mypage:before, .icn-message:before, .icn-menu:before, .icn-mail:before, .icn-info:before, .icn-home:before, .icn-help:before, .icn-heart3:before, .icn-heart2:before, .icn-heart:before, .icn-guide:before, .icn-file:before, .icn-feature:before, .icn-exlink:before, .icn-edit:before, .icn-donation:before, .icn-detail:before, .icn-data2:before, .icn-data:before, .icn-close:before, .icn-city:before, .icn-choice:before, .icn-check2:before, .icn-check:before, .icn-change:before, .icn-cat9:before, .icn-cat8:before, .icn-cat7:before, .icn-cat6:before, .icn-cat5:before, .icn-cat4:before, .icn-cat3:before, .icn-cat22:before, .icn-cat21:before, .icn-cat20:before, .icn-cat2:before, .icn-cat19:before, .icn-cat18:before, .icn-cat17:before, .icn-cat16:before, .icn-cat15:before, .icn-cat14:before, .icn-cat13:before, .icn-cat12:before, .icn-cat11:before, .icn-cat10:before, .icn-cat1:before, .icn-calc:before, .icn-blank:before, .txt-link > a[target=_blank]:before, .gcf-txt-link--right-under.txt-link > a[target=_blank]:after, .gcf-txt-link--right-up.txt-link > a[target=_blank]:after,
.gcf-txt-link2--right-under.txt-link > a[target=_blank]:after,
.gcf-txt-link2--right-up.txt-link > a[target=_blank]:after, .gcf-txt-link--right.txt-link > a[target=_blank]:after,
.gcf-txt-link2--right.txt-link > a[target=_blank]:after, .bx-message__title > a[target=_blank]:before, .gcf-txt-link--right-under.bx-message__title > a[target=_blank]:after, .gcf-txt-link--right-up.bx-message__title > a[target=_blank]:after,
.gcf-txt-link2--right-under.bx-message__title > a[target=_blank]:after,
.gcf-txt-link2--right-up.bx-message__title > a[target=_blank]:after, .gcf-txt-link--right.bx-message__title > a[target=_blank]:after,
.gcf-txt-link2--right.bx-message__title > a[target=_blank]:after, .txt-link--right > a[target=_blank]:before, .gcf-txt-link--right-under.txt-link--right > a[target=_blank]:after, .gcf-txt-link--right-up.txt-link--right > a[target=_blank]:after,
.gcf-txt-link2--right-under.txt-link--right > a[target=_blank]:after,
.gcf-txt-link2--right-up.txt-link--right > a[target=_blank]:after, .gcf-txt-link--right.txt-link--right > a[target=_blank]:after,
.gcf-txt-link2--right.txt-link--right > a[target=_blank]:after, .icn-arrow3:before, .icn-arrow2:before, .icn-arrow:before, .gcf-txt-link > a:before, .gcf-txt-link--right-under > a:before, .gcf-txt-link--right-under > a:after, .gcf-txt-link--right-up > a:before, .gcf-txt-link--right-up > a:after,
.gcf-txt-link2--right-under > a:before,
.gcf-txt-link2--right-under > a:after,
.gcf-txt-link2--right-up > a:before,
.gcf-txt-link2--right-up > a:after, .gcf-txt-link--right > a:before, .gcf-txt-link--right > a:after,
.gcf-txt-link2--right > a:before,
.gcf-txt-link2--right > a:after,
.gcf-txt-link2 > a:before, .txt-link > a:before, .bx-message__title > a:before, .txt-link--right > a:before, .icn-area:before, .icn-add:before, .icn-about:before {
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  font-style: normal;
  font-variant: normal;
  font-weight: normal;
  text-decoration: none;
  text-transform: none;
}

.icn-about:before, .gcf-txt-link--right-under > a.icn-about:after, .gcf-txt-link--right-up > a.icn-about:after,
.gcf-txt-link2--right-under > a.icn-about:after,
.gcf-txt-link2--right-up > a.icn-about:after, .gcf-txt-link--right > a.icn-about:after,
.gcf-txt-link2--right > a.icn-about:after {
  content: "\e001";
}

.icn-add:before, .gcf-txt-link--right-under > a.icn-add:after, .gcf-txt-link--right-up > a.icn-add:after,
.gcf-txt-link2--right-under > a.icn-add:after,
.gcf-txt-link2--right-up > a.icn-add:after, .gcf-txt-link--right > a.icn-add:after,
.gcf-txt-link2--right > a.icn-add:after {
  content: "\e002";
}

.icn-area:before, .gcf-txt-link--right-under > a.icn-area:after, .gcf-txt-link--right-up > a.icn-area:after,
.gcf-txt-link2--right-under > a.icn-area:after,
.gcf-txt-link2--right-up > a.icn-area:after, .gcf-txt-link--right > a.icn-area:after,
.gcf-txt-link2--right > a.icn-area:after {
  content: "\e003";
}

.icn-arrow:before, .gcf-txt-link > a:before, .gcf-txt-link--right-under > a:before, .gcf-txt-link--right-under > a:after, .gcf-txt-link--right-up > a:before, .gcf-txt-link--right-up > a:after,
.gcf-txt-link2--right-under > a:before,
.gcf-txt-link2--right-under > a:after,
.gcf-txt-link2--right-up > a:before,
.gcf-txt-link2--right-up > a:after, .gcf-txt-link--right > a:before, .gcf-txt-link--right > a:after,
.gcf-txt-link2--right > a:before,
.gcf-txt-link2--right > a:after,
.gcf-txt-link2 > a:before, .txt-link > a:before, .bx-message__title > a:before, .txt-link--right > a:before {
  content: "\e004";
}

.icn-arrow2:before, .gcf-txt-link--right-under > a.icn-arrow2:after, .gcf-txt-link--right-up > a.icn-arrow2:after,
.gcf-txt-link2--right-under > a.icn-arrow2:after,
.gcf-txt-link2--right-up > a.icn-arrow2:after, .gcf-txt-link--right > a.icn-arrow2:after,
.gcf-txt-link2--right > a.icn-arrow2:after {
  content: "\e005";
}

.icn-arrow3:before, .gcf-txt-link--right-under > a.icn-arrow3:after, .gcf-txt-link--right-up > a.icn-arrow3:after,
.gcf-txt-link2--right-under > a.icn-arrow3:after,
.gcf-txt-link2--right-up > a.icn-arrow3:after, .gcf-txt-link--right > a.icn-arrow3:after,
.gcf-txt-link2--right > a.icn-arrow3:after {
  content: "\e006";
}

.icn-blank:before, .gcf-txt-link--right-under > a.icn-blank:after, .gcf-txt-link--right-up > a.icn-blank:after,
.gcf-txt-link2--right-under > a.icn-blank:after,
.gcf-txt-link2--right-up > a.icn-blank:after, .gcf-txt-link--right > a.icn-blank:after,
.gcf-txt-link2--right > a.icn-blank:after, .txt-link > a[target=_blank]:before, .gcf-txt-link--right-under.txt-link > a[target=_blank]:after, .gcf-txt-link--right-up.txt-link > a[target=_blank]:after,
.gcf-txt-link2--right-under.txt-link > a[target=_blank]:after,
.gcf-txt-link2--right-up.txt-link > a[target=_blank]:after, .gcf-txt-link--right.txt-link > a[target=_blank]:after,
.gcf-txt-link2--right.txt-link > a[target=_blank]:after, .bx-message__title > a[target=_blank]:before, .gcf-txt-link--right-under.bx-message__title > a[target=_blank]:after, .gcf-txt-link--right-up.bx-message__title > a[target=_blank]:after,
.gcf-txt-link2--right-under.bx-message__title > a[target=_blank]:after,
.gcf-txt-link2--right-up.bx-message__title > a[target=_blank]:after, .gcf-txt-link--right.bx-message__title > a[target=_blank]:after,
.gcf-txt-link2--right.bx-message__title > a[target=_blank]:after, .txt-link--right > a[target=_blank]:before, .gcf-txt-link--right-under.txt-link--right > a[target=_blank]:after, .gcf-txt-link--right-up.txt-link--right > a[target=_blank]:after,
.gcf-txt-link2--right-under.txt-link--right > a[target=_blank]:after,
.gcf-txt-link2--right-up.txt-link--right > a[target=_blank]:after, .gcf-txt-link--right.txt-link--right > a[target=_blank]:after,
.gcf-txt-link2--right.txt-link--right > a[target=_blank]:after {
  content: "\e007";
}

.icn-calc:before, .gcf-txt-link--right-under > a.icn-calc:after, .gcf-txt-link--right-up > a.icn-calc:after,
.gcf-txt-link2--right-under > a.icn-calc:after,
.gcf-txt-link2--right-up > a.icn-calc:after, .gcf-txt-link--right > a.icn-calc:after,
.gcf-txt-link2--right > a.icn-calc:after {
  content: "\e008";
}

.icn-cat1:before, .gcf-txt-link--right-under > a.icn-cat1:after, .gcf-txt-link--right-up > a.icn-cat1:after,
.gcf-txt-link2--right-under > a.icn-cat1:after,
.gcf-txt-link2--right-up > a.icn-cat1:after, .gcf-txt-link--right > a.icn-cat1:after,
.gcf-txt-link2--right > a.icn-cat1:after {
  content: "\e009";
}

.icn-cat10:before, .gcf-txt-link--right-under > a.icn-cat10:after, .gcf-txt-link--right-up > a.icn-cat10:after,
.gcf-txt-link2--right-under > a.icn-cat10:after,
.gcf-txt-link2--right-up > a.icn-cat10:after, .gcf-txt-link--right > a.icn-cat10:after,
.gcf-txt-link2--right > a.icn-cat10:after {
  content: "\e00a";
}

.icn-cat11:before, .gcf-txt-link--right-under > a.icn-cat11:after, .gcf-txt-link--right-up > a.icn-cat11:after,
.gcf-txt-link2--right-under > a.icn-cat11:after,
.gcf-txt-link2--right-up > a.icn-cat11:after, .gcf-txt-link--right > a.icn-cat11:after,
.gcf-txt-link2--right > a.icn-cat11:after {
  content: "\e00b";
}

.icn-cat12:before, .gcf-txt-link--right-under > a.icn-cat12:after, .gcf-txt-link--right-up > a.icn-cat12:after,
.gcf-txt-link2--right-under > a.icn-cat12:after,
.gcf-txt-link2--right-up > a.icn-cat12:after, .gcf-txt-link--right > a.icn-cat12:after,
.gcf-txt-link2--right > a.icn-cat12:after {
  content: "\e00c";
}

.icn-cat13:before, .gcf-txt-link--right-under > a.icn-cat13:after, .gcf-txt-link--right-up > a.icn-cat13:after,
.gcf-txt-link2--right-under > a.icn-cat13:after,
.gcf-txt-link2--right-up > a.icn-cat13:after, .gcf-txt-link--right > a.icn-cat13:after,
.gcf-txt-link2--right > a.icn-cat13:after {
  content: "\e00d";
}

.icn-cat14:before, .gcf-txt-link--right-under > a.icn-cat14:after, .gcf-txt-link--right-up > a.icn-cat14:after,
.gcf-txt-link2--right-under > a.icn-cat14:after,
.gcf-txt-link2--right-up > a.icn-cat14:after, .gcf-txt-link--right > a.icn-cat14:after,
.gcf-txt-link2--right > a.icn-cat14:after {
  content: "\e00e";
}

.icn-cat15:before, .gcf-txt-link--right-under > a.icn-cat15:after, .gcf-txt-link--right-up > a.icn-cat15:after,
.gcf-txt-link2--right-under > a.icn-cat15:after,
.gcf-txt-link2--right-up > a.icn-cat15:after, .gcf-txt-link--right > a.icn-cat15:after,
.gcf-txt-link2--right > a.icn-cat15:after {
  content: "\e00f";
}

.icn-cat16:before, .gcf-txt-link--right-under > a.icn-cat16:after, .gcf-txt-link--right-up > a.icn-cat16:after,
.gcf-txt-link2--right-under > a.icn-cat16:after,
.gcf-txt-link2--right-up > a.icn-cat16:after, .gcf-txt-link--right > a.icn-cat16:after,
.gcf-txt-link2--right > a.icn-cat16:after {
  content: "\e010";
}

.icn-cat17:before, .gcf-txt-link--right-under > a.icn-cat17:after, .gcf-txt-link--right-up > a.icn-cat17:after,
.gcf-txt-link2--right-under > a.icn-cat17:after,
.gcf-txt-link2--right-up > a.icn-cat17:after, .gcf-txt-link--right > a.icn-cat17:after,
.gcf-txt-link2--right > a.icn-cat17:after {
  content: "\e011";
}

.icn-cat18:before, .gcf-txt-link--right-under > a.icn-cat18:after, .gcf-txt-link--right-up > a.icn-cat18:after,
.gcf-txt-link2--right-under > a.icn-cat18:after,
.gcf-txt-link2--right-up > a.icn-cat18:after, .gcf-txt-link--right > a.icn-cat18:after,
.gcf-txt-link2--right > a.icn-cat18:after {
  content: "\e012";
}

.icn-cat19:before, .gcf-txt-link--right-under > a.icn-cat19:after, .gcf-txt-link--right-up > a.icn-cat19:after,
.gcf-txt-link2--right-under > a.icn-cat19:after,
.gcf-txt-link2--right-up > a.icn-cat19:after, .gcf-txt-link--right > a.icn-cat19:after,
.gcf-txt-link2--right > a.icn-cat19:after {
  content: "\e013";
}

.icn-cat2:before, .gcf-txt-link--right-under > a.icn-cat2:after, .gcf-txt-link--right-up > a.icn-cat2:after,
.gcf-txt-link2--right-under > a.icn-cat2:after,
.gcf-txt-link2--right-up > a.icn-cat2:after, .gcf-txt-link--right > a.icn-cat2:after,
.gcf-txt-link2--right > a.icn-cat2:after {
  content: "\e014";
}

.icn-cat20:before, .gcf-txt-link--right-under > a.icn-cat20:after, .gcf-txt-link--right-up > a.icn-cat20:after,
.gcf-txt-link2--right-under > a.icn-cat20:after,
.gcf-txt-link2--right-up > a.icn-cat20:after, .gcf-txt-link--right > a.icn-cat20:after,
.gcf-txt-link2--right > a.icn-cat20:after {
  content: "\e015";
}

.icn-cat21:before, .gcf-txt-link--right-under > a.icn-cat21:after, .gcf-txt-link--right-up > a.icn-cat21:after,
.gcf-txt-link2--right-under > a.icn-cat21:after,
.gcf-txt-link2--right-up > a.icn-cat21:after, .gcf-txt-link--right > a.icn-cat21:after,
.gcf-txt-link2--right > a.icn-cat21:after {
  content: "\e016";
}

.icn-cat22:before, .gcf-txt-link--right-under > a.icn-cat22:after, .gcf-txt-link--right-up > a.icn-cat22:after,
.gcf-txt-link2--right-under > a.icn-cat22:after,
.gcf-txt-link2--right-up > a.icn-cat22:after, .gcf-txt-link--right > a.icn-cat22:after,
.gcf-txt-link2--right > a.icn-cat22:after {
  content: "\e017";
}

.icn-cat3:before, .gcf-txt-link--right-under > a.icn-cat3:after, .gcf-txt-link--right-up > a.icn-cat3:after,
.gcf-txt-link2--right-under > a.icn-cat3:after,
.gcf-txt-link2--right-up > a.icn-cat3:after, .gcf-txt-link--right > a.icn-cat3:after,
.gcf-txt-link2--right > a.icn-cat3:after {
  content: "\e018";
}

.icn-cat4:before, .gcf-txt-link--right-under > a.icn-cat4:after, .gcf-txt-link--right-up > a.icn-cat4:after,
.gcf-txt-link2--right-under > a.icn-cat4:after,
.gcf-txt-link2--right-up > a.icn-cat4:after, .gcf-txt-link--right > a.icn-cat4:after,
.gcf-txt-link2--right > a.icn-cat4:after {
  content: "\e019";
}

.icn-cat5:before, .gcf-txt-link--right-under > a.icn-cat5:after, .gcf-txt-link--right-up > a.icn-cat5:after,
.gcf-txt-link2--right-under > a.icn-cat5:after,
.gcf-txt-link2--right-up > a.icn-cat5:after, .gcf-txt-link--right > a.icn-cat5:after,
.gcf-txt-link2--right > a.icn-cat5:after {
  content: "\e01a";
}

.icn-cat6:before, .gcf-txt-link--right-under > a.icn-cat6:after, .gcf-txt-link--right-up > a.icn-cat6:after,
.gcf-txt-link2--right-under > a.icn-cat6:after,
.gcf-txt-link2--right-up > a.icn-cat6:after, .gcf-txt-link--right > a.icn-cat6:after,
.gcf-txt-link2--right > a.icn-cat6:after {
  content: "\e01b";
}

.icn-cat7:before, .gcf-txt-link--right-under > a.icn-cat7:after, .gcf-txt-link--right-up > a.icn-cat7:after,
.gcf-txt-link2--right-under > a.icn-cat7:after,
.gcf-txt-link2--right-up > a.icn-cat7:after, .gcf-txt-link--right > a.icn-cat7:after,
.gcf-txt-link2--right > a.icn-cat7:after {
  content: "\e01c";
}

.icn-cat8:before, .gcf-txt-link--right-under > a.icn-cat8:after, .gcf-txt-link--right-up > a.icn-cat8:after,
.gcf-txt-link2--right-under > a.icn-cat8:after,
.gcf-txt-link2--right-up > a.icn-cat8:after, .gcf-txt-link--right > a.icn-cat8:after,
.gcf-txt-link2--right > a.icn-cat8:after {
  content: "\e01d";
}

.icn-cat9:before, .gcf-txt-link--right-under > a.icn-cat9:after, .gcf-txt-link--right-up > a.icn-cat9:after,
.gcf-txt-link2--right-under > a.icn-cat9:after,
.gcf-txt-link2--right-up > a.icn-cat9:after, .gcf-txt-link--right > a.icn-cat9:after,
.gcf-txt-link2--right > a.icn-cat9:after {
  content: "\e01e";
}

.icn-change:before, .gcf-txt-link--right-under > a.icn-change:after, .gcf-txt-link--right-up > a.icn-change:after,
.gcf-txt-link2--right-under > a.icn-change:after,
.gcf-txt-link2--right-up > a.icn-change:after, .gcf-txt-link--right > a.icn-change:after,
.gcf-txt-link2--right > a.icn-change:after {
  content: "\e01f";
}

.icn-check:before, .gcf-txt-link--right-under > a.icn-check:after, .gcf-txt-link--right-up > a.icn-check:after,
.gcf-txt-link2--right-under > a.icn-check:after,
.gcf-txt-link2--right-up > a.icn-check:after, .gcf-txt-link--right > a.icn-check:after,
.gcf-txt-link2--right > a.icn-check:after {
  content: "\e020";
}

.icn-check2:before, .gcf-txt-link--right-under > a.icn-check2:after, .gcf-txt-link--right-up > a.icn-check2:after,
.gcf-txt-link2--right-under > a.icn-check2:after,
.gcf-txt-link2--right-up > a.icn-check2:after, .gcf-txt-link--right > a.icn-check2:after,
.gcf-txt-link2--right > a.icn-check2:after {
  content: "\e021";
}

.icn-choice:before, .gcf-txt-link--right-under > a.icn-choice:after, .gcf-txt-link--right-up > a.icn-choice:after,
.gcf-txt-link2--right-under > a.icn-choice:after,
.gcf-txt-link2--right-up > a.icn-choice:after, .gcf-txt-link--right > a.icn-choice:after,
.gcf-txt-link2--right > a.icn-choice:after {
  content: "\e022";
}

.icn-city:before, .gcf-txt-link--right-under > a.icn-city:after, .gcf-txt-link--right-up > a.icn-city:after,
.gcf-txt-link2--right-under > a.icn-city:after,
.gcf-txt-link2--right-up > a.icn-city:after, .gcf-txt-link--right > a.icn-city:after,
.gcf-txt-link2--right > a.icn-city:after {
  content: "\e024";
}

.icn-close:before, .gcf-txt-link--right-under > a.icn-close:after, .gcf-txt-link--right-up > a.icn-close:after,
.gcf-txt-link2--right-under > a.icn-close:after,
.gcf-txt-link2--right-up > a.icn-close:after, .gcf-txt-link--right > a.icn-close:after,
.gcf-txt-link2--right > a.icn-close:after {
  content: "\e025";
}

.icn-data:before, .gcf-txt-link--right-under > a.icn-data:after, .gcf-txt-link--right-up > a.icn-data:after,
.gcf-txt-link2--right-under > a.icn-data:after,
.gcf-txt-link2--right-up > a.icn-data:after, .gcf-txt-link--right > a.icn-data:after,
.gcf-txt-link2--right > a.icn-data:after {
  content: "\e026";
}

.icn-data2:before, .gcf-txt-link--right-under > a.icn-data2:after, .gcf-txt-link--right-up > a.icn-data2:after,
.gcf-txt-link2--right-under > a.icn-data2:after,
.gcf-txt-link2--right-up > a.icn-data2:after, .gcf-txt-link--right > a.icn-data2:after,
.gcf-txt-link2--right > a.icn-data2:after {
  content: "\e027";
}

.icn-detail:before, .gcf-txt-link--right-under > a.icn-detail:after, .gcf-txt-link--right-up > a.icn-detail:after,
.gcf-txt-link2--right-under > a.icn-detail:after,
.gcf-txt-link2--right-up > a.icn-detail:after, .gcf-txt-link--right > a.icn-detail:after,
.gcf-txt-link2--right > a.icn-detail:after {
  content: "\e028";
}

.icn-donation:before, .gcf-txt-link--right-under > a.icn-donation:after, .gcf-txt-link--right-up > a.icn-donation:after,
.gcf-txt-link2--right-under > a.icn-donation:after,
.gcf-txt-link2--right-up > a.icn-donation:after, .gcf-txt-link--right > a.icn-donation:after,
.gcf-txt-link2--right > a.icn-donation:after {
  content: "\e029";
}

.icn-edit:before, .gcf-txt-link--right-under > a.icn-edit:after, .gcf-txt-link--right-up > a.icn-edit:after,
.gcf-txt-link2--right-under > a.icn-edit:after,
.gcf-txt-link2--right-up > a.icn-edit:after, .gcf-txt-link--right > a.icn-edit:after,
.gcf-txt-link2--right > a.icn-edit:after {
  content: "\e02a";
}

.icn-exlink:before, .gcf-txt-link--right-under > a.icn-exlink:after, .gcf-txt-link--right-up > a.icn-exlink:after,
.gcf-txt-link2--right-under > a.icn-exlink:after,
.gcf-txt-link2--right-up > a.icn-exlink:after, .gcf-txt-link--right > a.icn-exlink:after,
.gcf-txt-link2--right > a.icn-exlink:after {
  content: "\e02b";
}

.icn-feature:before, .gcf-txt-link--right-under > a.icn-feature:after, .gcf-txt-link--right-up > a.icn-feature:after,
.gcf-txt-link2--right-under > a.icn-feature:after,
.gcf-txt-link2--right-up > a.icn-feature:after, .gcf-txt-link--right > a.icn-feature:after,
.gcf-txt-link2--right > a.icn-feature:after {
  content: "\e02c";
}

.icn-file:before, .gcf-txt-link--right-under > a.icn-file:after, .gcf-txt-link--right-up > a.icn-file:after,
.gcf-txt-link2--right-under > a.icn-file:after,
.gcf-txt-link2--right-up > a.icn-file:after, .gcf-txt-link--right > a.icn-file:after,
.gcf-txt-link2--right > a.icn-file:after {
  content: "\e02d";
}

.icn-guide:before, .gcf-txt-link--right-under > a.icn-guide:after, .gcf-txt-link--right-up > a.icn-guide:after,
.gcf-txt-link2--right-under > a.icn-guide:after,
.gcf-txt-link2--right-up > a.icn-guide:after, .gcf-txt-link--right > a.icn-guide:after,
.gcf-txt-link2--right > a.icn-guide:after {
  content: "\e02e";
}

.icn-heart:before, .gcf-txt-link--right-under > a.icn-heart:after, .gcf-txt-link--right-up > a.icn-heart:after,
.gcf-txt-link2--right-under > a.icn-heart:after,
.gcf-txt-link2--right-up > a.icn-heart:after, .gcf-txt-link--right > a.icn-heart:after,
.gcf-txt-link2--right > a.icn-heart:after {
  content: "\e02f";
}

.icn-heart2:before, .gcf-txt-link--right-under > a.icn-heart2:after, .gcf-txt-link--right-up > a.icn-heart2:after,
.gcf-txt-link2--right-under > a.icn-heart2:after,
.gcf-txt-link2--right-up > a.icn-heart2:after, .gcf-txt-link--right > a.icn-heart2:after,
.gcf-txt-link2--right > a.icn-heart2:after {
  content: "\e030";
}

.icn-heart3:before, .gcf-txt-link--right-under > a.icn-heart3:after, .gcf-txt-link--right-up > a.icn-heart3:after,
.gcf-txt-link2--right-under > a.icn-heart3:after,
.gcf-txt-link2--right-up > a.icn-heart3:after, .gcf-txt-link--right > a.icn-heart3:after,
.gcf-txt-link2--right > a.icn-heart3:after {
  content: "\e031";
}

.icn-help:before, .gcf-txt-link--right-under > a.icn-help:after, .gcf-txt-link--right-up > a.icn-help:after,
.gcf-txt-link2--right-under > a.icn-help:after,
.gcf-txt-link2--right-up > a.icn-help:after, .gcf-txt-link--right > a.icn-help:after,
.gcf-txt-link2--right > a.icn-help:after {
  content: "\e032";
}

.icn-home:before, .gcf-txt-link--right-under > a.icn-home:after, .gcf-txt-link--right-up > a.icn-home:after,
.gcf-txt-link2--right-under > a.icn-home:after,
.gcf-txt-link2--right-up > a.icn-home:after, .gcf-txt-link--right > a.icn-home:after,
.gcf-txt-link2--right > a.icn-home:after {
  content: "\e033";
}

.icn-info:before, .gcf-txt-link--right-under > a.icn-info:after, .gcf-txt-link--right-up > a.icn-info:after,
.gcf-txt-link2--right-under > a.icn-info:after,
.gcf-txt-link2--right-up > a.icn-info:after, .gcf-txt-link--right > a.icn-info:after,
.gcf-txt-link2--right > a.icn-info:after {
  content: "\e034";
}

.icn-mail:before, .gcf-txt-link--right-under > a.icn-mail:after, .gcf-txt-link--right-up > a.icn-mail:after,
.gcf-txt-link2--right-under > a.icn-mail:after,
.gcf-txt-link2--right-up > a.icn-mail:after, .gcf-txt-link--right > a.icn-mail:after,
.gcf-txt-link2--right > a.icn-mail:after {
  content: "\e035";
}

.icn-menu:before, .gcf-txt-link--right-under > a.icn-menu:after, .gcf-txt-link--right-up > a.icn-menu:after,
.gcf-txt-link2--right-under > a.icn-menu:after,
.gcf-txt-link2--right-up > a.icn-menu:after, .gcf-txt-link--right > a.icn-menu:after,
.gcf-txt-link2--right > a.icn-menu:after {
  content: "\e036";
}

.icn-message:before, .gcf-txt-link--right-under > a.icn-message:after, .gcf-txt-link--right-up > a.icn-message:after,
.gcf-txt-link2--right-under > a.icn-message:after,
.gcf-txt-link2--right-up > a.icn-message:after, .gcf-txt-link--right > a.icn-message:after,
.gcf-txt-link2--right > a.icn-message:after {
  content: "\e037";
}

.icn-mypage:before, .gcf-txt-link--right-under > a.icn-mypage:after, .gcf-txt-link--right-up > a.icn-mypage:after,
.gcf-txt-link2--right-under > a.icn-mypage:after,
.gcf-txt-link2--right-up > a.icn-mypage:after, .gcf-txt-link--right > a.icn-mypage:after,
.gcf-txt-link2--right > a.icn-mypage:after {
  content: "\e038";
}

.icn-new:before, .gcf-txt-link--right-under > a.icn-new:after, .gcf-txt-link--right-up > a.icn-new:after,
.gcf-txt-link2--right-under > a.icn-new:after,
.gcf-txt-link2--right-up > a.icn-new:after, .gcf-txt-link--right > a.icn-new:after,
.gcf-txt-link2--right > a.icn-new:after {
  content: "\e039";
}

.icn-news:before, .gcf-txt-link--right-under > a.icn-news:after, .gcf-txt-link--right-up > a.icn-news:after,
.gcf-txt-link2--right-under > a.icn-news:after,
.gcf-txt-link2--right-up > a.icn-news:after, .gcf-txt-link--right > a.icn-news:after,
.gcf-txt-link2--right > a.icn-news:after {
  content: "\e03a";
}

.icn-overview:before, .gcf-txt-link--right-under > a.icn-overview:after, .gcf-txt-link--right-up > a.icn-overview:after,
.gcf-txt-link2--right-under > a.icn-overview:after,
.gcf-txt-link2--right-up > a.icn-overview:after, .gcf-txt-link--right > a.icn-overview:after,
.gcf-txt-link2--right > a.icn-overview:after {
  content: "\e03b";
}

.icn-pagetop:before, .gcf-txt-link--right-under > a.icn-pagetop:after, .gcf-txt-link--right-up > a.icn-pagetop:after,
.gcf-txt-link2--right-under > a.icn-pagetop:after,
.gcf-txt-link2--right-up > a.icn-pagetop:after, .gcf-txt-link--right > a.icn-pagetop:after,
.gcf-txt-link2--right > a.icn-pagetop:after {
  content: "\e03c";
}

.icn-pen:before, .gcf-txt-link--right-under > a.icn-pen:after, .gcf-txt-link--right-up > a.icn-pen:after,
.gcf-txt-link2--right-under > a.icn-pen:after,
.gcf-txt-link2--right-up > a.icn-pen:after, .gcf-txt-link--right > a.icn-pen:after,
.gcf-txt-link2--right > a.icn-pen:after {
  content: "\e03d";
}

.icn-pickup:before, .gcf-txt-link--right-under > a.icn-pickup:after, .gcf-txt-link--right-up > a.icn-pickup:after,
.gcf-txt-link2--right-under > a.icn-pickup:after,
.gcf-txt-link2--right-up > a.icn-pickup:after, .gcf-txt-link--right > a.icn-pickup:after,
.gcf-txt-link2--right > a.icn-pickup:after {
  content: "\e03e";
}

.icn-play:before, .gcf-txt-link--right-under > a.icn-play:after, .gcf-txt-link--right-up > a.icn-play:after,
.gcf-txt-link2--right-under > a.icn-play:after,
.gcf-txt-link2--right-up > a.icn-play:after, .gcf-txt-link--right > a.icn-play:after,
.gcf-txt-link2--right > a.icn-play:after {
  content: "\e03f";
}

.icn-point:before, .gcf-txt-link--right-under > a.icn-point:after, .gcf-txt-link--right-up > a.icn-point:after,
.gcf-txt-link2--right-under > a.icn-point:after,
.gcf-txt-link2--right-up > a.icn-point:after, .gcf-txt-link--right > a.icn-point:after,
.gcf-txt-link2--right > a.icn-point:after {
  content: "\e040";
}

.icn-present:before, .gcf-txt-link--right-under > a.icn-present:after, .gcf-txt-link--right-up > a.icn-present:after,
.gcf-txt-link2--right-under > a.icn-present:after,
.gcf-txt-link2--right-up > a.icn-present:after, .gcf-txt-link--right > a.icn-present:after,
.gcf-txt-link2--right > a.icn-present:after {
  content: "\e041";
}

.icn-print:before, .gcf-txt-link--right-under > a.icn-print:after, .gcf-txt-link--right-up > a.icn-print:after,
.gcf-txt-link2--right-under > a.icn-print:after,
.gcf-txt-link2--right-up > a.icn-print:after, .gcf-txt-link--right > a.icn-print:after,
.gcf-txt-link2--right > a.icn-print:after {
  content: "\e042";
}

.icn-rank1:before, .gcf-txt-link--right-under > a.icn-rank1:after, .gcf-txt-link--right-up > a.icn-rank1:after,
.gcf-txt-link2--right-under > a.icn-rank1:after,
.gcf-txt-link2--right-up > a.icn-rank1:after, .gcf-txt-link--right > a.icn-rank1:after,
.gcf-txt-link2--right > a.icn-rank1:after {
  content: "\e043";
}

.icn-rank2:before, .gcf-txt-link--right-under > a.icn-rank2:after, .gcf-txt-link--right-up > a.icn-rank2:after,
.gcf-txt-link2--right-under > a.icn-rank2:after,
.gcf-txt-link2--right-up > a.icn-rank2:after, .gcf-txt-link--right > a.icn-rank2:after,
.gcf-txt-link2--right > a.icn-rank2:after {
  content: "\e044";
}

.icn-rank3:before, .gcf-txt-link--right-under > a.icn-rank3:after, .gcf-txt-link--right-up > a.icn-rank3:after,
.gcf-txt-link2--right-under > a.icn-rank3:after,
.gcf-txt-link2--right-up > a.icn-rank3:after, .gcf-txt-link--right > a.icn-rank3:after,
.gcf-txt-link2--right > a.icn-rank3:after {
  content: "\e045";
}

.icn-rank4:before, .gcf-txt-link--right-under > a.icn-rank4:after, .gcf-txt-link--right-up > a.icn-rank4:after,
.gcf-txt-link2--right-under > a.icn-rank4:after,
.gcf-txt-link2--right-up > a.icn-rank4:after, .gcf-txt-link--right > a.icn-rank4:after,
.gcf-txt-link2--right > a.icn-rank4:after {
  content: "\e046";
}

.icn-ranking:before, .gcf-txt-link--right-under > a.icn-ranking:after, .gcf-txt-link--right-up > a.icn-ranking:after,
.gcf-txt-link2--right-under > a.icn-ranking:after,
.gcf-txt-link2--right-up > a.icn-ranking:after, .gcf-txt-link--right > a.icn-ranking:after,
.gcf-txt-link2--right > a.icn-ranking:after {
  content: "\e047";
}

.icn-recommend:before, .gcf-txt-link--right-under > a.icn-recommend:after, .gcf-txt-link--right-up > a.icn-recommend:after,
.gcf-txt-link2--right-under > a.icn-recommend:after,
.gcf-txt-link2--right-up > a.icn-recommend:after, .gcf-txt-link--right > a.icn-recommend:after,
.gcf-txt-link2--right > a.icn-recommend:after {
  content: "\e048";
}

.icn-search:before, .gcf-txt-link--right-under > a.icn-search:after, .gcf-txt-link--right-up > a.icn-search:after,
.gcf-txt-link2--right-under > a.icn-search:after,
.gcf-txt-link2--right-up > a.icn-search:after, .gcf-txt-link--right > a.icn-search:after,
.gcf-txt-link2--right > a.icn-search:after, .bx-categories__title:before, .gcf-txt-link--right-under > a.bx-categories__title:after, .gcf-txt-link--right-up > a.bx-categories__title:after,
.gcf-txt-link2--right-under > a.bx-categories__title:after,
.gcf-txt-link2--right-up > a.bx-categories__title:after, .gcf-txt-link--right > a.bx-categories__title:after,
.gcf-txt-link2--right > a.bx-categories__title:after {
  content: "\e049";
}

.icn-search2:before, .gcf-txt-link--right-under > a.icn-search2:after, .gcf-txt-link--right-up > a.icn-search2:after,
.gcf-txt-link2--right-under > a.icn-search2:after,
.gcf-txt-link2--right-up > a.icn-search2:after, .gcf-txt-link--right > a.icn-search2:after,
.gcf-txt-link2--right > a.icn-search2:after {
  content: "\e04a";
}

.icn-star:before, .gcf-txt-link--right-under > a.icn-star:after, .gcf-txt-link--right-up > a.icn-star:after,
.gcf-txt-link2--right-under > a.icn-star:after,
.gcf-txt-link2--right-up > a.icn-star:after, .gcf-txt-link--right > a.icn-star:after,
.gcf-txt-link2--right > a.icn-star:after {
  content: "\e04b";
}

.icn-support:before, .gcf-txt-link--right-under > a.icn-support:after, .gcf-txt-link--right-up > a.icn-support:after,
.gcf-txt-link2--right-under > a.icn-support:after,
.gcf-txt-link2--right-up > a.icn-support:after, .gcf-txt-link--right > a.icn-support:after,
.gcf-txt-link2--right > a.icn-support:after {
  content: "\e04c";
}

.icn-switch-item:before, .gcf-txt-link--right-under > a.icn-switch-item:after, .gcf-txt-link--right-up > a.icn-switch-item:after,
.gcf-txt-link2--right-under > a.icn-switch-item:after,
.gcf-txt-link2--right-up > a.icn-switch-item:after, .gcf-txt-link--right > a.icn-switch-item:after,
.gcf-txt-link2--right > a.icn-switch-item:after {
  content: "\e04d";
}

.icn-switch-item2:before, .gcf-txt-link--right-under > a.icn-switch-item2:after, .gcf-txt-link--right-up > a.icn-switch-item2:after,
.gcf-txt-link2--right-under > a.icn-switch-item2:after,
.gcf-txt-link2--right-up > a.icn-switch-item2:after, .gcf-txt-link--right > a.icn-switch-item2:after,
.gcf-txt-link2--right > a.icn-switch-item2:after {
  content: "\e04e";
}

.icn-tag:before, .gcf-txt-link--right-under > a.icn-tag:after, .gcf-txt-link--right-up > a.icn-tag:after,
.gcf-txt-link2--right-under > a.icn-tag:after,
.gcf-txt-link2--right-up > a.icn-tag:after, .gcf-txt-link--right > a.icn-tag:after,
.gcf-txt-link2--right > a.icn-tag:after {
  content: "\e04f";
}

.icn-use:before, .gcf-txt-link--right-under > a.icn-use:after, .gcf-txt-link--right-up > a.icn-use:after,
.gcf-txt-link2--right-under > a.icn-use:after,
.gcf-txt-link2--right-up > a.icn-use:after, .gcf-txt-link--right > a.icn-use:after,
.gcf-txt-link2--right > a.icn-use:after {
  content: "\e050";
}

.bx-fill, .bx-fill--rounded {
  background: #e6e6e6;
  padding: 16px;
}
.bx-fill > *:first-child, .bx-fill--rounded > *:first-child {
  margin-top: 0;
}
.bx-fill > *:last-child, .bx-fill--rounded > *:last-child {
  margin-bottom: 0;
}
.bx-fill:not(:first-child), .bx-fill--rounded:not(:first-child) {
  margin-top: 1.25em;
}
.bx-fill__title {
  font-size: 16px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-fill, .bx-fill--rounded {
    padding: 32px;
  }
  .bx-fill__title {
    font-size: 18px;
  }
}
.bx-fill--rounded {
  border-radius: 4px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-fill, .bx-fill--rounded {
    padding: 24px;
  }
}

.bx-notice {
  background: #fff;
  border: 2px solid #e8000a;
  border-radius: 4px;
  padding: 20px 12px;
  overflow: hidden;
}
.bx-notice:nth-child(n+2) {
  margin-top: 2em;
}
.bx-notice__title {
  background: #e8000a;
  color: #fff;
  font-size: 16px;
  font-weight: normal;
  padding: 11px 20px;
  margin: -20px -20px 20px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-notice {
    padding: 32px 24px;
  }
  .bx-notice:nth-child(n+2) {
    margin-top: 64px;
  }
  .bx-notice__title {
    font-size: 18px;
    padding: 12px 32px;
    margin: -32px -32px 24px;
  }
}
.bx-notice--success {
  color: #028760;
  padding: 12px;
  border: #028760 2px solid;
  border-radius: 4px;
  text-align: center;
}

.bx-message {
  display: flex;
  flex-wrap: wrap;
  background: #e6e6e6;
  border-radius: 4px;
  padding: 20px;
  position: relative;
  margin-bottom: 24px;
}
.bx-message:not(:first-child) {
  margin-top: 2em;
}
.bx-message:before, .gcf-txt-link--right-under > a.bx-message:after, .gcf-txt-link--right-up > a.bx-message:after,
.gcf-txt-link2--right-under > a.bx-message:after,
.gcf-txt-link2--right-up > a.bx-message:after, .gcf-txt-link--right > a.bx-message:after,
.gcf-txt-link2--right > a.bx-message:after {
  content: "";
  position: absolute;
  left: 15px;
  top: 100%;
  display: inline-block;
  width: 0;
  height: 0;
  border: 10px transparent solid;
  border-top-color: #e6e6e6;
  border-width: 15px 10px;
}
.bx-message__text {
  width: 100%;
}
.bx-message__link {
  width: calc(100% - 12em);
  font-size: 12px;
  text-align: right;
  margin-top: 10px;
}
.bx-message__link > a {
  display: inline-block;
}
.bx-message__date, .bx-message__date--right {
  width: 12em;
  font-size: 12px;
  color: #6b6b6b;
  margin-top: 10px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-message {
    padding: 24px 32px;
  }
  .bx-message:before, .gcf-txt-link--right-under > a.bx-message:after, .gcf-txt-link--right-up > a.bx-message:after,
  .gcf-txt-link2--right-under > a.bx-message:after,
  .gcf-txt-link2--right-up > a.bx-message:after, .gcf-txt-link--right > a.bx-message:after,
  .gcf-txt-link2--right > a.bx-message:after {
    left: 30px;
  }
  .bx-message__link {
    margin-top: 4px;
    font-size: 14px;
  }
  .bx-message__date, .bx-message__date--right {
    margin-top: 4px;
    font-size: 14px;
  }
}

.bx-error {
  padding: 16px 0;
}
.bx-error__wrap {
  border: #e8000a 2px solid;
  border-radius: 4px;
  padding: 16px;
}
.bx-error__text {
  color: #e8000a;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-error {
    padding: 16px 0;
  }
  .bx-error__wrap {
    text-align: center;
  }
}

.bx-more__wrap {
  overflow: hidden;
}
.bx-more__list {
  position: relative;
}
.bx-more__button {
  display: flex;
  justify-content: center;
  margin-top: 16px;
  text-align: center;
}
.bx-more .btn-more {
  display: block;
}
.bx-more .btn-more__text {
  display: block;
  color: #1e50a2;
  font-size: 12px;
}
.bx-more .btn-more__icon {
  content: "";
  display: block;
  background: #6b6b6b;
  width: 40px;
  height: 40px;
  margin: 8px auto 0;
  border-radius: 50%;
  position: relative;
}
.bx-more .btn-more__icon::after {
  content: "";
  display: block;
  width: 14px;
  height: 14px;
  border-color: #fff;
  border-width: 1px 1px 0 0;
  border-style: solid;
  position: absolute;
  top: 16px;
  right: 0;
  left: 0;
  margin: auto;
  -webkit-transform: rotate(-45deg);
          transform: rotate(-45deg);
}
.bx-more .btn-more:hover .btn-more__icon {
  opacity: 0.85;
}
.bx-more.is-close .bx-more__list {
  overflow: hidden;
}
.bx-more.is-close .btn-more__icon::after {
  top: 10px;
  -webkit-transform: rotate(135deg);
          transform: rotate(135deg);
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-more__button {
    margin-top: 24px;
  }
  .bx-more__button .btn-more__text {
    font-size: 14px;
  }
}

button {
  font-family: "Yu Gothic", "Yu Gothic Medium", "YuGothic", "YuGothicM", "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "MS Pゴシック", "MS PGothic", sans-serif;
  letter-spacing: inherit;
}

.btn-positive, .btn-positive--icon {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border: 2px solid #2e792d;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  padding: 14px;
  font-size: 16px;
  box-sizing: border-box;
  background: #2e792d;
  color: #fff;
}
.btn-positive__text {
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}
.btn-positive.is-disable, .is-disable.btn-positive--icon {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #767676;
  cursor: default;
  outline: none;
}
.btn-positive.is-disable .btn-positive__text, .is-disable.btn-positive--icon .btn-positive__text {
  cursor: default;
}
.btn-positive.size-sm, .size-sm.btn-positive--icon {
  width: calc(50% - 3.75vw);
  padding: 11px;
  font-size: 14px;
}
.btn-positive.size-xs, .size-xs.btn-positive--icon {
  width: auto;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-block;
}
.btn-positive--icon .btn-positive__icon {
  margin-right: 8px;
  display: inline-block;
}
.btn-positive--icon .btn-positive__icon:before, .btn-positive--icon .gcf-txt-link--right-under > a.btn-positive__icon:after, .btn-positive--icon .gcf-txt-link--right-up > a.btn-positive__icon:after,
.btn-positive--icon .gcf-txt-link2--right-under > a.btn-positive__icon:after,
.btn-positive--icon .gcf-txt-link2--right-up > a.btn-positive__icon:after, .btn-positive--icon .gcf-txt-link--right > a.btn-positive__icon:after,
.btn-positive--icon .gcf-txt-link2--right > a.btn-positive__icon:after {
  font-size: 20px;
  line-height: 15px;
  position: relative;
  top: 0.15em;
  line-height: 0;
}
.btn-positive--icon.size-sm .btn-positive__icon:before, .btn-positive--icon.size-sm .gcf-txt-link--right-under > a.btn-positive__icon:after, .btn-positive--icon.size-sm .gcf-txt-link--right-up > a.btn-positive__icon:after,
.btn-positive--icon.size-sm .gcf-txt-link2--right-under > a.btn-positive__icon:after,
.btn-positive--icon.size-sm .gcf-txt-link2--right-up > a.btn-positive__icon:after, .btn-positive--icon.size-sm .gcf-txt-link--right > a.btn-positive__icon:after,
.btn-positive--icon.size-sm .gcf-txt-link2--right > a.btn-positive__icon:after {
  font-size: 16px;
  line-height: 13px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .btn-positive, .btn-positive--icon {
    width: 244px;
  }
  .btn-positive.size-sm, .size-sm.btn-positive--icon {
    width: 175px;
    font-size: 16px;
  }
  .btn-positive.size-xs, .size-xs.btn-positive--icon {
    font-size: 14px;
  }
}
.btn-positive:not(.is-disable):hover, .btn-positive--icon:not(.is-disable):hover {
  opacity: 0.85;
}
.btn-positive--icon .icn-donation {
  margin-right: 6px;
}

.btn-normal, .btn-normal--icon {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border: 2px solid #2e792d;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  padding: 14px;
  font-size: 16px;
  box-sizing: border-box;
  color: #2e792d;
}
.btn-normal__text {
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}
.btn-normal.is-disable, .is-disable.btn-normal--icon {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #767676;
  cursor: default;
  outline: none;
}
.btn-normal.is-disable .btn-normal__text, .is-disable.btn-normal--icon .btn-normal__text {
  cursor: default;
}
.btn-normal.size-sm, .size-sm.btn-normal--icon {
  width: calc(50% - 3.75vw);
  padding: 11px;
  font-size: 14px;
}
.btn-normal.size-xs, .size-xs.btn-normal--icon {
  width: auto;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-block;
}
.btn-normal--icon .btn-normal__icon {
  margin-right: 8px;
  display: inline-block;
}
.btn-normal--icon .btn-normal__icon:before, .btn-normal--icon .gcf-txt-link--right-under > a.btn-normal__icon:after, .btn-normal--icon .gcf-txt-link--right-up > a.btn-normal__icon:after,
.btn-normal--icon .gcf-txt-link2--right-under > a.btn-normal__icon:after,
.btn-normal--icon .gcf-txt-link2--right-up > a.btn-normal__icon:after, .btn-normal--icon .gcf-txt-link--right > a.btn-normal__icon:after,
.btn-normal--icon .gcf-txt-link2--right > a.btn-normal__icon:after {
  font-size: 20px;
  line-height: 15px;
  position: relative;
  top: 0.15em;
  line-height: 0;
}
.btn-normal--icon.size-sm .btn-normal__icon:before, .btn-normal--icon.size-sm .gcf-txt-link--right-under > a.btn-normal__icon:after, .btn-normal--icon.size-sm .gcf-txt-link--right-up > a.btn-normal__icon:after,
.btn-normal--icon.size-sm .gcf-txt-link2--right-under > a.btn-normal__icon:after,
.btn-normal--icon.size-sm .gcf-txt-link2--right-up > a.btn-normal__icon:after, .btn-normal--icon.size-sm .gcf-txt-link--right > a.btn-normal__icon:after,
.btn-normal--icon.size-sm .gcf-txt-link2--right > a.btn-normal__icon:after {
  font-size: 16px;
  line-height: 13px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .btn-normal, .btn-normal--icon {
    width: 244px;
  }
  .btn-normal.size-sm, .size-sm.btn-normal--icon {
    width: 175px;
    font-size: 16px;
  }
  .btn-normal.size-xs, .size-xs.btn-normal--icon {
    font-size: 14px;
  }
}
.btn-normal:not(.is-disable):hover, .btn-normal--icon:not(.is-disable):hover {
  opacity: 0.85;
}
.btn-normal.-zipcode, .-zipcode.btn-normal--icon {
  position: relative;
  margin-left: 16px;
}

.btn-negative {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border: 2px solid #2e792d;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  padding: 14px;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
  color: #6b6b6b;
  border-color: #e5e5e5;
}
.btn-negative__text {
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}
.btn-negative.is-disable {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #767676;
  cursor: default;
  outline: none;
}
.btn-negative.is-disable .btn-negative__text {
  cursor: default;
}
.btn-negative.size-sm {
  width: calc(50% - 3.75vw);
  padding: 11px;
  font-size: 14px;
}
.btn-negative.size-xs {
  width: auto;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-block;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .btn-negative {
    width: 244px;
  }
  .btn-negative.size-sm {
    width: 175px;
    font-size: 16px;
  }
  .btn-negative.size-xs {
    font-size: 14px;
  }
}
.btn-negative:not(.is-disable):hover {
  opacity: 0.85;
}
.btn-negative__text {
  font-weight: normal;
}

.btn-sub, .btn-sub--icon {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border: 2px solid #2e792d;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  padding: 14px;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
  color: #6b6b6b;
  border-color: #6b6b6b;
  border-width: 1px;
  width: auto !important;
  padding: 13px;
  font-size: 12px;
}
.btn-sub__text {
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}
.btn-sub.is-disable, .is-disable.btn-sub--icon {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #767676;
  cursor: default;
  outline: none;
}
.btn-sub.is-disable .btn-sub__text, .is-disable.btn-sub--icon .btn-sub__text {
  cursor: default;
}
.btn-sub--icon .btn-sub__icon {
  margin-right: 8px;
  display: inline-block;
}
.btn-sub--icon .btn-sub__icon:before, .btn-sub--icon .gcf-txt-link--right-under > a.btn-sub__icon:after, .btn-sub--icon .gcf-txt-link--right-up > a.btn-sub__icon:after,
.btn-sub--icon .gcf-txt-link2--right-under > a.btn-sub__icon:after,
.btn-sub--icon .gcf-txt-link2--right-up > a.btn-sub__icon:after, .btn-sub--icon .gcf-txt-link--right > a.btn-sub__icon:after,
.btn-sub--icon .gcf-txt-link2--right > a.btn-sub__icon:after {
  font-size: 20px;
  line-height: 15px;
  position: relative;
  top: 0.15em;
  line-height: 0;
}
.btn-sub--icon.size-sm .btn-sub__icon:before, .btn-sub--icon.size-sm .gcf-txt-link--right-under > a.btn-sub__icon:after, .btn-sub--icon.size-sm .gcf-txt-link--right-up > a.btn-sub__icon:after,
.btn-sub--icon.size-sm .gcf-txt-link2--right-under > a.btn-sub__icon:after,
.btn-sub--icon.size-sm .gcf-txt-link2--right-up > a.btn-sub__icon:after, .btn-sub--icon.size-sm .gcf-txt-link--right > a.btn-sub__icon:after,
.btn-sub--icon.size-sm .gcf-txt-link2--right > a.btn-sub__icon:after {
  font-size: 16px;
  line-height: 13px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .btn-sub, .btn-sub--icon {
    width: 244px;
  }
}
.btn-sub:hover, .btn-sub--icon:hover {
  opacity: 0.85;
}
.btn-sub__text {
  font-weight: normal;
}
.btn-sub--icon .btn-sub__icon:before, .btn-sub--icon .gcf-txt-link--right-under > a.btn-sub__icon:after, .btn-sub--icon .gcf-txt-link--right-up > a.btn-sub__icon:after,
.btn-sub--icon .gcf-txt-link2--right-under > a.btn-sub__icon:after,
.btn-sub--icon .gcf-txt-link2--right-up > a.btn-sub__icon:after, .btn-sub--icon .gcf-txt-link--right > a.btn-sub__icon:after,
.btn-sub--icon .gcf-txt-link2--right > a.btn-sub__icon:after {
  font-size: 14px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .btn-sub, .btn-sub--icon {
    padding: 13px 26px;
    font-size: 14px;
  }
  .btn-sub--icon .btn-sub__icon:before, .btn-sub--icon .gcf-txt-link--right-under > a.btn-sub__icon:after, .btn-sub--icon .gcf-txt-link--right-up > a.btn-sub__icon:after,
  .btn-sub--icon .gcf-txt-link2--right-under > a.btn-sub__icon:after,
  .btn-sub--icon .gcf-txt-link2--right-up > a.btn-sub__icon:after, .btn-sub--icon .gcf-txt-link--right > a.btn-sub__icon:after,
  .btn-sub--icon .gcf-txt-link2--right > a.btn-sub__icon:after {
    font-size: 16px;
  }
}

.btn-passive, .btn-passive--icon {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border: 2px solid #2e792d;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  padding: 14px;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
  border-color: #e5e5e5;
}
.btn-passive__text {
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}
.btn-passive.is-disable, .is-disable.btn-passive--icon {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #767676;
  cursor: default;
  outline: none;
}
.btn-passive.is-disable .btn-passive__text, .is-disable.btn-passive--icon .btn-passive__text {
  cursor: default;
}
.btn-passive.size-sm, .size-sm.btn-passive--icon {
  width: calc(50% - 3.75vw);
  padding: 11px;
  font-size: 14px;
}
.btn-passive.size-xs, .size-xs.btn-passive--icon {
  width: auto;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-block;
}
.btn-passive--icon .btn-passive__icon {
  margin-right: 8px;
  display: inline-block;
}
.btn-passive--icon .btn-passive__icon:before, .btn-passive--icon .gcf-txt-link--right-under > a.btn-passive__icon:after, .btn-passive--icon .gcf-txt-link--right-up > a.btn-passive__icon:after,
.btn-passive--icon .gcf-txt-link2--right-under > a.btn-passive__icon:after,
.btn-passive--icon .gcf-txt-link2--right-up > a.btn-passive__icon:after, .btn-passive--icon .gcf-txt-link--right > a.btn-passive__icon:after,
.btn-passive--icon .gcf-txt-link2--right > a.btn-passive__icon:after {
  font-size: 20px;
  line-height: 15px;
  position: relative;
  top: 0.15em;
  line-height: 0;
}
.btn-passive--icon.size-sm .btn-passive__icon:before, .btn-passive--icon.size-sm .gcf-txt-link--right-under > a.btn-passive__icon:after, .btn-passive--icon.size-sm .gcf-txt-link--right-up > a.btn-passive__icon:after,
.btn-passive--icon.size-sm .gcf-txt-link2--right-under > a.btn-passive__icon:after,
.btn-passive--icon.size-sm .gcf-txt-link2--right-up > a.btn-passive__icon:after, .btn-passive--icon.size-sm .gcf-txt-link--right > a.btn-passive__icon:after,
.btn-passive--icon.size-sm .gcf-txt-link2--right > a.btn-passive__icon:after {
  font-size: 16px;
  line-height: 13px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .btn-passive, .btn-passive--icon {
    width: 244px;
  }
  .btn-passive.size-sm, .size-sm.btn-passive--icon {
    width: 175px;
    font-size: 16px;
  }
  .btn-passive.size-xs, .size-xs.btn-passive--icon {
    font-size: 14px;
  }
}
.btn-passive:not(.is-disable):hover, .btn-passive--icon:not(.is-disable):hover {
  opacity: 0.85;
}
.btn-passive__text {
  font-weight: normal;
}
.btn-passive--icon i:before {
  font-size: 18px !important;
}

.btn-active, .btn-active--icon {
  background-color: #fff;
  display: inline-block;
  width: 100%;
  border: 2px solid #2e792d;
  border-radius: 4px;
  text-align: center;
  line-height: 1;
  padding: 14px;
  font-size: 16px;
  box-sizing: border-box;
  background: #fff;
  border-color: #e5e5e5;
}
.btn-active__text {
  font-weight: 500;
  display: inline-block;
  white-space: nowrap;
}
.btn-active.is-disable, .is-disable.btn-active--icon {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #767676;
  cursor: default;
  outline: none;
}
.btn-active.is-disable .btn-active__text, .is-disable.btn-active--icon .btn-active__text {
  cursor: default;
}
.btn-active.size-sm, .size-sm.btn-active--icon {
  width: calc(50% - 3.75vw);
  padding: 11px;
  font-size: 14px;
}
.btn-active.size-xs, .size-xs.btn-active--icon {
  width: auto;
  padding: 6px 12px;
  font-size: 12px;
  display: inline-block;
}
.btn-active--icon .btn-active__icon {
  margin-right: 8px;
  display: inline-block;
}
.btn-active--icon .btn-active__icon:before, .btn-active--icon .gcf-txt-link--right-under > a.btn-active__icon:after, .btn-active--icon .gcf-txt-link--right-up > a.btn-active__icon:after,
.btn-active--icon .gcf-txt-link2--right-under > a.btn-active__icon:after,
.btn-active--icon .gcf-txt-link2--right-up > a.btn-active__icon:after, .btn-active--icon .gcf-txt-link--right > a.btn-active__icon:after,
.btn-active--icon .gcf-txt-link2--right > a.btn-active__icon:after {
  font-size: 20px;
  line-height: 15px;
  position: relative;
  top: 0.15em;
  line-height: 0;
}
.btn-active--icon.size-sm .btn-active__icon:before, .btn-active--icon.size-sm .gcf-txt-link--right-under > a.btn-active__icon:after, .btn-active--icon.size-sm .gcf-txt-link--right-up > a.btn-active__icon:after,
.btn-active--icon.size-sm .gcf-txt-link2--right-under > a.btn-active__icon:after,
.btn-active--icon.size-sm .gcf-txt-link2--right-up > a.btn-active__icon:after, .btn-active--icon.size-sm .gcf-txt-link--right > a.btn-active__icon:after,
.btn-active--icon.size-sm .gcf-txt-link2--right > a.btn-active__icon:after {
  font-size: 16px;
  line-height: 13px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .btn-active, .btn-active--icon {
    width: 244px;
  }
  .btn-active.size-sm, .size-sm.btn-active--icon {
    width: 175px;
    font-size: 16px;
  }
  .btn-active.size-xs, .size-xs.btn-active--icon {
    font-size: 14px;
  }
}
.btn-active:not(.is-disable):hover, .btn-active--icon:not(.is-disable):hover {
  opacity: 0.85;
}
.btn-active__text {
  font-weight: normal;
}
.btn-active--icon i {
  color: #2e792d;
}
.btn-active--icon i:before {
  font-size: 18px !important;
}

.btn-rebuild {
  font-size: 16px !important;
  padding: 14px 6px;
}
.btn-rebuild i {
  margin: 0 4px !important;
  vertical-align: middle;
}
.btn-rebuild span {
  margin: 0 4px !important;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .btn-rebuild {
    font-size: 14px !important;
    padding: 13px 17px;
  }
  .btn-rebuild i {
    margin: 0 3px !important;
    vertical-align: middle;
  }
  .btn-rebuild span {
    margin: 0 3px !important;
  }
}

.btn-wrap, .btn-wrap--reverse {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  cursor: default;
  width: calc(100% + 3.75vw);
  margin: 40px -1.875vw -3.75vw;
}
.btn-wrap > [class*=btn-], .btn-wrap--reverse > [class*=btn-] {
  margin: 0 1.875vw 3.75vw;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .btn-wrap, .btn-wrap--reverse {
    width: calc(100% + 32px);
    margin: 40px -16px -16px;
  }
  .btn-wrap > [class*=btn-], .btn-wrap--reverse > [class*=btn-] {
    margin: 0 16px 16px;
  }
  .btn-wrap > [class*=btn-sub] + [class*=btn-sub], .btn-wrap--reverse > [class*=btn-sub] + [class*=btn-sub] {
    margin-left: 0;
  }
  .btn-wrap--reverse {
    direction: rtl;
  }
  .btn-wrap--reverse * {
    direction: ltr;
  }
}

.lyt-image {
  text-align: center;
}
.lyt-image:not(:first-child) {
  margin-top: 1.25em;
}
.lyt-image > img {
  width: 100%;
  max-width: 100%;
  border: 1px solid #c8c8c8;
}

.lyt-image2, .lyt-image2--reverse {
  display: flex;
  flex-direction: column;
}
.lyt-image2:not(:first-child), .lyt-image2--reverse:not(:first-child) {
  margin-top: 1.25em;
}
.lyt-image2__image {
  order: 2;
  text-align: center;
}
.lyt-image2__image > img {
  width: 100%;
  max-width: 100%;
  border: 1px solid #c8c8c8;
}
.lyt-image2__content {
  order: 3;
  margin-top: 20px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lyt-image2, .lyt-image2--reverse {
    flex-direction: row;
    align-items: flex-start;
  }
  .lyt-image2__image {
    width: 244px;
  }
  .lyt-image2__content {
    width: calc(100% - 244px);
    margin-top: 0;
    padding-left: 32px;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lyt-image2--reverse .lyt-image2__content {
    order: 1;
    padding-left: 0;
    padding-right: 32px;
  }
}

.lyt-image3, .lyt-image3--reverse {
  display: flex;
  flex-direction: column;
}
.lyt-image3:not(:first-child), .lyt-image3--reverse:not(:first-child) {
  margin-top: 1.25em;
}
.lyt-image3__image {
  order: 2;
  text-align: center;
  margin-top: 20px;
}
.lyt-image3__image > img {
  width: 100%;
  max-width: 100%;
  border: 1px solid #c8c8c8;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .lyt-image3__image > img {
    border-radius: 4px;
  }
}
.lyt-image3__content {
  order: 1;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lyt-image3, .lyt-image3--reverse {
    display: block;
  }
  .lyt-image3::after, .lyt-image3--reverse::after {
    content: "";
    display: block;
    clear: both;
  }
  .lyt-image3__image {
    width: 222px;
    float: right;
    margin-top: 0;
    margin-left: 32px;
  }
  .lyt-image3__content {
    line-height: 1.7;
  }
  .lyt-image3__content * {
    line-height: 1.7;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lyt-image3--reverse .lyt-image3__image {
    float: left;
    margin-left: 0;
    margin-right: 32px;
  }
}

.sm--caption {
  display: table;
}
.sm--caption__caption {
  display: table-caption;
  caption-side: bottom;
  margin-top: 8px;
  font-size: 14px;
  text-align: left;
}

@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .lyt-feature, .lyt-feature--reverse {
    margin-top: 24px !important;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lyt-feature::after, .lyt-feature--reverse::after {
    content: "";
    display: block;
    clear: both;
  }
}
@media only screen and (min-device-width: 600px) {
  .lyt-feature::after, .lyt-feature--reverse::after {
    content: "";
    display: block;
    clear: both;
  }
}
.lyt-feature__link {
  display: inline-block;
  position: relative;
  width: 100%;
}
.lyt-feature__link .lyt-feature__title {
  margin-bottom: 0;
}
.lyt-feature__link:hover .lyt-feature__title,
.lyt-feature__link:hover .lyt-feature__content p {
  color: #1e50a2;
  text-decoration: underline;
}
.lyt-feature__link:hover img {
  opacity: 0.85;
}
.lyt-feature__image {
  border: 1px solid #e5e5e5;
  overflow: hidden;
  margin-bottom: 10px;
  border-radius: 4px;
  position: relative;
}
.lyt-feature__image img {
  width: 100%;
}
@media only screen and (min-device-width: 600px) {
  .lyt-feature__image {
    border-color: #e5e5e5;
    width: 320px;
    border-radius: 4px;
    float: left;
    margin-bottom: 0;
    border-radius: 0;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lyt-feature__image {
    border-color: #e5e5e5;
    width: 320px;
    border-radius: 4px;
    float: left;
    margin-bottom: 0;
    border-radius: 0;
  }
}
.lyt-feature__title {
  font-weight: bold;
  font-size: 16px;
  margin-bottom: 10px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lyt-feature__title {
    margin-bottom: 20px;
    width: calc(100% - 320px - 32px);
    float: right;
    line-height: 1.2;
  }
}
@media only screen and (min-device-width: 600px) {
  .lyt-feature__title {
    margin-bottom: 20px;
    width: calc(100% - 320px - 32px);
    float: right;
    line-height: 1.2;
  }
}
.lyt-feature__price {
  font-size: 16px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lyt-feature__price {
    font-size: 16px;
  }
}
.lyt-feature__price-text {
  color: #2e792d;
  font-size: 14px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lyt-feature__price-text {
    width: calc(100% - 320px - 32px);
    float: right;
    line-height: 1.2;
  }
}
@media only screen and (min-device-width: 600px) {
  .lyt-feature__price-text {
    width: calc(100% - 320px - 32px);
    float: right;
    line-height: 1.2;
  }
}
.lyt-feature__content > *:first-child {
  margin-top: 0;
}
.lyt-feature__content .txt-excerpt {
  margin-top: 15px !important;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .lyt-feature__content .btn-wrap, .lyt-feature__content .btn-wrap--reverse {
    margin-top: 10px !important;
  }
  .lyt-feature__content .btn-wrap > button, .lyt-feature__content .btn-wrap--reverse > button,
  .lyt-feature__content .btn-wrap > a,
  .lyt-feature__content .btn-wrap--reverse > a {
    width: calc(50% - 3.75vw);
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lyt-feature__content {
    width: calc(100% - 320px - 32px);
    float: right;
  }
  .lyt-feature__content .btn-wrap, .lyt-feature__content .btn-wrap--reverse {
    margin-top: 24px;
  }
  .lyt-feature__content .btn-wrap > button, .lyt-feature__content .btn-wrap--reverse > button,
  .lyt-feature__content .btn-wrap > a,
  .lyt-feature__content .btn-wrap--reverse > a {
    width: calc(50% - 32px);
  }
  .lyt-feature__content .txt-excerpt {
    margin-top: 24px !important;
  }
}
@media only screen and (min-device-width: 600px) {
  .lyt-feature__content {
    width: calc(100% - 320px - 32px);
    float: right;
  }
  .lyt-feature__content .btn-wrap, .lyt-feature__content .btn-wrap--reverse {
    margin-top: 24px;
  }
  .lyt-feature__content .btn-wrap > button, .lyt-feature__content .btn-wrap--reverse > button,
  .lyt-feature__content .btn-wrap > a,
  .lyt-feature__content .btn-wrap--reverse > a {
    width: calc(50% - 32px);
  }
  .lyt-feature__content .txt-excerpt {
    margin-top: 24px !important;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lyt-feature--reverse .lyt-feature__title {
    float: left;
  }
  .lyt-feature--reverse .lyt-feature__price-text {
    float: left;
  }
  .lyt-feature--reverse .lyt-feature__image {
    float: right;
  }
  .lyt-feature--reverse .lyt-feature__content {
    float: left;
  }
}
@media only screen and (min-device-width: 600px) {
  .lyt-feature--reverse .lyt-feature__title {
    float: left;
  }
  .lyt-feature--reverse .lyt-feature__price-text {
    float: left;
  }
  .lyt-feature--reverse .lyt-feature__image {
    float: right;
  }
  .lyt-feature--reverse .lyt-feature__content {
    float: left;
  }
}

.lyt-youtube {
  padding-top: 56.25%;
  position: relative;
}
.lyt-youtube:not(:first-child) {
  margin-top: 1.25em;
}
.lyt-youtube > iframe {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.lyt-info::after {
  content: "";
  display: block;
  clear: both;
}
.lyt-info__link {
  display: block;
}
.lyt-info__link:hover {
  color: #1e50a2;
  text-decoration: underline;
}
.lyt-info__link:hover .lyt-info__img {
  opacity: 0.8;
}
.lyt-info__link:hover .lyt-info__date {
  color: #1e50a2;
}
.lyt-info__img {
  width: 30.1%;
  margin-right: 12px;
  border: #c8c8c8 1px solid;
  float: left;
}
.lyt-info__summary {
  overflow: hidden;
}
.lyt-info__city {
  margin-top: 12px;
  margin-left: calc(30.555% + 24px);
}
.lyt-info__date {
  color: #6b6b6b;
  font-size: 12px;
}
.lyt-info__date:nth-child(n+2) {
  margin-top: 4px;
}
.lyt-info__text:nth-child(n+2) {
  margin-top: 6px;
}
@media only screen and (min-device-width: 600px) {
  .lyt-info__img {
    width: 244px;
    margin-right: 32px;
  }
  .lyt-info__img img {
    width: 100%;
  }
  .lyt-info__city {
    margin-left: 276px;
  }
}

.crd-item__city {
  margin-top: 6px !important;
  font-size: 12px;
}
.crd-item__city > a:before, .gcf-txt-link--right-under.crd-item__city > a:after, .gcf-txt-link--right-up.crd-item__city > a:after,
.gcf-txt-link2--right-under.crd-item__city > a:after,
.gcf-txt-link2--right-up.crd-item__city > a:after, .gcf-txt-link--right.crd-item__city > a:after,
.gcf-txt-link2--right.crd-item__city > a:after {
  top: 0.5em !important;
  left: 0 !important;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .crd-item__city {
    margin-top: 8px;
    font-size: 14px;
  }
}

.crd-thumb {
  position: relative;
  font-size: 14px;
}
.crd-thumb__link {
  display: flex;
  width: 100%;
  flex-direction: column;
}
.crd-thumb__link:hover .crd-thumb__text {
  text-decoration: underline;
  color: #1e50a2;
}
.crd-thumb__link:hover .crd-thumb__image {
  opacity: 0.8;
}
.crd-thumb__image {
  order: -1;
}
.crd-thumb__image > img {
  width: 100%;
  border: 1px solid #c8c8c8;
}
.crd-thumb__text {
  margin-top: 10px;
}
.crd-thumb__city {
  margin-top: 6px !important;
  font-size: 12px;
}
.crd-thumb__city > a:before, .gcf-txt-link--right-under.crd-thumb__city > a:after, .gcf-txt-link--right-up.crd-thumb__city > a:after,
.gcf-txt-link2--right-under.crd-thumb__city > a:after,
.gcf-txt-link2--right-up.crd-thumb__city > a:after, .gcf-txt-link--right.crd-thumb__city > a:after,
.gcf-txt-link2--right.crd-thumb__city > a:after {
  top: 0.5em !important;
  left: 0 !important;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .crd-thumb__city {
    margin-top: 8px;
    font-size: 14px;
  }
}

.nv-accordion {
  display: block;
  border-bottom: #c8c8c8 1px solid;
}
.nv-accordion__list {
  border-top: #c8c8c8 1px solid;
}
.nv-accordion__link {
  display: block;
  padding: 21px 16px 19px;
  font-weight: normal;
  font-size: 14px;
  line-height: 22px;
  position: relative;
}
.nv-accordion__label {
  display: block;
  font-weight: normal;
  font-size: 14px;
  line-height: 16px;
  position: relative;
  color: inherit;
  padding: 21px 16px 19px;
}
.nv-accordion__label:hover {
  text-decoration: none;
}
.nv-accordion__label::after {
  content: "";
  display: block;
  background: url(/img/icon_arrow_down_blk.png) no-repeat center center/14px;
  width: 14px;
  height: 14px;
  position: absolute;
  top: 0;
  bottom: 0;
  right: 16px;
  margin: auto;
  -webkit-transform: rotateX(180deg);
          transform: rotateX(180deg);
}
.nv-accordion__icon {
  margin-right: 8px;
  font-size: 22px;
  vertical-align: middle;
  display: inline-block;
}
.nv-accordion__icon-text {
  padding-left: 0px;
  display: inline-block;
  width: calc(100% - 36px);
  vertical-align: middle;
  line-height: 1.3;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-accordion__list.is-close .nv-accordion__label::after {
    -webkit-transform: rotateX(0);
            transform: rotateX(0);
  }
  .nv-accordion__list.is-close .nv-accordion__wrap {
    display: none;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-accordion {
    width: 100%;
    border-bottom: none;
  }
  .nv-accordion__list {
    width: 100%;
    border: none;
  }
  .nv-accordion__title {
    white-space: nowrap;
  }
  .nv-accordion__label {
    background-color: transparent;
    padding: 8px 0;
    line-height: 1.5;
    cursor: default;
  }
  .nv-accordion__label::after {
    display: none;
  }
  .nv-accordion__link {
    padding: 8px 0;
    line-height: 1.5;
  }
  .nv-accordion__wrap {
    background: transparent;
    width: 100%;
  }
}

button.nv-accordion__label {
  background: none;
  border: 0;
  width: 100%;
  text-align: left;
  box-sizing: border-box;
}

@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-bread {
    position: relative;
  }
  .nv-bread::after {
    content: "";
    display: block;
    width: 50px;
    height: 100%;
    background: linear-gradient(-90deg, #fff, transparent);
    position: absolute;
    right: 0;
    top: 0;
  }
}
.nv-bread__list {
  display: block;
  height: 1.5em;
  white-space: nowrap;
  font-size: 14px;
  position: relative;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-bread__list {
    overflow: hidden;
    text-overflow: ellipsis;
  }
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-bread__list {
    overflow: auto;
    position: relative;
    padding: 0 50px 0 16px;
  }
}
.nv-bread__item {
  display: inline;
}
.nv-bread__item:nth-child(n+2)::before, .gcf-txt-link--right-under > a.nv-bread__item:nth-child(n+2):after, .gcf-txt-link--right-up > a.nv-bread__item:nth-child(n+2):after,
.gcf-txt-link2--right-under > a.nv-bread__item:nth-child(n+2):after,
.gcf-txt-link2--right-up > a.nv-bread__item:nth-child(n+2):after, .gcf-txt-link--right > a.nv-bread__item:nth-child(n+2):after,
.gcf-txt-link2--right > a.nv-bread__item:nth-child(n+2):after {
  content: " > ";
  display: inline;
  margin-right: 2px;
}
.nv-bread__link {
  display: inline;
  font-size: 14px;
  color: #1e50a2;
}
.nv-bread__link:hover {
  text-decoration: underline;
}
@media only screen and (min-device-width: 600px) {
  .nv-bread {
    padding: 0 16px;
    box-sizing: border-box;
    display: block;
  }
  .nv-bread + * {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-bread {
    padding: 0;
  }
}

.nv-pager {
  display: flex;
  align-items: flex-start;
  justify-content: center;
  margin-top: 24px;
}
@media only screen and (min-device-width: 600px) {
  .nv-pager {
    margin-top: 56px;
  }
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-pager {
    flex-wrap: wrap;
  }
}
.nv-pager a {
  color: inherit;
}
.nv-pager a:hover {
  text-decoration: none;
}
.nv-pager__prev {
  position: relative;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-pager__prev {
    margin: 0 12px 24px 0;
  }
}
.nv-pager__prev .nv-pager__link, .nv-pager__prev .nv-pager__item.is-current .nv-pager__link, .nv-pager__item.is-current .nv-pager__prev .nv-pager__link {
  box-sizing: border-box;
  width: 65px;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-pager__prev .nv-pager__link, .nv-pager__prev .nv-pager__item.is-current .nv-pager__link, .nv-pager__item.is-current .nv-pager__prev .nv-pager__link {
    width: 112px;
    padding: 16px;
  }
}
.nv-pager__prev .nv-pager__link.-disabled {
  background: #c8c8c8;
  color: #767676;
  pointer-events: none;
}
.nv-pager__prev-label {
  display: flex;
  justify-content: center;
}
.nv-pager__prev-label::before, .gcf-txt-link--right-under > a.nv-pager__prev-label:after, .gcf-txt-link--right-up > a.nv-pager__prev-label:after,
.gcf-txt-link2--right-under > a.nv-pager__prev-label:after,
.gcf-txt-link2--right-up > a.nv-pager__prev-label:after, .gcf-txt-link--right > a.nv-pager__prev-label:after,
.gcf-txt-link2--right > a.nv-pager__prev-label:after {
  content: "";
  display: block;
  background: url(/img/icon_arrow_anchor_gry.svg) no-repeat right center/7px;
  width: 14px;
  height: 14px;
  -webkit-transform: rotateY(180deg);
          transform: rotateY(180deg);
}
.nv-pager__next {
  position: relative;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-pager__next {
    order: 2;
    margin-bottom: 24px;
  }
}
.nv-pager__next .nv-pager__link, .nv-pager__next .nv-pager__item.is-current .nv-pager__link, .nv-pager__item.is-current .nv-pager__next .nv-pager__link {
  box-sizing: border-box;
  width: 65px;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-pager__next .nv-pager__link, .nv-pager__next .nv-pager__item.is-current .nv-pager__link, .nv-pager__item.is-current .nv-pager__next .nv-pager__link {
    width: 112px;
    padding: 16px;
  }
}
.nv-pager__next .nv-pager__link.-disabled {
  background: #c8c8c8;
  color: #767676;
  pointer-events: none;
}
.nv-pager__next-label {
  display: flex;
  justify-content: center;
}
.nv-pager__next-label::after {
  content: "";
  display: block;
  background: url(/img/icon_arrow_anchor_gry.svg) no-repeat right center/7px;
  width: 14px;
  height: 14px;
}
.nv-pager__wrap {
  padding: 0 6px;
  justify-content: center;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-pager__wrap {
    order: 3;
    width: 100%;
  }
}
@media only screen and (min-device-width: 600px) {
  .nv-pager__wrap {
    display: flex;
    flex-wrap: wrap;
    flex-direction: column;
  }
}
.nv-pager__list {
  display: block;
  text-align: center;
}
.nv-pager__list.-start .nv-pager__item:nth-child(-n+3) {
  display: inline-block;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-pager__list.-start .nv-pager__item:nth-child(4) {
    display: inline-block;
  }
}
.nv-pager__list.-end .nv-pager__item:nth-last-child(-n+3) {
  display: inline-block;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-pager__list.-end .nv-pager__item:nth-last-child(4) {
    display: inline-block;
  }
}
.nv-pager__list.-all .nv-pager__item {
  display: inline-block;
}
.nv-pager__item {
  display: none;
  letter-spacing: normal;
  text-align: center;
}
.nv-pager__item.is-first {
  display: inline-block;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-pager__item.is-first {
    font-size: 14px;
  }
}
.nv-pager__item.is-first::after {
  content: " …";
  display: inline;
}
.nv-pager__item.is-last {
  display: inline-block;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-pager__item.is-last {
    font-size: 14px;
  }
}
.nv-pager__item.is-last::before, .gcf-txt-link--right-under > a.nv-pager__item.is-last:after, .gcf-txt-link--right-up > a.nv-pager__item.is-last:after,
.gcf-txt-link2--right-under > a.nv-pager__item.is-last:after,
.gcf-txt-link2--right-up > a.nv-pager__item.is-last:after, .gcf-txt-link--right > a.nv-pager__item.is-last:after,
.gcf-txt-link2--right > a.nv-pager__item.is-last:after {
  content: "… ";
  display: inline;
}
.nv-pager__item.is-current {
  display: inline-block;
}
.nv-pager__item.is-current .nv-pager__link {
  background-color: #16160e;
  color: #fff;
  border-color: #16160e;
}
.nv-pager__item.current-sibling {
  display: inline-block;
}
.nv-pager__item.last-item {
  display: inline-block;
}
.nv-pager__link, .nv-pager__item.is-current .nv-pager__link {
  display: inline-block;
  width: 48px;
  box-sizing: border-box;
  padding: 8px;
  border: #c8c8c8 1px solid;
  border-radius: 4px;
  font-size: 14px;
  line-height: 14px;
  white-space: nowrap;
}
@media only screen and (min-device-width: 600px) {
  .nv-pager__link, .nv-pager__item.is-current .nv-pager__link {
    font-size: 16px;
  }
}
.nv-pager__text {
  color: #767676;
  padding: 2px;
  font-size: 12px;
  line-height: 14px;
  text-align: center;
  margin-top: 8px;
}
@media only screen and (min-device-width: 600px) {
  .nv-pager__text {
    font-size: 14px;
    padding: 0;
  }
}

.nv-tab .controll {
  display: none;
}
.nv-tab #about-feature:checked ~ .nv-tab__list .about-feature .nv-tab__link {
  border-color: #c8c8c8;
  border-width: 2px 2px 0;
  background-color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-tab #about-feature:checked ~ .nv-tab__list .about-feature .nv-tab__link {
    border-width: 1px 1px 0 0;
  }
}
@media only screen and (min-device-width: 600px) {
  .nv-tab #about-feature:checked ~ .nv-tab__list .about-feature .nv-tab__link {
    border-width: 2px 2px 0;
  }
}
.nv-tab #about-feature:checked ~ .about-feature {
  display: block;
}
.nv-tab #about-effort:checked ~ .nv-tab__list .about-effort .nv-tab__link {
  border-color: #c8c8c8;
  border-width: 2px 2px 0;
  background-color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-tab #about-effort:checked ~ .nv-tab__list .about-effort .nv-tab__link {
    border-width: 1px 1px 0 0;
  }
}
@media only screen and (min-device-width: 600px) {
  .nv-tab #about-effort:checked ~ .nv-tab__list .about-effort .nv-tab__link {
    border-width: 2px 2px 0;
  }
}
.nv-tab #about-effort:checked ~ .about-effort {
  display: block;
}
.nv-tab #about-significance:checked ~ .nv-tab__list .about-significance .nv-tab__link {
  border-color: #c8c8c8;
  border-width: 2px 2px 0;
  background-color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-tab #about-significance:checked ~ .nv-tab__list .about-significance .nv-tab__link {
    border-width: 1px 1px 0 0;
  }
}
@media only screen and (min-device-width: 600px) {
  .nv-tab #about-significance:checked ~ .nv-tab__list .about-significance .nv-tab__link {
    border-width: 2px 2px 0;
  }
}
.nv-tab #about-significance:checked ~ .about-significance {
  display: block;
}
.nv-tab #news-notifications:checked ~ .nv-tab__list .news-notifications .nv-tab__link {
  border-color: #c8c8c8;
  border-width: 2px 2px 0;
  background-color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-tab #news-notifications:checked ~ .nv-tab__list .news-notifications .nv-tab__link {
    border-width: 1px 1px 0 0;
  }
}
@media only screen and (min-device-width: 600px) {
  .nv-tab #news-notifications:checked ~ .nv-tab__list .news-notifications .nv-tab__link {
    border-width: 2px 2px 0;
  }
}
.nv-tab #news-notifications:checked ~ .news-notifications {
  display: block;
}
.nv-tab #news-feature:checked ~ .nv-tab__list .news-feature .nv-tab__link {
  border-color: #c8c8c8;
  border-width: 2px 2px 0;
  background-color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-tab #news-feature:checked ~ .nv-tab__list .news-feature .nv-tab__link {
    border-width: 1px 1px 0 0;
  }
}
@media only screen and (min-device-width: 600px) {
  .nv-tab #news-feature:checked ~ .nv-tab__list .news-feature .nv-tab__link {
    border-width: 2px 2px 0;
  }
}
.nv-tab #news-feature:checked ~ .news-feature {
  display: block;
}
.nv-tab #news-media:checked ~ .nv-tab__list .news-media .nv-tab__link {
  border-color: #c8c8c8;
  border-width: 2px 2px 0;
  background-color: #fff;
  font-weight: bold;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-tab #news-media:checked ~ .nv-tab__list .news-media .nv-tab__link {
    border-width: 1px 1px 0 0;
  }
}
@media only screen and (min-device-width: 600px) {
  .nv-tab #news-media:checked ~ .nv-tab__list .news-media .nv-tab__link {
    border-width: 2px 2px 0;
  }
}
.nv-tab #news-media:checked ~ .news-media {
  display: block;
}
.nv-tab__list {
  display: flex;
  flex-wrap: nowrap;
}
.nv-tab__item {
  display: flex;
  width: 34%;
  position: relative;
}
.nv-tab__item:first-child {
  border-left: #c8c8c8 1px solid;
}
.nv-tab__link, .nv-tab__link.is-current {
  background-color: #f6f6f6;
  display: block;
  width: 100%;
  padding: 16px 8px;
  box-sizing: border-box;
  border-color: #c8c8c8;
  border-width: 1px 1px 1px 0;
  border-style: solid;
  line-height: 1;
  text-align: center;
  color: inherit;
  cursor: pointer;
}
.nv-tab__link.is-current {
  background-color: #fff;
  border-bottom: none;
  font-weight: bold;
}
.nv-tab__link:hover {
  text-decoration: none;
}
.nv-tab__link:focus, .nv-tab__link:active {
  outline: 0;
}
.nv-tab__link .nv-tab__icon {
  font-size: 20px;
}
.nv-tab__link .nv-tab__txt {
  display: block;
  margin-top: 4px;
  font-size: 12px;
  line-height: 16px;
}
.nv-tab__num {
  background-color: #2e792d;
  color: #fff;
  display: block;
  min-width: 18px;
  height: 18px;
  padding: 0 5px;
  border-radius: 9px;
  box-sizing: border-box;
  box-shadow: 1px 1px 2px rgba(0, 0, 0, 0.16);
  font-size: 12px;
  letter-spacing: 0;
  text-align: center;
  position: absolute;
  top: -10px;
  right: 7px;
}
@media only screen and (min-device-width: 600px) {
  .nv-tab__item:first-child {
    border: none;
  }
  .nv-tab__item:nth-child(n+2) {
    margin-left: 8px;
    position: relative;
  }
  .nv-tab__item:nth-child(n+2)::before, .gcf-txt-link--right-under > a.nv-tab__item:nth-child(n+2):after, .gcf-txt-link--right-up > a.nv-tab__item:nth-child(n+2):after,
  .gcf-txt-link2--right-under > a.nv-tab__item:nth-child(n+2):after,
  .gcf-txt-link2--right-up > a.nv-tab__item:nth-child(n+2):after, .gcf-txt-link--right > a.nv-tab__item:nth-child(n+2):after,
  .gcf-txt-link2--right > a.nv-tab__item:nth-child(n+2):after {
    content: "";
    display: block;
    background-color: #c8c8c8;
    width: 8px;
    height: 2px;
    position: absolute;
    left: -8px;
    bottom: 0;
  }
  .nv-tab__link, .nv-tab__link.is-current {
    padding: 12px 0;
    border-width: 0 0 2px 0;
    border-radius: 6px 6px 0 0;
    line-height: 22px;
  }
  .nv-tab__link.is-current {
    border-width: 2px 2px 0;
  }
  .nv-tab__link .nv-tab__icon {
    margin-right: 8px;
    line-height: inherit;
    vertical-align: middle;
    position: relative;
    bottom: -3px;
    font-size: 22px;
  }
  .nv-tab__link .nv-tab__txt {
    line-height: inherit;
    display: inline-block;
    vertical-align: middle;
    margin-top: 0;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-tab__link .nv-tab__txt {
    font-size: 16px;
    line-height: 18px;
  }
}
.nv-tab .nv-tab__icon-column {
  margin: 0;
  bottom: 0;
}

.nv-step {
  display: none;
}
.nv-step__list {
  display: flex;
  flex-wrap: nowrap;
}
.nv-step__item, .nv-step__item.is-current {
  color: #767676;
  padding: 4px 12px;
  border: #767676 1px solid;
  border-radius: 24px;
  font-size: 12px;
  line-height: 16px;
}
.nv-step__item:nth-child(n+2) {
  margin-left: 16px;
  position: relative;
}
.nv-step__item:nth-child(n+2)::after {
  background-color: #767676;
  content: "";
  display: block;
  width: 16px;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  left: -17px;
  margin: auto;
}
.nv-step__item.is-current {
  background-color: #2e792d;
  border-color: #2e792d;
  color: #fff;
}
@media only screen and (min-device-width: 600px) {
  .nv-step {
    display: flex;
    justify-content: center;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-step__item, .nv-step__item.is-current {
    font-size: 12px;
    line-height: 16px;
  }
}

.nv-taxstep {
  display: flex;
  justify-content: center;
  margin-bottom: 40px;
  padding: 20px 0 28px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-taxstep {
    padding: 36px 0 32px;
  }
}
.nv-taxstep__list {
  display: flex;
  flex-wrap: nowrap;
}
.nv-taxstep__item {
  position: relative;
  color: #16160e;
  font-size: 12px;
  font-weight: bold;
  line-height: 1;
}
.nv-taxstep__item:nth-child(n+2) {
  position: relative;
  margin-left: 58px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-taxstep__item:nth-child(n+2) {
    margin-left: 112px;
  }
}
.nv-taxstep__item:nth-child(n+2)::after {
  background-color: #16160e;
  content: "";
  display: block;
  height: 2px;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  left: -56px;
  width: 58px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-taxstep__item:nth-child(n+2)::after {
    left: -108px;
    width: 112px;
  }
}
.nv-taxstep__item.is-current {
  color: #2e792d;
}
.nv-taxstep__item.is-current::after {
  background-color: #a2a2a2;
}
.nv-taxstep__item.is-current .nv-taxstep__disc::after {
  border-color: #fff;
}
.nv-taxstep__item.is-current .nv-taxstep__disc::before, .nv-taxstep__item.is-current .gcf-txt-link--right-under > a.nv-taxstep__disc:after, .nv-taxstep__item.is-current .gcf-txt-link--right-up > a.nv-taxstep__disc:after,
.nv-taxstep__item.is-current .gcf-txt-link2--right-under > a.nv-taxstep__disc:after,
.nv-taxstep__item.is-current .gcf-txt-link2--right-up > a.nv-taxstep__disc:after, .nv-taxstep__item.is-current .gcf-txt-link--right > a.nv-taxstep__disc:after,
.nv-taxstep__item.is-current .gcf-txt-link2--right > a.nv-taxstep__disc:after {
  content: "";
  border: 8px solid #2e792d;
  border-radius: 9px;
  position: absolute;
  left: -6px;
  top: -8px;
  z-index: 100;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-taxstep__item.is-current .nv-taxstep__disc::before, .nv-taxstep__item.is-current .gcf-txt-link--right-under > a.nv-taxstep__disc:after, .nv-taxstep__item.is-current .gcf-txt-link--right-up > a.nv-taxstep__disc:after,
  .nv-taxstep__item.is-current .gcf-txt-link2--right-under > a.nv-taxstep__disc:after,
  .nv-taxstep__item.is-current .gcf-txt-link2--right-up > a.nv-taxstep__disc:after, .nv-taxstep__item.is-current .gcf-txt-link--right > a.nv-taxstep__disc:after,
  .nv-taxstep__item.is-current .gcf-txt-link2--right > a.nv-taxstep__disc:after {
    top: -9px;
    left: -6px;
    border: 9px solid #2e792d;
  }
}
.nv-taxstep__item.is-passed {
  color: #a2a2a2;
}
.nv-taxstep__item.is-passed::after {
  background-color: #a2a2a2;
}
.nv-taxstep__item.is-passed .nv-taxstep__disc::after {
  border-color: #a2a2a2;
}
.nv-taxstep__item.is-current::before, .gcf-txt-link--right-under > a.nv-taxstep__item.is-current:after, .gcf-txt-link--right-up > a.nv-taxstep__item.is-current:after,
.gcf-txt-link2--right-under > a.nv-taxstep__item.is-current:after,
.gcf-txt-link2--right-up > a.nv-taxstep__item.is-current:after, .gcf-txt-link--right > a.nv-taxstep__item.is-current:after,
.gcf-txt-link2--right > a.nv-taxstep__item.is-current:after {
  border-color: #2e792d;
}
.nv-taxstep__disc::after {
  content: "";
  position: absolute;
  display: block;
  border: 4px solid #16160e;
  border-radius: 5px;
  top: -4px;
  left: -2px;
  z-index: 101;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-taxstep__disc::after {
    top: -5px;
    border: 5px solid #16160e;
  }
}
.nv-taxstep__text {
  position: absolute;
  top: 16px;
  left: -24px;
  width: 56px;
  display: block;
  text-align: center;
  font-size: 11px;
  line-height: 1;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-taxstep__text {
    left: -52px;
    font-size: 14px;
    width: 112px;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-taxstep__item {
    font-size: 12px;
    line-height: 16px;
  }
}

.nv-search {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  width: 100%;
  height: 100%;
  margin: auto;
  box-sizing: border-box;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100001;
  letter-spacing: normal;
  text-align: left;
  transition-duration: 0.3s;
}
.nv-search > .ttl-side + * {
  margin: 0;
}
.nv-search__form {
  flex: 1 0 auto;
}
.nv-search__form.fix {
  overflow: hidden;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-search__form {
    display: block;
  }
}
.nv-search__title {
  background-color: #6b6b6b;
  color: #fff;
  padding: 8px 6px 4px;
  font-size: 14px;
}
.nv-search__title .nv-search__icon {
  display: inline-block;
  margin-right: 4px;
  font-size: 18px;
  vertical-align: middle;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-search > .ttl-side {
    background-color: #2e792d;
    color: #fff;
    width: 100%;
    padding: 16px;
    box-sizing: border-box;
    text-align: center;
    z-index: 1000000;
    box-shadow: 0px 1px 3px 1px rgba(0, 0, 0, 0.16);
  }
  .nv-search > .ttl-side .ttl-side__icon {
    display: none;
  }
  .nv-search > .ttl-side .ttl-side__text {
    font-size: 14px;
    padding: 0;
  }
  .nv-search__form {
    box-shadow: 0 0 1px rgba(0, 0, 0, 0.16);
    display: flex;
    flex-wrap: wrap;
    width: 300vw;
    height: calc(100% - 162px);
    transition-duration: 0.3s;
  }
  .nv-search__form.open-category {
    -webkit-transform: translateX(-100vw);
            transform: translateX(-100vw);
  }
  .nv-search__form.open-subcategory {
    -webkit-transform: translateX(-200vw);
            transform: translateX(-200vw);
  }
  .nv-search__title {
    padding-left: 16px;
  }
  .nv-search__button {
    position: relative;
    align-items: center;
    width: 100%;
    padding: 12px 8px;
    box-sizing: border-box;
    background: #e6e6e6;
    margin-top: auto;
    z-index: 999999;
    box-shadow: 0px 0px 2px 0px rgba(0, 0, 0, 0.16);
  }
  .nv-search__button .txt, .nv-search__button .txt-notice, .nv-search__button .txt-excerpt, .nv-search__button .txt-sub {
    white-space: nowrap;
    text-align: center;
  }
  .nv-search__button .btn-wrap, .nv-search__button .btn-wrap--reverse {
    display: flex;
    flex-wrap: nowrap;
    margin-top: 16px;
  }
  .nv-search__button .btn-normal, .nv-search__button .btn-normal--icon {
    flex-shrink: 1.5;
  }
  .nv-search__button .btn-positive, .nv-search__button .btn-positive--icon {
    flex-shrink: 1;
  }
  .nv-search__close {
    display: block;
    color: transparent;
    width: 53px;
    height: 53px;
    position: fixed;
    top: 0;
    right: 0;
    z-index: 1000000;
    overflow: hidden;
  }
  .nv-search__close::before, .gcf-txt-link--right-under > a.nv-search__close:after, .gcf-txt-link--right-up > a.nv-search__close:after,
  .gcf-txt-link2--right-under > a.nv-search__close:after,
  .gcf-txt-link2--right-up > a.nv-search__close:after, .gcf-txt-link--right > a.nv-search__close:after,
  .gcf-txt-link2--right > a.nv-search__close:after, .nv-search__close::after {
    content: "";
    display: block;
    background: #fff;
    width: 16px;
    height: 2px;
    border-radius: 2px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .nv-search__close::before, .gcf-txt-link--right-under > a.nv-search__close:after, .gcf-txt-link--right-up > a.nv-search__close:after,
  .gcf-txt-link2--right-under > a.nv-search__close:after,
  .gcf-txt-link2--right-up > a.nv-search__close:after, .gcf-txt-link--right > a.nv-search__close:after,
  .gcf-txt-link2--right > a.nv-search__close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .nv-search__close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .nv-search__wrap {
    width: 100vw;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-search {
    width: 100%;
    padding: 0;
    height: inherit;
    position: static;
    overflow: inherit;
  }
  .nv-search > .ttl-side {
    display: none;
  }
  .nv-search__form {
    overflow: inherit;
  }
  .nv-search__wrap {
    background-color: #e6e6e6;
    padding: 20px 16px;
  }
  .nv-search__title {
    padding: 8px 16px 4px;
  }
  .nv-search__title:nth-of-type(n + 2) {
    margin-top: 24px;
  }
  .nv-search__button .txt, .nv-search__button .txt-notice, .nv-search__button .txt-excerpt, .nv-search__button .txt-sub,
  .nv-search__button .btn-positive,
  .nv-search__button .btn-positive--icon {
    display: none;
  }
  .nv-search__button .btn-wrap, .nv-search__button .btn-wrap--reverse {
    width: 100%;
    margin: 8px 0 0;
    justify-content: flex-end;
  }
  .nv-search__button .btn-normal, .nv-search__button .btn-normal--icon {
    width: auto;
    margin: 0;
    padding: 0;
    border: none;
  }
  .nv-search__button .btn-normal::before, .nv-search__button .gcf-txt-link--right-under > a.btn-normal:after, .nv-search__button .gcf-txt-link--right-up > a.btn-normal:after,
  .nv-search__button .gcf-txt-link2--right-under > a.btn-normal:after,
  .nv-search__button .gcf-txt-link2--right-up > a.btn-normal:after, .nv-search__button .gcf-txt-link--right > a.btn-normal:after,
  .nv-search__button .gcf-txt-link2--right > a.btn-normal:after, .nv-search__button .btn-normal--icon::before, .nv-search__button .gcf-txt-link--right-under > a.btn-normal--icon:after, .nv-search__button .gcf-txt-link--right-up > a.btn-normal--icon:after,
  .nv-search__button .gcf-txt-link2--right-under > a.btn-normal--icon:after,
  .nv-search__button .gcf-txt-link2--right-up > a.btn-normal--icon:after, .nv-search__button .gcf-txt-link--right > a.btn-normal--icon:after,
  .nv-search__button .gcf-txt-link2--right > a.btn-normal--icon:after {
    content: "×";
    display: inline-block;
    background-color: #767676;
    color: #fff;
    width: 16px;
    height: 16px;
    margin-right: 4px;
    border-radius: 50%;
    line-height: 16px;
    font-size: 10px;
    text-align: center;
    vertical-align: bottom;
  }
  .nv-search__button .btn-normal__text {
    color: #1e50a2;
    font-weight: bold;
  }
}
.nv-search.is-close .nv-search__close {
  display: none;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .nv-search.is-close {
    -webkit-transform: translateY(100vh);
            transform: translateY(100vh);
  }
  .nv-search.is-close > .ttl-side,
  .nv-search.is-close .nv-search__button {
    position: absolute;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-search.is-close {
    top: auto;
    display: block;
  }
}

@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .layer-1 {
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    height: 100%;
  }
}

.bx-condition {
  box-sizing: border-box;
  position: relative;
}
.bx-condition__title {
  background-color: #e5e5e5;
  padding: 6px 16px;
  position: relative;
  font-weight: bold;
  font-size: 14px;
}
.bx-condition__list, .bx-condition__list--col2, .bx-condition__list--col2sp {
  font-size: 14px;
}
.bx-condition__list--col2, .bx-condition__list--col2sp {
  display: flex;
  flex-wrap: wrap;
}
.bx-condition__list--col2 .bx-condition__item, .bx-condition__list--col2sp .bx-condition__item {
  width: 50%;
}
.bx-condition__item .frm-parts {
  padding: 12px 16px;
}
.bx-condition__item .frm-parts__label {
  width: 100%;
}
.bx-condition__item .frm-parts__label:nth-child(n+2) {
  margin-top: 16px;
}
.bx-condition__item .frm-parts__title {
  font-weight: normal;
  font-size: 14px;
}
.bx-condition__item .frm-radio,
.bx-condition__item .frm-checkbox {
  background-color: transparent;
  width: 100%;
  padding: 16px;
  box-sizing: border-box;
}
.bx-condition__item .frm-radio__text,
.bx-condition__item .frm-checkbox__text {
  font-size: 14px;
}
.bx-condition__item .frm-checkbox__input + .frm-checkbox__text {
  padding-left: 24px;
}
.bx-condition__item .frm-checkbox__input + .frm-checkbox__text::before, .bx-condition__item .frm-checkbox__input + .frm-checkbox__text::after {
  top: 10px;
}
.bx-condition__item.is-flex {
  display: flex;
  align-items: center;
}
.bx-condition__item.is-flex .frm-radio,
.bx-condition__item.is-flex .frm-checkbox {
  width: auto;
}
.bx-condition .bx-tooltip {
  position: relative;
  top: 2px;
}
.bx-condition--child .lst-check__item {
  padding-left: 24px;
  box-sizing: border-box;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .bx-condition__list--col2 .bx-condition__item:nth-child(odd), .bx-condition__list--col2sp .bx-condition__item:nth-child(odd) {
    border-right: #e5e5e5 1px solid;
    box-sizing: border-box;
  }
  .bx-condition__list--col2 .bx-condition__item:nth-last-child(2):nth-child(odd), .bx-condition__list--col2sp .bx-condition__item:nth-last-child(2):nth-child(odd) {
    border-bottom: none;
  }
  .bx-condition__item:not(:last-child) {
    border-bottom: #e5e5e5 1px solid;
  }
  .bx-condition__item .lst-check--child {
    display: flex;
    flex-wrap: wrap;
  }
  .bx-condition__item .lst-check--child .lst-check__item {
    width: 50%;
    box-sizing: border-box;
  }
  .bx-condition__item .lst-check--child .lst-check__item:nth-child(odd) {
    border-right: #e5e5e5 1px solid;
  }
  .bx-condition--child {
    display: flex;
    flex-wrap: wrap;
    border-top: #e5e5e5 1px solid;
  }
  .bx-condition--child .lst-check__item {
    width: 50%;
  }
  .bx-condition--child .lst-check__item:nth-child(odd) {
    border-right: #e5e5e5 1px solid;
    box-sizing: border-box;
  }
  .bx-condition--child .lst-check__item:not(:last-child) {
    border-bottom: #e5e5e5 1px solid;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-condition {
    background-color: #e6e6e6;
  }
  .bx-condition:nth-child(n+2) {
    margin-top: 16px;
  }
  .bx-condition__title {
    background-color: inherit;
    padding: 0;
    font-size: 16px;
  }
  .bx-condition__list, .bx-condition__list--col2, .bx-condition__list--col2sp {
    margin-top: 6px;
  }
  .bx-condition__list--col2sp .bx-condition__item {
    width: 100%;
  }
  .bx-condition__item .frm-select {
    cursor: pointer;
  }
  .bx-condition__item .frm-parts {
    padding: 4px 0;
  }
  .bx-condition__item .frm-radio,
  .bx-condition__item .frm-checkbox {
    width: 100%;
    padding: 4px 0;
  }
  .bx-condition.is-open {
    padding-bottom: 16px;
  }
}

.city-condition .frm-parts__label {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
}
.city-condition .frm-parts__label.pr:nth-child(n+2) {
  padding-top: 16px;
  border-top: #e5e5e5 1px solid;
}
.city-condition .frm-parts__title {
  margin: 0 8px 0 0;
  white-space: nowrap;
}
.city-condition .frm-parts__title:after {
  display: none;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .city-condition .frm-parts {
    padding: 12px 0;
  }
  .city-condition .frm-parts__label {
    padding: 0 16px;
    box-sizing: border-box;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .city-condition .frm-select {
    font-size: 14px;
  }
}

.btn-search {
  background: #e6e6e6;
  width: 100%;
  padding: 12px 8px;
  box-sizing: border-box;
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  position: fixed;
  bottom: 0;
  left: 0;
  z-index: 100000;
}
.btn-search .txt, .btn-search .txt-notice, .btn-search .txt-excerpt, .btn-search .txt-sub {
  flex-shrink: 1.5;
  width: 100%;
  margin-right: 24px;
  white-space: nowrap;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .btn-search {
    display: none;
  }
}

.frm-range {
  margin-top: 12px;
}
.frm-range__wrap {
  display: flex;
  flex-wrap: nowrap;
  align-items: center;
  white-space: nowrap;
}
.frm-range label {
  display: block;
  position: relative;
}
.frm-range .frm-input {
  padding: 0 6px;
  text-align: right;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .frm-range {
    padding: 4px 0;
  }
}

.bx-categories__title {
  font-weight: bold;
  font-size: 16px;
}
.bx-categories__title::before, .gcf-txt-link--right-under > a.bx-categories__title:after, .gcf-txt-link--right-up > a.bx-categories__title:after,
.gcf-txt-link2--right-under > a.bx-categories__title:after,
.gcf-txt-link2--right-up > a.bx-categories__title:after, .gcf-txt-link--right > a.bx-categories__title:after,
.gcf-txt-link2--right > a.bx-categories__title:after {
  display: inline-block;
  margin: 0 4px 0 0;
  font-size: 18px;
  vertical-align: middle;
}
.bx-categories__button {
  background-color: #fff;
  color: #767676;
  display: block;
  height: 44px;
  line-height: 44px;
  padding: 0 16px;
  box-sizing: border-box;
  position: relative;
}
.bx-categories__button::after {
  content: "";
  background-image: url(/img/icon_arrow_down_blk.png);
  background-repeat: no-repeat;
  background-size: 14px;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 8px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bx-categories__list {
  background-color: #fff;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .bx-categories {
    width: 100vw;
  }
  .bx-categories__title {
    background-color: #6b6b6b;
    color: #fff;
    padding: 8px 6px 4px 16px;
    font-size: 14px;
  }
  .bx-categories__wrap {
    padding: 16px;
  }
  .bx-categories__wrap.is-open .bx-categories__list {
    right: 0;
  }
  .bx-categories__button {
    border: #c8c8c8 1px solid;
    border-radius: 4px;
    font-weight: bold;
  }
  .bx-categories__button::after {
    -webkit-transform: rotate(-90deg);
            transform: rotate(-90deg);
  }
  .bx-categories__inner {
    width: 100vw;
    height: 100%;
    box-sizing: border-box;
    z-index: 100001;
    transition-duration: 0.3s;
  }
  .bx-categories__list {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    padding-bottom: 109px;
  }
  .bx-categories__list .bx-categories__close > a {
    background-color: #e6e6e6;
    color: #1e50a2;
    display: block;
    padding: 16px;
    padding-left: 48px;
    position: relative;
  }
  .bx-categories__list .bx-categories__close > a::after {
    content: "";
    background-image: url(/img/icon_arrow_down_blk.png);
    background-repeat: no-repeat;
    background-size: 14px;
    display: block;
    width: 14px;
    height: 14px;
    position: absolute;
    left: 16px;
    top: 0;
    bottom: 0;
    margin: auto;
    -webkit-transform: rotate(90deg);
            transform: rotate(90deg);
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-categories {
    background-color: #e6e6e6;
    margin-bottom: 24px;
    padding: 16px;
    border-top: #6b6b6b 4px solid;
  }
  .bx-categories__wrap {
    margin-top: 8px;
    border: #c8c8c8 1px solid;
    border-radius: 4px;
  }
  .bx-categories__wrap.is-open .bx-categories__button::after {
    -webkit-transform: rotate(180deg);
            transform: rotate(180deg);
  }
  .bx-categories__button {
    cursor: pointer;
    border-radius: 4px;
  }
  .bx-categories__list {
    display: none;
    border-radius: 4px;
  }
  .bx-categories__list .bx-categories__close {
    display: none;
  }
}

.lst-categories__title .lst-categories__link {
  display: block;
  color: #1e50a2;
  padding: 12px 16px;
  font-weight: normal;
  position: relative;
}
.lst-categories__title .lst-categories__link::after {
  content: "";
  background-image: url(/img/icon_arrow_down_blk.png);
  background-repeat: no-repeat;
  background-size: 14px;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  right: 8px;
  top: calc(50% - 7px);
  bottom: 0;
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}
.lst-categories__title.is-open {
  opacity: 1;
}
.lst-categories__wrap {
  width: 100vw;
  height: 100%;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  left: 200vw;
  z-index: 100001;
  transition-duration: 0.3s;
  display: none;
}
.lst-categories__wrap.is-open {
  display: block;
}
.lst-categories__wrap .frm-checkbox {
  background-color: inherit;
}
.lst-categories__wrap .lst-categories__close {
  background-color: #e6e6e6;
  color: #1e50a2;
  display: block;
  padding: 16px;
  padding-left: 48px;
  position: relative;
  cursor: pointer;
}
.lst-categories__wrap .lst-categories__close::after {
  content: "";
  background-image: url(/img/icon_arrow_down_blk.png);
  background-repeat: no-repeat;
  background-size: 14px;
  display: block;
  width: 14px;
  height: 14px;
  position: absolute;
  left: 16px;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .lst-categories__wrap {
    background-color: #fff;
    z-index: 10000;
    display: none;
  }
  .lst-categories__wrap.is-open {
    display: block;
    z-index: 10003;
  }
  .lst-categories__wrap > li {
    padding-bottom: 109px;
  }
  .lst-categories__wrap .lst-check__item {
    border-top: #e5e5e5 1px solid;
  }
  .lst-categories__wrap .lst-check--child .frm-checkbox {
    padding-left: 40px;
  }
  .lst-categories__title {
    border-top: #e5e5e5 1px solid;
  }
  .lst-categories__inner {
    height: 100%;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
    background-color: #fff;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lst-categories {
    position: relative;
  }
  .lst-categories.no-hover:hover .lst-categories__title .lst-categories__link {
    cursor: default;
    background: #fff;
  }
  .lst-categories__title .lst-categories__link {
    color: #16160e;
    padding: 8px 16px;
    font-size: 14px;
  }
  .lst-categories__title::before, .gcf-txt-link--right-under > a.lst-categories__title:after, .gcf-txt-link--right-up > a.lst-categories__title:after,
  .gcf-txt-link2--right-under > a.lst-categories__title:after,
  .gcf-txt-link2--right-up > a.lst-categories__title:after, .gcf-txt-link--right > a.lst-categories__title:after,
  .gcf-txt-link2--right > a.lst-categories__title:after {
    content: "";
    display: none;
    position: absolute;
    right: -46px;
    top: 50%;
    width: 27px;
    height: 27px;
    -webkit-transform: translateY(-50%) rotate(45deg) skew(-13deg, -13deg);
            transform: translateY(-50%) rotate(45deg) skew(-13deg, -13deg);
    box-shadow: 0 0 2px 1px rgba(0, 0, 0, 0.16);
    background-color: #f6f6f6;
    z-index: 999998;
  }
  .lst-categories__title::after {
    display: none;
    content: "";
    position: absolute;
    right: -60px;
    top: 2px;
    height: 34px;
    width: 28px;
    background-color: #f6f6f6;
    z-index: 999999;
  }
  .lst-categories__title.is-open::before, .lst-categories__title.is-open::after {
    display: block;
  }
  .lst-categories__title.is-open::before, .gcf-txt-link--right-under > a.lst-categories__title.is-open:after, .gcf-txt-link--right-up > a.lst-categories__title.is-open:after,
  .gcf-txt-link2--right-under > a.lst-categories__title.is-open:after,
  .gcf-txt-link2--right-up > a.lst-categories__title.is-open:after, .gcf-txt-link--right > a.lst-categories__title.is-open:after,
  .gcf-txt-link2--right > a.lst-categories__title.is-open:after {
    -webkit-animation: fadeIn 0.2s ease 0s 1 normal;
            animation: fadeIn 0.2s ease 0s 1 normal;
  }
  .lst-categories__title.is-open::after {
    -webkit-animation: fadeIn 0.15s ease 0s 1 normal;
            animation: fadeIn 0.15s ease 0s 1 normal;
  }
  .lst-categories__title.is-hide::before, .lst-categories__title.is-hide::after {
    display: none;
  }
  .lst-categories__title .lst-categories__link:hover:before, .lst-categories__title .gcf-txt-link--right-under > a.lst-categories__link:hover:after, .lst-categories__title .gcf-txt-link--right-up > a.lst-categories__link:hover:after,
  .lst-categories__title .gcf-txt-link2--right-under > a.lst-categories__link:hover:after,
  .lst-categories__title .gcf-txt-link2--right-up > a.lst-categories__link:hover:after, .lst-categories__title .gcf-txt-link--right > a.lst-categories__link:hover:after,
  .lst-categories__title .gcf-txt-link2--right > a.lst-categories__link:hover:after {
    content: "";
    cursor: default;
    height: 100px;
    width: 40px;
    position: absolute;
    top: -30px;
    right: -38px;
  }
  .lst-categories__wrap {
    background: transparent;
    display: none;
    width: 796px;
    height: auto;
    box-sizing: border-box;
    position: absolute;
    top: -56px;
    left: 242px;
    right: inherit;
    opacity: 0;
    transition-duration: 0.2s;
    overflow: visible;
    padding: 0;
  }
  .lst-categories__wrap.is-open {
    opacity: 1;
  }
  .lst-categories__wrap .lst-categories__close {
    background-color: #767676;
    color: #767676;
    width: 16px;
    height: 16px;
    padding: 0;
    border-radius: 50%;
    overflow: hidden;
    position: absolute;
    top: 24px;
    right: 24px;
    z-index: 100000;
  }
  .lst-categories__wrap .lst-categories__close::before, .lst-categories__wrap .lst-categories__close::after {
    background-color: #fff;
    content: "";
    display: block;
    width: 10px;
    height: 1.5px;
    position: absolute;
    top: 0;
    bottom: 0;
    right: 0;
    left: 0;
    margin: auto;
  }
  .lst-categories__wrap .lst-categories__close::before, .lst-categories__wrap .gcf-txt-link--right-under > a.lst-categories__close:after, .lst-categories__wrap .gcf-txt-link--right-up > a.lst-categories__close:after,
  .lst-categories__wrap .gcf-txt-link2--right-under > a.lst-categories__close:after,
  .lst-categories__wrap .gcf-txt-link2--right-up > a.lst-categories__close:after, .lst-categories__wrap .gcf-txt-link--right > a.lst-categories__close:after,
  .lst-categories__wrap .gcf-txt-link2--right > a.lst-categories__close:after {
    -webkit-transform: rotate(45deg);
            transform: rotate(45deg);
  }
  .lst-categories__wrap .lst-categories__close::after {
    -webkit-transform: rotate(-45deg);
            transform: rotate(-45deg);
  }
  .lst-categories:hover .lst-categories__title .lst-categories__link {
    background-color: #c8c8c8;
  }
  .lst-categories__inner {
    background-color: #f6f6f6;
    box-shadow: 0 0 1px 1px rgba(0, 0, 0, 0.16);
  }
  .lst-categories__inner.over::after {
    content: "";
    display: block;
    width: 1px;
    height: 1rem;
  }
  .lst-categories .lst-check {
    padding: 16px 56px 0px 30px;
    box-sizing: border-box;
    max-height: calc(100vh - 16px);
    overflow-x: hidden;
    overflow-y: auto;
  }
  .lst-categories .lst-check.tab-view {
    max-height: none;
  }
  .lst-categories .lst-check::after {
    content: "";
    display: block;
    width: 1px;
    height: 16px;
  }
  .lst-categories .lst-check .frm-checkbox {
    padding: 8px 0;
    width: 100%;
  }
  .lst-categories .lst-check--child {
    display: flex;
    flex-wrap: wrap;
    padding-left: 8px;
    margin-bottom: 16px;
  }
  .lst-categories .lst-check--child .lst-check__item {
    width: 20%;
    padding-left: 16px;
    box-sizing: border-box;
  }
  .lst-categories .lst-check--child .frm-checkbox {
    width: auto;
    padding: 4px 0;
  }
  .lst-categories .lst-check__item {
    border: none;
  }
  .lst-categories .lst-check__item.pr {
    border-bottom: #e5e5e5 2px solid;
    margin-bottom: 8px;
    padding-bottom: 8px;
    font-weight: bold;
  }
  .lst-categories .lst-check__item.ch {
    font-weight: bold;
  }
  .lst-categories .lst-check__item.gs {
    font-weight: normal;
  }
  .lst-categories .lst-check__item .frm-radio__text,
  .lst-categories .lst-check__item .frm-checkbox__text {
    font-size: 14px;
  }
  .lst-categories .lst-check__item .frm-checkbox__input + .frm-checkbox__text::before, .lst-categories .lst-check__item .frm-checkbox__input + .frm-checkbox__text::after {
    top: 10px;
  }
  .lst-categories .lst-check .ch:last-child .lst-check--child {
    margin-bottom: 0;
  }
}

.lst-check--child .lst-check__item {
  border-top: #e5e5e5 1px solid;
}
.lst-check--child .frm-checkbox {
  padding-left: 40px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lst-check--child .lst-check__item {
    border-top: none;
  }
  .lst-check--child .frm-checkbox {
    padding-left: 40px;
  }
}

.nv-slide {
  height: 48px;
  margin-bottom: 24px;
  border-top: #e5e5e5 1px solid;
  border-bottom: #e5e5e5 1px solid;
  overflow: hidden;
  position: relative;
  white-space: nowrap;
}
.nv-slide__inner {
  height: 76px;
  overflow-x: auto;
  overflow-y: hidden;
  -webkit-overflow-scrolling: touch;
}
.nv-slide__list {
  display: block;
  font-size: 0;
  letter-spacing: 0;
}
.nv-slide__item {
  display: inline-block;
}
.nv-slide__item.is-current {
  color: #2e792d;
  font-weight: bold;
  position: relative;
}
.nv-slide__item.is-current::after {
  content: "";
  display: block;
  background-color: #2e792d;
  width: 100%;
  height: 3px;
  position: absolute;
  bottom: 0;
  left: 0;
}
.nv-slide__link {
  display: block;
  font-size: 14px;
  line-height: 1;
  padding: 17px 10px;
  text-align: center;
}
.nv-slide__btn-left, .nv-slide__btn-right {
  width: 32px;
  line-height: 31px;
  text-align: center;
  position: absolute;
  top: 0;
  bottom: 0;
  margin: auto;
  display: none;
}
.nv-slide__btn-left {
  left: 0;
}
.nv-slide__btn-right {
  right: 0;
  margin: auto;
}
.nv-slide.is-slide {
  padding: 0 32px;
}
.nv-slide.is-slide .nv-slide__btn-left,
.nv-slide.is-slide .nv-slide__btn-right {
  display: block;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-slide__link {
    font-size: 16px;
    padding: 16px;
  }
}

.sld {
  position: relative;
  clear: both;
}
.sld__wrap {
  width: 100%;
  padding-right: 16px;
  box-sizing: content-box;
  overflow: hidden;
}
.sld__wrap.is-mobile {
  -webkit-overflow-scrolling: touch;
  overflow: scroll;
}
.sld__list {
  display: flex;
  flex-wrap: wrap;
  align-items: stretch;
  width: 10000px;
}
.sld__list::after {
  content: "";
  display: block;
  clear: both;
}
.sld__item > a {
  display: block;
}
.sld__numbering {
  display: none;
  color: #6b6b6b;
  position: absolute;
  top: -32px;
  right: 0;
}
.sld__numbering.is-deactive {
  display: none;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .sld {
    width: 100%;
    height: auto;
  }
  .sld__list {
    margin-left: 0;
  }
  .sld__item a img {
    max-width: 100%;
    opacity: 1;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .sld__wrap {
    padding: 0;
  }
  .sld__list {
    padding: 0;
  }
  .sld__numbering {
    display: block;
  }
}

.btn-sld {
  background-color: #f6f6f6;
  width: 14px;
  height: 14px;
  padding: 5px;
  border: #e5e5e5 1px solid;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
  position: absolute;
  top: 65px;
  z-index: 20;
  cursor: pointer;
}
.btn-sld.is-next {
  right: -14px;
}
.btn-sld.is-prev {
  left: -14px;
}
.btn-sld > img {
  vertical-align: top;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .btn-sld {
    display: none;
  }
}

.pager-sld {
  display: flex;
  flex-wrap: nowrap;
  justify-content: center;
  width: 100%;
  margin-top: 16px;
}
.pager-sld__item {
  background-color: #dcd9d9;
  width: 7px;
  height: 7px;
  margin: 0 6px;
  border-radius: 50%;
  box-sizing: border-box;
}
.pager-sld__item.is-current {
  background: #2e792d;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .pager-sld {
    display: none;
  }
}

.txt:not(:first-child), .txt-notice:not(:first-child), .txt-excerpt:not(:first-child), .txt-sub:not(:first-child) {
  margin-top: 2em;
}
.txt a:not([class]), .txt-notice a:not([class]), .txt-excerpt a:not([class]), .txt-sub a:not([class]) {
  color: #1e50a2;
}
.txt a:not([class]):hover, .txt-notice a:not([class]):hover, .txt-excerpt a:not([class]):hover, .txt-sub a:not([class]):hover {
  text-decoration: underline;
}

.txt-sub {
  color: #6b6b6b;
  font-size: 12px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .txt-sub {
    font-size: 14px;
  }
}

.txt-excerpt {
  color: #16160e;
  line-height: 1.8;
  font-size: 12px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .txt-excerpt {
    font-size: 14px;
  }
}

.txt-notice {
  color: #2e792d;
}

.txt-link, .bx-message__title, .txt-link--right {
  font-size: 14px;
}
.txt-link:not(:first-child), .bx-message__title:not(:first-child), .txt-link--right:not(:first-child) {
  margin-top: 1em;
}
.txt-link > a, .bx-message__title > a, .txt-link--right > a {
  display: inline-block;
  color: #1e50a2;
  position: relative;
  padding-left: 1.1em;
}
.txt-link > a[target=_blank]:before, .gcf-txt-link--right-under.txt-link > a[target=_blank]:after, .gcf-txt-link--right-up.txt-link > a[target=_blank]:after,
.gcf-txt-link2--right-under.txt-link > a[target=_blank]:after,
.gcf-txt-link2--right-up.txt-link > a[target=_blank]:after, .gcf-txt-link--right.txt-link > a[target=_blank]:after,
.gcf-txt-link2--right.txt-link > a[target=_blank]:after, .bx-message__title > a[target=_blank]:before, .gcf-txt-link--right-under.bx-message__title > a[target=_blank]:after, .gcf-txt-link--right-up.bx-message__title > a[target=_blank]:after,
.gcf-txt-link2--right-under.bx-message__title > a[target=_blank]:after,
.gcf-txt-link2--right-up.bx-message__title > a[target=_blank]:after, .gcf-txt-link--right.bx-message__title > a[target=_blank]:after,
.gcf-txt-link2--right.bx-message__title > a[target=_blank]:after, .txt-link--right > a[target=_blank]:before, .gcf-txt-link--right-under.txt-link--right > a[target=_blank]:after, .gcf-txt-link--right-up.txt-link--right > a[target=_blank]:after,
.gcf-txt-link2--right-under.txt-link--right > a[target=_blank]:after,
.gcf-txt-link2--right-up.txt-link--right > a[target=_blank]:after, .gcf-txt-link--right.txt-link--right > a[target=_blank]:after,
.gcf-txt-link2--right.txt-link--right > a[target=_blank]:after {
  left: 0;
  top: 0.5em;
  font-size: 12px;
}
.txt-link > a:before, .gcf-txt-link--right-under.txt-link > a:after, .gcf-txt-link--right-up.txt-link > a:after,
.gcf-txt-link2--right-under.txt-link > a:after,
.gcf-txt-link2--right-up.txt-link > a:after, .gcf-txt-link--right.txt-link > a:after,
.gcf-txt-link2--right.txt-link > a:after, .bx-message__title > a:before, .gcf-txt-link--right-under.bx-message__title > a:after, .gcf-txt-link--right-up.bx-message__title > a:after,
.gcf-txt-link2--right-under.bx-message__title > a:after,
.gcf-txt-link2--right-up.bx-message__title > a:after, .gcf-txt-link--right.bx-message__title > a:after,
.gcf-txt-link2--right.bx-message__title > a:after, .txt-link--right > a:before, .gcf-txt-link--right-under.txt-link--right > a:after, .gcf-txt-link--right-up.txt-link--right > a:after,
.gcf-txt-link2--right-under.txt-link--right > a:after,
.gcf-txt-link2--right-up.txt-link--right > a:after, .gcf-txt-link--right.txt-link--right > a:after,
.gcf-txt-link2--right.txt-link--right > a:after {
  position: absolute;
  left: 0.1em;
  top: 0.5em;
  font-size: 10px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .txt-link > a:before, .gcf-txt-link--right-under.txt-link > a:after, .gcf-txt-link--right-up.txt-link > a:after,
  .gcf-txt-link2--right-under.txt-link > a:after,
  .gcf-txt-link2--right-up.txt-link > a:after, .gcf-txt-link--right.txt-link > a:after,
  .gcf-txt-link2--right.txt-link > a:after, .bx-message__title > a:before, .gcf-txt-link--right-under.bx-message__title > a:after, .gcf-txt-link--right-up.bx-message__title > a:after,
  .gcf-txt-link2--right-under.bx-message__title > a:after,
  .gcf-txt-link2--right-up.bx-message__title > a:after, .gcf-txt-link--right.bx-message__title > a:after,
  .gcf-txt-link2--right.bx-message__title > a:after, .txt-link--right > a:before, .gcf-txt-link--right-under.txt-link--right > a:after, .gcf-txt-link--right-up.txt-link--right > a:after,
  .gcf-txt-link2--right-under.txt-link--right > a:after,
  .gcf-txt-link2--right-up.txt-link--right > a:after, .gcf-txt-link--right.txt-link--right > a:after,
  .gcf-txt-link2--right.txt-link--right > a:after {
    top: 0.7em;
  }
}
.txt-link > a:hover, .bx-message__title > a:hover, .txt-link--right > a:hover {
  text-decoration: underline;
}
.txt-link--right {
  text-align: right;
}
.txt-link--right > a {
  padding-left: 0;
  padding-right: 1.1em;
}
.txt-link--right > a:before, .gcf-txt-link--right-under.txt-link--right > a:after, .gcf-txt-link--right-up.txt-link--right > a:after,
.gcf-txt-link2--right-under.txt-link--right > a:after,
.gcf-txt-link2--right-up.txt-link--right > a:after, .gcf-txt-link--right.txt-link--right > a:after,
.gcf-txt-link2--right.txt-link--right > a:after {
  left: auto;
  right: 0.1em;
}
.txt-link--right > a[target=_blank]:before, .gcf-txt-link--right-under.txt-link--right > a[target=_blank]:after, .gcf-txt-link--right-up.txt-link--right > a[target=_blank]:after,
.gcf-txt-link2--right-under.txt-link--right > a[target=_blank]:after,
.gcf-txt-link2--right-up.txt-link--right > a[target=_blank]:after, .gcf-txt-link--right.txt-link--right > a[target=_blank]:after,
.gcf-txt-link2--right.txt-link--right > a[target=_blank]:after {
  left: auto;
  right: 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .txt-link, .bx-message__title, .txt-link--right {
    font-size: 16px;
  }
}

.ttl-h1 + .txt-h1, .ttl-h1--icon + .txt-h1 {
  margin-top: 16px;
}
.ttl-h1 + .txt-h1 + *:not(.txt-h1), .ttl-h1--icon + .txt-h1 + *:not(.txt-h1) {
  margin-top: 40px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ttl-h1 + .txt-h1 + *:not(.txt-h1), .ttl-h1--icon + .txt-h1 + *:not(.txt-h1) {
    margin-top: 48px;
  }
}

.ttl-h2 + .txt-h2, .ttl-h2--border + .txt-h2, .ttl-h2--icon + .txt-h2 {
  margin-top: 16px;
}
.ttl-h2 + .txt-h2 + *:not(.txt-h2), .ttl-h2--border + .txt-h2 + *:not(.txt-h2), .ttl-h2--icon + .txt-h2 + *:not(.txt-h2) {
  margin-top: 40px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ttl-h2 + .txt-h2 + *:not(.txt-h2), .ttl-h2--border + .txt-h2 + *:not(.txt-h2), .ttl-h2--icon + .txt-h2 + *:not(.txt-h2) {
    margin-top: 48px;
  }
}

.txt-list__disc > li {
  list-style-type: disc;
  margin-left: 20px;
}

.ttl-h1, .ttl-h1--icon {
  font-size: 22px;
  letter-spacing: normal;
}
.ttl-h1 + *, .ttl-h1--icon + * {
  margin-top: 40px;
}
.ttl-h1:not(:first-child), .ttl-h1--icon:not(:first-child) {
  margin-top: 2em;
}
.ttl-h1__text {
  font-weight: bold;
  display: inline-block;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ttl-h1, .ttl-h1--icon {
    font-size: 26px;
  }
  .ttl-h1 + *, .ttl-h1--icon + * {
    margin-top: 48px;
  }
}
.ttl-h1--icon {
  position: relative;
}
.ttl-h1--icon .ttl-h1__text {
  padding-left: 30px;
}
.ttl-h1--icon .ttl-h1__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ttl-h1--icon .ttl-h1__text {
    padding-left: 34px;
  }
}

.ttl-h2, .ttl-h2--border, .ttl-h2--icon {
  font-size: 20px;
  letter-spacing: normal;
}
.ttl-h2 + *, .ttl-h2--border + *, .ttl-h2--icon + * {
  margin-top: 16px;
}
.ttl-h2:not(:first-child), .ttl-h2--border:not(:first-child), .ttl-h2--icon:not(:first-child) {
  margin-top: 24px;
}
.ttl-h2__text {
  font-weight: bold;
  display: inline-block;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ttl-h2, .ttl-h2--border, .ttl-h2--icon {
    font-size: 22px;
  }
  .ttl-h2 + *, .ttl-h2--border + *, .ttl-h2--icon + * {
    margin-top: 24px;
  }
  .ttl-h2:not(:first-child), .ttl-h2--border:not(:first-child), .ttl-h2--icon:not(:first-child) {
    margin-top: 128px;
  }
}
.ttl-h2--icon {
  position: relative;
}
.ttl-h2--icon .ttl-h2__text {
  padding-left: 25px;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .ttl-h2--icon .ttl-h2__text {
    font-size: 18px;
  }
}
.ttl-h2--icon .ttl-h2__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ttl-h2--icon .ttl-h2__text {
    padding-left: 30px;
  }
}
.ttl-h2--border {
  padding-left: 8px;
  border-left: #2e792d 4px solid;
}

.ttl-h3 {
  font-size: 18px;
  letter-spacing: normal;
}
.ttl-h3 + * {
  margin-top: 12px;
}
.ttl-h3:not(:first-child) {
  margin-top: 2em;
}
.ttl-h3__text {
  font-weight: bold;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ttl-h3 + * {
    margin-top: 16px;
  }
}

.ttl-h4 {
  font-size: 16px;
  letter-spacing: normal;
}
.ttl-h4 + * {
  margin-top: 12px;
}
.ttl-h4:not(:first-child) {
  margin-top: 2em;
}
.ttl-h4__text {
  font-weight: bold;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ttl-h4 + * {
    margin-top: 12px;
  }
}

.ttl-side {
  position: relative;
  color: #6b6b6b;
  font-size: 14px;
  letter-spacing: normal;
}
.ttl-side + * {
  margin-top: 16px;
}
.ttl-side:not(:first-child) {
  margin-top: 2em;
}
.ttl-side__text {
  font-weight: bold;
  display: inline-block;
  padding-left: 18px;
}
.ttl-side__icon {
  position: absolute;
  top: 0;
  left: 0;
  display: inline-block;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ttl-side {
    font-size: 16px;
  }
}

.lyt-title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.lyt-title + * {
  margin-top: 16px;
}
.lyt-title:not(:first-child) {
  margin-top: 48px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lyt-title + * {
    margin-top: 24px;
  }
  .lyt-title:not(:first-child) {
    margin-top: 64px;
  }
}

.bx-notice .txt, .bx-notice .txt-sub, .bx-notice .txt-excerpt, .bx-notice .txt-notice {
  line-height: 1.88;
}

.tbl-info__label .txt, .tbl-info__label .txt-sub, .tbl-info__label .txt-excerpt, .tbl-info__label .txt-notice {
  color: #16160e;
}

.ttl-h2--border + form > .frm-group:first-child, .ttl-h2--border + .frm-group {
  margin-top: 1em;
}

.nv-accordion__wrap .lst-navi,
.nv-accordion__wrap .lst-navi2 {
  background: #f6f6f6;
}
@media only screen and (min-device-width: 600px) {
  .nv-accordion__wrap .lst-navi2 {
    background: none;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .nv-accordion__wrap .lst-navi {
    background: none;
  }
  .nv-accordion__wrap .lst-navi2__item {
    width: auto;
    padding: 0 8px;
    text-align: left;
  }
}

.bx-fill__title + .lyt-image3, .bx-fill__title + .lyt-image3--reverse {
  margin-top: 1em;
}

.lyt-feature .btn-wrap:not(:first-child), .lyt-feature--reverse .btn-wrap:not(:first-child), .lyt-feature .btn-wrap--reverse:not(:first-child), .lyt-feature--reverse .btn-wrap--reverse:not(:first-child) {
  margin-top: 1em;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lyt-feature .btn-wrap:not(:first-child), .lyt-feature--reverse .btn-wrap:not(:first-child), .lyt-feature .btn-wrap--reverse:not(:first-child), .lyt-feature--reverse .btn-wrap--reverse:not(:first-child) {
    margin-top: 1.5em;
  }
}

.btn-wrap .frm-checkbox, .btn-wrap--reverse .frm-checkbox {
  margin-bottom: 16px;
}
.btn-wrap .frm-checkbox + .vald-error-txt, .btn-wrap--reverse .frm-checkbox + .vald-error-txt {
  position: relative;
  top: -16px;
  text-align: center;
}

@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .frm-group .lst-input:first-child,
  .frm-group .lst-input__item:not(:first-child) {
    margin-top: 0;
  }
  .frm-group .frm-radio,
  .frm-group .frm-checkbox {
    padding: 8px 0 6px;
  }
  .frm-group + .btn-wrap, .frm-group + .btn-wrap--reverse {
    margin-top: 64px;
  }
}

.frm-parts__label .lst-input {
  margin-top: 10px;
}

.mt-xs {
  margin-top: 8px !important;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .mt-xs {
    margin-top: 16px !important;
  }
}

.mt-sm {
  margin-top: 16px !important;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .mt-sm {
    margin-top: 24px !important;
  }
}

.mt-md {
  margin-top: 24px !important;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .mt-md {
    margin-top: 32px !important;
  }
}

.mt-lg {
  margin-top: 32px !important;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .mt-lg {
    margin-top: 48px !important;
  }
}

.mt-xl {
  margin-top: 48px !important;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .mt-xl {
    margin-top: 64px !important;
  }
}

.mt-xxl {
  margin-top: 64px !important;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .mt-xxl {
    margin-top: 80px !important;
  }
}

.is-disable {
  color: #767676;
}

.ta-center {
  text-align: center !important;
}

.ta-right {
  text-align: right !important;
}

.btn-color--saigai {
  background: #d45700;
  border-color: #d45700;
}

/* 共通コンポーネント */
/* lyt */
/* lyt-image */
.lyt-image {
  text-align: center;
}
.lyt-image img {
  border: 0;
  width: auto;
}
.lyt-image__caption {
  font-size: 13px;
  margin-top: 10px;
  line-height: 1.2;
  width: 100%;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lyt-image__caption {
    font-size: 14px;
    margin-top: 14px;
  }
}

/* lst */
/* note */
.lst-notes2 > li,
.lst-notes3 > li {
  display: block;
  font-size: 13px;
  padding-left: 1em;
  position: relative;
}
.lst-notes2__mark,
.lst-notes3__mark {
  display: block;
  position: absolute;
  top: 0;
  left: 0;
}

.lst-notes3 > li {
  font-size: 12px;
  line-height: 1.5;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lst-notes3 > li {
    font-size: 14px;
  }
}

.lst-faq {
  margin-top: 20px;
}
.lst-faq__quest {
  font-size: 16px;
  font-weight: bold;
  padding-left: 42px;
  position: relative;
}
.lst-faq__quest > .lst-faq__icon {
  background-color: #2e792d;
  color: #fff;
}
.lst-faq__ans {
  font-size: 16px;
  padding-left: 42px;
  position: relative;
  margin: 30px 0 0 0;
}
.lst-faq__ans > .lst-faq__icon {
  background-color: #cce1d8;
  color: #006b3e;
}
.lst-faq__ans + .lst-faq__quest {
  margin-top: 64px;
}
.lst-faq__icon {
  border-radius: 50%;
  display: inline-block;
  font-size: 15px;
  font-weight: bold;
  height: 32px;
  left: 0;
  line-height: 32px;
  position: absolute;
  text-align: center;
  top: 0;
  width: 32px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .lst-faq {
    margin-top: 47px;
  }
  .lst-faq__quest {
    font-size: 18px;
    padding-left: 60px;
  }
  .lst-faq__ans {
    font-size: 14px;
    padding-left: 60px;
    margin: 30px 0 0 0;
  }
  .lst-faq__ans + .lst-faq__quest {
    margin-top: 72px;
  }
  .lst-faq__icon {
    font-size: 16px;
    height: 40px;
    line-height: 40px;
    top: -7px;
    width: 40px;
  }
}

.bx-message__title + .bx-message__text {
  margin-top: 8px;
}

.bx-message__date--right {
  margin: 9px 0 0 auto;
  width: auto;
}

.nav-user__list {
  z-index: 1;
}

.goods-col a:hover {
  text-decoration: underline;
  color: #1e50a2;
}

#contents p {
  margin-top: 16px;
}

.gcf-site-logo {
  display: flex;
  align-items: center;
  float: left;
  padding: 5px 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-site-logo {
    margin-right: 32px;
    padding: 20px 0;
    height: 38px;
  }
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .gcf-site-logo {
    margin-top: 6px;
  }
}
.gcf-site-logo img {
  height: 28px;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .gcf-site-logo img {
    height: 24px;
  }
}

@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-user.nav-user {
    margin-left: 0;
    width: auto;
  }
}

.gcf-lyt-glonav {
  background-color: #16160e;
  min-height: 44px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-glonav {
    min-height: 48px;
  }
}

@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-bread.nv-bread {
    margin: 13px auto 0;
  }
  .gcf-lyt-bread + * {
    margin-top: 29px;
  }
}

@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .header_row {
    padding-top: 16px;
  }
}
.gcf-lyt-footer {
  margin-top: 48px;
}
.gcf-lyt-footer__nav-list {
  display: none;
}
.gcf-lyt-footer__sns ul {
  display: flex;
  justify-content: center;
  align-items: center;
  gap: 16px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-footer__sns ul {
    justify-content: flex-start;
  }
}
.gcf-lyt-footer__sns a {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  width: 40px;
  height: 40px;
  padding: 8px;
  border-radius: 4px;
  box-sizing: border-box;
  transition: opacity 0.3s;
}
.gcf-lyt-footer__sns a:hover {
  opacity: 0.85;
}
.gcf-lyt-footer__sns a .amp-viewer-amp-logo-icon {
  display: none;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .gcf-lyt-footer__sns {
    margin-bottom: 32px;
  }
  .gcf-lyt-footer__sns .footer-title {
    display: inline-block;
    width: 100%;
    padding: 8px 0px 16px;
    margin-bottom: 0;
    border-bottom: 1px solid #26684b;
    line-height: 1;
  }
  .gcf-lyt-footer__sns li {
    margin-top: 16px;
  }
}
@media only screen and (min-device-width: 600px) {
  .gcf-lyt-footer__sns {
    margin-top: 24px;
  }
  .gcf-lyt-footer__sns .footer-title {
    margin-bottom: 0;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-footer {
    margin-top: 80px;
  }
  .gcf-lyt-footer__nav-list {
    display: flex;
  }
  .gcf-lyt-footer__nav-list .footer-title {
    border-bottom: 1px solid #26684b;
  }
  .gcf-lyt-footer__categories {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
  }
  .gcf-lyt-footer__categories > li {
    width: 50%;
  }
  .gcf-lyt-footer__tags {
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
    align-items: flex-start;
  }
  .gcf-lyt-footer__tags > li > a {
    margin-right: 24px;
    padding: 4px 0;
    background-image: none;
  }
}

@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-footer__banner {
    position: absolute;
    right: 0;
    bottom: 0;
    width: 280px;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-footer__banner a:hover {
    opacity: 0.8;
  }
}

html.is-fix {
  height: 100%;
  overflow: auto;
}
html.is-fix body {
  height: 100%;
  overflow: hidden;
}

.gcf-lyt-side {
  margin-top: 50px;
  width: 100%;
}
.gcf-lyt-side__banner {
  display: none;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .gcf-lyt-side__modal {
    display: none;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 10;
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 16px;
    background-color: rgba(0, 0, 0, 0.5);
  }
  .gcf-lyt-side__modal-inner {
    box-sizing: border-box;
    width: 100%;
    height: 100%;
    padding: 24px 20px 80px;
    background-color: #fff;
    overflow: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .gcf-lyt-side .user-message__link {
    margin-top: 32px;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-side__modal {
    margin-top: 40px;
  }
}
.gcf-lyt-side__link {
  margin-top: 27px;
  text-align: right;
}
.gcf-lyt-side__link > a {
  background: url("/img/icon_arrow_anchor_gry.svg") no-repeat right center/0.5em;
  color: #6b6b6b;
  padding-right: 0.8em;
}
.gcf-lyt-side__link > a:hover {
  background-image: url(/img/icon_arrow_anchor_blue.svg);
  color: #1e50a2;
  text-decoration: underline;
}
.gcf-lyt-side__useway {
  box-shadow: none;
  margin: 48px 0 0;
  padding: 0 16px 16px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-side__useway {
    padding: 0;
  }
}
.gcf-lyt-side__useway p:not(.text-right) {
  font-size: 12px;
  margin: 0;
}
.gcf-lyt-side__useway .ttl-side {
  overflow: hidden;
}
.gcf-lyt-side__useway .ttl-side .ttl-side__text {
  display: inline-block;
  width: 100%;
}
.gcf-lyt-side__useway .article-pnl_img-box {
  position: relative;
}
.gcf-lyt-side__useway .article-pnl_img-box .newImg {
  position: absolute;
  left: 0;
}
.gcf-lyt-side__beginer-guide {
  display: none;
  margin-top: 48px;
}
.gcf-lyt-side__search {
  display: none;
}
.gcf-lyt-side__search .ttl-side {
  color: #16160e;
  font-size: 18px;
}
.gcf-lyt-side__search .gcf-lyt-side__section {
  margin-bottom: 48px;
}
.gcf-lyt-side__search .gcf-lyt-side__section-title {
  margin-bottom: 24px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-side {
    display: block;
    float: left;
    margin-top: 0;
    width: 244px;
  }
  .gcf-lyt-side__banner {
    display: block;
  }
  .gcf-lyt-side__banner li + li {
    margin-top: 24px;
  }
  .gcf-lyt-side__banner a:hover {
    opacity: 0.85;
  }
  .gcf-lyt-side__beginer-guide {
    display: block;
  }
}

.footer--gcf .footer-performance .footer-performance__link {
  background-color: #00664b;
}
.footer--gcf .footer-performance small {
  color: #7c9d8e;
}
.footer--gcf .footer-performance .footer-performance__list {
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  margin-top: 0;
}
.footer--gcf .footer-performance .footer-performance__list li {
  width: auto;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .footer--gcf .footer-performance .footer-performance__list li {
    display: flex;
  }
  .footer--gcf .footer-performance .footer-performance__list li::before, .footer--gcf .footer-performance .footer-performance__list li::after {
    content: "";
    width: 24px;
    height: 78px;
    background: url("/img/gcf/footer/laurel.png") no-repeat;
    background-size: contain;
  }
  .footer--gcf .footer-performance .footer-performance__list li::before {
    margin-right: 8px;
  }
  .footer--gcf .footer-performance .footer-performance__list li::after {
    margin-left: 8px;
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .footer--gcf .footer-performance .footer-performance__list li {
    margin-top: 16px;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .footer--gcf .footer-performance .footer-performance__list li:nth-child(n+2) {
    margin-left: 16px;
  }
}
.footer--gcf .footer-performance .footer-performance__list li p {
  text-align: center;
  font-size: 12px;
  margin-bottom: 8px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .footer--gcf .footer-performance .footer-performance__list li p {
    font-size: 14px;
  }
}
.footer--gcf .footer-performance .footer-performance__list li .achievement {
  display: flex;
  align-items: center;
  justify-content: center;
  line-height: 1;
  font-size: 12px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .footer--gcf .footer-performance .footer-performance__list li .achievement {
    font-size: 14px;
  }
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .footer--gcf .footer-performance .footer-performance__list li .achievement {
    height: 52px;
  }
  .footer--gcf .footer-performance .footer-performance__list li .achievement::before, .footer--gcf .footer-performance .footer-performance__list li .achievement::after {
    content: "";
    width: 16px;
    height: 52px;
    background: url("/img/gcf/footer/laurel.png") no-repeat;
    background-size: contain;
  }
  .footer--gcf .footer-performance .footer-performance__list li .achievement::after {
    -webkit-transform: rotateY(180deg);
            transform: rotateY(180deg);
  }
}
.footer--gcf .footer-performance .footer-performance__list li .achievement span {
  font-size: 18px;
  font-weight: bold;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .footer--gcf .footer-performance .footer-performance__list li .achievement span {
    font-size: 24px;
    margin-right: 4px;
  }
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .footer--gcf .footer-performance .footer-performance__list li .achievement .money {
    font-size: 12px;
  }
}
.footer--gcf .gcf-lst-nv {
  display: flex;
  width: 100%;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .footer--gcf .gcf-lst-nv {
    flex-wrap: wrap;
  }
}
.footer--gcf .gcf-lst-nv__content {
  line-height: 1;
  flex-grow: 1;
  margin-top: 16px;
  border-bottom: 1px solid #00664b;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .footer--gcf .gcf-lst-nv__content {
    flex-basis: 100%;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .footer--gcf .gcf-lst-nv__content {
    margin-top: 24px;
  }
  .footer--gcf .gcf-lst-nv__content + li {
    margin-left: 32px;
  }
}
.footer--gcf .gcf-lst-nv a {
  display: inline-block;
  width: 100%;
  padding: 8px 0px 16px;
  margin-bottom: 0;
}
.footer--gcf .gcf-lst-nv a:hover {
  text-decoration: underline;
}

/* img + txt(並び順はdom準拠 pc時左右margin24px) */
.gcf-lyt-image__content + .gcf-lyt-image__image, .gcf-lyt-image__content--reverse + .gcf-lyt-image__image {
  margin-top: 20px;
}
.gcf-lyt-image__image {
  text-align: center;
}
.gcf-lyt-image__image + .gcf-lyt-image__content, .gcf-lyt-image__image + .gcf-lyt-image__content--reverse {
  margin-top: 16px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-image {
    display: flex;
    justify-content: space-between;
  }
  .gcf-lyt-image__content + .gcf-lyt-image__image, .gcf-lyt-image__content--reverse + .gcf-lyt-image__image {
    width: 244px;
    margin-top: 0;
  }
  .gcf-lyt-image__image {
    flex-shrink: 0;
  }
  .gcf-lyt-image__image + .gcf-lyt-image__content, .gcf-lyt-image__image + .gcf-lyt-image__content--reverse {
    margin-top: 0;
  }
  .gcf-lyt-image__content {
    margin: 0 24px 0 0;
  }
  .gcf-lyt-image__content--reverse {
    margin: 0 0 0 24px;
  }
}

/* img + txt(並び順はdom準拠 pc時左右margin40px) */
.gcf-lyt-image2__content, .gcf-lyt-image2__content--reverse {
  margin-top: 20px;
}
.gcf-lyt-image2__image {
  text-align: center;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-image2 {
    display: flex;
    margin-top: 24px;
  }
  .gcf-lyt-image2__image {
    flex-shrink: 0;
  }
  .gcf-lyt-image2__image img + p {
    margin-top: 12px;
  }
  .gcf-lyt-image2__content, .gcf-lyt-image2__content--reverse {
    margin: 0 40px 0 0;
  }
  .gcf-lyt-image2__content--reverse {
    margin: 0 0 0 40px;
  }
}

/* content + content */
.gcf-lyt-flex {
  display: flex;
  justify-content: space-between;
}

.gcf-lyt-anchor {
  margin-top: 40px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-anchor {
    margin-top: 56px;
  }
}

/* link container */
.gcf-lyt-link {
  margin-top: 24px;
}

@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  #wrap {
    overflow: hidden;
  }
}

.article-col {
  display: block;
  background-color: #fff;
  width: 48%;
  margin-top: 24px;
  margin-right: 0;
  float: left;
  overflow: hidden;
}
.article-col:nth-child(-n+2) {
  margin-top: 0;
}
.article-col:nth-child(odd) {
  margin-right: 4%;
}
.article-col.sld__item {
  width: calc(48vw - 16px);
  margin: 0 0 16px;
}
.article-col.sld__item:nth-child(odd) {
  margin-right: 4vw;
}
.article-col > a.block:hover {
  color: #1e50a2;
  text-decoration: underline;
}
.article-col > a.block:hover img {
  opacity: 0.85;
}
.article-col > a.block:hover h3,
.article-col > a.block:hover p,
.article-col > a.block:hover span {
  color: #1e50a2;
}
@media only screen and (min-device-width: 600px) {
  .article-col {
    width: 32%;
    margin-right: 2%;
  }
  .article-col:nth-child(-n+3) {
    margin-top: 0;
  }
  .article-col:nth-child(odd) {
    margin-right: 2%;
  }
  .article-col:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .article-col {
    width: 244px;
    margin-right: 32px;
  }
  .article-col:nth-child(odd) {
    margin-right: 32px;
  }
  .article-col:nth-child(3n) {
    margin-right: 0;
  }
}
.article-col_img {
  position: relative;
}
.article-col_photo {
  width: 100%;
  border: 1px solid #c8c8c8;
  box-sizing: border-box;
}
.article-col_summary {
  padding: 8px 0 0;
  font-size: 14px;
}
.article-col_cityname {
  margin-top: 8px;
}
.article-col_txt:not(:last-child) {
  margin-bottom: 4px;
}

.article-4-col {
  display: block;
  background-color: #fff;
  width: 48%;
  margin-top: 24px;
  margin-right: 0;
  float: left;
  overflow: hidden;
}
.article-4-col:nth-child(-n+2) {
  margin-top: 0;
}
.article-4-col:nth-child(odd) {
  margin-right: 4%;
}
.article-4-col.sld__item {
  width: calc(48vw - 16px);
  margin: 0 0 16px;
}
.article-4-col.sld__item:nth-child(odd) {
  margin-right: 4vw;
}
.article-4-col > a.block:hover {
  color: #1e50a2;
  text-decoration: underline;
}
.article-4-col > a.block:hover img {
  opacity: 0.85;
}
.article-4-col > a.block:hover h3,
.article-4-col > a.block:hover p,
.article-4-col > a.block:hover span {
  color: #1e50a2;
}
@media only screen and (min-device-width: 600px) {
  .article-4-col {
    width: 32%;
    margin-right: 2%;
  }
  .article-4-col:nth-child(-n+3) {
    margin-top: 0;
  }
  .article-4-col:nth-child(odd) {
    margin-right: 2%;
  }
  .article-4-col:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .article-4-col {
    width: 244px;
  }
  .article-4-col:nth-child(n) {
    margin-right: 32px;
  }
  .article-4-col:nth-child(4) {
    margin-top: 0;
  }
  .article-4-col:nth-child(4n) {
    margin-right: 0;
  }
}

.article-pnl {
  width: 100%;
  padding-top: 16px;
  margin-top: 16px;
  border-top: #e5e5e5 1px solid;
  overflow: hidden;
}
.article-pnl:nth-child(-n+1) {
  margin-top: 0;
  padding-top: 0;
  border-top: none;
}
.article-pnl a:hover {
  color: #1e50a2;
  text-decoration: underline;
  cursor: pointer;
}
.article-pnl a:hover img {
  opacity: 0.85;
}
.article-pnl a:hover .article-pnl_date {
  color: #1e50a2;
}
.article-pnl_img-box {
  width: 90px;
  margin-right: 12px;
  float: left;
}
.article-pnl_img {
  width: 90px;
  float: left;
  border: 1px solid #e5e5e5;
  box-sizing: border-box;
}
.article-pnl_summary {
  overflow: hidden;
}
.article-pnl_cityname {
  height: 1.5em;
  font-weight: bold;
  font-size: 12px;
}
.article-pnl_title {
  font-weight: bold;
  font-size: 12px;
}
.article-pnl_name {
  max-height: 3em;
  font-size: 14px;
}
.article-pnl_date {
  color: #6b6b6b;
  font-size: 12px;
}
.article-pnl_price {
  margin-bottom: 8px;
}
@media only screen and (min-device-width: 600px) {
  .article-pnl {
    width: 48%;
  }
  .article-pnl:nth-child(-n+2) {
    margin-top: 0;
    padding-top: 0;
    border-top: none;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .article-pnl {
    width: 100%;
  }
  .article-pnl:nth-child(n+2) {
    margin-top: 16px;
    padding-top: 16px;
    border-top: #e5e5e5 1px solid;
  }
  .article-pnl_cityname, .article-pnl_title, .article-pnl_txt {
    font-size: 14px;
  }
}

.article-sld {
  display: block;
  background-color: #fff;
  width: 200px;
  margin-right: 16px;
  float: left;
  overflow: hidden;
  position: relative;
}
.article-sld__img {
  position: relative;
  overflow: hidden;
  border: #c8c8c8 1px solid;
}
.article-sld__photo {
  min-height: 91px;
}
.article-sld__summary {
  padding: 10px 0 0;
  font-size: 14px;
}
.article-sld__summary .sendiconlist {
  margin-top: -5px;
  text-align: left;
  letter-spacing: 0;
}
.article-sld__summary .sendiconlist_item {
  padding: 1px 5px;
  border-radius: 4px;
  margin-top: 5px;
}
.article-sld__name {
  height: 3em;
  overflow: hidden;
}
.article-sld__name:not(:last-child) {
  margin-bottom: 4px;
}
.article-sld__textinfo {
  max-height: 6em;
  font-size: 12px;
  color: #6b6b6b;
  overflow: hidden;
  text-align: justify;
}
.article-sld__cityname {
  color: #1e50a2;
  margin-top: 6px;
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (min-device-width: 600px) {
  .article-sld {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .article-sld {
    width: 244px;
    margin-right: 32px;
  }
  .article-sld__photo {
    vertical-align: middle;
  }
  .article-sld__textinfo {
    max-height: 6em;
    font-size: 14px;
    color: #6b6b6b;
    overflow: hidden;
    text-align: justify;
  }
}
.article-sld > a.block:hover {
  color: #1e50a2;
  text-decoration: underline;
}
.article-sld > a.block:hover img {
  opacity: 0.85;
}
.article-sld > a.block:hover .article-sld__textinfo {
  color: #1e50a2;
}

.city-col {
  display: block;
  background-color: #fff;
  width: 48%;
  margin-bottom: 32px;
  margin-right: 0;
  float: left;
  overflow: hidden;
}
.city-col:nth-child(odd) {
  margin-right: 4%;
}
.city-col.sld__item {
  width: calc(48vw - 16px);
  margin: 0 0 16px;
}
.city-col.sld__item:nth-child(odd) {
  margin-right: 4vw;
}
@media only screen and (min-device-width: 600px) {
  .city-col {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
  }
  .city-col:nth-child(odd) {
    margin-right: 24px;
  }
  .city-col:nth-child(3n) {
    margin-right: 0;
  }
  .city-col.sld__item {
    width: calc((100vw - 32px - 48px) / 3);
    margin: 0 24px 16px 0;
  }
  .city-col.sld__item:nth-child(odd) {
    margin-right: 24px;
  }
  .city-col.sld__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .city-col:nth-child(n) {
    width: 256px;
    margin: 0 24px 32px 0;
  }
  .city-col:nth-child(3n) {
    margin-right: 0;
  }
  .city-col.sld__item:nth-child(n) {
    width: 256px;
    margin: 0 24px 0 0;
  }
}

.city-4-col {
  display: block;
  background-color: #fff;
  width: 48%;
  margin-bottom: 32px;
  margin-right: 0;
  float: left;
  overflow: hidden;
}
.city-4-col:nth-child(odd) {
  margin-right: 4%;
}
.city-4-col.sld__item {
  width: calc(48vw - 16px);
  margin: 0 0 16px;
}
.city-4-col.sld__item:nth-child(odd) {
  margin-right: 4vw;
}
@media only screen and (min-device-width: 600px) {
  .city-4-col {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
  }
  .city-4-col:nth-child(odd) {
    margin-right: 24px;
  }
  .city-4-col:nth-child(3n) {
    margin-right: 0;
  }
  .city-4-col.sld__item {
    width: calc((100vw - 32px - 48px) / 3);
    margin: 0 24px 16px 0;
  }
  .city-4-col.sld__item:nth-child(odd) {
    margin-right: 24px;
  }
  .city-4-col.sld__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .city-4-col:nth-child(n) {
    width: 244px;
    margin: 0 32px 32px 0;
  }
  .city-4-col:nth-child(4n) {
    margin-right: 0;
  }
  .city-4-col.sld__item:nth-child(n) {
    width: 244px;
    margin: 0 32px 0 0;
  }
}

.city-col_img {
  width: 100%;
  min-height: 151px;
  position: relative;
}

.city-col:hover .goods--box_img {
  opacity: 0.85;
}

.city-col_photo {
  min-width: 100%;
  max-width: none;
  height: 151px;
  position: absolute;
  right: -300%;
  left: -300%;
  margin: auto;
}

.city-col_icon {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  top: 80%;
  margin: auto;
}

.city-col_summary {
  padding: 32px 0 0;
  font-size: 14px;
}
.city-col_summary .btn--brdred {
  display: block;
}

.city-col_cityname {
  margin-bottom: 8px;
  color: #020202;
  font-weight: bold;
  font-size: 14px;
  text-align: center;
}
.city-col_cityname:not(:last-child) {
  margin-bottom: 4px;
}
.city-col_cityname span {
  display: block;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .city-col_cityname:not(:last-child) {
    margin-bottom: 4px;
  }
  .city-col_cityname span {
    display: inline-block;
    margin-right: 0.5em;
  }
}

.city-col_textinfo {
  margin-bottom: 8px;
  color: #6b6b6b;
  min-height: 4.5em;
  max-height: 4.5em;
  font-size: 12px;
  overflow: hidden;
}

.gcf-list--choice .gcf-list {
  overflow: hidden;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .gcf-list--choice .gcf-list.sld__list {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.gcf-list--choice .gcf-list .gcf-col {
  display: block;
  background-color: #fff;
  width: 48%;
  margin-bottom: 32px;
  margin-right: 0;
  float: left;
  overflow: hidden;
}
.gcf-list--choice .gcf-list .gcf-col:nth-child(odd) {
  margin-right: 4%;
}
@media only screen and (min-device-width: 600px) {
  .gcf-list--choice .gcf-list .gcf-col {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
  }
  .gcf-list--choice .gcf-list .gcf-col:nth-child(odd) {
    margin-right: 24px;
  }
  .gcf-list--choice .gcf-list .gcf-col:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-list--choice .gcf-list .gcf-col {
    width: 244px;
    margin-right: 32px;
    margin-bottom: 32px;
  }
  .gcf-list--choice .gcf-list .gcf-col:nth-child(n) {
    margin-right: 32px;
  }
  .gcf-list--choice .gcf-list .gcf-col:nth-child(4n) {
    margin-right: 0;
  }
}
.gcf-list--choice .gcf-list .gcf-col > a {
  display: block;
}
.gcf-list--choice .gcf-list .gcf-col_img {
  position: relative;
  overflow: hidden;
}
.gcf-list--choice .gcf-list .gcf-col:hover .gcf-col_img {
  opacity: 0.8;
}
.gcf-list--choice .gcf-list .gcf-col_rank {
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-list--choice .gcf-list .gcf-col_rank {
    background-image: url(/img/icon/title/icon_ranking_wh.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 16px;
    width: auto;
    top: 8px;
    left: 8px;
    padding: 0 4px 0 20px;
    border-radius: 4px;
  }
}
.gcf-list--choice .gcf-list .gcf-col_rank._1 {
  background-color: #f4c42d;
}
.gcf-list--choice .gcf-list .gcf-col_rank._2 {
  background-color: #919191;
}
.gcf-list--choice .gcf-list .gcf-col_rank._3 {
  background-color: #8f6e40;
}
.gcf-list--choice .gcf-list .gcf-col_summary {
  padding: 8px 0 0;
  font-size: 14px;
}
.gcf-list--choice .gcf-list .gcf-col__title {
  height: 4.8em;
  overflow: hidden;
  margin-bottom: 8px;
}
.gcf-list--choice .gcf-list .gcf-col__remind--complete,
.gcf-list--choice .gcf-list .gcf-col__remind--soon {
  display: inline-block;
  font-size: 12px;
  width: 76px;
  text-align: center;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-list--choice .gcf-list .gcf-col__remind--complete,
  .gcf-list--choice .gcf-list .gcf-col__remind--soon {
    line-height: 1.7;
  }
}
.gcf-list--choice .gcf-list .gcf-col__remind--complete {
  border-top: solid 1px #f2b02d;
  border-bottom: solid 1px #f2b02d;
  background: #fcf2df;
}
.gcf-list--choice .gcf-list .gcf-col__remind--soon {
  border-top: solid 1px #93ca76;
  border-bottom: solid 1px #93ca76;
  background: #edf5e9;
}
.gcf-list--choice .gcf-list .gcf-col_name {
  display: inline;
  font-weight: bold;
  font-size: 14px;
}
.gcf-list--choice .gcf-list .gcf-col_name:not(:last-child) {
  margin-bottom: 4px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-list--choice .gcf-list .gcf-col_name {
    font-size: 16px;
  }
  .gcf-list--choice .gcf-list .gcf-col_name:not(:last-child) {
    margin-bottom: 4px;
  }
}
.gcf-list--choice .gcf-list .gcf-col:hover .gcf-col_summary,
.gcf-list--choice .gcf-list .gcf-col:hover .article-sld__summary,
.gcf-list--choice .gcf-list .sld__item.gcf:hover .gcf-col_summary,
.gcf-list--choice .gcf-list .sld__item.gcf:hover .article-sld__summary {
  text-decoration: underline;
  color: #1e50a2;
}
.gcf-list--choice .gcf-list .gcf-col:hover .gcf-col_summary .gcf-col__remind--complete,
.gcf-list--choice .gcf-list .gcf-col:hover .gcf-col_summary .gcf-col__remind--soon,
.gcf-list--choice .gcf-list .gcf-col:hover .gcf-col_summary ._number,
.gcf-list--choice .gcf-list .gcf-col:hover .article-sld__summary .gcf-col__remind--complete,
.gcf-list--choice .gcf-list .gcf-col:hover .article-sld__summary .gcf-col__remind--soon,
.gcf-list--choice .gcf-list .gcf-col:hover .article-sld__summary ._number,
.gcf-list--choice .gcf-list .sld__item.gcf:hover .gcf-col_summary .gcf-col__remind--complete,
.gcf-list--choice .gcf-list .sld__item.gcf:hover .gcf-col_summary .gcf-col__remind--soon,
.gcf-list--choice .gcf-list .sld__item.gcf:hover .gcf-col_summary ._number,
.gcf-list--choice .gcf-list .sld__item.gcf:hover .article-sld__summary .gcf-col__remind--complete,
.gcf-list--choice .gcf-list .sld__item.gcf:hover .article-sld__summary .gcf-col__remind--soon,
.gcf-list--choice .gcf-list .sld__item.gcf:hover .article-sld__summary ._number {
  text-decoration: none;
  color: #16160e;
}
.gcf-list--choice .gcf-list .gcf-col_cityname {
  font-size: 12px;
}
.gcf-list--choice .gcf-list .gcf-col_cityname:not(:last-child) {
  margin-bottom: 8px;
}
.gcf-list--choice .gcf-list .gcf-col__total {
  font-size: 12px;
  display: flex;
  flex-flow: row wrap;
  justify-content: space-between;
  align-items: baseline;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-list--choice .gcf-list .gcf-col__total {
    font-size: 14px;
  }
}
.gcf-list--choice .gcf-list .gcf-col__quantity {
  font-size: 16px;
  font-weight: bold;
}
.gcf-list--choice .gcf-list .gcf-col__quantity.deadline {
  color: #e8000a;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-list--choice .gcf-list .gcf-col__quantity {
    font-size: 20px;
  }
}
.gcf-list--choice .gcf-list .gcf-col__unit {
  font-size: 12px;
}
.gcf-list--choice .gcf-list .gcf-col_parameter {
  background-color: #f6f6f6;
  width: 100%;
  height: 24px;
  margin: 8px 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.gcf-list--choice .gcf-list .gcf-col_parameter > ._graph,
.gcf-list--choice .gcf-list .gcf-col_parameter ._graph2 {
  width: 0;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.gcf-list--choice .gcf-list .gcf-col_parameter > ._graph {
  background-color: #93ca76;
}
.gcf-list--choice .gcf-list .gcf-col_parameter > ._graph2 {
  background-color: #f2b02d;
}
.gcf-list--choice .gcf-list .gcf-col_parameter > ._number {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 10;
}
.gcf-list--choice .gcf-list .gcf-col__target-amount {
  font-size: 12px;
}
.gcf-list--choice .gcf-list .gcf-col__time-left {
  font-weight: bold;
  font-size: 12px;
  margin-top: 4px;
}
.gcf-list--choice .gcf-list .gcf-col_owner,
.gcf-list--choice .gcf-list .gcf-col_period {
  font-size: 12px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-list--choice .gcf-list .gcf-col_owner:not(:last-child),
  .gcf-list--choice .gcf-list .gcf-col_period:not(:last-child) {
    margin-bottom: 2px;
  }
}

[class*=btn] {
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
  cursor: pointer;
}

.btn-red {
  -webkit-appearance: none;
          appearance: none;
  background-color: #2e792d;
  color: #fff;
  display: inline-block;
  margin: 0 auto;
  padding: 12px 0;
  border: #2e792d 2px solid;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
}
.btn-red .icon {
  vertical-align: middle;
  height: 20px;
  width: auto;
  position: relative;
  top: -0.1em;
  margin-right: 10px;
}

[class*=btn--] {
  -webkit-appearance: none;
  appearance: none;
  display: inline-block;
  margin: 0 auto;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  [class*=btn--] {
    font-size: 18px;
  }
}

[class*=btn--]:hover {
  opacity: 0.85;
}

[class*=btn--]:active {
  opacity: 1;
}

/* ===== 緑のボタン ===== */
.btn--green {
  background-color: #3b9a2b;
  color: #fff;
  width: 100%;
  border: none;
}

/* ===== 赤のボタン =====	*/
.btn--red {
  background-color: #2e792d;
  color: #fff;
  width: 100%;
  border: none;
}

.btn--brdred {
  background-color: #fff;
  color: #2e792d;
  border: 1px solid;
}

.modal_content .text-center .btn--brdred {
  margin: 8px;
}

/* ===== 戻るボタン	=====	*/
.btn_cancel {
  color: #6b6b6b;
  width: 180px;
  padding: 12px;
  box-sizing: border-box;
  border-radius: 4px;
  text-align: center;
  font-weight: bold;
  font-size: 14px;
}

.btn_cancel:hover {
  cursor: default;
}

.btn_move-goods {
  color: #1e50a2;
  font-size: 14px;
  cursor: default;
  float: left;
}

.btn_move-goods:hover {
  color: #1e50a2;
  text-decoration: underline;
}

span.btn_move-goods_line {
  float: left;
  margin: 0 8px;
  color: #e5e5e5;
  height: 20px;
  line-height: 20px;
}

.subtotal_amount {
  font-weight: bold;
}

.goods_list {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.goods_list.sld__list {
  justify-content: flex-start;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .goods_list {
    overflow: hidden;
  }
  .goods_list.sld__list {
    width: 100% !important;
    margin-left: 0 !important;
  }
}
.goods_list::before, .gcf-txt-link--right-under > a.goods_list:after, .gcf-txt-link--right-up > a.goods_list:after,
.gcf-txt-link2--right-under > a.goods_list:after,
.gcf-txt-link2--right-up > a.goods_list:after, .gcf-txt-link--right > a.goods_list:after,
.gcf-txt-link2--right > a.goods_list:after, .goods_list::after {
  content: "";
  display: block;
  width: 0;
  height: 0;
}
@media only screen and (min-device-width: 600px) {
  .goods_list::after {
    width: calc((100% - 48px) / 3);
  }
  .goods_list.sld__list::before, .goods_list.sld__list::after {
    display: none;
  }
}
@media only screen and (min-device-width: 600px) {
  .goods_list::before, .gcf-txt-link--right-under > a.goods_list:after, .gcf-txt-link--right-up > a.goods_list:after,
  .gcf-txt-link2--right-under > a.goods_list:after,
  .gcf-txt-link2--right-up > a.goods_list:after, .gcf-txt-link--right > a.goods_list:after,
  .gcf-txt-link2--right > a.goods_list:after {
    width: 32%;
    max-width: 244px;
    order: 1;
  }
  .goods_list::after {
    width: 32%;
    max-width: 244px;
    order: 2;
  }
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .goods_list::before, .gcf-txt-link--right-under > a.goods_list:after, .gcf-txt-link--right-up > a.goods_list:after,
  .gcf-txt-link2--right-under > a.goods_list:after,
  .gcf-txt-link2--right-up > a.goods_list:after, .gcf-txt-link--right > a.goods_list:after,
  .gcf-txt-link2--right > a.goods_list:after {
    width: 48%;
    order: 1;
  }
  .goods_list::after {
    width: 48%;
    order: 2;
  }
}

.goods-col {
  display: block;
  background-color: #fff;
  width: 48%;
  margin-top: 24px;
  margin-right: 0;
  float: left;
  overflow: hidden;
  position: relative;
}
.goods-col:nth-child(-n+2) {
  margin-top: 0;
}
.goods-col.sld__item {
  width: calc(48vw - 16px);
  margin: 16px 0 0;
}
.goods-col.sld__item:nth-child(-n+2) {
  margin-top: 0;
}
.goods-col.sld__item:nth-child(odd) {
  margin-right: 4vw;
}
.goods-col_img {
  position: relative;
  overflow: hidden;
  border: #c8c8c8 1px solid;
}
.goods-col_photo {
  min-height: 91px;
}
.goods-col_rank {
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.goods-col_summary {
  padding: 10px 0 0;
  font-size: 14px;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .goods-col_summary {
    padding: 4px 0 0;
  }
}
.goods-col_name {
  max-height: 3em;
  overflow: hidden;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .goods-col_name {
    font-size: 14px;
  }
}
.goods-col_name:not(:last-child) {
  margin-bottom: 4px;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .goods-col_name:not(:last-child) {
    margin-bottom: 0;
  }
}
.goods-col_textinfo {
  margin-bottom: 8px;
  max-height: 6em;
  font-size: 14px;
  color: #6b6b6b;
  overflow: hidden;
  text-align: justify;
}
.goods-col .speed-shipping-label {
  padding: 0 0 4px;
}
.goods-col .speed-shipping-label__sub {
  padding: 0 0 8px;
}
.goods-col_cityname {
  color: #1e50a2;
  margin-top: 6px;
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (min-device-width: 600px) {
  .goods-col {
    width: calc((100% - 48px) / 3);
  }
  .goods-col:nth-child(-n+3) {
    margin-top: 0;
  }
  .goods-col.sld__item {
    width: calc((100vw - 32px - 48px) / 3);
  }
  .goods-col.sld__item:nth-child(n) {
    margin: 0 24px 0 0;
  }
  .goods-col.sld__item:nth-child(-n+3) {
    margin-top: 0;
  }
  .goods-col.sld__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .goods-col {
    width: 32%;
    max-width: 244px;
    margin-top: 48px;
  }
  .goods-col.sld__item {
    width: 244px;
  }
  .goods-col.sld__item:nth-child(n) {
    margin: 0 32px 0 0;
  }
  .goods-col_photo {
    min-height: 149px;
  }
  .goods-col_pickup {
    bottom: 8px;
    font-size: 12px;
  }
  .goods-col_rank {
    background-image: url(/img/icon/title/icon_ranking_wh.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 16px;
    width: auto;
    top: 8px;
    left: 8px;
    padding: 0 4px 0 20px;
    border-radius: 4px;
  }
  .goods-col_rank._1 {
    background-color: #f4c42d;
  }
  .goods-col_rank._2 {
    background-color: #919191;
  }
  .goods-col_rank._3 {
    background-color: #8f6e40;
  }
  .goods-col_name:not(:last-child) {
    margin-bottom: 4px;
  }
  .goods-col_price:not(:last-child) {
    margin-bottom: 8px;
  }
  .goods-col_cityname {
    font-weight: normal;
    font-size: 14px;
  }
}
.goods-col > a.block:hover {
  color: #1e50a2;
}
.goods-col > a.block:hover .goods-col_summary {
  text-decoration: underline;
}
.goods-col > a.block:hover img {
  opacity: 0.85;
}
.goods-col > a.block:hover .goods-col_textinfo {
  color: #1e50a2;
}

.goods-4-col {
  display: block;
  background-color: #fff;
  width: 48%;
  margin-top: 24px;
  margin-right: 0;
  float: left;
  overflow: hidden;
  position: relative;
}
.goods-4-col:nth-child(odd) {
  margin-right: 4%;
}
.goods-4-col:nth-child(-n+2) {
  margin-top: 0;
}
.goods-4-col.sld__item {
  width: calc(48vw - 16px);
  margin: 16px 0 0;
}
.goods-4-col.sld__item:nth-child(-n+2) {
  margin-top: 0;
}
.goods-4-col.sld__item:nth-child(odd) {
  margin-right: 4vw;
}
@media only screen and (min-device-width: 600px) {
  .goods-4-col {
    width: calc((100% - 48px) / 3);
    margin-right: 24px;
  }
  .goods-4-col:nth-child(-n+3) {
    margin-top: 0;
  }
  .goods-4-col:nth-child(odd) {
    margin-right: 24px;
  }
  .goods-4-col:nth-child(3n) {
    margin-right: 0;
  }
  .goods-4-col.sld__item {
    width: calc((100vw - 32px - 48px) / 3);
  }
  .goods-4-col.sld__item:nth-child(n) {
    margin: 16px 24px 0 0;
  }
  .goods-4-col.sld__item:nth-child(3n) {
    margin-right: 0;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .goods-4-col {
    width: 244px;
    margin-right: 32px;
    margin-top: 32px;
  }
  .goods-4-col:nth-child(n) {
    margin-right: 32px;
  }
  .goods-4-col:nth-child(-n+4) {
    margin-top: 0;
  }
  .goods-4-col:nth-child(4n) {
    margin-right: 0;
  }
  .goods-4-col.sld__item {
    width: 244px;
  }
  .goods-4-col.sld__item:nth-child(n) {
    margin: 0 32px 0 0;
  }
}
.goods-4-col > a.block:hover {
  color: #1e50a2;
  text-decoration: underline;
}
.goods-4-col > a.block:hover img {
  opacity: 0.85;
}
.goods-4-col > a.block:hover .goods-col_textinfo {
  color: #1e50a2;
}

.goods--box {
  background-color: #fff;
  width: 200px;
  margin-right: 16px;
  border-radius: 4px;
  box-shadow: 0 1px 2px 0 rgba(0, 0, 0, 0.16);
  text-align: left;
  overflow: hidden;
  position: relative;
}
.goods--box_img {
  position: relative;
}
.goods--box__photo {
  width: 100%;
}
.goods--box_summary {
  padding: 16px 16px 8px;
  font-size: 14px;
  overflow: hidden;
}
.goods--box__name {
  height: 3em;
  margin-bottom: 8px;
  overflow: hidden;
}
.goods--box__price {
  margin-bottom: 8px;
}
.goods--box .speed-shipping-label {
  padding: 0;
}
.goods--box__cityname {
  padding: 0 16px 16px;
  font-weight: bold;
  font-size: 14px;
}
.goods--box__textinfo {
  margin-bottom: 8px;
  max-height: 6em;
  overflow: hidden;
  color: #6b6b6b;
}
@media only screen and (min-device-width: 600px) {
  .goods--box {
    width: 216px;
    margin-right: 20px;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .goods--box {
    width: 244px;
    margin-right: 32px;
  }
  .goods--box__photo {
    min-height: 151px;
  }
  .goods--box:hover {
    box-shadow: 0 2px 3px 0 #ccc;
  }
  .goods--box > a:hover {
    color: #1e50a2;
    text-decoration: underline;
  }
  .goods--box > a:hover .goods--box__photo {
    opacity: 0.8;
  }
  .goods--box > a:hover .goods--box__textinfo {
    color: #1e50a2;
  }
}

.goods--slide {
  display: block;
  background-color: #fff;
  width: 200px;
  margin-right: 16px;
  float: left;
  overflow: hidden;
  position: relative;
}
.goods--slide__img {
  position: relative;
  overflow: hidden;
  border: #c8c8c8 1px solid;
}
.goods--slide__photo {
  min-height: 91px;
}
.goods--slide__rank {
  background-color: #bfbfbf;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  width: 22px;
  height: 22px;
  line-height: 22px;
  font-weight: bold;
  font-size: 12px;
  text-align: center;
}
.goods--slide__originalicon, .goods--slide__statusicon {
  position: absolute;
  top: 0;
  left: 0;
}
.goods--slide__summary {
  padding: 10px 0 0;
  font-size: 14px;
}
.goods--slide__name {
  height: 2.8em;
  overflow: hidden;
  line-height: 1.5;
  letter-spacing: 0.01em;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .goods--slide__name {
    font-size: 14px;
  }
}
.goods--slide__name:not(:last-child) {
  margin-bottom: 4px;
}
.goods--slide__textinfo {
  max-height: 6em;
  font-size: 14px;
  color: #6b6b6b;
  overflow: hidden;
  text-align: justify;
  letter-spacing: 0.032em;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .goods--slide__textinfo {
    -webkit-font-feature-settings: "pwid";
            font-feature-settings: "pwid";
  }
}
.goods--slide .speed-shipping-label {
  margin-top: 8px;
}
.goods--slide .speed-shipping-label__sub {
  margin-top: 4px;
}
.goods--slide .sendiconlist {
  padding: 0;
  margin: 0 0 8px 0;
}
.goods--slide__cityname {
  color: #1e50a2;
  margin-top: 6px;
  font-weight: bold;
  font-size: 12px;
}
@media only screen and (min-device-width: 600px) {
  .goods--slide {
    margin-right: 20px;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .goods--slide {
    width: 244px;
    margin-right: 32px;
  }
  .goods--slide__photo {
    min-height: 149px;
  }
  .goods--slide__rank {
    background-image: url(/img/icon/title/icon_ranking_wh.png);
    background-repeat: no-repeat;
    background-position: 4px center;
    background-size: 16px;
    width: auto;
    top: 8px;
    left: 8px;
    padding: 0 4px 0 20px;
    border-radius: 4px;
  }
  .goods--slide__rank._1 {
    background-color: #f4c42d;
  }
  .goods--slide__rank._2 {
    background-color: #919191;
  }
  .goods--slide__rank._3 {
    background-color: #8f6e40;
  }
  .goods--slide__name:not(:last-child) {
    margin-bottom: 4px;
  }
  .goods--slide__price:not(:last-child) {
    margin-bottom: 8px;
  }
  .goods--slide__textinfo {
    font-size: 14px;
  }
  .goods--slide__cityname {
    font-weight: normal;
    font-size: 14px;
  }
}
.goods--slide > a.block:hover {
  color: #1e50a2;
  text-decoration: underline;
}
.goods--slide > a.block:hover img {
  opacity: 0.85;
}
.goods--slide > a.block:hover .goods--slide__textinfo {
  color: #1e50a2;
}

.goods--kifu {
  padding-bottom: 16px;
  margin-bottom: 16px;
  border-bottom: #e5e5e5 1px solid;
  overflow: hidden;
  clear: both;
}
.goods--kifu > a {
  display: block;
  overflow: hidden;
  float: left;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .goods--kifu > a:hover {
    opacity: 0.85;
  }
  .goods--kifu > a:hover .goods--kifu_name-price,
  .goods--kifu > a:hover .goods--kifu_price,
  .goods--kifu > a:hover .goods--kifu_noshi_flag,
  .goods--kifu > a:hover .goods--kifu_shipping_type,
  .goods--kifu > a:hover .goods--kifu_few {
    text-decoration: underline;
  }
}

.goods--kifu_price,
.goods--kifu_shipping_type,
.goods--kifu_noshi_flag,
.goods--kifu_stock,
.goods--kifu_few {
  margin-bottom: 4px;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .goods--kifu_price,
  .goods--kifu_shipping_type,
  .goods--kifu_noshi_flag,
  .goods--kifu_stock,
  .goods--kifu_few {
    display: inline-block;
  }
}

@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .goods--kifu_price {
    color: #6b6b6b;
  }
}
.goods--kifu_price.hide {
  display: none;
}

.goods--kifu_stock {
  font-size: 14px;
}

.goods--kifu_few {
  color: #e8000a;
  font-weight: bold;
  display: inline;
}

.kifu_detail h3 {
  float: left;
}
.kifu_detail p {
  float: right;
}
.kifu_detail .kifu {
  padding: 16px 0 0 0;
}
.kifu_detail .number {
  padding: 16px 238px 0 0;
}

@media only screen and (min-device-width: 600px) {
  .goods--kifu_price,
  .goods--kifu_shipping_type,
  .goods--kifu_noshi_flag,
  .goods--kifu_few {
    color: #6b6b6b;
    font-size: 14px;
  }
  .goods--kifu_few {
    color: #e8000a;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .goods--kifu_summary a {
    display: block;
    cursor: pointer;
  }
  .goods--kifu_summary a:hover {
    text-decoration: underline;
    color: #1e50a2;
  }
  .goods--kifu_summary a:hover .goods--kifu_name-price,
  .goods--kifu_summary a:hover .goods--kifu_price,
  .goods--kifu_summary a:hover .goods--kifu_noshi_flag,
  .goods--kifu_summary a:hover .goods--kifu_shipping_type,
  .goods--kifu_summary a:hover .goods--kifu_few {
    color: #1e50a2;
  }
  .goods--kifu_few {
    margin-left: 8px;
  }
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .goods--kifu_summary {
    display: inline-block;
    width: calc(100% - 110px);
    vertical-align: top;
    margin: 0 0 0 6px;
    text-align: left;
  }
}
.goods-container {
  background-color: #f6f6f6;
  padding: 16px 0 16px 16px;
  position: relative;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .goods-container {
    overflow: hidden;
  }
}
.goods-container::before, .gcf-txt-link--right-under > a.goods-container:after, .gcf-txt-link--right-up > a.goods-container:after,
.gcf-txt-link2--right-under > a.goods-container:after,
.gcf-txt-link2--right-up > a.goods-container:after, .gcf-txt-link--right > a.goods-container:after,
.gcf-txt-link2--right > a.goods-container:after {
  content: "";
  display: block;
  background: linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
  width: 100%;
  height: 2px;
  position: absolute;
  top: 0;
  left: 0;
}
.goods-container .recommendyou {
  margin-bottom: 0;
}

.goods-container .inner_narrow {
  background-color: #f6f6f6;
  margin-bottom: 0;
  padding: 0;
}

.goods-container .inner_narrow:not(:first-child) {
  margin-top: 16px;
}

.recommendyou .goods-container_title {
  background-image: url(/img/icon/title/icon_finger.png);
}

.yourfavorite .goods-container_title {
  background-image: url(/img/icon/title/icon_heart.png);
  padding: 0 16px 0 28px;
}

.smcity-recommendyou .goods-container_title {
  padding-left: 0px;
}

.dejavulist .goods-container_title {
  padding-left: 0px;
}

.goods-container_title {
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: left center;
  margin-bottom: 8px;
  padding-left: 28px;
}

.goods-container .prevbtn,
.goods-container .nextbtn {
  background-color: #f6f6f6;
  width: 14px;
  height: 14px;
  padding: 5px;
  border: #e5e5e5 1px solid;
  border-radius: 4px;
  box-shadow: 0 1px 1px 0 rgba(0, 0, 0, 0.16);
}

.goods-container .prevbtn {
  top: 80px;
  left: -13px;
}

.goods-container .nextbtn {
  top: 80px;
  right: -13px;
}

.goods-container .prevbtn > img,
.goods-container .nextbtn > img {
  vertical-align: top;
}

@media only screen and (min-device-width: 600px) {
  .goods-container {
    margin: 0;
    padding: 24px 16px;
  }
  .goods-container .inner_narrow:not(:first-child) {
    margin-top: 24px;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .goods-container {
    margin: 0;
    padding: 48px 0;
  }
  .goods-container .inner_narrow:not(:first-child) {
    margin-top: 32px;
  }
  .goods-container_slider .slider {
    padding: 4px 0;
  }
}
.modal {
  display: flex;
  align-items: center;
  width: 100vw;
  height: 100vh;
  padding: 32px 24px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
}
.modal::before, .gcf-txt-link--right-under > a.modal:after, .gcf-txt-link--right-up > a.modal:after,
.gcf-txt-link2--right-under > a.modal:after,
.gcf-txt-link2--right-up > a.modal:after, .gcf-txt-link--right > a.modal:after,
.gcf-txt-link2--right > a.modal:after {
  content: "";
  display: block;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.modal.hide {
  display: none;
}

.modal_bg {
  width: 100vw;
  height: 100vh;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 99999;
}

.modal_content {
  background-color: #fff;
  width: 100%;
  max-height: 100%;
  padding: 20px;
  border-radius: 3px;
  box-sizing: border-box;
  overflow: scroll;
  position: relative;
  z-index: 100000;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .modal_content {
    padding: 32px;
    border-radius: 6px;
  }
}
.modal_content h4 {
  font-size: 20px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .modal_content h4 {
    font-size: 22px;
  }
}

.modal_content.history_add {
  overflow: hidden;
}

.modal_btn {
  display: block;
  background-color: #f6f6f6;
  color: #16160e;
  width: 32px !important;
  height: 32px !important;
  border: #e5e5e5 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  line-height: 28px;
  font-weight: bold;
  font-size: 18px;
  text-align: center;
  position: absolute;
  top: -16px;
  right: -16px;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
  cursor: pointer;
  transition-duration: 0.3s;
}

.modal_btn:hover {
  background-color: #e5e5e5;
  box-shadow: 1px 1px 1px 0 rgba(0, 0, 0, 0.16);
}

.modal_title {
  font-size: 16px;
  margin-bottom: 8px;
}

.modal_lead {
  font-size: 14px;
  margin-bottom: 24px;
}

@media only screen and (min-device-width: 600px) {
  .modal {
    display: flex;
    justify-content: center;
    align-items: center;
  }
  .modal_content {
    width: auto;
    max-width: 810px;
    height: auto;
  }
}
#modal-boxer .modal_content {
  overflow: visible;
}

.modal-window {
  -webkit-transform: translate(0, 100%);
  transform: translate(0, 100%);
  -webkit-transform: translate3d(0, 100%, 0);
  transform: translate3d(0, 100%, 0);
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 100000;
  opacity: 0;
  line-height: 1.3;
  background: rgba(0, 0, 0, 0.6);
  transition: opacity 0.25s;
}
.modal-window.-opened {
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
  opacity: 1;
}
.modal-window .modal-inner, .modal-window .modal-inner-wide {
  position: absolute;
  overflow-x: hidden;
  border-radius: 10px;
  background: #fff;
  box-shadow: 0 0 30px rgba(0, 0, 0, 0.6);
  border: 5px #eee solid;
}
.modal-window .modal-inner {
  width: 95vw;
  box-sizing: border-box;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  top: 40%;
  left: 50%;
  z-index: 20;
  padding: 20px;
}
@media only screen and (min-device-width: 600px) {
  .modal-window .modal-inner {
    top: 35%;
    left: 50%;
    width: 400px;
  }
}
.modal-window .modal-inner-wide {
  top: 20%;
  left: 50%;
  z-index: 20;
  margin-left: -390px;
  padding: 20px;
  width: 780px;
}
.modal-window .modal-inner p {
  padding: 0 15px 10px;
}
.modal-window .modal-close, .modal-window .modal-wide-close {
  display: block;
  text-indent: -100px;
  overflow: hidden;
}
.modal-window .modal-close:before, .modal-window .gcf-txt-link--right-under > a.modal-close:after, .modal-window .gcf-txt-link--right-up > a.modal-close:after,
.modal-window .gcf-txt-link2--right-under > a.modal-close:after,
.modal-window .gcf-txt-link2--right-up > a.modal-close:after, .modal-window .gcf-txt-link--right > a.modal-close:after,
.modal-window .gcf-txt-link2--right > a.modal-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
}
.modal-window .modal-close:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: 20;
  margin-left: 200px;
  background-color: transparent;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 1.2em;
  text-decoration: none;
  text-indent: 0;
}
.modal-window .modal-wide-close:before, .modal-window .gcf-txt-link--right-under > a.modal-wide-close:after, .modal-window .gcf-txt-link--right-up > a.modal-wide-close:after,
.modal-window .gcf-txt-link2--right-under > a.modal-wide-close:after,
.modal-window .gcf-txt-link2--right-up > a.modal-wide-close:after, .modal-window .gcf-txt-link--right > a.modal-wide-close:after,
.modal-window .gcf-txt-link2--right > a.modal-wide-close:after {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  z-index: 10;
  background: #000;
  opacity: 0.5;
}
.modal-window .modal-wide-close:after {
  content: "";
  position: absolute;
  top: 20%;
  left: 50%;
  z-index: 20;
  margin-left: 390px;
  background-color: transparent;
  border-radius: 2px;
  padding: 2px 8px;
  font-size: 1.2em;
  text-decoration: none;
  text-indent: 0;
}

.bx-modal {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100vw;
  height: 100%;
  padding: 32px 24px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  -webkit-overflow-scrolling: touch;
}
.bx-modal.is-hide {
  display: none;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .bx-modal.bx-modal-abs {
    position: absolute;
    height: auto;
  }
}
.bx-modal__bg {
  display: flex;
  background-color: rgba(0, 0, 0, 0.6);
  width: 100vw;
  height: 100vh;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}
.bx-modal__wrap {
  padding: 32px;
  border-radius: 6px;
  position: relative;
  background-color: #fff;
  box-sizing: border-box;
  position: relative;
  z-index: 100000;
  width: 550px;
  overflow: visible;
  padding: 24px 16px;
  height: 100%;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-modal__wrap {
    height: 500px;
    width: 660px;
    padding: 24px;
  }
}
.bx-modal__title {
  font-weight: bold;
  font-size: 20px;
  border-bottom: solid 2px #f3f3f3;
  padding: 0 16px 16px;
  margin: 0 -16px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-modal__title {
    padding: 0 24px 16px;
    margin: 0 -24px;
  }
}
.bx-modal h4:before {
  content: "";
  width: 100%;
  border: solid 1px #f3f3f3;
  position: absolute;
  top: 70px;
  left: 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-modal h4:before {
    position: absolute;
    top: 76px;
    left: 0;
  }
}
.bx-modal__content {
  margin-top: 20px;
  height: calc(100% - 200px);
  overflow-y: auto;
  overflow-x: hidden;
  -webkit-overflow-scrolling: touch;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-modal__content {
    height: calc(100% - 150px);
  }
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .bx-modal.bx-modal-abs .bx-modal__content {
    overflow-y: visible;
    height: auto;
  }
}
.bx-modal__bottons {
  border-top: 2px solid #f3f3f3;
  position: absolute;
  bottom: 16px;
  left: 0;
  width: 100%;
}
.bx-modal__bottons .btn-wrap--reverse {
  margin-top: 16px !important;
  padding-left: 16px;
  padding-right: 16px;
  box-sizing: border-box;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-modal__bottons .btn-wrap--reverse {
    padding-left: 0;
    padding-right: 0;
  }
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .bx-modal.bx-modal-abs .bx-modal__bottons {
    position: static;
    margin-top: 20px;
  }
}
.bx-modal__close {
  position: absolute;
  right: 0;
  top: 0;
  padding: 10px 0 10px 10px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-modal__close {
    display: none;
  }
}
.bx-modal__close div {
  display: inline-block;
  margin: 0 20px 0 7px;
  padding: 0;
  width: 2px;
  height: 20px;
  background: #666;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
.bx-modal__close div:before {
  display: block;
  content: "";
  position: absolute;
  top: 50%;
  left: -9px;
  width: 20px;
  height: 2px;
  margin-top: -1px;
  background: #666;
}
.bx-modal h7 {
  border-bottom: 1px solid #c8c8c8;
  display: block;
  margin-top: 24px;
  padding-bottom: 12px;
  color: #ad0003;
  font-weight: bold;
  font-size: 14px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-modal h7 {
    font-size: 16px;
  }
}
.bx-modal h7 + * {
  margin-top: 16px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .bx-modal h7 + * {
    margin-top: 24px;
  }
}
.bx-modal .btn-positive__text {
  font-size: 16px;
}

.cf::after {
  content: "";
  display: table;
  clear: both;
}

.choicered {
  color: #2e792d;
}

a.inline {
  color: #1e50a2;
  cursor: pointer;
}
a.inline:hover {
  text-decoration: underline;
}

a.i-arrow,
a.i-arrow-gray {
  background-repeat: no-repeat;
  background-size: 0.5em;
  cursor: pointer;
}
a.i-arrow:hover, a.i-arrow:focus,
a.i-arrow-gray:hover,
a.i-arrow-gray:focus {
  background-image: url("/img/icon_arrow_anchor_blue.svg");
  color: #1e50a2;
  text-decoration: underline;
}

a.i-arrow {
  background-image: url("/img/icon_arrow_anchor_blue.svg");
  color: #1e50a2;
}

a.i-arrow-gray {
  background-image: url("/img/icon_arrow_anchor_gry.svg");
  color: #6b6b6b;
}

:not(.text-right) > a.i-arrow,
:not(.text-right) > a.i-arrow-gray {
  background-position: left center;
  padding-left: 0.8em;
}

.text-right > a.i-arrow,
.text-right > a.i-arrow-gray {
  background-position: right center;
  padding-right: 0.8em;
}

a.hover {
  color: #16160e;
}
a.hover:hover, a.hover:focus {
  color: #1e50a2;
  text-decoration: underline;
}
a.hover:hover p,
a.hover:hover span, a.hover:focus p,
a.hover:focus span {
  color: #1e50a2 !important;
}
a.hover:hover img, a.hover:focus img {
  opacity: 0.85;
}

a.anchor {
  position: relative;
  color: #1e50a2;
  padding-left: 0.8em;
}
a.anchor:before, .gcf-txt-link--right-under > a.anchor:after, .gcf-txt-link--right-up > a.anchor:after,
.gcf-txt-link2--right-under > a.anchor:after,
.gcf-txt-link2--right-up > a.anchor:after, .gcf-txt-link--right > a.anchor:after,
.gcf-txt-link2--right > a.anchor:after {
  position: absolute;
  content: "";
  top: 0;
  bottom: 2px;
  left: 0;
  margin: auto;
  width: 5px;
  height: 5px;
  border-right: solid 1px #1e50a2;
  border-bottom: solid 1px #1e50a2;
  -webkit-transform: rotate(45deg);
          transform: rotate(45deg);
}
@media all and (-ms-high-contrast: none) {
  a.anchor:before, .gcf-txt-link--right-under > a.anchor:after, .gcf-txt-link--right-up > a.anchor:after,
  .gcf-txt-link2--right-under > a.anchor:after,
  .gcf-txt-link2--right-up > a.anchor:after, .gcf-txt-link--right > a.anchor:after,
  .gcf-txt-link2--right > a.anchor:after {
    bottom: 7px;
  }
}

.break-word {
  word-break: break-word;
}

.nowrap {
  white-space: nowrap;
}

:not(.text-right) > span.i-arrow,
:not(.text-right) > span.i-arrow-gray {
  background-position: left center;
  padding-left: 0.8em;
}

span.i-arrow {
  background-image: url(/img/icon_arrow_anchor_blue.svg);
  color: #1e50a2;
}

span.i-arrow,
span.i-arrow-gray {
  background-repeat: no-repeat;
  background-size: 0.5em;
}

/* テキストカラー*/
.primaryblack {
  color: #16160e !important;
}

.secondaryblack {
  color: #6b6b6b !important;
}

.primaryred {
  color: #2e792d !important;
}

.secondaryred {
  color: #c14242 !important;
}

a.primaryred {
  display: inline-block !important;
}

a.primaryred:hover {
  text-decoration: underline;
}

a.linkcolor {
  color: #1e50a2 !important;
}

a.linkcolor:hover {
  text-decoration: underline !important;
}

/* 背景カラー*/
.bg_white {
  background-color: #fff;
}

.bg_gray {
  background-color: #f6f6f6;
}

.inner_narrow {
  margin: 0 auto;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .inner_narrow {
    width: 796px;
  }
}

/* 罫線 */
.hr-bottom {
  margin-bottom: 16px;
  padding-bottom: 16px;
  border-bottom: #e5e5e5 1px solid;
}

.hr-bottom-32 {
  margin-bottom: 32px;
  padding-bottom: 32px;
  border-bottom: #e5e5e5 1px solid;
}

.section-gray {
  border-bottom: #f6f6f6 16px solid;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .section-gray {
    position: relative;
  }
  .section-gray::after {
    content: "";
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
    width: 100%;
    height: 2px;
    box-sizing: border-box;
    position: absolute;
    bottom: -2px;
    left: 0;
  }
}
@media only screen and (min-device-width: 600px) {
  .section-gray {
    border-bottom-width: 24px;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .section-gray {
    border-bottom: none;
  }
}

/* エラーテキスト */
.text_error {
  color: #e8000a;
}

.show {
  display: block;
}

.hide {
  display: none;
}

.block {
  display: block;
}

.i-block {
  display: inline-block !important;
}

.inline {
  display: inline !important;
}

@media only screen and (min-device-width: 600px) {
  .tab-block {
    display: block;
  }
}

.relative {
  position: relative !important;
}

.absolute {
  position: absolute !important;
}

.fix {
  position: fixed !important;
}

body.fix {
  width: 100%;
}

.black {
  color: #16160e;
}

.choicered {
  color: #2e792d !important;
}

.text-left {
  text-align: left !important;
}

.text-center {
  text-align: center !important;
}

.text-right {
  text-align: right !important;
}

@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .text-center-pc {
    text-align: center !important;
  }
}

.bold {
  font-weight: bold;
}

.float_L {
  float: left !important;
}

.float_R {
  float: right !important;
}

.clear {
  clear: both !important;
}

.of_hidden {
  overflow: hidden;
}

.mA0 {
  margin: 0 !important;
}

.mT0 {
  margin-top: 0px !important;
}

.mT6 {
  margin-top: 6px !important;
}

.mT8 {
  margin-top: 8px !important;
}

.mB0 {
  margin-bottom: 0px !important;
}

.mB8 {
  margin-bottom: 8px !important;
}

.mR8 {
  margin-right: 8px !important;
}

.mL8 {
  margin-left: 8px !important;
}

.mT16 {
  margin-top: 16px !important;
}

.mB16 {
  margin-bottom: 16px !important;
}

.mR16 {
  margin-right: 16px !important;
}

.mL16 {
  margin-left: 16px !important;
}

.mT24 {
  margin-top: 24px !important;
}

.mB24 {
  margin-bottom: 24px !important;
}

.mR24 {
  margin-right: 24px !important;
}

.mL24 {
  margin-left: 24px !important;
}

.mT32 {
  margin-top: 32px !important;
}

.mB32 {
  margin-bottom: 32px !important;
}

.mR32 {
  margin-right: 32px !important;
}

.mL32 {
  margin-left: 32px !important;
}

.mT48 {
  margin-top: 48px !important;
}

.mB48 {
  margin-bottom: 48px !important;
}

.mR48 {
  margin-right: 48px !important;
}

.mL48 {
  margin-left: 48px !important;
}

.mt-s {
  margin-top: 10px !important;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .mt-s {
    margin-top: 20px !important;
  }
}

.mt-m {
  margin-top: 20px !important;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .mt-m {
    margin-top: 40px !important;
  }
}

.mt-l {
  margin-top: 40px !important;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .mt-l {
    margin-top: 80px !important;
  }
}

.pd0 {
  padding: 0 !important;
}

.pd32 {
  padding: 32px !important;
}

.pT24 {
  padding-top: 24px !important;
}

.pB24 {
  padding-bottom: 24px !important;
}

.fs10 {
  font-size: 10px !important;
}

.fs11 {
  font-size: 11px !important;
}

.fs12 {
  font-size: 12px !important;
}

.fs13 {
  font-size: 13px !important;
}

.fs14 {
  font-size: 14px !important;
}

.fs15 {
  font-size: 15px !important;
}

.fs16 {
  font-size: 16px !important;
}

.fs18 {
  font-size: 18px !important;
}

.fs20 {
  font-size: 20px !important;
}

.fs22 {
  font-size: 22px !important;
}

.fs24 {
  font-size: 24px !important;
}

.fs14b {
  font-size: 14px;
  font-weight: bold;
}

.fs16b {
  font-size: 16px;
  font-weight: bold;
}

.fs18b {
  font-size: 18px;
  font-weight: bold;
}

.fs20b {
  font-size: 20px;
  font-weight: bold;
}

.fs24b {
  font-size: 24px;
  font-weight: bold;
}

.valign-mid {
  vertical-align: middle !important;
}

.col-2 {
  width: 49% !important;
  margin-right: 2% !important;
  float: left;
}

.col-2:nth-of-type(2n) {
  margin-right: 0 !important;
}

@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .col-2-pc {
    width: 49% !important;
    margin: 0 2% 0 0 !important;
    float: left;
  }
}

@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .col-2-pc:nth-of-type(2n) {
    margin-right: 0 !important;
  }
}

@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .pc {
    display: none !important;
  }
}
.tab {
  display: none;
}
@media screen and (min-device-width: 600px) and (max-device-width: 834px) {
  .tab {
    display: block;
  }
}

@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .sp {
    display: none !important;
  }
}
/* 地域カラー */
.hokkaido {
  color: #355298;
}

.tohoku {
  color: #53a4d5;
}

.kanto {
  color: #3baaa3;
}

.chubu {
  color: #2aa25c;
}

.kinki {
  color: #80b927;
}

.chugoku {
  color: #f7b400;
}

.shikoku {
  color: #ec6d34;
}

.kyushu {
  color: #ed8598;
}

.frm-search__wrap .btn-positive, .frm-search__wrap .btn-positive--icon {
  margin: 8px 0 0 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .frm-search__wrap .frm-input {
    width: 580px;
    height: 50px;
  }
  .frm-search__wrap .btn-positive, .frm-search__wrap .btn-positive--icon {
    width: 200px;
    margin: 0 0 0 10px;
  }
}

/* 検討リスト追加アイコン aaa */
.icon_favorite {
  display: none;
  background: none;
  border: 0;
  margin: 0;
  padding: 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .icon_favorite {
    display: inline-block;
    width: 40px;
    height: 40px;
    position: absolute;
    top: 0;
    right: 0px;
    z-index: 15;
    max-width: 100%;
    max-height: 100%;
  }
}

.on img[class*=favorite-product_details-] {
  -webkit-animation: beat 0.4s ease-in-out;
          animation: beat 0.4s ease-in-out;
}

img[class*=favorite-product_details-] {
  -webkit-animation: blink 0.4s ease;
          animation: blink 0.4s ease;
}

.icon_favorite_img {
  width: 24px;
  padding: 8px;
  position: absolute;
  top: 0;
  right: 0px;
  cursor: pointer;
}

@-webkit-keyframes beat {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}

@keyframes beat {
  0% {
    -webkit-transform: scale(0);
            transform: scale(0);
  }
  50% {
    -webkit-transform: scale(1.2);
            transform: scale(1.2);
  }
  100% {
    -webkit-transform: scale(1);
            transform: scale(1);
  }
}
@-webkit-keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@keyframes blink {
  0% {
    opacity: 1;
  }
  50% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
/* 準備中・終了サイン */
.prepareflg,
.soldflg {
  background-color: rgba(0, 0, 0, 0.6);
  color: #fff;
  width: 100%;
  height: 100%;
  padding-top: 24%;
  box-sizing: border-box;
  font-size: 22px;
  line-height: 24px;
  text-align: center;
  position: absolute;
  opacity: 1;
  top: 0;
  left: 0;
  z-index: 10;
  cursor: default;
  -webkit-user-select: none;
      -ms-user-select: none;
          user-select: none;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .prepareflg,
  .soldflg {
    font-size: 14px;
  }
}

.icon_favorite:hover + .prepareflg,
.icon_favorite:hover + .soldflg {
  opacity: 0;
  transition-duration: 1s;
}

/* 配送情報 */
.sendiconlist {
  margin: 4px 0 8px;
  font-size: 0;
  letter-spacing: 0;
  text-align: left;
}

.sendiconlist_item {
  display: inline-block;
  border-radius: 4px;
  margin: 4px 4px 0 0;
  padding: 4px 8px;
  text-align: center;
  font-size: 14px;
  line-height: 1;
  color: #16160E;
  border: none;
  background-color: #EFEFEF;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .sendiconlist_item {
    font-size: 16px;
  }
}

.-gcf > .sendiconlist_item,
.-saigai > .sendiconlist_item {
  padding: 3px;
  border: 1px solid;
  background-color: initial;
}

.speed-shipping-label {
  font-size: 14px;
  color: #3c9a2c !important;
  font-weight: bold;
}
.speed-shipping-label .mf-speed-shipping {
  margin-right: 2px;
  position: relative;
  bottom: -3px;
}
.speed-shipping-label .mf-speed-shipping::before, .speed-shipping-label .gcf-txt-link--right-under > a.mf-speed-shipping:after, .speed-shipping-label .gcf-txt-link--right-up > a.mf-speed-shipping:after,
.speed-shipping-label .gcf-txt-link2--right-under > a.mf-speed-shipping:after,
.speed-shipping-label .gcf-txt-link2--right-up > a.mf-speed-shipping:after, .speed-shipping-label .gcf-txt-link--right > a.mf-speed-shipping:after,
.speed-shipping-label .gcf-txt-link2--right > a.mf-speed-shipping:after {
  font-size: 18px;
}

.speed-shipping-label__sub {
  font-size: 12px;
  color: #6b6b6b;
}

.on_normal {
  display: inline-block;
  color: #eb6101;
  border-color: #eb6101;
}

.on_cool {
  display: inline-block;
  color: #0094c8;
  border-color: #0094c8;
}

.on_frozen {
  display: inline-block;
  color: #4c6cb3;
  border-color: #4c6cb3;
}

.on_message {
  display: inline-block;
  color: #b44c97;
  border-color: #b44c97;
}

.on_giftwrap {
  display: inline-block;
  color: #e95295;
  border-color: #e95295;
}

.on_period {
  display: inline-block;
  color: #e95464;
  border-color: #e95464;
}

.on_deliver {
  display: inline-block;
  color: #a16d5d;
  border-color: #a16d5d;
}

.on_separate {
  display: inline-block;
  color: #47885e;
  border-color: #47885e;
}

/* 在庫状況 */
.on_stock {
  font-weight: bold;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .on_stock {
    color: #16160e;
  }
}

/*					===== 				告知枠	（赤背景タイトル＆白背景テキスト）				=====				*/
.gry-box-msg {
  background-color: #f6f6f6;
  color: #6b6b6b;
  padding: 8px;
  border-radius: 4px;
  text-align: center;
  font-size: 16px;
  clear: both;
}

/*					===== 				告知枠	（赤背景タイトル＆白背景テキスト）				=====				*/
.announcement-box_title {
  background-color: #e8000a;
  background-repeat: no-repeat;
  background-size: 24px;
  background-position: 16px center;
  color: #fff;
  padding: 12px 16px;
  border-radius: 4px 4px 0 0;
  font-size: 18px;
  font-weight: normal;
}
.announcement-box_text {
  padding: 12px 16px;
  border-color: #e8000a;
  border-width: 0 2px 2px;
  border-style: solid;
  border-radius: 0 0 4px 4px;
  font-size: 16px;
}
.announcement-box p {
  font-size: 14px;
}

/*					===== 				ajax完了メッセージ				=====				*/
.ajaxmessage {
  background-color: #fff;
  box-sizing: border-box;
  color: #6b6b6b;
  width: 100%;
  padding: 16px;
  box-shadow: 0 -2px 1px 0 #e6e6e6;
  font-size: 14px;
  position: fixed;
  left: 0;
  bottom: 0;
  z-index: 20000;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ajaxmessage {
    text-align: center;
  }
}

/*					===== 				寄付箱に追加失敗				=====				*/
.js-cart-error {
  background-color: rgba(0, 0, 0, 0.16);
  width: 100vw;
  height: 100vh;
  padding: 16px;
  box-sizing: border-box;
  position: fixed;
  top: 0;
  left: 0;
  z-index: 10000;
}

.error-inner {
  background-color: #fff;
  width: 90%;
  max-width: 600px;
  height: 180px;
  padding: 16px;
  box-sizing: border-box;
  border-radius: 4px;
  position: fixed;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
}
.error-inner .btn--green {
  width: auto;
  margin-left: 16px;
}

.cart-error-msg {
  margin-bottom: 24px;
}

/*					===== 				お礼の品のステータス					=====				*/
.caution-gry-12 {
  color: #6b6b6b;
  font-size: 12px;
}

.caution-gry-14 {
  color: #6b6b6b;
  font-size: 14px;
}

.tag {
  background-color: #f6f6f6;
  display: inline-block;
  padding: 3px 6px;
  margin: 4px;
  border-radius: 4px;
  font-size: 14px;
  letter-spacing: normal;
}
.tag > a {
  display: block;
}
.tag > a::after {
  content: "×";
  display: inline-block;
  background-color: #c0c0c0;
  color: #fff;
  width: 14px;
  height: 14px;
  margin-left: 8px;
  border-radius: 50%;
  line-height: 14px;
  font-size: 10px;
  text-align: center;
  vertical-align: middle;
}
.tag:hover {
  background-color: #e5e5e5;
}
.tag:hover > a::before, .gcf-txt-link--right-under.tag:hover > a:after, .gcf-txt-link--right-up.tag:hover > a:after,
.gcf-txt-link2--right-under.tag:hover > a:after,
.gcf-txt-link2--right-up.tag:hover > a:after, .gcf-txt-link--right.tag:hover > a:after,
.gcf-txt-link2--right.tag:hover > a:after {
  background-color: #6b6b6b;
  color: #fff;
}

.subtotal_amount {
  font-weight: bold;
}

.loader {
  min-width: 120px;
  min-height: 120px;
  position: relative;
}

.loader > img {
  position: absolute;
  position: absolute;
  top: 0;
  right: 0;
  z-index: 1;
}

.loader::before, .gcf-txt-link--right-under > a.loader:after, .gcf-txt-link--right-up > a.loader:after,
.gcf-txt-link2--right-under > a.loader:after,
.gcf-txt-link2--right-up > a.loader:after, .gcf-txt-link--right > a.loader:after,
.gcf-txt-link2--right > a.loader:after,
.loader::after {
  content: "";
  display: block;
  background-color: transparent;
  width: 48px;
  height: 48px;
  border-width: 5px;
  border-style: solid;
  border-radius: 50%;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 0;
}

.loader::before, .gcf-txt-link--right-under > a.loader:after, .gcf-txt-link--right-up > a.loader:after,
.gcf-txt-link2--right-under > a.loader:after,
.gcf-txt-link2--right-up > a.loader:after, .gcf-txt-link--right > a.loader:after,
.gcf-txt-link2--right > a.loader:after {
  border-color: rgba(51, 51, 51, 0.25);
}

.loader::after {
  border-color: transparent;
  border-top-color: #333;
  -webkit-animation: spining 0.75s infinite linear;
          animation: spining 0.75s infinite linear;
}

@-webkit-keyframes spining {
  from {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}

@keyframes spining {
  from {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(0deg);
            transform: rotate(0deg);
  }
  to {
    -webkit-transform-origin: center center;
            transform-origin: center center;
    -webkit-transform: rotate(360deg);
            transform: rotate(360deg);
  }
}
/* table */
.table {
  font-size: 14px;
}
.table th,
.table td {
  border: 1px solid #e5e5e5;
  padding: 10px;
}

.table-w100 {
  width: 100%;
}

.table-gray th {
  background-color: #f6f6f6;
  text-align: center;
}

/* slider */
.slider {
  position: relative;
}
.slider .slider-images {
  width: 100%;
  overflow: hidden;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .slider .slider-images {
    width: 90%;
    margin-left: auto;
    margin-right: auto;
  }
}
.slider .slider-images ul {
  width: 9999px;
  font-size: 0;
}
.slider .slider-images li {
  border-radius: 5px;
  position: relative;
  display: inline-block;
  box-sizing: border-box;
}
.slider .slider-images a {
  display: block;
}
.slider .slider-images a:hover {
  opacity: 0.8;
}
.slider .slider-images img {
  border-radius: 5px;
  height: 159px;
  box-sizing: border-box;
  border: 1px solid #c8c8c8;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .slider .slider-images img {
    width: 100%;
    height: 100%;
  }
}
.slider .slider-images p {
  position: absolute;
  left: 10px;
  bottom: 10px;
  color: #fff;
  letter-spacing: 0.1em;
  font-size: 14px;
}
.slider .slider-images p span {
  display: inline-block;
  background-color: rgba(255, 255, 255, 0.7);
  color: #16160e;
  font-size: 12px;
  padding: 0 4px;
  border-radius: 3px;
  margin-right: 5px;
}
.slider .slider-images .overlay {
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 25%;
  background-repeat: repeat-x;
  background-size: contain;
  background-image: url(/img/slider-overlay.png);
  background-position: left bottom;
  border-radius: 0 0 5px 5px;
}
.slider .slider-circles {
  font-size: 0;
  text-align: center;
}
.slider .slider-circles li {
  margin: 15px 5px 0 5px;
  display: inline-block;
  width: 8px;
  height: 8px;
  border-radius: 5px;
  background-color: #d0d0d0;
}
.slider .slider-circles li.current {
  background-color: #950e0e;
}

/*pagination*/
.pagination {
  margin: 0;
  padding: 24px 0;
  text-align: center;
  position: relative;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .pagination {
    background-color: #f6f6f6;
  }
  .pagination::before, .gcf-txt-link--right-under > a.pagination:after, .gcf-txt-link--right-up > a.pagination:after,
  .gcf-txt-link2--right-under > a.pagination:after,
  .gcf-txt-link2--right-up > a.pagination:after, .gcf-txt-link--right > a.pagination:after,
  .gcf-txt-link2--right > a.pagination:after {
    content: "";
    display: block;
    background: linear-gradient(rgba(0, 0, 0, 0.16), rgba(0, 0, 0, 0));
    width: 100%;
    height: 2px;
    position: absolute;
    top: 0;
    left: 0;
  }
}
.pagination ul {
  font-size: 0;
}
.pagination li {
  display: inline-block;
  margin: 5px 5px 5px 0;
}
.pagination li:nth-child(4),
.pagination li:nth-child(5),
.pagination li:nth-child(6) {
  display: none;
}
@media only screen and (min-device-width: 600px) {
  .pagination li:nth-child(4),
  .pagination li:nth-child(5),
  .pagination li:nth-child(6) {
    display: inline-block;
  }
}
.pagination a,
.pagination span {
  background-color: #fff;
  font-size: 14px;
  line-height: 1;
  display: block;
  padding: 10px 13px;
  border: 1px solid #ccc;
  border-radius: 3px;
}
.pagination a:hover {
  background-color: #f6f6f6;
}
.pagination .dots {
  background-color: transparent;
  border: 0;
  padding-left: 0;
  padding-right: 0;
}
.pagination .current {
  border: 1px solid #ccc;
  background-color: #6b6b6b;
  color: #fff;
}
.pagination p {
  margin-top: 10px;
  color: #686868;
}

#ranking_slider .nextbtn {
  top: 78px;
  right: -12px;
}
#ranking_slider .prevbtn {
  top: 78px;
  left: -12px;
}

#recommendyou_slider .nextbtn {
  top: 78px;
  right: -12px;
}
#recommendyou_slider .prevbtn {
  top: 78px;
  left: -12px;
}

/*タブ下のローカルナビ*/
.localnav ul {
  border-bottom: 1px solid #e5e5e5;
  font-size: 0;
  letter-spacing: 0;
}
.localnav li {
  display: inline-block;
  text-align: center;
  font-size: 11px;
  line-height: 1.3;
  letter-spacing: 0.035em;
  vertical-align: top;
  box-sizing: border-box;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .localnav li {
    font-size: 12px;
  }
}
.localnav li.current {
  border-bottom: 2px solid #2e792d;
  font-weight: bold;
  color: #2e792d;
}
.localnav li:not(.current) a:hover {
  opacity: 0.7;
}
.localnav.localnav-4 li {
  width: 25%;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .localnav.localnav-4 li {
    width: auto;
  }
}
.localnav.localnav-3 li {
  width: 33.333%;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .localnav.localnav-3 li {
    width: auto;
  }
}
.localnav.localnav-2 li {
  width: 50%;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .localnav.localnav-2 li {
    width: auto;
  }
}
.localnav a {
  width: 999px;
  display: table-cell;
  vertical-align: middle;
  height: 4.5em;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .localnav a {
    display: block;
    width: auto;
    height: auto;
    padding: 15px 25px;
  }
}

/*上下ボーダー*/
.border-top-bottom {
  border-top: 1px solid #e5e5e5;
  border-bottom: 1px solid #e5e5e5;
  overflow: hidden;
  padding: 20px 0;
}
@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .border-top-bottom {
    padding: 0;
    border-top: 0;
    border-bottom: 0;
  }
}

/* ご注意一覧 */
.list-notice li {
  text-indent: -1em;
  padding-left: 1em;
  font-size: 14px;
  line-height: 1.5;
  margin-top: 1em;
}
.list-notice li:first-child {
  margin-top: 0;
}
.list-notice li:before {
  content: "・";
}

@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  table.city_info {
    word-break: break-all;
  }
}
.sns_city_info {
  padding: 16px;
  box-sizing: border-box;
}

.yt-frame {
  width: 100%;
  max-width: 796px;
  max-height: 580px;
  margin: auto;
  padding-top: 56%;
  box-sizing: border-box;
  position: relative;
  text-align: center;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .yt-frame {
    padding-top: 42.5%;
  }
}

.yt-frame.city_info {
  padding-top: 56%;
}

.ytvideo {
  width: 100% !important;
  height: 100% !important;
  position: absolute;
  top: 0;
  left: 0;
}

.fb_iframe_widget,
.fb_iframe_widget span,
.fb_iframe_widget iframe[style] {
  width: 100% !important;
}

.sns_fb {
  margin: 32px auto 0;
}
@media only screen and (min-device-width: 600px) {
  .sns_fb {
    margin: 32px 140px;
  }
}

.video {
  position: relative;
  width: 100%;
  padding-top: 56.25%;
}

.video iframe {
  position: absolute;
  top: 0;
  right: 0;
  width: 100%;
  height: 100%;
}

hr.line-gray {
  background-color: #f6f6f6;
  height: 16px;
  border: 0;
  box-shadow: 0 2px 2px 0px rgba(0, 0, 0, 0.16) inset;
  margin: 0;
  padding: 0;
}

@media only screen and (max-width: 599px) and (max-device-width: 599px) {
  .sp-pad {
    padding-left: 16px;
    padding-right: 16px;
  }
}

/* GCF */
.gcf-lst-project--choice {
  /* progress bar chart */
}
.gcf-lst-project--choice .gcf-lst-project {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gcf-lst-project--choice .gcf-lst-project:before, .gcf-lst-project--choice .gcf-txt-link--right-under > a.gcf-lst-project:after, .gcf-lst-project--choice .gcf-txt-link--right-up > a.gcf-lst-project:after,
.gcf-lst-project--choice .gcf-txt-link2--right-under > a.gcf-lst-project:after,
.gcf-lst-project--choice .gcf-txt-link2--right-up > a.gcf-lst-project:after, .gcf-lst-project--choice .gcf-txt-link--right > a.gcf-lst-project:after,
.gcf-lst-project--choice .gcf-txt-link2--right > a.gcf-lst-project:after {
  content: "";
  display: block;
  height: 0;
  order: 1;
  width: 48%;
}
.gcf-lst-project--choice .gcf-lst-project .article-sld:hover {
  text-decoration: none;
  color: #16160e;
  opacity: 0.85;
}
.gcf-lst-project--choice .gcf-lst-project .article-sld:hover .gcf-lst-project__name {
  text-decoration: underline;
}
.gcf-lst-project--choice .gcf-lst-project__col {
  background-color: #fff;
  position: relative;
  margin: 40px 0 0 0;
  width: 100%;
  box-sizing: border-box;
  /* プロジェクト終了時 */
}
.gcf-lst-project--choice .gcf-lst-project__col:nth-child(1), .gcf-lst-project--choice .gcf-lst-project__col:nth-child(2) {
  margin: 0;
}
.gcf-lst-project--choice .gcf-lst-project__col.is-end .gcf-lst-project__progress > div:first-child,
.gcf-lst-project--choice .gcf-lst-project__col.is-end .gcf-lst-project__favorite-button,
.gcf-lst-project--choice .gcf-lst-project__col.is-end .gcf-lst-project__target-amount,
.gcf-lst-project--choice .gcf-lst-project__col.is-end .gcf-lst-project__row:not(:first-child),
.gcf-lst-project--choice .gcf-lst-project__col.is-end .chart-bar {
  display: none;
}
.gcf-lst-project--choice .gcf-lst-project__col.is-end .gcf-lst-project__end-button {
  cursor: default;
  display: block;
}
.gcf-lst-project--choice .gcf-lst-project__col .gcf-lst-project__complete {
  position: absolute;
  top: 12px;
  left: 4px;
  height: 40px;
  width: 40px;
  z-index: 1;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project--choice .gcf-lst-project__col .gcf-lst-project__complete {
    height: 70px;
    width: 70px;
    left: 8px;
  }
}
.gcf-lst-project--choice .gcf-lst-project__col .gcf-lst-project__soon {
  position: absolute;
  top: 8px;
  left: 4px;
  width: 63px;
  height: 21px;
  border-radius: 0 0 4px 4px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project--choice .gcf-lst-project__col .gcf-lst-project__soon {
    top: 8px;
    left: 11px;
    width: 88px;
    height: 30px;
    border-radius: 0 0 8px 8px;
  }
}
.gcf-lst-project--choice .gcf-lst-project__label {
  box-sizing: border-box;
  position: relative;
  background: #f6f6f6;
  width: 100%;
  height: 18px;
  margin: 0 auto -8px;
  padding: 4px;
  text-align: center;
  z-index: 1;
}
.gcf-lst-project--choice .gcf-lst-project__label .gcf-lst-project__text {
  font-size: 10px;
  letter-spacing: 0;
}
.gcf-lst-project--choice .gcf-lst-project__image {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.gcf-lst-project--choice .gcf-lst-project__title {
  height: 4.3em;
  margin-top: 8px;
  overflow: hidden;
}
.gcf-lst-project--choice .gcf-lst-project__remind--complete, .gcf-lst-project--choice .gcf-lst-project__remind--soon {
  display: block;
  float: left;
  font-size: 12px;
  width: 76px;
  text-align: center;
  margin-right: 8px;
}
.gcf-lst-project--choice .gcf-lst-project__remind--complete {
  border-top: solid 1px #f2b02d;
  border-bottom: solid 1px #f2b02d;
  background: #fcf2df;
}
.gcf-lst-project--choice .gcf-lst-project__remind--soon {
  border-top: solid 1px #93ca76;
  border-bottom: solid 1px #93ca76;
  background: #edf5e9;
}
.gcf-lst-project--choice .gcf-lst-project__name {
  display: block;
  font-size: 14px;
  letter-spacing: 0.01em;
}
.gcf-lst-project--choice .gcf-lst-project__pref {
  font-size: 10px;
  line-height: 1;
}
.gcf-lst-project--choice .gcf-lst-project__pref .icn-office {
  margin-right: 4px;
}
.gcf-lst-project--choice .gcf-lst-project__target-amount {
  font-size: 12px;
  width: 100%;
}
.gcf-lst-project--choice .gcf-lst-project__time-left {
  font-weight: bold;
  font-size: 12px;
  margin-top: 4px;
}
.gcf-lst-project--choice .gcf-lst-project__total {
  width: 100%;
  display: flex;
  flex-flow: row nowrap;
  justify-content: space-between;
  align-items: baseline;
}
.gcf-lst-project--choice .gcf-lst-project__text {
  font-size: 14px;
  font-weight: bold;
  line-height: 1.2;
}
.gcf-lst-project--choice .gcf-lst-project__badge {
  box-sizing: border-box;
  background-color: #f6f6f6;
  border-radius: 10px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin-right: 8px;
  padding: 2px 4px;
  text-align: center;
}
.gcf-lst-project--choice .gcf-lst-project__quantity {
  font-size: 16px;
  font-weight: bold;
  letter-spacing: -0.4px;
}
.gcf-lst-project--choice .gcf-lst-project__quantity.deadline {
  color: #e8000a;
}
.gcf-lst-project--choice .gcf-lst-project__unit {
  font-size: 12px;
}
.gcf-lst-project--choice .gcf-lst-project__progress {
  margin-top: 8px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project--choice .gcf-lst-project__progress {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
  }
}
.gcf-lst-project--choice .gcf-lst-project__progress > div:first-child {
  flex: 1;
  margin-right: 4px;
}
.gcf-lst-project--choice .gcf-lst-project__progress > div:nth-child(2) {
  flex: 1;
  min-width: 98px;
}
.gcf-lst-project--choice .gcf-lst-project__progress .gcf-cht-bar {
  margin-top: 8px;
}
.gcf-lst-project--choice .gcf-lst-project__favorite-button {
  background-color: #fff;
  border: 2px solid #2e792d;
  border-radius: 4px;
  color: #2e792d;
  font-size: 10px;
  line-height: 1.8em;
  height: 26px;
  outline: none;
  padding: 1px 0 0;
  text-align: center;
  vertical-align: text-bottom;
  width: 100%;
}
.gcf-lst-project--choice .gcf-lst-project__favorite-button:hover {
  cursor: pointer;
  opacity: 0.85;
}
.gcf-lst-project--choice .gcf-lst-project__favorite-button .icn-heart,
.gcf-lst-project--choice .gcf-lst-project__favorite-button .icn-heart2 {
  margin-right: 4px;
  vertical-align: middle;
}
.gcf-lst-project--choice .gcf-lst-project__favorite-button .icn-heart {
  display: none;
}
.gcf-lst-project--choice .gcf-lst-project__favorite-button .icn-heart2:before, .gcf-lst-project--choice .gcf-lst-project__favorite-button .gcf-txt-link--right-under > a.icn-heart2:after, .gcf-lst-project--choice .gcf-lst-project__favorite-button .gcf-txt-link--right-up > a.icn-heart2:after,
.gcf-lst-project--choice .gcf-lst-project__favorite-button .gcf-txt-link2--right-under > a.icn-heart2:after,
.gcf-lst-project--choice .gcf-lst-project__favorite-button .gcf-txt-link2--right-up > a.icn-heart2:after, .gcf-lst-project--choice .gcf-lst-project__favorite-button .gcf-txt-link--right > a.icn-heart2:after,
.gcf-lst-project--choice .gcf-lst-project__favorite-button .gcf-txt-link2--right > a.icn-heart2:after {
  font-weight: bold;
  vertical-align: top;
}
.gcf-lst-project--choice .gcf-lst-project__favorite-button.on .icn-heart {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.gcf-lst-project--choice .gcf-lst-project__favorite-button.on .icn-heart2 {
  display: none;
}
.gcf-lst-project--choice .gcf-lst-project__end-button {
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: none;
  font-size: 10px;
  height: 22px;
  margin-top: 8px;
  padding-top: 4px;
  text-align: center;
  width: 100%;
}
.gcf-lst-project--choice .gcf-lst-project__value {
  display: inline;
}
.gcf-lst-project--choice .gcf-lst-project__end {
  font-size: 10px;
  margin-left: 5px;
  display: inline;
}
.gcf-lst-project--choice .gcf-lst-project__list {
  margin-top: 4px;
}
.gcf-lst-project--choice .gcf-lst-project__lead span {
  text-align: center;
  width: 56px;
  padding: 5px 8px;
  background: #f6f6f6;
  font-size: 10px;
  font-weight: bold;
  border-radius: 30px;
  line-height: 1;
}
.gcf-lst-project--choice .gcf-lst-project .goods-col_name {
  height: 4.5em;
  margin-top: 12px;
}
.gcf-lst-project--choice .gcf-lst-project .chart-bar {
  margin: 8px 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project--choice .gcf-lst-project:before, .gcf-lst-project--choice .gcf-txt-link--right-under > a.gcf-lst-project:after, .gcf-lst-project--choice .gcf-txt-link--right-up > a.gcf-lst-project:after,
  .gcf-lst-project--choice .gcf-txt-link2--right-under > a.gcf-lst-project:after,
  .gcf-lst-project--choice .gcf-txt-link2--right-up > a.gcf-lst-project:after, .gcf-lst-project--choice .gcf-txt-link--right > a.gcf-lst-project:after,
  .gcf-lst-project--choice .gcf-txt-link2--right > a.gcf-lst-project:after {
    max-width: 244px;
    width: 32%;
  }
  .gcf-lst-project--choice .gcf-lst-project__col {
    margin: 68px 0 0 0;
    max-width: 244px;
    width: 100%;
    box-sizing: border-box;
  }
  .gcf-lst-project--choice .gcf-lst-project__col:nth-child(1), .gcf-lst-project--choice .gcf-lst-project__col:nth-child(2), .gcf-lst-project--choice .gcf-lst-project__col:nth-child(3) {
    margin-top: 0;
  }
  .gcf-lst-project--choice .gcf-lst-project a:hover .gcf-lst-project__image {
    opacity: 0.85;
  }
  .gcf-lst-project--choice .gcf-lst-project a:hover .gcf-lst-project__name {
    color: #1e50a2;
    text-decoration: underline;
  }
  .gcf-lst-project--choice .gcf-lst-project__label {
    width: 235px;
    height: 30px;
    padding: 8px;
  }
  .gcf-lst-project--choice .gcf-lst-project__label .gcf-lst-project__text {
    font-size: 14px;
  }
  .gcf-lst-project--choice .gcf-lst-project__name {
    font-size: 16px;
  }
  .gcf-lst-project--choice .gcf-lst-project__remind--complete, .gcf-lst-project--choice .gcf-lst-project__remind--soon {
    line-height: 1.7;
  }
  .gcf-lst-project--choice .gcf-lst-project__detail {
    max-width: 100%;
  }
  .gcf-lst-project--choice .gcf-lst-project__total {
    font-size: 14px;
  }
  .gcf-lst-project--choice .gcf-lst-project__text {
    font-size: 18px;
    font-weight: bold;
    margin-top: 2px;
  }
  .gcf-lst-project--choice .gcf-lst-project__pref {
    font-size: 14px;
  }
  .gcf-lst-project--choice .gcf-lst-project__quantity {
    font-size: 20px;
    letter-spacing: 0;
  }
  .gcf-lst-project--choice .gcf-lst-project__badge {
    width: 56px;
    height: 18px;
  }
  .gcf-lst-project--choice .gcf-lst-project__progress {
    margin-top: 8px;
  }
  .gcf-lst-project--choice .gcf-lst-project__progress > div:first-child {
    flex: none;
  }
  .gcf-lst-project--choice .gcf-lst-project__progress > div:nth-child(2) {
    flex: none;
    min-width: 130px;
  }
  .gcf-lst-project--choice .gcf-lst-project__favorite-button {
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
  }
  .gcf-lst-project--choice .gcf-lst-project__end-button {
    border-radius: 5px;
    font-size: 14px;
    height: 32px;
    margin-top: 20px;
    padding-top: 6px;
  }
  .gcf-lst-project--choice .gcf-lst-project__end {
    font-size: 14px;
    margin-left: 5px;
  }
  .gcf-lst-project--choice .gcf-lst-project__row {
    display: flex;
    align-items: center;
  }
  .gcf-lst-project--choice .gcf-lst-project__lead {
    display: inline-block;
    width: 64px;
  }
  .gcf-lst-project--choice .gcf-lst-project .goods-col_name {
    margin-top: 10px;
  }
  .gcf-lst-project--choice .gcf-lst-project .chart-bar {
    margin: 12px 0 16px 0;
  }
}
.gcf-lst-project--choice .gcf-cht-bar {
  background: #e5e5e5;
  width: 100%;
  height: 24px;
  margin-bottom: 8px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.gcf-lst-project--choice .gcf-cht-bar__graph {
  background-color: #93ca76;
  width: 0;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.gcf-lst-project--choice .gcf-cht-bar__graph2 {
  background-color: #f2b02d;
  width: 0;
  height: 24px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.gcf-lst-project--choice .gcf-cht-bar__number {
  width: 100%;
  height: 24px;
  line-height: 24px;
  font-size: 12px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}

/* 応募寄付総額 */
.gcf-bx-header {
  width: 100%;
  margin-top: 58px;
  padding: 0 0 2px;
  clear: both;
}
.gcf-bx-header__wrap {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 30px;
  overflow: hidden;
  box-sizing: border-box;
  margin: 16px -16px -16px;
  padding: 0 16px;
  border-radius: 0;
  background-color: #00664b;
}
.gcf-bx-header__text, .gcf-bx-header__unit {
  font-size: 12px;
  white-space: nowrap;
}
.gcf-bx-header__price {
  margin: 0 8px;
  white-space: nowrap;
  font-size: 14px;
  font-weight: bold;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-bx-header {
    display: flex;
    align-items: center;
    width: auto;
    clear: none;
    overflow: hidden;
    margin-top: 0;
    padding-top: 21px;
  }
  .gcf-bx-header__wrap {
    width: 240px;
    height: 28px;
    margin: 0 0 0 16px;
    padding: 0 16px;
    border-radius: 14px;
  }
  .gcf-bx-header__text {
    font-size: 10px;
  }
  .gcf-bx-header__price {
    margin: 0 4px;
    font-size: 16px;
  }
  .gcf-bx-header__unit {
    font-size: 12px;
  }
}

/* gcf版bx-fill */
.gcf-bx-fill {
  border-radius: 4px;
  background-color: #f6f6f6;
  padding: 16px;
}
.gcf-bx-fill__title {
  margin-top: -3px;
  font-size: 16px;
}
.gcf-bx-fill__title + * {
  margin-top: 20px;
}
.gcf-bx-fill__title + .txt, .gcf-bx-fill__title + .txt-sub, .gcf-bx-fill__title + .txt-excerpt, .gcf-bx-fill__title + .txt-notice {
  margin-top: 22px;
}
.gcf-bx-fill .txt, .gcf-bx-fill .txt-sub, .gcf-bx-fill .txt-excerpt, .gcf-bx-fill .txt-notice {
  font-size: 14px;
  margin-top: 22px;
}
.gcf-bx-fill .txt + .txt, .gcf-bx-fill .txt-sub + .txt, .gcf-bx-fill .txt-excerpt + .txt, .gcf-bx-fill .txt-notice + .txt, .gcf-bx-fill .txt + .txt-sub, .gcf-bx-fill .txt-sub + .txt-sub, .gcf-bx-fill .txt-excerpt + .txt-sub, .gcf-bx-fill .txt-notice + .txt-sub, .gcf-bx-fill .txt + .txt-excerpt, .gcf-bx-fill .txt-sub + .txt-excerpt, .gcf-bx-fill .txt-excerpt + .txt-excerpt, .gcf-bx-fill .txt-notice + .txt-excerpt, .gcf-bx-fill .txt + .txt-notice, .gcf-bx-fill .txt-sub + .txt-notice, .gcf-bx-fill .txt-excerpt + .txt-notice, .gcf-bx-fill .txt-notice + .txt-notice {
  margin-top: 12px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-bx-fill {
    padding: 24px;
  }
}

/* 応援メッセージ */
.gcf-bx-message {
  background-color: #f6f6f6;
  border-radius: 4px;
  padding: 16px 16px 14px;
  position: relative;
}
.gcf-bx-message:before, .gcf-txt-link--right-under > a.gcf-bx-message:after, .gcf-txt-link--right-up > a.gcf-bx-message:after,
.gcf-txt-link2--right-under > a.gcf-bx-message:after,
.gcf-txt-link2--right-up > a.gcf-bx-message:after, .gcf-txt-link--right > a.gcf-bx-message:after,
.gcf-txt-link2--right > a.gcf-bx-message:after {
  border-bottom: 11px solid transparent;
  border-left: 15px solid #f6f6f6;
  border-right: none;
  border-top: none;
  bottom: -11px;
  content: "";
  display: block;
  height: 0;
  left: 31px;
  position: absolute;
  width: 0;
}
.gcf-bx-message:first-child {
  margin: 0;
}
.gcf-bx-message:not(:first-child) {
  margin-top: 24px;
}
.gcf-bx-message:last-child {
  margin-bottom: 0;
}
.gcf-bx-message__link {
  font-size: 14px;
  line-height: 1.2;
}
.gcf-bx-message__link + .gcf-bx-message__text {
  margin-top: 10px;
}
.gcf-bx-message__text {
  font-size: 14px;
}
.gcf-bx-message__date {
  color: #6b6b6b;
  font-size: 12px;
  margin-top: 16px;
  text-align: right;
  width: 100%;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-bx-message {
    padding: 15px 16px 14px;
  }
  .gcf-bx-message:before, .gcf-txt-link--right-under > a.gcf-bx-message:after, .gcf-txt-link--right-up > a.gcf-bx-message:after,
  .gcf-txt-link2--right-under > a.gcf-bx-message:after,
  .gcf-txt-link2--right-up > a.gcf-bx-message:after, .gcf-txt-link--right > a.gcf-bx-message:after,
  .gcf-txt-link2--right > a.gcf-bx-message:after {
    border-bottom-width: 13px;
    border-left-width: 20px;
  }
  .gcf-bx-message:not(:first-child) {
    margin-top: 32px;
  }
  .gcf-bx-message__link {
    line-height: 1.2;
  }
  .gcf-bx-message__text {
    margin-top: 7px;
  }
  .gcf-bx-message__date {
    margin-top: 10px;
    font-size: 12px;
  }
}

.gcf-btn-toggle {
  background-color: #fff;
  border: 2px solid #2e792d;
  border-radius: 6px;
  color: #2e792d;
  font-size: 16px;
  height: 40px;
  line-height: 38px;
  outline: none;
  padding: 0 14px;
  width: 100%;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-btn-toggle {
    border-radius: 4px;
    width: 330px;
  }
}
.gcf-btn-toggle:hover {
  opacity: 0.85;
}

/* sp用メッセージボタン */
.gcf-btn-message {
  background-color: #fff;
  border-width: 0;
  border-radius: 50%;
  box-shadow: 0 0 3px 3px rgba(0, 0, 0, 0.2);
  bottom: 8px;
  display: none;
  height: 79px;
  margin: 0;
  outline: none;
  padding: 0;
  position: fixed;
  right: 8px;
  width: 79px;
  z-index: 11;
}
.gcf-btn-message__inner, .gcf-btn-message__inner--close, .gcf-btn-message__inner--open {
  border-radius: 50%;
  box-sizing: border-box;
  display: block;
  font-size: 0;
  height: 75px;
  line-height: 1.2;
  margin: auto;
  width: 75px;
}
.gcf-btn-message__inner--open {
  background: url("/gcf/images_cf/img_btn_message.png") no-repeat center 9px/24px 24px;
  background-color: #2e792d;
  padding-top: 37px;
}
.gcf-btn-message__inner--close {
  background: url("/gcf/images_cf/img_btn_close.png") no-repeat center 18px/28px 24px;
  background-color: #2e792d;
  display: none;
  padding-top: 48px;
}
.gcf-btn-message__text {
  color: #fff;
  display: inline-block;
  font-size: 11px;
  margin: 0;
  text-align: center;
  width: 100%;
}
.gcf-btn-message__text:last-child {
  font-size: 10px;
}
.gcf-btn-message.is-show {
  display: block;
}
.gcf-btn-message.is-show:not(.on) {
  display: block;
}
.gcf-btn-message.is-show .gcf-btn-message__inner--open {
  display: none;
}
.gcf-btn-message.is-show .gcf-btn-message__inner--close {
  display: block;
}

.gcf-btn-sns, .gcf-btn-sns--x {
  border-radius: 4px;
  color: #fff;
  display: inline-block;
  font-size: 11px;
  font-weight: bold;
  height: 28px;
  line-height: 28px;
  text-align: center;
  width: 80px;
}
.gcf-btn-sns::before, .gcf-txt-link--right-under > a.gcf-btn-sns:after, .gcf-txt-link--right-up > a.gcf-btn-sns:after,
.gcf-txt-link2--right-under > a.gcf-btn-sns:after,
.gcf-txt-link2--right-up > a.gcf-btn-sns:after, .gcf-txt-link--right > a.gcf-btn-sns:after,
.gcf-txt-link2--right > a.gcf-btn-sns:after, .gcf-btn-sns--x::before, .gcf-txt-link--right-under > a.gcf-btn-sns--x:after, .gcf-txt-link--right-up > a.gcf-btn-sns--x:after,
.gcf-txt-link2--right-under > a.gcf-btn-sns--x:after,
.gcf-txt-link2--right-up > a.gcf-btn-sns--x:after, .gcf-txt-link--right > a.gcf-btn-sns--x:after,
.gcf-txt-link2--right > a.gcf-btn-sns--x:after {
  content: "";
  display: inline-block;
  margin: -2px 1px 0 0;
  vertical-align: middle;
}
.gcf-btn-sns--x {
  background-color: #0f1419;
}
.gcf-btn-sns--x:before, .gcf-txt-link--right-under > a.gcf-btn-sns--x:after, .gcf-txt-link--right-up > a.gcf-btn-sns--x:after,
.gcf-txt-link2--right-under > a.gcf-btn-sns--x:after,
.gcf-txt-link2--right-up > a.gcf-btn-sns--x:after, .gcf-txt-link--right > a.gcf-btn-sns--x:after,
.gcf-txt-link2--right > a.gcf-btn-sns--x:after {
  background: url("/gcf/images_cf/sns/icn_post.png") no-repeat center/13px 14px;
  height: 14px;
  line-height: 14px;
  width: 13px;
}

.gcf-btn-favorite {
  background: #fff;
  border-radius: 3px;
  color: #2e792d;
  height: 40px;
  font-size: 15px;
  font-weight: normal;
  padding: 11px 14px;
  margin-top: 20px;
}
.gcf-btn-favorite .icn-heart,
.gcf-btn-favorite .icn-heart2 {
  color: #ed4956;
}
.gcf-btn-favorite .icn-heart2:before, .gcf-btn-favorite .gcf-txt-link--right-under > a.icn-heart2:after, .gcf-btn-favorite .gcf-txt-link--right-up > a.icn-heart2:after,
.gcf-btn-favorite .gcf-txt-link2--right-under > a.icn-heart2:after,
.gcf-btn-favorite .gcf-txt-link2--right-up > a.icn-heart2:after, .gcf-btn-favorite .gcf-txt-link--right > a.icn-heart2:after,
.gcf-btn-favorite .gcf-txt-link2--right > a.icn-heart2:after {
  font-weight: bold;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-btn-favorite {
    border-radius: 5px;
    font-size: 16px;
    margin-top: 20px;
    width: 100%;
  }
  .gcf-btn-favorite:hover {
    opacity: 1;
  }
}

.gcf-btn-positive {
  background-color: #2e792d;
  border-radius: 3px;
  color: #fff;
  display: inline-block;
  height: 48px;
  line-height: 48px;
  margin-top: 12px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-btn-positive {
    border-radius: 5px;
    font-size: 20px;
    height: 60px;
    line-height: 60px;
    margin-top: 16px;
    padding: 0;
  }
  .gcf-btn-positive:hover {
    opacity: 0.85;
  }
}
.gcf-btn-positive.is-disable {
  background: #c8c8c8;
  border-color: #c8c8c8;
  color: #767676;
  cursor: default;
  outline: 0;
}
.gcf-btn-positive.size-md {
  height: 36px;
  line-height: 36px;
  font-size: 14px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-btn-positive.size-md {
    height: 40px;
    line-height: 40px;
    font-size: 16px;
  }
}

.gcf-lst-global {
  display: flex;
  justify-content: space-between;
  width: 100%;
}
.gcf-lst-global__item {
  font-size: 12px;
}
.gcf-lst-global__item:nth-child(2) {
  padding-right: 24px;
}
.gcf-lst-global__item:nth-child(3) {
  padding-right: 32px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-global {
    flex: 1;
  }
  .gcf-lst-global__item {
    font-size: 14px;
    font-weight: normal;
    position: relative;
    white-space: nowrap;
  }
}

.gcf-lst-groupsite {
  border-left: 1px solid #fff;
  display: none;
  flex-wrap: nowrap;
  margin-left: 68px;
  padding-left: 32px;
}
.gcf-lst-groupsite__item, .gcf-lst-groupsite__item--saigai, .gcf-lst-groupsite__item--choice {
  display: block;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
}
.gcf-lst-groupsite__item:hover, .gcf-lst-groupsite__item--saigai:hover, .gcf-lst-groupsite__item--choice:hover {
  opacity: 0.85;
}
.gcf-lst-groupsite__item--choice {
  background-color: #ad0003;
}
.gcf-lst-groupsite__item--saigai {
  background-color: #d45700;
}
.gcf-lst-groupsite__item + .gcf-lst-groupsite__item, .gcf-lst-groupsite__item--choice + .gcf-lst-groupsite__item, .gcf-lst-groupsite__item--saigai + .gcf-lst-groupsite__item, .gcf-lst-groupsite__item + .gcf-lst-groupsite__item--choice, .gcf-lst-groupsite__item--choice + .gcf-lst-groupsite__item--choice, .gcf-lst-groupsite__item--saigai + .gcf-lst-groupsite__item--choice, .gcf-lst-groupsite__item + .gcf-lst-groupsite__item--saigai, .gcf-lst-groupsite__item--choice + .gcf-lst-groupsite__item--saigai, .gcf-lst-groupsite__item--saigai + .gcf-lst-groupsite__item--saigai {
  margin-left: 16px;
}
.gcf-lst-groupsite__item > a, .gcf-lst-groupsite__item--choice > a, .gcf-lst-groupsite__item--saigai > a {
  display: block;
}
.gcf-lst-groupsite__link {
  display: block;
  padding: 0 8px;
  border-radius: 4px;
  font-size: 12px;
  line-height: 24px;
  cursor: pointer;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-groupsite {
    display: flex;
  }
}

.gcf-lst-img {
  display: flex;
  justify-content: space-between;
}

.gcf-lst-sns {
  display: flex;
  flex-wrap: wrap;
  padding: 0 16px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-sns {
    justify-content: left;
    padding: 0;
  }
}
.gcf-lst-sns > li + li {
  margin-left: 4px;
}
.gcf-lst-sns > li iframe {
  width: 183px !important;
}

.gcf-lst-caution {
  counter-reset: list;
  margin-bottom: 19px;
}
.gcf-lst-caution > li {
  counter-increment: list;
  font-size: 14px;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 25px;
  text-indent: -22px;
}
.gcf-lst-caution > li:before {
  content: counter(list) ".";
  padding-right: 9px;
}

/* 汎用プロジェクトリスト */
.gcf-lst-project {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
.gcf-lst-project:before, .gcf-txt-link--right-under > a.gcf-lst-project:after, .gcf-txt-link--right-up > a.gcf-lst-project:after,
.gcf-txt-link2--right-under > a.gcf-lst-project:after,
.gcf-txt-link2--right-up > a.gcf-lst-project:after, .gcf-txt-link--right > a.gcf-lst-project:after,
.gcf-txt-link2--right > a.gcf-lst-project:after {
  content: "";
  display: block;
  height: 0;
  order: 1;
  width: 48%;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project:before, .gcf-txt-link--right-under > a.gcf-lst-project:after, .gcf-txt-link--right-up > a.gcf-lst-project:after,
  .gcf-txt-link2--right-under > a.gcf-lst-project:after,
  .gcf-txt-link2--right-up > a.gcf-lst-project:after, .gcf-txt-link--right > a.gcf-lst-project:after,
  .gcf-txt-link2--right > a.gcf-lst-project:after {
    max-width: 244px;
    width: 32%;
  }
}
.gcf-lst-project__col {
  background-color: #fff;
  position: relative;
  margin: 40px 0 0 0;
  width: 48%;
  /* プロジェクト終了時 */
}
.gcf-lst-project__col:nth-child(1), .gcf-lst-project__col:nth-child(2) {
  margin: 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__col {
    margin: 68px 0 0 0;
    width: 235px;
  }
  .gcf-lst-project__col:nth-child(1), .gcf-lst-project__col:nth-child(2), .gcf-lst-project__col:nth-child(3) {
    margin-top: 0;
  }
  .gcf-lst-project__col a:hover {
    opacity: 0.8;
  }
  .gcf-lst-project__col a:hover .gcf-lst-project__image {
    opacity: 0.85;
  }
  .gcf-lst-project__col a:hover .gcf-lst-project__name {
    color: #1e50a2;
    text-decoration: underline;
  }
}
.gcf-lst-project__col.is-end .gcf-lst-project__progress > div:first-child,
.gcf-lst-project__col.is-end .gcf-lst-project__favorite-button,
.gcf-lst-project__col.is-end .gcf-lst-project__target-amount,
.gcf-lst-project__col.is-end .gcf-lst-project__row:not(:first-child),
.gcf-lst-project__col.is-end .chart-bar {
  display: none;
}
.gcf-lst-project__col.is-end .gcf-lst-project__text--pref {
  width: 100%;
}
.gcf-lst-project__col.is-end .gcf-lst-project__end-button {
  cursor: default;
  display: block;
}
.gcf-lst-project__col .gcf-lst-project__complete {
  position: absolute;
  top: 12px;
  left: 4px;
  height: 40px;
  width: 40px;
  z-index: 1;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__col .gcf-lst-project__complete {
    height: 60px;
    width: 60px;
    left: 8px;
  }
}
.gcf-lst-project__col .gcf-lst-project__soon {
  position: absolute;
  top: 0;
  left: 4px;
  width: 63px;
  height: 21px;
  border-radius: 0 0 4px 4px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__col .gcf-lst-project__soon {
    top: 0;
    left: 11px;
    width: 88px;
    height: 30px;
    border-radius: 0 0 8px 8px;
  }
}
.gcf-lst-project__col-progress {
  display: flex;
  width: 100%;
  margin-bottom: 25px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__col-progress {
    width: calc(50% - 10px);
    margin: 0 20px 20px 0;
  }
}
.gcf-lst-project__col-progress:nth-child(even) {
  margin-right: 0;
}
.gcf-lst-project__col-progress .gcf-lst-project__link {
  display: flex;
  flex-direction: column;
  width: 100%;
}
.gcf-lst-project__col-progress .gcf-lst-project__link:hover {
  color: #1e50a2;
  text-decoration: underline;
}
.gcf-lst-project__col-progress .gcf-lst-project__link:hover .gcf-lst-project__photo {
  opacity: 0.8;
}
.gcf-lst-project__col-progress .gcf-lst-project__name {
  height: auto;
  margin: 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__col-progress .gcf-lst-project__name {
    max-height: 48px;
  }
}
.gcf-lst-project__col-progress .gcf-lst-project__pref {
  margin-top: 12px;
  font-size: 12px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__col-progress .gcf-lst-project__pref {
    font-size: 14px;
  }
}
.gcf-lst-project__col-progress .gcf-lst-project__article {
  display: flex;
  margin-top: 14px;
}
.gcf-lst-project__col-progress .gcf-lst-project__image {
  width: 125px;
  margin-right: 14px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__col-progress .gcf-lst-project__image {
    width: 150px;
  }
}
.gcf-lst-project__col-progress .gcf-lst-project__info {
  display: flex;
  flex-direction: column;
  width: calc(100% - 139px);
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__col-progress .gcf-lst-project__info {
    width: calc(100% - 164px);
  }
}
.gcf-lst-project__col-progress .gcf-lst-project__text {
  margin: 0;
  line-height: 1.5;
  font-weight: normal;
  font-size: 12px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__col-progress .gcf-lst-project__text {
    font-size: 16px;
  }
}
.gcf-lst-project__col-progress .gcf-lst-project__time {
  display: block;
  margin-top: auto;
  font-size: 12px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__col-progress .gcf-lst-project__time {
    font-size: 14px;
  }
}
.gcf-lst-project__label {
  box-sizing: border-box;
  position: relative;
  background: #f6f6f6;
  width: 100%;
  height: 18px;
  margin: 0 auto;
  padding: 4px;
  text-align: center;
  z-index: 1;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__label {
    width: 235px;
    height: 30px;
    padding: 8px;
  }
}
.gcf-lst-project__label .gcf-lst-project__text {
  font-size: 10px;
  letter-spacing: 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__label .gcf-lst-project__text {
    font-size: 14px;
    margin-top: 0;
  }
}
.gcf-lst-project__label.is-end {
  background: #767676;
  color: #fff;
}
.gcf-lst-project__image {
  overflow: hidden;
  position: relative;
  text-align: center;
}
.gcf-lst-project__name {
  height: 4.5em;
  margin-top: 4px;
  font-size: 12px;
  overflow: hidden;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__name {
    font-size: 16px;
  }
}
.gcf-lst-project__detail {
  margin: 8px 0 0 0;
  max-width: 100%;
}
.gcf-lst-project__pref {
  font-size: 10px;
  line-height: 1;
}
.gcf-lst-project__pref .icn-office {
  margin-right: 4px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__pref {
    font-size: 14px;
  }
}
.gcf-lst-project__target-amount {
  font-size: 12px;
  width: 100%;
}
.gcf-lst-project__total-container, .gcf-lst-project__info-container {
  width: 100%;
}
.gcf-lst-project__days {
  font-size: 12px;
  font-weight: bold;
  margin-top: 4px;
}
.gcf-lst-project__total {
  margin-top: 4px;
  font-weight: bold;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__total {
    display: flex;
    align-items: center;
  }
}
.gcf-lst-project__days.deadline .gcf-lst-project__quantity,
.gcf-lst-project__days.deadline .gcf-lst-project__text, .gcf-lst-project__total.deadline .gcf-lst-project__quantity,
.gcf-lst-project__total.deadline .gcf-lst-project__text {
  color: #cc0000;
}
.gcf-lst-project__text {
  font-size: 12px;
  font-weight: bold;
  line-height: 1.2;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__text {
    font-weight: bold;
    margin-top: 2px;
  }
}
.gcf-lst-project__badge {
  box-sizing: border-box;
  background-color: #f6f6f6;
  border-radius: 10px;
  display: inline-block;
  font-size: 10px;
  font-weight: bold;
  margin-right: 8px;
  padding: 2px 4px;
  text-align: center;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__badge {
    width: 56px;
    height: 18px;
  }
}
.gcf-lst-project__quantity {
  display: inline-block;
  margin-right: 2px;
  font-size: 18px;
  font-weight: bold;
  letter-spacing: 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__quantity {
    font-size: 20px;
  }
}
.gcf-lst-project__suffix {
  font-size: 14px;
}
.gcf-lst-project__progress {
  margin-top: 4px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__progress {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    overflow: hidden;
  }
}
.gcf-lst-project__progress > div:first-child {
  flex: 1;
  margin-right: 4px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__progress > div:first-child {
    flex: none;
  }
}
.gcf-lst-project__progress > div:nth-child(2) {
  flex: 1;
  min-width: 98px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__progress > div:nth-child(2) {
    flex: none;
    min-width: 130px;
  }
}
.gcf-lst-project__progress .gcf-cht-bar {
  background: #e5e5e5;
  margin-top: 0;
}
.gcf-lst-project__limit {
  font-size: 14px;
  line-height: 1.2;
  text-align: center;
}
.gcf-lst-project__sdg {
  display: flex;
  flex-flow: row nowrap;
  justify-content: flex-start;
  align-items: center;
  margin: 4px 0 8px;
}
.gcf-lst-project__sdg-label {
  font-size: 10px;
  font-weight: bold;
  white-space: nowrap;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__sdg-label {
    font-size: 12px;
  }
}
.gcf-lst-project__sdg-icons {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.gcf-lst-project__sdg-icons > li {
  width: 21px;
  margin-left: 5px;
}
.gcf-lst-project__sdg-icons > li > a:hover > img {
  opacity: 0.85;
}
.gcf-lst-project__sdg-icons > li > a > img {
  display: block;
  width: 100%;
  height: auto;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__sdg-icons > li {
    width: 34px;
  }
}
.gcf-lst-project__btn-container {
  margin-top: 4px;
  display: flex;
}
.gcf-lst-project__btn-container .gcf-btn-positive {
  margin: 0 8px 0 0;
  flex: 1 0 0%;
}
.gcf-lst-project__favorite-button {
  background-color: #fff;
  border: 2px solid #2e792d;
  border-radius: 4px;
  color: #2e792d;
  font-size: 10px;
  line-height: 1.8em;
  height: 26px;
  outline: none;
  padding: 1px 0 0;
  text-align: center;
  vertical-align: text-bottom;
  width: 100%;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__favorite-button {
    border-radius: 5px;
    font-size: 16px;
    height: 40px;
    width: 100%;
    box-sizing: border-box;
  }
}
.gcf-lst-project__favorite-button:hover {
  cursor: pointer;
  opacity: 0.85;
}
.gcf-lst-project__favorite-button .icn-heart,
.gcf-lst-project__favorite-button .icn-heart2 {
  color: #ed4956;
  margin-right: 4px;
  vertical-align: middle;
}
.gcf-lst-project__favorite-button .icn-heart {
  display: none;
}
.gcf-lst-project__favorite-button .icn-heart2:before, .gcf-lst-project__favorite-button .gcf-txt-link--right-under > a.icn-heart2:after, .gcf-lst-project__favorite-button .gcf-txt-link--right-up > a.icn-heart2:after,
.gcf-lst-project__favorite-button .gcf-txt-link2--right-under > a.icn-heart2:after,
.gcf-lst-project__favorite-button .gcf-txt-link2--right-up > a.icn-heart2:after, .gcf-lst-project__favorite-button .gcf-txt-link--right > a.icn-heart2:after,
.gcf-lst-project__favorite-button .gcf-txt-link2--right > a.icn-heart2:after {
  font-weight: bold;
  vertical-align: top;
}
.gcf-lst-project__favorite-button.on .icn-heart {
  display: inline-block;
  vertical-align: middle;
  line-height: 14px;
}
.gcf-lst-project__favorite-button.on .icn-heart2 {
  display: none;
}
.gcf-lst-project__favorite-button.btn-circle {
  border-radius: 50%;
  height: 36px;
  width: 36px;
  border: solid 1px #e5e5e5;
  padding: 0;
  line-height: 1;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__favorite-button.btn-circle {
    height: 40px;
    width: 40px;
  }
}
.gcf-lst-project__favorite-button.btn-circle .icn-heart {
  margin-right: -1px;
  font-size: 14px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__favorite-button.btn-circle .icn-heart {
    font-size: 16px;
  }
}
.gcf-lst-project__favorite-button.btn-circle .icn-heart2 {
  margin-right: -1px;
  font-size: 16px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__favorite-button.btn-circle .icn-heart2 {
    font-size: 18px;
  }
}
.gcf-lst-project__end-button {
  background-color: #999999;
  border-radius: 4px;
  box-sizing: border-box;
  color: #fff;
  display: none;
  font-size: 10px;
  height: 22px;
  margin-top: 8px;
  padding-top: 4px;
  text-align: center;
  width: 100%;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__end-button {
    border-radius: 5px;
    font-size: 14px;
    height: 32px;
    margin-top: 20px;
    padding-top: 6px;
  }
}
.gcf-lst-project__value {
  display: inline;
}
.gcf-lst-project__end {
  font-size: 10px;
  margin-left: 5px;
  display: inline;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__end {
    font-size: 14px;
    margin-left: 5px;
  }
}
.gcf-lst-project__list {
  margin-top: 4px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__lead {
    display: inline-block;
    width: 64px;
  }
}
.gcf-lst-project__lead span {
  text-align: center;
  width: 56px;
  padding: 5px 8px;
  background: #f6f6f6;
  font-size: 10px;
  font-weight: bold;
  border-radius: 30px;
  line-height: 1;
}
.gcf-lst-project .goods-col_name {
  height: 4.5em;
  margin-top: 12px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project .goods-col_name {
    margin-top: 10px;
  }
}
.gcf-lst-project .chart-bar {
  margin: 8px 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project .chart-bar {
    margin: 12px 0 16px 0;
  }
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-project__row {
    display: flex;
    align-items: center;
  }
}

/* banner list */
.gcf-lst-banner li {
  display: block;
  margin-top: 16px;
}
.gcf-lst-banner li:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-banner {
    background-color: #f6f6f6;
    border-radius: 6px;
    display: flex;
    flex-wrap: wrap;
    padding: 24px;
  }
  .gcf-lst-banner li {
    margin-top: 24px;
  }
  .gcf-lst-banner li:nth-child(3n-1) {
    margin: 24px 20px 0;
  }
  .gcf-lst-banner li:nth-child(2), .gcf-lst-banner li:nth-child(3) {
    margin-top: 0;
  }
  .gcf-lst-banner li:hover {
    opacity: 0.85;
  }
  .gcf-lst-banner__image {
    width: 236px;
    height: 75px;
  }
}

.gcf-lst-bx__item {
  margin-top: 24px;
}
.gcf-lst-bx:first-child {
  margin-top: 0;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lst-bx__item {
    margin-top: 32px;
  }
}

.gcf-lyt-detail__block2 {
  padding: 0 16px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-detail__block2 {
    padding: 0;
  }
}
.gcf-lyt-detail__block2 .goods-col_img .genteiImg,
.gcf-lyt-detail__block2 .goods-col_img .newImg,
.gcf-lyt-detail__block2 .goods-col_img .soldoutImg {
  position: absolute;
  top: 0;
  width: 100%;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-lyt-detail__block2 .goods-col_img .genteiImg,
  .gcf-lyt-detail__block2 .goods-col_img .newImg,
  .gcf-lyt-detail__block2 .goods-col_img .soldoutImg {
    width: 244px;
    height: 150px;
  }
}

/* global nav */
.gcf-nv-global {
  background-color: #16160e;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  padding: 12px 16px;
  width: 100%;
  white-space: nowrap;
}
.gcf-nv-global.is-fixed {
  box-sizing: border-box;
  position: fixed;
  min-width: auto;
  top: 0;
  left: 0;
  z-index: 10;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-nv-global {
    align-items: center;
    display: flex;
    flex-wrap: nowrap;
    justify-content: left;
    min-width: 1072px;
    padding: 12px calc((100vw - 1072px) / 2);
  }
  .gcf-nv-global.is-fixed {
    width: 100%;
  }
}

.gcf-nv-anchor {
  width: 100%;
}
.gcf-nv-anchor__items {
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  justify-content: space-around;
  padding-bottom: 1px;
}
.gcf-nv-anchor__items > li {
  border: 2px solid #c8c8c8;
  border-radius: 6px;
  box-sizing: border-box;
  display: block;
  font-size: 13px;
  min-height: 92px;
  position: relative;
  text-align: center;
  min-width: 96px;
}
.gcf-nv-anchor__items > li:hover {
  color: #2e792d;
}
.gcf-nv-anchor__items > li a {
  box-sizing: border-box;
  display: block;
  height: 100%;
  padding-top: 17px;
}
.gcf-nv-anchor__items > li.is-current {
  border-color: #2e792d;
  color: #2e792d;
  padding-top: 17px;
}
.gcf-nv-anchor__items > li:before {
  height: 10px;
  width: 15px;
  background-image: url("/img/about/nav-arrow-bottom.png");
  background-repeat: no-repeat;
  background-size: 12px auto;
  background-position: center;
  bottom: 10px;
  content: "";
  display: inline-block;
  height: 12px;
  left: 0;
  margin: auto;
  position: absolute;
  right: 0;
  vertical-align: middle;
  width: 12px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-nv-anchor {
    width: 796px;
  }
  .gcf-nv-anchor__items {
    justify-content: space-between;
  }
  .gcf-nv-anchor__items > li {
    border: 0;
    border-radius: 0;
    height: auto;
    margin-left: 0;
    min-height: auto;
    min-width: auto;
    padding: 20px 0 16px;
    width: 33.3333%;
  }
  .gcf-nv-anchor__items > li a {
    display: inline-block;
    height: auto;
    padding: 0;
  }
  .gcf-nv-anchor__items > li.is-current {
    border-bottom: 2px solid #2e792d;
    padding: 20px 0 16px;
  }
  .gcf-nv-anchor__items > li:before {
    bottom: auto;
    margin: 0 4px 0 0;
    position: static;
    left: auto;
    right: auto;
  }
}

/* tab */
.gcf-nv-tab {
  display: flex;
  justify-content: space-between;
  margin: 0 auto -2px 0;
  position: relative;
}
.gcf-nv-tab.is-fixed {
  box-sizing: border-box;
  position: fixed;
  min-width: auto;
  top: 0;
  left: 0;
  z-index: 10;
}
.gcf-nv-tab__button {
  background-color: #f6f6f6;
  box-sizing: border-box;
  border-top-right-radius: 6px;
  border-top-left-radius: 6px;
  border-bottom: 2px solid #c8c8c8;
  border-left: none;
  border-right: none;
  border-top: none;
  display: block;
  font-size: 15px;
  width: 50%;
  margin: 0;
  padding: 32px 16px;
  flex-grow: 1;
}
.gcf-nv-tab__button:focus {
  outline: none;
}
.gcf-nv-tab__button + .gcf-nv-tab__button {
  position: relative;
}
.gcf-nv-tab__button.is-active {
  background-color: #fff;
  border-bottom: none;
  border-left: 2px solid #c8c8c8;
  border-right: 2px solid #c8c8c8;
  border-top: 2px solid #c8c8c8;
  font-weight: bold;
}
.gcf-nv-tab__button:not(.is-active) {
  cursor: pointer;
}
.gcf-nv-tab__divider {
  border-bottom: 2px solid #c8c8c8;
  flex: 0 0 4px;
}
.gcf-nv-tab__content {
  border-bottom: 2px solid #c8c8c8;
  box-sizing: border-box;
  display: none;
  padding: 15px 16px 20px;
  /* 上書き */
}
.gcf-nv-tab__content.is-active {
  display: block;
}
.gcf-nv-tab__content .gcf-btn-toggle {
  margin-top: 16px;
}
.gcf-nv-tab__title {
  font-size: 20px;
  font-weight: bold;
}
.gcf-nv-tab__title + * {
  margin-top: 17px;
}
.gcf-nv-tab__text {
  font-size: 16px;
  line-height: 1.8;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-nv-tab {
    max-width: 100%;
  }
  .gcf-nv-tab:after {
    content: none;
  }
  .gcf-nv-tab__button {
    font-size: 16px;
  }
  .gcf-nv-tab__button + .gcf-nv-tab__button {
    margin-left: 12px;
  }
  .gcf-nv-tab__content {
    padding: 24px;
  }
  .gcf-nv-tab__divider {
    flex: 0 0 8px;
  }
}

/* progress bar chart */
.chart-bar {
  width: 100%;
  background-color: #c3c3c3;
  border-radius: 4px;
  overflow: hidden;
}
.chart-bar--large {
  height: 40px;
}
.chart-bar--large > .chart-bar__ratio {
  border: none;
}
.chart-bar--middle {
  height: 20px;
}
.chart-bar--small {
  height: 6px;
  border-radius: 3px;
}
.chart-bar__ratio {
  height: 50px;
  background-color: #63aa4c;
  color: #ffffff;
  line-height: 40px;
  text-align: right;
  -o-object-fit: cover;
     object-fit: cover;
  border-right: 2px solid #ffffff;
}
.chart-bar__text {
  padding: 0 16px;
  white-space: nowrap;
  display: inline;
}
.chart-bar__value {
  font-size: 20px;
  font-weight: bold;
}
.chart-bar--max .chart-bar__ratio {
  background-color: #f7bd5e;
  width: 100% !important;
}
.chart-bar--min .chart-bar__ratio {
  width: 0% !important;
  border: none;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .chart-bar--large {
    height: 50px;
  }
  .chart-bar--middle {
    height: 16px;
  }
  .chart-bar__ratio {
    line-height: 50px;
    text-align: right;
    -o-object-fit: cover;
       object-fit: cover;
    border-right: 2px solid #ffffff;
  }
  .chart-bar__value {
    font-size: 24px;
  }
}

/* progress bar chart */
.gcf-cht-bar {
  background-color: #e5e5e5;
  width: 100%;
  height: 12px;
  margin: 2px 0 4px;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-cht-bar {
    height: 16px;
  }
}
.gcf-cht-bar__graph {
  background-color: #6aa944;
  width: 0;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-cht-bar__graph {
    height: 16px;
  }
}
.gcf-cht-bar__graph2 {
  background-color: #f2b02d;
  width: 0;
  height: 12px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-cht-bar__graph2 {
    height: 16px;
  }
}
.gcf-cht-bar__number {
  width: 100%;
  height: 12px;
  line-height: 12px;
  font-size: 10px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-cht-bar__number {
    height: 16px;
    line-height: 16px;
    font-size: 14px;
  }
}

.gcf-cht-detail-bar {
  background: url("/gcf/images_cf/bg_02.gif") repeat top left;
  width: 100%;
  height: 40px;
  margin: 8px 0 0;
  border-radius: 4px;
  overflow: hidden;
  position: relative;
}
.gcf-cht-detail-bar__graph {
  background-color: #6aa944;
  width: 0;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.gcf-cht-detail-bar__graph2 {
  background-color: #f2b02d;
  width: 0;
  height: 40px;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 5;
}
.gcf-cht-detail-bar__number {
  width: 100%;
  height: 40px;
  line-height: 40px;
  font-size: 16px;
  font-weight: bold;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 9;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-cht-detail-bar__number {
    font-size: 18px;
  }
}

/* select prefecture */
.select-pref {
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  margin-bottom: 40px;
}
.select-pref__title, .select-pref__body {
  padding: 16px;
}
.select-pref__title {
  background-color: #f6f6f6;
  font-size: 16px;
  font-weight: bold;
}
.select-pref__body {
  font-size: 14px;
  text-align: right;
}
.select-pref__input {
  width: 100%;
  padding: 0.475em 0.5em;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  color: #767676;
}
.select-pref__input.placeholder {
  font-size: 14px;
}
.select-pref__close {
  display: none;
  margin-top: 8px;
  cursor: pointer;
}
.select-pref__close:hover .select-pref__close-text {
  text-decoration: underline;
}
.select-pref__close .icn-close {
  margin-right: 0.25em;
  line-height: 1;
  vertical-align: middle;
}

.gcf-search-global {
  position: relative;
}
.gcf-search-global .gcf-search-global__input {
  width: 100%;
  height: 36px;
  display: block;
  overflow: hidden;
  padding: 0 32px 0 16px;
  border: 0 !important;
  border-radius: 4px;
  box-sizing: border-box;
  font-size: 16px;
  outline: 0;
}
.gcf-search-global .gcf-search-global__input::-webkit-input-placeholder {
  font-size: 14px;
}
.gcf-search-global .gcf-search-global__input:-ms-input-placeholder {
  font-size: 14px;
}
.gcf-search-global .gcf-search-global__input::-ms-input-placeholder {
  font-size: 14px;
}
.gcf-search-global .gcf-search-global__input::placeholder {
  font-size: 14px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-search-global .gcf-search-global__input {
    width: 234px;
  }
}
.gcf-search-global__button {
  width: 32px;
  height: 36px;
  position: absolute;
  top: 0;
  right: 0;
  border: 0;
  border-radius: 0 4px 4px 0;
  background: #f6f6f6 url(/img/icon/title/icon_search.png) no-repeat center center;
  background-size: 24px;
  cursor: pointer;
}

/* sorting list */
.sorting-list {
  display: flex;
  flex-flow: row wrap;
  justify-content: flex-start;
  align-items: flex-start;
}
.sorting-list > li {
  margin: 0 8px 8px 0;
}
.sorting-list__item {
  display: flex;
  align-items: center;
  position: relative;
  padding: 0.5em;
  border: 1px solid #e5e5e5;
  border-radius: 4px;
  font-size: 14px;
  line-height: 1;
  cursor: pointer;
}
.sorting-list__item:hover {
  opacity: 0.85;
}
.sorting-list__item.selected {
  border-color: #16160e;
}
.sorting-list__item.selected::after {
  content: "\e025";
  margin-left: 0.5em;
  font-family: "iconfont";
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}
.sorting-list--sdg .sorting-list__item.selected {
  padding-right: calc(14px + 1em);
}
.sorting-list--sdg .sorting-list__item.selected::after {
  position: absolute;
  top: 50%;
  right: 7px;
  -webkit-transform: translateY(-50%);
          transform: translateY(-50%);
}
.sorting-list--sdg .sorting-list__item img {
  width: 21px;
  min-width: 21px;
  height: auto;
  margin-right: 0.5em;
}
.gcf-lyt-side .sorting-list > li {
  margin-bottom: 16px;
}
.gcf-lyt-side .sorting-list--sdg > li {
  width: 100%;
}
.gcf-lyt-side .sorting-list--sdg .sorting-list__item img {
  width: 24px;
  min-width: 24px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .sorting-list--sdg .sorting-list__item img {
    width: 12px;
    min-width: 12px;
  }
}

.gcf-txt {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: -3px;
}
.gcf-txt + .gcf-txt {
  margin-top: 12px;
}
.gcf-txt-article {
  font-size: 16px;
  line-height: 1.8;
  margin-bottom: -5px;
}
.gcf-txt-article + .gcf-txt-article {
  margin-top: 18px;
}

.gcf-txt-link, .gcf-txt-link--right-under, .gcf-txt-link--right-up,
.gcf-txt-link2--right-under,
.gcf-txt-link2--right-up, .gcf-txt-link--right,
.gcf-txt-link2--right,
.gcf-txt-link2 {
  color: #1e50a2;
  font-size: 14px;
  line-height: 1.5;
}
.gcf-txt-link > a, .gcf-txt-link--right-under > a, .gcf-txt-link--right-up > a,
.gcf-txt-link2--right-under > a,
.gcf-txt-link2--right-up > a, .gcf-txt-link--right > a,
.gcf-txt-link2--right > a,
.gcf-txt-link2 > a {
  color: #1e50a2;
}
.gcf-txt-link > a:before, .gcf-txt-link--right-under > a:before, .gcf-txt-link--right-under > a:after, .gcf-txt-link--right-up > a:before, .gcf-txt-link--right-up > a:after,
.gcf-txt-link2--right-under > a:before,
.gcf-txt-link2--right-under > a:after,
.gcf-txt-link2--right-up > a:before,
.gcf-txt-link2--right-up > a:after, .gcf-txt-link--right > a:before, .gcf-txt-link--right > a:after,
.gcf-txt-link2--right > a:before,
.gcf-txt-link2--right > a:after,
.gcf-txt-link2 > a:before {
  display: inline-block;
  font-size: 10px;
  height: 10px;
  line-height: 1;
  margin: 0 0.5em 0 0;
  width: 10px;
}
.gcf-txt-link > a:hover, .gcf-txt-link--right-under > a:hover, .gcf-txt-link--right-up > a:hover,
.gcf-txt-link2--right-under > a:hover,
.gcf-txt-link2--right-up > a:hover, .gcf-txt-link--right > a:hover,
.gcf-txt-link2--right > a:hover,
.gcf-txt-link2 > a:hover {
  text-decoration: underline;
}
.gcf-txt-link--right,
.gcf-txt-link2--right {
  text-align: right;
}
.gcf-txt-link--right > a:before, .gcf-txt-link--right > a:after,
.gcf-txt-link2--right > a:before,
.gcf-txt-link2--right > a:after {
  content: none;
}
.gcf-txt-link--right > a:after,
.gcf-txt-link2--right > a:after {
  display: inline-block;
  font-size: 10px;
  height: 10px;
  line-height: 1;
  margin: 0 0 0 0.5em;
  width: 10px;
}
.gcf-txt-link--right-under, .gcf-txt-link--right-up,
.gcf-txt-link2--right-under,
.gcf-txt-link2--right-up {
  text-align: right;
}
.gcf-txt-link--right-under > a:before, .gcf-txt-link--right-under > a:after, .gcf-txt-link--right-up > a:before, .gcf-txt-link--right-up > a:after,
.gcf-txt-link2--right-under > a:before,
.gcf-txt-link2--right-under > a:after,
.gcf-txt-link2--right-up > a:before,
.gcf-txt-link2--right-up > a:after {
  content: none;
}
.gcf-txt-link--right-under > a:after, .gcf-txt-link--right-up > a:after,
.gcf-txt-link2--right-under > a:after,
.gcf-txt-link2--right-up > a:after {
  display: inline-block;
  font-size: 10px;
  height: 10px;
  line-height: 1;
  margin: 0 0 0 0.5em;
  -webkit-transform: rotate(90deg);
          transform: rotate(90deg);
  width: 10px;
}
.gcf-txt-link--right-up > a:after,
.gcf-txt-link2--right-up > a:after {
  -webkit-transform: rotate(-90deg);
          transform: rotate(-90deg);
}

/* font-size12 */
.gcf-txt-link2,
.gcf-txt-link2--right {
  font-size: 12px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-txt-link2,
  .gcf-txt-link2--right {
    font-size: 16px;
  }
}

/* 旧general.cssの内容 */
.txt-link--right {
  font-size: 14px;
}
.txt-link--right > a:before, .gcf-txt-link--right.txt-link--right > a:after,
.gcf-txt-link2--right.txt-link--right > a:after, .gcf-txt-link--right-under.txt-link--right > a:after, .gcf-txt-link--right-up.txt-link--right > a:after,
.gcf-txt-link2--right-under.txt-link--right > a:after,
.gcf-txt-link2--right-up.txt-link--right > a:after {
  top: 0.3em;
}

/* header */
.ttl-h1, .ttl-h1--icon {
  font-size: 22px;
  font-weight: bold;
  letter-spacing: 0.04em;
  margin-top: -6px;
}
.ttl-h1__wrap {
  display: flex;
  flex-wrap: wrap;
  margin-top: -13px;
}
.ttl-h1__wrap .ttl-h1, .ttl-h1__wrap .ttl-h1--icon {
  flex: 1;
  order: 2;
  margin-top: -4px;
  font-size: 18px;
}
.ttl-h1__wrap .ttl-h1__image {
  order: 1;
  margin: 0 16px 0 0;
}
.ttl-h1__wrap .ttl-h1__description {
  order: 3;
  width: 100%;
  margin-top: 16px;
  font-size: 14px;
}
.ttl-h1__wrap + * {
  margin-top: 24px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .ttl-h1, .ttl-h1--icon {
    font-size: 26px;
    margin-top: -7px;
  }
  .ttl-h1__wrap {
    align-items: center;
    margin: 0 0 32px;
  }
  .ttl-h1__wrap .ttl-h1, .ttl-h1__wrap .ttl-h1--icon {
    margin: 0;
    font-size: 20px;
  }
  .ttl-h1__wrap .ttl-h1__description {
    margin-bottom: -8px;
    padding: 16px 0;
    border-top: 1px solid #e5e5e5;
    border-bottom: 1px solid #e5e5e5;
  }
}

.gcf-ttl-h2 {
  border-bottom: solid 1px #767676;
  margin-bottom: 24px;
  padding-bottom: 8px;
  font-size: 20px;
  font-weight: bold;
}
.gcf-ttl-h2 + .gcf-txt, .gcf-ttl-h2 + .gcf-txt-article, .gcf-ttl-h2 + .gcf-ttl-h3, .gcf-ttl-h2 + .gcf-ttl-h3--border {
  margin-top: 24px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-ttl-h2 {
    font-size: 22px;
  }
}

.gcf-ttl-h3, .gcf-ttl-h3--border {
  margin-top: 30px;
}
.gcf-ttl-h3--border {
  border-left: #2e792d 5px solid;
  font-size: 18px;
  font-weight: bold;
  padding-left: 10px;
}
.gcf-ttl-h3--border + * {
  margin-top: 20px;
}
.gcf-ttl-h3--border + .gcf-txt, .gcf-ttl-h3--border + .gcf-txt-article {
  margin-top: 16px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-ttl-h3--border {
    font-size: 20px;
    padding-left: 16px;
    margin-top: 34px;
  }
  .gcf-ttl-h3--border + * {
    margin-top: 24px;
  }
  .gcf-ttl-h3--border + .gcf-txt, .gcf-ttl-h3--border + .gcf-txt-article {
    margin-top: 20px;
  }
}

.gcf-ttl-movie {
  box-sizing: border-box;
  position: relative;
  color: #2e792d;
  display: flex;
  font-size: 16px;
  letter-spacing: -0.2px;
  line-height: 1.5;
  padding: 0 0 0 8px;
}
.gcf-ttl-movie__logo {
  background-color: #2e792d;
  border-radius: 50%;
  box-sizing: border-box;
  color: #fff;
  display: inline-block;
  font-size: 10px;
  flex-shrink: 0;
  height: 56px;
  line-height: 1.3;
  margin-right: 12px;
  padding: 11px 0 0;
  text-align: center;
  -webkit-transform: translateY(-3px) rotate(-15deg);
          transform: translateY(-3px) rotate(-15deg);
  width: 56px;
}
.gcf-ttl-movie__logo em {
  font-size: 19px;
}
.gcf-ttl-movie__text {
  padding-bottom: 5px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-ttl-movie {
    align-items: flex-end;
    font-size: 26px;
    padding: 3px 0 0 10px;
  }
  .gcf-ttl-movie__logo {
    font-size: 15px;
    height: 76px;
    margin-right: 9px;
    padding: 13px 0 0;
    -webkit-transform: translateY(-6px) rotate(-15deg);
            transform: translateY(-6px) rotate(-15deg);
    width: 76px;
  }
  .gcf-ttl-movie em {
    font-size: 26px;
  }
}

.gcf-ttl-caution {
  color: #ad0003;
  font-weight: bold;
  line-height: 1.8;
  padding-left: 7px;
}

.gcf-txt-article {
  margin-top: 16px;
}
.gcf-txt-article + .gcf-ttl-h2 {
  margin-top: 43px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  .gcf-txt-article + .gcf-ttl-h2 {
    margin-top: 54px;
  }
}

div + .gcf-txt-article {
  margin-top: 16px;
}
@media only screen and (min-width: 600px), (min-device-width: 600px) {
  div + .gcf-txt-article {
    margin-top: 20px;
  }
}

body {
  word-break: normal !important;
}