@charset  "UTF-8";

body {
    word-wrap: break-word;
    overflow-wrap: break-word;
/*font-family:Meiryo, メイリオ;*/
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"ＭＳ Ｐゴシック","MS PGothic",Arial,sans-serif;
}

dd,dt,dl,p,li,a,h1,h2,h4 {
    font-weight: lighter;
/*font-family:Meiryo, メイリオ;*/
    font-family: "メイリオ","Meiryo","ヒラギノ角ゴ Pro W3","Hiragino Kaku Gothic Pro",Verdana,"ＭＳ Ｐゴシック","MS PGothic",Arial,sans-serif;
}

/*ヘッダーロゴ部分*/
.main-nav p {
    font-size: 18px;
}

@media all and (min-width: 769px) {
    .main-nav li img {
        max-width: 260px;
        height: auto;
        position: relative;
        left: 10px;
        top: 20px;
    }
}

@media all and (max-width: 768px) {
    .main-nav li img {
        max-width: 260px;
        height: auto;
        position: relative;
        left: 10px;
        top: 10px;
    }
}

.main-nav ul {
}

.main-nav li:first-child {
    margin-right: auto;
    line-height: 60px;
}

.main-nav li:last-child {
    text-align: right;
    margin-top: 5px;
    margin-right: 25px;
    font-size: 16px;
}

.main-nav li {
    list-style-type: none;
}

/*検索窓デザイン(768px以下で表示場所をdiplay:noneで変更)*/
dl.search2 {
    position: relative;
    background-color: #fff;
    border: 1px solid #aaa;
    border-radius: 2px;
}

dl.search2 dt input {
    height: 30px;
    line-height: 30px;
    background: none;
    border: none;
    width: 220px;
    color: #000;
    font-size: 18px;
}

dl.search2 dd {
    position: absolute;
    top: 0;
    right: 0;
}

dl.search2 dd button {
    display: block;
    padding: 5px;
    background: none;
    border: none;
}

dl.search2 dd button span {
    display: block;
    width: 30px;
    height: 30px;
    background: url(../images/search_ic.png) no-repeat scroll 0 0;
    background-size: 22px;
}

.arrow-design {
    font-size: 28px;
    color: #00918d;
    text-shadow: -1px -1px #ffffff,1px -1px #ffffff,-1px 1px #ffffff,1px 1px #fff;
}

/*検索窓デザイン(768px以下で表示場所をdiplay:noneで変更)終わり*/
/*768px以下の時のみ表示*/
@media all and (min-width: 769px) {
    .three-menu {
        display: none;
    }
}

@media all and (max-width: 768px) {
    .three-menu {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: #19689F;
    }

    .three-menu ul {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .three-menu ul li {
        width: 33%;
        list-style-type: none;
        text-align: center;
        color: #fff;
        border-right: #00544b 1px solid;
        font-size: 20px;
    }

    .three-menu ul li:last-child {
        border-right: #00544b 0 solid;
    }

    .three-menu ul li a {
        display: block;
        color: #fff;
        font-family: メイリオ,Meiryo,Osaka,"ＭＳ Ｐゴシック","MS PGothic",sans-serif,游ゴシック,YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro";
        font-weight: 700;
    }

    .three-menu ul li:hover {
        background: rgba(255,255,255,0.5);
    }

    .three-menu ul li a:hover {
        text-decoration: none;
        color: #fff;
    }
}

/*768px以下の時のみ表示終わり*/
/*pcサイズ*/
@media all and (min-width: 769px) {
    .main-nav {
        display: flex;
        height: 80px;
        width: 100%;
    }

    .main-menu li:last-child {
        display: none;
    }

    /*ヘッダーロゴ部分*/
    .main-menu {
        width: 100%;
        height: 60px;
        line-height: 60px;
        background: #19689F;
    }

    .main-menu ul {
        display: flex;
        justify-content: center;
        padding: 0;
    }

    .main-menu ul li:first-child {
        border-left: #00544b 1px solid;
    }

    .main-menu ul li {
        width: 200px;
        list-style-type: none;
        text-align: center;
        color: #fff;
        border-right: #00544b 1px solid;
        font-size: 20px;
    }

    .main-menu ul li a {
        display: block;
        color: #fff;
        font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
        font-weight: 700;
    }

    .main-menu ul li:hover {
        background: rgba(255,255,255,0.5);
    }

    .main-menu ul li a:hover {
        text-decoration: none;
        color: #fff;
    }

    /*重要なお知らせ部分*/
    .important {
        margin-top: 50px;
        height: 95px;
        border: #ff0051 3.5px solid;
        border-radius: 6px 5px 5px 6px;
        margin-left: 10px;
        margin-right: 10px;
    }

    .important-info {
        margin-top: -0;
        margin-left: -17px;
        background: #ff0051;
        max-width: 177px;
        border-radius: 5px 0 0 5px;
        color: #fff;
        text-align: center;
        padding-top: 35px;
        font-size: 16px;
        height: 92px;
    }

    .important-position {
        position: absolute;
        left: 190px;
    }

    .important-info span {
        text-align: center;
    }

    .important-link img {
        margin-bottom: 7px;
    }

    .important-link {
        max-width: 900px;
        padding-top: 10px;
    }

    .important-link ul {
        float: left;
    /*padding-left: -20px;*/
    }

    .important-link li {
        list-style-type: none;
        font-family: "メイリオ",sans-serif;
    }

    .important-link li a {
        font-size: 16px;
    }

    /*重要なお知らせ部分終わり*/
    .info-news {
        margin-top: 80px;
    }

    /*スクロールトップ*/
    .scroll-top {
        margin-top: 50px;
        width: 160px;
        height: 45px;
        line-height: 45px;
        border: #efefef 1px solid;
        border-radius: 5px 5px 0 0;
        background: #f9f9f9;
        float: right;
    }

    .scroll-top a {
        text-decoration: none;
    }

    .scroll-top p {
        text-align: center;
        font-size: 16px;
    }

    /*スクロールトップ終わり*/
    .contact-cover {
        height: 320px;
        width: 100%;
        background: #f8edcd;
        padding-bottom: 50px;
    }

    /*フッターナビ*/
    .footer-nav {
        background: #19689F;
    }

    .footer-nav ul {
        display: flex;
        height: 60px;
        width: 100%;
        margin-bottom: -20px;
        padding: 0 0 0 10px;
    }

    .footer-nav ul li {
        padding-top: 20px;
        width: 130px;
        height: 60px;
        text-align: center;
        list-style-type: none;
        font-size: 15px;
    }

    .footer-nav ul li a {
        color: #fff;
        text-decoration: none;
    }

    .footer-nav ul li:last-child {
        margin-left: auto;
        width: 300px;
        font-size: 12px;
    }

    /*フッターナビ終わり*/
    /*改行コード非表示*/
    .chenge-line {
        display: none;
    }
}

/*pcサイズ終わり*/
/*タブレット以下サイズ*/
@media all and (max-width: 768px) {
    .main-nav {
        display: flex;
        height: 60px;
        width: 100%;
    }

    /*検索ボックスpc版非表示*/
    .main-nav li:last-child {
        display: none;
    }

    .warpper {
        max-width: 768px;
    }

    .button-toggle {
        position: absolute;
        right: 8px;
        top: 8px;
        width: 60px;
        height: 58px;
        color: #333;
        line-height: 50px;
        border-radius: 4px;
        cursor: pointer;
        font-size: 16px;
        background-image: url(../images/btn_menu-01.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50px;
        border: 1px solid #ccc;
    }

    .button-toggle.active {
        position: absolute;
        right: 8px;
        top: 8px;
        width: 60px;
        height: 58px;
        color: #333;
        line-height: 50px;
        border-radius: 4px;
        text-align: center;
        cursor: pointer;
        font-size: 16px;
        background-image: url(../images/btn_menu-01-close.png);
        background-repeat: no-repeat;
        background-position: center;
        background-size: 50px;
        border: 1px solid #ccc;
    }

    .main-menu {
        display: none;
        position: absolute;
        top: 70px;
        left: 0;
        width: 100%;
        background: #19689F;
        color: #fff;
        overflow: hidden;
        z-index: 9999;
    }

    .main-menu ul li {
        float: left;
        max-width: 50%;
        width: 100%;
        height: 50px;
        line-height: 50px;
        box-sizing: border-box;
        padding-left: 7px;
        border-bottom: #00544b 1px solid;
        border-right: #00544b 1px solid;
    }

    .main-menu ul li:last-child {
        padding-top: 10px;
        float: left;
        max-width: 100%;
        width: 100%;
        box-sizing: border-box;
        padding-left: 7px;
        border-right: #00544b 0 solid;
    }

    .main-menu ul li:hover {
        background: rgba(255,255,255,0.5);
    }

    .main-menu ul li a:hover {
        text-decoration: none;
        color: #fff;
    }

    .main-menu ul li p {
        font-size: 18px;
    }

    .main-menu ul li a {
        display: block;
        color: #fff;
        text-decoration: none;
        height: 50px;
        line-height: 50px;
        font-size: 20px;
        font-family: "游ゴシック",YuGothic,"ヒラギノ角ゴ Pro","Hiragino Kaku Gothic Pro","メイリオ","Meiryo",Osaka,'ＭＳ Ｐゴシック','MS PGothic',sans-serif;
        font-weight: 700;
    }

    .important-position {
        margin-top: 10px;
    }

    .info-news {
        margin-top: 0;
    }

    /*重油おなお知らせ*/
    /*相殺*/
    .important-top .col-xs-12,.important-top .col-sm-12 {
        overflow: hidden;
        width: 108%;
        margin-left: -15px;
    }

    .important-link {
        font-size: 16px;
    }

    .important-info {
        padding-left: 5px;
        width: 100%;
        height: 35px;
        line-height: 35px;
        background: #ff0051;
        color: #fff;
        font-size: 16px;
    }

    /*重要おなお知らせ終わり*/
    /*スクロールトップ*/
    /*相殺*/
    .scroll-top {
        overflow: hidden;
        width: 100%;
    }

    .scroll-top {
        height: 40px;
        line-height: 40px;
        border-top: #e8e8e8 1px solid;
        background: #f9f9f9;
    }

    .scroll-top p {
        text-align: center;
        font-size: 16px;
    }

    /*スクロールトップ終わり*/
    /*フッターナビ*/
    .contact-cover {
        height: 340px;
        width: 100%;
        background: #f8edcd;
        padding-bottom: 50px;
    }

    .footer-nav {
        background: #19689F;
    }

    .footer-nav ul {
        height: auto;
        width: 100%;
        margin-bottom: -20px;
    }

    .footer-nav ul li {
        line-height: 55px;
        padding-left: 15px;
        width: 100%;
        height: 55px;
        text-align: left;
        list-style-type: none;
        font-size: 16px;
        border-bottom: #00544b 1px solid;
    }

    .footer-nav ul li:hover {
        background: rgba(255,255,255,0.5);
    }

    .footer-nav ul li a:hover {
        text-decoration: none;
        color: #fff;
    }

    .footer-nav ul li a {
        color: #fff;
    }

    .footer-nav ul li:last-child {
        width: 100%;
        font-size: 14px;
        text-align: center;
    }/*フッターナビ終わり*/

}

/*タブレット以下サイズ終わり*/
/*スマホ、PC共通*/
.information img {
    margin-bottom: 5px;
}

.information li {
    font-size: 16px;
}

.information h2 {
    border-left: #19689F 3px solid;
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 0 8px;
}

.information h2 span {
    width: 90px;
    height: 35px;
    line-height: 35px;
    border: #ececec 1px solid;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    float: right;
    font-size: 18px;
    text-align: right;
    font-size: 16px;
    text-align: center;
}

.information p {
    font-size: 16px;
}

.information dl {
    margin-top: 30px;
}

.information dd {
    margin-top: 10px;
}

.information dt {
    padding-left: 20px;
    border-bottom: #e9e9e9 1px dotted;
}

.news-release img {
    margin-bottom: 5px;
}

.news-release li {
    font-size: 16px;
}

.news-release h2 {
    border-left: #19689F 3px solid;
    font-size: 24px;
    font-weight: 700;
    padding: 0 0 0 8px;
}

.news-release h2 span {
    width: 90px;
    height: 35px;
    line-height: 35px;
    border: #ececec 1px solid;
    border-radius: 5px 5px 5px 5px;
    background: #fff;
    float: right;
    font-size: 18px;
    text-align: right;
    font-size: 16px;
    text-align: center;
}

.news-release p {
    font-size: 16px;
}

.news-release dl {
    margin-top: 30px;
}

.news-release dd {
    margin-top: 10px;
}

.news-release dt {
    padding-left: 20px;
    border-bottom: #e9e9e9 1px dotted;
}

.news-release dt:last-child {
    padding-left: 20px;
}

/*スマホ、PC共通終わり*/
.contactform p {
    font-size: 22px;
    text-align: center;
}

.contact-top {
    padding-top: 45px;
    margin-bottom: 45px;
}

.contact-under {
}

.contact {
    max-width: 508px;
    height: 60px;
    background-color: #ffd400;
    border-radius: 4px;
    box-shadow: 0 4px 0 rgba(211,165,0,0.9);
    color: #222;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    margin: 10px auto;
    padding: 10px 0;
}

.contact a {
    line-height: 40px;
    color: #222 !important;
    font-weight: 700;
    font-size: 16px;
    display: block;
    text-decoration: none;
}

.contact span {
    float: right;
    padding-right: 20px;
}

.tour {
    max-width: 508px;
    height: 60px;
    background-color: #ffd400;
    border-radius: 4px;
    box-shadow: 0 4px 0 rgba(211,165,0,0.9);
    color: #222;
    display: block;
    font-size: 18px;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    margin: 10px auto;
    padding: 10px 0;
}

.tour a {
    line-height: 40px;
    color: #222;
    font-weight: 700;
    font-size: 16px;
    display: block;
    text-decoration: none;
}

.tour span {
    float: right;
    padding-right: 20px;
}

/*フッター*/
/*会社概要の下テーブル*/
.under-table {
    width: 100%;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}

.under-table th {
    padding: 6px 8px 5px;
    border-top: 1px solid #ddd;
    width: 25%;
    overflow: hidden;
    color: #333;
    font-style: normal;
    font-weight: 700;
    font-size: 16px;
    text-align: left;
    word-break: break-all;
    word-wrap: break-word;
    vertical-align: top;
}

.under-table td {
    padding: 5px 10px;
    text-align: left;
    vertical-align: top;
    color: #333;
    background-color: #fff;
    border-top: 1px solid #ddd;
    overflow: hidden;
    word-break: break-all;
    word-wrap: break-word;
}
