/* CSS Document */





/*

.breadcrumb

*/
.lower_page .main_content .breadcrumb .breadcrumb_item {
    width: calc( 100% - 7.216rem - 16.3rem - 2rem ); /* 7.216 + 16.3 + 2 */
}
.lower_page .main_content .breadcrumb .breadcrumb_item.item_top {
    width: 7.216rem;
}
.lower_page .main_content .breadcrumb .breadcrumb_item.item_information {
    width: 16.3rem; /* 14.3 + 2 */
}
@media screen and ( max-width: 1024px ){
    .lower_page .main_content .breadcrumb .breadcrumb_item {
        width: calc( 100% - 3.644rem - 9.2rem - 2rem ); /* 3.644 + 9.2 + 2 */
    }
    .lower_page .main_content .breadcrumb .breadcrumb_item.item_top {
        width: 3.644rem;
    }
    .lower_page .main_content .breadcrumb .breadcrumb_item.item_information { 
        width: 9.2rem;  /* 7.2 + 2 */
    }
}





/*

.information

*/
.lower_page .information {
    width: 1200px;
    margin: 0 auto;
    padding: 0 0 22rem 0;
}
@media screen and ( max-width: 1200px ){
    .lower_page .information {
        width: 100%;
    }
}
@media screen and ( max-width: 1024px ){
    .lower_page .information {
        width: 100%;
        padding: 0 0.5rem 11rem 0.5rem;
    }
}





/*

.mount

*/
.lower_page .information .mount {
    width: 100%;
    margin-bottom: 6rem;
    padding: 6rem 10rem;
    background-color: #fff;
    border-radius: 0.5rem;
}
@media screen and ( max-width: 1200px ){
}
@media screen and ( max-width: 1024px ){
    .lower_page .information .mount {
        margin-bottom: 3rem;
        padding: 3rem 4.5rem;
        border-radius: 1rem;
    }
}





/*

.item_header

*/
.lower_page .information .mount .item_header {
    display: flex;
    justify-content: flex-start;
    align-items: center;
    margin-bottom: 2rem;
}
.lower_page .information .mount .item_header .date {
    display: inline-block;
    width: auto;
}
.lower_page .information .mount .item_header .date span {
    display: inline-block;
    color: #333;
    font-size: 1.4rem;
    line-height: 1;
}
.lower_page .information .mount .item_header .icon_category {
    display: inline-block;
    width: auto;
}
.lower_page .information .mount .item_header .icon_category span {
    display: inline-block;
    margin-left: 1.5rem;
    padding: 0.5em 0.6em;
    background-color: #1f8599;
    color: #fff;
    font-size: 1.5rem;
    line-height: 1;
    border-radius: 0.5rem;
    border: 1px solid #1f8599;
}
@media screen and ( max-width: 1200px ){
}
@media screen and ( max-width: 1024px ){
    .lower_page .information .mount .item_header {
        margin-bottom: 1.25rem;
    }
    .lower_page .information .mount .item_header .date {
    }
    .lower_page .information .mount .item_header .date span {
        font-size: 1.1rem;
    }
    .lower_page .information .mount .item_header .icon_category {
    }
    .lower_page .information .mount .item_header .icon_category span {
        margin-left: 0.75rem;
        padding: 0.5em 0.6em;
        font-size: 1.1rem;
    }
}





/*

.subject

*/
.lower_page .information .mount .subject {
    display: block;
}
.lower_page .information .mount .subject h2 {
    display: block;
    margin: 0 0 2rem 0;
    padding: 0;
}
.lower_page .information .mount .subject h2 span {
    color: #333;
    font-size: 2.8rem;
    line-height: 1.5;
}
@media screen and ( max-width: 1200px ){
}
@media screen and ( max-width: 1024px ){
    .lower_page .information .mount .subject {
    }
    .lower_page .information .mount .subject h2 {
        margin: 0 0 1.5rem 0;
    }
    .lower_page .information .mount .subject h2 span {
        font-size: 1.8rem;
    }
}





/*

.main

*/
.lower_page .information .mount .main {
    width: 100%;
    margin: 0;
    padding: 0;
}
@media screen and ( max-width: 1200px ){
}
@media screen and ( max-width: 1024px ){
}





/*

p.text

*/
.lower_page .information .mount .main p {
    display: block;
    width: 100%;
    margin: 0 0 3rem 0;
    padding: 0;
    color: #333;
    font-family: "A1 Gothic R";
    font-size: 1.7rem;
    line-height: 2;
}
@media screen and ( max-width: 1200px ){
}
@media screen and ( max-width: 1024px ){
    .lower_page .information .mount .main p {
        margin: 0 0 2rem 0;
        font-size: 1.4rem;
    }
}





/*

.link_area

*/
.lower_page .information .mount .main .link_area {
    display: block;
}
.lower_page .information .mount .main .link_area.mb_large {
    margin-bottom: 3rem;
}
.lower_page .information .mount .main .link_area.mb_medium {
    margin-bottom: 2rem;
}
.lower_page .information .mount .main .link_area.mb_small {
    margin-bottom: 1rem;
}
@media screen and ( max-width: 1200px ){
}
@media screen and ( max-width: 1024px ){
    .lower_page .information .mount .main .link_area {
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .lower_page .information .mount .main .link_area.mb_large {
        margin-bottom: 2rem;
    }
    .lower_page .information .mount .main .link_area.mb_medium {
        margin-bottom: 1.5rem;
    }
    .lower_page .information .mount .main .link_area.mb_small {
        margin-bottom: 1rem;
    }
}





/*

.button_back

*/
.lower_page .information .button_back {
    display: flex;
    justify-content: center;
    align-items: center;
}
@media screen and ( max-width: 1200px ){
}
@media screen and ( max-width: 1024px ){
}




