/*!
 * Start Bootstrap - Agency v5.2.1 (https://startbootstrap.com/template-overviews/agency)
 * Copyright 2013-2019 Start Bootstrap
 * Licensed under MIT (https://github.com/BlackrockDigital/startbootstrap-agency/blob/master/LICENSE)
 */

body {
  overflow-x: hidden;
  background: #A9CE45;
}

p {
  line-height: 1.75;
}

a {
  color: #EB6A2E;
}

a:hover {
  color: #fec503;
}

.text-primary {
  color: #EB6A2E !important;
}

.btn-primary {
  background-color: #EB6A2E !important;
  border-color: #EB6A2E !important;
}

.text-warning { 
  color: #EFA124 !important;
}

.text-success{
  color:rgb(75, 201, 58) !important;
}

.bg-success{
  background-color:rgb(75, 201, 58) !important;
}

.border-success{
  border-color:rgb(75, 201, 58) !important;
}

.border-primary{
  border-color:#EB6A2E !important;
}

.bg-primary{
  background-color:#EB6A2E !important;
}

.bg-dark{
  background-color:rgb(150, 150, 150) !important;
}

.text-dark{
  color:rgb(150, 150, 150) !important;
}

.bg-section-color-1{
  background-color:#f5aa00;
}

.badge-primary{
  background-color: #EB6A2E !important;
}

h1,
h2,
h3,
h4,
h5,
h6 {
  font-weight: 700;
}

.page-section {
  padding: 20px 0px;
}

.page-section h2.section-heading {
  font-size: 26px;
  margin-top: 0;
  margin-bottom: 15px;
}

.page-section h3.section-subheading {
  font-size: 16px;
  font-weight: 400;
  margin-bottom: 75px;
  text-transform: none;
}

@media (min-width: 768px) {
  section {
    padding: 150px 10px;
  }
}

@media (min-width: 1170px) {
  .page-section {
    padding: 50px 100px;
  }
}

::-moz-selection {
  background: #EB6A2E;
  text-shadow: none;
}

::selection {
  background: #EB6A2E;
  text-shadow: none;
}

img::-moz-selection {
  background: transparent;
}

img::selection {
  background: transparent;
}

img::-moz-selection {
  background: transparent;
}

.btn {
  
  font-weight: 700;
}

.btn-xl {
  font-size: 18px;
  padding: 20px 40px;
}

.btn-primary {
  background-color: #EB6A2E;
  border-color: #EB6A2E;
}

.btn-primary:active, .btn-primary:focus, .btn-primary:hover {
  background-color: #fec810 !important;
  border-color: #fec810 !important;
  color: white;
}

.btn-primary:active, .btn-primary:focus {
  -webkit-box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
  box-shadow: 0 0 0 0.2rem rgba(254, 209, 55, 0.5) !important;
}

#mainNav {
  background-color: #ffffff;
}

#mainNav .navbar-toggler {
  font-size: 12px;
  right: 0;
  padding: 13px;
  text-transform: uppercase;
  color: white;
  border: 0;
  background-color: #EB6A2E;
  
}

#mainNav .navbar-brand {
  color: #EB6A2E;
  
}

#mainNav .navbar-brand.active, #mainNav .navbar-brand:active, #mainNav .navbar-brand:focus, #mainNav .navbar-brand:hover {
  color: #fec503;
}

#mainNav .navbar-nav .nav-item .nav-link {
  font-size: 90%;
  font-weight: 400;
  letter-spacing: 1px;
  color: #ffffff;
  background:#F99A00;
  border-radius: 5px;
  margin:0 2px;
}

.nav-container{
  background:rgba(255,255,255,0.95);
}

#mainNav .navbar-nav .nav-item .nav-link.active, #mainNav .navbar-nav .nav-item .nav-link:hover {
  /* color: rgba(235, 97, 59, 0.5); */
}

@media (min-width: 992px) {
  #mainNav {
    padding-top: 15px;
    padding-bottom: 15px;
    -webkit-transition: padding-top 0.3s, padding-bottom 0.3s;
    transition: padding-top 0.3s, padding-bottom 0.3s;
    border: none;
    background-color: #ffffff;
  }
  #mainNav .navbar-brand {
    font-size: 1.75em;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav .navbar-brand img{
    height:80px;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
  }
  #mainNav.navbar-shrink {
    /* padding-top: 0;
    padding-bottom: 0; */
    /* background-color:#A9CE45; */
  }
  #mainNav.navbar-shrink img{
    height:60px;
  }
  #mainNav.navbar-shrink .navbar-brand {
    font-size: 1.25em;
    padding: 12px 0;
  }
}

header.masthead {
  text-align: center;
  background-repeat: no-repeat;
  background-attachment: scroll;
  background-position: right top;
  background-size: auto 100%;
}

header.masthead .intro-text .intro-heading {
  font-size: 32px;
  font-weight: 700;
  line-height: 50px;
  margin-bottom: 25px;
  
}

#first_view{
  margin-top:76px;
}

#first_view img{
  width:100%;
}

@media (min-width:576px) and (max-width:992px) {
  #first_view{
    margin-top:92px;
  }
}

@media (min-width: 992px) {
  #first_view{
    margin-top:169px;
  }
}

/* Question */
#question{
  background:#ffffff;
}

/* Pickup Voice */
#pickup_voice{
  background:#A9CE45;
}

#pickup_voice .img-fluid{
  width:100%;
}

/* Question2 */
#question2{
  background:#ffffff;
}

/* Customer Voice */
#customer_voice{
  background:#A9CE45;
}

#customer_voice .img-fluid{
  width:100%;
}

/* Question3 */
#question3{
  background:#ffffff;
}

#question3 .answer_area{
  border:solid 2px #EB6A2E;
  background:#f5ede2;
}

/* Magazine */
#magazine{
  background:#ffffff;
}

/* Campaign */
#campaign{
  background:#ffffff;
}

/* Appropriate */
#appropriate{
  background:#ffffff;
}

#appropriate .good_area{
  border:solid 2px #F99A00;
}

#appropriate .good_list{
  background:url(../img/appropriate/good.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#appropriate .bad_area{
  border:solid 2px #9E9F9F;
}

#appropriate .bad_list{
  background:url(../img/appropriate/bad.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Contact */
#contact{
  background:#ffffff;
}

/* Profile */
#profile{
  background:#ffffff;
}

/* Flow */
#flow{
  background:#F5EDE2;
}

/* Reason */
#reason{
  background:#ffffff;
}

#reason .reason_area{
  border:solid 1px #EB6A2E;
}

#reason .reason_title{
  background:#EB6A2E;
  color:#ffffff;
  font-weight:bold;
  width:100%;
}

#reason .reason_strong{
  color:#FFF000;
  font-size:1.3em;
}

/* Campaign2 */
#campaign2{
  background:#ffffff;
}

/* Appropriate2 */
#appropriate2{
  background:#ffffff;
} 
#appropriate2 .good_area{
  border:solid 2px #F99A00;
}

#appropriate2 .good_list{
  background:url(../img/appropriate/good.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

#appropriate2 .bad_area{
  border:solid 2px #9E9F9F;
}

#appropriate2 .bad_list{
  background:url(../img/appropriate/bad.png);
  background-position: center center;
  background-size: contain;
  background-repeat: no-repeat;
}

/* Contact2 */
#contact2{
  background:#ffffff;
}

/* Access */
#access{
  background:#f9f9f9;
}

/* Customer Voice2 */
@media (min-width:576px){
  #customer_voice2{
    background:#f9f9f9;
  }
}

#customer_voice2 .img-fluid{
  width:100%;
}

.footer {
  padding: 25px 0;
  text-align: center;
}

.footer span.copyright {
  font-size: 90%;
  line-height: 40px;
  text-transform: none;
  
}

.footer ul.quicklinks {
  font-size: 90%;
  line-height: 40px;
  margin-bottom: 0;
  text-transform: none;
  
}

ul.social-buttons {
  margin-bottom: 0;
}

ul.social-buttons li a {
  font-size: 20px;
  line-height: 50px;
  display: block;
  width: 50px;
  height: 50px;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  color: white;
  border-radius: 5px;
  outline: none;
  background-color: #212529;
}

ul.social-buttons li a:active, ul.social-buttons li a:focus, ul.social-buttons li a:hover {
  background-color: #EB6A2E;
}

/* マーカー */
.marker {
    background: linear-gradient(transparent 50%, #EFEA3A 0%);
    line-height: 1.3em;
}

/* 電話番号アニメーション */
.pr{
  -webkit-animation: pr 0.8s linear 0s 1;
    animation: pr 0.8s linear 0s 1;
  }
  @-webkit-keyframes pr {
    0%   { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
    15%  { -webkit-transform: scale(0.9, 0.9) translate(0%, 5%); }
    30%  { -webkit-transform: scale(1.3, 0.8) translate(0%, 10%); }
    50%  { -webkit-transform: scale(0.8, 1.3) translate(0%, -10%); }
    70%  { -webkit-transform: scale(1.1, 0.9) translate(0%, 5%); }
    100% { -webkit-transform: scale(1.0, 1.0) translate(0%, 0%); }
  }
  @keyframes pr {
    0%   { transform: scale(1.0, 1.0) translate(0%, 0%); }
    15%  { transform: scale(0.9, 0.9) translate(0%, 5%); }
    30%  { transform: scale(1.3, 0.8) translate(0%, 10%); }
    50%  { transform: scale(0.8, 1.3) translate(0%, -10%); }
    70%  { transform: scale(1.1, 0.9) translate(0%, 5%); }
    100% { transform: scale(1.0, 1.0) translate(0%, 0%); }
  }

/* PAY */
.pay_icon{
  height:40px;
}

/* line */
#line_title{
  border-top:solid 1px #39AE36;
  background:#ffffff;
}

#line{
  background:#39AE36;
  color:#ffffff;
}

#line .message-area{
  background:#1f7a1c;
  border-radius: 5px;
}

#line .line-btn{
  background: rgb(57,174,54); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(57,174,54,1) 0%, rgba(47,147,52,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(57,174,54,1) 0%,rgba(47,147,52,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(57,174,54,1) 0%,rgba(47,147,52,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39ae36', endColorstr='#2f9334',GradientType=0 ); /* IE6-9 */
  color:#ffffff;
  border:solid 2px #ffffff;
}

  /* line2 */
#line_title2{
  border-top:solid 1px #39AE36;
  background:#ffffff;
}

#line2{
  background:#39AE36;
  color:#ffffff;
}

#line2 .message-area{
  background:#1f7a1c;
  border-radius: 5px;
}

#line2 .line-btn{
  background: rgb(57,174,54); /* Old browsers */
  background: -moz-linear-gradient(top, rgba(57,174,54,1) 0%, rgba(47,147,52,1) 100%); /* FF3.6-15 */
  background: -webkit-linear-gradient(top, rgba(57,174,54,1) 0%,rgba(47,147,52,1) 100%); /* Chrome10-25,Safari5.1-6 */
  background: linear-gradient(to bottom, rgba(57,174,54,1) 0%,rgba(47,147,52,1) 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
  filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#39ae36', endColorstr='#2f9334',GradientType=0 ); /* IE6-9 */
  color:#ffffff;
  border:solid 2px #ffffff;
}


/* 問い合わせ下の隙間調整 */
@media (max-width: 576px) {
  #contact1{
    padding-bottom:0;
  }
  #contact2{
    padding-bottom:0;
  }
}

.bg-instagram{
	background:#9d18a1!important;
}

.bg-instagram:hover{
	background:#610f64!important;
}

.bg-blog{
	background:#EB6A2E!important;
}

.bg-blog:hover{
	background:#a8452a!important;
}

.bg-youtube{
	background:#dc3545!important
}

.bg-youtube:hover{
	background:#9b2531!important
}

/* 続きを読むボタン */

.readmore{
    position: relative;
    box-sizing: border-box;
}

.readmore-content{
    position: relative;
    overflow: hidden;
    /*以下お好み*/
    /*高さの初期値*/
    height: 100px;
}
.readmore-content::before {
    display: block;
    position: absolute;
    bottom: 0;
    left: 0;
    width: 100%;
    content: "";
    /*以下お好み グラデーションの色と高さ 高さはreadmoreのheight以下にすること*/
    height: 50px;
    background: -webkit-linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
    background: linear-gradient(top, rgba(255,255,255,0) 0%, rgba(255,255,255,0.8) 50%, rgba(255,255,255,0.8) 50%, #fff 100%);
}

/* 続きを読むボタン */
.readmore-label{
    display: table;
    bottom: 5px;
    position: absolute;
    bottom: 5px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    margin: 0 auto;
    z-index: 2;
    padding: 0 10px;
    background-color: #5AB428;
    border-radius: 4px;
    color: #FFF;
}
.readmore-label:before{
    content: '続きを読む';
}

.readmore-check{
    display: none;
}
/*チェック時にボタンを非表示*/
.readmore-check:checked ~ .readmore-label{
    /* position: static;
    transform: translateX(0);
    -webkit-transform: translateX(0); */
    /* 「続きを読む」を押した後、元に戻す必要がない場合は、上のオプションを消してこの1行だけにする */
    display: none;
}
.readmore-check:checked ~ .readmore-label:before{
    content: '閉じる';
}
/*チェック時に高さを自動に戻す*/
.readmore-check:checked ~ .readmore-content{
    height: auto;
}
/*チェック時グラデーション等を削除*/
.readmore-check:checked ~ .readmore-content::before {
    display: none;
}

#insurance{
  font-size:14px;
}

#insurance2{
  font-size:14px;
}

@media (min-width: 992px) {
  #insurance{
    font-size:20px;
  }
  
  #insurance2{
    font-size:20px;
  }
}