@charset "UTF-8";

/*greeting*/

.greeting_box{
    position: relative;
    background-image: url('/works/lopi_2nd/common/img/2nd/light_blue_dots.png');
    padding: 2em 0;
}
.gree_div{
    height: auto;
    width: 50%;
    position: relative;
}
.green_ab{
    padding: 3rem;
    text-align: center;
}
.gree_div p{
    /*position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);*/
}
.top_big{
    font-size: 18px;
    font-weight: 700;
    display: inline-block;
    margin: 50px auto;
    text-align: left;
    line-height: 1.5;
}
.new_con{
    width: 100%;
    padding: 5px 10px;
    position: relative;
    border: 6px double #fff;
}
.new_title{
    padding-top: 15px;
}
.new_pon{
    position: absolute;
    top: -14px;
    font-size: 19px;
    font-weight: 700;
    background: #fcffd1;
    padding: 0 15px;
}
.p_t_15{
    padding-top: 15px;
}
.fav{
    font-size: 25px;
    color: #ff931e;
    text-shadow: 2px 3px 3px rgba(255, 255, 255, 0.5);
}
.top_imgs{
    width: calc(100% / 3 + -23px);
    margin: 10px;
}
.d_inline{
    display: inline-block;
}
.top_w_l{
    position: absolute;
    width: 170px;
    top: -175px;
    left: 0;
}
.top_w_r{
    position: absolute;
    width: 170px;
    right: -72px;
    bottom: -60px;
    z-index: 10;
}
.top_bird{
    position: absolute;
    width: 200px;
    top: -5%;
    right: -8%;
}
.top_chair{
    position: absolute;
    width: 200px;
    bottom: -8%;
    left: -7%;
    z-index: 10;
}
.bottom_wave{
    position: absolute;
    bottom: -174px;
    left: 0;
    width: 100%;
    height: 174px;
}

/*philosophy*/
.back_y{
    background-color: #fbe432;
    background-image: url(../img/2nd/line_green.png);
    background-repeat: no-repeat;
    background-position: 0px 95%;
}
.t_philosophy{
    width: 45%;
    margin: auto;
    height: 55vh;
    position: relative;
    padding-top: 100px;
}
.top_cloud{
    width: 125px;
    position: absolute;
    top: 65px;
    left: -30px;
}
.top_pic{
    width: 200px;
    position: absolute;
    bottom: 30px;
    right: -100px;
}
.t_philosophy_p{
    background-color: #fff;
    border-radius: 50px;
    padding: 60px;
    line-height: 1.4;
}

/*example*/
.example_box{
    background-image: url('../img/2nd/green_stripe_small.png');
    background-size: cover;
    padding: 100px 0;
}
.t_childsuppot{}
.t_dayservice{}
.example_con{
    background-color: #fff;
    border-radius: 50px;
    padding: 55px;
    margin: 0 20px;
    position: relative;
}
.t_childsuppot .ex_title{
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
}
.t_dayservice .ex_title{
    position: absolute;
    font-size: 24px;
    font-weight: 700;
    top: -12px;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    -ms-transform: translateX(-50%);
    width: 63%;
}
.ex_comment{
    line-height: 1.4;
}
.ex_tent_icon{
    width: 170px;
    position: absolute;
    right: -12%;
    bottom: -12%;
}
@media screen and (max-width: 560px){
    
}