    #detailservice {
        position: relative;
        width: 100%;
        min-width: 1440px;
        background-color: #f5f5f5;
        color: #333;
    }
    
    .white-grade-mask {
        position: relative;
    }
    .white-grade-mask:after {
        position: absolute;
        bottom: 0;
        left: 0;
        content: '';
        width: 100%;
        height: 50%;
        background: linear-gradient(rgba(245, 245, 245, 0), rgba(245, 245, 245, 1));
    }

    .kv .container {
        position: absolute;
        top: 380px;
        right: 24vw;
        width: auto;
      /*  color: white;*/
	color: black;
    }
    .kv .container .title {
        font-size: 55px;
        letter-spacing: 0.2em;
    }
    .kv .container .title-en {
        font-size: 30px;
    }

    #message {
        position: relative;
        top: -200px;
        min-width: 1440px;
    }

    .container.commentbox {
        position: relative;
        width: 1123px;;
        background-color: white;
        border-radius: 20px;
        padding-bottom: 100px;
    }
    .container.commentbox .title {
        padding-top: 65px;
        text-align: center;
        font-size: 37px;
        letter-spacing: 0.2em;
    }
    .container.commentbox .title-en {
        padding-top: 12px;
        padding-bottom: 20px;
        text-align: center;
        font-size: 23px;
    }
    .container.commentbox p {
        font-size: 18px;
        /* font-family: var(--font-family-hiragino); */
        font-family: 'Sawarabi Gothic', sans-serif;
        line-height: 40px;
        padding: 0 72px;
    }
    .container.commentbox p.signature {
        text-align: right;
        padding-top: 40px;
    }

    #profile {
        margin-bottom: 160px;
        min-width: 1440px;
    }
    #profile .container > div {
        position: relative;
        display: flex;
        flex-direction: column;
        width: auto;
        height: auto;
        top: 0;
        right: 0;
    }
    #profile .container table {
       border-collapse: collapse;
       font-family: var(--font-family-hiragino);
       margin: 0 67px;
    }
    #profile .container table th,
    #profile .container table td {
        padding:0.8rem;
        height: 74px;
        color: #333;
    }
    #profile .container table th {
        background:#f5f5f5;
        border-bottom:1px solid #eee;
        font-size: 18px;
    }
    #profile .container table td {
        /* border: 1px solid #707070; */
        background:#fcfcfc;
        border-bottom:1px solid #f0f0f0;
        font-size: 23px;
    }
    #profile .container table td:nth-child(1) {
        width: 192px;
        text-align: center;
    }
    #profile .container table td:nth-child(2) {
        width: 816px;
        padding-left: 28px;
    }






    @media screen and (max-width:740px){
        .kv .container {
            width: 100%;
            right: auto;
            padding: 0;
            top: 84%;
            transform: translateY(-50%);
            text-align: center;
            z-index: 999;
        }
        .kv .container .title {
            font-size: 29px;
        }
        .kv .container .title-en {
            font-size: 16px;
        }
        .container.commentbox {
            padding: 0 18px;
            margin: 0 21px;
            width: auto;
        }
        .container.commentbox .title {
            font-size: 22px;
            padding-top: 32px;
        }
        .container.commentbox .title-en {
            font-size: 14px;
        }
        .container.commentbox p {
            font-size: 15px;
            padding: 0;
            line-height: 1.9;
            font-family: var(--font-family-default);
        }
        .container.commentbox p.signature {
            padding-bottom: 40px;
            padding-right: 10px;
        }
        #message {
            top: 0;
            min-width: auto;
            margin-bottom: 58px;
            padding-top: 78px;
        }
        #profile {
            margin-bottom: 80px;
            min-width: auto;
        }
        #profile ul {
            list-style: none;
            padding: 0 0 80px 0;
            font-family: var(--font-family-default);
        }
        #profile ul li {
            border-top: 1px solid #9A9A9A;
        }
        #profile ul li:last-child {
            border-bottom: 1px solid #9A9A9A;
        }
        #profile ul li p {
            line-height: 1.8;
        }
        #profile ul li p.list-title {
            font-weight: 600;
            margin-bottom: 0;
        }
        #profile ul li p.list-body {
            margin-top: 0;
        }
    }