@charset "utf-8";
/******************************************************

        スマートフォンサイト用

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


#main {
    background: url(../images/base/2color-back.png) no-repeat center top;
    background-size: 1165px auto;
    position: relative;
}


/******************************************************/
/* intro  */
/******************************************************/
#intro {
    padding: 34px 0 0;
}
#intro h2 {
    border-top: 3px solid #387d39;
    border-bottom: 3px solid #d80c18;
    padding: 6px 0;
    font-size: 2.4rem;
    font-weight: 600;
    line-height: 1;
    text-align: center;
    display: table;
    margin: 0 auto 18px;
}
#intro h3 {
    font-size: 6.6rem;
    font-weight: 400;
    line-height: 1.1;
    margin-bottom: 18px;
    text-align: center;
}
#intro p {
    font-size: 2.2rem;
    font-weight: 300;
    line-height: 1.8;
    margin-bottom: 18px;
    text-align: center;
}
#intro ul.imgs {
    margin-top: 20px;
    padding-bottom: 45px;
}
#intro ul.imgs li {
    padding: 20px 0;
}
#intro ul.imgs li:nth-of-type(2n+1) {
    padding-right: 6.875vw;
    text-align: left;
}
#intro ul.imgs li:nth-of-type(2n) {
    padding-left: 6.875vw;
    text-align: right;
}
#intro ul.nav li {
    margin-bottom: 3px;
}
#intro ul.nav li img {
    width: 100%;
}


/******************************************************/
/* news  */
/******************************************************/
#news {
    position: relative;
    padding: 65px 0 48px;
}
#news h2 {
    text-align: center;
    font-size: 2.6rem;
    font-weight: 600;
    line-height: 1;
    letter-spacing: 0.12em;
    color: #387d39;
    margin-bottom: 18px;
}
#news h2 img {
    width: 113px;
    height: 28px;
    margin-bottom: 10px;
}
#news .lbox {
    margin: 0 35px 16px;
    
}
	
#news .lbox {
    clear: both;
    margin-bottom: 25px;
}
#news .lbox .rss_area {
    background: url(../images/base/dotted.png) repeat-x center top;
    background-size: 3px 1px;
    padding-top: 4px;
    position: relative;
}
#news .lbox .btn {
    background: #b5b5b5;
    text-align: center;
    padding: 6px 0;
}
#news .lbox ul li {
    background: url(../images/base/dotted.png) repeat-x center bottom;
    background-size: 3px 1px;
    padding: 3px 0 4px;
    line-height: 1.5;
    font-size: 1em;
	text-align: left;
}
#news .lbox ul li a {
    background: url("../images/base/bot-red.png") no-repeat right 10px center;
    background-size: 18px 18px;
    color: #444;
    font-weight: normal;
    padding: 6px 30px 6px 0;
    display: block;
}
#news .lbox ul li span {
    display: block;
    font-weight: bold;
}
	
#news .rbox .sns {
    width: 160px;
    display: flex;
    justify-content: space-between;
    margin: auto;
	flex-wrap: wrap;
}
#news .rbox .sns li a img {
    width: 70px;
}
#news .rbox .sns li.line img {
    width: 160px;
	margin-top: 20px;
}
#news .rbox .sns li a strong {
    display: none;
}
}




