@charset "UTF-8";
html[lang="ja"] {
  margin: 0 !important;
}
body {
  font-size: 3.733vw;
  color: #231815;
  margin: 60px 0 14%;
}
.pc-only {
  display: none !important;
}
#wpadminbar {
  display: none !important;
}
@media all and (min-width: 501px) {
  body {
    font-size: 18px;
  }
}
.inner {
  width: 90%;
  margin: auto;
}
/* == parts ============================================== */
.parts_soudan {
  padding: 12% 0 8%;
  position: relative;
}
.parts_soudan::before {
  content: "";
  width: 2px;
  height: 0px;
  background: #e73825;
  position: absolute;
  left: 0;
  right: 0;
  top: -8%;
  margin: auto;
  -webkit-animation: soudan 2s ease 0s infinite;
  animation: soudan 2s ease 0s infinite;
}
@-webkit-keyframes soudan {
  0% {
    top: -8%;
    height: 0;
  }
  50% {
    top: -8%;
    height: 16%;
  }
  100% {
    top: 8%;
    height: 0px;
  }
}
@keyframes soudan {
  0% {
    top: -8%;
    height: 0;
  }
  50% {
    top: -8%;
    height: 16%;
  }
  100% {
    top: 8%;
    height: 0px;
  }
}
.parts_soudan .soudan_title {
  text-align: center;
  font-size: 150%;
  font-weight: 900;
  color: #e73825;
}
.parts_soudan .soudan_lead {
  text-align: center;
  font-size: 90%;
  font-weight: 700;
  margin: 0 0 5%;
}
.parts_soudan .soudan_flex {
  text-align: center;
}
.parts_soudan .soudan_flex img {
  vertical-align: top;
}
.parts_soudan .soudan_flex > div {
  margin: 0 0 3%;
}
.parts_kaitori {
  background: url("../img/reason-bnr01_sp.jpg") no-repeat center;
  background-size: cover;
  padding: 102% 0 8%;
}
.parts_kaitori .textBox {
  background: rgba(255, 255, 255, 0.75);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  margin: auto;
  border-radius: 4px;
  padding: 10% 5% 5%;
}
.parts_kaitori .textBox img {
  vertical-align: top;
}
.parts_kaitori .textBox .kaitori_text {
  margin: auto;
}
.parts_pager {
  text-align: center;
}
.parts_pager span, .parts_pager a {
  display: inline-block;
  padding: 0 10px;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.parts_pager span + a::before, .parts_pager a + a::before, .parts_pager a + span::before {
  content: "";
  width: 1px;
  height: 1.2em;
  background: #323232;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.parts_pager span, .parts_pager a:hover {
  color: #29ab38;
}
.btn_kaitori {
  margin: auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #fff;
  background: #e73825;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_kaitori a {
  display: block;
  font-size: 114.285%;
  font-weight: 700;
  color: #fff;
  padding: 4% 0;
  background: url(../img/arrow01.svg) no-repeat right 5% center;
  background-size: 4.5vw auto;
}
.parts_kaitori .btn_kaitori {
  margin: 8% auto 0;
}
.btn_base {
  width: 74%;
  margin: auto;
  background: #e73825;
  text-align: center;
  border-radius: 4px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.btn_base a {
  display: block;
  line-height: 45px;
  color: #fff;
  font-weight: 700;
  background: url(../img/arrow01.svg) no-repeat right 10% center;
  background-size: 14px auto;
  font-size: 116%;
}
.btn_base:hover {
  opacity: 1 !important;
  background: #29ab38;
}
.title_center {
  text-align: center;
  line-height: 1.5;
  margin: 0 0 10%;
}
.title_center span.sub {
  display: block;
  margin: 0 0 2%;
  font-size: 114.3%;
  font-weight: 700;
}
.title_center span.main {
  display: block;
  margin: 0 0 3%;
  color: #e73825;
  font-size: 178.6%;
  font-weight: 900;
}
.table_base {
  width: 100%;
}
.table_base tr:nth-child(odd) {
  background: #faf8e9;
}
.table_base th {
  display: block;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3% 5%;
}
.table_base td {
  display: block;
  padding: 0% 5% 3%;
}
/* == header ============================================== */
header {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  z-index: 1000;
}
header .h_inner {
  padding: 5px 0;
  background: #fff;
}
header .h-logo {
  width: 142px;
  margin: 0 0 0 20px;
}
header .h-logo img {
  vertical-align: top;
}
#menu-trigger {
  position: absolute;
  right: 19px;
  top: 20px;
  z-index: 1001;
  width: 34px;
  height: 23px;
}
#menu-trigger span {
  position: absolute;
  display: block;
  width: 100%;
  height: 2px;
  background: #1c1c1c;
  left: 0;
  margin: auto;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  -webkit-transform-origin: center;
  transform-origin: center;
}
#menu-trigger span:nth-child(1) {
  top: 0;
}
#menu-trigger span:nth-child(2) {
  top: 0;
  bottom: 0;
}
#menu-trigger span:nth-child(3) {
  bottom: 0;
}
body.nav--open #menu-trigger span:nth-child(1) {
  -webkit-transform: translateY(10.5px) rotateZ(45deg);
  transform: translateY(10.5px) rotateZ(45deg);
}
body.nav--open #menu-trigger span:nth-child(2) {
  -webkit-transform: translateX(20px);
  transform: translateX(20px);
  opacity: 0;
}
body.nav--open #menu-trigger span:nth-child(3) {
  -webkit-transform: translateY(-10.5px) rotateZ(-45deg);
  transform: translateY(-10.5px) rotateZ(-45deg);
}
header nav {
  position: absolute;
  top: 60px;
  left: 0;
  z-index: 1001;
  width: 100%;
  height: calc(100vh - 60px);
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 5% 0 20%;
  background: #fff;
  opacity: 0;
  visibility: hidden;
  pointer-events: none;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
  overflow-y: scroll;
  transform: translateX(100%);
}
body.nav--open header nav {
  opacity: 1;
  visibility: visible;
  pointer-events: auto;
  transform: translateX(0);
}
.list_mainNav-pc {
  display: none;
}
.list_mainNav {
  width: 85%;
  margin: auto;
}
.list_mainNav > li {
  border-bottom: solid 1px #959595;
  position: relative;
}
.list_subNavText {
  margin-top: -5px;
}
.list_mainNav > li > a {
  display: block;
  font-size: 107.1%;
  padding: 4% 0;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  width: 100%;
}
.list_mainNav > li:hover > a, #page_news .list_mainNav > li:nth-child(1) > a, #page_flow .list_mainNav > li:nth-child(2) > a, #page_kaitori .list_mainNav > li:nth-child(3) > a, #page_buy .list_mainNav > li:nth-child(4) > a, #page_voice .list_mainNav > li:nth-child(5) > a, #page_auction .list_mainNav > li:nth-child(6) > a, #page_stores .list_mainNav > li:nth-child(7) > a, #page_company .list_mainNav > li:nth-child(8) > a {
  color: #29ab38;
}
.list_mainNav__item--sns-twitter {
  padding: 4% 0;
}
.list_mainNav__item--sns-twitter, li.list_mainNav__item--sns-line a {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_mainNav__item--sns-twitter span, li.list_mainNav__item--sns-line a span {
  display: block;
}
.list_mainNav__item--other a span {
  display: block;
  text-align: center;
  width: 100%;
}
.list_mainNav__item--other a .txt {
  margin-bottom: 10px;
}
.list_mainNav__item--other a .icon {
  height: 45px;
}
.list_mainNav__item--other a span img {
  height: 100%;
}
.list_mainNav__item--sns-twitter .icon, li.list_mainNav__item--sns-line a .icon {
  width: 20%;
}
.list_mainNav__item--sns-twitter .txt, li.list_mainNav__item--sns-line a .txt {
  width: 75%;
}
.list_subNav {
  width: 100%;
  padding-bottom: 3%;
  display: flex;
  flex-wrap: wrap;
}
header .list_subNav > li {
  width: 50%;
}
.list_subNav a {
  display: block;
  padding: 3% 0 3% 20px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  position: relative;
}
.list_subNav a::after {
  content: "";
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 5px 0 5px 10px;
  border-color: transparent transparent transparent #231815;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_subNav a:hover {
  color: #e73825;
}
.list_subNav a:hover::before {
  width: 30px;
  background-color: #e73825;
}
.list_subNav a:hover::after {
  border-color: #e73825;
}
/**/
#side_fixed {
  position: fixed;
  width: 100%;
  left: 0;
  bottom: 0;
  z-index: 1000;
}
#side_fixed .fixed_icon {
  position: absolute;
  bottom: 0;
  height: 65px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
#side_fixed .fixed_icon.icon--contact {
  background: #5cb431;
  left: 0;
}
#side_fixed .fixed_icon.icon--line {
  background: #06c755;
  left: 20%;
}
#side_fixed .fixed_icon.icon--twitter {
  background: #1c80e6;
  left: 40%;
}
#side_fixed .fixed_icon.icon--yahuoku {
  background: #f3c200;
  left: 33.3333333333%;
}
#side_fixed .fixed_icon.icon--fc {
  background: #e40000;
  /* left: calc(100% / 3); */
  right: 0;
}
#side_fixed .fixed_icon {
  width: calc(100vw / 3);
}
#side_fixed .fixed_icon img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 0;
  width: 30vw;
  height: 30vw;
}
#side_fixed .fixed_icon.icon--sell {
  left: 0;
  background-color: #044a96;
}
#side_fixed .fixed_icon.icon--buy {
  background-color: #006539;
  left: 50%;
  transform: translateX(-50%);
}
#side_fixed .fixed_icon.icon--search {
  background-color: #d3146d;
  right: 0;
}
#side_fixed .fixed_icon.icon--twitter::before {
  content: "";
  width: 12px;
  height: 4px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #fff;
  border-bottom: solid 1px #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 6px;
  margin: auto;
}
#side_fixed .fixed_icon > a, #side_fixed .fixed_icon span {
  display: block;
  width: 100%;
  /* padding: 8% 0; */
  overflow: hidden;
  white-space: nowrap;
  line-height: 1.2;
  text-align: center;
  /* text-indent: 120%; */
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  cursor: pointer;
}
/* #side_fixed .fixed_icon.icon--contact > a {
	background: url(../img/icon-contact_sp.svg) no-repeat center;
	background-size: 68.8%;
} */
#side_fixed .fixed_icon.icon--line > a {
  background: url(../img/icon-line.svg) no-repeat center top 60%;
  background-size: 70%;
}
#side_fixed .fixed_icon.icon--twitter > span {
  background: url(../img/icon-twitter.svg) no-repeat center;
  background-size: 60%;
}
#side_fixed .fixed_icon a {
  font-size: 22px;
  color: #fff;
  font-weight: 700;
}
#side_fixed .fixed_icon.icon--yahuoku > a {
  background: url(../img/txt_yahuoku_sp.svg) no-repeat center;
  background-size: 86.4%;
}
/* #side_fixed .fixed_icon.icon--fc > a {
	background: url(../img/txt_fc_sp.svg) no-repeat center;
	background-size: 77.6%;
} */
#side_fixed .fixed_bnr {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 40%;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  overflow: hidden;
}
#side_fixed .fixed_bnr > div {
  float: left;
  width: 50%;
}
#side_fixed .fixed_bnr > div a {
  display: block;
}
#side_fixed .fixed_bnr img {
  vertical-align: top;
}
#side_fixed .list_twitterDetail {
  text-align: center;
  position: absolute;
  width: 200%;
  bottom: 100%;
  left: -50%;
  overflow: hidden;
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background: #1c80e6;
  padding: 15% 0;
  pointer-events: none;
  visibility: hidden;
  opacity: 0;
}
#side_fixed .list_twitterDetail a {
  display: block;
  color: #fff;
  padding: 3% 10%;
  position: relative;
}
/**/
#side_fixed .fixed_icon.icon--twitter.is--active .list_twitterDetail {
  pointer-events: auto;
  visibility: visible;
  opacity: 1;
}
#side_fixed .fixed_icon.icon--twitter.is--active::before {
  border-color: #333;
}
/* == footer ============================================== */
footer {
  background: #faf8e9;
  padding: 15% 0 6%;
}
footer .f_flex {
  margin: 0 0 12%;
}
footer .f_flex .f_logo {
  width: 60%;
  margin: 0 auto 6%;
}
footer .f_flex .fNav_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  flex-wrap: wrap;
}
footer .f_flex .fNav_flex .list_fNav {
  width: 50%;
}
footer .f_flex .fNav_flex .list_fNav.nav--long {
  width: 100%;
}
.list_fNav > li > a {
  display: inline-block;
  font-weight: 700;
  padding: .4em 0 .4em 1.1em;
  position: relative;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  line-height: 1.4;
}
.list_fNav > li > a::before {
  content: "";
  width: 0.6em;
  height: 0.6em;
  position: absolute;
  left: 0;
  top: 0.8em;
  margin: auto;
}
.list_fNav > li.color01 > a::before {
  background: #29ab38;
}
.list_fNav > li.color02 > a::before {
  background: #e73825;
}
.list_fNav > li.color01 > a:hover {
  color: #29ab38;
}
.list_fNav > li.color02 > a:hover {
  color: #e73825;
}
.list_fSubNavWrap:nth-of-type(n+2) {
  margin-top: 5px;
}
.list_fSubNav {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.list_fSubNav li {
  width: 33.33%;
}
.list_fSubNav a {
  display: inline-block;
  font-size: 90%;
  padding: 1% 0 1% 1.2em;
  position: relative;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_fSubNav a::before {
  content: "";
  width: 0.9em;
  height: 1px;
  background: #000;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.list_fSubNav a:hover {
  color: #e73825;
}
footer .copyright {
  text-align: center;
  font-size: 62.5%;
}
/* == frontpage ==============================================*/
.block_frontTop {
  overflow: hidden;
  position: relative;
}
.block_frontTop .area_slide {
  margin: auto;
  position: relative;
}
.block_frontTop .area_slide .swiper, .block_frontTop .area_slide .swiper-wrapper, .block_frontTop .area_slide .swiper-slide {
  height: 100%;
}
.block_frontTop .area_slide .swiper-slide img {
  width: 100%;
  display: block;
  margin: auto;
  max-width: none;
}
.block_frontTop .area_slide .swiper-pagination {
  position: absolute;
  bottom: 30px;
  left: 0;
  width: 100%;
  text-align: center;
  z-index: 10;
  line-height: 1;
}
.block_frontTop .area_slide .swiper-pagination span {
  position: relative;
  display: inline-block;
  width: 20px;
  height: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 1px #fff;
  border-radius: 50%;
  margin: 0 7px;
  background: rgba(255, 255, 255, 0.5);
  overflow: hidden;
  cursor: pointer;
}
.block_frontTop .area_slide .swiper-pagination span::before {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  width: 100%;
  height: 100%;
  background: #29ab38;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0s;
  transition: all 0s;
  border-radius: 50%;
}
.block_frontTop .area_slide .swiper-pagination span.swiper-pagination-bullet-active::before {
  -webkit-transform: scale(1);
  transform: scale(1);
  -webkit-transition: all 5s;
  transition: all 5s;
}
.block_frontTop .title {
  position: absolute;
  top: 5%;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 5;
  max-width: 1365px;
  text-align: center;
}
.block_frontTop .title img {
  width: 1147px;
  max-width: none;
}
.block_frontTop .telWrap {
  position: absolute;
  left: -650px;
  right: 0;
  bottom: 50px;
  background: rgba(255, 255, 255, 0.6);
  border-radius: 20px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 650px;
  z-index: 5;
  margin: auto;
}
.block_frontTop .telWrap a {
  display: block;
  max-width: 550px;
  margin: auto;
  padding: 30px 0;
}
/*-----*/
.block_frontOnayami {
  padding: 15% 0 10%;
  background: #faf8e9;
}
.block_frontOnayami .onayami_title {
  width: 90%;
  margin: 0 auto 10%;
}
.list_onayami li {
  padding: 68% 0 0;
  margin: 0 0 7%;
  background-position: center;
  background-size: 80% auto;
  background-repeat: no-repeat;
}
.list_onayami li img {
  display: none;
}
.list_onayami li:nth-child(1) {
  background-image: url(../img/onayami-img01_sp.svg);
}
.list_onayami li:nth-child(2) {
  background-image: url(../img/onayami-img02_sp.svg);
}
.list_onayami li:nth-child(3) {
  background-image: url(../img/onayami-img03_sp.svg);
}
/**/
.block_frontReason {
  padding: 25% 0 10%;
  background: #faf8e9;
  position: relative;
}
.block_frontReason::before {
  content: "";
  width: 24%;
  height: 0;
  padding: 7% 0 0;
  background: url(../img/illust01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 3%;
  top: 0%;
  -webkit-animation: furafura 2s ease-in 0s infinite;
  animation: furafura 2s ease-in 0s infinite;
}
.block_frontReason::after {
  content: "";
  width: 15%;
  height: 0;
  padding: 12% 0 0;
  background: url(../img/illust03.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 6%;
  top: 1%;
  -webkit-animation: updown 3s ease 0s infinite;
  animation: updown 3s ease 0s infinite;
}
@-webkit-keyframes furafura {
  0%, 50%, 100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: translateX(5px) translateY(-5px);
    transform: translateX(5px) translateY(-5px);
  }
  75% {
    -webkit-transform: translateX(-5px) translateY(-5px);
    transform: translateX(-5px) translateY(-5px);
  }
}
@keyframes furafura {
  0%, 50%, 100% {
    -webkit-transform: translateX(0) translateY(0);
    transform: translateX(0) translateY(0);
  }
  25% {
    -webkit-transform: translateX(5px) translateY(-5px);
    transform: translateX(5px) translateY(-5px);
  }
  75% {
    -webkit-transform: translateX(-5px) translateY(-5px);
    transform: translateX(-5px) translateY(-5px);
  }
}
@-webkit-keyframes updown {
  0%, 50%, 100% {
    -webkit-transform: translateY(0) rotateZ(0deg);
    transform: translateY(0) rotateZ(0deg);
  }
  25%, 75% {
    -webkit-transform: translateY(-2px) rotateZ(3deg);
    transform: translateY(-2px) rotateZ(3deg);
  }
}
@keyframes updown {
  0%, 50%, 100% {
    -webkit-transform: translateY(0) rotateZ(0deg);
    transform: translateY(0) rotateZ(0deg);
  }
  25%, 75% {
    -webkit-transform: translateY(-2px) rotateZ(3deg);
    transform: translateY(-2px) rotateZ(3deg);
  }
}
@-webkit-keyframes scale {
  0%, 100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
@keyframes scale {
  0%, 100% {
    -webkit-transform: scale(0.8);
    transform: scale(0.8);
  }
  50% {
    -webkit-transform: scale(1.1);
    transform: scale(1.1);
  }
}
.block_frontReason .inner {
  position: relative;
}
.block_frontReason .inner::before {
  content: "";
  width: 50%;
  height: 0;
  padding: 37% 0 0;
  background: url("../img/person01_sp.png") no-repeat;
  background-size: contain;
  position: absolute;
  right: 2%;
  top: 30vw;
}
.block_frontReason .reason_title {
  width: 80%;
  margin: 0 auto 35%;
}
.list_reasons > li {
  margin: 0 0 20%;
  position: relative;
}
.list_reasons > li::before {
  content: "";
  position: absolute;
  z-index: 10;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center;
}
.list_reasons > li:nth-child(1)::before {
  width: 18%;
  height: 0;
  padding: 27% 0 0;
  background-image: url(../img/reason-num01.svg);
  left: 0;
  top: -10%;
}
.list_reasons > li:nth-child(2)::before {
  width: 23%;
  height: 0;
  padding: 22% 0 0;
  background-image: url(../img/reason-num02.svg);
  left: -4%;
  top: -8%;
}
.list_reasons > li:nth-child(3)::before {
  width: 20%;
  height: 0;
  padding: 25% 0 0;
  background-image: url(../img/reason-num03.svg);
  left: 0;
  top: -7%;
}
.list_reasons > li:nth-child(4)::before {
  width: 18%;
  height: 0;
  padding: 27% 0 0;
  background-image: url(../img/reason-num04.svg);
  left: -1%;
  top: -10%;
}
.list_reasons > li:nth-child(5)::before {
  width: 18%;
  height: 0;
  padding: 29% 0 0;
  background-image: url(../img/reason-num05.svg);
  left: 0;
  top: -10%;
}
.list_reasons .thumbnail {
  overflow: hidden;
  border-radius: 10px;
  padding: 70% 0 0;
  margin: 0 0 5%;
}
.list_reasons .reasons_title {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  color: #29ab38;
  line-height: 1.4;
  margin: 0 0 4%;
}
.list_reasons .reasons_text {
  margin: 0 5%;
}
/**/
.block_frontNews {
  background: #faf8e9;
  padding: 0 0 10%;
  overflow: hidden;
}
.block_frontNews .area_news {
  position: relative;
}
.block_frontNews .area_news::before {
  content: "";
  width: 3px;
  height: 75%;
  position: absolute;
  right: 0;
  left: 0;
  bottom: 2%;
  margin: auto;
  background: #e73825;
}
.block_frontNews .area_news .inner {
  position: relative;
}
.block_frontNews .area_news .inner::before {
  content: "";
  width: 30%;
  height: 0;
  padding: 39% 0 0;
  position: absolute;
  left: 10%;
  top: 19.5vw;
  background: url("../img/person02.png") no-repeat;
  background-size: contain;
  z-index: 5;
}
.block_frontNews .news_title {
  width: 50%;
  height: 0;
  padding: 50% 0 0;
  margin: 0 auto 10%;
  background: url(../img/news-title_sp.svg) no-repeat;
  background-size: contain;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 120%;
}
.block_frontNews .newsBox {
  background: #f1e9d7;
  margin: 0 0 0 auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 7% 7% 20%;
  position: relative;
}
.block_frontNews .newsBox .news_name {
  font-size: 121.43%;
  font-weight: 700;
  margin: 0 0 2%;
}
.block_frontNews .newsBox .news_text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  line-height: 2;
}
.block_frontNews .newsBox .news_link {
  position: absolute;
  right: 7%;
  bottom: 8%;
  font-size: 85.71%;
}
.block_frontNews .newsBox .news_link a {
  display: inline-block;
  position: relative;
  padding: 0 40px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_frontNews .newsBox .news_link a:hover {
  color: #e73825;
}
.block_frontNews .newsBox .news_link a::before {
  content: "";
  width: 30px;
  height: 1px;
  background: #231815;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_frontNews .newsBox .news_link a::after {
  content: "";
  width: 9px;
  height: 9px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_frontNews .newsBox .news_link a:hover::before {
  background: #e73825;
}
.block_frontNews .newsBox .news_link a:hover::after {
  border-color: #e73825;
}
.block_frontNews .btn_base {
  margin: 12% auto 0;
}
.block_frontNews .parts_kaitori {
  margin: 30% 0 0;
  position: relative;
}
.block_frontNews .parts_kaitori::before {
  content: "";
  width: 18%;
  height: 0;
  padding: 13% 0 0;
  background: url(../img/illust04.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 5%;
  top: -6%;
  -webkit-animation: updown 3s ease 0s infinite;
  animation: updown 3s ease 0s infinite;
}
/**/
.block_frontKaitori {
  padding: 10% 0;
  background: #faf8e9;
  position: relative;
}
.block_frontKaitori::before {
  content: "";
  width: 15%;
  height: 0;
  padding: 5% 0 0;
  background: url(../img/illust05.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 3%;
  top: -1%;
  -webkit-animation: scale 3s ease 0s infinite;
  animation: scale 3s ease 0s infinite;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
}
.block_frontKaitori .inner {
  position: relative;
  z-index: 5;
}
.block_frontKaitori .title_center {
  overflow: hidden;
  white-space: nowrap;
  height: 0;
  padding: 87% 0 0;
  text-indent: 120%;
  background: url(../img/title_jisseki.png) no-repeat;
  background-size: contain;
  margin: 0;
  width: 110%;
  -webkit-transform: translateX(-10%);
  transform: translateX(-10%);
}
.list_kaitori {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin: -28% 0 0;
}
.list_kaitori::after {
  content: "";
  display: block;
  width: 48%;
}
.list_kaitori li {
  width: 48%;
  margin: 0 0 8%;
}
.list_kaitori .thumbnail {
  padding: 65% 0 0;
  margin: 0 0 3%;
  position: relative;
}
.list_kaitori .thumbnail img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_kaitori a .thumbnail::before {
  position: absolute;
  font-weight: 700;
  right: 0;
  top: 0;
  min-width: 45%;
  text-align: center;
  color: #fff;
  z-index: 10;
  pointer-events: none;
  font-size: 80%;
}
.list_kaitori .thumbnail.situation01::before {
  content: "商談中";
  background: #1bb8ce;
}
.list_kaitori .thumbnail.situation02::before {
  content: "成約済み";
  background: #e60012;
}
.list_kaitori .kaitori_info span.info--cat {
  display: inline;
  margin: 0 2% 0 0;
}
.list_kaitori .kaitori_info span.info--cat span.cat {
  display: inline-block;
  background: #6a3906;
  font-size: 78%;
  color: #fff;
  border-radius: 4px;
  padding: 4px;
  line-height: 1;
  margin: 0 0 0 0.5%;
}
.list_kaitori .kaitori_info span.info--time {
  font-size: 78.6%;
}
.list_kaitori .kaitori_title {
  font-size: 85.7%;
  text-align: left;
}
.list_kaitori a:hover .kaitori_title {
  color: #29ab38;
  font-weight: 700;
}
.list_kaitori .kaitori_number {
  font-size: 75%;
}
.list_kaitori .kaitori_price {
  color: #e73825;
  font-weight: 900;
  line-height: 1;
  margin: 5px 0 0;
  word-break: break-all;
}
.list_kaitori .kaitori_price span.number {
  padding: 5px 0 0;
  display: inline-block;
  font-size: 150%;
}
/**/
.block_frontBuy {
  background: #eaf4fc;
  padding: 60px 0;
  position: relative;
}
.block_frontBuy .inner {
  position: relative;
  z-index: 5;
}
.block_frontBuy .list_kaitori {
  margin: 0;
}
.block_frontBuy .list_kaitori .kaitori_info span.info--cat span.cat, .block_buy .list_kaitori .kaitori_info span.info--cat span.cat {
  background: #5bab34;
}
/**/
.block_frontVoice {
  padding: 30px 0 50px;
  background: #f9f7e8;
}
.block_frontVoice .area_voice {
  background: url(../img/voice-bg_sp.jpg) no-repeat center;
  background-size: cover;
  padding: 9% 0;
  margin: 20% 0 0;
  position: relative;
}
.block_frontVoice .area_voice::before {
  content: "";
  width: 18%;
  height: 0;
  padding: 18% 0 0;
  background: url(../img/illust06.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 2%;
  top: -28%;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: updown 3s ease 0s infinite;
  animation: updown 3s ease 0s infinite;
}
.block_frontVoice .area_voice a {
  display: block;
  width: 85%;
  margin: auto;
  text-align: center;
  color: #6a3906;
  background: rgba(255, 255, 255, 0.75);
  padding: 3% 0;
  position: relative;
}
.block_frontVoice .area_voice a::before {
  content: "";
  width: 35px;
  height: 35px;
  border-radius: 4px;
  position: absolute;
  right: 0;
  bottom: 0;
  background: #e73825;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_frontVoice .area_voice a::after {
  content: "";
  width: 14px;
  height: 12px;
  background: url("../img/arrow01.svg") no-repeat;
  background-size: cover;
  position: absolute;
  right: 12px;
  bottom: 12px;
}
.block_frontVoice .area_voice .voice_title {
  font-size: 142%;
  font-weight: 700;
  margin: 0 0 2%;
}
.block_frontVoice .area_voice .voice_lead {
  font-size: 85%;
  margin: 0 0 2%;
}
.block_frontVoice .area_voice .voice_text {
  font-weight: 700;
  line-height: 1.4;
}
/**/
.block_frontStores {
  padding: 20% 0;
  background: #faf8e9;
  position: relative;
}
.block_frontStores::before {
  content: "";
  width: 15%;
  height: 0;
  padding: 22% 0 0;
  background: url(../img/illust07.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 4%;
  top: -1%;
  -webkit-animation: scale 8s ease 0s infinite;
  animation: scale 8s ease 0s infinite;
}
.block_frontStores::after {
  content: "";
  width: 50%;
  height: 0;
  padding: 8.7% 0 0;
  background: url("../img/illust08.svg") no-repeat;
  background-size: contain;
  position: absolute;
  left: 5%;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: center bottom;
  transform-origin: center bottom;
  -webkit-animation: me 10s ease 0s infinite;
  animation: me 10s ease 0s infinite;
}
@-webkit-keyframes me {
  0%, 10%, 30%, 50%, 70%, 90%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
@keyframes me {
  0%, 10%, 30%, 50%, 70%, 90%, 100% {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
  20%, 40%, 60%, 80% {
    -webkit-transform: scale(1.05);
    transform: scale(1.05);
  }
}
.block_frontStores .yahooBnr {
  margin: 0 auto;
}
.block_frontStores .area_stores {
  position: relative;
  overflow: hidden;
  margin: 0 0 20%;
}
.block_frontStores .area_stores .inner {
  position: relative;
  padding: 25% 0 15px;
}
.block_frontStores .area_stores .inner::after {
  content: "";
  width: 3px;
  height: 40px;
  background: #e73825;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  z-index: 10;
}
.block_frontStores .area_stores .inner::before {
  content: "";
  width: 50%;
  height: 0;
  padding: 64% 0 0;
  background: url(../img/person04_sp.png) no-repeat;
  background-size: contain;
  position: absolute;
  right: -15%;
  top: 3%;
  z-index: 1;
}
.block_frontStores .area_stores .title_center {
  position: relative;
  z-index: 10;
}
.block_frontStores .area_stores .title_center span.sub {
  text-shadow: 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff, 0 0 3px #fff;
}
.block_frontStores .area_stores .stores_map {
  position: relative;
}
.block_frontStores .area_stores .stores_map.map--hokkaido {
  margin: 0 auto 10%;
}
.block_frontStores .area_stores .stores_map .map-image {
  position: relative;
  z-index: 0;
  max-width: 670px;
  margin: 0 auto 3%;
  overflow: hidden;
  border-radius: 6px;
  counter-reset: number 0;
}
.block_frontStores .area_stores .stores_map .map-image img {
  vertical-align: top;
}
.block_frontStores .area_stores .stores_map .map-image a {
  position: absolute;
  z-index: 5;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_frontStores .area_stores .stores_map .map-image a#map__h_iwamizawa {
  width: 30%;
  left: 31.5%;
  top: 38%;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(1) {
  width: 23%;
  left: 44.5%;
  top: 3%;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(2) {
  width: 18%;
  left: 54.6%;
  top: 18.6%;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(3) {
  width: 17%;
  left: 42%;
  top: 17.5%;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(4) {
  width: 18%;
  left: 49.5%;
  top: 40%;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(5) {
  width: 14.2%;
  left: 40%;
  top: 38%;
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(6) {
  width: 30%;
  left: 15%;
  top: 46.5%;
  clip-path: polygon(100% 31%, 89% 32%, 71% 57%, 75% 58%, 75% 95%, 47% 94%, 49% 100%, 0% 100%, 0 64%, 83% 0, 100% 0);
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(7) {
  width: 23%;
  left: 36%;
  top: 53.6%;
  clip-path: polygon(100% 14%, 100% 100%, 48% 100%, 57% 79%, 0 79%, 0 50%, 19% 46%, 24% 20%, 56% 24%, 61% 6%);
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(8) {
  width: 27%;
  left: 30.2%;
  top: 69.5%;
  clip-path: polygon(100% 0, 96% 85%, 48% 100%, 52% 58%, 0 56%, 0 34%, 90% 33%, 44% 37%, 70% 20%, 70% 0);
}
.block_frontStores .area_stores .stores_map .map-image a:nth-of-type(9) {
  width: 12%;
  left: 37.2%;
  top: 66.3%;
  clip-path: polygon(100% 0, 100% 64%, 48% 97%, 0 100%, 0 0);
}
.block_frontStores .area_stores .stores_map .map-image a img {
  opacity: 0;
}
.block_frontStores .area_stores .stores_map .map_base {
  z-index: 5;
  background: #fff;
  border: solid 2px #e73825;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3% 4%;
  margin: 0 auto 4%;
  position: relative;
  max-width: 400px;
}
.block_frontStores .area_stores .stores_map .map_base::before {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 0.55em;
  background: #e73825;
  border-radius: 50%;
  color: #fff;
  font-size: 200%;
  font-weight: 900;
  width: 1.4em;
  line-height: 1.4em;
  text-align: center;
}
.block_frontStores .area_stores .stores_map .map_base.map--aomori::before {
  content: "1";
}
.block_frontStores .area_stores .stores_map .map_base.map--iwate::before {
  content: "2";
}
.block_frontStores .area_stores .stores_map .map_base.map--ichinoseki::before {
  content: "3";
}
.block_frontStores .area_stores .stores_map .map_base.map--akita::before {
  content: "4";
}
.block_frontStores .area_stores .stores_map .map_base.map--miyagi::before {
  content: "5";
}
.block_frontStores .area_stores .stores_map .map_base.map--yamagata::before {
  content: "6";
}
.block_frontStores .area_stores .stores_map .map_base.map--niigata::before {
  content: "7";
}
.block_frontStores .area_stores .stores_map .map_base.map--fukushima::before {
  content: "8";
}
.block_frontStores .area_stores .stores_map .map_base.map--ibaraki::before {
  content: "9";
}
.block_frontStores .area_stores .stores_map .map_base.map--tochigi::before {
  content: "10";
}
.block_frontStores .area_stores .stores_map .map_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block_frontStores .area_stores .stores_map .map_flex .flex_left {
  width: 60%;
}
.block_frontStores .area_stores .stores_map .map_area {
  padding: 0 0 0 3em;
}
.block_frontStores .area_stores .stores_map .map_name {
  font-size: 150%;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0 2em;
  margin: 0 0 3%;
}
.block_frontStores .area_stores .stores_map .map_att {
  font-size: 72%;
  margin: 0 0 2%;
}
.block_frontStores .area_stores .stores_map .map_app {
  position: absolute;
  right: 15px;
  top: 10px;
}
.block_frontStores .area_stores .stores_map .map_app a {
  display: inline-block;
  color: #e73825;
  font-size: 93.75%;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block_frontStores .area_stores .stores_map .map_cat {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block_frontStores .area_stores .stores_map .map_cat span {
  display: inline-block;
  line-height: 1.2;
  background: #f9bc00;
  padding: 2% 3%;
  border-radius: 4px;
  text-align: center;
  font-size: 75%;
  width: 23%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block_frontStores .area_stores .stores_map .map_cat span + span {
  margin: 0 0 0 3.5%;
}
.block_frontStores .area_stores .stores_map .map_image {
  width: 40%;
}
.block_frontStores .area_stores .stores_map .map_link {
  font-weight: 700;
  background: #e73825;
  padding: 8px 0;
  text-align: center;
  border-radius: 6px;
  margin: 15px auto 10px;
}
.block_frontStores .area_stores .stores_map .map_link a {
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/arrow01.svg) no-repeat right 10px center;
  background-size: 15px auto;
}
.block_frontStores .area_company .company_thumbnail {
  border-radius: 4px;
  position: relative;
  text-align: center;
}
.block_frontStores .area_company .company_thumbnail::before {
  content: "";
  width: 2px;
  height: 20px;
  background: #e73825;
  position: absolute;
  left: 0;
  right: 0;
  top: -20px;
  margin: auto;
}
.block_frontStores .area_company .company_thumbnail img {
  vertical-align: top;
}
.block_frontStores .area_company .company_box .company_text {
  width: 90%;
  margin: 5% auto 10%;
}
/**/
.block_frontCompany {
  padding: 15% 0 20%;
  position: relative;
  z-index: 5;
  background: #fff;
}
.block_frontCompany::after {
  content: "";
  width: 20%;
  height: 0;
  padding: 16% 0 0;
  background: url(../img/illust09.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: 4%;
  bottom: -1%;
  -webkit-animation: updown 3s ease 0s infinite;
  animation: updown 3s ease 0s infinite;
}
.list_form {
  margin: 0 auto 8%;
}
.list_form li {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_form li + li {
  margin: 6% 0 0;
}
.list_form .form_label {
  width: 36%;
  position: relative;
  font-size: 92.86%;
}
.list_form .form_input {
  width: 64%;
  font-size: 92.86%;
}
.form_base input[type="text"], .form_base input[type="tel"], .form_base input[type="email"], .form_base textarea {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #f1f1f1;
  border: solid 1px #e5e5e4;
  border-radius: 4px;
  width: 100%;
  padding: 10px;
}
.form_base input.small {
  width: 26%;
  margin: 0 1% 0 0;
}
.form_base .area_policy {
  background: #f1f1f1;
  margin: 0 auto 8%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 6%;
  height: 240px;
  overflow-y: scroll;
}
.form_base .area_policy .policy_title {
  font-size: 122%;
  font-weight: 700;
  color: #29ab38;
}
.form_base .area_policy .policy_text {
  font-size: 79%;
  margin: 0 0 8%;
}
.form_base .area_policy dl + dl {
  margin: 8% 0 0;
}
.form_base .area_policy dl dt {
  font-size: 93%;
  font-weight: 700;
  color: #29ab38;
  margin: 0 0 2%;
}
.form_base .area_policy dl dd {
  font-size: 79%;
}
.form_base .policy_check {
  text-align: center;
  margin: 0 0 12%;
  cursor: pointer;
}
.form_base input[type="submit"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 74%;
  display: block;
  background-color: #e73825;
  background-image: url("../img/arrow01.svg");
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 14px auto;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 10px auto;
}
.form_base input[type="submit"]:hover {
  background-color: #29ab38;
}
.form_base input[type="button"] {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: 50%;
  display: block;
  background-color: #ccc;
  color: #fff;
  font-weight: 700;
  border: none;
  border-radius: 4px;
  padding: 12px 0;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  margin: 10px auto;
}
.form_base .form--att {
  margin: -6% 0 8%;
  text-align: right;
}
.form_base .form--att span {
  font-size: 93.75%;
  background: #e73825;
  color: #fff;
  padding: 1px 4px;
  line-height: 1;
  border-radius: 4px;
  margin: 0 3px;
}
/* == underpage ============================================== */
.block_pageName {
  height: 200px;
  background: url(../img/page_bnr.jpg) no-repeat center;
  background-size: cover;
  position: relative;
}
.block_pageName .inner {
  height: 100%;
}
.block_pageName .pageName_title {
  height: 100%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  font-size: 200%;
  font-weight: 900;
  color: #fff;
  text-shadow: 0 0 5px #333, 0 0 5px #333, 0 0 5px #333, 0 0 5px #333;
}
.bg--on {
  background: #faf8e9;
}
/* ======
page-name #news
======*/
.block_news {
  padding: 12% 0 15%;
}
.list_news {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.list_news li {
  width: 100%;
  margin: 0 0 10%;
  position: relative;
  padding: 0 0 2em;
}
.list_news li a {
  display: block;
}
.list_news .thumbnail {
  padding: 65% 0 0;
  margin: 0 0 2%;
  border-radius: 6px;
}
.list_news .thumbnail::before {
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background: rgba(41, 171, 56, 0.3);
  z-index: 5;
  opacity: 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_news .infoBox span {
  display: inline-block;
  font-size: 87.5%;
}
.list_news .news_title {
  font-size: 118.75%;
  font-weight: 700;
  line-height: 1.5;
  margin: 0 0 5px;
}
.list_news .news_text {
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.list_news .news_more {
  position: absolute;
  right: 0;
  bottom: 0;
  font-size: 81.25%;
  padding: 0 30px 0 0;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_news .news_more::before {
  content: "";
  width: 20px;
  height: 1px;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  background: #231815;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_news .news_more::after {
  content: "";
  width: 7px;
  height: 7px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-top: solid 1px #231815;
  border-right: solid 1px #231815;
  position: absolute;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.list_news a:hover .thumbnail::before {
  opacity: 1;
}
.list_news a:hover .news_more {
  color: #e73825;
}
.list_news a:hover .news_more::before {
  background-color: #e73825;
}
.list_news a:hover .news_more::after {
  border-color: #e73825;
}
/*------------------------------*/
article .news-info {
  text-align: left;
  position: relative;
}
article .news-info time {
  display: inline-block;
  margin: 0 5px 0 0;
}
article .news-info span.cat {
  display: inline-block;
  background: #6a3906;
  color: #fff;
  margin: 0 5px 5px 0;
  padding: 0 8px;
  border-radius: 6px;
}
body#page_buy article .news-info span.cat {
  background: #5bab34;
}
article .news-info::before {
  position: absolute;
  font-size: 18px;
  font-weight: 700;
  right: 0;
  top: 0;
  width: 120px;
  text-align: center;
  color: #fff;
  z-index: 10;
  pointer-events: none;
}
article .news-info.situation01::before {
  content: "商談中";
  background: #1bb8ce;
}
article .news-info.situation02::before {
  content: "成約済み";
  background: #e60012;
}
article .news_singleTitle {
  font-size: 212.5%;
  font-weight: 700;
  margin: 0 0 20px;
  line-height: 1.5;
}
.single-pager {
  position: relative;
  margin: 50px 0 0;
  padding: 60px 0 0;
  border-top: solid 1px #999;
}
.single-pager .pager-prev {
  position: absolute;
  z-index: 5;
  left: 0;
  top: 25px;
  width: 45%;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 80%;
}
.single-pager .pager-back {
  text-align: center;
}
.single-pager .pager-next {
  position: absolute;
  z-index: 5;
  right: 0;
  top: 25px;
  width: 45%;
  text-align: right;
  overflow: hidden;
  white-space: nowrap;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  font-size: 80%;
}
.single-pager a {
  display: inline-block;
  font-weight: 700;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.single-pager a:hover {
  color: #29ab38;
}
/* ======
page-name #flow
======*/
.block_flow {
  padding: 12% 0 18%;
}
.block_flow .flow_stepTitle {
  text-align: center;
  width: 60%;
  margin: 0 auto 10%;
  padding: 0 0 0 30%;
}
.block_flow .inner {
  position: relative;
}
.block_flow .inner::before {
  content: "";
  width: 30%;
  height: 0;
  padding: 40% 0 0;
  background: url(../img/flow/illust01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  top: 0;
}
.list_flowStep {
  position: relative;
}
.list_flowStep::before {
  content: "";
  width: 8px;
  height: calc(100% - 200px);
  background: #fff;
  position: absolute;
  left: 0;
  right: 0;
  top: 40px;
  margin: auto;
}
.list_flowStep li {
  position: relative;
  z-index: 5;
}
.list_flowStep li + li {
  margin: 20% 0 0;
}
.list_flowStep .stepTextBox {
  margin: 0 0 5%;
}
.list_flowStep .stepTextBox .step_num {
  width: 86px;
  margin: auto;
  position: relative;
  padding: 20px 0 0;
}
.list_flowStep .stepTextBox .step_num::before {
  content: "";
  width: 68px;
  height: 34px;
  background: url(../img/flow/step.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -5px;
  top: 0;
}
.list_flowStep .stepTextBox .box_title {
  font-size: 150%;
  font-weight: 700;
  color: #e73825;
}
.list_flowStep .stepTextBox .box_text {
  font-size: 125%;
}
.list_flowStep .stepImageBox .box_image {
  overflow: hidden;
  border-radius: 15px;
  text-align: center;
}
.list_flowStep .stepImageBox .box_image img {
  vertical-align: top;
}
/* ======
page-name #kaitori
======*/
.block_kaitori {
  padding: 12% 0 16%;
}
.block_kaitori .list_kaitori {
  margin: 5% 0;
}
.block_kaitori .area_data {
  margin: 10% 0;
}
.block_kaitori .area_data .data_title {
  font-size: 156.25%;
  font-weight: 700;
  margin: 0 0 5px;
}
.list_singleData {
  border-top: solid 1px #aaaaaa;
  border-left: solid 1px #aaaaaa;
}
.list_singleData > li {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 1px #aaaaaa;
  border-bottom: solid 1px #aaaaaa;
}
.list_singleData > li.long {
  width: 100%;
}
.list_singleData dl {
  font-size: 93.75%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.list_singleData dl dt {
  background: #f0f0f0;
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100px;
  border-right: solid 1px #aaaaaa;
}
.list_singleData dl dd {
  padding: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: calc(100% - 100px);
}
.list_singleData dl dd span {
  display: inline-block;
}
.list_singleData dl dd span + span {
  margin: 0 0 0 5px;
}
.list_singleData li.long dl {
  display: block;
}
.list_singleData li.long dl dt {
  width: 100%;
  text-align: center;
  border-right: none;
  border-bottom: solid 1px #aaaaaa;
}
.list_singleData li.long dl dd {
  width: 100%;
}
.block_kaitori .area_slide .swiper {
  overflow: visible;
}
.block_kaitori .area_slide .swiper .swiper_main {
  position: relative;
}
.block_kaitori .area_slide .swiper-wrapper {
  overflow: hidden;
}
.block_kaitori .area_slide .swiper-slide img {
  display: block;
  vertical-align: top;
}
.block_kaitori .area_slide .swiper-button-prev {
  width: 14px;
  height: 30px;
  background: url("../img/slide-prev.svg") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 10;
  left: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.block_kaitori .area_slide .swiper-button-next {
  width: 14px;
  height: 30px;
  background: url("../img/slide-next.svg") no-repeat;
  background-size: contain;
  position: absolute;
  z-index: 10;
  right: -10px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.block_kaitori .area_slide .swiper#js_singleThumb {
  margin: 20px 0 0;
}
.block_kaitori .area_slide .swiper#js_singleThumb .swiper-slide {
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_kaitori .area_slide .swiper#js_singleThumb .swiper-slide:hover {
  opacity: 0.7;
}
.block_kaitori .area_slide .swiper#js_singleThumb .swiper-slide.swiper-slide-thumb-active {
  opacity: 0.7;
}
/* ======
page-name #voice
======*/
.block_voice {
  padding: 10% 0 15%;
}
.list_voiceEp li {
  background: #fff;
  margin: 25% 0 0;
  padding: 20% 5% 10%;
  border-radius: 10px;
  position: relative;
}
.list_voiceEp .ep_title {
  width: 70%;
  height: 0;
  padding: 22% 0 0;
  margin: auto;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 120%;
  background-size: contain;
  background-repeat: no-repeat;
  position: absolute;
  top: -10vw;
  left: 0;
  right: 0;
}
.list_voiceEp li:nth-child(1) .ep_title {
  background-image: url(../img/voice/ep01.svg);
}
.list_voiceEp li:nth-child(2) .ep_title {
  background-image: url(../img/voice/ep02.svg);
}
.list_voiceEp li:nth-child(3) .ep_title {
  background-image: url(../img/voice/ep03.svg);
}
.list_voiceEp li:nth-child(4) .ep_title {
  background-image: url(../img/voice/ep04.svg);
}
.list_voiceEp li:nth-child(5) .ep_title {
  background-image: url(../img/voice/ep05.svg);
}
.list_voiceEp .voice_customer {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 50%;
  padding: 50% 0 0;
}
.list_voiceEp li:nth-child(1) .voice_customer {
  background-image: url(../img/voice/ep01-1.svg);
}
.list_voiceEp li:nth-child(2) .voice_customer {
  background-image: url(../img/voice/ep02-1.svg);
}
.list_voiceEp li:nth-child(3) .voice_customer {
  background-image: url(../img/voice/ep03-1.svg);
}
.list_voiceEp li:nth-child(4) .voice_customer {
  background-image: url(../img/voice/ep04-1.svg);
}
.list_voiceEp li:nth-child(5) .voice_customer {
  background-image: url(../img/voice/ep05-1.svg);
}
.list_voiceEp .voice_customer .customer_title {
  font-size: 145%;
  font-weight: 700;
  color: #29ab38;
  text-align: center;
  margin: 0 0 1%;
  padding: 3% 0 0;
}
.list_voiceEp .voice_customer .customer_text {
  margin: 0 0 5%;
}
.list_voiceEp .voice_staff {
  background-repeat: no-repeat;
  background-position: center top;
  background-size: 50%;
  padding: 55% 0 0;
  margin: 10% 0 0;
  font-size: 120%;
  font-weight: 700;
  color: #e73825;
}
.list_voiceEp li.ep01 .voice_staff {
  background-image: url("../img/voice/staff01.png");
}
.list_voiceEp li.ep02 .voice_staff {
  background-image: url("../img/voice/staff02.png");
}
.list_voiceEp li.ep03 .voice_staff {
  background-image: url("../img/voice/staff03.png");
}
.list_voiceEp li.ep04 .voice_staff {
  background-image: url("../img/voice/staff04.png");
}
.list_voiceEp li.ep05 .voice_staff {
  background-image: url("../img/voice/staff05.png");
}
/* ======
page-name #company
======*/
.block_company {
  padding: 12% 0 16%;
}
/* ======
page-name #contact
======*/
.block_contact {
  padding: 12% 0;
}
.block_contact .title_center {
  margin: 0 auto 10%;
}
.block_contact .title_center span.sub {
  line-height: 1.5;
}
.block_contact .area_thanks {
  padding: 20% 0 15%;
  background: #fffa64;
  border-radius: 10px;
  text-align: center;
  position: relative;
  margin: 15% auto 0;
  width: 90%;
}
.block_contact .area_thanks::before {
  content: "";
  width: 100px;
  height: 106px;
  background: url(../img/contact/illust02.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: -5px;
  top: -5px;
}
.block_contact .area_thanks::after {
  content: "";
  width: 60px;
  height: 74px;
  background: url(../img/contact/illust03.svg) no-repeat;
  background-size: contain;
  position: absolute;
  right: -7px;
  bottom: -5px;
}
.block_contact .area_thanks .inner {
  position: relative;
}
.block_contact .area_thanks .inner::before {
  content: "";
  width: 72px;
  height: 106px;
  background: url(../img/contact/illust01.svg) no-repeat;
  background-size: contain;
  position: absolute;
  left: 0;
  right: 0;
  top: -75%;
  margin: auto;
}
.block_contact .area_thanks .thanks-title {
  font-size: 150%;
  font-weight: 900;
  color: #e73825;
  margin: 0 0 5%;
}
.block_contact .btn_base {
  margin: 10% auto 0;
}
/* ======
page-name #buy
======*/
#fixed_estimate {
  position: fixed;
  z-index: 100;
  left: 10px;
  top: 70px;
  width: 100px;
  height: 63px;
}
#fixed_estimate img {
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  vertical-align: top;
  width: 100px;
  cursor: pointer;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  position: absolute;
  left: 0;
  top: 0;
}
#fixed_estimate img:hover {
  opacity: 0.7;
}
#fixed_estimate.active img {
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
}
#fixed_estimate .estimateWrap {
  width: calc(100vw - 20px);
  background: #2f2725;
  border-radius: 8px;
  position: relative;
  z-index: 5;
  color: #fff;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 15px 25px;
  left: 0;
  bottom: 0;
  opacity: 0;
  visibility: hidden;
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  -webkit-transform-origin: left top;
  transform-origin: left top;
  pointer-events: none;
}
#fixed_estimate .estimateWrap::before {
  content: "";
  width: calc(100% - 10px);
  height: calc(100% - 10px);
  position: absolute;
  z-index: -1;
  border-radius: 8px;
  top: 0;
  bottom: 0;
  right: 0;
  left: 0;
  margin: auto;
  border: solid 1px #fff;
  pointer-events: none;
}
#fixed_estimate.active .estimateWrap {
  opacity: 1;
  visibility: visible;
  -webkit-transform: scale(1);
  transform: scale(1);
  pointer-events: auto;
}
#fixed_estimate .estimateWrap .estimate_close {
  width: 25px;
  height: 25px;
  position: absolute;
  right: 20px;
  top: 20px;
  cursor: pointer;
}
#fixed_estimate .estimateWrap .estimate_close::before, #fixed_estimate .estimateWrap .estimate_close::after {
  content: "";
  width: 100%;
  height: 1px;
  background: #fff;
  -webkit-transform-origin: center;
  transform-origin: center;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  top: 0;
  margin: auto;
}
#fixed_estimate .estimateWrap .estimate_close::before {
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
}
#fixed_estimate .estimateWrap .estimate_close::after {
  -webkit-transform: rotateZ(-45deg);
  transform: rotateZ(-45deg);
}
#fixed_estimate .estimateWrap .estimate_title {
  font-size: 143.75%;
  text-align: center;
  font-weight: 700;
  margin: 0 0 10px;
  position: relative;
  padding: 0 24%;
  white-space: nowrap;
}
#fixed_estimate .estimateWrap .estimate_title .icon {
  left: -10px;
  bottom: 0;
  max-width: 120px;
  width: 25%;
  position: absolute;
}
#fixed_estimate .estimateWrap .estimate_title .icon img {
  opacity: 1;
  visibility: visible;
}
#fixed_estimate .estimateWrap .estimate_form {
  margin: 0 0 10px;
  position: relative;
}
#fixed_estimate .estimateWrap .estimate_form .form_label {
  margin: 0 0 5px;
}
#fixed_estimate .estimateWrap .estimate_form .form_label::before {
  content: "●";
}
#fixed_estimate .estimateWrap .estimate_form .form_input select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: solid 1px #fff;
  border-radius: 4px;
  width: 100%;
  height: 35px;
  background-color: #000;
  background-image: url(../img/option2.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px auto;
  color: #fff;
  font-size: 16px;
  font-weight: 700;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 0 15px;
}
#fixed_estimate .estimateWrap .estimate_form .form_input .inputBorder {
  border: solid 1px #fff;
  border-radius: 4px;
}
#fixed_estimate .estimateWrap .estimate_form .form_input .inputBorder input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  width: calc(100% - 3em);
  border: none;
  background: none;
  margin: 0 1em 0 0;
  color: #fff;
}
#fixed_estimate .estimateWrap .estimate_btn {
  text-align: right;
  margin: 0 0 25px;
}
#fixed_estimate .estimateWrap .estimate_btn button {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  background: #4994c4;
  color: #fff;
  border: none;
  border-radius: 4px;
  font-weight: 700;
  padding: 3px 30px;
  cursor: pointer;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
#fixed_estimate .estimateWrap .estimate_btn button:hover {
  opacity: 0.7;
}
#fixed_estimate .estimateWrap .estimate_form .inputWhite {
  background: #fff;
  border-radius: 4px;
}
#fixed_estimate .estimateWrap .estimate_form .inputWhite input {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  background: none;
  width: calc(100% - 1.5em);
  color: #333;
  outline: none;
  text-align: right;
}
#fixed_estimate .estimateWrap .estimate_form .inputWhite span {
  color: #333;
}
#fixed_estimate .estimateWrap .estimate_form .form_att {
  position: absolute;
  right: 0;
  bottom: -2em;
  font-size: 70%;
}
#fixed_estimate .estimateWrap .form_attUnder {
  margin: 25px 0 0;
  font-size: 70%;
}
/**/
.block_buy {
  padding: 40px 0;
}
.block_buy .area_form {
  overflow: hidden;
  margin: 0 auto 50px;
}
.block_buy .area_form .form_left {
  margin: 0 0 30px;
}
.block_buy .area_form .form_title {
  text-align: center;
  color: #fff;
  font-size: 150%;
  font-weight: 700;
  padding: 5px 0;
}
.block_buy .area_form .form_left .form_title {
  background: #5bab34;
}
.block_buy .area_form .form_left form {
  display: block;
  background: #fff;
  padding: 5%;
}
.block_buy .area_form .form_left form input, .block_buy .area_form .form_left form select {
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
}
.block_buy .area_form .form_left form input[type="text"] {
  width: 100%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: solid 2px #040000;
  height: 35px;
  border-radius: 4px;
  padding: 0 10px;
}
.block_buy .area_form .form_left form select {
  border: solid 2px #040000;
  background-image: url(../img/option.svg);
  background-repeat: no-repeat;
  background-position: right 10px center;
  background-size: 15px auto;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  width: 100%;
  height: 35px;
  padding: 0 20px 0 10px;
  border-radius: 4px;
  font-size: 16px;
}
.block_buy .area_form .form_left .input_price select {
  width: 45%;
}
.list_buyForm > li + li {
  margin: 15px 0 0;
}
.list_buyForm > li .form_label {
  margin: 0 0 5px;
}
.list_buyForm > li .form_label::before {
  content: "●";
  color: #5bab34;
}
.block_buy .area_form .area_submit {
  margin: 35px auto 0;
}
.block_buy .area_form .area_submit input {
  width: 100%;
  max-width: 300px;
  display: block;
  color: #fff;
  font-weight: 700;
  background-color: #5bab34;
  background-image: url(../img/arrow01.svg);
  background-repeat: no-repeat;
  background-position: right 20px center;
  background-size: 20px auto;
  border: none;
  padding: 15px 0;
  margin: auto;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 6px;
}
.block_buy .area_form .area_submit input:hover {
  opacity: 0.7;
}
.block_buy .area_form .area_reset {
  margin: 15px auto 0;
  text-align: center;
}
.block_buy .area_form .area_reset input {
  width: 150px;
  display: block;
  color: #fff;
  font-size: 81.25%;
  font-weight: 700;
  background: #c9caca;
  margin: auto;
  padding: 12px 0 10px;
  border: none;
  cursor: pointer;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
  border-radius: 6px;
}
.block_buy .area_form .area_reset input:hover {
  background: #666;
}
/**/
.block_buy .area_form .form_right .form_title {
  background: #eaa613;
}
.block_buy .area_form .form_right .form_title#sp_accordionBtn {
  position: relative;
}
.block_buy .area_form .form_right .form_title#sp_accordionBtn::before {
  content: "";
  width: 12px;
  height: 12px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border-right: solid 2px #fff;
  border-bottom: solid 2px #fff;
  position: absolute;
  right: 15px;
  top: -2px;
  bottom: 0;
  margin: auto;
  -webkit-transform-origin: center;
  transform-origin: center;
  -webkit-transform: rotateZ(45deg);
  transform: rotateZ(45deg);
  -webkit-transition: all;
  transition: all;
}
.block_buy .area_form .form_right #sp_accordionWrap {
  display: none;
}
.list_model {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  border-top: solid 1px #4d4d4d;
  border-left: solid 1px #4d4d4d;
  margin: 20px 0 0;
}
.list_model > li {
  width: 50%;
  border-right: solid 1px #4d4d4d;
  border-bottom: solid 1px #4d4d4d;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.list_model > li:nth-child(1) {
  display: none;
}
.list_model > li:nth-child(4n + 1), .list_model > li:nth-child(4n + 2) {
  background: #f8e6c7;
}
.list_model > li:nth-child(4n + 3), .list_model > li:nth-child(4n + 4) {
  background: #fbf2e2;
}
.list_model > li a {
  display: block;
  font-size: 88%;
  padding: 2px 10px;
  background: url("../img/slide-next.svg") no-repeat right 10px center;
  background-size: 7px auto;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.list_model > li a:hover {
  color: #eaa613;
  background-position: right 6px center;
}
.block_buy .area_sort {
  margin: 40px 0;
}
.block_buy .list_sort {
  text-align: center;
}
.block_buy .list_sort li {
  display: inline-block;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_buy .list_sort li + li {
  border-left: solid 1px #231815;
}
.block_buy .list_sort li:hover, .block_buy .list_sort li.active {
  color: #29ab38;
}
.block_buy .list_sort a {
  display: block;
  padding: 3px 15px;
  line-height: 1;
}
.block_buy .area_orderby .list_kaitori {
  margin: 40px 0;
}
.block_buy .no_search {
  text-align: center;
  margin: 0 0 40px;
  font-size: 120%;
  font-weight: 700;
}
body#page_buy article .news_singleTitle {
  margin: 0 0 5px;
}
body#page_buy article .kaitori_number {
  font-weight: 700;
}
article .single_price {
  text-align: right;
  font-size: 135%;
  line-height: 1;
  margin: 0 0 25px;
}
article .single_price span {
  color: #da3927;
  font-weight: 700;
  font-size: 150%;
  display: inline-block;
  margin: 0 5px;
}
article .single_price small {
  font-size: 62.5%;
}
.block_kaitori .area_contact {
  margin: -100px auto 150px;
}
.block_kaitori .area_contact .contact_yahoo {
  width: 400px;
  margin: auto;
}
.block_kaitori .area_tel {
  margin: 0 auto 50px;
}
.block_kaitori .area_tel .tel_text {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  margin: 0 0 20px;
}
.block_kaitori .area_tel .tel_number {
  text-align: center;
  margin: 0 auto;
}
.block_kaitori .area_form {
  margin: 0 auto 80px;
}
.block_kaitori .area_form .form_text {
  text-align: center;
  font-size: 150%;
  font-weight: 700;
  margin: 0 0 20px;
}
.block_kaitori .area_form .form_lead {
  text-align: center;
  font-size: 112.5%;
  margin: 0 0 40px;
}
#print_html, body.mediaPrint .btn_print {
  display: none;
}
/* ==============================================

中古農機具お探しページ

================================================*/
.osagashi_pc {
  display: none;
}
.osagashi_main {
  overflow: hidden;
}
/* -------------------------------------------
fv
------------------------------------------- */
.osagashi_fv .sub_catch_pc, .osagashi_fv .main_catch_pc, .osagashi_fv .bottom_txt_pc {
  display: none;
}
.osagashi_fv {
  overflow: hidden;
  background-image: url("../img/osagashi/fv/fv_sp.jpg");
  background-repeat: no-repeat;
  background-position: bottom;
  background-size: cover;
  min-height: 1408px;
  padding-bottom: 3%;
  position: relative;
}
.osagashi_fv::before {
  content: "";
  background-image: url("../img/osagashi/fv/form01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 35%;
  height: 11%;
  top: -0.1%;
  right: 1%;
  z-index: 0;
}
.osagashi_fv_inner {
  background-image: url("../img/osagashi/fv/fv_img_sp.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: -3px 28px;
  height: inherit;
}
.osagashi_fv_content {
  height: inherit;
}
.osagashi_fv_img {
  height: inherit;
  width: 50%;
}
.osagashi_fv .sub_catch_sp {
  width: 229%;
  margin-top: -17%;
  margin-left: -14%;
  position: relative;
}
.osagashi_fv .main_catch_sp {
  width: 204%;
  margin-top: -58%;
  margin-left: 4%;
  position: relative;
}
.osagashi_fv .bottom_txt_sp {
  width: 208%;
  margin-top: 28%;
}
/* 赤文字をカタカタ動かす */
.katakata {
  -webkit-animation: katakata 1s infinite;
  animation: katakata 1s infinite;
}
@-webkit-keyframes katakata {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  99% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
@keyframes katakata {
  0% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  50% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
  51% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  99% {
    -webkit-transform: rotate(5deg);
    transform: rotate(5deg);
  }
  100% {
    -webkit-transform: rotate(0deg);
    transform: rotate(0deg);
  }
}
/* -------------------------------------------
フォーム
------------------------------------------- */
.osagashi_fv_form {
  color: #231815;
  margin-top: 6%;
  border-radius: 10px;
}
.osagashi_form_wrapper {
  background-color: #fff;
  width: 93%;
  padding-top: 1%;
  padding-bottom: 1%;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.osagashi_fv_form .osagashi_form_inner {
  width: 96.5%;
  border: 2px solid #006934;
  border-radius: 10px;
  margin-left: auto;
  margin-right: auto;
}
.osagashi_fv_form span {
  color: #d51a19;
  font-size: 12px;
  font-weight: 400;
  margin-top: 2px;
}
.osagashi_form_ttl {
  background-color: #00913a;
  color: #fff;
  font-size: 26px;
  font-weight: 900;
  padding-top: 11px;
  padding-bottom: 13px;
  line-height: 1.4;
  letter-spacing: -0.07em;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.osagashi_form_ttl .form_ttl_span {
  font-size: 30px;
  color: #fff;
  font-weight: 900;
  position: relative;
}
.osagashi_form_ttl .form_ttl_span::before {
  content: "";
  background-image: url("../img/osagashi/fv/form02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 2.8em;
  height: 2.8em;
  top: -1.9em;
  right: -0.2em;
}
.osagashi_fv_form .form_txt {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  padding-top: 6px;
  text-align: center;
}
.osagashi_fv_form .form_content {
  margin-left: 6%;
}
.osagashi_fv_form dl {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  font-size: 16px;
  font-weight: 500;
  margin-top: -0.9%;
}
.osagashi_fv_form dl:first-of-type {
  margin-top: 0.4%;
}
.osagashi_fv_form dt {
  width: 70px;
}
.osagashi_fv_form dd {
  margin-top: -4px;
  position: relative;
}
.osagashi_fv_form dd input {
  width: 80vw;
  height: 32px;
  position: relative;
  z-index: 1;
}
.osagashi_fv_form dd select {
  width: 80vw;
  height: 32px;
  position: relative;
  z-index: 1;
}
.osagashi_fv_form dl:nth-of-type(4) dd::after, .osagashi_fv_form dl:nth-of-type(5) dd::after, .osagashi_fv_form dl:nth-of-type(6) dd::after {
  content: "";
  background-image: url("../img/osagashi/fv/select.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.6em;
  height: 1.6em;
  top: 0.3em;
  right: 0.2em;
  z-index: 99;
}
.osagashi_fv_form dl:nth-of-type(7) dd::after {
  content: "円";
  position: absolute;
  width: 1.9em;
  height: 1.7em;
  top: 0em;
  right: -0.3em;
  z-index: 99;
  font-weight: 500;
  font-size: 17px;
  color: #231815;
}
.osagashi_fv_form dl:nth-of-type(8) dd textarea {
  width: 80vw;
  height: 69px;
  font-size: 16px;
}
.osagashi_fv_form dl:nth-of-type(1) dt {
  width: 65px;
}
.osagashi_fv_form dl:nth-of-type(2) dt {
  width: auto;
}
.osagashi_fv_form dl:nth-of-type(6) dt {
  width: 88px;
}
.osagashi_fv_form dl:nth-of-type(7) dt {
  width: 80px;
}
.osagashi_fv_form dl:nth-of-type(8) dt {
  width: 100px;
}
.osagashi_fv_form .wpcf7-list-item-label {
  font-size: 15px;
  font-weight: 500;
  color: #231815;
}
.osagashi_privacy_wrapper {
  margin-top: 5px;
  text-align: center;
  margin-left: -6%;
}
.osagashi_fv_form a {
  color: #036eb8;
  position: relative;
}
.osagashi_fv_form a::after {
  content: "";
  background-color: #231815;
  position: absolute;
  width: 101%;
  height: 0.5px;
  top: 1.6em;
  left: -0.2em;
}
.osagashi_fv_form input[type="checkbox"] {
  width: 20px;
  height: 20px;
  border-radius: 5px;
}
.osagashi_submit_wrapper {
  margin-left: -6%;
  text-align: center;
  margin-top: 15px;
  padding-bottom: 20px;
}
.osagashi_fv_form .wpcf7-form-control.wpcf7-acceptance label {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
}
.osagashi_fv_form .wpcf7-form-control.wpcf7-acceptance label span {
  margin-left: 7px;
}
.osagashi_fv_form button {
  background-color: #00913a;
  color: #fff;
  width: 89%;
  height: 52px;
  border-radius: 5px;
  border: none;
  position: relative;
  font-size: 15px;
  font-weight: 500;
  cursor: pointer;
}
.osagashi_fv_form button::after {
  content: "";
  background-image: url("../img/osagashi/common/arrow.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 2.3em;
  height: 1.4em;
  top: 0.9em;
  right: 1em;
}
@media (min-width: 500px) {
  .osagashi_fv_form dl {
    margin-top: 1%;
  }
}
/* -------------------------------------------
メーカー一覧
------------------------------------------- */
.osagashi_maker {
  background-image: url("../img/osagashi/maker/maker_bg02_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 5.3vw;
  position: relative;
  z-index: 999;
}
.osagashi_maker .maker_inner {
  max-width: 1217px;
  margin-right: auto;
  margin-left: auto;
  padding-left: 25px;
  padding-right: 25px;
}
.osagashi_maker .maker_title {
  width: 88vw;
  padding-bottom: 2vw;
  margin-left: auto;
  margin-right: auto;
}
.osagashi_maker .maker_title img {
  width: 100%;
}
.osagashi_maker .maker_content {
  background-image: url("../img/osagashi/maker/maker_bg_sp.jpg");
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  background-repeat: no-repeat;
  background-size: cover;
  padding-top: 6.3vw;
  padding-bottom: 5vw;
}
.osagashi_maker .maker_lists {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 0.7% 2.1%;
  padding-left: 20px;
  padding-right: 20px;
}
/* -------------------------------------------
背景ラッパー
------------------------------------------- */
.osagashi_bg_wrapper {
  background-image: url("../img/osagashi/common/bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
/* -------------------------------------------
スライダーセクション
------------------------------------------- */
.osagashi_slider {
  padding-top: 5vw;
  padding-bottom: 5vw;
  overflow: hidden;
}
.osagashi_slider .swiper-slide img {
  width: 100%;
}
/* -------------------------------------------
中古農機具探しの流れ
------------------------------------------- */
.osagashi_flow .flow_ttl_pc {
  display: none;
}
.osagashi_flow {
  padding-top: 6.6vw;
  position: relative;
  overflow: hidden;
}
.osagashi_flow::before {
  content: "";
  background-image: url("../img/osagashi/flow/flow01_sp.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 76%;
  height: 34%;
  bottom: 21%;
  right: 10.2%;
  z-index: 99;
}
.osagashi_flow .flow_inner {
  padding-left: 20px;
  padding-right: 20px;
}
.osagashi_flow .flow_ttl_sp {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}
.osagashi_flow .flow_ttl_sp img {
  width: 100%;
}
.osagashi_flow .flow_content {
  margin-top: 8%;
  padding-left: 14%;
}
.osagashi_flow .flow_item {
  font-size: clamp(22px, 6.6vw, 25px);
  font-weight: 900;
  line-height: 1.2;
  color: #231815;
  margin-top: 5%;
  letter-spacing: -0.07em;
}
.osagashi_flow .flow_item:first-child {
  margin-top: 0;
}
.osagashi_flow .flow_item span {
  font-size: clamp(12px, 3.4vw, 13px);
  font-weight: 700;
  margin-left: 0.5%;
}
.osagashi_flow .flow_bottom_img {
  margin: 0 calc(50% - 50vw);
  width: 100vw;
  margin-top: 88.2%;
}
.osagashi_flow .flow_bottom_img img {
  width: 100%;
  vertical-align: bottom;
}
.osagashi_flow .flow_item {
  position: relative;
}
.osagashi_flow .flow_item:nth-of-type(1)::before {
  content: "";
  background-image: url("../img/osagashi/flow/number01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.5em;
  height: 1.7em;
  top: -0.2em;
  left: -1.9em;
  z-index: 99;
}
.osagashi_flow .flow_item:nth-of-type(2)::before {
  content: "";
  background-image: url("../img/osagashi/flow/number02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.5em;
  height: 1.7em;
  top: -0.2em;
  left: -1.9em;
  z-index: 99;
}
.osagashi_flow .flow_item:nth-of-type(3)::before {
  content: "";
  background-image: url("../img/osagashi/flow/number03.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.5em;
  height: 1.7em;
  top: -0.2em;
  left: -1.9em;
  z-index: 99;
}
.osagashi_flow .flow_item:nth-of-type(4)::before {
  content: "";
  background-image: url("../img/osagashi/flow/number04.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.5em;
  height: 1.7em;
  top: -0.2em;
  left: -1.9em;
  z-index: 99;
}
.osagashi_flow .flow_item:nth-of-type(5)::before {
  content: "";
  background-image: url("../img/osagashi/flow/number05.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 1.5em;
  height: 1.7em;
  top: -0.2em;
  left: -1.9em;
  z-index: 99;
}
/* -------------------------------------------
店舗情報
------------------------------------------- */
.osagashi_shop .shop_ttl_pc {
  display: none;
}
.block_frontStores.none .area_stores .inner::before {
  display: none;
}
.block_frontStores.none .area_stores .stores_map::before {
  display: none;
}
.block_frontStores.none::before {
  display: none;
}
.block_frontStores.none::after {
  display: none;
}
.block_frontStores.osagashi_shop {
  background-image: url("../img/osagashi/shop/shop_bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.osagashi_shop {
  padding-top: 12.3vw;
  padding-bottom: 1vw;
}
.osagashi_shop .shop_ttl_sp {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.osagashi_shop .shop_txt {
  font-size: clamp(18px, 6.4vw, 24px);
  color: #231815;
  font-weight: 700;
  margin-top: 0.2vw;
  text-align: center;
  letter-spacing: -0.07em;
  line-height: 1.5;
}
.osagashi_shop .shop_content {
  margin-top: 6%;
  background: #faf8e9;
}
.block_frontStores.osagashi_shop .area_stores .inner {
  padding-top: 5%;
}
.block_frontStores.osagashi_shop .area_stores .stores_map .map_base {
  max-width: 90%;
}
.block_frontStores .area_stores.shop_content {
  margin-bottom: 12%;
}
/* -------------------------------------------
中古農機具情報
------------------------------------------- */
.osagashi_info .info_ttl_pc {
  display: none;
}
.osagashi_info .info_txt_pc {
  display: none;
}
.osagashi_info {
  padding-bottom: 0;
}
.osagashi_info .info_bg_wrapper {
  background-image: url("../img/osagashi/info/info_bg.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  padding-top: 5%;
}
.osagashi_info .info_ttl_sp {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
}
.osagashi_info .info_logo {
  width: 67%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -5vw;
}
.osagashi_info .info_txt_sp {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -7.6vw;
}
.osagashi_info .info_bottom_img_sp {
  width: 73%;
  margin-left: auto;
  margin-right: auto;
  margin-top: -9px;
}
.osagashi_info .info_bottom_img_wrapper {
  background-image: url("../img/osagashi/info/info_bg02_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.osagashi_info .info_bottom_img_pc {
  display: none;
}
/* -------------------------------------------
農機具検索&記事一覧
------------------------------------------- */
.osagashi_search {
  padding-top: 6%;
  position: relative;
}
.osagashi_search .inner.osagashi_search_inner {
  width: 90%;
  padding-left: 20px;
  padding-right: 20px;
}
.osagashi_search #fixed_estimate.osagashi_estimate {
  display: none;
}
.osagashi_search_list + .osagashi_search_list {
  margin-top: 3%;
}
.block_buy .area_form .area_submit.osagashi_area_submit {
  margin-top: 11%;
}
.block_buy .area_form .area_submit.osagashi_area_submit input {
  max-width: 75%;
  padding: 3% 0;
}
.block_buy .area_form .form_left.osagashi_search_left {
  margin-bottom: 7%;
}
.block_buy .area_form .form_left.osagashi_search_left form select {
  height: 7vw;
}
.block_buy .area_form .form_left.osagashi_search_left form input[type="text"] {
  height: 7vw;
}
.block_buy .area_form .area_reset.osagashi_search_reset {
  margin-top: 2%;
}
.block_buy .area_form .area_reset.osagashi_search_reset input {
  width: 38%;
}
.block_buy .area_sort.osagashi_area_sort {
  margin: 26px 0;
}
.block_buy .area_form.osagashi_area_form {
  margin: 0 auto 36px;
}
/* -------------------------------------------
FAQ
------------------------------------------- */
.osagashi_faq .faq_ttl_pc {
  display: none;
}
.osagashi_faq {
  background-image: url("../img/osagashi/faq/faq_bg_sp.jpg");
  background-repeat: no-repeat;
  background-size: cover;
  margin-top: -16px;
  position: relative;
  padding-top: 49%;
  padding-bottom: 105%;
}
.osagashi_faq::before {
  content: "";
  background-image: url("../img/osagashi/faq/faq02.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 65%;
  height: 19%;
  top: -4.2%;
  right: -5%;
}
.osagashi_faq .faq_inner {
  width: 90%;
  padding-left: 20px;
  padding-right: 20px;
  margin-left: auto;
  margin-right: auto;
}
.osagashi_faq .faq_ttl_pc {
  width: 80%;
  margin-left: auto;
  margin-right: auto;
}
.faq_wrapper {
  width: 98%;
  margin-left: auto;
  margin-right: auto;
  margin-top: 12px;
  position: relative;
}
.faq_wrapper::after {
  content: "";
  background-image: url("../img/osagashi/faq/faq01.png");
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 88%;
  height: 65%;
  top: 106%;
  left: calc(50% - 154px);
}
.faq_question {
  position: relative;
  z-index: 1;
  font-size: clamp(15px, 4.54vw, 17px);
  font-weight: 700;
  line-height: 1.2;
  cursor: pointer;
  padding-top: 2.8vw;
  padding-bottom: 2.8vw;
  padding-left: 36px;
  color: #231815;
  border-top: 1px solid #231815;
}
.faq_list:last-child .faq_question {
  border-bottom: 1px solid #231815;
}
.faq_question::before {
  content: "";
  position: absolute;
  top: 20%;
  right: -0.2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 1.4em;
  height: 1.4em;
  margin-right: 8px;
  background-image: url("../img/osagashi/faq/faq_cross.png");
  background-repeat: no-repeat;
  background-size: cover;
  -webkit-transform: rotate(90deg);
  transform: rotate(90deg);
  -webkit-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
}
.faq_question.open:before {
  -webkit-transform: rotate(180deg);
  transform: rotate(180deg);
}
.faq_question::after {
  content: "";
  background-image: url("../img/osagashi/faq/faq_question.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 1.5em;
  height: 1.5em;
  top: 40%;
  left: 0.2em;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}
.faq_answer {
  font-size: 20px;
  font-weight: 500;
  line-height: 1.4;
  color: #231815;
  background: #fff;
  padding-top: 15px;
  padding-bottom: 19px;
  padding-left: 45px;
  padding-right: 24px;
  display: none;
  position: relative;
}
.faq_answer::before {
  content: "";
  background-image: url("../img/osagashi/faq/faq_answer.png");
  background-repeat: no-repeat;
  background-size: cover;
  position: absolute;
  width: 1.4em;
  height: 1.4em;
  top: 0.9em;
  left: 0.3em;
  z-index: 1;
}
/* -------------------------------------------
プライバシーポリシーモーダル
------------------------------------------- */
#modal {
  padding: 6% 5% 10%;
  overflow: scroll;
}
#modal h2 {
  font-size: 28px;
  font-weight: 700;
}
.osagashi_policy {
  font-size: 18px;
  color: #231815;
}
.policy_text.osagashi_policy_text {
  margin-top: 20px;
}
.osagashi_policy dt {
  font-size: 22px;
  font-weight: 700;
  margin-top: 20px;
}
.osagashi_policy dd {
  margin-top: 10px;
}
.osagashi_policy_btn_wrapper {
  text-align: center;
  margin-top: 80px;
}
.osagashi_policy_btn {
  font-size: 22px;
  font-weight: 700;
  padding: 0.5% 1.5%;
  border: 1px solid #231815;
  display: inline-block;
  margin-left: auto;
  margin-right: auto;
  background: #231815;
  color: #fff;
}
/* -------------------------------------------
下部固定ボタン
------------------------------------------- */
.osagashi_fixed_wrapper_sp {
  margin: auto;
  position: fixed;
  z-index: 10000;
  bottom: 0;
  left: 0;
  right: 0;
  width: 100%;
}
.osagashi_fixed_content_sp {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.osagashi_fixed_link_sp {
  border: 2px solid #fff;
  font-size: 22px;
  font-weight: 700;
  color: #fff;
  width: 50%;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  text-align: center;
  line-height: 1.4;
  padding-top: 7px;
  padding-bottom: 7px;
}
.osagashi_fixed_link_sp:first-child {
  background-color: #d51a19;
}
.osagashi_fixed_link_sp:last-child {
  border-left: none;
  background-color: #172a88;
}
.osagashi_fixed_link_sp:hover {
  opacity: 0.8;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.osagashi_fixed_wrapper_pc {
  display: none;
}
.osagashi_header #side_fixed {
  display: none;
}
/* -------------------------------------------
トップへ戻るボタン
------------------------------------------- */
.osagashi_go_top {
  display: none;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: add style */
.area_lcon {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-orient: vertical;
  -webkit-box-direction: normal;
  -webkit-flex-direction: column;
  -ms-flex-direction: column;
  flex-direction: column;
  margin-bottom: 10%;
  gap: 20px;
}
.icon_title {
  white-space: nowrap;
  font-size: 24px;
  line-height: 1.4;
  font-weight: 900;
}
.icon_title span {
  color: #da3b27;
}
.icon_list {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  gap: 10px;
}
.icon_text {
  width: 75px;
  height: 75px;
  background: #da3b27;
  border-radius: 999px;
  color: #fff100;
  font-size: 21px;
  font-weight: 900;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
  -webkit-justify-content: center;
  -ms-flex-pack: center;
  justify-content: center;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  text-align: center;
  line-height: 1.2;
  -webkit-transform: rotate(-10deg);
  transform: rotate(-10deg);
}
.icon_text:nth-child(3) {
  font-size: 18px;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: ショッピングローン */
.page_loan {
  padding: 10% 0;
}
.page_loan * {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block_lead {
  padding: 6% 0;
}
.lead_title {
  color: #56a224;
  font-size: 171.4285714286%;
  font-weight: 900;
  margin-bottom: 10px;
}
.lead_text {
  font-size: 114.2857142857%;
  font-weight: bold;
}
.block_loanform {
  padding: 6% 0;
}
.loanform_title {
  background: #56a224;
  color: #ffff18;
  font-size: 171.4285714286%;
  font-weight: 900;
  padding: 10px 0;
  margin: 0 auto 20px;
}
.loanform_subtitle {
  font-size: 142.8571428571%;
  font-weight: 900;
  margin-bottom: 10px;
}
.loanform_list {
  margin-bottom: 10px;
}
.loanform_list li {
  font-size: 114.2857142857%;
  font-weight: bold;
  text-indent: -1em;
  padding-left: 1em;
}
.loanform_list li span {
  color: #56a224;
}
.loanform_table {
  overflow-x: auto;
}
.loanform_table table {
  width: 100%;
  min-width: 620px;
}
.loanform_table th {
  background: #cce5ac;
}
.loanform_table th, .loanform_table td {
  border: 1px solid #000;
  font-size: 100%;
  font-weight: bold;
  text-align: center;
  padding: 5px;
  white-space: nowrap;
}
.loanform_text {
  font-size: 114.2857142857%;
  font-weight: bold;
  margin-bottom: 10px;
}
.loanform_entry {
  width: 100%;
}
.loanform_entry th {
  background: #56a224;
  color: #fff;
  text-align: center;
}
.loanform_entry td {
  background: #cce5ac;
}
.loanform_entry th, .loanform_entry td {
  width: 50%;
  border: 1px solid #000;
  font-size: 114.2857142857%;
  font-weight: bold;
  padding: 6px;
  white-space: nowrap;
  vertical-align: middle;
}
.loanform_entry th input, .loanform_entry td input {
  font-size: 100%;
  width: calc(100% - 2px - 1em);
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  border: none;
  border-radius: 0;
  outline: none;
}
.loanform_entry th select, .loanform_entry td select {
  border: 1px solid #000;
  font-size: 100%;
  -webkit-appearance: none;
  -moz-appearance: none;
  appearance: none;
  padding: 5px 10px;
  padding-right: 50px;
  cursor: pointer;
  outline: none;
  background-image: url(../img/loan/btn_arrow.svg);
  background-size: contain;
  background-repeat: no-repeat;
  background-position: right;
}
.loanform_entry th select option, .loanform_entry td select option {
  font-size: 1em;
}
.loanform_entry_input {
  background: #fff;
  padding-right: 8px;
  border: 1px solid #000;
}
.btn_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -webkit-justify-content: space-between;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: end;
  -webkit-align-items: flex-end;
  -ms-flex-align: end;
  align-items: flex-end;
  margin-top: 20px;
  gap: 20px;
}
.btn_execute {
  background: #e51a12;
  border-radius: 6px;
  border: 1px solid #000;
  color: #fff;
  font-size: 107.1428571429%;
  font-weight: bold;
  white-space: nowrap;
  width: 100%;
  line-height: 1;
  padding: 15px;
  position: relative;
  text-align: center;
}
.btn_execute::after {
  content: "";
  right: 15px;
  top: 0;
  bottom: 0;
  position: absolute;
  margin: auto;
  width: 15px;
  height: 12px;
  background-image: url(../img/loan/btn_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
}
.btn_reset {
  border-radius: 6px;
  border: 1px solid #000;
  font-size: 78.5714285714%;
  font-weight: bold;
  line-height: 1;
  text-align: center;
  white-space: nowrap;
  padding: 14px;
}
.block_result {
  padding: 40px 0;
}
.result_title {
  font-size: 142.8571428571%;
  font-weight: 900;
  margin-bottom: 10px;
}
.result_table {
  overflow: hidden;
}
.result_table table {
  width: 100%;
}
.result_table th {
  background: #56a224;
  color: #fff;
  text-align: center;
}
.result_table td {
  background: #cce5ac;
  text-align: right;
}
.result_table th, .result_table td {
  border: 1px solid #000;
  font-size: 57.1428571429%;
  font-weight: bold;
  padding: 5px;
  white-space: nowrap;
  vertical-align: middle;
}
.result_table tr:nth-child(2n) td {
  background: #fff;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 固定ボタン */
.fixed_btn {
  position: fixed;
  bottom: 0;
  z-index: 9;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  left: 0;
  right: 0;
  margin: auto;
}
.fixed_btn .fixed_btn_icon {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.fixed_btn .fixed_btn_icon a {
  display: block;
}
.fixed_btn .fixed_btn_icon a img {
  vertical-align: middle;
}
.fixed_btn #fixed_estimate {
  width: 160px;
  position: static;
  top: unset;
  left: unset;
  bottom: unset;
  z-index: unset;
}
.fixed_btn #fixed_estimate img {
  position: static;
  width: 100%;
  -webkit-transform: unset;
  transform: unset;
  opacity: 1;
  visibility: visible;
}
.fixed_btn #fixed_estimate .estimateWrap {
  left: 10px;
  position: absolute;
  -webkit-transform-origin: bottom center;
  transform-origin: bottom center;
}
/*━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━━*/
/*index: 中古農機具情報 */
.block_kv .kv picture {
  display: block;
}
.block_kv .kv img {
  width: 100%;
  vertical-align: middle;
}
.area_bnr {
  padding: 0 0 10%;
}
.area_bnr a {
  display: block;
}
.area_bnr a img {
  vertical-align: middle;
}
.block_fixed {
  opacity: 0;
  -webkit-transition: opacity 0.5s;
  transition: opacity 0.5s; /* 透明度の変化を滑らかに */
}
.fixed_link {
  position: fixed;
  left: 10px;
  top: 70px;
  width: 100px;
  z-index: 9;
}
.block_kaitori .area_data {
  margin-bottom: 10%;
}
.block_kaitori .area_contact {
  margin: 10% auto;
}
.block_kaitori .area_contact .contact_yahoo {
  max-width: 400px;
  width: 100%;
}
.block_kaitori .area_contact .contact_yahoo a {
  display: block;
}
.block_kaitori .area_contact .contact_yahoo a img {
  vertical-align: middle;
  width: 100%;
}
.area_google_btn {
  margin: 10% auto 0;
}
.area_google_btn .google_btn {
  display: block;
  margin: 0 auto;
  padding: 15px;
  max-width: 390px;
  width: 100%;
  border-radius: 8px;
  background: #4994c4;
  color: #fff;
  font-size: 128.5714285714%;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
  position: relative;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.area_google_btn .google_btn span {
  color: #aaddf7;
  font-size: 77.7777777778%;
}
.area_google_btn .google_btn::after {
  content: "";
  background-image: url(../img/loan/btn_arrow_right.svg);
  background-repeat: no-repeat;
  background-size: contain;
  position: absolute;
  width: 18px;
  height: 15px;
  right: 25px;
  top: 0;
  bottom: 0;
  margin: auto;
}
.area_youtube iframe {
  max-width: 760px;
  max-height: 426px;
  width: 100%;
  height: 56.0526315789vw;
  margin: 10% auto 0;
  display: block;
}
.form_base hr {
  all: unset;
  margin: 10% 0;
  position: relative;
  width: 100%;
  height: 1px;
  display: block;
  background: #000;
}
.form_base hr::before {
  content: "";
  display: block;
  position: absolute;
  margin: auto;
  top: -1px;
  left: 0;
  right: 0;
  width: 50%;
  height: 3px;
  background: #fff;
}
.form_base .form_subtext {
  font-size: 100%;
  margin: 10% 0;
  text-align: center;
  position: relative;
  white-space: nowrap;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -webkit-align-items: center;
  -ms-flex-align: center;
  align-items: center;
  gap: 10px;
}
.form_base .form_subtext > * {
  -webkit-box-flex: 1;
  -webkit-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
.form_base .form_subtext::after, .form_base .form_subtext::before {
  content: "";
  height: 1px;
  width: 100%;
  background: #000;
}
.sell_fv {
  overflow: hidden;
  height: calc(621 / 375 * 100vw);
  background-image: url(../img/sell/sell-bg.jpg);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  position: relative;
}
.sell_fv-container {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.sell_fv-img {
  position: absolute;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}
.sell_fv-img.img1 {
  width: calc(142 / 375 * 100vw);
  height: calc(114 / 375 * 100vw);
  top: 8.3%;
  left: -7.8%;
  background-image: url(../img/sell/machine1.png);
}
.sell_fv-img.img2 {
  width: calc(101 / 375 * 100vw);
  height: calc(91 / 375 * 100vw);
  top: 34.6%;
  left: -6.7%;
  background-image: url(../img/sell/machine2.png);
}
.sell_fv-img.img3 {
  width: calc(263 / 375 * 100vw);
  height: calc(223 / 375 * 100vw);
  bottom: 17.9%;
  left: -18.5%;
  background-image: url(../img/sell/machine3.png);
}
.sell_fv-img.img4 {
  width: calc(191 / 375 * 100vw);
  height: calc(152 / 375 * 100vw);
  top: 9.3%;
  right: -23%;
  background-image: url(../img/sell/machine4.png);
}
.sell_fv-img.img5 {
  width: calc(114 / 375 * 100vw);
  height: calc(76 / 375 * 100vw);
  top: 36.2%;
  right: -8.9%;
  background-image: url(../img/sell/machine5.png);
}
.sell_fv-img.img6 {
  width: calc(324 / 375 * 100vw);
  height: calc(274 / 375 * 100vw);
  bottom: 14.2%;
  right: -34.5%;
  background-image: url(../img/sell/machine6.png);
}
.sell_fv-title {
  position: absolute;
  clip: rect(1px, 1px, 1px, 1px);
  clip-path: inset(0px 0px 99.9% 99.9%);
  overflow: hidden;
  height: 1px;
  width: 1px;
  padding: 0;
  border: 0;
}
.sell_fv-wrap {
  position: absolute;
  width: 100%;
  top: -1.9%;
  left: 50%;
  transform: translateX(-50%);
  z-index: 1;
}
.sell_fv-text {
  display: block;
  margin-inline: auto;
}
.sell_fv-text.text1 {
  width: calc(364 / 375 * 100vw);
  height: calc(104 / 375 * 100vw);
}
.sell_fv-text.text2 {
  width: calc(294 / 375 * 100vw);
  height: calc(104 / 375 * 100vw);
  margin-top: calc(57 / 375 * -100vw);
}
.sell_fv-textWrap {
  width: calc(388 / 375 * 100vw);
  height: calc(190 / 375 * 100vw);
  margin-top: calc(74 / 375 * -100vw);
  margin-inline: auto;
}
.sell_fv-text.text3 {
  -webkit-transform: scale(0);
  transform: scale(0);
  -webkit-transition: transform 1.4s ease-out;
  transition: transform 1.4s ease-out;
}
.sell_fv-text.text3.is-active {
  -webkit-transform: scale(1);
  transform: scale(1);
}
.sell_fv-text.strong {
  width: 380px;
  height: 75px;
  margin-top: -88px;
  width: calc(242 / 375 * 100vw);
  height: calc(48 / 375 * 100vw);
  margin-top: calc(14 / 375 * -100vw);
}
.sell_fv-points {
  width: 68%;
  margin-inline: auto;
  margin-top: calc(10 / 375 * -100vw);
  display: grid;
  grid-template-columns: repeat(2, 1fr);
}
.sell_fv-point {
  width: calc(150 / 375 * 100vw);
  height: calc(113 / 375 * 100vw);
  margin: 0 calc(6 / 375 * -100vw);
}
.sell_fv-point:nth-of-type(n+3) {
  margin-top: calc(12 / 375 * -100vw);
}
.sell_fv-bubble {
  margin-inline: auto;
  background-image: url(../img/sell/sell-bubble-sp.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
  letter-spacing: -.03em;
  width: calc(340 / 375 * 100vw);
  height: calc(100 / 375 * 100vw);
  margin-top: calc(9 / 375 * 100vw);
  font-size: calc(25 / 375 * 100vw);
  color: #fff;
  text-align: center;
}
.sell_fv-bubble p {
  -webkit-transform: translateY(calc(3 / 375 * -100vw));
  transform: translateY(calc(3 / 375 * -100vw));
}
.sell_form {
  position: relative;
  background-color: #f8f5e7;
  padding: 10px 0;
  width: 100%;
}
.sell_form-container {
  padding: 0 20px;
  margin-inline: auto;
}
.sell_form-block {
  border: 1.5px solid #d51819;
  background-color: #fff;
  border-radius: 6px;
  margin-top: -22px;
  padding: 2px 14px 16px;
}
.sell_form-call {
  margin-top: 25px;
  width: 100%;
  height: calc(129 / 375 * 100vw);
}
.sell_form .osagashi_fv_form .form_content {
  margin-left: 0;
}
.sell_form .osagashi_fv_form {
  width: 100%;
  margin: 0;
}
.sell_form .osagashi_fv_form dl {
  margin: 12px 0 0;
  font-size: min(3.6vw, 14px);
  letter-spacing: -.05em;
}
.sell_form .osagashi_fv_form span {
  font-size: 11px;
  margin-left: auto;
  margin-top: 6px;
}
.sell_form .osagashi_fv_form button {
  width: 100%;
  height: 60px;
  background-color: #d51819;
  font-size: 17px;
}
.sell_form .osagashi_fv_form button::after {
  width: 1.5em;
  height: 1.1em;
  top: 1.2em;
}
.sell_form .osagashi_submit_wrapper {
  padding-bottom: 0;
  margin-top: 20px;
  margin-left: 0;
}
.sell_form .osagashi_fv_form dl:nth-of-type(4) dd::after, .sell_form .osagashi_fv_form dl:nth-of-type(5) dd::after {
  width: 28px;
  height: 28px;
  background-image: url(../img/sell/select-red.png);
  top: 6px;
  right: 4px;
}
.sell_form .osagashi_fv_form dl:nth-of-type(6) dd::after {
  content: none;
}
.sell_form .osagashi_fv_form dd {
  margin-left: auto;
}
.sell_form input, .sell_form textarea, .sell_form .osagashi_fv_form dd select {
  font-size: 14px;
}
.sell_form .osagashi_fv_form dt {
  width: 68px;
  margin-top: 3px;
  white-space: nowrap;
}
.sell_form .osagashi_fv_form dd input, .sell_form .osagashi_fv_form dd select {
  height: 40px;
  margin-left: 0;
}
.sell_form .osagashi_fv_form dd input, .sell_form .osagashi_fv_form dd select, .sell_form .osagashi_fv_form dd textarea {
  width: calc(187 / 375 * 100vw);
}
.sell_form textarea {
  height: 100px;
}
.sell_form .osagashi_privacy_wrapper {
  margin-top: 9px;
}
.sell_form .osagashi_privacy_wrapper span {
  font-size: 17px;
}
.sell_form .osagashi_fv_form input[type="checkbox"] {
  margin-top: 9px;
  width: 21px;
  height: 21px;
}
.sell_form .osagashi_form_wrapper {
  width: 100%;
}
.totalNum {
  text-align: right;
  margin-top: 12px;
}
/*202405*/
.block_frontStores .area_stores .stores_mapLeft {
  position: relative;
  margin: 10% auto 0;
}
.block_frontStores .area_stores .stores_mapLeft .map-image {
  position: relative;
  z-index: 0;
  max-width: 670px;
  margin: 0 auto 3%;
  overflow: hidden;
  border-radius: 6px;
  counter-reset: number 0;
}
.block_frontStores .area_stores .stores_mapLeft .map-image img {
  vertical-align: top;
}
.block_frontStores .area_stores .stores_mapLeft .map-image a {
  position: absolute;
  z-index: 5;
  opacity: 1;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
}
.block_frontStores .area_stores .stores_mapLeft .map-image a:nth-of-type(1) {
  width: 11%;
  left: 24.5%;
  top: 68%;
}
.block_frontStores .area_stores .stores_mapLeft .map-image a img {
  opacity: 0;
}
.block_frontStores .area_stores .stores_mapLeft .map_base {
  z-index: 5;
  background: #fff;
  border: solid 2px #e73825;
  border-radius: 10px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  padding: 3% 4%;
  margin: 0 auto 4%;
  position: relative;
  max-width: 400px;
}
.block_frontStores .area_stores .stores_mapLeft .map_base::before {
  content: "";
  position: absolute;
  left: 0.3em;
  top: 0.55em;
  background: #e73825;
  border-radius: 50%;
  color: #fff;
  font-size: 200%;
  font-weight: 900;
  width: 1.4em;
  line-height: 1.4em;
  text-align: center;
}
.block_frontStores .area_stores .stores_mapLeft .map_base.map--kagoshima::before {
  content: "1";
}
.block_frontStores .area_stores .stores_mapLeft .map_flex {
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block_frontStores .area_stores .stores_mapLeft .map_flex .flex_left {
  width: 60%;
}
.block_frontStores .area_stores .stores_mapLeft .map_area {
  padding: 0 0 0 3em;
}
.block_frontStores .area_stores .stores_mapLeft .map_name {
  font-size: 150%;
  font-weight: 700;
  line-height: 1;
  padding: 0 0 0 2em;
  margin: 0 0 3%;
}
.block_frontStores .area_stores .stores_mapLeft .map_att {
  font-size: 72%;
  margin: 0 0 2%;
}
.block_frontStores .area_stores .stores_mapLeft .map_app {
  position: absolute;
  right: 15px;
  top: 10px;
}
.block_frontStores .area_stores .stores_mapLeft .map_app a {
  display: inline-block;
  color: #e73825;
  font-size: 93.75%;
  text-decoration: underline;
  -webkit-transition: all 0.2s;
  transition: all 0.2s;
}
.block_frontStores .area_stores .stores_mapLeft .map_cat {
  margin: 0 0 10px;
  display: -webkit-box;
  display: -webkit-flex;
  display: -ms-flexbox;
  display: flex;
}
.block_frontStores .area_stores .stores_mapLeft .map_cat span {
  display: inline-block;
  line-height: 1.2;
  background: #f9bc00;
  padding: 2% 3%;
  border-radius: 4px;
  text-align: center;
  font-size: 75%;
  width: 23%;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.block_frontStores .area_stores .stores_mapLeft .map_cat span + span {
  margin: 0 0 0 3.5%;
}
.block_frontStores .area_stores .stores_mapLeft .map_image {
  width: 40%;
}
.block_frontStores .area_stores .stores_mapLeft .map_link {
  font-weight: 700;
  background: #e73825;
  padding: 8px 0;
  text-align: center;
  border-radius: 6px;
  margin: 15px auto 10px;
}
.block_frontStores .area_stores .stores_mapLeft .map_link a {
  display: block;
  color: #fff;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  background: url(../img/arrow01.svg) no-repeat right 10px center;
  background-size: 15px auto;
}
.block_frontStores .area_recruit {
  margin: 0 0 25%;
}
.block_frontStores .area_recruit .inner {
  width: 100%;
}
.block_frontStores .area_recruit .recruit_lead {
  text-align: center;
  font-size: 160%;
  font-weight: 700;
  position: relative;
  padding: 0 0 100px;
}
.block_frontStores .area_recruit .recruit_lead::before {
  content: '';
  width: 1px;
  height: 40px;
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 40px;
  background: #E73825;
}
.block_frontStores .area_recruit .recruit_bnr {
  margin: 0 auto 15%;
  text-align: center;
}
.block_frontStores .area_recruit .recruit_bnr img {
  vertical-align: top;
}
.list_mainNav-sp .bnr_recruit {
  margin: 1% auto 6%;
  width: 90%;
}
.list_mainNav-sp .bnr_recruit a {
  display: block;
  position: relative;
  height: 0;
  overflow: hidden;
  white-space: nowrap;
  text-indent: 150%;
  padding: 31% 0 0;
  background: url("../img/recruit.png") no-repeat center top;
  background-size: contain;
}
/*---- 202508 ------*/
.title_red {
  font-size: 150%;
  font-weight: 900;
  color: #ca151d;
  margin: 0 0 1em;
    line-height: 1.5;
}
.block_bidding {
  padding: 2em 0 2em;
}
.block_bidding .inner {
  box-sizing: border-box;
}
.block_bidding .biddingWaku {
  background: #ca151d;
  border-radius: .6em;
  padding: .7em 1.1em;
  margin: 0 0 1.5em;
}
.block_bidding .biddingWaku p {
  font-size: 115%;
  font-weight: 900;
  color: #fff;
  line-height: 1.5;
}
.block_bidding .biddingWaku p strong {
  color: #fff200;
}
.block_bidding .deliver__about__list strong {
  color: #ca151d;
}
.btn_back {
  width: 90%;
    max-width: 400px;
  margin: 0 auto 5em;
  box-sizing: border-box;
  border: solid 1px #221714;
  border-radius: .6em;
  text-align: center;
  overflow: hidden;
}
.btn_back a {
  display: block;
  font-size: 125%;
  font-weight: 700;
  padding: .5em 0;
  background-image: url(../img/arrow.svg);
  background-size: 1em auto;
  background-position: right 1em center;
  background-repeat: no-repeat;
  transition: all .4s;
  background-color: #fff;
}