@charset "utf-8";
.pc {
    display: block;
}
.sp {
    display: none;
}
* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    line-height: 1;
}
body{
    text-align: justify;
    text-justify: inter-ideograph;
    box-sizing: border-box;
    word-wrap: break-word;
    font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Arial, "メイリオ", Meiryo, sans-serif, 'Roboto', "游ゴシック体", "Yu Gothic", YuGothic, YuGothicM, Helvetica;
    font-size: 18px;
    color: #212121;
}
dl dd {
    text-align: justify;
    text-justify: inter-ideograph;
}
ul {
    list-style: none;
}
table {
    table-layout: fixed;
    word-break: break-all;
    border-collapse: collapse;
    width: 100%;
    margin: 0 0 20px;
}
.clearfix::after {
    content: "";
    display: block;
    clear: both;
}

input {
    background-color: rgba(255, 255, 255, 1);
}
input[type=checkbox],
input[type=radio] {
    box-sizing: border-box;
    border: none;
    padding: 0;
    height: 18px;
    width: 30px;
}
label + [type="button"] {
    background: #41B0E1;
    text-align: center;
    color: #fff;
    height: 50px;
    width: 150px;
    border: none;
    cursor: pointer;
    margin-left: 5px;
}
select::-ms-expand {
    display: none;
}
select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #f6f6f6;
    padding: 7px;
    border: 1px solid #cdcdcd;
    border-image: none;
    height: 48px;
    width: 330px;
}
textarea {
    color: green;
}
input:focus {
    box-shadow: none;
    outline: none;
}
select:focus {
    color: #121212;
    box-shadow: none;
    outline: none;
}
input {
    border: 1px solid #cdcdcd;
    border-image: none;
    padding: 15px;
    width: 330px;
    height: 50px;
    background: #f6f6f6;
}
label {
    width: 300px;
}
label + label {
    margin-left: 10px;
}
select + label {
    margin-left: 10px;
}
textarea {
    border: 1px solid rgba(172, 172, 172, 1);
    border-image: none;
}
textarea:focus {
    outline: none;
}
::placeholder {
    color: #A1A1A1;
}
input:focus::placeholder,
textarea:focus::placeholder {
    color:#121212;
    border: none;
}
input:focus::-webkit-input-placeholder,
textarea:focus::-webkit-input-placeholder {
    color: transparent;
}
input:focus:-moz-placeholder,
textarea:focus:-moz-placeholder {
    color: transparent;
}
input:focus::-moz-placeholder,
textarea:focus::-moz-placeholder {
    color: transparent;
}
[type="checkbox"], [type="radio"] {
    vertical-align:-0.15em;
}
.radioButton {
    display: inline-block;
    vertical-align: middle;
    margin-right: 15px;
}
textarea {
    padding: 10px;
    width: 100%;
}
form input[type="text"],
form input[type="email"],
form input[type="url"],
form input[type="tel"],
form input[type="number"],
form input[type="date"],
form textarea {
    margin: 5px 0;
    width: 22em;
    color: #241913;
    background: #f6f6f6;
    border: 1px solid #cdcdcd;
}
form textarea {
    width: 100%;
    max-width: 100%;
    height: calc( 1.3em * 7 );
    line-height: 1.3;
}

a:link,
a:visited,
a:hover,
a:active {
    color: #128DFF;
    text-decoration: underline;
    transition: .3s;
}
a:hover {
    opacity: .8;
}
header {
    height: 80px;
    width: 100%;
    padding: 15px;
}
header img {
    width: 205px;
    height: 50px;
}
#content {
    width: 1280px;
    margin: 20px auto 0;
}
h1 {
    text-align: center;
    font-size: 30px;
    margin: 0 auto ;
}
h2 {
    font-size: 30px;
    margin: 60px 0 20px;
}
h2 + p {
    margin: 0;
}
.supplement {
    font-size: .8em;
    display: inline-block;
    margin: 1em 0;
}
table tr {
    border-bottom: 1px solid #D1D1D1;
}
table tr:first-child {
    border-top: 1px solid #D1D1D1;
}
table th {
    background: #F6F6F6;
    font-weight: normal;
    width: 440px;
}
table th,
table td {
    padding: 25px 40px;
}

/* お持ちの土地または購入希望の土地の面積 */
table th p {
    display: inline-block;
    vertical-align: top;
    line-height: 1.5;
}
table th p small {
    display: block
}
table td p + p {
    margin-top: 15px;
}
th.optional::after {
    display: inline-block;
    content: '任意';
    margin: 0 0 5px 8px;
    padding: 6px;
	border: 1px solid #737171;
    border-radius: 2px;
    font-size: 13px;
    color: #737171;
    vertical-align: middle;
}
.zipcode span {
    display: inline;
}
td .supplement {
    line-height: 1.4;
    margin: 5px 0 0;
}
.accept {
    font-size: 16px;
    text-align: center;
    margin: 3em auto 1em;
}
.error {
    margin: 8px 0;
    color: #D84848;
}

.clients li {
    width: 230px;
    height: auto;
    padding: 25px;
    margin: 0 13px 26px;
    background: #fff;
    border-radius: 20px;
    box-shadow: 0 0 15px rgb(0 0 0 / 30%);
}
.clients li img {
    width: 180px;
    height: 96px;
    display: block;
    margin: 0 auto
}

/* ロゴ画像 */
.clients li .banner {
    position: relative;
    overflow: hidden;
    width: 180px;
    height: 96px;
    margin-bottom: 20px;
}
.clients li .banner img {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 100%;
    max-width: 180px;
    height: auto;
    transform: translate(-50%, -50%);
    vertical-align: bottom;
}

.clients li p {
    line-height: 1.3;
    font-size: 15px;
}

#mainClient {
    margin: 0 auto 30px;
    padding: 15px 0;
}
#subClients {
    margin: 0 auto;
    padding: 25px 0;
}
#subClients li {
    float: left;
}

.clients li label {
    font-size: 16px;
    line-height: 1.3;
    font-weight: bold;
    display: inline-block;
    margin-top: 4px;
    width: 100%;
    height: 5em;
    overflow: hidden;
    display: -webkit-flex;
    display: -moz-flex;
    display: -ms-flex;
    display: -o-flex;
    display: flex;
    vertical-align: top;
    cursor: pointer;
}

.clients li input[type=checkbox] {
    width: 30px;
    height: 20px;
    margin: 0 10px 0 0;
    vertical-align: top;
    padding: 0;
    display: inline-block;
    transform: scale(1);
}
.clients li input[type=checkbox] + span {
    display: block;
    width: 180px;
    line-height: 1.25;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 4;
    overflow: hidden;
}
.clients li p {
    font-size: 16px;
    margin-top: 12px;
    height: 6.5em;
    overflow: hidden;
}

.accept {
    font-size: 15px;
}

#nextButton,
#sendButton {
    position: relative;
    display: block;
    width: 460px;
    height: 76px;
    margin: 10px auto;
    font-size: 22px;
    line-height: 76px;
    text-align: center;
    border: none;
    border-radius: 100px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 50%);
    cursor: pointer;
    color: #212121;
    font-weight: bold;
    background: linear-gradient(#fce300, #fcd400);
}
#nextButton::after,
#sendButton::after {
    content: "";
    background-image: url(../../metaexpo/images/arrow3_white.svg);
    position: absolute;
    right: 20px;
    top: -webkit-calc(50% - 15px);
    top: calc(50% - 15px);
    display: block;
    width: 34px;
    height: 30px;
    background-position: right;
    background-repeat: no-repeat;
    background-size: contain;
    transition-duration: 0.2s;
    line-height: 30px;
}

#nextButton:hover::after,
#sendButton:hover::after {
    right: 15px;
}

a.linkButton {
    display: block;
    width: 460px;
    height: 76px;
    margin: 10px auto;
    font-size: 22px;
    line-height: 76px;
    text-align: center;
    border: none;
    border-radius: 100px;
    box-shadow: 0 2px 2px 0 rgb(0 0 0 / 50%);
    font-weight: bold;
    background: #eee;
    text-decoration: none;
}

#mainClientInvalid {
    color: #D84848;
    text-align: center;
    font-size: 18px;
    line-height: 1.4;
    padding: 40px;
    border: 1px solid #D84848;
    width: 100%;
}
#mainClientInvalid::before {
    content: url("../../metaexpo/images/warning.svg");
    vertical-align: middle;
    padding-right: 5px;
    width: 16px;
    display: inline-block;
}
#subClientsTitle {
    margin: 50px auto 0;
    font-weight: bold;
    line-height: 1.4;
}

footer {
    padding: 40px 20px 10px;
    margin: 50px auto 0;
    text-align: right;
    font-size: 16px;
}

.completeMessage {
    margin: 70px 0 0;
    line-height: 1.5;
}

.hide {
    display: none !important;
}

@keyframes loadingShow {
    0% {
        opacity: 0;
    }
    100% {
        opacity: 1;
    }
}
@keyframes loadingSpinner {
    to {
        transform: rotate(360deg);
    }
}
#loading {
    position: fixed;
    z-index: 99999;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 0;
    background: rgba(0,0,0,0.5);
    overflow: auto;
    animation: loadingShow 0s ease 1s 1 normal forwards running;
}
#loading div {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 4px solid #eee;
    border-top-color: #111;
    animation: loadingSpinner 1.5s linear infinite;
}

@media screen and (max-width: 767px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
    #content {
        width: 90%;
    }
    h1 {
        font-size: 6vw;
    }
    h2 {
        font-size: 4.7vw;
        border-bottom: 1px solid #dadada;
        padding-bottom: 8px;
        margin: 2em 0 .3em;
    }
    h2 + p {
        margin:0;
    }
    h2 span {
        font-size: .9em;
    }
    .supplement {
        margin: 1em 0 0;
    }
    table th, table td {
        display: block;
        width: 100%;
        padding: 10px 0;
        background: none;
    }
    table th.required,
    table th.optional {
        margin-top: 10px;
    }
    table tr {
        border-bottom: none;
    }
    table tr:first-child {
        border-top: none;
    }
    table td {
        padding: 5px 0 10px;
    }
    table.complete tr {
        margin: 10px 0;
    }
    table.complete td {
        line-height: 1.4;
        border-bottom: 1px solid #eee;
        padding: 0 0 10px 10px;
    }
    form input[type="text"] {
        width: 100%;
    }
    label + [type="button"] {
        width: 100%;
        margin-left: 0;
    }
    .radioButton {
        display: inline-block;
        margin-right: 0;
        width: 49%;
        box-sizing: border-box;
    }
    .radioButton input {
        display: none;
    }
    .radioButton label {
        display: inline-block;
        width: 100%;
        height: 50px;
        line-height: 50px;
        text-align: center;
        border: 1px solid #cdcdcd;
        cursor: pointer;
        font-size: 4.5vw;
    }
    .radioButton:nth-child(n + 3) {
        margin-top: 8px;
    }
    .radioButton input:checked + label {
        background: #41B0E1;
        border: 1px solid #41B0E1;
        color: #fff;
    }

    select,
    label,
    input {
        width: 100%;
    }
    select + label {
        margin-left: 0;
        }
    label + label {
        margin-left: 0;
    }
    label + label select,
    label + label input {
        margin-top: 10px;
    }

    .zipcode {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
        justify-content: space-between;
        vertical-align: middle;
    }
    .zipcode span {
        display: inline-block;
        height: 50px;
        line-height: 50px;
    }
    .zipcode label {
        margin: 0 5px;
    }
    .zipcode span.pc {
        display: none;
    }

    .email p:first-child {
        display: -webkit-flex;
        display: -moz-flex;
        display: -ms-flex;
        display: -o-flex;
        display: flex;
    }
    .email p:first-child label {
        width: 20px;
        margin-right: 10px;
        vertical-align: middle;
        line-height: 50px;
    }
    .clients li {
        margin: 0 auto;
        width: 80%;
    }

    #mainClientInvalid {
        text-align: left;
        padding: 1em;
    }
    #subClients li {
        width: 80%;
        float: none;
        margin: 0 auto 15px;
    }
/* ロゴ画像 */
    .clients li .banner {
        width: 100%;
    }
    .clients li .banner img {
        width: 100%;
        max-width: 100%;
        height: auto;
    }
    .clients li input[type=checkbox] + span {
        width: 100%;
    }
    .clients li label {
        max-height: 5em;
    }
    .clients li p {
        height: auto;
    }

    .accept {
        margin: 1em 0;
        text-align: left;
        line-height: 1.4;
    }

    a.linkButton,
    #nextButton,
    #sendButton {
        width: 100%;
    }
    footer {
        text-align: center;
    }
}
