@charset "shift-jis";


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


/* .cont */
.cont{
	padding:70px 0 0;
}

.cont h3{
	font-size:18px;
	font-family: a-otf-midashi-go-mb31-pr6n, sans-serif;
	margin-bottom: 10px;
	line-height: 1;
}
.cont h3 span{
	display:block;
	font-size:11px;
}




#cont1 section{
	width:1180px;
	margin:auto;
	padding:30px 0 80px;
	text-align:left;
}

#cont1_detail section{
	width:875px;
	margin:auto;
	padding:30px 0 80px;
	text-align:left;
}
@media screen and (max-width:768px){
	#cont1_detail section{
		width: auto;
	margin: auto;
	padding: 40px 0 60px;
	text-align: left;
	}
	#cont1_detail {
    padding-left: 5%;
    padding-right: 5%;
	}
}
.TabBox {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: space-between;
	margin-bottom: 60px;
}

.TabBox__Tab {
	width: calc(20% - 10px);
	background-color: #e5e5e5;
	padding: 15px;
	text-align: center;
	border-radius: 30px;
	cursor: pointer;
}
li.TabBox__Tab a{
	display:block;
}

.is-active {
	background-color: #d0000d!important;
	color: #fff!important;
}

.NewsList {
	margin-bottom: 120px;
}

.NewsList__List {
	margin-bottom: 60px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	line-height: 1;
}

.NewsList__Time {
	width: 180px;
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	font-size: 14px;
	-ms-align-items: center;
	align-items: center;
	font-weight: bold;
}
.NewsList__Slash {
	border-right: 2px solid #909090;
	padding-right: 14px;
	margin-right: 14px;
	padding-top: 10px;
	padding-bottom: 10px;
	transform: skewX(145deg);
}

.NewsList__Month {
	color: #909090;
}
.NewsList__Date {
	font-size: 20px;
}

.NewsList__Main {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	-ms-align-items: center;
	align-items: center;
}


.NewsList__Category {
	padding-right: 1.3em;
	border-right: 1px dotted #aaa;
	margin-right: 1.3em;
	font-weight: bold;
	font-size: 17px;
}

.NewsList__Sent {
	width: 100%;
	max-width: 660px;
	overflow: hidden;
	text-overflow: ellipsis;
	white-space: nowrap;
}

.IndexBox {
}
.IndeBox__Cont {
	display: -webkit-flex;
	display: -ms-flex;
	display: flex;
	justify-content: center;
}

.IndeBox__ArrowBox {
	width: 64px;
	position: relative;
	height: 40px;
}
.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;
}




/* news */
#NewsModule dl {
	margin-bottom: 60px;
	font-size: 16px;
}
#NewsModule.DetailTitle dl {
	margin-bottom: 20px;
}
#NewsModule dl dt{
	line-height:20px;
	font-size:19px;
	font-weight:bold;
	font-family: quicksand, sans-serif;
	float:left;
}
#NewsModule.DetailTitle dl dt {
	width: 80px;
	font-weight: bold;
	font-family: quicksand, sans-serif;
	float: left;
}
#NewsModule dl dt span{
	font-size:11px;
	font-weight:normal;
	padding:10px;
	padding-left: 0;
	display:inline-block;
	vertical-align:middle;
}
#NewsModule dl dt span:after{
	content:'';
	display:inline-block;
	width:1px;
	height:20px;
	margin:0 0 0 10px;
	background-color:#000;
	-webkit-transform: rotate(45deg);
	-moz-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	-o-transform: rotate(45deg);
	transform: rotate(45deg);
}

#NewsModule dl dd:nth-of-type(odd){
	padding:0 30px 0 70px;
	line-height:41px;
	float:left;
	font-weight:bold;
	display:inline-block;
}
#NewsModule.DetailTitle dl dd:nth-of-type(odd){
	padding: 0 0 0 0;
	/* line-height: 35px; */
	float: none;
	font-weight: bold;
	display: block;
}

#NewsModule dl dd:nth-of-type(odd):after{
	content:'';
	display:inline-block;
	vertical-align:middle;
	width:1px;
	height:15px;
	margin-left:30px;
	border-right:1px dotted #000;
}
#NewsModule.DetailTitle dl dd:nth-of-type(odd):after{
	content: none;
}
#NewsModule dl dd:nth-of-type(even){
	min-height:44px;
	padding:10px 0 35px;
	line-height:1.5;
}
#NewsModule.DetailTitle dl dd:nth-of-type(even){
	font-weight: bold;
	font-size: 20px;
}


/* Detail */
.ArticleBox {
	text-align: center;
}
.ArticleBox__Img {
	max-width: 900px;
	width: 80%;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 50px;
}
@media screen and (max-width:768px){
	.ArticleBox__Img {
		max-width: 538px;
		width: 100%;
		margin-bottom: 35px;
	}
}
.ArticleBox__Img img{
	width: 100%;
}

.ArticleBox__Text {
	text-align: left;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 60px;
}

.ArticleBox__Text .mapurl{
	display: block;
	margin-top: -40px;
	background: #EA701A;
	padding: 8px 0;
	border-radius: 50px;
	color: #fff;
	text-align: center;
	width: 230px;
}
@media screen and (max-width:768px){
	.ArticleBox__Text .mapurl{
		width: 100%;
	}
}

.ArticleBox  .more {
	width: 245px;
	font-size: 14px;
}

.ArticleBox .more:after {
    -webkit-transform: rotate(225deg);
    -moz-transform: rotate(225deg);
    -ms-transform: rotate(225deg);
    -o-transform: rotate(225deg);
    transform: rotate(225deg);
    position: absolute;
    left: 30px;
    top: 50%;

}
