<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/*------------------------------------------------------------
	コンサルティングページ
------------------------------------------------------------*/

.mainImg02 {
	background: url(../img/consulting/main_bg.png) no-repeat center top;
}

/* general.cssで読み込まれている分の上書き */
#conts .comSection table {
    margin-bottom: 21px;
    width: 100%;
    border-collapse: inherit;
}

#conts .comSection table th {
    width: 13%;
    padding: 10px;
    font-size: 14px;
    text-align: left;
    /* line-height: 1.7; */
    vertical-align: middle;
    border-bottom: 1px solid #B6B6B6;
    border-top: 1px solid #B6B6B6;
}

#conts .comSection table td {
    padding: 10px;
		padding-left: 20px;
    font-size: 12px;
    line-height: 1.7;
    text-align: left;
    position: unset;
    vertical-align: middle;
    border-bottom: 1px solid #B6B6B6;
    border-top: 1px solid #B6B6B6;
}

table.arrowtable {
    margin: 0 auto;
    border-collapse: separate;
    border-spacing: 0px 15px;
    font-size: 12px;
    border-top: 0px;
}

table.arrowtable th {
    background: #444 !important;
    vertical-align: middle !important;
    text-align: left !important;
    width: 100px !important;
    overflow: visible !important;
    position: relative !important;
    color: #fff !important;
    font-weight: normal !important;
		/* padding: 16px 0 15px !important; */
		font-size: 12px !important;
}

table.arrowtable th, table.arrowtable td {
    padding: 10px;
}

table.arrowtable th:after {
    left: 100%;
    top: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
    border-color: rgba(136, 183, 213, 0);
    border-left-color: #444;
    border-width: 10px;
    margin-top: -10px;
}

table.arrowtable td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
}

.service_tel {
    width: 60%;
    margin: 10px 0px 0px 20%;
}

@media print, screen and (min-width: 768px){
.ServiceWrap {
    background: #f9f6e6;
    padding: 20px 20px 20px 20px;
    margin-bottom: 30px;
}
}
</pre></body></html>