@charset "utf-8";
/* CSS Document */
/*===============================================
●共通
===============================================*/

/* downloadWrap
---------------------------------------- */
#downloadWrap p {
	color: #0e53a3;
	/* font-family: "ゴシックMB101 M"; */
	font-weight: 500;
	line-height: 1.76em;
	margin-bottom: 1.7em;
}

/* downloadLinkBox
---------------------------------------- */
#downloadLinkBox ul li {
	text-align: center;
	line-height: 1.3em;
}
#downloadLinkBox ul li a {
	text-decoration: none;
	background-color: #0052a4;
	/* font-family: "ゴシックMB101 M"; */
	font-weight: 500;
	color: #fff;
}
#downloadLinkBox ul li a:hover {opacity: 0.7}
#downloadLinkBox ul li a span svg {
	display: inline-block;
	width: 0.7em;
	height: 0.5em;
	transform: rotate(90deg);
	fill: #fff;
	vertical-align: middle;
	margin-left: 0.8em;
}

/* seriesBox
---------------------------------------- */
#seriesBox h3 {
	font-weight: bold;
	text-align: center;
	line-height: 1.14em;
	position: relative;
	font-size: 1.5em;
}
#seriesBox h3:after {
	content: "";
	display: inline-block;
	background-color: #0052a4;
	width: 40px;
	height: 4px;
	vertical-align: middle;
	position: absolute;
	bottom: 0;
	left: 50%;
	margin-left: -20px;
}
#seriesBox .seriesBox h4 {
	font-weight: bold;
	background-color: #0052a4;
	color: #fff;
	border-radius: 20px;
	padding: 0.1em 0;
	vertical-align: middle;
}
#seriesBox .seriesBox {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between
}
#seriesBox > section:nth-child(odd) {background-color: #eff7fe;}
#seriesBox img {
	padding: 1px;
	border: 1px solid  #b4b5b5;
	background-color: #fff;
}
#seriesBox .seriesBox ul li a {
	display: block;
	font-weight: bold;
	/* font-family: "ゴシックMB101 M"; */
	font-weight: 500;
}
#seriesBox .seriesBox ul li span {margin-right: 0.5em;}
#seriesBox .seriesBox ul li span:before {
	display: inline-block;
	text-decoration: none;
}
#seriesBox .seriesBox ul li:hover {opacity: 0.7;}
#seriesBox .seriesHeight {line-height: 1.7em;}

/*===============================================
●画面の横幅が729px以下
===============================================*/
@media screen and (max-width: 729px){
	
	/* downloadLinkBox
	---------------------------------------- */
	#downloadLinkBox ul li {
		width: 100%;
		margin-bottom: 0.8em;
	}
	#downloadLinkBox ul li a {
		display: block;
		padding: 0.8em 0 0.8em 0;
	}
	
	/* seriesBox
	---------------------------------------- */
	#seriesBox {margin: 3em 0 5em;}
	#seriesBox h3 {
		padding-bottom: 0.8em;
		margin-bottom: 2em;
	}
	#seriesBox .seriesBox h4 {padding: 0.2em 0 0.2em 0.9em;}
	#seriesBox #woolrich h4 {font-size: 0.9em;}
	#seriesBox .inner {
		padding-left: 1em;
		padding-right: 1em;
	}
	#seriesBox > section {padding: 2em 0 0;}
	#seriesBox .seriesBox>section {
		width: 47%;
		margin:0 0.3em 2.5em;
	}
	#seriesBox img {display: block;}
	#seriesBox .prodactBox > div {margin: 1em auto 0;}
	#seriesBox ul li {
		padding: 1.5em 0 0 1.8em;
		text-indent: -0.8em
	}
	#seriesBox ul li a {font-size: 1.1em;}
}

/*===============================================
●画面の横幅が730px以上
===============================================*/
@media screen and (min-width: 730px) {
	
	/* downloadWrap
	---------------------------------------- */
	#downloadWrap p {
		font-size: 1.21em;
		text-align: center;
	}
	
	/* downloadLinkBox
	---------------------------------------- */
	#downloadLinkBox {margin-bottom: 5em;}
	#downloadLinkBox ul {
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
		width: 100%;
	}
	#downloadLinkBox ul li {
		font-size: 1.15em;
		margin: 0 1.8% 3.2% 0;
	}
	#downloadLinkBox ul li:first-of-type {margin-left: 2%;}
	#downloadLinkBox ul li a {
		display: inline-block;
		padding: 0.3em 0.5em 0.5em 0.8em;
	}
	#downloadLinkBox ul li a span svg {margin: 0 0 0.1em 0.8em;}
	
	/* seriesBox
	---------------------------------------- */
	#seriesBox {margin-bottom: 12em;}
	#seriesBox h3 {
		padding: 2.5em 0 0.63em;
		margin-bottom: 2em;
	}
	#seriesBox .seriesBox > section {
		width: 46.5%;
		margin-bottom: 4.5em;
	}
	#seriesBox .seriesBox h4 {
		margin-bottom: 1.2em;
		padding: 0.4em 0 0.2em 0.8em;
		font-size: 1.3em;
	}
	#seriesBox .seriesBox h4 span {font-size: 0.75em;}
	#seriesBox .prodactBox {display: flex;}
	#seriesBox .prodactBox > div {
		width: 39%;
		max-width: 170px;
	}
	#seriesBox .seriesBox ul {
		margin-left: 5%;
		width: 56%;
	}
	#seriesBox .seriesBox ul li {
		font-size: 1.1em;
		text-indent: -0.7em;
		padding-left: 10%;
	}
	#seriesBox .seriesBox ul li:not(:last-of-type) {margin-bottom: 2em;}
	#seriesBox #woolrich ul li {font-size: 0.9em;}
	#seriesBox #woolrich ul li:not(:last-of-type) {margin-bottom: 1.2em;}
}