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

#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 ul,
.box table {
	line-height: 1.5;
	font-size: 0.95rem;
}

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

.box > .box:last-child {
	padding-top: 0;
}

.cam {
	color: red;
	font-weight: bold;
}

#c01 p.note {
	padding: 20px 20px;
}

#c01 table tr:first-child {
	background-color: #666;
	color: white;
}

#c01 table.tbl1 th:nth-last-child(2),
#c01 table.tbl1 td:nth-child(2),
#c01 table.tbl1 td:nth-child(3) {
	white-space: nowrap;
}

#c01 table.tbl2 {
	margin-top: 20px;
}

#c01 ul {
	margin-left: 1rem;
	line-height: 1.7;
	padding: 20px 0 0;
	list-style: none;
}

#c01 ul li::before {
	content: "※";
}

#c01 ul li a {
	display: inline-block;
	text-decoration: none;
	color: dodgerblue;
}

#c01 ul li a:hover {
	text-decoration: underline;
}

#c01 table.tbl1 td:last-child,
#c01 table.tbl2 td:last-child {
	text-align: center;
}


/* -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;
	}
	
	#c01 table.tbl1 td:not(:last-child) img,
	#c01 table.tbl2 td:not(:last-child) img {
		max-width: 100%;
		height: auto;
	}
	
	
}


/* -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;
	}
	
	#c01 .box > div {
		overflow-x: auto;
		white-space: pre-line;
		overflow-scrolling: touch;
		-webkit-overflow-scrolling: touch;
	}
	
}


/* mail order links */
.mailOrder {
	color: black;
	font-size: 0.90rem;
	text-decoration: none;
	white-space: nowrap;
	text-align: center;
}

.mailOrder img {
	max-width: 90px;
	padding: 20px 0 10px;
}

.mailOrder span.blue {
	color: rgba(0, 102, 204, 100);
}

.mailOrder p {
	font-size: 0.85rem;
	display: inline-block;
}

.mailOrder:hover p,
.mailOrder:active p {
	color: rgba(0, 102, 204, 100);
	text-decoration: underline rgba(0, 102, 204, 100) 2px;
}

.mailOrder.nolink {
	opacity: 0.4;
}
