@charset "utf-8";


/* --------------------

blog.html

-------------------- */


/* --- SP ---------- */

@media print, screen and (max-width: 740px) {

	.blog .main-title, .blog-detail .main-title{
		background: url(../images/blog/blog-bk.jpg) center top no-repeat;
		background-size: cover;
		height: 120px;
	}

	.blog #chapter01 p{
		margin: 5%;
		line-height: 1.75em;
		font-size: 80%;
		letter-spacing: 0;
	}

	.blog #chapter02{
		background-color: #f9f9f9;
		padding: 40px 0;
	}

	.blog .category-wrap{
		margin-bottom: 25px;
		width: 96%;
	}

	.blog .category-wrap a{
		background-color: #fff;
		border: 1px solid #e5e5e5;
		font-size: 75%;
		text-align: center;
		padding: 2px 10px;
		margin: 0 1px 5px;
		display: inline-block;
		letter-spacing: 0;
		border-radius: 50px;
	}

	.blog .category-wrap a.now{
		background-color: #2e0085;
		color: #fff;
		border: 1px solid #2e0085;
	}

	.blog .blog-body{
		background-color: #fff;
		padding: 3%;
		letter-spacing: 0;
		border: 1px solid #e5e5e5;
		position: relative;
		margin-bottom: 0.5em;
		width: 96%;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.blog .blog-body:hover{
		text-decoration: none;
		box-shadow: 0px 0px 14px -7px #555;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25 ease;
		-o-transition: all 0.25 ease;
		transition: all 0.25 ease;
		border: 1px solid #2e0085;
	}

	.blog .blog-txt{
		width: 80%;
	}

	.blog .blog-txt h2{
		font-size: 90%;
		margin: 0;
		color: #000;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 1;
		-webkit-box-orient: vertical;
	}

	.blog .blog-txt h2 .new{
		color: #fff;
		background-color: #a82828;
		font-size: 70%;
		border-radius: 3px;
		padding: 4px 4px 2px 4px;
		margin-right: 10px;
		vertical-align: text-bottom;
	}

	.blog .blog-txt .explain{
		display: none;
	}

	.blog .blog-txt .enroll{
		font-size: 60%;
		color: #666;
		position: absolute;
		bottom: 10%;
	}

	.blog .blog-txt .enroll .date{
		margin: 0 6px 0 0;
		font-style: italic;
		display: inline-block;
	}

	.blog .blog-txt .enroll .category{
		display: inline-block;
		padding: 0 8px;
		background-color: #fff;
		border-radius: 24px;
		border: 1px solid #e5e5e5;
		margin: 0 5px 0 0;
	}

	.blog .blog-img{
		width: 17.239%;
	}

	.blog .blog-img img{
		vertical-align: bottom;
	}
	.loadmore-zone{
		background: #F9F9F9;
		padding: 2em 0;
	}
	.btn04{
		width: 70%;
		margin: 0em auto;
		position: relative;
	}

	.btn04 a{
		padding: 4% 0;
	}
}


/* --- PC ---------- */

@media print, screen and (min-width: 741px) {

	.blog .main-title, .blog-detail .main-title{
		background: url(../images/blog/blog-bk.jpg) center top no-repeat;
		background-size: cover;
		height: 200px;
	}

	.blog #chapter01 p{
		text-align: center;
		margin: 4% 0 2%;
		line-height: 2em;
	}

	.blog #chapter02{
		background-color: #f9f9f9;
		padding: 3% 0;
		margin-top: 60px;
	}

	.blog .category-wrap{
		max-width: 1024px;
		margin-bottom: 50px;
	}

	.blog .category-wrap a{
		display: inline-block;
		padding: 5px 10px;
		background-color: #fff;
		border-radius: 24px;
		border: 1px solid #e5e5e5;
		margin: 0 1px 5px 0;
		font-size: 14px;
		-webkit-transition: all 1s ease;
		-moz-transition: all 1s ease;
		-o-transition: all 1s ease;
		transition: all 1s ease;
	}

	.blog .category-wrap a.now,
	.blog .category-wrap a:hover{
		background-color: #2e0085;
		color: #fff;
		border: 1px solid #2e0085;
		text-decoration: none;
	}

	.blog .blog-body{
		background-color: #fff;
		padding: 1.5%;
		letter-spacing: 0;
		max-width: 1024px;
		border: 1px solid #e5e5e5;
		position: relative;
		margin-bottom: 1.5em;
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}

	.blog .blog-body:hover{
		text-decoration: none;
		box-shadow: 0px 0px 14px -7px #555;
		-webkit-transition: all 0.25s ease;
		-moz-transition: all 0.25 ease;
		-o-transition: all 0.25 ease;
		transition: all 0.25 ease;
		border: 1px solid #2e0085;
	}

	.blog .blog-txt{
		width: 80%;
	}

	.blog .blog-txt h2{
		font-size: 120%;
		margin: 0;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		color: #000;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.blog .blog-txt h2 .new{
		color: #fff;
		background-color: #a82828;
		font-size: 70%;
		border-radius: 3px;
		padding: 4px 4px 2px 4px;
		margin-right: 10px;
		vertical-align: text-bottom;
	}

	.blog .blog-txt .explain{
		font-size: 90%;
		color: #333;
		margin: 2% 0 0 0;
		line-height: 1.5em;
		overflow: hidden;
		text-overflow: ellipsis;
		word-wrap: break-word;
		display: -webkit-box;
		-webkit-line-clamp: 2;
		-webkit-box-orient: vertical;
	}

	.blog .blog-txt .enroll{
		font-size: 80%;
		color: #666;
		position: absolute;
		bottom: 10%;
	}

	.blog .blog-txt .enroll .date{
		margin: 0 10px 0 0;
		font-style: italic;
		display: inline-block;
	}

	.blog .blog-txt .enroll .category{
		display: inline-block;
		padding: 0 8px;
		background-color: #fff;
		border-radius: 24px;
		border: 1px solid #e5e5e5;
		margin: 0 5px 0 0;
	}

	.blog .blog-img{
		width: 17.239%;
	}

	.blog .blog-img img{
		vertical-align: bottom;
	}

	.loadmore-zone{
		background: #F9F9F9;
		padding: 40px 0;
	}

	.btn04{
		width: 400px;
		margin: 0px auto;
		position: relative;
	}
}



/* --------------------

blog-detail.html

-------------------- */


/* --- PC ---------- */

.blog-detail .blog-title{
	width: 700px;
	margin: 5% auto 2%;
}

.blog-detail .blog-title h1,
.blog-detail .blog-title h2{
	font-size: 180%;
	line-height: 1.5em;
}

.blog-detail .blog-title .enroll{
	font-size: 80%;
	color: #666;
	margin: 3% 0 0 0;
}

.blog-detail .blog-title .enroll p{
	margin: 0 10px 0 0;
	font-style: italic;
	display: inline-block;
}

.blog-detail .blog-title .enroll a{
	padding: 0 8px;
	background-color: #fff;
	border-radius: 24px;
	border: 1px solid #e5e5e5;
}

.blog-detail .blog-title .enroll a:hover{
	background-color: #e5e5e5;
	text-decoration: none;
}

.blog-detail #chapter02{
	border-top: 1px solid #e5e5e5;
}

.blog-detail .blog-detail-body{
	max-width: 700px;
}

.blog-detail .blog-detail-body p{
	font-size: 90%;
	line-height: 2em;
}

.blog-detail .attach-img img{
	vertical-align: bottom;
}

.blog-detail .attach-img span{
	font-size: 70%;
	color: #333;
}

.blog-detail h3{
	margin-top: 50px;
	padding: 0 0 4px 10px;
	border-left: 4px solid #2e0085;
}

.blog-detail .btn04{
	position: inherit;
	margin: 100px auto 70px;
	width: 210px;
}

.blog-detail #chapter03{
	background-color: #f9f9f9;
	padding: 50px 0;
	margin-top: 50px;
	border-bottom: 1px solid #e5e5e5;
	border-top: 1px solid #e5e5e5;
}

.blog-detail #chapter03 h4{
	margin: 0 0 5px 0;
	font-size: 130%;
	text-align: center;
}

.blog-detail #chapter03 .h4-sub{
	font-style: italic;
	margin: 0 0 20px 0;
	font-size: 80%;
	font-weight: normal;
	color: #999;
	text-align: center;
}

.blog-detail #chapter03 ul{
	padding: 0;
	margin: 0;
}
.blog-detail #chapter03 ul li{
	list-style: none;
	font-size: 90%;
	border-bottom: 1px solid #eaeaea;
	padding: 5px 0;
}

.blog-detail #chapter03 ul li:last-child{
	border-bottom: 0;
}

.blog-detail #chapter03 ul li a{
	display: block;
	position: relative;
	color: #000;
}

.blog-detail #chapter03 ul li .now,
.blog-detail #chapter03 ul li a:hover{
	text-decoration: none;
	color: #2e0085;
	font-weight: bold;
}

.blog-detail #chapter03 ul li a .title{
	display: block;
	padding-right: 100px;
	overflow: hidden;
    text-overflow: ellipsis;
    word-wrap: break-word;
    display: -webkit-box;
    -webkit-line-clamp: 1;
    -webkit-box-orient: vertical;
}

.blog-detail #chapter03 ul li a .date{
	font-size: 80%;
	position: absolute;
	right: 0;
	bottom: 0;
}




/* --- SP ---------- */

@media print, screen and (max-width: 700px) {
	.blog-detail .blog-title{
		width: 90%;
		margin: 6% auto 2%;
	}

	.blog-detail .blog-title h1,
	.blog-detail .blog-title h2{
		font-size: 140%;
	}

	.blog-detail .blog-title .explain{
		font-size: 80%;
		line-height: 1.6em;
	}

	.blog-detail .blog-title .enroll{
		margin: 25px 0 10px;
	}
}