@charset "UTF-8";
/* 2022.08.10 tabi(ismr) */

/* ------------------------------ */
/* トップページ */
.slider{
    width: 100%;
    max-width: 100%;
}
.slider img{
    width: 100%;
    max-width: 100%;
}
.slick-prev,.slick-arrow{
    display: none!important;
}
/* --- */
/* スライダーのキャプション */ 
.slider div{
    position: relative;
}
.top-left {
    position: absolute;
    bottom: 1em;
    right: 1em;
    
    margin: 0;
    padding: 0;
    
    
    font-size: 1.4em;
    color: white;
    text-shadow: #a00000 1px 1px 15px, #a00000 -1px 1px 15px,#a00000 1px -1px 15px, #a00000 -1px -1px 15px;
}


.top_info{
    display: flex;
    justify-content: space-between;
    
    width: 100%; max-width: 1000px; box-sizing: border-box;
    margin: auto auto;
}
.top_info_box dl dd{
    margin-left: 0;
    
    color: white;
    background-color: #C9171E;
    background-image: url(toppage_infobar_background.png);
    
    background-size: contain;
background-repeat: no-repeat;
    background-position: right;
}
.top_info_box dl dd p{
    margin: 0;
    padding: .5em;

    font-size: 1.4em;    
    
    text-shadow: #8a0a10 2px 2px 1px;
}
.top_info_news{
    width: 40%;
}
.top_info_works{
    width: 55%;
    
}
.top_info_box{}
.top_info_box table{
    width: 100%;
}
.top_info_box table td{
    border-bottom: dashed  1px black;
    padding: 0.5em 0em;
}
.top_info_box table td:first-child{
    width: 8em;
}
.top_info_box table td:nth-child(2) img{
    margin-right: 1em;
}
.top_info_box a{
    color: #333333;
    text-decoration: none;
}
.top_info_box a:hover{
    color: #C9171E;
    transition: .3s;
    text-decoration: underline;
}


/* Responsive Adjustments */
@media screen and (max-width: 1000px) {
    .design_2column, .two_column {
        flex-direction: column !important;
        display: block !important;
    }
    .design_2column_text, .design_2column_photo, .two_column_left, .two_column_right {
        width: 100% !important;
        margin-left: 0 !important;
        margin-right: 0 !important;
    }
    .certification_design dl {
        width: 100% !important;
        margin-right: 0 !important;
    }
    .top_info {
        flex-direction: column !important;
        display: block !important;
    }
    .top_info_news, .top_info_works {
        width: 100% !important;
    }
    .contact_icon a dl, .contact_icon dl {
        width: 100% !important;
        display: flex;
        align-items: center;
        flex-direction: column;
    }
    table, tbody, tr, th, td {
        display: block;
        width: 100%;
    }
    .company_text_und_list th {
        border-bottom: none;
        padding-bottom: 0;
    }
    .company_text_und_list td {
        padding-top: 0;
        padding-left: 0 !important;
    }
}
