@charset "UTF-8";

table{width: 100%;}
figure{margin: initial;line-height: 0;}
figure img{max-width: 100%;width: 100%;}
figcaption{line-height: normal;}
.l_main_cont *{-webkit-box-sizing: border-box;box-sizing: border-box;}
.l_main_cont .wrapper{margin: 0 auto;color: #778273;}
.come_title_h2{text-align: center;font-weight: bold;position: absolute;top: 0;right: 0;left: 0;}

.come_title_h2 h2{font-weight: 400;font-style: normal;display: inline-block;
    font-family: "YuMincho", "Hiragino Mincho ProN", "Yu Mincho", serif;
    background: linear-gradient(90deg, #64b26c, #64b26c 59%, #86c255);
    background: -webkit-linear-gradient(0deg, #64b26c, #64b26c 59%, #86c255);
    -webkit-background-clip: text;-webkit-text-fill-color: transparent;font-weight: bold;
}
.come_title_h2 h2 span{display: inline-block;font-size: 55.47px;transform: rotate(-2.5deg);
    font-family: annabelle-jf, sans-serif;font-weight: 400;font-style: normal;font-weight: normal;
    position: absolute;top: 0;right: 0;left: -5px;
    background: linear-gradient(90deg, #64b26c, #64b26c 59%, #86c255);
    background: -webkit-linear-gradient(0deg, #64b26c, #64b26c 59%, #86c255);
    -webkit-background-clip: text;-webkit-text-fill-color: transparent;
    margin: 0 auto;
}


@media only screen and (max-width:767px) {
    .l_main_cont{font-size: 15px;}
    .l_main_cont .wrapper{padding-right: 15px;padding-left: 15px;}
    .come_title_h2 h2 span{font-size: 44.37px;}
    .come_title_h2 h2{padding-top: 20px;font-size: 20px;}
}
@media only screen and (min-width:767px) {
    .come_title_h2{font-size: 30px;}
}

@media screen and (min-width:768px) and (max-width:1080px) {
    .l_main_cont .wrapper{padding-right: 20px;padding-left: 20px;}
}

@media only screen and (min-width:1081px) {
    .l_main_cont .wrapper{max-width: 980px;}
}
@media only screen and (min-width:1200px) {
    .l_main_cont .wrapper{max-width: 1200px;}
}