@charset "UTF-8";
/*-------------------------------------
00 setup mobile first
--------------------------------------*/
html{

}
*, *::before, *::after{
box-sizing: border-box;
}
body {
	font-family: "ヒラギノ角ゴ Pro", Hiragino Kaku Gothic Pro, " メイリオ", Meiryo, Osaka, " ＭＳ Ｐゴシック", MS PGothic, " sans-serif";
line-height: 1.75;
color: #333;
}
body {
  position: relative;
}
img {
  max-width: 100%;
}
a {
  text-decoration: none;
}
a:link {

}
/*-------------------------------------
00 layout 1 break point w960
--------------------------------------*/
.header, .cta, .purpose, .worry, .hpay, .examples, .troubles, .service, .voice, .flow, .faq, .company, .footer  {
  width:100%;
  padding: 30px 12px;
}
.cta_inner, .purpose_inner, .worry_inner, .hpay_inner, .examples_inner, .troubles_inner, .service_inner, .voice_inner, .flow_inner, .faq_inner, .company_inner, .footer_inner {
  width: 100%;
  text-align: center;

}

@media screen and (min-width: 960px) {
  /*ここにpc用スタイルを記述*/
  .cta_inner,  .worry_inner, .hpay_inner, .examples_inner, .troubles_inner, .service_inner, .footer_inner {
    width: 1000px;
    margin: 0 auto;
  }
  .flow_inner, .faq_inner {
    width: 800px;
    margin: 0 auto;
  }
  .company_inner {
    width: 600px;
    margin: 0 auto;
  }
}

/*-------------------------------------
00 header
--------------------------------------*/

.header {
  padding: 15px 30px 60px;
  background: url(../img/00_kv_sp.png) no-repeat center top;
  background-size: cover;
  height: 570px;

}
.agency {
  width: calc(100% + 60px);/*320px*/
  background: #fff;
  margin: -15px -30px 10px -30px;
  padding: 3px 10px 5px;
  text-align: center;
  color: #666;
  font-size: 12px;
  display: flex;
  justify-content: center;
  align-items: center;
  box-shadow: 0 0 8px 3px rgba(0,0,0,.10);
}
.agency img{
  height: 25px;
  margin-right: 10px;
}
.agency span {
  display: inline-block;
  line-height: 1.3;
  padding-top: 5px;
  text-align: left;
}
.kv_catch_wrap {
text-align: center;
}
.kv .notice {
  font-size: 10px;
  color: #ffffff;
  line-height: 1.3;
  padding-bottom: 10px;
}
.kv_catch {
  max-height: 160px;
  margin-right: -15px;

}
.point_head {
  display: flex;
  padding-bottom: 11px;
}
.point_head strong {
  color: #e36f1e;
}
.p_number {
  width: 22%;
  text-align: center;
  color: #fff;
  background: rgba(31,115,176,.8);
  font-size: 10px;
  line-height: 1.1;
  padding: 6px 10px;
}
.p_number > .number {
  font-size: 22px;
}
.p_text {
  width: 78%;
  padding: 12px 10px;
  background: rgba(255,255,255,.8);
  line-height: 1.28;
  font-size: 14px;
  font-weight: bold;
}

/*-------------------------------------
CTA
--------------------------------------*/
.cta {
  background: #fffeee;
}
.cta_inner.top {
  margin: -50px auto 0;
}
.tx_anshin {
  font-size: 18px;
  font-size: 1.125rem;
  color: #e36f1e;
  text-align: center;
  font-weight: bold;
  margin-bottom: 10px;
}
.btn_estimate a{
  display: block;
  border: none;
  cursor: pointer;
  text-align: center;
  width: 100%;
  height: 65px;
  background: -moz-linear-gradient(to bottom,#f67821,#ff9a2a 10%,#fcc46f 24%,#ff9a2a 55%,#e56f1e 96%); 
  background: -webkit-linear-gradient(to bottom,#f67821,#ff9a2a 10%,#fcc46f 24%,#ff9a2a 55%,#e56f1e 96%); 
  background: linear-gradient(to bottom,#f67821,#ff9a2a 10%,#fcc46f 24%,#ff9a2a 55%,#e56f1e 96%); 
  color: #fff;
  font-size: 30px;
  font-weight: bold;
  padding: 1rem;
  position: relative;
  overflow: hidden;
  margin-bottom: 20px;
  border-radius: 10px;
  border: 1px solid #c0490f;
}
.btn_estimate .smaller {
  font-size: 23px;
}
.btn_tx_fuchi_orange1 {
  text-shadow: rgba(192,73,15,.8) 1px 1px, rgba(192,73,15,.8) -1px -1px, rgba(192,73,15,.8) 1px -1px, rgba(192,73,15,.8) -1px 1px, rgba(192,73,15,.8) 1px 0, rgba(192,73,15,.8) -1px 0, rgba(192,73,15,.8) 0 1px, rgba(192,73,15,.8) 0 -1px;
}

.txt_anime1 {
  display: inline-block;
  animation: textanime1 3s infinite; 
  z-index: 3;
}
@keyframes textanime1 {
  0% {
    transform: scale(1);
  }
 15% {
    transform: scale(1.2);
  }
  25% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
.txt_anime2 {
  display: inline-block;
  animation: textanime2 3s infinite; 
  z-index: 2;
}
@keyframes textanime2 {
  0% {
    transform: scale(1);
  }
  25% {
    transform: scale(1);
  }
  40% {
    transform: scale(1.2);
  }
  55% {
    transform: scale(1);
  }
  100% {
    transform: scale(1);
  }
}
/* .btn_estimate a::after{
  position: absolute;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  right: 15px;
  top: 50%;
  transform: translate(0,-50%);
  font-weight:900;
  animation: textanime3 3s infinite;
} */
@keyframes textanime3 {
  0% {
    transform: translate(0,-50%);
  }
  55% {
    transform: translate(0,-50%);
  }
  65% {
    transform: translate(10px,-50%);
  }
  75% {
    transform: translate(10px,-50%);
  }
  100% {
    transform: translate(0,-50%);
  }
}

.btn_estimate a::before{
  position: absolute;
  background-color: #fff;
  content: "";
  width: 30px;
  height: 100%;
  left: 0;
  opacity: 0;
  top: -180px;
  transform: rotate(45deg);
  animation: shine4 3s ease-in-out infinite;
  z-index: 2;
}
.btn_estimate .fas {
  position: absolute;
  left: 15px;
  top: 50%;
  transform: translate(0,-50%);
}
@keyframes shine4 {
  0% {
      transform: scale(0) rotate(45deg);
      opacity: 0;
  }
  80% {
      transform: scale(0) rotate(45deg);
      opacity: 0.5;
  }
  81% {
      transform: scale(4) rotate(45deg);
      opacity: 1;
  }
  100% {
      transform: scale(50) rotate(45deg);
      opacity: 0;
  }
}
.btn_estimate .txt_anime {
  display: inline-block;
  animation: growtext 1s infinite;
  transition: 1s;

}
@keyframes growtext {
  0% {
    transform: scale(1);
  }
  14% {
    transform: scale(1.2);
  }
  28% {
    transform: scale(1);
  }
  42% {
    transform: scale(1.2);
  }
  70% {
    transform: scale(1);
  }
}


/* a.btn_line {
  cursor: pointer;
  width: 100%;
  min-width:290px;
  height: 60px;
  background: -moz-linear-gradient(to bottom,#02d12b,#02d12b 5%,#a7fd81 24%,#02d12b 50%,#04b536 96%); 
  background: -webkit-linear-gradient(to bottom,#02d12b,#02d12b 5%,#a7fd81 24%,#02d12b 50%,#04b536 96%); 
  background: linear-gradient(to bottom,#02d12b,#02d12b 5%,#a7fd81 24%,#02d12b 50%,#04b536 96%); 
  color: #fff;
  border: 1px solid #059e12;
  font-size: 22px;
  font-weight: bold;
  position: relative;
  border-radius: 6px;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  padding-left: 1.5rem;
  padding-top: 3px;
  box-shadow: 0 3px 2px rgba(0,0,0,.2);
  overflow: hidden;
}

a.btn_line .smaller {
  font-size: 19px;
}

a.btn_line .line_icon{
  position: absolute;
  width: 30px;
  height: 30px;
  background: url(../img/line_logo.png) no-repeat 0 0;
  background-size: contain;
  left: 20px;
  top: 50%;
  transform: translate(0,-50%);
  font-size: 17px;
}
a.btn_line::after{
  position: absolute;
  color: #fff100;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  right: 10px;
  top: 50%;
  transform: translate(0,-50%);
  font-weight:900;
  animation: textanime3 3s infinite;
  font-size: 16px;
}

.btn_tx_fuchi_line {
  text-shadow: 
  rgba(5,158,18,.65) 2px 2px, 
  rgba(5,158,18,.65) -2px -2px, 
  rgba(5,158,18,.65) 2px -2px, 
  rgba(5,158,18,.65) -2px 2px, 
  rgba(5,158,18,.65) 2px 0, 
  rgba(5,158,18,.65) -2px 0, 
  rgba(5,158,18,.65) 0 2px, 
  rgba(5,158,18,.65) 0 -2px,
  rgba(5,158,18,.65) 2px 1px,
  rgba(5,158,18,.65) -2px -1px,
  rgba(5,158,18,.65) 2px -1px,
  rgba(5,158,18,.65) -2px 1px,
  rgba(5,158,18,.65) 1px 2px,
  rgba(5,158,18,.65) -1px -2px,
  rgba(5,158,18,.65) 1px -2px,
  rgba(5,158,18,.65) -1px 2px;

}


@keyframes textanime3 {
  0% {
    transform: translate(0,-50%);
  }
  55% {
    transform: translate(0,-50%);
  }
  65% {
    transform: translate(10px,-50%);
  }
  75% {
    transform: translate(10px,-50%);
  }
  100% {
    transform: translate(0,-50%);
  }
}

a.btn_line::before{
  position: absolute;
  background-color: #fff;
  content: "";
  width: 30px;
  height: 100%;
  left: 0;
  opacity: 0;
  top: -180px;
  transform: rotate(45deg);
  animation: shine2 3s ease-in-out infinite;
}

@keyframes shine2 {
  0% {
      transform: scale(0) rotate(45deg);
      opacity: 0;
  }
  80% {
      transform: scale(0) rotate(45deg);
      opacity: 0.5;
  }
  81% {
      transform: scale(4) rotate(45deg);
      opacity: 1;
  }
  100% {
      transform: scale(50) rotate(45deg);
      opacity: 0;
  }
} */


.cta_sodan {
  width: 100%;
  display: flex;
  justify-content: space-between;
  margin-top: 15px;
}
/* a.btn_tel{

  min-width: 148px;
  width: 49%;
  display: block;
  cursor: pointer;
  text-align: center;

  height: 60px;
  background: -moz-linear-gradient(to bottom,#067dbd,#2198d8 10%,#54c1f0 24%,#2198d8 55%,#067dbd 96%); 
  background: -webkit-linear-gradient(to bottom,#067dbd,#2198d8 10%,#54c1f0 24%,#2198d8 55%,#067dbd 96%); 
  background: linear-gradient(to bottom,#067dbd,#2198d8 10%,#54c1f0 24%,#2198d8 55%,#067dbd 96%); 
  font-size: 15px;
  font-weight: bold;
  border-radius: 6px;
  position: relative;
  overflow: hidden;
  line-height: 1;
  justify-content: center;
  align-items: center;
  border: 1px solid #186493;
  padding-top: 8px;
  box-shadow: 0 2px 2px rgba(0,0,0,.2);
}
a.btn_tel > img {
  max-height: 45px;
}

a.btn_tel::after{
  position: absolute;
  color: #fff100;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  right: 8px;
  top: 50%;
  transform: translate(0,-50%);
  font-weight:900;
  font-size: 16px;
}

a.btn_tel::before {
  font-family: "Font Awesome 5 Free";
  content: '\f095';
  position: absolute;
  color: #fff;
  font-size: 20px;
  left: 8px;
  top: 50%;
  transform: translate(0,-50%);
  font-weight: 900;
} */



a.btn_mail_cta{
  margin: 0;
  min-width: 148px;
  width: 49%;
  height: 60px;
  display: block;
  cursor: pointer;
  text-align: center;
  background: -moz-linear-gradient(to bottom,#f67821,#ff9a2a 10%,#fcc46f 24%,#ff9a2a 55%,#e56f1e 96%); 
  background: -webkit-linear-gradient(to bottom,#f67821,#ff9a2a 10%,#fcc46f 24%,#ff9a2a 55%,#e56f1e 96%); 
  background: linear-gradient(to bottom,#f67821,#ff9a2a 10%,#fcc46f 24%,#ff9a2a 55%,#e56f1e 96%); 
  color: #fff;
  font-size: 15px;
  font-weight: bold;
  position: relative;
  border: 1px solid #c0490f;
  border-radius: 6px;
  line-height: 1.3;
  padding-top: 11px;
  box-shadow: 0 2px 2px rgba(0,0,0,.2);

}
a.btn_mail_cta .smaller {
  font-size: 14px;
}
.btn_tx_fuchi_orange {
  text-shadow: 
  rgba(242,101,0,.65) 2px 2px, 
  rgba(242,101,0,.65) -2px -2px, 
  rgba(242,101,0,.65) 2px -2px, 
  rgba(242,101,0,.65) -2px 2px, 
  rgba(242,101,0,.65) 2px 0, 
  rgba(242,101,0,.65) -2px 0, 
  rgba(242,101,0,.65) 0 2px, 
  rgba(242,101,0,.65) 0 -2px,
  rgba(242,101,0,.65) 2px 1px,
  rgba(242,101,0,.65) -2px -1px,
  rgba(242,101,0,.65) 2px -1px,
  rgba(242,101,0,.65) -2px 1px,
  rgba(242,101,0,.65) 1px 2px,
  rgba(242,101,0,.65) -1px -2px,
  rgba(242,101,0,.65) 1px -2px,
  rgba(242,101,0,.65) -1px 2px;

}


a.btn_mail_cta::before {
  position: absolute;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  font-size: 20px;
  left: 8px;
  top: 50%;
  transform: translate(0,-50%);
  font-weight: 900;
}
a.btn_mail_cta::after{
  position: absolute;
  color: #fff100;
  font-family: "Font Awesome 5 Free";
  content: '\f054';

  right: 8px;
  top: 50%;
  transform: translate(0,-50%);
  font-weight:900;

}




/*-------------------------------------
purpose
--------------------------------------*/

.purpose {
  background: #fff;
  padding: 30px 0 0;
  margin: 0;
}
.purpose_inner {
  padding-bottom: 0;
  margin: 0;
  padding: 0;
}

h2 {
  font-size: 20px;
  font-size: 1.250rem;
  margin-bottom: 30px;
}
.sub {
  font-weight: normal;
  font-size: 16px;
  font-size: 1rem;
}
.purpose h2,
.purpose sub{
  color: #1f74b0;
}
picture img {
  vertical-align: bottom;
}
/*-------------------------------------
worry
--------------------------------------*/
.worry {

  padding-bottom: 0;
  background: url(../img/02_worry_bg.png) no-repeat center top;
  background-size: cover;
}
/*-------------------------------------
hpay
--------------------------------------*/
.hpay {
  background: #1f74b0;
  padding: 20px;

}
.hpay_inner {
  position: relative;
  background: #fff;
  padding: 20px;
  line-height: 1.3;
  font-weight: bold;
}
.hpay_point{
  position: absolute;
  width: 54px;
  left: 7px;
  top: -8px;

}
.hpay_txt {
  font-size: 22px;
  font-size: 1.375rem;
}
.hpay_txt_orange {
  font-size: 41px;
  font-size: 2.563rem;
  background: linear-gradient(transparent 70%, #ffff66 70%);
  color: #e36f1e;
}
/*-------------------------------------
examples
--------------------------------------*/

.example1 > div{
  max-width: 360px;
  margin-right: auto;
  margin-left: auto;
}

.example2 > h2 {
  font-size: 25px;
  font-size: 1.263rem;
  padding-top: 20px;
  margin-bottom: 10px;
}
.examples .example2 h3 {
  display: block;
  width: 100%;
  text-align: left;
  font-size: 19px;
  font-size: 1.188rem;
  display: inline-flex;
}
.ex_sample {
  margin-bottom: 20px;
}
.ex_label {
  background: #1f74b0;
  padding: .5em 1.5em;
  color: #fff;
  font-size: 12px;
  font-size: 0.75rem;
  margin-right: 1.5rem;
  font-weight: normal;
display: inline-block;
position: relative;
}


.ex_label::after{
  position:absolute;
  content:"";
  width:0;
  height:0;
  border:17px solid transparent;
  border-left:16px solid #1f74b0;
  left: 82px;
  top:0px;
}
.ex_content {
  display: flex;
  margin-top: 20px;
}
.ex_icon {
  width: 137px;
  height: auto;
  padding-right: 16px;
}
.ex_txt {
  width: calc( 100% - 153px);
}
.ex_txt p {
  text-align: left;
}
.ex_price {
  border: 3px solid #333;
  padding: 0;
  display: block;
  height: 47px;
  line-height: 47px;
  font-size: 17px;
  font-weight: bold;
  margin-bottom: 10px;
}
.price_orange {
  font-size: 24px;
  font-weight: bold;
  color: #e36f1e;
}

/*-------------------------------------
troubles
--------------------------------------*/
.troubles {
  padding: 0;
}
.troubles_inner > h2 {
  color: #1f74b0;
  font-size: 25px;
  line-height: 1.3;
  margin-bottom: 0;
}
.troubles_inner > h2 > span {
  font-size: 14px;
  line-height: 20px;
  font-weight: normal;
}
.summery {
  text-align: center;
}
.trouble_rank_wrap {
  padding-top: 20px;

}
.trouble_rank_chart {
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 12px;
}
.trouble_rank_chart > img {
  /* margin-right: 12px;
  margin-left: 12px; */
  max-width: 350px;
  margin-bottom: 30px;
}
.trouble_rank_wrap {
  text-align: left;
}
.trouble_rank > h3 {
  background: #2ca4e4;
  position: relative;
  padding: 7px .5em 0 3.5em;
  color: #fff;
  text-align: left;
  min-height: 43px;
  font-size: 18px;
}
.trouble_rank .number {
  position: absolute;
  width: 48px;
  min-height: 43px;
  color: #fff;
  left: 0;
  top: 0;
  background: #1f74b0;
  text-align: center;
  line-height: 43px;
  padding-left: 8px;
}
.trouble_txt {
  background: #f2f2f2;
  padding: 10px;
  font-size: 14px;

}
.box_solution {
  background: #ffffff;
  padding: 1em;
  border: 1px solid #aaa;
  margin-top: 10px;
  margin-bottom: 10px;
}
.troubles h4 {
  font-size: 20px;
  color: #e36f1e;
  margin-bottom: 10px;
  position: relative;
  padding-left: 50px;
}
.troubles h4.sol_1:before {
  position: absolute;
  content: '';
  width: 46px;
  height: 39px;
  background: url(../img/05_troubles_icon1.png) no-repeat left center;
  background-size: 100%;
  left: 0;
  top: 0;
}
.troubles h4.sol_2:before {
  position: absolute;
  content: '';
  width: 46px;
  height: 39px;
  background: url(../img/05_troubles_icon2.png) no-repeat left center;
  background-size: 100%;
  left: 0;
  top: 0;
}
.troubles h4.sol_3:before {
  position: absolute;
  content: '';
  width: 46px;
  height: 39px;
  background: url(../img/05_troubles_icon3.png) no-repeat left center;
  background-size: 100%;
  left: 0;
  top: 0;
}
.troubles h4 .smaller {
  font-size: 14px;
}
.box_solution > p {
  font-size: 13px;
}
/*-------------------------------------
service
--------------------------------------*/
.service {
  padding-left: 0;
  padding-right: 0;
  padding-bottom: 0;
}
.feature {
  border-top: 3px solid #2ca4e4;
}
.f_img {
  position: relative;
}
.f_img p{
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translate(-50%, -50%);
  background: rgba(255,255,255,.8);
  width: 284px;
  height: 86px;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
}


.f_number {
  position: absolute;
  top: calc(50% - 43px - 23px);
  left: calc(50% - 142px - 23px);
  display: block;
  background: #2ca4e4;
  width: 46px;
  height: 46px;
  border-radius: 50%;
  color: #fff;
  font-size: 12px;
  line-height: 1.1;
  padding-top: 10px;
  z-index: 3;
}

.f_number .tx_bigger {
  font-size: 14px;
}
.feature_txt {
  padding: 1rem;
  text-align: left;
  font-size: 15px;
  font-size: 0.938rem;
  
}
/*  pay method ---------------------------*/
.pay_method_wrap {
  padding: 0 12px;
}
.pay_method {
  background: #fffee6;
  border: 1px solid #e36f1e;
  padding: 12px;
  position: relative;
  margin-bottom: 10px;
}
.limit {
  position: absolute;
  font-size: 13px;
  right: 0;
  top: 0;
  width: 100px;
  height: 29px;
  background: #e36f1e;
  color: #fffda6;
  padding-top: 2px;
  text-align: center;
}
.limit > .smaller {
  font-size: 0.769em;
}
.pay_method_content {
  display: flex;
}
.pay_icon {
  width: 60px;
  padding-right: 10px;
  text-align: center;
}
.pay_icon1 {
  width: 33px;
  height: 51px;
}
.pay_icon2 {
  width: 50px;
  height: 43px;
}
.pay_icon3 {
  width: 50px;
  height: 32px;
}
.pay_method_box {
  text-align: left;
  width: calc(100% - 60px);
  padding-top: 10px;
}
.pay_method_box > p {
  font-size: 13px;
  font-size: 0.813rem;
}
/*  for travel ---------------------------*/
.for_travels {
  margin-bottom: 0;
  padding-bottom: 0;
}
.for_travels h2 {
  margin-top: 30px;
  color: #1f74b0;
  font-size: 22px;
  line-height: 1.3;
  margin-bottom: 10px;
}
.for_travels h2 > .smaller {
  font-size: 0.769em;
}
.for_travels h2 > .sub {
  color: #2ca4e4;
}
.for_travel_list {
  list-style: none;
  text-align: left;
  padding: 1rem;
  width: calc(100% - 24px -2rem);
}
.for_travel_list li {
  float: left;
  width: 50%;
  font-size: 17px;
  font-weight: bold;
  padding-left: 1.5em;
}
.for_travel_list li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  padding-right: 10px;
  color: #1f74b0;
  font-size: 10px;
  line-height: 31px;
  vertical-align: middle;
  font-weight: 900;
}
.clear_both {
  clear: both;
}
/*-------------------------------------
voice
--------------------------------------*/
.voice {
  padding: 0;
}
h2.voice_title {
  width: 100%;
  background: #e36f1e;
  color: #fff;
  padding: 12px;
  line-height: 18px;
  margin-bottom: 0;
}

.voice .main {
  line-height: 1.5;
  font-size: 25px;
}
.voice_wrap {
  background: #fffddc;
  padding: 12px;
}
.voice_box {
  background: #fff;
  border: 1px solid #ccc;
  margin-bottom: 10px;
}
.voice_box > h3 {
  background: #2ca4e4;
  color: #fff;
  line-height: 1.3;
  padding: 1em;
}
.voice_content_wrap {
  padding: 12px;
}
.voice_chart {
  width: 76px;
  height: 76px;
}
.voice_content_wrap figcaption {
  font-weight: bold;
}
.voice_content_wrap > h4 {
  color: #1f74b0;
  margin-top: 10px;
  margin-bottom: 10px;
}
.voice_content_wrap ul {
  text-align: left;
  list-style: none;
}
.voice_content_wrap li:before {
  font-family: "Font Awesome 5 Free";
  content: '\f111';
  padding-right: 7px;
  color: #2ca4e4;
  font-size: 10px;
  line-height: 21px;
  vertical-align: middle;
  font-weight: 900;
}
.voice_content_wrap li {
  padding-left: 1em;
  text-indent: -1em;
  margin-bottom: 10px;
  line-height: 1.5;
  font-size: 14px;
}
.voice_content_wrap .tx_orange {
  font-weight: bold;
}

/*-------------------------------------
flow
--------------------------------------*/
.flow {
  padding-left: 0;
  padding-right: 0;
}

.flow_box_wrap {
  display: flex;

}
.flow_box {
  padding: 0 12px;
}
.flow_box.left,
.flow_box.right {
  width: 50%;
}
.flow_box.left {
  border-right: 1px solid #ccc;
}
.icon_box {
  height: 74px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-bottom: 20px;
}
.flow_icon1 {
  width: 70px;
  height: 57px;
}
.flow_icon2 {
  width: 67px;
  height: 74px;
}
.flow_box > h3 {
  color: #1f73b0;
  font-size: 16px;
  margin-bottom: 12px;
}
.flow_box > p {
  text-align: left;
  font-size: 14px;
  line-height: 1.65;
}
/*-------------------------------------
faq
--------------------------------------*/
.faq {
  padding-right: 0;
  padding-left: 0;
  padding-bottom: 0;
}
.faq_list_wrap {

  color: #fff;
}
.faq_q_wrap {
  display: flex;
}
.faq_no {
  width: 48px;
  background: #1f74b0;
  padding-top: 7px;
  font-size: 20px;
  font-weight: bold;
}
.faq_q {
  width: calc( 100% - 48px);
  background: #2ca4e4;
  padding: 12px;
  font-weight: bold;
  text-align: left;
  line-height: 1.4;
}
.faq_a {
  padding: 12px;
  background: #f2f2f2;
  font-size: 14px;
  color: #333;
  text-align: left;
}

/*-------------------------------------
company
--------------------------------------*/
.company_title {
  margin-bottom: 20px;
}
.company_table {
  width: 100%;
  border-top: 1px solid #e6e6e6;
  text-align: left;
  font-size: 14px;
  margin: 0 auto;
}
.company_table th {
  width: 27.4%;
  font-weight: bold;
  color: #1f74b0;
  padding-right: 10px;

}
.company_table td {
  width: 72.6%;

}
th, td {
  border-bottom: 1px solid #e6e6e6;
  padding-top: 14px;
  padding-bottom: 14px;
}

/*-------------------------------------
footer 
--------------------------------------*/
.footer {
  padding: 0;
}
.copyright {
  margin-top: 40px;
  font-size: 12px;
  background: #1f74b0;
  padding: 10px;
  text-align: center;
  color: #fff;

}
.copy_mark {
  font-family:'Times New Roman', 'Times';
}

/*-------------------------------------
float menu
--------------------------------------*/
@media screen and (max-width: 960px) {
/* .float_pc {
  position: fixed;
  z-index: 9999;
  top: -90px;
  background: rgba(255,255,255,.8);
  width: 100%;
  height: 78px;
} */
.float_pc {
  display: none;
}


.float_sp {
	position: fixed;
	bottom: 0;
	left: 0;
	z-index: 9999;
	height: 68px;
	width: 100%;
	background: rgba(242,242,242, .9);
}

.float_sp ul {
	text-align: center;
	padding: 2px 0 0;
	display: flex;
	justify-content: center;
	align-items: center;
  list-style: none;
}

.float_sp li {
	letter-spacing: normal;
	height: 66px;
	margin: 0;
  padding: 0;
}

.float_sp li img {
  height: 100%;
	max-height: 66px;
	width: auto;

}

.phone_off li.float_tel{
	display: none;
}
li.float_mail {
	display: none;
}
.phone_off li.float_mail {
	display: block;
}

}

@media screen and (min-width: 960px) {
  /*pc用float menu*/

  /* float menu --------------------------------*/

.float_sp {display: none;}
.float_pc {
  position: fixed;
  z-index: 9999;
  top: -90px;
  background: rgba(255,255,255,.8);
  width: 100%;
  height: 78px;
  border-bottom: 1px solid #ddd;
}
.float_pc_inner {
  width: 1000px;
  display: flex;
  margin: 0 auto;
  justify-content: space-between;
  align-items: center;
}

a.btn_mail_head {
  display: block;
  cursor: pointer;
  text-align: center;
  width: 49%;
  height: 56px;
  background: #fff;
  border: 1px solid #1f74b0;
  color: #1f73b0;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: .8rem;
  position: relative;
}
a.btn_mail_head::before{
  position: absolute;
  color: #1f73b0;
  font-family: "Font Awesome 5 Free";
  content: '\f0e0';
  left: 30px;
  top: 50%;
  transform: translate(0,-50%);
  font-weight:900;
  font-size: 17px;
}
a.btn_mail_head::after{
  position: absolute;
  color: #1f73b0;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  right: 30px;
  top: 50%;
  transform: translate(0,-50%);
  font-weight:900;
}
a.btn_mail_head:hover {
  outline: 2px solid #1f73b0;
}

a.btn_estimate_head {
  display: inline-block;
  border: none;
  cursor: pointer;
  text-align: center;
  width: 49%;
  height: 56px;
  background: #e36f1e;
  color: #fffda6;
  font-size: 18px;
  font-size: 1.125rem;
  font-weight: bold;
  padding: .8rem;
  position: relative;
}

a.btn_estimate_head .smaller {
  font-size: .9em;
}
a.btn_estimate_head::after{
  position: absolute;
  color: #fffda6;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  right: 30px;
  top: 50%;
  transform: translate(0,-50%);
  font-weight:900;

}


a.btn_estimate_head .fas {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0,-50%);
}

a.btn_estimate_head:hover {
  outline: 2px solid #fffda6;
}

.btn_head_txt {
  width: 438px;
  height: 77px;
  font-size: 19px; /*19px*/
  line-height: 1.3;
  color: #db6018;
  font-weight: bold;
  padding-left: 115px;
  text-align: center;
  display: flex;
  justify-content: center;
  align-items: center;
  background: url(../img/btn_head_woman.svg) no-repeat left 30px bottom 0;
}
.btn_head_arw {
  width: 62px;
}
.btn_estimate_head2 {
  width: 500px;
}
.btn_estimate_head2 a{
  width: 490px;
  height: 56px;
  display: block;
  border: none;
  cursor: pointer;
  text-align: center;
  background: -moz-linear-gradient(to bottom,#f67821,#ff9a2a 10%,#fcc46f 24%,#ff9a2a 55%,#e56f1e 96%); 
  background: -webkit-linear-gradient(to bottom,#f67821,#ff9a2a 10%,#fcc46f 24%,#ff9a2a 55%,#e56f1e 96%); 
  background: linear-gradient(to bottom,#f67821,#ff9a2a 10%,#fcc46f 24%,#ff9a2a 55%,#e56f1e 96%); 
  color: #fff;
  font-size: 22px;
  font-weight: bold;
  /* padding: .8rem; */
  position: relative;
  border: 1px solid #c0490f;
  border-radius: 6px;
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
  opacity: .8;
}
.btn_tx_fuchi_orange {
  text-shadow: rgba(192,73,15,1) 1px 1px, rgba(192,73,15,1) -1px -1px, rgba(192,73,15,1) 1px -1px, rgba(192,73,15,1) -1px 1px, rgba(192,73,15,1) 1px 0, rgba(192,73,15,1) -1px 0, rgba(192,73,15,1) 0 1px, rgba(192,73,15,1) 0 -1px;
}
.btn_estimate_head2 a::after{
  position: absolute;
  color: #fff;
  font-family: "Font Awesome 5 Free";
  content: '\f054';
  right: 30px;
  top: 50%;
  transform: translate(0,-50%);
  font-weight:900;

}
.btn_estimate_head2 .btn_tx_smaller{
  font-size: 20px;
}
.btn_estimate_head2 a .fas {
  position: absolute;
  left: 30px;
  top: 50%;
  transform: translate(0,-50%);
}

.btn_estimate_head2 a:hover {
  opacity: 1;
}
/* button style*/
.floating_btn {
	width: 500px;
	margin-top: 8px;

}
.floating_btn a{
	display: block;
	border-radius: 10px;
	width: 490px;
	height: 56px;
	background: #fc612d;
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	position: relative;
	text-align: center;
	padding-left: calc(41px + 20px);
	padding-top: 2px;
}
.floating_btn a .muryo{
	position: absolute; 
	display: flex; 
	border-radius: 10px 0 0 10px; 
	background: #fd952d; 
	color: #fff; 
	width: 38px; 
	height: 56px; 
	top: 0; left: 0; 
	-ms-writing-mode: tb-rl; 
	writing-mode: vertical-rl; 
	text-align: center; 
	font-size: 14px; 
	letter-spacing: 5px; 
	vertical-align: middle; 
	padding: 5px 0 0; 
	justify-content: center; 
	align-items: center;
}
.floating_btn a .hd {
	position: absolute;
	display: flex;
	justify-content: center;
	align-items: center;
	width: 200px;
	height: 24px;
	border-radius: 12px;
	color: #fc612d;
	background: #fff;
	border: 2px solid #fc612d;
	text-align: center;
	font-size: 14px;
	line-height: 1;
	top: -12px;
	left: 50%;
	transform: translateX(-50%);
	margin-left: 20px;
	z-index: 1;
	font-weight: bold;
  
}
.floating_btn a .btn_tx{
	display: inline-block;
	padding-top: 17px;
	line-height: 1.3;
	position: relative;
	text-align: center;
	font-size: 22px;
}

.floating_btn a .btn_tx:before {
	position: absolute;
	content: '';
	display: inline-block;
	width: 23px;
	height: 17px;
	background: url(../img/floating_icon.png) left center no-repeat;
	background-size: contain;
	vertical-align: middle;
	left: -50px;
	top: 50%;
}




}


/*-------------------------------------
common parts
--------------------------------------*/
.sp_only {
  display: block;
}
.pc_only {
  display: none;
}
.tx_s {
  font-size: 12px;
  font-size: 0.75rem;
}
.tx_l {
  font-size: 18px;
  font-size: 1.125rem;

}
.tx_light_blue {
  color: #2ca4e4;
}
.tx_blue {
  color: #1f74b0;
}
.tx_yellow {
  color: #fffda6;
}
.tx_orange {
  color: #e36f1e;
}
.tx_gray {
  color: #666;
}
.tac {
  text-align: center;
}
.tar {
  text-align: right;
}
.tal {
  text-align: left;
}
.fwb {
  font-weight: bold;
}
.pr20 {padding-right: 20px;}
.mb10 {margin-bottom: 10px;}

@media screen and (min-width: 960px) {
  /*ここにpc用スタイルを記述*/
  /* common --------------------------------*/
  .sp_only {
    display: none;
  }
  .pc_only {
    display: block;
  }
  .smaller {
    font-size: .7em;
  }
  

  /* header --------------------------------*/
  .header {

    background: url(../img/00_kv_pc.png) no-repeat center top;
    background-size: cover;
    height: 500px;
  }
  .agency {
    width: 600px;/*320px*/
    background: #fff;
    margin: -15px auto 10px;
    padding: 8px 10px 10px;
  }
  .agency span {
    line-height: 1.3;
    padding-top: 6px;
  }
/* kv --------------------------------*/ 
  .kv {
    width: 1000px;
    display: flex;
    margin: 0 auto;
    justify-content: space-between;
  }
  .kv > div {
    width: 48%;
  }
  .kv_catch {
    width: 100%;
    max-height: 100%;
    margin-right: 0;
  }
  .agency {
    margin-bottom: 60px;
  }
  .point_head {
    padding-bottom: 20px;
  }
  .p_number {
    font-size: 13px;
    padding: 10px 15px;
  }
  .p_number > .number {
    font-size: 29.5px;
  }
  .p_text {
    padding: 12px 10px;
    font-size: 19px;
  }
  /* cta --------------------------------*/
  .cta_inner {
    width: 700px;
  }
  .cta_inner.top {
    margin: -60px auto 0;
  }
  .btn_estimate a{
    display: flex;
    justify-content: center;
    align-items: center;
    font-size: 28px;
    font-size: 1.75rem;
    height: 80px;
    box-shadow: 0 3px 0px rgba(191,80,46,.3);
  }
  .btn_estimate .smaller {
    font-size: .7em;
  }

  .btn_estimate a::after{
    right: 30px;
  }
  .btn_estimate .fas {
    left: 30px;
  }
  a.btn_line {
display: none;
  }
  a.btn_mail {
    width: 50%;
    margin: 10px auto 0;
    font-size: 18px;
    font-size: 1.125rem;
    padding-top: 15px;
  }

  a.btn_mail::before{
    left: 30px;
  }
  a.btn_mail::after{
    right: 30px;
  }
  .btn_estimate {
    width: 700px;
  
  }
  .btn_estimate a{
    display: block;
    border-radius: 10px;
    width: 100%;
    height: 80px;
    background: #fc612d;
    color: #fff;
    font-weight: bold;
    position: relative;
    text-align: center;
    padding-left: calc(48px + 60px);
    padding-top: 2px;
    border: none;
  }
  .btn_estimate a .muryo{
    position: absolute; 
    display: flex; 
    border-radius: 10px 0 0 10px; 
    background: #fd952d; 
    color: #fff; 
    width: 48px; 
    height: 100%; 
    top: 0; left: 0; 
    -ms-writing-mode: tb-rl; 
    writing-mode: vertical-rl; 
    text-align: center; 
    font-size: 20px; 
    letter-spacing: 5px; 
    vertical-align: middle; 
    padding: 5px 0 0; 
    justify-content: center; 
    align-items: center;
  }
  
  .btn_estimate a .btn_tx{
    display: inline-block;
    padding-top: 19px;
    line-height: 1.3;
    position: relative;
    text-align: center;
    font-size: 30px;
  }
  
  .btn_estimate a .btn_tx:before {
    position: absolute;
    content: '';
    display: inline-block;
    width: 33px;
    height: 24px;
    background: url(../img/floating_icon.png) left center no-repeat;
    background-size: contain;
    vertical-align: middle;
    left: -60px;
    top: 50%;
    transform: translateY(-4px);
  }
 
  /* purpose --------------------------------*/
  h2 {
    font-size: 30px;
    font-size: 1.875rem;
  }
  /* hpay --------------------------------*/
.hpay_inner {
  width: 1000px;
  margin: 0 auto;
}
.hpay_point{
  left: 20px;
}
  /* examples --------------------------------*/
 .examples_inner {
   width: 1000px;
   margin: 0 auto;
 }
 .example2 > h2 {
   font-size: 1.563rem;
   margin-bottom: 20px;
 }
 .examples .example2 h3 {
  font-size: 20px;
}
  .example1 {
    display: flex;
    justify-content: space-around;
  }
  .ex_sample_wrap {
    display: flex;
    justify-content: space-between;
  }
  .ex_sample_wrap > div {
    width: 300px;
  }
  .ex_content {
    flex-direction: column;
  }
  .ex_icon {
    margin: 0 auto 10px;
  }
.ex_txt {
    width: 100%;
  }
  .ex_price {
    width: 220px;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 15px;
  }
  .ex_txt > p {
    text-align: left;
  }
/* troubles --------------------------------*/
.troubles {
  padding-bottom: 30px;
}
.troubles_inner {
  width: 1030px;
}
.troubles_inner > h2 {
  font-size: 30px;
}
.troubles_inner > h2 > span {
  font-size: 16px;
  line-height: 20px;
}
.trouble_rank_wrap {
  display: flex;
  align-items:flex-start;
}
.trouble_rank_chart {
  width: 380px;
  padding-right: 50px;
}
.trouble_rank_content {
  width: 647px;
}
.trouble_rank > h3 {
  padding: 5px .5em 3px 3.4em;
  font-size: 20px;
  min-height: 43px;
}
.trouble_rank .number {
  display: inline-block;
  width: 48px;
  height: 43px;
  line-height: 43px;
}
.number .smaller {
  font-size: .7em;
}
.troubles h4 {
  border-bottom: 1px dashed #333;
  padding-bottom: 10px;
}
/* service --------------------------------*/
.service_inner h2 {
  font-size: 33px;
}
.feature {
  display: flex;
  border: none;
  margin-bottom: 20px;
  align-items: stretch;
}
.feature.reverce {
  flex-direction: row-reverse;
}
.f_img {
  width: 50%;
  height: auto;
}
.f_img p{
  width: 390px;
  height: 110px;
  font-size: 25px;
}
.f_number {
  top: calc(50% - 55px - 23px);
  left: calc(50% - 195px - 23px);
}
.feature_txt {
  width: 50%;
  padding: 34px 45px 10px;
}
.feature_txt {
  background: #f2f2f2;
  height: 213px;
  text-align: left;
}
.feature_txt.condenced{
  line-height: 1.35;
}
.pay_method_wrap {
  margin-top: 30px;
  padding: 0;
  display: flex;
}
.pay_method_wrap > div {
  width: 33%;
  margin-right: 10px;
}
.pay_method_wrap > div:last-child {
  margin-right: 0;
}
.pay_method_box {
  padding-top: 0;
}
.limit {
  right: -1px;
  top: -20px;
}
/* for travels --------------------------------*/
.for_travels .sub {
  font-size: 21px;
}

.for_travel_list {
  width: 550px;
  margin: 0 auto;
}
.for_travel_list li {
  font-size: 22px;
}
.for_travels .etc {
  width: 550px;
  margin: 0 auto 30px;
}
/* voice --------------------------------*/
h2.voice_title {
  height: 104px;
  padding-top: 15px;
  line-height: 24px;
}
.voice .main {
  font-size: 30px;
}
.voice_wrap_inner {
  width: 1000px;
  margin: 0 auto;
  display: flex;
  justify-content: space-around;
  padding-top: 30px;
  padding-bottom: 30px;
}
.voice_box {
  width: 458px;
}
.voice_box > h3 {
height: 70px;
display: flex;
align-items: center;
justify-content: center;
line-height: 1.4;
}
.voice_content_wrap {
  padding: 40px;
}
.voice_chart {
  width: 100px;
  height: 100px;
}
.voice_content_wrap > h4 {
  font-size: 16px;
}
/* flow --------------------------------*/
.flow_box {
  padding: 0 50px;
}
.flow_box > h3 {
  font-size: 20px;
}
/* faq --------------------------------*/
.faq {
  padding-bottom: 40px;
}
.faq_a {
  background: #fff;
  padding-bottom: 30px;
}
/* company --------------------------------*/
.company_table th, .company_table td {
padding-right: 5px;
padding-left: 5px;

}

  }
@media only screen and (min-width: 960px) {
    /*タブレット用スタイルのPC時の定義*/
    .tb_only {
      display: none;
    }
}
@media only screen and (min-width: 560px) and (max-width: 959px) {
    /*ここにtablet用スタイルを記述*/
    .tb_only {
      display: block;
    }
}
@media only screen and (max-width: 559px) {
  /*タブレット用スタイルのPC時の定義*/
  .tb_only {
    display: none;
  }
}
/* cta sp --------------------------------*/

/*----- cta call btn off ------*/
.phone_off .btn_tel {
	display: none;
}
@media screen and (max-width: 960px) {
.cta {
  box-sizing: border-box;
  width: 100%;
  padding: 15px;
}
.cta_inner.top {
  margin-top: -50px;
}


.btn {
  display: block;
  width: 100%;
  margin: 0 auto 20px;
  height: 70px;
  position: relative;
  border-radius: 10px;

}
.btn.btn_line {
  margin-top: 20px;
}
.btn.btn_mail,
.btn.btn_tel {
  width: 96%;
  height: 60px;
}

.btn .muryo{
  position: absolute; 
  display: flex; 
  border-radius: 10px 0 0 10px; 
  color: #fff; 
  width: 48px; 
  height: 100%; 
  top: 0; left: 0; 
  -ms-writing-mode: tb-rl; 
  writing-mode: vertical-rl; 
  text-align: center; 
  font-size: 16px; 
  letter-spacing: 5px; 
  vertical-align: middle; 
  padding: 5px 0 0; 
  justify-content: center; 
  align-items: center;
}
.btn.btn_mail .muryo,
.btn.btn_tel .muryo {
  width: 41px; 
  font-size: 14px; 
}
.btn .btn_hd_tx{
  position: absolute; 
  border-radius: 10px; 
  background: #fff; 
  color: #2CBE29; 
  width: 180px; 
  height: 24px; 
  top: -12px; left: 50%;
  transform: translateX(-50%);
  text-align: center; 
  font-size: 13px; 
  vertical-align: middle;
  line-height: 22px;
  font-weight: bold;
  border: 2px solid #2CBE29;
  z-index: 3;
}
.btn a{
  display: block;
  width: 100%;
  height: 100%;
  text-align: center;
  padding-left: calc(41px + 30px);
  border: none;
  color: #fff;
  position: relative;
  overflow: hidden;
  border-radius: inherit;
}
.btn.btn_line {
  background: #2CBE14;
  box-shadow: 0 3px 0px rgba(30, 128, 28, .2);

}
.btn.btn_line .muryo {
  background: #78D61A;
}
.btn.btn_mail {
  background: #FC612D;
  box-shadow: 0 3px 0px rgba(189, 73, 34, .2);

}
.btn.btn_mail .muryo {
  background: #FD952D;
}
.btn.btn_tel {
  background: #249AE3;
  box-shadow: 0 3px 0px rgba(26, 111, 163, .2);

}
.btn.btn_tel .muryo {
  background: #34C9C9;
}

.btn.btn_line a::before { 
  position: absolute; 
  background-color: #fff; 
  content: ""; 
  width: 30px; 
  height: 100%; 
  left: 0; 
  opacity: 0; 
  top: -180px; 
  transform: rotate(45deg); 
  animation: shine3 3s ease-in-out infinite; 
}
@keyframes shine3 {
  0% { transform: scale(0) rotate(45deg); opacity: 0; }
 80% { transform: scale(0) rotate(45deg); opacity: 0.5; }
 81% { transform: scale(4) rotate(45deg); opacity: 1; }
100% { transform: scale(50) rotate(45deg); opacity: 0; }
}

.btn .btn_tx{
  display: inline-block;
  margin-top: 28px;
  line-height: 1;
  position: relative;
  text-align: center;
  font-size: 23px;
  font-weight: bold;
}
.btn.btn_mail .btn_tx,
.btn.btn_tel .btn_tx{
  margin-top: 20px;
  font-size: 20px;
}
.btn.btn_line a .btn_tx{
  animation: bounce 3s ease-in-out infinite;
}

@keyframes bounce {
  0% { transform: scale(1);}
  20% { transform: scale(1);}
 30% { transform: scale(1.2);}
 40% { transform: scale(1); }
100% { transform: scale(1); }
}


.btn a .btn_tx::before {
  position: absolute;
  content: '';
  display: inline-block;
  vertical-align: middle;

}
.btn.btn_line a .btn_tx::before {
  width: 27px;
  height: 25px;
  background: url(../img/cta_line_icon@2x.png) left center no-repeat;
  background-size: contain;
  left: -45px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn_mail a .btn_tx::before {
  width: 23px;
  height: 17px;
  background: url(../img/btn_icon_mail@2x.png) left center no-repeat;
  background-size: contain;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}
.btn.btn_tel a .btn_tx::before {
  width: 19px;
  height: 21px;
  background: url(../img/btn_icon_tel@2x.png) left center no-repeat;
  background-size: contain;
  left: -40px;
  top: 50%;
  transform: translateY(-50%);
}

}