@charset "utf-8";

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

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

article .lead {
	font-size:14px;
	font-weight:400;
	color:#585858;
}

article .lineup {
	margin:50px 0;
	padding:50px 0 20px;
	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 #693AC1;
	border-radius: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 #693AC1;
	background:#F2F2F2;
}

article .ph {
	display: block;
	width: 100%;
	max-width: 600px;
	margin: 50px auto;
}

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

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

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

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

article .box.boxL {
	width:100%;
	margin-top: 3em;
}

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

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

article .box .tx p {
	color: #050F79;
}

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 .box img {
	display: block;
}

article .box .img {
	display: block;
	width:100%;
	padding:50px 20px;
	border:1px solid #95989A;
}


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

@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 .box {
		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) {

}

