/* CSS Document */
body {
    background-color: inherit;
    min-width: auto !important;
}
.modal-wrap {
    margin-left: auto !important;
    margin-right: auto !important;
    padding: 1em;
}

.m-step-typec::before {
    bottom:  -13px;
}

h4 span.ttl-block {
    display: inline-block;
    color: #fff;
    font-size: 14px;
    padding: 0.25em 1em;
    margin-bottom: 0.5em;
    font-family: 'Noto Sans Japanese Medium';
    font-weight: normal;
    text-align: center;
    background: #808080;
    border-radius: 20px;
    min-width: 230px;
}

picture img.m-fit {
    width: auto !important;
    height: auto !important;
    max-width: 100% !important;
}

.BtniconW a.btn.gray {
    color: #111111;
    padding: 10px 100px;
    margin: auto;
    display: block;
    width: 120px;
    text-align: center;
    text-decoration: none;
    font-family: 'Noto Sans Japanese Medium';
    border-radius: 5px;
    border: 1px solid #cfcfcf;
    -ms-filter: "progid:DXImageTransform.Microsoft.gradient(GradientType=0,startcolorstr=#ffffff, endcolorstr=#f4f4f4))";
    background: -webkit-gradient(linear, left top, left bottom, from(#ffffff), to(#f4f4f4));
    background: linear-gradient(to bottom, #ffffff, #f4f4f4);
    -webkit-box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
    box-shadow: 0px 0px 1px 0px rgba(0,0,0,0.1);
    zoom: 1;
}
.batu_icon {
    height: 8px;
    width: 8px;
    display: inline-block;
    position: relative;
}
.batu_icon::before, 
.batu_icon::after {
    content: '';
    height: 20px;
    width: 4px;
    display: block;
    background: #333;
    position: absolute;
    bottom: -4px;
    left: -8px;
}
.batu_icon::after {
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    -moz-transform: rotate(45deg);
    -o-transform: rotate(45deg);
    -ms-transform: rotate(45deg);
}
.batu_icon::before {
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    -moz-transform: rotate(-45deg);
    -o-transform: rotate(-45deg);
    -ms-transform: rotate(-45deg);
}

@media screen and (min-width: 768px) {
    .modal-wrap {
        max-width: 768px;
    }
}