@charset "UTF-8";
/*
 * Config
 */
/*
 * Media Break
 */
/*
 * BEM関連
 */
/*
 * clearfix
 */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
html, body, div, span, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
abbr, address, cite, code,
del, dfn, em, img, ins, kbd, q, samp,
small, strong, sub, sup, var,
b, i,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, figcaption, figure,
footer, header, hgroup, menu, nav, section, summary,
time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

body {
  line-height: 1;
}

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

nav ul {
  list-style: none;
}

blockquote, q {
  quotes: none;
}

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

a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}

/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}

/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}

del {
  text-decoration: line-through;
}

abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}

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

/* change border colour to suit your needs
*/
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}

input, select {
  vertical-align: middle;
}

ul li, ol li {
  list-style: none;
}

*, *:before, *:after {
  -o-box-sizing: border-box;
  -ms-box-sizing: border-box;
  box-sizing: border-box;
}

html {
  margin-top: 0 !important;
}

html, body {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐ明朝", serif;
  font-weight: 400;
  font-style: normal;
  font-size: 15px;
  line-height: 1.3;
  width: 100%;
  overflow-x: hidden;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
}

@media (min-width: 769px) {
  html, body {
    font-size: 16px;
  }
}

body {
  color: #333;
  background-color: #fff;
  -webkit-text-size-adjust: 100%;
  -webkit-overflow-scrolling: auto;
  overflow: hidden;
  background-size: 100%;
  position: relative;
  text-align: unset !important;
}

h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
}

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

header, nav, main, footer, small, button, label {
  display: block;
}

a {
  text-decoration: none;
  cursor: pointer;
  color: #000;
}

a:hover, a:active, button:hover, button:active {
  color: inherit;
  outline: 0;
  text-decoration: none;
}

input, button, textarea, select {
  margin: 0;
  padding: 0;
  border-radius: 0;
}

a:hover, a:active {
  outline: 0;
  opacity: 0.8;
  text-decoration: none;
}

::-webkit-input-placeholder {
  color: #a5a5a5;
}

:-ms-input-placeholder {
  color: #a5a5a5;
}

::-moz-placeholder {
  color: #a5a5a5;
}

::-placeholder {
  color: #a5a5a5;
}

input[type="checkbox"] {
  cursor: pointer;
}

select {
  cursor: pointer;
}

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

.text_indent {
  padding-left: 1em;
  text-indent: -1em;
}

.pc {
  display: none !important;
}

@media (min-width: 769px) {
  .pc {
    display: block !important;
  }
}

.pc-in {
  display: none !important;
}

@media (min-width: 769px) {
  .pc-in {
    display: inline-block !important;
  }
}

.mobile {
  display: block !important;
}

@media (min-width: 769px) {
  .mobile {
    display: none !important;
  }
}

.mobile-in {
  display: inline-block !important;
}

@media (min-width: 769px) {
  .mobile-in {
    display: none !important;
  }
}

.ipad {
  display: none !important;
}

@media (min-width: 415px) {
  .ipad {
    display: block !important;
  }
}

.is-flex {
  display: flex !important;
}

.is-flex-pc {
  display: block;
}

@media (min-width: 769px) {
  .is-flex-pc {
    display: flex !important;
  }
}

.is-flex-ipad {
  display: block;
}

@media (min-width: 415px) {
  .is-flex-ipad {
    display: flex !important;
  }
}

.is-flex-wrap {
  flex-wrap: wrap;
}

.is-flex-column {
  flex-direction: column;
}

.is-flex-row {
  flex-direction: row;
}

.is-row-reverse {
  flex-direction: row-reverse;
}

.is-column-reverse {
  flex-direction: column-reverse;
}

.is-justify-between {
  justify-content: space-between;
}

.is-justify-evenly {
  justify-content: space-evenly;
}

.is-justify-center {
  justify-content: center;
}

.is-justify-end {
  justify-content: flex-end;
}

.is-align-start {
  align-items: flex-start;
}

.is-align-center {
  align-items: center;
}

.is-align-end {
  align-items: flex-end;
}

.is-hide {
  display: none !important;
}

.is-show {
  display: block !important;
}

.is-fixed {
  position: fixed;
}

.is-relative {
  position: relative;
}

.is-absolute {
  position: absolute;
}

.z-front {
  z-index: 100;
}

.z-normal {
  z-index: 0;
}

.z-back {
  z-index: -1;
}

.is-inline-block {
  display: inline-block;
}

.is-inline-flex {
  display: inline-flex;
}

.f-100 {
  font-size: 60px;
}

@media (min-width: 769px) {
  .f-100 {
    font-size: 100px;
  }
}

.f-100-s {
  font-size: 100px;
}

.f-68 {
  font-size: 42px;
}

@media (min-width: 769px) {
  .f-68 {
    font-size: 68px;
  }
}

.f-68-s {
  font-size: 68px;
}

.f-58 {
  font-size: 50px;
}

@media (min-width: 769px) {
  .f-58 {
    font-size: 58px;
  }
}

.f-58-s {
  font-size: 58px;
}

.f-54 {
  font-size: 42px;
}

@media (min-width: 769px) {
  .f-54 {
    font-size: 54px;
  }
}

.f-54-s {
  font-size: 54px;
}

.f-52 {
  font-size: 40px;
}

@media (min-width: 769px) {
  .f-52 {
    font-size: 52px;
  }
}

.f-52-s {
  font-size: 52px;
}

.f-50 {
  font-size: 35px;
}

@media (min-width: 769px) {
  .f-50 {
    font-size: 50px;
  }
}

.f-50-s {
  font-size: 50px;
}

.f-48 {
  font-size: 32px;
}

@media (min-width: 769px) {
  .f-48 {
    font-size: 48px;
  }
}

.f-48-s {
  font-size: 48px;
}

.f-46 {
  font-size: 32px;
}

@media (min-width: 769px) {
  .f-46 {
    font-size: 46px;
  }
}

.f-46-s {
  font-size: 46px;
}

.f-45 {
  font-size: 32px;
}

@media (min-width: 769px) {
  .f-45 {
    font-size: 45px;
  }
}

.f-45-s {
  font-size: 45px;
}

.f-42 {
  font-size: 28px;
}

@media (min-width: 769px) {
  .f-42 {
    font-size: 42px;
  }
}

.f-42-s {
  font-size: 42px;
}

.f-41 {
  font-size: 26px !important;
}

@media (min-width: 769px) {
  .f-41 {
    font-size: 41px !important;
  }
}

.f-41-s {
  font-size: 41px;
}

.f-40 {
  font-size: 22px;
}

@media (min-width: 769px) {
  .f-40 {
    font-size: 40px;
  }
}

.f-40-s {
  font-size: 40px;
}

.f-38 {
  font-size: 28px;
}

@media (min-width: 769px) {
  .f-38 {
    font-size: 38px;
  }
}

.f-38-s {
  font-size: 38px;
}

.f-36 {
  font-size: 28px;
}

@media (min-width: 769px) {
  .f-36 {
    font-size: 36px;
  }
}

.f-36-s {
  font-size: 36px;
}

.f-35 {
  font-size: 25px;
}

@media (min-width: 769px) {
  .f-35 {
    font-size: 35px;
  }
}

.f-35-s {
  font-size: 35px;
}

.f-34 {
  font-size: 25px;
}

@media (min-width: 769px) {
  .f-34 {
    font-size: 34px;
  }
}

.f-34-s {
  font-size: 34px;
}

.f-32 {
  font-size: 24px;
}

@media (min-width: 769px) {
  .f-32 {
    font-size: 32px;
  }
}

.f-32-s {
  font-size: 32px;
}

.f-31 {
  font-size: 24px;
}

@media (min-width: 769px) {
  .f-31 {
    font-size: 31px;
  }
}

.f-31-s {
  font-size: 31px;
}

.f-30 {
  font-size: 24px;
}

@media (min-width: 769px) {
  .f-30 {
    font-size: 30px;
  }
}

.f-30-s {
  font-size: 30px;
}

.f-29 {
  font-size: 24px;
}

@media (min-width: 769px) {
  .f-29 {
    font-size: 29px;
  }
}

.f-29-s {
  font-size: 29px;
}

.f-28 {
  font-size: 24px;
}

@media (min-width: 769px) {
  .f-28 {
    font-size: 28px;
  }
}

.f-28-s {
  font-size: 28px;
}

.f-27 {
  font-size: 24px;
}

@media (min-width: 769px) {
  .f-27 {
    font-size: 27px;
  }
}

.f-27-s {
  font-size: 27px;
}

.f-26 {
  font-size: 24px;
}

@media (min-width: 769px) {
  .f-26 {
    font-size: 26px;
  }
}

.f-26-s {
  font-size: 26px;
}

.f-25 {
  font-size: 20px;
}

@media (min-width: 769px) {
  .f-25 {
    font-size: 25px;
  }
}

.f-25-s {
  font-size: 25px;
}

.f-24 {
  font-size: 20px;
}

@media (min-width: 769px) {
  .f-24 {
    font-size: 24px;
  }
}

.f-24-s {
  font-size: 24px;
}

.f-23 {
  font-size: 20px;
}

@media (min-width: 769px) {
  .f-23 {
    font-size: 23px;
  }
}

.f-23-s {
  font-size: 23px;
}

.f-22 {
  font-size: 20px;
}

@media (min-width: 769px) {
  .f-22 {
    font-size: 22px;
  }
}

.f-22-s {
  font-size: 22px;
}

.f-21 {
  font-size: 18px;
}

@media (min-width: 769px) {
  .f-21 {
    font-size: 21px;
  }
}

.f-21-s {
  font-size: 21px;
}

.f-20 {
  font-size: 18px;
}

@media (min-width: 769px) {
  .f-20 {
    font-size: 20px;
  }
}

.f-20-s {
  font-size: 20px;
}

.f-19 {
  font-size: 16px;
}

@media (min-width: 769px) {
  .f-19 {
    font-size: 19px;
  }
}

.f-19-s {
  font-size: 19px;
}

.f-18 {
  font-size: 16px;
}

@media (min-width: 769px) {
  .f-18 {
    font-size: 18px;
  }
}

.f-18-s {
  font-size: 18px;
}

.f-17 {
  font-size: 15px;
}

@media (min-width: 769px) {
  .f-17 {
    font-size: 17px;
  }
}

.f-17-s {
  font-size: 17px;
}

.f-16 {
  font-size: 15px;
}

@media (min-width: 769px) {
  .f-16 {
    font-size: 16px;
  }
}

.f-16-s {
  font-size: 16px;
}

.f-15 {
  font-size: 15px;
}

.f-14 {
  font-size: 14px;
}

.f-13 {
  font-size: 13px;
}

.f-12 {
  font-size: 12px;
}

.f-11 {
  font-size: 11px;
}

.f-10 {
  font-size: 10px;
}

.f-8 {
  font-size: 8px;
}

.t-light {
  font-weight: 200;
}

.t-regular {
  font-weight: 400;
}

.t-med {
  font-weight: 500;
}

.t-bold {
  font-weight: 700;
}

.t-bolder {
  font-weight: 900;
}

.t-right {
  text-align: right;
}

.t-left {
  text-align: left;
}

.t-center {
  text-align: center;
}

.t-underline {
  text-decoration: underline;
}

.t-italic {
  font-style: italic;
}

.m-center {
  margin: 0 auto;
}

.m-right {
  margin: 0 0 0 auto;
}

.m-left {
  margin: 0 auto 0 0;
}

.w-fit {
  width: fit-content;
}

.ls-10 {
  letter-spacing: 1px;
}

.ls-15 {
  letter-spacing: 1.5px;
}

.ls-20 {
  letter-spacing: 2px;
}

.ls-30 {
  letter-spacing: 3px;
}

.ls-40 {
  letter-spacing: 4px;
}

.t-white {
  color: #fff;
}

.t-black {
  color: #000;
}

.is-rotated {
  transform: rotate(180deg);
  -ms-transform: rotate(180deg);
  /* IE 9 */
  -moz-transform: rotate(180deg);
  /* Firefox */
  -webkit-transform: rotate(180deg);
  /* Safari and Chrome */
  -o-transform: rotate(180deg);
  /* Opera */
}

.is-rotated-90 {
  transform: rotate(90deg);
  -ms-transform: rotate(90deg);
  /* IE 9 */
  -moz-transform: rotate(90deg);
  /* Firefox */
  -webkit-transform: rotate(90deg);
  /* Safari and Chrome */
  -o-transform: rotate(90deg);
  /* Opera */
}

.has-overlay {
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(89deg, rgba(121, 170, 67, 0.2) 0%, rgba(218, 171, 90, 0.2) 25%, rgba(82, 139, 194, 0.2) 53%, rgba(200, 107, 131, 0.2) 78%, rgba(159, 134, 181, 0.2) 100%);
}

.has-underline {
  text-decoration: underline;
}

.c-yellow {
  color: #fff33f;
}

.c-blue {
  color: #385c8e;
}

.c-red {
  color: #c7000b;
}

.c-fb {
  color: #385495;
}

.c-tw {
  color: #4ea3db;
}

.c-insta {
  color: #ce2e95;
}

.c-line {
  color: #00b900;
}

.is-meiryo {
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐ明朝", serif !important;
}

.is-kaku {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif !important;
}

.header {
  width: 100%;
  position: fixed;
  left: 0;
  top: 0;
  background: #fff;
  z-index: 120;
  height: 50px;
  padding: 10px;
}

@media (min-width: 415px) {
  .header {
    height: initial;
  }
}

@media (min-width: 769px) {
  .header {
    position: static;
  }
}

.header__logo {
  margin-right: 5px;
  max-width: 50%;
}

.header__right {
  display: none;
}

@media (min-width: 769px) {
  .header__right {
    display: flex;
  }
}

.header__right img {
  margin: 0 5px;
}

.header__burger {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 20px;
}

@media (min-width: 769px) {
  .header__burger {
    display: none;
  }
}

.header__burger span {
  content: "";
  height: 3px;
  width: 25px;
  background-color: #00b900;
  display: block;
  transition: all 0.5s;
}

.header__burger.is-open span:nth-of-type(1) {
  transform: rotate(135deg);
  margin-top: 5px;
}

.header__burger.is-open span:nth-of-type(2) {
  display: none;
}

.header__burger.is-open span:nth-of-type(3) {
  transform: rotate(-135deg);
  margin-top: -9px;
}

.main {
  width: 100%;
}

@media (min-width: 769px) {
  .main {
    max-width: 800px;
    padding-bottom: 200px;
  }
}

.banner {
  margin-bottom: 25px;
}

#main {
  margin-top: 55px;
}

@media (min-width: 415px) {
  #main {
    margin-top: unset;
  }
}

.footer {
  line-height: 1.5;
}

.footer__logo-area {
  background-color: #d7e2ac;
  padding: 25px 0;
}

.footer__logo-area .image {
  text-align: center;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .footer__logo-area .image {
    margin-bottom: 0;
    margin-right: 2vw;
  }
}

.footer__logo-area .text {
  line-height: 1.7;
}

@media (min-width: 769px) {
  .footer__logo-area .text {
    width: 60%;
  }
}

.footer__text-area {
  background-color: #96c945;
}

.footer__text-area > div > ul {
  color: #fff;
  padding: 20px 0;
}

.footer__text-area > div > ul > li {
  padding-bottom: 20px;
}

.footer__text-area > div > ul > li > div > div {
  margin-bottom: 20px;
}

.footer__text-area > div > ul > li > div > div.no-label {
  padding-top: 37px;
}

.footer__text-area > div > ul > li > div > div p.label {
  color: #fff33f;
  margin-bottom: 8px;
  text-align: left;
}

.footer__text-area > div > ul > li > div > div p.label::before {
  content: url(../../common/img/common/footer-arrow.png);
  display: inline;
  margin-right: 8px;
}

.footer__text-area > div > ul > li > div > div ul {
  padding-left: 15px;
}

@media (min-width: 415px) {
  .footer__text-area > div > ul > li > div > div ul {
    padding-left: 25px;
  }
}

.footer__text-area > div > ul > li > div > div ul li {
  padding-bottom: 3px;
  display: block;
  text-align: left;
}

.footer__text-area > div > ul > li > div > div ul li a {
  color: #fff;
  text-decoration: none;
}

.footer__text-area > div > ul > li > div > div ul li a span {
  padding-right: 10px;
}

.footer__text-area > div > ul > li > div > div ul li.is-yellow a {
  color: #fff33f;
  font-size: 14px;
  font-weight: bold;
}

@media (min-width: 769px) {
  .footer__text-area > div > ul > li:first-of-type {
    width: 35%;
    margin-right: 20px;
  }
}

.footer__text-area > div > ul > li:first-of-type > div {
  justify-content: flex-start;
}

@media (min-width: 415px) {
  .footer__text-area > div > ul > li:first-of-type > div {
    justify-content: flex-end;
  }
}

.footer__text-area > div > ul > li:first-of-type > div > div {
  width: 50%;
}

@media (min-width: 415px) {
  .footer__text-area > div > ul > li:first-of-type > div > div {
    width: unset;
  }
}

@media (min-width: 769px) {
  .footer__text-area > div > ul > li:first-of-type > div > div {
    width: 50%;
  }
}

.footer__text-area > div > ul > li:last-of-type > div {
  flex-wrap: wrap;
}

@media (min-width: 415px) {
  .footer__text-area > div > ul > li:last-of-type > div {
    flex-wrap: nowrap;
  }
}

.footer__text-area > div > ul > li:last-of-type > div > div {
  width: fit-content;
  min-width: 30%;
}

@media (min-width: 415px) {
  .footer__text-area > div > ul > li:last-of-type > div > div {
    width: unset;
    min-width: unset;
  }
}

.footer__nav {
  padding: 25px 0 0;
  background-color: #fff;
}

.footer__nav ul li {
  margin: 0 0.8vw 10px;
}

.footer__nav ul li a {
  color: #000;
}

.footer .copyright {
  padding: 10px;
  background-color: #fff;
}

.wrapper-1100 {
  margin: 0 auto;
  max-width: 1100px;
  padding-left: 10px;
  padding-right: 10px;
}

.wrapper-1100.content-wrapper {
  flex-wrap: wrap;
  padding-top: 30px;
}

@media (min-width: 769px) {
  .wrapper-1100.content-wrapper {
    flex-wrap: nowrap;
  }
}

.sidebar {
  width: 100%;
  margin-left: 1vw;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .sidebar {
    width: 230px;
    min-width: 200px;
  }
}

.sidebar .search-btn {
  height: 180px;
  width: 100%;
  background-color: #f3f4f4;
  color: #0069ba;
  border: 2px solid #0069ba;
  border-radius: 5px;
  margin-bottom: 15px;
}

.sidebar .search-btn::after {
  content: url(../../common/img/common/ico-caret-right.png);
  height: 100%;
  background-color: #0069ba;
  display: flex;
  align-items: center;
  padding: 0 0 0 2px;
}

.sidebar .search-btn__content {
  width: 100%;
  padding: 10px 23px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}

.sidebar .search-btn__content .label {
  border-bottom: 1px solid #0069ba;
  width: 100%;
  text-align: center;
  padding: 8px;
  margin-bottom: 10px;
}

.sidebar .search-btn__content .label p:first-of-type {
  letter-spacing: 3px;
}

.sidebar .search-btn.is-red {
  border: 2px solid #ed7267;
}

.sidebar .search-btn.is-red::after {
  background-color: #ed7267;
}

.sidebar .search-btn.is-red .search-btn__content .label {
  color: #ed7267;
  border-bottom: 1px solid #ed7267;
}

.sidebar .fav-status {
  margin-top: 25px;
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  border-top: 1px solid #aaa;
  padding: 10px;
  position: relative;
}

.sidebar .fav-status::before {
  content: url(../../common/img/top/triangle-border.png);
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -15px;
  z-index: 1;
}

.sidebar .fav-status p {
  text-align: center;
  border-bottom: 1px solid #aaa;
  padding-bottom: 3px;
}

.sidebar .fav-status p span {
  padding: 0 5px;
}

.sidebar__title {
  background-color: #e2e2e2;
  border-left: 7px solid #9b9b9b;
  border-right: 1px solid #aaa;
  padding: 3px 10px;
}

.sidebar__title p {
  font-size: 14px;
  font-weight: bold;
  color: #646363;
}

.sidebar__content {
  border-left: 1px solid #aaa;
  border-right: 1px solid #aaa;
  padding: 3px;
}

.sidebar__content.for-merit {
  background-color: #fff9d8;
  padding-bottom: 15px;
}

.sidebar__content.for-info {
  border-bottom: 1px solid #aaa;
}

.sidebar__content.for-info li {
  display: block;
}

.sidebar__content.for-info li a {
  display: flex;
  align-items: center;
}

.sidebar__content.for-info li a p {
  font-weight: bold !important;
}

.sidebar__content .qr {
  padding: 8px 6px;
}

.sidebar__content .qr-image {
  margin-right: 8px;
  width: 90px;
}

.sidebar__content .qr-desc {
  text-align: center;
}

.sidebar__content .qr-desc p {
  padding-bottom: 3px;
  text-align: left;
}

.sidebar__content ul li {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #aaa;
}

.sidebar__content ul.sns {
  padding-top: 5px;
}

.sidebar__content ul.sns li {
  justify-content: space-between;
  padding: 0 5px 8px 5px;
  margin-bottom: 8px;
}

.sidebar__content ul.sns li .qr-code {
  width: 50px;
}

.sidebar__content ul.sns li .sns-desc .image {
  margin-right: 8px;
}

.sidebar__content ul.merit {
  padding-top: 7px;
}

.sidebar__content ul.merit li {
  padding: 0 10px 8px 10px;
  margin-bottom: 8px;
}

.sidebar__content ul.merit li .image {
  margin-right: 10px;
}

.sidebar__content ul.merit li:last-of-type {
  margin-bottom: 15px;
}

.sidebar__content ul.info li {
  padding: 10px 8px;
}

.sidebar__content ul.info li .image {
  margin-right: 10px;
  width: 70px;
}

.sidebar__content ul.info li .text p {
  font-size: 13px;
  font-weight: bold;
}

.sidebar__content ul.info li .text p:first-of-type {
  padding-bottom: 5px;
  font-weight: normal;
}

.sidebar__content ul.info li:last-of-type {
  border-bottom: none;
}

.sidebar__content .video {
  text-align: center;
  padding: 10px 0;
}

.sidebar__content .btn {
  margin-bottom: 0;
  width: 160px;
  height: 35px;
  font-size: 13px;
  margin: 0 auto;
}

.sidebar__content .btn > p {
  width: auto;
}

.sidebar__content .btn::before {
  content: "";
  background-image: url(../../common/img/common/ico-member.png);
  height: 16px;
  width: 15px;
  background-size: contain;
  background-repeat: no-repeat;
  margin-right: 3px;
  margin-bottom: 0;
}

.section {
  border-radius: 3px;
  border-top: 6px solid #7fbe1a;
  margin-bottom: 20px;
}

.section__title {
  background-color: #f5f4f4;
  padding: 8px 15px;
}

.section__content {
  border: 1px solid #bfbfc1;
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  padding: 10px 45px;
  position: relative;
}

.section.green-top {
  border-top: 6px solid #fff216;
}

.section.green-top .section__title {
  background-color: #7fbe1a;
}

.section.category-select {
  border-top: 6px solid #fff216;
}

.section.category-select .section__title {
  background-color: #7fbe1a;
}

.section.category-select .section__content {
  border: none;
  padding: 10px 0;
}

.section.category-select .section__content ul li {
  width: 45%;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .section.category-select .section__content ul li {
    max-width: 245px;
    width: 30%;
  }
}

.section.category-select .section__content ul li a > div {
  border: 2px solid #7fbe1a;
  border-radius: 8px;
  background-color: #f6fde7;
  width: 100%;
  height: 170px;
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
}

.section.category-select .section__content ul li a > div .image {
  margin-bottom: 15px;
}

.section.category-select .section__content ul li a > div .label {
  background-color: #7fbe1a;
  width: 90%;
  max-width: 180px;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 8px;
  border-radius: 20px;
  letter-spacing: 5px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
}

.section.recommend .section__content {
  padding: 20px;
}

.section.recommend .recommend-list ul li {
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .section.recommend .recommend-list ul li {
    width: 48%;
    max-width: 350px;
  }
}

.section.recommend .recommend-list ul li .image {
  margin-right: 20px;
  min-width: 75px;
}

.section.recommend .recommend-list ul li .text .title {
  margin-bottom: 10px;
}

.section.recommend .recommend-list ul li .text .title .tag {
  margin-right: 10px;
}

.section.top-faq .section__content {
  padding: 15px 0;
  border: none;
}

.section.top-faq .section__content .section {
  width: 96%;
}

@media (min-width: 769px) {
  .section.top-faq .section__content .section {
    width: 48%;
  }
}

.section.top-faq .section__content .section > div {
  padding: 15px 10px;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  height: 100%;
}

.section.top-faq .section__content .section > div > div > p {
  border-bottom: 1px solid #bfbfc1;
  padding-bottom: 15px;
}

.section.top-faq .section__content .section > div > div > ul {
  padding: 15px 0 0;
}

.section.top-faq .section__content .section > div > div > ul li {
  padding-bottom: 10px;
}

.section.top-faq .section__content .section > div > div > ul li > div {
  padding: 5px 0;
}

.section.top-faq .section__content .section > div > div > ul li > div:first-of-type .text {
  border-bottom: 1px solid #bfbfc1;
}

.section.top-faq .section__content .section > div > div > ul li > div.answer .text {
  padding: 0 10px;
}

.section.top-faq .section__content .section > div > div > ul li > div .image {
  width: 30px;
  margin-right: 10px;
}

.section.top-faq .section__content .section > div > div > ul li > div .text {
  width: calc(100% - 40px);
}

.section.top-faq .section__content .section > div > div > ul li > div .text p {
  padding-bottom: 5px;
}

.section.top-faq .section__content .section > div > div > ul li > div .text a {
  color: #44a6c4 !important;
  text-decoration: underline !important;
}

.section.top-news a {
  color: #44a6c4 !important;
  text-decoration: underline !important;
}

.btn {
  cursor: pointer;
  border: none;
  display: flex;
  align-items: center !important;
  justify-content: center;
  font-family: "メイリオ", Meiryo, "ＭＳ Ｐ明朝", serif;
  text-align: center;
  transition: opacity 0.5s;
  border-radius: 5px;
  height: 50px;
  margin-bottom: 8px;
}

.btn:hover {
  opacity: 0.9;
}

.btn > p {
  color: #fff;
  font-weight: bold;
  width: 128px;
  text-align: left;
}

.btn::before {
  margin-right: 1vw;
  margin-bottom: -5px;
}

.btn-register2 {
  background-color: #9d0101;
  border-bottom: 5px solid #be331f;
}

.btn-register2::before {
  content: url(../../common/img/common/ico-member.png);
}

.btn-register2 > p {
  display: none;
}

.btn-register2::after {
  content: "新規企業登録";
  color: #fff;
  font-weight: bold;
  width: 128px;
  text-align: left;
}

.btn-register {
  background-color: #dc4f35;
  border-bottom: 5px solid #c43e26;
}

.btn-register::before {
  content: url(../../common/img/common/ico-member.png);
}

.btn-register-head {
  display: flex;
  align-items: center;
  justify-content: center;
  flex-direction: column;
  background-color: #7c593b;
  text-align: center;
  height: 50px;
  margin-bottom: 0;
}

@media (min-width: 769px) {
  .btn-register-head {
    height: 100%;
  }
}

.btn-register-head img {
  margin-bottom: 5px;
  height: unset !important;
}

@media (min-width: 769px) {
  .btn-register-head img {
    margin-bottom: 10px;
  }
}

.btn-register-head p {
  color: #fff;
  font-weight: bold;
  display: flex;
  justify-content: center;
  font-size: 10px;
}

@media (min-width: 769px) {
  .btn-register-head p {
    font-size: 14px;
  }
}

.btn-login {
  background-color: #dd7b16;
  border-bottom: 5px solid #c3491c;
}

.btn-login::before {
  content: url(../../common/img/common/ico-login.png);
}

.btn-favorite {
  background-color: #eabc1c;
  border-bottom: 5px solid #e0a11f;
}

.btn-favorite::before {
  content: url(../../common/img/common/ico-favorite.png);
}

.btn-text {
  margin-left: 0;
  margin-right: auto;
  width: max-content;
  padding: 0 20px;
  height: 27px;
  color: #333;
  font-weight: bold;
  background-color: #fff;
  border-radius: 4px;
  margin-bottom: 10px;
}

.btn-top {
  background-color: #7c7c7c;
  border-bottom-left-radius: 0;
  border-bottom-right-radius: 0;
  bottom: 0;
  margin-bottom: 0;
  right: 0;
  flex-direction: column;
  justify-content: space-evenly;
  width: 45px;
}

.btn-top p {
  text-align: center;
  font-weight: normal;
  font-size: 12px;
}

.btn-green {
  background-color: #43b149;
  border-bottom: 4px solid #1f7e24;
  border-radius: 5px;
  width: 190px;
  height: 41px;
  color: #fff;
  font-weight: bold;
  letter-spacing: 2px;
  margin: 0 auto;
}

.btn-green img {
  margin-right: 10px;
}

.btn-contact {
  background-color: #fff45c;
  width: 310px;
  height: 58px;
  color: #7fbe1a;
  font-weight: bold;
  border-radius: 5px;
  font-size: 21px;
  margin-bottom: 0;
}

.btn-contact img {
  margin-right: 10px;
}

.btn-faq {
  font-weight: bold;
  border: 2px solid #000;
  height: 40px;
}

.card-menus {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: space-between;
}

.card-menu {
  margin-bottom: 20px;
  width: 100%;
}

@media (min-width: 1101px) {
  .card-menu.is-half {
    width: 48%;
    min-width: 350px;
    max-width: 390px;
  }
}

.card-menu__title {
  border-top-left-radius: 3px;
  border-top-right-radius: 3px;
  background-color: #7fbe1a;
  position: relative;
  padding: 8px 15px;
}

.card-menu__title p {
  width: 80%;
}

.card-menu__title img {
  position: absolute;
  top: 8px;
  right: 15px;
}

.card-menu__content {
  border-bottom-left-radius: 3px;
  border-bottom-right-radius: 3px;
  border-left: 1px solid #bfbfc1;
  border-right: 1px solid #bfbfc1;
  border-bottom: 1px solid #bfbfc1;
  padding: 8px 15px;
}

.card-menu__content .result {
  padding-bottom: 8px;
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "游ゴシック", "Yu Gothic", sans-serif;
}

.card-menu__content .list {
  padding-left: 10px;
  flex-wrap: wrap;
}

.card-menu__content .list li {
  margin-bottom: 10px;
  border-bottom: none !important;
}

.card-menu__content .list li a p {
  min-width: 100px;
}

.card-menu__content .list li a p span {
  border-bottom: 1px solid #385c8e;
  color: #385c8e;
  font-weight: bold;
}

.card-menu__content .list li > p {
  border: 1px solid #385c8e;
  color: #385c8e;
  font-size: 11px;
  margin-right: 8px;
  padding: 3px 10px;
  border-radius: 3px;
  min-width: 88px;
  text-align: center;
}

.card-menu__content .list li::before {
  content: url(../../common/img/common/ico-bullet.png);
  margin-right: 10px;
}

.card-menu__content .rank-list li {
  margin: 0 0 10px;
  display: flex;
  align-items: center;
  height: 32px;
}

.card-menu__content .rank-list li .rank {
  margin-right: 10px;
}

.card-menu__content .rank-list li .rank > div {
  width: 40px;
  height: 40px;
  border-radius: 20px;
  background-color: gold;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-menu__content .rank-list li .rank > p {
  padding: 3px 10px;
  border-radius: 0 10px 10px 0;
  background-color: gold;
  margin-left: -5px;
  color: #fff;
  font-weight: bold;
  font-size: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.card-menu__content .rank-list li .rank.rank-2 > div {
  background-color: silver;
}

.card-menu__content .rank-list li .rank.rank-2 > p {
  background-color: silver;
}

.card-menu__content .rank-list li .rank.rank-3 > div {
  background-color: #b75d19;
}

.card-menu__content .rank-list li .rank.rank-3 > p {
  background-color: #b75d19;
}

.card-menu__content .rank-list li .rank.rank-4 > p {
  background-color: #0a3258;
  margin-left: 35px;
  border-radius: 10px;
}

.card-menu__content .rank-list li a {
  color: #385c8e;
  font-weight: bold;
}

.card-menu__content .rank-list li:last-of-type {
  margin-bottom: 0;
}

.card-menu.is-full .card-menu__content {
  padding: 10px;
  height: auto;
}

@media (min-width: 769px) {
  .card-menu.is-full .card-menu__content {
    padding: 20px;
  }
}

.card-menu.is-full .card-menu__content > a img {
  width: 100%;
}

.card-menu.is-full .card-menu__content .list {
  padding-left: 0;
  padding-bottom: 10px;
}

.card-menu.is-full .card-menu__content .list li::before {
  content: none;
}

form .inquiry table tbody tr:last-of-type th label span {
  display: block;
}

.nav {
  position: fixed;
  background: #fff;
  right: 0;
  top: 0;
  z-index: 100;
  width: 100%;
  height: calc(100% - 50px);
  display: none;
  margin-top: 50px;
}

@media (min-width: 769px) {
  .nav {
    margin-top: 0;
    height: 100%;
    position: static;
    display: block;
  }
}

.nav .mobile {
  padding: 10px;
  display: flex !important;
}

@media (min-width: 769px) {
  .nav .mobile {
    display: none !important;
  }
}

.nav .mobile a img {
  height: 50px;
}

.nav ul {
  flex-direction: column;
  padding: 40px 0;
}

@media (min-width: 769px) {
  .nav ul {
    flex-direction: row;
  }
}

.nav ul li {
  border-left: 2px solid #d3d3d4;
  margin-bottom: 20px;
}

@media (min-width: 769px) {
  .nav ul li {
    width: calc(100%/6);
    margin-bottom: unset;
  }
}

.nav ul li:last-of-type {
  border-right: 2px solid #d3d3d4;
}

.nav ul li div {
  height: 100%;
}

.nav ul li div img {
  margin-bottom: 5px;
  height: 30px;
}

@media (min-width: 769px) {
  .nav ul li div img {
    height: initial;
    margin-bottom: unset;
  }
}

@media (min-width: 769px) {
  .nav.not-top ul {
    padding: 25px 0;
  }
}

.nav.not-top {
  display: none !important;
}

@media (min-width: 769px) {
  .nav.not-top {
    display: block !important;
  }
}

.nav.at-sp {
  display: none;
  z-index: 110;
}

@media (min-width: 769px) {
  .nav.nav.at-sp {
    display: none;
  }
}

.breadcrumb {
  padding-top: 30px;
}

.breadcrumb.has-margin-top {
  margin-top: 50px;
}

@media (min-width: 769px) {
  .breadcrumb.has-margin-top {
    margin-top: 0;
  }
}

.breadcrumb ul li {
  color: #797978;
  padding-right: 10px;
}

.breadcrumb ul li a {
  color: #5faadd;
}

.breadcrumb ul li:nth-of-type(even) {
  font-size: 11px;
  padding-bottom: 2px;
}

.slide-select {
  position: relative;
}

.slide-select__content {
  /* position: static; */
  overflow: hidden;
  padding: 10px 0;
}

.slide-select__content .prev, .slide-select__content .next {
  background-color: #7c7c7c;
  width: 25px;
  height: 70px;
  display: flex;
  align-items: center;
  justify-content: center;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  left: 0;
  cursor: pointer;
  z-index: 100;
}

.slide-select__content .next {
  left: unset;
  right: 0;
}

.slide-select__content ul {
  padding: 0 30px;
}

@media (min-width: 415px) {
  .slide-select__content ul {
    padding: 0 56px;
  }
}

@media (min-width: 769px) {
  .slide-select__content ul {
    width: 100%;
  }
}

.slide-select__content ul li {
  max-width: 290px;
  width: 100%;
  margin-right: 5px;
}

@media (min-width: 415px) {
  .slide-select__content ul li {
    max-width: 213px;
    width: 30%;
    margin-right: 5px;
  }
}

@media (min-width: 769px) {
  .slide-select__content ul li {
    max-width: 172px;
    width: 23%;
  }
}

.slide-select__content ul li .color {
  display: flex;
  margin-bottom: 5px;
}

.slide-select__content ul li .color div {
  width: 45px;
  height: 26px;
  border: 1px solid #bfbfc1;
  border-radius: 3px;
  margin-right: 6px;
}

.slide-select__content ul li .color div.is-green {
  background-color: #7fbe1a;
  border: none;
}

.slide-select__content ul li .image img {
  width: 100%;
  height: auto;
}

.slide-select__content ul li .bldg-name {
  padding-bottom: 5px;
}

.slide-select__content ul li .text .price {
  padding: 5px 0;
}

.slide-banner {
  margin-bottom: 20px;
}

.slide-banner ul li img {
  width: 100%;
}

.slide-banner .slick-prev, .slide-banner .slick-next {
  z-index: 10;
  left: 10px;
  width: 30px;
  height: 30px;
  border-radius: 20px;
  background-color: rgba(255, 255, 255, 0.8);
  display: flex;
  align-items: center;
  justify-content: center;
}

.slide-banner .slick-prev::before, .slide-banner .slick-next::before {
  content: "‹";
  color: #005dd2;
  font-weight: bold;
  font-size: 25px;
  margin-top: -3px;
}

@media (min-width: 769px) {
  .slide-banner .slick-prev::before, .slide-banner .slick-next::before {
    margin-top: 2px;
    font-size: 30px;
  }
}

.slide-banner .slick-next {
  left: unset;
  right: 10px;
}

.slide-banner .slick-next::before {
  content: "›";
}

.slide-banner .slick-dots {
  display: flex;
  justify-content: center;
}

.slide-banner .slick-dots li {
  margin: 0;
}

.slide-banner .slick-dots li button:before {
  font-size: 30px;
}

.slide-banner .slick-dots li.slick-active button:before {
  color: #005dd2;
}

.tag {
  color: #fff;
  background-color: #7fbe1a;
  padding: 4px 5px;
  font-size: 12px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 3px;
  line-height: 1;
  min-width: 34px;
}

.mini-menu {
  background-color: #e5e5e5;
  margin-top: 60px;
}

@media (min-width: 769px) {
  .mini-menu {
    margin-top: 0;
  }
}

.mini-menu ul {
  padding: 5px;
}

.mini-menu ul li {
  padding: 0 25px;
  border-right: 1px solid #bfbfbf;
  width: 50%;
  margin-bottom: 5px;
}

@media (min-width: 415px) {
  .mini-menu ul li {
    width: unset;
    margin-top: 0;
  }
}

@media (min-width: 415px) {
  .mini-menu ul li:first-of-type {
    border-left: 1px solid #bfbfbf;
  }
}

.mini-menu ul li a {
  display: flex;
  align-items: center;
  color: #5f5f5f;
}

.mini-menu ul li a img {
  margin-right: 5px;
}

.mv {
  background-image: url(../../common/img/top/mv-bg.png);
  background-size: auto 100%;
  padding: 40px 0;
  margin-top: 57px;
}

@media (min-width: 769px) {
  .mv {
    padding: 80px 0;
    background-size: 100% 100%;
    margin-top: 0;
    background-repeat: no-repeat;
  }
}

.mv__content .image {
  margin: 0 10px;
}

.project__mv {
  background-image: none;
  background-size: auto 100%;
  padding: 0;
  margin-top: 57px;
}

@media (min-width: 769px) {
  .project__mv {
    margin-top: 0;
  }
}

.project__mv .mv__content .image {
  position: relative;
  margin: 0;
  height: 250px;
}

@media (min-width: 415px) {
  .project__mv .mv__content .image {
    height: 450px;
  }
}

@media (min-width: 1441px) {
  .project__mv .mv__content .image {
    height: 595px;
  }
}

.project__mv .mv__content .image img {
  position: absolute;
  height: 100%;
  width: auto;
  max-width: none;
  left: 50%;
  transform: translateX(-49%);
  top: 0;
}

.project__mv .mv__content .text {
  background-color: #0078c2;
  text-align: center;
  letter-spacing: 3px;
  padding: 7px 10px;
}

.project__content .section__content {
  border: none;
  padding: 25px 10px 0;
  line-height: 1.6;
  font-size: 14px;
}

@media (min-width: 769px) {
  .project__content .section__content .left {
    width: 50%;
    margin-right: 30px;
    min-width: 250px;
  }
}

.project__content .section__content .left .title {
  width: 90%;
  margin-bottom: 20px;
  margin: 0 auto 20px;
  text-align: center;
}

.project__content .section__content .image {
  margin: 0 auto 20px;
}

@media (min-width: 415px) {
  .project__content .section__content .image {
    width: calc(50% - 30px);
  }
}

.project__content .section__content .image img {
  width: 100%;
}

@media (min-width: 769px) {
  .project__content .section__content .right {
    width: 60%;
    margin-left: 30px;
    min-width: 250px;
  }
}

.project__content .section__content .right span {
  font-weight: bold;
}

.project__content .section__content::after {
  content: "";
  width: 100%;
  height: 15px;
  background-image: url(../../common/img/project/project-border.png);
  display: block;
  background-repeat: repeat-x;
  margin-top: 20px;
}

@media (min-width: 415px) {
  .project__content .section__content:nth-of-type(1) .image {
    width: calc(40% - 30px);
  }
}

.project__content .image-gallery ul li {
  margin-top: 20px;
}

.info section {
  position: relative;
}

.info section > .image {
  z-index: 10;
  left: 10px;
  top: -5px;
  position: absolute;
  width: 50px;
  text-align: center;
}

.info section:first-of-type .section__content {
  background-image: url(../../common/img/info/info-bg.png);
  background-size: 100% auto;
  padding: 30px 10px 30px 15px;
}

@media (min-width: 415px) {
  .info section:first-of-type .section__content {
    padding: 30px 45px;
  }
}

.info section:first-of-type .section__content .title {
  padding-bottom: 20px;
}

.info section:first-of-type .section__content .title img {
  margin-right: 15px;
}

.info section:first-of-type .section__content .balloon {
  margin-bottom: 20px;
}

.info section:first-of-type .section__content .balloon > div {
  border: 2px solid #c1c1c1;
  background-color: #fff;
  border-radius: 4px;
  padding: 10px;
  margin-right: 5px;
  margin-top: 20px;
  margin-bottom: 20px;
  width: 48%;
}

@media (min-width: 415px) {
  .info section:first-of-type .section__content .balloon > div {
    padding: 10px 20px;
    margin-right: 20px;
    width: unset;
  }
}

.info section:first-of-type .section__content .balloon > div.is-green {
  background-color: #7fbe1a;
  border: 2px solid #7fbe1a;
  position: relative;
}

.info section:first-of-type .section__content .balloon > div.is-green::after {
  content: "";
  position: absolute;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 15px 10px 0 10px;
  border-color: #7fbe1a transparent transparent transparent;
  bottom: -15px;
  left: 50%;
  transform: translateX(-50%);
}

.info section:first-of-type .section__content .balloon > div.is-green p {
  color: #fff;
}

.info section:first-of-type .section__content .balloon > div p {
  color: #888;
  font-size: 13px;
}

.info section:first-of-type .section__content .balloon > div p:nth-of-type(2) {
  font-size: 17px;
  font-weight: bold;
}

.info section:first-of-type .section__content .step-list li {
  margin-bottom: 30px;
}

.info section:first-of-type .section__content .step-list li:not(.with-content) {
  margin: 0 5px 30px;
}

@media (min-width: 415px) {
  .info section:first-of-type .section__content .step-list li:not(.with-content) {
    margin: 0 8px 30px;
  }
}

.info section:first-of-type .section__content .step-list li.with-content {
  background-color: #fff;
  border: 2px solid #7fbe1a;
  width: 125px;
  height: 130px;
  position: relative;
  border-radius: 5px;
  text-align: center;
  font-size: 12px;
}

@media (min-width: 415px) {
  .info section:first-of-type .section__content .step-list li.with-content {
    width: 140px;
    height: 108px;
  }
}

.info section:first-of-type .section__content .step-list li.with-content .num {
  position: absolute;
  color: #fff;
  font-weight: bold;
  background-color: #7fbe1a;
  width: 30px;
  height: 30px;
  border-radius: 15px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 17px;
  top: -15px;
  left: -15px;
}

.info section:first-of-type .section__content .step-list li.with-content .content {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-evenly;
  height: 100%;
  padding-top: 10px;
}

.info section:first-of-type .section__content .step-list li.with-content .content p {
  color: #7fbe1a;
  padding-bottom: 5px;
  font-weight: bold;
}

.info section:nth-of-type(2) .section__content {
  padding: 20px 10px 0;
}

@media (min-width: 415px) {
  .info section:nth-of-type(2) .section__content {
    padding: 20px 20px 0;
  }
}

.info section:nth-of-type(2) .tag-list {
  margin-bottom: 20px;
}

.info section:nth-of-type(2) .tag-list li {
  border: 1px solid #aaa;
  border-radius: 3px;
  background-color: #fff;
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 11px;
  margin: 5px;
  font-weight: bold;
}

.info section:nth-of-type(2) .tag-list li span {
  font-size: 10px;
  padding-left: 5px;
  color: #686868;
}

.info section:nth-of-type(2) .text-title {
  border-bottom: 1px solid #8e8e8e;
  color: #8e8e8e;
  font-weight: bold;
  font-size: 15px;
  padding: 5px 8px;
}

.info section:nth-of-type(2) .text-title span {
  font-size: 20px;
}

.info section:nth-of-type(2) .text .content {
  padding: 10px 5px;
}

.info section:nth-of-type(2) .text .content .title {
  font-weight: bold;
  padding-bottom: 5px;
}

.info section:nth-of-type(2) .text .content p:not(.title) {
  font-size: 13px;
}

.info section:nth-of-type(3) .section__content {
  padding: 30px 10px 0;
}

@media (min-width: 415px) {
  .info section:nth-of-type(3) .section__content {
    padding: 30px 20px 0;
  }
}

.info section:nth-of-type(3) .section__content > p {
  font-size: 13px;
  padding-bottom: 20px;
}

.info section:nth-of-type(3) .image {
  top: -10px;
}

.info section:nth-of-type(3) .content-list li {
  margin-bottom: 20px;
}

@media (min-width: 415px) {
  .info section:nth-of-type(3) .content-list li {
    width: 48%;
  }
}

.info section:nth-of-type(3) .content-list li .title {
  background-color: #e8e7e7;
  font-size: 14px;
  font-weight: bold;
  padding: 5px 10px;
}

.info section:nth-of-type(3) .content-list li p:not(.title) {
  font-size: 13px;
  padding: 10px 5px;
}

.info section .section__title {
  padding-left: 70px;
}

.info section .section__content {
  border: none;
}

.faq .section__content {
  border: none;
  padding: 20px 15px 0;
}

.faq .section__content > p {
  padding-bottom: 20px;
}

.faq .section__content ul li {
  padding-bottom: 20px;
}

.faq .section__content ul li > div .image {
  width: 45px;
  margin-right: 15px;
  display: flex;
  justify-content: center;
}

.faq .section__content ul li > div .text {
  width: calc(100% - 60px);
}

.faq .section__content ul li > div.question {
  padding-bottom: 10px;
}

.faq .section__content ul li > div.question .text {
  border-bottom: 1px solid #aaa;
  padding: 10px 5px;
}

.faq .section__content ul li > div.question .text a {
  color: #44a6c4;
  text-decoration: underline;
}

.faq .section__content ul li > div.answer .text p.t-bold {
  color: #fb6d00;
  padding-bottom: 10px;
}

.faq .section__content ul li > div.answer .text a {
  color: #44a6c4;
  text-decoration: underline;
}

.faq-contact {
  background-image: url(../../common/img/faq/faq-bg.png);
  border-radius: 5px;
  padding: 25px 1vw;
  margin-bottom: 20px;
}

.faq-contact p {
  padding: 20px 0 !important;
  color: #fff !important;
}

.sitemap .section__content {
  padding: 20px;
  border: none;
}

.sitemap__content {
  margin-bottom: 30px;
}

.sitemap__content .title {
  display: flex;
  align-items: center;
  border-bottom: 1px solid #d2d2d2;
  padding: 5px 5px 7px 7px;
  margin-bottom: 20px;
  cursor: pointer;
}

.sitemap__content .title .image {
  margin-right: 10px;
}

.sitemap__content .title p {
  font-weight: bold;
}

.sitemap__content .slide-select {
  border-top: none;
}

.sitemap__content .slide-select__content {
  padding: 0 !important;
}

.sitemap__content .slide-select__content ul {
  padding: 0 30px !important;
}

.sitemap__content .sitemap-list {
  display: none;
}

.sitemap__content section {
  display: none;
}

.sitemap-list {
  width: 45%;
}

.sitemap-list:last-of-type {
  width: 55%;
}

.sitemap-list > li {
  margin-bottom: 10px;
}

.sitemap-list li {
  margin-right: 5px;
}

.sitemap-list li a {
  font-weight: bold;
}

.sitemap-list li a.no-link {
  pointer-events: none;
}

.sitemap-list li a p {
  color: #2e629e;
}

.sitemap-list li a p::before {
  content: "▶︎";
  display: inline;
  color: #6b6b6b;
  font-size: 8px;
  margin-right: 5px;
}

.sitemap-list li ul {
  margin-top: 10px;
  margin-left: 1vw;
  flex-wrap: wrap;
}

@media (min-width: 415px) {
  .sitemap-list li ul {
    margin-left: 30px;
  }
}

.sitemap-list li ul li {
  margin-bottom: 5px;
}

@media (min-width: 415px) {
  .sitemap-list li ul li {
    margin-bottom: 10px;
  }
}

.sitemap-list li ul li a {
  color: #2e629e;
  font-weight: normal;
}

.sitemap-list li ul li a::before {
  content: "▶︎";
  display: inline;
  color: #6b6b6b;
  font-size: 8px;
  margin-right: 5px;
}

.sitemap-list li ul li a span {
  margin-right: 10px;
}

.sitemap .area-list {
  font-size: 12px;
}

.sitemap .area-list > li {
  margin-bottom: 12px;
  display: block !important;
}

@media (min-width: 415px) {
  .sitemap .area-list > li {
    display: flex !important;
  }
}

.sitemap .area-list > li .prefecture {
  width: 120px;
  padding-bottom: 10px;
}

@media (min-width: 415px) {
  .sitemap .area-list > li .prefecture {
    padding-bottom: 0;
  }
}

.sitemap .area-list > li ul {
  flex-wrap: wrap;
}

.sitemap .area-list > li ul li {
  border-right: 1px solid #d2d2d2;
  padding: 0 5px;
}

@media (min-width: 415px) {
  .sitemap .area-list > li ul li {
    padding: 0 10px;
  }
}

.sitemap .area-list > li ul li:first-of-type {
  border-left: 1px solid #d2d2d2;
}

.sitemap .area-list > li ul li a p {
  color: #2e629e;
}

.textonly {
  line-height: 1.7;
}

@media (min-width: 769px) {
  .textonly {
    padding: 20px 1vw;
  }
}

.textonly h3 {
  font-size: 16px;
  font-weight: bold;
  padding-bottom: 20px;
}

.textonly h4 {
  font-size: 14px;
  font-weight: bold;
  padding-bottom: 20px;
}

.textonly p {
  font-size: 14px;
  padding-bottom: 20px;
}

.textonly p a {
  text-decoration: underline;
}

.textonly p span {
  padding-left: 20px;
  display: inline-block;
}

/* access ranking */
.rankNew{
	width:224px;
	margin:0 auto 10px 0;
	padding:8px 8px 0px 8px;
	background-color:#F2F2F2;
	line-height:140%;
}

@media (min-width: 769px) {
  .rankNew {
    margin:0 auto 10px auto;
  }
}

.rankNew h2{
	background:url(../img/standard_orange/rank.gif) no-repeat left top;
	overflow:hidden;
	text-indent:-9877em;
	height:29px;
}

.rankNew h3{
	padding:12px 0 8px 35px;
	font-size:13px;
}

.rankNew .limit{
	width:55px;
	/* height:17px; */
	overflow:hidden;
	text-indent:-9877em;
	background:url(../img/standard_orange/limit.gif) no-repeat left center;
	float:left;
}

.rankNew .photo img{
	border:1px solid #c9c9c9;
}

.rankNew .photo{
	float:left;
	width: 45%;
}

.rankNew .info{
	float:right;
	width:55%;
  font-size: 13px;
}

.rankNew span{
	color:#E33421;
}

.rankNew ul li{
	border-bottom:1px dotted #B1B1B1;
	padding-bottom:10px;
}

.rankNew ul li.menu03{
	border:0;
}

.rankNew ul li.menu01 h3{
	background:url(../img/standard_orange/rank01.gif) no-repeat left 7px;
}

.rankNew ul li.menu02 h3{
	background:url(../img/standard_orange/rank02.gif) no-repeat left 7px;
}

.rankNew ul li.menu03 h3{
	background:url(../img/standard_orange/rank03.gif) no-repeat left 7px;
}

.rankNew .rank_title{
	background:url(../img/standard_orange/rank.gif) no-repeat left top;
}

.rankNew .rank_title #tab_rank{
	margin-left:28px;
}

.rankNew .rank_title #tab_rank li{
	background:url(../img/standard_orange/top/tab.png) no-repeat left top;
	float:left;
	margin:0 5px 0 0;
	padding:0;
	border:0;
	line-height:23px;
	width:81px;
	text-align:center;
	color:#92581e;
  font-weight: bold;
}

.rankNew .rank_title #tab_rank li:hover{
	cursor:pointer;
	background:url(../img/standard_orange/top/tab_rank_select.png) no-repeat left top;
}

.rankNew .rank_title #tab_rank li.select{
	background:url(../img/standard_orange/top/tab_rank_select.png) no-repeat left top;
	font-weight:bold;
}

.rankNew .rank_title #tab_rank li.select:hover{
	cursor:default;
}

.rankNew .disnon{
	display:none;
}

/*# sourceMappingURL=style.css.map */

#left .rank .info {
  width: 122px !important;
}

/* tabs */
:is(#tab_pickup, #tab_newarrived) {
  display: flex;
  align-items: flex-end;
  justify-content: flex-end;
  background-color: #db9606;
  padding-top: 5px;
}

:is(#tab_pickup, #tab_newarrived) li:hover {
  cursor: pointer;
  background: url(../img/standard_orange/top/tab_rank_select.png) no-repeat left top;
}

:is(#tab_pickup, #tab_newarrived) li.select {
  background: url(../img/standard_orange/top/tab_rank_select.png) no-repeat left top !important;
  font-weight: bold;
}

:is(#tab_pickup, #tab_newarrived) li {
  background: url(../img/standard_orange/top/tab.png) no-repeat left top;
  margin: 0 5px 0 0;
  padding: 0;
  border: 0;
  line-height: 23px;
  width: 81px;
  text-align: center;
  color: #92581e;
  font-weight: bold;
}

.slide-recommend-2, .slide-new-2{
  display: none;
}

/* slide-container buy/rental */
.slide-container {
  overflow: hidden;
  padding: 5px;
}

#noTop :is(#slide-recommend, #slide-recommend-2) {
  flex-direction: column;
}

#noTop :is(#slide-recommend, #slide-recommend-2) li {
  width: 100%;
}

#noTop :is(#slide-recommend, #slide-recommend-2) li p {
  font-size: 14px;
}

#noTop :is(#slide-recommend, #slide-recommend-2) li .image img {
  width: 60%;
  height: auto;
  margin: 0 auto;
}

#tops, #head {
  position: absolute;
  top: 0;
  left: 0;
  z-index: -1;
}

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

.flex__content .flex__content__detail{
  width: 48% !important;
  margin-right: 0 !important;
}

@media (min-width: 769px) {
  .flex__content .flex__content__detail{
    width: 25% !important;
  }
}

.flex__content .flex__content__detail ul li{
  color: #fff;
  font-size: 12px;
  padding-bottom: 3px;
}

@media (min-width: 769px){
  .flex__content .flex__content__detail ul li{
    font-size: 14px;
  }
}

.flex__content .flex__content__detail ul li a{
  color: #fff;
}
.pickup_title{
  border-bottom: 1px solid #A3A3A3;
}
.pickup_title h2{
  float: left;
  font-weight: bold;
  font-size: 16px;
  width: 200px;
  padding-top: 4px;
  padding-left: 8px;
  color: #777;
}
.news .pickup_title div {
  float: right;
  width: 150px;
  text-align: right;
  padding: 8px 10px 0 0;
}
@media (max-width: 769px){
  .is-pickup .info_list ul li span{
    display: block;
  }
}
