@charset "UTF-8";
/* CSS Document */
#TOPICS-IDX .link-list-03 .img-link-list-03,
#CATEGORY.topics .link-list-03 .img-link-list-03 {
    height: 160px;
		position:relative;
}
#TOPICS-IDX .link-list-03 .img-link-list-03 img,
#CATEGORY.topics .link-list-03 .img-link-list-03 img{
    position: absolute;
    top: -50%;
    bottom: -50%;
    margin: auto;
}


/* 詳細 */

.section-jirei .link-list-02>li>a {
	background-image:url(/imgs/pc/topics/ico_smile_01.png),url(/common/imgs/ico_arw_03.png);
	background-color:#fff;
	background-position: left 20px center, right 24px center;
	background-size: 16px, 1.333em;
	background-repeat: no-repeat, no-repeat;
	padding: 19px 58px 15px 51px;
}
.details .head-article {
    border-bottom: 1px #ccc solid;
    padding-bottom: 1.875em;
    margin-bottom: 3.125em;
}

.details .head-article .txt-date {
    font-size: 0.875em;
    line-height: 1.500em;
    color: #555555;
}
/* wordpress用 */
.details .cnt-article div{
    text-align: center;
}
.details .cnt-article div a {
    background-image: none;
    text-decoration: underline;
}
.details .cnt-article p{
    margin-bottom: 1em;
	line-height: 2em;
	color: #333;
}
.details .cnt-article h3 {
    font-size: 1.375em;
    font-weight: bold;
    color: #000;
    margin-bottom: 1em;
    border-left: #1C2F88 6px solid;
    padding-left: 13px;
	margin-top: 70px;
    line-height: 1.5;
}
.details .cnt-article h4{
    font-weight: bold;
    font-size: 1.2em;
    line-height: 1.6em;
    color: #333333;
    margin: 35px 0 10px;
    padding-left: 13px;
    border-left: #CCC 6px solid;
}
.details .cnt-article h5{
    font-weight: bold;
}
.details .cnt-article a {
    /* background: url(/common/imgs/ico_arw_02.png) no-repeat left center;
    background-size: 0.5em; */
    color: #1C2F88;
    font-weight: bold;
    line-height: 1.5em;
    /* padding-left: 1.375em;
    padding-top: 1px; */
}

.detail .strong {
	font-weight: bold;
}
.detail .alignleft {
	display: inline;
	float: left;
	margin-right: 1.25em;
	padding-bottom: 1.75em;
}
.detail .alignright {
	display: inline;
	float: right;
	margin-left: 1.25em;
	padding-bottom: 1.75em;
}
.detail .aligncenter {
	clear: both;
	display: block;
	margin-left: auto;
	margin-right: auto;
	padding-bottom: 1.75em;
}
.detail .clm-content img {
	margin-bottom: 1em;
}
.details .cnt-article ol,
.details .cnt-article ul,
.detail .cnt-article ol,
.detail .cnt-article ul {
	padding-left: 1.5em;
	margin-bottom: 1.5em;
}
.details .cnt-article ul li,
.detail .cnt-article ul li {
	list-style-type: disc;
}
.details .cnt-article ol li,
.detail .cnt-article ol li {
	list-style-type: decimal;
}

.detail .cnt-article h5,
.detail .cnt-article h6 {
	font-weight: bold;
	padding-bottom: 1.75em;
}
.details .cnt-article table
.detail .cnt-article table {
	width: 100%;
}
.details .cnt-article table th,
.details .cnt-article table td,
.detail .cnt-article table th,
.detail .cnt-article table td {
	border: 1px solid #d5d5d5;
}
.details .cnt-article table th,
.detail .cnt-article table th {
	background-color: #eee;
	padding: 1em;
	vertical-align: top;
	color: #313131;
}
.details .cnt-article table td,
.detail .cnt-article table td {
	padding:1em;
	box-sizing: border-box;
	vertical-align: top;
}
.details .cnt-article table p,
.detail .cnt-article table p {
	padding: 0;
}

.details .cnt-article blockquote {
    position: relative;
    padding: 10px 15px 10px 50px;
    box-sizing: border-box;
    font-style: italic;
    border: 3px solid #EEEEEE;
    color: #464646;
}
.details .cnt-article blockquote:before{
    display: inline-block;
    position: absolute;
    top: 0px;
    left: 0;
    content: "“";
    font-family: Arial;
    color: #1C2F88;
    font-size: 80px;
    line-height: 1;
}
.details .cnt-article blockquote p {
    padding: 0;
    margin: 10px 0;
    line-height: 1.7;
}
.details .cnt-article blockquote cite {
    display: block;
    text-align: right;
    color: #888888;
    font-size: 0.9em;
}

.specialist_box{
    margin-top: 50px;
}
.specialist_box > .tit{
    color: #fff;
    background-color: #1C2F88;
    font-weight: bold;
    display: inline-block;
    padding: 6px 15px 0;
}
.specialist_box .inner_area{
    border:4px solid #1C2F88;
    padding: 30px 30px 20px;
}
.specialist_box .status_area{
    display: flex;
    margin-bottom: 5px;
}
.specialist_box .status_area .img{
    flex-grow: 0;
    flex-shrink: 0;
    width: 250px;
    margin:0 30px 10px 0;
}
.specialist_box .status_area .status{
    flex-grow: 1;
    font-weight: bold;
}
.specialist_box .status_area .status .category,
.specialist_box .status_area .status .name,
.specialist_box .status_area .status .company_name{
    margin-bottom: 10px;
}
.specialist_box .details{
    margin-bottom: 10px;
}
.specialist_box .details .ttl_02{
    font-weight: bold;
    margin-bottom: 5px;
}
@media only screen and (max-width: 640px){
    .specialist_box{
        margin-top: 30px;
        font-size: 4.6875vw;
    }
    .specialist_box .status_area .img{
        width: 35%;
        margin:0 15px 10px 0;
    }
    .specialist_box .status_area .status .category,
    .specialist_box .status_area .status .name,
    .specialist_box .status_area .status .company_name{
        margin-bottom: 5px;
    }
    .specialist_box .inner_area{
        border:4px solid #1C2F88;
        padding: 15px 15px 5px;
    }
}

.category_list{
    border: 1px solid #CCC;
}
.category_list .ttl{
    text-align: center;
    font-weight: bold;
    padding: 10px 0 8px;
}
.category_list ul li{
    border-top: 1px solid #CCC;
}
.category_list ul li a{
    display: block;
    color: #1C2F88;
    background: url(/common/imgs/ico_arw_02.png) no-repeat left 13px center #fff;
    background-size: 0.5em;
    padding: 10px 5px 8px 33px;
}
@media only screen and (max-width: 640px){
    .category_list{
        margin: 0 3%
    }
    .category_list .ttl,
    .category_list ul li a{
        font-size: 4.6875vw;
    }
}

/* SP

----------------------------------------------------------*/
@media only screen and (max-width: 640px) {

/* カテゴリトップ */
#TOPICS-IDX .link-list-04{
	margin-top: 7.813vw;
}
#TOPICS-IDX .link-list-03 .img-link-list-03,
#CATEGORY.topics .link-list-03 .img-link-list-03 {
    height: 13.3922vw;
}


	/* 詳細 */
.details .cnt-article div a {
    background-image: none;
    text-decoration: underline;
    padding-left: 0;
}
.details .head-article .txt-date {
    font-size: 3.7500vw;
}
.details .head-article {
    padding-bottom: 4.6875vw;
    margin-bottom: 9.9750vw;
}

.details .cnt-article h3 {
    font-size: 5vw;
    margin-top: 0;
    margin-bottom: 4.6875vw;
}

.details .cnt-article a {
    display: inline-block;
    /* background: url(/common/imgs/ico_arw_02.png) no-repeat left top 2.0313vw;
    background-size: 0.5em; */
}

.section-jirei .link-list-02>li>a {
	background-image:url(/imgs/pc/topics/ico_smile_01.png),url(/common/imgs/ico_arw_03.png);
	background-color:#fff;
	background-position: left 5.4688vw center, right 5.3125vw center;
	background-size: 3.1250vw, 5.4688vw;
	background-repeat: no-repeat, no-repeat;
	padding: 5.8vw 11.0938vw 4.6063vw 10.9375vw;
}


}

.topics_bnr_area{
    margin: 50px 0;
}
.topics_bnr_area02{
    margin: 30px 0;
}
.pc_inner{
    display: block !important;
}
.sp_inner{
    display: none !important;
}
@media only screen and (max-width: 640px){
    .topics_bnr_area{
        margin: 30px 0;
    }
    .topics_bnr_area02{
        margin: 15px 0;
    }
    .pc_inner{
        display: none !important;
    }
    .sp_inner{
        display: block !important;
    }
}

/* 関連記事 */
.details .cnt-article .sty_related_info{
    margin: 30px 0;
}
.details .cnt-article .sty_related_info p{
    display: none;
}
.details .cnt-article .sty_related_info .inner_wrap{
    display: block;
    overflow: hidden;
    text-align: left;
    border: 1px solid #CCC;
    background-color: #FAFAFA;
}
.details .cnt-article .sty_related_info .img{
    float: left;
    width: 40%;
    margin-right: 3%;
}
.details .cnt-article .sty_related_info .times{
    color: #757575;
    font-size: 12px;
    font-weight: normal;
    text-align: left;
    padding: 2% 3% 5px 0;
    display: none;
}
.details .cnt-article .sty_related_info .ttl{
    overflow: hidden;
    text-align: left !important;
    padding: 2% 3% 5px 0;
}
.details .cnt-article .sty_related_info .ttl a{
    color: #333;
}
.details .cnt-article .sty_related_info .txt{
    text-align: left !important;
    font-weight: normal;
    padding: 0 3% 5px 0;
    margin-left: 3%;
}
@media only screen and (min-width: 641px){
    .details .cnt-article .sty_related_info .ttl a:hover{
        text-decoration: none
    }
    .details .cnt-article .sty_related_info .txt{
        overflow: hidden;
        font-size: 14px;
    }
}
@media only screen and (max-width: 640px){
    .details .cnt-article .sty_related_info{
        margin: 20px 0;
    }
    .details .cnt-article .sty_related_info .times{
        font-size: 3.75vw;
    }
}

.sty_cleaning{
    text-align: center;
    margin-bottom: 50px;
}
@media only screen and (max-width: 640px){
    .sty_cleaning{
        margin-bottom: 10vw;
    }
}

.addtoany_list{
    display: flex;
    align-items: center;
    justify-content: flex-end;
}
.addtoany_content_top{
    margin-bottom: 30px;
    margin-top: -30px;
}
.addtoany_content_bottom{
    margin-top: 50px;
}
@media only screen and (max-width: 640px){
    .addtoany_content_top{
        margin-bottom: 15px;
        margin-top: -15px;
    }
    .addtoany_content_bottom{
        margin-top: 30px;
    }
}