@charset "UTF-8";
@import url(./normalize.css);
@import url(./slick.css);
@import url(./modaal.css);
/*-----------------------------------
 _base.css
-----------------------------------*/
html {
  height: 100%;
  font-size: 3.74vw;
}

body {
  width: 100%;
  height: 100%;
  margin: 0;
  padding: 0;
  background: #fff;
  color: #3b4856;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  letter-spacing: 0.05em;
  line-height: 1.6;
  word-wrap: break-word;
  overflow-wrap: break-word;
}

h1, h2, h3, h4, h5 {
  margin: 0;
}

ul, ol {
  margin: 0;
  padding: 0;
  list-style: none;
}

dl, p {
  margin: 0;
  padding: 0;
}

i {
  font-style: normal;
}

a {
  color: #5baed8;
}
a:hover {
  text-decoration: none;
}

img {
  max-width: 100%;
  vertical-align: bottom;
}

input,
button,
textarea,
select {
  color: #000;
  font-family: "Hiragino Kaku Gothic ProN", "ヒラギノ角ゴ ProN W3", YuGothic, "Yu Gothic", "メイリオ", Meiryo, sans-serif;
  font-size: 1rem;
  line-height: 1.2;
}

button {
  cursor: pointer;
}

/* Transitionアニメーション制御
-----------------------------------*/
.preload * {
  -webkit-transition: none !important;
  -moz-transition: none !important;
  -ms-transition: none !important;
  -o-transition: none !important;
  transition: none !important;
}

/* PCモード
-----------------------------------*/
.mode-pc {
  display: none !important;
}

/* レイアウト
-----------------------------------*/
.wrap {
  position: relative;
  width: 100%;
}

.section {
  box-sizing: border-box;
  margin-top: 4.29rem;
}
.slider-dots + .section {
  margin-top: 1.79rem;
}

.base {
  padding: 0.5rem 0.72rem;
}
.base--feature1 {
	border-top:15px #a5b812 solid;
  background: #e5efda;
}
.base--feature2 {
	border-top:15px #e3ac48 solid;
  background: #f8ead1;
}

/* 見出し
-----------------------------------*/
/* 吹き出し */
.catch {
	top:-30px;
	width:85%;
	left:5%;
	right:5%;
  position: relative;
  padding: 0.58rem 0.72rem;
	background:#0c4f94;
  color: #fff;
  font-weight: 700;
  text-align: center;
}
.ranking_area .catch{
	background:#de4445;
}
.step_area .catch{
	background:#ffba00;
}


/* 大見出し */
.heading {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  margin: 0px;
  padding: 0;
  color: #000;
  font-size: 1.43rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
}
.heading span {
  display: block;
  margin-bottom: 0.58rem;
  color: #999;
  font-size: 1rem;
}
.heading__exp {
  display: block;
  margin-top: 2.67vw;
  color: #999;
  font-size: 3.2vw;
}

/* バナー
-----------------------------------*/
.banner {
  margin: 1rem;
  text-align: center;
}
.banner a {
  display: inline-block;
  transition: .2s linear;
}
.banner img {
  display: block;
}

.clearfix::after {
  content: "";
  display: block;
  clear: both;
}

.header {
  background: #fff;
}
.header__inner {
  display: flex;
  box-sizing: border-box;
  align-items: flex-start;
  height: 3.79rem;
}
.header__logo {
  display: flex;
  flex-shrink: 0;
  justify-content: center;
  width: 4.65rem;
}
.header__logo a {
  width: 2.43rem;
  overflow: hidden;
}
.header__logo img {
  width: auto;
  max-width: none;
  height: 2.72rem;
}

/* TEL
-----------------------------------*/
.header-tel {
  display:block;
  box-sizing: border-box;
  flex: 1;
  align-items: center;
  justify-content: center;
  padding: 0.22rem 0.36rem 0.58rem;
  border-radius: 0 0 0.58rem 0.58rem;
  color: #000;
  text-decoration: none;
}
.header-tel__ttl {
  display:block;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.22rem;
  color: #000;
  font-size: 1.4rem;
  font-weight: 700;
  line-height: 1;
}
.header-tel__ttl::before {
  content: "";
  display: inline-block;
  flex: 0 0 auto;
  width: 1.08rem;
  height: 1.08rem;
  margin-right: 0.15rem;
  transition: .2s linear;
  background: url("../img/ico_tel.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.header-tel__time {
  display:block;
  margin: 10px auto 3px;
  font-size: 11px;
  line-height: 1;
}
.header-tel__time span {
	border:1px #000 solid;
	padding:2px;
}

/* お問い合わせフォーム
-----------------------------------*/
.header-inquery {
  display: none;
  position: -webkit-sticky;
  position: sticky;
  z-index: 99;
  top: 0;
  box-sizing: border-box;
  justify-content: flex-end;
  height: 3rem;
  padding: 0.58rem 0;
  background: #014694;
}
.header-inquery--sp {
  display: flex;
}

.header-menu {
  position: relative;
  width: 3.58rem;
  margin: 0 auto 0 0;
  transition: .4s linear;
  color: transparent;
  font-size: 0;
  cursor: pointer;
}
.header-menu:focus {
  outline: none;
}
.header-menu span {
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  width: 2.15rem;
  height: 0.15rem;
  transform: translate(-50%, -50%);
  transition: .3s linear;
  border-radius: 0.08rem;
  background: #fff;
  pointer-events: none;
}
.header-menu span:first-child {
  margin-top: -0.58rem;
}
.header-menu span:nth-child(2) {
  transition: .1s linear;
}
.header-menu span:nth-child(3) {
  margin-top: 0.58rem;
}
.header-menu.is-fixed {
  position: fixed;
}
.header-menu.is-opened {
  z-index: 100;
  top: 0;
  right: 0;
  opacity: 0;
}
.header-menu.is-opened span:first-child {
  margin-top: -0vw;
  transform: translate(-50%, -50%) rotate(45deg);
}
.header-menu.is-opened span:nth-child(2) {
  width: 0;
}
.header-menu.is-opened span:nth-child(3) {
  margin-top: -0vw;
  transform: translate(-50%, -50%) rotate(-45deg);
}

.header-btn {
  display: flex;
  position: relative;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  margin-right: 0.58rem;
  padding: 0.58rem;
  background: #fff;
  color: #c50029;
  font-size: 0.6rem;
  font-weight: 700;
  line-height: 1;
  text-decoration: none;
}
.header-btn::before {
  content: "";
  width: 1rem;
  height: 1rem;
  margin-right: 0.36rem;
  background-size: 100% 100%;
}
.header-btn--cal::before {
  background-image: url("../img/ico_yen_sp.png");
}
.header-btn--mail::before {
  background-image: url("../img/ico_mail.png");
}

/* グローバルナビゲーション
-----------------------------------*/
.header-nav {
  display: none;
}
.header-nav__list {
  padding: 3rem 0;
	background:#014694;
}
.header-nav__list li {
  padding: 0 0.72rem;
}
.header-nav__btn {
  display: block;
  padding: 1rem 1.79rem;
  border-bottom: #fff 1px solid;
  color: #fff;
  font-size: 1rem;
  text-decoration: none;
}
.header-nav__btn span {
  width: 100%;
	vertical-align:middle;
}


/* moddal調整
-----------------------------------*/
.modaal-inner-wrapper {
  padding: 1.43rem 0;
}

.modaal-content-container {
  padding: 0;
}

.modaal-close {
  position: absolute;
  top: 0.29rem;
  left: 0;
  width: 3.58rem;
  height: 3.58rem;
  border-radius: 0;
}
.modaal-close::before, .modaal-close::after {
  top: 1.72rem;
  left: 0.72rem;
  width: 2.15rem;
  height: 0.15rem;
  border-radius: 0.08rem;
  background: #fff;
}
.modaal-wrapper .modaal-close {
  background: none;
}
.modaal-close:hover {
  background: none;
}
.modaal-close:hover::before, .modaal-close:hover::after {
  background: #4ba6b5;
}

.footer {
  position: relative;
  margin-top: 1rem;
}
.footer__catch img {
  display: block;
  width: 100%;
}
.footer__inner {
	padding:1rem 0;
  overflow: hidden;
  background: #f7f7f7;
}
.footer__address {
  display: block;
  padding: 0.8rem 0;
  font-size:11px;
  text-align: center;
}

/* お問い合わせ */
.inquery {
  margin: 1rem 0.72rem;
  padding: 1.79rem 0.72rem;
  border: #ccc 1px solid;
  border-width: 1px 0;
}
.inquery_img {
	width:40%;
  margin-left: 6rem;
}
.inquery__ttl {
  margin: 0 -0.72rem;
  font-size: 1.3rem;
  font-weight: 700;
  text-align: center;
	color:#000;
}
.inquery__item {
  margin-top: 1.43rem;
}
.inquery__item + .inquery__item {
  margin-top: 2.86rem;
}
.inquery__item p {
	font-size:0.8rem;
	color:#000;
}
.inquery__item strong {
  color: #a82a25;
	font-size:1rem;
}
.inquery__txt {
  font-size: 0.79rem;
}
.inquery__code {
  margin-top: 5.34vw;
  padding-left: 1em;
  font-weight: bold;
  line-height: 1.6;
  text-indent: -1em;
}
.inquery__btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0.93rem 1.43rem;
  transition: .2s linear;
  background: #c50029;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  margin-top: 1.43rem;
}
.inquery__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  right: 1.43rem;
  width: 0.58rem;
  height: 0.58rem;
  transition: .2s linear;
}
.inquery__btn:hover::after {
  right: 1.08rem;
}
.inquery__btn--cal {
  background: #c50029;
}
.inquery__btn img {
  position: absolute;
  top: 50%;
  left: 1.43rem;
  width: 1.65rem;
  height: 1.65rem;
  margin-top: -0.86rem;
}

/* tel */
.footer-tel {
  display: flex;
  flex-direction: column;
  align-items: center;
  margin-top: 1rem;
  color: #000;
  text-decoration: none;
}
.footer-tel__ttl {
  display: flex;
  box-sizing: border-box;
  align-items: center;
  justify-content: center;
  padding: 0.3rem 0.72rem;
  transition: .2s linear;
  border: #000 1px solid;
  background: #fff;
  color: #000;
	font-size:0.8rem;
  font-weight: 700;
  line-height: 1;
}
.footer-tel__time::before {
  content: "";
  display: inline-block;
  width: 1.65rem;
  height: 1.65rem;
  margin-right: 0.72rem;
  transition: .2s linear;
  background: url("../img/ico_tel.png") no-repeat 0 0;
  background-size: 100% 100%;
}
.footer-tel__time {
  margin-top: 0.72rem;
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 1;
  text-align: center;
}
.footer-tel__time span {
  display: block;
  margin-bottom: 0.22rem;
  font-size: 1rem;
}

/* 会社情報 */
.footer-company {
  margin: 1.79rem 1.43rem 0;
  padding: 2.15rem 0;
  background: #fff;
  font-size: 0.86rem;
  text-align: center;
}
.footer-company dt {
  margin: 2.15rem 0 0.22rem;
  font-weight: 400;
  border-bottom: #eee 1px solid;
}
.footer-company dt:first-child {
  margin-top: 0;
}
.footer-company dd {
  margin: 0;
  line-height: 2;
}

/* ページ上部へ戻る
-----------------------------------*/
.pagetop {
  position: relative;
  width: 100%;
}
.pagetop__btn {
  display: flex;
  position: absolute;
  z-index: 97;
  right: 0.72rem;
  bottom: 0.72rem;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  width: 4rem;
  height: 4rem;
  transition: .2s linear;
  border-radius: 3.04rem;
  background: #4ba6b5;
  box-shadow: 0 0.79rem 0.5rem 0.08rem rgba(160, 157, 157, 0.35);
  color: #fff;
  font-size: 0.8rem;
  line-height: 1;
  text-decoration: none;
}
.pagetop__btn::before {
  content: "";
  display: block;
  width: 0.8rem;
  height: 0.8rem;
  margin-bottom: 2px;
  overflow: hidden;
  transform: rotate(-45deg);
  border: #fff 4px solid;
  border-width: 4px 4px 0 0;
}
.pagetop__btn:hover {
  transform: translateY(-5px);
}
.pagetop__btn.js-pagetop-btn {
  opacity: 0;
}
.pagetop__btn.js-display {
  opacity: 1;
}
.pagetop__btn.js-fixed {
  position: fixed;
}

/* 基本ボタン */
.button-large {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0.93rem 1.43rem;
  transition: .2s linear;
  background: #c50029;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
.button-large::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  right: 1.43rem;
  width: 0.58rem;
  height: 0.58rem;
  transition: .2s linear;
}
.button-large:hover::after {
  right: 1.08rem;
}

.box-button {
  margin: 2.15rem 0.72rem 0;
}
.box-button p {
  margin-top: 1.43rem;
  font-size: 0.86rem;
  font-weight: bold;
  text-align: center;
}
.box-button p strong {
  color: #a82a25;
  font-size: 4.27vw;
}
.box-button p b {
  color: #a82a25;
  font-size: 4.27vw;
}

.slider {
  position: relative;
}
.slider .slick-arrow {
  position: absolute;
  z-index: 1;
  top: 50%;
  width: 1.72rem;
  height: 1.72rem;
  margin-top: -0.86rem;
  transition: .2s linear;
  border: 0;
  border-radius: 0.22rem;
  background: rgba(0, 0, 0, 0.7);
  font-size: 0;
}
.slider .slick-arrow::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  left: 0.36rem;
  width: 0.58rem;
  height: 0.58rem;
}
.slider .slick-arrow:hover {
  background: #000;
}
.slider .slick-prev {
  left: 0.36rem;
  transform: rotate(-180deg);
}
.slider .slick-next {
  right: 0.36rem;
}

.slider-dots {
	display:none;
  margin-top: 0.58rem;
}
.slider-dots .slick-dots {
  display: flex;
  justify-content: center;
}
.slider-dots button {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 2.15rem;
  height: 2.15rem;
  margin: 0 0.22rem;
  padding: 0;
  border: 0;
  background: none;
  font-size: 0;
  appearance: none;
}
.slider-dots button:focus {
  outline: none;
}
.slider-dots button::before {
  content: "";
  width: 1.08rem;
  height: 1.08rem;
  transition: .2s linear;
  border-radius: 0.54rem;
  background: #d9dee4;
}
.slider-dots button:hover::before {
  background: #8a9199;
}
.slider-dots .slick-active button::before {
  background: #8a9199;
}




/*-------------------------------
ロゴスライダー
-------------------------------*/
.subimage {
  width: 100%;
  margin: 30px auto;
	padding:0px;
	background:#eee;
  position: relative;
}
.logo__bnr__wrap {
  display: flex;
  margin: 0 auto;
	padding:5px;
  flex-wrap: wrap;
}
.logo__bnr {
	width:300px;
  height:auto ;
	margin:5px 0px;
}
.subimage .item{
	margin:0px 5px;
}

.sale_car{
	width: 100%;
	margin:0px auto;
	z-index:999;
}
.sale_car img{
	width:100%;
}



.ranking_area{
	margin-top:5rem;
	padding:0px 0px 3%;
	background: url(../img/ranking_bg.gif) repeat top center;
}
.ranking_area .heading span{
	color:#fff;
}
.ranking-attention {
  display: flex;
  justify-content: flex-end;
  margin: 3.2vw 2.67vw 0;
  font-size: 2.3vw;
  line-height: 1.35;
}

.ranking {
  margin: 0 0.72rem;
  text-align: center;
}
.ranking li {
	background:#fff;
	border-radius:10px;
  margin: 1.43rem 0 0;
  padding: 1.43rem 0;
	box-shadow: 2px 2px 15px 0px rgba(204, 204, 204, 0.8);
}
.ranking li:first-child .ranking__img::before {
  background-image: url("../img/rank1.png");
}
.ranking li:nth-child(2) .ranking__img::before {
  background-image: url("../img/rank2.png");
}
.ranking li:nth-child(3) .ranking__img::before {
  background-image: url("../img/rank3.png");
}
.ranking li:nth-child(4) .ranking__img::before {
  background-image: url("../img/rank4.png");
}
.ranking li:nth-child(5) .ranking__img::before {
  background-image: url("../img/rank5.png");
}
.ranking__img {
  position: relative;
  width:20rem;
  margin: 0 auto;
}
.ranking__img::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 1;
  top: -1rem;
  left: -1.7rem;
  width: 50px;
  height:40px;
  background-size: 100% auto;
}
.ranking__img a {
  display: block;
  position: relative;
}
.ranking__img img {
  width: 100%;
}
.ranking_data{
	background:#f6f6f6;
	border-radius:10px;
	margin:20px;
	padding:1%;
}

.ranking__name {
  margin-top: 0.72rem;
  font-size: 1rem;
  font-weight: 700;
}
.ranking__price {
  margin-top: 0.22rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.ranking__price b {
  padding: 0 0.22rem;
  color: #a82a25;
  font-size: 1.29rem;
}
.ranking__off {
  margin-top: 1.34vw;
  color: #999;
  font-weight: bold;
}
.ranking__after {
  margin-top: 1.34vw;
  color: #000;
  font-size: 5.34vw;
  font-weight: bold;
  text-decoration: none;
}
.ranking__after span {
	background:#e3495c;
	color:#fff;
	border-radius:3px;
	padding:2px 5px;
	vertical-align:middle;
	margin-right:5px;
	font-size:0.8rem;
  line-height:0;
}
.ranking__off::before {
  content: "";
  display: block;
  width: 8vw;
  height: 8vw;
  margin: 0 auto;
  background: url("../img/ico_after.png") 0 0/100% 100% no-repeat;
}
.ranking__catch {
  display: table;
  margin: 0vw auto 0;
  padding: 1.34vw;
	background:linear-gradient(transparent 50%, #ff3 0%);
  color: #000;
  font-weight: bold;
  line-height: 1;
}
.ranking__txt {
  margin-top: 1.08rem;
  font-size: 0.8rem;
}
.ranking__btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  transition: .2s linear;
  background: #4ba6b5;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  margin: 0.72rem 0.72rem 0;
  padding: 0.4rem 1.43rem;
	border-radius:30px;
}
.ranking__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  right: 1.43rem;
  width: 0.58rem;
  height: 0.58rem;
  transition: .2s linear;
}
.ranking__btn:hover::after {
  right: 1.08rem;
}

.ranking-exp {
  margin: 8vw 5.34vw 0;
  color: #000;
  font-size: 2.5vw;
}
.ranking-exp a {
  color: #fff;
}


.case_area{
	padding:0px 0px 3%;
	background:#e0eef6;
}
.case__item {
  margin-top: 1.86rem;
  padding: 0.72rem 0.72rem 1.43rem;
}
.case__item:first-child {
  margin-top: 0;
}
.case__num {
  display: table;
  padding: 0.4rem 0.6rem;
  background: #7eaf44;
  color: #fff;
  font-size: .8rem;
  font-weight: 700;
  line-height: 1;
}
.case__num--2 {
  background: #cd504b;
}
.case__num--3 {
  background: #4262a3;
}
.case__num--4 {
  background: #d57f46;
}
.case__ttl {
  margin-top: 0rem;
	padding:5px 1%;
  font-size: 1.15rem;
  line-height: 1.3;
	color:#000;
	border-bottom:#000 4px solid;
}
.case img {
  display: block;
  width: 80%;
  max-width: 300px;
  margin: 0.2rem auto 0;
}
.case__txt {
  margin-top: 0.5rem;
  font-size: 0.8rem;
  line-height: 1.6;
}

.feature {
  padding: 1.43rem 0.72rem;
}
.feature__head {
  display: flex;
  position: relative;
  box-sizing: border-box;
  flex-wrap: wrap;
  align-items: center;
  justify-content: center;
  margin-right: -0.72rem;
}
.feature__head img {
  width: 4.29rem;
	display:block;
}
.feature__wish {
  margin-left: 0.36rem;
  color: #000;
  font-size:1rem;
  text-align: center;
}
.feature__wish span {
	display:block;
  font-size: 1.2rem;
  font-weight: 700;
}

.feature__ttl {
  color: #000;
  width: 100%;
  font-size: 0.72rem;
  text-align: center;
	font-weight:normal;
}
.feature__txt {
  margin: 4vw 1.34vw 0;
  color: #000;
  font-size: 0.8rem;
}

.feature-item {
  margin-top: 1.79rem;
  padding: 1rem;
  text-align: center;
  background: #fff;
	border-radius:10px;
}
.feature__head + .feature-item {
  margin-top: 1.43rem;
}
.feature-item__img {
  width: 14rem;
  margin: 0 auto;
}
.feature-item__img a {
  display: block;
}
.feature-item__img img {
  width: 100%;
}
.feature-item__name {
  margin-top: 0.72rem;
  font-size: 1rem;
  font-weight: 700;
}
.feature-item__price {
  margin-top: 0.22rem;
  font-size: 1rem;
  font-weight: 700;
  line-height: 1;
}
.feature-item__price b {
  padding: 0 0.22rem;
  color: #a82a25;
  font-size: 1.29rem;
}
.feature-item__txt {
  margin-top: 0.5rem;
  font-size: 0.8rem;
}
.feature-item__btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0.5rem 0.8rem;
  transition: .2s linear;
  background: #5baed8;
  color: #fff;
  font-size: 1rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  margin-top: 0.72rem;
	border-radius:30px;
}
.feature-item__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  right: 1.43rem;
  width: 0.58rem;
  height: 0.58rem;
  transition: .2s linear;
}
.feature-item__btn:hover::after {
  right: 1.08rem;
}
.base--feature2 .feature-item__btn {
  background-color: #e9706c;
}

.merit_area {
  background: #e0eef6;
}
.merit li {
  position: relative;
  margin-top:0.2rem;
  padding: 0rem 0.72rem 1.43rem;
}
.merit li:first-child {
  margin-top: 0;
}
.merit__ttl {
	margin:0.5rem auto;
  padding: 0;
  font-size: 1.15rem;
  text-align: center;
}
.merit__ttl--1 {color: #50ac59;}
.merit__ttl--2 {color: #d08900;}
.merit__ttl--3 {color: #ff5500;}
.merit__ttl--4 {color: #4262a3;}

.merit p {
  margin: 0;
  font-size: 0.8rem;
}
.merit img {
	width:35%;
  display: block;
  margin: 0px auto;
}

.step_area{
  background: #fff4bd;
	padding-bottom:30px;
}
.step li {
  margin-top: 0rem;
	padding:0px 0px 10px 0px;
  position: relative;
	background:url(../img/step_bg.png) repeat-y 0px 20px;
	background-size:20% auto;
}
.step li:last-child {
	background:none;
}
.step img {
	width:80px;
}

.step__img {
  position: absolute;
  top: 0;
  left: 0;
  width: 90px;
  height: auto;
}
.step__text {
  margin: 0px 0px 0px 90px;
	padding:1% 3%;
  font-size: 14px;
	background:#fff;
	border-radius:5px;
}
.step__ttl {
	color:#000;
  margin-top: 0.5rem;
  font-size: 1rem;
  line-height: 1.2;
  text-align:left;
}
.step__txt {
  margin: 0.5rem 0.36rem 0;
  font-size: 0.8rem;
}
.step__txt b {
  color: #e9706c;
}

.after_area{
	background:#e5efda;
	padding:30px 0px;
}
.after__item {
  margin-top:40px;
  border-radius: 8px;
  background: #fff;
  padding: 15px;
}
.after__question {
  position: relative;
  margin: 0px;
  padding: 5% 0px 0px;
  color: #000;
  font-size: 1.29rem;
  font-weight: bold;
  line-height: 1.2;
  text-align: center;
}
.after_num{
	width:20px;
	height:20px;
	padding:20px;
	border-radius:60px;
	background:#fff;
	position:absolute;
	top:-40px;
	left:40%;
	font-size:1.5rem;
	line-height:1;
}
.after__question span {
	background:linear-gradient(transparent 50%, #ff3 0%);
}

.after__box {
  flex: 1 1;
  margin: 0;
  padding: 0;
}
.after__box img {
  display: block;
  max-width: 220px;
  margin: 1.08rem auto 0;
}
.after__answer {
  padding-bottom: 0rem;
  color: #333;
  font-size: 1.2rem;
  font-weight: 700;
  text-align: center;
}
.after__txt {
  margin-top: 1.08rem;
  font-size: 0.8rem;
}

.after-txt {
  margin-top: 2.67vw;
  font-size: 11px;
  text-align:right;
}

#review_area{
	background:#f4ece4;
	padding:20px 0px;
}
.review {
  margin: 0 0.72rem;
  border-bottom: #eee 1px solid;
}
.review__item {
  padding: 0 0.72rem 2.15rem;
}
.review__head {
	text-align:center;
  padding: 1.29rem 0 0;
}
.review__img {
  display: block;
  width: 9rem;
  margin: 0 auto;
}
.review__btn {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0.93rem 1.43rem;
  transition: .2s linear;
  background: #4ba6b5;
  color: #fff;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
  margin-top: 0.72rem;
}
.review__btn::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
  right: 1.43rem;
  width: 0.58rem;
  height: 0.58rem;
  transition: .2s linear;
}
.review__btn:hover::after {
  right: 1.08rem;
}
.review__data {
	width:90%;
	background:#fff;
	border-radius:10px;
	padding:0px 3% 2%;
  margin: 10px auto 0;

}
.review__ttl {
	text-align:center;
  color: #333;
  font-size: 1rem;
  font-weight: 700;
}
.review__star {
	text-align:center;
}
.review__star img {
  width: 5rem;
}
.siyou{
	background:#80c9c2;
	color:#fff;
	padding:2px 10px;
	letter-spacing:3px;
	font-size:13px;
	border-radius:3px;
	margin:0px 15px 0px 0px;
}

.review__user {
  margin-top: 0.3rem;
  font-size: 0.8rem;
  line-height: 1.3;
}
.review__spec {
  margin-top: 0.3rem;
  color: #3779a8;
  font-size: 0.8rem;
  line-height: 1.6;
}
.review__txt {
	border-top:2px solid #ccc;
	padding-top:10px;
  margin-top: 10px;
  font-size: 0.8rem;
}

.qa {
  margin: 0 0.72rem;
	color:#000;
}
.qa__list {
	background:#f5f1eb;
	border-radius:10px;
	margin-bottom:30px;
	padding:1%;
}

.qa__question {
  position: relative;
  padding: 10px 10px 10px 50px;
	border-bottom:3px #000 solid;
	margin-bottom:10px;
  font-size: 1rem;
  font-weight: 700;
}
.qa__question::before {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  content: "Q.";
  display: block;
  position: absolute;
  top: -5px;
  left: 10px;
  color: #348dcc;
  font-size: 2rem;
	font-weight:bolder;
}
.qa__answer {
  position: relative;
  padding: 0px 10px 0px 10px;
  font-size: 14px;
  font-weight: 400;
	margin-bottom:20px;
  line-height: 1.4;
}
.qa__answer::before {
	font-family:"ヒラギノ丸ゴ Pro W4","ヒラギノ丸ゴ Pro","Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro","HG丸ｺﾞｼｯｸM-PRO","HGMaruGothicMPRO";
  content: "A.";
  display: block;
  position: absolute;
  top: -5px;
  left: -30px;
  color: #f5c33b;
  font-size:1.5rem;
	font-weight:bolder;
}

.qa__more {
  margin: 1.43rem 0.72rem 2.86rem;
}
.qa__more a {
  display: block;
  position: relative;
  box-sizing: border-box;
  padding: 0.93rem 1.43rem;
  transition: .2s linear;
  border: #3779a8 1px solid;
  background: #fff;
  color: #3779a8;
  font-size: 1.15rem;
  font-weight: 400;
  line-height: 1.3;
  text-align: center;
  text-decoration: none;
}
.qa__more a::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  transform: translate(0, -50%) rotate(45deg);
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #3779a8;
  right: 1.43rem;
  width: 0.58rem;
  height: 0.58rem;
  transition: .2s linear;
}
.qa__more a:hover::after {
  right: 1.08rem;
}

.campaign {
  margin: 5.34vw 2.67vw 0;
  padding: 2.67vw;
  border: #5baed8 1px solid;
  line-height: 1.6;
}
.campaign__ttl {
  width: 100%;
  margin: 0;
}
.campaign__plan {
  margin-top: 4.8vw;
  padding: 2.67vw;
  border: #ddd 2px solid;
}
.campaign__txt {
  margin-top: 4vw;
  font-weight: bold;
  text-align: center;
}
.campaign__txt strong {
  color: #a82a25;
  font-weight: bold;
}
.campaign__img {
  margin-top: 2.67vw;
}

/*# sourceMappingURL=style_sp.css.map */


/*20201217ボタン追加*/

.bnr_area{
  margin: 2% 2.67vw 0;
}

.header-nav__list{
  padding-bottom: 6%;
}
 .nav_btn_wrap{
	background:#014694;
   padding: 0 0.72rem 1rem;
}


.company_profile_table th{
	width:90%;
	margin:0px auto;
	padding:0px;
	display:block;
}
.company_profile_table td{
	width:90%;
	margin:0px auto;
	padding:0px;
	display:block;
}
