@charset "utf-8";
/***********共通コンテンツ*********/
.category_osato_info .osato_information{
    padding: 4rem 0rem;
}
.category_osato_info .com_inner_content{
    border-top: none;
    padding-top: 1rem;
}
.category_osato_info .list_item{
    position: relative;
    padding: 1rem 1.4rem;
    border-bottom: 1px solid #cecece;
}
.category_osato_info .list_item::after{
    content: '';
    position: absolute;
    display: inline-block;
    width: 0.65rem;
    height: 0.65rem;
    right: 0.93rem;
    top: 50%;
    border-top: 2px solid #4494d5;
    border-right: 2px solid #4494d5;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
}
.category_osato_info .update_area{
    display: flex;
    height: 1.8rem;
    margin-bottom: 0.8rem;
    align-items: center;
    justify-content: flex-start;
}
.category_osato_info .update_area .update_text{
    line-height: 1.8rem;
    font-size: 1.2rem;
    color: #676767;
}
.category_osato_info .update_area .par-news_label {
	display: block;
	margin-left: 0.8rem;
}
.category_osato_info .link_area .news_link{
    display: inline-block;
    height: 100%;
    font-size: 1.2rem;
    font-weight: bold;
}
.category_osato_info .link_area .news_text{
    display: inline-block;
    height: 100%;
}
.category_osato_info .link_area a .news_text{
    text-decoration: underline;
}


/***********記事詳細***********/
.category_osato_info .par-title01{
    padding: 0.9rem 0.8rem 0.9rem 2.8rem;
}
.category_osato_info .par-title01.left_triangle:before {
	border: 0px;
	width: 2rem;
	height: 100%;
	background: url(/cdn/sp/images/common/blue_triangle.png) no-repeat;
	background-size: 2.1rem 100%;
}
.category_osato_info .kiji_contents_wrapper{
    padding: 2rem;
}
.category_osato_info .kiji_contents_inner {
	line-height: 1.6;
}
.category_osato_info .return-botton{
    text-align: center;
    padding-bottom: 4rem;
}
.category_osato_info .return-botton .par-btn01{
    border: 1px solid#757575;
    color: #757575;
    width: 16.2rem;
    line-height: 1.4;
}
.category_osato_info .return-botton .par-btn01.left_arrow::before{
    border-color:#757575;
}
