@charset "utf-8";
/* CSS Document */

.bg__news {
	width: 100%;
/*	padding: 50px 20px 100px;*/
	background-color: #F4F9F7;
	background-image: url("../img2/common/bg__circle--orange-03.png") , url("../img2/common/bg__circle--brown-03.png") ;
	background-position: top 100px left 10% , top 200px right 10%;
	background-repeat: no-repeat , no-repeat;
}

.wrap__news {
	width: 100%;
/*	max-width: 768px;*/
	max-width: 1024px;
/*	margin: 0 auto;*/
	margin: 30px auto 0;
}

.fb__news--title {
	display: flex;
	justify-content: center;
	align-items: center;
	gap: 3.0rem;
	width: 100%;
}

.icn__news--h3 {
	width: 150px;
}

.icn__news--h3 img {
	width: 100%;
	height: auto;
}

.fb__news--title h3 {
	font-size: 2.5rem;
	font-weight: 700;
	color: #004EBE;
}

/* ========== */
/* archive */
/* ========== */

.block__news {
	width: 100%;
	margin-top: 50px;
	padding: 2.0rem;
	background-color: rgba(255 , 255 , 255 , 0.85);
	border-radius: 10px;
}

.block__news dl {
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin-bottom: 1.5rem;
	padding-bottom: 1.5rem;
	border-bottom: 1px solid #eee;
}

.block__news dl dt {
	width: 150px;
}

.block__news dl dd {
	width: calc(100% - 150px);
}

.block__news dl dd a {
	display: block;
}

.block__news dl dd a:hover {
	color: #1DC3CF;
}

/* ========== */
/* single */
/* ========== */

.block__news--single {
	width: 100%;
	margin-top: 50px;
	padding: 2.0rem;
	background-color: rgba(255 , 255 , 255 , 0.85);
	border-radius: 10px;
}

p.date__single {
	margin-bottom: 1.0rem;
}

.block__news--single h4 {
	display: inline;
	padding: 0 0.5rem;
	font-size: 1.75rem;
	font-weight: 600;
	color: #fff;
	box-decoration-break: clone;
	-webkit-box-decoration-break: clone;
	background-color: #1DB1CF;
	line-height: 1.8;
}

.content__single {
	margin: 2.0rem 0;
}

.content__single p {
	margin: 1.0rem 0;
}

a.btn__news--history-back {
	display: inline-block;
	padding: 0.5rem 2.0rem;
	font-weight: 700;
	color: #1DB1CF;
	border: 2px solid #1DB1CF;
	border-radius: 100vh;
}

a.btn__news--history-back:hover {
	color: #FFF;
	border: 2px solid rgba(29 , 177 , 207 , 0);
	background-color: rgba(29 , 177 , 207 , 0.7);

}

a.btn__news--history-back i {
	margin-left: 0.5rem;
}

/* pagination */

.page-numbers {
	display: inline-block;
	margin-right: 0.25rem;
	padding: 0.5rem 0.75rem;
	font-size: 0.75rem;
	color: #1DB1CF;
	border-radius: 3px;
	background: #fff;
	border: 1px solid #1DB1CF;
}

.page-numbers:hover {
	opacity: 0.7;
}

.current {
	background: #1DB1CF;
	color: #fff;
}

.prev,
.next {
    background: transparent;
    box-shadow: none;
    color: #1DB1CF;
}

.dots {
    background: transparent;
    box-shadow: none;
    border: none;
}

@media (max-width: 1280px) {
/* 0.9 */

.bg__news {
	background-position: top 100px left 10% , top 200px right 5%;
}


}


@media (max-width: 1024px) {
/* 0.8 */

.bg__news {
	background-position: top 100px left 10% , bottom 200px right 0;
}

.fb__news--title {
	gap: 2.4rem;
}

.icn__news--h3 {
	width: 140px;
}

.fb__news--title h3 {
	font-size: 2.0rem;
}


}


@media (max-width: 768px) {
/* 0.7 */

.bg__news {
	background-position: top 100px left 10% , bottom 20px right 0;
}

.fb__news--title {
	gap: 2.1rem;
}

.icn__news--h3 {
	width: 130px;
}

.fb__news--title h3 {
	font-size: 1.75rem;
}


}


@media (max-width: 640px) {
/* 0.6 */

.bg__news {
	background-position: top 100px left 10% , bottom 200px right 10px;
	background-size: 150px 130px, 150px 150px;
}

.block__news dl {
	flex-direction: column;
}

.block__news dl dt {
	width: 100%;
	margin-bottom: 0.5rem;
}

.block__news dl dd {
	width: 100%;
}

.block__news h3 {
	font-size: 1.5rem;
}


}


@page {
   size: A4 portrait; 
   margin: 10mm;
}

@media print {

}
