@charset "utf-8";
.page_title {
    color: #612e00;
    text-align: center;
    margin-bottom: 30px;
}

.title_midden {
    margin: 0;
    padding: 0;
    font-weight: 400;
    font-size: 22px;
    display: inline-flex;
    letter-spacing: 1px;
}

.title_midden:before {
    content: url('../../images/title_doll.png');
    display: inline-block;
}

.title_midden .title_p {
    margin-bottom: 0;
    padding-top: 1.5em;
}

.title_p .title_colorfont {
    display: inline-block;
    vertical-align: 3px;
    font-size: 26px;
    margin: 0;
}

.enSpan {
    font-size: 13px;
    text-transform: lowercase;
    display: block;
    margin-left: 3px;
    text-align: right;
}

.title {
    margin-bottom: 20px;
    font-size: 22px;
    font-weight: 400;
    color: #ffffff;
    display: inline-block;
    background: #bcb092;
    padding: 5px;
}

.title_inside {
    margin: 0 0 20px;
    font-size: 18px;
    font-weight: 400;
    color: #337ab7;
}

.company_info p {
    margin: 0 0 20px;
    line-height: 170%;
    text-indent: 2em;
    font-weight: 300;
}

.news {
    padding: 2em 0;
    border-top: 1px solid #ddd;
    border-bottom: 1px solid #ddd;
}

.news ul {
    margin: 0;
    padding: 0;
    list-style: none;
}

.news li+li {
    border-top: 1px solid #ddd;
}

.news li {
    padding-top: 2em;
    padding-bottom: 2em;
}

.news li:first-child {
    padding-top: 0;
}

.news li:last-child {
    padding-bottom: 0;
}

.titlemark {
    color: #fff8eb;
    background: #bcb092;
    font-weight: 300;
    padding: 3px 15px;
    margin-right: 10px;
}

.news_img {
    background-color: #fff;
    padding: 10px;
    border-radius: 5px;
    border: 1px solid #ddd;
}

.news_img p {
    margin: 0;
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
}

.news .date {
    color: #612e00;
    font-size: 18px;
}

.newsBox_title {
    font-size: 24px;
    line-height: 30px;
    color: #ccb6a2;
    margin: 5px 0 8px;
    font-weight: 300;
    padding-left: 30px;
    position: relative;
}

.newsBox_title:before {
    content: '\2023';
    display: inline-block;
    margin-left: 10px;
    color: #ccb6a2;
    font-size: 34px;
    position: absolute;
    top: -1px;
    left: 0;
}

.newsBox_title a {
    color: #ccb6a2;
}

.newsBox_title a:hover {
    color: #988778;
}

.textbox {
    overflow: hidden;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    line-height: 26px;
    height: 52px;
}

.more {
    text-align: -webkit-right;
}

.more a {
    color: #fff;
    width: 80px;
    text-align: center;
    display: block;
    padding: 5px;
    line-height: 16px;
    letter-spacing: 1px;
    background: #333;
    transition: background .2s linear;
    -webkit-transition: background .2s linear;
    -o-transition: background .2s linear;
}
.more a:hover{
	background: #a1937c;
}
.
