



















.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
	padding: 40px 0 9px !important;
}


@media only screen and (max-width: 767px){
	.blocks-gallery-grid .blocks-gallery-image figcaption, .blocks-gallery-grid .blocks-gallery-item figcaption, .wp-block-gallery .blocks-gallery-image figcaption, .wp-block-gallery .blocks-gallery-item figcaption {
		padding: 40px 0 9px !important;
	}
}







.mokujigroup{
	padding: 20px;
	background: #f9f9f9;
	border-radius: 10px;
	margin-bottom: 30px
}
.mokujigroup h3{
	font-size: 20px;
    line-height: 130%;
    font-weight: bold;
    color: #333;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: 1px solid #ccc;
}
.mokujigroup div > ol{
	margin: 0;
	list-style:none;
}

.mokujigroup div > ol > li::marker{
	display:none;
	content:"";
}
.mokujigroup div > ol > li{
	margin: 0;
	padding: 4px 0 0 0;
	font-size: 14px;
	position: relative;
	list-style-type: none !important;
	
}
.mokujigroup div > ol > li a{
	color: #FD00AA;
	font-weight: normal;
}


.mokujigroup div > ol > li ol{
	display: flex;
	flex-wrap: wrap;
	margin: 2px 0 0 0;
}

.mokujigroup div > ol > li ol li{
	display: block;
	width: calc(100% - 16px);
	border-bottom: none;
	margin: 0;
	padding: 0 0 3px 16px;
	position: relative;
	font-size: 14px;
}




.kanrenkijibox::before{
	content: "関連する記事";
	position: absolute;
	top: 0;
	left: 50%;
	
	transform: translate(-50%,-50%);
	background: #3388FF;
	padding: 11px 20px 8px 20px;
	line-height: 100%;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
}
.kanrenkijibox{
	border: 2px solid #ddd;
	border-radius: 8px;
	padding: 15px 10px 10px 10px;
	position: relative;
	margin-bottom: 30px;
}
.kanrenkijibox div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.kanrenkijibox div figure{
	margin: 0;
	width: 30%;
	border-radius: 8px;
	overflow: hidden;
}
.kanrenkijibox div p.kanrentitle{
	width: 65%;
}




.osusumeshohin::before{
	content: "おすすめ商品";
	position: absolute;
	top: 0;
	left: 50%;
	
	transform: translate(-50%,-50%);
	background: #E73DC0;
	padding: 11px 20px 8px 20px;
	line-height: 100%;
	color: #fff;
	font-weight: bold;
	border-radius: 30px;
}
.osusumeshohin{
	border: 2px solid #ddd;
	border-radius: 8px;
	padding: 15px 10px 10px 10px;
	position: relative;
	margin-bottom: 15px;
	margin-top: 20px;
}
.osusumeshohin div{
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
.osusumeshohin div figure{
	margin: 0;
	width: 30%;
	border-radius: 8px;
	overflow: hidden;
}
.osusumeshohin div p.osusumetitle{
	width: 65%;
}






/*
.osusumelist{
	padding: 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: 0 0 5px rgba(0,0,0,.1);
	border: 3px solid #ccc;
}*/
.osusumelist{
	padding: 50px 0 30px;
	background: #fff;
	border-radius: 10px;
	box-shadow: none;
	border: none;
}
.osusumelist h3{
	font-size: 20px;
    line-height: 130%;
    font-weight: bold;
    color: #333;
    padding: 0 0 5px 0;
    margin: 0 0 10px 0;
    border-bottom: none;

}
.osusumelist .wp-block-columns {
	margin-bottom: 0;
	justify-content: center;
}


.osusumelist .wp-block-columns .wp-block-column{
	width: 45%;
	flex-basis:auto !important;
	flex-grow: 0 !important;
}



.osusumelist .wp-block-column p{
	padding: 0 0 0 20px;
	font-size: 13px;
	position: relative;
}
.osusumelist .wp-block-column .wp-block-image img{
	border: 2px solid #eee;
}
.osusumelist .wp-block-column p::before{
	content: "";
	position: absolute;
	width:4px;
	height: 4px;
	top: 0.6em;
	left: 3px;
	transform: rotate(-45deg) ;
	border-right: 2px solid #ddd;
	border-bottom: 2px solid #ddd;
	z-index: 1
}

.osusumelist .wp-block-column p::after{
	content: "";
	position: absolute;
	width:14px;
	height: 14px;
	top: 0.3em;
	left: 0;
	border-radius: 50%;
	background: #45aab8;
	z-index: 0
}


.osusumelist .wp-block-column .wp-block-image{
	margin-bottom: 10px;
}


.single-contents > h2{
	padding:20px 17px 18px 22px;
	margin-bottom: 10px;
	background: #E10000;
	position: relative;
	text-align: left;
	color: #fff;
	
	border-radius: 8px;
	
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}




.single-contents > h3{
	margin-bottom: 10px;
	position: relative;
	border-bottom: none;
	padding:15px 17px 13px 19px;
	background: #eee;
	text-align: left;
	color: #333;
	
	border-radius: 8px;
	
	font-family: YuGothic, "Yu Gothic medium", "Hiragino Sans", Meiryo, "sans-serif"
}


.mfprofile{
	padding: 20px 20px 0 20px;
	background: #fff;
	border-radius: 10px;
	margin-bottom: 30px;
	margin-top: 30px;
	border: 3px solid #00abef;

}
.mfprofile h2{
	font-size: 20px;
    line-height: 130%;
    font-weight: bold;
    padding: 0 0 10px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
	color: #222;
	text-align: center;
}
.mfprofile h3{
	font-size: 20px;
    line-height: 130%;
    font-weight: bold;
    color: #333;
    padding: 0 0 5px 0;
    margin: 0 0 15px 0;
    border-bottom: 1px solid #ccc;
}
.mfprofile p{
    margin: 0 0 30px 0;
	padding: 0 0 0 0;
}

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

	.mokujigroup{
		padding: 15px 15px 35px 15px;
		background: #f9f9f9;
		border-radius: 10px;
	}
	.mokujigroup h3{
		font-size: 14px;
		line-height: 130%;
		font-weight: bold;
		color: #333;
		padding: 0 0 5px 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #ccc;
	}
	.mokujigroup div > ol{
		margin: 0;
	}
	.mokujigroup div > ol > li{
		margin: 0;
		padding: 5px 0 0 0;
		font-size: 14px;
		position: relative;

	}
	.mokujigroup div > ol > li a{
		color: #FF00D9;
		font-weight: normal;
		
	}
	.mokujigroup div > ol > li ol{
		display: flex;
		flex-wrap: wrap;
		margin: 2px 0 0 0;
	}

	.mokujigroup div > ol > li ol li{
		display: block;
		width: calc(100% - 16px);
		border-bottom: none;
		margin: 0;
		padding: 3px 0 1px 16px;
		position: relative;
		font-size: 14px;
	}



	.osusumelist{
		padding: 20px;
		background: #fff;
		border-radius: 10px;
		border: 3px solid #ccc;
	}
	.osusumelist .wp-block-columns {
		display: flex;
		margin-bottom: 0;
		flex-wrap: wrap;
justify-content: center;
	}
	.osusumelist .wp-block-columns .wp-block-column{
		width: 45%;
		flex-basis:auto !important;
		flex-grow: 0 !important;
	}
	.wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
		flex-basis: auto !important;
	}
	.osusumelist .wp-block-columns .wp-block-column p{
		line-height: 150%;
	}

	.single-contents > h2{
		padding:10px 12px 8px 14px;
		margin-bottom: 10px;
		position: relative;
		font-size: 20px;
	}

	.single-contents > h3{
		padding:10px 12px 8px 14px;
		margin-bottom: 10px;
		position: relative;
		font-size: 18px;
		border-bottom: none;
	}





	.mfprofile{
		padding: 15px 15px 0 15px;
		background: #fff;
		border-radius: 10px;
		margin-bottom: 30px;
		margin-top: 30px;
		border: 3px solid #00abef;

	}
	.mfprofile h2{
		font-size: 18px;
		line-height: 130%;
		font-weight: bold;
		padding: 0 0 10px 0;
		margin: 0 0 15px 0;
		border-bottom: 1px solid #ccc;
		color: #222;
		text-align: center;
	}
	.mfprofile h3{
		font-size: 16px;
		line-height: 130%;
		font-weight: bold;
		color: #333;
		padding: 0 0 5px 0;
		margin: 0 0 10px 0;
		border-bottom: 1px solid #ccc;
	}


	
}


@media (max-width: 781px) {
    .wp-block-columns:not(.is-not-stacked-on-mobile)>.wp-block-column {
        flex-basis: auto !important;
    }
}


.wp-block-image {
	margin-left: auto ;
	margin-right: auto;
	text-align: center;
}




.notfound{
	
	padding: 80px 0 80px;
	text-align: center;

}
.notfound h2{
	font-size: 32px;
	margin-bottom: 60px;
	line-height: 160%;}

.notfound p{
	font-size: 18px;
	margin-bottom: 60px;
}

@media screen and (max-width: 800px) {
}







.wp-block-table table{
	border-top: 1px solid #ccc;
	border-left: 1px solid #ccc;
}
.wp-block-table th,.wp-block-table td{
	border-bottom: 1px solid #ccc;
	border-right: 1px solid #ccc;
	padding: 10px;
}




.single-contents{
	
}



.single-contents ul{
	
}

.single-contents ul li{
	list-style-type:disc !important;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}

.single-contents ol li{
	list-style-type:decimal !important;
	font-size: 16px;
	font-weight: bold;
	margin-bottom: 4px;
}


#blogTitle h1 {
    font-size: 24px;
    margin: 60px 0px 0 0px;
}
.pagetitle{
	padding: 0px 0px 5px 0px;
	margin: 0px auto 10px auto;
}


.wrapper {
    margin: auto;
    max-width: 1070px;
    padding: 60px 30px 50px 30px;
}
#blogTitle h2 {
	margin: 0 0px 0 0px;
    padding: 60px 0px 0 0px;
    text-align: center;
    font-size: 38px;
    font-weight: 400;
    letter-spacing: .1em;
    color: #333;
}
.mobile-display-none {
	display: none;
}

.fistImg{
	margin-bottom: 0;
}
.fistImg img{
	vertical-align: inherit;
	display: block;
	border-radius: 8px;
	box-shadow: 0 0 20px rgba(0,0,0,.1);
}

.single-contents > figure.wp-block-image:nth-of-type(1){
	display: none;
}




.breadcrumb{
	border-bottom: 1px solid #ddd;
	padding: 10px 0;
	text-align: center;
}



.block-three{
	margin: 0;
}
.blogLists{
	padding: 0;
}

.widget-title{
	line-height: 100%;
	padding: 0 0 10px;
}

#blogcont .breadcrumb {
	border-bottom: 1px solid #ddd;
	padding: 0 10px 10px;
	text-align: center;
}
#blogcont .breadcrumb div {
    display: inline-block;
    font-size: 11px;
    color: #999;
}
.twothird .single-contents {
	margin: 0 0 40px 0;
}



@media only screen and (min-width: 375px) and (max-width: 479px) {
    .wrapper {
        width: 90%;
        margin: 0 auto;
		     padding:30px 0 30px 0;

   }
	
	.single-contents ul li{
		font-size: 15px;
	}
	
	.single-contents ol li{
		font-size: 15px;
	}

	.fistImg{
		margin-bottom: 20px;
	}
	
	


	#blogTitle h1 {
		font-size: 24px;
		margin: 30px 0px 0 0px;
	}

	.blogLists{
		padding: 0 0 40px 0 ;
	}

	.blog-title {
		font-size: 20px;
		line-height: 130%;
		font-weight: bold;
		color: #333;
		margin: 15px 0px 15px 0px;
		padding: 12px 0px 11px 0px;
		border-top: 3px double #ccc;
		border-bottom: 1px solid #ccc;
	}

	#blogcont .breadcrumb {
		border-bottom: 1px solid #ddd;
		padding: 0 10px 10px;
		text-align: center;
	}
	
	
    .twothird .single-contents {
        margin: 0 0 40px 0;
    }

}











p.koukitext{
	text-indent: 50px;
	position: relative;
}
p.koukitext:before {
    content: '';
    width: 40px;
    left: 0;
    top: 28px;
    height: 1px;
    position: absolute;
    background: #868686;
}






.promomovblog {
    position: relative;
    width: calc(100% - 8px);
    padding-top: 55%; /* 16:9のアスペクト比 */
    height: 0;
	margin: 15px auto 30px;
		border: 4px solid #eee;
}

.promomovblog iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}



