@charset "UTF-8";
/* Scss Document */
/*  トップページ
_________________________________*/
.page_top .top_main-wrap {
  position: relative;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page_top .top_main-wrap {
    max-height: 860px;
    overflow: hidden;
  }
}
.page_top .top_main-wrap .top_main-inner {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 410px;
  height: 410px;
  margin: auto;
}
@media screen and (max-width: 960px) {
  .page_top .top_main-wrap .top_main-inner {
    width: 300px;
    height: 300px;
  }
}
@media screen and (max-width: 375px) {
  .page_top .top_main-wrap .top_main-inner {
    width: 205px;
    height: 205px;
  }
}
.page_top .top_main-bottom {
  background-color: #def1fd;
  font-size: 1.5rem;
  padding: 0.5em 0;
}
@media screen and (min-width: 768px) {
  .page_top .top_main-bottom {
    font-size: 2.2rem;
  }
}
.page_top .top_main-bottom p {
  width: 92%;
  margin: auto;
  text-align: center;
  line-height: 1.4;
  font-weight: bold;
}
.page_top#wrapper {
  background-color: #fff;
}
.page_top main {
  background-color: #fff;
  margin: auto;
}
.page_top .top_content-link {
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .page_top .top_content-link {
    margin-bottom: 30px;
  }
}
.page_top .top_content-link .content-link {
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_top .top_content-link .content-link li {
  width: 48%;
  text-align: center;
  border-bottom: 1px solid #000;
  margin-right: 4%;
  letter-spacing: 0;
  font-size: 1.6rem;
}
.page_top .top_content-link .content-link li:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .page_top .top_content-link .content-link li {
    font-size: 3rem;
  }
}
.page_top .top_content-link .content-link li span {
  display: inline-block;
  font-weight: bold;
  padding-bottom: 1%;
  border-bottom: none;
}
@media screen and (max-width: 768px) {
  .page_top .top_content-link .content-link li span {
    border-bottom: none;
  }
}
.page_top .top_content-link .content-link li span.active_link {
  border-bottom: 10px solid #81A9A9;
}
@media screen and (max-width: 768px) {
  .page_top .top_content-link .content-link li span.active_link {
    border-bottom: 5px solid #81A9A9;
  }
}
.page_top .top_content-link .content-link li a:hover span {
  border-bottom: 10px solid #81A9A9;
}
@media screen and (max-width: 768px) {
  .page_top .top_content-link .content-link li a:hover span {
    border-bottom: 5px solid #81A9A9;
  }
}
.page_top .top_content-01 {
  padding-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .page_top .top_content-01 .link-list {
    width: 94%;
    margin: auto;
  }
}
.page_top .top_content-01 .link-list li {
  margin-bottom: 4%;
}
.page_top .top_content-01 .link_list-wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.page_top .top_content-01 .link_list-wrap a {
  display: block;
}
.page_top .top_content-01 .link_list-wrap aside {
  width: 48.5%;
  margin-right: 3%;
  background-color: #fff;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 10%;
  margin-bottom: 4%;
  padding: 4%;
  letter-spacing: 0.01em;
}
.page_top .top_content-01 .link_list-wrap aside:nth-child(2n) {
  margin-right: 0;
}
@media screen and (min-width: 768px) {
  .page_top .top_content-01 .link_list-wrap aside {
    padding: 2.5% 2.5%;
    margin-bottom: 3%;
  }
}
@media screen and (max-width: 768px) {
  .page_top .top_content-01 .link_list-wrap aside {
    width: 100%;
    margin-right: 0;
  }
}
.page_top .top_content-01 .link_list-wrap aside.tag-lime {
  background-image: url("../../img/front/top/bg_tag-lime.svg");
}
.page_top .top_content-01 .link_list-wrap aside.tag-blue {
  background-image: url("../../img/front/top/bg_tag-blue.svg");
}
.page_top .top_content-01 .link_list-wrap aside.tag-green {
  background-image: url("../../img/front/top/bg_tag-green.svg");
}
.page_top .top_content-01 .link_list-wrap aside.tag-orange {
  background-image: url("../../img/front/top/bg_tag-orange.svg");
}
.page_top .top_content-01 .link_list-wrap aside.tag-pink {
  background-image: url("../../img/front/top/bg_tag-pink.svg");
}
.page_top .top_content-01 .link_list-wrap aside.tag-purple {
  background-image: url("../../img/front/top/bg_tag-purple.svg");
}
.page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-place {
  margin-bottom: 1%;
  line-height: 1.2;
}
.page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-place li {
  font-size: 1.2rem;
  display: inline-block;
  margin: 0;
}
.page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-place li::after {
  content: "｜";
  margin-right: 0.2em;
  margin-left: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-place li {
    font-size: 1.6rem;
  }
}
.page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-place li:last-child::after {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
.page_top .top_content-01 .link_list-wrap aside .link_list-inner h2 {
  margin-bottom: 1.5%;
  font-size: 1.4rem;
  line-height: 1.3;
  color: #1A1A1A;
  font-weight: bold;
  vertical-align: middle;
}
@media screen and (min-width: 768px) {
  .page_top .top_content-01 .link_list-wrap aside .link_list-inner h2 {
    font-size: 2.4rem;
  }
}
.page_top .top_content-01 .link_list-wrap aside .link_list-inner h2 span {
  background-color: #FFFF00;
  vertical-align: middle;
  font-size: 1.2rem;
  line-height: 1;
  padding: 0.3em 0.5em;
  margin-right: 0.5em;
  display: inline;
}
@media screen and (min-width: 768px) {
  .page_top .top_content-01 .link_list-wrap aside .link_list-inner h2 span {
    font-size: 1.6rem;
    padding: 0.4em 0.4em;
  }
}
.page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-company {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1.2;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-company {
    font-size: 1.8rem;
  }
}
.page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-img {
  margin-bottom: 2%;
}
.page_top .top_content-01 .link_list-wrap aside .link_list-inner h3 {
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
  margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .page_top .top_content-01 .link_list-wrap aside .link_list-inner h3 {
    font-size: 2.4rem;
  }
}
.page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-detail {
  font-size: 1.2rem;
  margin-bottom: 1%;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-detail {
    font-size: 1.8rem;
  }
}
.page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-category {
  line-height: 1.2;
  font-size: 0;
}
.page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-category li {
  font-size: 1.1rem;
  display: inline-block;
  margin: 0;
  line-height: 1.2;
}
.page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-category li::after {
  content: "｜";
  margin-right: 0.2em;
  margin-left: 0.25em;
}
@media screen and (min-width: 768px) {
  .page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-category li {
    font-size: 1.5rem;
    line-height: 1.3;
  }
}
.page_top .top_content-01 .link_list-wrap aside .link_list-inner .link_list-category li:last-child::after {
  content: "";
  margin-right: 0;
  margin-left: 0;
}
.page_top .content-tokuten {
  background-color: #fff;
}
.page_top .content-tokuten .content-tokuten-inner01 {
  background-repeat: repeat-x;
}
.page_top .content-tokuten .content-tokuten-inner01 p {
  max-width: 1000px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .page_top .content-tokuten .content-tokuten-inner01 {
    background-image: url("../../img/front/top/bg_tokuten-01-pc.png");
    background-size: 38px;
  }
}
.page_top .content-tokuten .content-tokuten-inner02 {
  max-width: 1000px;
  margin: auto;
}
.page_top .fixed_btn {
  float: right;
  z-index: 8000;
  position: fixed;
  bottom: 0;
  right: 0;
  width: 80px;
}
@media screen and (min-width: 768px) {
  .page_top .fixed_btn {
    width: 150px;
  }
}
.page_top .fixed_btn a {
  display: block;
}

.first_contents {
  margin-top: 4%;
}
@media screen and (min-width: 768px) {
  .first_contents {
    margin-top: 30px;
  }
}

h2.h2_category {
  color: #2C4643;
  background-position: 0 center;
  width: 90%;
  max-width: 1280px;
  margin: 0 auto 4%;
  padding: 0.5em 0 0.5em 2.5em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  h2.h2_category {
    margin: 0 auto 30px;
    padding: 0.5em 0 0.5em 2.8em;
    font-size: 2.4rem;
  }
}

.content_menu {
  background-color: #fff;
  padding: 0 0 5%;
}
@media screen and (min-width: 768px) {
  .content_menu {
    padding: 0 0 50px;
  }
}
.content_menu.pb_none {
  padding: 0;
}
@media screen and (min-width: 768px) {
  .content_menu.pb_none {
    padding: 0;
  }
}
.content_menu .content_menu-inner {
  max-width: 750px;
  width: 94%;
  margin: auto;
  line-height: 1;
}
.content_menu .content_menu-search {
  border-bottom: 2px solid #333;
  padding: 0 3%;
  margin-bottom: 2%;
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
.content_menu .content_menu-search .searchInput {
  border: none;
  width: 100%;
  background: url("../../img/front/common/ico_search-01.svg") no-repeat;
  background-position: 2px center;
  background-size: 18px;
  padding: 0.75em 0.5em 0.75em 2.5em;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content_menu .content_menu-search .searchInput {
    font-size: 2rem;
    background-position: 2px center;
    background-size: 36px;
    padding: 1em 0.5em 1em 3.5em;
  }
}
.content_menu .content_menu-search .searchInput:focus {
  outline: 0;
}
.content_menu .content_menu-search .searchBtn {
  font-size: 1.1rem;
  background-color: #B3CBCB;
  border: none;
  border-radius: 4px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  padding: 0.25em 0.75em;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .content_menu .content_menu-search .searchBtn {
    font-size: 2rem;
  }
}
.content_menu .content_menu-area {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  border-bottom: 2px solid #333;
  padding: 0 3%;
  margin-bottom: 2%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .content_menu .content_menu-area {
    font-size: 2rem;
  }
}
.content_menu .content_menu-area::before {
  content: "";
  background-image: url("../../img/front/common/ico_area-01.svg");
  background-repeat: no-repeat;
  background-position: 3px center;
  background-size: 16px;
  padding: 0.5em 0 0.5em 2.5em;
}
@media screen and (min-width: 768px) {
  .content_menu .content_menu-area::before {
    background-position: 7px center;
    background-size: 30px;
    padding: 1em 0 1em 3.5em;
  }
}
.content_menu .content_menu-area.ico_white::before {
  background-image: url("../../img/front/common/ico_area-02.svg");
}
.content_menu .content_menu-area.ico_white .menu-area-select {
  font-weight: normal;
}
.content_menu .content_menu-area.mb_none {
  margin-bottom: 0;
  border-bottom: 2px solid #b3b3b3;
}
.content_menu .content_menu-area .menu-area-select {
  border: none;
  width: 100%;
  padding: 1em 0;
  font-weight: bold;
}
.content_menu .content_menu-area .menu-area-select:focus {
  outline: 0;
}
.content_menu .content_menu-styles {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  border-bottom: 2px solid #333;
  padding: 0 3%;
  font-size: 1.4rem;
  background: url(../../img/front/common/ico_arrow-down01.svg) no-repeat right 18px center;
  background-size: 1em;
}
@media screen and (min-width: 768px) {
  .content_menu .content_menu-styles {
    font-size: 2rem;
    background-position: right 30px center;
  }
}
.content_menu .content_menu-styles::before {
  content: "";
  background: url("../../img/front/common/ico_tag-01.svg") no-repeat;
  background-position: 0 center;
  background-size: 24px;
  padding: 0.75em 0 0.75em 2.5em;
}
@media screen and (min-width: 768px) {
  .content_menu .content_menu-styles::before {
    background-position: 7px center;
    background-size: 40px;
    padding: 1em 0 1em 3.5em;
  }
}
.content_menu .content_menu-styles .menu-styles-select {
  color: #000;
  border: none;
  width: 100%;
  padding: 1em 0;
  font-weight: normal;
}
.content_menu .content_menu-styles .menu-styles-select:focus {
  outline: 0;
}
.content_menu .content_menu-price {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  border-bottom: 2px solid #333;
  padding: 0 3%;
  margin-top: 2%;
  margin-bottom: 2%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .content_menu .content_menu-price {
    font-size: 2rem;
  }
}
@media screen and (max-width: 321px) {
  .content_menu .content_menu-price {
    font-size: 1.2rem;
  }
}
.content_menu .content_menu-price::before {
  content: "";
  background: url("../../img/front/common/ico_price-01.svg") no-repeat;
  background-position: 0 center;
  background-size: 21px;
  padding: 0.5em 0 0.5em 2.5em;
}
@media screen and (min-width: 768px) {
  .content_menu .content_menu-price::before {
    background-position: 3px center;
    background-size: 40px;
    padding: 1em 0 1em 3.5em;
  }
}
.content_menu .content_menu-price select {
  border: none;
  width: 50%;
  padding: 1em 0;
  font-weight: normal;
}
.content_menu .content_menu-price select.menu-price-select-right {
  padding: 1em 0 1em 0.5em;
}
.content_menu .content_menu-sort {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  margin: 2% auto 0;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .content_menu .content_menu-sort {
    font-size: 2rem;
  }
}
@media screen and (max-width: 321px) {
  .content_menu .content_menu-sort {
    font-size: 1.2rem;
  }
}
.content_menu .content_menu-sort select {
  border: none;
  width: 32%;
  padding: 1em 3%;
  border-bottom: 2px solid #333;
}
.content_menu .content_menu-sort .searchBtn {
  color: #fff;
  width: 32%;
  background-color: #81A9AC;
  border: none;
  border-radius: 6px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.3);
  background-image: url("../../img/front/common/ico_search-white.svg");
  background-repeat: no-repeat;
  background-position: right 1em center;
  background-size: 1.25em;
  padding: 0.25em 0.75em;
  margin-left: 4%;
  cursor: pointer;
  font-weight: bold;
  position: relative;
  letter-spacing: 0.1em;
}
.content_menu .content_menu-sort .searchBtn:hover {
  -webkit-box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 2px 2px 6px 0px rgba(0, 0, 0, 0.4);
}
.content_menu .content_menu-point {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  border-bottom: 2px solid #333;
  padding: 0 3%;
  margin-bottom: 2%;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .content_menu .content_menu-point {
    font-size: 2rem;
  }
}
.content_menu .content_menu-point::before {
  content: "";
  background: url("../../img/front/common/ico_star-01.svg") no-repeat;
  background-position: 0 center;
  background-size: 20px;
  padding: 0.5em 0 0.5em 2.5em;
}
@media screen and (min-width: 768px) {
  .content_menu .content_menu-point::before {
    background-position: 3px center;
    background-size: 38px;
    padding: 1em 0 1em 3.5em;
  }
}
.content_menu .content_menu-point.ico_none::before {
  content: "";
  background-image: none;
}
.content_menu .content_menu-point .menu-point-select {
  border: none;
  width: 100%;
  padding: 0.75em 0;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content_menu .content_menu-point .menu-point-select {
    padding: 1em 0;
  }
}
.content_menu .content_menu-point .menu-point-select:focus {
  outline: 0;
}
.content_menu .h2_menu-point {
  color: #2C4643;
  padding: 0.5em 3%;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content_menu .h2_menu-point {
    font-size: 2rem;
  }
}
.content_menu .h2_menu-point::before {
  content: "";
  background: url("../../img/front/common/ico_star-01.svg") no-repeat;
  background-position: 0 center;
  background-size: 20px;
  padding: 0.5em 0 0.5em 2.5em;
}
@media screen and (min-width: 768px) {
  .content_menu .h2_menu-point::before {
    background-position: 3px center;
    background-size: 38px;
    padding: 1em 0 1em 3.5em;
  }
}
.content_menu select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: url("../../img/front/common/ico_arrow-down01.svg") no-repeat right 8px center;
  background-size: 1em;
  cursor: pointer;
}
.content_menu select::-ms-expand {
  display: none;
}
.content_menu .content_menu-category {
  padding: 0 3%;
}
.content_menu .content_menu-category .menu-category-search {
  background: url("../../img/front/common/ico_category-01.svg") no-repeat;
  background-position: left center;
  background-size: 24px;
  padding: 0.75em 0.5em 0.75em 2.5em;
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content_menu .content_menu-category .menu-category-search {
    font-size: 2rem;
    background-size: 48px;
    padding: 1em 0.5em 1em 3.5em;
  }
}
.content_menu .content_menu-category .menu-category-search::after {
  content: "";
  background: url("../../img/front/common/ico_arrow-down02.svg") no-repeat right center;
  background-size: 1em;
  padding: 0.5em 1em 0.5em 0;
  margin-left: 0.5em;
}
.content_menu .menu-category-list {
  border-top: 1px dashed #ABABAB;
}
@media screen and (min-width: 768px) {
  .content_menu .menu-category-list {
    border-top: 2px dashed #ABABAB;
  }
}
.content_menu .menu-category-list.btmt-none {
  border-top: none;
}
.content_menu .menu-category-list li {
  padding: 0 0 0 3%;
  border-bottom: 1px solid #ABABAB;
}
.content_menu .menu-category-list li:last-child {
  border-bottom: none;
}
.content_menu .menu-category-list li a {
  display: block;
  background: url("../../img/front/common/ico_arrow-right01.svg") no-repeat;
  background-position: right 0.5em center;
  background-size: 0.5em;
  padding: 1.25em 1em 1.25em 2.5em;
  font-size: 1.4rem;
  letter-spacing: 0;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .content_menu .menu-category-list li a {
    background-position: right 1.5em center;
    font-size: 2rem;
    padding: 1.25em 1em 1.25em 3.5em;
  }
}
.content_menu .menu-category-list li a:hover {
  color: #6B938E;
  opacity: 1;
}

.menu-category-01 {
  background: url("../../img/front/common/ico_contents_menu-01.svg") no-repeat;
  background-position: 3% center;
  background-size: 27px;
}
@media screen and (min-width: 768px) {
  .menu-category-01 {
    background-size: 44px;
    background-position: 3.5% center;
  }
}
@media screen and (max-width: 321px) {
  .menu-category-01 {
    background-position: 3% center;
  }
}

.menu-category-02 {
  background: url("../../img/front/common/ico_contents_menu-02.svg") no-repeat;
  background-position: 1.8% center;
  background-size: 36px;
}
@media screen and (min-width: 768px) {
  .menu-category-02 {
    background-size: 60px;
    background-position: 2.5% center;
  }
}

.menu-category-03 {
  background: url("../../img/front/common/ico_contents_menu-03.svg") no-repeat;
  background-position: 2.5% center;
  background-size: 30px;
}
@media screen and (min-width: 768px) {
  .menu-category-03 {
    background-size: 50px;
    background-position: 3.2% center;
  }
}

.menu-category-04 {
  background: url("../../img/front/common/ico_contents_menu-04.svg") no-repeat;
  background-position: 2.5% center;
  background-size: 30px;
}
@media screen and (min-width: 768px) {
  .menu-category-04 {
    background-size: 50px;
    background-position: 3.2% center;
  }
}

.menu-category-05 {
  background: url("../../img/front/common/ico_contents_menu-05.svg") no-repeat;
  background-position: 2.5% center;
  background-size: 30px;
}
@media screen and (min-width: 768px) {
  .menu-category-05 {
    background-size: 50px;
    background-position: 3.2% center;
  }
}

.menu-category-06 {
  background: url("../../img/front/common/ico_contents_menu-06.svg") no-repeat;
  background-position: 2.5% center;
  background-size: 30px;
}
@media screen and (min-width: 768px) {
  .menu-category-06 {
    background-size: 50px;
    background-position: 3.2% center;
  }
}

.menu-category-07 {
  background: url("../../img/front/common/ico_contents_menu-07.svg") no-repeat;
  background-position: 2.5% center;
  background-size: 27px;
}
@media screen and (min-width: 768px) {
  .menu-category-07 {
    background-size: 46px;
    background-position: 3.5% center;
  }
}

.menu-category-08 {
  background: url("../../img/front/common/ico_contents_menu-08.svg") no-repeat;
  background-position: 3.2% center;
  background-size: 25px;
}
@media screen and (min-width: 768px) {
  .menu-category-08 {
    background-size: 40px;
    background-position: 3.8% center;
  }
}

.menu-category-09 {
  background: url("../../img/front/common/ico_contents_menu-09.svg") no-repeat;
  background-position: 2.5% center;
  background-size: 30px;
}
@media screen and (min-width: 768px) {
  .menu-category-09 {
    background-size: 50px;
    background-position: 3.2% center;
  }
}

.menu-category-10 {
  background: url("../../img/front/common/ico_contents_menu-10.svg") no-repeat;
  background-position: 2.5% center;
  background-size: 30px;
}
@media screen and (min-width: 768px) {
  .menu-category-10 {
    background-size: 50px;
    background-position: 3.2% center;
  }
}

.menu-category-11 {
  background: url("../../img/front/common/ico_contents_menu-11.svg") no-repeat;
  background-position: 2.5% center;
  background-size: 30px;
}
@media screen and (min-width: 768px) {
  .menu-category-11 {
    background-size: 50px;
    background-position: 3.2% center;
  }
}

.content_ranking {
  background-color: #fff;
  padding-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .content_ranking {
    padding-bottom: 40px;
  }
}
.content_ranking h2 {
  text-align: left;
  background-color: #B3CBCB;
  padding: 0.75em 5%;
  margin-bottom: 0.5em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .content_ranking h2 {
    font-size: 2.4rem;
    text-align: center;
  }
}
.content_ranking h2 span {
  font-weight: normal;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .content_ranking h2 span {
    font-size: 2rem;
  }
}
.content_ranking .content_ranking-inner {
  max-width: 1280px;
  width: 96%;
  margin: auto;
}
.content_ranking .content_ranking-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
@media screen and (max-width: 960px) {
  .content_ranking .content_ranking-list {
    -ms-flex-wrap: nowrap;
        flex-wrap: nowrap;
    overflow-x: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
}
.content_ranking .content_ranking-list .content_ranking-item {
  width: 19%;
  margin-right: 1.25%;
  margin-bottom: 1.5%;
}
.content_ranking .content_ranking-list .content_ranking-item:nth-child(5n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .content_ranking .content_ranking-list .content_ranking-item {
    width: 250px;
    margin-right: 2%;
    margin-left: 8px;
    white-space: normal;
  }
  .content_ranking .content_ranking-list .content_ranking-item:nth-child(5n) {
    margin-right: 2%;
  }
  .content_ranking .content_ranking-list .content_ranking-item:last-child {
    margin-right: 8px;
  }
}
@media screen and (max-width: 375px) {
  .content_ranking .content_ranking-list .content_ranking-item {
    width: 126px;
  }
}
.content_ranking .content_ranking-list .content_ranking-item .content_ranking-itemLink {
  width: 100%;
  display: block;
}
@media screen and (max-width: 960px) {
  .content_ranking .content_ranking-list .content_ranking-item .content_ranking-itemLink {
    width: 250px;
  }
}
@media screen and (max-width: 375px) {
  .content_ranking .content_ranking-list .content_ranking-item .content_ranking-itemLink {
    width: 126px;
  }
}
.content_ranking .content_ranking-list .content_ranking-item figure {
  position: relative;
  margin-bottom: 2%;
}
.content_ranking .content_ranking-list .content_ranking-item figure::before {
  content: "";
  display: block;
  padding-top: 60%;
}
.content_ranking .content_ranking-list .content_ranking-item figure img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.content_ranking .content_ranking-list .content_ranking-rank {
  text-align: center;
  background-image: url("../../img/front/common/ico_crown-04.svg");
  background-repeat: no-repeat;
  background-size: contain;
  width: 40px;
  height: 27px;
  padding-top: 13px;
  margin-left: -5px;
  font-size: 1.1rem;
  font-weight: bold;
  letter-spacing: 0;
  line-height: 1;
}
@media screen and (min-width: 768px) {
  .content_ranking .content_ranking-list .content_ranking-rank {
    width: 64px;
    height: 43px;
    padding-top: 20px;
    margin-left: -8px;
    font-size: 1.6rem;
  }
}
.content_ranking .content_ranking-list .content_ranking-rank span {
  font-size: 1.4rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content_ranking .content_ranking-list .content_ranking-rank span {
    font-size: 2rem;
  }
}
.content_ranking .content_ranking-list .content_ranking-rank.rank-no1 {
  background-image: url("../../img/front/common/ico_crown-01.svg");
}
.content_ranking .content_ranking-list .content_ranking-rank.rank-no2 {
  background-image: url("../../img/front/common/ico_crown-02.svg");
}
.content_ranking .content_ranking-list .content_ranking-rank.rank-no3 {
  background-image: url("../../img/front/common/ico_crown-03.svg");
}
.content_ranking .content_ranking-area {
  font-size: 1.2rem;
  letter-spacing: 0;
  line-height: 1;
  padding: 0.25em 0;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .content_ranking .content_ranking-area {
    font-size: 1.6rem;
  }
}
.content_ranking .content_ranking-area span {
  background-color: #def1fd;
  padding: 0.25em 0.5em;
}
.content_ranking .content_ranking-company {
  padding: 0 0.5em;
  line-height: 1.3;
  letter-spacing: 0;
  font-size: 1.2rem;
  max-height: 2.6em;
  overflow: hidden;
}
@media screen and (min-width: 768px) {
  .content_ranking .content_ranking-company {
    font-size: 1.6rem;
  }
}

.content_town {
  background-color: #fff;
  padding: 0 0 3%;
}
@media screen and (min-width: 768px) {
  .content_town {
    padding: 0 0 30px;
  }
}
.content_town .content_town-list {
  font-size: 0;
  line-height: 1.7;
}
@media screen and (min-width: 768px) {
  .content_town .content_town-list {
    line-height: 2;
  }
}
.content_town .content_town-list li {
  display: inline;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .content_town .content_town-list li {
    font-size: 1.8rem;
    display: inline-block;
  }
}
.content_town .content_town-list li::after {
  content: "|";
  margin: 0 0.5em;
}
.content_town .content_town-list li a:hover {
  text-decoration: underline;
  opacity: 1;
}

.content_index {
  width: 100%;
  margin: 0 auto 1%;
  background-color: #edf2f2;
}
@media screen and (min-width: 768px) {
  .content_index {
    margin: 0 auto 10px;
  }
}
.content_index .content_search-results {
  padding: 0;
  max-width: 1280px;
  width: 94%;
  margin: 0 auto;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content_index .content_search-results {
    font-size: 1.6rem;
  }
}
.content_index .content_pager {
  background-color: #fff;
  padding: 3% 2%;
}
@media screen and (min-width: 768px) {
  .content_index .content_pager {
    padding: 30px 2%;
  }
}
.content_index .content_pager .pagination {
  max-width: 1280px;
  width: 94%;
  margin: 0 auto;
}
.content_index .content_pager li {
  display: inline-block;
  margin-right: 0.5em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .content_index .content_pager li {
    font-size: 2rem;
  }
}
.content_index .content_pager li:last-child {
  margin-right: 0;
}
.content_index .content_pager li a {
  color: #333;
  background-color: #E1EAEA;
  padding: 0.5em;
  min-width: 1em;
  line-height: 1;
}
.content_index .content_pager li a:hover {
  background-color: #6B938E;
  color: #fff;
  opacity: 1;
}
.content_index .content_pager li a.active {
  color: #6B938E;
  background-color: #B3CBCB;
}
.content_index .content_index-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin: auto;
  padding: 3% 0 1%;
  max-width: 1280px;
  width: 94%;
}
@media screen and (max-width: 768px) {
  .content_index .content_index-list {
    display: block;
  }
}
.content_index .content_index-list .content_index-item {
  background-color: #fff;
  padding: 2%;
  margin-bottom: 30px;
  -webkit-box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 0px 0px 6px 0px rgba(0, 0, 0, 0.4);
  border-radius: 5px;
  width: 49%;
}
@media screen and (max-width: 768px) {
  .content_index .content_index-list .content_index-item {
    width: 100%;
    padding: 3% 3.5%;
    margin-bottom: 3%;
  }
}
.content_index .index-item-LayoutA .index_area-category {
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .content_index .index-item-LayoutA .index_area-category {
    font-size: 1.6rem;
  }
}
.content_index .index-item-LayoutA h3 {
  margin-bottom: 0.25em;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .content_index .index-item-LayoutA h3 {
    font-size: 1.8rem;
  }
}
.content_index .index-item-LayoutA h3 span {
  background-color: #FFFF00;
  margin-right: 0.5em;
  padding: 0.25em 0.25em;
}
.content_index .index-item-LayoutA .index_company {
  font-size: 1.2rem;
  line-height: 1.4;
}
@media screen and (min-width: 768px) {
  .content_index .index-item-LayoutA .index_company {
    font-size: 1.6rem;
  }
}
.content_index .index-item-LayoutA .index_img-wrap {
  margin-top: 2%;
  position: relative;
}
@media screen and (min-width: 768px) {
  .content_index .index-item-LayoutA .index_img-wrap {
    margin-top: 10px;
  }
}
.content_index .index-item-LayoutA .index_img-wrap .index_img {
  display: block;
  position: relative;
  margin-bottom: 2%;
}
.content_index .index-item-LayoutA .index_img-wrap .index_img::before {
  content: "";
  display: block;
  padding-top: 50%;
}
.content_index .index-item-LayoutA .index_img-wrap .index_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.content_index .index-item-LayoutA .index_img-wrap .index_img-link {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  width: 80%;
  margin: auto;
}
.content_index .index-item-LayoutA .index_img-wrap .index_img-saled {
  padding: 5%;
  text-align: center;
  background-color: rgba(255, 255, 255, 0.6);
  border-radius: 10px;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  -webkit-transform: translateY(-50%) translateX(-50%);
  margin: auto;
  width: 100%;
}
.content_index .index-item-LayoutA .index_img-wrap .index_img-saled p {
  margin-bottom: 2%;
}
.content_index .index-item-LayoutA .index_img-wrap .saled-btn {
  display: inline-block;
  background-color: #E50012;
  color: #fff;
  font-size: 2rem;
  font-weight: bold;
  line-height: 1;
  padding: 0.5em 1em;
}
@media screen and (max-width: 960px) {
  .content_index .index-item-LayoutA .index_img-wrap .saled-btn {
    font-size: 1.6rem;
  }
}
@media screen and (max-width: 768px) {
  .content_index .index-item-LayoutA .index_img-wrap .saled-btn {
    font-size: 1.4rem;
  }
}
.content_index .index-item-LayoutA .index_img-wrap .saled-btn::after {
  content: "";
  background: url("../../img/front/common/ico_arrow-right04.svg") no-repeat right center;
  background-size: 0.5em;
  padding: 0.5em 1em 0.5em 0;
}
.content_index .index-item-LayoutA h4 {
  font-size: 1.5rem;
  margin-bottom: 0.25em;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .content_index .index-item-LayoutA h4 {
    font-size: 2.6rem;
  }
}
.content_index .index-item-LayoutA .index_price {
  margin-bottom: 0.25em;
  font-size: 1.2rem;
  line-height: 1.3;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .content_index .index-item-LayoutA .index_price {
    font-size: 1.8rem;
  }
}
.content_index .index-item-LayoutA .index_price .txt_red-bold {
  color: #C6171E;
  font-weight: bold;
}
.content_index .index-item-LayoutA .index_price .txt_big {
  font-size: 1.7rem;
}
@media screen and (min-width: 768px) {
  .content_index .index-item-LayoutA .index_price .txt_big {
    font-size: 3rem;
  }
}
.content_index .index-item-LayoutA .index_price .txt_medium {
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .content_index .index-item-LayoutA .index_price .txt_medium {
    font-size: 2.6rem;
  }
}
.content_index .index-item-LayoutA .index_detail {
  margin-bottom: 1em;
  font-size: 1.2rem;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .content_index .index-item-LayoutA .index_detail {
    font-size: 1.6rem;
  }
}
.content_index .index-item-LayoutB .index_area-category {
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content_index .index-item-LayoutB .index_area-category {
    font-size: 1.8rem;
  }
}
.content_index .index-item-LayoutB .content_index-head {
  margin-bottom: 2%;
}
.content_index .index-item-LayoutB h3 {
  color: #1A1A1A;
  margin-bottom: 0.5em;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .content_index .index-item-LayoutB h3 {
    font-size: 2.2rem;
  }
}
.content_index .index-item-LayoutB .index_item-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  width: 100%;
}
.content_index .index-item-LayoutB .index_img-wrap {
  width: 46%;
}
.content_index .index-item-LayoutB .index_img {
  display: block;
  position: relative;
}
.content_index .index-item-LayoutB .index_img::before {
  content: "";
  display: block;
  padding-top: 100%;
}
.content_index .index-item-LayoutB .index_img img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.content_index .index-item-LayoutB .index_item-txt {
  width: 54%;
}
.content_index .index-item-LayoutB .index_item-txt h4 {
  padding: 0 4%;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .content_index .index-item-LayoutB .index_item-txt h4 {
    font-size: 1.8rem;
  }
}
.content_index .index-item-LayoutB .index_item-txt p {
  padding: 0 4%;
  font-size: 1.1rem;
  line-height: 1.5;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .content_index .index-item-LayoutB .index_item-txt p {
    font-size: 1.6rem;
  }
}
.content_index .index-item-LayoutB .index_item-txt .index_item-txt-inner {
  margin-bottom: 3%;
}
.content_index .index-item-LayoutB .txt_red-bold {
  color: #D3343E;
  font-weight: bold;
}
.content_index .index-item-LayoutB .txt_red {
  color: #D3343E;
}
.content_index .index_area-flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  margin-bottom: 0.25em;
}
.content_index .index_area-category {
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
  line-height: 1;
}
.content_index .index_area-category.ct_blue {
  background-color: #C7E8FA;
}
.content_index .index_area-category.ct_green {
  background-color: #DAEDDA;
}
.content_index .index_area-category.ct_yellow {
  background-color: #ECF2B9;
}
.content_index .index_area-category.ct_orange {
  background-color: #FBDFCA;
}
.content_index .index_area-category.ct_pink {
  background-color: #F9D3E3;
}
.content_index .index_area-category.ct_purple {
  background-color: #D8E1F2;
}
.content_index .index_area-list {
  font-size: 0;
}
.content_index .index_area-list li {
  display: inline-block;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .content_index .index_area-list li {
    font-size: 1.6rem;
  }
}
.content_index .index_area-list li::after {
  content: "｜";
  margin: 0 0.25em;
}
.content_index .index_area-list li:last-child::after {
  content: "";
  margin: 0;
}
.content_index .content_index-property span {
  color: #333;
  background-color: #E1EAEA;
  padding: 0.25em 0.5em;
  margin-bottom: 0.25em;
  font-size: 1.3rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content_index .content_index-property span {
    font-size: 1.8rem;
  }
}
.content_index .index_keyword {
  width: 106%;
  margin-left: -3%;
  margin-top: 0.5em;
}
@media screen and (max-width: 768px) {
  .content_index .index_keyword {
    width: 104%;
    margin-left: -2%;
  }
}
.content_index .index_keyword a {
  color: #4d4d4d;
  display: inline-block;
  line-height: 2;
  font-size: 1.2rem;
  background-color: #E1EBF4;
  margin-bottom: 0.5em;
  margin-right: 0.2em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .content_index .index_keyword a {
    font-size: 1.6rem;
  }
}
.content_index .index_keyword a::before {
  content: "";
  width: 0;
  height: 0;
  float: left;
  line-height: 1;
  border-top: 1em solid #fff;
  border-right: 0.5em solid #E1EBF4;
  border-bottom: 1em solid #fff;
  border-left: 0 solid #fff;
}
.content_index .index_keyword a span {
  padding: 0 0.5em 0 0;
}
.content_index .index_keyword a span::before {
  content: "";
  background: url("../../img/front/common/ico_tag-circle.svg") no-repeat left center;
  background-size: 0.5em;
  padding-left: 0.5em;
  width: 0.5em;
  margin-right: 0.25em;
}

.content_selected-styles {
  padding-bottom: 1em;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .content_selected-styles {
    font-size: 1.6rem;
  }
}
.content_selected-styles .index_keyword {
  width: 100%;
  margin-top: 0.5em;
}
.content_selected-styles .index_keyword .index_keyword-item {
  color: #4d4d4d;
  display: inline-block;
  line-height: 2;
  font-size: 1.2rem;
  background-color: #E1EBF4;
  margin-bottom: 0.5em;
  margin-right: 0.2em;
  letter-spacing: 0.05em;
}
@media screen and (min-width: 768px) {
  .content_selected-styles .index_keyword .index_keyword-item {
    font-size: 1.6rem;
  }
}
.content_selected-styles .index_keyword .index_keyword-item::before {
  content: "";
  width: 0;
  height: 0;
  float: left;
  line-height: 1;
  border-top: 1em solid #fff;
  border-right: 0.5em solid #E1EBF4;
  border-bottom: 1em solid #fff;
  border-left: 0 solid #fff;
}
.content_selected-styles .index_keyword .index_keyword-item span {
  padding: 0 0.5em 0 0;
}
.content_selected-styles .index_keyword .index_keyword-item span::before {
  content: "";
  background: url("../../img/front/common/ico_tag-circle.svg") no-repeat left center;
  background-size: 0.5em;
  padding-left: 0.5em;
  width: 0.5em;
  margin-right: 0.25em;
}
.content_selected-styles .styles-reset-wrap {
  text-align: left;
  padding: 1em;
}
.content_selected-styles .styles-reset-wrap.bb_line {
  border-bottom: 2px solid #333;
}
.content_selected-styles .styles-reset-wrap .selected-styles-reset {
  color: #216887;
  text-decoration: underline;
}
.content_selected-styles .styles-reset-wrap .selected-styles-reset:hover {
  text-decoration: none;
}
.content_selected-styles .styles-reset-wrap .selected-styles-reset.txt_gray {
  color: #919191;
}

.content_category {
  background-color: #EFF2F2;
}
.content_category-inner {
  max-width: 1280px;
  width: 94%;
  margin: auto;
  padding: 5% 0 3%;
}
@media screen and (min-width: 768px) {
  .content_category-inner {
    padding: 50px 0 30px;
  }
}
.content_category .content_category-list {
  width: 100%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-align: stretch;
      -ms-flex-align: stretch;
          align-items: stretch;
}
.content_category .content_category-list li {
  width: 32%;
  margin-right: 2%;
  margin-bottom: 20px;
}
.content_category .content_category-list li:nth-child(3n) {
  margin-right: 0;
}
@media screen and (max-width: 960px) {
  .content_category .content_category-list li {
    width: 49%;
    margin-bottom: 2%;
    margin-right: 2%;
  }
  .content_category .content_category-list li:nth-child(3n) {
    margin-right: 2%;
  }
  .content_category .content_category-list li:nth-child(2n) {
    margin-right: 0;
  }
}
.content_category .content_category-list li a {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background-color: #fff;
  padding: 1em 3% 1em 40px;
  font-size: 1.2rem;
  font-weight: bold;
  line-height: 1.3;
  letter-spacing: 0;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .content_category .content_category-list li a {
    font-size: 2rem;
    padding: 1em 1em 1em 76px;
  }
}
.content_category .content_category-list li a.menu-category-01 {
  background-position: 3% center;
}
@media screen and (min-width: 768px) {
  .content_category .content_category-list li a.menu-category-01 {
    background-position: 3.5% center;
  }
}

.content_pickUp {
  background-color: #fff;
  padding-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .content_pickUp {
    padding-bottom: 40px;
  }
}
.content_pickUp h2 {
  text-align: left;
  background-color: #B3CBCB;
  padding: 0.75em 5%;
  margin-bottom: 2%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .content_pickUp h2 {
    font-size: 2.4rem;
    text-align: center;
  }
}
.content_pickUp-inner {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  padding: 0 0 4%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .content_pickUp-inner {
    padding: 0 0 30px;
  }
}
@media screen and (max-width: 960px) {
    .content_pickUp-inner {
        /* -ms-flex-wrap: nowrap; */
        /* flex-wrap: nowrap; */
        justify-content: center;
        /* overflow-x: auto; */
        /* white-space: nowrap; */
        -webkit-overflow-scrolling: touch;
    }
}
.content_pickUp .pickUp-item {
  width: 48.5%;
  white-space: normal;
}
@media screen and (max-width: 960px) {
    .content_pickUp .pickUp-item {
        /* min-width: 400px; */
        margin: 20px 0;
        width: 100%;
    }
}
@media screen and (max-width: 375px) {
    .content_pickUp .pickUp-item {
        min-width: 288px;
}
}
.content_pickUp .pickUp-item .pickUp-img {
  margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .content_pickUp .pickUp-item .pickUp-img {
    margin-bottom: 10px;
  }
}
.content_pickUp .pickUp-item .pickUp-ct {
  color: #31bcc7;
  font-size: 1.6rem;
  font-weight: bold;
  line-height: 1.2;
  vertical-align: middle;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .content_pickUp .pickUp-item .pickUp-ct {
    font-size: 2.4rem;
  }
}
.content_pickUp .pickUp-item .ico_ct-new {
  display: inline-block;
  color: #ff557e;
  font-size: 1.1rem;
  font-weight: bold;
  border: 2px solid #ff557e;
  padding: 0.25em 0.5em;
  margin-right: 0.5em;
}
@media screen and (min-width: 768px) {
  .content_pickUp .pickUp-item .ico_ct-new {
    font-size: 1.6rem;
  }
}
.content_pickUp .pickUp-item dl dt {
  color: #000;
  font-weight: bold;
  font-size: 1.4rem;
  line-height: 1.3;
  margin-bottom: 0.25em;
}
@media screen and (min-width: 768px) {
  .content_pickUp .pickUp-item dl dt {
    font-size: 2.4rem;
  }
}
.content_pickUp .pickUp-item dl dd {
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .content_pickUp .pickUp-item dl dd {
    font-size: 1.6rem;
  }
}
.content_pickUp .pickUp-item dl .pickUp-day {
  color: #b3b3b3;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .content_pickUp .pickUp-item dl .pickUp-day {
    font-size: 1.4rem;
  }
}
.content_pickUp .link_block {
  max-width: 1280px;
  width: 90%;
  margin: auto;
  text-align: right;
}
.content_pickUp .link_block a {
  color: #216887;
  text-decoration: underline;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .content_pickUp .link_block a {
    font-size: 1.6rem;
  }
}
.content_pickUp .link_block a:hover {
  text-decoration: none;
}

.content_event {
  background-color: #fdfad6;
  padding: 5% 0;
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .content_event {
    padding: 50px 0;
    margin-bottom: 10px;
  }
}
.content_event h2 {
  color: #3d5c5c;
  font-size: 1.4rem;
  padding: 0 3%;
  margin-bottom: 0.5em;
}
@media screen and (min-width: 768px) {
  .content_event h2 {
    font-size: 2.4rem;
  }
}
.content_event h2::before {
  content: "◆";
  margin-right: 0.25em;
}
.content_event-inner {
  width: 100%;
  max-width: 1000px;
  margin: auto;
}
.content_event .link_block {
  text-align: right;
  padding: 0 3%;
  font-size: 1.2rem;
}
@media screen and (min-width: 768px) {
  .content_event .link_block {
    font-size: 1.6rem;
  }
}
.content_event .link_block a {
  color: #216887;
  text-decoration: underline;
}
.content_event .link_block a:hover {
  text-decoration: none;
}
.content_event .event_shop-item {
  width: 96%;
  background-color: #fff;
  -webkit-filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
          filter: drop-shadow(3px 3px 3px rgba(0, 0, 0, 0.3));
  display: block;
  margin: 0 auto 3%;
  padding: 2%;
}
.content_event .event_shop .event_shop-flex {
  width: 100%;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: flex-start;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content_event .event_shop-itemLeft {
  width: 64%;
  text-align: left;
  line-height: 1.5;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.content_event .event_shop-itemLeft p {
  width: 100%;
  padding-left: 1%;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .content_event .event_shop-itemLeft p {
    font-size: 1.6rem;
  }
}
.content_event .event_shop-itemLeft .store {
  margin-bottom: 0.25em;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .content_event .event_shop-itemLeft .store {
    margin-bottom: 0.4em;
    font-size: 2rem;
  }
}
.content_event .event_shop-itemLeft .point {
  margin-bottom: 0.25em;
  font-size: 1.4rem;
  font-weight: bold;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .content_event .event_shop-itemLeft .point {
    font-size: 2.6rem;
  }
}
.content_event .event_shop-itemLeft .point .txt_blue {
  font-weight: bold;
  color: #29abe2;
}
.content_event .event_shop-itemLeft .point .txt_red {
  font-weight: bold;
  color: #ed1c24;
}
.content_event .event_shop-itemLeft .time {
  margin-bottom: 0.1em;
}
.content_event .event_shop-itemLeft .place {
  margin-bottom: 0.1em;
  max-height: 1.5em;
  overflow: hidden;
}
.content_event .event_shop-itemLeft .category {
  -webkit-box-pack: end;
      -ms-flex-pack: end;
          justify-content: flex-end;
  background-color: #ccc;
  padding: 0.25em 0.5em;
  margin-top: 0.5em;
}
@media screen and (min-width: 768px) {
  .content_event .event_shop-itemLeft .category {
    padding: 0.5em;
    margin-top: 1em;
  }
}
.content_event .event_shop-itemLeft .category.ct_blue {
  background-color: #bbe1f8;
}
.content_event .event_shop-itemLeft .category.ct_orange {
  background-color: #fcc062;
}
.content_event .event_shop-itemRight {
  width: 36%;
  position: relative;
}
.content_event .event_shop-itemRight::before {
  content: "";
  display: block;
  padding-top: 66%;
}
.content_event .event_shop-itemRight img {
  position: absolute;
  width: 100%;
  height: 100%;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  /* IE用 object-fit-images */
  font-family: "object-fit: cover; object-position: bottom;";
  /* IE用 object-fit-images */
}
.content_event .event_shop-itemRight .btn_VR {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform: translate(-50%, -50%);
  -ms-transform: translate(-50%, -50%);
  color: #fff;
  font-size: 1.1rem;
}
@media screen and (min-width: 768px) {
  .content_event .event_shop-itemRight .btn_VR {
    font-size: 1.8rem;
  }
}
.content_event .event_shop-itemRight .btn_VR span {
  background-color: #c20000;
  font-weight: bold;
  padding: 0.75em;
  line-height: 1;
}
.content_event .event_shop-itemRight .btn_VR span::after {
  content: "";
  background: url("../../img/front/event/ico_arrow-02.svg") no-repeat right center;
  background-size: 1em;
  padding-right: 1em;
  margin-left: 0.5em;
}

.content_point {
  background-color: #fff;
  padding-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .content_point {
    padding-bottom: 20px;
  }
}
.content_point h2 {
  text-align: left;
  background-color: #B3CBCB;
  padding: 0.75em 5%;
  margin-bottom: 2%;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .content_point h2 {
    font-size: 2.4rem;
    text-align: center;
  }
}
.content_point h2 span {
  font-weight: normal;
  font-size: 1.3rem;
}
@media screen and (min-width: 768px) {
  .content_point h2 span {
    font-size: 2rem;
  }
}
.content_point .content_point-list {
  width: 96%;
  max-width: 1280px;
  margin: auto;
}
@media screen and (min-width: 768px) {
  .content_point .content_point-list {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    display: -ms-flex;
    display: -webkit-flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: justify;
        -ms-flex-pack: justify;
            justify-content: space-between;
  }
}
.content_point .content_point-list li {
  margin-bottom: 2%;
}
@media screen and (min-width: 768px) {
  .content_point .content_point-list li {
    width: 49%;
  }
}
.content_point .content_point-itemLink {
  position: relative;
  display: block;
}
.content_point .content_point-itemLink .content_point-txt {
  position: absolute;
  display: block;
  color: #fff;
  background-color: rgba(0, 0, 0, 0.5);
  bottom: 0;
  width: 100%;
  padding: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .content_point .content_point-itemLink .content_point-txt {
    font-size: 2.4rem;
  }
}
@media screen and (max-width: 960px) {
  .content_point .content_point-itemLink .content_point-txt {
    font-size: 2rem;
  }
}
.content_point .content_point-itemLink .content_point-txt::after {
  content: "";
  background: url("../../img/front/common/ico_arrow-right02.svg") no-repeat right center;
  background-size: 0.5em;
  padding: 0.5em 1em 0.5em 0;
}

.styleSelect-btn-wrap {
  max-width: 750px;
  width: 96%;
  margin: 0 auto 4%;
}
@media screen and (min-width: 768px) {
  .styleSelect-btn-wrap {
    margin: 0 auto 30px;
  }
}

.styleSelect-btn {
  background: url("../../img/front/common/ico_arrow-03.svg") no-repeat right 3% center;
  background-size: 1em;
  display: block;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1em;
  border-bottom: 2px solid #333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .styleSelect-btn {
    font-size: 2.2rem;
  }
}
.styleSelect-btn::before {
  content: "";
  background: url("../../img/front/common/ico_tag-01.svg") no-repeat left center;
  background-size: 2em;
  padding: 0.5em 0 0.5em 2em;
  margin-right: 0.5em;
}

.styleSelect_inner h3 {
  margin: 0 auto;
  font-size: 1.4rem;
  font-weight: 700;
  padding: 1em;
  border-bottom: 2px solid #333;
  cursor: pointer;
}
@media screen and (min-width: 768px) {
  .styleSelect_inner h3 {
    font-size: 2.2rem;
    margin: 0 auto;
  }
}
.styleSelect_inner h3::before {
  content: "";
  background: url("../../img/front/common/ico_tag-01.svg") no-repeat left center;
  background-size: 2em;
  padding: 0.5em 0 0.5em 2em;
  margin-right: 0.5em;
}
.styleSelect_inner .styleSelect_wrap {
  width: 96%;
  height: 85vh;
  overflow: scroll;
  margin: 0 auto 3%;
  padding-bottom: 50px;
}
@media screen and (min-width: 768px) {
  .styleSelect_inner .styleSelect_wrap {
    height: 77vh;
    margin: 0 auto 30px;
    padding-bottom: 100px;
  }
}
.styleSelect_inner .styleSelect_wrap .accordion-title {
  border-bottom: 2px dashed #b3b3b3;
}
.styleSelect_inner .styleSelect-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  padding-bottom: 1em;
}
@media screen and (max-width: 375px) {
  .styleSelect_inner .styleSelect-list {
    padding-bottom: 0;
    display: block;
  }
}
.styleSelect_inner .styleSelect-list li {
  width: 100%;
  padding: 0.75em 0.5em;
  border-bottom: 1px solid #b3b3b3;
  letter-spacing: 0;
  line-height: 1.5;
}
@media screen and (min-width: 768px) {
  .styleSelect_inner .styleSelect-list li {
    width: 49%;
    font-size: 1.8rem;
    padding: 1em;
  }
}
@media screen and (max-width: 960px) {
  .styleSelect_inner .styleSelect-list li {
    font-size: 1.6rem;
    padding: 1em 0.75em;
  }
}
@media screen and (max-width: 768px) {
  .styleSelect_inner .styleSelect-list li {
    font-size: 1.4rem;
  }
}
@media screen and (max-width: 321px) {
  .styleSelect_inner .styleSelect-list li {
    font-size: 1.2rem;
  }
}
.styleSelect_inner .styleSelect-list li label {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
  cursor: pointer;
}
.styleSelect_inner .styleSelect-list li label span {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
}
.styleSelect_inner .styleSelect-btn_wrap {
  position: fixed;
  width: 96%;
  bottom: 10px;
  left: 0;
  right: 0;
  margin: auto;
  font-size: 1.5rem;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-pack: justify;
      -ms-flex-pack: justify;
          justify-content: space-between;
}
@media screen and (min-width: 768px) {
  .styleSelect_inner .styleSelect-btn_wrap {
    font-size: 2.2rem;
  }
}
.styleSelect_inner .styleSelect-btn_wrap .btn_reset {
  color: #fff;
  padding: 1em 0.75em;
  text-align: center;
  display: block;
  width: 49%;
  border: none;
  font-weight: bold;
  line-height: 1;
}
.styleSelect_inner .styleSelect-btn_wrap .btn_search {
  color: #fff;
  padding: 1em 0.75em;
  text-align: center;
  display: block;
  width: 49%;
  border: none;
  font-weight: bold;
  position: relative;
  line-height: 1;
}
.styleSelect_inner .styleSelect-btn_wrap .btn_search::after {
  content: "";
  background: url("../../img/front/common/ico_arrow-right05.svg") no-repeat right center;
  width: 0.75em;
  height: 1em;
  position: absolute;
  right: 5%;
  top: 1em;
}

.townSelect-wrap {
  padding: 3% 3% 1%;
}
@media screen and (min-width: 768px) {
  .townSelect-wrap {
    padding: 20px 30px 10px;
  }
}
.townSelect-wrap .townSelect-tit {
  color: #6b938e;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .townSelect-wrap .townSelect-tit {
    font-size: 2.4rem;
  }
}
.townSelect-wrap .townSelect-tit::before {
  content: "■";
}
.townSelect-wrap .townSelect-list {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}
.townSelect-wrap .townSelect-list li {
  width: 50%;
  margin-bottom: 0.5em;
  font-size: 1.2rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .townSelect-wrap .townSelect-list li {
    width: 33%;
    font-size: 1.6rem;
  }
}

.content_pointGet {
  background-color: #fff;
  padding-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .content_pointGet {
    padding-bottom: 20px;
  }
}
.content_pointGet .pointGet-btn {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  display: -ms-flex;
  display: -webkit-flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  background: url("../../img/front/common/ico_arrow-right03.png") no-repeat right 3% center;
  background-size: 9px;
  background-color: #DFF2FD;
  border-radius: 10px;
  margin-top: 4%;
  padding: 1em 2.25em 1em 1em;
  -webkit-box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
          box-shadow: 4px 4px 8px 0px rgba(0, 0, 0, 0.4);
  font-size: 1.3rem;
  line-height: 1.2;
  cursor: pointer;
}
.content_pointGet .pointGet-btn:hover {
  -webkit-box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
          box-shadow: 2px 2px 8px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: 0.5s;
  transition: 0.5s;
}
@media screen and (min-width: 768px) {
  .content_pointGet .pointGet-btn {
    background-size: 18px;
    font-size: 1.8rem;
    margin-top: 30px;
  }
}
.content_pointGet .pointGet-btn::before {
  content: "";
  background: url("../../img/front/common/ico_write-01.svg") no-repeat left center;
  padding: 1.5em 0 1.5em 2.5em;
  margin-right: 0.5em;
}
.content_pointGet .pointGet-h2 {
  color: #CC0000;
  background-color: inherit;
  padding: 0;
  margin-bottom: 0.5em;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
  line-height: 1.3;
}
@media screen and (min-width: 768px) {
  .content_pointGet .pointGet-h2 {
    font-size: 2.6rem;
  }
}
.content_pointGet .pointGet_block-01 {
  text-align: center;
  position: relative;
  font-size: 1.5rem;
  padding-bottom: 2%;
  margin-bottom: 1%;
}
@media screen and (min-width: 768px) {
  .content_pointGet .pointGet_block-01 {
    font-size: 1.8rem;
    padding-bottom: 4%;
  }
}
@media screen and (max-width: 321px) {
  .content_pointGet .pointGet_block-01 {
    font-size: 1.3rem;
  }
}
.content_pointGet .pointGet_block-01::before {
  content: "";
  position: absolute;
  background: url("../../img/front/common/bg_point-left.svg") no-repeat left bottom;
  width: 30%;
  height: 100%;
  bottom: 0;
  left: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .content_pointGet .pointGet_block-01::before {
    padding-top: 20px;
  }
}
.content_pointGet .pointGet_block-01::after {
  content: "";
  position: absolute;
  background: url("../../img/front/common/bg_point-right.svg") no-repeat right bottom;
  width: 30%;
  height: 100%;
  bottom: 0;
  right: 0;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .content_pointGet .pointGet_block-01::after {
    padding-top: 20px;
  }
}
.content_pointGet .pointGet_block-01 .pointGet_block-txt {
  margin-bottom: 0.5em;
}
.content_pointGet .pointGet_block-01 .pointGet_block-txtBold {
  color: #000;
  font-weight: bold;
  line-height: 1.3;
  vertical-align: middle;
  font-size: 1.5rem;
}
@media screen and (min-width: 768px) {
  .content_pointGet .pointGet_block-01 .pointGet_block-txtBold {
    font-size: 2.2rem;
  }
}
.content_pointGet .pointGet_block-01 .pointGet_block-txtBold .txtBold-red {
  color: #CC0000;
  font-size: 2.2rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content_pointGet .pointGet_block-01 .pointGet_block-txtBold .txtBold-red {
    font-size: 3.4rem;
  }
}
.content_pointGet .pointGet_block-01 .pointGet_block-txtBold .txtBold-black {
  font-size: 1.6rem;
  font-weight: bold;
}
@media screen and (min-width: 768px) {
  .content_pointGet .pointGet_block-01 .pointGet_block-txtBold .txtBold-black {
    font-size: 2.6rem;
  }
}
.content_pointGet .pointGet_block-02 {
  font-size: 1.2rem;
  padding: 0 2%;
}
@media screen and (min-width: 768px) {
  .content_pointGet .pointGet_block-02 {
    font-size: 1.6rem;
  }
}
.content_pointGet .pointGet_block-02 p {
  text-align: center;
  margin-bottom: 0.25em;
  line-height: 1.3;
}
.content_pointGet .pointGet_block-02 .pointGet_btn-wrap {
  text-align: center;
  margin-bottom: 4%;
}
@media screen and (min-width: 768px) {
  .content_pointGet .pointGet_block-02 .pointGet_btn-wrap {
    margin-bottom: 30px;
  }
}
.content_pointGet .pointGet_block-02 .pointGet_btn-wrap a {
  display: inline-block;
  color: #fff;
  padding: 1em;
  font-size: 1.4rem;
  letter-spacing: 0;
}
@media screen and (min-width: 768px) {
  .content_pointGet .pointGet_block-02 .pointGet_btn-wrap a {
    font-size: 2.2rem;
  }
}
@media screen and (max-width: 321px) {
  .content_pointGet .pointGet_block-02 .pointGet_btn-wrap a {
    font-size: 1.2rem;
  }
}
.content_pointGet .pointGet_block-02 .pointGet_btn-wrap a::before {
  content: "";
  background: url("../../img/front/common/ico_write-02.svg") no-repeat left center;
  padding: 1em 0 1em 2em;
  margin-right: 0.5em;
}
.content_pointGet .pointGet_block-inner {
  z-index: 2;
  position: relative;
}

.content_narrow {
  background-color: #fff;
  padding: 0 0 4%;
  min-height: 500px;
}
@media screen and (min-width: 768px) {
  .content_narrow {
    padding: 0 0 30px;
  }
}
.content_narrow .tit_wrap {
  width: 90%;
  margin: auto;
  max-width: 750px;
  margin-bottom: 3%;
}
@media screen and (min-width: 768px) {
  .content_narrow .tit_wrap {
    margin-bottom: 20px;
  }
}
.content_narrow h2 {
  margin-bottom: 0.25em;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .content_narrow h2 {
    font-size: 2rem;
    padding-left: 30px;
  }
}
.content_narrow h3 {
  font-size: 1.8rem;
  font-weight: bold;
  line-height: 1.4;
  padding-left: 20px;
}
@media screen and (min-width: 768px) {
  .content_narrow h3 {
    font-size: 2.6rem;
    padding-left: 30px;
  }
}
.content_narrow h3.h3_area {
  background: url("../../img/front/common/ico_area-02.svg") no-repeat left center;
  background-size: 15px;
}
@media screen and (min-width: 768px) {
  .content_narrow h3.h3_area {
    background-size: 20px;
  }
}
.content_narrow .content_narrow-list {
  padding-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .content_narrow .content_narrow-list {
    padding-bottom: 40px;
  }
}
.content_narrow .content_narrow-item {
  border-bottom: 2px solid #ABABAB;
}
.content_narrow .content_narrow-item:first-child {
  border-top: 2px solid #ABABAB;
}
.content_narrow .content_narrow-item .prefectures-list li {
  margin: 0 2%;
}
.content_narrow .content_narrow-item .prefectures-list li:last-child {
  border-bottom: none;
}
.content_narrow .content_narrow-item .prefectures-list li a {
  padding: 1em 5% 1em 3%;
  background: url("../../img/front/common/ico_arrow-right01.svg") no-repeat right 3% center;
  background-size: 0.5em;
}
.content_narrow .prefectures-list {
  border-top: 1px solid #ABABAB;
}
.content_narrow .prefectures-list li {
  margin: 0;
  border-bottom: 1px solid #ABABAB;
  font-size: 1.4rem;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .content_narrow .prefectures-list li {
    font-size: 1.8rem;
  }
}
.content_narrow .prefectures-list li a {
  padding: 1em 7% 1em 5%;
  display: block;
  background: url("../../img/front/common/ico_arrow-right01.svg") no-repeat right 5% center;
  background-size: 0.5em;
}
.content_narrow .prefectures-list li a:hover {
  color: #000;
  background-color: #DFF2FD;
  opacity: 1;
}

.accordion-content {
  display: none;
  padding: 0;
}
.accordion-content.townSelect-acc {
  border-bottom: 2px dashed #b3b3b3;
  padding-bottom: 5%;
}
@media screen and (min-width: 768px) {
  .accordion-content.townSelect-acc {
    padding-bottom: 30px;
  }
}

.accordion-container {
  position: relative;
  width: 100%;
  outline: 0;
}
.accordion-container .accordion-title {
  position: relative;
  cursor: pointer;
}

.accordion-title {
  position: relative;
  padding: 1em 5%;
  display: block;
  font-size: 1.4rem;
  font-weight: bold;
  line-height: 1.2;
}
@media screen and (min-width: 768px) {
  .accordion-title {
    font-size: 2rem;
  }
}
.accordion-title:hover {
  background-color: #DFF2FD;
  color: #000;
}
.accordion-title::after {
  content: "";
  position: absolute;
  background: url("../../img/front/common/ico_arrow-up01.png") no-repeat right center;
  background-size: 25px;
  right: 5%;
  top: 0;
  bottom: 0;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
  display: inline-block;
  margin-left: 0.5em;
  width: 25px;
  height: 100%;
}
@media screen and (min-width: 768px) {
  .accordion-title::after {
    width: 40px;
    background-size: 40px;
  }
}
.accordion-title.open::after {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}

.accordion-title-area {
  padding: 1em 5% 1em 0;
}
.accordion-title-area::before {
  content: "";
  background: url("../../img/front/common/ico_area-02.svg") no-repeat;
  background-position: 8px center;
  background-size: 16px;
  padding: 0.5em 0 0.5em 2.5em;
}
@media screen and (min-width: 768px) {
  .accordion-title-area::before {
    background-position: 20px center;
    background-size: 30px;
    padding: 1em 0 1em 4em;
  }
}

/* こだわりスタイル用モーダル */
.c-modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  top: 0;
  left: 0;
  z-index: 9999;
}

.c-modal_bg {
  background: rgba(0, 0, 0, 0.6);
  height: 100vh;
  width: 100%;
}

.c-modal_content {
  background: #fff;
  left: 50%;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
  border-radius: 10px;
  height: 96%;
  width: 96%;
}
@media screen and (min-width: 768px) {
  .c-modal_content {
    width: 90%;
    height: 90%;
  }
}

.c-modal_content_inner {
  position: relative;
  padding: 0 0 5%;
}

.c-modal_close {
  position: absolute;
  top: 13px;
  right: 10px;
  width: 30px;
  height: 30px;
}

/* フォームチェックボックス */
input[type=checkbox] {
  opacity: 0;
  -webkit-appearance: none;
  -moz-appearance: none;
       appearance: none;
  position: absolute;
  cursor: pointer;
}

input[type=checkbox] + span::before {
  display: inline-block;
  content: "";
  width: 2rem;
  height: 2rem;
  vertical-align: middle;
  background-color: inherit;
  margin-right: 0.5em;
  margin-top: 0;
  background-image: url("../../img/front/common/ico_check-02.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}
@media screen and (min-width: 768px) {
  input[type=checkbox] + span::before {
    width: 2.5rem;
    height: 2.5rem;
  }
}

input[type=checkbox]:checked + span::before {
  background-image: url("../../img/front/common/ico_checked-02.svg");
  background-repeat: no-repeat;
  background-position: center top;
  background-size: cover;
}