@charset "utf-8";


/* ヘッダー */

#header {
	z-index: 99;
	position: fixed;
	top: 0;
	left: 0;
	Width: 100%;
	height: 190px;
	background-color: #fff;
}

.header-title {
	position: relative;
	top: 0;
	left: 0;
	Width: 100%;
	height: 120px;
	background-color: #00478B;
}
.header-site-logo {
	display: block;
	position: absolute;
	top: 20px;
	left: 30px;
	width: 120px;
	height: auto;
	margin: 0;
}
.header-site-logo-sp {
	display: none;
}

.header-site-title {
	display: block;
	position: absolute;
	top: 20px;
	left: calc((100% - 400px) / 2);
	width: 400px;
	height: auto;
	margin: 0;
}

.header-site-banner {
	display: block;
	position: absolute;
	top: 20px;
	right: 30px;
	width: 300px;
	height: auto;
	margin: 0;
}



.header-menu-block {
	position: relative;
	display: flex;
	align-items: center;
    align-content: center;
    flex-wrap: nowrap;
    flex-direction: row;
	width: max-content;
	height: auto;
	margin: 10px auto;
}
.header-menu {
	display: inline-flex;
	flex-direction: row;
    align-items: center;
    align-content: center;
	justify-content: center;
    flex-wrap: nowrap;
	width: fit-content;
	margin-right: 10px;
	font-size: 1.1rem;
}
.header-menu-link {
	display: inline-flex;
    align-content: center;
	justify-content: center;
    flex-wrap: nowrap;
	align-items: flex-start;
    flex-direction: row;
	width: 110px;
	height: auto;
	margin: 0 0 0 10px;
	font-size: 1.0rem;
	font-weight: 600;
	line-height: 1;
	text-align: center;
	background-color: #28a14a;
	border-radius: 30px;
}
.header-menu-link a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 15px 0px;
	color: #ffffff;
	text-decoration: none;
}
.header-menu-link:hover a {
	color: #fbfb00;
}


.header-sitemenu-block {
	z-index: 9;
	position: relative;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	width: fit-content;
	height: auto;
	margin: auto;
}
.header-sitemenu {
	width: 140px;
	height: 40px;
	margin: 0 5px;
	font-size: 1.2rem;
	font-weight: 600;
	line-height: 40px;
	text-align: center;
}
.header-sitemenu a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 0 2px 0;
	text-decoration: none;
}
.header-sitemenu:last-of-type {

}



#header-global-menu {
	display: none;
	/*
	display: inline-flex;
	flex-direction: row;
    align-items: center;
    align-content: center;
	justify-content: center;
    flex-wrap: nowrap;
	*/
}

#global-menu-btn {
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 70px;
	cursor: pointer;
}

#global-menu {
	/*width: 100%;*/
	width: 400px;
	height: auto;
	background: rgba( 40,161,74, 0.9 );
	position: fixed;
	top: 120px;
	right: 0;
	z-index: 100;
	transform: translate(120%);
	transition: all .5s;
}
#global-menu.open {
	transform: translate(0);
}

.global-menu-background {
	position: fixed;
	top: 120px;
	right: 0;
	content: "";
	display: block;
	width: 0;
	height: 0;
	background-color: rgba( 40,161,74, 0.9 );
	border-top: 10px solid #fbfb00;
	z-index: 99;
	opacity: 0;
	transition: opacity 0.5s;
}
.global-menu-background.open {
	/*width: 100%;*/
	width: 400px;
	height: 100%;
	opacity: 1;
}

.global-menu-open {
	width: 100%;
	height: auto;
}

.global-menu-close {
	display: none;
	z-index: 101;
	padding-top: 12px;
}

.global-menu-close-btn {
	position: absolute;
	top: -95px;
	right: 30px;
	width: 70px;
	height: 70px;
	margin: 0;
	padding: 0;
	cursor: pointer;
	z-index: 101;
	transition: opacity 0.5s;
}

/*
#products-menu ul {
	margin: 0;
	padding: 0;
	list-style-type: none;
}
#products-menu li {
	padding: 8px;
	color: #fff;
	border-bottom: 1px solid #fff;
}
*/

#global-menu .global-menu-wrapper {
	position: absolute;
	top: 50px;
	right: 0;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex; 
	flex-wrap: wrap;
	/*border-top: 1px solid #fff;*/
}
#global-menu .global-menu-wrapper li {
	display: flex; 
	flex-direction: column;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	width: 100%;
	height: auto; 
	margin: 0;
	padding: 0;
	font-size: 1.5rem; 
	font-weight: 500; 
	text-align: center; 
	color: #ffffff; 
	/*border-bottom: 1px solid #fff;*/
	overflow: hidden;
}
#global-menu .global-menu-wrapper li a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 10px 0;
	color: #fff;
	text-decoration: none;
}
#global-menu .global-menu-wrapper li:hover a {
	color: #fbfb00;
}


.header_navi_sp_block {
	display: none;
}


.site-home-back {
	display: flex;
	flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	width: 225px;
	margin-left: 20px;
}
.site-home-back-icon {
	display: inline-flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
	width: 31px;
	height: auto;
}
.site-home-back-text {
	display: inline-flex;
    align-content: center;
    align-items: center;
    flex-wrap: nowrap;
    flex-direction: row;
    justify-content: center;
	width: 185px;
	font-size: 0.8rem;
	font-weight: 400;
	text-align: right;
}
.site-home-back-text a {
	color: #00478B;
	text-decoration: none;
}
.site-home-back-text a:hover {
	color: #e60012;
	text-decoration: underline;
}


@media print, screen and (max-width: 1360px) {

	.header-menu {
		display: inline-flex;
		flex-direction: row;
		align-items: center;
		align-content: center;
		justify-content: center;
		flex-wrap: nowrap;
		width:fit-content;
		margin-right: 10px;
		font-size: 0.8rem;
	}
	.header-menu-link {
		display: inline-flex;
		align-content: center;
		justify-content: center;
		flex-wrap: nowrap;
		align-items: flex-start;
		flex-direction: row;
		width: 100px;
		height: auto;
		margin: 0 0 0 10px;
		font-size: 0.9rem;
		border-radius: 30px;
	}
	.header-menu-link a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 13px 0px;
		color: #ffffff;
		text-decoration: none;
	}



	#global-menu-btn {
		position: absolute;
		top: 0;
		right: 0;
		width: 50px;
		height: 50px;
		cursor: pointer;
	}

	.global-menu-close-btn {
		position: absolute;
		top: -100px;
		right: 10px;
		width: 50px;
		height: 50px;
		margin: 0;
		padding: 0;
		cursor: pointer;
		z-index: 101;
		transition: opacity 0.5s;
	}

	.global-menu-background {
		position: fixed;
		top: 90px;
	}

	#global-menu .global-menu-wrapper {
		position: absolute;
		top: 10px;
		right: 0;
	}
	#global-menu .global-menu-wrapper li {
		font-size: 1.3rem; 
	}
	#global-menu .global-menu-wrapper li a {
		padding: 10px 0;
	}

}
@media print, screen and (max-width: 1180px) {

	.header-site-banner {
		display: block;
		position: absolute;
		top: 20px;
		right: 30px;
		width: 200px;
		height: auto;
		margin: 0;
	}

}
@media print, screen and (max-width: 1080px) {



	.header-sitemenu {

	}

}
@media print, screen and (max-width: 980px) {


	.header-sitemenu {
		width: 120px;
		height: 40px;
		margin: 0 5px;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 40px;
		text-align: center;
	}


	.header-entry-wrap {
		display: flex;
    	flex-direction: row;
		align-items: center;
		align-content: center;
		justify-content: center;
		flex-wrap: wrap;
		width: 110px;
	}

	.header-menu-link {
		display: inline-flex;
		align-content: center;
		justify-content: center;
		flex-wrap: nowrap;
		align-items: flex-start;
		flex-direction: row;
		width: 100px;
		height: auto;
		margin: 0 10px 0 0;
		font-size: 0.9rem;
		border-radius: 30px;
	}
	.header-menu-link a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 13px 0px;
		color: #ffffff;
		text-decoration: none;
	}


	.header-site-banner {
		display: block;
		position: absolute;
		top: 15px;
		right: 80px;
		width: 165px;
		height: auto;
		margin: 0;
	}

}

@media print, screen and (max-width: 980px) {

	#header {
		z-index: 99;
		position: fixed;
		top: 0;
		left: 0;
		Width: 100%;
		height: 70px;
		background-color: #fff;
	}

	.header-title {
		Width: 100%;
		height: 70px;
	}
	.header-site-logo {
		display: block;
		position: absolute;
		top: 15px;
		left: 10px;
		width: 60px;
		height: auto;
		margin: 0;
	}
	.header-site-title {
		display: block;
		position: absolute;
		top: 15px;
		left: calc((100% - 200px) / 2);
		width: 200px;
		height: auto;
		margin: 0;
	}

	.header-menu-block {
		position: absolute;
		top: 0;
		right: 10px;
		display: flex;
		align-items: center;
		align-content: center;
		flex-wrap: nowrap;
		flex-direction: row;
		width: max-content;
		height: auto;
		margin: 10px auto;
	}

	.header-sitemenu-block {
		display: none;
	}

	.header_navi_sp_block {
		display: block;
		/*position: fixed;*/
		position: absolute;
		z-index: 9;
		top: 0px;
		right: 0px;
		width: 50px;
		height: 50px;
		background-color: #005FAE;
	}
	#nav-drawer {
		display:block;
		position: relative;
	}
	.nav-unshown {
		display:none;
	}
	#nav-open {
		z-index: 999;
		/*position: fixed;*/
		position: absolute;
		display: inline-block;
		width: 50px;
		height: 50px;
		top: 0px;
		right: 0px;
		vertical-align: middle;
		cursor: pointer;
	}
	#nav-open .btnDesign {
		display: block;
		width: 35px;
		height: 3px;
		background-color: #fff; /* 線の色 */
		position: absolute;
		left: 0;
		right: 0;
		margin: auto;
		transition: .3s;
	}
	#nav-open .btnDesign.btnTop {
		top: 15px;
	}
	#nav-open .btnDesign.btnBom {
		top: 35px;
	}
	#nav-open .btnDesign.btnMdl {
		top: 25px;
	}

	#nav-close {
		display: none;/*はじめは隠しておく*/
		position: fixed;
		z-index: 99;
		top: 0px;
		right: 0px;
		width: 240px;
		height: 100vh;
		background: #005FAE;
		opacity: 0;
		transition: .3s ease-in-out;
	}
	#nav-content {
		/*overflow: auto;*/
		position: fixed;
		top: 60px;
		right: 0;
		z-index: 9999;/*最前面に*/
		width: 240px;/*右側に隙間を作る（閉じるカバーを表示）*/
		height: auto;
		transition: .3s ease-in-out;/*滑らかに表示*/
		-webkit-transform: translateX(155%);
		transform: translateX(155%);/*左に隠しておく*/
	}
	#nav-content .menu {
		margin: 0;
		padding: 0;
		z-index: 88;
		display:-webkit-box;
		display:-moz-box;
		display:-ms-box;
		display:-webkit-flexbox;
		display:-moz-flexbox;
		display:-ms-flexbox;
		display:-webkit-flex;
		display:-moz-flex;
		display:-ms-flex;
		display:flex;
		-webkit-box-lines:multiple;
		-moz-box-lines:multiple;
		-webkit-flex-wrap:wrap;
		-moz-flex-wrap:wrap;
		-ms-flex-wrap:wrap;
		flex-wrap:wrap;
	}
	#nav-content .menu .menu-item,
	#nav-content .menu .menu-item2 {
		width: 100%;
		display: inline-block;
	}
	#nav-content .menu .menu-item a {
		color: #fff;
		display: block;
		padding: 5px 10px;
		font-size: 0.8rem;
		font-weight: 400;
		text-align: left;
		text-decoration: none;
	}
	#nav-content .menu .menu-item2 a {
		width: 80%;
        margin: 10px auto;
		color: #005FAE;
		display: block;
		padding: 5px 10px;
		font-size: 0.8rem;
		font-weight: 400;
		text-align: center;
		text-decoration: none;
		background-color: #fff;
	}
	#nav-content .menu .menu-item a:hover {
		color: #fff;
	}
	#nav-content .menu .menu-item:last-child a {
		border-right: none;
	}
	#nav-content .menu {
		/*display: none;*/
		position: absolute;
		width: 100%;
	}
	#nav-content .menu .menu-item a {
		border-bottom: 1px solid #fff;
		border-right: none;
	}
	#nav-content .menu .menu-item:last-child a {
		/*border-bottom: none;*/
	}

	#nav-input:checked ~ #nav-open .btnDesign.btnTop {
		top: 11px;
		transform: rotate(45deg);
	}
	#nav-input:checked ~ #nav-open .btnDesign.btnBom {
		top: 11px;
		transform: rotate(-45deg);
	}
	#nav-input:checked ~ #nav-open .btnDesign.btnMdl {
		width: 0;
		height: 0;
	}
	#nav-input:checked ~ #nav-open {
		position: fixed;
		top: 22px;
		right: 10px;
	}

	#nav-input:checked ~ #nav-close {
		display: block;/*カバーを表示*/
		opacity: 1;
	}
	#nav-input:checked ~ #nav-content {
		-webkit-transform: translateX(0%);
		transform: translateX(0%);/*中身を表示（右へスライド）*/
		box-shadow: 6px 0 25px rgba(0,0,0,.15);
	}

	.site-home-back {
		display: none;
	}
}
@media print, screen and (max-width: 768px) {

	.header-site-banner {
		display: none;
	}

}




/* フッター */

#footer {
	z-index: 9;
	position: relative;
	Width: 100%;
	height: auto;
	padding: 60px 0 40px 0;
}

.footer-menu-block {
	z-index: 9;
	position: relative;
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	width: fit-content;
	height: auto;
	margin: 0px auto 50px auto;
}
.footer-menu {
	width: fit-content;
	height: 35px;
	margin: 0 10px;
	font-size: 1.1rem;
	font-weight: 600;
	line-height: 35px;
}
.footer-menu a {
	display: block;
	width: 100%;
	height: 100%;
	padding: 0 10px;
}

.footer-sns-block {
	z-index: 9;
	position: relative;
	display: flex;
	flex-direction: row;
    flex-wrap: nowrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	width: 360px;
	height: auto;
	margin: auto;
}
.footer-sns-wrap {
	z-index: 9;
	position: relative;
	width: 40px;
	height: auto;
	margin: 0 40px;
}

.footer-info-block {
	width: 90%;
	margin: 0 auto;
	padding: 30px 0 0 0;
	font-size: 1.0rem;
	font-weight: 400;
	text-align: center;
	color: #3E3A39;
}

.footer-copyright {
	width: 90%;
	height: auto;
	margin: 30px auto 0 auto;
	font-size: 0.9rem;
	font-weight: 400;
	text-align: center;
	color: #3E3A39;
}

@media print, screen and (max-width: 768px) {

	#footer {
		z-index: 9;
		position: relative;
		Width: 100%;
		height: auto;
		padding: 30px 0 20px 0;
	}

	.footer-menu-block {
		z-index: 9;
		position: relative;
		display: flex;
		flex-direction: column;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		width: fit-content;
		height: auto;
		margin: 0 auto 20px auto;
	}

	.footer-menu {
		width: fit-content;
		margin: 5px 0;
		font-size: 1.1rem;
		font-weight: 500;
		line-height: 1;
	}
	.footer-menu a {
		display: block;
		width: 100%;
		height: 100%;
		padding: 10px 0px;
	}


	.footer-sns-block {
		z-index: 9;
		position: relative;
		display: flex;
		flex-direction: row;
		flex-wrap: nowrap;
		align-content: center;
		justify-content: center;
		align-items: center;
		width: 70%;
		height: auto;
		margin: auto;
	}
	.footer-sns-wrap {
		z-index: 9;
		position: relative;
		width: 35px;
		height: auto;
		margin: 0 auto;
	}


	.footer-info-block {
		width: 90%;
		margin: 0 auto;
		padding: 30px 0 0 0;
		font-size: 0.85rem;
		font-weight: 400;
		text-align: center;
	}
	
	.footer-copyright {
		width: 90%;
		height: auto;
		margin: 30px auto 0 auto;
		font-size: 0.75rem;
		font-weight: 400;
		text-align: center;
	}

}


/* フッターバナー */

#footer-banner {
	position: relative;
	width: 100%;
	height: auto;
	background: #e1e1e1;
}
.footer-banner-block {
	width: 350px;
	height: auto;
	margin: auto;
	padding: 30px 0;
}

@media print, screen and (max-width: 768px) {

	.footer-banner-block {
		width: 80%;
		height: auto;
		margin: auto;
		padding: 30px 0;
	}

}



/* コンテンツ */

#contents-wrapper {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
	margin-top: 190px;
	padding: 50px 0;
	background-color: #F8F7F5;
}

#contents-wrap {
	display: flex;
    flex-direction: row;
    flex-wrap: nowrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
	z-index: 1;
	position: relative;
	max-width: 1080px;
	width: 100%;
	height: auto;
	margin-left: auto;
	margin-right: auto;
}

#contents-main-block {
	z-index: 1;
	position: relative;
	display: inline-block;
	width: 75%;
	margin-right: 4.5%;
}
#contents-side-block {
	z-index: 1;
	position: relative;
	display: inline-block;
	width: 20%;
}




#main-wrap {
	z-index: 1;
	position: relative;
	width: 100%;
	height: auto;
}


.inner-all {
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
}
.inner-1280 {
	max-width: 1280px;
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
}
.inner-980 {
	max-width: 980px;
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
}
.inner-880 {
	max-width: 880px;
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
}
.inner-780 {
	max-width: 780px;
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
}
.inner-680 {
	max-width: 680px;
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
}
.inner-580 {
	max-width: 580px;
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
}
.inner-480 {
	max-width: 480px;
	width: 100%;
	margin-left: auto;
	margin-right: auto; 
}




@media print, screen and (max-width: 1380px) {

	.inner-1280 {
		width: 90%;
		margin-left: auto;
		margin-right: auto; 
	}

}
@media print, screen and (max-width: 1180px) {

	#contents-wrap {
		width: 90%;
		height: auto;
		margin-left: auto;
		margin-right: auto;
	}

}
@media print, screen and (max-width: 1080px) {

	.inner-980 {
		width: 90%;
		margin-left: auto;
		margin-right: auto; 
	}

}
@media print, screen and (max-width: 980px) {
	
	.inner-880 {
		width: 90%;
		margin-left: auto;
		margin-right: auto; 
	}

}
@media print, screen and (max-width: 880px) {

	.inner-780 {
		width: 90%;
		margin-left: auto;
		margin-right: auto; 
	}

}
@media print, screen and (max-width: 980px) {

	#contents-wrapper {
		z-index: 1;
		position: relative;
		width: 100%;
		height: auto;
		margin-top: 70px;
		padding: 30px 0;
	}

	#contents-wrap {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: flex-start;
		justify-content: flex-start;
		align-items: flex-start;
	}

	#contents-main-block {
		z-index: 1;
		position: relative;
		display: inline-block;
		width: 100%;
		margin-right: 0%;
		margin-bottom: 4.5%;
	}
	#contents-side-block {
		z-index: 1;
		position: relative;
		display: inline-block;
		width: 100%;
	}

}



/* Home */
.home-contents-title {
	width: max-content;
	padding: 10px 20px;
	font-size: 1.0rem;
	line-height: 1;
	color: #fff;
	background-color: #00478b;
}

.home-contents-1 {
	display: flex;
	flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
	width: 100%;
	margin-bottom: 40px;
}
.home-contents-2 {
	display: block;
	width: 100%;
	margin: 40px auto;
}

@media print, screen and (max-width: 768px) {

	.home-contents-1 {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: row;
		width: 100%;
		margin-bottom: 40px;
	}

}







/* Home - 新着情報 */

.whats-new-wrap {
	width: calc(100% - 120px);
	margin: 0 0 0 auto;
}
.whats-new-block {
	width: 100%;
}
.whats-new-contents {
	display: flex;
	flex-wrap: nowrap;
	width: 100%;
	padding: 6px 0;
	border-top: 1px solid #c9caca;
}
.whats-new-contents:last-of-type {
	border-bottom: 1px solid #c9caca;	
}
.whats-new-date {
	display: inline-flex;
	width: 90px;
	margin-right: 10px;
	font-size: 0.9rem;
	font-weight: 600;
}
.whats-new-title {
	display: inline-flex;
	width: calc(100% - 100px);
	font-size: 0.9rem;
	font-weight: 600;
}
.whats-new-title a {
	color: #00478b;
	text-decoration: none;
}
.whats-new-title a:hover {
	color: #e60012;
	text-decoration: underline;
}


@media print, screen and (max-width: 768px) {

	.whats-new-wrap {
		width: 100%;
		margin: 15px 0 0 0;
	}

}



/* Home - おすすめ情報 */
.recommend-wrap {
	display: inline-flex;
	flex-wrap: wrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
	width: 100%;
}

.recommend-title {
	width: calc(100% - 150px);
	margin: 0 0 0 auto;
	font-size: 1.2rem;
	font-weight: 600;
}
.recommend-title a {
	color: #00478b;
	text-decoration: none;
}
.recommend-title a:hover {
	color: #e60012;
	text-decoration: underline;
}

.recommend-contents {
	display: flex;
	flex-wrap: nowrap;
    align-content: flex-start;
    align-items: flex-start;
    justify-content: flex-start;
    flex-direction: row;
	width: 100%;
	margin-top: 20px;
}
.recommend-thumbnail {
	width: 50%;
	height: 19.5vw;
	margin-right: 2.5%;
}
.recommend-att {
	width: 47.5%;
}
.recommend-excerpt {
	width: 100%;
	margin-bottom: 15px;
	font-size: 1.0rem;
	font-weight: 400;
	line-height: 1.5;
}
.recommend-category-item {
	width: max-content;
	margin: 0;
	padding: 0 10px;
	font-size: 0.8rem;
	font-weight: 400;
	color: #fff;
}
.recommend-date {
	margin-top: 5px;
	font-size: 0.85rem;
	font-weight: 500;
}

@media print, screen and (max-width: 768px) {

	.recommend-title {
		width: 100%;
		margin: 15px 0 0 0;
		font-size: 1.2rem;
		font-weight: 600;
		line-height: 1.4;
	}

	.recommend-contents {
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
		align-items: flex-start;
		justify-content: flex-start;
		flex-direction: row;
		width: 100%;
		margin-top: 10px;
	}
	.recommend-thumbnail {
		width: 100%;
		height: 50vw;
		margin-right: 0%;
		margin-bottom: 10px;
	}
	.recommend-att {
		width: 100%;
	}

}




/* Home - 情報一覧 */

.info-index-wrap {
	width: 100%;
	margin: auto;
}

.info-index-list {
	position: relative;
	width: 100%;
	height: auto;
	margin: 20px auto;
	padding: 0;
	display: flex; 
	flex-wrap: wrap;
}
.info-index-list li {
	display: inline-block; 
	width: calc((100% - 106px) / 3);
	height: auto; 
	margin: 0 20px 20px 0;
	padding: 10px; 	
	font-size: 1.0rem; 
	font-weight: 400; 
	text-align: left; 
	vertical-align: top;
	background-color: #fff;
	border: 1px solid #dcdddd;
	overflow: hidden;
}
.info-index-list li:nth-child(3n) {
	margin: 0 0 20px 0; 
}
.info-index-list li:hover {
	background-color: #eef7ff;
}
.info-index-list li a {
	/*
	display: block;
	width: calc(100% - 20px);
	height: calc(100% - 20px);
	padding: 10px; 
	*/
}
.info-index-list li .info-index-title {
	width: 100%;
	margin: 10px 0;
	font-size: 1.0rem;
	font-weight: 600;
	line-height: 1.4;
	text-align: left;
}
.info-index-list li .info-index-title a {
	color: #00478b;
	text-decoration: none;
}
.info-index-list li .info-index-title a:hover {
	color: #e60012;
	text-decoration: underline;
}

.info-index-thumbnail {
	width: 100%;
	height: 12.2vw;
	margin: auto;
}

.info-index-att {
	display: flex;
	flex-direction: row;
	flex-wrap: nowrap;
	align-content: center;
	align-items: center;
	width: 100%;
	height: auto;
	margin: 10px auto;
}
.info-index-category {

}
.info-index-category-item {
	width: max-content;
	margin: 0;
	padding: 0.8px 10px;
	font-size: 0.8rem;
	font-weight: 400;
	color: #fff;
}
.info-index-date {
	width: 100%;
	font-size: 0.85rem;
	font-weight: 500;
	text-align: right;
	color: #000;
}

@media print, screen and (max-width: 900px) {

	.info-index-list li {
		display: inline-block; 
		width: calc((100% - 65px) / 2);
		height: auto; 
		margin: 0 20px 20px 0;
		padding: 10px; 	
		font-size: 1.0rem; 
		font-weight: 400; 
		text-align: left; 
		vertical-align: top;
		background-color: #fff;
		border: 1px solid #dcdddd;
		overflow: hidden;
	}
	.info-index-list li:nth-child(3n) {
		margin: 0 20px 20px 0; 
	}
	.info-index-list li:nth-child(2n) {
		margin: 0 0 20px 0; 
	}

}
@media print, screen and (max-width: 768px) {

	.info-index-list li {
		display: inline-block; 
		width: calc((100% - 55px) / 2);
		height: auto; 
		margin: 0 10px 10px 0;
		padding: 10px; 	
		font-size: 1.0rem; 
		font-weight: 400; 
		text-align: left; 
		vertical-align: top;
		background-color: #fff;
		border: 1px solid #dcdddd;
		overflow: hidden;
	}
	.info-index-list li:nth-child(3n) {
		margin: 0 10px 10px 0; 
	}
	.info-index-list li:nth-child(2n) {
		margin: 0 0 10px 0; 
	}

	.info-index-list li .info-index-title {
		width: 100%;
		margin: 10px 0;
		font-size: 0.9rem;
		font-weight: 600;
		line-height: 1.25;
		text-align: left;
	}

	.info-index-thumbnail {
		width: 100%;
		height: 25vw;
		margin: auto;
	}

	.info-index-att {
		display: flex;
		flex-direction: row;
		flex-wrap: wrap;
		align-content: center;
		align-items: center;
		width: 100%;
		height: auto;
		margin: 10px auto 0 auto;
	}

	.info-index-category {
		width: 100%;
		margin: 5px 0;
	}

	.info-index-date {
		width: 100%;
		font-size: 0.85rem;
		font-weight: 500;
		text-align: left;
		color: #000;
	}

}
@media print, screen and (max-width: 580px) {



}



/* Sidebar */
.sidebar-contents-title {
	width: calc(100% - 10px);
	margin: 0;
	padding: 10px 5px;
	font-size: 1.0rem;
	line-height: 1;
	color: #fff;
	text-align: center;
	background-color: #00478b;
}

.sidebar-contents-1 {
	display: block;
	width: 100%;
	margin: 0 auto 40px auto;
	border: 1px solid #dcdddd;
}


/* Sidebar - 人気記事 */
.popular-list {
	position: relative;
	width: 100%;
	height: auto;
	margin: 0 auto;
	padding: 0;
	display: flex; 
	flex-wrap: wrap;
	background-color: #fff;
}
.popular-list li {
	display: inline-block; 
	width: calc(100% - 20px);
	height: auto; 
	margin: 0;
	padding: 10px;
	font-size: 1.0rem; 
	font-weight: 400; 
	text-align: left;
	border-bottom: 1px solid #dcdddd;
	overflow: hidden;
}

.popular-thumbnail {
	width: 100%;
	height: 9.3vw;
	margin: auto;
}
.popular-title {
	width: 100%;
	margin: 10px 0 0 0;
	font-size: 0.9rem;
	font-weight: 600;
	line-height: 1.4;
	color: #00478b;
}
.popular-date {
	font-size: 0.85rem;
	font-weight: 500;
	color: #000;
}
.popular-views {
	width: 100%;
	margin: 0;
	font-size: 0.85rem;
	font-weight: 400;
	color: #000;
}

@media print, screen and (max-width: 768px) {

	.popular-thumbnail {
		width: 100%;
		height: 46vw;
		margin: auto;
	}

}




/* Sidebar - 人気おすすめタグ */
.recommend-tags-list {
	width: calc(100% - 20px);
	padding: 10px;
	background-color: #fff;
}
.recommend-tags-list span {
	padding-right: 10px;
	font-size: 0.85rem;
	font-weight: 400;
	color: #000;
}
.recommend-tags-list span a {
	color: #00478b;
}
.recommend-tags-list span a:hover {
	color: #e60012;
	text-decoration: underline;
}



/* Sidebar - 人気おすすめタグ */
.author-list {
	width: 100%;
}

.authors {
	display: flex;
	flex-wrap: wrap;
    align-content: flex-start;
    justify-content: flex-start;
    align-items: flex-start;
	width: 90%;
	padding: 5%;
	background-color: #fff;
}

.author-profile {
	width: 42%;
	margin: 4%;
}
.author-profile a {
	display: block;
	width: 100%;
	height: 100%;
}
.author-profile a .author-name {
	font-size: 0.8rem;
	color: #00478b;
}
.author-profile a:hover .author-name {
	color: #e60012;
	text-decoration: underline;
}

.author-thumbanil {
	width: 100%;
	height: 80px;
}







/* 記事ページ */

.article-post-header {
	width: 100%;
}

.article-post-att {
	display: inline-block;
	width: 100%;
	margin: 10px 0 25px 0;
}
.article-post-category {
	display: inline-flex;
	width: fit-content;
}
.article-post-date {
	display: inline-flex;
	width: fit-content;
	margin: 0 0 0 20px;
	line-height: 23px;	
}
.article-post-user {
	position: relative;
	width: fit-content;
	line-height: 23px;
	float: right;
}
.article-post-user a {
	color: #00478b;
}
.article-post-user a:hover {
	color: #e60012;
	text-decoration: underline;
}


.article-post-tag {
	display: flex;
	flex-direction: row;
    flex-wrap: wrap;
    align-content: center;
    justify-content: center;
    align-items: center;
	width: 100%;
	margin-top: 50px;
	padding: 30px 0;
	background-color: #fff;
}
.article-tag-list {
	width: max-content;
	margin: 10px;
	padding: 10px 20px;
	font-size: 1.0rem;
    font-weight: 500;
	line-height: 1;
	border: 1px solid #444444;
}
.article-tag-list a {
	width: max-content;
	color: #444444;
}



/* タグページ */
.tag-index-title {
	width: calc(100% - 30px);
	margin: 50px 0 25px 0;
	padding: 15px 15px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background-color: #00478b;
}





/* ライターページ */
.author-index-user-wrap {
	display: flex;
	width: calc(100% - 30px);
	padding: 15px;
	border: 1px solid #888888;
	background-color: #fff;
}

.author-index-user-thumbanil {
	width: 200px;
	height: 200px;
}
.author-index-user-info {
	width: calc(100% - 150px);
	padding-left: 20px;
}
.author-index-user-name {
	width: 100%;
	padding-bottom: 5px;
	font-size: 1.5rem;
	font-weight: 700;
}
.author-index-user-profile {
	width: 100%;
	font-size: 0.9rem;
	font-weight: 400;
	line-height: 1.5;
}

.author-index-title {
	width: calc(100% - 30px);
	margin: 50px 0 25px 0;
	padding: 15px 15px;
	font-size: 1.3rem;
	font-weight: 700;
	line-height: 1;
	color: #fff;
	background-color: #00478b;
}



