@charset "utf-8";
@media screen and (max-width : 768px){

	br { display: none;}
	br.sp {display: block;}

	img { width: 100%;}

	/* メインビジュアル */
	#main_visual {
		width: calc(100% - 30px);
		margin: 0 auto 20px;
	}

	#main_visual .img{
		text-align: center;
		padding: 0 0 20px;
	}

	.jigsaw_btn{
		display: block;
		margin-top: 20px;
		padding: 0 20% 20px;
	}

	.section {
		margin-bottom: 50px;
	}
	#contents_area .section:first-child {
		margin-top: 50px;
	}
	.section.gray {
		padding: 50px 0;
		background: #f0f0f0;
	}

	/* section */
	.section h3 {
		margin: 0 25px 30px;
		font-size: 23px;
		text-align: center;
	}

	.section h3 span {
		width: auto;
		padding: 0 10px 10px;
		border-bottom: 3px solid #444;
		display: inline-block;
		white-space: nowrap;
	}

	.block {
		margin: 0 0 38px;
	}

	.block .block_copy {
		font-size: 23px;
		line-height: 32px;
		margin: 0 20px 20px;
	}

	.link {
		margin: 0 20px 20px;
		font-size: 16px;
		line-height: 24px;
		text-align: center;
	}

	.link a {
		color: #0064a1;
	}

	.link a:after{
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		background-image:url(/ACCESS/civictype-r/common/img/parts_ico_btn_detail_arrow.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 20px 20px;
		position: relative;
		top: 4px;
		right: -5px;
	}

	.box_flex {
		margin: 0 0 15px;
		background-color: #fff;
	}

	.box_flex.gallery {
		background-color: #f5f5f3;
	}

	.box_flex.scene {
		background-color: #f0fdf4;
	}

	.block_inner > a > .box_flex {
		margin-left: 15px;
		margin-right: 15px;
	}

	#contents_area .block_inner a {
		color: #444;
	}

	.block_inner .link span {
		color: #0064a1;
	}

	.block_inner .link span:after{
		content: '';
		width: 20px;
		height: 20px;
		display: inline-block;
		background-image:url(/ACCESS/civictype-r/common/img/parts_ico_btn_detail_arrow.png);
		background-repeat: no-repeat;
		background-position: center top;
		background-size: 20px 20px;
		position: relative;
		top: 4px;
		right: -5px;
	}

	.box_flex .box {
		padding: 15px;
	}

	.box_flex .box h4 {
		margin: 0 0 15px;
		font-size: 18px;
		line-height: 24px;
		font-family: var(--hgf-bold);
		font-weight: normal;
	}

	.box_flex .box .copy {
		min-height: 4em;
		margin: 0 0 15px;
		font-size: 18px;
		line-height: 25px;
		text-align: center;
	}

	.box_flex .box > *:last-child {
		margin-bottom: 0;
	}

	.block:last-child {
		margin-bottom: 75px;
	}

	#special_blocks {
		margin-top: 75px;
	}

.block .box_flex .box .copy{
	text-align: left;
}

.explanation_wrap{
	margin: 20px 0;
	padding: 0 1.5em 1.5em;
	background: #fff;
	box-sizing: border-box;
}

/**/
.explanation_wrap{
margin: 20px 0;
padding: 1.5em;
background: #fff;
box-sizing: border-box;
}

.explanation_wrap .explanation_tl{
	font-size: 15px;
	font-family: var(--hgf-bold);
		font-weight: normal;
	text-align: center;
}

.explanation_wrap p{
	font-size: 15px;
	line-height: 1.5em;
	margin-bottom: 1em;
	color: #444;
}

.explanation_wrap p:last-child{
	margin-bottom: 0;
}

.explanation_wrap ul{
font-size: 15px;
padding: 0 0.5em;
margin-bottom: 1em;
}

.explanation_wrap ul li{
text-indent: -1em;
line-height: 1.25em;
color: #444;
padding-left: 1em;
}

.note{
	text-align: center;
	margin-bottom: 40px;
}

	/* ------------------------------
	#movie_modal
	------------------------------ */
	#movie_modal{
		width: 100%;
		height: 100%;
		display: none;
		visibility: hidden;
		position: absolute;
		top: 0;
		left: 0;
		z-index: 65535;
	}

	#movie_modal .movie_overlay{
		width: 100%;
		height: 100%;
		background-color: #fff;
		opacity: 1;
		position: fixed;
		top: 0;
		left: 0;
		z-index: 1;
	}

	#movie_modal .movie_btn_close{
		width: 20px;
		height: 20px;
		margin: 0 0 0 0;
		background-image:url(../../common/img/parts_modal_close.png);
		background-repeat: no-repeat;
		background-size: 20px;
		position: fixed;
		top: 10px;
		left: 10px;
		z-index: 2;
		cursor: pointer;
		transition: opacity .1s ease;
	}

	#movie_modal .movie_btn_close:hover{
		opacity: .7;
	}

	#movie_modal_inner{
		margin: 0 auto;
		opacity: 0;
		text-align: center;
		position: fixed;
		top: 0;
		z-index: 2;
	}

	#movie_modal_data{
		width: 100%;
	}
	#movie_modal {
		position: fixed;
		text-align: center;
		white-space: nowrap;
	}
	#movie_modal::after,
	#movie_modal_inner {
		display: inline-block;
		vertical-align: middle;
	}
	#movie_modal::after {
		content: '';
		width: 0;
		height: 100%;
	}
	#movie_modal_inner {
		position: relative;
		width: 90%;
		max-width: 800px;
	}
	#movie_modal_data {
		position: relative;
		padding-top: 56.25%;
	}
	#movie_modal_data iframe {
		position: absolute;
		left: 0;
		top: 0;
		width: 100%;
		height: 100%;
	}


}
