@charset "UTF-8";

/* 各セクションタイトル
============================================ */
h2.group_title_e {
    font-size: 28px;
    text-align: center;
    font-family: 'Oswald', sans-serif;
    font-weight: 400;
    letter-spacing: 0.2em;
    line-height: 1.0;
    padding-top: 100px;
    margin-bottom: 15px;
	color: #0062A0;
}
p.group_title_j {
    font-size: 13px;
    font-weight: 700;
    text-align: center;
    line-height: 1.0;
    margin-bottom: 50px;
}
/* 会社概要
============================================ */
.about-us {
    padding-left: 15px;
    padding-right: 15px;
}
.about-us_table {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.about-us_table tr {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
.about-us_table th {
    width: 19.5%;
    font-weight: 400;
    padding-left: 30px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.about-us_table td {
    padding-top: 10px;
    padding-bottom: 10px;
}
/* アクセス
============================================ */
.access {
    padding-left: 15px;
    padding-right: 15px;
}
.access_wrap {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
p.access_company-name {
    font-size: 18px;
    font-weight: 700;
    margin-bottom: 6px;
}
.access_text_wrap {
    margin-top: 30px;
}
.access_company-name_s {
    font-size: 12px;
}
ul.access_list {
    font-size: 13px;
    line-height: 1.8;
}
.access_table {
    max-width: 1000px;
    margin-left: auto;
    margin-right: auto;
}
.access_table tr {
    border-top: 1px solid #999999;
    border-bottom: 1px solid #999999;
}
.access_table th {
    width: 19.5%;
    font-weight: 400;
    padding-left: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}
.access_table td {
    padding-left: 10px;
	padding-right: 0px;
    padding-top: 10px;
    padding-bottom: 10px;
}


/* ++++++++++++++++++++++++++++++++++++++++++++++++++

　スマートフォン設定

++++++++++++++++++++++++++++++++++++++++++++++++++ */

@media only screen and (max-width: 767px) {
    
    /* 各セクションタイトル
    ============================================ */
    h2.group_title_e {
        font-size: 24px;
        padding-top: 60px;
        margin-bottom: 10px;
    }
    p.group_title_j {
        font-weight: 500;
        margin-bottom: 30px;
    }
    
    /* 会社概要
    ============================================ */
    .about-us {
        padding-left: 25px;
        padding-right: 25px;
        font-size: 12px;
        line-height: 1.6;
    }
    .about-us_table tr {
        border-top: none;
        border-bottom: none;
    }
    .about-us_table th {
        display: block;
        width: 100%;
        font-weight: 500;color: #FFFFFF;
        padding-left: 10px;
        padding-top: 4px;
        padding-bottom: 4px;
        background-color: #999999;
    }
    .about-us_table td {
        display: block;
    }
    
    /* アクセス
    ============================================ */
    .access {
        padding-left: 0;
        padding-right: 0;
    }
    p.access_company-name {
        font-size: 16px;
    }
    .access_text_wrap {
        margin-top: 15px;
        margin-left: 20px;
    }
    .access_table tr {
        border-top: none;
        border-bottom: none;
    }
    .access_table th {
        display: block;
        width: 100%;
        font-weight: 500;
        padding-left: 10px;
        padding-top: 4px;
        padding-bottom: 4px;
    }
    .access_table td {
        display: block;
    }
}