@charset "utf-8";

/*

name: blogtop-detail07-(詳細なし) i0-t1-ta1-d0

designer: GENOVa

count_image:0
count_text:1
count_textarea:1
count_doc:0

*/


/* -- detail07 CSS START -- */
#main .contentsBox{
	margin-bottom: 0;
}
/* box style */
#main #contents #box01Wrap {
	clear: left;
	text-align: left;
	font-size: 1.6em;
}
#main #contents #box01WrapInner {
	width: 530px;
	margin-left: 10px;
	text-align: left;
}
#main #contents .box01 {
	width: 530px;
	margin-right: 3px;
	margin-left: 9px;
	
}
h5.elementor-heading-title {
	max-width: 520px;
	width: calc(100% - 15px);
	color:#FFFFFF;
	font-weight:normal;
	font-size: 12px;
	line-height: 17px;
	padding: 5px 10px 5px 30px;
	margin-left: 10px;
	border-radius: 5px;
	background: linear-gradient(to right, #b30013, #930010);
	box-shadow: 5px 5px 5px rgba(0,0,0,0.3);
	position: relative;
}
h5.elementor-heading-title:before{
	content: '';
	width: 5px;
	background-image: url('../img/child/angle-right.jpg');
	background-repeat: no-repeat;
	background-size: 100%;
	background-position: center;
	position: absolute;
	top: 0;
	bottom: 0;
	left: 17px;
}
#main #contents .box02 {
	float: left;
	width: 520px;
	margin-right: 3px;
	margin-left: 4px;
	margin-bottom: 25px;
	
}

#main #contents .box02Textarea {
    margin: 0px 0px 0px 0px;
    font-size: 1.2em;
    line-height: 1.4em;
}
.ml10{
	margin-left: 10px;
}
.contentsBoxBody p{
	margin-left: 0;
}
.df{
	display: flex;
}
.jcsb{
	justify-content: space-between;
}
.jcc{
	justify-content: center;
}
.jcfe{
	justify-content: flex-end;
}
.aife{
	align-items: flex-end;
}
.aic{
	align-items: center;
}
.aifs{
	align-items: flex-start;
}
.yt_iframe iframe{
	height: 300px;
}
.mb10{
	margin-bottom: 10px !important;
}
.category-news.category-2 #main .contentsBox.cate_h4{
	display: none;
	margin: 0;
}
@media only screen and (min-width: 768px){
	.ml10pc{
		margin-left: 10px !important;
	}
	.ml40pc{
		margin-left: 40px !important;
	}
	.dfpc{
		display: flex;
	}
}
@media only screen and (max-width: 767px){
	#side{
		display: none !important;
	}
	#main #contents .box02,
	#main #contents .box01{
		width: 100%;
		max-width: 100%;
		margin: 0;
	}
	#main #contents .box02{
		margin-bottom: 25px;
	}
	#main .contentsBox .contentsBoxTitle{
		max-width: 100%;
	}
	#main #contents .box01 .box01Title{
		width: 100%;
		max-width: 100%;
	}
	h5.elementor-heading-title{
		max-width: 100%;
		width: 100%;
		margin-left: 0;
	}
	.jcc_sp{
		justify-content: center;
	}
	.yt_iframe iframe{
		height: 60vw;
	}
}