.l-main:not(.p-home) {
    background-color: #ffeee9;
}

.p-article__title, 
.p-archive__title, 
.p-news__title, 
.p-event__title, 
.p-recruit__title {
    color: #ff6024;
}

.l-gnav-list__item:not(.mypage)>a>span:after {
    background: #ff6024;
}

.c-breadcrumb-list__item>a:after {
    border-top: 1px solid #ff6024;
    border-right: 1px solid #ff6024;
}

.c-user-content h3:before {
    background-color: #ff6024;
}

.c-user-content h4:after{
    background-color: #ff6024;
}

.c-btn-primary,
.c-btn-primary:hover{
    background-color: #ff6024;
}

.c-btn-secondary,
.c-btn-secondary:hover{
    background-color: #239b5f;
    color:#FFF !important;
}

.p-search-widget-checkbox-list__item a {
    color: #ff6024;
}

.p-search-widget__sub-heading > a, .p-wis-recruit-detail__heading > a {
    background: #ffeee9;
}

.p-search-widget__content p a {
    color: #ff6024;
}

.p-search-widget-toggle-checkbox a {
    border: 1px solid #ff6024;
}

.p-search-widget-toggle-checkbox a:hover{
    background: #ff6024;
}

.l-footer-info > dl {
    font-size: 1.4rem;
}

.p-top-main-content .p-section__heading {
    text-align: center;
    font-size: 3.2rem;
    margin:0;
    padding-top:4rem;
}

.p-top-main-content .p-section__heading span{
    display: inline-block;
    border-bottom:solid 1px #239b5f;
    padding-bottom:1rem;
}

.p-top-main-content{
    background-color: #ebf7e6;
}

.p-top-main-content .row{
    padding:2rem 0;
}

.p-top-main-content__item{
    margin:2rem 0;
}

.p-top-main-content__item-heading{
    font-size: 1.8rem;
    line-height: 1.3;
    margin: 2rem 0;
    text-align: center;
}

.p-top-main-content__item-description {
    font-size: 1.4rem;
}

.p-top-main-content__item a {
    display: block;
}

.c-jumbotron-search {
    background: #ffeee9;
}

.p-search-widget__header {
    border-bottom: 1px solid #ff6024;
}

.p-search-widget__submit {
    background: #ff6024;
}

.p-top-sms{
    background-color: #ebf7e6;
    padding: 5rem 0;
}

.p-top-sms .-hs a{
    background-color: #239b5f;
    color: #FFF;
}

.p-top-sms__item > a::after {
    border-top: 1px solid #ebf7e6;
    border-right: 1px solid #ebf7e6;
}

.l-header__sp-menu-btn {
    background-color: #ff6024;
}

.l-sp-nav-list {
    background: #ffeee9;
    border-top: 1px solid #f0d9d3;
}

.l-sp-nav-list__item:nth-of-type(2n-1) {
    border-right: 1px solid #f0d9d3;
}

.l-sp-nav-list__item {
    border-bottom: 1px solid #f0d9d3;
}

.l-sp-nav-list__item:after {
    border-top: 1px solid #ff6024;
    border-right: 1px solid #ff6024;
}

.c-user-content h2 {
    background-color: #ffeee9;
    border-bottom: 2px solid #ff6024;
}

.c-movie-search {
    background: #ffeee9;
    padding: 3.6rem 5.6rem;
}

.c-movie-search select{
    background-color: #FFF;
    width:100%;
    padding:1rem;
}
@media only screen and (max-width: 575px){
    .c-movie-search {
        padding: 2.5rem 2.5rem;
    }
}

.p-movie-list{
    background-color:#ebf7e6;
    padding:5rem 0;
}


.p-movie-list h3.p-article__title{
    margin-bottom: 4.8rem;
    font-size: 3.0rem;
    font-weight: bold;
    line-height: 1.2;
    color: #239b5f;
}

.p-movie-list .c-user-content h4{
    position:relative;
    margin:1.5em 0 1em;
    padding-bottom:0.5em;
    font-size:2.0rem;
    line-height:1.2;
}
@media only screen and (max-width: 991px){
    .p-movie-list .c-user-content h4{
        font-size:2.0rem;
    }
}

@media only screen and (max-width: 575px){
    .p-movie-list .c-user-content h4{
        font-size:1.8rem;
    }
}

.p-movie-list .c-user-content h4:before{
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    z-index:2;
    width:100%;
    height:1px;
    background-color:#ddd;
}

.p-movie-list .c-user-content h4:after{
    content:"";
    display:block;
    position:absolute;
    bottom:0;
    left:0;
    z-index:3;
    width:100px;
    height:1px;
}

.p-movie-list .c-user-content h4:after{
    background-color: #239b5f
}

.p-movie-list .c-user-content h3+h4{
    margin-top:0.75em;
}


