@charset "shift-jis";


/* article > h2 */
article > h2{
	background:url(../images/saijyo/h2.png)no-repeat center center;
	background-size:cover;
}


article > p{
	width:870px;
	margin:80px auto 120px;
	font-size:15px;
	letter-spacing:0.04em;
	text-align: justify;
	text-justify: inter-ideograph;
	line-height:1.8;
}
.SaijyoPankuzu {
	max-width: 1286px;
	margin: 10px auto 0;
	padding: 0 10px;
	font-size: 12px;
	text-align: left;
	position: absolute;
	left: 15vw;
	top: 152px;
}
.SaijyoPankuzu li{
	display: inline-block;
	vertical-align: middle;
}
.SaijyoPankuzu li::after{
	content: '>';
	display: inline-block;
	vertical-align: 2px;
	margin: 0 0 0 3px;
}
.SaijyoPankuzu li:last-child::after{
	content: none;
}
@media screen and (max-width: 768px) {
	.SaijyoPankuzu {
		display: none;
	}
}

/* #cont5 */
#cont5{
	padding:0 0 120px;
}
#bxslider li{
	width:264px !important;
}

#cont5 dl{
	margin-top:-140px;
	padding:0 0 50px;
	background:url(../images/top/cont5_bg2.png)no-repeat center bottom;
	background-size:100% auto,1145px auto;
	position:relative;
	z-index:1;
}
#cont5 dl dt{
	display:inline-block;
	vertical-align:bottom;
	width:283px;
	margin:0;
	padding-bottom:50px;
}
#cont5 dl dd{
	margin:0 0 0 30px;
	display:inline-block;
	vertical-align:bottom;
	width:600px;
	text-align:left;
}

#cont5 ul.blog{
	margin-top:100px;
}
#cont5 ul.blog li{
	display:inline-block;
	vertical-align:top;
	width:335px;
	margin:30px 0;
}
#cont5 ul.blog li:nth-child(3n+2){
	/*margin:30px 27px;*/
}
#cont5 ul.blog li a{
	display:block;
}
#cont5 ul.blog li a figure figcaption{
	margin-bottom:-38px;
	font-size:45px;
	font-weight:bold;
	line-height:45px;
	font-family: quicksand, sans-serif;
	text-align:left;
	position:relative;
	z-index:1;
	color:#d5000e;
}
#cont5 ul.blog li a figure figcaption span{
	/*font-size:26px;*/
	margin-top:-5px;
	padding:15px;
	display:inline-block;
	vertical-align:middle;
}
#cont5 ul.blog li a figure figcaption span:after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:2px;
	height:45px;
	margin:0 0 0 15px;
	background-color:#d5000e;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}
#cont5 ul.blog li a figure img{
	border-radius:10px;
}
#cont5 ul.blog li a p{
	margin-top:20px;
	text-align:left;
}
#cont5 ul.blog li a h4{
	margin-top:8px;
	text-align: center;
	font-size: 110%;
}
#cont5 div.blog_more{
	width:1080px;
	margin:10px auto 0;
	text-align:right;
}
#cont5 div.blog_more .more{
	width:368px;
	text-align:center;
}
.IndexBox {
}
.IndeBox__Cont {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
	position: relative;
	max-width: 280px;
	margin-left: auto;
	margin-right: auto;
}

.IndeBox__ArrowBox {
	width: 64px;
	position: absolute;
	height: 40px;
}
.IndeBox__ArrowBox-Prev {
	left: 0;
}
.IndeBox__ArrowBox-Next {
	right: 0;
}
.IndeBox__ArrowBox:before {
	content: "";
	position: absolute;
	top: 42%;
	left: 50%;
	margin: auto;
}
.IndeBox__ArrowBox-Prev:before {
	 width: 8px;
	 height: 8px;
	 border-top: 2px solid #333;
	 border-right: 2px solid #333;
	 -webkit-transform: rotate(225deg);
	 -ms-transform: rotate(225deg);
	 transform: rotate(225deg);
}
.IndeBox__ArrowBox-Next:before {
	 width: 8px;
	 height: 8px;
	 border-top: 2px solid #333;
	 border-right: 2px solid #333;
	 -webkit-transform: rotate(45deg);
	 -ms-transform: rotate(45deg);
	 transform: rotate(45deg);
}
.IndeBox__ArrowBox-Prev.gray:before {
	border-top: 2px solid #bbb;
	border-right: 2px solid #bbb;
}
.IndeBox__ArrowBox-Next.gray:before {
	border-top: 2px solid #bbb;
	border-right: 2px solid #bbb;
}

.IndeBox__BtnList {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-around;
}

.IndeBox__Btn {
	width: 40px;
	height: 40px;
  background-color: #e5e5e5;
	text-align: center;
	position: relative;
	margin-right: 20px;
	border-radius: 4px;
}
.IndeBox__Btn:last-child {
	margin-right: 0;
}

.int {
	position: absolute;
	top: 50%;
	left: 50%;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	font-weight: bold;
	width: 45px;
}
