@charset "utf-8";

header .actionMenu.en {
	width:85px;
}
.actionMenu.en ul li {
	width:100%;
}
header .rightPart {
    display: none;
}


#corporateHistory {
    background-color: #f7f7f3;
    padding: 0px 0 90px 0;
}

#corporateHistory .row {
    background-color: #f7f7f3;
    margin-top: 40px;
}

#corporateHistory .halfBlock {
}

#corporateHistory .halfBlock:first-of-type {
    border-right: 1px dotted #989897;
}

#corporateHistory dt, #corporateHistory dd {
    float: left;
}

#corporateHistory dt {
    color: #9cc34d;
    width: 130px;
    border-right: 1px solid #017b3c;
    padding-right: 4%;
}

#corporateHistory dd {
    padding-left: 4%;
    width: calc( 100% - 130px );
}

#location p {
    font-size: 1em;
    text-align: center;
}

#location .ttl {
    color: #9cc34d;
}

#location .row > div {
    border-left: 1px dotted #989898;
    padding-bottom: 30px;
    padding-top: 30px;
}

#location .row:nth-of-type(1) > div {
    border-bottom: 1px dotted #989898;
}

#location .row > div:nth-of-type(1) {
    border-left: 0;
}

@media (max-width: 768px) {

    #location .row:first-of-type > div {
        border-left: 0;
    }

    #location .row > div {
        border-bottom: 1px dotted #989898;
    }

    #location .row:last-of-type > div:last-of-type {
        border-bottom: 0;
    }

}

#product {
    background-color: #f7f7f3;
    padding-bottom: 70px;
}


/* to hide / change */

#firstFooter, #secondFooter > ul {
    display: none;
}
#companyNavWrapper ul li {
    width: 25%;
}
