.iframe-wrapper:after {
    content: none;
}




select {
    -webkit-appearance: none;
    appearance: none;
}

div#back:hover,
.loop:hover {
    filter: brightness(0.8) contrast(1.2);
}

.backbtn {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px auto 0;
    padding: 5px;
    color: #555;
    font-size: 14px;
    font-weight: 700;
    transition: 0.3s;
    position: relative;
    border-top: none;
    border-left: none;
    border-right: none;
    border-bottom: 3px solid #555;
    width: 74px;
    background-color: initial;
    border-radius: 0;

}

.backbtn:before {
    content: '';
    width: 5px;
    height: 5px;
    border-top: 3px solid #555;
    border-right: 3px solid #555;
    transform: rotate(225deg);
    position: absolute;
    left: 10px;
    transition: 0.3s;
}

.loop,
.backbtn {
    cursor: pointer;
    pointer-events: auto;
}

.loop:active,
.backbtn:active {
    filter: brightness(1.3) contrast(1);
}

body {
    background-color: #f6f6f6;
}

.answer.answerbox {
    display: flex;
    flex-direction: column;
    gap: 10px;
    padding: 0 20px;
}

/* .answer__item--href,
button.answer__item--href {
    width: 100%;
    padding: 20px 10px;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    filter: brightness(1) contrast(1);
    transition: .3s;
    cursor: pointer;
    background: #ddd;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}
     */
.answer__item--href {
    width: 100%;
    padding: 20px 10px;
    border: none;
    border-radius: 2px;
    font-size: 15px;
    filter: brightness(1) contrast(1);
    transition: .3s;
    cursor: pointer;
    background: #ddd;
    display: block;
    box-sizing: border-box;
    text-align: center;
    font-weight: bold;
}

.answer__item--href:hover {
    filter: brightness(.9) contrast(1.2);
    transition: .3s;
}


.q-part {
    margin: 0 auto 20px;
    text-align: center;
    padding: 0 10px;
    font-size: clamp(16px, 4vw, 20px);
    line-height: 1.2;
    word-wrap: break-word;
}


.header__inner--image {
    text-align: center;
    margin-bottom: 20px;
}

.header__title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

html,
body {
    height: 100%;
    padding: 0;
    margin: 0;
}

body {
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}


.resultBody__inner,
.body__inner {
    min-height: 100%;
    max-width: 100%;
    margin: auto;
    padding: 0px 0;
}

.heading__title {
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}

.top__itemImage {
    width: 100%;
    object-fit: contain;

}

.answer__itemImage {
    width: 100%;
    object-fit: contain;

}



.top__itemImage--outer {
    margin-bottom: 20px;
}

.rendered-form.formbuilder-embedded-bootstrap input.form-control,
.rendered-form.formbuilder-embedded-bootstrap select.form-control,
.rendered-form.formbuilder-embedded-bootstrap textarea.form-control {
    background: #FFF;
    padding: 15px 20px;
    border: 1px solid #aaa;
    height: initial;
}

.rendered-form label {
    font-weight: normal;
    font-size: 14px;
}

#postsubmit {
    font-weight: normal;
}

#widgetSubmit,
#postsubmit {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    color: #fff;
    border: none;
    text-align: center;
    margin: auto;
    display: block;
    font-size: 16px;
    padding: 20px 20px;
    width: 80%;
    color: #080808;
    max-width: 300px;
    border: 2px solid;
}

#widgetSubmit:hover,
#postsubmit:hover {
    filter: brightness(0.8) contrast(1.5);
    transition: .2s;
}

main.resultmain p {
    margin: 0;
}

form.quiz-choice__form {
    max-width: initial;
    padding: initial;
    margin: initial;
    border: initial;
    border-radius: initial;
}

.mainsec {
    padding-bottom: 20px;
}

.information__form {
    max-width: initial;
    margin: initial initial 20px;
    padding: 0 15px;
    border: initial;
    border-radius: initial;
    background-color: initial;
}


input[type="number"] {
    width: calc(100% - 20px);
    padding: 10px;
    margin-bottom: 15px;
    border: 1px solid #ddd;
    border-radius: 4px;
}

button.postsubmit {
    padding: 10px;
    border-radius: 10px;
    background: #fff;
    color: #fff;
    border: none;
    text-align: center;
    margin: auto;
    display: block;
    font-size: 16px;
    padding: 20px 20px;
    width: 80%;
    color: #080808;
    max-width: 300px;
    border: 2px solid;
    cursor: pointer;
}

.result-interpretTitle {
    display: none !important;
}

h1 {
    font-size: 25px;
    margin: 2rem 0 1rem 0;
}

h2 {
    font-size: 20px;
    margin: 2rem 0 1rem 0;
}

h3 {
    font-size: 16px;
    margin: 1rem 0 0.5rem 0;
}

h4 {
    font-size: 16px;
    margin: 1rem 0 0.5rem 0;
}

img {
    max-width: 100%;
}

blockquote {
    background: #fff;
    padding: 20px;
    margin: 0;
    border: 1px solid #eee;
    box-shadow: 3px 3px 0 0 #eee;
}



.contwrap {
    margin: auto;
    /* padding: 0px 0px 50px; */
    max-width: 800px;
    margin: auto;
}

.result__inner {
    padding: 0px;
}

.resultmain {
    font-size: 14px;
    padding-bottom: 20px;
}

.result-title {
    display: block;
    text-align: center;
    font-size: 20px;
}

.result-interpretTitle {
    font-size: 16px;
    margin-bottom: 40px;
}

.preview_loop,
.loop {
    display: flex;
    justify-content: center;
    align-items: center;
    text-decoration: none;
    padding: 5px;
    color: #555;
    font-size: 13px;
    font-weight: 700;
    transition: 0.3s;
    position: relative;
    border-bottom: 3px solid #555;
    width: 200px;

    margin: 0px auto;
}

.preview_loop:hover::before,
.loop:hover::before {
    transition: .5s;
    transform: rotateZ(360deg);
}

.preview_loop:before,
.loop:before {
    content: '';
    width: 18px;
    height: 18px;
    position: absolute;
    left: 10px;
    transition: 0.3s;
    background-image: url('data:image/svg+xml;utf8,<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 512 512"><path fill="%23555" d="M105.1 202.6c7.7-21.8 20.2-42.3 37.8-59.8c62.5-62.5 163.8-62.5 226.3 0L386.3 160H336c-17.7 0-32 14.3-32 32s14.3 32 32 32H463.5c0 0 0 0 0 0h.4c17.7 0 32-14.3 32-32V64c0-17.7-14.3-32-32-32s-32 14.3-32 32v51.2L414.4 97.6c-87.5-87.5-229.3-87.5-316.8 0C73.2 122 55.6 150.7 44.8 181.4c-5.9 16.7 2.9 34.9 19.5 40.8s34.9-2.9 40.8-19.5zM39 289.3c-5 1.5-9.8 4.2-13.7 8.2c-4 4-6.7 8.8-8.1 14c-.3 1.2-.6 2.5-.8 3.8c-.3 1.7-.4 3.4-.4 5.1V448c0 17.7 14.3 32 32 32s32-14.3 32-32V396.9l17.6 17.5 0 0c87.5 87.4 229.3 87.4 316.7 0c24.4-24.4 42.1-53.1 52.9-83.7c5.9-16.7-2.9-34.9-19.5-40.8s-34.9 2.9-40.8 19.5c-7.7 21.8-20.2 42.3-37.8 59.8c-62.5 62.5-163.8 62.5-226.3 0l-.1-.1L125.6 352H176c17.7 0 32-14.3 32-32s-14.3-32-32-32H48.4c-1.6 0-3.2 .1-4.8 .3s-3.1 .5-4.6 1z" /></svg>');
}

/****************************/
/*      table */
/****************************/
figure.table {
    width: 100%;
    margin: 30px 0 50px 0;
}

table {
    width: 100%;
    border-collapse: collapse;
}

th {
    background: #eee;
    font-size: 14px;
}

th,
td {
    padding: 10px;
    text-align: left;
}

td {
    font-size: 80%;
}

tr {
    border-bottom: 1px solid #e6e6e6;
}



@media (max-width: 450px) {
    .result__inner {
        padding: 0px;
    }
}

body {
    font-family: "Yu Gothic", "æ¸¸ã‚´ã‚·ãƒƒã‚¯", YuGothic, "æ¸¸ã‚´ã‚·ãƒƒã‚¯ä½“", "ãƒ’ãƒ©ã‚®ãƒŽè§’ã‚´ Pro W3", "ãƒ¡ã‚¤ãƒªã‚ª", sans-serif;
}

.answer__item--href {
    cursor: pointer;
}

.redirect_share_group {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 20px;
}

.share_group {
    max-width: 380px;
    width: 100%;
    margin: auto;
}

.share_group-body {
    display: flex;
    gap: 5px;
    width: 100%;
    justify-content: center;

}

.redirext_share_item {
    text-decoration: none;
}

.redirect_share_group .redirext_share_item img {
    width: 30px;
    height: auto;
}

.redirect_share_group-body {
    display: flex;
    gap: 20px;
}

.redirext_share_item {
    text-decoration: none;
    display: block;
    display: flex;
    justify-content: center;
    align-items: center;
    border-radius: 100px;
    overflow: hidden;
    padding: 10px;
}

.redirext_share_x {
    background-color: #000;
}

.redirect_share_line {
    background-color: #26ad36;
}

.redirect_share_facebook {
    background-color: #0766ff;
}



.share_group-head2:before,
.share_group-head2:after {
    content: "";
    height: 20px;
    display: block;
    width: 2px;
    background: #000;
    border-radius: 2px;
}

.share_group-head2:before {
    transform: skew(27deg, 0deg);
}

.share_group-head2:after {
    transform: skew(-27deg, 0deg);
}

.share_group-head2 {
    font-size: 16px;
    font-weight: bold;
    gap: 10px;
    justify-content: center;
    align-items: center;
    display: flex;
}

.redirect_share_coution {
    font-size: 12px;
    text-align: center;
}

.share_textarea {
    width: 90%;
    height: 130px;
    border: 1px solid;
    padding: 10px;
    box-sizing: border-box;
    border-radius: 3px;
    margin-bottom: 10px;
    font-size: 16px;
}

.share_copyBtn {
    background: #fff;
    border-radius: 3px;
    border: 2px solid #000;
    padding: 5px 20px;
    transition: .2s;
    cursor: pointer;
    box-shadow: 0px 7px 0 -5px #000;
}

.share_copyBtn:hover {
    filter: brightness(0.8) contrast(1.2);
    transition: .2s;
}

.share_group img {
    height: 20px;
}

.sharetext__wrapper {
    width: 100%;
    position: relative;
}

.share_tips.is_active {
    opacity: 1;
}

.share_tips {
    padding: 5px;
    display: inline-block;
    background: #3b3b3b;
    color: #fff;
    border-radius: 3px;
    position: absolute;
    left: 50%;
    width: 150px;
    top: 50%;
    margin: auto;
    transform: translate(-50%, -50%);
    opacity: 0;
}

.share_item {
    padding: 5px 10px;
    display: flex;
    justify-content: center;
    align-items: center;
    background: #eee;
    border-radius: 3px;
    gap: 5px;
    text-decoration: none;
    flex: 1;
    max-width: 120px;
}

.share_item:hover {
    filter: brightness(0.8) contrast(1.2);
    transition: .2s;
}

.share_x {
    background: #fff;
    border: 2px solid #555;
    color: #555;
}

.share_line {
    background: #fff;
    border: 2px solid #26ad36;
    color: #26ad36;
}

.share_facebook {
    background: #fff;
    border: 2px solid #0766ff;
    color: #0766ff;
}

.share_group {
    display: flex;
    flex-direction: column;
    text-align: center;
    align-items: center;
    gap: 10px;
}

.share_group-head {
    color: #555;
    border-bottom: 1px dotted #555;
    width: 200px;
    padding-bottom: 5px;
}

.header__inner--image img {
    width: 100%;
}

body {
    background-repeat: no-repeat;
    background-size: contain;
    background-position: center;
    overflow-y: scroll;
}

.resultmain img {
    width: auto;
}

@media screen and (max-width: 400px) {
    .share_item {
        font-size: 12px;
        display: flex;
        flex-direction: column-reverse;
        width: 60px;
    }


}

.result-interpretTitle {
    display: none !important;
}

.is-preview .loop,
.is-preview .backbtn {
    cursor: pointer;
    pointer-events: none;
}

.resultmain .text-tiny {
    font-size: .7em;
}

.resultmain .text-small {
    font-size: .85em;
}

.resultmain .text-big {
    font-size: 1.4em;
}

.resultmain .text-huge {
    font-size: 1.8em;
}

.backFirstSection__yesBtn {
    margin: 10px auto 0;
    border-radius: 3px;
    border: none;
    padding: 5px 15px;
    border-radius: 3px;
    box-shadow: 2px 2px 0 0 rgba(0, 0, 0, 0.2);
    transition: .2s;
    background-color: #ff5d5d;
    color: #fff;
    cursor: pointer;
    text-decoration: none;
}

.backFirstSection__yesBtn:hover {
    background-color: #df4444;
    transition: .2s;
}




.ad-passback__outer iframe {

    width: 100%;
    height: 100%;
    border: 0;
}



.infomain form {
    opacity: 1;
    transition: .3s;
}

.information_loading {
    position: absolute;
    left: 0;
    right: 0;
    top: 10px;
    margin: auto;
    display: flex;
    gap: 8px;
    padding: 20px;
    justify-content: center;
    opacity: 1;
}

.information_loading-outer.loaded {
    opacity: 0;
    transition: .3s;
}

.char {
    display: inline-block;
    font-size: 20px;
    font-weight: bold;
    color: white;
    /* color: #000000; */
    animation: bounce 1.4s ease-in-out infinite;
    transform-origin: center bottom;
    filter: drop-shadow(0px 2px 3px #00000020);
    /* filter: drop-shadow(0px 2px 3px #ffffff9e); */


}

.information_loading-outer {
    background: #fbfbfb;
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    opacity: 1;
    z-index: 1;
    pointer-events: none;
}

.information__loader {
    position: absolute;
    inset: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    z-index: 10;
    background: rgba(255, 255, 255, 0.8);
    /* åŠé€æ˜ŽèƒŒæ™¯ */
}

.info__intro {
    font-size: 12px;
    line-height: 1.5;
    padding: 0 15px;
    /* margin-bottom: 20px; */
}

.info__intro--inner {
    padding: 10px;
    background: #ffffffe0;
    border-radius: 5px;
    margin: auto;
    border: 1px solid #8686866b;
}



.info__intro--title {
    text-align: center;
    margin-bottom: 10px;
    font-weight: bold;
    font-size: 12px;
    font-weight: bold;
}

.info__intro--title span {
    display: block;
    font-size: 16px;
    font-weight: normal;
}

.info__intro--lastmsg {
    text-align: center;
    margin-bottom: 20px;
    font-weight: bold;
    font-size: 16px;
}

.info__intro--intro {
    border: 1px dashed;
    padding: 5px;

    margin-top: 15px;
}

.info__intro--msg {
    text-align: center;
}

.mainsec .contwrap {
    padding: 0;
}

.resultBody__inner {
    padding-bottom: 50px;
}

.information__form input,
.information__form textarea {
    font-size: 16px;
    text-align: left;
    color: #000;
}

.new_explaination .ex_modal form {
    max-width: 100%;
    margin: 0;
    padding: 0px;
    border: 0px;
    border-radius: 0px;
    background-color: initial;
    width: 100%;
}

.new .ex_modal {
    animation: none;
    opacity: 1;
}

.new_explaination .body__inner {
    animation: fadeIn .5s forwards;
    opacity: 0;
}

.new .question-reveal-target {
    opacity: 0;
}

.top__itemYoutube--outer {
    margin-bottom: 20px;
}

.modal__container {
    padding-bottom: 10px;
}

.new_information label {
    font-weight: bold;
    font-size: 14px;
}


.new_information input,
.new_information textarea {
    font-size: 16px;
    width: 100%;
    text-align: left;
    color: #000;
    background: #FFF;
    padding: 15px 20px;
    border: 1px solid #aaa;
    height: initial;
    box-sizing: border-box;
}

/* .share_item{
    flex:initial;
} */

.new .infomain {
    padding-bottom: 20px;
}

form {
    background-color: initial;
}