@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】";
}
.category_links{
min-height: 48px;
margin: 5rem 0 3rem 0;
padding: 0.5rem 2rem 1rem 8rem;
background: url(img/h3.png) no-repeat top 5px left 5px;
background-size: 44px auto;
font-size: 3rem;
font-weight: bold;
color: #1c385e;
line-height: 1.4;
position: relative;
border-bottom: 3px solid #073e7c;
}
.inyou{
	font-size: 1rem;
	    color: #999;
}


/*----------------------------------------------------
    PCサイトcss
----------------------------------------------------*/
@media screen and (min-width: 600px) {
.kyocho{
font-size: 18px;
font-weight: bold;
color: #073e7c;
margin: 30px 0 0 0 !important;
}
	
.l-main-area--low .box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 3px #073e7c;
}
.l-main-area--low .box1 p {
    margin: 0; 
    padding: 0;
}
.l-contents-area {
    padding-left: 0;
}
.l-footer-area {
    padding: 10px 0 0;
}


.img_center {
    font-size: 10px;
    color: #999999;
    margin: 0 auto 40px;
    text-align: center;
    word-break: break-all;
}





}


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

@media screen and (max-width: 599px) {
.kyocho{
font-size: 18px;
font-weight: bold;
color: #073e7c
}
.l-main-area--low .box1 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: solid 3px #073e7c;
}
.l-main-area--low .box1 p {
    margin: 0; 
    padding: 0;
}
.category_links{
min-height: 52px;
padding: 0.5rem 2rem 1rem 6rem;
background: url(img/h3.png) no-repeat left top;
background-size: 44px auto;
font-size: 2rem;
}
.l-footer-area {
    padding: 2rem 0 0rem 0;
}

header .rightTxt:before, .l-header__sitename:before, .l-header-sitename:before, .sitename:before, .siteName:before, .l-siteinfo__sitename:before {
    background: #fff;
    color: #000;
    float: left;
    margin-bottom: 1rem;
}



}

