﻿/*--------------------------------------------
無料相談 ページ内リンク
--------------------------------------------*/
.consult-nav {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;

  -webkit-justify-content: space-between;
  justify-content: space-between;
}

.consult-nav__visit {
  width: 48%;
  background: #fcf8ef;
  position: relative;
}

.consult-nav__shop {
  width: 48%;
  background: #fcf8ef;
  position: relative;
}

.consult-nav__cath {
  background: #fff;
  text-align: center;
  padding-bottom: 20px;
  font-size: 24px;
  font-weight: 600;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-nav__cath {
    font-size: 16px;
    padding-bottom: 10px;
  }
}

.consult-nav__visit__ttl a {
  display: block;
  background: #013489;
  color: #fff;
  text-align: center;
  padding: 0.5em 0.5em 0.6em 0.5em;
  font-size: 24px;
  font-weight: 400;
}
.consult-nav__visit__ttl a:hover {
   font-weight: 600;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-nav__visit__ttl {
    padding: 0.5em 0.5em 0.4em 0.5em;
    font-size: 20px;
  }
}

.consult-nav__shop__ttl a {
  display: block;
  background: #db135a;
  color: #fff;
  text-align: center;
  padding: 0.5em 0.5em 0.6em 0.5em;
  font-size: 24px;
  font-weight: 400;
}
.consult-nav__shop__ttl a:hover {
   font-weight: 600;
}





/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-nav__shop__ttl {
    padding: 0.5em 0.5em 0.4em 0.5em;
    font-size: 20px;
  }
}



.consult-nav__ins__ttl a {
  display: block;
  background: #008c00; /*-- green --*/
  color: #fff;
  text-align: center;
  padding: 0.5em 0.5em 0.6em 0.5em;
  font-size: 24px;
  font-weight: 400;
}

.consult-nav__ins__ttl a:hover {
   font-weight: 600;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-nav__ins__ttl {
    padding: 0.5em 0.5em 0.4em 0.5em;
    font-size: 20px;
  }
}


.consult-nav__textbox {
  padding: 0.8em 20px 70px 20px;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-nav__textbox {
    padding: 0.8em 10px 110px 10px;
  }
}

.consult-nav__btnbox {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;

  -webkit-justify-content: space-between;
  justify-content: space-between;
  position: absolute;
  left: 20px;
  bottom: 20px;
  width: calc(100% - 40px);
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-nav__btnbox {
    display: block;
    left: 10px;
    bottom: 10px;
    width: calc(100% - 20px);
  }
}

.consult-nav__btnbox li {
  width: 48%;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-nav__btnbox li {
    width: 100%;
    margin-top: 10px;
  }
}

/*--------------------------------------------
無料訪問相談サービス
--------------------------------------------*/
.consult-visit {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;

  -webkit-justify-content: space-between;
  justify-content: space-between;

  width: 86%;
  margin: 40px auto;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-visit {
    width: 100%;
    margin: 20px auto;
  }
}

.consult-visit li {
  background: #d8e7ff;
  width: 44%;
  text-align: center;
  padding: 1em;
  font-size: 24px;
  line-height: 1.4;
  position: relative;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-visit li {
    width: 48%;
    padding: 0.4em 0.6em;
    font-size: 18px;
  }
}

.consult-visit li::before {
  content: "";
  display: block;
  background: #013489;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -5px;
  left: -5px;
  opacity: 0.1;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-visit li::before {
    width: 20px;
    height: 20px;
    top: -4px;
    left: -4px;
  }
}

.consult-visit li::after {
  content: "";
  display: block;
  background: #013489;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  opacity: 0.1;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-visit li::after {
    width: 20px;
    height: 20px;
    bottom: -4px;
    right: -4px;
  }
}

.consult-visit li span {
  color: #013489;
  font-weight: 700;
}

/*--------------------------------------------
保険見積りサービス
--------------------------------------------*/
.consult-ins {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;

  -webkit-justify-content: space-between;
  justify-content: space-between;

  width: 86%;
  margin: 40px auto;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-ins {
    width: 100%;
    margin: 20px auto;
  }
}

.consult-ins li {
  background: #a4ffa4;
  width: 44%;
  text-align: center;
  padding: 1em;
  font-size: 24px;
  line-height: 1.4;
  position: relative;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-ins li {
    width: 48%;
    padding: 0.4em 0.6em;
    font-size: 18px;
  }
}

.consult-ins li::before {
  content: "";
  display: block;
  background: #008c00;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -5px;
  left: -5px;
  opacity: 0.1;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-ins li::before {
    width: 20px;
    height: 20px;
    top: -4px;
    left: -4px;
  }
}

.consult-ins li::after {
  content: "";
  display: block;
  background: #008c00;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  opacity: 0.1;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-ins li::after {
    width: 20px;
    height: 20px;
    bottom: -4px;
    right: -4px;
  }
}

.consult-ins li span {
  color: #008c00;
  font-weight: 700;
}


/*--------------------------------------------
無?相談の?れ
--------------------------------------------*/
.consult-flow {
  overflow: hidden;
  position: relative;
  padding-top: 20px;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-flow {
    padding-top: 30px;
  }

  .consult-flow.-top {
    padding-top: 0;
  }
}

.consult-flow::after {
  content: "";
  background: #dadada;
  width: 4px;
  height: 100%;
  position: absolute;
  top: 0;
  left: 23.8%;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-flow::after {
    display: none;
  }
}

.consult-flow.-bottom {
  padding-bottom: 20px;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-flow.-bottom {
    padding-bottom: 0;
  }
}

/*
左 見出し
*/
.consult-flow__heading {
  float: left;
  width: 20%;
  position: relative;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-flow__heading {
    float: none;
    width: 100%;
  }
}

.consult-flow__heading::after {
  content: "";
  width: 15px;
  height: 15px;
  border-radius: 50%;
  position: absolute;
  top: 17px;
  right: -24%;
  z-index: 1;
  box-shadow: 0 0 0 3px rgba(255, 255, 255, 1);
}

.consult-flow.-visit .consult-flow__heading::after {
  background: #013489;
}

.consult-flow.-shop .consult-flow__heading::after {
  background: #db135a;
}

.consult-flow.-ins .consult-flow__heading::after {
  background: #008c00;
}

.consult-flow__heading__step {
  width: 100%;
  padding: 0.4em 0.3em;
  font-size: 20px;
  text-align: center;
  position: relative;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-flow__heading__step {
    padding: 0.4em 0.3em;
    font-size: 18px;
  }
}

.consult-flow.-visit .consult-flow__heading__step {
  background: #013489;
  color: #fff;
}

.consult-flow.-shop .consult-flow__heading__step {
  background: #db135a;
  color: #fff;
}

.consult-flow.-ins .consult-flow__heading__step {
  background: #008c00;
  color: #fff;
}

.consult-flow__heading__step::after {
  content: "";
  width: 14px;
  height: 14px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: -7px;
  margin: auto;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
}

.consult-flow.-visit .consult-flow__heading__step::after {
  background: #013489;
}

.consult-flow.-shop .consult-flow__heading__step::after {
  background: #db135a;
}

.consult-flow.-ins .consult-flow__heading__step::after {
  background: #008c00;
}



.consult-flow__heading__step span {
  font-size: 28px;
  padding-left: 0.2em;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-flow__heading__step span {
    font-size: 22px;
  }
}

.consult-flow__heading__ttl {
  font-size: 22px;
  font-weight: 400;
  color: #000;
  text-align: center;
  padding-top: 0.6em;
}

/*
右 コンテンツ
*/
.consult-flow__content {
  float: right;
  background: #fff;
  padding: 10px;
  width: 72%;

  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-align-items: center;
  align-items: center;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-flow__content {
    float: none;
    width: 100%;
    margin-top: 10px;
    display: block;
  }
}

.consult-flow.-visit .consult-flow__content {
  border: solid 12px #7aaafa;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-flow.-visit .consult-flow__content {
    border: solid 6px #7aaafa;
  }
}

.consult-flow.-shop .consult-flow__content {
  border: solid 12px #fcd2e4;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-flow.-shop .consult-flow__content {
    border: solid 6px #fcd2e4;
  }
}

.consult-flow.-ins .consult-flow__content {
  border: solid 12px #a4ffa4;  /*-- うすいgreen --*/
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-flow.-ins .consult-flow__content {
    border: solid 6px #aa4ffa4;
  }
}

.consult-flow__content__ph {
  flex-basis: 34.7222%;
}

.consult-flow__content__txt {
  padding: 0 0 0 3%;
  font-size: 20px;
  flex-basis: 64.2%;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-flow__content__txt {
    font-size: 16px;
    flex-basis: 100%;
    padding: 10px 0 0 0;
  }
}

.consult-flow__content__txt__btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}

/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-flow__content__txt__btn {
    display: block;
    margin-top: 0;
  }

  .consult-flow__content__txt__btn li {
    margin-top: 10px;
  }
}

.consult-flow__content__txt__btn li:nth-child(1) {
  flex-basis: 48%;
}

.consult-flow__content__txt__btn li:nth-child(2) {
  flex-basis: 50%;
}

.consult-flow__content__txt__btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: space-between;
  width: 100%;
  margin-top: 10px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.consult-flow__content__txt__btn {
  display: block;
  margin-top: 0;
 }

.consult-flow__content__txt__btn li {
  margin-top: 10px;
 }
}

.consult-flow__content__txt__btn li:nth-child(1) {
  flex-basis: 48%;
}

.consult-flow__content__txt__btn li:nth-child(2) {
  flex-basis: 50%;
}


/*--------------------------------------------
サポート 電話
--------------------------------------------*/
.consult-support {
  background: #fcf8ef;
  padding: 40px 30px;
  margin-top: 40px;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-support {
    padding: 20px 15px;
    margin-top: 20px;
  }
}

.consult-support__tel {
  width: 60%;
  margin: 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.consult-support__tel {
  width: 100%;
 }
}

.consult-support__btn {
  width: 60%;
  margin: 40px auto 0 auto;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.consult-support__btn {
  width: 100%;
  margin: 20px auto 0 auto;
 }
}

.consult-support__btn.-mt0 {
  margin-top: 0;
}

.consult-support ul {
  display: inline-block;
}


/*--------------------------------------------
来店型保険ショップ 店舗ボタン
--------------------------------------------*/
.consult-shop_btn {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;

  -webkit-justify-content: space-between;
  justify-content: space-between;

  margin-bottom: 30px;
}

.consult-shop_btn li {
  width: 48%;
}


/*--------------------------------------------
来店型保険ショップ ニーズボタン
--------------------------------------------*/
.consult-shop {
  display: -webkit-flex;
  display: -moz-flex;
  display: -ms-flex;
  display: -o-flex;
  display: flex;
  flex-wrap: wrap;

  padding: 10px 0 25px 0;
  margin-left: -2%;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.consult-shop {
  padding: 0 0 10px 0;
  margin-left: -3.33%;
 }
}

.consult-shop li {
  width: 18%;
  background: #fcd2e4;
  text-align: center;
  padding: 1.5em 0;
  margin: 10px 0 10px 2%;
  font-size: 20px;
  position: relative;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
.consult-shop li {
  width: 30%;
  margin: 8px 0 8px 3.33%;
  font-size: 15px;
 }
}

.consult-shop li::before {
  content: "";
  display: block;
  background: #db135a;
  width: 25px;
  height: 25px;
  position: absolute;
  top: -5px;
  left: -5px;
  opacity: 0.1;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-shop li::before {
    width: 20px;
    height: 20px;
    top: -4px;
    left: -4px;
  }
}

.consult-shop li::after {
  content: "";
  display: block;
  background: #db135a;
  width: 25px;
  height: 25px;
  position: absolute;
  bottom: -5px;
  right: -5px;
  opacity: 0.1;
}
/********* sp *********/
@media only screen and (max-width: 768px) {
  .consult-shop li::after {
    width: 20px;
    height: 20px;
    bottom: -4px;
    right: -4px;
  }
}

