@charset "utf-8";

article h1 {
	margin:0 0 0.5em;
	font-size:22px;
	font-weight:bold;
	line-height:1.5;
	color:#4589CE;
}

article h2 {
	margin:0 0 1.5em;
	font-size:24px;
	font-weight:bold;
	color:#242424;
}
article h2 p {
	font-size:14px;
}

article .lead {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	font-size:14px;
	font-weight:400;
	color:#585858;
}
article .lead .box {
	width:48%;
	font-size:14px;
}
article .lead .box p {
	margin:0 0 1em;
	font-size:16px;
	font-weight:700;
}
article .lead .box .cap {
	margin:2em 0 0;
	font-size:12px;
}

article .lineup {
	margin:50px 0;
	padding:50px 0;
	background:#F2F2F2;
}
article .lineup h3 {
	width:90%;
	max-width:1136px;
	margin:0 auto 1em;
	font-size:14px;
}
article .lineup .wrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	width:90%;
	max-width:1136px;
	margin:0 auto;
}
article .lineup .wrap::before{
  content:"";
  display: block;
  width:29%;
  order:1;
}
article .lineup .wrap::after{
  content:"";
  display: block;
  width:29%;
}

article .lineup a {
	width:29%;
	margin:0 0 30px;
	padding:20px 5%;
	background:#fff;
	border:1px solid #4589CE;
	border-radius:5px;
}

article .lineup a:nth-of-type(1),
article .lineup a:nth-of-type(2) {
	padding:20px 5px;
}

article .lineup a img {
	margin:0 0 20px;
}

article .lineup a p {
	font-size:14px;
	font-weight:400;
	text-align:center;
	color:#242424;
}

article .items {
	width:90%;
	max-width:1136px;
	margin:80px auto;
}

article h4 {
	display:flex;
	flex-wrap:wrap;
	padding:10px 30px;
	font-size:18px;
	font-weight:700;
	color:#242424;
	border-left:4px solid #4589CE;
	background:#F2F2F2;
}

article h4 span {
	display:block;
	margin:0 0 1em;
	font-family: 'Roboto', sans-serif;
	font-size:9px;
	font-weight:700;
	color:#4589CE;
}

article h4 p {
	width:100%;
	margin:0.5em 0 2em;
	font-size:14px;
	font-weight:400;
	color:#585858;
}

article h4 div {
	display:inline-block;
	width:260px;
	padding-right:20px;
}
article h4 div.info {
	display:inline-block;
	width:calc(100% - 300px);
	padding-top:5px;
	font-size:14px;
	font-weight:400;
	color:#585858;
}
article h4 div.info span {
	display:inline;
	font-family: 'Noto Sans Japanese', sans-serif;
	font-size:14px;
	color:#4589CE;
}

article .boxWrap {
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	margin:30px 0;
}

article .boxWrap .box {
	width:48%;
	margin:0;
	font-size:14px;
	font-weight:400;
	color:#585858;
}

article .boxWrap .box h5 {
	margin:0 0 1em;
	padding:0.3em 2em;
	font-size:14px;
	font-weight:400;
	background:#F2F2F2;
}

article .boxWrap .box .tx {
	margin-bottom:3em;
}

article a.download {
	position:relative;
	display:block;
	height:65px;
	border-radius:5px;
	border:1px solid #000;
}
article a.download::before {
	content:"";
	position:absolute;
	top:18px;
	left:10px;
	width:28px;
	height:28px;
	background:url(../img/common/icon_pdf.png) left top no-repeat;
	background-size:100%;
}
article a.download p {
	margin:10px 0 2px 65px;
	color:#242424;
	font-size:16px;
	font-weight:700;
}
article a.download span {
	display:block !important;
	margin:0 0 0 65px;
	color:#2B3779;
	font-family: 'Roboto', sans-serif;
	font-size:12px;
	font-weight:400 !important;
}

article .boxWrap .box .img {
	width:100%;
}

article .bdtop {
	margin-top:40px;
	padding-top:40px;
	border-top:1px solid #A6A6A6;
}
article .boxWrap.type2 .box:nth-of-type(1) {
	width:60%;
}
article .boxWrap.type2 .box:nth-of-type(2) {
	width:36%;
} 
article .boxWrap.type2 .box:nth-of-type(2) img:nth-of-type(2) {
	margin-top:30px;
}


@media (max-width: 768px) {
	article h1 {
		font-size:22px;
	}

	
	article h4 p {
		width:100%;
		margin-right:0;
		margin-bottom:1em;
		order:2;
	}

	article h4 div {
		width:100%;
		margin-right:0;
		order:1;
	}
	article h4 div.info {
		width:100%;
		order:3;
	}

}

@media (max-width: 600px) {
	article h1 {
		font-size:20px;
	}
	article h1 br {
		display:none;
	}
	
	article .lineup .wrap::before{
		width:48%;
	}
	article .lineup .wrap::after{
		width:48%;
	}

	article .lineup a {
		width:48%;
	}

	article .boxWrap .box,
	article .boxWrap.type2 .box,
	article .boxWrap.type2 .box:nth-of-type(1),
	article .boxWrap.type2 .box:nth-of-type(2) {
		width:100%;
		margin:0 0 20px;
	}
	

}

@media (max-width: 480px) {
	article h1 {
		font-size:18px;
	}
	
	article .lineup .wrap::before{
		width:100%;
	}
	article .lineup .wrap::after{
		width:100%;
	}

	article .lineup a {
		width:100%;
	}
}

@media (max-width: 360px) {

}

