@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;
}
/* ------ */
main a:hover{
    opacity: .5;
    transition: .5s;
    
}
.works_menu{
    display: flex;
    justify-content: space-between;
    width: 100%; max-width: 1000px; box-sizing: border-box;
    margin: auto auto;
    
    border-bottom: solid 5px #C9171E;
    
}
.works_menu a{
    display: block;
    width: 100%;
    text-decoration: none;
    color: #C9171E;
}
.works_menu_a{
    width: 50%;
    text-align: center;
    
    background-color: #C9171E;
    color: white;
    border:solid 2px #C9171E;
    border-radius: 10px 10px 0 0;
    font-size: 1.8em;
}
.works_menu_p{
    width: 50%;
    margin: auto 0 0 0;
    text-align: center;
    
    background-color: white;
    color: #C9171E;
    border:solid 0.5px #C9171E;
    font-size: 1em;
}   

/* ----- */
.design_introduce,.design_main{
    margin-bottom: 100px;
}
.design h1{
    display: block;
    width: 100%; max-width: 1000px; box-sizing: border-box;
    margin: 1em auto;
    
    padding: .5em;
    font-size: 2em;    
    

    color: white;
    background-color: #C9171E;
    background-image: url(../top/toppage_infobar_background.png);
    
    background-size: contain;
background-repeat: no-repeat;
    background-position: right;
    box-sizing: border-box;
    text-shadow: #8a0a10 2px 2px 1px;
}

.design h1 span{
    margin:  0em 1em;

    font-size: 0.8em;
    font-weight: 100;
}
.design h2{
    display: block;
    width: 100%; max-width: 960px; box-sizing: border-box;
    margin: 50px auto 10px;
    
    padding: .1em .5em;
    font-size: 1.4em;    
    

    color: #666666;
    border-left: solid 10px #C9171E;
    box-sizing: border-box;
}
.design{
    
}
.design_text{
    width: 100%; max-width: 960px; box-sizing: border-box;
    margin: auto auto;
}
.design_text_right{
    width: 100%; max-width: 960px; box-sizing: border-box;
    margin: auto auto;
    text-align: right;
}
.design_text ul{
    line-height: 1.5;
}
.design_2column{
    display: flex;
    justify-content: space-between;
    width: 100%; max-width: 960px; box-sizing: border-box;
    margin: auto auto;
}
.design_2column h3{
    color: #666666;
    border-bottom: solid 1px #C9171E;
    padding-bottom: .5em;
    
}
.design_2column_text{
    margin-right: 2em;
    line-height: 1.3;
}
.design_2column_photo{
    min-width: 400px;
}
.design_2column_photo img{
    width: 100%;
    border-radius: 5px;
}
.design_2column_photo p{
    text-align: center;
    margin: 0;
}
/* ---------- */
section.update_tools{
    width: 100%; max-width: 960px; box-sizing: border-box;
    margin: auto auto;
}
section.update_tools h2 span{
    margin-left: 1em;
    font-size: 0.6em;
    font-weight: normal;
}
section.update_tools .text,section.update_tools .photo{
    margin-left: 100px;
    margin-bottom: 50px;
}
section.update_tools .photo img{
    margin:5px;
    border:solid 2px #C9171E;
}

/*=== ページ送り ===*/
.lead {
	line-height: 1.4em;
	margin: 15px 0 0 0;
	padding-bottom: 10px;
	text-align: center;
	color: #777;
}
#page_navi {
	margin: 10px auto 20px auto;
	text-align: right;
	text-align: center;
}
#page_navi li {
	display: inline;
	line-height: 1;
}
#page_navi li span,
#page_navi li a {
	display: inline-block;
	margin: 0 2px;
	padding: 4px 5px;
}
#page_navi li span {
	border: 1px solid #CCC;
}
#page_navi li a:link {
	border: 1px dashed #cdcff5;
	background-color: #f0f1ff;
}
#page_navi li a:visited {
	border: 1px dashed #eed2f3;
	background-color: #faeffc;
}

/*
.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: dotted 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;
        min-width: 0 !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;
    }
}
