@charset "utf-8";

/* format.cssをmediaように矯正 */

#mainContents {
    border-top: none;
    position: relative;
    padding: 100px 30px 50px;
}

/* サイドメニュー */
.sideMenu{
    position: relative;
    font-weight: bold;
    list-style: none;
    border-radius: 4px;
    text-decoration: none;
    margin-top: 20px;
    background: #00006c;
    color: #fff;
}
.sideMenu span{
    display: block;
    padding: 12px;
}
.sideMenu a{
    display: block;
    text-decoration: none;
    color: #fff;
    padding: 12px;
}

.sideMenu a:hover {
    border-radius: 4px;
    background: #3c6ef0;
}

.sideMenu a::after {
    position: absolute;
    top: 30%;
    right: 10px;
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #fff;
}

ul.archive {
    margin:3% 0 0 0;
    list-style:none;
}
ul.archive li {
    height:28px;
    line-height:20px;
    font-size:1.4rem;
    text-indent:20px;
    background-image:url(https://www.propane-npo.com/img/arrow3.gif);
    background-repeat:no-repeat;
    margin:0 10px;
    padding:0;
}

ul.archive li a{
    color: #000;
    text-decoration: none;

}
ul.archive li a:hover{
    color: #3c6ef0;
}

ul.archive li a:hover{
    color: #3c6ef0;
}




/* コンテンツ本文 */
.mediaTitle {
    position: absolute;
    top: 0;
    right: 0;
    
    width: 96%;
    font-size: 2.5rem;
    font-weight: bold;
    line-height: 1.2;
    color: #fff;
    background: #00006c;
    border-bottom: #3c6ef0 8px solid;
    margin: 0;
    padding: 2%;
}

.article-date {
    font-weight: 300;
    font-size: 14px;
    color: #ff0078;
    text-align: left;
    margin: 0;
}

.newsItem{
    margin: 2% 0 0 0;
    display: flex;
}
.item_left{
    width: 20%;
}
.item_right{
    width: 80%;
}
.newsItem img{
    max-width: 112px;
    width: 90%;
    height: auto;
    display: block;
    margin: 0 0 15px 0;
}
.newsItem img:last-child{ margin: 0 0 0 0;}
.newsCopy{
    font-size: 1.8rem;
    color: #00006c;
    font-weight: bold;
    margin: 0 0 2% 0;
    line-height: 1.2;
}

.newsList{
    border-top: #ccc 1px solid;
    margin: 2% 0;
    padding: 2% 0;
}
.newsList h2{
    margin: 1% 0;
    padding: 0 0 2% 0;
    line-height: 1.2;
}
.newsList h2 a{
    font-size: 2.4rem;
    color: #00006c;
}
.newsList h2 a:hover{
    color: #3c6ef0;
}


.zoom { 
    margin: 2% 0;
    display: flex;
    line-height: 1.2;
}
.zoom a{
    font-size: 1.4rem;
    border: 1px #00008f solid;
    background: #00008f;
    border-radius: 20px;
    color: #fff;
    font-weight: bold;
    cursor: pointer;
    padding: 5px 10px 5px 15px;
    margin: 0 15px 0 0;
    text-decoration: none;
}
.zoom a:hover{
    color: #00008f;
    background: #fff;
}

.zoom a::after {
    content: "\f105";
    font-family: 'Font Awesome 5 Free';
    font-weight: 900;
    color: #ff0078;
    margin-left: 10px;
  }



.content-nav{
    padding: 3%;
    margin:5% 0 5% 0;
    background: #e6f2ff;
    text-align: center;
}
.link_g02{
    font-size: 1.8rem;  
    text-decoration: none;
    width: 100%;
    color: #00006c;
    font-weight: bold;
    margin: 0 5px;
    position: relative;
}

.small{
    font-size: 0.8em;
    font-weight: bold;
    margin-top: 10px;
}



.box_newList {
    background-color: #EFEFEF;
    margin: 10px 0 30px;
    padding: 4%;
}
.archive-header{
    font-size: 1.8rem;
    margin: 0 0 20px 0;
}

.box_newList ul li{
    list-style: none;
    margin: 0 0 15px 0;
}
.box_newList ul li:last-child{margin: 0 0 0 0;}
.box_newList ul li p.article-date2{
    color: #ff0078;
    list-style: none;
    height: 24px;
    line-height: 20px;
    font-size: 1.4rem;
    text-indent: 20px;
    background-image: url(https://www.propane-npo.com/img/arrow3.gif);
    background-repeat: no-repeat;
    margin: 0;
    padding: 0;
}
.box_newList ul li span{
    margin-left: 18px;
    display: block;
    line-height: 1.2;
}
.box_newList ul li span a{
    color: #000;
}
.box_newList ul li span a:hover{
    color: #3c6ef0;
}

.listMonthly ul{
	width: 100%;
	display: flex;
	flex-wrap: wrap;
}
.listMonthly ul li{
    width: 32%;
	padding:0 0 0 0;
    margin: 0 0 0 0;
    list-style: none;

    height: 25px;
    line-height: 18px;
    text-indent: 20px;
    background-image: url(https://www.propane-npo.com/img/arrow3.gif);
    background-repeat: no-repeat;
}
.listMonthly ul li a{
    color: #000;
    text-decoration: none;
}
.listMonthly ul li a:hover{ color: #3c6ef0;}




@media screen and (max-width:1080px) {
    #mainContents {
        width: 65%;
    }
}

@media screen and (max-width:767px) {
    #width90{
        width: 90%;
        margin: 0 auto;
    }
    #mainContents {
        width: 100%;
        margin: 0 auto;
        padding: 0;
    }
    .mediaTitle {
        font-size: 2.2rem;
        line-height: 1.4;
        position: static;
        margin: 0 0 20px 0;
    }
    .newsCopy { font-size: 1.6rem;}
    .newsList h2 a {font-size: 1.8rem;}
    .link_g02 { font-size: 1.4rem; line-height: 1.5;}
    .listMonthly ul li{
        width: 48%;
    }


}