@charset "UTF-8";

/*------------------------------------------------------------
Q ＆ A
------------------------------------------------------------ */
.catch{
  width: 100%;
  text-align: center;
  line-height: 1.9;
  margin: 0 0 5.5%;
}

@media screen and (max-width: 768px){
  .catch{
    text-align: left;
    line-height: 1.75;
  }
}
.item_box{
  position: absolute;
  top: 2%;
  left: 46.5%;
  width: 20%;
}
.item_box .obj1{
  position: absolute;
  top: -12px;
  left: 30%;
  width: 23%;
  z-index: 2;
  animation: 4s fuwa1 infinite;
}
@keyframes fuwa1{
  0%, 100%{
    transform: rotateZ(-45deg);
  }
  50%{
    transform: rotateZ(45deg);
  }
}
.item_box .obj2{
  position: absolute;
  top: 13px;
  left: 62%;
  width: 10.2%;
  z-index: 1;
  animation: 3s fuwa2 infinite;
}
@keyframes fuwa2{
  0%, 100%{
    transform: translateY(-10px);
    opacity: .5;
  }
  50%{
    transform: translateY(10px);
    opacity: 1;
  }
}
.item_box .obj3{
  position: absolute;
  top: -25px;
  left: 82%;
  width: 29.4%;
  z-index: 1;
}
.item_box .obj4{
  position: absolute;
  top: 70px;
  left: 45%;
  width: 55%;
  z-index: 1;
  animation: 3s fuwa4 infinite;
}
@keyframes fuwa4{
  0%, 100%{
    transform: translateY(-15px);
  }
  50%{
    transform: translateY(15px);
  }
}
@media screen and (max-width: 768px){
  .item_box{
    top: 2%;
    left: 50%;
    width: 22%;
  }
  .item_box .obj1{
    top: -3px;
    left: 30%;
    width: 39%;
    z-index: 2;
    animation: 4s fuwa1 infinite;
  }
  @keyframes fuwa1{
    0%, 100%{
      transform: rotateZ(0);
    }
    50%{
      transform: rotateZ(45deg);
    }
  }
  .item_box .obj2{
    top: 5px;
    left: 88%;
    width: 17%;
    z-index: 1;
    animation: 3s fuwa2 infinite;
  }
  @keyframes fuwa2{
    0%, 100%{
      transform: translateY(-5px);
      opacity: .5;
    }
    50%{
      transform: translateY(5px);
      opacity: 1;
    }
  }
  .item_box .obj3{
    top: -10px;
    left: 120%;
    width: 45%;
    z-index: 1;
  }
  .item_box .obj4{
    top: 43px;
    left: 50%;
    width: 110%;
    z-index: 1;
  }
  @keyframes fuwa4{
    0%, 100%{
      transform: translateY(0);
    }
    50%{
      transform: translateY(-10px);
    }
  }
}
.list_box{
  width: 100%;
}
.list_box ul li{
  padding: 0 0 3%;
}
.list_box ul li p{
  line-height: 1.5;
  display: flex;
  align-items: flex-start;
  padding: 1.75% 3%;
}
.list_box ul li p:nth-child(1){
  color: #fff;
  background: #004ea2;
}
.list_box ul li p:nth-child(2){
  color: #004ea2;
}
.list_box ul li p::before{
  font-size: 4vw;
  display: block;
  font-family: 'smartFontUI';
}
.list_box ul li p:nth-child(1)::before{
  content: 'Q';
  color: #fff;
  margin: -.2em 1em 0 0;
}
.list_box ul li p:nth-child(2)::before{
  content: 'A';
  color: #004ea2;
  margin: -.2em .4em 0 0;
}
.inquiry_box{
  display: flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  padding: 1.25em 0;
  margin: 2% auto 10%;
  box-sizing: border-box;
  border: 1px solid #004ea2;
  font-family: 'smartFontUI';
}
.inquiry_box p{
  line-height: 1;
}
.inquiry_box .tel_box{
  width: 44%;
  margin: 0 0 0 4%;
}
.inquiry_box .mail_box{
  width: 43%;
}
.inquiry_box .tel_box p img{
  display: inline-block;
  width: 8%;
  margin: 0 2% 0 0;
}
.inquiry_box .mail_box p img{
  display: inline-block;
  width: 7.6%;
  margin: 0 1.5% 0 0;
}
.inquiry_box .tel_box p:nth-child(1),
.inquiry_box .mail_box p:nth-child(1){
  font-size: 1.5vw;
  letter-spacing: -.05em;
  margin: 0 0 0 2%
}
.inquiry_box .tel_box p:nth-child(2){
  font-size: 2.4vw;
  margin: 0 0 0 6%;
  letter-spacing: .05em;
}
.inquiry_box .mail_box p:nth-child(2){
  font-size: 2.4vw;
  margin: 8% 0 0 1%;
}
.inquiry_box .tel_box p span.note2{
  display: block;
  font-size: .9vw;
  letter-spacing: .03em;
  margin: 1% 0 3% 9.6%;
}
@media screen and (min-width: 1280px){
  .list_box ul li p::before{
    font-size: 38px;
  }
  .inquiry_box .tel_box p:nth-child(1),
  .inquiry_box .mail_box p:nth-child(1){
    font-size: 21px;
  }
  .inquiry_box .tel_box p:nth-child(2){
    font-size: 28px;
  }
  .inquiry_box .mail_box p:nth-child(2){
    font-size: 28px;
  }
  .inquiry_box .tel_box p span.note2{
    font-size: 12px;
    letter-spacing: 0;
    margin: 1% 0 3% 10%;
  }
}
@media screen and (max-width: 768px){
  .list_box ul li p::before{
    font-size: 7vw;
  }
  .list_box ul li p:nth-child(1)::before{
    margin: -.1em 1em 0 0;
  }
  .list_box ul li p:nth-child(2)::before{
    margin: -.1em .4em 0 0;
  }
  .inquiry_box{
    flex-wrap: wrap;
    width: 100%;
    padding: 3em 1em;
    margin: 2% auto 10%;
  }
  .inquiry_box .tel_box{
    width: 85%;
    margin: 0 0 2% 0;
  }
  .inquiry_box .mail_box{
    width: 85%;
  }
  .inquiry_box .mail_box p:nth-child(1){/* メールでのお問い合わせ */
    letter-spacing: -.07em;
  }
  .inquiry_box .tel_box p:nth-child(1),
  .inquiry_box .mail_box p:nth-child(1){
    font-size: 5.2vw;
  }
  .inquiry_box .tel_box p:nth-child(2){
    font-size: 8.2vw;
    margin: 5% 0 10% 2%;
  }
  .inquiry_box .mail_box p:nth-child(2){
    font-size: 8vw;
    margin: 5% 0 0 2%;
  }
  .inquiry_box .tel_box p span.note2{
    display: block;
    font-size: 3.2vw;
    letter-spacing: .03em;
    margin: 1% 0 3% 10%;
  }
}
