@charset "utf-8";

header {
	display: block;
	width: 100%;
	background-color: #fff;
	padding: 15px;
	line-height: 1;
}

header h1 {
	display: block;
	font-size: 38px;
	font-weight: normal;
	color: #000;
	text-align: center;
}

header h1 span {
	font-size: 28px;
	color: #3d53aa;
}

.header_container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.container {
	max-width: 1200px;
	width: 100%;
	margin: 0 auto;
}

.sns {
	display: block;
	width: 100%;
	padding: 20px;
	line-height: 1;
}

.sns p {
	display: block;
	color: #3d53aa;
	font-size: 18px;
	text-align: center;
}

.sns ul {
	display: flex;
	justify-content: center;
	align-items: center;
	margin-top: 15px;
}

.sns ul li {
	width: auto;
	margin-right: 10px;
}

.sns ul li:last-child {
	margin-right: 0;
}

.sns ul li a:hover {
	opacity: 0.7;
}

.sns ul li img {
	width: 40px;
}

.sns ul li.page_link {
	width: auto;
	margin-right: 0;
	margin-left: 1em;
}

.sns ul li.page_link a {
	display: block;
	padding: 10px;
	font-size: 16px;
	color: #fff;
	background-color: #3d53aa;
	border-radius: 7px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.sns ul li.page_link a:hover {
	opacity: 0.7;
}

.sns ul li.page_link i {
	padding-left: 10px;
	color: #fff;
}

.btn_list {
	width: 100%;
	margin: 0 auto 30px auto;
	text-align: center;
}

.btn_list li {
	display: inline-block;
	width: auto;
	margin-right: 20px;
}

.btn_list li:last-child {
	margin-right: 0;
}

.btn_list li a {
	display: block;
	padding: 10px 25px;
	font-size: 21px;
	color: #fff;
	background-color: #3d53aa;
	border-radius: 7px;
	text-align: center;
	text-decoration: none;
	cursor: pointer;
}

.btn_list li a:hover {
	opacity: 0.7;
}

.btn_list li i {
	padding-left: 10px;
	color: #fff;
}

.poster_list {
	display: flex;
	justify-content: initial;
	flex-wrap: wrap;
	width: 100%;
}

.poster_col {
	width: 24%;
	height: 535px;
	margin-right: 1%;
	background-color: #ebedf6;
	padding: 20px;
	margin-bottom: 20px;
	box-sizing: border-box;
	position: relative;
}

.poster_list .last {
	margin-right: 0;
}

.poster_col p.photo {
	display: block;
	margin-bottom: 10px;
}

.original p.photo img {
	width: 100% !important;
}

.poster_list .big .photo img {
	width: 100% !important;
}

.poster_col p.photo img {
	display: block;
	width: 70%;
	margin: 0 auto;
}

.poster_col p.link {
	display: block;
	position: absolute;
	bottom: 20px;
	width: 75%;
	margin: 0 auto;
	left: 50%;
	-webkit-transform: translateX(-50%);
	transform: translateX(-50%);
}

.poster_col p.link a {
	display: block;
	padding: 10px;
	background-color: #ffffff;
	border: 1px solid #3d53aa;
	font-size: 21px;
	font-weight: bold;
	border-radius: 5px;
	color: #3d53aa;
	text-align: center;
	vertical-align: middle;
	line-height: 1;
	text-decoration: none;
}

.poster_col p.link a:hover {
	background-color: #3d53aa;
	color: #ffffff;
	transition: 0.7s;
}

.poster_col p.link i {
	padding-right: 5px;
}

.poster_col p.outlink {
	display: block;
	margin-bottom: 10px;
	text-align: center;
}

.poster_col p.outlink a {
	display: block;
	font-size: 18px;
	font-weight: normal;
	color: #000000;
	text-decoration: none;
}

.poster_col p.outlink a:after {
	content: url("../images/outlink.svg");
	display: inline-block;
	padding-left: 5px;
	vertical-align: middle;
	line-height: 1;
}

.original p.outlink {
	display: block !important;
}

.poster_col .sns_list {
	display: flex;
	justify-content: center;
	align-items: center;
	width: 100%;
}

.original p.sns_list {
	display: flex;
}

.poster_col .sns_list li {
	margin-right: 10px;
	font-size: 0;
}

.poster_col .sns_list li a {
	font-size: 0;
}

.poster_col .sns_list li:last-child {
	margin-right: 0;
}

.poster_col .sns_list li a:hover {
	opacity: 0.7;
}

.poster_col .sns_list img {
	width: 30px;
}

.poster_col span.tousen {
	display: inline-block;
	padding: 5px 10px;
	background-color: #ff0000;
	color: #fff;
	font-size: 16px;
	text-align: center;
	margin-right: 8px;
	line-height: 1;
	border-radius: 3px;
	vertical-align: middle;
}

.poster_col p.number {
	display: block;
	font-size: 26px;
	padding-bottom: 8px;
	line-height: 1;
	text-align: center;
}

footer {
	display: block;
	width: 100%;
	margin-top: 40px;
	padding: 15px;
	background-color: #3d53aa;
	color: #fff;
	font-size: 16px;
	text-align: center;
	line-height: 1;
}

footer p.contact {
	display: block;
	margin-bottom: 15px;
	font-size: 18px;
	color: #fff;
}

footer p.contact a {
	color: #fff;
	text-decoration: none;
}

#pagetop {
	position: fixed;
	bottom: 30px;
	right: 20px;
}
