.mainArea {
    font-family: "Noto Sans JP", "Hiragino Kaku Gothic ProN", Meiryo, sans-serif;
}

#top .exbox {
    max-height: 300px;
    display: flex;
    justify-content: center;
}
#top .exbox img {
    max-height: 300px;
}
@media screen and (max-width: 750px) {
    #top .exbox  {
        display: block;
        max-height: max-content;
        width: 100%;
        margin: auto;
    }
    #top .exbox img {
        max-height: max-content;
        width: 100%;
    }
}   

#point {
    background-color: #3FBDE0;
}

#application {
    background-color: #D7001D;
    color: #FFF;
    padding: 10px;
}

#duty .dbox {
    border: 1px solid #231815;
}

@media screen and (max-width: 750px) {
    #duty .dbox {
        border: none;
    }
}   

#duty .dmarker {
    background-color: #FFF100;
}

#duty .dtable {
    border-collapse: collapse;
    width: 100%;
}
#duty .dtable th, #duty .dtable td {
    border: 2px solid #F8B62D;
    padding: 1em;
    font-weight: bold;
}
#duty .dtable thead th {
    background-color: #F8B62D;
    color: #FFF;
    border: 2px solid #F8B62D;
    border-right: 2px solid #FFF;
}
#duty .dtable thead th:last-of-type {
    border-right: 2px solid #F8B62D;
}

#duty .museigen {
    font-size: 230%;
    color: #FFF;
    background-color: #D7001D;
    font-weight: bold;
}

@media screen and (max-width: 750px) {
    #duty .museigen {
        font-size: 180%;
    }
}  

#step h2 {
    font-size: 150%;
    color: #FFF;
    background-color: #3FBDE0;
}

#step .stepcard {
    position: relative;
    text-align: left;
    top: 40px;
    left: 10%;
}
@media screen and (max-width: 1280px) {
    #step .stepcard {
        left: 5%;
    }
}
@media screen and (max-width: 1090px) {
    #step .stepcard {
        top: 10px;
    }
}
@media screen and (max-width: 750px) {
    #step .stepcard {
        left: 0;
    }
}   

#step .pbox {
    align-items: baseline;
}
#step .pbox1 {
    color: #FFF;
    background-color: #D7001D;
}
#step .pbox2 {
    color: #FFF;
    background-color: #EE7635;
}
#step .pbox3 {
    color: #FFF;
    background-color: #E84481;
}
#step .pbox-white {
    color: #595757;
    background-color: #FFF;
    border-radius: 10px;
}
#step .pbox1 > .pbox-white em {
    color: #D7001D;
}
#step .pbox2 > .pbox-white em {
    color: #EE7635;
}
#step .pbox3 > .pbox-white em {
    color: #E84481;
}
#step .pbox h3 {
    font-size: 150%;
    margin: 15px 0 10px;
    font-weight: bold;
}

#step .price {
    font-size: 180%;
}
#step .price > strong {
    padding: 0 10px;
}

#step .sgray {
    color: #FFF;
    background-color: #766E6A;
}

#step .s2lead {
    color: #EA5541;
    font-size: 160%;
    font-weight: bold;
}

#step .stable {
    border-collapse: collapse;
    width: 100%;
  }
#step .stable th, #step .stable td {
    border: 2px solid #EA5541;
    padding: 5px;
    font-weight: bold;
}
#step .stable thead th {
    background-color: #EA5541;
    color: #FFF;
    border: 2px solid #EA5541;
    border-right: 2px solid #FFF;
}
#step .stable thead th:last-of-type {
    border-right: 2px solid #EA5541;
}

#step .s3h3 {
    font-size: 170%;
    font-weight: bold;
    color: #D7001D;
    margin: 0;
}

#application  a > img:hover {
    opacity: 0.7;
    cursor: pointer;
    transition-duration: 0.3s;
}
