<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
@import url("/css/common.css");

.WaterBox1 {
    text-align: center;
    padding: 40px 35px;
}
.WaterBox1__Title {
    border-bottom: 3px solid #006f7b;
    width: 600px;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.WaterBox1__Title h2 {
    color: #006f7b;
    font-size: 2.2rem;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.02em;
}

.WaterBox2 {
    padding: 0px 35px 40px;
}

.WaterBox2 ul li {
    padding: 10px 0px;
    text-align:left;
    font-size: 1.2rem;
    font-weight: bold;
}

.WaterBox2 h2, .WaterBox3 h2, .WaterBox4 h2, .WaterBox5 h2 {
    color: #3685a6;
    font-size: 2rem;
    border-bottom: 3px solid #3685a6;
    padding-bottom: 5px;
    margin-bottom: 45px;
    letter-spacing:0.2em;
}
.WaterBox2 p, .WaterBox3 p, .WaterBox4 p {
    color: #3884a6;
    margin-bottom: 45px;
}
.WaterBox2__Title {
    margin: 40px 0px;
    color: #3884a6;
    font-weight: bold;
    text-align: center;
    font-size: 1.6rem;
}

.WaterBox3 {
    margin-top: 60px;
}
.WaterBox3Row {
    display: flex;
    justify-content: space-between;
}
.WaterBox3__Left {
    width: 45%;
}
.WaterBox3__Left span{
    font-size: 14px;
}
.WaterBox3__Right {
    width: 50%;
}

.WaterBox4 {
    margin-top: 60px;
}
.WaterBox5 {
    margin-top: 60px;
    margin-bottom: 60px;
}


@media (max-width: 767px) {
    .WaterBox1 {
    text-align: center;
    padding: 0px;
    margin-top: 30px;
}
    .WaterBox1__Title {
    border-bottom: 3px solid #006f7b;
    width: 100%;
    margin: 0 auto;
    padding-bottom: 20px;
    margin-bottom: 20px;
}
.WaterBox1__Title h2 {
    color: #006f7b;
    font-size: 18px;
    position: relative;
    font-weight: bold;
    letter-spacing: 0.02em;
}
    .WaterBox2 {
	margin-top: 30px;
	padding: 0px;
    }
.WaterBox2 h2, .WaterBox3 h2, .WaterBox4 h2, .WaterBox5 h2 {
    color: #3685a6;
    font-size: 18px;
    border-bottom: 1px solid #3685a6;
    padding-bottom: 5px;
    margin-bottom: 15px;
}
.WaterBox2 p {
     margin-bottom: 15px;
}
.WaterBox2 ul li {
    padding: 10px 0px;
    border-bottom: 1px solid #ddd;
    text-align:left;
    font-size: 14px;
    font-weight: bold;
}
.WaterBox2__Title {
    margin: 20px 0px;
    color: #3884a6;
    font-weight: bold;
    text-align: left;
    font-size: 16px;
}
.WaterBox3Row {
    display: block;
}
.WaterBox3__Left,.WaterBox3__Right {
    width: 100%;
}
.WaterBox3__Right {
    margin-top: 30px;
}
}


.TtcBox4 {
    margin: 75px 0px;
}
.TtcBox4 h3{
color: #006f7b;
    font-size: 2.4rem;
    position: relative;
    font-weight: bold;
    text-align: center;
    margin-bottom: 50px;
}

.FlowRow {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    margin-bottom: 75px;
}
.FlowRow__Item {
    width: 450px;
}
.FlowRow__Item h4 {
color: #006f7b;
font-size: 1.4rem;
margin: 20px 0px;
border-bottom: 1px solid #006f7b;
padding-bottom: 10px;
}
.FlowRow__Item:nth-child(n+3) {
    margin-top: 60px;
}


@media (max-width: 767px) {
    .TtcFlowRow {
	flex-direction: column;
    }
    .TtcFlow__Left {
	width: 100%;
    }    
    .TtcFlow__Right {
	margin-left:0px;
	margin-top: 20px;
    }
}
</pre></body></html>