@charset "UTF-8";

html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, strong, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed,
figure, figcaption, footer, header, hgroup,
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
    margin: 0;
    padding: 0;
    border: none;
    font-style: normal;
    text-align: left;
    zoom: 1;
}

article, aside, details, figcaption, figure,
footer, header, hgroup, menu, nav, section {
    display: block;
}

table {
    border-collapse: collapse;
    font-family: inherit;
}

h1,h2,h3,h4,h5 {
    font-size: 100%;
    font-weight: normal;
    line-height: 1;
}

input,textarea,select {
    font-family: inherit;
    font-size: 16px;
}

input[type="button"],input[type="text"],input[type="submit"] {
    -webkit-appearance: none;
    border-radius: 0;
}

textarea {
    resize: none;
    -webkit-appearance: none;
    border-radius: 0;
}

th,td {
    border-collapse: collapse;
}

table th,table td {
    white-space: nowrap;
}

ul,ol {
    list-style-type: none;
}

img {
    vertical-align: text-bottom;
    vertical-align: -webkit-baseline-middle;
    max-width: 100%;
    height: auto;
    width /***/:auto;
}

html {
    scroll-behavior: smooth;
  }
  
body {
    margin: 0;
    font-family: 'Noto Sans JP', sans-serif;
}

#h1ttl {
    display: none;
}

.question-container {
    display: none;
}

.tobira-wrapper {
    min-height: 500px;
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 0px 25px;
}

.cover-wrapper {
    height: 500px;
    background: url(/communication/supportcard/image/cover_bg.png);
    background-size: cover;
    margin-bottom: 16px;
}

.cover-wrapper h2 {
    font-size: 28px;
    line-height: 42px;
    padding-top: 50px;
    font-weight: 700;
    text-align: center;
}

.tobira-wrapper > div p {
    font-size: 16px;
    margin-bottom: 35px;
    text-align: center;
    font-weight: 100;
    line-height: 30px;
    font-weight: 700;
}

.tobira-wrapper > div p:last-child {
    margin-bottom: 0;
}

.tobira-wrapper h2 {
    font-size: 22px;
    font-weight: bold;
    line-height: 30px;
}

.tobira-wrapper h2 span {
    font-weight: 100;
}

.tobira01 h2 {
    font-size: 22px;
}

@media (max-width: 430px) {
    body {
        background: url(/communication/supportcard/image/com_bg02.png);
        margin: 0;
        min-height: 100vh;
        position: relative;
        padding-bottom: 100px;
        padding-top: 40px;
        box-sizing: border-box;
    }

    p {
        font-size: 3.8vw;
    }
    
    .container {
        display: flex;
        flex-direction: column;
        min-height: 100vh;
        margin: 0;
    }
}

.question-container {
    display: none;
}

.question-container h2 {
    text-align: center;
    font-weight: bold;
}

#header {
    position: absolute;
    z-index: 1;
    width: 100%;
    top: 0px;
    background: #fff;
    height: 40px;
    box-shadow: 0px 12px 12px -12px rgba(0, 0, 0, 0.2);
    padding: 10px 20px;
    box-sizing: border-box;
    display: flex;
    align-items: center;
}

.question-wrapper h2.characteristics {
    padding-top: 12px;
    margin-bottom: 0;
    margin-top: 0;
    padding-top: 0;
}

.characteristics-detail {
    display: block;
    position: relative;
    color: #F37820;
    font-size: 16px;
    font-weight: normal;
    text-decoration: underline;
    padding-left: 20px;
    margin-top: 0;
    margin-bottom: 0;
}

.characteristics-detail::after {
    content: "";
    position: absolute;
    background: url(/communication/supportcard/image/icon_question.png) no-repeat;
    background-size: cover;
    width: 18px;
    height: 18px;
    top: calc(50% - 8px);
    left: -5px;
}

.characteristics-detail span.link_modal {
    position: relative;
}

.question-wrapper .caution {
    font-size: 11px;
    margin: 0;
}

#header img {
    width: 83px;
}

.number {
    position: absolute;
    top: 5px;
    right: 20px;
    color: #9C9C9C;
    z-index: 2;
}

.number span {
    color: #F37820;
    font-size: 21px;
    font-weight: bold;
}

.center {
    text-align: center;
}

.cover img {
    width: 100%;
    margin-bottom: 20px;
}

.tobira img,.tobira img {
    width: 100%;
    margin-bottom: 30px;
}

p {
    line-height: 1.8;
    color: #4B4B4B;
 }

.pagenav-wrapper {
    position: absolute;
    bottom: 170px;
    display: flex;
    justify-content: space-between;
    margin: 20px;
    width: calc(100% - 38px);
}

.pagenav-wrapper button {
    position: relative;
    display: block;
    background: none;
    border: none;
    font-size: 15px;
    text-decoration: underline;
    color: #F37820;
}

.pagenav-wrapper button:first-child {
    padding-left: 25px;
}

.pagenav-wrapper button:first-child::before {
    content: "";
    position: absolute;
    top: calc(50% - 9px);
    left: 0;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #F37820;
}

.pagenav-wrapper button:first-child::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    left: 5px;
    top: calc(50% - 4px);
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-right: 7px solid #fff;
    border-left: 0;
}

.pagenav-wrapper button:last-child {
    padding-right: 25px;
}

.pagenav-wrapper button:last-child::before {
    content: "";
    position: absolute;
    top: calc(50% - 9px);
    right: 0;
    width: 20px;
    height: 20px;
    border-radius: 20px;
    background: #F37820;
}

.pagenav-wrapper button:last-child::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    right: 5px;
    top: calc(50% - 4px);
    border-style: solid;
    border-top: 5px solid transparent;
    border-bottom: 5px solid transparent;
    border-left: 7px solid #fff;
    border-right: 0;
}

.button-next {
    display: block;
    width: 100%;
    margin-bottom: 30px;
}

.button-next button {
    position: relative;
    display: block;
    background: #F37820;
    color: #fff;
    border-radius: 100px;
    padding: 20px;
    font-size: 18px;
    font-weight: bold;
    height: 47px;
    width: calc(100% - 40px);
    border: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 10px 20px 0 20px;
    box-sizing: border-box;
}

.button-next button::after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    border-style: solid;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    border-left: 10px solid #fff;
    border-right: 0;
    right: 20px;
}

.question-wrapper {
    background: #fff;
    border-radius: 20px;
    padding: 7px;
    min-height: 480px;
    box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    margin: 15px 20px;
}

.question-ttl {
    background: url(/communication/supportcard/image/h2_bg.png) no-repeat;
    background-size: cover;
    border-radius: 13px 13px 0 0;
    height: 115px;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    margin: 0;
    padding: 20px 15px;
    box-sizing: border-box;
}

.question-ttl h2 {
    font-size: 21px;
    font-weight: 700;
    margin: 0;
    padding: 0;
    line-height: 30px;
}

.yas-no-wrapper {
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
}

.swipe-left,.swipe-right {
    position: relative;
    width: 100%;
    height: 352px;
}

.swipe-left button,.swipe-right button {
    position: absolute;
}

.swipe-left::before,
.swipe-right::before {
    content:"";
    position: absolute;
    width: 128px;
    height: 128px;
    border-radius: 128px;
    top: calc(50% - 58px);
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    transition: width 0.5s ease, height 0.5s ease;
}

.swipe-left::before {
    background: #E8F9FF;
}

.swipe-right::before {
    background: #FDF6E3;
}

.yas-no-wrapper::after {
    position: absolute;
    content: "";
    width: 2px;
    height: 324px;
    background: #D8D8D8;
    top: 15px;
}

.swipe-left,.swipe-right {
    position: relative;
}

.yas-no-wrapper button {
    position: absolute;
    display: block;
    width: 100%;
    height: 100%;
    text-align: center;
    font-size: 24px;
    font-weight: bold;
    padding-bottom: 65%;
    z-index: 1;
}

.yas-no-wrapper .swipe-left button {
    color: #00A0DF;
}

.yas-no-wrapper .swipe-right button {
    color: #F37820;
}

.swipe-left::after {
    content: "";
    position: absolute;
    background: url(/communication/supportcard/image/swipe-left.png) no-repeat;
    background-size: cover;
    width: 83px;
    height: 75.5px;
    top: 75px;
    left: 50%;
    transform: translate(-50%, 150px);
    -webkit-transform: translate(-50%, 150px);
    -ms-transform: translate(-50%, 150px);
}

.swipe-right {
    position: relative;
}

.swipe-right::after {
    content: "";
    position: absolute;
    background: url(/communication/supportcard/image/swipe-right.png) no-repeat;
    background-size: cover;
    width: 83px;
    height: 75.5px;
    top: 75px;
    right: 50%;
    transform: translate(50%, 150px);
    -webkit-transform: translate(50%, 150px);
    -ms-transform: translate(50%, 150px);
}

#nextButton[disabled] {
    opacity: 0.5;
    cursor: not-allowed;
}

.counter {
    width: 277px;
    margin: 0 auto;
    position: relative;
    display: flex;
    align-items: center;
    justify-content: center;
}

.counter-wrapper {
    width: 180px;
    height: 100px;
    border-radius: 10px;
    border: 1px solid #ccc;
    background: #FEFEF4;
    font-weight: bold;
    color: #F37820;
    text-align: center;
    font-size: 36px;
    margin: 0 10px;
}

.counter-wrapper > div {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
}

.counter button {
    position: relative;
    background: #F37820;
    color: #fff;
    border-radius: 40px;
    width: 40px;
    height: 40px;
    border: none;
    font-size: 20px;
    padding-right: 15px;
}

.counter button.up::after {
    content: "";
    position: absolute;
    top: 47%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-bottom: 15px solid #fff;
    border-top: 0;
}

.counter button.down::after {
    content: "";
    position: absolute;
    top: 53%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    width: 0;
    height: 0;
    border-style: solid;
    border-right: 10px solid transparent;
    border-left: 10px solid transparent;
    border-top: 15px solid #fff;
    border-bottom: 0;
}

.counter::after {
    position: absolute;
    right: 90px;
    bottom: 14px;
    font-size: 36px;
    font-weight: bold;
    color: #F37820;
}

.counter-wrapper > div span {
    font-size: 70px;
}

.weight {
    margin-top: 100px;
}

.weight .counter-wrapper > div {
    font-size: 24px;
}

.weight .counter-wrapper > div span {
    font-size: 60px;
}

.question-container textarea {
    width: calc(100% - 30px);
    display: block;
    margin: 15px;
    height: 325px;
    border-radius: 10px;
    border: none;
    box-shadow: inset 0px 0px 6px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,.2);
    padding: 15px;
    box-sizing: border-box;
    font-size: 16px;
}

.question-container.surgery-date input {
    height: 100px;
    width: calc(100% - 30px);
    display: block;
    box-sizing: border-box;
    margin: 100px auto;
    background: #FFFEF5;
    font-size: 32px;
    text-align: center;
    font-weight: bold;
    border-radius: 13px;
    box-shadow: inset 0px 0px 6px rgba(0,0,0,.2);
    -webkit-box-shadow: inset 0px 0px 6px rgba(0,0,0,.2);
}

textarea::placeholder,input::placeholder {
    color: #ccc;
}


/* モーダルのスタイル */
.modal {
    display: none;
    position: absolute;
    z-index: 1000;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    overflow: auto;
    background-color: rgba(0, 0, 0, 0.4);
}

.modal-content {
    background-color: #fefefe;
    margin: 0;
    border: 1px solid #888;
    width: 100%;
    max-width: 390px;
    position: relative;
    z-index: 3;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    -webkit-transform: translate(-50%, -50%);
    -ms-transform: translate(-50%, -50%);
    animation-name: fadeIn;
    animation-duration: 0.5s;
}

.close {
    top: 0px;
    color: #aaa;
    float: right;
    font-size: 28px;
    font-weight: bold;
}

.close:hover,
.close:focus {
    color: black;
    text-decoration: none;
    cursor: pointer;
}

@keyframes fadeIn {
    from {opacity: 0}
    to {opacity: 1}
}

@keyframes fadeOut {
    from {opacity: 1}
    to {opacity: 0}
}

#grd-end-footer {
    margin-top: 15px;
    /* height: 80px; */
    padding: 10px;
    background: #fff;
    flex-shrink: 0;
}

#grd-end-footer .ste-copyright p {
    color: #787878;
    font-size: 9px;
    line-height: 2;
}

.privacy-policy ul {
    display: flex;
}

.privacy-policy ul li {
    font-size: 10px;
}

.privacy-policy ul li::after {
    content: "|";
    padding: 0 10px;
}

.privacy-policy ul li:last-child:after {
    content: none;
}

.privacy-policy ul li a {
    color: #707070;
}

.ste-logo-foot img {
    width: 220px;
    vertical-align: top;
    /* height: 30px; */
}

#message-container {
    padding-top: 50px;
    font-weight: bold;
}

.radio-container {
    margin: 10px 10px 5px;
}

.radio-container div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-bottom: 8px;
    padding: 6px 8px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px -5px #777777;
    font-weight: bold;
    position: relative;
    font-size: 17px;
}

.radio-container div:last-child {
    margin-bottom: 0;
}

.radio-container input[type="radio"] {
    display: block;
}

.radio-container input[type="radio"] {
    display: none;
}

label {
    cursor: pointer;
}

.radio-container div.radio-wrapper {
    border: 2px solid #fff;
}

.radio-container div.radio-wrapper.clicked {
    border: 2px solid #F37820;
}

.radio-container label:before {
    content: "";
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: none;
    background-color: #DEDEDE;
    border-radius: 50%;
}

.radio-container input[type="radio"]:checked + label:before {
    background-color: #F37820;
}

.radio-container input[type="radio"] + label:after {
    content: "";
    position: absolute;
    right: 3.4%;
    top: calc(50% - 2px);
    width: 10px;
    height: calc(50% - 15px);
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.radio-container label {
    padding-left: 55px;
}

.radio-container label[for="uc-stooltype1"]{
    background: url(/communication/supportcard/image/detail01.png) no-repeat;
    background-size: 38px;
    background-position: left center;
}

.radio-container label[for="uc-stooltype2"]{
    background: url(/communication/supportcard/image/detail02.png) no-repeat;
    background-size: 40px;
    background-position: left center;
}

.radio-container label[for="uc-stooltype3"]{
    background: url(/communication/supportcard/image/detail03.png) no-repeat;
    background-size: 40px;
    background-position: left center;
}

.radio-container label[for="uc-stooltype4"]{
    background: url(/communication/supportcard/image/detail04.png) no-repeat;
    background-size: 40px;
    background-position: left center;
}

.radio-container label[for="uc-stooltype5"]{
    background: url(/communication/supportcard/image/detail05.png) no-repeat;
    background-size: 40px;
    background-position: left center;
}

.radio-container label[for="uc-stooltype6"]{
    background: url(/communication/supportcard/image/detail06.png) no-repeat;
    background-size: 40px;
    background-position: left center;
}

.radio-container label[for="uc-stooltype7"]{
    background: url(/communication/supportcard/image/detail07.png) no-repeat;
    background-size: 40px;
    background-position: left center;
}
.radio-container label[for="cd-stooltype1"]{
    background: url(/communication/supportcard/image/detail01.png) no-repeat;
    background-size: 38px;
    background-position: left center;
}

.radio-container label[for="cd-stooltype2"]{
    background: url(/communication/supportcard/image/detail02.png) no-repeat;
    background-size: 40px;
    background-position: left center;
}

.radio-container label[for="cd-stooltype3"]{
    background: url(/communication/supportcard/image/detail03.png) no-repeat;
    background-size: 40px;
    background-position: left center;
}

.radio-container label[for="cd-stooltype4"]{
    background: url(/communication/supportcard/image/detail04.png) no-repeat;
    background-size: 40px;
    background-position: left center;
}

.radio-container label[for="cd-stooltype5"]{
    background: url(/communication/supportcard/image/detail05.png) no-repeat;
    background-size: 40px;
    background-position: left center;
}

.radio-container label[for="cd-stooltype6"]{
    background: url(/communication/supportcard/image/detail06.png) no-repeat;
    background-size: 40px;
    background-position: left center;
}

.radio-container label[for="cd-stooltype7"]{
    background: url(/communication/supportcard/image/detail07.png) no-repeat;
    background-size: 40px;
    background-position: left center;
}

.modal-content .stooltype-details {
    display: flex;
    border-bottom: 1px solid #D8D8D8;
    padding: 15px 0 15px 0;
}

.modal-content .stooltype-details:last-child {
    border-bottom: none;
}

.modal-content .stooltype-details .detail-images {
    width: 20%;
    margin: 0 auto;
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.modal-content .stooltype-details .detail-images img {
    width: 100%;
}

.modal-content .stooltype-details .explanation {
    width: calc(80% - 20px);
}

.modal-content .stooltype-details .explanation dl {
    margin: 0;
}

.modal-content .stooltype-details .explanation dt {
    font-weight: bold;
    font-size: 16px;
    margin-bottom: 5px;
}

.modal-content .stooltype-details .explanation dd {
    margin: 0;
    font-size: 16px;
}


.check-container {
    margin: 10px;
}

.check-container div {
    display: flex;
    justify-content: space-between;
    align-items: center;
    background: #fff;
    margin-bottom: 8px;
    padding: 6.6px 8px;
    border-radius: 10px;
    box-sizing: border-box;
    box-shadow: 0px 0px 8px -5px #777777;
    font-weight: bold;
    position: relative;
}

.check-container input[type="checkbox"] {
    display: block;
}

.check-container input[type="checkbox"] {
    display: none;
}

label {
    cursor: pointer;
}

.check-container div.check-wrapper {
    border: 2px solid #fff;
}

.check-container div.check-wrapper.clicked {
    border: 2px solid #F37820;
}

.check-container label:before {
    content: "";
    position: absolute;
    right: 2%;
    top: 50%;
    transform: translateY(-50%);
    width: 20px;
    height: 20px;
    border: none;
    background-color: #DEDEDE;
    border-radius: 50%;
}

.check-container input[type="checkbox"]:checked+label:before {
    background-color: #F37820;
}

.check-container input[type="checkbox"]+label:after {
    content: "";
    position: absolute;
    right: 3.4%;
    top: calc(50% - 4px);
    width: 10px;
    height: 5px;
    border-left: 2px solid #fff;
    border-bottom: 2px solid #fff;
    transform: rotate(-45deg);
}

.counter-container p {
    font-size: 33px;
    font-weight: bold;
    margin: 60px 0 10px;
}

.abdominalpain-radio-wrapper {
    display: flex;
    justify-content: space-between;
    padding: 15px 0 40px 0;
    margin: 20px;
    border-bottom: 2px solid #D8D8D8;
}

.abdominalpain-radio-content {
    margin-right: 10px;
}

.abdominalpain-radio-content:last-child {
    margin-right: 0;
}

.abdominalpain-radio-content input[type="radio"] {
    display: none;
}

.abdominalpain-radio-content label {
    display: flex;
    flex-direction: column;
    align-items: center;
    width: 36px;
    height: 36px;
    color: #fff;
    border-radius: 50%;
    text-align: center;
    padding: 5px;
    cursor: pointer;
    position: relative;
    box-sizing: border-box;
}

.abdominalpain-radio-content label[for="uc-pain0"] {
    background: url(/communication/supportcard/image/abdominalpain00.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content label[for="uc-pain1"] {
    background: url(/communication/supportcard/image/abdominalpain01.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content label[for="uc-pain2"] {
    background: url(/communication/supportcard/image/abdominalpain02.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content label[for="uc-pain3"] {
    background: url(/communication/supportcard/image/abdominalpain03.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content label[for="uc-pain4"] {
    background: url(/communication/supportcard/image/abdominalpain04.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content label[for="uc-pain5"] {
    background: url(/communication/supportcard/image/abdominalpain05.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content label[for="cd-pain0"] {
    background: url(/communication/supportcard/image/abdominalpain00.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content label[for="cd-pain1"] {
    background: url(/communication/supportcard/image/abdominalpain01.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content label[for="cd-pain2"] {
    background: url(/communication/supportcard/image/abdominalpain02.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content label[for="cd-pain3"] {
    background: url(/communication/supportcard/image/abdominalpain03.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content label[for="cd-pain4"] {
    background: url(/communication/supportcard/image/abdominalpain04.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content label[for="cd-pain5"] {
    background: url(/communication/supportcard/image/abdominalpain05.png) no-repeat;
    background-size: cover;
}



.abdominalpain-radio-content input[type="radio"]:checked + label[for="uc-pain0"]  {
    background: url(/communication/supportcard/image/abdominalpain00_on.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content input[type="radio"]:checked + label[for="uc-pain1"]  {
    background: url(/communication/supportcard/image/abdominalpain01_on.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content input[type="radio"]:checked + label[for="uc-pain2"]  {
    background: url(/communication/supportcard/image/abdominalpain02_on.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content input[type="radio"]:checked + label[for="uc-pain3"]  {
    background: url(/communication/supportcard/image/abdominalpain03_on.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content input[type="radio"]:checked + label[for="uc-pain4"]  {
    background: url(/communication/supportcard/image/abdominalpain04_on.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content input[type="radio"]:checked + label[for="uc-pain5"]  {
    background: url(/communication/supportcard/image/abdominalpain05_on.png) no-repeat;
    background-size: cover;
}
.abdominalpain-radio-content input[type="radio"]:checked + label[for="cd-pain0"]  {
    background: url(/communication/supportcard/image/abdominalpain00_on.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content input[type="radio"]:checked + label[for="cd-pain1"]  {
    background: url(/communication/supportcard/image/abdominalpain01_on.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content input[type="radio"]:checked + label[for="cd-pain2"]  {
    background: url(/communication/supportcard/image/abdominalpain02_on.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content input[type="radio"]:checked + label[for="cd-pain3"]  {
    background: url(/communication/supportcard/image/abdominalpain03_on.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content input[type="radio"]:checked + label[for="cd-pain4"]  {
    background: url(/communication/supportcard/image/abdominalpain04_on.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content input[type="radio"]:checked + label[for="cd-pain5"]  {
    background: url(/communication/supportcard/image/abdominalpain05_on.png) no-repeat;
    background-size: cover;
}

.abdominalpain-radio-content label::after {
    content: "";
    width: 10px;
    height: 5px;
    border-left: 3px solid #f37820;
    border-bottom: 3px solid #f37820;
    transform: rotate(-45deg);
    position: absolute;
    top: -16px;
    left: 34%;
    display: none;
}

.abdominalpain-radio-content label span {
    position: absolute;
    bottom: -26px;
    left: 50%;
    transform: translateX(-50%);
    color: #333;
    font-weight: bold;
}

.abdominalpain-radio-content input[type="radio"]:checked + label::after {
    display: block;
}

.abdominalpain-radio-content input[type="radio"]:checked + label {
    background-color: #f37820;
    color: #fff;
}

.abdominalpain-radio-content input[type="radio"]:checked + label span {
    color: #f37820;
}

.abdominalpain-radio-wrapper {
    margin: 0 auto;
}

.abdominalpain-radio-container {
    margin: 20px;
}

.abdominalpain-detail ul {
    padding: 0 20px 0 20px;
}

.abdominalpain-detail ul li {
    list-style-type: none;
    margin-bottom: 5px;
}

.result-wrapper {
    display: flex;
    align-items: center;
    justify-content: center;
    height: 55vh;
    margin-bottom: 30px;
}

.result-wrapper h2 {
    font-size: 22px;
}

#startDiagnosis-container .button-next button {
    /* margin-bottom: 15px; */
}

#grd-end-footer .ste-copyright p {
    /* text-align: center; */
}

@media (min-width: 431px) {
    .container {
        background: url(/communication/supportcard/image/com_bg02.png) ;
        width: 100%;
        width: 390px;
        height: 854px;
        position: relative;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }
    .wrapper {
        margin-top: 40px;
    }
    .question-wrapper {
        margin-top: 60px;
    }
    #grd-end-footer {
        position: absolute;
        bottom: 0;
        margin-top: 20px;
        width: 100%;
    }

    .result-wrapper {
        margin-top: 200px;
        height: 100%;
    }

    body {
        background: url(/communication/supportcard/image/pc_bg.png);
        background-size: cover;
        width: 100vw;
        height: 100vh;
        margin: 0;
        display: flex;
        align-items: center;
        justify-content: center;
    }

    #startDiagnosis-container .button-next {
        bottom: 110px;
    }    
}

@media (min-width: 1001px) {
    #h1ttl {
        display: block;
        position: absolute;
        top: calc(50% - 61px);
        left: -16vw;
        transform: translate(-65%, -70%);
        -webkit-transform: translate(-65%, -70%);
        -ms-transform: translate(-65%, -70%);
        width: 436px;
        height: 122px;
    }

    #h1ttl img {
        width: 100%;
    }
}

.fade-out {
    opacity: 0;
    transition: opacity 0.3s ease-out;
}

.fade-in {
    opacity: 1;
    transition: opacity 0.3s ease-in;
}

.question-container h2 span {
    display: block;
    font-size: 16px;
    text-align: center;
    line-height: 28px;
    padding-top: 4px;
}

.question-container h2 span.underline {
    display: inline;
    /* border-bottom: 3px solid #F37820; */
    font-size: 21px;
    /* line-height: initial; */
    /* border-bottomがズレるようなので、仮で以下に変更 */
    text-decoration: underline;
    text-decoration-color: #F37820;
    text-decoration-thickness: 3px;
    text-underline-offset: 5px;
}

.dr_name {
    text-align: center;
    margin: 10px 20px 20px;
    font-size: 14px;
}



@media (min-width: 431px) {
    .pc {
    display: block;
    }
    .sp {
    display: none;
    }
}

@media (max-width: 430px) {
    .pagenav-wrapper {
        position: fixed;
        bottom: 100px;
    }
    
    .sp {
        display: block;
    }

    .pc {
        display: none;
        }

    .swipe_container {
        display: flex;
        align-items: center;
        justify-content: center;
        width: 100%;
        height: 100%;
    }
    
    .swipe_container .swipe_option {
        position: relative;
        width: 50%;
        height: 335px;
        display: flex;
        justify-content: center;
        align-items: center;
        margin-top: 16px;
        padding-bottom: 110px;
    }

    .swipe_container div:first-child {
        border-right: 2px solid #D8D8D8;
    }

    .swipe_container .swipe_option::after {
        content: "";
        width: 127px;
        height: 127px;
        border-radius: 50%;
        position: absolute;
    }

    .swipe_container .swipe_option.select_no::after {
        background-color: #E8F9FF;
    }

    .swipe_container .swipe_option.select_yes::after {
        background-color: #FDF6E3;
    }

    .swipe_container .swipe_option p {
        font-size: 24px;
        font-weight: bold;
        display: flex;
        justify-content: center;
        align-items: center;
        z-index: 2;
    }

    .swipe_option.select_no p {
        color: #00A0DF;
        position: relative;
    }

    .swipe_option.select_no p::after {
        content: "";
        position: absolute;
        background: url(/communication/supportcard/image/swipe-left.png) no-repeat;
        background-size: cover;
        width: 83px;
        height: 75.5px;
        top: calc(50% + 50px);
        right: 50%;
        transform: translate(50%, 50%);
        -webkit-transform: translate(50%, 50%);
    }

    .swipe_option.select_yes p {
        color: #F37820;
        position: relative;
    }

    .swipe_option.select_yes p::after {
        content: "";
        position: absolute;
        background: url(/communication/supportcard/image/swipe-right.png) no-repeat;
        background-size: cover;
        width: 83px;
        height: 75.5px;
        top: calc(50% + 50px);
        right: 50%;
        transform: translate(50%, 50%);
        -webkit-transform: translate(50%, 50%);
    }
    
    #grd-end-footer .ste-copyright p {
        font-size: 2.56vw;
    }
    
    .result-wrapper h2 {
        font-size: 5.64vw;
        line-height: 7.69vw;
        font-weight: 700;
    }

    .question-wrapper {
        min-height: 123.08vw;
    }

    .result-wrapper {
        height: 123.08vw;
    }

    .weight .counter-wrapper > div {
        font-size: 6.15vw
    }

    .counter-wrapper {
        width: 46.15vw;
        height: 25.64vw;
        font-size: 9.23vw;
        margin: 0 2.56vw;
    }

    .counter-container p {
        font-size: 8.46vw;
        margin: 15.38vw 0 2.56vw;
    }
    
    .button-next button {
        font-size: 4.62vw;
    }
    
    .dr_name {
        margin-bottom: 2.85vw;
        line-height: 6.15vw;
    }

    #grd-end-footer {
        margin-top: 3.85vw;
    }

    body {
        padding: 0;
    }

    .wrapper {
        padding-top: 40px;
        flex: 1;
    }

    .cover img {
        margin-bottom: 5.13vw;
    }

    .question-wrapper.swipe-contents {
        margin-bottom: 20.51vw;
    }

    .pagenav-wrapper {
        position: initial;
    }

    .cover .button-next{
        margin-bottom: 0;
    }

    .button-next {
        margin-bottom: 5.13vw;
    }

    #grd-end-footer .ste-wrap {
        position: initial;
        padding: 0;
    }

    .cover .button-next button {
        margin-bottom: 2.05vw;
    }

    #tobira01-container.cover img {
        margin-bottom: 8.46vw;
    }
}

@media (max-width: 390px) {
    body {
        padding: 0;
    }

    .wrapper {
        padding-top: 40px;
        flex: 1;
    }

    .cover img {
        margin-bottom: 5.13vw;
    }

    .question-wrapper.swipe-contents {
        margin-bottom: 20.51vw;
    }

    .pagenav-wrapper {
        position: initial;
    }

    .cover .button-next{
        margin-bottom: 0;
    }

    .button-next {
        margin-bottom: 5.13vw;
    }

    #grd-end-footer .ste-wrap {
        position: initial;
        padding: 0;
    }

    .cover .button-next button {
        margin-bottom: 2.05vw;
    }

    #message-container {
        padding-top: 0;
    }
}


    .question-wrapper {
        transition: opacity 0.3s ease-out;
        position: relative;
        z-index: 99;
    }
    
    .right-slide-out {
        animation: rightSlideOut .5s ease-out forwards;
    }

    .left-slide-out {
        animation: leftSlideOut .5s ease-out forwards;
    }

    @keyframes leftSlideOut {
        0% {
            transform: translateX(0);
            opacity: 1;
        }

        100% {
            transform: translateX(-20%);
            opacity: 0;
        }
    }
    @keyframes rightSlideOut {
        0% {
        transform: translateX(0);
        opacity: 1;
        }

        100% {
        transform: translateX(20%);
        opacity: 0;
        }
    }

    .right-slide-out .swipe-right::before,
    .left-slide-out .swipe-left::before {
        width: 200px;
        height: 200px;
    }
  

    .pdf-dl {
        background: #F37820;
        color: #fff;
        width: 100%;
        margin: 20px 0;
        border: none;
        height: 47px;
        font-size: 17px;
        font-weight: bold;
        border-radius: 100vw;
        display: block;
        position: relative;
    }
    
    .pdf-dl::after {
        position: absolute;
        content: "";
        width: 22px;
        height: 23px;
        background: url(/communication/supportcard/image/icon_pdf_dl.svg) no-repeat;
        background-size: cover;
        top: calc(50% - 12px);
        right: 20px;
    }

    body.result .container {
        padding-top: 40px;
    }

    .stooltype-detail {
        color: #F37820;
        text-decoration: underline;
        position: relative;
        padding-left: 11px;
    }

    .stooltype-detail::before {
        content: "";
        width: 18px;
        height: 18px;
        position: absolute;
        left: -11px;
        top: calc(50% - 9px);
        background: url(/communication/supportcard/image/icon_question.png) no-repeat;
        background-size: cover;
    }

    footer .flex-row {
        display: flex;
        justify-content: space-between;
    }

    #welcome-container .button-next {
        margin-bottom: 0;
    }


    html {
        touch-action: manipulation;
    }



    .sp-horizontal {
        display: none;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 20px;
        padding: 25px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }

    .sp-horizontal p {
        text-align: center;
        font-weight: 700;
    }    

    .modal-content .stooltype-details:first-child {
        padding-top: 30px;
    }

    .modal-content-inner {
        padding: 0 20px;
    }

    .modal-content-inner .close-btn {
        position: absolute;
        right: 20px;
        top: 30px;
        width: 30px;
        height: 30px;
    }

    .modal-content-inner .close-btn span.close {
        position: relative;
        display: block;
    }

    .modal-content-inner .close-btn span::after {
        content: "";
        position: absolute;
        right: 13px;
        top: 0px;
        width: 3px;
        height: 30px;
        background-color: #F4AB26;
        transform: rotate(45deg);
    }

    .modal-content-inner .close-btn span::before {
        content: "";
        position: absolute;
        right: 13px;
        top: 0px;
        width: 3px;
        height: 30px;
        background-color: #019EDD;
        transform: rotate(-45deg);
    }

    .pt60 {
        padding-top: 60px!important;
    }

    .mb0 {
        margin-bottom: 0!important;
    }


    /* iPhone SE */
    @media only screen 
    and (min-device-width: 320px) 
    and (max-device-width: 568px) 
    and (orientation: landscape) {
    .sp-horizontal {
        display: block;
    }
    .container {
        display: none;
    }
    }

    .time-alert {
        display: none;
        width: 100vw;
        height: 100vh;
        background: url(/communication/supportcard/image/pc_bg.png);
        background-size: cover;
    }

    .time-alert div {
        position: absolute;
        min-width: 300px;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        -webkit-transform: translate(-50%, -50%);
        -ms-transform: translate(-50%, -50%);
        background: #fff;
        border-radius: 20px;
        padding: 25px;
        box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.2);
    }

    .time-alert div p {
        text-align: center;
        font-weight: bold;
    }


    .button-next button.disabled {
        background: #DEDEDE;
        pointer-events: none;        
    }

    footer .flex-row {
        display: flex;
        justify-content: center;
        align-items: center;
        border-top: 0.3px solid #74787B;
        padding: 20px 10px 20px;
        margin: 0 10px;
    }

    .privacy-policy {
        display: flex;
        justify-content: center;
        align-items: center;
        padding-bottom: 20px;
        background: url(/communication/supportcard/image/com_bg02.png);
    }

    #grd-end-footer {
        padding: 0;
    }

    footer .ste-copyright {
        padding: 10px;
    }

    footer .ste-copyright p {
        /* margin-bottom: 5px; */
    }