@charset "UTF-8";
/*---------- color ----------*/

.col-red{color:#CF001C}
.bg-red{background:#CF001C}

.col-orange{color:#EB9144}
.bg-orange{background:#EB9144}

.bg-lightgrey{background:#F0F0F0}

@media (min-width: 1440px){
}
@media (max-width: 768px){
}



/*---------- お知らせ　コラム　共通見出し ----------*/
.article-con{
	box-shadow:0 0 20px rgba(0, 0, 0, 0.25);
	background: #fff;
	border-radius: 40px;
	font-size:1.8rem;
	padding: 70px 50px 80px;
	margin-bottom: 80px
}
.article-txtarea{
	margin-top: 50px
}
.article-imgarea img{
	width:50%;
	margin: 0 auto
}

.article-ttl-l{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 3.2rem;
    font-weight: 700;
    border-left:8px solid #CF001C;
    padding-left:17px;
    line-height: 1.6;
    margin-bottom:30px;
	color: #1A2C61;
}

.article-ttl-m{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2.8rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom:30px;
	color: #1A2C61;
}
.article-ttl-m::after {
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: linear-gradient(to right, #d7001e 120px, #e5e5e5 120px);
    margin-top: 15px;
}
.article-ttl-s{
    font-family: "Zen Maru Gothic", sans-serif;
    font-size: 2.4rem;
    font-weight: 700;
    line-height: 1.6;
    margin-bottom:30px;
	color: #d7001e;
}

.article-txt +.news-txt {
	margin-top: 1.5em
}

@media (max-width: 768px){
	.article-con{
		background: #fff;
		border-radius: 5.7vw;
		padding: 7.15vw 5.7vw 12vw;
		margin-bottom: 11.4vw
	}
	.article-txtarea{
		margin-top: 8.5vw;
		font-size:3.7vw
	}
	.article-imgarea img{
		width:100%;
	}
	.article-ttl-l{
        font-size: 5.0vw;
        border-left:1.15vw solid #CF001C;
        padding-left:2.5vw;
        margin-bottom:5vw;
    }
	.article-ttl-m{
		font-size: 4.5vw;
		margin-bottom:5vw;
	}
	.article-ttl-m::after {
		background: linear-gradient(to right, #d7001e 17vw, #e5e5e5 17vw);
		margin-top: 2.5vw;
	}
	.article-ttl-s{
		font-size: 4.1vw;
		margin-bottom:5vw;
	}

}




/*---------- ページャー ----------*/
.pager .pagination {
  display: flex;
  align-items: center;
	justify-content: center;
	margin-top: 80px
}

.pager .pagination span, 
.pager .pagination a {
	margin: 0 8px;

	width: 38px;
	height: 38px;
	display: flex;
	align-items: center;
	justify-content: center;
	background:#fff;
	border:2px #cf001c solid;
	border-radius: 50%;
	color: #cf001c;
	line-height: 1;
	font-size:1.6rem;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.pager .pagination span,
.pager .pagination a:hover {
  color: #fff;
  background: #cf001c;
}


.pager .pagination .prev,
.pager .pagination .next{
	background-image: url("../../img/common/icon_arrow_r.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
	transform: rotate(90deg);
	transition: none;
}
.pager .pagination .next {
	transform: rotate(-90deg)
}

.pager .pagination .prev:hover,
.pager .pagination .next:hover{
	background-image: url("../../img/common/icon_arrow_w.svg");
	background-repeat: no-repeat;
	background-position: center;
	background-size: 50%;
}

@media (max-width: 768px){
	.pager .pagination {
		margin-top: 10vw
	}
	.pager .pagination span, 
	.pager .pagination a {
		margin: 0 1.15vw;
		width: 5.7vw;
		height: 5.7vw;
	}
	.pager .pagination a{
		font-size:3.3vw;
		border:0.4vw #cf001c solid;
	}
}
