._Index {
    -webkit-transition: visibility 2s cubic-bezier(.215, .61, .355, 1), opacity 2s cubic-bezier(.215, .61, .355, 1);
    transition: visibility 2s cubic-bezier(.215, .61, .355, 1), opacity 2s cubic-bezier(.215, .61, .355, 1)
}

.Page.-index[data-view=test] ._Index {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    opacity: 0
}

._Hero {
    padding: 0 28px
}

._Hero__visual {
    margin-right: -28px;
    margin-left: -28px
}

._Hero__featureList {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: relative;
    top: -176px;
    -webkit-box-pack: justify;
    -webkit-justify-content: space-between;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: -176px
}

._Introduction {
    padding: 0 30px
}

._Introduction__title {
    margin-top: -9px;
    margin-bottom: -9px;
    line-height: 1.5;
    font-size: 3.6rem;
    letter-spacing: .025em;
    text-align: center
}

._Introduction__title>b {
    color: #ee1a56
}

._Introduction__titleWord {
    line-height: 1.28571428571;
    font-size: 4.2rem;
    letter-spacing: .025em
}

._Introduction__content {
    margin-top: 13px
}

._Introduction__checkList>li {
    background-image: -webkit-linear-gradient(left, #33322e, #33322e 2px, transparent 0, transparent);
    background-image: linear-gradient(90deg, #33322e, #33322e 2px, transparent 0, transparent);
    background-position: top;
    background-repeat: repeat-x;
    background-size: 7px 2px;
    line-height: 1.2;
    font-size: 3rem;
    letter-spacing: 0;
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -webkit-align-items: center;
    -ms-flex-align: center;
    align-items: center;
    padding: 25px 10px 25px 0;
    vertical-align: middle;
    font-weight: 700
}

._Introduction__checkList>li:before {
    content: "";
    display: block;
    width: 60px;
    height: 59px;
    margin-right: 21px;
}

._Introduction__checkList>li:first-child {
    background: none
}

._Introduction__checkList>li.-multiLine {
    padding-bottom: 32px
}

._Introduction__guide {
    margin-top: 14px;
    text-align: center
}

/* ------------------------------------------------------------
比較表
------------------------------------------------------------ */
.comparison {
    padding: 40px 0 10px;
}

.comparison_table {
    border-spacing: 0 2px;
    margin-inline: auto;
    padding: 0;
    width: 95%;
    font-weight: bold;
    text-align: center;
}

.comparison_table tr {
    height: 86px;
}

.comparison_table tr:last-of-type {
    height: 70px;
}

.comparison_table th {
    background-color: #005691;
    border-radius: 10px 0 0 10px;
    border:none;
    color: #fff;
}


.comparison_table td {
    background-color: #fff;
    border: none;
    table-layout: fixed;
    width: 140px;
}

.comparison_table td:last-of-type {
    border-radius: 0 10px 10px 0;
}

.comparison_table tr:first-of-type td,
.comparison_table tr:last-of-type th,
.comparison_table tr:last-of-type td {
    background-color: transparent;
}

.comparison_table .banner {
    width: 90%;
    margin-bottom: 2px;
}

.comparison_table .symbol {
    width: 50px;
}

.comparison_table .underline {
    line-height: 1.2;
    background: linear-gradient(transparent 60%, #fff641 30%);
    display: inline-block;
}

.comparison_bt {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 95%;
    height: 50px;
    margin-inline: auto;
    border-radius: 10px;
    background-color: #ff050c;
    color: #fff;
    font-size: 1.2em;
    transition: 0.3s transform ease-in-out;
    border-bottom: solid 5px #b9040a;
}

.comparison_bt:hover {
    transform: translateY(-2px);
    color: #fff;
}

@media screen and (max-width:400px) {
    .comparison_table {
        font-size: 11px;
    }
}
/* 比較表ここまで */

/* ------------------------------------------------------------
カウントダウンタイマー
------------------------------------------------------------ */
#timer {
    font-weight: bold;
    padding: 20px 0;
}

.timer_title_wrap {
    text-align: center;
}

.timer_title {
    position: relative;
    display: inline-block;
}

.timer_title .bg {
    font-size: 1.4em;
    color: #f08d00;
}

.timer_title::before,
.timer_title::after {
    position: absolute;
    top: 30%;
    content: "";
    display: inline-block;
    width: 2px;
    height: 20px;
    background-color: #000000;
}

.timer_title::before {
    left: -10px;
    rotate: -25deg;
}

.timer_title::after {
    right: -10px;
    rotate: 25deg;
}

.timer_body {
    display: flex;
    align-items: center;
    justify-content: space-evenly;
    background-color: #005691;
    color: #fff;
}

.timer_body_img {
    width: 100px;
}

.timer_body_text {
    padding: 10px 0;
}

.time-container {
    display: flex;
    justify-content: center;
    align-items: baseline;
    gap: 5px;
    width: 80%;
    margin-inline: auto;
    margin-bottom: 5px;
    background-color: #fff641;
    border-radius: 5px;
    color: #000000;
}

#hour,
#min,
#sec {
    font-size: 1.5em;
}
/* カウントダウンタイマーここまで */

._Case {
    padding: 60px 30px 30px;
}

._Case__title {
    font-size: 2.5rem;
    padding-top: 60px;
    line-height: 1.33333333333;
    letter-spacing: 3px;
    text-align: center;
    color: #fff;
    background: url(images/blue_band.png) no-repeat center;
    height: 178px;
    width: 100%;
    position: absolute;
    top: -70px;
}

._Case__content {
    margin-top: 38px;
    position: relative;
}

._CaseItem {
    margin-top: 60px;
    -webkit-box-shadow: 0 0 6px rgba(138, 85, 45, .75);
    box-shadow: 0 0 6px rgba(138, 85, 45, .75);
    background-color: #fff;
    padding-top: 150px;
}

._CaseItem:first-child {
    margin-top: 0
}

._CaseItem__title {
    font-size: 2.5rem;
    padding: 5px 10px;
    background-color: #f4bf1b;
    color: #333;
    text-align: center;
    width: 90%;
    margin: auto;
    border-radius: 28px;
}

.zirei {
    font-size: 1.4em;
    color: #f5cb3b;
}

._CaseItem__index {
    color: #f09653
}

._CaseItem__content {
    padding: 40px 40px 70px
}

._CaseItem__lead {
    line-height: 1.5;
    font-size: 3.2rem;
    letter-spacing: 0;
    position: relative;
    margin-top: -8px;
    font-weight: 700;
}

.case_01 {
    background: url(images/zirei_bg01.png) no-repeat;
    height: 108px;
}

.case_02 {
    background: url(images/zirei_bg02.png) no-repeat;
    height: 108px;
}

.case_03 {
    background: url(images/zirei_bg03.png) no-repeat;
    height: 108px;
}

.down_case_01 {
    position: absolute;
    top: 3px;
    right: 65px;
}

.down_case_02 {
    position: absolute;
    bottom: 0;
    right: 35px;
    font-size: 2.3rem;
    color: #003e88;
}

._CaseItem__lead>p:first-child {
    margin-top: -8px
}

._CaseItem__lead>p:last-child {
    margin-bottom: -8px
}

._CaseItem__lead b {
    font-size: 2.5rem;
    letter-spacing: 0;
    color: #f4bf1b;
}

._CaseItem__description {
    line-height: 1.5;
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-top: 39px
}

._CaseItem__description:after,
._CaseItem__description:before {
    content: "";
    display: block;
    height: 1px
}

._CaseItem__description:before {
    margin-bottom: -1px
}

._CaseItem__description:after {
    margin-top: -1px
}

._CaseItem__description>p:first-child {
    font-weight: bold;
    margin-top: -6px
}

._CaseItem__description>p:last-child {
    margin-bottom: -6px
}

._CaseItem__summary {
    margin-top: 41px;
    text-align: center;
}

._CaseItem.-fullPayment ._CaseItem__summary {
    margin-top: 37px;
}

._OfficeOutline {
    padding: 50px 25px 0;
    position: relative;
}

._OfficeOutline__title {
    line-height: 1;
    font-size: 3.4rem;
    letter-spacing: 0;
    background: url(images/blue_band_s.png) no-repeat bottom;
    height: 95px;
    width: 100%;
    position: absolute;
    top: -5px;
    left: 0;
    padding: 45px 0;
    text-align: center;
    color: #fff;
}

._OfficeOutline__content {
    padding: 80px 40px 0;
    background: #fff;
    margin: 0 0 50px;
    box-shadow: 3px 3px 5px #959595;
}

._OfficeOutline__data>dt {
    line-height: 1;
    font-size: 2.6rem;
    letter-spacing: 0;
    margin-top: 23px;
    font-weight: 700
}

._OfficeOutline__data>dt:first-child {
    margin-top: 0
}

._OfficeOutline__data>dd {
    line-height: 1.38461538462;
    font-size: 2.6rem;
    letter-spacing: 0;
    padding: 17px 0
}

._OfficeOutline__feeList>div:not(:first-child),
._OfficeOutline__officeList>div:not(:first-child) {
    margin-top: 16px
}

._OfficeOutline__feeList>div>dt:before,
._OfficeOutline__officeList>div>dt:before {
    content: "";
    display: inline-block;
    width: 16px;
    height: 16px;
    margin: 12px 12px 0 0;
    background-color: #323232;
    vertical-align: top
}

._OfficeOutline__noteList {
    margin-top: 8px
}

._OfficeOutline__noteList>li {
    position: relative;
    padding-left: 30px
}

._OfficeOutline__noteList>li:before {
    content: "\203B";
    position: absolute;
    top: 0;
    left: 0;
    color: #323232
}

._Test ._OfficeOutline {
    padding: 0;
    -webkit-box-shadow: none;
    box-shadow: none
}

._Test ._OfficeOutline:not(:first-child) {
    margin-top: 48px
}

._Test ._OfficeOutline__title {
    font-size: 3rem;
    letter-spacing: 0
}

._Test ._OfficeOutline__data>dt:not(:first-child) {
    margin-top: 40px
}

._Test ._OfficeOutline__data>dd {
    line-height: 1.5;
    font-size: 2.6rem;
    letter-spacing: 0;
    padding: 6px 0
}

._JointManagement {
    padding: 35px 30px 58px
}

._JointManagement__title {
    line-height: 1;
    font-size: 3.4rem;
    letter-spacing: 0;
    text-align: center
}

._JointManagement__content {
    margin-top: 39px
}

._JointManagement__office {
    margin-top: 30px;
    padding: 48px 40px 42px;
    background-color: #f3eede
}

._JointManagement__office:first-child {
    margin-top: 0
}

._JointManagement__office>dt {
    line-height: 1;
    font-size: 2.6rem;
    letter-spacing: 0;
    font-weight: 700
}

._JointManagement__office>dt:not(:first-child) {
    margin-top: 46px
}

._JointManagement__office>dd {
    line-height: 1.5;
    font-size: 2.6rem;
    letter-spacing: 0;
    margin-top: 7px
}

._JointManagement__notes {
    margin-top: 26px;
    margin-bottom: -6px;
    position: relative;
    padding-left: 30px;
    color: #615e55
}

._JointManagement__notes:first-child {
    margin-top: -6px
}

._JointManagement__notes:before {
    content: "\203B";
    position: absolute;
    top: 0;
    left: 0
}

._Test ._JointManagement {
    margin-top: 57px;
    padding: 0
}

._Test ._JointManagement__title {
    line-height: 1;
    font-size: 3rem;
    letter-spacing: 0;
    text-align: left
}

._Test ._JointManagement__office>dt:not(:first-child) {
    margin-top: 46px
}

._Test::before {
    /*content:url(images/qa_bottom.png);*/
    width: 100%;
    height: 230px;
    text-align: center;
    position: absolute;
    bottom: 0;
    right: 0;
    z-index: 99;
}

._Test {
    padding: 0 0 80px 0;
    visibility: hidden;
    overflow: hidden;
    position: absolute;
    bottom: 100%;
    -webkit-box-flex: 1;
    -webkit-flex-grow: 1;
    -ms-flex-positive: 1;
    flex-grow: 1;
    width: 0;
    opacity: 0;
    -webkit-transition: visibility .8s cubic-bezier(.215, .61, .355, 1), opacity .8s cubic-bezier(.215, .61, .355, 1);
    transition: visibility .8s cubic-bezier(.215, .61, .355, 1), opacity .8s cubic-bezier(.215, .61, .355, 1)
}

.Page.-index[data-view=test] ._Test {
    visibility: visible;
    overflow: visible;
    position: relative;
    bottom: -5%;
    width: auto;
    opacity: 1
}

.Page.-index[data-view=test]._Test[data-view=result] {
    background-image: none;
    position: relative;
}

._TestQuestion {
    background-color: #fff000;
    display: block;
    position: relative;
    padding-bottom: 36px;
    -webkit-transition: -webkit-transform .25s cubic-bezier(.215, .61, .355, 1);
    transition: -webkit-transform .25s cubic-bezier(.215, .61, .355, 1);
    transition: transform .25s cubic-bezier(.215, .61, .355, 1);
    transition: transform .25s cubic-bezier(.215, .61, .355, 1), -webkit-transform .25s cubic-bezier(.215, .61, .355, 1)
}

._Test[data-view=result] ._TestQuestion {
    display: none
}

._TestQuestion__itemContainer {
    overflow: hidden;
    width: 3840px;
    -webkit-transition: margin-left .5s cubic-bezier(.215, .61, .355, 1);
    transition: margin-left .5s cubic-bezier(.215, .61, .355, 1)
}

._Test[data-question="2"] ._TestQuestion__itemContainer {
    margin-left: -800px
}

._Test[data-question="3"] ._TestQuestion__itemContainer {
    margin-left: -1280px
}

._Test[data-question="4"] ._TestQuestion__itemContainer {
    margin-left: -1920px
}

._Test[data-question="5"] ._TestQuestion__itemContainer {
    margin-left: -2560px
}

._Test[data-question="6"] ._TestQuestion__itemContainer {
    margin-left: -3200px
}

._TestQuestion__indicator {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display: flex;
    position: absolute;
    top: 185px;
    right: 0;
    left: 0;
    -webkit-box-pack: center;
    -webkit-justify-content: center;
    -ms-flex-pack: center;
    justify-content: center;
    margin: 0 auto
}

._TestQuestion__indicator>div {
    width: 16px;
    height: 16px;
    margin: 0 11px;
    border-radius: 50%;
    background-color: #d0bbac;
    -webkit-transition: background-color .25s cubic-bezier(.215, .61, .355, 1);
    transition: background-color .25s cubic-bezier(.215, .61, .355, 1)
}

._Test[data-question="1"] ._TestQuestion__indicator>div:first-child,
._Test[data-question="2"] ._TestQuestion__indicator>div:nth-child(2),
._Test[data-question="3"] ._TestQuestion__indicator>div:nth-child(3),
._Test[data-question="4"] ._TestQuestion__indicator>div:nth-child(4),
._Test[data-question="5"] ._TestQuestion__indicator>div:nth-child(5),
._Test[data-question="6"] ._TestQuestion__indicator>div:nth-child(6) {
    background-color: #382921
}

._TestQuestion__back {
    letter-spacing: 0;
    display: inline-block;
    position: relative;
    margin: 25px 0 0 30px;
    padding-left: 68px;
    color: #382921;
    vertical-align: middle
}

._TestQuestion__back>button {
    padding: 0;
    border: none;
    outline: none;
    background-color: transparent;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    z-index: 999;
    color: #005071;
}

._TestQuestion__back>button:before {
    content: attr(data-label);
    font-weight: 700
}

._Test[data-question="1"] ._TestQuestion__back>button:before {
    content: attr(data-label-first)
}

._TestQuestion__officeInformation {
    width: 600px;
    min-height: 488px;
    margin: 0 auto;
    padding: 35px 28px 85px;
    border: 2px solid #c3743a;
    border-radius: 20px;
    p
}

._TestQuestion__officeInformation:not(:first-child) {
    margin-top: 240px
}

._Test:not([data-question="1"]) ._TestQuestion__officeInformation {
    display: none
}

._TestQuestionItem {
    float: left;
    width: 800px;
    padding: 0 20px
}

._TestQuestionItem__title {
    line-height: 1.375;
    font-size: 3rem;
    letter-spacing: .025em;
    position: absolute;
    top: 28px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 90px 0 0;
    opacity: 0;
    color: #ff0000;
    font-weight: 700;
    -webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
    /*background:url(../images/q2.png) no-repeat top center;*/
    height: 178px;
}

._Test[data-question="1"] ._TestQuestionItem:first-child ._TestQuestionItem__title,
._Test[data-question="2"] ._TestQuestionItem:nth-child(2) ._TestQuestionItem__title,
._Test[data-question="3"] ._TestQuestionItem:nth-child(3) ._TestQuestionItem__title,
._Test[data-question="4"] ._TestQuestionItem:nth-child(4) ._TestQuestionItem__title,
._Test[data-question="5"] ._TestQuestionItem:nth-child(5) ._TestQuestionItem__title,
._Test[data-question="6"] ._TestQuestionItem:nth-child(6) ._TestQuestionItem__title {
    opacity: 1;
    -webkit-transition-duration: .6s;
    transition-duration: .6s;
    -webkit-transition-delay: .3s;
    transition-delay: .3s
}

._TestQuestionItem__index {
    line-height: 2.58823529412;
    font-size: 3.4rem;
    position: absolute;
    top: 19px;
    left: 0;
    right: 0;
    margin: auto;
    width: 95px;
    text-align: center;
    text-shadow: none
}

._TestQuestionItem__content {
    height: auto;
    margin-top: 90px;
    padding: 160px 28px 85px;
}

._TestQuestionItem__inputList {
    margin-bottom: -36px
}

._TestQuestionItem__inputList>li {
    margin-bottom: 36px;
    text-align: center
}

._TestQuestionItem__inputList>li>label>input {
    position: absolute;
    left: -2000px
}

._TestQuestionItem__inputList>li>label>:checked+span {
    /*-webkit-box-shadow:0 4px #fff000;
        box-shadow:0 5px #fff000;
        background-color:#fff000;*/
    color: #ff0000;
}

._TestQuestionItem__inputList.-layout2Col {
    overflow: hidden;
    padding-bottom: 5px
}

._TestQuestionItem__inputList.-layout2Col>li {
    float: left;
    width: 254px;
    margin-left: 32px
}

._TestQuestionItem__inputList.-layout2Col>li:nth-child(odd) {
    clear: both;
    margin-left: 0
}

._TestQuestionItem__input {
    line-height: 1;
    font-size: 3.2rem;
    letter-spacing: 0;
    width: 460px;
    padding: 24px;
    border: 2px solid #dcd6c5;
    border-radius: 20px;
    outline: none;
    background-color: #fff;
    -webkit-transition: border-color .25s cubic-bezier(.215, .61, .355, 1);
    transition: border-color .25s cubic-bezier(.215, .61, .355, 1)
}

._TestQuestionItem__input:focus {
    border-color: #f2cbae
}

._TestQuestionItem__inputLabel {
    letter-spacing: 0;
    display: inline-block;
    margin: 0 0 -5px 28px;
    vertical-align: bottom;
    font-weight: 700;
}

._TestQuestionItem__notes {
    color: #003e89;
    line-height: 1;
    font-size: 2.4rem;
    letter-spacing: 0;
    margin-top: 35px;
    font-weight: 700
}

._TestQuestionItem__next {
    margin-top: 35px
}

._TestResult {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    padding: 100px 20px 35px
}

._Test[data-view=result] ._TestResult {
    visibility: visible;
    position: static
}

._TestResult__content {
    visibility: hidden;
    position: absolute;
    bottom: 100%;
    width: 600px;
    min-height: 488px;
    margin: 0 auto;
    padding: 33px 28px 36px;
}

._TestResult__content.-toConsult {
    height: auto;
    padding-top: 35px;
    padding-bottom: 82px;
    background: #fff;
}

._Test[data-result="1"] ._TestResult__content:first-of-type,
._Test[data-result="2"] ._TestResult__content:nth-of-type(2),
._Test[data-result="3"] ._TestResult__content:nth-of-type(3),
._Test[data-result="4"] ._TestResult__content:nth-of-type(4),
._Test[data-result="5"] ._TestResult__content:nth-of-type(5) {
    visibility: visible;
    position: static
}

._TestResult__message {
    opacity: 0;
    text-align: center;
    font-weight: 700;
    -webkit-transition: opacity .7s cubic-bezier(.215, .61, .355, 1) .2s;
    transition: opacity .7s cubic-bezier(.215, .61, .355, 1) .2s
}

._TestResult__message:after,
._TestResult__message:before {
    content: "";
    display: block;
    height: 1px
}

._TestResult__message:before {
    margin-bottom: -1px
}

._TestResult__message:after {
    margin-top: -1px
}

._TestResult__message>p:first-child {
    margin-top: -.25em
}

._TestResult__message>p:last-child {
    margin-bottom: -.25em
}

._Test[data-view=result][data-result="1"] ._TestResult__message {
    opacity: 1;
    background: url(images/blue_band.png) no-repeat center;
    color: #fff;
    height: 178px;
    padding: 65px 0 0;
    position: absolute;
    top: 35px;
    left: 0;
    width: 100%;
}

._TestResult__message>p {
    margin-top: 18px
}

._TestResult__messageGroup {
    display: block
}

._TestResult__messageGroup.-group2,
._TestResult__messageGroup.-group3 {
    color: #ee1a56
}

._TestResult__messageGroup.-group2 {
    font-size: 3.2rem;
    letter-spacing: 0
}

._TestResult__messageGroup.-group3 {
    font-size: 3rem;
    letter-spacing: 0;
    margin-top: 16px
}

._TestResult__messageWord {
    line-height: 1.38888888889;
    font-size: 3.6rem;
    letter-spacing: 0
}

._TestResult__messageWord.-large {
    line-height: 1.5652173913;
    font-size: 4.6rem;
    letter-spacing: 0
}

._TestResult__itemContainer {
    margin-top: 85px;
}

._Test[data-view=result][data-result="1"] ._TestResult__itemContainer {
    opacity: 1
}

._TestResult__item {
    padding-top: 30px
}

._TestResult__item>dt {
    line-height: 1.3;
    font-size: 3rem;
    letter-spacing: 0;
    color: #003e89;
}

._TestResult__item>dd {
    margin-top: 16px
}

._TestResult__itemName {
    line-height: 1;
    font-size: 3rem;
    letter-spacing: 0;
    font-weight: 700
}

._TestResult__holder {
    line-height: 1;
    font-size: 2.4rem;
    letter-spacing: 0
}

._TestResult__holder.has-select {
    position: relative;
    z-index: 1
}

._TestResult__holder.has-select:after,
._TestResult__holder.has-select:before {
    content: "";
    position: absolute;
    pointer-events: none
}

._TestResult__holder.has-select:before {
    top: 2px;
    right: 2px;
    bottom: 2px;
    z-index: 2;
    width: 86px;
    border-radius: 0 18px 18px 0;
    background-color: #003e89
}

._TestResult__holder.has-select:after {
    top: 34px;
    right: 32px;
    z-index: 3;
    width: 0;
    height: 0;
    border-width: 20px 11px 0;
    border-style: solid;
    border-color: #fff transparent transparent
}

._TestResult__holder.has-select:not(:first-child) {
    margin-top: 30px
}

._TestResult__input,
._TestResult__select,
._TestResult__textarea {
    width: 100%;
    border: 2px solid #dcd6c5;
    border-radius: 20px;
    outline: none;
    background-color: #fff;
    -webkit-transition: border-color .25s cubic-bezier(.215, .61, .355, 1);
    transition: border-color .25s cubic-bezier(.215, .61, .355, 1)
}

._TestResult__input:focus,
._TestResult__select:focus,
._TestResult__textarea:focus {
    border-color: #f2cbae
}

._TestResult__input {
    padding: 24px 20px
}

._TestResult__select {
    position: relative;
    height: 88px;
    padding-right: 114px;
    padding-left: 28px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none
}

._TestResult__select::-ms-expand {
    display: none
}

._TestResult__subItemName+._TestResult__select {
    margin-top: 20px
}

._TestResult__textarea {
    line-height: 1.5;
    font-size: 2.4rem;
    letter-spacing: 0;
    padding: 22px 20px
}

._TestResult__submit {
    position: relative;
    margin-top: 36px;
    border-radius: 20px;
    -webkit-box-shadow: 0 6px #bc521d;
    box-shadow: 0 6px #bc521d;
    background-color: #f36c29;
    text-align: center
}

._TestResult__submit>button {
    margin: 0;
    padding: 0;
    border: none;
    border-radius: 0;
    outline: none;
    background-color: transparent;
    cursor: pointer;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    line-height: 1;
    font-size: 3.6rem;
    letter-spacing: 0;
    width: 100%;
    padding: 42px 10px;
    color: #e71f19;
    font-weight: 700;
    position: relative;
    z-index: 99;
}

._TestResult__submit>button:after {
    content: "";
    position: absolute;
    top: 45px;
    right: 41px;
    width: 20px;
    height: 32px;
    background-repeat: no-repeat;
    background-size: contain;
}

._TestResult__description {
    opacity: 0;
    font-weight: 700;
    -webkit-transition: opacity .7s cubic-bezier(.215, .61, .355, 1) .2s;
    transition: opacity .7s cubic-bezier(.215, .61, .355, 1) .2s
}

._TestResult__description:after,
._TestResult__description:before {
    content: "";
    display: block;
    height: 1px
}

._TestResult__description:before {
    margin-bottom: -1px
}

._TestResult__description:after {
    margin-top: -1px
}

._TestResult__description>p:first-child {
    margin-top: -.25em
}

._TestResult__description>p:last-child {
    margin-bottom: -.25em
}

._Test[data-view=result][data-result="2"] ._TestResult__description,
._Test[data-view=result][data-result="3"] ._TestResult__description,
._Test[data-view=result][data-result="4"] ._TestResult__description,
._Test[data-view=result][data-result="5"] ._TestResult__description {
    opacity: 1
}

._TestResult__description>p,
._TestResult__description>ul {
    margin-top: 39px
}

._TestResult__description>ul>li {
    position: relative;
    padding-left: 15px
}

._TestResult__description>ul>li:before {
    content: "";
    position: absolute;
    top: 17px;
    left: 0;
    width: 4px;
    height: 4px;
    border-radius: 50%;
    background-color: #323232
}

._Index ._PrivacyPolicy {
    margin: 50px auto 100px;
}

._Test ._PrivacyPolicy {
    margin-top: 57px
}

._PrivacyPolicy__title {
    letter-spacing: 0;
    padding: 50px 0px;
    background: url(images/blue_band_s.png) no-repeat bottom;
    height: 102px;
    color: #fff;
    text-align: center;
    cursor: pointer;
    outline: none;
}

._PrivacyPolicy__title>span:after {
    content: "";
    display: inline-block;
    margin-left: 28px;
    vertical-align: middle
}

._PrivacyPolicy.is-collapsed ._PrivacyPolicy__title>span:after {
    border-top-width: 21px;
    border-right-width: 12px;
    border-left-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-top-color: #fff
}

._PrivacyPolicy.is-expanded ._PrivacyPolicy__title>span:after {
    border-bottom-width: 21px;
    border-right-width: 12px;
    border-left-width: 12px;
    border-style: solid;
    border-color: transparent;
    border-bottom-color: #fff
}

._PrivacyPolicy__content:after,
._PrivacyPolicy__content:before {
    content: "";
    display: block;
    height: 1px
}

._PrivacyPolicy__content:before {
    margin-bottom: -1px
}

._PrivacyPolicy__content:after {
    margin-top: -1px
}

._PrivacyPolicy__content>p:first-child {
    margin-top: -.25em
}

._PrivacyPolicy__content>p:last-child {
    margin-bottom: -.25em
}

._PrivacyPolicy.is-collapsed ._PrivacyPolicy__content {
    display: none
}

._PrivacyPolicy.is-expanded ._PrivacyPolicy__content {
    display: block
}

._PrivacyPolicy__content>.inner {
    padding: 50px
}

._PrivacyPolicy__introduction:after,
._PrivacyPolicy__introduction:before {
    content: "";
    display: block;
    height: 1px
}

._PrivacyPolicy__introduction:before {
    margin-bottom: -1px
}

._PrivacyPolicy__introduction:after {
    margin-top: -1px
}

._PrivacyPolicy__introduction>p:first-child {
    margin-top: -6px
}

._PrivacyPolicy__introduction>p:last-child {
    margin-bottom: -6px;
    font-size: 2rem;
    font-weight: bold;
}

._PrivacyPolicy__partContainer:not(:first-child) {
    margin-top: 70px
}

._PrivacyPolicy__revision {
    margin-top: 64px;
    margin-bottom: -6px
}

._PrivacyPolicy__revision:first-child {
    margin-top: -6px
}

._PrivacyPolicyPart {
    line-height: 1.5;
    font-size: 2.4rem;
    letter-spacing: 0
}

._PrivacyPolicyPart:after,
._PrivacyPolicyPart:before {
    content: "";
    display: block;
    height: 1px
}

._PrivacyPolicyPart:before {
    margin-bottom: -1px
}

._PrivacyPolicyPart:after {
    margin-top: -1px
}

._PrivacyPolicyPart:not(:first-child) {
    margin-top: 80px
}

._PrivacyPolicyPart ._PrivacyPolicyPart ._PrivacyPolicyPart:not(:first-child),
._PrivacyPolicyPart ._PrivacyPolicyPart:not(:first-child) {
    margin-top: 60px
}

._PrivacyPolicyPart__title {
    margin-top: -4px;
    margin-bottom: -4px;
    line-height: 1.22222222222;
    font-size: 2.5rem;
    letter-spacing: 0;
    text-align: center
}

._PrivacyPolicyPart ._PrivacyPolicyPart ._PrivacyPolicyPart__title {
    margin-top: -7px;
    margin-bottom: -7px;
    line-height: 1.5;
    font-size: 2.8rem;
    letter-spacing: 0;
    text-align: left
}

._PrivacyPolicyPart ._PrivacyPolicyPart ._PrivacyPolicyPart ._PrivacyPolicyPart__title {
    margin-top: -6px;
    margin-bottom: -6px;
    line-height: 1.5;
    font-size: 2.4rem;
    letter-spacing: 0;
    position: relative;
    padding-left: 30px;
    text-align: left
}

._PrivacyPolicyPart ._PrivacyPolicyPart ._PrivacyPolicyPart ._PrivacyPolicyPart__title:before {
    content: "";
    position: absolute;
    top: 16px;
    left: 0;
    width: 16px;
    height: 4px;
    background-color: #1f2c53
}

._PrivacyPolicyPart__content {
    margin-top: 60px
}

._PrivacyPolicyPart__content:after,
._PrivacyPolicyPart__content:before {
    content: "";
    display: block;
    height: 1px
}

._PrivacyPolicyPart__content:before {
    margin-bottom: -1px
}

._PrivacyPolicyPart__content:after {
    margin-top: -1px
}

._PrivacyPolicyPart ._PrivacyPolicyPart ._PrivacyPolicyPart ._PrivacyPolicyPart__content,
._PrivacyPolicyPart ._PrivacyPolicyPart ._PrivacyPolicyPart__content {
    margin-top: 40px
}

._PrivacyPolicyPart ._PrivacyPolicyPart ._PrivacyPolicyPart__partContainer:not(:first-child),
._PrivacyPolicyPart__partContainer:not(:first-child) {
    margin-top: 60px
}

._PrivacyPolicyPart__description:after,
._PrivacyPolicyPart__description:before,
._PrivacyPolicyPart__linkList:after,
._PrivacyPolicyPart__linkList:before,
._PrivacyPolicyPart__orderedList:after,
._PrivacyPolicyPart__orderedList:before {
    content: "";
    display: block;
    height: 1px
}

._PrivacyPolicyPart__description:before,
._PrivacyPolicyPart__linkList:before,
._PrivacyPolicyPart__orderedList:before {
    margin-bottom: -1px
}

._PrivacyPolicyPart__description:after,
._PrivacyPolicyPart__linkList:after,
._PrivacyPolicyPart__orderedList:after {
    margin-top: -1px
}

._PrivacyPolicyPart__description:not(:first-child) {
    margin-top: 40px
}

._PrivacyPolicyPart__description>p {
    margin-top: 34px;
    margin-bottom: -6px
}

._PrivacyPolicyPart__description>p:first-child {
    margin-top: -6px;
    font-size: 2rem;
    font-weight: bold;
}

._PrivacyPolicyPart__linkList:not(:first-child),
._PrivacyPolicyPart__orderedList:not(:first-child) {
    margin-top: 40px
}

._PrivacyPolicyPart__linkList>li,
._PrivacyPolicyPart__orderedList>li {
    margin-top: 17px;
    margin-bottom: -6px;
    font-size: 2rem;
    font-weight: bold;
}

._PrivacyPolicyPart__linkList>li:first-child,
._PrivacyPolicyPart__orderedList>li:first-child {
    margin-top: -6px
}

._PrivacyPolicyPart__orderedList {
    counter-reset: ol
}

._PrivacyPolicyPart__orderedList>li {
    counter-increment: ol;
    position: relative;
    padding-left: 40px;
    list-style-type: none
}

._PrivacyPolicyPart__orderedList>li:before {
    content: counters(ol, "-", decimal) ".";
    position: absolute;
    top: 0;
    left: 0
}

._PrivacyPolicyPart__linkList>li {
    position: relative;
    padding-left: 40px
}

._PrivacyPolicyPart__linkList>li:before {
    content: "";
    position: absolute;
    top: 10px;
    left: 0;
    width: 15px;
    height: 15px;
    border-radius: 50%;
    background-color: #1f2c53
}

.s1 {
    color: #eee;
    font-size: 24px;
    display: flex;
    align-items: center;
}

.s1:before,
.s1:after {
    content: "";
    flex-grow: 1;
    height: 1px;
    background: #fff;
    display: block;
}

.s1:before {
    margin-right: .4em;
}

.s1:after {
    margin-left: .4em;
}

.arrow {
    position: relative;
    display: inline-block;
    padding: 0 0 0 40px;
    color: #e8381d;
    vertical-align: middle;
    text-decoration: none;
    font-size: 24px;
    z-index: 99;
}

.arrow::before,
.arrow::after {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    content: "";
    vertical-align: middle;
}

.triangle::before {
    width: 26px;
    height: 26px;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    background: #003e89;
}

.triangle::after {
    left: 0px;
    box-sizing: border-box;
    width: 13px;
    height: 13px;
    border: 6px solid transparent;
    border-right: 10px solid #fff;
}

.arrow a {
    color: #003e89;
    font-weight: bold;
}

._ThanksItem {
    line-height: 1.375;
    font-size: 2.8rem;
    letter-spacing: .025em;
    position: absolute;
    top: 85px;
    left: 0;
    right: 0;
    text-align: center;
    padding: 45px 0 0;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 1px 2px #9f5d31;
    -webkit-transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
    transition: opacity .5s cubic-bezier(.215, .61, .355, 1);
    background: url(images/blue_band_s.png) no-repeat top center;
    height: 178px;
}

._ThanksItem__content {
    height: auto;
    margin-top: 90px;
    padding: 85px 30px 85px;
    background: #fff;
    text-align: center;
    font-size: 2.3rem;
    font-weight: bold;
    color: #003e89;
}

.ThanksMain::before {
    content: url(images/qa_bottom.png);
    width: 100%;
    height: 230px;
    text-align: center;
    position: absolute;
    bottom: 96px;
    right: 0;
    z-index: 99;
}

._ThanksMessage__tel {
    line-height: 1.3;
    border: 2px solid #003e89;
    border-radius: 10px;
    margin: 50px 0 0;
    padding: 20px 0;
}

._ThanksMessage__telLead {
    font-size: 2rem;
}

._TestResult__submit {
    background-color: #F6C63E;
    background-image: -webkit-gradient(linear, left top, left bottom, from(#F6C63E), to(#f0eb49));
    background-image: -webkit-linear-gradient(top, #F6C63E, #f0eb49);
    background-image: -moz-linear-gradient(top, #F6C63E, #f0eb49);
    background-image: -ms-linear-gradient(top, #F6C63E, #f0eb49);
    background-image: -o-linear-gradient(top, #F6C63E, #f0eb49);
    background-image: linear-gradient(to bottom, #F6C63E, #f0eb49);
}
