/* CSS Document */

/* topエリア ------------------------------*/
.size_for_you_top{}

.size_for_you_top_img{
    position: relative;
}
.size_for_you_top_img h1{}


.size_for_you_top_txt{
    padding-bottom: 40px
}
.size_for_you_top_txt h2{
    font-size: 1.7rem;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 60px;
}
.size_for_you_top_txt p{
    padding-bottom: 30px;
    text-align: center;
}

@media screen and (min-width: 768px){
    .size_for_you_top_txt h2{
        font-size: 1.8rem;
    }
    .size_for_you_top_txt{
        padding-bottom: 70px
    }
}

/* topエリア End ---------------------------*/


/* About -------------------------------*/

/*.size_for_you_about{
    padding-bottom: 50px;
}*/

.size_for_you_about h2{
    font-size: 2.8rem;
    text-align: center;
    padding-top: 70px;
    padding-bottom: 20px;
    letter-spacing: 2px;
}
.size_for_you_about_txt{
    margin-left: 6.66%;
    margin-right: 6.66%;
}

@media screen and (min-width: 768px){
    .size_for_you_about{
        max-width: 900px;
        margin: 0 auto;
    }
    .size_for_you_about_txt{
        max-width: 630px;
        margin: 0 auto;
        
    }
}
/* About End ---------------------------*/


/* easy_order ------------------------------*/
.easy_order{}

.easy_order_img{
    max-width: 300px;
    margin: 0 auto;
}

/*.easy_order_link{
    max-width: 325px;
    margin: 0 auto;
    display: flex;
}
.easy_order_link li{
    width: 50%;
    text-align: center;
    position: relative;
    padding-bottom: 15px;
}
.easy_order_link li::before,
.easy_order_link li::after{
    content: '';
    display: block;
    height: 1px;
    width: 45px;
    background-color: #707070;
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}
.easy_order_link li::before{
    -webkit-transform: rotate(-25deg);
          transform: rotate(-25deg);
    left: 41px;
}
.easy_order_link li::after{
    -webkit-transform: rotate(25deg);
          transform: rotate(25deg);
    right: 41px;
}
.easy_order_link li small{
    display: block;
    font-size: 1.1rem;
}
.easy_order_link li span{
    font-size: 1.7rem;
}
*/
.easy_order_txt{
  margin-left: 6.66%;
  margin-right: 6.66%;
  padding-bottom: 50px;
    
}
@media screen and (min-width: 768px){
  .easy_order_txt{
    max-width: 630px;
    margin: 0 auto;
    padding-bottom: 70px;
  }
    
}
/* easy_order End ---------------------------*/


/* target_item -------------------------------*/

.target_item{
  /*background-color: #F5F5F5;*/
  background-color: #EFEFEF;
}
.target_item h3{
    font-size: 1.5rem;
    text-align: center;
    padding-top: 50px;
    padding-bottom: 50px;
}
.target_item_wrap{
    margin-left: 6.66%;
    margin-right: 6.66%;
}
.target_item_wrap li{
    padding-bottom: 70px;
}

.target_item_wrap li h4{
    text-align: center;
    font-size: 1.5rem;
    padding-top: 40px;
    padding-bottom: 2.5rem;
}
.target_item_wrap li .target_text{
    padding-bottom: 30px;
}
.target_item_wrap li .target_btn{}



@media screen and (min-width: 768px){
    .target_item h3{
        padding-bottom: 70px;
    }
    .target_item_inner{
        padding: 0 7.26%;
    }
    .target_item_wrap{
        max-width: 900px;
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
    }
    .target_item_wrap li{
        width: 45.55%;
    }
}
/* target_item End ---------------------------*/

/* お問い合わせ -------------------------------*/
.support_contact_hd_txt h2{
  padding-bottom: 0;
}
/* お問い合わせ End ---------------------------*/


