.list-pager .page-numbers:hover,
.list-pager .page-numbers.current {
    background: #F2F2F2;
    border-color: #B3B3B3;
}
.list-pager .page-numbers,
.list-pager span.page-numbers.current {
    text-align: center;
    color: #004083;
    border: 1px solid #ccc;
}
.list-pager a,
.list-pager span.current,
.list-pager span.dots {
    display: block;
    width: 30px;
    height: 30px;
    padding: 8px 0;
}
.list-news .detail{
	height:inherit !important;
}

.sec-top-notice .tag{
	width: initial !important;
    padding-left: 15px !important;
    padding-right: 20px !important;
}

.list-pager a.page-numbers,
.list-pager .page-numbers.dots{
	display:none;
}
.list-pager .page-next a.page-numbers,
.list-pager .page-prev a.page-numbers{
	display:block;
}
.list-pager  li.hidden{
	display:none;
}

@media only screen and (max-width: 640px) {
  .list-pager a, .list-pager span.current, .list-pager span.dots {
    width: 0.6rem;
    height: 0.6rem;
    padding: 0 !important;
    line-height: 0.57rem
  }
}


.block-detail .text a:link{
	color:#004083;
}

/* new MV */
.box-txt-plan .td {
	padding-left: 0;
}

.box-txt-plan .title-box .txt-large {
	font-size: 30px;
	color: #000;
	line-height: 1.2;
	font-weight: bold;
}

.box-txt-plan .title-box {
	margin-top: 56px;
}

.box-txt-plan.box-txt-default .desc {
  margin-top: 25px !important;
  font-size: 18px;
  line-height: 1.3 !important;
}

.box-txt-plan .wrap {
	position: relative;
}

.box-txt-plan .icon-title {
	position: absolute;
  top: 56%;
  right: 88px;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}

@media only screen and (max-width: 640px) {
	.box-txt-plan .td {
		background-image: none;
		padding-bottom: 0;
		height: auto;
	}

	.box-txt-plan .title-box .txt-large {
    font-size: 0.35rem;
    letter-spacing: -0.04em;
	}

	.box-txt-plan .title-box {
		margin-top: 0.86rem;
	}

	.box-txt-plan.box-txt-default .desc {
    margin-top: .34rem !important;
    padding-right: .2rem;
    font-size: .24rem;
    line-height: 1.2 !important;
	}

	.box-txt-plan {
		padding-bottom: 1.13rem;
	}

}


.box-txt-plan {
	/*padding-bottom: 39px;*/
	background-color: #EDF0F2;
}


@media only screen and (max-width: 640px) {

	.box-txt-plan .block02 {
		padding-left: 0.15rem;
		padding-right: 0.15rem;
		width: auto;
	}


	.box-txt-plan .wrap {
		padding-left: 0.15rem;
		padding-right: 0.15rem;
	}

	.box-txt-plan .desc {
		margin-top: 0.3rem;
		font-size: 0.16rem;
	}

}

@media only screen and (min-width: 641px) {
	.sec-using .txt-msg {
	    overflow: hidden;
	}
	.sec-using .txt-msg:before {
	    content: "";
	    display: table;
	}
	.sec-using .txt-msg:after {
	    content: "";
	    display: table;
	    clear: both;
	}
	
	.sec-using .txt-msg .txt-using {
		float: left !important;
		width: 51% !important;
	
	}
	
	.sec-using .txt-msg .img {
		float: left;
		width: 46%;
		margin-left: 3%;
	}
}


/* casestudy */
.introduction-cloud .media-body .is-wysiwyg p {
  color: unset;
}