/* ---------------------------------------------------------------------------------------------------- */


/* CSSリセット */

* {
    margin: 0;
    padding: 0;
    box-sizing: border-box;
    font-family: 'Noto Sans JP', sans-serif;
}


/* リンク設定 */

a {
    color: #fff;
    text-decoration: none;
}


/* "pc"のclassがついたコンテンツを表示 */

.pc {
    display: block !important;
}

.sp {
    display: none !important;
}


/* ---------------------------------------------------------------------------------------------------- */


/* contact */

#contact {
    margin-top: 120px;
}

form {
    margin: 0 auto;
    width: 920px;
    padding: 0 40px;
    font-size: 14px;
    -webkit-appearance: none;
    border-radius: 0;
    margin-bottom: 200px;
}

form>div {
    text-align: center;
}

input[type=text] {
    -webkit-appearance: none;
    font-size: 16px;
    padding: 0 0 2px 16px;
    border: none;
    background-color: #f5f5f5;
    width: 100%;
    height: 50px;
}

textarea {
    font-size: 16px;
    padding: 16px 0 0 16px;
    border: none;
    background-color: #f5f5f5;
    width: 100%;
    height: 250px;
    line-height: 1.5;
}

input[type=submit] {
    font-size: 20px;
    width: 200px;
    background: #000;
    color: #fff;
    border: 1px solid #000;
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    transition: .4s;
}

input[type=submit]:hover {
    background: #fff;
    color: #000;
    border: 1px solid #000;
    cursor: pointer;
}

form>div {
    margin: auto 0;
}

form p {
    text-align: left;
    line-height: 1.5;
    color: #000;
}

form a {
    color: #009999;
    text-decoration: underline;
}

form h1 {
    margin-top: 80px;
    font-size: 32px;
}

header h1 {
    font-size: 40px;
}

input[type=radio] {
    text-align: left;
    margin-right: 4px;
    margin-top: 18px;
}

.textArea {
    background-color: #fff;
    overflow-y: scroll;
    height: 200px;
    text-align: left;
    padding: 32px 32px 8px 32px;
    line-height: 32px;
    border: #ccc 1px solid;
    margin-bottom: 24px;
}

.textArea a {
    cursor: pointer;
    text-decoration: none;
}

.textArea a:hover {
    text-decoration: underline;
}

.textArea h2 {
    font-size: 18px;
    margin: 24px 0 4px 0;
    color: #009999;
    text-align: left;
}

.textArea p {
    font-size: 16px;
    margin-bottom: 24px;
    line-height: 24px;
}

.textArea ul {
    font-size: 16px;
    padding-left: 18px;
}

.textArea ul li {
    color: #009999;
    line-height: 24px;
    padding-bottom: 12px;
}

.textArea ul li span {
    color: #000;
}


/* ---------------------------------------------------------------------------------------------------- */


/* フッター */

footer {
    clear: both;
    width: 100%;
    /* min-width: 920px; */
    color: #fff;
    text-align: center;
    margin-top: -60px;
    padding: 112px 0 20px 0;
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    letter-spacing: 2px;
    font-size: 14px;
    color: #ccc;
}

.footerCopy {
    font-size: 20px;
    line-height: 1.5;
    text-align: center;
    margin-bottom: 40px;
}

.footerSmall {
    padding: 20px 0 20px 0;
    background-color: rgba(255, 0, 0, 0);
    ;
}


/* ---------------------------------------------------------------------------------------------------- */


/* お問い合わせ完了 */

.done {
    background-image: url("../img/bg_done.jpg");
    background-size: cover;
    top: 0;
    left: 0;
    height: 100vh;
    height: -webkit-fill-available;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    z-index: -1;
    width: 100%;
    min-width: 920px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.done div {
    width: 640px;
    height: auto;
    background-color: #fff;
    margin: 0 auto;
    text-align: center;
    padding: 60px 40px 60px 40px;
}

.done div h1 {
    font-size: 28px;
    font-weight: normal;
    color: #429798;
    margin-bottom: 16px;
}

.done div p {
    font-size: 16px;
    color: #666;
    margin-bottom: 48px;
}

.done div input {
    width: 320px;
    height: 60px;
}

.done div img {
    width: 80px;
    margin-bottom: 24px;
}


/* 送信ボタン */


/* 送信ボタン - 押せないとき */

input[type="submit"][disabled] {
    color: #fff;
    border: none;
    background-color: #ccc;
    cursor: default;
    border: 1px solid #ccc;
}

.header {
    clear: both;
    width: 100%;
    min-width: 920px;
    color: #fff;
    text-align: center;
    margin-top: -60px;
    padding: 120px 0 60px 0;
    background-image: url("../img/bg_header.jpg");
    background-color: #333;
    background-repeat: no-repeat;
    background-position: center;
    background-size: cover;
    letter-spacing: 2px;
}

.input {
    margin-bottom: 40px;
}

.input p {
    display: flex;
    border-top: 1px solid #ccc;
    padding: 24px 0 24px 0;
}

.input p:nth-of-type(4) {
    padding: 24px 0 24px 0;
}

.input p span {
    display: inline-block;
    width: 220px;
    font-size: 16px;
    padding: 12px 0 0 12px;
    font-weight: normal;
}

.input p small {
    background-color: #009999;
    display: inline-block;
    width: 60px;
    font-size: 14px;
    color: #fff;
    height: 28px;
    text-align: center;
    padding-top: 3px;
    margin-top: 10px;
    margin-right: 20px;
}

.input p:nth-of-type(4) small {
    margin-left: -54px;
    width: 45px;
}

.any {
    background-color: #999 !important;
}

.breadCrumb {
    margin: 24px 0 40px 0;
    color: #666;
    display: flex;
    gap: 8px;
    line-height: 22px;
}

.breadCrumb span {
    color: #ccc;
}

.breadCrumb a {
    color: #009999;
    text-decoration: none;
}

.breadCrumb a:hover {
    text-decoration: underline;
}

form h2 {
    line-height: 28px;
    text-align: center;
    font-size: 20px;
    font-weight: normal;
    margin-bottom: 40px;
    color: #009999;
}

form h2 span {
    font-size: 14px;
    color: #666;
}

.checkBtn {
    text-align: center;
    font-size: 16px;
    margin-bottom: 20px;
}

#checkBtn {
    margin-right: 4px;
}

form label {
    font-size: 16px;
    margin: 6px 16px 8px 0;
}

article {
    display: inline;
}

#submitBtn {
    font-size: 20px;
    width: 640px;
    padding: 18px 0 19px 0;
    border-radius: 0;
}


/* チェックボックス03 */

input[type=checkbox] {
    display: none;
}

.checkbox03 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 0 5px 30px;
    position: relative;
    width: auto;
}

.checkbox03::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 3px;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.checkbox03::after {
    border-right: 6px solid #009999;
    border-bottom: 6px solid #009999;
    content: '';
    display: block;
    height: 16px;
    left: 7px;
    margin-top: -16px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: rotate(45deg) translate3d(0, 2px, 0) scale3d(.7, .7, 1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 9px;
}

input[type=checkbox]:checked+.checkbox03::before {
    border-color: #ccc;
}

input[type=checkbox]:checked+.checkbox03::after {
    opacity: 1;
    transform: rotate(45deg) scale3d(1, 1, 1);
}


/* ラジオボタン03 */

input[type=radio] {
    display: none;
}

.radio03 {
    box-sizing: border-box;
    cursor: pointer;
    display: inline-block;
    padding: 5px 30px;
    position: relative;
    width: auto;
}

.radio03::before {
    background: #fff;
    border: 1px solid #ccc;
    border-radius: 50%;
    content: '';
    display: block;
    height: 16px;
    left: 5px;
    margin-top: -8px;
    position: absolute;
    top: 50%;
    width: 16px;
}

.radio03::after {
    background: #009999;
    border-radius: 50%;
    content: '';
    display: block;
    height: 10px;
    left: 9px;
    margin-top: -4px;
    opacity: 0;
    position: absolute;
    top: 50%;
    transform: scale3d(.3, .3, 1);
    transition: transform .2s ease-in-out, opacity .2s ease-in-out;
    width: 10px;
}

input[type=radio]:checked+.radio03::before {
    border-color: #ccc;
}

input[type=radio]:checked+.radio03::after {
    opacity: 1;
    transform: scale3d(1, 1, 1);
}

button {
    font-size: 20px;
    width: 320px;
    padding: 15px 0 16px 0;
    color: #fff;
    background-color: #000;
    border: 1px solid #000;
    transition: .4s;
    cursor: pointer;
}

button:hover {
    color: #000;
    background-color: #fff;
}