/* title ******************************************************************/
.title_wrapper {
    margin: 0 auto;
/*    margin: 50px auto 0;*/
    padding: 50px 0;
    width: 100%;
    max-width: 1000px;
    background: #93d3b6;
    text-align: center;
}
.title_wrapper.bottom_fit {
    padding: 50px 0 0 0;
}
.title_wrapper.bg_1 {
    background-image: url('../images/title_background_1.png');
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-position: center bottom;
}
.block_title {
    display: flex;
    justify-content: center;
    align-items: center;
    /*flex-direction: column;*/
    margin: auto;
}
.block_title img {
    width: 60%;
    height: auto;
}
.block_title.sp_column {
    flex-direction: column;
}
.block_title.sp_column_reverse {
    flex-direction: column-reverse;
}
.block_title.sp_column img,
.block_title.sp_column_reverse img {
    margin-bottom: 20px;
    width: 80%;
    height: auto;
}
.block_title.sp_column img:last-child,
.block_title.sp_column_reverse img:first-child {
    margin-bottom: 0;
}



.block_contents {
    margin-bottom: 20px;
}
.block_contents.notice {
    padding: 10px;
    color: #d44;
    font-size: 1.2em;
    background: lightyellow;
    border: 3px solid #d44;
    box-sizing: border-box;
}
.block_contents.poster_image,
.banner {
    text-align: center;
}
.block_contents.poster_image img,
.banner img {
    margin: 0;
    padding: 0;
    max-width: 100%;
}
.block_contents.poster_image img {
    width: 100%;
}
.block_contents.poster_pdf {
    text-align: center;
}
.block_contents.description,
.block_contents.contents {
    padding: 0 20px;
    text-align: left;
}

.button_block {
    margin: 0 auto;
    width: 480px;
    max-width: 100%;
}
.button_block .parallel {
    display: flex;
    justify-content: space-between;
    width: 100%;
}

