#page_title {
    background: url('../images/h2_service.webp') no-repeat top center;
    background-size: cover;
}


.anchornav-wrapper{
    width: 1100px;
    margin: 0 auto 20px auto;
}

.anchornav-wrapper .anchornav{
    display: flex;
    gap:  20px;
    justify-content: center;
    align-items: center;
}

.anchornav-wrapper .anchornav a{
    display: inline-block;
    padding: 3px 10px;
    border: 1px solid #ccc;
    border-radius: 20px;
    text-decoration: none;
    font-weight: bold;
}


#section0{
    width: 1100px;
    margin: 40px auto 80px;
}

#section0 p{
    text-align: center;
}

#section1 h3 {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 60px;
    background: linear-gradient(135deg, rgba(70, 243, 169, 1) 0%, rgba(2, 161, 249, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#section1 article {
    width: 1100px;
    margin: 0 auto 110px;
    display: flex;
    gap: 60px;
}

#section1 article .comment {
    width: calc(100% - 540px);
    flex: none;
    font-size: 21px;
    line-height: 1.8em;
}

#section1 article .comment ul{
    list-style: none;
}

#section1 article .comment ul li{
    margin: 0 0 40px;
}

#section1 > article > div.photo > figure > img{
    border-radius: 10px 10px 10px 60px;
}

#section1 article .comment h4{
    color: #04924B;
}


#section1 article .photo {
    width: 480px;
    flex: none;
}

#section1 article .photo figure {
    display: block;
    width: 100%;
    border: 2px solid #39f7cf;
    padding: 8px;
    box-sizing: border-box;
    border-radius: 20px 20px 20px 70px;
}

#section1 article .photo figure img {
    display: block;
}

section h3 {
    display: inline-block;
    font-size: 40px;
    line-height: 40px;
    margin: 0 0 60px;
    background: linear-gradient(135deg, rgba(70, 243, 169, 1) 0%, rgba(2, 161, 249, 1) 100%);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}

#section2 {
    width: 1100px;
    margin: 0 auto 120px;
}

#section2 ol{
    display: flex;
    gap: 40px;
}


#section2 ol li {
    width: calc((100% - 120px) / 4);
    padding: 40px 35px 40px 50px;
    display: block;
    border: 2px solid #39f7cf;
    box-sizing: border-box;
    border-radius: 20px 20px 20px 70px;
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
}

#section2 ol li img{
    width: 120px;
    height: 120px;
    object-fit: contain;
}


#section3 {
    width: 1100px;
    margin: 0 auto 110px;
}


#section3 article {
    margin: 0 auto 120px;
    position: relative;
}


#section3 ul{
    display: flex;
    gap:  40px;
    margin: 40px 0 0;
    list-style: none;
}

#section3 ul li{
    width: calc((100% - 80px) / 3);
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

#section3 ul li h4{
    color: #04924B;
    margin: 0 0 10px;
}


#section4{
    width: 1100px;
    margin: 0 auto 110px;
}


#section4 .priceblock{
    display: flex;
    gap: 40px;
}

#section4 .priceblock-item{
    width: calc((100% - 40px) / 2);
    padding: 20px;
    border: 1px solid #ccc;
    border-radius: 20px;
}

#section4 .price{
    color: #04924B;
    font-weight: bold;
}

.price-num{
    font-size: 42px;
}

#section4 .priceblock-item-label{
    font-weight: bold;
    margin: 0 0 20px;
}

#section4 .price{
    text-align: center;
}

#section4 > article > h4{
    margin: 40px 0 0;
}

#section5{
    width: 1100px;
    margin: 0 auto 110px;
}

#section5 > article > div.comment > p:nth-child(1),
#section5 > article > div.comment > p:nth-child(2){
    font-size: 18px;
    font-weight: bold;
}

#section5 > article > div.comment > p:nth-child(2){
    margin: 0 0 20px;
}

#section5 table{
    margin: 40px 0;
    width: 100%;
    border: 1px solid #ccc;
}

#section5 table th,
#section5 table td{
    border: 1px solid #ccc;
    padding: 20px;
    vertical-align: middle;
}

#section5 table th{
    background-color: #C0DFCF;
}


#section5 table ol{
    list-style-position: inside;
}

#section5 > article > div.comment > table > tbody > tr:nth-child(1) > th > div.text-max,
#section5 > article > div.comment > table > tbody > tr:nth-child(2) > th > div.text-max{
    font-size: 24px;
}

#section6{
    width: 1100px;
    margin: 0 auto 110px;
}

#section6 .flow-item{
    border: 1px solid #ccc;
    border-radius: 30px;
    margin: 20px 0;
    overflow: hidden;
}

.flow-item-head{
    display: flex;
    background-color: #C0DFCF;
    padding: 10px 40px;
    font-weight: bold;
    font-size: 24px;
}

.flow-item-body{
    padding: 10px 40px;
}

.flow-item-body ol{
    list-style-position: inside;
    margin: 20px 0;
}

.flow-item-body ul{
    list-style-position: inside;
    margin: 0 0 0 20px;
}

#section6 article h4{
    color: #04924B;
    font-size: 24px;
    font-weight: bold;
    text-align: center;
    margin: 40px 0 0;
}

#section7{
    width: 1100px;
    margin: 0 auto 110px;
}

#section7 table th,
#section7 table td{
    border: 1px solid #ccc;
    padding: 20px !important;
    vertical-align: middle;
}

#section7 table th{
    background-color: #C0DFCF;
    width: 25%;
}

#section7 table ul,
#section7 table ol{
    list-style-position: inside;
}


#conactBox{
    width: 1100px;
    margin: 0 auto 110px;
    padding: 40px 35px 20px 50px;
    border: 2px solid #39f7cf;
    box-sizing: border-box;
    border-radius: 20px 20px 20px 70px;
    font-size: 16px;
    line-height: 1.8em;
    text-align: center;
}

#conactBox > article > div > div > div > a > span:nth-child(2){
    background-color: #04924B;
    color: #fff;
    font-weight: bold;
    font-size: 24px;
    text-align: center;
    display: block;
    text-decoration: none !important;
    padding: 10px;
    border-radius: 20px;
    width: 80%;
    margin: 20px auto 0;
}