/* PC・SPに適用される */
    #main .mw_wp_form_confirm .none {
        display: none;
    }

    #main,
    #main input {
        font-size: 14px;
    }

    /* フォームステップ */
    #main .form-step {
        display: flex;
        list-style: none;
        margin: 0 auto 3em;
        position: relative;
        width: 70%;
    }

    #main .form-step:before {
        background-color: #ccc;
        content: "";
        height: 2px;
        left: 0;
        margin: 0 auto;
        position: absolute;
        right: 0;
        top: 25px;
        width: 70%;
    }

    #main .form-step li {
        counter-increment: li;
        width: calc(100% / 3);
        text-align: center;
    }

    #main .form-step li:before {
        background: #ccc;
        border-radius: 50%;
        color: #fff;
        content: counter(li);
        display: block;
        font-size: 20px;
        height: 2.5em;
        margin: 0 auto 5px;
        padding-top: 0.45em;
        position: relative;
        width: 2.5em;
        text-align: center;
    }

    #main .form-step li:first-child:before,
    #main .mw_wp_form_confirm .form-step li:nth-child(2):before {
        background: #c00;
    }

    #main .mw_wp_form_confirm .form-step li:first-child:before {
        background: #ccc;
    }

    /* イントロ SSLアイコン */
    #main .mw_wp_form_confirm h1:after {
        content: "（確認）";
    }

    #main .ssl-icon {
        font-weight: bold;
    }

    #main .ssl-icon:before {
        content: "\f023";
        color: #fc3;
        font-family: "Font Awesome 5 Free";
        font-size: 1.6em;
        font-weight: bold;
        margin-right: 0.2em;
    }

    /* フォーム */
    caption {
        font-size: 1.5em;
        text-align: left;
        padding: 0 0.8em;
        transform: skewX(-7deg);
        border-bottom: 1px solid #ccc;
        margin-top: 1em;
    }

    /* 注釈 */
    #main .chui {
        font-size: 14px;
    }

    /* 入力欄 */
    #main input {
        margin: 2px 0;
    }

    #main input[type="text"],
    #main input[type="email"],
    #main textarea {
        background: #FFFFFF;
        -moz-box-shadow: none;
        -webkit-box-shadow: none;
        box-shadow: none;
        border: 1px solid #ccc;
        width: 100%;
    }

    #main input[type="text"],
    #main input[type="email"],
    #main select {
        margin: 2px 0;
        height: auto;
        line-height: 2em;
        padding: 5px 0.5em;
    }

    #main select[name="address-pre"] {
        width: 190px;
    }

    #main select {
        padding: 7px 0.5em;
        width: 110px;
    }

    #main input[type="text"][name*="tel"] {
        max-width: 28%;
        width: auto;
    }

    #main input[name="age"],
    #main input[name="zip"],
    #main input[name="tel"],
    #main input[name="income"],
    #main input[name="budget"] {
        display: inline-block;
        max-width: 150px;
    }

    #main textarea {
        width: 100%;
    }

    #main span.horizontal-item {
        display: inline-block;
        margin-right: 1em;
    }

    #main input[type="file"] {
        margin-bottom: 10px;
    }

    /* ご注文の初年度登録以下ーーー */
    .reg label {
        padding-right: 0;
    }

    .reg span.mwform-radio-field.horizontal-item {
        margin-right: 1em !important;
    }

    #main input[name="year"],
    #main input[name="month"] {
        display: inline-block;
        max-width: 100px;
    }

    .num-cel input {
        max-width: 250px;
    }

    /* ーーーーご注文ここまで */

    /* 送信ボタン */
    #main .submit {
        text-align: center;
    }

    #main .submit input {
        background-color: #ababab;
        border-radius: 6px;
        /*
        font-size: 1.4rem;
        */
    }

    #main .submit input[name=submitConfirm],
    #main .submit input[name=submit] {
        background-color: #666;
    }

    #main .submit input:hover {
        opacity: 0.8;
    }

    #main input[type="submit"] {
        max-width: 300px;
        padding: 1em;
        width: 100%;
    }

    /* 透かし文字の色 */
    :placeholder-shown {
        color: #999;
    }

    ::-webkit-input-placeholder {
        color: #999;
    }

    :-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    ::-moz-placeholder {
        color: #999;
        opacity: 1;
    }

    :-ms-input-placeholder {
        color: #999;
    }

    /* 表修正  */
    table {
        table-layout: fixed;
        width: 100%;
    }

    table th,
    table th:first-child,
    table td {
        box-sizing: border-box;
        display: block;
        line-height: 1.6em;
        width: 100%;
    }

    table th {
        background: #dbdbdb;
        text-align: left;
        vertical-align: top;
        color: #32373c;
    }

    table td:last-child {
        padding: 10px 0 15px;
    }
    #year,#month,#day{
	display: inline;
	width: 120px !important;
	margin: 0 5px;
	}

    /* 必須 */
    #main .hissu:before {
        content: "必須";
        background: #c00;
        color: #fff;
        display: inline-block;
        font-size: 1em;
        font-weight: normal;
        line-height: 1.4em;
        margin-right: 0.8em;
        padding: 0.1em 0.5em;
        vertical-align: 3px;
    }

    /* 任意 */
    table th:before {
        content: "任意";
        color: #fff;
        display: inline-block;
        font-size: 1em;
        font-weight: 400;
        line-height: 1.4em;
        margin-right: 0.8em;
        vertical-align: inherit;
        background-color: #0978d6;
        padding: 0.1em 0.5em;
    }

    table td {
        line-height: 1.6em;
        text-align: left;
        vertical-align: middle;
        color: #32373c;
        background-color: #fff;
    }

    table td p:last-child {
        margin-top: 1em;
    }

    /* 個人情報の取り扱いについて */
    .att-box {
        background-color: #ccc;
        padding: 0.5em 1em 2em 1em;
        width: 80%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    #main .att-heading {
        font-size: 1.4rem;
        font-weight: bold;
        margin-bottom: 5px;
    }

    /* エラー */
    #main .mw_wp_form .error {
        border-bottom: 3px solid red !important;
        width: 130px;
    }


/* 幅 768px 以上 */
@media screen and (min-width: 48em) {

    /* table */
    table {
        width: 80%;
        margin-left: auto !important;
        margin-right: auto !important;
    }

    /* フォーム */
    table th,
    table td,
    table th:first-child,
    table td:first-child,
    table td:last-child {
        border: 1px solid #fff !important;
        display: table-cell;
        padding: 1em;
    }

    table th,
    table th:first-child {
        background-color: #fff;
        width: 40%;
    }

    label {
        padding-right: 4em;
    }

    /* 注意 */
    #main .policy {
        display: inline-block;
        text-align: left;
    }

    #main form > div > p {
        text-align: center;
    }

}

/* 767px 未満 　スマホの時*/
@media screen and (max-width: 767px) {

    #main input[type="text"],
    #main input[type="email"] {
        max-width: 100%;
        width: 100%;
    }

    #main input[name="zip"] {
        max-width: 150px;
    }

    #main input[name*="tel"] {
        width: 25%;
    }

    /* フォーム */
    table td:last-child,
    table th:first-child {
        padding: 0.8em 1em;
    }

    span.add-c {
        display: block;
    }

    /*  */

    /*  */

}

/* End max 767px */

/* 幅 1072px 以上 */
@media screen and (min-width: 67em) {

    /*  */
}

/* End min 1072px */

/* 375px 未満*/
@media screen and (max-width: 375px) {

    /* ラジオボタン余白 */
    label {
        padding-right: 0em;
    }

}
