/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

    .inyoumoto {
        font-size: 12px;
        color: #a0a0a0;
        word-break: break-all;
        margin-bottom: 30px;
    }
.timearea {
    font-size: 11px;
}

.mv .mv_inner .mv_title {
    margin: 1rem 0 4.5rem 0;
    font-size: 2.5rem;
    padding: 0 6.8rem;
    line-height: 1.5;
    color: #ff9c00;
    position: relative;
}

.lower_bottom {
    margin: 40px 0;
    padding: 2rem;
    background: #f9f2e1;
    border-radius: 5px;
    border-top: 20px solid #f3688f;
}

.lower_bottom .cmn-parts-box .cmn01-catch-copy {
    margin: 0 0 2rem;
    padding: 0 0 1rem;
    color: #f3688f;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.9rem;
    position: relative;
    text-align: center;
}

.column_record {
    border: solid 1px #fcad9d;
    display: block;
    width: 90%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #fff;
}

.column_record ul li {
    padding-left: 22px;
    margin: 0 0 5px;
    position: relative;
        display: block;
    background: none !important;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
}
 .column_record li span {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fdfd85 0%) repeat scroll 0 0;
    font-weight: bold;
    line-height: 1.8;
}
.heading {
    padding: 0rem 1rem!important;
    border-left: 6px double #000!important;
    font-weight: bold!important;
}
ul.column_record li {
    display: block;
    background: none !important;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px !important;
    padding: 0px 0px 5px 0px !important;
    margin-left: 22px !important;
    position: unset !important;
}
 .column_record li:before {
    background: none !important;
    position: initial !important;
 }
.center {
    text-align: center;
}

.timearea {
    margin: -2rem 0 -4.5rem;
}
.knrn {
    margin: 0 auto 7rem;
    border: solid 2px #ffdd9c;
    padding: 2rem;
    width: 95%;
}

.knrn a {
    line-height: 1.5;
    display: block;
    margin: 0 0 5px;
    padding: 0;
    text-decoration: underline;
}

.knrn br {
    display: none;
}

.knrn p {
    font-size: 1.8rem;
    font-weight: bold;
    color: #ff8400;
    margin-bottom: 1rem;
}
.contents-left p.time_function {
    font-size: 12px;
	margin-bottom:0px;
}
/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 480px) {

.timearea {
    margin: 0;
}
        .inyoumoto {
        font-size: 12px;
        color: #a0a0a0;
        word-break: break-all;
        margin-bottom: 30px;
    }
    
    .mv .mv_inner .mv_title {
    margin: 1rem 0 4.5rem 0;
    font-size: 2.1rem;
    padding: 0 6.8rem;
    line-height: 1.5;
    color: #ff9c00;
    position: relative;
}
    .lower_bottom {
    margin: 40px 0;
    padding: 2rem;
    background: #f9f2e1;
    border-radius: 5px;
    border-top: 20px solid #f3688f;
}
    .lower_bottom .cmn-parts-box .cmn01-catch-copy {
    margin: 0 0 2rem;
    padding: 0 0 1rem;
    color: #f3688f;
    font-weight: bold;
    line-height: 1.4;
    font-size: 1.7rem;
    position: relative;
    text-align: center;
}

.column_record {
    border: solid 1px #fcad9d;
    display: block;
    width: 90%;
    margin: auto;
    max-height: 300px;
    overflow-y: scroll;
    padding: 10px;
    background-color: #fff;
}

ul.column_record li {
    display: block;
    background: none !important;
    border-bottom: solid 1px #ff9933;
    margin-bottom: 10px;
    padding: 0px 0px 5px 0px;
    padding-left: 2.2rem;
    position: unset !important;
}

 .column_record li span {
    background: rgba(0, 0, 0, 0) linear-gradient(transparent 40%, #fdfd85 0%) repeat scroll 0 0;
    font-weight: bold;
    line-height: 1.8;
}

.heading{
padding: 0rem 1rem!important;
    border-left: 6px double #000!important;
    font-weight: bold!important;
}
 .column_record li:before {
    background: none !important;
    position: initial !important;
 }
.center {
    text-align: center;
}

}
