@charset "utf-8";

/*----------------------------------------------------
    共通css
----------------------------------------------------*/
header .rightTxt:before, 
.l-header__sitename:before, 
.l-header-sitename:before,
.sitename:before,
.siteName:before,
.l-siteinfo__sitename:before{
    content: "PR";
    display: inline-block;
    background: #000;
    color: #fff;
    text-align: center;
    width: fit-content;
    margin-right: 1rem;
    font-size: 1.5rem;
    padding: 0 1rem;
}

footer p.copy a:before, 
.l-footer-bottom__copy a:before,
.l-footer-copy a:before  {
    content: "【PR】";
}
span.txt_marker {
    background: unset !important;
}
#mv .mv_wrap .catch {
	font-family: unset;
}
.btn-internal a.btn_bottom {
    position: relative;
    background: linear-gradient(to right, #1aac78, #2bdb87);
}
.btn-internal a.btn_bottom:before {
    position: absolute;
    content: '▲';
    top: 30%;
    left: 7%;
    font-size: 20px;
}
.btn-internal a.btn_bottom:hover {
    background: #959ba0;
}
p {
    margin: 10px 0 15px;
    line-height: 1.7;
}

span.txt_marker {
    color: #fe6600;
}

/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {

#mv .mv_wrap .catch {
    width: 88%;
    padding: 0 250px 0 0;
}


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

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

.contents-left, .contents-right {
    max-width: 100%!important;
    width: 100%!important;
}
.l-header {
    width: 100%;
    padding-right: 1rem;
}
header .rightTxt:before, .l-header__sitename:before, .l-header-sitename:before, .sitename:before, .siteName:before, .l-siteinfo__sitename:before {
    float: left;
    margin-bottom: 1rem;
}



	
	
	

}


