.pc {
    display: inline-block;
}
.sp {
    display: none;
}
.formInner .step1,
.formInner .step2 {
    font-weight: bold;
    padding-left: 25px;
    position: relative;
}
.formInner .step1::before,
.formInner .step2::before {
    content: "";
    position: absolute;
    top: 50%;
    left: 5px;
    width: 8px;
    height: 8px;
    border-top: 3px solid #ff9500;
    border-left: 3px solid #ff9500;
    transform: rotate(-135deg);
    margin-top: -8px;
}
.formOrange {
    color: #ff9500;
}
.columnForm {
    line-height: 1.4;
}
.columnForm p {
    margin: 0 !important;
}
.columnForm .fukidashi {
    box-sizing: border-box;
    border: 3px solid #ff9500;
    padding: 10px 13px;
    margin: 0 0 10px;
    border-radius: 8px;
    max-width: 625px;
    width: auto;
    font-size: 18px;
    line-height: 1.6;
    position: relative;
}
.columnForm .fukidashi::after {
    content: "";
    display: block;
    width: 15px;
    height: 15px;
    position: absolute;
    right: -10px;
    bottom: 10px;
    -webkit-background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 40%);
    -moz-background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 40%);
    -ms-background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 40%);
    background: linear-gradient(45deg, rgba(255, 255, 255, 0) 40%, rgba(255, 255, 255, 1) 40%);
    border-top: 4px solid #ff9500;
    border-right: 4px solid #ff9500;
    -webkit-transform: scale(1.0, 0.5) rotate(45deg);
    -moz-transform: scale(1.0, 0.5) rotate(45deg);
    -ms-transform: scale(1.0, 0.5) rotate(45deg);
    transform: scale(1.0, 0.5) rotate(45deg);

}
.fromEditor {
    color: #ff9500;
    font-weight: bold;
    font-size: 18px;
    display: inline-block;
}
.fromEditor img {
    width: 18px;
    height: 18px;
    vertical-align: baseline;
}
.columnForm form {
    position: relative;
}
.columnForm .formTitle {
    width: 100%;
    height: 46px;
    font-size: 22px;
    line-height: 49px;
    color: #fff;
    text-align: center;
    font-weight: bold;
    background-color: #ff9500;
    border-radius: 8px 8px 0 0;
}
.columnForm .adviser {
    width: 105px;
    height: auto;
    position: absolute;
    right: -124px;
    top: -12px;
    z-index: 2;
}
.formInner {
    border: 3px solid #ff9500;
    border-top: none;
    border-radius: 0 0 8px 8px;
    padding: 20px 30px 25px;
    position: relative;
}
/* フォーム */
.columnForm form ul {
    display: flex;
    margin: 0 !important;
    padding: 0 !important;
    justify-content: space-between;
    height: 74px;
}
.columnForm form ul li {
    width: 48%;
    display: inline-block;
    height: 36px;
}
.columnForm form ul li select {
    width: 100%;
    height: 48px;
    background-color: #f1f1f1;
    border: none;
    padding: 0 0 0 1em;
}
.columnForm form ul li select:focus {
    outline: 0;
}
.columnForm form ul li select {
    font-size: 16px;
}
/* セレクトボックスの点滅 */
.columnForm form ul li.formFocusOn select {
    animation: blink 2s linear infinite;
    -webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 2s linear infinite;
}
@keyframes blink {
    0% {
        border: #fff solid 2px;
    }
    50% {
        border: #fc2d2d solid 2px;
    }
    51% {
        border: #fc2d2d solid 2px;
    }
    100% {
        border: #fff solid 2px;
    }
}
.columnForm form ul li.notYet select,
.columnForm form ul li.done select {
    border: none;
}
.columnForm form .formSubmit {
    text-align: center;
}
.microCopy {
    color: yellow;
    font-weight: bold;
    font-size: 18px;
}
.microCopy .bigYellow {
    font-size: 24px;
}
.columnForm form .formSubmitButton {
    width: 400px;
    height: 60px;
    margin: 20px auto 0;
    padding: 0;
    border: none;
    border-radius: 30px;
    background-color: #ff4500;
    font-size: 22px;
    font-weight: bold;
    color: #fff;
    cursor: pointer;
    position: relative;
    transition: .3s;
}
.columnForm form .formSubmitButton::before {
    content: '';
    width: 12px;
    height: 12px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 44%;
    right: 22px;
    margin-top: -4px;
    transition: .3s;
}
.columnForm form .formSubmitButton:hover {
    opacity: 0.75;
}
.columnForm form .formSubmitButton:hover::before {
    right: 15px;
}
.columnForm form .formPmark {
    width: 70px;
    height: 70px;
    position: absolute;
    right: 15px;
    top: 110px;
}
.attentions {
    margin: 15px 0;
    text-align: left;
}
.attentions p {
    font-size: 13px;
    text-indent: -1.5em;
    padding-left: 1.5em;
}
.attentions p img {
    height: 18px;
    width: auto;
    vertical-align: bottom;
}
/*---------------------------------
CTA2
-----------------------------------*/
.cta2 li {
    list-style: none;
    margin: 0;
}
.cta2 li {
    list-style: none;
    margin: 0;
}
.cta2 a {
    display: block;
}
.cta2 .primary a {
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    font-size: 32px;
    font-weight: bold;
    text-align: center;
    background-color: #ff5d00;
    cursor: pointer;
    position: relative;
    transition: .3s;
}
.cta2 .secondary a {
    padding: 20px;
    border-radius: 12px;
    color: #ff5d00;
    font-size: 32px;
    font-weight: 700;
    text-align: center;
    background-color: #fff;
    cursor: pointer;
    position: relative;
    transition: .3s;
}
.cta2 .primary a span {
    border-bottom: 1px solid #ffffff;
}
.cta2 .secondary a span {
    border-bottom: 1px solid #ff5d00;
}
.cta2 .primary a span,
.cta2 .secondary a span {
    display: block;
    font-size: 19px;
    font-weight: 700;
    margin-bottom: 10px;
    padding-bottom: 10px;
}
.cta2 .tertiary li a {
    cursor: pointer;
    box-shadow: -2px -2px 12px rgb(0 0 0 / 8%), 0px 2px 12px rgb(0 0 0 / 20%);
    transition: .3s;
    border: none;
}
.cta2 ul.tertiary {
    margin-top: 15px;
    margin-bottom: 15px;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
    height: auto;
}
.cta2 ul.tertiary li {
    list-style: none;
    transition: .3s;
    border: none;
    text-align: center;
    margin: 0;
    font-size: 14px;
    border-radius: 8px;
}
.cta2 ul.tertiary li a {
    /*width: 244px;*/
    height: auto;
    display: block;
    padding: 10px 10px 8px;
    font-size: 20px;
    font-weight: bold;
    color: #0E0E0E;
    border-radius: 8px;
}
.cta2 ul.tertiary li a span {
    display: block;
    font-weight: normal;
    color: #2b2b2b;
    font-size: 16px;
    border-bottom: 1px solid #2b2b2b;
    margin-bottom: 5px;
    padding-bottom: 5px;
    line-height: 1.2;
}
/* 全ボタン入りCTA */
.allBtn ul:first-child {
    display: flex;
    justify-content: space-between;
    height: auto;
}
.allBtn ul:first-child li.primary {
    width: 54%;
    margin: 0;
}
.allBtn ul:first-child li.secondary {
    width: 44%;
    margin: 0;
}
.allBtn ul:not(:first-child) {
    display: flex;
    justify-content: space-between;
    height: auto;
}
.allBtn ul.tertiary {
    display: flex;
    flex-wrap: wrap;
    justify-content: flex-start;
}
.allBtn ul.tertiary li {
    width: 32%;
    margin: 0 0 15px;
    margin: 0 15px 15px 0;
}
.allBtn ul.tertiary li:nth-child(3) {
    margin: 0 0 15px 0;
}
.allBtn ul.tertiary li {}
/* 主要6ボタン */
.sixBtn ul:first-child {
    display: flex;
    justify-content: space-between;
    height: auto;
}
.sixBtn ul:first-child li.primary {
    width: 54%;
    margin: 0;
}
.sixBtn ul:first-child li.secondary {
    width: 44%;
    margin: 0;
}
.sixBtn ul:not(:first-child) {
    display: flex;
    justify-content: space-between;
    height: auto;
}
.sixBtn ul.tertiary li {
    width: 24%;
}
.sixBtn ul.tertiary li a {
    width: 100%;
}
/* 別タイプのCTA（売却） */
.cta2 {
    line-height: 1.0;
    width: 100%;
    margin: 50px auto 80px;
}
.cta2 p {
    margin: 0 !important;
}
.cta2 .conciergeContainer {
    display: flex;
    -js-display: flex;
    -ms-flex-align: start;
    -webkit-align-items: flex-start;
    align-items: flex-start;
    margin: 0 0 20px;
}
.cta2 .conciergeContainer img.concierge,
.cta2 .conciergeContainer img.concierge {
    width: 50px;
    min-width: 50px;
    height: 50px;
    min-height: 50px;
    margin-right: 15px;
}
.cta2 .conciergeContainer .conciergeTalk {
    font-weight: 400;
    position: relative;
    padding: 10px 16px;
    margin: 0;
    border: 1px solid #dcdcdc;
    border-radius: 20px;
    background: #fff;
    display: inline-block;
    height: auto;
    box-shadow: 0 3px 10px 0 rgb(0 0 0 / 10%);
    line-height: 1.4;
}
.cta2 .conciergeContainer .conciergeTalk::before {
    content: "";
    position: absolute;
    top: 25px;
    left: -15px;
    margin-top: -12px;
    border: 4px solid transparent;
    border-right: 12px solid #fff;
    z-index: 2;
}
.cta2 .conciergeContainer .conciergeTalk::after {
    content: "";
    position: absolute;
    top: 25px;
    left: -19px;
    margin-top: -14px;
    border: 6px solid transparent;
    border-right: 14px solid #dcdcdc;
    z-index: 1;
}
.cta2 .conciergeContainer .conciergeTalk span {
    color: #d00000;
    font-weight: bold;
}
.cta2 ul {
    display: flex;
    margin: 0;
    padding: 0;
    justify-content: space-between;
    height: 74px;
}
.cta2 form ul li {
    width: 48%;
    display: inline-block;
    height: 36px;
}
.cta2 form ul li select {
    width: 100%;
    height: 48px;
    background-color: #f1f1f1;
    border: none;
    padding: 0 0 0 1em;
    border-radius: 8px;
}
.cta2 form ul li select:focus {
    outline: 0;
}
.cta2 form ul li select {
    font-size: 16px;
}
/*無料アイコン*/
.cta2 a span.muryo,
.cta2 form .formSubmitButton span.muryo {
    display: inline-flex;
    color: #ff5d00;
    background-color: #fff;
    border-radius: 5px;
    padding: 3px 5px 0;
    margin: 0 5px 0.15em 0;
    vertical-align: text-bottom;
    line-height: 1.4;
    font-size: 19px;
    font-weight: 700;
}
.cta2 a span.muryo.orange,
.cta2 form .formSubmitButton span.muryo.orange {
    background-color: #ff5d00;
    color: #FFF;
}
.cta2 .tertiary a span.muryo {
    border-bottom: none;
    display: inline-flex;
    background-color: #606060;
    color: #FFF;
    border-radius: 5px;
    padding: 1px 4px 0;
    margin: 0 3px 0.1em 0;
    vertical-align: text-bottom;
    line-height: 1.2;
}
/* セレクトボックスの点滅 */
.cta2 form ul li.formFocusOn select {
    animation: blink 2s linear infinite;
    -webkit-animation: blink 2s linear infinite;
    -moz-animation: blink 2s linear infinite;
}
.cta2 form ul li.formFocusOn+.formFocusOn select,
.columnForm form ul li.formFocusOn+li.formFocusOn select {
    animation: none;
}
@keyframes blink {
    0% {
        border: #fff solid 2px;
    }
    50% {
        border: #fc2d2d solid 2px;
    }
    51% {
        border: #fc2d2d solid 2px;
    }
    100% {
        border: #fff solid 2px;
    }
}
.cta2 form ul li.notYet select,
.cta2 form ul li.done select {
    border: none;
}
.cta2 form .formSubmit {
    text-align: center;
}
.cta2 form .formSubmitButton {
    width: 508px;
    height: 120px;
    padding: 20px;
    border-radius: 12px;
    color: #fff;
    font-size: 32px;
    text-align: center;
    background-color: #ff5d00;
    cursor: pointer;
    position: relative;
    transition: .3s;
}
.cta2 form .formSubmitButton span {
    /* 上の段 */
    display: block;
    font-size: 19px;
    border-bottom: 1px solid #fff;
    margin-bottom: 10px;
    padding-bottom: 10px;
    font-weight: bold;
}
.cta2 form .formSubmitButton:hover {
    opacity: 0.75;
}
.cta2 form .formSubmitButton:hover::before {
    right: 15px;
}
.cta2 a,
.cta2 button {
    cursor: pointer;
    box-shadow: -2px -2px 12px rgb(0 0 0 / 8%), 0px 2px 12px rgb(0 0 0 / 20%);
    transition: .3s;
    border: none;
    ;
}
.cta2 .primary a span.anker,
.cta2 .secondary a span.anker,
.formSubmitButton span.anker,
.formSubmitButton>div,
.tertiary a span.anker {
    position: relative !important;
    width: fit-content !important;
    font-size: inherit !important;
    border-bottom: none !important;
    margin: 0 auto !important;
    padding: 0 30px 0 0 !important;
}
.formSubmitButton>div .anker {
    padding-right: 0 !important;
}
.formSubmitButton>div .anker::after {
    content: none !important;
}
.tertiary a span.anker {
    padding-right: 18px !important;
    font-size: 18px !important;
}
.cta2 .primary a span.anker::after,
.formSubmitButton span.anker::after,
.custom_cta .formSubmitButton span.anker .anker_after,
.cta2 .secondary a span.anker::after,
.formSubmitButton>div::after,
.tertiary a span.anker::after {
    content: "";
    position: absolute;
    top: calc(50% - 13px);
    right: 0;
    display: block;
    width: 23px;
    height: 23px;
    background-image: url("https://www.lvnmatch.jp/wp-content/themes/lvnmatch/assets/img/svg_arrow02.svg");
    background-repeat: no-repeat;
    background-size: contain;
    border: none;
}
.tertiary a span.anker::after {
    top: calc(50% - 8px);
    width: 16px;
    height: 16px;
}
.rBox span.anker,
.rBox .formSubmitButton>div {
    padding-right: 0 !important;
}
.rBox span.anker::after,
.rBox .formSubmitButton>div::after {
    display: none !important;
}
.cta2 .secondary a span.anker::after,
.tertiary a span.anker::after {
    background-image: url("https://www.lvnmatch.jp/wp-content/themes/lvnmatch/assets/img/svg_arrow04.svg");
}
.ctaBtn a span.anker {
    top: 0;
}
/* オプションのボタン */
.hidebtn {
    display: none;
}
.hidebtn.optBtn {
    display: block;
}
.optBtn {
    margin: 0 auto;
}
/* 土地活 */
.cta2 form ul.tkcheck {
    height: auto;
    margin-bottom: 15px;
}
.cta2 form ul.tkcheck li {
    width: 18.5%;
    cursor: pointer;
    box-shadow: -2px -2px 12px rgb(0 0 0 / 8%), 0px 2px 12px rgb(0 0 0 / 20%);
    transition: .3s;
    border: none;
    text-align: center;
    height: auto;
    border-radius: 8px;
}
.cta2 ul.tkcheck li label {
    display: block;
    cursor: pointer;
    padding: 10px 10px 15px;
    line-height: 1.4;
}
.cta2 .tkcheck input[type=checkbox] {
    transform: scale(1.3);
    margin: 0;
}
/* リノベーションCTA */
.cta_rev ul {
    display: block;
    width: 508px;
    margin: 0 auto;
}
/* リースバック */
.cta_rb ul {
    display: block;
    width: 508px;
    margin: 0 auto;
}
.cta_rb ul:first-child {
    display: block;
    height: auto;
}
.cta_rb ul.tertiary {
    width: 100%;
    margin: 15px auto;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    justify-content: space-between;
}
.cta2 ul.piece2 {
    width: 508px;
    margin: 15px auto;
}
.cta2 ul.piece2 li {
    width: 48%;
}
.cta2 .piece3 {
    width: 760px;
}
.cta2 .piece3 li {
    width: 32%;
}
@media screen and (max-width:768px) {
    .attentions p {
        font-size: 16px;
    }
    .cta2 {
        overflow: hidden;
    }
    .cta2 ul.piece2 {
        width: 100%;
    }
}
/*---------------------------------------------------------------------------------------
 Layout for tablet：768px～415px
---------------------------------------------------------------------------------------*/
@media screen and (max-width:768px) and (min-width:415px) {
    .content-area {
        width: 100%;
    }
    .columnForm .fukidashi {
        width: calc(100% - 130px);
    }
    .columnForm form ul {
        margin: 0 !important;
        padding: 0 !important;
    }
    .columnForm p {
        margin: 0 !important;
    }
}
/*---------------------------------------------------------------------------------------
 Layout for tablet and smartphone：0px～414px
---------------------------------------------------------------------------------------*/
@media screen and (max-width:414px) {
    .pc {
        display: none;
    }
    .sp {
        display: inline-block;
    }
    .content-area {
        width: 100%;
    }
    .columnForm p {
        margin: 0 !important;
    }
    .columnForm .fukidashi::before {
        display: none;
    }
    .columnForm form ul {
        margin: 0 !important;
        padding: 0 !important;
        display: block;
    }
    .columnForm form ul li {
        width: 100%;
    }
    .columnForm .fukidashi {
        width: 73%;
    }
    .columnForm form {
        text-align: right
    }
    .columnForm .formTitle {
        font-size: 5.5vw;
    }
    .columnForm form .formSubmitButton {
        width: 100%;
        font-size: 6vw;
        line-height: 61px;
        margin: 10px auto 0;
    }
    .columnForm .adviser {
        top: auto;
        width: 71px;
        height: 81px;
        right: -91px;
        bottom: 0;
    }
    .columnForm form ul {
        height: auto;
    }
    .columnForm form ul li {
        height: auto;
        margin-bottom: 10px;
        text-align: left;
    }
    .columnForm form ul li select {
        width: 100%;
    }
    .columnForm form .formPmark {
        position: relative;
        right: 0;
        top: 0;
        margin: 15px auto 0;
    }
    .formInner {
        padding: 15px
    }
}
/*簡易CTAの見出し*/
.ctaTitle {
    display: flex;
    justify-content: center;
    align-items: center;
    text-align: center;
    font-size: 1.3em;
    font-weight: bold;
}
.ctaTitle::before,
.ctaTitle::after {
    content: '';
    width: 2px;
    height: 40px;
    background-color: #131313;
}
.ctaTitle::before {
    margin-right: 20px;
    transform: rotate(-35deg)
}
.ctaTitle::after {
    margin-left: 20px;
    transform: rotate(35deg)
}
@media screen and (max-width: 414px) {
    .ctaTitle {
        font-size: 18px;
    }
    .ctaTitle::before,
    .ctaTitle::after {
        height: 30px;
    }
    /*---------------------------------
別タイプのCTA
-----------------------------------*/
    /* オレンジボタン共通 */
    .cta2 .primary a,
    .cta2 form .formSubmitButton {
        font-size: 7.5vw;
    }
    .cta2 .cta_rb .primary a {
        font-size: 6.3vw;
    }
    /* 全ボタン入りCTA */
    .allBtn ul:first-child {
        display: block;
    }
    .allBtn ul:not(:first-child) {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        flex-wrap: wrap;
    }
    .allBtn ul:first-child li.primary,
    .allBtn ul:first-child li.secondary,
    .allBtn ul:not(:first-child) {
        width: 100%;
    }
    .allBtn ul:first-child li.primary {
        margin-bottom: 15px;
    }
    .allBtn ul.tertiary {
        justify-content: space-between;
    }
    .allBtn ul.tertiary li {
        width: 48%;
        margin: 0 0 15px 0;
    }
    /* 主要6ボタン */
    .sixBtn ul:first-child {
        display: block;
    }
    .sixBtn ul:first-child li.primary {
        width: 100%;
        margin-bottom: 15px;
    }
    .sixBtn ul:first-child li.secondary {
        width: 100%;
    }
    .sixBtn ul:not(:first-child) {
        flex-wrap: wrap;
    }
    .sixBtn ul.tertiary li {
        width: 48%;
        margin-bottom: 15px;
    }
    /* 別タイプのCTA（売却） */
    .cta2 form ul {
        display: block;
        height: auto;
    }
    .cta2 form ul li {
        width: 100%;
        height: 48px;
        margin-bottom: 10px;
    }
    .cta2 .conciergeContainer .conciergeTalk {
        font-size: 4.5vw;
    }
    .cta2 ul.piece2 {
        width: 100%;
    }
    .cta2 ul.piece2 li,
    .cta2 ul.piece3 li {
        width: 48%;
    }
    /*リノベーション */
    .cta_rev ul {
        width: 100%;
    }
    /* リースバック */
    .cta_rb ul:first-child {
        width: 100%;
    }
    .cta_rb ul {
        flex-wrap: wrap;
    }
    .cta_rb ul.tertiary li {
        width: 48%;
        margin-bottom: 15px;
    }
    /* 土地活 */
    .cta2 form ul.tkcheck li {
        width: 100%;
        text-align: left;
        padding: 0;
        margin-bottom: 15px;
    }
    .cta2 ul.tkcheck li label {
        padding: 15px;
    }
    .cta2 .tkcheck input[type=checkbox] {
        margin: 0 6px 0 0;
    }
}
.columnForm .fukidashi a,
.conciergeTalk a {
    box-shadow: none;
    background: none;
    pointer-events: none;
    color: #333333;
}
.columnForm .fukidashi a:visited,
.conciergeTalk a:visited {
    color: #333333;
}
.hide_r {
    overflow: hidden;
    height: 1em;
    opacity: 0;
    font-size: 18px;
}
