@charset "UTF-8";

@font-face {
    font-family: YuGothicM-Universal;
    src: local("YuGothic-Medium"),local("Yu Gothic Medium"),local("YuGothic-Regular")
}

@font-face {
    font-family: sonysonpo;
    src: url(../../RWD/font/sonysonpo.eot?111s1r);
    src: url(../../RWD/font/sonysonpo.eot?111s1r#iefix) format("embedded-opentype"),
         url(../../RWD/font/sonysonpo.woff2?111s1r) format("woff2"),
         url(../../RWD/font/sonysonpo.ttf?111s1r) format("truetype"),
         url(../../RWD/font/sonysonpo.woff?111s1r) format("woff"),
         url(../../RWD/font/sonysonpo.svg?111s1r#sonysonpo) format("svg")
}

.box__modal.__alert {
    height: auto;
    border: 0.25rem solid #eee;
    padding: 1rem;
    background-color: #fff!important;
}

.box__modal.__alert.is-active {

    animation-duration: .5s;
    top: 47.6px;
    max-height: 856.8px;
    bottom: auto;
}

.msg__knockout p {
    font-size: 1rem;
    color: #ff5c5c;
    font-weight: 700;
    position: relative;
    line-height: 1.5;
    padding: 0.75rem 0;
    padding-left: 3.5rem;
}

.msg__knockout p:before {
    position: absolute;
    color: #ff5c5c;
    font-size: 3.25rem;
    left: 0;
    line-height: .437;
}
.msg__knockout p:before {
    font-family:sonysonpo!important;
    speak:none;
    font-style:normal;
    font-weight:400;
    font-variant:normal;
    text-transform:none;
    -webkit-font-smoothing:antialiased;
    -moz-osx-font-smoothing:grayscale;
    text-rendering:auto;
}

.msg__knockout p:before {
    content: "";
}

.box__modal.__alert .mdl__calls dl dt {
    font-size: 1rem;
    text-align: center;
    font-weight: 700;
    padding: 0 1rem 0.5rem;
}

.mdl__calls dl dd.__phone:before {
    font-size: 1.375rem;
    margin-right: 0.25rem;
    line-height: 1.5;
}

.mdl__calls dl dd.__phone:before{
    content: "";
}

.mdl__calls dl dd.__time {
    text-align: center;
    font-size: .875rem;
    line-height: 1.25;
}

small {
    font-size: .875em;
}

small {
    display: inline;
}

.lst__note {
    list-style: none;
    padding: 0.25rem;
    line-height: 1.25;
}

.lst__note>li {
    font-size: .875em;
    padding-left: 1rem;
    text-indent: -1rem;
}

.box__modal nav button {
    min-width: 12rem;
}

nav .btn__close {
    margin: 0 auto;
}

.btn__close {
    cursor: pointer;
    position: relative;
    background: #fdfdfd;
    border: 0.0625rem solid rgba(0,0,0,.2);
    box-shadow: 0 0.1875rem 0 0 rgb(0 0 0 / 20%);
    border-radius: 8px;
    color: #222;
    font-weight: 700;
    padding: 0.75rem 2rem 0.75rem 3rem;
    line-height: 1;
    display: block;
}

.btn__close:before {
    font-size: 1.25rem;
    font-weight: 700;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0.75rem;
    margin: auto;
    line-height: 1.75;
    padding-top: 0.125rem;
}

.box__modal.is-active {
    position: fixed;
    overflow-x: hidden;
    overflow-y: auto;
    max-width: 639px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 20000;
    padding: 0.75rem;
    box-shadow: 0 1px 4px rgb(0 0 0 / 80%);
    border-radius: 0.25rem;
}

.box__modal.__alert .mdl__calls {
    text-align: center;
    padding: 12px 0;
    padding: 0.75rem 0;
    background-color: #efefef;
    border-radius: 0.25rem;
}

.mdl__calls dl dd.icn__phone_in_talk:before {
    font-size: 1.5rem;
}

.mdl__calls dl dd.__phone a, .mdl__calls dl dd.icn__phone_in_talk span {
    font-size: 1.5rem;
    font-family: Arial;
    font-weight: 700;
    white-space: nowrap;
    color: #222;
    line-height: 1.5;
}

.js__modal-wrap {
    position: fixed;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 20000;
}

:not(.android4) .box__query,.box__modal {
    -webkit-animation-duration: .5s;
    animation-duration: .5s;
    -webkit-animation-fill-mode: both;
    animation-fill-mode: both;
    -webkit-animation-direction: alternate;
    animation-direction: alternate;
    -webkit-font-smoothing: antialiased;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}

.box__modal.is-active {
    -webkit-animation-name: zoomIn;
    animation-name: zoomIn;
    -webkit-animation-duration: .3s;
    animation-duration: .3s
}

.box__modal.__alert.is-active {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

:not(.android4) .box__query {
    display: none
}

:not(.android4) .box__query.is-active {
    display: block
}

.box__modal.__alert.is-active {
    -webkit-animation-name: fadeInUp;
    animation-name: fadeInUp
}

:not(.android4) .box__query.is-active {
    -webkit-animation-name: bounceIn;
    animation-name: bounceIn;
    -webkit-animation-duration: .2s;
    animation-duration: .2s
}

:not(.android4) .box__query.is-active {
    -webkit-animation-duration: .75s;
    animation-duration: .75s
}

.ios .js__modal-wrap {
    position: absolute
}

.box__modal {
    position: relative;
    display: none
}

.box__modal.__alert {
    height: auto;
    border: 4px solid #eee;
    border: .25rem solid #eee;
    padding: 16px;
    padding: 1rem;
    background-color: #fff!important
}

.box__modal.__alert.is-active {
    -webkit-animation-duration: .5s;
    animation-duration: .5s
}

[class*=android4] .box__modal.__alert.is-active {
    -webkit-animation: none;
    animation: none
}

.box__modal.__alert nav {
    position: relative;
    background: transparent;
    box-shadow: none;
    height: auto;
    padding: 16px 0 8px;
    padding: 1rem 0 .5rem
}

.box__modal.is-active {
    position: fixed;
    display: block;
    overflow-x: hidden;
    overflow-y: auto;
    width: 60%;
    max-width: 639px;
    left: 0;
    right: 0;
    margin: 0 auto;
    background: #fff;
    z-index: 20000;
    padding: 12px;
    padding: .75rem;
    box-shadow: 0 1px 4px rgba(0,0,0,.8);
    border-radius: .25rem;
    top: 0
}

[class*=android4] .box__modal.is-active {
    -webkit-animation: none;
    animation: none
}

.ios .box__modal.is-active {
    position: absolute;
    -webkit-overflow-scrolling: touch
}

.box__modal.is-active#modalIframe {
    overflow-y: hidden;
    padding: 0
