@charset "utf-8";

body{
    font-family: "游ゴシック","Yu Gothic","游ゴシック体", YuGothic, sans-serif;
    font-size: 18px;
    line-height: 1.4;
    font-weight: 500;
    letter-spacing: -0.5px;
}
a{
    text-decoration: none;
    color: #000;
}
a:hover{
    text-decoration: none;
    color: #e1172b;
}
a:hover img {
    opacity: 0.6;
}
img{
    vertical-align: bottom;
}
figure{
    margin: 0;
}
figcaption{
}
.pc{
    display: block;
}
.sp{
    display: none;
}
.inner{
    width: 100%;
    max-width: 1000px;
    overflow: hidden;
    margin: 0 auto;
    box-sizing: border-box;
}
.column{
    display:-webkit-box;
    display:-moz-box;
    display:-ms-box;
    display:-webkit-flexbox;
    display:-moz-flexbox;
    display:-ms-flexbox;
    display:-webkit-flex;
    display:-moz-flex;
    display:-ms-flex;
    display:flex;
    -webkit-box-lines:multiple;
    -moz-box-lines:multiple;
    -webkit-flex-wrap:wrap;
    -moz-flex-wrap:wrap;
    -ms-flex-wrap:wrap;
    flex-wrap:wrap;
}
.contents-style{
}
.mg_top_0{
    margin-top: 0 !important;
}
.img_box img{
    width: 100%;
}
.contents-style > .inner{
}
.mg_top_0{
    margin-top: 0 !important;
}
/*====
    タイトル系
=================================*/
h2.cont_title{
    font-size: 30px;
    text-align: center;
    margin-bottom: 40px;
    font-family: "游明朝体", "Yu Mincho", YuMincho, "ヒラギノ明朝 Pro", "Hiragino Mincho Pro", "MS P明朝", "MS PMincho", serif;
    letter-spacing: 0;
}
.sub_title{
    font-size: 16px;
    color: #e1172b;
    display: block;
    padding-top: 10px;
}

.title_border{
    font-weight: bold;
    text-align: center;
    margin-bottom: 40px;
}
.title_border:after{
    content: "";
    width: 54px;
    height: 4px;
    background: #e1172b;
    display: block;
    margin: 10px auto 0;
}
/*====
    リンクボタン系
=================================*/
.link_box{
    text-align: center;
}
.link_box a{
    display: inline-block;
    background: #006538;
    width: 400px;
    height: 64px;
    box-sizing: border-box;
    padding: 15px 0;
}
.link_box span{
    color: #fff;
    font-size: 25px;
    font-weight: bold;
}
.link_box .ico{
    padding: 3px 0;
    padding-left: 55px;
    background-position: left center;
}
.ico_document{
    background: url(../../common/img/pc/ico/ico_document.png) no-repeat;
}
.ico_contact{
        background: url(../../common/img/pc/ico/ico_contact.png) no-repeat;

}
/*================================
    heder
=================================*/
header{
    background: #fff;
    width: 100%;
    padding: 20px 0 30px 0;
}
header .inner{
    overflow: hidden;
}
.header_top{
    overflow: hidden;
}
.logo{
    float: left;
}
.logo p{
    font-weight: bold;
    font-size: 14px;
    padding-bottom: 10px;
}
.logo a{
    display: block;
}
.contents_nav{
    width: 100%;
    margin-top: 18px;
    display: inline-block;
}
.contact_tel{
    width: 288px;
    float: right;
}
.contact_tel h2{
    font-size: 24px;
}
.tel_text{
    font-size: 14px;
    color: #fff;
    background: #231815;
    width: 100%;
    display: block;
    text-align: center;
    padding: 1px 0px 0;
}
.tel_number{
    display: block;
    padding-top: 10px;
}
.contact_tel a{
    width: 100%;
    box-sizing: border-box;
}
.nav_list{
    overflow: hidden;
    display: flex;
    justify-content: space-around;
}
.nav_list li{
    border-right: 1px solid #000;
}
.nav_list li:first-child{
    margin-left: 0;
    border-left: 1px solid #000;
}
.nav_list li a{
    color: #000;
    font-size: 16px;
    font-weight: bold;
    padding: 0px 49.5px;
    width: 100%;
    display: block;
    box-sizing: border-box;
}
.nav_list li a:hover{
    color: #e1172b;
}
.nav_sp{
    display: none;
}

/*================================
    footer
=================================*/
footer{
    background: url(../../common/img/pc/bg/bg_footer.png) no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: -30px;
}
.footer_sp{
    display: none;
}
footer .bg{
    padding: 65px 0 60px;
}

.footer_logo{
    text-align: center;
}
.footer_nav{
    width: 100%;
    margin: 40px 0 60px;
}
.footer_nav ul{

}
.footer_nav li{
    border-left: 1px solid #fff;
    display: inline-block;
}
.footer_nav li:first-child{
    border-left: none;
}
.footer_nav a{
    color: #fff;
    padding: 0 26px;
}
.footer_nav a:hover{
    color: #e1172b;
}
.copyright{
    text-align: center;
    color: #fff;
}
.backtop{
    width: 164px;
    height: 91px;
    position: absolute;
    top: 113px;
    right: -280px;
}
.backtop p{
    background: url(../../common/img/pc/bg/bg_backtop.png) no-repeat;
    background-size: 100%;
    height: 100%;
    width: 100%;
    text-align: center;
}
.backtop a{
    color: #fff;
    display: block;
    height: 100%;
    box-sizing: border-box;
    padding: 55px 0 0;
}
.backtop a span{
    padding-top: 15px;
    background: url(../../common/img/pc/ico/ico_arrow_top.png) no-repeat;
    background-position: top center;
}
/*================================
    #top_cont
=================================*/
#top_cont{
    padding: 120px 0;
}
.top_inf_text{
    text-align: center;
    line-height: 50px;
}
/*================================
    #handling
=================================*/
#handling{
    padding: 0 0 180px;
}
#handling .bg{
    background: url(../../img/pc/top/bg_handling.png) no-repeat;
    background-position: top center;
    background-size: contain;

    padding: 0 0 27px;
}
.handling_oil h2{
    font-size: 25px;
    color: #e1172b;
    margin-bottom: 10px;
}
.handling_oil_list li{
    margin-top: 10px;
    background: url(../../common/img/pc/ico/ico_list.png) no-repeat;
    background-position: left center;
    padding-left: 23px;
}
.handling_oil_list li:first-child{
    margin-top: 0;
}
.inf_box{
    width: 682px;
    margin-top: 20px;
    border: 1px solid #e1172b;
    background: rgba(255,255,255,0.6);
}
.inf_box .inf_inner{
    padding: 20px;
    box-sizing: border-box;
}
.oil_inf_list li{
    margin-top: 17px;
}
.oil_inf_list li:first-child{
    margin-top: 0;
}
.oil_inf_list dl{
    display: table;
}
.oil_inf_list dt{
    display: table-cell;
    color: #fff;
    background: #231815;
    padding: 5px 10px;
    width: 74px;
    text-align: center;
    box-sizing: border-box;
}
.oil_inf_list dd{
    display: table-cell;
    padding-left: 10px;
}
/*================================
    #oil
=================================*/
#oil{
    background: url(../../common/img/pc/bg/bg_oil.png) no-repeat;
    background-position: top center;
    position: relative;
    background-size: cover;
}
#oil:before{
    content: "";
    background: url(../../common/img/pc/ico/ico_oil.png) no-repeat;
    width: 60px;
    height: 142px;
    position: absolute;
    top: -85px;
    left: 50%;
    margin-left: -30px;
}
#oil .bg{
    padding: 140px 0 80px;
}
#oil h3{
    font-size: 25px;
    color: #735da5;
    margin-bottom: 10px;
}
#oil .cont_text{
    text-align: center;
}
.oil_contlist{
    margin-top: 40px;
}
.oil_contlist .cont_block{
    margin-top: 40px;
}
.oil_contlist figure{
    overflow: hidden;
}
.oil_contlist figcaption{
    float: left;
    width: 62%;
    padding-right: 3%;
}
.oil_contlist .img_box{
    float: right;
    max-width: 350px;
    width: 35%;
}
/*================================
    #dl
=================================*/
#dl{
    /*background: url(../../common/img/pc/bg/bg_dl.png) no-repeat;*/
    background-position: top center;
    background-size: cover;
}
#dl .bg{
    padding: 100px 0;
}
.dl_box{
    text-align: center;
}
.dl_box p{
    font-weight: bold;
    padding-bottom: 20px;
}
..dl_box .link_box{
    margin-bottom: 40px;
}
.dl_inf{
    border: 1px solid #e1172b;
    padding: 40px;
    box-sizing: border-box;
    margin-top: 50px;
}
/*================================
    #company_inf
=================================*/
#company_inf{
    background: url(../../common/img/pc/bg/bg_company_inf.jpg) no-repeat;
    background-position: top center;
    background-size: cover;
}
#company_inf .bg{
    padding: 100px 0 130px;
}
.table_list li{
    border-bottom: 1px solid #e1172b;
}
.table_list dl{
    display: table;
    padding: 20px 0;
    width: 100%;
    //font-weight: normal;
}
.table_list dt{
    width: 30%;
    text-align: center;
    display: table-cell;
}
.table_list dd{
    width: 70%;
    display: table-cell;
}
/*================================
    #access_inf
=================================*/
#access_inf{
    background: url(../../common/img/pc/bg/bg_access_inf.png) no-repeat;
    background-position: top center;
    background-size: cover;
    margin-top: -30px;
}
#access_inf .bg{
    padding: 100px 0 110px;
}
#access_inf .cont_block{
    overflow: hidden;
}
.access_imglist{
    width: 45.1%;
    float: left;
    padding-top: 23px;
}
.access_imglist ul{
    margin: -7.5px;
    overflow: hidden;
}
.access_imglist li{
    margin: 7.5px;
    float: left;
}
.access_map{
    width: 50%;
    float: right;
    font-size: 16px;
}
.access_map figcaption{
    padding-top: 40px;
    position: relative;
}
.access_map a{
    position: absolute;
    top: 38px;
    right: 0;
    text-decoration: underline;
    padding-right: 20px;
    background: url(../../common/img/pc/ico/arrow_right.png) no-repeat;
    background-position: right 0px center;
}
#access_inf .link_box{
    margin-top: 50px;
}


/*===============================================
●tablet.css 画面の横幅が750pxまで
===============================================*/
@media screen and (max-width: 750px){
    body{
        font-size: 16px;
    }
    .wrapper{
        width: 100%;
        overflow: hidden;
    }
    .inner{
        width: 100%;
        padding: 20px;
    }
    img{
        max-width: 100%;
        height: auto;
        width /***/:auto;　
    }
    .pc{
        display: none;
    }
    .sp{
        display: block;
    }
    #main{
        margin-top: 77px;
    }
    h2.cont_title {
        font-size: 24px;
        margin-bottom: 20px;
    }
    .sub_title {
        font-size: 14px;
    }
    .link_box a {
        display: block;
        width: 100%;
        height: 40px;
        padding: 30px 0;
		line-height: 0;
    }
    .link_box .ico {
        padding-left: 40px;
    }
    .link_box span {
        font-size: 16px;
    }
    .ico_document {
        background-size: 20px;
    }
    .ico_contact {
        background-size: 30px;
    }
    .title_border {
        margin-bottom: 20px;
        font-size: 18px;
    }
/*================================
header
=================================*/
    .nav_pc{
        display: none;
    }
    .nav_sp{
        display: block;
    }
    header {
        padding: 0;
        position: fixed;
        top: 0;
        left: 0;
        z-index: 111;

    }
    header .inner{
        padding: 0;
    }
    .logo {
        float: none;
        margin: 0;
        text-align: center;
        padding: 15px 10px;
    }
    .logo h1{
        width: 100px;
        margin: 0 auto;
    }
    .drawer-hamburger {
        top: 16px;
        padding: 0;
        height: 28px;
    }
    .drawer--right .drawer-hamburger{
        right: 20px;
        top: 30px;
    }
    .drawer--left .drawer-hamburger{
        left: 20px;
        top: 24px;
    }
    .drawer-hamburger-icon,
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        height: 4px;
        background-color: #006538;
    }
    .drawer-hamburger-icon {
        margin-top: 0px;
    }
    .drawer-hamburger-icon:before,
    .drawer-hamburger-icon:after {
        top: -11px;
    }
    .drawer-hamburger-icon:after {
        top: 11px;
    }
    .nav{
        margin: 0;
        padding: 25px 0;
    }
    .nav_list li {
        margin: 0;
        float: none;
        width: 100%;
        text-align: center;
        border-bottom: 1px dashed #e1172b;
    }
    .nav_list li:first-child {
        margin: 0;
    }
    .contents-style > .inner {
        padding: 0 20px;
    }
    .contents_nav {
        display: none;
    }
    .drawer--right.drawer-open .drawer-hamburger {
        right: 88%;
    }
    .drawer--left.drawer-open .drawer-hamburger {
        right: 20px;
        left: auto;
    }
    .drawer-open .drawer-nav {
        width: 100%;
        margin-top: 75px;
        padding-top: 0;
    }
    .nav_list {
        overflow: hidden;
        display: block;
        border-top: 1px solid #e1172b;
    }
    .nav_list li:first-child {
        margin-left: 0;
        border-left: none;
    }
    .nav_list li a {
        color: #000;
        padding: 20px 48px;
    }
/*================================
footer
=================================*/
    .copyright{
        font-size: 14px;
        color: #fff;
        text-align: center;
        padding: 20px 0;
        margin-top: 0;
        position: relative;
        z-index: 3;
    }
    footer{
        padding-bottom: 82px;
    }
    footer .bg {
        padding: 40px 0 0px;
    }
    footer .inner{
        padding: 0 20px;
    }
    .footer_nav {
        margin: 40px 0 20px;
    }
    .footer_nav ul {
        overflow: hidden;
    }
    .footer_nav li {
        border-left: none;
        width: 50%;
        box-sizing: border-box;
        float: left;
        border-top: 1px solid #fff;
    }
    .footer_nav li:first-child,
    .footer_nav li:nth-child(2){
        border-top: none;
    }
    .footer_nav li:nth-child(even) {
        border-left: 1px solid #fff;
    }
    .footer_nav a {
        color: #fff;
        padding: 20px;
        display: table;
        vertical-align: middle;
        box-sizing: border-box;
        text-align: center;
        height: 100%;
        width: 100%;
    }
    .footer_nav a span{
        display: table-cell;
        vertical-align: middle;
        text-align: center;
    }
    .bottom_fixd{
        position: fixed;
        bottom: 0;
        left: 0;
        width: 100%;
    }
    .contact_tel {
        width: 100%;
        float: none;
        background: #fff;
    }
    .tel_text {
        background: #006538;
        padding: 5px 0;
    }
    .tel_number {
        padding: 10px 80px;
    }
    .tel_number img{
        width: 100%;
    }
/*================================
    #top_cont
=================================*/
#top_cont {
    padding: 20px 0;
}
.top_inf_text {
    line-height: 30px;
}
/*================================
    #handling
=================================*/
#handling {
    padding: 0 0 100px;
}
#handling .bg {
    background: url(../../img/pc/top/bg_handling.png) no-repeat;
    background-position: top center;
    background-size: cover;
    padding: 0 0 20px;
}
.handling_oil h2 {
    font-size: 18px;
}
.inf_box {
    width: 100%;
}
.handling_oil_list li {
    padding-left: 20px;
    background-size: 14px;
}
.oil_inf_list li {
    margin-top: 0;
}
.oil_inf_list dl {
    display: block;
}
.oil_inf_list dt {
    display: block;
    width: 100%;
}
.oil_inf_list dd {
    display: block;
    padding: 10px;
}
/*================================
    #oil
=================================*/
#oil .bg {
    padding: 70px 0 20px;
}
.oil_contlist .cont_block {
    margin-top: 20px;
}
.oil_contlist .img_box {
    float: none;
    max-width: 100%;
    width: 100%;
}
.oil_contlist figcaption {
    float: none;
    width: 100%;
    padding: 10px 0 0;
}
#oil h3 {
    font-size: 18px;
}
/*================================
    #dl
=================================*/
#dl .bg {
    padding: 40px 0 20px;
}
.dl_inf {
    padding: 20px;
    margin-top: 30px;
}
/*================================
    #company_inf
=================================*/
#company_inf .bg {
    padding: 40px 0;
}
.table_list dd {
    width: 50%;
}
/*================================
    #access_inf
=================================*/
#access_inf .bg {
    padding: 40px 0;
}
.access_imglist {
    width: 100%;
    float: none;
    padding-top: 0;
}
.access_imglist ul {
    margin: -1%;
}
.access_imglist li {
    margin: 1%;
    width: 48%;
}
.access_map {
    width: 100%;
    float: none;
    margin-top: 30px;
}
.access_map figcaption {
    padding-top: 30px;
}
.access_map a {
    top: 28px;
}
#access_inf .link_box {
    margin-top: 30px;
}
}


/* 20231213追加 */

.txt-green{
    color: #006538;
}

.border-green li{
    border-bottom: 1px solid #006538;
}

.box-green a{
    background: #006538;
}

.dl_inf_green {
    border: 1px solid #006538;
}

.title_border_green::after{
    background: #006538;
}