.page-inner {
    padding: 40px;
    cursor: default;
    overflow-y: auto;
}
#news .entry {
    border-top: solid 1px #DEDEDE;
    margin-top: 2em;
    padding-top: 2em;
    color: #231815;
}
#news .entry:first-child {
    border-top: none;
    margin: 0;
    padding: 0;
}
#news .entry-title {
    font-size: 14px;
    letter-spacing: 0.075em;
}
#news .entry-date {
    font-size: 11px;
    letter-spacing: 0.075em;
    margin-top: 0.5em;
    color: #AAA;
}
#news .entry-body {
    font-size: 13px;
    letter-spacing: 0.075em;
    margin-top: 1em;
}
#news .entry-body a {
    color: #e9bc00;
}
@media screen and (min-width: 861px) {
    #news .entry-body a:hover {
        text-decoration: underline;
    }
}

#about .ceo {
    color: #231815;
}
#about .ceo h2 {
    font-size: 14px;
    letter-spacing: 0.075em;
}
#about .ceo h3 {
    font-size: 11px;
    letter-spacing: 0.075em;
    margin-top: 0.5em;
}
#about .ceo .ceo-body {
    font-size: 13px;
    letter-spacing: 0.075em;
    margin-top: 1em;
    line-height: 1.9em;
}
#about .job,
#about .company {
    margin-top: 3em;
}
#about .job h2,
#about .company h2 {
    font-size: 14px;
    letter-spacing: 0.075em;
}
#about .job-body,
#about .company-body {
    font-size: 13px;
    letter-spacing: 0.075em;
    line-height: 1.75em;
    margin-top: 0.2em;
}
#about .company-map {
    margin-top: 2em;
}
#about .company-map img {
    width: 90%;
    height: auto;
}

#contact {
    padding-top: 30px;
}
#contact .ceo {
    color: #231815;
}
#contact .comingsoon {
    font-size: 14px;
    font-weight: 400;
    color: #717171;
    letter-spacing: 0.075em;
}
#contact .col2 {
    display: flex;
    width: 100%;
    max-width: 640px;
    justify-content: space-between;
}
#contact .col2 div {
    width: calc(50% - 0.4em);
}
#contact .col1 {
    max-width: 640px;
    margin-top: 1.5em;
}
#contact input[type=text],
#contact input[type=email],
#contact input[type=tel],
#contact textarea {
    width: 100%;
    background: #fff5ad;
    padding: 6px 10px;
    line-height: 1.6em;
    border: none;
    appearance: none;
    box-sizing: border-box;
}
#contact textarea {
    height: 120px;
}
#contact input::placeholder {
    color: #231815;
}
#contact input[type=submit] {
    border: none;
    appearance: none;
    width: 100px;
    line-height: 2.6em;
}
#contact .access {
    display: flex;
    max-width: 640px;
    margin-top: 50px;
    justify-content: space-between;
}
#contact .access-info {
    font-size: 14px;
    line-height: 1.7em;
    padding-right: 15px;
    color: #231815;
}
#contact .googlemap {
    margin-top: 40px;
}
#contact .googlemap a {
    font-size: 13px;
    line-height: 1.7em;
    color: #231815;
    display: inline-block;
}
#contact .access-map {
    width: 60%;
    max-width: 300px;
}
#contact .recaptcha {
    margin-top: 1.5em;
    font-size: 12px;
    line-height: 1.6em;
    color: #666;
    text-align: center;
}
#contact a {
    color: #e9bc00;
}
@media screen and (min-width: 861px) {
    #contact a:hover {
        text-decoration: underline;
    }
}