﻿

.l-footer .block-contact, .txt-copyright {
    min-width: 960px;
}


/**************************************************************/
/* 入力フォームのフォント指定    ページのフォントを引継ぐ
/**************************************************************/
.l-contents input, .l-contents textarea, .l-contents select {
    font-family: inherit;
    font-size: inherit;
}


/**************************************************************/
/*  入力手順
/**************************************************************/
.row-step {
    display: block;
    width: 100%;
    margin-top: 40px;
    margin-bottom: 40px;
}

    .row-step img {
        float: left;
    }


/**************************************************************/
/*  入力フォームのテーブル
/**************************************************************/
.form-box {
    width: 720px;
    margin: auto;
}

.table-form {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #c4d8ff;
    font-size: 1em;
    line-height: 1.6;
}

    .table-form th {
        width: 25%;
        padding: .6em 1em;
        font-weight: normal;
        font-weight: 500;
        border: solid 1px #c4d8ff;
        background-color: #eaf2ff;
        text-align: left;
    }

        .table-form th.inquiry-requierd {
            border-left: 3px solid #c00;
        }

    .table-form td {
        padding: .6em;
        border: 1px solid #c4d8ff;
    }

    .table-form input[type="text"], .table-form input[type="password"], .table-form select, .table-form textarea {
        width: 100%;
        padding: .5em;
        background-color: #ffffff;
        background-image: none;
        border: 1px solid #BDBDBD;
        border-radius: 4px;
        -webkit-box-shadow: none;
        box-shadow: none;
        -moz-box-sizing: border-box;
        box-sizing: border-box;
        font-size: 1.2em;
    }

        .table-form input[type="text"].invalid,
        .table-form input[type="password"].invalid,
        .table-form textarea.invalid,
        .table-form select.invalid {
            background-image: url(../images/bg-red.png) !important;
            border: 1px solid #c0392b !important;
        }

        .table-form input[type="text"]:disabled,
        .table-form input[type="password"]:disabled,
        .table-form textarea:disabled,
        .table-form select:disabled {
            background-color: #efefef;
        }

    .table-form textarea {
        height: 24em;
    }

    .table-form .label-name {
        width: 2em;
        text-align: right;
    }

    .table-form input[type="text"].input-name {
        width: 33.33%;
        margin-right: 1em;
    }

    .table-form input[type="text"].input-half, .table-form select.input-half {
        width: 50%;
    }

    .table-form .input-radio > input[type="radio"] {
        margin-right: .25em;
    }

    .table-form .input-radio > label {
        margin-right: 1.5em;
        font-size: 1.2em;
        font-family: no-herit;
        cursor: pointer;
    }

    .table-form span.requierd {
        display: block;
        float: right;
        margin-top: -0.1em;
        padding: .1em .4em;
        background-color: #c00;
        color: white;
        border-radius: .4em;
        font-size: .86em;
    }


/**************************************************************/
/*  汎用クラス
/**************************************************************/
.ttl-h2 {
    margin: 55px 0 22px;
    padding-left: 25px;
    border-left: 2px solid #3d6dcc;
    color: #3d6dcc;
    font-size: 193%;
}

.block-flex {
    display: flex;
    flex-wrap: wrap;
}

    .block-flex.space-between {
        justify-content: space-between;
    }

.block-1 {
    padding-top: 20px;
    padding-bottom: 20px;
    width: 50%;
    display: inline-block;
}

.thum1 {
    margin: 0 auto;
    padding-top: 10px;
    width: 300px;
    height: 200px;
}

.chkttl {
    margin: 0 auto;
    font-size: 1rem;
}

.li-1 {
    margin: 1.6em 0;
}

.table-forms {
    width: 100%;
    border-collapse: collapse;
    border: solid 1px #c4d8ff;
    font-size: 1em;
    line-height: 1.6;
}

.inquiry-requierd {
    border-left: 3px solid #c00;
}


.ttl {
    font-weight: bold;
}

tr {
    display: table-row;
    vertical-align: inherit;
    border-color: inherit;
}

#pageEvents .info-Table th, #pageEvents .info-Table td {
    padding: 15px 20px;
    border: 2px solid #fff;
    vertical-align: top;
}

table {
    display: table;
    box-sizing: border-box;
    text-indent: initial;
    border-color: gray;
}

.chktr {
    padding: 15px 20px;
    border: 2px solid #fff;
    vertical-align: top;
}

.p-ttl {
    margin: 20px 0;
    font-size: 150%;
}

.align-cener {
    margin-top: 20px;
    text-align: center;
}

.ttl-h3f {
    text-align: left;
    margin-bottom: 5px;
    font-size: 18px;
}

.ttl-h3s {
    text-align: left;
    margin-top: 10px;
    margin-bottom: 10px;
    font-size: 18px;
    font-weight: 900;
}

.txt-paragraph-up {
    margin: 1.6em 0;
    line-height: 1.6;
}

/**************************************************************/
/*  メッセージ
/**************************************************************/
/*  入力エラー　*/
.err-msg {
    display: block;
    padding-left: 16px;
    background-image: url("../images/icon-attention.png");
    background-size: 12px 12px;
    background-position: left center;
    background-repeat: no-repeat;
    color: #b71c1c;
}

    .err-msg.medium {
        padding-left: 20px;
        background-size: 16px 16px;
        font-size: 1.4em;
        font-weight: 900;
    }

/*  個人情報の取り扱い　*/
.txt-danger {
    margin-top: 2em;
    color: #c00;
}

.ttl-h3 {
    text-align: left;
    margin-bottom: 15px;
    font-size: 18px;
}

    .ttl-h3:before {
        content: "●";
        margin-right: 5px;
    }


/**************************************************************/
/*  笠間 追記
/**************************************************************/
.ttl-h2 {
    margin: 22px 0;
    padding-left: 25px;
    border-left: 2px solid #3d6dcc;
    color: #3d6dcc;
    font-size: 193%;
}

.gray-box {
    border: 1px solid #dddddd;
    border-radius: 10px;
    padding: 14px 20px;
    margin-bottom: 20px;
}

.ul-1 {
    margin-left: 1em;
}

    .ul-1 li {
        list-style-type: disc;
        margin: .5em 0;
        line-height: 1.5em;
    }


.btn-box input[type=submit] {
    display: inline-block;
    cursor: pointer;
    padding: 0;
    margin: 0;
    border: 0;
    width: 161px;
    height: 40px;
}

    .btn-box input[type=submit].center {
        display: block;
        margin-left: auto;
        margin-right: auto;
    }

    .btn-box input[type=submit].btn-blue {
        color: #fff;
        letter-spacing: 2px;
        font-weight: 900;
        background-image: url("../images/btn_blue.gif");
    }
    .btn-box input[type=submit].btn-white {
        color: #5677d0;
        letter-spacing: 2px;
        font-weight: 900;
        background-image: url("../images/btn_white.gif");
    }

    .btn-box input[type=submit]:hover {
        opacity: 0.5;
    }

.sizai-box {
    gap: 0 20px;
    margin-top: 1em;
}

    .sizai-box .gray-box {
        box-sizing: border-box;
        position: relative;
        width: 48%;
        padding: 1em 1em 4.5em;
    }

        .sizai-box .gray-box h3 {
            margin: 1em auto 0.5em;
            font-size: 1.4em;
            font-weight: 900;
        }

        .sizai-box .gray-box img {
            display: block;
            margin: 10px auto;
        }

        .sizai-box .gray-box .selector {
            display: flex;
            align-items: center;
            justify-content: center;
            position: absolute;
            bottom: 0;
            height: 3em;
            width: calc(100% - 2em);
            font-size: 1.4em;
        }

            .sizai-box .gray-box .selector select {
                padding: .2em .5em;
                font-size: 1em;
                text-align: center;
            }

.send-to-above {
    margin: 2em 0 1em;
    font-size: 1.2em;
}

.text-info {
    color: #5677d0;
}

.inline-block {
    display: inline-block;
}

.overlay {
    display: flex;
    justify-content: center;
    opacity: 0;
    visibility: hidden;
    width: 100%;
    height: 100vh;
    position: fixed;
    top: 0;
    left: 0;
    z-index: 2147483647;
    background: rgba(0,0,0,0.5);
}

    .overlay.show {
        opacity: 1;
        visibility: visible;
    }

    .overlay #previewimg {
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        height: 480px;
    }
