@charset "UTF-8";


#mv.mv-feature-injection {
	background: url(../../keiseikai/images/mv-feature-injection.jpg) 0 center;
	background-size: cover;
}

.summary img {
	width: 45%;
	margin-left: 5%;
}

.summary h2 {
	font-size: 3.5rem;
	line-height: 1.6;
}

.summary h3 {
	font-size: 2.6rem;
	margin-bottom: 20px;
}

.type-select {
	padding: 30px 5%;
}

.type-select h2 {
	text-align: center;
	font-size: 3.0rem;
	margin-top: 15px;
}
.type-select h2 span {
	display: block;
	line-height: 100%;
	font-size: 1.8rem;
}

.type-select ul {
	margin-left: -3%;
}

.type-select li {
	background: #fff;
	width: 30%;
	margin-top: 15px;
	margin-left: 3%;
}

.type-select li a {
	padding: 15px;
	display: block;
	text-align: center;
}

.type-select li a .fa {
	margin-left: 5px;
}

.type-select li img {
	max-height: 190px;
	margin: 10px auto;
}

.type-contents {
	border-width: 0 0 1px;
}

.type-contents h2 {
	font-size: 3.2rem;
	margin-bottom: 20px;
}

.check-list-pink li {
	width: 50%;
	padding: 0 35px;
	margin-bottom: 10px;
	border-width: 0;
	background: url(../images/icon-check-pink.svg) left 0.5rem no-repeat;
	font-size: 1.8rem;
	line-height: 1.4;
}

.type-contents img {
	width: 30%;
	margin-left: 5%;
}

.type-contents .recommend {
	border-width: 5px;
	padding: 25px;
	margin: 25px 0;
}

.type-contents .recommend h3 {
	padding: 7px 10px 10px;
	display: inline-block;
	margin-bottom: 15px;
	font-size: 1.6rem;
	line-height: 1.0;
}

.type-contents .recommend ul:not(:last-child) {
	margin-bottom: 20px;
}

.type-contents .recommend li {
	font-size: 1.7rem;
	line-height: 1.4;
}

.type-contents .recommend li:not(:last-child) {
	margin-bottom: 10px;
}

.type-contents .points {
	padding: 25px;
}

.type-contents .points img {
	max-width: 140px;
	margin-right: 5%;
}

.type-contents .points h3 {
	font-size: 2.4rem;
	line-height: 1.6;
	margin-bottom: 10px;
}

/* 202107add #in-net-reserve */
#in-net-reserve .net-descrption p {
	margin-bottom: 12px;
}

#in-net-reserve .net-menu h3 {
	display: inline-block;
	padding: 7px 10px 10px;
	line-height: 1.0;
}

#in-net-reserve .net-menu-list {
	width: 60%;
	padding: 0px 10px;
}

#in-net-reserve .net-menu-list li {
	width: 45%;
}

#in-net-reserve .net-attention {
	padding: 15px;
}

/* in-price-list */
#in-price-list table {
	margin-bottom: 30px;
}

#in-price-list thead td {
	background-image: linear-gradient(-4deg, rgba(0,0,0,0.75) 50%, rgba(0,0,0,.7) 50%, rgba(0,0,0,.7));
	color: #fff;
	text-align: center;
	padding: 10px 0 12px;
	font-size: 2.0rem;
	position: relative;
	line-height: 1.0;
}

#in-price-list td, #in-price-list th {
	padding: 15px;
}

#in-price-list th {
	width: 330px;
	vertical-align: middle;
}

#in-price-list th + td {
	white-space: nowrap;
	text-align: center;
	width: 140px;
}

#in-price-list th .txt-cl-pink {
	margin-left: 10px;
}




/* iPad 10.5インチ以下 */
@media screen and (max-width: 834px) {
	
	#mv.mv-feature-injection {
		background-size: 140% auto;
    background-position: right center;
	}
	
	.summary img {
		width: 100%;
		max-width: 300px;
		margin: 0 auto 20px;
	}
	
	.summary h2, .summary h3 {
		text-align: center;
	}
	
	.summary h2 {
		font-size: 2.5rem;
	}
	
	.summary h3 {
		font-size: 1.9rem;
		margin-bottom: 10px;
	}
	
	.type-select {
		padding: 15px;
		margin-top: 20px;
	}
	
	.type-select h2 {
		font-size: 2.2rem;
		margin-bottom: 10px;
		line-height: 1.4;
	}
	
	.type-select h2 span {
		margin-bottom: 10px;
	}
	
	.type-select ul {
		margin-left: -2%;
	}
	
	.type-select li {
		width: 48%;
		margin-left: 2%;
		margin-top: 10px;
	}
	
	.type-select li a {
		line-height: 1.4;
	}
	
	.type-contents h2, .type-contents .recommend h3, .type-contents .points h3, #in-price-list th {
		text-align: center;
	}
	
	.check-list-pink li, .type-contents .points img, #in-net-reserve .net-menu-list, #in-net-reserve .net-menu-list li, #in-price-list td, #in-price-list th, #in-price-list th + td {
		width: 100%;
	}
	
	.check-list-pink li {
		padding-left: 30px;
	}
	
	.type-contents .recommend h3, #in-price-list td, #in-price-list th {
		display: block;
	}
	
	#in-price-list thead td {
		font-size: 1.8rem;
	}
	
	#in-price-list td, #in-price-list th {
		padding: 10px 15px;
	}
	
	#in-price-list th + td {
		padding-top: 0;
	}
	
	#in-price-list th, #in-price-list td .txt-cl-pink {
		font-weight: bold;
	}
	
	#in-price-list td {
		padding-top: 0;
	}
	
	#in-price-list th {
		padding-top: 15px;
		padding-bottom: 0;
		line-height: 1.4;
		font-size: 2.0rem;
		white-space: normal;
	}
	
	#in-price-list td .txt-cl-pink {
		font-size: 2.2rem;
	}
	
	.type-contents .points img {
		max-width: 200px;
		margin-bottom: 20px;
	}
	
}

