@charset "utf-8";
/*special-article_container*/
.special-article_container {
	text-align: center;
	background-color: #fbf8f4;
	padding-bottom: 94px;
	min-width:1080px;
	width:100%;
	_display: inline;
	_zoom:1;
}
.special-article_container_inner {
	width: 1080px;
	margin: 0 auto;
	padding-top: 40px;
}
/*article_head*/
.article_head {
	margin-top: 70px;
	text-align: left;
}
.article_head_title {
	font-size: 30px;
	line-height: 52px;
	font-weight: bold;
	color: #4c372b;
}
.article_head_sub {
	margin-top: 20px;
}
.article_head_sub_tag {
	display: inline-block;
	font-size: 16px;
	color: #4c372b;
	line-height: 20px;
	border: 1px solid #4c372b;
	padding: 10px 20px;
	display: inline-block;
}
.article_head_sub_date {
	display: inline-block;
	font-weight: bold;
	font-size: 20px;
	color: #808080;
	margin-left: 15px;
}
/*article_body*/
.article_body {
	margin-top: 40px;
	background-color: #fff;
	border-radius: 20px;
}
.article_body_image img {
	max-width: 100%;
	border-radius: 20px 20px 0 0;
}
.article_body_contents {
	text-align: left;
	padding: 94px 135px;
}
.article_body_contents img {
	max-width: 100%;
}
.contents_title1 {
	font-size: 24px;
	line-height: 36px;
	font-weight: bold;
	color: #4c372b;
	margin-bottom: 30px;
	margin-top: 94px;
}
.contents_title2 {
	color: #f3981c;
	font-size: 16px;
	line-height: 27px;
	margin: 20px 0;
}
.contents_text {
	font-size: 16px;
	line-height: 27px;
	margin: 30px 0;
}
.contents_image {
	text-align: center;
	margin: 50px 0;
}
.contents_movie {
	margin: 100px 0;
	text-align: center;
}
.contents_movie iframe {
	margin-left: auto;
	margin-right: auto;
}
.contents_list_dot {
	list-style: disc;
	padding-left: 1.5em;
}
.contents_list_dot li {
	margin-bottom: 15px;
	font-size: 16px;
	line-height: 27px;
}
.contents_list_dot li:last-child {
	margin-bottom: 0;
}
.contents_list_num {
	padding-left: 1em;
	counter-reset: li;
	list-style: none;
}
.contents_list_num li {
	margin-bottom: 15px;
	text-indent: -1em;
	font-size: 16px;
	line-height: 27px;
}
.contents_list_num li::before {
	color: #f3981c;
	font-weight: bold;
	counter-increment: li;
	content: counter(li) ". ";
}
.contents_list_num li:last-child {
	margin-bottom: 0;
}
.mt00 {
	margin-top: 0;
}
.mb00 {
	margin-bottom: 0;
}
/*article_related*/
.article_related {
	margin-top: 100px;
	text-align: left;
}
.article_related_title {
	font-size: 24px;
	line-height: 32px;
	font-weight: bold;
	color: #4c372b;
}
/*article_related_slider*/
.article_related_slider {
	padding-bottom: 36px;
	margin-top: 60px;
	text-align: left;
	position: relative;
}
.carousel-cell {
	width: 460px;
	margin-right: 34px;
}
.carousel-cell a {
	text-decoration: none;
}
.carousel-cell_image img {
	border-radius: 4px 4px 0 0;
	max-width: 100%;
	width: 100%;
}
.carousel-cell_textbox {
	background-color: #fff;
	padding: 20px 25px;
	font-size: 20px;
	line-height: 30px;
	font-weight: bold;
	color: #4c372b;
	border-radius: 0 0 4px 4px;
}
.article_related_slider .flickity-page-dots {
	bottom: -78px;
}
@media all and (-ms-high-contrast:none) {
	*::-ms-backdrop, .article_related_slider .flickity-page-dots {
		bottom: 12px;
	}
	/* IE11 */
}
.article_related_slider .flickity-button:disabled {
	display: none;
}
/*.special-article_link*/
.special-article_link {
	margin-top: 50px;
	text-align: center;
}
.special-article_link a {
	width: 475px;
	display: inline-block;
	border-radius: 4px;
	padding: 20px;
	font-weight: bold;
	font-size: 20px;
	line-height: 35px;
	background-color: #4c372b;
	text-decoration: none;
	color: #fff;
}
.special-article_link a:hover {
	text-decoration: underline;
}
.feature_contents{
	margin:40px 0 0 0;
}