@charset "UTF-8";
.top-caption{
    width: fit-content;
    font-size: 1.5em;
    color: rgb(40, 40, 40);
    margin: 1em 0;
}

.top-image-1{
    position: relative;
    width: auto;
    height: 95%;
    border-radius: 25px;
}.top-image-2{
    position: relative;
    width: 99%;
    height: 10em;
    background-color: blue;
    color: white;
    margin: 0.2em auto;
}

.top-msg{
    font-size: 1.1em;
    color: #5A3E36;
    border-top: 1px solid gray;
    border-bottom: 1px solid gray;
    background-color: rgba(255, 255, 255, 0.8);
}.top-msg > div{
    line-height: 2em;
}


.top-title{
    width: fit-content;
    margin: auto;
    color: #5A3E36;
    font-weight: bold;
    border-bottom: 3px solid #d6b28c;
}

.top-service-title, .top-service-subtitle{
    width: fit-content;
    margin: auto auto auto 0;
    font-weight: bold;
}.top-service-title{
    font-size: 1.5em;
    line-height: 1em;
}.top-service-subtitle{
    font-size: 1em;
    margin: 0.5em 0;
}.top-service-container{
    width: 100%;
}.top-service-box{
    width: 100%;
}

.top-service-msg-container{
    margin: 0.5em 0 0 0;
    background-color: rgb(255, 255, 255);
    border: 1px solid rgb(232, 227, 217);
    line-height: 2;
    position: relative;
}.top-service-msg{
    width: 100%;
}


.top-service-caption{
    font-weight: bold;
    padding: 0 0 0.5em 0;
    line-height: 1.5;
    font-size: 1.1em;
}.top-service-end-caption{
    padding: 0.5em 0 0 0;
}.top-service-link-dummy{
    width: 100%;
    height: 5em;
}.top-button{
    position: absolute;
    width: 40%;
    margin: 1em 0 0.5em auto;
    color: rgb(128, 30, 30);
    background-color: white;
    padding: 0.5em 1em;
    border: 0.15em rgb(91 78 77) solid;
    border-radius: 30px;
    z-index: 1;
    transform: translate(-50%, 0%);
    white-space: nowrap;
    text-align: center;
}.top-button-position-a{
    bottom: 0.7em;
    left: 75%;
}.top-button-position-b{
    bottom: 0.7em;
    left: 25%;
}

.top-service-footer{
    width: 100%;
    padding: 0.5em;
    background-color: rgb(91 78 77);
}

.top-caption-intro {
    color: #5A3E36;
    font-weight: bold;
    padding: 0.2em 0px;
}.top-caption-intro > div{
    margin: 0.5em 0 0.3em 0;
    padding: 0 0 0 0.3em;
    border-left: 5px solid #D4B28C;
    border-bottom: 1px solid #d4b28c;
}

.top-caption {
  font-size: 0.8em;
  color: #7F6C61;
  font-style: italic;
}

/* PC */
@media screen and (min-width: 769px) {
    .top-service-msg-container{
        width: 49.5%
    }

    .top-msg{
        position: absolute;
        transform: translate(0%, -50%);
        top: 50%;
        left: 36%;
        padding: 0 2em 2em;
    }
    .top-caption-intro {
        font-size: 1.5em;
    }

    .top-service-msg-left{
        margin: 10px auto 0 0;
    }

    .top-service-msg-right{
        margin: 10px 0 0 auto;
    }

    .top-service-msg-2{
        position: absolute;
        right: 0;
    }

    .top-service-b{
        padding: 1.5em 0;
    }

    .top-title{
        padding: 1em 0.5em 0em;
        font-size: 2em;
    }

    .top-service-msg, .top-service-msg-2{
        padding: 1.5em;
    }
}

/* SP */
@media screen and (max-width: 768px) {
    .top-service-msg-container{
        width: 100%
    }

    .top-msg{
        font-size: 1.1em;
        padding: 0 1em 1.5em;
    }

    .top-caption-intro {
        font-size: 1.3em;
    }

    .top-service-msg{
        padding: 1em 1em 0.5em;
    }
    
    .top-title{
        padding: 0.5em 0 0;
        font-size: 1.8em;
    }
}
