@charset "utf-8";
/* CSS Document */

/* ==================== */
/* background */
/* ==================== */

.bg__report {
	width: 100%;
/*	padding: 50px 20px 100px;*/
	background-color: #F4F9F7;
	background-image: url("../img2/common/bg__circle--brown-03.png") , url("../img2/common/bg__circle--yellow-03.png") , url("../img2/common/bg__circle--orange-03.png") ;
	background-position: top 5% left 5% , top 50% right 0 , bottom 10% left 5%;
	background-repeat: no-repeat , no-repeat , no-repeat;
}

/* ==================== */
/* catch */
/* ==================== */

.wrap__report--catch {
	width: 100%;
	max-width: 1024px;
	margin: 30px auto 0;
	text-align: center;
}

.wrap__report--catch h3 {
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	font-size: 2.5rem;
	font-weight: 800;
	color: #004EBE;
	line-height: 1.3;
}

.wrap__report--catch h3::before ,
.wrap__report--catch h3::after {
	content: '';
	width: 5px;
	height: 50px;
	background-color: #004EBE;
}

.wrap__report--catch h3::before {
	margin-right: 40px;
	transform: rotate(-35deg);
}

.wrap__report--catch h3::after {
	margin-left: 40px;
	transform: rotate(35deg);
}

.wrap__report--catch p {
	margin-top: 30px;
	font-size: 1.5rem;
	line-height: 1.8;
}

/* ==================== */
/* detail */
/* ==================== */

.wrap__report--detail {
	width: 100%;
	max-width: 1024px;
	margin: 30px auto 0;
	padding: 3.0rem;
	background-color: rgba(255 , 255 , 255 , 0.85);
	border-radius: 20px;
}

.fb__report--detail {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	align-items: center;
	gap: 2.0rem;
	width: 100%;
	margin-bottom: 2.0rem;
	padding-bottom: 2.0rem;
	border-bottom: 1px solid #80BDC9;
}

.fb__report--detail:last-of-type {
	margin-bottom: 0;
}

.item__detail--img {
	width: calc(40% - 1.0rem);
}

.item__detail--img img {
	width: 100%;
	height: auto;
}

.item__detail--desc {
	flex: 1;
}

p.date__detail {
	margin-top: 1.0rem;
	font-size: 0.875rem;
}

@media (max-width: 1280px) {
/* 0.9 */

/* ==================== */
/* background */
/* ==================== */

.bg__report {
	background-position: top 5% left 5% , top 50% right 0 , bottom 20px left 0;
}

/* ==================== */
/* catch */
/* ==================== */

/* ==================== */
/* detail */
/* ==================== */


}


@media (max-width: 1024px) {
/* 0.8 */

/* ==================== */
/* background */
/* ==================== */

/* ==================== */
/* catch */
/* ==================== */

.wrap__report--catch h3 {
	font-size: 2.0rem;
}

.wrap__report--catch h3::before ,
.wrap__report--catch h3::after {
	height: 40px;
}

.wrap__report--catch h3::before {
	margin-right: 32px;
}

.wrap__report--catch h3::after {
	margin-left: 32px;
}

.wrap__report--catch p {
	font-size: 1.2rem;
}

/* ==================== */
/* detail */
/* ==================== */

.wrap__report--detail {
	padding: 2.4rem;
}

.fb__report--detail {
	gap: 1.6rem;
}

.item__detail--img {
	width: calc(40% - 0.8rem);
}


}


@media (max-width: 768px) {
/* 0.7 */

/* ==================== */
/* background */
/* ==================== */

/* ==================== */
/* catch */
/* ==================== */

.wrap__report--catch h3 {
	font-size: 1.75rem;
}

.wrap__report--catch h3::before ,
.wrap__report--catch h3::after {
	height: 35px;
}

.wrap__report--catch h3::before {
	margin-right: 28px;
}

.wrap__report--catch h3::after {
	margin-left: 28px;
}

.wrap__report--catch p {
	font-size: 1.0rem;
}

/* ==================== */
/* detail */
/* ==================== */

.wrap__report--detail {
	padding: 2.0rem;
}

.fb__report--detail {
	gap: 1.4rem;
}

.item__detail--img {
	width: calc(40% - 0.7rem);
}


}


@media (max-width: 640px) {
/* 0.6 */

/* ==================== */
/* background */
/* ==================== */

/* ==================== */
/* catch */
/* ==================== */

/* ==================== */
/* detail */
/* ==================== */

.wrap__report--detail {
	padding: 1.8rem;
}

.fb__report--detail {
	flex-direction: column;
	align-items: flex-start;
	gap: 1.2rem;
}

.item__detail--img {
	width: 50%;
}

.item__detail--desc {
	flex: none;
	width: 100%;
}


}


@page {
   size: A4 portrait; 
   margin: 10mm;
}

@media print {

}
