/********************************************************
ML/common/css/2022_new_css/common_v2.cssの上書き要素
*********************************************************/

.footer-utility {
    max-width: 730px;
    width: 100%;
    margin: 0 auto;
}

/********************************************************
common
*********************************************************/

.clearfix:after {
    content:" ";
    display:block;
    clear:both;
}

img {
    max-width: 100%;
    width: 100%;
    height: auto;
}
a{
    text-decoration:none;
}

a[href*="tel:"] {
    pointer-events: auto;
    cursor: pointer;
}
h1, h3, .visual_box h2{
    font-family: "Noto Serif JP", "ヒラギノ明朝 ProN W6", "HiraMinProN-W6", "HG明朝E", "ＭＳ Ｐ明朝", "MS PMincho", "MS 明朝", serif;
}

.flex{
    display: flex;
    flex-wrap: wrap;
}
main sup{
    vertical-align: top;
    font-size: 30%;
    line-height: 250%;     
}

section{
    max-width: 768px;
    margin:0 auto;
}

/*------- ONLY PC or SP ------*/
.only-pc{
    display: block;
}
.only-sp{
    display: none;
}
@media (max-width: 767px) {
    .only-pc{
        display: none;
    }
    .only-sp{
        display: block;
    }
}

/********************************************************
MAIN CONTENT
*********************************************************/

/*--------------- topmain ---------------*/
.main-mg-top{
    margin-top: 68px;
}

@media (max-width: 767px) {
     .main-mg-top{
         margin-top: 50px;
     }
}     


/*-------------- btn-area --------------*/
.bg-area{
    position:relative;
}

.btn-area {
    position: absolute;
    margin: 0 auto;
}

.btn-area a {
    display: block;
    margin: 0 auto;
    transition-duration: .5s;
}

.btn-area a:hover {
    opacity: 0.8;
    transform: translateY(5px);
}

 
/*-------- img03 --------*/
.img03 {
    width: 76%;
    left: 12%;
    bottom: 8.5%;
}
/*-------- img04 --------*/
.img04 {
    width: 70%;
    left: 15%;
    bottom: 12.5%;
}
/*-------- img05 --------*/
.img05 {
    width: 70%;
    left: 15%;
    bottom: 13%;
}
/*-------- img07 --------*/
.img07 {
    width: 70%;
    left: 15%;
    bottom: 19%;
}
/*-------- img08 --------*/
.img08 {
    width: 70%;
    left: 15%;
    bottom: 7.5%;
}


/*------------------- order-center ---------------*/
 
  .btn-sec {
    background: url(../img/img_09.jpg) 0 0 no-repeat;
    background-size: cover;
    padding: 297px 0 40px;
    margin-bottom: 100px;
  }

  .btn {
    max-width: 640px;
    width: 100%;
    margin: 40px auto;
  }

  @media screen and (max-width: 767px) {
    .btn-sec {
      padding: 39% 0 5%;
      margin-bottom: 50px;
    }
    .btn {
      width: 83%;
      margin: 20px auto;
    }  
  }

  .btn a {
    display: block;
    transition-duration: .5s;
  }

  .btn a:hover {
    opacity: 0.8;
    transform: translateY(5px);
  }


