@charset "utf-8";

.cf:before, .cf:after {
	content: "";
	display: table;
}
.cf:after {
	clear: both;
}
.cf {
	*zoom: 1;
}

.mo2rst dl,.mo2rst dt,.mo2rst dd {
	padding: 0;
	margin: 0;
}
.mo2rst * {
	box-sizing: border-box;
}

.mo2rst img {
	vertical-align: bottom;
	backface-visibility: hidden;
	width: 100%;
	max-width: 100%;
	height: auto;
}

.mo2rst button {
	width: 100%;
	padding: 0;
	background-color: transparent;
	border: none;
	cursor: pointer;
	outline: none;
	appearance: none;
	font-family: inherit;
}
.mo2rst ul,.mo2rst ol,.mo2rst li {
	padding: 0;
	margin: 0;
	list-style: none;
}



.cont__contents .items .item a {
	color: #162166;
	text-decoration: none;
}
.cont__contents .items .item dt {
	margin: .6em 0;
	font-weight: bold;
	font-size: 19px;
	letter-spacing: .1em;
}
.cont__contents .items .item dd {
	font-size: 16px;
	letter-spacing: .1em;
	line-height: 1.5;
    text-align: justify;
}

@media all and (min-width: 768px) {
	#main h2.title01 {
		margin-top: 15%;/*150/1000*/
	}
	#main .moviBox h2.title01 {
		margin-top: 5%;/*130/1000*/
	}

	.cont__contents {
		padding: 0 20px;
		margin-top: 5%;/*50/1000*/
	}
	.cont__contents .items {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.cont__contents .items .item {
		width: 47.5%;/*475/1000*/
	}
	.cont__contents .items .item:nth-of-type(n+3) {
		margin-top: 5%;/*50/1000*/
	}
	#slickTopCampaign .item{
		margin: 0 auto;
	}

}

@media all and (max-width: 1000px) {
	.cont__contents .items .item dt {
		font-size: 15px;
	}
	.cont__contents .items .item dd {
		font-size: 12px;
	}
}

@media all and (max-width: 767px) {
	.cont__contents {
		width: 100%;
	}
	.cont__contents .items .item {
		width: 78.66%;/*590/750*/
		margin: 0 auto;
	}
	.cont__contents .items .item:nth-of-type(n+2) {
		margin-top: 0;
	}
	.cont__contents .items .item dt {
		font-size: 14px;/*16px*/
	}
	.cont__contents .items .item dd {
		font-size: 12px;/*13px*/
	}
}
