@charset "UTF-8";


/* reset */
#arti-cont h2, #arti-cont h3, #arti-cont h4 {
	width: 100%;
	text-align: left;
	display: block;
	margin: 1em 0 0.5em;
	padding: 0 18px;
}

#arti-cont h3::after, #arti-cont h3::after, #arti-cont h4::after{
	content: none;
}

.mv-s {
	position:  relative;
	height: 384px;
	width: 100%;
	margin: 0 auto;
	background-size: cover;
/* 	background-image: url(../img/CK.png); */
	background-position: center center!important;
}
.mv-s .mv-over {
	height: 384px;
	position: relative;
	background-color: rgba(0, 0, 0, 0.4);
}
header .mv-s .inner2 {
	padding-top: 90px;
	background: none;
	width: 1200px;
	padding-right: 0;
	position: relative;
}
header .mv-s .inner2 h2 {
	color: #fffefe;
	margin: 0 auto;
	font-size: 54px;
	line-height: 1;
	letter-spacing: -0.05em;
	position: relative;
	top: 0;
	padding: 0;
	text-align: center;
}
header .mv-s .inner2 p {
	margin: 40px 0 0;
	padding: 0;
	font-size: 36px;
	line-height: 1;
	font-weight: 300;
	color: #fffefe;
	text-align: center;
	font-feature-settings: normal;
}
section.single-Box {
	margin-top: 100px;
}
#arti-cont {
	width: 1100px;
	margin: 0 auto;
	padding: 60px 0 0;
	color: #333333;
}
#arti-cont h2{
	font-size: 38px;
	background: #d8e1ef;
	border-left: solid 4px #0056cb;
	border-bottom: #0056cb;
	line-height: 1.5em;
}
#arti-cont h3{
	font-size: 34px;
	line-height: 1em;
	border-left: solid 4px #0056cb;
	border-bottom: #0056cb;
}
#arti-cont h4 {
	font-size: 28px;
	line-height: 1em;
	border-left: solid 2px #0056cb;
	border-bottom: #0056cb;
}
.DAY {
	font-weight: 400;
	font-size: 20px;
	color: #0056cb;
	padding-bottom: 1em;
	border-bottom: 1px solid #333333;
}
.sentence {
	font-weight: 400;
	font-size: 20px;
	line-height: 1.5em;
	padding: 10px 0;
	border-bottom: 1px solid #333333;

}
.sentence p{
	text-indent: 1em;
	margin: 1em 0;
	text-align: justify;

}
.paging {
	display: flex;
	justify-content: space-between;
	font-size: 20px;
	padding: 2em 1em 3em;
	text-align: center;
}
.paging .next, .paging .prev {
	width: 50%;
	position: relative;
}
.paging .next a, .paging .prev a {
	display: block;
	font-size: 22px;
	color: #0056cb;
	padding: 1em;
	text-align: center;
	position: relative;
}
.paging .next a::before{
	content: "";
	border-bottom: 2px solid #0056cb;
	border-right: 2px solid #0056cb;
	position: absolute;
	left: 0;
	top: 38%;
	width: 10px;
	height: 10px;
	transform:rotate(135deg);
}
.paging .prev a::after{
	content: "";
	border-bottom: 2px solid #0056cb;
	border-right: 2px solid #0056cb;
	position: absolute;
	right: 0;
	top: 38%;
	width: 10px;
	height: 10px;
	transform:rotate(-45deg);
}

@media screen and (max-width: 1200px) {
header .mv-s .inner2 {
	padding: 5.7334vw 2.6667vw 0;
	width: 100%;
}
header .mv-s .inner2 h2 {
	font-size: 40px;
}
section.single-Box {
	margin-top: 144px;
}
#arti-cont {
	padding: 5vw 4.1666vw 0;
	width: 100%;
}
.sentence {
	font-size: 16px;
}
#arti-cont h2{
	font-size: 26px;
}
#arti-cont h3{
	font-size: 24px;
}
#arti-cont h4 {
	font-size: 20px;
}
.DAY {
	font-size: 16px;
}
.paging {
	padding: 4.1666vw 0;
}
.paging .next a, .paging .prev a {
	font-size: 16px;
}

}


@media screen and (max-width: 768px) {
.mv-s {
	height: 60vw;
}
.mv-s .mv-over {
	height: 60vw;
}
header .mv-s .inner2 h2 {
	font-size: 8vw;
}
section.single-Box {
	margin-top: 16vw;
}

}

@media screen and (max-width: 320px) {
section.single-Box {
	margin-top: 20vw;
}
header .mv-s .inner2 h2 {
	font-size: 22px;
}
#arti-cont h2{
	font-size: 20px;
}
#arti-cont h3{
	font-size: 20px;
}
#arti-cont h4 {
	font-size: 18px;
}

}


/* IE */
_:-ms-lang(x)::-ms-backdrop, #arti-cont h2 {
	padding-top: 1.2%;
}
_:-ms-lang(x)::-ms-backdrop, #arti-cont h3 {
	padding-top: 1.2%;
}
_:-ms-lang(x)::-ms-backdrop, #arti-cont h4 {
	padding-top: 1.2%;
}






