
/* --------------------------------------------------- */

/* --------------------------------------------------- */
#sec01 {
	max-width: 950px;
	width: 90%;
	margin: 0 auto 80px;
}
#sec01 .ttl {
	font-size: 1.3em;
	font-weight: 600;
	margin-bottom: 20px;
	text-align: center;
}
#sec01 .ttl br {
	display: none;
}
#sec01 p {
	margin-bottom: 30px;
}
#sec01 .img {
	margin-bottom: 50px;
}
#sec01 .img .sp {
	display: none;
}
#sec01 .ph-list {
	display: flex;
	justify-content: space-between;
}
#sec01 .ph-list li {
	width: 32%;
}
@media (max-width: 840px) {
	#sec01 {
        margin: 0 auto 60px;
    }
	#sec01 .ttl br {
		display: block;
	}
}
@media (max-width: 640px) {
	#sec01 .img {
        margin-bottom: 30px;
    }
	#sec01 .img .pc {
		display: none;
	}
	#sec01 .img .sp {
		display: block;
		max-width: 500px;
		width: 100%;
		margin: 0 auto;
	}
	#sec01 .ph-list {
		margin-bottom: -20px;
	}
}
@media (max-width: 480px) {
	#sec01 {
        margin: 0 auto 40px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	width: 100%;
	margin: 0 auto 80px;
	background-color: #10305A;
	color: #fff;
	padding: 80px 0;
}
#sec02 .inner {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
	gap: 30px;
}
#sec02 .left {
	flex: 1;
}
#sec02 .left .ttl {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 30px;
}
#sec02 .img {
	width: 250px;
	flex-shrink: 0;
}
@media (max-width: 840px) {
	#sec02 {
        margin: 0 auto 60px;
        padding: 60px 0;
    }
    #sec02 .inner {
        display: block;
        gap: 0px;
    }
    #sec02 .left {
		width: 100%;
		margin-bottom: 30px;
    }
	#sec02 .left .ttl {
		font-size: 1.1em;
		line-height: 1.9em;
	}
    #sec02 .img {
        width: 250px;
		width: 60%;
		margin: 0 auto;
    }
}
@media (max-width: 640px) {
	#sec02 .left .ttl br {
		display: none;
	}
}
@media (max-width: 480px) {
	#sec02 {
        margin: 0 auto 40px;
        padding: 40px 0;
    }
}
/* --------------------------------------------------- */
#sec03 {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 80px;
	display: flex;
	justify-content: space-between;
}
#sec03 .left {
	width: 48%;
}
#sec03 .left .ttl {
	font-size: 1.2em;
	font-weight: 600;
	margin-bottom: 30px;
}
#sec03 .img {
	width: 48%;
}
@media (max-width: 840px) {
	#sec03 {
		display: block;
		margin-bottom: 60px;
	}
	#sec03 .left {
		width: 100%;
		margin-bottom: 20px;
	}
	#sec03 .left .ttl {
		font-size: 1.1em;
		line-height: 1.9em;
	}
	#sec03 .img {
		max-width: 600px;
		width: 100%;
		margin: 0 auto;
	}
}
@media (max-width: 640px) {
}
@media (max-width: 480px) {
	#sec03 {
		margin-bottom: 40px;
	}
	#sec03 .left .ttl br {
		display: none;
	}
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

