@charset "UTF-8";
/* CSS Document */
/**************************************************
*制作：Shinichi Yamazaki
*Created Date：2022/07
*https://design-momonga.jp/
 レスポンシブレイアウトモバイルファーストでの記述。
***************************************************/
.h-style1{
    margin: 20px auto 15px auto;
    padding: 15px;
    font-style: italic;
    text-align:left;
    line-height: 1;
    color:#F2F2F2;
    width:90%;
    font-size:1.8rem;
    /* Permalink - use to edit and share this gradient: https://colorzilla.com/gradient-editor/#093964+0,025e92+100 */
    background: #093964; /* Old browsers */
    background: -moz-linear-gradient(left,  #093964 0%, #025e92 100%); /* FF3.6-15 */
    background: -webkit-linear-gradient(left,  #093964 0%,#025e92 100%); /* Chrome10-25,Safari5.1-6 */
    background: linear-gradient(to right,  #093964 0%,#025e92 100%); /* W3C, IE10+, FF16+, Chrome26+, Opera12+, Safari7+ */
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#093964', endColorstr='#025e92',GradientType=1 ); /* IE6-9 */
}
.h-style1 span{
    font-weight: 200;
    margin-left: 7px;
    font-size:1.3rem;
    color:#969696;
}
#block01-inner{
    width: 90%;
    margin: 0 auto 0 auto;
}
#post-list{
    padding-bottom: 20px;
}
.post-list-outer{
    padding: 0 0 25px 0;
    border-bottom: 1px dotted #666;
    margin: 0 0 25px 0;
}
.post-list-outer:last-child{
    border-bottom:none;
}
.post-date{
    margin-bottom:5px;
}
.post-date time{
    font-weight: 600;
    font-size: 1.3rem;
    letter-spacing: 0.05rem;
}
.post-title{
    font-size: 1.6rem;
    font-weight: 500;
    line-height: 1.4;
    margin-bottom: 5px;
}
.category-name{
    margin-right: 5px;
    color: #e50012;
    font-weight: 500;
    font-size: 1.2rem;
}
.category-name:last-child{
    margin-right: 0;
}
.post-body{
    line-height:1.6;
}
/*
*ページャー
************************************/
/* Text meant only for screen readers. */
.screen-reader-text {
	border: 0;
	clip: rect(1px, 1px, 1px, 1px);
	clip-path: inset(50%);
	/*! height: 1px; */
	margin: -1px;
	/*! overflow: hidden; */
	padding: 0;
	position: absolute !important;
	width: 1px;
	word-wrap: normal !important; /* Many screen reader and browser combinations announce broken words as they would appear visually. */
}
.screen-reader-text:focus {
	background-color: #eee;
	clip: auto !important;
	clip-path: none;
	color: #444;
	display: block;
	font-size: 1em;
	height: auto;
	left: 5px;
	line-height: normal;
	padding: 15px 23px 14px;
	text-decoration: none;
	top: 5px;
	width: auto;
	z-index: 100000;
	/* Above WP toolbar. */
}
.nav-links{
	text-align: center;
}
.page-numbers{
	display:inline-block;
	padding:5px 10px 5px 10px;
	margin-right:3px;
}
a.page-numbers{
	display:inline-block;
	background-color:#f0f0f0;
	text-decoration:underline;
}
.page-numbers:last-child{
	margin-right:0;
}
.current{
	background-color:#B0B0B0;
    color:#FFF;
}
.prev,
.next{
	background-color:rgba(255,255,255,.0)!important;
}
/*********************************************
*タブレット（600px以上の場合）
**********************************************/
@media screen and (min-width:600px){
	
}
/*********************************************
*PC（960px以上の場合）
**********************************************/
@media screen and (min-width:960px){
    .h-style1{
        padding:16px;
        margin-top: 30px;
        margin-bottom: 20px;
        max-width: 1120px;
        font-size: 2rem;
    }
    #block01-inner{
        max-width: 1120px;
    }
    .post-title a:hover{
        color:#e50012;
        text-decoration: underline;
    }
	
}