body {
	padding-top: 100vh;
}

#slide {
	height: 100vh;
	position: fixed;
	overflow: hidden;
	left: 0;
	top: 0;
	width: 100%;
	z-index: 1;
	margin-bottom: 50px;
}

#slide h1 {
	position: absolute;
	left: 40px;
	top: 40px;
	z-index: 2000;
}

#slide li {
	position: absolute;
	left: 0;
	top: 0;
	right: 0;
	bottom: 0;
}

#slide li:nth-child(1) {
	background: url(../img/slide/slide01-back.jpg) center top no-repeat;
	background-size: cover;
}

#slide li:nth-child(1) img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#slide li:nth-child(2) {
	background: url(../img/slide/slide02-back.jpg) center top no-repeat;
	background-size: cover;
}

#slide li:nth-child(2) img {
	position: absolute;
	left: 50%;
	top: 50%;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

#slide li:nth-child(3) {
	background: url(../img/slide/slide03-back.jpg) center top no-repeat;
	background-size: cover;
}

#slide li:nth-child(3) img {
	position: absolute;
	left: 65%;
	top: 50%;
	-webkit-transform: translate(-35%, -50%);
	transform: translate(-35%, -50%);
}

#slide li:nth-child(4) {
	background: url(../img/slide/slide04-back.jpg) center top no-repeat;
	background-size: cover;
}

#slide li:nth-child(4) img {
	position: absolute;
	left: 35%;
	top: 45%;
	-webkit-transform: translate(-65%, -55%);
	transform: translate(-65%, -55%);
}

/*#slide li img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	font-family: 'object-fit: cover;';
}*/
.js #slide li {
	display: none;
}

#slide .slide-navi {
	position: absolute;
	width: 100%;
	left: 70%;
	top: 40px;
	font-size: 0;

	z-index: 11;
}

#slide .slide-navi button {
	font-size: 12px;
	display: inline-block;
/ display: inline;
/ zoom: 1;
	background: none;
	border: none;
	width: 10px;
	height: 14px;
	background: #fff;
	margin-left: 20px;
	cursor: pointer;
}

#slide .slide-navi button:hover,
#slide .slide-navi button.act {
	background: #004AB0;
}

#slide .scroll {
	position: absolute;
	left: 50%;
	bottom: 15px;
	margin-left: -21px;
	z-index: 2;
}

#head {
	position: absolute;
	top: 100%;
}

#head.is-fixed {
	position: fixed;
	top: 0;
}

#contents, #contact-block, #foot-banner, .history-banner, #foot {
	position: relative;
	z-index: 2;
}

#contents, #contact-block, .history-banner {
	background: #ffffff;
}

#contents {
	padding-top: 220px;
}

.engineering-section {
	margin-bottom: 50px;
}

.engineering-section h2 {
	margin-bottom: 20px;
}

.engineering-section ul {
	width: 972px;
}

.engineering-section li {
	float: left;
	margin-right: 7px;
	margin-bottom: 30px;
}

.case-section {
	padding-top: 50px;
	padding-bottom: 40px;
	margin-bottom: 50px;
	position: relative;
	background: #000000;
}

.case-section h2 {
	margin-bottom: 20px;
	float: left;
}

.case-section .list {
	float: right;
	margin-top: -3px;
}

.case-section h3 {
}

.case-section p {
	color: #ffffff;
}

.case-section h3 a {
	color: #ffffff;
	text-decoration: none;
}

.case-section .photo {
	width: 210px;
	height: 130px;
	margin-bottom: 5px;
}

.case-section .swiper-container {
	width: 882px;
	margin: 0 auto;
}

.case-section .swiper-wrapper {
	text-align: center;
	font-size: 0;
}

.case-section .swiper-slide {
	font-size: 14px;
	display: inline-block;
/ display: inline;
/ zoom: 1;
	width: 210px;
	margin: 0 7px;
	text-align: left;
}

.js .case-section .swiper-slide {
	display: block;
	margin: 0;
	float: left;
}

.swiper-button-prev,
.swiper-button-next {
	display: none;
}

.js .swiper-button-prev,
.js .swiper-button-next {
	display: block;
	width: 32px;
	height: 62px;
	top: 100px;
}

.js .swiper-button-prev {
	background: url(../img/slide/slide-prev.png) no-repeat left top;
}

.js .swiper-button-next {
	background: url(../img/slide/slide-next.png) no-repeat left top;
}

.case-section .act,
.case-section .act h3 a {
	color: #FE090B;
}

.category-section {
	margin-bottom: 80px;
}

.category-section h2 {
	margin-bottom: 20px;
}

.category-section ul {
	width: 966px;
}

.category-section li {
	width: 296px;
	background: #004AB0;
	float: left;
	margin: 0 25px 20px 0;
	position: relative;
	/*list-style-image: url(../img/index/tag.png);*/
}

.category-section li a {
	font-size: 16px;
	display: flex;
	width: 296px;
	height: 65px;
	line-height: 45px;
	color: #fff;
	align-items: center;
	text-decoration: none;
}

/*.category-section li a:before {
	position: absolute;
	left: 12px;
	top: -2px;
	content: url(../img/index/tag2.jpg);
	display: inline-block;
}*/
.category-section li.hybrid a:before {
	content: '';
	background: url(../img/index/hybrid_bg.png) 5px center no-repeat;
	background-size: contain;
	padding-right: 10px;
	width: 72px;
	height: 62px;
	display: inline-block;
}

.category-section li.mortor a:before {
	content: '';
	background: url(../img/index/mortor_bg.png) 5px center no-repeat;
	background-size: contain;
	padding-right: 10px;
	width: 72px;
	height: 62px;
	display: inline-block;
}

.category-section li.engine a:before {
	content: '';
	background: url(../img/index/engine_bg.png) 5px center no-repeat;
	background-size: contain;
	padding-right: 10px;
	width: 72px;
	height: 62px;
	display: inline-block;
}

.category-section li.airbag a:before {
	content: '';
	background: url(../img/index/airbag_bg.png) 5px center no-repeat;
	background-size: contain;
	padding-right: 10px;
	width: 72px;
	height: 62px;
	display: inline-block;
	vertical-align: center;

}

.category-section li.electr a:before {
	content: '';
	background: url(../img/index/electr_bg.png) 5px center no-repeat;
	background-size: contain;
	padding-right: 10px;
	width: 72px;
	height: 62px;
	display: inline-block;
}

.category-section li.transm a:before {
	content: '';
	background: url(../img/index/transm_bg.png) 5px center no-repeat;
	background-size: contain;
	padding-right: 10px;
	width: 72px;
	height: 62px;
	display: inline-block;

}

.category-section li.clutch a:before {
	content: '';
	background: url(../img/index/clutch_bg.png) 5px center no-repeat;
	background-size: contain;
	padding-right: 10px;
	width: 72px;
	height: 62px;
	display: inline-block;

}

.category-section li.sheet a:before {
	content: '';
	background: url(../img/index/sheet_bg.png) 5px center no-repeat;
	background-size: contain;
	padding-right: 10px;
	width: 72px;
	height: 62px;
	display: inline-block;

}

.category-section li.body a:before {
	content: '';
	background: url(../img/index/body_bg.png) 5px center no-repeat;
	background-size: contain;
	padding-right: 10px;
	width: 72px;
	height: 62px;
	display: inline-block;
}

.category-section li.exteri a:before {
	content: '';
	background: url(../img/index/exteri_bg.png) 5px center no-repeat;
	background-size: contain;
	padding-right: 10px;
	width: 72px;
	height: 62px;
	display: inline-block;

}

.category-section li.chassi a:before {
	content: '';
	background: url(../img/index/chassi_bg.png) 5px center no-repeat;
	background-size: contain;
	padding-right: 10px;
	width: 72px;
	height: 62px;
	display: inline-block;

}

.category-section li.other a:before {
	content: '';
	background: url(../img/index/other_bg.png) 5px center no-repeat;
	background-size: contain;
	padding-right: 10px;
	width: 72px;
	height: 62px;
	display: inline-block;

}

.category-section li a:after {
	position: absolute;
	right: 0;
	left: 80px;
	bottom: -5px;
	content: url(../img/index/arr.png);
	display: inline-block;
}


@media screen and (min-width: 769px) {
    .category-section li a:hover {
        color: #00489d;
        background: #ffffff;
        line-height: 45px;
        width: 290px;
        height: 59px;
        border: 3px solid #00489d;
    }

    .category-section li.hybrid a:hover:before {
        background: url(../img/index/hybrid_bg.png) 2px center no-repeat;
        padding-right: 7px;
    }

    .category-section li.mortor a:hover:before {
        background: url(../img/index/mortor_bg.png) 2px center no-repeat;
        padding-right: 7px;
    }

    .category-section li.engine a:hover:before {
        background: url(../img/index/engine_bg.png) 2px center no-repeat;
        padding-right: 7px;
    }

    .category-section li.airbag a:hover:before {
        background: url(../img/index/airbag_bg.png) 2px center no-repeat;
        padding-right: 7px;
    }

    .category-section li.electr a:hover:before {
        background: url(../img/index/electr_bg.png) 2px center no-repeat;
        padding-right: 7px;
    }

    .category-section li.transm a:hover:before {
        background: url(../img/index/transm_bg.png) 2px center no-repeat;
        padding-right: 7px;
    }

    .category-section li.clutch a:hover:before {
        background: url(../img/index/clutch_bg.png) 2px center no-repeat;
        padding-right: 7px;
    }

    .category-section li.sheet a:hover:before {
        background: url(../img/index/sheet_bg.png) 2px center no-repeat;
        padding-right: 7px;
    }

    .category-section li.body a:hover:before {
        background: url(../img/index/body_bg.png) 2px center no-repeat;
        padding-right: 7px;
    }

    .category-section li.exteri a:hover:before {
        background: url(../img/index/exteri_bg.png) 2px center no-repeat;
        padding-right: 7px;
    }

    .category-section li.chassi a:hover:before {
        background: url(../img/index/chassi_bg.png) 2px center no-repeat;
        padding-right: 7px;
    }

    .category-section li.other a:hover:before {
        background: url(../img/index/other_bg.png) 2px center no-repeat;
        padding-right: 7px;
    }

    .category-section li a:hover:after {
        content: url(../img/index/arr_over.png);
    }
}

.category-section a img {
	position: absolute;
	left: 3px;
	top: 3px;
}

.category-section a:hover img {
	background: url();
}

.media-section {
	background: #000000;
	padding-top: 50px;
	padding-bottom: 50px;
	margin-bottom: 65px;
}

.media-section h2 {
	margin-bottom: 20px;
	float: left;
}

.media-section .list {
	float: right;
	margin-top: -3px;
}

.media-section ul {
	width: 975px;
}

.media-section li {
	width: 180px;
	float: left;
	margin-right: 15px;
}

.media-section .photo {
	width: 180px;
	height: 110px;
	margin-bottom: 5px;
}

.media-section .date {
	font-size: 16px;
	font-weight: bold;
	color: #fff;
}

.media-section h3 {
	font-weight: normal;
}

.media-section h3 a {
	color: #ffffff;
	text-decoration: none;
}

.media-section li.act {
}

.media-section li.act .date,
.media-section li.act h3 a {
	/*font-size: 14px;*/
	color: #FE090B;
}

.news-section {
	margin-bottom: 40px;
}

.news-section h2 {
	margin-bottom: 20px;
	float: left;
}

.news-section .list {
	float: right;
	margin-top: -3px;
}

.news-section table {
	width: 100%;
}

.news-section th {
	font-weight: normal;
	color: #004AB0;
	padding: 3px 15px 3px 0;
	width: 1em;
	white-space: nowrap;
}

.news-section td {
	padding: 3px 0;
}

.news-section td a {
	text-decoration: none;
	color: #333333;
}

.news-section td a:hover {
	color: #004AB0;
	text-decoration: underline;
}

.news-section td span {
	color: #004AB0;
	font-weight: bold;
}

.news-section ul {
	width: 975px;
}

.news-section li {
	width: 180px;
	float: left;
	margin-right: 15px;
}

.news-section li p.photo {
	position: relative;
}

.news-section li p.photo:before, .news-section li p.photo:after {
	display: block;
	opacity: 0;
	visibility: hidden;
	-webkit-transition: all .3s ease;
	-moz-transition: all .3s ease;
	-ms-transition: all .3s ease;
	-o-transition: all .3s ease;
	transition: all .3s ease;
	-webkit-backface-visibility: hidden;
	-webkit-perspective: 1000px;
	-moz-perspective: 1000px;
	-ms-perspective: 1000px;
	perspective: 1000px;
}

.news-section li p.photo:before {
	position: absolute;
	content: '';
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background-color: rgba(259, 9, 11, 0.7);
}

.news-section li > p.photo:after {
	content: 'READ MORE';
	position: absolute;
	top: 50%;
	left: 0;
	width: 100%;
	color: #fff;
	text-transform: uppercase;
	font-family: "Bell Gothic Std", sans-serif;
	font-size: 14px;
	font-weight: bold;
	text-align: center;
	transform: translateY(-50%);
}

.news-section li > p.youtube-thumbnail:after {
	content: '';
	position: absolute;
	top: 50%;
	left: 50%;
	width: 26px;
	height: 26px;
	transform: translate(-50% -50%);
	margin-left: -8px;
	background: url('../common/img/icons/playback@2x.png');
	background-size: 100% 100%;
}

.news-section li p.photo:hover:after, .news-section li p.photo:hover:before {
	visibility: visible;
	opacity: 1;
}

.news-section .photo {
	width: 180px;
	height: 110px;
	margin-bottom: 5px;
}

.news-section .date {
	font-size: 16px;
	font-weight: bold;
	color: #004AB0;
}

.news-section h3 {
	font-weight: normal;
}

.news-section h3 a {
	color: #333;
	text-decoration: none;
}

.news-section li.act {
}

.news-section li.act .date,
.news-section li.act h3 a {
	color: #FE090B;
}

.solar-banner {
	padding-bottom: 20px;
}

#contact-block {
	padding-bottom: 20px;
}

.history-banner {
	padding-bottom: 45px;
}



/**
 * スマートフォン用
 */
@media screen and (max-width: 768px) {


	#head {
		top: 0;
		position: fixed;
		background: transparent;
	}

	#head.is-fixed {
		background: #fff;
	}

	#slide {
		z-index: 0;
	}

	#slide li {
	}

	#slide li:nth-child(1) {
		background: url(../img/slide/sp/slide01-back.jpg) center top no-repeat;
		background-size: cover;
	}

	#slide li:nth-child(1) img {
		position: absolute;
		width: 90%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#slide li:nth-child(2) {
		background: url(../img/slide/sp/slide02-back.jpg) center top no-repeat;
		background-size: cover;
	}

	#slide li:nth-child(2) img {
		position: absolute;
		width: 90%;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#slide li:nth-child(3) {
		background: url(../img/slide/sp/slide03-back.jpg) center top no-repeat;
		background-size: cover;
	}

	#slide li:nth-child(3) img {
		position: absolute;
		left: 50%;
		top: 50%;
		-webkit-transform: translate(-50%, -50%);
		transform: translate(-50%, -50%);
	}

	#slide li:nth-child(4) {
		background: url(../img/slide/sp/slide04-back.jpg) center top no-repeat;
		background-size: cover;
	}

	#slide li:nth-child(4) img {
		width: 90%;
		position: absolute;
		left: 50%;
		top: 35%;
		-webkit-transform: translate(-50%, -65%);
		transform: translate(-50%, -65%);
	}

	#slide .slide-navi {
		display: inline-block;
		top: auto;
		bottom: 60px;
		left: 0;
		right: 0;
		margin: 0 auto;
		text-align: center;
	}

	#slide .slide-navi button {
		width: 15px;
		height: 15px;
		margin: 0 10px;
		font-size: 0;
		border: 1px solid #004AB0;
	}

	#contents {
		padding-top: 50px;
	}


	.case-section {
		padding-bottom: 50px;
		margin-bottom: 30px;
		padding-top: 15px;
		position: relative;
		border-bottom: 1px solid #E5E5E5;
	}

	.case-section h2 {
		margin-bottom: 10px;
	}

	.case-section h2 img {
		height: 18px;
		width: auto;
	}

	.case-section .list {
	}

	.case-section p.list {
		float: none;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 245px;
		bottom: 0;
		text-align: center;
	}

	.case-section .photo {
		display: block;
		width: auto;
		height: auto;

	}
	.case-section .photo,.case-section h3,.case-section p{
		padding: 0 57px;
		text-align: center;
	}
	.case-section .photo img {
		width: 100%;
		height: auto;
	}

	.case-section .swiper-container {
		width: auto;
	}

	.case-section .swiper-slide {
		font-size: 12px;
	}

	.js .swiper-button-prev,
	.js .swiper-button-next {
		display: block;
		width: 30px;
		height: 60px;
		top: 43%;
		-webkit-transform: translate(0, -50%);
		-ms-transform: translate(0, -50%);
		transform: translate(0, -50%);
	}

	.js .swiper-button-prev {
		background: url(../img/slide/slide-prev-02.png) no-repeat;
		background-size: 100%;
	}

	.js .swiper-button-next {
		background: url(../img/slide/slide-next-02.png) no-repeat;
		background-size: 100%;
	}

	.case-section .act,
	.case-section .act h3 a {
		color: #FE090B;
	}

	.category-section {
		margin-bottom: 35px;
	}

	.category-section h2 {
		margin-bottom: 10px;
	}

	.category-section h2 img {
		height: 18px;
		width: auto;
	}

	.category-section ul {
		width: auto;
		margin-right: -5px;
	}

	.category-section li {
		width: 49%;
		margin: 0 1% 10px 0;
		padding-right: 5px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}

	.category-section li a {
		font-size: 10px;
		display: flex;
		width: auto;
		height: 40px;
		background: #004AB0;
		line-height: 0;
		color: #fff;
		text-decoration: none;
		position: relative;
	}

	.category-section li.hybrid a:before {
		content: '';
		background: url(../img/index/hybrid_bg.png) 5px center no-repeat;
		background-size: contain;
		padding-right: 0px;
		width: 52px;
		height: 40px;
		display: inline-block;
	}

	.category-section li.mortor a:before {
		content: '';
		background: url(../img/index/mortor_bg.png) 5px center no-repeat;
		background-size: contain;
		padding-right: 0px;
		width: 52px;
		height: 40px;
		display: inline-block;
	}

	.category-section li.engine a:before {
		content: '';
		background: url(../img/index/engine_bg.png) 5px center no-repeat;
		background-size: contain;
		padding-right: 0px;
		width: 52px;
		height: 40px;
		display: inline-block;
	}

	.category-section li.airbag a:before {
		content: '';
		background: url(../img/index/airbag_bg.png) 5px center no-repeat;
		background-size: contain;
		padding-right: 0px;
		width: 52px;
		height: 40px;
		display: inline-block;
		vertical-align: center;
	}

	.category-section li.electr a:before {
		content: '';
		background: url(../img/index/electr_bg.png) 5px center no-repeat;
		background-size: contain;
		padding-right: 0px;
		width: 52px;
		height: 40px;
		display: inline-block;
	}

	.category-section li.transm a:before {
		content: '';
		background: url(../img/index/transm_bg.png) 5px center no-repeat;
		background-size: contain;
		padding-right: 0px;
		width: 52px;
		height: 40px;
		display: inline-block;

	}

	.category-section li.clutch a:before {
		content: '';
		background: url(../img/index/clutch_bg.png) 5px center no-repeat;
		background-size: contain;
		padding-right: 0px;
		width: 52px;
		height: 40px;
		display: inline-block;

	}

	.category-section li.sheet a:before {
		content: '';
		background: url(../img/index/sheet_bg.png) 5px center no-repeat;
		background-size: contain;
		padding-right: 0px;
		width: 52px;
		height: 40px;
		display: inline-block;

	}

	.category-section li.body a:before {
		content: '';
		background: url(../img/index/body_bg.png) 5px center no-repeat;
		background-size: contain;
		padding-right: 0px;
		width: 52px;
		height: 40px;
		display: inline-block;
	}

	.category-section li.exteri a:before {
		content: '';
		background: url(../img/index/exteri_bg.png) 5px center no-repeat;
		background-size: contain;
		padding-right: 0px;
		width: 52px;
		height: 40px;
		display: inline-block;

	}

	.category-section li.chassi a:before {
		content: '';
		background: url(../img/index/chassi_bg.png) 5px center no-repeat;
		background-size: contain;
		padding-right: 0px;
		width: 52px;
		height: 40px;
		display: inline-block;

	}

	.category-section li.other a:before {
		content: '';
		background: url(../img/index/other_bg.png) 5px center no-repeat;
		background-size: contain;
		padding-right: 0;
		width: 52px;
		height: 40px;
		display: inline-block;

	}

	.category-section li a:after {
		position: absolute;
		right: 0;
		left: 45px;
		bottom: 7px;
		background: url(../img/index/arr.png) no-repeat 70% center;
		background-size: 90%;
		content: '';
		width: 75%;
		height: 6px;
	}

	.media-section {
		padding-top: 20px;
		padding-bottom: 50px;
		margin-bottom: 43px;
		position: relative;
	}

	.media-section h2 {
		margin-bottom: 10px;
	}

	.media-section h2 img {
		height: 18px;
		width: auto;
	}

	.media-section .list {
		float: none;
		position: absolute;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 245px;
		bottom: 0;
		text-align: center;
	}

	.media-section ul {
		width: auto;
	}

	.media-section li {
		width: 48%;
		float: left;
		margin-right: 4%;
		margin-bottom: 20px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		box-sizing: border-box;
	}
	.media-section li:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.media-section li:nth-child(5) {
		display: none;
	}

	.media-section .photo {
		width: auto;
		height: auto;
	}

	.media-section .photo img {
		width: 100%;
		height: auto;
	}

	.news-section {
		position: relative;
		padding-bottom: 50px;
		margin-bottom: 0;
	}
	.news-section .layout {
		padding-bottom: 50px;
	}
	.news-section h2 {
		margin-bottom: 10px;
	}

	.news-section h2 img {
		height: 18px;
		width: auto;
	}

	.news-section .list {
		float: none;
		position: absolute;
		bottom: 0;
		left: 0;
		right: 0;
		margin: 0 auto;
		max-width: 245px;
		text-align: center;
	}

	.news-section table,
	.news-section tbody,
	.news-section tr,
	.news-section th,
	.news-section td {
		display: block;
	}

	.news-section table {
		width: auto;
	}

	.news-section th {
		font-weight: normal;
		color: #004AB0;
		padding: 3px 15px 3px 0;
		width: 1em;
		white-space: nowrap;
	}

	.news-section td {
		padding: 3px 0;
		border-bottom: 1px solid #ccc;
	}

	.news-section td a {
		display: block;
	}

	.news-section td span {
		display: none;
	}

	.solar-banner {
		padding-bottom: 10px !important;
	}

	.solar-banner img {
		max-width: 100%;
		height: auto;
	}

	#contact-block {
		padding-bottom: 10px;
	}

	.history-banner {
		padding-bottom: 80px;
	}

	.history-banner img {
		max-width: 100%;
		height: auto;
	}
	.news-section ul{
		width: 100%;
	}
	.news-section li {
		width: 48%;
		margin-right: 4%;
	}
	.news-section li:nth-child(2n) {
		float: right;
		margin-right: 0;
	}
	.news-section li p.photo{
		width: 100%;
		height: auto;
	}
	.news-section li p.photo img{
		width: 100%;
		height: auto;
	}
	.news-section .date{
		font-size: 14px;
	}
	.news-section h3 a {
		overflow: hidden;
		text-overflow: ellipsis;
		-webkit-line-clamp: 2;
		height: 40px;
		display: -webkit-box;
		-webkit-box-orient: vertical;
		margin-bottom: 20px;
		font-size: 13px;
	}
	.media-section .layout {
		padding-bottom: 50px;
	}
	.case-section .layout {
		padding-bottom: 75px;
	}
	.media-section h3 a,.case-section p{
		font-size: 13px;
	}
	.media-section .date,.case-section h3 a{
		font-size: 14px;
	}
}

#yt-modal {
	text-align: center;
	padding: 10px 0;
	box-sizing: content-box;
}