/*ブログ全体*/
div#blog{
	width: 100%;
	margin-bottom:1em;
	background:#f0f0f0;
}
div#blog section.mainWrap{
	margin: 0 auto 3em;
	background:#fff;
}
/*ブログメインコンテンツ*/
div#blog section h1 {
	font-size: 20px;
	padding: 20px;
	font-weight: 500;
	line-height: 1.5;
}
div#blog section.contentsWrap h2{
	padding:0;
	margin:0;
	background-color:#d8251f;
	background-size: unset;
	background-position: unset;
	background-image: unset;
}
div#blog section.contentsWrap h3{
	border-top:none;
	border-left:solid 5px #d8251f;
	border-bottom:none;
	padding: 10px 10px 10px 17px;
	font-size: 18px;
	font-weight: 500;
	margin-bottom: 20px;
}
div#blog section div#mokuji{
	margin:0 0 3em 0;

}
div#blog section h2.mokujiTitle{
	width: 100%;
	color:#fff;
	font-size: 16px;
	line-height: 2.5em;
	font-weight: 500;
	text-align: center;
	border-radius:10px 10px 0 0;
}
div#blog section ul.mokujiList{
	background:#f2f2f2;
	padding:1em 2em;
	counter-reset: num;
	border-radius:0 0 10px 10px;
}
div#blog section ul.mokujiList li{
	display: block;
	position: relative;
	line-height:2.5em;
	margin:0 0 0 1.5em;
}
div#blog section ul.mokujiList li:hover{
	font-weight:500;
	text-decoration:underline;
}
div#blog section ul.mokujiList li::before{
	position: absolute;
	top:0;
	left:-1.5em;
	font-size: 16px;
	font-weight: 500;
	color:#d8251f;
	counter-increment: num;
	content: counter(num)".";
	padding-right:.5em;
}
div#blog section.mainWrap div.blogData{
	display:flex;
	flex-direction: column;
}
div#blog section.mainWrap div.dataBox{
	display:flex;
	margin:0 20px;
}
div#blog section div#category,
div#blog section div#date {
	display: inline-block;
	position: relative;
	font-weight:500;
	font-size:1em;
	color:#999;
	padding:0 1.5em;
	margin:0 0 1.5em 0;
}
div#blog section div#category::after,
div#blog section div#date::after {
	position: absolute;
	top:0;
	left:0;
	color:#d8251f;
}
div#blog section div#date::after{
	content: "\f073";
	font-weight: 900;
	font-family:'Font Awesome 5 Free';
}
div#blog section div#category::after{
	content: "\f02b";
	font-weight: 900;
	font-family:'Font Awesome 5 Free';
}
div#blog section div#main_visual {
	padding: 0 20px;
}
div#blog section div#main_visual img {
	width: 100%;
	height: auto;
	object-fit: cover;
	display: block;
	margin-bottom: 3em;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}
div#blog section div#content {
	padding: 0 20px;
	line-height: 1.5rem;
}
div#blog section div#content img {
	width: 100%;
	height: auto;
	border: solid 1px #eee;
	margin-bottom: 3em;
	box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
}
div#blog section div#content div.text {
	margin-bottom: 30px;
	font-size: 16px;
	font-weight: 300;
	line-height:1.8em;
}
div#blog section div#content div.text img {
    width: 100% !important; 
    height: auto !important;    
    float: none !important;
}
div#blog section div#content div.text strong {
	font-weight: 600;/*元500*/
}
/*黄色いマーカー追加*/
div#blog section div#content div.text u {
	background: linear-gradient(transparent 40%, #ffff66 40%);
	text-decoration: none;
}
section#snsArea{
	width:100%;
	background:#f0f0f0;
}
section#snsArea ul{
	display: none;
}
section#snsAreaSP ul{
	display: flex;
	width: 100%;
	margin: 0 auto;
	justify-content: space-around;
	background:#f0f0f0;
	padding:1em;
}
section#snsAreaSP ul li {
	width: 65px;
}
section#snsAreaSP ul li a img{
	width: 100%;
}
/*見出し調整用*/
div#m1,div#m2,div#m3,div#m4,div#m5,div#m6,div#m7,div#m8 {
	padding-top: 85px;
	margin-top: -85px;
}
/*一覧に戻るボタン*/
div.back2list {
    margin-top: 60px;
	padding-bottom: 80px;
}
div.back2list > a.btn {
	width: 400px;
	margin: 0 auto;
	display: block;
	font-size: 24px;
	font-weight: 500;
	color: #E60011;
	text-align: center;
	background-color: #fff;
	padding: 23px 0;
	border: 1px solid #E60011;
	border-radius: 8px;
	filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, .2));
	position: relative;
}
div.back2list > a.btn::before {
	position: absolute;
	top: 50%;
	left: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f053';
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
div.back2list > a.btn:hover {
	opacity: 0.8;
	filter: drop-shadow(0px 0px 0px #fff);
	transform: translate3d(0, 6px, 0);
}
/*装飾用コード*/
div#blog section.contentsWrap .checkBox{
	background:#f0f0f0;
	margin:1.5em 0;
	padding:1.5em;
}
div#blog section.contentsWrap .checkBox ul{
	padding-left:1.5em;
}
div#blog section.contentsWrap .checkBox ul li{
	display: block;
	position: relative;
	line-height:1.8em;
	padding-left: .3em;
	padding-bottom:1.2em;
}
div#blog section.contentsWrap .checkBox ul li:last-child{
	padding-bottom:0;
}
div#blog section.contentsWrap .checkBox ul li::before{
	position: absolute;
	top:0;
	left:-1.5em;
	color:#d8251f;
	content: "\f00c";
	font-family:'Font Awesome 5 Free';
	padding-right:.5em;
}
div#blog section.contentsWrap .blogLinks{
	margin:3em 0;
}
div#blog section.contentsWrap .blogLinks p{
	width: 90%;
	max-width:350px;
	margin:0 auto 1.5em;
	border-radius:10px;
}
div#blog section.contentsWrap .blogLinks p.red{
	background:#d8251f;
}
div#blog section.contentsWrap .blogLinks p.blue{
	background:#0192ff;
}
div#blog section.contentsWrap .blogLinks p a{
	display:block;
	position: relative;
	color:#fff;
	padding: 1.2em 3em 1.2em 1.5em;
}
div#blog section.contentsWrap .blogLinks p a::before{
	display:none;
}
div#blog section.contentsWrap .blogLinks p a::after{
	position: absolute;
	top:1.2em;
	right:1.2em;
	color:#fff;
	content: "\f138";
	font-family:'Font Awesome 5 Free';
	transition: 0.3s;
}
div#blog section.contentsWrap .blogLinks p:hover{
	opacity: 0.6;
}
div#blog section.contentsWrap .blogLinks p a:hover::after{
	transform: translate(5px,0);
}
div#blog section.contentsWrap h4{
	padding:.5em 1.2em;
	border-radius:10px 10px 0 0;
}
div#blog section.contentsWrap .redBox{
	background:#f0f0f0;
	margin:1.5em 0;
	border-radius:10px;
}
div#blog section.contentsWrap .redBox h4{
	background:#d8251f;
	color:#fff;
}
div#blog section.contentsWrap .grayBox{
	background:#f0f0f0;
	margin:1em 0;
	border-radius:10px;
}
div#blog section.contentsWrap .grayBox h4{
	background:#999999;
	color:#fff;
}
div#blog section.contentsWrap .BoxText{
	padding:1.2em;
}
div#blog section.contentsWrap .BoxText p{
	line-height:1.8em;
	font-size:.9em;
}
div#blog section.contentsWrap .BoxText span{
	display: inline-block;
	font-size: 16px;
	font-weight: 500;
	line-height: 1.8em;
	padding-bottom: .5em;
}
div#blog section.contentsWrap .redBox .BoxText span{
	color:#d8251f;
	font-size: 1.1em;
}
div#blog section.contentsWrap a{
	font-size: 16px;
	display:block;
	position: relative;
    width: 100%;
	/*max-width: max-content;*/
}
/*hover*/
div#blog section.contentsWrap a:hover img {
    opacity: 0.8;
}
/*ブログサイドメニュー*/
div#blog aside#side {
	width: 90%;
}
div#blog aside#side h2 {
	background: #d8251f;
	color: #fff;
	font-size: 17px;
	font-weight: 400;
	padding: 22px 0;
	text-align: center;
}
div#blog aside#side h2:first-of-type {
	margin-bottom: 20px;
}
div#blog aside#side h2:nth-of-type(2) {
	margin-top: 50px;
}
div#blog aside#side > a {
	display: block;
	width: 100%;
	margin-bottom: 10px;
	box-shadow: 1px 1px 3px #ccc;
}
div#blog aside#side > a:hover {
	opacity: 0.8;
}
div#blog aside#side > a img {
	width: 100%;
}
/*テキスト*/
div#blog aside#side > p {
    font-size: 14px;
    font-weight: 500;
    color: #1F2537;
    margin-top: 8px;
    margin-bottom: 20px;
}

div#blog aside#side ul li {
	width: 100%;
	padding: 20px 0;
	border-bottom: solid 1px #ccc;
}
/*最新記事*/
div#blog aside#side ul li > a {
	display: block;
	overflow: hidden;
}
div#blog aside#side ul li > a:hover {
	opacity: 0.8;
	font-weight: 500;
}
div#blog aside#side ul li a div.pic {
	width: 30%;
	height: 64px;
	text-align: center;
	float: left;
}
div#blog aside#side ul li a div.pic img {
	width: 100%;
	height: 100%;
	object-fit: contain;
}
div#blog aside#side ul li div.title {
	width: 65%;
	float: right;
	font-size: 16px;
	line-height: 1.4;
	display: -webkit-box;
	-webkit-line-clamp: 3;
	-webkit-box-orient: vertical;
	overflow: hidden;
}


@media screen and (min-width: 1080px) {
	/*ブログ全体*/
	div#blog {
		width: 100%;
		margin: 0 auto ;
		background:#f0f0f0;
		padding-bottom: 80px;
	}
	div#blog section.mainWrap{
		display: flex;
		flex-direction: column;
        width: 100%;
		max-width: 1200px;
		margin: 0 auto;
		background:#fff;
	}
	div#blog section#snsArea{
		width:100%;
		background:#f0f0f0;
		margin-bottom:0;
		padding: 16px 0;
	}
	/*ブログメインコンテンツ*/
	div#blog section.mainWrap div.blogData{
		width: calc((100% - 320px)*0.9);
		margin:0;
		padding: 0 2em;
	}
	div#blog section.mainWrap div.dataBox{
		margin:0;
		font-size: 16px;
	}
	div#blog section.mainWrap section.contentsWrap{
		display: flex;
		justify-content: space-between;
		width: 100%;
		margin-bottom:0;
		padding: 0 2em;
	}
	div#blog section {
		width: calc((100% - 320px)*0.9);
		margin-bottom:1.5em;
	}
	div#blog section h1 {
		font-size: 28px;
		padding: 30px 0;
	}
	div#blog section div#category {

	}
	div#blog section div#main_visual img {
		width: 100%;
		height: auto;
		box-shadow: 0 10px 25px 0 rgba(0, 0, 0, .2);
	}
	div#blog section div#content {
		padding: 0 .5em;
	}
	div#blog section div#content h3 {
		font-size: 20px;
		font-weight: 500;
		margin-bottom: 30px;
	}
	section#snsArea ul{
		display: flex;
		width: 590px;
		margin: 0 auto;
		justify-content: space-around;
	}
	section#snsArea ul a {
		display: block;
		filter: drop-shadow(0px 4px 0px rgba(0, 0, 0, .2));
	}
	section#snsArea ul a:hover {
		opacity: 0.8;
		filter: drop-shadow(0px 0px 0px rgba(0, 0, 0, .2));
		transform: translate3d(0, 4px, 0);
	}
	section#snsAreaSP{
		margin: 0;
	}
	section#snsAreaSP ul{
		display:none;
		margin: 0;
	}
	/*ブログサイドメニュー*/
	div#blog aside#side {
		width: 320px;
	}
	div#blog aside#side ul li div.title {
		padding-right: .5em;
		font-size: .9em;
	}
}


/*小見出し*/
div#blog section div#content h4 {
	font-size: 18px;
	font-weight: 500;
	position: relative;
}
div#blog section div#content h4::before {
	position: absolute;
	top: 50%;
	left: 5px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '';
	width: 10px;
	height: 10px;
	background-color: #d8251f;
}

/*リンクボタン群*/
section.links {
	margin-top: 55px;
	padding-bottom: 80px;
}
section.links div.link_btns {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
section.links div.link_btns a {
	width: 320px;
	display: block;
	background-color: #fff;
	padding: 34px 30px;
	border: 1px solid #E60012;
	border-radius: 8px;
	font-size: 24px;
	font-weight: 600;
	color: #E60012;
	position: relative;
	filter: drop-shadow(0px 6px 0px rgba(0, 0, 0, .2));
}
section.links div.link_btns a small {
	display: block;
	font-size: 16px;
	color: #222222;
	margin-top: 10px;
}
section.links div.link_btns a::after {
	position: absolute;
	top: 50%;
	right: 20px;
	transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	content: '\f054';
	font-size: 20px;
	font-weight: 900;
	font-family: "Font Awesome 5 Free";
}
section.links div.link_btns a:hover {
	opacity: 0.8;
	filter: drop-shadow(0px 0px 0px #fff);
	transform: translate3d(0, 6px, 0);
}







/*共通CVエリア*/
section.cv {
    margin-bottom: 120px;
}








/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
@media screen and (max-width: 1079px) {
*{}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/






/*ブログ全体*/
div#blog {
	max-width: 750px;
	margin: 0 auto;
}



/*サイドカラム*/
div#blog aside#side {
	margin-left: auto;
	margin-right: auto;
	padding-top: 40px;
}
/*見出し調整用*/
div#m1,div#m2,div#m3,div#m4,div#m5,div#m6,div#m7,div#m8 {
	padding-top: 0;
	margin-top: 0;
}



/*一覧に戻るボタン*/
div.back2list {
	padding-bottom: 30px;
}
div.back2list > a.btn {
	width: 90%;
	max-width: 400px !important;
	padding: 17px 0;
	font-size: 20px;
}
div.back2list > a.btn::before {
	font-size: 18px;
}




/*リンクボタン群*/
section.links {
	margin-top: 20px;
	padding-bottom: 10px;
}
section.links div.link_btns {
	width: 90%;
	max-width: 500px;
	flex-wrap: wrap;
	padding-bottom: 30px;
}
section.links div.link_btns a {
	width: 100%;
	margin-bottom: 20px;
	padding: 18px 20px;
	font-size: 20px;
}
section.links div.link_btns a small {
	font-size: 14px;
}







/*共通CVエリア*/
section.cv {
    margin-bottom: 80px;
}









/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
}
/*■■■■■■■■■■■■■■ sp ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■*/
