<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">/*
Theme Name: yu-kensetsu
Author: Ryosack
*/


@import url("css/1-reset.css");
@import url("css/2-font.css");
@import url("css/3-layout.css");
@import url("css/5-top.css");
@import url("css/common.css");


.news-list  {
	text-align: left;
	line-height: 1.6;
	font-size: 1.6rem;
	font-weight: 500;
	background: #f0f0f0;
}

.news-list a {
	display: block;
	margin-bottom: 1em;
}

.news-list figure {
    border-radius: 15px;
    overflow: hidden;
}

.sns__container {
    display: flex;
    margin-top: 2em;
    margin-bottom: 2em;
}

.sns__container a {
    width: 100%;
    text-align: center;
    color: #fff !important;
    padding: 0.5rem 0;
    font-size: 2rem;
}

.sns__container a:hover {
    opacity: 0.6;
}

.sns__twitter {
    background: #000;
}

.sns__facebook {
    background: #3b5998;
}

.sns__pocket {
    background: #ef3f56;
}

.sns__line {
    background: #1dcd00;
}

.sns__hatena {
    background: #00a5de;
}

/*
  ãƒ‘ãƒ³ããšãƒªã‚¹ãƒˆ
---------------------------------*/
.bread_wrap{
    padding-top: 10px;
    padding-bottom: 10px;
    border-bottom: 1px solid #fff;
    background:#fff;
    overflow-y: scroll;
}
.bread_wrap a,.bread_wrap a:visited{
    color:#333;
    display:inline;
}
.bread_wrap ol{
    font-size: 1.2rem;
    width: 1200px;
    margin: 0 auto;
}
.bread_wrap ol li:first-child{
    background: url(../images/common/icon_bread.png) no-repeat;
    background-position: left center;
    background-size: 15px;
    padding-left: 20px;
    margin-left: 10px;
    list-style: none;
}
.bread_wrap ol li{
    display: inline-block;
    color:#333;
}
.bread_wrap ol li:after{
    content: "&gt;";
    color:#333;
}
.bread_wrap ol li:last-child:after{
    content:"";
}
@media screen and (max-width: 1024px){
    /*.bread_wrap ol li:last-child{
    margin-left:4%;
    }*/
}

@media (max-width: 900px) {
	.news-list a {
        display: flex;
        justify-content: space-between;
        text-align: left;
    }

    .news-list figure {
        width: 35%;
    }
    .news-list .col3  a&gt;div {
        width: 60%;
    }

}</pre></body></html>