<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">
/*======================================================
company_info.css
======================================================*/
#company_info .contents_wrap {
    border-bottom: 1px solid #d61423;
}
#company_info .contents_wrap:last-child {
    border-bottom: none;
}

#company_info .contents {
    padding: 4rem 0;
}

@media print, screen and (min-width:768px) {
    #company_info .contents {
        padding: 100px 0;
    }
}

h2 {
    color: #003d77;
    font-size: 2.8rem;
    text-align: center;
    margin-bottom: 2rem;
}

@media print, screen and (min-width:768px) {
    h2 {
        font-size: 3.4rem;
        margin-bottom: 8rem;
    }
}

table {
        border-collapse: separate;
        border-spacing: 0px 15px;
    }

table th {
    background: #e6e6e6;
    text-align: left;
}

table th, table td {
    padding: 0.5rem 1.5rem;
}

table th, table td {
    vertical-align: middle;
}

table dl {
    display: flex;
    flex-wrap: wrap;
}
table dl dt {
    margin-right: 1.5rem;
}
table dl dd {
}

@media only screen and (max-width:767px) {
    table th, table td {
        display: block;
    }
}

@media print, screen and (min-width:768px) {
    table th {
        width: 210px;
    }
}

/* message
------------------------------------------------------*/
#message h2 {
    border-bottom: 1px solid #595757;
    padding-bottom: 36px;
    line-height: 1;
}

#message .mess_ph {
    display: block;
    text-align: center;
    margin-bottom: 2rem;
}

#message .mess_txt p {
    margin-bottom: 2rem;
    font-size: 1.6rem;
}
#message .mess_txt p strong {
    font-size: 1.6rem;
}

#message .sign {
    text-align: right;
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
#message .sign span {
    font-size: 1.2rem;
    margin-right: 1rem;
}

@media print, screen and (min-width:768px) {
    #message h2 {
        margin-bottom: 6rem;
    }

    #message .mess_ph {
        float: right;
        margin: 0 0 20px 20px;
    }

    #message .mess_txt {
        width: 700px;
        margin: 0 auto;
    }
    #message .mess_txt p strong {
        font-size: 2.4rem;
        margin-bottom: 4rem;
        display: block;
    }
    #message .mess_txt .sign {
        font-size: 2.8rem;
    }
}

/* outline
------------------------------------------------------*/
#outline .outline_pic {
	background: #e6e6e6;
	padding: 1rem;
	text-align: center;
	margin-bottom: 1rem;
}

/* suppliers
------------------------------------------------------*/
#suppliers ul {
    border-left: 48px solid #e6e6e6;
    line-height: 1.2;
}
#suppliers ul li {
    padding: 0.8rem;
}
#suppliers .listcase {
	text-align: right;
}

@media print, screen and (min-width:768px) {
    #suppliers .flexbox {
        justify-content: center;
    }
    #suppliers ul {
        margin: 0 20px;
    }
	#suppliers .listcase {
		width: 90%;
		margin: 0 auto;
	}
}</pre></body></html>