@charset "utf-8";
/*-------------------------
	features style
	created: 2021.10.07
	updated: 2021.10.07
---------------------------*/

#title h1 {
	column-gap: 20px;
}

#title h1 span {
	line-height: 0.8;
}

#contents h2,
#contents h3 {
	font-family: "Shin Go Regular";
	border-radius: 5px;
	height: 30px;
	background-color: #333333;
	color: white;
	font-weight: normal;
	padding: 0 15px;
	line-height: 30px;
}

#contents h3 {
	background-color: #444444;
}

#contents .container h2 {
	position: relative;
	padding-left: 85px;
}

#contents .container h2 img {
	position: absolute;
	top: -15px;
	left: 15px;
}

/* info */

#info {
	background-color: #888888;
	width: 100%;
	margin: 25px 0;
	padding: 25px 20px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}

#slide {
	position: relative;
	width: 725px;
	height: 427px;
	overflow: hidden;
}

.swiper-slide img {
	display: block;
	width: 725px;
	height: 400px;
	object-fit: cover;
  }

.swiper-horizontal > .swiper-pagination-bullets, .swiper-pagination-bullets.swiper-pagination-horizontal, .swiper-pagination-custom, .swiper-pagination-fraction {
	bottom: -5px;
}

.pageInfo {
	width: calc(100% - 750px);
	min-width: 238px;
}

.pageInfo h2 {
	margin-bottom: 1rem;
}

.pageInfo h2.comp {
	margin-top: 2rem;
}

.attention {
	width: clamp(104px, 332px, 100%);
}

/* box */
.box p,
.box ol,
.box ul {
	line-height: 1.5;
	font-size: 0.95rem;
}

.box > .box {
	padding: 30px 20px 0;
	margin-bottom: 3rem;
}


#c01 img {
	max-width: 100%;
	height: auto;
}


#c02 ul {
	margin-left: 2rem;
	line-height: 1.7;
	padding: 20px 0 0;
}

#c02 ul.c1 {
	margin-bottom: 3rem;
}

#c02 ol {
	margin: 2rem 0 3rem 1rem;
	list-style: none;
	counter-reset: num;
}

#c02 ol li {
	padding-left: 2.55rem;
	text-indent: -2.55rem;
}

#c02 ol li::before {
	counter-increment: num;
	content: "※" counter(num) "：";
}


/* -Tablet- 600px-1024px */
@media screen and (max-width: 1024px){
	
	#title h1 img {
		display: none;
	}
	
	#slide {
		width: 100%;
		height: 105%;
	}
	
	.swiper-slide img {
		width: 100%;
		height: auto;
	  }
	
	.pageInfo {
		width: 100%;
		min-width: 238px;
		margin-top: 2rem;
	}
	
	
}


/* -SP- -599px */
@media screen and (max-width: 599px){
	
	#title h1 span {
		line-height: 1.5;
	}
	
	#title h1 > span:last-child {
		white-space: nowrap;
	}
	
	#contents .container h2 {
		height: auto;
		padding-top: 1px;
		padding-bottom: 1px;
	}
	
}