@charset "UTF-8";
/* CSS Document */

#index_nav {
    margin: 0px 0;
    text-align: center;
}

.bd_b {
    border-bottom: none;
}

#information_free li .info_img img {
    max-width: 24em;
}

@media (max-width: 640px) {
    #information_free li .info_img:first-of-type {
        margin-bottom: 0;
    }
    #information_free li .message {
        padding-top: 25px;
        background-color: rgba(255,255,255);
    }
    #information_free li .info_desc:nth-of-type(2) {
        display: flex;
        justify-content: center;
        max-width: 100% !important;
        margin-bottom: 25px;
        padding-right: 20px;
        padding-bottom: 25px;
        padding-left: 20px;
        background-color: rgba(255,255,255);
    }
        #information .info_title, #information_free .info_title {
    width: 90%;
}
     #kv {
    min-height: auto;}

}

/* PC */
@media (min-width : 641px) {
    #information_free li .info_img:first-of-type {
        margin-bottom: 0;
    }
    #information_free li .message {
        padding-top: 25px;
        background-color: rgba(255,255,255);
    }
    #information_free li .info_desc:nth-of-type(2) {
        display: flex;
        justify-content: center;
        max-width: 100% !important;
        margin-bottom: 25px;
        padding-bottom: 25px;
        background-color: rgba(255,255,255);
    }

    #information .info_title, #information_free .info_title {
    width: 24em;
}
}