<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : 2017/01/10, 17:39:45
    Author     : harushiiba
*/

* {
    color: #595757;
/*    letter-spacing: 0.03em;*/
}
header {
    height: 100px;
    margin: 0px auto;
}
footer,
div#main_wrapper,
header,
div#home_header_wrapper {
    width: 100%;
}

footer div#footer,
div#main_wrapper div#main,
div#home_header_wrapper div#home_header {
    width: 1240px;
    margin: 0px auto;
}
div#main_wrapper div#main {
    margin-top: 30px;
}
div#home_header_wrapper {
    position: relative;
}
div.content_box {
    padding: 30px 150px;
}
div.content_box h1 {
    text-align: center;
    padding-bottom: 8px;
    border-bottom: 2px dotted #666;
    margin-bottom: 0px;
}

footer {
    background-color: #eff5ef;
    padding: 10px 0px;
}
footer div#footer {
    text-align: center;
    font-size: 15px;
}

p.content_detail_text {
    text-align: center;
    margin-bottom: 50px;
}

div.content_wrappper {
    padding: 30px 20px;
}

div#service_content {
    display: table;
}

div#service_content div.cell_box {
    display: table-cell;
    width: 28%;
    vertical-align: top;
    margin: 0px auto;
}
div#service_content div.cell_box div.service_content_header {
    background-image: url('../images/home/ribbon2.png');
    height: 58px;
    width: 290px;
    background-repeat: no-repeat;
    display: table;
}
div#service_content div.cell_box div.service_content_header p {
    text-align: center;
    color: #036eb8;
    display: table-cell;
    vertical-align: middle;
}
div#service_content div.cell_box div.service_content_content {
    background-image: url('../images/home/ribbon3.png');
    background-repeat: no-repeat;
    width: 290px;
    height: 310px;
    padding: 20px;
    box-sizing: border-box;
    margin-top: 8px;
}
div#service_content div.cell_box div.service_content_content ul {
    padding: 0px;
    margin: 0px;
    width: 100%;
}
div#service_content div.cell_box div.service_content_content ul li {
    width: 90%;
    margin: 10px auto;
    font-size: 15px;
    line-height: 1.5em;
    
    list-style-type: none;
}
div#service_content div.cell_box div.service_content_content ul li:before {
    content: '';
    width: 3px;
    height: 3px;
    display: inline-block;
    border-radius: 100%;
    background: #595757;
    position: relative;
    left: -15px;
    top: -3px;
}

table#company_table {
    width: 910px;
    margin: 0px auto;
    font-size: 14px;
    border-collapse: separate;
    border-spacing: 5px;
}
table#company_table th {
    background-image: url('../images/home/ribbon4.png');
    background-repeat: no-repeat;
    width: 165px;
    height: 58px;
    font-weight: normal;
    color: #036eb8;
}

table#company_table td {
    background-image: url('../images/home/ribbon5.png');
    background-repeat: no-repeat;
    width: 715px;
    height: 58px;
    padding-left: 50px;
}

div#home_header {
    background-image: url('../images/home/back.jpg');
    background-repeat: no-repeat;
    width: 1240px;
    height: 524px;
    margin: 0px auto;
    z-index: 100;
    position: relative;
}

div#home_header div#home_header_content {
    position: absolute;
    top: 100px;
    left: 620px;
    width: 450px;
}
div#home_header div#home_header_content div#home_header_text {
    margin-top: 12px;
}
div#home_header div#home_header_content div#home_header_text ul {
    padding: 0px;
    margin: 0px auto;
    display: block;
    width: 270px;
}
div#home_header div#home_header_content div#home_header_text ul li {
    background-image: url('../images/home/ribbon1.png');
    background-repeat: no-repeat;
    width: 270px;
    height: 37px;
    margin-bottom: 10px;
    list-style-type: none;
    text-align: center;
    box-sizing: border-box;
    padding-top: 8px;
}

div#home_header div#home_header_content div#home_header_text ul li a {
    text-decoration: none;
    color: #036eb8;
    font-size: 15px;
}



div#home_header_right,
div#home_header_left {
    width: 50%;
    height: 524px;
    position: absolute;
    top: 0%;
    left: 0%;
    background-image: url('../images/home/back_l.jpg');
    background-repeat: repeat-x;
}
div#home_header_right {
    left: 50%;
    background-image: url('../images/home/back_r.jpg');
    background-repeat: repeat-x;
}

div#header_in {
    width: 1000px;
    height: 100px;
    margin: 0px auto;
    position: relative;
}
div#header_in div {
    position: absolute;
}
div#logo_1 {
    width: 164px;
    height: 164px;
    z-index: 1000;
    left: 0%;
    top: 0%;
}
div#logo_2 {
    left: 200px;
    top: 28px;
    width: 160px;
    height: 45px;
}
div#logo_1 a,
div#logo_2 a {
    text-decoration: none;
}
div#contact_info {
    right: 40px;
    top: 15px;
    width: 245px;
    height: 70px;
}

div#phone_box,
div#mail_box {
    display: none;
}

img#catchphrase_image_sp {
    display: none;
}</pre></body></html>