@media (max-width: 768px) {
  .over_md {
    display: none;
  }
}

.under_md {
  display: none;
}
@media (max-width: 768px) {
  .under_md {
    display: block;
  }
}

/* testFAQ */
.faq-title{
  text-align:center;
  font-size: 36px;
  font-weight: 700;
  color: #5a5a5a;
  margin: 0;
    padding: 0;
    border: 0;
    vertical-align: baseline;
}

.faq-box {
  padding-top:50px;
  padding-bottom:50px;
  max-width: 700px;
}
.qa-list dl {
  position: relative;
  margin: 30px 0 0;
  cursor: pointer;
  border: 1px solid #fac83c;
}
.qa-list dl:first-child {
margin-top: 0;
}
.qa-list dl::after {
  position: absolute;
  top: 27px;
  right: 26px;
  display: block;
  width: 7px;
  height: 7px;
  margin: auto;
  content: '';
  transform: rotate(135deg);
  border-top: 2px solid #000;
  border-right: 2px solid #000;
}
 .qa-list .open::after {
  transform: rotate(-45deg);
}

.qa-list dl dt {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
  font-weight: bold;
  background: #fac83c;
  color: #5a5a5a;
}
.qa-list dl dt::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  top: 20px;
  left: 20px;
  display: block;
  content: 'Q.';
  color: #ff9b00;
}
.qa-list dl dd::before {
  font-size: 22px;
  line-height: 1;
  position: absolute;
  left: 20px;
  display: block;
  content: 'A.';
  font-weight: bold;
  color: #ff9b00;
}
.qa-list dl dd {
  position: relative;
  margin: 0;
  padding: 20px 20px 20px 60px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}

/* @media screen and (max-width: 767px) {
.qa-list dl {
  margin: 10px 0 0;
}
.qa-list dl:after {
  top: 20px;
  right: 20px;
  width: 7px;
  height: 7px;
}
.qa-list dl dt {
  padding: 16px 16px 16px 50px;
  font-size: 14px;
}
.qa-list dl dt::before {
  font-size: 14px;
  top: 20px;
  left: 20px;
}
.qa-list dl dd::before {
  font-size: 14px;
  left: 20px;
  margin-top: 5px;
}
.qa-list dl dd {
  margin: 0;
  padding: 16px 16px 16px 50px;
  font-size: 14px;
}
.qa-list dl dd p {
  margin: 30px 0 0;
}
.qa-list dl dd p:first-child{
  margin-top: 0;
}
} */
/* testFAQ end */


.clearfix {
  clear: both;
}

.bg-yellow-menu {
  position: sticky;
  z-index: 100;
  width: 100%;
  top: 0;
}
.bg-yellow-menu ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  list-style: none;
  margin: 0 auto;
  max-width: 700px;
  padding: 0;
}
.bg-yellow-menu ul img {
  width: 100%;
}

.img-box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  max-width: 700px;
}

.bg-img {
  background-color: white;
}

.bg-yellow, .bg-yellow-menu {
  background-color: #fac83c;
}

.bg-dGrey {
  background-color: #c2c2c2;
}

.bg-grey {
  background-color: #f0f0f0;
}
.bg-grey2 {
  background-color: #ebebeb;
}


.img-3 {
  position: relative;
}

.video-section {
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 21%;
  background: white;
  overflow: hidden;
}

.igPost{
  position: absolute;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
  top: 52%;
  background: white;
  overflow: hidden;
}

.igPost a{
  width: 37%
}
.igPost a img{
  width: 100%
}
.igPost-a{
  margin-right: 8%;
}

.igPost-a, .igPost-b{
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
}
.igPost-a:hover, .igPost-b:hover{
  -webkit-transform: scale(1.1);
  transform: scale(1.1);
}

.video-section .video-box-1, .video-section .video-box-2 {
  -webkit-transition: 0.1s all ease-in-out;
  transition: 0.1s all ease-in-out;
  height: 220px;
  width: 37%;
}
.video-section .video-box-1:hover, .video-section .video-box-2:hover {
  -webkit-transform: scale(1.1);
          transform: scale(1.1);
}
@media (max-width: 768px) {
  .video-section .video-box-1, .video-section .video-box-2 {
    height: 180px;
  }
  .igPost {
    top: 50%;
  }
}
@media (max-width: 600px) {
  .video-section .video-box-1, .video-section .video-box-2 {
    height: 160px;
  }
  
}
@media (max-width: 576px) {
  .video-section .video-box-1, .video-section .video-box-2 {
    height: 140px;
  }
  .igPost {
    top: 49%;
  }
}
@media (max-width: 430px) {
  .video-section .video-box-1, .video-section .video-box-2 {
    height: 100px;
  }
  .igPost {
    top: 52%;
  }
}
.video-section .video-box-1 iframe, .video-section .video-box-2 iframe {
  height: 100%;
  width: 100%;
}
.video-section .video-box-1 {
  margin-right: 8%;
}

.link-btn-phone {
  position: absolute;
  bottom: 8%;
  width: 100%;
  display: none;
}
@media (max-width: 768px) {
  .link-btn-phone {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
  }
}
.link-btn-phone img {
  width: 80%;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
.link-btn-phone img:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.link-btn-web {
  position: fixed;
  bottom: 50px;
  right: 50px;
  cursor: pointer;
}
.link-btn-web a img {
  width: 200px;
  height: 200px;
  -webkit-filter: drop-shadow(0 0 0.2rem white);
  filter: drop-shadow(0 0 0.2rem white);
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
}
.link-btn-web a img:hover {
  -webkit-filter: brightness(0.8);
          filter: brightness(0.8);
}

.sns {
  display: flex;
  justify-content: center;
  /* border: 1px solid #000; */
  height: 80px;
}

.sns a{
  text-decoration: none;
  -webkit-transition: 0.2s all ease-in-out;
  transition: 0.2s all ease-in-out;
  cursor: pointer;
}
.sns a:hover{
  text-decoration: none;
  -webkit-filter: brightness(0.7);
  filter: brightness(0.7);
}

.sns a i{
  font-size: 50px;
}


.sns a .fa-instagram{
  font-size: 40px;
  padding: 5px 0 5px;
  width: 50px;
  display: block;
  text-align: center;
  border-radius: 30px;
  color: #fff;
  background: #d6249f;
  background: radial-gradient(circle at 30% 107%, #fdf497 0%, #fdf497 5%, #fd5949 45%,#d6249f 60%,#285AEB 90%);
  /* box-shadow: 0px 3px 10px rgba(0,0,0,.25); */

}

.sns a .fa-facebook{
  color: rgb(66,103,178)
}

.sns a .fa-youtube{
  color: rgb(255,0,0)
}



@media (max-width: 768px) {
  .sns a i{
    font-size: 40px;
  }
  .sns a .fa-instagram{
    font-size: 30px;
    padding: 5px 0 5px;
    width: 40px
  }
}

@media (max-width: 430px) {
  .sns a i{
    font-size: 30px;
  }
  .sns a .fa-instagram{
    font-size: 23px;
    padding: 3.5px 0 3.5px;
    width: 30px
  }
}