<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "UTF-8";
/* CSS Document */

.serviceMain{
padding: 8% 0 0;
}
.serviceMain:last-child{
padding-bottom: 8%;
}
.serviceBox{
display: flex;
justify-content: space-between;
flex-direction: row-reverse;
}
.serviceBox&gt;div{
width: calc(50% - 30px);
}
.serviceTitle{
padding-bottom: 20px;
border-bottom: 1px solid #111111;
margin-bottom: 20px;
}
.serviceTitle h2{
font-size: 225%;
line-height: 1.4;
color: #633f23;
letter-spacing: 0.15em;
}
.serviceTitle .lead{
margin-top: 0.5em;
}
.serviceList ul{
display: flex;
flex-wrap: wrap;
margin: 0 0 0 -20px;
}
.serviceList ul li{
position: relative;
padding-left: 20px;
margin-left: 20px;
}
.serviceList ul li::before{
content: '';
display: block;
position: absolute;
top: 0.9em;
left: 0;
transform: translate(0, -50%);
width: 16px;
height: 16px;
border-radius: 50%;
background-color: #111111;
}
.serviceList .etc{
text-align: right;
}
.serviceFlow h3{
font-size: 87.5%;
font-weight: 600;
margin-bottom: 0.5em;
}
.serviceFlow ol li{
counter-increment: flow;
border: 1px solid #633f23;
position: relative;
background-color: #ffffff;
}
.serviceFlow ol li+li{
margin-top: 20px;
}
.serviceFlow ol li+li::before{
content: '';
display: block;
position: absolute;
top: -21px;
left: 15%;
transform: translate(-50%, 0);
width: 9px;
height: 20px;
background-image: url(../images/service_flow_arrow.png);
background-repeat: no-repeat;
background-position: center center;
background-size: 100% auto;
}
.serviceFlow ol li .txtBox{
position: relative;
padding: 5px 20px 5px calc(30% + 20px);
}
.serviceFlow ol li .txtBox::before{
content: "Step." counter(flow);
display: flex;
justify-content: center;
align-items: center;
position: absolute;
top: 0;
bottom: 0;
left: 0;
width: 30%;
text-align: center;
letter-spacing: 0.15em;
font-size: 112.5%;
line-height: 100%;
color: #633f23;
background-color: #fdd34e;
}
.servicePrice ul li+li{
margin-top: 30px;
}
.servicePrice h3{
font-weight: 600;
padding-bottom: 5px;
border-bottom: 1px solid #111111;
}
.servicePrice dl{
display: flex;
flex-wrap: wrap;
line-height: 1.5;
}
.servicePrice dl dt{
width: 50%;
margin-top: 10px;
}
.servicePrice dl dd{
width: 50%;
text-align: right;
margin-top: 10px;
}

@media screen and (max-width: 999px){
.serviceMain{
padding: 20% 0 0;
}
.serviceMain:last-child{
padding-bottom: 20%;
}
.serviceMain .box{
padding: 0 10px;
}
.serviceBox{
display: block;
}
.serviceBox&gt;div{
width: auto;
}
.serviceBox&gt;div+div{
margin-top: 40px;
}
.serviceTitle h2{
font-size: 187.5%;
}
.serviceTitle .lead{
font-size: 87.5%;
}
.serviceList ul{
display: flex;
flex-wrap: wrap;
margin: 0 0 0 -20px;
}
.serviceList ul li{
font-size: 87.5%;
}
.servicePrice dl{
font-size: 87.5%;
}
}/*999*/</pre></body></html>