
/* --------------------------------------------------- */
#page-ttl .ph {
	background: url("../images/top/ph01.jpg") no-repeat right center;
	background-size: cover;
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 828px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */
#area1 {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto 100px;
	position: relative;
}
#area1 .txt {
	max-width: 800px;
	width: 100%;
	margin-bottom: 40px;
	position: relative;
	z-index: 1;
}
#area1 .ttl {
	max-width: 600px;
	width: 100%;
	margin: 0 auto 20px;
	position: relative;
	z-index: 1;
}
#area1 ul {
	max-width: 900px;
	width: 100%;
	margin: 0 auto 40px;
	display: flex;
	justify-content: space-between;
	position: relative;
	z-index: 1;
}
#area1 li {
	width: 19%;
    aspect-ratio: 1 / 1; /* 正方形を維持 */
    text-align: center;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    border-radius: 50%;
    color: #fff;
    background-image: linear-gradient(to top, #00305D 0%, #0099DB 100%);
	font-weight: 700;
	font-size: 1.2em;
	line-height: 160%;
}
#area1 .ttl2 {
	text-align: center;
	font-size: 1.6em;
	font-weight: 700;
	color: #3467A8;
	position: relative;
	z-index: 1;
	line-height: 170%;
}
#area1 .ttl2 br {
}
#area1 .img1,
#area1 .img2 {
	display: block;
	position: absolute;
	z-index: 0;
	bottom: 0;
}
#area1 .img1 {
	max-width: 220px;
	width: 21%;
	left: -6%;
}
#area1 .img2 {
	max-width: 360px;
	width: 35%;
	right: -8%;
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 828px) {
	#area1 li {
		font-size: 1.0em;
	}
	#area1 .ttl2 {
		font-size: 1.4em;
	}
}
@media screen and (max-width: 680px) {
	#area1 {
        margin: 0 auto 40px;
    }
	#area1 ul {
		width: 90%;
		display: flex;
		flex-wrap: wrap;
		justify-content: center;
        z-index: 1;
    }
    #area1 li {
        width: 32%;
        font-size: 1em;
        line-height: 150%;
		margin: .5%;
    }
	#area1 .ttl2 {
		font-size: 1.2em;
	}
}
/* --------------------------------------------------- */
#area2 {
	width: 100%;
	margin: 0 auto;
	position: relative;
	background-color: #F0F0F0;
	padding: 80px 0 200px;
}
#area2 .inner {
	max-width: 1300px;
	width: 90%;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
#area2 dl {
	width: 50%;
}
#area2 dt {
	color: #3467A8;
	font-size: 1.3em;
	font-weight: 700;
	margin-bottom: 30px;
	line-height: 180%;
}
#area2 dd {
}
#area2 .ph {
	display: block;
	width: 45%;
	background: url("../images/hydrogen-water/ph01.jpg") no-repeat center;
	background-size: cover;
	padding-top: 22%;
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 828px) {
	#area2 dt {
		font-size: 1.2em;
	}
	#area2 dt br {
		display: none;
	}
}
@media screen and (max-width: 680px) {
	#area2 {
        padding: 40px 0 150px;
    }
	#area2 .inner {
        display: block;
    }
    #area2 dl {
        width: 100%;
		margin-bottom: 25px;
    }
    #area2 .ph {
        width: 100%;
        padding-top: 0;
		height: 200px;
    }
	
}
/* --------------------------------------------------- */
#area3 {
	max-width: 1200px;
	width: 90%;
	margin: -120px auto 50px;
	position: relative;
	background-color: #fff;
	border-radius: 20px;
	box-shadow: 0px 0px 10px -6px rgba(0,0,0,0.5);
	padding: 4%;
}
#area3 .ttl1 {
	text-align: center;
	color: #3467A8;
	font-size: 1.4em;
	font-weight: 700;
	margin-bottom: 20px;
}
#area3 .ttl1 .mini {
	display: block;
	text-align: center;
	font-size: .8em;
}
#area3 .ttl1 img {
	display: block;
	max-width: 230px;
	width: 60%;
	margin: 20px auto 0;
}
#area3 .ph {
	max-width: 400px;
	width: 100%;
	margin: 0 auto;
}
#area3 ul {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
	margin-bottom: 30px;
}
#area3 li {
	border: #3467A8 1px solid;
	color: #3467A8;
	font-size: 1.1em;
	font-weight: 700;
	border-radius: 10px;
	width: 32.5%;
	margin-bottom: 1.25%;
	display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    text-align: center;
	padding: 15px 5px;
	line-height: 150%;
}
#area3 li {
}
#area3 .block {
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#area3 .block dl {
	width: 24%;
	margin-top: 30px;
}
#area3 .block dt {
	color: #4A88BD;
	text-align: center;
	font-weight: 700;
	line-height: 150%;
	margin-bottom: 5px;
}
#area3 .block dt img {
	display: block;
	max-width: 110px;
	margin: 0 auto 5px;
}
#area3 .block dd {
	font-size: 12px;
	text-align: center;
	line-height: 140%;
}
@media screen and (max-width: 1100px) {
}
@media screen and (max-width: 828px) {
	#area3 li {
		width: 49%;
		font-size: 1em;
		margin-bottom: 2%;
	}
	#area3 .block {
        display: flex;
        flex-wrap: wrap;
        justify-content: space-between;
    }
    #area3 .block dl {
        width: 48%;
    }
}
@media screen and (max-width: 680px) {
	#area3 {
		margin-bottom: 20px;
    }
	#area3 .ttl1 {
        font-size: 1.1em;
    }
	#area3 .ttl1 span {
		display: block;
		text-align: center;
        font-size: 1.2em;
    }
    #area3 .ttl1 img {
        margin: 20px auto 0;
    }
	#area3 ul {
        display: block;
        margin-bottom: 30px;
    }
    #area3 li {
		width: 100%;
	}
	#area3 .block {
        display: block;
    }
    #area3 .block dl {
        width: 100%;
		position: relative;
		padding-left: 60px;
		margin: 20px 0;
    }
	#area3 .block dt {
		text-align: left;
		font-size: 1.1em;
	}
	#area3 .block dt img {
        width: 40px;
        margin: 0;
		position: absolute;
		top: 50%;
		left: 5px;
		transform: translate(0%, -50%);
    }
	#area3 .block dd {
		text-align: left;
	}
    #area3 .block dd br {
		display: none;
	}
}
/* --------------------------------------------------- */

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

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

