@charset "UTF-8";

/*````````````````````````````````````````*/
@media only screen and (min-width: 769px) {
/*````````````````````````````````````````*/

/*================*/
.pc {
    display: block;
}
.sp {
    display: none;
}

/*================*/
section.pagetitle {
}
section.pagetitle>.inner {
}
/*----*/
section.pagetitle .area-ttl {
    padding: 70px 0 50px 0;
}
section.pagetitle .sectioning-title h2{
    padding: 0 0 20px 0;
}
section.pagetitle .sectioning-title h2 span.main{
    width: 360px;
    aspect-ratio: 360/60;
    line-height: 1;
}
section.pagetitle .sectioning-title h2 span.main b{
    background-image: url(/search/contact/img/char_title_contact.svg);
}

/*================*/
section.contact .contact-container {
    padding: 50px 0 0 0;
}
section.contact .contact-container .situation-container {
    padding: 0 0 60px 0;
}
section.contact .contact-container .situation-list-container {
    width: 540px;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
section.contact .contact-container .situation-list-container::before {
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    background-color: rgba(169,169,169,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
section.contact .contact-container .situation-list-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 108px;
    height: 108px;
    background-color: rgba(255,255,255,1);
    border: 2px solid var(--color-04);
    border-radius: 54px;
}
section.contact .contact-container .situation-list-item.current {
    background-color: var(--color-01);
    border: 2px solid var(--color-01);
}
section.contact .contact-container .situation-list-item .steps {
    width: 66px;
    aspect-ratio: 72/20;
}
section.contact .contact-container .situation-list-item .steps b {
}
section.contact .contact-container .situation-list-item.n1 .steps b {
    background-image: url(/search/contact/img/char_step1_02.svg);
}
section.contact .contact-container .situation-list-item.n1.current .steps b {
    background-image: url(/search/contact/img/char_step1_01.svg);
}
section.contact .contact-container .situation-list-item.n2 .steps b {
    background-image: url(/search/contact/img/char_step2_02.svg);
}
section.contact .contact-container .situation-list-item.n2.current .steps b {
    background-image: url(/search/contact/img/char_step2_01.svg);
}
section.contact .contact-container .situation-list-item.n3 .steps b {
    background-image: url(/search/contact/img/char_step3_02.svg);
}
section.contact .contact-container .situation-list-item.n3.current .steps b {
    background-image: url(/search/contact/img/char_step3_01.svg);
}
section.contact .contact-container .situation-list-item strong {
    line-height: 1;
    font-size: 18px;
    font-weight: 400;
    color: var(--color-04);
    letter-spacing: .2em;
}
section.contact .contact-container .situation-list-item.current strong {
    color: rgba(255,255,255,1);
}
section.contact .contact-container .box-ttl h3 {
    display: flex;
    justify-content: space-between;
    flex-wrap: nowrap;
    align-items: stretch;
    position: relative;
    padding-bottom: 50px;
}
section.contact .contact-container .box-ttl h3 span.main {
    width: 660px;
    font-size: 35px;
    font-weight: 400;
    letter-spacing: 0.08em;
}
section.contact .contact-container .box-ttl h3 i.line {
    position: absolute;
    left: 660px;
    top: 26px;
    width: 280px;
    height: 1px;
    background-color: rgba(160, 160, 160, 1);
}
section.contact .property-wrap {
    border: 2px solid var(--color-01);
    border-radius: 20px;
    padding: 40px;
}
section.contact .property-wrap .property-container {
    position: relative;
}
section.contact .property-wrap .skin {
    display: flex;
    justify-content: space-between;
}
section.contact .property-wrap .box-photo {
    width: 365px;
    aspect-ratio: 365/226;
    background-color: rgba(40,40,40,1);
}
section.contact .property-wrap .box-photo figure {
    background-position: 50% 50%;
    background-size: contain;
}
section.contact .property-wrap .box-txt {
    width: 520px;
    position: relative;
}
section.contact .property-wrap .box-tag {
    padding:0 0 12px 0;
}
section.contact .property-wrap .box-tag .tag {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 4px 10px 4px 10px;
    font-size: 12px;
    border-radius: 10px;
    white-space: nowrap;
    margin: 0 8px 8px 0;
}
section.contact .property-wrap .box-tag .tag.category {
    background-color: var(--color-02);
    color: rgba(0,0,0,1);
}
section.contact .property-wrap .box-tag .tag.recomm {
    background-color: var(--color-01);
    color: rgba(255,255,255,1);
}
section.contact .property-wrap .box-tag .tag span {
}
section.contact .property-wrap .box-name {
    padding: 0 0 15px 0;
}
section.contact .property-wrap .box-name p {
    line-height: 1.2;
    font-size: 24px;
    color: var(--color-01);
    letter-spacing: 0.05em;
}
section.contact .property-wrap .box-access {
    position: relative;
    padding: 0 0 15px 0;
}
section.contact .property-wrap .box-access .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
}
section.contact .property-wrap .box-access .icon .pin {
    position: absolute;
    left: 0;
    top: 50%;
    width: 20px;
    aspect-ratio: 1/1;
    margin: calc((20px / -2) - 4px) 0 0 0;
}
section.contact .property-wrap .box-access .icon .pin i {
    background-image: url(/common/img/ico_mappin_02.svg);
}
section.contact .property-wrap .box-access .word {
    padding: 0 0 0 25px;
}
section.contact .property-wrap .box-access .word p {
    line-height: 1.2;
    font-size: 14px;
    color: rgba(118,118,118,1);
}
section.contact .property-wrap .box-access .word p.n1 {
    padding: 0 0 10px 0;
}
section.contact .property-wrap .box-access .word p.n2 {
}
section.contact .property-wrap .box-prop {
    padding: 0 0 60px 0;
}
section.contact .property-wrap .box-prop p {
    font-size: 14px;
}
section.contact .property-wrap .box-prop p.n1 {
    padding: 0 0 5px 0;
}
section.contact .property-wrap .box-prop p.n2 {
    padding: 0 0 5px 0;
}
section.contact .property-wrap .box-prop p.n3 {
}
section.contact .property-wrap .box-btn {
    position: absolute;
    right: 0;
    bottom: 0;
}

/*================*/
section.form .form-ttl {
    padding: 55px 0 55px 0;
}
section.form .form-ttl h2 {
}
section.form .form-ttl h2 span.sub {
    width: 180px;
    aspect-ratio: 180/30;
    line-height: 1;
}
section.form .form-ttl h2 span.sub b {
    background-image: url(/search/contact/img/char_title_inputform.svg);
}
/*----*/
section.form form {
    padding-bottom: 120px;
}
section.form .form-table {
    width: 100%;
    border: 2px solid var(--color-01);
    border-collapse: collapse;
    margin-bottom: 30px;
}
section.form .form-table th {
    width: 30%;
    border: 2px solid var(--color-01);
    background-color: rgba(242, 242, 242, 1);
    font-size: 18px;
    text-align: left;
    font-weight: 500;
    letter-spacing: .075em;
    padding: 30px 60px 30px 30px;
    position: relative;
}
section.form .form-table tr.ex1 th {
    color: rgba(255,255,255,1);
    background-color: var(--color-01);
}
section.form .form-table th .remark {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    line-height: 2em;
    letter-spacing: .06em;
}
section.form .form-table th .icon-req {
    width: 50px;
    height: 24px;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(244, 36, 52, 1);
    border-radius: 5px;
    font-size: 12px;
    font-weight: 500;
    color: rgba(244, 36, 52, 1);
    text-align: center;
    line-height: 20px;
    position: absolute;
    top: 50%;
    right: 24px;
    transform: translate(0, -50%);
}
section.form .form-table td {
    width: 70%;
    border: 2px solid var(--color-01);
    padding: 30px;
    font-size: 18px;
}
section.form .form-table td .suffix {
    display: inline-block;
    vertical-align: top;
    padding: 7px 0 0 0;
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    letter-spacing: .2em;
}
section.form .form-table td .example {
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    line-height: 2em;
    letter-spacing: .12em;
}
section.form .form-table td .announce {
    font-size: 18px;
    color: rgba(102, 102, 102, 1);
    line-height: 2em;
    letter-spacing: .12em;
}
section.form .form-table td a {
    color:  var(--color-01);
    text-decoration: underline;
    display: inline;
}
/*----*/
section.form .form-table td .mod-input-text input[type="text"] {
    display: inline-block;
    vertical-align: top;
    width: 400px;
    background-color: var(--color-01c);
    border: 2px solid var(--color-01);
    border-radius: 5px;
    margin: 0 12px 12px 0;
}
section.form .form-table td .mod-input-text input[name="zip"] {
    width: 200px;
}
section.form .form-table td .mod-input-text button {
    display: inline-block;
    width: 185px;
    height: 40px;
    background-color:  var(--color-01);
    border-radius: 5px;
    font-size: 14px;
    color: rgba(255, 255, 255, 1);
    letter-spacing: .05em;
    white-space: nowrap;
    border-style: solid;
    border-width: 2px;
    border-color: var(--color-01);
}
section.form .form-table td .mod-input-text button:hover {
    color:  var(--color-01);
    background-color: rgba(255,255,255,1);
}
section.form .form-table td .mod-input-text textarea {
    width: 100%;
    height: 210px;
    padding: 10px 10px 10px 10px;
    background-color: var(--color-01c);
    border: 2px solid var(--color-01);
    border-radius: 5px;
}
/*----*/
section.form .form-table tr.with-error th {
    background-color: rgba(240,0,0,0.3);
}
section.form .form-table tr td .cell-errmsg {
    padding: 20px 0 0 0;
}
section.form .form-table tr td .cell-errmsg p {
    font-size: 18px;
    color: rgba(240, 0, 0, 1);
    letter-spacing: .02em;
    font-weight: 700;
}
section.form .form-table tr.with-error td .cell-errmsg {
    display: block;
}
/*----*/
section.first .box-jump {
    padding: 60px 0 0 0;
    text-align: center;
}
section.first .box-jump .border-button{
    width: 420px;
    height: 70px;
}
section.first .box-jump .border-button p i{
    top: 24px;
}
section.first .box-excuse {
}
section.first .box-excuse p {
    font-size: 16px;
    color: rgba(102, 102, 102, 1);
    letter-spacing: .2em;
}
/*----*/
section.confirm .box-jump {
    text-align: center;
}
section.confirm .box-jump .ahead{
    padding: 60px 0 45px 0;
}
section.confirm .box-jump .ahead .border-button{
    width: 420px;
}
section.confirm .box-jump .back{
}
section.confirm .box-jump .back .border-button{
    width: 330px;
}
section.confirm .box-jump .back .border-button p{
    text-indent: 0;
}

/*================*/
section.finish .finish-container {
    padding: 0 0 170px 0;
}
section.finish .finish-container .finish-txt {
    font-size: 24px;
    text-align: center;
    letter-spacing: .2em;
}

/*================*/
section.abnormal {
}
section.abnormal>.inner {
    padding: 100px 0 200px 0;
}
section.abnormal .message-box {
    padding: 30px 0 30px 0;
}
section.abnormal .message-box p {
    font-size: 20px;
    text-align: center;
    letter-spacing: .2em;
}
section.abnormal .jump-box {
}
section.abnormal .jump-box p {
    font-size: 24px;
    text-align: center;
    letter-spacing: .2em;
}
section.abnormal .jump-box p a {
    display: inline;
    color: var(--color-01);
    text-decoration: underline;
}
section.abnormal .jump-box p a:hover {
    text-decoration: none;
}


section.form.first.dummy .box-jump {
    position: relative;
}
section.form.first.dummy .box-jump::after {
    content: "";
    position: absolute;
    left: 0;
    top: 50px;
    width: 100%;
    height: 90px;
    background-color: rgba(0,0,0,0);
}

/*````````````````````````````````````````*/
} @media only screen and (max-width: 768px) {
/*````````````````````````````````````````*/

/*================*/
.pc {
    display: none;
}
.sp {
    display: block;
}

/*================*/
section.pagetitle {
}
section.pagetitle>.inner {
}
/*----*/
section.pagetitle .area-ttl {
    padding: 17vw 0 15vw 0;
}
section.pagetitle .sectioning-title h2{
    padding: 0 0 5vw 0;
}
section.pagetitle .sectioning-title h2 span.main{
    width: 56vw;
    aspect-ratio: 360/60;
}
section.pagetitle .sectioning-title h2 span.main b{
    background-image: url(/search/contact/img/char_title_contact.svg);
}

/*================*/
section.contact .contact-container {
    padding: 12vw 0 16vw 0;
}
section.contact.confirm .contact-container {
    padding: 12vw 0 0 0;
}
section.contact .contact-container .situation-container {
    padding: 0 0 12vw 0;
}
section.contact .contact-container .situation-list-container {
    width: 90vw;
    margin: 0 auto;
    display: flex;
    justify-content: space-between;
    position: relative;
}
section.contact .contact-container .situation-list-container::before {
    content: '';
    display: block;
    width: 90%;
    height: 2px;
    background-color: rgba(169,169,169,1);
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 0;
}
section.contact .contact-container .situation-list-item {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 25.6vw;
    height: 25.6vw;
    background-color: rgba(255,255,255,1);
    border: 2px solid var(--color-04);
    border-radius: 12.8vw;
}
section.contact .contact-container .situation-list-item.current {
    background-color: var(--color-01);
    border: 2px solid var(--color-01);
}
section.contact .contact-container .situation-list-item .steps {
    width: 18vw;
    aspect-ratio: 72/20;
}
section.contact .contact-container .situation-list-item .steps b {
}
section.contact .contact-container .situation-list-item.n1 .steps b {
    background-image: url(/search/contact/img/char_step1_02.svg);
}
section.contact .contact-container .situation-list-item.n1.current .steps b {
    background-image: url(/search/contact/img/char_step1_01.svg);
}
section.contact .contact-container .situation-list-item.n2 .steps b {
    background-image: url(/search/contact/img/char_step2_02.svg);
}
section.contact .contact-container .situation-list-item.n2.current .steps b {
    background-image: url(/search/contact/img/char_step2_01.svg);
}
section.contact .contact-container .situation-list-item.n3 .steps b {
    background-image: url(/search/contact/img/char_step3_02.svg);
}
section.contact .contact-container .situation-list-item.n3.current .steps b {
    background-image: url(/search/contact/img/char_step3_01.svg);
}
section.contact .contact-container .situation-list-item strong {
    font-size: 4.8vw;
    font-weight: 400;
    color: var(--color-04);
    letter-spacing: .2em;
}
section.contact .contact-container .situation-list-item.current strong {
    color: rgba(255,255,255,1);
}
/*----*/
section.contact .contact-container .box-ttl {
}
section.contact .contact-container .box-ttl h3 {
    position: relative;
    padding-bottom: 12vw;
}
section.contact .contact-container .box-ttl h3 span {
    display: block;
}
section.contact .contact-container .box-ttl h3 span.main {
    font-size: 6.7vw;
    font-weight: 400;
    letter-spacing: 0.08em;
}
section.contact .contact-container .box-ttl h3 span.sub {
    margin: 1vw 0 0 0;
}
section.contact .contact-container .box-ttl h3 span.sub {
    width: 53vw;
    aspect-ratio: 284/30;
}
section.contact .contact-container .box-ttl h3 span.sub {
    margin: 0 0 0 0;
}
section.contact .contact-container .box-ttl h3 span.sub {
    margin: 0 0 0 0;
}
section.contact .contact-container h3 span.sub b {
}
section.contact .contact-container .box-ttl h3 span.sub b {
    background-image: url(/search/img/char_title_searchbyroutemap.svg);
}
section.contact .contact-container .box-ttl h3 span.sub b {
    background-image: url(/search/img/char_title_searchbycondition.svg);
}
section.contact .contact-container .box-ttl h3 i.line {
    display: none;
}
/*----*/
section.contact .property-wrap {
    border: 2px solid var(--color-01);
    border-radius: 4vw;
    padding: 5.33vw;
}
section.contact .property-wrap .skin {
    position: relative;
    width: 100%;
}
section.contact .property-wrap .box-photo {
    width: 100%;
    aspect-ratio: 520/327;
    background-color: rgba(40,40,40,1);
}
section.contact .property-wrap .box-photo figure {
    background-position: 50% 50%;
    background-size: contain;
}
section.contact .property-wrap .box-tag {
    padding: 4vw 0 1vw 0;
}
section.contact .property-wrap .box-tag .tag {
    display: inline-block;
    vertical-align: top;
    line-height: 1;
    padding: 1.4vw 3vw 1.4vw 3vw;
    font-size: 3.4vw;
    border-radius: 4vw;
    white-space: nowrap;
    margin: 0 2vw 2vw 0;
}
section.contact .property-wrap .box-tag .tag.category {
    background-color: var(--color-02);
    color: rgba(0,0,0,1);
}
section.contact .property-wrap .box-tag .tag.recomm {
    background-color: var(--color-01);
    color: rgba(255,255,255,1);
}
section.contact .property-wrap .box-txt {
    padding: 2.67vw 0 0 0;
}
section.contact .property-wrap .box-name {
    padding: 0 0 2.6vw 0;
}
section.contact .property-wrap .box-name p {
    line-height: 1.2;
    font-size: 5.4vw;
    color: var(--color-01);
    letter-spacing: 0.04em;
}
section.contact .property-wrap .box-access {
    position: relative;
    padding: 0 0 2vw 0;
}
section.contact .property-wrap .box-access .icon {
    position: absolute;
    left: 0;
    top: 0;
    width: 0;
    height: 100%;
}
section.contact .property-wrap .box-access .icon .pin {
    position: absolute;
    left: 0;
    top: 50%;
    width: 5vw;
    aspect-ratio: 1 / 1;
    margin: calc((5vw / -2) - 1vw) 0 0 0;
}
section.contact .property-wrap .box-access .icon .pin i {
    background-image: url(/common/img/ico_mappin_02.svg);
}
section.contact .property-wrap .box-access .word {
    padding: 0 0 0 6vw;
}
section.contact .property-wrap .box-access .word p {
    line-height: 1.2;
    font-size: 3.8vw;
    color: rgba(118,118,118,1);
}
section.contact .property-wrap .box-access .word p.n1 {
    padding: 0 0 3vw 0;
}
section.contact .property-wrap .box-access .word p.n2 {
}
section.contact .property-wrap .box-prop {
    padding: 0 0 6vw 0;
}
section.contact .property-wrap .box-prop p {
    font-size: 3.8vw;
}
section.contact .property-wrap .box-prop p.n1 {
    padding: 0 0 1.33vw 0;
}
section.contact .property-wrap .box-prop p.n2 {
    padding: 0 0 1.33vw 0;
}
section.contact .property-wrap .box-prop p.n3 {
}
section.contact .property-wrap .box-btn {
    padding: 0 0 0 11vw;
}

/*================*/
section.form {
}
/*----*/
section.form .form-ttl {
    padding: 0 0 18.67vw 0;
}
section.form .form-ttl h2 {
}
section.form .form-ttl h2 span.sub {
    width: 39vw;
    aspect-ratio: 180/30;
    line-height: 1;
}
section.form .form-ttl h2 span.sub b {
    background-image: url(/search/contact/img/char_title_inputform.svg);
}
/*----*/
section.form form {
    padding-bottom: 16vw;
}
section.form .form-table {
    width: 100%;
    border: 1px solid var(--color-01);
    box-sizing: border-box;
    border-collapse: collapse;
    margin-bottom: 9.33vw;
}
section.form .form-table th {
    display: block;
    width: 100%;
    border: 1px solid var(--color-01);
    box-sizing: border-box;
    background-color: rgba(242, 242, 242, 1);
    font-size: 4.27vw;
    text-align: left;
    font-weight: 500;
    letter-spacing: .075em;
    padding: 4vw;
    position: relative;
}
section.form .form-table tr.ex1 th {
    color: rgba(255,255,255,1);
    background-color: var(--color-01);
}
section.form .form-table th .remark {
    font-size: 4.27vw;
    color: rgba(102, 102, 102, 1);
    line-height: 2em;
    letter-spacing: .06em;
}
section.form .form-table th .icon-req {
    width: 12.53vw;
    height: 5.87vw;
    background-color: rgba(255, 255, 255, 1);
    border: 2px solid rgba(244, 36, 52, 1);
    border-radius: 1.33vw;
    font-size: 3.2vw;
    font-weight: 500;
    color: rgba(244, 36, 52, 1);
    display: flex;
    justify-content: center;
    align-items: center;
    position: absolute;
    top: 50%;
    right: 4vw;
    transform: translate(0, -50%);
}
section.form .form-table td {
    display: block;
    width: 100%;
    border: 1px solid var(--color-01);
    box-sizing: border-box;
    padding: 7vw 4vw 7vw 5vw;
    font-size: 4.27vw;
}
section.form.confirm .form-table td {
    padding: 6.67vw 4vw 6.67vw 5.33vw;
}
section.form .form-table td .suffix {
    display: inline-block;
    vertical-align: top;
    font-size: 4.27vw;
    color: rgba(102, 102, 102, 1);
    letter-spacing: .2em;
}
section.form .form-table td input[name="schedule"] + .suffix {
    padding: 6vw 0 0 2vw;
}
section.form .form-table td .example {
    line-height: 1.2;
    font-size: 4.27vw;
    color: rgba(102, 102, 102, 1);
    letter-spacing: .12em;
}
section.form .form-table td .announce {
    font-size: 4.27vw;
    color: rgba(102, 102, 102, 1);
    line-height: 1.7em;
    letter-spacing: .12em;
}
section.form .form-table td a {
    color:  var(--color-01);
    text-decoration: underline;
    display: inline;
}
/*----*/
section.form .form-table td .mod-input-text input[type="text"] {
    display: inline-block;
    vertical-align: top;
    width: 100%;
    background-color: var(--color-01c);
    border: 2px solid var(--color-01);
    border-radius: 1.33vw;
    margin: 0 0 2vw 0;
}
section.form .form-table td .mod-input-text input[name="schedule"] {
    width: 80%;
}
section.form .form-table td .mod-input-text button {
    display: inline-block;
    width: 48vw;
    height: 10vw;
    background-color:  var(--color-01);
    border-radius: 1.33vw;
    font-size: 3.8vw;
    color: rgba(255, 255, 255, 1);
    letter-spacing: .05em;
    white-space: nowrap;
    border-style: solid;
    border-width: 0.4vw;
    border-color: var(--color-01);
    margin: 0 0 2vw 0;
}
section.form .form-table td .mod-input-text textarea {
    width: 100%;
    height: 49.33vw;
    padding: 2vw 2vw 2vw 2vw;
    background-color: var(--color-01c);
    border: 2px solid var(--color-01);
    border-radius: 1.33vw;
}
/*----*/
section.form .form-table tr.with-error th {
    background-color: rgba(240,0,0,0.3);
}
section.form .form-table tr td .cell-errmsg {
    padding: 3vw 0 0 0;
}
section.form .form-table tr td .cell-errmsg p {
    padding: 0 0 2vw 0;
    line-height: 1.2;
    font-size: 4.4vw;
    color: rgba(240, 0, 0, 1);
    letter-spacing: .02em;
    font-weight: 700;
}
section.form .form-table tr.with-error td .cell-errmsg {
    display: block;
}
/*----*/
section.first .box-jump {
    padding: 12vw 0 0 0;
    text-align: center;
}
section.first .box-jump .border-button{
    width: 90vw;
    height: 18vw;
}
section.first .box-jump .border-button p i{
    top: 7vw;
}
section.first .box-jump .border-button p span{
    font-size: 4.2vw;
}
section.first .box-excuse {
}
section.first .box-excuse p {
    font-size: 3.9vw;
    color: rgba(102, 102, 102, 1);
    letter-spacing: .2em;
}
/*----*/
section.confirm .box-jump {
    text-align: center;
}
section.confirm .box-jump .ahead{
    padding: 6vw 0 12vw 0;
}
section.confirm .box-jump .ahead .border-button{
    width: 80vw;
}
section.confirm .box-jump .back{
}
section.confirm .box-jump .back .border-button{
    width: 80vw;
}
section.confirm .box-jump .back .border-button p{
    text-indent: 0;
}

/*================*/
section.finish .contact-container {
    padding: 12vw 0 2.67vw 0;
}
section.finish .finish-container {
    padding: 0 0 26.67vw 0;
}
section.finish .finish-container .finish-txt {
    font-size: 4.8vw;
    text-align: center;
    letter-spacing: .25em;
}

/*================*/
section.abnormal {
}
section.abnormal>.inner {
    padding: 10vw 0 20vw 0;
}
section.abnormal .message-box {
    padding: 3vw 0 3vw 0;
}
section.abnormal .message-box p {
    font-size: 4.2vw;
    text-align: center;
    letter-spacing: .2em;
}
section.abnormal .jump-box {
}
section.abnormal .jump-box p {
    font-size: 4.8vw;
    text-align: center;
    letter-spacing: .2em;
}
section.abnormal .jump-box p a {
    display: inline;
    color: var(--color-01);
    text-decoration: underline;
}


section.form.first.dummy .box-jump {
    position: relative;
}
section.form.first.dummy .box-jump::after {
    content: "";
    position: absolute;
    left: -3vw;
    top: 8vw;
    width: calc(100% + 6vw);
    height: 25vw;
    background-color: rgba(0,0,0,0);
}

/*````````````````````````````````````````*/
} /* end of @media */
/*````````````````````````````````````````*/
