        .dxw {
            position: fixed;
            width: max-content;
            z-index:100;
        }
        .pos01 {
            top: 0;
            right: 0;
            margin-right: 15px;
            margin-top: 10px;
        }
        .pos02 {
            bottom: 0;
            right: 0;
            margin-right: 15px;
            margin-bottom: 10px;
        }
        .pos03 {
            top: 0;
            left: 0;
            margin-left: 15px;
            margin-top: 10px;
        }
        .pos04 {
            bottom: 0;
            left: 0;
            margin-left: 15px;
            margin-bottom: 10px;
        }
        .pos05 {
            top: 50%;
            right: 0;
            margin-right: 15px;
            margin-top: 10px;
        }
        .pos06 {
            top: 50%;
            left: 0;
            margin-left: 15px;
            margin-top: 10px;
        }
        .dxw-modal{
            display: none;
            opacity: 0;
            box-shadow: 10px 10px 10px rgba(0,0,0,0.6), -2px -2px 5px rgba(0,0,0,0.6);
            z-index: 100;
            border-radius: 10px;
            background: #fff;
        }
        .dxw-modal.open-animated {
            display: block;
            opacity: 1;
            animation: fadeIn 0.3s ease-in 0s forwards;
        }
        .dxw-modal.close-animated {
            animation: fadeOut 0.3s ease-in 0s forwards;
        }
        .message-right.open-animated {
            display: block;
            opacity: 1;
            animation: fadeIn 0.3s ease-in 0s forwards;
        }
        .message-right.close-animated {
            animation: fadeOut 0.3s ease-in 0s forwards;
        }
        @keyframes fadeIn {
            0% {
                display: none;
                opacity: 0;
            }
            1% {
                display: block;
                opacity: 0;
            }
            100% {
                display: block;
                opacity: 1;
            }
        }
        @keyframes fadeOut {
            0% {
                display: block;
                opacity: 1;
            }
            100% {
                display: none;
                opacity: 0;
            }
        }
        .dxw-shadow{
            display:none;
            position:fixed;
            left: 0;
            bottom:0;
            width:100%;
            height:100%;
            background-color: rgba(0,0,0,0.6);
        }
        .dxw-header {
            background: #094136;
            width: 100%;
            height: 50px;
            display: block;
            position: relative;
            text-align: center;
        }
        .dxw-header-button {
            position: absolute;
            right:0;
            top:0;
            margin: 10px 7px;
        }
        .square_btn {
            display: block;
            position: relative;
            width: 25px;
            height: 25px;
            border: 2px solid #666; /* 枠の調整 */
            background: #666; /* ボタンの背景色 */
        }
        .square_btn::before, .square_btn::after {
            content: "";
            position: absolute;
            top: 50%;
            left: 50%;
            width: 2px; /* 棒の幅（太さ） */
            height: 27px; /* 棒の高さ */
            background: #fff; /* バツ印の色 */
        } 
        .square_btn::before {
            transform: translate(-50%,-50%) rotate(45deg);
        }
        .square_btn::after {
            transform: translate(-50%,-50%) rotate(-45deg);
        }
        .dxw-modal-header {
            width: 100%;
            height: 100%;
            padding: 20px;
            background: #fff;
            border-bottom: 1px #000 solid;
            justify-content: flex-start;
            align-items: center;
            gap: 8px;
            display: inline-flex;
            position: relative;
            box-sizing: border-box;
            border-radius: 10px 10px 0 0;
        }
        .dxw-modal-header-label {
            color: #097582;
            font-size: 16px;
            font-family: Noto Sans JP;
            font-weight: 700;
            line-height: 16px;
            letter-spacing: 0.96px;
            word-wrap: break-word;
        }
        .dxw-modal-header-icon {
            right: 0;
            position: absolute;
            padding-right: 20px;
        }
        .dxw-modal-footer {
            width: 100%;
            height: 100%;
            padding-top: 20px;
            position: relative;
            flex-direction: column;
            justify-content: flex-start;
            align-items: flex-start;
            display: inline-flex;
        }
        .dxw-frame{
            position: relative;
            display: block;
            width: 350px;
            height: 310px;
            background: #EDEDDE;
            border: 0;
            border-radius: 0 0 10px 10px;
            background: #fff;
        }
        .dxw-small {
            display: block;
            background: #094136;
            width: 75px;
            height: 75px;
            position: relative;
            text-align: center;
            margin-left: 0;
            border-radius: 38px;
            box-shadow: 5px 5px 5px rgba(0,0,0,0.6);
        }
        .dxw-small-icon {
            font-size: 30px;
            line-height: 75px;
            color: #fff;
            font-weight: bold;
            padding: 10px;
        }
        .dxw-header-reload {
            position: absolute;
            left:0;
            top:0;
            margin: 10px 7px;
        }
        .dxw-reload{
            position: relative;
            width: 30px;
            height: 30px;
            border: 3px solid;
            border-right-color: transparent;
            border-radius: 100%;
            box-sizing: border-box;
            color:#fff;
        }
        .dxw-reload:before{
            position: absolute;
            top: 8px;
            right: -5px;
            content: "";
            height: 50%;
            border: 10px solid transparent;
            border-top: 12px solid;
            background: transparent;
            transform-origin: left top;
            transform: rotate(-40deg);
            box-sizing: border-box;
        }

        .dxw-small-modal {
            position: relative;
            cursor: pointer;
            display: inline-block;
            z-index: 100;
        }
        .pos02-modal {
            margin-left: auto;
            margin-right: 0;
        }
        .message-right {
            display: none;
            top: 0px;
            left: 75px;
            position: absolute;
            padding: 18px;
            font-size: 0.9rem;
            font-weight: 700;
            font-family: Noto Sana JP;
            line-height: 1.6em;
            color: #fff;
            background: #097582;
            width: 260px;
            letter-spacing: 0.36px;
            word-wrap: break-word;
        }
        .message-right:before {
            content: "";
            position: absolute;
            top: 25%;
            right: 99%;
            border: 12px solid transparent;
            border-top: 12px solid #0A7582;
            margin-left: -15px;
            transform: rotateZ(90deg);
        }
        .dxw-close-btn {
            display: none;
        }
        .dxw-open-btn {
            display: block;
        }
        .dxw-floating-btn {
            background: #C2052C;
            color: #fff;
            font-size: 16px;
            width: 100px;
            padding: 15px 10px;
            border-radius: 10px;
            letter-spacing: 0.2rem;
            text-align: center;
            font-family: 'Helvetica Neue' , 'Arial' , 'Hiragino Kaku Gothic ProN' , 'Meiryo' , sans-serif;
        }

        .sp-site {
            display: block;
            width: 100%;
        }
        .sp-site {
            display: none;
            width: 100%;
        }

        @media screen and (max-width: 1200px) {
            .dxw {
                padding-bottom: 80px;
            }
        }
        @media screen and (max-width: 768px) {
            .dxw {
                width: 94%;
                margin: 0 3%;
                padding-bottom: 80px;
            }
            .dxw-ios {
                padding-bottom: 65px;
            }
            .pos01 {
                top: auto;
                bottom: 0;
            }
            .pos03 {
                top: auto;
                bottom: 0;
            }
            .pos05 {
                top: auto;
                bottom: 0;
            }
            .pos06 {
                top: auto;
                bottom: 0;
            }
            .dxw-modal {
                box-shadow: none;
                display: none;
            }
            .dxw-shadow{
                display: block;
            }
            .dxw-frame{
                width: 100%;
                height: 60vh;
                background: #EDEDDE;
            }
            .dxw-small {
                display: block;
                margin-bottom: 5%;
                margin-left: auto;
            }
            .web-site {
                display: none;
            }
            .sp-site {
                display: block;
            }
        }
