@charset "UTF-8";

.add_text{
    font-family: 'Zen Kaku Gothic New',serif;
}

/*-----------------------------Plan&Price---------------------------------*/
#top_menu1 + div .content_wrapper {
    margin-right: auto;
    margin-left: auto;
}

#top_menu1 + div .inner_item_txt>p {
    text-align: left;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: 85%;
    margin: 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
    padding: 0 10px;
}

@media screen and (max-width: 1024px) {
#top_menu1 + div .composite_box01.block_images_16 .inner_item_img {
    margin-bottom: 0;
}

#top_menu1 + div .inner_item_txt>p {
    top: calc(50% - 7px);
}
}


@media screen and (max-width: 480px) {
#top_menu1 + div .inner_item_txt>p {
    -webkit-line-clamp: 5;
}
}