@charset "utf-8";

.header-area__sitename:before {
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 16px;
    padding: 0 1rem;
    line-height: 1.5;
    text-shadow: none;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy p:first-child a:before,
footer .copyright .left a:before,
.footer a:before,
.bottom-area a:before,
.copyright p a:before,
.copyright a:before,
#copyright a:before, 
.Footer a:before,
.foot a:before {
    content: "【PR】";
}
/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/

@media screen and (min-width: 600px) {
/*/////////////PC用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
header .pc_titArea .mainTit span {
    display: block;
    background: url(https://www.asbestos-professor.com/wp/wp-content/uploads/logo_asbestos.png) 0 50% no-repeat;
    background-size: 100px;
    padding: 18px 0 18px 120px;
    font-size: 24px;
    font-weight: bold;
    font-family: "Roboto Slab", Garamond, "Times New Roman", "游明朝", "Yu Mincho", "游明朝体", "YuMincho", "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "HiraMinProN-W3", "HGS明朝E", "ＭＳ Ｐ明朝", "MS PMincho", serif;
    line-height: 3.2rem;
    text-decoration: none;
    color: #444;
}

.caption_scroll {
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;/*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
/* for chrome, safari */
.caption_scroll::-webkit-scrollbar {
    height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.caption_scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}

a.internal-btn {
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight:bold;
	background: #6f6f6f url(img/arrow_white.png) 96% 50% no-repeat;
	background-size: 7px auto;
	padding: 1.2rem 7rem 1.2rem 7rem;
	margin: 40px 0px 0px;
	text-decoration: none;
	display: inline-block;
}

a.internal-btn:hover {
	opacity: 0.7;
}
	.sp_br {
	display: none!important;
}
/*-----PR掲載用（PC）------*/
.pr_wrap .pr_mark{
	position: relative;
	top: -1.3em;
	width: 11%;
	background: #2b9c9e;
	text-align:
	center;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
.centering2 {
    text-align: center;
}
.pr_flame {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1.5em 2em 1.5em;
    border-radius: 8px;
	background-color: #fff;
}
.pr_reason {
	text-align: center;
	font-weight: bold;
    font-size: 1.5em;
    padding: 0.5em 0;
    margin-bottom: 1em;
	color: #054281;
	}
	
.l-sidebar .l-sidebar__main{
	width:100%;
	}

.cf .float-img .flame{
    text-align: center;
}
}



/*----------------------------------------------------
    SPサイトcss
----------------------------------------------------*/

@media screen and (max-width: 599px) {
/*/////////////SP用のCSSをここに作成してください。/////////////*/
/*/////////////必ず中括弧の中に作成してください。/////////////*/
header #sp_titArea .mainTit span {
	padding: 8px 0 8px 50px;
	display: block;
	color: #444;
	background: none;
}
.caption_scroll {
    margin: 10px 0;
    overflow: auto;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
    overflow-scrolling: touch;
    scrollbar-width: thin;
    scrollbar-color: #C0C0C0 #eee;/*一つ目はスクロールバーのつまみ、二つ目はトラックに適用される。 */
}
/* for chrome, safari */
.caption_scroll::-webkit-scrollbar {
    height: 5px;
}
.caption_scroll::-webkit-scrollbar-thumb {
    border-radius: 5px;
    background: #C0C0C0;
}
.caption_scroll::-webkit-scrollbar-track {
    border-radius: 2px;
    background: #eee;
}
.pc_br {
	display: none!important;
}
	a.internal-btn {
	border-radius: 5px;
	color: #fff;
	font-size: 15px;
	font-weight:bold;
	background: #6f6f6f url(img/arrow_white.png) 96% 50% no-repeat;
	background-size: 7px auto;
	padding: 1.2rem 5rem 1.2rem 5rem;
	margin: auto;
	text-decoration: none;
	display: inline-block;
}

a.internal-btn:hover {
	opacity: 0.7;
}
/*-----PR掲載用（SP）------*/
.pr_wrap .pr_mark{
	position: relative;
	top: -1.7em;
	width: 20%;
	background: #2b9c9e;
	text-align:center;
	color: #fff;
	font-size: 1.2em;
	font-weight: bold;
}
}

/*-----PR掲載用------*/
.pr_wrap{
	border:3px solid #036292;
	padding: 0;
}

#index .pr_wrap h4,
#category .pr_wrap h3,
#page .pr_wrap h3{
	text-align:center;
	font-size:2.2em;
	background:#036292;
	color:#fff;
	margin-top:0;
	border:none;
}
#index .pr_wrap h4:after,
#category .pr_wrap h3:after,
#page .pr_wrap h3:after{
	background:none;
}

.pr_wrap .pr_contents{
	padding: 1em;
}

.pr_wrap .pr_contents .reason_wrap{
	border:2px solid #036292;
	padding:1rem;
}
.pr_wrap .pr_contents .reason_wrap .reason{
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	border-bottom:2px solid #2b9c9e;
	padding:0.5em 0;
	margin-bottom:1em;
}
.pr_wrap .pr_contents .reason_wrap .reason_catch{
	text-align:center;
	font-size:1.5em;
	font-weight:bold;
	color:#036292;
}
.pr_flame {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1.5em 2em 1.5em;
    border-radius: 8px;
	background-color: #fff;
}
	.pr_reason {
	text-align: center;
	font-weight: bold;
    font-size: 1.3em;
    padding: 0.5em 0;
    margin-bottom: 1em;
	color: #054281;
	}
