@charset "utf-8";
/*--------------------------------------------------------------

 保険の申請

--------------------------------------------------------------*/
.content_title {
	margin-bottom: 5px;
}
.lpin {
	padding-left: 0.9em;
}
/*.lpin .button {
	background-color: #008ca6;
}*/
.movie {
	margin: 0.5em 0 2em;
}
.movie_wrap {
	display: flex;
	flex-wrap: wrap;
	gap: 20px 40px;
	margin-top: 10px;
}
.movie_item {
	text-align: center;
}
.movie_item a {
	display: block;
}
.movie_item .thumbnail {
	width: 320px;
	height: 180px;
}
.movie_item:nth-of-type(2) .thumbnail {
	border: 1px solid #dedede;
}
.movie_item p {
	font-size: 0.9em;
}
@media screen and (min-width : 859px ){
	.movie_item .thumbnail {
		width: 480px;
		height: 270px;
	}
}
