@charset "UTF-8";
/*! 本サイトのcssファイルはscssから生成されているので編集しないこと（各scssファイルを編集してください）*/
/* 全体.css */
html {
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  html.is-noScroll {
    height: 100%;
    overflow: hidden;
  }
}

body {
  min-width: 1099px;
  color: #222;
  background-color: #ebeef1;
  font-family: "Noto Sans JP", "游ゴシック", "Yu Gothic", "游ゴシック体", "YuGothic", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", sans-serif;
  text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  -moz-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
}
@media screen and (max-width: 767px) {
  body {
    overflow-x: hidden;
    min-width: auto;
    max-width: 100vw;
    font-family: "Noto Sans cjk jp", sans-serif;
    font-feature-settings: "palt" 1;
  }
  body.is-noScroll {
    height: 100%;
    overflow: hidden;
  }
}

/* リンク */
.g-over_link {
  position: absolute;
  display: block;
  width: 100%;
  height: 100%;
  top: 0;
  left: 0;
}

/* Flex */
.flex {
  display: flex;
}
@media screen and (max-width: 767px) {
  .flex {
    display: block;
  }
}

/* 共通 //
////////////////////////////////////////////////////////////////////*/
ol,
ul {
  list-style-type: none;
}

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

iframe {
  vertical-align: bottom;
}

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

/* ロールオーバー //
---------------------------------------------- */
a {
  color: #222;
  transition: color 0.3s;
}
a:hover {
  color: #92c800;
}

/* hoverデザイン */
.btn-hover {
  transition: all 0.3s;
  opacity: 1;
  transform: translate(0, 0);
}
.btn-hover.hover {
  opacity: 0.8;
  transform: translate(2px, 2px);
}

/* ボタン //
---------------------------------------------- */
/* ページ内リンク ///
---------------------------------------------- */
.btns01 {
  margin-bottom: 40px;
  overflow: hidden;
}

.btns01 li {
  width: 250px;
  height: 60px;
  display: table;
  position: relative;
  float: left;
}

.btns01 li:not(:nth-child(3n)) {
  margin-right: 20px;
}

.btns01 li:nth-child(n+4) {
  margin-top: 10px;
}

.btns01 li a {
  padding-left: 12px;
  background-color: #92c800;
  border-radius: 6px;
  position: static;
  display: table-cell;
  color: #fff;
  font-weight: 700;
  line-height: 1.4;
  vertical-align: middle;
}

.btns01 li a::after {
  position: absolute;
  right: 12px;
  content: "\f105";
}

/* カラー //
---------------------------------------------- */
.red {
  color: #f30;
}

/* icon //
---------------------------------------------- */
.icon-b,
.icon-b_all a,
.icon-a,
.icon-a_all a,
.folding,
.btns01 a {
  position: relative;
}

.icon-b::before,
.icon-b_all a::before,
.icon-a::after,
.icon-a_all a::after,
.folding::after,
.btns01 a::after {
  margin: auto;
  height: 1em;
  position: relative;
  top: 0;
  bottom: 0;
  line-height: 1;
  content: "\f0da";
  font-family: "FontAwesome";
}

/* 汎用クラス //
---------------------------------------------- */
.bold {
  font-weight: bold;
}

/* リスト装飾 //
---------------------------------------------- */
.tri-icon > * {
  display: flex;
  align-items: baseline;
  margin-right: 30px;
}
@media screen and (max-width: 767px) {
  .tri-icon > * {
    margin-right: 0;
  }
}
.tri-icon > *::before {
  content: "\f0da";
  font-family: FontAwesome;
  margin-right: 8px;
  color: #92c800;
}

.sp-sns-icons {
  display: flex;
  justify-content: center;
  align-items: center;
}

.sp-sns-icon + .sp-sns-icon {
  margin-left: 20px;
}

.sp-sns-icon__link {
  display: flex;
  align-items: center;
  font-size: 30px;
  color: rgba(255, 255, 255, 0.75);
}
.sp-sns-icon__link:hover {
  color: rgba(255, 255, 255, 0.75);
}

/* flex */
.pc-row {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .pc-row {
    display: block;
  }
}

/* レスポンシブ */
.pc_none {
  display: none;
}
@media screen and (max-width: 767px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media screen and (max-width: 767px) {
  .sp_none {
    display: none;
  }
}

/* float&clearfix */
.f-left {
  float: left;
}
@media screen and (max-width: 767px) {
  .f-left {
    float: none;
  }
}

.f-right {
  float: right;
}
@media screen and (max-width: 767px) {
  .f-right {
    float: none;
  }
}

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

/* パンくずリスト //
---------------------------------------------- */
.breadcrumbs {
  padding: 26px 0 5px;
  font-size: 14px;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .breadcrumbs {
    position: absolute;
    bottom: 5px;
    padding: 0;
    font-size: 10px;
    font-weight: lighter;
  }
}
.breadcrumbs .bread-inner {
  color: white;
}
@media screen and (max-width: 767px) {
  .breadcrumbs .bread-inner {
    line-height: 1.2;
  }
}
.breadcrumbs a {
  color: white;
  text-decoration: none;
}
.breadcrumbs a:hover {
  color: #92c800;
}

/* 見出し //
---------------------------------------------- */
.post_title01 {
  color: white;
  font-size: 34px;
}
@media screen and (max-width: 767px) {
  .post_title01 {
    position: relative;
    top: -5px;
    font-size: 18px;
    line-height: 22px;
  }
}

.line01,
.post_title02,
.line03,
.post_title09,
.post_title05,
.post_title04,
.post_title03,
.post_title06 {
  font-size: 28px;
  padding-bottom: 20px;
  margin-bottom: 20px;
  border-bottom: solid 3px #92c800;
  display: flex;
  align-items: center;
  line-height: 1.2;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .line01,
  .post_title02,
  .line03,
  .post_title09,
  .post_title05,
  .post_title04,
  .post_title03,
  .post_title06 {
    font-size: 16px;
    margin-bottom: 15px;
    padding-bottom: 10px;
  }
}
.line01:before,
.post_title02:before,
.line03:before,
.post_title09:before,
.post_title05:before,
.post_title04:before,
.post_title03:before,
.post_title06:before {
  content: "";
  display: block;
  flex-shrink: 0;
  width: 20px;
  height: 20px;
  background-image: url(../images/page/title01.png);
  background-size: contain;
  background-position: center;
  margin-right: 20px;
}
@media screen and (max-width: 767px) {
  .line01:before,
  .post_title02:before,
  .line03:before,
  .post_title09:before,
  .post_title05:before,
  .post_title04:before,
  .post_title03:before,
  .post_title06:before {
    width: 15px;
    height: 15px;
    margin-right: 10px;
  }
}

.post_title03, .post_title06 {
  border-bottom: solid 2px #e0e0e0;
  position: relative;
}
.post_title03:after, .post_title06:after {
  content: "";
  display: block;
  height: 1px;
  width: 100%;
  position: absolute;
  bottom: 0;
  left: 0;
  background-color: #bcbcbc;
}

.post_title04:before {
  background-image: url(../images/page/title03.png);
}

.post_title05:before {
  background-image: url(../images/page/title04.png);
}

.post_title06:before {
  width: 4px;
  height: 28px;
  background-image: url(../images/page/title05.png);
  margin-right: 22px;
}

.post_title07 {
  padding: 12px 20px;
  background-color: #222222;
  font-size: 20px;
  line-height: 1.5;
  color: white;
  font-weight: normal;
  margin: 30px 0 20px;
}
@media screen and (max-width: 767px) {
  .post_title07 {
    font-size: 0.8rem;
    padding: 10px;
  }
}

.line02,
.post_title08,
.eigyo_wrap .title01 {
  padding: 10px 16px;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 1.5;
  font-weight: normal;
  background-color: #ebeef1;
  border-left: solid 5px #222222;
  margin: 30px 0 20px;
}
@media screen and (max-width: 767px) {
  .line02,
  .post_title08,
  .eigyo_wrap .title01 {
    font-size: 16px;
    margin: 20px 0 10px;
    padding: 10px;
  }
}

.line03,
.post_title09 {
  margin: 30px 0 10px;
  padding-bottom: 0;
  border-bottom: none;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  .line03,
  .post_title09 {
    margin-top: 20px;
    font-size: 16px;
  }
}
.line03:before,
.post_title09:before {
  margin-right: 10px;
  background-image: url(../images/page/title03.png);
}

.shd {
  margin-top: 25px;
  margin-bottom: 12px;
  color: #92c800;
  font-size: 22px;
  font-weight: 900;
  line-height: 1.3;
}
@media screen and (max-width: 767px) {
  .shd {
    font-size: 18px;
    margin-top: 40px;
    margin-bottom: 10px;
  }
}

/* リスト //
---------------------------------------------- */
.simple_list {
  margin: 20px 0;
  list-style: none;
}
.simple_list .list {
  display: flex;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
.simple_list .list:before {
  content: "\f111";
  display: block;
  line-height: 1.3rem;
  font-family: FontAwesome;
  color: #cacaca;
  font-size: 0.6rem;
  margin-right: 10px;
  width: 20px;
  text-align: center;
  margin-top: 2px;
}

/* テーブル */
.simple_table {
  margin: 20px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .simple_table {
    display: block;
  }
}
@media screen and (max-width: 767px) {
  .simple_table tbody {
    display: block;
    width: 100%;
  }
}
.simple_table tr {
  border-top: solid 1px #c2c2c2;
  border-bottom: solid 1px #c2c2c2;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .simple_table tr {
    display: block;
    width: 100%;
  }
  .simple_table tr + tr {
    border-top: hidden;
  }
  .simple_table tr:last-child {
    border-bottom: none;
  }
}
.simple_table th {
  padding: 15px 20px;
  box-sizing: border-box;
  width: 200px;
  font-size: 16px;
  font-weight: 500;
  background-color: #ebeef1;
  text-align: left;
}
@media screen and (max-width: 767px) {
  .simple_table th {
    display: block;
    width: 100%;
    font-size: 14px;
  }
}
.simple_table td {
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .simple_table td {
    display: block;
    width: 100%;
    font-size: 14px;
  }
}
@media screen and (max-width: 767px) {
  .simple_table caption {
    font-size: 16px;
    font-weight: bold;
  }
}

/* 折りたたみ ///
---------------------------------------------- */
.folding {
  cursor: pointer;
}

.folding:not(.reverse) + * {
  display: none;
}

.folding::after {
  content: "\f067";
}

.folding.active::after {
  content: "\f068";
}

/* コンタクトフォーム(Contact Form 7)
=====================================================*/
#wpcf7-f237057-p412-o1 > form > fieldset {
  display: none;
}

.contact-form {
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .contact-form {
    margin-top: 0;
  }
}

.contact-form .need::after {
  content: " *";
  color: #FF3300;
}

.contact-form label,
.contact-form div.label-group {
  display: flex;
  align-items: center;
  justify-content: flex-end;
  padding: 15px 0;
  width: 100%;
}
@media screen and (max-width: 767px) {
  .contact-form label,
  .contact-form div.label-group {
    display: block;
    padding: 10px 0;
  }
}

.contact-form label + label,
.contact-form label + div.label-group,
.contact-form div.label-group + label {
  border-top: dotted 1px #7f7f7f;
}
@media screen and (max-width: 767px) {
  .contact-form label + label,
  .contact-form label + div.label-group,
  .contact-form div.label-group + label {
    border: none;
  }
}

.input-title {
  display: block;
  color: #222;
  margin-right: 15px;
}
@media screen and (max-width: 767px) {
  .input-title {
    display: block;
    margin-right: 0;
    line-height: 30px;
  }
  .input-title.forCheck br {
    display: none;
  }
}

.wpcf7-form-control-wrap {
  width: 80%;
  box-sizing: border-box;
}

.contact-form label input,
.contact-form label textarea {
  width: 100%;
  max-width: 100%;
  padding: 5px 10px;
  line-height: 30px;
  box-sizing: border-box;
}

.contact-form label input:focus,
.contact-form label textarea:focus {
  outline: none;
  border: solid 2px #92c800;
}

.contact-form label input::-moz-placeholder, .contact-form label textarea::-moz-placeholder {
  font-size: 16px;
  line-height: 1.5;
}

.contact-form label input::placeholder,
.contact-form label textarea::placeholder {
  font-size: 16px;
  line-height: 1.5;
}

.contact-form label select {
  height: 30px;
}

.contact-form label textarea {
  width: 100%;
  box-sizing: border-box;
}

.contact-form label input[type=checkbox] {
  display: inline-block;
  margin-right: 5px;
}

@media screen and (min-width: 360px) and (max-width: 768px) {
  .contact-form .recaptcha {
    display: flex;
    justify-content: flex-start;
  }
  .contact-form .recaptcha > .input-title {
    margin-right: 10px;
  }
}
.wpcf7-list-item {
  display: inline-block;
  margin-right: 10px;
}
.wpcf7-list-item > label {
  padding: 0;
}
.wpcf7-list-item > label > input {
  width: auto;
  height: auto;
}

.submit-wrap {
  text-align: center;
}

.contact-form input[type=submit] {
  background-color: #92c800;
  color: white;
  width: 280px;
  margin-top: 16px;
  padding: 0;
  border: none;
  line-height: 54px;
  font-size: 20px;
  cursor: pointer;
}

/* main-wrap */
#main-wrap {
  background: linear-gradient(to bottom, #ebeef1, #fff 1200px);
}
@media screen and (max-width: 767px) {
  #main-wrap {
    padding-top: 59px;
    overflow-x: hidden;
    background-color: #ebeef1;
    background-image: none;
  }
}
#main-wrap.page-wrap {
  margin-top: 130px;
}
@media screen and (max-width: 767px) {
  #main-wrap.page-wrap {
    margin-top: 0;
    padding: 15px;
    padding-top: 59px;
  }
}

/* tksn //
////////////////////////////////////////////////////////////////////*/
.tksn .ellipsis::before,
.tksn .ellipsis::after {
  display: none;
}

.tksn_box {
  font-size: 2rem;
  line-height: 150px;
  text-align: center;
  transition: opacity 0.1s;
}

.tksn_box:not(.active) {
  display: none;
}

.tksn_box > table {
  font-size: 14px;
  line-height: 1.5;
  text-align: left;
}

.tksn_box > br {
  display: none;
}

.tksn_box table {
  font-family: inherit !important;
}

/* 種別を選ぶリスト ///
---------------------------------------------- */
.tksn-change-list {
  box-sizing: border-box;
  margin: 0 auto;
  width: 235px;
  height: 28px;
  display: table;
  border: 1px solid #c00;
  border-radius: 3px;
  table-layout: fixed;
}

.tksn-change-list li {
  display: table-cell;
  vertical-align: middle;
  color: #c00;
  text-align: center;
  cursor: pointer;
}

.tksn-change-list li:not(:last-child) {
  border-right: 1px solid #c00;
}

.tksn-change-list .active {
  background-color: #c00;
  color: #fff;
}

/* 読込中 ///
---------------------------------------------- */
.tksn.loading {
  min-height: 50px;
  position: relative;
  overflow: hidden;
}

.tksn.loading::after {
  margin: auto;
  width: 1em;
  height: 1em;
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  color: #929292;
  font-size: 36px;
  line-height: 1;
  pointer-events: auto;
  content: "\f110";
  font-family: "FontAwesome";
  animation: r1 1.2s linear infinite;
}

.tksn.loading .tksn_box {
  opacity: 0.8;
}

@keyframes r1 {
  0% {
    transform: rotate(0deg);
  }
  100% {
    transform: rotate(360deg);
  }
}
/* des52 ///
---------------------------------------------- */
.des52 .tksn_box table {
  border-collapse: inherit;
  border-spacing: 1px;
}

.des52 > .tksn_box > table > tbody > tr > td {
  width: 278px;
}

.des52 > .tksn_box > table > tbody > tr > td table {
  margin-bottom: 0px;
}
@media screen and (min-width: 768px) {
  .des52 > .tksn_box > table > tbody > tr > td table {
    width: 100%;
  }
}

/* des64 ///
---------------------------------------------- */
.des64 > .tksn_box > table > tbody {
  display: block;
}

.des64 > .tksn_box > table > tbody > tr {
  display: flex;
  flex-wrap: wrap;
}

.des64 > .tksn_box > table > tbody > tr > td {
  box-sizing: border-box;
  height: auto !important;
  border: 1px solid #ccc !important;
  display: block;
  float: left;
  /*IE用*/
  vertical-align: top;
}

.des64 > .tksn_box > table > tbody > tr > td > table {
  box-sizing: border-box;
  margin-bottom: 0 !important;
  height: 100%;
  border: 2px solid #fff !important;
}

.tksnBox64 > tbody > tr:nth-of-type(3) table tbody {
  display: flex;
  flex-direction: column;
}

.tksnBox64 > tbody > tr:nth-of-type(3) table tr:nth-of-type(1) td:nth-of-type(1) {
  padding-bottom: 5px;
}

.tksnBox64 > tbody > tr:nth-of-type(3) table tr:nth-of-type(1) td:nth-of-type(2) {
  display: none;
}

.tksnBox64 > tbody > tr:nth-of-type(3) table tr:nth-of-type(2) td a {
  width: 80px;
  display: block;
  margin-left: 8px;
}

/* des74 ///
---------------------------------------------- */
.des74 > .tksn_box li {
  margin-right: 20px;
  border-top: 0;
  position: relative;
  font-size: 14px;
  line-height: 1.3;
  text-align: left;
  overflow: hidden;
}

.des74 > .tksn_box li:hover {
  background-color: rgba(255, 255, 255, 0.2);
}

.des74 > .tksn_box li > h4 {
  font-weight: 400;
}

.des74 > .tksn_box li > span,
.des74 > .tksn_box li a {
  font-family: inherit;
  font-weight: 400;
}

.des74 > .tksn_box li > span {
  margin: auto;
  height: 1em;
  position: absolute;
  top: 0;
  bottom: 0;
  left: 17px;
  z-index: -1;
  font-size: inherit;
  line-height: 1;
}

.des74 > .tksn_box ul a {
  box-sizing: border-box;
  padding: 8px 20px 8px 112px;
  height: auto;
  display: block;
  line-height: 1;
}

@media screen and (max-width: 767px) {
  /* tksn //
  ////////////////////////////////////////////////////////////////////*/
  .tksn .ellipsis::before,
  .tksn .ellipsis::after {
    display: none;
  }
  .tksn_box {
    font-size: 14px;
    line-height: 100px;
    text-align: center;
  }
  .tksn_box:not(.active) {
    display: none;
  }
  .tksn_box > * {
    font-size: 14px;
    line-height: 1.5;
    text-align: left;
  }
  .tksn_box img[src$="newsbg.gif"] {
    width: auto;
  }
  .tksn_box > br {
    display: none;
  }
  .tksn_box table {
    font-family: inherit !important;
  }
  /* 種別を選ぶリスト ///
  ---------------------------------------------- */
  .tksn-change-list {
    box-sizing: border-box;
    margin: 20px auto 0;
    width: 235px;
    height: 28px;
    display: table;
    border: 1px solid #c00;
    border-radius: 3px;
    table-layout: fixed;
  }
  .tksn-change-list li {
    display: table-cell;
    vertical-align: middle;
    color: #c00;
    text-align: center;
    cursor: pointer;
  }
  .tksn-change-list li:not(:last-child) {
    border-right: 1px solid #c00;
  }
  .tksn-change-list .active {
    background-color: #c00;
    color: #fff;
  }
  /* 読込中 ///
  ---------------------------------------------- */
  .tksn.loading {
    min-height: 50px;
    position: relative;
    overflow: hidden;
  }
  .tksn.loading::after {
    margin: auto;
    width: 1em;
    height: 1em;
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    color: #929292;
    font-size: 36px;
    line-height: 1;
    pointer-events: auto;
    content: "\f110";
    font-family: "FontAwesome";
    animation: r1 1.2s linear infinite;
  }
  .tksn.loading .tksn_box {
    opacity: 0.8;
  }
  @keyframes r1 {
    0% {
      transform: rotate(0deg);
    }
    100% {
      transform: rotate(360deg);
    }
  }
  /* des52 ///
  ---------------------------------------------- */
  .des52 .tksn_box {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .des52 .tksn_box table {
    border-collapse: inherit;
    border-spacing: 1px;
  }
  /* des64
  -------------------------------------------------------------------*/
  .tksn.des64 {
    min-height: 300px;
  }
  .tksn.des64 > .tksn_box {
    overflow-x: scroll;
    -webkit-overflow-scrolling: touch;
  }
  .des64 > .tksn_box > table {
    margin: 0 10px 10px;
  }
  .des64 > .tksn_box > table > tbody {
    display: block;
  }
  .des64 > .tksn_box > table > tbody > tr {
    display: flex;
  }
  .des64 > .tksn_box > table > tbody > tr > td {
    box-sizing: border-box;
    min-width: 267px;
    height: auto !important;
    display: block;
  }
  .des64 > .tksn_box > table > tbody > tr > td > table {
    margin-bottom: 0 !important;
    width: 267px;
  }
  /* des74 ///
  ---------------------------------------------- */
  .des74 > .tksn_box > ul > li {
    border-top: none;
    position: relative;
  }
  .des74 > .tksn_box > ul > li > span {
    position: absolute;
    top: 0;
    left: 18px;
    color: #c00;
    font-size: 14px;
    line-height: 26px;
    pointer-events: none;
  }
  .des74 > .tksn_box > ul > li > h4 > a {
    padding: 25px 18px 1px 18px;
    height: auto;
    display: block;
    font-size: 14px;
    font-weight: 400;
    line-height: 1.5;
  }
}
/* ----------------------------------------
//
// tksn_x
//
---------------------------------------- */
:where(.tksn_x .home_ranking-list),
:where(.tksn_x .home_ranking-list *) {
  box-sizing: border-box;
}

.tksn_x .home_ranking-list > table > tbody {
  display: flex;
  flex-direction: column;
  row-gap: 20px;
}

.tksn_x .home_ranking_tksn {
  display: flex;
  gap: 16px;
  font-size: 16px;
}

.tksn_x .home_ranking_tksn > td {
  width: calc((100% - 32px) / 3);
  padding: 0;
}

.tksn_x .home_ranking-list_detail {
  text-align: center;
  line-height: 1.5;
}

.tksn_x .home_ranking-list_detail_area {
  display: block;
  margin-bottom: 0.5em;
  padding-right: 0.5em;
  padding-left: 0.5em;
  line-height: 2em;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}

.tksn_x .home_ranking-list_detail_price {
  font-size: 24px;
}

.tksn_x .home_ranking-list_detail .new {
  vertical-align: middle;
}

.tksn_x .home_ranking-kotsu_info {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  height: auto;
  padding-right: 0.5em;
  padding-left: 0.5em;
}

.tksn_x .home_ranking-kotsu_info::before,
.tksn_x .home_ranking-kotsu_info::after {
  content: none;
}

.tksn_x .home_ranking-list_img {
  text-align: center;
  line-height: 1;
}

.tksn_x .home_ranking-list_point_contents {
  padding-right: 1em;
  font-size: 15px;
  line-height: 1.333;
}

.tksn_x .home_ranking-list_point_title {
  font-size: 20px;
}

.tksn_x .home_ranking-list_btn {
  margin: 14px auto 18px;
  line-height: 44px;
  font-size: 18px;
}

.tksn_x .home_ranking-list_detail_date {
  line-height: 2em;
}

@media screen and (max-width: 767px) {
  .tksn_x .home_ranking-list {
    overflow-x: auto;
  }
  .tksn_x .home_ranking-list > table > tbody {
    flex-direction: row;
    gap: 8px;
  }
  .tksn_x .home_ranking_tksn {
    gap: 8px;
    font-size: 14px;
  }
  .tksn_x .home_ranking_tksn > td {
    width: auto;
    min-width: 240px;
  }
  .tksn_x .home_ranking-list_point_contents {
    font-size: 13px;
  }
}
/* end tksn_x */
/* TOC 目次の装飾
=====================================================*/
#toc_container {
  padding: 10px 20px 20px 40px;
}

#toc_container li {
  line-height: 1.75;
}

/*********************************************
 * header.php
 *********************************************/
.header-wrap {
  border-top: solid 4px #222222;
  background-color: #fff;
}
@media screen and (max-width: 767px) {
  .header-wrap {
    width: 100%;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    position: fixed;
    z-index: 999;
  }
}

.header_inner-wrap {
  width: 1080px;
  margin: auto;
  height: 100px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .header_inner-wrap {
    width: 100%;
    align-items: center;
    padding: 5px 10px;
    box-sizing: border-box;
    height: 55px;
  }
}

/* ロゴ・ディスクリプション */
.logo_desc-wrap {
  display: flex;
  align-items: center;
  height: 100%;
}
.logo_desc-wrap .header_logo {
  width: 370px;
  margin-right: 35px;
}
@media screen and (max-width: 767px) {
  .logo_desc-wrap .header_logo {
    width: 240px;
    margin-left: 0px;
    margin-right: 5px;
  }
}
.logo_desc-wrap .header_logo img {
  width: 100%;
}

/* お問い合わせ関連（PCヘッダー右側） */
.contact-wrap {
  display: flex;
  justify-content: flex-end;
  height: 100%;
  align-items: center;
}
.contact-wrap .tel-wrap .tel {
  display: flex;
  align-items: center;
  gap: 5px;
  font-size: 1.4rem;
  line-height: 1;
}
.contact-wrap .tel-wrap .tel a {
  display: block;
  text-decoration: none;
  padding-bottom: 4px;
}
.contact-wrap .tel-wrap .time {
  list-style: none;
}
.contact-wrap .tel-wrap .time .list {
  font-size: 0.6rem;
  line-height: 1.2em;
}

.header-contact-btns {
  display: flex;
  margin-left: 20px;
}

.header-contact-btn + .header-contact-btn {
  margin-left: 5px;
}

.header-contact-btn__link {
  transition: opacity 0.3s;
}
.header-contact-btn__link:hover {
  opacity: 0.8;
}

.header-sns-icons {
  display: flex;
  align-items: center;
  margin-right: 40px;
}

.header-sns-icon {
  transition: opacity 0.3s;
  width: 32px;
}
.header-sns-icon:hover {
  opacity: 0.8;
}
.header-sns-icon + .header-sns-icon {
  margin-left: 12px;
}

/* スマホメニューボタン（スマホヘッダー右側） */
.nav_toggle > * {
  display: block;
  text-align: center;
}
.nav_toggle > .fa {
  font-size: 28px;
}
.nav_toggle > .text {
  font-size: 10px;
}

/* グローバルメニュー */
.header_g-menu {
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .header_g-menu {
    display: none;
    position: absolute;
    top: 55px;
    width: 100%;
    overflow-y: scroll;
    -webkit-overflow-scrolling: touch;
    height: calc(100vh - 55px);
    background-color: #222;
  }
}
@media screen and (min-width: 768px) {
  .header_g-menu {
    height: 50px;
    background-color: #ebeef1;
    position: relative;
    box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.1);
    z-index: 1;
  }
  .header_g-menu.is-fixed {
    position: fixed;
    top: 0;
    left: 0;
    z-index: 9999;
    width: 100%;
  }
}

.g-menu {
  list-style: none;
  display: flex;
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .g-menu {
    display: block;
  }
}

@media screen and (min-width: 768px) {
  .g-menu__item {
    border-left: 1px solid #fff;
  }
  .g-menu__item:last-of-type {
    border-right: 1px solid #fff;
  }
}

.g-menu__item--search > .dropDown-menu {
  display: block;
}
@media screen and (min-width: 768px) {
  .g-menu__item--search > .dropDown-menu {
    display: none;
  }
}

.g-menu__item--company .dropDown-menu__heading {
  width: 370px;
}

.g-menu__link {
  font-size: 0.7rem;
  text-decoration: none;
}
.g-menu__link:hover {
  background-color: #222;
  color: #fff;
}
.g-menu__link-current {
  background-color: #92c800;
  color: #fff;
}
@media screen and (max-width: 767px) {
  .g-menu__link {
    display: flex;
    align-items: center;
    justify-content: space-between;
    color: #fff;
    padding: 15px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
  }
  .g-menu__link::after {
    content: "\f105";
    font-family: FontAwesome;
    color: rgba(255, 255, 255, 0.75);
  }
}
@media screen and (min-width: 768px) {
  .g-menu__link {
    display: flex;
    align-items: center;
    justify-content: center;
    width: 204px;
    height: 100%;
    line-height: 50px;
    cursor: pointer;
  }
  .g-menu__link.-home {
    width: 53px;
    font-size: 0.8rem;
  }
  .g-menu__link.-current {
    background-color: #92c800;
    color: #fff;
  }
  .g-menu__link.-current:hover {
    background-color: #92c800;
  }
}

@media screen and (max-width: 767px) {
  .dropDown > a::after {
    content: "\f196";
  }
  .dropDown > a.is-active {
    color: #fff;
  }
  .dropDown > a.is-active::after {
    content: "\f147";
  }
}
@media screen and (min-width: 768px) {
  .dropDown > a.is-active {
    background-color: #222;
    color: #fff;
  }
}

.dropDown-menu {
  display: none;
  background-color: #444;
}
@media screen and (max-width: 767px) {
  .g-menu__list--search > .dropDown-menu {
    display: block;
  }
}
@media screen and (min-width: 768px) {
  .dropDown-menu {
    width: 100%;
    padding: 40px 0;
    background-color: rgba(0, 0, 0, 0.85);
    position: absolute;
    left: 0;
  }
}

.dropDown-menu__contents {
  color: #fff;
  margin: 0 15px;
  padding-top: 15px;
}
.dropDown-menu__contents:last-of-type {
  padding-bottom: 15px;
}
.dropDown-menu__contents.-service {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.dropDown-menu__contents.-loan {
  padding-bottom: 20px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
@media screen and (min-width: 768px) {
  .dropDown-menu__contents {
    display: flex;
    align-items: center;
    width: 1080px;
    margin: 0 auto;
    padding: 0;
  }
  .dropDown-menu__contents:last-of-type {
    padding-bottom: 0;
  }
  .dropDown-menu__contents.-service {
    padding-bottom: 30px;
  }
  .dropDown-menu__contents.-loan {
    padding-top: 30px;
    padding-bottom: 30px;
  }
  .dropDown-menu__contents.-useful {
    padding-top: 30px;
  }
}

.dropDown-menu__heading {
  margin-bottom: 12px;
  font-size: 16px;
  line-height: 24px;
}
.dropDown-menu__heading::before {
  content: "";
  height: 24px;
  margin-right: 8px;
  border-right: 2px solid #92c800;
}
@media screen and (min-width: 768px) {
  .dropDown-menu__heading {
    width: 219px;
    font-size: 20px;
    line-height: 30px;
    margin-bottom: 0;
  }
  .dropDown-menu__heading::before {
    height: 30px;
    border-right-width: 3px;
  }
}

.dropDown-menu .tri-icon > *::before {
  font-size: 13px;
}

.linkBoxes {
  display: flex;
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  .linkBoxes {
    flex-wrap: nowrap;
  }
}

.linkBoxes__item {
  width: calc((100vw - 44px) / 2);
  max-width: 185px;
}
.linkBoxes__item:nth-of-type(2n) {
  margin-left: 14px;
}
.linkBoxes__item:nth-of-type(n+3) {
  margin-top: 14px;
}
@media screen and (min-width: 768px) {
  .linkBoxes__item {
    width: 200px;
    height: 150px;
    max-width: none;
  }
  .linkBoxes__item:nth-of-type(2n) {
    margin-left: 0;
  }
  .linkBoxes__item:nth-of-type(n+3) {
    margin-top: 0;
  }
  .linkBoxes__item + .linkBoxes__item {
    margin-left: 20px;
  }
  .linkBoxes__item img {
    height: 100%;
    -o-object-fit: cover;
       object-fit: cover;
  }
}

.linkBoxes__item.-sub {
  width: 100%;
  max-width: none;
  margin-top: 15px;
  margin-left: 0;
}
.linkBoxes__item.-sub + .linkBoxes__item.-sub {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .linkBoxes__item.-sub {
    width: auto;
    margin-top: 0;
    margin-left: 20px;
  }
  .linkBoxes__item.-sub + .linkBoxes__item.-sub {
    margin-top: 0;
  }
}

.linkBox {
  position: relative;
  display: flex;
  flex-direction: column;
  background-color: #fff;
  text-decoration: none;
}
@media screen and (min-width: 768px) {
  .linkBox {
    height: 100%;
  }
  .linkBox::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    width: 100%;
    height: 100%;
    transition: background-color 0.3s;
    background-color: transparent;
  }
  .linkBox:hover::before {
    background-color: rgba(255, 255, 255, 0.2);
  }
}

.linkBox.-reverse {
  display: flex;
  flex-direction: column-reverse;
}
.linkBox.-reverse > .linkBox__title {
  position: static;
  height: 28px;
  background-color: #222;
}

.linkBox__title {
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  display: flex;
  align-items: center;
  height: 32px;
  padding-right: 6px;
  padding-left: 6px;
  background-color: rgba(0, 0, 0, 0.5);
  line-height: 1.167;
  z-index: 1;
}
@media screen and (min-width: 768px) {
  .linkBox__title {
    display: flex;
    justify-content: center;
    text-align: center;
    height: auto;
    line-height: 25px;
  }
}

.linkBox__title.tri-icon > * {
  align-items: center;
}

.linkBox__title > p {
  font-size: 12px;
  color: #fff;
}
@media screen and (min-width: 768px) {
  .linkBox__title > p {
    width: 100%;
    justify-content: center;
    margin: 0;
    text-align: center;
    margin-right: 0;
    font-size: 13px;
    text-align: center;
  }
}

.linkBox-sub__item + .linkBox-sub__item {
  margin-top: 7px;
}
@media screen and (min-width: 768px) {
  .linkBox-sub__item + .linkBox-sub__item {
    margin-top: 10px;
  }
}

@media screen and (max-width: 767px) {
  .linkBox-sub__item br {
    display: none;
  }
}

.linkBox-sub__item > a {
  color: #fff;
  font-size: 12px;
  line-height: 1.333;
  text-decoration: none;
  transition: 0.3s;
}
.linkBox-sub__item > a:hover {
  color: #92c800;
}
@media screen and (min-width: 768px) {
  .linkBox-sub__item > a {
    font-size: 13px;
    line-height: 1.385;
  }
}

@media screen and (min-width: 768px) {
  .textLinks {
    display: flex;
    flex-wrap: wrap;
    width: 860px;
    margin-left: auto;
  }
  .textLinks.-search {
    margin-top: 22px;
  }
}

@media screen and (max-width: 767px) {
  .textLinks__item:not(:first-of-type) {
    margin-top: 7px;
  }
}

.textLinks__item > a {
  color: #fff;
  font-size: 12px;
  line-height: 1.333;
  text-decoration: none;
  transition: 0.3s;
}
.textLinks__item > a:hover {
  color: #92c800;
}
@media screen and (min-width: 768px) {
  .textLinks__item > a {
    font-size: 13px;
  }
}

@media screen and (min-width: 768px) {
  .textLinks__item > a {
    line-height: 2.154;
  }
}

.g-menu-footer {
  margin-bottom: 56px;
  padding: 25px 15px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.2);
}

.g-menu-footer-contactBtns {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.g-menu-footer-contactBtns > .item {
  width: calc(50% - 5px);
}
.g-menu-footer-contactBtns > .item:nth-child(n+3) {
  margin-top: 10px;
}

.g-menu-footer-contactBtns a {
  display: block;
  padding: 10px;
  border: 1px solid #fff;
  color: #fff;
  font-size: 13px;
  text-align: center;
  text-decoration: none;
}

.g-menu-footer-contactBtns .fa {
  margin-right: 5px;
  color: rgba(255, 255, 255, 0.75);
}

.sp-g-menu-footer-sns-icons {
  margin-top: 15px;
}

.page_header, .post-wrap .post_header, .page-company-wrap .post_header {
  position: relative;
  background-image: url(../images/page/header_bg1.png);
  background-position: center;
  background-size: cover;
  padding-top: 50px;
}
@media screen and (max-width: 767px) {
  .page_header, .post-wrap .post_header, .page-company-wrap .post_header {
    padding: 0 10px;
  }
}
.page_header > .inner, .post-wrap .post_header > .inner, .page-company-wrap .post_header > .inner {
  max-width: 1080px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .page_header > .inner, .post-wrap .post_header > .inner, .page-company-wrap .post_header > .inner {
    display: flex;
    align-items: center;
    width: 100%;
    height: 115px;
  }
}

/*********************************************
 * footer.php(フッター)
 *********************************************/
.footer-wrap {
  background-image: url(../images/footer/footer_bg.png);
  background-position: bottom;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .footer-wrap {
    padding: 30px 10px 20px;
  }
}
.footer-wrap > .inner {
  max-width: 1080px;
  margin: auto;
  background-image: url(../images/footer/bg_logo.png);
  background-position: top right;
  background-repeat: no-repeat;
}
@media screen and (max-width: 767px) {
  .footer-wrap > .inner {
    background-image: none;
  }
}
.footer-wrap > .inner .company-wrap {
  padding-top: 50px;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-wrap > .inner .company-wrap {
    padding-top: 0;
    display: block;
  }
}
.footer-wrap > .inner .company-wrap .desc-wrap .company_name {
  font-size: 0.9rem;
  font-weight: bold;
  line-height: 1.25;
  color: white;
}
@media screen and (max-width: 767px) {
  .footer-wrap > .inner .company-wrap .desc-wrap .company_name {
    font-size: 0.8rem;
    line-height: 1em;
  }
}
.footer-wrap > .inner .company-wrap .desc-wrap .desc {
  margin-top: 5px;
  font-size: 0.7rem;
  line-height: 1.2rem;
  color: white;
}
.footer-wrap > .inner .company-wrap .desc-wrap .desc .text_small {
  color: white;
  font-size: 0.6rem;
}
.footer-wrap > .inner .company-wrap .desc-wrap .desc a {
  color: white;
}
.footer-wrap > .inner .company-wrap .desc-wrap .corona {
  margin-bottom: -10px;
}
.footer-wrap > .inner .map-wrap {
  margin-top: 30px;
  width: 100%;
  height: 350px;
}
@media screen and (max-width: 767px) {
  .footer-wrap > .inner .map-wrap {
    height: 200px;
    margin-top: 10px;
  }
}
.footer-wrap > .inner .map-wrap iframe {
  max-width: 100%;
  max-height: 100%;
}
.footer-wrap > .inner .footer-nav .menu {
  display: flex;
  justify-content: space-between;
  margin-top: 35px;
}
@media screen and (max-width: 767px) {
  .footer-wrap > .inner .footer-nav .menu {
    display: block;
    margin-top: 10px;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap > .inner .footer-nav .menu .menu-item .home_link, .footer-wrap > .inner .footer-nav .menu .menu-item .pc_swicth {
    border-bottom: solid 1px #5c5c5c;
    display: flex;
    align-items: center;
  }
  .footer-wrap > .inner .footer-nav .menu .menu-item .home_link a, .footer-wrap > .inner .footer-nav .menu .menu-item .pc_swicth a {
    font-size: 0.65rem;
    color: white;
    text-decoration: none;
    padding: 10px 0;
    display: inline-block;
    width: calc(100% - 30px);
  }
}
.footer-wrap > .inner .footer-nav .menu .menu-item .pc_swicth:before {
  content: "\f108";
  font-size: 0.8rem;
}
.footer-wrap > .inner .footer-nav .menu .menu-item .link_title {
  color: white;
  font-size: 0.7rem;
  font-weight: bold;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .footer-wrap > .inner .footer-nav .menu .menu-item .link_title {
    font-size: 0.65rem;
    margin-bottom: 0;
    padding: 10px 0;
    border-bottom: solid 1px #5c5c5c;
    display: flex;
    line-height: 1.2em;
    font-weight: normal;
  }
  .footer-wrap > .inner .footer-nav .menu .menu-item .link_title:before {
    content: "\f067";
    font-family: FontAwesome;
    width: 20px;
    text-align: center;
    margin-right: 10px;
    color: #999;
  }
}
@media screen and (max-width: 767px) {
  .footer-wrap > .inner .footer-nav .menu .menu-item .link_title.open:before {
    content: "\f068";
  }
}
.footer-wrap > .inner .footer-nav .menu .menu-item .menu-links-wrap {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .footer-wrap > .inner .footer-nav .menu .menu-item .menu-links-wrap {
    display: none;
  }
}
.footer-wrap > .inner .footer-nav .menu .menu-item .menu-links {
  list-style: none;
  padding-right: 40px;
}
@media screen and (max-width: 767px) {
  .footer-wrap > .inner .footer-nav .menu .menu-item .menu-links {
    padding-right: 0;
  }
}
.footer-wrap > .inner .footer-nav .menu .menu-item .menu-links li {
  font-size: 0.65rem;
  line-height: 1.2rem;
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-wrap > .inner .footer-nav .menu .menu-item .menu-links li {
    line-height: 1.2em;
    border-bottom: solid 1px #5c5c5c;
    position: relative;
  }
}
.footer-wrap > .inner .footer-nav .menu .menu-item .menu-links li a {
  color: white;
  text-decoration: none;
}
.footer-wrap > .inner .footer-nav .menu .menu-item .menu-links li a:before {
  margin-right: 8px;
}
.footer-wrap > .inner .footer-nav .menu .menu-item .menu-links li a:hover {
  color: #92c800;
}
@media screen and (max-width: 767px) {
  .footer-wrap > .inner .footer-nav .menu .menu-item .menu-links li a {
    display: inline-block;
    width: 100%;
    padding: 10px 0;
    position: relative;
  }
  .footer-wrap > .inner .footer-nav .menu .menu-item .menu-links li a:after {
    content: "\f105";
    font-family: FontAwesome;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
    color: rgba(255, 255, 255, 0.5);
  }
}
.footer-wrap > .inner .copyright {
  text-align: center;
  margin-top: 50px;
  padding-bottom: 20px;
  font-size: 14px;
  color: #aaaaaa;
}
@media screen and (max-width: 767px) {
  .footer-wrap > .inner .copyright {
    margin-top: 10px;
    padding-bottom: 0px;
    font-size: 10px;
    line-height: 12px;
  }
}

.footer-btns-wrapper {
  display: flex;
  align-items: center;
  margin-top: 20px;
}

.footer-contact-btns {
  display: flex;
}
@media screen and (max-width: 767px) {
  .footer-contact-btns {
    width: 100%;
  }
}

.footer-contact-btn {
  width: 200px;
}
@media screen and (max-width: 767px) {
  .footer-contact-btn {
    width: 100%;
  }
}
.footer-contact-btn + .footer-contact-btn {
  margin-left: 10px;
}
@media screen and (max-width: 767px) {
  .footer-contact-btn + .footer-contact-btn {
    margin-left: 5px;
  }
}

.footer-contact-btn__link {
  display: block;
  padding: 10px 0;
  background-color: #92c800;
  color: white;
  text-align: center;
  font-size: 16px;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .footer-contact-btn__link {
    font-size: 12px;
  }
}
.footer-contact-btn__link:hover {
  color: white;
}

.footer-contact-btn__link > i {
  color: rgba(255, 255, 255, 0.75);
  margin-right: 8px;
}

.footer-sns-icons {
  display: flex;
  align-items: center;
  margin-left: 30px;
}

.footer-sns-icon {
  font-size: 30px;
}
.footer-sns-icon + .footer-sns-icon {
  margin-left: 12px;
}
.footer-sns-icon a {
  display: flex;
  align-items: center;
  justify-content: center;
}

.footer-sns-icon__link > i {
  color: rgba(255, 255, 255, 0.75);
}

.sp-footer-sns-icons {
  margin-top: 30px;
}

.top_link {
  position: fixed;
  display: block;
  text-align: center;
  background-color: #92c800;
  color: white;
  margin: 0;
  text-decoration: none;
  font-size: 1rem;
  bottom: 20px;
  right: 20px;
  z-index: 10;
  display: none;
  width: 60px;
  height: 60px;
}
@media screen and (max-width: 767px) {
  .top_link {
    width: 40px;
    height: 40px;
    font-size: 0.5rem;
    transition: opacity 0.2 ease-out;
  }
  .top_link.end {
    opacity: 0;
    pointer-events: none;
  }
}
.top_link i {
  color: white;
  font-size: 1.6rem;
}
@media screen and (max-width: 767px) {
  .top_link i {
    font-size: 1.2rem;
  }
}
.top_link:hover {
  color: white;
}

.swicth_off {
  display: block;
  position: fixed;
  bottom: 20px;
  right: 100px;
  height: 60px;
  background-color: #92c800;
  color: white;
  font-size: 1.2rem;
  z-index: 999;
  padding: 0 20px;
  text-decoration: none;
  box-sizing: border-box;
  line-height: 60px;
}

/* page-company.css
=====================================================*/
body {
  font-size: 16px;
}

@media screen and (max-width: 767px) {
  .page-company-wrap {
    font-size: 14px;
    line-height: 1.714;
  }
}

@media screen and (max-width: 767px) {
  .page-company-wrap .post_header {
    padding-top: 0;
  }
}
@media screen and (min-width: 768px) {
  .page-company-wrap .post_header.evening {
    background-position: 50% 39%;
  }
}

/* 汎用クラス */
@media screen and (min-width: 768px) {
  .pc-mt0 {
    margin-top: 0 !important;
  }
  .pc-mt8 {
    margin-top: 8px !important;
  }
  .pc-mt16 {
    margin-top: 16px !important;
  }
  .pc-mt24 {
    margin-top: 24px !important;
  }
  .pc-mt32 {
    margin-top: 32px !important;
  }
  .pc-mt64 {
    margin-top: 64px !important;
  }
  .pc-mb0 {
    margin-bottom: 0 !important;
  }
  .pc-mb8 {
    margin-bottom: 8px !important;
  }
  .pc-mb16 {
    margin-bottom: 16px !important;
  }
  .pc-mb24 {
    margin-bottom: 24px !important;
  }
  .pc-mb32 {
    margin-bottom: 32px !important;
  }
  .pc-mb64 {
    margin-bottom: 64px !important;
  }
  .pc-pt0 {
    padding-top: 0 !important;
  }
  .pc-pt8 {
    padding-top: 8px !important;
  }
  .pc-pt16 {
    padding-top: 16px !important;
  }
  .pc-pt24 {
    padding-top: 24px !important;
  }
  .pc-pt32 {
    padding-top: 32px !important;
  }
  .pc-pt64 {
    padding-top: 64px !important;
  }
  .pc-pb0 {
    padding-bottom: 0 !important;
  }
  .pc-pb8 {
    padding-bottom: 8px !important;
  }
  .pc-pb16 {
    padding-bottom: 16px !important;
  }
  .pc-pb24 {
    padding-bottom: 24px !important;
  }
  .pc-pb32 {
    padding-bottom: 32px !important;
  }
  .pc-pb64 {
    padding-bottom: 64px !important;
  }
}
@media screen and (max-width: 767px) {
  .sp-mt0 {
    margin-top: 0 !important;
  }
  .sp-mt8 {
    margin-top: 8px !important;
  }
  .sp-mt16 {
    margin-top: 16px !important;
  }
  .sp-mt24 {
    margin-top: 24px !important;
  }
  .sp-mt32 {
    margin-top: 32px !important;
  }
  .sp-mt64 {
    margin-top: 64px !important;
  }
  .sp-mb0 {
    margin-bottom: 0 !important;
  }
  .sp-mb8 {
    margin-bottom: 8px !important;
  }
  .sp-mb16 {
    margin-bottom: 16px !important;
  }
  .sp-mb24 {
    margin-bottom: 24px !important;
  }
  .sp-mb32 {
    margin-bottom: 32px !important;
  }
  .sp-mb64 {
    margin-bottom: 64px !important;
  }
  .sp-pt0 {
    padding-top: 0 !important;
  }
  .sp-pt8 {
    padding-top: 8px !important;
  }
  .sp-pt16 {
    padding-top: 16px !important;
  }
  .sp-pt24 {
    padding-top: 24px !important;
  }
  .sp-pt32 {
    padding-top: 32px !important;
  }
  .sp-pt64 {
    padding-top: 64px !important;
  }
  .sp-pb0 {
    padding-bottom: 0 !important;
  }
  .sp-pb8 {
    padding-bottom: 8px !important;
  }
  .sp-pb16 {
    padding-bottom: 16px !important;
  }
  .sp-pb24 {
    padding-bottom: 24px !important;
  }
  .sp-pb32 {
    padding-bottom: 32px !important;
  }
  .sp-pb64 {
    padding-bottom: 64px !important;
  }
}
.contents_main-width {
  /* 最大$main-widthでセンタリング */
  max-width: 1080px;
  margin-right: auto;
  margin-left: auto;
}

/* 会社概要ページの表示 */
.sticky_com-info_link-list_wrap {
  background-color: #fff;
}

.sticky_com-info_link-list {
  display: flex;
  justify-content: center;
  line-height: 70px;
}
@media screen and (max-width: 767px) {
  .sticky_com-info_link-list {
    display: flex;
    justify-content: center;
    line-height: 40px;
  }
}
.sticky_com-info_link-list li {
  position: relative;
  padding: 0 30px;
}
@media screen and (max-width: 767px) {
  .sticky_com-info_link-list li {
    padding: 0 10px;
  }
}
.sticky_com-info_link-list li:first-of-type {
  padding-right: 20px;
}
@media screen and (max-width: 767px) {
  .sticky_com-info_link-list li:first-of-type {
    padding-right: 10px;
  }
}
.sticky_com-info_link-list li + li:before {
  content: "|";
  display: inline-block;
  position: absolute;
  left: -1px;
}

.company_main_wrap {
  width: 100%;
}

body.company .sec_title,
body.company .sec_sub-title {
  display: block;
  color: #222;
  text-align: center;
  line-height: 1;
}
@media screen and (max-width: 767px) {
  body.company .sec_title,
  body.company .sec_sub-title {
    line-height: 1.4;
  }
}

body.company .sec_title {
  font-size: 48px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  body.company .sec_title {
    font-size: 24px;
    margin-bottom: 0;
  }
}

body.company .sec_sub-title {
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body.company .sec_sub-title {
    font-size: 12px;
    margin-bottom: 10px;
  }
}

body.company section.greeting {
  background-color: #f4f4f4;
  padding: 20px 0 30px;
}
@media screen and (max-width: 767px) {
  body.company section.greeting {
    padding: 10px 10px 20px;
  }
}

body.company section.greeting > .catch {
  text-align: center;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  body.company section.greeting > .catch {
    margin-bottom: 10px;
  }
}

body.company section.greeting .contents {
  display: flex;
  justify-content: space-between;
  gap: 40px;
}
@media screen and (max-width: 767px) {
  body.company section.greeting .contents {
    display: block;
    gap: 0;
  }
}

body.company section.greeting .contents p {
  font-size: 17px;
  line-height: 1.8;
}
@media screen and (max-width: 767px) {
  body.company section.greeting .contents p {
    font-size: 15px;
  }
}

body.company section.greeting .contents .name {
  line-height: 1.5;
  text-align: right;
  margin-top: 10px;
}

body.company section.greeting .contents .catch {
  width: 320px;
  flex-shrink: 0;
}
@media screen and (max-width: 767px) {
  body.company section.greeting .contents .catch {
    width: 100%;
    margin-top: 20px;
  }
}

body.company section.gaiyou {
  padding: 40px 0 20px;
}
@media screen and (max-width: 767px) {
  body.company section.gaiyou {
    padding: 20px 0 10px;
  }
}

body.company section.gaiyou .contents {
  overflow-wrap: anywhere;
}

body.company section.gaiyou table {
  border-collapse: separate;
  width: 100%;
}

body.company section.gaiyou table tr + tr td,
body.company section.gaiyou table tr + tr th {
  border-top: dotted 1px #7f7f7f;
}

body.company section.gaiyou table th {
  width: 22%;
  padding: 16px 0;
  line-height: 1.4;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  body.company section.gaiyou table th {
    width: 25%;
  }
}

body.company section.gaiyou table td {
  width: 76%;
  padding: 16px 0;
  line-height: 24px;
}
@media screen and (max-width: 767px) {
  body.company section.gaiyou table td {
    width: 75%;
    padding: 16px 8px;
    font-size: 14px;
    line-height: 19px;
  }
}

body.company section.gaiyou .contents_td-ttrong {
  display: inline-block;
  width: 100%;
  font-size: 19px;
  font-weight: 600;
  line-height: 40px;
}
@media screen and (max-width: 767px) {
  body.company section.gaiyou .contents_td-ttrong {
    font-size: 16px;
    line-height: 24px;
  }
}

/* 会社概要等 ビジュアルエディタ入力用 */
.company_acf > p + p {
  margin-top: 1.5em;
}

/* end 会社概要等 ビジュアルエディタ入力用 */
body.company section.access {
  padding-top: 40px;
  padding-bottom: 96px;
  background-color: #f4f4f4;
}
@media screen and (max-width: 767px) {
  body.company section.access {
    padding: 16px 10px;
  }
}

@media screen and (max-width: 767px) {
  body.company section.access .inner-wrap {
    position: relative;
  }
}

body.company section.access .title {
  margin-bottom: 32px;
  font-size: 32px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  body.company section.access .title {
    margin-bottom: 16px;
    font-size: 24px;
  }
}

body.company section.access .contents {
  display: grid;
  grid-template-columns: 1fr 1fr;
  gap: 20px;
}
@media screen and (max-width: 767px) {
  body.company section.access .contents {
    grid-template-columns: 1fr;
    gap: 10px;
  }
}

body.company section.access .contents p {
  font-size: 16px;
  line-height: 32px;
}
@media screen and (max-width: 767px) {
  body.company section.access .contents p {
    font-size: inherit;
    line-height: inherit;
  }
}

body.company section.access .map {
  height: 540px;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  body.company section.access .map {
    height: 180px;
    margin-top: 20px;
  }
}

/* 下層 */
/*----------------------------------------------------------------------------------------

	post.php（固定・投稿共通）

----------------------------------------------------------------------------------------*/
/* tksn //
////////////////////////////////////////////////////////////////////*/
.tksn.loading {
  min-height: 200px;
}
@media screen and (max-width: 767px) {
  .tksn.loading {
    min-height: 100px;
  }
}

.tksn-change-list {
  margin: 40px auto 20px;
}
@media screen and (max-width: 767px) {
  .tksn-change-list {
    margin-top: 30px;
    margin-bottom: 20px;
  }
}

/* des64 ///
  ---------------------------------------------- */
.des64 > .tksn_box > table > tbody > tr {
  width: 790px;
}
@media screen and (max-width: 767px) {
  .des64 > .tksn_box > table > tbody > tr {
    width: 100%;
  }
}

.des64 > .tksn_box > table > tbody > tr:not(:first-child) > td {
  margin-top: 9px;
}
@media screen and (max-width: 767px) {
  .des64 > .tksn_box > table > tbody > tr:not(:first-child) > td {
    margin-top: 0;
  }
}

.des64 > .tksn_box > table > tbody > tr > td:not(:nth-of-type(3n)) {
  margin-right: 4px;
}
@media screen and (max-width: 767px) {
  .des64 > .tksn_box > table > tbody > tr > td:not(:nth-of-type(3n)) {
    margin-right: 0;
  }
}

.des64 > .tksn_box > table > tbody > tr > td {
  min-width: 260px;
  width: 260px;
  min-height: 395px !important;
}
@media screen and (max-width: 767px) {
  .des64 > .tksn_box > table > tbody > tr > td {
    min-width: auto;
    width: auto;
    min-height: auto !important;
  }
}

@media screen and (max-width: 767px) {
  /* des64 ///
  ---------------------------------------------- */
  .des64 {
    overflow-x: unset;
  }
  .des64 > .tksn_box > table {
    margin: 0;
  }
  .des64 > .tksn_box > table > tbody > tr {
    display: block;
  }
  .des64 > .tksn_box > table > tbody > tr > td > table {
    width: 100%;
  }
  .des64 > .tksn_box > table > tbody > tr > td {
    margin-bottom: 10px;
    width: 100%;
  }
}
/* 共通 //
////////////////////////////////////////////////////////////////////*/
#main-wrap.post-wrap {
  background: none;
  background-color: white;
}
#main-wrap.post-wrap #inner-wrap {
  max-width: 1080px;
  margin: auto;
  padding-bottom: 85px;
}
@media screen and (max-width: 767px) {
  #main-wrap.post-wrap #inner-wrap {
    width: 100%;
    margin-bottom: 0;
    padding-bottom: 30px;
  }
}

/* 横並びリスト ol,ul,dlにclass="row"を追加して使用*/
.page_content_wrap .row > li,
.page_content_wrap .row > dd {
  display: inline-block;
  margin-right: 10px;
}

.intro {
  margin-bottom: 20px;
}

.post-wrap {
  /* 横並びリスト ol,ul,dlにclass="row"を追加して使用*/
}
.post-wrap p,
.post-wrap li,
.post-wrap dd {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .post-wrap p,
  .post-wrap li,
  .post-wrap dd {
    font-size: 14px;
    line-height: 1.714;
  }
}
.post-wrap ul {
  margin-top: 10px;
}
.post-wrap dl {
  margin-top: 10px;
  line-height: 24px;
}
.post-wrap dt {
  font-weight: bold;
}
.post-wrap dd + dt {
  margin-top: 10px;
}
.post-wrap .row > li,
.post-wrap .row > dd {
  display: inline-block;
  margin-right: 10px;
}
@media screen and (min-width: 768px) {
  .post-wrap .post_header.evening {
    background-position: 50% 39%;
  }
}
.post-wrap .inner-wrap {
  display: flex;
  justify-content: space-between;
  max-width: 1080px;
  margin: auto;
  padding-top: 50px;
  /* サイドバー */
  /* コンテンツ */
}
@media screen and (max-width: 767px) {
  .post-wrap .inner-wrap {
    flex-flow: column;
    padding-top: 20px;
  }
}
.post-wrap .inner-wrap .sidebar {
  width: 250px;
  box-sizing: border-box;
  /* 見出し（サイドバー内） */
}
@media screen and (max-width: 767px) {
  .post-wrap .inner-wrap .sidebar {
    order: 2;
    width: 100%;
    padding: 0 10px;
    margin-top: 30px;
  }
}
.post-wrap .inner-wrap .sidebar img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.post-wrap .inner-wrap .sidebar .large-wrap {
  margin-bottom: 25px;
}
.post-wrap .inner-wrap .sidebar .small-wrap {
  margin-bottom: 10px;
}
.post-wrap .inner-wrap .sidebar .campaignbnr {
  margin-bottom: 25px;
}
.post-wrap .inner-wrap .sidebar .campaignbnr > a {
  transition: 0.3s;
}
.post-wrap .inner-wrap .sidebar .campaignbnr > a:hover {
  opacity: 0.8;
}
.post-wrap .inner-wrap .sidebar .post_list-widget {
  width: 100%;
  box-sizing: border-box;
  position: relative;
  border: solid 1px #ccc;
}
.post-wrap .inner-wrap .sidebar .post_list-widget p,
.post-wrap .inner-wrap .sidebar .post_list-widget li {
  font-size: 1rem;
  line-height: 1;
}
.post-wrap .inner-wrap .sidebar .post_list-widget .post_list-wrap {
  padding: 20px 0;
  width: calc(100% - 36px);
  margin: auto;
  box-sizing: border-box;
  border-bottom: dotted 1px #ccc;
}
.post-wrap .inner-wrap .sidebar .post_list-widget .post_list-wrap:last-of-type {
  border: none;
}
.post-wrap .inner-wrap .sidebar .post_list-widget .post_list-wrap .list_title {
  font-size: 0.9rem;
  margin-bottom: 10px;
}
.post-wrap .inner-wrap .sidebar .post_list-widget .post_list-wrap .post_list {
  list-style: none;
}
.post-wrap .inner-wrap .sidebar .post_list-widget .post_list-wrap .post_list .list {
  display: flex;
  align-items: center;
  padding: 5px 0;
}
.post-wrap .inner-wrap .sidebar .post_list-widget .post_list-wrap .post_list .list:before {
  content: "\f111";
  color: #cacaca;
  font-family: FontAwesome;
  font-size: 0.5rem;
  margin-right: 10px;
}
.post-wrap .inner-wrap .sidebar .post_list-widget .post_list-wrap .post_list .list a {
  font-size: 0.8rem;
  text-decoration: none;
}
.post-wrap .inner-wrap .sidebar .post_list-widget .post_list-wrap .kinri-wrap {
  display: flex;
  justify-content: space-between;
}
.post-wrap .inner-wrap .sidebar .post_list-widget .post_list-wrap .kinri-wrap > .inner {
  width: calc(50% - 10px);
  border-radius: 10px;
  background-color: #ebeef1;
  padding: 13px 0;
  box-sizing: border-box;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.3rem;
}
.post-wrap .inner-wrap .sidebar .post_list-widget .post_list-wrap .kinri-wrap > .inner span {
  font-size: 0.9rem;
  display: inline-block;
  width: 100%;
}
.post-wrap .inner-wrap .sidebar .side_headline01 {
  width: 100%;
  padding: 10px 0;
  text-align: center;
  color: white;
  background-color: #222222;
}
.post-wrap .inner-wrap .post-wrap {
  width: calc(100% - 290px);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .post-wrap .inner-wrap .post-wrap {
    order: 1;
    width: 100%;
    padding: 0 10px;
  }
}

/* お問い合わせ */
.contact_desc-wrap {
  margin-top: 50px;
  background-image: url(../images/page/contact_bg.png);
  padding: 30px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .contact_desc-wrap {
    padding: 10px;
    padding-top: 20px;
  }
}
.contact_desc-wrap img {
  width: auto;
  height: auto;
  max-width: 100%;
}
.contact_desc-wrap .title {
  font-size: 1.3rem;
  color: white;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_desc-wrap .title {
    font-size: 1.15rem;
  }
}
.contact_desc-wrap .sub {
  font-size: 0.7rem;
  color: white;
  margin-top: 15px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .contact_desc-wrap .sub {
    font-size: 0.8rem;
    line-height: 1.5rem;
  }
}
.contact_desc-wrap .contact_main {
  margin-top: 15px;
  padding: 15px 20px;
  box-sizing: border-box;
  background-color: white;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
@media screen and (max-width: 767px) {
  .contact_desc-wrap .contact_main {
    display: block;
  }
}
.contact_desc-wrap .contact_main .desc .tel {
  display: flex;
  align-items: center;
  gap: 8px;
  margin-bottom: 5px;
}
.contact_desc-wrap .contact_main .desc .tel i {
  font-size: 1.75rem;
}
.contact_desc-wrap .contact_main .desc .tel a {
  display: block;
  font-size: 1.75rem;
  font-weight: 700;
  text-decoration: none;
  padding-bottom: 5px;
}
.contact_desc-wrap .contact_main .desc p {
  font-size: 0.75rem;
  line-height: 1.25em;
}
@media screen and (max-width: 767px) {
  .contact_desc-wrap .contact_main .desc {
    border: solid 1px #ccc;
    padding: 12px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .contact_desc-wrap .contact_main .desc p {
    font-size: 0.65rem;
    line-height: 1rem;
  }
}
.contact_desc-wrap .contact_main .btn {
  height: 75px;
  background-color: #92c800;
  width: 290px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 1rem;
  color: white;
  position: relative;
}
.contact_desc-wrap .contact_main .btn i {
  color: #e4f1bf;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .contact_desc-wrap .contact_main .btn {
    width: 100%;
    margin-top: 15px;
  }
}

/* お役立ち情報　共通
====================================================*/
@media screen and (min-width: 768px) {
  .oyakudachi .btn-list {
    justify-content: center;
  }
}
.oyakudachi .btn {
  width: 300px;
  height: 75px;
  background-color: #92c800;
}
@media screen and (max-width: 767px) {
  .oyakudachi .btn {
    width: 75%;
    height: 60px;
    margin: 0 auto;
  }
}
@media screen and (max-width: 767px) {
  .oyakudachi .btn:not(:first-of-type) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  .oyakudachi .btn:nth-of-type(even) {
    margin-left: 20px;
  }
}
.oyakudachi .btn_link {
  display: flex;
  justify-content: space-between;
  align-items: center;
  width: 100%;
  height: 100%;
  text-decoration: none;
  box-sizing: border-box;
  padding-right: 20px;
  padding-left: 20px;
  color: white;
  font-size: 20px;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .oyakudachi .btn_link {
    font-size: 16px;
  }
}
.oyakudachi .btn_link::after {
  margin-left: auto;
  font-family: FontAwesome;
  font-size: 28px;
  opacity: 0.75;
  content: "\f105";
}
@media screen and (max-width: 767px) {
  .oyakudachi .btn_link::after {
    font-size: 22px;
  }
}

/* 店舗へのアクセス
====================================================*/
@media screen and (max-width: 767px) {
  #access .youtube.movie-responsive {
    margin-top: 20px;
  }
}
#access .chuui {
  margin-top: 8px;
  margin-bottom: 16px;
}
@media screen and (max-width: 767px) {
  #access .text {
    margin-bottom: 10px;
  }
}
#access .flex {
  justify-content: space-between;
}
@media screen and (min-width: 768px) {
  #access .flex > figure {
    flex: 0 0 340px;
  }
}
#access .route {
  flex-wrap: wrap;
}
@media screen and (min-width: 768px) {
  #access .route {
    margin-top: 10px;
  }
}
#access .route > li {
  position: relative;
}
@media screen and (min-width: 768px) {
  #access .route > li {
    width: 359px;
  }
}
@media screen and (max-width: 767px) {
  #access .route > li {
    width: 100%;
    text-align: center;
  }
}
#access .route > li > i {
  background-color: #2b2b2b;
  text-align: center;
  position: absolute;
  top: 0;
  left: 0;
  color: #fff;
  font-family: Arial;
  font-style: normal;
}
@media screen and (min-width: 768px) {
  #access .route > li > i {
    width: 30px;
    font-size: 18px;
    line-height: 30px;
  }
}
@media screen and (max-width: 767px) {
  #access .route > li > i {
    width: 20px;
    font-size: 12px;
    line-height: 20px;
  }
}
#access .route > li > p {
  background-color: rgba(255, 255, 255, 0.8);
  position: absolute;
  right: 0;
  bottom: 0;
  left: 0;
  font-size: 13px;
  text-align: center;
}
@media screen and (min-width: 768px) {
  #access .route > li > p {
    line-height: 40px;
  }
}
@media screen and (max-width: 767px) {
  #access .route > li > p {
    padding: 5px 10px;
    line-height: 1.35;
  }
  #access .route > li > p > br {
    display: none;
  }
}
@media screen and (min-width: 768px) {
  #access .route > li:nth-child(n+3) {
    margin-top: 11px;
  }
}
@media screen and (min-width: 768px) {
  #access .route > li:nth-child(11) p {
    box-sizing: border-box;
    padding-top: 3px;
    height: 40px;
    line-height: 1.35;
  }
}
@media screen and (max-width: 767px) {
  #access .route > li:not(:first-child) {
    margin-top: 10px;
  }
}
@media screen and (min-width: 768px) {
  #access .route > li:nth-of-type(odd) {
    margin-right: 11px;
  }
}
@media screen and (min-width: 768px) {
  #access .shopinfo > dl {
    margin-top: 0;
    margin-left: 20px;
  }
}
@media screen and (max-width: 767px) {
  #access .shopinfo > dl {
    margin-top: 10px;
  }
}
#access .shopinfo dd {
  line-height: 24px;
}
#access .shopinfo .info {
  float: left;
}
#access .shopinfo .tel {
  margin-top: 10px;
  margin-left: 40px;
}
#access .shopinfo .time {
  margin-top: 10px;
  margin-left: 74px;
}
#access .shopinfo small {
  font-size: 14px;
}
@media screen and (max-width: 767px) {
  #access .shopinfo small {
    display: block;
    margin-top: 5px;
    font-size: 12px;
    line-height: 20px;
  }
}
#access .shopinfo + iframe {
  width: 100%;
  height: 400px;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  #access .shopinfo + iframe {
    height: 180px;
  }
}
#access .shopinfo + iframe + figure {
  margin-top: 20px;
}

/* 物件表示ページ
====================================================*/
/* ページ 〇〇の流れ //
////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 768px) {
  .list-point .line02::before {
    display: none;
  }
  .list-point .line02 i {
    font-size: 30px;
    font-weight: 900;
    font-family: inherit;
    margin-right: 15px;
  }
  .list-point li > div {
    padding-right: 380px;
    min-height: 240px;
    position: relative;
  }
  .list-point li > div + div {
    margin-top: 20px;
  }
  .list-point li figure {
    width: 360px;
    height: 240px;
    background-color: #efefef;
    position: absolute;
    top: 0;
    right: 0;
  }
  .list-point li .shd {
    margin-top: 20px;
  }
  .list-nagare > li {
    position: relative;
    font-size: 18px;
    line-height: 32px;
  }
  .list-nagare > li::after {
    display: block;
    clear: both;
    content: "";
  }
  .list-nagare > li:not(:last-child) {
    margin-bottom: 80px;
  }
  .list-nagare > li h3 {
    box-sizing: border-box;
    margin-bottom: 35px;
    padding-top: 11px;
    padding-left: 90px;
    width: 600px;
    position: relative;
    font-size: 30px;
    line-height: 1.5;
    float: left;
  }
  .list-nagare > li h3 i {
    width: 70px;
    height: 70px;
    background-color: #0093bd;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 40px;
    font-weight: normal;
    line-height: 70px;
    text-align: center;
    font-family: Arial;
  }
  .list-nagare > li figure {
    margin-top: 20px;
    margin-left: auto;
    width: 430px;
    float: right;
  }
  .list-nagare > li > div {
    margin-right: 480px;
  }
  .list-nagare .btn04 {
    margin-top: 23px;
    margin-left: 100px;
    width: 400px;
  }
  .list-nagare .btn04 a::after {
    margin-left: 24px;
  }
}
@media screen and (max-width: 767px) {
  .list-point .line02::before {
    display: none;
  }
  .list-point .line02 i {
    margin: auto;
    height: 1em;
    font-size: 22px;
    font-weight: 900;
    line-height: 1;
    margin-right: 10px;
  }
  .list-point li > div + div {
    margin-top: 24px;
  }
  .list-point li figure {
    margin-bottom: 12px;
  }
  .list-point li .shd {
    margin-bottom: 6px;
  }
  .list-nagare > li::after {
    display: block;
    clear: both;
    content: "";
  }
  .list-nagare > li:not(:last-child) {
    margin-bottom: 34px;
  }
  .list-nagare > li h3 {
    box-sizing: border-box;
    margin-bottom: 20px;
    padding-top: 5px;
    padding-left: 46px;
    position: relative;
    font-size: 18px;
    line-height: 1.3;
  }
  .list-nagare > li h3 i {
    width: 36px;
    height: 36px;
    background-color: #0093bd;
    border-radius: 50%;
    position: absolute;
    top: 0;
    left: 0;
    color: #fff;
    font-size: 22px;
    font-weight: normal;
    line-height: 36px;
    text-align: center;
    font-family: Arial;
  }
  .list-nagare > li figure {
    margin: 5px 0 4px 10px;
    width: 150px;
    float: right;
  }
  .list-nagare > li .btn04 {
    width: 200px;
  }
  .list-nagare .btn04 a::after {
    margin-left: 10px;
  }
}
/* おすすめ物件 //
////////////////////////////////////////////////////////////////////*/
@media screen and (min-width: 768px) {
  #osusume > li:not(:first-child) {
    margin-left: 15px;
  }
}
#osusume [class$=title] {
  font-size: 20px;
  text-align: center;
}
@media screen and (max-width: 767px) {
  #osusume [class$=title] {
    font-size: 16px;
  }
}

/* 個人情報保護方針
====================================================*/
body.privacy article.content .inner > section:not(:last-child) {
  margin-bottom: 60px;
}

body.privacy article.content .inner > section > section:not(:last-child) {
  margin-bottom: 30px;
}

body.privacy article.content a {
  text-decoration: underline;
}

body.privacy article.content a:hover {
  opacity: 0.8;
}

body.privacy article.content p + ol {
  margin-top: 20px;
}

body.privacy ol.desimal1,
body.privacy ol.desimal2 {
  counter-reset: number;
}

body.privacy ol.desimal1 > li,
body.privacy ol.desimal2 > li {
  padding-left: 1.5em;
  position: relative;
}

body.privacy ol.desimal1 > li::before,
body.privacy ol.desimal2 > li::before {
  position: absolute;
  top: 0;
  left: 0;
  counter-increment: number;
}

body.privacy ol.desimal1 > li::before {
  content: "(" counter(number) ")";
}

body.privacy ol.desimal2 > li::before {
  content: counter(number) ".";
}

body.privacy article.content .company {
  margin-top: 15px;
  padding: 10px 20px;
  border: 1px solid #ccc;
}

body.privacy ol.indent {
  margin-left: 1.2em;
  text-indent: -1.2em;
}

body.privacy ul.indent {
  margin-left: 0.8em;
  text-indent: -0.8em;
}

/* サイトマップ
====================================================*/
body.sitemap .pgcontent ul ul {
  overflow: hidden;
  margin-top: 0;
}

body.sitemap .pgcontent li li {
  margin-right: 2em;
  float: left;
  line-height: 2;
}

body.sitemap .pgcontent a {
  display: block;
  text-decoration: none;
}

body.sitemap .pgcontent a::before {
  padding-right: 5px;
}

body.sitemap .pgcontent a br {
  display: none;
}

/* 共通
====================================================*/
.post-single-content .post_title02, .post-single-content .post_title03, .post-single-content .post_title04, .post-single-content .post_title05, .post-single-content .post_title06, .post-single-content .line03,
.post-single-content .post_title09 {
  margin-bottom: 0;
}
.post-single-content .postinfo {
  font-size: 13px;
  line-height: 32px;
  text-align: right;
}

/*===== 記事一覧 共通 (PC)=====*/
@media screen and (min-width: 768px) {
  .archive-articleList {
    margin-top: 50px;
    margin-bottom: 30px;
    border-top: 1px dotted #AAA;
    list-style: none;
  }
  .archive-articleList > li {
    border-bottom: 1px dotted #AAA;
    padding: 10px 0;
  }
  .archive-articleList a {
    display: table;
    width: 100%;
    position: relative;
    text-decoration: none;
    transition: 0.3s;
  }
  .archive-articleList a:hover {
    color: #222;
    opacity: 0.8;
  }
  .archive-articleList a::after {
    font-family: FontAwesome;
    content: "\f105";
    position: absolute;
    right: 10px;
    font-size: 24px;
    top: 0;
    color: #92c800;
    line-height: 1;
    bottom: 0;
    height: 24px;
    margin: auto 0;
  }
  .archive-articleInfo > .eyecatch,
  .archive-articleInfo > div {
    display: table-cell;
    vertical-align: top;
  }
  .archive-articleInfo > .eyecatch {
    width: 180px;
    height: 120px;
    overflow: hidden;
    box-sizing: content-box;
  }
  /* IE対応 サムネイル画像のデータがない場合に、リンク範囲が大きくなりすぎる現象を防止 */
  _:lang(x)::-ms-backdrop,
  .archive-articleInfo > .eyecatch {
    max-width: 180px;
    max-height: 120px;
  }
  .archive-articleInfo > .eyecatch > img {
    height: 100%;
    width: auto;
    max-width: 118.52%;
    position: relative;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
  _:-ms-lang(x),
  .archive-articleInfo > .eyecatch > img {
    transform: translate(-50%, 0%);
    /* IE,edge対応 */
  }
  .archive-articleInfo > div {
    padding-left: 15px;
    padding-right: 40px;
  }
  .archive-articleInfo time {
    font-size: 14px;
  }
  .archive-articleInfo .archive-articleTitle,
  .archive-articleInfo p {
    font-size: 16px;
  }
  .archive-articleTitle {
    color: #92c800;
  }
}
/* end 記事一覧 共通 (PC) */
/*===== 記事一覧 共通 (スマホ)=====*/
@media screen and (max-width: 767px) {
  .archive-articleList {
    margin-bottom: 25px;
    border-top: 1px dotted #AAA;
    list-style: none;
  }
  .archive-articleList > li {
    border-bottom: 1px dotted #AAA;
    padding: 10px 0;
  }
  .archive-articleList a {
    display: block;
    text-decoration: none;
  }
  .archive-articleList a:hover {
    color: #222;
  }
  .archive-articleInfo {
    display: table;
    table-layout: fixed;
    width: 100%;
  }
  .archive-articleInfo > .eyecatch,
  .archive-articleInfo > div {
    display: table-cell;
    vertical-align: middle;
  }
  .archive-articleInfo > .eyecatch {
    width: 120px;
  }
  .archive-articleInfo > .eyecatch img {
    width: 120px;
    height: 90px;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% top;
       object-position: 50% top;
    background-color: #EEE;
  }
  .archive-articleInfo > div {
    padding: 0 20px 0 10px;
    position: relative;
  }
  .archive-articleInfo > div::after {
    content: "\f105";
    color: #92c800;
    font-family: fontawesome;
    position: absolute;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto 0;
    height: 20px;
    font-size: 20px;
    line-height: 20px;
  }
  .archive-articleInfo > div time {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 5px;
    display: block;
  }
  .archive-articleInfo .archive-articleTitle {
    font-size: 14px;
    line-height: 18px;
    text-align: justify;
  }
  .archive-articleExtract {
    text-align: justify;
    margin-top: 7px;
  }
}
@media screen and (max-width: 767px) and (max-width: 767px) {
  .archive-articleExtract {
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
    width: 100%;
  }
}
/* end 記事一覧 共通 (スマホ) */
/* ページャー */
.wp-pager {
  overflow: hidden;
}

.wp-pager > a {
  text-decoration: none;
}

.wp-pager .page-numbers {
  font-size: 14px;
  line-height: 20px;
  text-align: center;
  color: #fff;
  display: block;
  float: left;
  margin-right: 1px;
  background-color: #ddd;
  color: #fff;
  padding: 10px 23px;
}
@media screen and (max-width: 767px) {
  .wp-pager .page-numbers {
    padding: 5px 10px;
  }
}

.wp-pager .page-numbers.dots {
  background-color: #aaa;
}

.wp-pager .page-numbers.current {
  background-color: #92c800;
}

.wp-pager a:hover {
  opacity: 0.8;
}

/* 前後記事リンク */
.navlink {
  margin-top: 40px;
}

/* 一番古い記事での前後リンク配置崩れ防止 */
.navlink > * {
  display: inline-block;
}

.navlink .navlink-next {
  float: right;
}

/* お知らせ
====================================================*/
.post-type-post .postinfo {
  margin: 0;
}

.post-type-post h3,
.post-type-post h4 {
  border-left-color: #92c800;
}

/* お客様の声
====================================================*/
/* 記事一覧 ///
---------------------------------------------- */
.voice-list {
  margin-bottom: 30px;
}

.voice-list > li {
  background-color: #f6f6f6;
  margin-top: 20px;
}

.voice-list a {
  display: flex;
  align-items: center;
  overflow: hidden;
  text-decoration: none;
  transition: 0.3s;
}
.voice-list a::after {
  content: "\f105";
  margin-right: 15px;
  margin-left: auto;
  color: #92c800;
  font-family: FontAwesome;
  font-size: 36px;
}
.voice-list a:hover {
  opacity: 0.8;
  color: #222;
}

.voice-list .eyecatch {
  flex: 0 0 auto;
  max-width: 300px;
  max-height: 200px;
  background-color: #eee;
}

.voice-list .text-wrapper {
  flex: 0 1 auto;
  margin: auto 20px;
}

.voice-list .archive-articleTitle {
  color: #92c800;
  font-size: 18px;
  line-height: 1.778;
}

.voice-list .postinfo {
  font-size: 14px;
  line-height: 1.25;
  text-align: left;
}

.voice-list .postdesc {
  margin-top: 15px;
  font-size: 14px;
  line-height: 1.714;
}

/* 記事 (PC)///
---------------------------------------------- */
.voice-head {
  overflow: hidden;
}

.voice-head .voice-que {
  float: left;
  width: 350px;
  border: 1px solid #CCC;
  margin-right: 20px;
}

.voice-head .voice-photo {
  position: relative;
  margin-bottom: 20px;
}

.voice-head aside {
  overflow: hidden;
  font-size: 14px;
}

.voice-tanto {
  display: inline-flex;
  flex-direction: column;
  margin-bottom: 10px;
}
.voice-tanto > img {
  width: 100px;
}
.voice-tanto span {
  text-align: center;
}

.voice-body {
  margin-top: 20px;
}

.voice-body h3 {
  font-size: 20px;
  line-height: 1.4;
  padding-top: 6px;
  padding-bottom: 10px;
  border-bottom: 2px solid #CCC;
  position: relative;
  margin-top: 40px;
  margin-bottom: 15px;
  clear: both;
  padding-left: 70px;
}

.voice-body h3 + p {
  position: relative;
  padding-left: 70px;
  min-height: 47px;
}

.voice-body h3::before,
.voice-body h3 + p::before {
  content: "Q";
  color: #FFF;
  font-weight: bold;
  background-color: #F60;
  width: 50px;
  border-radius: 3px;
  height: 36px;
  font-size: 24px;
  line-height: 34px;
  position: absolute;
  bottom: 8px;
  left: 0;
  top: 0;
  margin: auto;
  text-align: center;
  box-sizing: border-box;
}

.voice-body h3::after,
.voice-body h3 + p::after {
  content: "";
  border-top: 6px solid #F60;
  border-left: 6px solid transparent;
  border-right: 6px solid transparent;
  position: absolute;
  left: 19px;
  top: 36px;
  bottom: 2px;
  height: 6px;
  margin: auto;
  box-sizing: border-box;
}

.voice-body h3 + p::before {
  top: 0px;
  bottom: initial;
  background-color: #7dbb18;
  content: "A";
}

.voice-body h3 + p::after {
  top: 36px;
  bottom: initial;
  border-top-color: #7dbb18;
}

.family-images {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
  align-content: space-around;
  margin-top: 10px;
}

.family-images > img {
  width: 48%;
  height: 48%;
  margin-bottom: 10px;
}

/* 記事 （スマホ）///
---------------------------------------------- */
@media screen and (max-width: 767px) {
  .voice-head .voice-photo,
  .voice-head .voice-que {
    width: 100%;
    float: none;
    position: static;
    margin-bottom: 15px;
    margin-left: 0;
  }
  .voice-head aside {
    margin-top: 20px;
  }
  .voice-head .voice-tanto {
    float: left;
    margin-right: 15px;
    margin-bottom: 0;
    text-align: center;
    font-size: 13px;
    width: 100px;
    line-height: 1.2;
  }
  .voice-head .voice-tanto + h4 {
    margin-bottom: 5px;
  }
  .voice-tanto span {
    margin-top: 5px;
  }
  .voice-body h3,
  .voice-body h3 + p {
    position: relative;
    padding-left: 50px;
  }
  .voice-body h3 {
    margin-top: 1.5em;
    margin-bottom: 0.5em;
    border-bottom: 2px solid #CCC;
    padding-top: 4px;
    padding-bottom: 8px;
    font-size: 18px;
    line-height: 22px;
  }
  .voice-body h3 + p {
    min-height: 32px;
  }
  .voice-body h3::before,
  .voice-body h3 + p::before {
    /* before共通部分 */
    width: 40px;
    height: 28px;
    position: absolute;
    top: 0;
    left: 0;
    border-radius: 3px;
    font-size: 18px;
    font-weight: bold;
    line-height: 28px;
    color: #FFF;
    text-align: center;
    box-sizing: border-box;
  }
  .voice-body h3::before {
    content: "Q";
    margin: auto 0;
    bottom: 6px;
    background-color: #F60;
  }
  .voice-body h3 + p::before {
    content: "A";
    background-color: #7dbb18;
  }
  .voice-body h3::after,
  .voice-body h3 + p::after {
    /* after共通部分 */
    content: "";
    width: 8px;
    height: 4px;
    position: absolute;
    top: 28px;
    left: 16px;
    margin: auto;
    border-right: 4px solid transparent;
    border-left: 4px solid transparent;
    box-sizing: border-box;
  }
  .voice-body h3::after {
    bottom: 2px;
    border-top: 4px solid #F60;
  }
  .voice-body h3 + p::after {
    border-top: 4px solid #7dbb18;
  }
  .family-images {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-around;
    align-content: space-around;
    margin-top: 10px;
  }
  .family-images > img {
    width: 48%;
    height: 48%;
    margin-bottom: 10px;
  }
}
/* end お客様の声 */
/* スタッフ用css
====================================================*/
/* スタッフ一覧ページ */
.archive-eigyo .post_title07 {
  margin-top: 60px;
  font-size: 22px;
}
@media screen and (max-width: 767px) {
  .archive-eigyo .post_title07 {
    margin-top: 30px;
    font-size: 18px;
  }
}

.staffListWrap {
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .staffListWrap {
    margin-top: 20px;
  }
}
.staffListWrap + .post_title08, .eigyo_wrap .staffListWrap + .title01 {
  margin-top: 50px;
}
@media screen and (max-width: 767px) {
  .staffListWrap + .post_title08, .eigyo_wrap .staffListWrap + .title01 {
    margin-top: 20px;
  }
}

.staffList {
  display: flex;
  flex-wrap: wrap;
  align-items: flex-end;
}

.staffList__link {
  display: block;
  width: 223px;
  transition: 0.3s;
  text-decoration: none;
}
.staffList__link:not(:nth-child(3n+1)) {
  margin-left: 20px;
}
.staffList__link:nth-child(n+4) {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .staffList__link {
    width: calc(50% - 5px);
  }
  .staffList__link:not(:nth-child(3n+1)) {
    margin-left: 0;
  }
  .staffList__link:nth-child(n+4) {
    margin-top: 0;
  }
  .staffList__link:nth-child(even) {
    margin-left: 10px;
  }
  .staffList__link:nth-child(n+3) {
    margin-top: 20px;
  }
}
.staffList__link:hover {
  opacity: 0.8;
  color: inherit;
}

.staffList__title .post_title09 {
  margin-top: 0;
}
.staffList__title .post_title09[data-position]:not([data-position=""])::before {
  content: none;
}
.staffList__title .post_title09[data-position]:not([data-position=""])::after {
  content: attr(data-position);
  order: -1;
  margin-right: 8px;
  padding: 0.25em;
  background-color: #92c800;
  color: #fff;
  font-size: 0.65em;
  font-weight: normal;
  line-height: 1.2;
  letter-spacing: 0.05em;
}

.staffList__image {
  box-sizing: border-box;
  padding: 4px;
  border: 1px solid #ccc;
}

/* スタッフ個別ページ */
.detail {
  margin-top: 32px;
}
.detail > .image {
  width: 220px;
  margin-right: 15px;
  margin-bottom: 20px;
  float: left;
}
@media screen and (max-width: 767px) {
  .detail > .image {
    width: 100%;
    margin: 0;
    float: none;
    text-align: center;
  }
}
.detail .detail-list {
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .detail .detail-list {
    margin-top: 20px;
  }
}
.detail .detail-list dl {
  display: table;
  margin-top: 0;
  border-top: solid 1px #c2c2c2;
  width: 100%;
  line-break: strict;
}
.detail .detail-list dl:last-of-type {
  border-bottom: solid 1px #c2c2c2;
}
.detail .detail-list dl dt {
  display: table-cell;
  padding: 0 20px;
  box-sizing: border-box;
  width: 150px;
  font-size: 16px;
  font-weight: normal;
  background-color: #ebeef1;
  vertical-align: middle;
}
@media screen and (max-width: 767px) {
  .detail .detail-list dl dt {
    padding: 0 10px;
    width: 105px;
    font-size: 14px;
  }
}
.detail .detail-list dl dd {
  display: table-cell;
  padding: 15px 20px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 1.375;
}
@media screen and (max-width: 767px) {
  .detail .detail-list dl dd {
    padding: 10px;
    font-size: 14px;
    line-height: 1.429;
  }
}

.eigyo_wrap .texts {
  margin-top: 30px;
  clear: both;
}
.eigyo_wrap .text > b {
  display: inline-block;
  margin-bottom: 10px;
}
.columns {
  margin-top: 20px;
}
.columns + .columns {
  margin-top: 15px;
}
.columns br {
  display: none;
}
.columns .liner {
  display: flex;
  flex-wrap: wrap;
}
.columns .liner:not(:first-of-type) {
  margin-top: 15px;
}
.columns .liner > .column3 {
  width: calc((100% - 30px) / 3);
  margin-right: 15px;
}
.columns .liner > .column3:nth-of-type(3n) {
  margin-right: 0;
}
.columns .image.with-comment + .image.with-comment {
  margin-top: 15px;
}
.columns .image.with-comment.-vertical {
  background-color: #f5f6f8;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .columns .image.with-comment {
    font-size: 12px;
  }
}
.columns .image.with-comment img {
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  /* IE11 jsプラグイン使用 */
}
.columns .image.with-comment figcaption {
  padding-top: 0.5em;
  background-color: #fff;
  font-size: 14px;
  line-height: 1.5;
  text-align: center;
}
.columns a {
  transition: opacity 0.3s;
}
.columns a:hover {
  opacity: 0.8;
}

.columns3--flex {
  display: flex;
  flex-wrap: wrap;
}
.columns3--flex > .image {
  width: calc((100% - 30px) / 3);
}
.columns3--flex > .image:nth-child(n+4) {
  margin-top: 15px;
}
.columns3--flex > .image:not(:nth-child(3n+1)) {
  margin-left: 15px;
}
.columns3--flex > .image.-vertical {
  width: calc((100% - 45px) / 4);
}
.columns3--flex > .image img {
  width: 233px;
  height: 155px;
  -o-object-fit: cover;
     object-fit: cover;
  font-family: "object-fit: cover";
  /* IE11 jsプラグイン使用 */
}
@media screen and (max-width: 767px) {
  .columns3--flex > .image a {
    display: block;
    position: relative;
    overflow: hidden;
    padding-top: 66.66%;
  }
  .columns3--flex > .image img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    height: 100%;
    transform: translate(-50%, -50%);
  }
}

#single-eigyo .voice-list:last-of-type {
  margin-bottom: 10px;
}
#single-eigyo .staff_voice {
  text-align: right;
}
#single-eigyo .staff_voice-link {
  line-height: 1;
  text-decoration: none;
}
#single-eigyo .staff_voice-link::before {
  content: "\f0da";
  margin-right: 10px;
  color: #92c800;
  font-family: fontawesome;
  font-size: 20px;
}
@media screen and (max-width: 767px) {
  #single-eigyo .archive-articleList {
    margin-bottom: 10px;
  }
}

/*----------------------------------------------------------------------------------------

	home.php

----------------------------------------------------------------------------------------*/
/* tksn //
////////////////////////////////////////////////////////////////////*/
/* des64 ///
---------------------------------------------- */
body.front .des64 > .tksn_box > table {
  margin: 0 0 0 10px;
}

body.front .des64 > .tksn_box > table > tbody > tr {
  width: 1080px;
}
@media screen and (max-width: 767px) {
  body.front .des64 > .tksn_box > table > tbody > tr {
    display: flex;
  }
}

body.front .des64 > .tksn_box > table > tbody > tr > td {
  min-width: 267px;
  width: 267px;
  min-height: 380px !important;
  margin-right: 0;
}
@media screen and (max-width: 767px) {
  body.front .des64 > .tksn_box > table > tbody > tr > td {
    min-height: auto;
  }
}

body.front .des64 > .tksn_box > table > tbody > tr > td:nth-child(n+5) {
  margin-top: 9px;
}

body.front .des64 > .tksn_box > table > tbody > tr > td:not(:nth-of-type(3n)) {
  margin-right: 0;
}

body.front .des64 > .tksn_box > table > tbody > tr > td:not(:nth-of-type(4n)) {
  margin-right: 4px;
}

/* ヘッダー背景画像部分 */
.home_header {
  height: 653px;
  width: 100%;
  background-image: url(../images/header/header_bg1.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  box-sizing: border-box;
  padding-top: 50px;
  /* 夜の表示 */
}
@media screen and (max-width: 767px) {
  .home_header {
    height: 290px;
    background-image: url(../images/header/sp-header_bg1.png);
    padding-top: 30px;
  }
}
.home_header .home_catch1 {
  font-size: 1.8rem;
  text-align: center;
  width: 1080px;
  margin: 50px auto auto;
  font-weight: 500;
  letter-spacing: 2px;
  color: white;
  text-shadow: 0px 0px 10px #222222;
}
@media screen and (max-width: 767px) {
  .home_header .home_catch1 {
    width: 100%;
    font-size: 1rem;
    margin-top: 0;
    line-height: 1.3rem;
  }
}
.home_header .home_catch2 {
  margin: 20px auto auto;
  width: 1080px;
  text-align: center;
  font-size: 0.8rem;
  line-height: 1.4rem;
  color: white;
  text-shadow: 0px 0px 10px black;
}
@media screen and (max-width: 767px) {
  .home_header .home_catch2 {
    width: 100%;
    font-size: 0.65rem;
    line-height: 1.05rem;
    margin-top: 10px;
    text-shadow: 0 0 5px black;
  }
}
.home_header.evening .home_catch1 {
  margin-top: 150px;
}
@media screen and (max-width: 767px) {
  .home_header.evening .home_catch1 {
    margin-top: 0;
  }
}

.primary-contents-wrapper {
  background-image: url(../images/index/banner_bg.png);
}
@media screen and (max-width: 767px) {
  .primary-contents-wrapper {
    background-image: none;
  }
}

/* 検索・査定フォーム（タブ） */
.home_search-wrap {
  display: block;
  max-width: 1080px;
  margin: 0 auto -150px;
  transform: translateY(-150px);
}
@media screen and (max-width: 767px) {
  .home_search-wrap {
    width: 100%;
    margin-top: -41px;
    margin-bottom: 0;
    transform: translateY(0);
  }
}
.home_search-wrap ul.tab_list {
  list-style: none;
  display: flex;
  width: 100%;
  position: relative;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list {
    padding: 0 10px;
    box-sizing: border-box;
  }
}
.home_search-wrap ul.tab_list li {
  padding: 25px 0;
  text-align: center;
  width: 230px;
  background-color: white;
  position: relative;
  margin-right: 6px;
  z-index: 0;
  max-height: 70px;
  box-sizing: border-box;
  border-radius: 5px;
}
@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li {
    width: calc(33.3333333333% - 4px);
    padding-bottom: 20px;
    background-color: #92c800;
  }
  .home_search-wrap ul.tab_list li:nth-of-type(3) {
    margin-right: 0;
  }
}
.home_search-wrap ul.tab_list li:before {
  position: absolute;
  display: block;
  content: "";
  width: 80px;
  height: 80px;
  border-radius: 100%;
  background-color: white;
  top: 0;
  left: 50%;
  transform: translate(-50%, -35%);
  z-index: -1;
}
@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li:before {
    background-color: #92c800;
    width: 50px;
    height: 50px;
    transform: translate(-50%, -20px);
  }
}
.home_search-wrap ul.tab_list li:nth-of-type(4) {
  margin-right: 0;
  position: absolute;
  top: 0;
  right: 0;
  width: 316px;
}
@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li:nth-of-type(4) {
    display: none;
  }
}
.home_search-wrap ul.tab_list li img {
  position: absolute;
  top: 0;
  left: 50%;
  transform: translate(-50%, -50%);
  width: auto;
  height: auto;
  max-width: 35px;
  max-height: 30px;
}
@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li img {
    max-width: 30px;
    max-height: 30px;
    transform: translate(-50%, -7px);
  }
}
.home_search-wrap ul.tab_list li img.white {
  display: none;
}
@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li img.white {
    display: inline;
  }
}
.home_search-wrap ul.tab_list li .main_text {
  font-size: 0.9rem;
  font-weight: bold;
  color: #92c800;
}
@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li .main_text {
    font-size: 0.7rem;
    color: white;
  }
}
.home_search-wrap ul.tab_list li .sub_text {
  font-size: 0.7rem;
  color: #848484;
}
.home_search-wrap ul.tab_list li.satei .main_text {
  color: #ff3300;
}
.home_search-wrap ul.tab_list li.current {
  background-color: #92c800;
}
@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li.current {
    background-color: #92c800;
  }
}
.home_search-wrap ul.tab_list li.current:before {
  background-color: #92c800;
}
@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li.current:before {
    background-color: #92c800;
  }
}
.home_search-wrap ul.tab_list li.current:after {
  position: absolute;
  display: block;
  content: "";
  width: 0;
  height: 0;
  border: solid 15px transparent;
  border-top: solid 23px #92c800;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .home_search-wrap ul.tab_list li.current:after {
    border: solid 14px transparent;
    border-top: solid 14px #92c800;
  }
}
.home_search-wrap ul.tab_list li.current img.green {
  display: none;
}
.home_search-wrap ul.tab_list li.current img.white {
  display: inline;
}
.home_search-wrap ul.tab_list li.current .main_text {
  color: white;
}
.home_search-wrap ul.tab_list li.current .sub_text {
  color: white;
}

/* 検索フォーム */
.search_form-wrap {
  background-color: white;
  width: 100%;
  height: auto;
  box-sizing: border-box;
  border-top: solid 5px #92c800;
  margin-top: 5px;
  padding: 30px 30px 50px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap {
    border-top: solid 5px #92c800;
    margin: auto;
    margin-top: 15px;
    width: calc(100% - 20px);
    padding: 15px 10px;
    height: auto;
    display: none;
  }
}
.search_form-wrap .search_form {
  text-align: center;
}
.search_form-wrap .search_form .form_list {
  height: auto;
  /* 右側 */
  /* 地域から探す //
  ---------------------------------------------- */
  /* 駅から探す //
  ---------------------------------------------- */
  /* 学区から探す //
  ---------------------------------------------- */
  /* 30秒査定 //
  ---------------------------------------------- */
}
.search_form-wrap .search_form .form_list .inner_flex {
  display: flex;
  justify-content: space-between;
  height: 550px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .inner_flex {
    display: block;
    height: auto;
  }
}
.search_form-wrap .search_form .form_list .main_form {
  width: 666px;
  height: 100%;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .main_form {
    width: 100%;
  }
}
.search_form-wrap .search_form .form_list .main_form .headline {
  background-color: #222222;
  color: white;
  position: relative;
  height: 44px;
  display: flex;
  align-items: center;
  font-size: 1rem;
}
.search_form-wrap .search_form .form_list .main_form .headline:before {
  content: "1";
  display: inline-block;
  line-height: 36px;
  height: 36px;
  text-align: center;
  width: 44px;
  border-right: solid 2px white;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .main_form .headline {
    font-size: 0.75rem;
    line-height: 33px;
  }
  .search_form-wrap .search_form .form_list .main_form .headline.sp_2:before {
    content: "2";
  }
}
.search_form-wrap .search_form .form_list .main_form .inner {
  position: relative;
  width: 100%;
  height: calc(100% - 44px);
  overflow: hidden;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .main_form .inner {
    height: auto;
    display: block;
    padding: 15px 5px;
    box-sizing: border-box;
  }
}
.search_form-wrap .search_form .form_list .main_form .inner .bg_img {
  position: absolute;
  width: 100%;
  height: calc(100% - 3px);
  top: 0;
  left: 0;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .main_form .inner .bg_img {
    display: none;
  }
}
.search_form-wrap .search_form .form_list .aside-wrap {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  width: calc(100% - 680px);
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .aside-wrap {
    display: block;
    width: 100%;
  }
}
.search_form-wrap .search_form .form_list .bukken_form, .search_form-wrap .search_form .form_list .hensai_form {
  width: 100%;
}
.search_form-wrap .search_form .form_list .bukken_form .headline, .search_form-wrap .search_form .form_list .hensai_form .headline {
  background-color: #222;
  color: white;
  display: flex;
  align-items: center;
  height: 44px;
  font-size: 1rem;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .headline, .search_form-wrap .search_form .form_list .hensai_form .headline {
    font-size: 0.75rem;
  }
}
.search_form-wrap .search_form .form_list .bukken_form .headline:before, .search_form-wrap .search_form .form_list .hensai_form .headline:before {
  content: "2";
  display: inline-block;
  line-height: 36px;
  height: 36px;
  text-align: center;
  width: 44px;
  border-right: solid 2px white;
  margin-right: 16px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .headline.sp_3:before, .search_form-wrap .search_form .form_list .hensai_form .headline.sp_3:before {
    content: "3";
  }
}
.search_form-wrap .search_form .form_list .bukken_form .inner, .search_form-wrap .search_form .form_list .hensai_form .inner {
  height: 96px;
  background-color: #ebeef1;
  padding: 20px 10px 0;
  box-sizing: border-box;
  display: flex;
  flex-wrap: wrap;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner, .search_form-wrap .search_form .form_list .hensai_form .inner {
    height: auto;
    padding: 10px 5px 15px;
  }
}
.search_form-wrap .search_form .form_list .bukken_form .inner .clear_select, .search_form-wrap .search_form .form_list .hensai_form .inner .clear_select {
  text-align: center;
  display: block;
  width: 100%;
  margin-top: 22px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner .clear_select, .search_form-wrap .search_form .form_list .hensai_form .inner .clear_select {
    margin-top: 18px;
  }
}
.search_form-wrap .search_form .form_list .bukken_form .inner .clear_select button, .search_form-wrap .search_form .form_list .hensai_form .inner .clear_select button {
  display: inline-block;
  background-color: white;
  border-radius: 20px;
  border: none;
  color: #92c800;
  font-size: 0.7rem;
  line-height: 1;
  padding: 7px 20px 9px;
  margin-right: 0;
  width: auto;
  cursor: pointer;
}
.search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline {
  display: flex;
  align-items: center;
  font-size: 0.9rem;
  color: #92c800;
  padding: 0 0 10px;
  border-bottom: solid 2px #92c800;
  font-weight: bold;
  width: 100%;
  text-align: left;
  margin-top: 16px;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline {
    padding: 0 0 8px;
  }
}
.search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline input[type=radio], .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline input[type=radio] {
  display: none;
}
.search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline input[type=radio]:checked + label::before, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline input[type=radio]:checked + label::before {
  background-color: #f7f7f7;
  box-shadow: 0 2px rgba(0, 0, 0, 0.1) inset;
}
.search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline input[type=radio]:checked + label::after, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline input[type=radio]:checked + label::after {
  content: "\f00c";
  position: absolute;
  top: 0;
  bottom: 0;
  left: 7px;
  font-size: 0.7rem;
  font-family: FontAwesome;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline input[type=radio]:checked + label::after, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline input[type=radio]:checked + label::after {
    font-size: 0.6rem;
  }
}
.search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline label, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline label {
  font-size: 0.9rem;
  line-height: 26px;
  padding: 0 0 0 38px;
  cursor: pointer;
  position: relative;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline label, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline label {
    font-weight: 700;
    font-size: 0.75rem;
    padding: 0 0 0 34px;
  }
}
.search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline label::before, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline label::before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  background-color: #fff;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
  width: 25px;
  height: 24px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner .inner_headline label::before, .search_form-wrap .search_form .form_list .hensai_form .inner .inner_headline label::before {
    width: 23px;
    height: 22px;
  }
}
.search_form-wrap .search_form .form_list .bukken_form .inner label, .search_form-wrap .search_form .form_list .hensai_form .inner label {
  display: block;
  text-align: left;
  font-size: 0.8rem;
  width: 175px;
}
.search_form-wrap .search_form .form_list .bukken_form .inner label:nth-of-type(2n), .search_form-wrap .search_form .form_list .hensai_form .inner label:nth-of-type(2n) {
  width: 110px;
}
.search_form-wrap .search_form .form_list .bukken_form .inner label.width30, .search_form-wrap .search_form .form_list .hensai_form .inner label.width30 {
  width: 33%;
  font-size: 0.75rem;
  letter-spacing: -0.015em;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner label.width30, .search_form-wrap .search_form .form_list .hensai_form .inner label.width30 {
    font-size: 14px;
    letter-spacing: 0;
  }
}
.search_form-wrap .search_form .form_list .bukken_form .inner label.width50, .search_form-wrap .search_form .form_list .hensai_form .inner label.width50 {
  width: 50%;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner label, .search_form-wrap .search_form .form_list .hensai_form .inner label {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    font-weight: normal;
    margin-bottom: 0;
  }
}
.search_form-wrap .search_form .form_list .bukken_form .inner label.sub, .search_form-wrap .search_form .form_list .hensai_form .inner label.sub {
  display: inline;
}
.search_form-wrap .search_form .form_list .bukken_form .inner label input, .search_form-wrap .search_form .form_list .hensai_form .inner label input {
  margin-bottom: 5px;
  margin-right: 5px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .bukken_form .inner label input, .search_form-wrap .search_form .form_list .hensai_form .inner label input {
    margin-right: 10px;
    margin-left: 6px;
  }
}
.search_form-wrap .search_form .form_list .hensai_form .headline:before {
  content: "3";
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .hensai_form .headline.sp_4:before {
    content: "4";
  }
}
.search_form-wrap .search_form .form_list .hensai_form .inner {
  display: block;
  height: 323px;
  padding-top: 16px;
  padding-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .hensai_form .inner {
    height: auto;
    padding: 15px 10px 18px;
  }
}
.search_form-wrap .search_form .form_list .hensai_form .inner .txt {
  font-size: 0.7rem;
  margin-bottom: 20px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .hensai_form .inner .txt {
    margin-bottom: 16px;
  }
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .hensai_form .hensai {
    width: 50% !important;
    font-size: 14px;
  }
}
.search_form-wrap .search_form .form_list .hensai_form .select_wrap {
  display: inline-block;
  position: relative;
}
.search_form-wrap .search_form .form_list .hensai_form .select_wrap::after {
  content: "▼";
  position: absolute;
  top: 0;
  right: 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.4rem;
  pointer-events: none;
  width: 30px;
  height: calc(100% - 3px);
}
.search_form-wrap .search_form .form_list .hensai_form .select_wrap select {
  padding: 11px 30px 12px 10px;
  min-width: 130px;
  border: 1px solid #ccc;
  border-radius: 3px;
  box-shadow: 0 -2px rgba(0, 0, 0, 0.1) inset;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .hensai_form .select_wrap select {
    padding: 6px 30px 8px 10px;
  }
}
.search_form-wrap .search_form .form_list .hensai_form .fromto {
  margin: 0 6px;
}
.search_form-wrap .search_form .form_list .between {
  display: block;
  font-size: 1.5rem;
  color: #848484;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list .between {
    display: block;
    width: 100%;
    text-align: center;
    padding-bottom: 2px;
  }
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner {
    background-color: #ebeef1;
    padding: 15px 10px;
  }
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label {
  position: absolute;
  background-color: white;
  display: flex;
  align-items: center;
  border: solid 2px #222222;
  border-radius: 3px;
  padding: 7px 12px;
  font-size: 0.8rem;
  font-weight: 700;
  line-height: 19px;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label {
    position: relative;
    padding: 0;
    border: hidden;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    font-weight: 400;
    line-height: 26px;
  }
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label:before {
  content: "";
  display: block;
  border: solid 4px transparent;
  border-top: solid 8px white;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label:before {
    display: none;
  }
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label:after {
  content: "";
  display: block;
  border: solid 7px transparent;
  border-top: solid 11px #222222;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label:after {
    display: none;
  }
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label input {
  margin: 0 9px 0 0;
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 16px;
  height: 16px;
  border: 1px solid #333;
  background-color: #fff;
  cursor: pointer;
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label input[type=checkbox]:checked {
  border-color: #92c800;
  background-color: #92c800;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4 8L11 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label .ttl {
  vertical-align: text-bottom;
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label .ttl .sm {
  display: inline-block;
  font-size: 0.65rem;
  margin-right: 4px;
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label .number {
  margin-left: 10px;
  color: #5b5b5b;
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label .number img {
  vertical-align: middle;
  margin-bottom: 2px;
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label.ebina {
  left: 320px;
  bottom: 42px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.ebina {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label.zama {
  left: 383px;
  top: 258px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.zama {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label.ayase {
  left: 434px;
  bottom: 96px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.ayase {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label.atsugi {
  left: 196px;
  bottom: 157px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.atsugi {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_minami {
  right: 166px;
  top: 129px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_minami {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_chuo {
  left: 239px;
  top: 63px;
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_chuo:before {
  left: 36%;
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_chuo:after {
  left: 36%;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_chuo {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_midori {
  left: 34px;
  top: 27px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.sagamihara_midori {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.search_form-wrap .search_form .form_list.area_select .main_form .inner label.aikawa {
  left: 86px;
  top: 123px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.area_select .main_form .inner label.aikawa {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.search_form-wrap .search_form .form_list.rosen_select {
  display: none;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner {
  /* スマホ表示のフレックスボックス */
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner {
    display: flex;
    flex-wrap: wrap;
    background-color: #ebeef1;
  }
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner .sp_st-list {
  width: 100%;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner .sp_st-list .line_name {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  padding: 10px 3px 5px;
  box-sizing: border-box;
  line-height: 20px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner .sp_st-list:first-of-type .line_name {
  padding-top: 0;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner .sp_st-list .st_list {
  display: flex;
  flex-wrap: wrap;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner .sp_st-list .st_list label {
  min-width: 50%;
  padding: 0;
  line-height: 26px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label {
  position: absolute;
  display: flex;
  align-items: center;
  gap: 10px;
  font-size: 0.8rem;
  font-weight: 700;
  cursor: pointer;
  /* 横浜線 //
  ---------------------- */
  /* 相模線 //
  ---------------------- */
  /* 中央本線 //
  ---------------------- */
  /* 京王電鉄相模原線 //
  ---------------------- */
  /* 小田急電鉄小田原線 //
  ---------------------- */
  /* 小田急電鉄江ノ島線 //
  ---------------------- */
  /* 相模鉄道本線 //
  ---------------------- */
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner label {
    position: relative;
    justify-content: flex-start;
    font-size: 14px;
    font-weight: 400;
  }
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.reverse {
  flex-direction: row-reverse;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.reverse {
    flex-direction: row;
  }
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label input[type=checkbox] {
  appearance: none;
  -webkit-appearance: none;
  -moz-appearance: none;
  width: 18px;
  height: 18px;
  border: 1px solid #333;
  background-color: #fff;
  margin: 3px 0;
  cursor: pointer;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label input[type=checkbox]:checked {
  border-color: #92c800;
  background-color: #92c800;
  background-image: url("data:image/svg+xml,%3Csvg width='12' height='10' viewBox='0 0 12 10' fill='none' xmlns='http://www.w3.org/2000/svg'%3E%3Cpath d='M1 5L4 8L11 1' stroke='white' stroke-width='2'/%3E%3C/svg%3E");
  background-repeat: no-repeat;
  background-position: center;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label .ttl {
  padding-bottom: 2px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label .number {
  margin-left: 5px;
  font-size: 12px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label .number img {
  margin: 0 3px 2px;
  vertical-align: middle;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.transfer {
  display: flex;
  align-items: center;
  justify-content: center;
  padding: 3px 10px;
  background-color: white;
  border: 2px solid #333;
  border-radius: 3px;
  transform: translate(-50%, -50%);
  min-width: 94px;
  box-sizing: border-box;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.transfer {
    justify-content: flex-start;
    transform: none;
    border-radius: 0;
    border: 0;
    padding: 0;
    background-color: transparent;
    text-align: left;
  }
}
@media screen and (min-width: 768px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.transfer .number {
    margin: 0;
  }
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.transfer.active {
  border: solid 2px #92c800;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.vertical {
  writing-mode: vertical-rl;
  height: auto;
  gap: 5px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.vertical {
    ebkit-writing-mode: horizontal-tb;
    writing-mode: horizontal-tb;
    text-align: left;
  }
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.vertical input[type=checkbox] {
  margin: 0 3px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.vertical .number {
  margin: 0;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.vertical .number .n-inner {
  writing-mode: horizontal-tb;
}
@media screen and (min-width: 768px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.vertical .number img {
    margin: 0;
    vertical-align: baseline;
  }
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.kobuchi {
  right: 65px;
  top: 157px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.fuchinobe {
  right: 80px;
  top: 126px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.yabe {
  right: 126px;
  top: 98px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.sagamihara {
  right: 141px;
  top: 66px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.hashimoto {
  right: 145px;
  top: 37px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.minamihashimoto {
  left: 327px;
  top: 69px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.kamimizo {
  left: 313px;
  top: 97px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.banda {
  left: 283px;
  top: 131px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.harataima {
  left: 237px;
  top: 158px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.shimomizo {
  left: 219px;
  top: 192px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.sobudaishita {
  left: 169px;
  top: 227px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.iriya {
  left: 202px;
  top: 267px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.ebina {
  left: 279px;
  top: 329px;
  min-width: 109px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.atsugi {
  left: 271px;
  bottom: 82px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.shake {
  left: 229px;
  bottom: 46px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.kadosawabashi {
  left: 199px;
  bottom: 16px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.sagamiko {
  left: 148px;
  top: 80px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.fujino {
  left: 100px;
  top: 80px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.sagamiono {
  left: 501px;
  top: 208px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.odakyusagamihara {
  left: 299px;
  top: 212px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.sobudaimae {
  left: 296px;
  top: 245px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.zama {
  left: 297px;
  top: 279px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.honatsugi {
  left: 179px;
  bottom: 54px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.aikoishida {
  left: 128px;
  bottom: 38px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.higashirinkan {
  left: 489px;
  top: 247px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.sagamiotsuka {
  left: 335px;
  top: 386px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.sagamino {
  left: 378px;
  top: 352px;
}
.search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.kashiwadai {
  left: 348px;
  top: 322px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.rosen_select .main_form .inner label.eki {
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.search_form-wrap .search_form .form_list.gakku_select {
  display: none;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner {
    background-color: #ebeef1;
  }
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap {
  position: absolute;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap {
    position: relative;
    display: flex;
    padding: 5px;
    align-items: center;
  }
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap .area_name {
  font-weight: bold;
  text-shadow: 2px 2px 0 #92C800, -2px -2px 0 #92C800, -2px 2px 0 #92C800, 2px -2px 0 #92C800, 2px 0 0 #92C800, -2px 0 0 #92C800, 0 2px 0 #92C800, 0 -2px 0 #92C800;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap .area_name {
    font-size: 14px;
    font-weight: normal;
    text-shadow: none;
    text-align: left;
  }
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap .area_name .sm {
  display: inline-block;
  font-size: 0.65rem;
  margin-right: 5px;
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap .gakku {
  display: flex;
  flex-direction: column;
  gap: 3px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap .gakku {
    flex-direction: row;
    margin-left: auto;
  }
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap input {
  display: none;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap input {
    display: inline-block;
    margin-top: -1px;
  }
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap label.high, .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap label.primary {
  border: solid 2px white;
  font-size: 0.9rem;
  padding: 2px 20px 4px;
  font-weight: 500;
  line-height: 1.2;
  background-color: #ffb206;
  color: white;
  display: block;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap label.high, .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap label.primary {
    border: hidden;
    margin: 0;
    padding: 0;
    font-weight: normal;
    background-color: transparent;
    color: #222;
    display: inline-block;
    text-align: left;
    font-size: 14px;
  }
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap label.primary {
  background-color: #f5d900;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap label.primary {
    margin-left: 15px;
    background-color: transparent;
  }
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap {
  display: flex;
  flex-direction: column;
  align-items: center;
  gap: 14px;
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap.row {
  flex-direction: row;
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_ {
  /* 海老名市 //
  ---------------------- */
  /* 綾瀬市 //
  ---------------------- */
  /* 座間市 //
  ---------------------- */
  /* 厚木市 //
  ---------------------- */
  /* 相模原市南区 //
  ---------------------- */
  /* 相模原市中央区 //
  ---------------------- */
  /* 相模原市緑区 //
  ---------------------- */
  /* 愛川町 //
  ---------------------- */
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_ebina {
  top: 385px;
  left: 327px;
  gap: 5px;
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_ayase {
  left: 446px;
  top: 368px;
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_zama {
  left: 416px;
  top: 231px;
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_atsugi {
  left: 191px;
  top: 279px;
  gap: 5px;
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_sagamihara_minami {
  left: 335px;
  top: 129px;
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_sagamihara_chuo {
  left: 245px;
  top: 47px;
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_sagamihara_midori {
  left: 23px;
  top: 15px;
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .inner .student_aikawa {
  left: 79px;
  top: 110px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .inner .area-wrap {
    flex-direction: row;
    justify-content: space-between;
    top: auto;
    bottom: auto;
    left: auto;
    right: auto;
  }
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .step2 {
  display: none;
  text-align: left;
  font-size: 0.9rem;
  font-weight: 500;
  padding: 0 20px;
  box-sizing: border-box;
  border: solid 1px #222;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 {
    padding: 15px 10px;
    border: none;
  }
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .back_link {
  display: inline-block;
  padding: 5px 30px 5px 15px;
  border-radius: 25px;
  color: #92c800;
  margin-top: 10px;
  margin-left: -10px;
  background: #e1e5ea;
  transition: 0.4s;
  cursor: pointer;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .back_link {
    display: none;
  }
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .back_link i {
  color: #92c800;
  margin-right: 10px;
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .sub_title {
  color: #739d00;
  margin: 15px 0 20px;
  font-weight: bold;
  font-size: 1.1em;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .sub_title {
    display: none;
  }
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list {
  display: flex;
  flex-wrap: wrap;
  overflow-y: scroll;
  list-style: none;
  max-height: 400px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list {
    height: auto;
    display: block;
    overflow-y: visible;
    max-height: none;
  }
}
.search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list li {
  width: 50%;
  box-sizing: border-box;
  margin-bottom: 10px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list li {
    width: 100%;
    font-size: 14px;
    line-height: 26px;
    margin: 0;
  }
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list label {
    font-size: 14px;
    font-weight: normal;
  }
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list label input {
    margin-right: 10px;
  }
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list label .search_contents3_gakku-detail_number {
    margin-left: 5px;
    font-size: 12px;
  }
  .search_form-wrap .search_form .form_list.gakku_select .main_form .step2 .gakku_list label img {
    margin: 0 3px 2px;
    vertical-align: middle;
  }
}
.search_form-wrap .search_form .form_list.satei_select {
  height: 100%;
  display: none;
  align-items: center;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form {
    height: auto;
    width: 100%;
    margin-top: 20px;
  }
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form .inner {
    padding: 15px 10px;
    background-color: #ebeef1;
  }
}
.search_form-wrap .search_form .form_list.satei_select .main_form label {
  position: absolute;
  background-color: white;
  display: flex;
  align-items: center;
  border: solid 2px #222222;
  border-radius: 5px;
  padding: 3px 10px 5px;
  font-size: 0.8rem;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label {
    position: relative;
    padding: 0;
    border: hidden;
    border-radius: 0;
    background-color: transparent;
    font-size: 14px;
    line-height: 26px;
  }
}
.search_form-wrap .search_form .form_list.satei_select .main_form label:before {
  content: "";
  display: block;
  border: solid 4px transparent;
  border-top: solid 8px white;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
  z-index: 1;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label:before {
    display: none;
  }
}
.search_form-wrap .search_form .form_list.satei_select .main_form label:after {
  content: "";
  display: block;
  border: solid 7px transparent;
  border-top: solid 11px #222222;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label:after {
    display: none;
  }
}
.search_form-wrap .search_form .form_list.satei_select .main_form label input {
  margin-right: 10px;
}
.search_form-wrap .search_form .form_list.satei_select .main_form label .number {
  margin-left: 10px;
  color: #5b5b5b;
}
.search_form-wrap .search_form .form_list.satei_select .main_form label.ebina {
  left: 60px;
  bottom: 160px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label.ebina {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.search_form-wrap .search_form .form_list.satei_select .main_form label.zama {
  left: 146px;
  top: 103px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label.zama {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.search_form-wrap .search_form .form_list.satei_select .main_form label.ayase {
  left: 231px;
  bottom: 172px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label.ayase {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.search_form-wrap .search_form .form_list.satei_select .main_form label.atsugi {
  right: 212px;
  top: 129px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label.atsugi {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.search_form-wrap .search_form .form_list.satei_select .main_form label.seya {
  right: 61px;
  top: 181px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .main_form label.seya {
    left: auto;
    right: auto;
    top: auto;
    bottom: auto;
  }
}
.search_form-wrap .search_form .form_list.satei_select .aside-wrap {
  padding-top: 10px;
}
.search_form-wrap .search_form .form_list.satei_select .aside-wrap .icon {
  width: auto;
  height: auto;
  max-width: 50px;
  max-height: 50px;
  display: inline-block;
  margin: 20px 0;
}
.search_form-wrap .search_form .form_list.satei_select .aside-wrap .satei_desc {
  line-height: 1.5em;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .aside-wrap .icon {
    width: auto;
    height: auto;
    max-width: 35px;
    max-height: 35px;
    margin: 0;
  }
  .search_form-wrap .search_form .form_list.satei_select .aside-wrap > p {
    font-size: 0.8rem;
    line-height: 1.2rem;
  }
}
.search_form-wrap .search_form .form_list.satei_select .bukken_form, .search_form-wrap .search_form .form_list.satei_select .hensai_form {
  width: 100%;
  position: relative;
  margin-top: 30px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .bukken_form, .search_form-wrap .search_form .form_list.satei_select .hensai_form {
    width: 100%;
    height: auto;
    margin-top: 0;
  }
}
.search_form-wrap .search_form .form_list.satei_select .bukken_form .sub_title, .search_form-wrap .search_form .form_list.satei_select .hensai_form .sub_title {
  padding: 20px 0;
}
.search_form-wrap .search_form .form_list.satei_select .bukken_form .inner, .search_form-wrap .search_form .form_list.satei_select .hensai_form .inner {
  background-color: #ebeef1;
  position: relative;
  padding: 15px 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .form_list.satei_select .bukken_form .inner, .search_form-wrap .search_form .form_list.satei_select .hensai_form .inner {
    position: relative;
    top: auto;
    left: auto;
    transform: none;
    margin-top: 0;
    padding: 15px 5px;
  }
}
.search_form-wrap .search_form .form_list.satei_select .bukken_form .inner label, .search_form-wrap .search_form .form_list.satei_select .hensai_form .inner label {
  cursor: pointer;
}
.search_form-wrap .search_form .form_list.satei_select .submit-wrap {
  width: 100%;
  text-align: center;
}
.search_form-wrap .search_form .form_list.satei_select .submit-wrap input[type=submit] {
  margin: auto;
  margin-top: 30px;
  border: hidden;
  background-color: #92c800;
  color: white;
  font-size: 1rem;
  padding: 10px 30px;
  cursor: pointer;
}
.search_form-wrap .search_form .submit-wrap {
  width: 100%;
  text-align: center;
}
.search_form-wrap .search_form .submit-wrap .submit {
  margin: auto;
  margin-top: 24px;
  background-color: #92c800;
  color: white;
  border: hidden;
  font-size: 1rem;
  width: 400px;
  padding: 15px;
  box-sizing: border-box;
  font-weight: 500;
  cursor: pointer;
  display: flex;
  align-items: center;
  justify-content: center;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .submit-wrap .submit {
    width: 100%;
  }
}
.search_form-wrap .search_form .submit-wrap .submit i {
  color: white;
  margin-right: 10px;
}
@media screen and (max-width: 767px) {
  .search_form-wrap .search_form .submit-wrap .submit {
    margin-top: 14px;
  }
}

/* スマホ30秒査定用 */
.sp_satei {
  margin-top: 0;
}

.satei_banner {
  width: calc(100% - 20px);
  margin: 10px auto 0;
  display: flex;
  border-radius: 3px;
  background-color: white;
  padding: 10px;
  box-sizing: border-box;
}
.satei_banner .img-wrap {
  margin-right: 10px;
}
.satei_banner .img-wrap img {
  width: auto;
  height: auto;
  max-width: 35px;
  max-height: 35px;
}
.satei_banner .text-wrap .headline {
  font-size: 0.8rem;
  font-weight: bold;
  margin-bottom: 5px;
  color: #ff3300;
}
.satei_banner .text-wrap .subline {
  font-size: 0.7rem;
  color: #828282;
}

/* お知らせ */
#front-info {
  padding: 50px 0;
}

#front-info .inner {
  width: 1080px;
  margin: 0 auto;
  display: flex;
}

#front-info .inner h2 {
  flex: 0 0 252px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #222;
  color: #FFF;
  justify-content: center;
}

#front-info .inner h2 span {
  font-size: 22px;
  font-weight: 900;
  margin-bottom: 15px;
}

#front-info .inner h2 a {
  color: #FFF;
  font-weight: 400;
  font-size: 14px;
  text-decoration: none;
  opacity: 0.5;
  line-height: 24px;
  display: block;
  border: 1px solid rgba(255, 255, 255, 0.5);
  width: 120px;
  position: relative;
  text-align: center;
}

#front-info .inner h2 a i {
  position: absolute;
  top: 0;
  bottom: 0;
  right: 10px;
  height: 14px;
  margin: auto 0;
}

#front-info .inner ul {
  width: 100%;
  background-color: #FFF;
}

#front-info .inner ul li:nth-of-type(n+2) {
  border-top: 1px dotted #AAA;
}

#front-info .inner ul li a {
  display: flex;
  text-decoration: none;
  padding: 18px 20px;
  padding-right: 0;
  font-size: 15px;
}

#front-info .inner ul li a > span {
  margin-left: 20px;
}

@media screen and (max-width: 767px) {
  #front-info {
    background-color: #FFF;
    padding: 30px 10px 25px;
    margin-top: 20px;
  }
  #front-info .inner {
    width: auto;
    display: block;
  }
  #front-info .inner h2 {
    display: block;
    text-align: center;
    padding-top: 0;
    background-color: transparent;
    color: #0f0f0f;
    margin-bottom: 15px;
  }
  #front-info .inner h2 span {
    font-weight: bold;
    margin-bottom: unset;
  }
  #front-info .inner ul {
    border-bottom: 1px dotted #AAA;
    height: auto;
    border-top: 1px dotted #AAA;
    margin-bottom: 15px;
  }
  #front-info .inner ul li a {
    flex-direction: column;
    font-size: 14px;
    line-height: 1.5;
    padding: 14px 0;
  }
  #front-info .inner ul li a > span {
    margin-left: 0;
  }
  #front-info .inner ul li a > time {
    font-size: 12px;
  }
  #front-info .inner .sp_btn {
    display: block;
    background-color: #92c800;
    color: white;
    padding: 10px 0;
    position: relative;
    width: 180px;
    text-decoration: none;
    margin: auto;
    text-align: center;
    margin-top: 15px;
    font-size: 14px;
  }
  #front-info .inner .sp_btn i {
    color: white;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
  }
}
.frontpage-sns-icons {
  display: flex;
  align-items: center;
  justify-content: center;
  padding-top: 10px;
  padding-bottom: 35px;
  background-color: white;
}

.frontpage-sns-icon {
  transition: opacity 0.3s;
  width: 32px;
}
.frontpage-sns-icon:hover {
  opacity: 0.8;
}
.frontpage-sns-icon + .frontpage-sns-icon {
  margin-left: 20px;
}

/* 物件更新情報 */
.koushin-wrap {
  width: 100%;
  box-sizing: border-box;
  background-image: url(../images/index/koushin_bg.png);
  background-position: center;
  background-size: cover;
  padding: 47px 15px 20px;
}
@media screen and (max-width: 767px) {
  .koushin-wrap {
    height: auto;
    padding: 30px 10px 15px;
  }
}
.koushin-wrap > .inner {
  width: auto;
  height: 100%;
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.koushin-wrap > .inner .title {
  color: white;
  font-size: 1.3rem;
  text-align: center;
  font-weight: normal;
}
@media screen and (max-width: 767px) {
  .koushin-wrap > .inner .title {
    font-size: 0.8rem;
    line-height: 1.2rem;
    font-weight: bold;
  }
}
.koushin-wrap > .inner .icon-wrap {
  margin-top: 15px;
  display: flex;
  justify-content: space-around;
}
@media screen and (max-width: 767px) {
  .koushin-wrap > .inner .icon-wrap {
    flex-wrap: wrap;
    justify-content: space-between;
    margin-top: 20px;
  }
}
.koushin-wrap > .inner .icon-wrap .list {
  width: 270px;
  height: 270px;
  padding-top: 40px;
  box-sizing: border-box;
  text-align: center;
  text-decoration: none;
  transition: background-color 0.3s;
}
@media screen and (max-width: 767px) {
  .koushin-wrap > .inner .icon-wrap .list {
    width: calc(50% - 5px);
    height: auto;
    border: solid 1px white;
    margin-bottom: 10px;
    padding: 15px;
  }
}
.koushin-wrap > .inner .icon-wrap .list:hover {
  background-color: #92c800;
  text-decoration: none;
}
@media screen and (max-width: 767px) {
  .koushin-wrap > .inner .icon-wrap .list img {
    width: auto;
    height: auto;
    max-width: 26px;
    max-height: 26px;
  }
}
.koushin-wrap > .inner .icon-wrap .list .number-wrap {
  font-size: 1.8rem;
  color: white;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .koushin-wrap > .inner .icon-wrap .list .number-wrap {
    font-size: 0.8rem;
    margin-top: 10px;
  }
}
.koushin-wrap > .inner .icon-wrap .list .number-wrap .number {
  font-size: 3.6rem;
  color: white;
  font-weight: 500;
}
@media screen and (max-width: 767px) {
  .koushin-wrap > .inner .icon-wrap .list .number-wrap .number {
    font-size: 1.6rem;
  }
}
.koushin-wrap > .inner .icon-wrap .list .text-wrap {
  color: white;
  font-size: 1.4rem;
  line-height: 1.8rem;
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .koushin-wrap > .inner .icon-wrap .list .text-wrap {
    font-size: 0.7rem;
    line-height: 0.9rem;
    margin-top: 5px;
  }
}
.koushin-wrap > .inner .icon-wrap .list .desc {
  color: white;
  font-size: 0.8rem;
  margin-top: 15px;
}
@media screen and (max-width: 767px) {
  .koushin-wrap > .inner .icon-wrap .list .desc {
    margin-top: 5px;
    font-size: 0.6rem;
  }
  .koushin-wrap > .inner .icon-wrap .list .desc:after {
    content: "\f101";
    font-family: FontAwesome;
    margin-left: 10px;
    color: white;
  }
}
.koushin-wrap > .inner .date {
  width: 100%;
  bottom: 0;
  color: white;
  font-size: 0.8rem;
  font-weight: lighter;
  text-align: center;
  margin-top: 20px;
}
@media screen and (max-width: 767px) {
  .koushin-wrap > .inner .date {
    font-size: 0.6rem;
    margin-top: 10px;
  }
}

/* バナー表示 */
.banner-wrap {
  padding: 50px 0;
  background-image: url(../images/index/banner_bg.png);
}
@media screen and (max-width: 767px) {
  .banner-wrap {
    width: 100%;
    margin-bottom: 0;
    padding: 25px 10px;
    text-align: center;
    box-sizing: border-box;
  }
}
.banner-wrap > .inner {
  max-width: 1080px;
  margin: auto;
}
.banner-wrap > .inner > a:last-of-type {
  margin-bottom: 0;
}
@media screen and (min-width: 768px) {
  .banner-wrap .campaignbnr {
    margin-top: -13px;
  }
  .banner-wrap .campaignbnr > a {
    display: block;
    margin-bottom: 30px;
  }
  .banner-wrap .campaignbnr img {
    transform: translate(0, 0);
    transition: 0.2s;
  }
  .banner-wrap .campaignbnr img:hover {
    opacity: 0.8;
    transform: translate(2px, 2px);
  }
}
.banner-wrap a {
  display: block;
  margin-bottom: 30px;
}
@media screen and (max-width: 767px) {
  .banner-wrap a {
    margin-bottom: 10px;
  }
}
.banner-wrap img {
  opacity: 1;
  transition: all 0.2s;
}
@media screen and (max-width: 767px) {
  .banner-wrap img {
    max-width: 100%;
  }
}
.banner-wrap img.hover {
  opacity: 0.8;
}

.register-banner {
  display: flex;
  align-items: flex-end;
}

.register-banner__link {
  transition: opacity 0.3s;
}
.register-banner__link:hover {
  opacity: 0.8;
}

@media screen and (max-width: 767px) {
  .register-banner__left {
    margin-right: auto;
    margin-left: auto;
  }
  .register-banner__left img {
    width: calc(100vw - 20px);
    max-width: 600px;
  }
}
.register-banner__right a {
  position: relative;
}

.register-banner__kensu {
  position: absolute;
  top: 50%;
  left: 50%;
  color: #fff;
  font-size: 25px;
  transform: translate(-50%, -50%);
  white-space: nowrap;
}
.register-banner__kensu > strong {
  font-size: 50px;
}

/* 今すぐ見られる物件特集 */
.bukken_tokusyu-wrap {
  padding: 45px 0 40px;
  background: url(../images/index/tokusyu_bg.jpg) center no-repeat;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .bukken_tokusyu-wrap {
    padding: 30px 10px 50px;
    background-position: 37% 50%;
  }
}
.bukken_tokusyu-wrap > .inner {
  max-width: 1080px;
  margin: auto;
}
.bukken_tokusyu-wrap > .inner .title {
  text-align: center;
  text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
  font-size: 1.6rem;
  padding-bottom: 15px;
  position: relative;
  margin-bottom: 15px;
}
@media screen and (max-width: 767px) {
  .bukken_tokusyu-wrap > .inner .title {
    font-size: 1rem;
    padding-bottom: 0;
  }
}
.bukken_tokusyu-wrap > .inner .title:after {
  content: "";
  display: block;
  width: 40px;
  height: 1px;
  background-color: black;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translate(-50%, 0);
}
@media screen and (max-width: 767px) {
  .bukken_tokusyu-wrap > .inner .title:after {
    display: none;
  }
}
.bukken_tokusyu-wrap > .inner .title:first-letter {
  font-size: 3rem;
  color: #92c800;
}
@media screen and (max-width: 767px) {
  .bukken_tokusyu-wrap > .inner .title:first-letter {
    font-size: 1.5rem;
  }
}
.bukken_tokusyu-wrap > .inner .desc {
  font-size: 0.8rem;
  line-height: 1.4rem;
  text-shadow: 2px 2px 3px #fff, -2px 2px 3px #fff, 2px -2px 3px #fff, -2px -2px 3px #fff;
  text-align: center;
}
@media screen and (max-width: 767px) {
  .bukken_tokusyu-wrap > .inner .desc {
    text-align: left;
    font-size: 0.65rem;
    line-height: 1.15rem;
  }
}
.bukken_tokusyu-wrap > .inner .tokusyu-table {
  margin-top: 30px;
  margin-left: -5px;
  width: calc(100% + 10px);
  border-spacing: 5px;
  border-collapse: separate;
}
.bukken_tokusyu-wrap > .inner .tokusyu-table td,
.bukken_tokusyu-wrap > .inner .tokusyu-table th {
  width: 10%;
  box-sizing: border-box;
  text-align: center;
  vertical-align: middle;
}
.bukken_tokusyu-wrap > .inner .tokusyu-table th {
  background-color: rgba(0, 0, 0, 0.8);
  color: white;
  font-size: 0.75rem;
  font-weight: bold;
  padding: 18px 8px;
}
.bukken_tokusyu-wrap > .inner .tokusyu-table th:first-of-type {
  text-align: left;
  white-space: nowrap;
}
.bukken_tokusyu-wrap > .inner .tokusyu-table th:first-of-type img {
  width: auto;
  height: auto;
  max-width: 20px;
  max-height: 20px;
  margin-right: 5px;
}
.bukken_tokusyu-wrap > .inner .tokusyu-table tr:first-of-type th:first-of-type {
  background: linear-gradient(to top right, rgba(0, 0, 0, 0.8) 49%, transparent 49%, transparent 51%, rgba(0, 0, 0, 0.8) 51%);
}
.bukken_tokusyu-wrap > .inner .tokusyu-table tr:nth-of-type(n + 2) th:first-of-type {
  display: flex;
  width: 100%;
  height: 100%;
  align-items: center;
}
.bukken_tokusyu-wrap > .inner .tokusyu-table td {
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 0.8rem;
  font-weight: bold;
}
@media screen and (max-width: 767px) {
  .bukken_tokusyu-wrap > .inner .tokusyu-list {
    display: flex;
    justify-content: space-between;
    margin-top: 10px;
  }
  .bukken_tokusyu-wrap > .inner .tokusyu-list .list {
    width: calc(33% - 5px);
    text-align: center;
    background-color: rgba(0, 0, 0, 0.7);
    box-sizing: border-box;
    padding: 15px 0;
    position: relative;
  }
  .bukken_tokusyu-wrap > .inner .tokusyu-list .list img:first-of-type {
    width: auto;
    height: auto;
    max-width: 30px;
    max-height: 30px;
  }
  .bukken_tokusyu-wrap > .inner .tokusyu-list .list .kind {
    font-size: 0.8rem;
    color: white;
    line-height: 1.3rem;
    font-weight: bold;
  }
  .bukken_tokusyu-wrap > .inner .tokusyu-list .list .number {
    font-size: 0.8rem;
    color: white;
    line-height: 1.3rem;
    font-weight: bold;
  }
}

/************************************************
 * 新着ニュース（iframe抜き出し用）
 ************************************************/
.news-wrap {
  padding: 60px 0 50px;
  background-image: url(../images/index/news_bg.png);
  background-position: center;
}
@media screen and (max-width: 767px) {
  .news-wrap {
    background-image: url(../images/sp/news_bg.png);
    background-size: 50px 50px;
    padding: 50px 0 20px;
  }
}
.news-wrap > .inner {
  max-width: 1080px;
  margin: auto;
  position: relative;
}
.news-wrap > .inner .title {
  display: inline-block;
  padding: 10px 60px;
  background-color: white;
  border: solid 1px #92c800;
  font-weight: normal;
  font-size: 0.9rem;
  color: #92c800;
  position: absolute;
  top: -50px;
  left: 50%;
  transform: translate(-50%, -50%);
}
@media screen and (max-width: 767px) {
  .news-wrap > .inner .title {
    width: 250px;
    box-sizing: border-box;
    text-align: center;
    transform: translate(-50%, -20px);
    top: -50px;
  }
}
.news-wrap > .inner .title:after {
  content: "";
  display: block;
  border: solid 8px transparent;
  border-top: solid 8px white;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.news-wrap > .inner .title:before {
  content: "";
  display: block;
  border: solid 10px transparent;
  border-top: solid 10px #92c800;
  position: absolute;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.news-wrap > .inner .news_list-wrap {
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  justify-content: space-between;
  gap: 15px;
}
@media screen and (max-width: 767px) {
  .news-wrap > .inner .news_list-wrap .slick-slide {
    margin: 0 7px;
  }
  .news-wrap > .inner .news_list-wrap .fa.slick-arrow {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 50px;
    z-index: 1;
    color: #222;
    opacity: 0.5;
    font-size: 28px;
  }
  .news-wrap > .inner .news_list-wrap .fa.slick-arrow::before {
    position: absolute;
    top: calc(50% - 14px);
  }
  .news-wrap > .inner .news_list-wrap .fa-angle-left.slick-arrow {
    left: 0;
  }
  .news-wrap > .inner .news_list-wrap .fa-angle-left.slick-arrow::before {
    right: 0;
  }
  .news-wrap > .inner .news_list-wrap .fa-angle-right.slick-arrow {
    right: 0;
  }
  .news-wrap > .inner .news_list-wrap .fa-angle-right.slick-arrow::before {
    left: 0;
  }
}
.news-wrap > .inner .news_list-wrap .list {
  width: calc(25% - 12px);
}
.news-wrap > .inner .news_list-wrap .list .headline {
  width: 100%;
  background-color: #92c800;
  color: white;
  font-size: 0.8rem;
  padding: 12px 0;
  text-align: center;
}
.news-wrap > .inner .news_list-wrap .list iframe {
  height: 300px;
}
.news-wrap > .inner .news_list-wrap .list .home_feature_bottom_sowing-list {
  background-color: white;
  padding: 10px;
  list-style: none;
}
.news-wrap > .inner .news_list-wrap .list .home_feature_bottom_sowing-list li span {
  font-size: 0.7rem;
  color: #92c800;
  line-height: 1rem;
}
.news-wrap > .inner .news_list-wrap .list .home_feature_bottom_sowing-list li h4 {
  font-size: 0.7rem;
  line-height: 1.05rem;
  font-weight: normal;
}
.news-wrap > .inner .news_list-wrap .list .home_feature_bottom_sowing-list li h4 a {
  text-decoration: none;
}

/***************************************************
 * おすすめ物件特集(抜き出し用)　ここから
 ***************************************************/
.bukken-wrap {
  padding: 40px 0 60px;
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .bukken-wrap {
    max-width: 100%;
    background-color: white;
    padding: 30px 0 25px;
  }
}
.bukken-wrap .inner {
  width: 1080px;
  margin: auto;
}
@media screen and (max-width: 767px) {
  .bukken-wrap .inner {
    width: 100%;
  }
}
.bukken-wrap .inner .headline {
  text-align: center;
  font-size: 1.6rem;
  color: #0f0f0f;
  padding-bottom: 30px;
  margin-bottom: 30px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .bukken-wrap .inner .headline {
    font-size: 1rem;
    padding-bottom: 17px;
    margin-bottom: 17px;
  }
}
.bukken-wrap .inner .headline:after {
  position: absolute;
  display: block;
  content: "";
  background-color: #92c800;
  height: 1px;
  width: 40px;
  top: 100%;
  left: 50%;
  transform: translate(-50%, 0);
}
.bukken-wrap .inner .subline {
  text-align: center;
  font-size: 1rem;
  color: #3e464b;
  margin-bottom: 30px;
  position: relative;
}
.bukken-wrap .inner .subline .btn {
  display: inline-block;
  background-color: #92c800;
  color: white;
  padding: 10px 10px 10px 25px;
  font-size: 0.7rem;
  position: absolute;
  right: 0;
  text-decoration: none;
}
.bukken-wrap .inner .subline .btn i {
  margin-left: 10px;
  color: white;
}
@media screen and (max-width: 767px) {
  .bukken-wrap .inner .subline .btn {
    display: none;
  }
}
@media screen and (max-width: 767px) {
  .bukken-wrap .inner .subline {
    font-size: 0.65rem;
    line-height: 1rem;
    margin-bottom: 15px;
  }
}
.bukken-wrap .inner .sp_btn {
  display: none;
}
@media screen and (max-width: 767px) {
  .bukken-wrap .inner .sp_btn {
    display: block;
    background-color: #92c800;
    color: white;
    padding: 10px 0;
    position: relative;
    width: 200px;
    text-decoration: none;
    margin: auto;
    text-align: center;
    margin-top: 15px;
  }
  .bukken-wrap .inner .sp_btn i {
    color: white;
    position: absolute;
    top: 50%;
    right: 10px;
    transform: translate(0, -50%);
  }
}
.bukken-wrap .inner .scroll-wrap {
  width: 100%;
}
@media screen and (max-width: 767px) {
  .bukken-wrap .inner .scroll-wrap {
    max-width: 100%;
    overflow: hidden;
  }
}
.bukken-wrap .inner .home_ranking-list {
  width: 100%;
}
.bukken-wrap .inner .home_ranking-list table {
  width: 100%;
  table-layout: fixed;
  border-spacing: 12px;
  border-collapse: separate;
}
@media screen and (max-width: 767px) {
  .bukken-wrap .inner .home_ranking-list table {
    width: 320%;
    border-spacing: 0;
  }
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn {
  width: 100%;
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn .slick-list {
  width: 100vw !important;
  box-sizing: border-box;
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn .slick-list .slick-slide {
  margin: 0 10px;
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td {
  width: calc(20% - 12px);
}
@media screen and (max-width: 767px) {
  .bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td {
    width: 100%;
  }
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_detail {
  width: 100%;
  font-size: 0.8rem;
  text-align: center;
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_detail .home_ranking-list_detail_area {
  display: inline-block;
  width: 100%;
  background-color: #222222;
  color: white;
  text-align: center;
  font-size: 0.8rem;
  padding: 10px;
  box-sizing: border-box;
  margin-bottom: 14px;
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_detail .home_ranking-list_detail_price {
  font-size: 1.2rem;
  color: #f6aa00;
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_detail .home_ranking-list_detail_sub-price {
  color: #f6aa00;
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_detail .home_ranking-kotsu_info {
  display: inline-block;
  width: 100%;
  text-align: center;
  font-size: 0.8rem;
  padding: 0 10px;
  box-sizing: border-box;
  margin-top: 10px;
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_img {
  margin-top: 5px;
  position: relative;
  width: 100%;
  height: 190px;
  overflow: hidden;
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_img img {
  width: 100%;
  height: auto;
  position: absolute;
  top: 50%;
  left: 0;
  transform: translate(0, -50%);
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_point {
  display: flex;
  margin-top: 10px;
  margin-bottom: 10px;
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_point .home_ranking-list_point_contents {
  font-size: 0.7rem;
  line-height: 0.85rem;
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td .home_ranking-list_point .home_ranking-list_point_contents .home_ranking-list_point_title {
  font-size: 1.2rem;
  color: #f6aa00;
  display: inline-block;
  width: 100%;
  margin-bottom: 10px;
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td > .syosaia {
  display: inline-block;
  width: 100%;
  text-align: center;
  padding: 6px 0 10px;
  background-color: #ebeef1;
  position: relative;
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td > .syosaia .home_ranking-list_btn {
  display: inline-block;
  width: calc(100% - 50px);
  text-decoration: none;
  background-color: #f6aa00;
  color: white;
  font-size: 0.8rem;
  padding: 15px;
  box-sizing: border-box;
  border-radius: 5px;
  position: relative;
  box-shadow: 0 4px 0 #c48904;
  transition: all 0.3s;
}
.bukken-wrap .inner .home_ranking-list table .home_ranking_tksn td > .syosaia .home_ranking-list_btn:hover {
  box-shadow: 0 0 0 #c48904;
  transform: translate(0, 4px);
}

/***************************************************
 * おすすめ物件特集(抜き出し用)　ここまで
 ***************************************************/
/* 売却をお考えの方 */
.home-baikyaku {
  width: 100%;
  padding: 60px 0;
  background-image: url(../images/index/baikyaku_bg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
@media screen and (max-width: 767px) {
  .home-baikyaku {
    padding: 30px 10px;
    box-sizing: border-box;
  }
}

.home-baikyaku__inner {
  max-width: 1080px;
  margin: auto;
  display: flex;
}
@media screen and (max-width: 767px) {
  .home-baikyaku__inner {
    flex-direction: column;
  }
}

.home-baikyaku-eyecatch-wrap {
  flex: 0 0 540px;
}
@media screen and (max-width: 767px) {
  .home-baikyaku-eyecatch-wrap {
    display: contents;
  }
}

@media screen and (max-width: 767px) {
  .home-baikyaku-eyecatch {
    margin-top: 20px;
  }
}

.home-baikyaku-main {
  margin-left: 30px;
}
@media screen and (max-width: 767px) {
  .home-baikyaku-main {
    display: contents;
  }
}

.home-baikyaku__title {
  margin-top: 36px;
  color: white;
  font-size: 1.5rem;
}
.home-baikyaku__title:first-letter {
  font-size: 3rem;
  color: #92c800;
}
@media screen and (max-width: 767px) {
  .home-baikyaku__title {
    order: -1;
    margin-top: 0;
    font-size: 1rem;
    text-align: center;
  }
  .home-baikyaku__title:first-letter {
    font-size: 1.5rem;
  }
}

.home-baikyaku__text {
  margin-top: 22px;
  color: white;
  font-size: 0.8rem;
  line-height: 1.3rem;
  text-align: justify;
}
@media screen and (max-width: 767px) {
  .home-baikyaku__text {
    font-size: 0.65rem;
    line-height: 1.15rem;
    margin-top: 10px;
  }
}

.home-baikyaku-btn {
  margin-top: 25px;
}
@media screen and (max-width: 767px) {
  .home-baikyaku-btn {
    margin-top: 15px;
  }
}

.home-baikyaku-btn > .btn {
  display: inline-block;
  padding: 18px;
  padding-left: 36px;
  color: white;
  background-color: #92c800;
  font-size: 1rem;
  letter-spacing: -0.1em;
  text-decoration: none;
}
.home-baikyaku-btn > .btn::after {
  content: "";
  display: inline-block;
  width: 26px;
  height: 12px;
  margin-left: 40px;
  background: url(../images/icon/arrow.png);
  background-size: 26px 12px;
}
@media screen and (max-width: 767px) {
  .home-baikyaku-btn > .btn {
    display: block;
    box-sizing: border-box;
    margin: auto;
    width: 50%;
    text-align: center;
    padding: 10px;
    font-size: 0.7rem;
    letter-spacing: 0;
    position: relative;
  }
  .home-baikyaku-btn > .btn::after {
    content: "\f105";
    position: absolute;
    top: 50%;
    right: 10px;
    bottom: 0;
    width: auto;
    height: auto;
    margin-left: 0;
    background: none;
    font-family: FontAwesome;
    opacity: 0.75;
    transform: translateY(-50%);
  }
}

/* ページリスト */
.page_list-wrap {
  padding: 50px 0;
  background-color: #ebeef1;
}
@media screen and (max-width: 767px) {
  .page_list-wrap {
    padding: 20px 10px;
  }
}
.page_list-wrap > .inner {
  max-width: 1080px;
  margin: auto;
}

.page_list {
  list-style: none;
  width: 100%;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 25px;
}
@media screen and (max-width: 767px) {
  .page_list {
    grid-template-columns: auto;
    gap: 10px 0;
  }
}
.page_list .list {
  height: 200px;
  position: relative;
}
@media screen and (max-width: 767px) {
  .page_list .list {
    width: 100%;
    height: 90px;
    display: flex;
  }
}
.page_list .img {
  width: 100%;
  height: 100%;
  background-position: center;
  background-size: cover;
}
@media screen and (max-width: 767px) {
  .page_list .img {
    width: 50%;
  }
}
.page_list .title-wrap {
  position: absolute;
  width: 100%;
  height: auto;
  bottom: 0;
  left: 0;
  padding: 8px 5px 8px 15px;
  background-color: rgba(0, 0, 0, 0.75);
  box-sizing: border-box;
}
@media screen and (max-width: 767px) {
  .page_list .title-wrap {
    position: relative;
    bottom: auto;
    left: auto;
    width: 50%;
    padding: 10px;
    padding-right: 25px;
  }
}
.page_list .title-wrap:after {
  content: "\f105";
  position: absolute;
  top: 50%;
  right: 10px;
  color: white;
  transform: translate(0, -50%);
  font-family: FontAwesome;
}
@media screen and (max-width: 767px) {
  .page_list .inner {
    position: absolute;
    top: 50%;
    left: 10px;
    width: 100%;
    transform: translate(0, -50%);
  }
}
.page_list .sub_title {
  color: white;
  font-size: 0.65rem;
}
@media screen and (max-width: 767px) {
  .page_list .sub_title {
    font-size: 0.6rem;
    line-height: 0.75rem;
  }
}
.page_list .title {
  color: white;
  font-size: 0.8rem;
  font-weight: normal;
  margin-top: 5px;
}
@media screen and (max-width: 767px) {
  .page_list .title {
    line-height: 0.9rem;
  }
}