@charset "utf-8";
/* CSS Document */

footer {
	padding-top: 16px;
}

.section_detail {
	color: var(--navy);
}
.section_detail h3 {
	height: 45px;
	line-height: 45px;
	background: var(--navy);
	color: #FFF;
	font-size: 3rem;
	font-weight: 700;
	padding: 0 16px;
	border-radius: 8px;
	margin-bottom: 40px;
}
.section_detail ul {
	display: flex;
	flex-wrap: wrap;
	gap:40px;
	margin-bottom: 80px;
}
.section_detail ul:last-of-type {
	margin-bottom: 0;
}
.section_detail ul li {
	width: 240px;
}
.section_detail ul li.w520 {
	width: 520px;
}
.section_detail ul li.w520 .flex {
	display: flex;
	justify-content: space-between;
}
.section_detail ul li .detail_img {
	width: 240px;
	height: 180px;
	border-radius: 8px;
	margin-bottom: 16px;
}
.section_detail ul li h4 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 8px;
	line-height: 1.5;
}
.section_detail ul li p {
	line-height: 1.75;
	
}

/* .sec03 */

.sec03 .section_detail h3 {
	margin-bottom: 16px;
}
.sec03 .section_detail .note {
	font-size: 1.8rem;
	margin-bottom: 40px;
}
.sec03 .section_detail ul li {
	position: relative;
}
/*.sec03 .section_detail ul li::after {
	content: "";
	display: block;
	width: 24px;
	height: 90px;
	background: url("../images/business/arrow_next.svg") no-repeat center / cover;
	position: absolute;
	top: 45px;
	right: -32px;
}*/
.sec03 .section_detail ul li:last-child::after {
	content: none;
}
.sec03 .section_detail ul li .next {
	display: block;
	width: 24px;
	height: 90px;
	position: absolute;
	top: 45px;
	right: -32px;
}
.sec03 .section_detail ul li .next_sp {
	display: none;
}

.sec03 .annotation {
	background: #1887C7;
	border-radius: 16px;
	color: #FFF;
	padding: 40px;
	display: flex;
	align-items: center;
	gap: 40px;
	margin-bottom: 80px;
}
.sec03 .annotation img {
	width: 200px;
	height: 200px;
}
.sec03 .annotation h4 {
	font-size: 2.4rem;
	font-weight: 700;
	margin-bottom: 24px;
	line-height: 1.5;
}
.sec03 .annotation p {
	line-height: 1.75;
}



@media screen and (min-width:768px), print{
/*----------------------------------------------------------------------
PC Style
----------------------------------------------------------------------*/


}


@media screen and (max-width:767px){
/*----------------------------------------------------------------------
SP Style
----------------------------------------------------------------------*/

.section_detail h3 {
	height: auto;
	line-height: 1.5;
	font-size: 2.4rem;
	border-radius: 6px;
	text-align: center;
	margin-bottom: 24px;
	padding: 2px 0;
}
.section_detail ul {
	display: flex;
	flex-wrap: wrap;
	gap:24px 4%;
	margin-bottom: 40px;
}
.section_detail ul li {
	width: 48%;
}
.section_detail ul li.w520 {
	width: 100%;
}
.section_detail ul li img {
	width: 100%;
	height: auto;
	aspect-ratio: 4 / 3;
	border-radius: 6px;
	margin-bottom: 8px;
}
.section_detail ul li.w520 img {
	width: 48%;
}
.section_detail ul li h4 {
	font-size: 1.8rem;
	margin-bottom: 4px;
}
.section_detail ul li p {
	font-size: 1.4rem;
	line-height: 1.5;
	
}

/* .sec03 */

.sec03 .section_detail h3 {
	margin-bottom: 8px;
}
.sec03 .section_detail ul li .next {
	display: none;
}
.sec03 .section_detail ul li .next_sp {
	display: block;
	width: 11px;
	height: 40px;
	position: absolute;
	top: 85px;
	right: -12px;
}
.sec03 .section_detail .note {
	font-size: 1.6rem;
	margin-bottom: 24px;
}
.sec03 .section_detail ul li {
	position: relative;
}
.sec03 .section_detail ul li::after {
	content: "";
	display: block;
	width: 11px;
	height: 40px;
	top: 40px;
	right: -13px;
}
.sec03 .annotation {
	padding: 40px 24px;
	display: block;
	margin-bottom: 40px;
}
.sec03 .annotation img {
	width: 215px;
	height: 215px;
	margin: 0 auto 24px;
}
.sec03 .annotation h4 {
	font-size: 1.8rem;
	line-height: 1.5;
	text-align: center;
}
.sec03 .annotation p {
	font-size: 1.4rem;
	line-height: 1.5;
}

}



