
/* --------------- News --------------- */

.bg_pagettl.news {
	background-image: url(../img/news/bg_pagettl.jpg);
	background-repeat: no-repeat;
}
@media screen and (max-width: 850px) {
	.bg_pagettl.news {
		background-image: url(../img/news/sp/bg_pagettl.jpg);
		background-repeat: no-repeat;
	}
}
.bg_gray1 {
	margin: 0;
	padding: 0;
	background-color: #ebebec;
}
.bg_news {
	margin: 0;
	padding: 0 0 120px;
	overflow: hidden;
	position: relative;
	z-index: 0;
}
@media screen and (max-width: 700px) {
	.bg_news { padding: 8vw 0 10vw; }
}
.bg_news::before {
	content: "";
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	background-color: #1f2a67;
	position: absolute;
	top: 155px;
	left: 0;
	z-index: -1;
}
@media screen and (max-width: 700px) {
	.bg_news::before { top: calc( 8vw + 100px ); }
}
.col_news {
	width: 90%;
	max-width: 1100px;
	margin: 0 auto;
	padding: 70px 3% 42px;
	background-color: #fff;
	box-sizing: border-box;
}
@media screen and (max-width: 850px) {
	.col_news { padding: 70px 3% 42px; }
}
@media screen and (max-width: 700px) {
	.col_news { padding: 10% 3%; }
}
.cont_list_news{
	max-width: 840px;
	margin: 0 auto;
	padding: 0;
	display: flex;
	flex-wrap: wrap;
}
.cont_list_news a{
	width: 100%;
	margin: 0;
    padding: 15px 0;
    color: #000;
    border-bottom: dotted 1px #000;
    transition: all 1s;
    display: block;
    position: relative;
    top: 30px;
    opacity: 0;
}
.cont_list_news a.active{
	top: 0;
	opacity: 1;
}
.cont_list_news a:hover{
	background-color: #f5f5f5;
}
.cont_list_news a dl {
	width: 100%;
	margin: 0;
	padding: 0;
	display: flex;
}
@media screen and (max-width: 700px) {
	.cont_list_news a dl { display: block; }
}
.cont_list_news a dl dt {
	width: 175px;
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-start;
}
@media screen and (max-width: 700px) {
	.cont_list_news a dl dt { width: 100%; }
}
.cont_list_news a dl dt .label {
	margin: 0 10px 0 0;
    padding: 0 0.6em;
    color: #fff;
    font-size: 13px;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    z-index: 0;
}
.cont_list_news a dl dt .label:before{
	content: "";
	width: 100%;
	height: 100%;
	border: solid 1em #1f2a67;
	border-right-width: 4em;
	border-left-width: 4em;
	box-sizing: border-box;
	transform: translate(-50%, -50%);
	transform-origin: center center;
	transition: all .3s;
	position: absolute;
	top: 50%;
	left: 50%;
	z-index: -1;
}
.cont_list_news a dl dt .label.recruit:before{
	border-color: #d0121b;
}
.cont_list_news a:hover dl dt .label{
	    color: #1f2a67;
}

.cont_list_news a:hover dl dt .label.recruit{
	    color: #d0121b;
}

.cont_list_news a:hover dl dt .label::before{
	border-width: 1px;
}
.cont_list_news a dl dd {
	width: calc( 100% - 175px );
	margin: 0;
	padding: 0;
	display: flex;
	align-items: flex-end;
	justify-content: space-between;
}
@media screen and (max-width: 700px) {
	.cont_list_news a dl dd {
		width: 100%;
		display: block;
	}
}
.cont_list_news a dl dd .txt {
	width: calc( 100% - 130px );
	margin: 0;
	padding: 0;
}
@media screen and (max-width: 700px) {
	.cont_list_news a dl dd .txt {
		width: auto;
		padding: 0 8px 0 0;
		display: inline;
	}
}
.cont_list_news a dl dd .link_detail {
	width: 130px;
	margin: 0;
	padding: 0 0 0 5px;
	box-sizing: border-box;
}
@media screen and (min-width: 851px) {
	.cont_list_news a:hover dl dd .link_detail { text-decoration: underline; }
}
@media screen and (max-width: 700px) {
	.cont_list_news a dl dd .link_detail {
		padding: 0;
		display: inline-block;
	}
}
.cont_list_news a dl dd .link_detail .arrow {
	width: 10px;
	height: 5px;
	margin: 0 0 0 5px;
	padding: 0;
	border-right: solid 2px #000;
	border-bottom: solid 2px #000;
	transform: skewX(45deg) translateY(-50%);
	display: inline-block;
	position: relative;
}
@media screen and (min-width: 851px) {
	.cont_list_news a dl dd .link_detail .arrow { transition: width .5s; }
	.cont_list_news a:hover dl dd .link_detail .arrow { width: 13px; }
}


.flex{
	display: flex;
}

.page-nav{
	width: 100%;
	margin: 0;
	padding: 0;
}

.pagenav{
	justify-content: center;
    margin: 50px 0 0px 0;
    padding: 0;
}

.pagenav li{
	display: flex;
    margin: 0 3.5px 10px;
}

.pagenav li:hover{
	background-color: #f5f5f5;
}

.pagenav li.active{
	background-color: #1f2a67;
}

.pagenav li a, .pagenav li span{
	height: 35px;
    width: 35px;
    font-size: 16px;
    display: flex;
    align-items: center;
    justify-content: center;
    color: #1f2a67;
}

.pagenav li.active a,
.pagenav li.active span {
	color: #fff;

}

.lead_privacy.active {
	opacity: 1;
	top: 0;
}
.lead_privacy p { margin: 0; }
@media screen and (max-width: 850px) {
	.pagenav{
		margin: 15px 0 0;
	}

}

@media screen and (max-width: 400px) {
	.pagenav li a, .pagenav li span{
		width: 28px;
		height: 28px;
	}
	
}

.pager_news_d {
	background-color: #fff;
	width: 100%;
	max-width: 290px;
	margin: 0 auto;
	padding: 0 0 50px 0;
	display: flex;
	align-items: center;
	justify-content: space-evenly;
}

.pager_news_d .link {
	width: 30%;
	max-width: 190px;
	margin: 0;
	padding: 0;
}

.pager_news_d a {
	margin: 0;
	padding: 10px 0;
	text-align: center;
	display: flex;
	align-items: center;
	justify-content: center;
	color: #000;
	position: relative;
}

.pager_news_d .prev a .arrow{
	left: 20%;
}

.pager_news_d a.btn_newslist{
	width: 100%;
    max-width: 165px;
    background-color: #fff;
    position: relative;
    border: solid 1px #000000;
    border-radius: 44px;
}

.pager_news_d a.btn_newslist:after{
	position: absolute;
    left: auto;
    content: '';
    width: 50%;
    height: 2px;
    background: #000000;
    bottom: -1px;
    transform: scale(0, 1);
    transform-origin: center top;
    transition: transform .3s;
}

.pager_news_d .link{
	width: 17%;
    margin: 0;
    padding: 0;
    display: inline-block;
	position: relative;
	text-decoration: none;
}

.pager_news_d .link:after{
	position: absolute;
	content: '';
	bottom: 15%;
	left: 50%;
	transform: translateX(-50%);
	width: 0;
	height: 1px;
	background: #1f2a67;
	transition: all .3s ease 0s;
}

.pager_news_d .link:hover{
	cursor: pointer;
}

.pager_news_d .link:hover::after{
	width: 100%;
}

@media screen and (max-width: 700px) {
	dl.txt_privacy1 { margin: 0 auto 30px; }
}
h2.mds2.news{
	width: 100%;
	margin: 0 auto 40px;
	padding: 25px 13px;
	border-top: solid 1px #1f2a67;
	border-bottom: solid 1px #1f2a67;
	font-weight: 400;
	font-size: min(4.5vw , 27px);
}

h2.mds2.news span.small{
	font-size: 15px;
}

h2.mds2.news span{
	line-height: 1.4;
}

.mds2.news .txt_info{
	width: 100%;
    margin: 0 0 5px;
    padding: 0;
    display: flex;
    align-items: center;
}

.mds2.news .txt_info .label{
	margin: 0 10px 0 0;
    padding: 0 0.6em;
    color: #fff;
    font-size: 14px;
    line-height: 1.6;
    overflow: hidden;
    position: relative;
    z-index: 0;
}

.mds2.news .txt_info .label:before{
	content: "";
    width: 100%;
    height: 100%;
    border: solid 1em #1f2a67;
    border-right-width: 4em;
    border-left-width: 4em;
    box-sizing: border-box;
    transform: translate(-50%, -50%);
    transform-origin: center center;
    transition: all .3s;
    position: absolute;
    top: 50%;
    left: 50%;
    z-index: -1;
}

.mds2.news .txt_info .label.recruit:before{
	border-color: #d0121b;
}

.mds2.news .txt_info .date{
	margin: 0;
    padding: 0;
    font-weight: 300;
    font-size: 15px;
}

.inner_detail {
	width: 100%;
	margin: 0 0 100px;
	padding: 0;
}

.inner_detail ul { list-style: disc; }

.box_detail{
	width: 100%;
    margin: 0 0 45px;
    padding: 0 13px;
}

.img_detail1{
	width: 60%;
    max-width: 443px;
    margin: 0 0 40px;
    padding: 0;
}

.img_detail1 img{
	width: 100%;
}

.img_detail2{
	width: 50%;
    max-width: 244px;
    margin: 0 0 15px;
    padding: 0;
}

h3.mds3.detail{
	margin: 0 0 10px;
	font-size: 20px;
}

.txt_detail1{
	line-height: 1.8;
	margin: 0;
	padding: 0;
}

.txt_detail1 li{
	text-indent: -1em;
    padding-left: 1em;
}

.btn_topdetail{
	width: 165px;
    height: 44px;
    margin: 0;
    padding: 0;
    color: #fff;
    border: solid 1px #fff;
    border-radius: 25px;
    display: flex;
    align-items: center;
    justify-content: center;
}

.btn_topdetail .inner{
	width: 6em;
    height: 1.5em;
    overflow: hidden;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
}

.btn_topdetail .inner .btntxt{
	line-height: 1.5;
    display: inline-block;
}

.btn_topdetail .arrow{
	width: 10px;
    height: 10px;
    margin: 0 0 0 8px;
    padding: 0;
    position: relative;
    z-index: 0;
}

.btn_topdetail .arrow::before{
	content: "";
    width: 100%;
    height: 3px;
    margin: 0;
    padding: 0;
    border-right: solid 1px #fff;
    border-bottom: solid 1px #fff;
    transform: skewX(45deg);
    transition: width .3s;
    position: absolute;
    top: calc(50% - 2px);
    left: 0;

}

.col_news a.btn_topdetail .arrow::before{
	border-color: #000;
}

a.btn_topdetail:hover .arrow::before{
	width: calc(100% + 3px);
}

.col_news a.btn_topdetail{
	color: #000;
    border-color: #000;
}

a.btn_topdetail:hover .inner .btntxt{
	animation: btn-hover1 1s forwards;
}

@keyframes btn-hover1 {
	0% { transform: translateY(100%); }
	100% { transform: translateY(0%); }
}

@media screen and (max-width: 700px) {
	h2.mds2.news{
		padding: 13px 7px;
		font-size: min(6vw , 27px);
	}
	
	.box_detail{
		padding: 0;
	}
	
	.inner_detail{
		margin: 0 0 40px;
	}
	
	.img_detail1{
		width: 100%;
		max-width: 100%;
		margin: 0 0 20px;
	}
	
	.img_detail2{
		width: 63%;
		max-width: 100%;
		margin: 0 0 20px;
	}
	
	.btn_topdetail{
		width: 65%;
		max-width: 165px;
	}
	
	.pager_news_d{
		padding: 0;
	}
	
}
dl.txt_privacy1 dd {
	margin: 0;
	padding: 0 30px;
	line-height: 2;
	transition: all  .5s;
	transition-delay: .3s;
	opacity: 0;
	position: relative;
	top: 30px;
}
dl.txt_privacy1.active dd {
	opacity: 1;
	top: 0;
}
@media screen and (max-width: 700px) {
	dl.txt_privacy1 dd { padding: 0 12px; }
}
ul.list_privacy1 {
	margin: 0;
	padding: 0;
}
ul.list_privacy1 li {
	margin: 0;
	padding: 0 0 0 1em;
	text-indent: -1em;
}
ul.list_privacy1 li * { text-indent: 0; }

..check_news{
	max-width: 840px;
    margin: 0 auto 15px;
    padding: 0 0 0 15px;
    display: flex;
}

.check_news{
	max-width: 840px;
    margin: 0 auto 15px;
    padding: 0 0 0 15px;
    display: flex;
}

.check_news label{
	margin: 0 15px 0 0;
	padding: 0.5% 1.6%;
	background-color: #919090;
	border: solid 1px #919090;
	color: #ffffff;
	display: flex;
	align-items: center;
	line-height: 1;
}

.check_news label:nth-of-type(2){
	background-color: #1f2a67;
	border: solid 1px #1f2a67;

}

.check_news label:nth-of-type(3){
	background-color: #d0121b;
	border: solid 1px #d0121b;
	margin: 0;
}

input[type="checkbox"] {
  border-radius: 0;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
}

input[type="checkbox"] {
  position: relative;
  width: 16px;
  height: 16px;
  vertical-align: -5px;
  background-color: #fff;
  margin-right: 5px;
  margin-left: 0;
}

input[type="checkbox"]:checked:before {
  position: absolute;
  top: -7px;
  left: 7px;
  transform: rotate(45deg);
  width: 6px;
  height: 17px;
  border-right: 2px solid #565454;
  border-bottom: 2px solid #565454;
  content: '';
}

label:hover{
    opacity: .8;
}

@media screen and (max-width: 700px) {
	.check_news{
		padding: 0 0 0 7px;
	}
	
	.check_news label{
		margin: 0 5px 0 0;
	}
	

}

@media screen and (max-width: 400px) {
	.check_news label{
		font-size: 13px;
	}
	
	input[type="checkbox"] {
		width: 13px;
		height: 13px;
	}
	
	input[type="checkbox"]:checked:before{
		width: 4px;
	    height: 15px;
	}
	


	
}

@media screen and (max-width: 320px) {
	.check_news{
		padding: 0;
		justify-content: center;
	}
}


