/*
Theme Name: JIN Child
Template: jin
Author: CrossPiece
Author URI: https://crosspiece.jp
Version: 1.510.1541391838
Updated: 2018-11-05 13:23:58

*/

.create_time {
	font-size: 0.75rem;
	margin-right: 10px;
}

.release_title_top {
	padding-top: 40px;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 13px;
}

.servece_title {
	font-size: 1.5rem;
}

.blog_title {
	padding-top: 40px;
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 13px;
}

.service_page_title {
	padding-top: 20px;
	font-size: 1.9rem;
	text-align: center;
	padding-bottom: 40px;
}

.services_title {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 13px;
}

.company_title {
	font-size: 1.5rem;
	text-align: center;
	margin-bottom: 13px;
}

.pickup-contents-box-post-type {
	padding-top: 70px;
}

	
.top_company {
	width: 100%;
	text-align: center;
	margin-top: 60px;
	margin-bottom: 25px;
}

.past_blog_list {
	text-align: right;
	width: 100%;
	font-size: 1rem;
}

#main-image {
    position: relative;
    width: 100%;
    height: 80%;
}

.main-video {
	overflow: hidden;
}

video {
	overflow: hidden;
	width: 100%;
	height: 80%;
}

.explanation_field {
	color: #888;
}

@media screen and (max-width: 767px) {
	.release_title_top {
		padding-top: 20px;
		font-size: 1.5rem;
		text-align: center;
		margin-bottom: 13px;
	}
	.pickup-contents-box-post-type {
		padding-top: 0px;
	}
	.blog_title {
		padding-top: 20px;
		font-size: 1.5rem;
		text-align: center;
		margin-bottom: 13px;
	}
	.service_page_title {
		padding-top: 0px;
		font-size: 1.5rem;
		text-align: center;
		margin-bottom: 13px;
	}
	.past_blog_list {
		font-size: 	0.9rem;
	}
	input[type="email"] {
		width: 100%
	}
	.explanation_field {
		font-size: 10px;
	}
}
@media (min-width: 768px) {
	.explanation_field {
        font-size: 13px;
        margin-bottom: 11px;
        line-height: 1.4rem;
        font-weight: 500; 
	} 
}
@media (min-width: 1024px) {
	.explanation_field {
        font-size: 15px;
        margin-bottom: 11px;
        line-height: 1.4rem;
        font-weight: 500; 
	} 
}