@charset "utf-8";




#title.title-news h2 {
	color: #fff;
}

/*==========================================================================

	                    ブログ・お客様の声・新着情報
	
============================================================================*/

/*#blog-contents {
	background-color: #EFF6FE;
	padding: 70px 0 100px;
}*/
.blog-contents {
	clear: both;
	max-width: 1200px;
	margin: 0 auto;
}
.blog-contents #main {
	max-width: 900px;
	width: 75%;
	float: left;
}
.blog-contents #side {
	max-width: 250px;
	width: 23%;
	float: right;
}

ul.blog-list {
	margin-bottom: 5%;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
ul.blog-list li {
	width: 30%;
	margin: 0 1.5% 4%;
}
/* ul.blog-list li img {
	width: inherit;
	height: inherit;
} */
.blog-eyecatch {
	max-width: 300px;
	line-height: 0;
	margin: 0 auto 1em;
}
.blog-title {
	font-weight: bold;
	line-height: 1.5;
	margin-bottom: 0.5em;
}
.blog-text {
	font-size: clamp(14px, 3vw, 16px);
	line-height: 1.6;
}
.blog-time {
	font-size: clamp(14px, 3vw, 16px);
}
.intagrate-img {
	margin: 2em 0;
}

@media screen and (max-width: 1024px){
	/* .blog-contents {
		padding: 0 0 5%;
	} */
	.blog-contents #main {
	    max-width: inherit;
		width: 100%;
		float: none;
		margin-bottom: 15%;
	}
	.blog-contents #side {
	    max-width: inherit;
		width: 100%;
		float: none;
	}
}
@media screen and (max-width: 641px){
	ul.blog-list {
		justify-content: space-between;
	}
	ul.blog-list li {
		width: 48%;
		margin: 0 0 8%;
	}
}

/*---------------------------------------
     ブログタイトル（個別ページ）
---------------------------------------*/

.blog-contents .blog-sub {
    /* font-family: 游明朝体, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif; */
	border-bottom: #113d7e 3px solid;
	background-color: #fff;
	color: #000;
	font-size: clamp(18px, 4vw, 26px);
	font-weight: bold;
	line-height: 1.5;
	padding-bottom: 0.2em;
	margin-bottom: 0.5em;
}
.blog-contents .blog-sub a {
	color: #000;
	text-decoration: none;
}
.blog-contents .blog-sub a:hover {
	color: #000;
	text-decoration: underline;
}

/*---------------------------------------
     ブログタイトル（カテゴリ・月間）
---------------------------------------*/

.blog-contents .blog-sub2 {
    /* font-family: 游明朝体, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif; */
	border: #113d7e 4px solid;
	background-color: #fff;
	color: #000;
	font-size: clamp(18px, 4vw, 26px);
	font-weight: bold;
	padding: 0.2em 1em;
	margin-bottom: 1.5em;
}
.blog-contents .blog-sub2 a {
	color: #000;
	text-decoration: none;
}
.blog-contents .blog-sub2 a:hover {
	color: #000;
	text-decoration: underline;
}

/*---------------------------------------
             抜粋
---------------------------------------*/

.excerpt {
    font-size: 18px;
	font-size: 1.8rem;
	margin-bottom: 20px;
	display: none;
}

/*---------------------------------------
             続きを読む
---------------------------------------*/

.more {
	/*clear: both;*/
	text-align: right;
}
.more a {
    color: #113d7e
}
.more a:hover {
    color: #113d7e
}

/*---------------------------------------
            ウィジェット
---------------------------------------*/

.widget-area {
    clear: both;
}
.widget-title {
    /*font-family: 游明朝体, "Yu Mincho", YuMincho, メイリオ, Meiryo, serif;*/
    font-size: 18px;
	font-size: 1.8rem;
	font-weight: bold;
	letter-spacing: 0.05em;
	color: #113d7e;
	border-top: #113d7e 3px solid;
	border-bottom: #113d7e 3px solid;
	text-align: center;
	padding: 0.2em 0;
	margin: 0 0 0.2em;
}


.widget-title a {
    color: #113d7e;
	text-decoration: none;
}
.widget-title a:hover {
    color: #113d7e;
	text-decoration: underline;
}

.widget-area ul {
	margin: 0 0 3em;
}
.widget-area li {
	color: #113d7e;
	font-size: 14px;
	font-size: 1.4rem;
	line-height: 1.5;
	padding: 1em 0;
	border-bottom: #c7c7c7 1px solid;
}
.widget-area .children {
    margin-bottom: 0;
}
.widget-area .children li {
    padding: 10px 0 0 35px;
	border-bottom: none;
}
.widget-area li a {
	color: #113d7e;
	text-decoration: none;
}
.widget-area li a:hover {
	color: #113d7e;
	text-decoration: underline;
}

/*---------------------------------------
            SNS等
---------------------------------------*/

.side-btn {
	margin-bottom: 2em;
}
.side-btn li a {
	display: block;
	max-width: 250px;
	margin: 0 auto 1em;
	font-size: 16px;
	font-size: 1.6rem;
	font-weight: bold;
    text-align: center;
	color: #fff;
	border: #113d7e 1px solid;
    background-color: #113d7e;
	line-height: 1.5;
	text-decoration: none;
	padding: 0.7em 0;
	box-sizing: border-box;
	border-radius: 7px;
	transition: .5s;
}
.side-btn li a:hover {
	color: #113d7e;
	border: #113d7e 1px solid;
	background-color: #fff;
	transition: .5s;
}


.side-sns {
	display: flex;
	flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    gap: 0 15px;
}
.side-sns li {
	max-width: 40px;
}
.side-sns li a {
	transition: .5s;
}
.side-sns li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.70;
	opacity: 0.70;
	transition: .5s;
}

/*---------------------------------------
             ページネーション
---------------------------------------*/

.page-numbers {
    text-align: center;
    list-style-position: inside;
    list-style-type: none;
    padding: 0;
}
.page-numbers li {
    display: inline-block;
	font-weight: bold;
}
.page-numbers a {
    display: inline-block;
    padding: .5rem;
    margin: 0 .2rem .2rem 0;
    background: #fff;
    border: 1px solid #113d7e;
	color: #113d7e;
	text-decoration: none;
	border-radius: 5px;
}
.page-numbers span {
    display: inline-block;
    padding: .5rem;
    margin: .2rem;
    border: 1px solid #113d7e;
	background-color: #113d7e;
	color: #fff;
	border-radius: 5px;
}
.page-numbers a:hover {
    border: 1px solid #444;
    background-color: #444;
    color: #fff;
    opacity: 0.8;
    transition-duration: 500ms;
    transition-property: all;
    transition-timing-function: ease;
}


/*---------------------------------------
             次へ・前へ
---------------------------------------*/

.paging {
    clear: both;
	/*border-top: #ccc 1px dotted;*/
	padding: 30px 0 0;
}
.paging .next ,.paging .prev {
    /*background: url(../img/blog/detail-icon.png) 15px center no-repeat;*/
	display: block;
	font-size: 12px;
	background-color: #113d7e;
	padding: 5px 15px;
	margin-bottom: 10px;
	-moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}
.paging .next {
	float: right;
}
.paging .prev {
	float: left;
}
.paging span {
	font-size: 15px;
	font-weight: bold;
	color: #fff;
}
.paging a {
	text-decoration: none;
	color: #fff;
}
.paging a:hover {
	text-decoration: underline;
	color: #fff;
}


/*---------------------------------------
          署名
---------------------------------------*/

.signature-box {
	clear: both;
	border-top: #E2E2E2 1px solid;
	font-size: 15px!important;
	/*color: #666;*/
	margin-top: 3em;
	padding-top: 2em;
	line-height: 1.6;
}
.signature {
    font-size: 16px!important;
	font-weight: bold;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px){
	.signature-box {
		font-size: 13px!important;
	}
	.signature {
		font-size: 14px!important;
	}
}


/*---------------------------------------
             エディターcss
---------------------------------------*/

.display-none {
    display: none;
}

.blog-main img.alignright { display: block; margin: 0 0 0 auto!important;}
.blog-main img.alignleft { display: block; margin: 0 auto 0 0!important;}
.blog-main img.aligncenter { display: block; margin: 0 auto!important;}



