@charset "utf-8";

#tomobataraki_style .pageTitle h1 {
	width: 100%;
	margin: 0 auto;
	overflow: hidden;
	}
p.lead {
	margin-bottom: 30px;
	font-weight: bold;
	text-align: center;
	}

.listBlock {
	display: -webkit-flex;
	display: -ms-flexbox;
	display: flex;
	-webkit-flex-wrap: wrap;
	-ms-flex-wrap: wrap;
	flex-wrap: wrap;
	-webkit-justify-content: space-between;
	justify-content: space-between;
	align-items: stretch;
	}
.listBlock .box a {
	width: 100%;
	height: 100%;
	padding: 24px 20px;
	display: block;
	border: 1px solid #ccc;
	}
.listBlock .box a:hover {
	border: 1px solid #fdb508;
	text-decoration: none;
	}
.listBlock .box p.name {
	text-align: center;
	}
.listBlock .box figure img {
	width: auto;
	max-width: 100%;
	height: auto;
	}
.listBlock .box dl {
	display: flex;
	flex-wrap: wrap;
	}
.listBlock .box dt {
	width: 6em;
	text-align: center;
	}
.listBlock .box dt span {
	padding: 9px 6px;
	display: block;
	background-color: #efefef;
	line-height: 1;
	}
.listBlock .box dd {
	width: calc(100% - 6em);
	padding: 6px 12px;
	line-height: 1.5;
	text-align: left;
	}
.listBlock .box dt:not(:first-of-type),
.listBlock .box dd:not(:first-of-type) {
	margin-top: 4px;
	}

.listBlock .box.dummy {
	padding: 0 15px 0 210px;
	display: flex;
	justify-content: center;
	align-items: center;
	border: 1px solid #ccc;
	color: #ccc;
	font-size: 171%;
	}
.listBlock .box.dummy02 {
	background: url(../img/vol02/twoshot.png) no-repeat 10% 50% / 175px auto;
	}
.listBlock .box.dummy03 {
	background: url(../img/vol03/twoshot.png) no-repeat 10% 50% / 175px auto;
	}
.listBlock .box.dummy04 {
	background: url(../img/vol04/twoshot.png) no-repeat 10% 50% / 175px auto;
	}

.bnr_kajishare a:hover {
	opacity: 0.7;
	}

@media print,
screen and (min-width: 768px) {

	#tomobataraki_style .pageTitle h1 {
		height: 36px;
		padding-top: 36px;
		background: url(../img/pageTitle_txt_pc.png) no-repeat center center / contain;
		}
	p.lead {
		font-size: 114%;
		}

	.listBlock .box {
		width: calc(50% - 10px);
		max-width: 540px;
		}
	.listBlock .box:nth-of-type(n+3) {
		margin-top: 20px;
		}
	.listBlock .box p.name {
		font-size: 130%;
		}
	.listBlock .box .bundle {
		display: flex;
		justify-content: space-between;
		align-items: center;
		}
	.listBlock .box figure {
		width: 35%;
		max-width: 190px;
		}
	.listBlock .box dl {
		width: 65%;
		max-width: 310px;
		margin-top: 20px;
		}
	.listBlock .box dt {
		font-size: 96%;
		}
	.listBlock .box dd {
		font-size: 96%;
		}

	.listBlock .box.dummy {
		min-height: 230px;
		}

	.bnr_kajishare {
		margin-top: 50px;
		}

}
@media screen and (max-width: 767px) {

	#tomobataraki_style .pageTitle {
		padding-top: 38px !important;
		background-position: 60% 50%;
		}
	#tomobataraki_style .pageTitle h1 {
		height: 50px;
		padding-top: 50px;
		background: url(../img/pageTitle_txt_sp.png) no-repeat center center / contain;
		}
	p.lead {
		font-size: 105%;
		line-height: 1.7;
		}

	.listBlock .box {
		width: 100%;
		}
	.listBlock .box:not(:first-of-type) {
		margin-top: 20px;
		}
	.listBlock .box p.name {
		font-size: 140%;
		font-weight: bold;
		}
	.listBlock .box figure {
		width: 100%;
		max-width: 210px;
		margin: 12px auto 0;
		text-align: center;
		}
	.listBlock .box dl {
		width: 100%;
		max-width: 360px;
		margin: 20px auto 0;
		}
	.listBlock .box dt {
		font-size: 93%;
		}
	.listBlock .box dd {
		font-size: 93%;
		}

	.listBlock .box.dummy {
		min-height: 180px;
		}

	.bnr_kajishare {
		max-width: 450px;
		margin: 50px auto 0;
		}

}
