@charset "UTF-8";

/*--------------------------------------------------------------*/
/* CSS and Graphics are released under Creative Commons Licence */
/* http://www.webplus.jp/                                       */
/* Copyright (C) Kiyonobu Horita @ WEBPLUS Inc.                 */
/*--------------------------------------------------------------*/

/* ========================================================

　Contact Section

=========================================================== */
#mailForm .lowHeading h2 {
    position: relative;
    margin-bottom: 5.0rem;
    padding-bottom: 0.5rem;
    border-bottom: 3px solid rgba(0, 60, 110, 1.0);
    font-size: 2.0rem;
}

#mailForm .lowHeading h2 span {
    float: right;
    width: 100%;
    padding-top: 1.0rem;
    font-size: 1.2rem;
    text-transform: capitalize;
    text-align: right;
}

#mailForm .lowHeading h2::after {
    display: block;
    position: absolute;
    bottom: -0.3rem;
    width: 30%;
    border-bottom: 3px solid rgba(255, 170, 0, 1.0);
    content: " ";
}

#mailForm .note {
    font-size: 1.6rem;
    line-height: 2.4rem;
}

#mailForm .note li {
    margin-bottom: 0;
}

#mailForm .phone {
    margin: 2.0rem auto 0;
}

#mailForm .mailadd {
    margin: 2.0rem auto;
}

#mailForm .phone i {
    font-size: 3.0rem;
}

#mailForm .phone span {
    display: inline;
    font-size: 2.8rem;
    font-weight: 700;
}

#mailForm ul {
    margin-top: 2.0rem;
    color: rgba(255, 0, 0, 1.0);
}

@media only screen and (min-width: 992px) {

    #mailForm .phone {
        font-size: 3.0rem;
    }

}

/*　フォーム
/*-------------------------------------------*/
#mailForm h3 {
    margin-bottom: 0;
    color: rgba(51, 51, 51, 1.0);
    font-weight: 500;
    line-height: 2.4rem;
}

#mailForm h3 span {
    color: rgba(0, 120, 200, 1.0);
    font-weight: 400;
}

#mailForm #mailformpro .type {
    font-size: 1.6rem;
}

#mailForm #mailformpro dl {
    margin-top: 2.0rem;
}

#mailForm #mailformpro dt {
    padding-top: 1.0rem;
    width: 100%;
    color: rgba(0, 0, 0, 1.0);
    font-size: 1.6rem;
    font-weight: 400;
    text-align: left;
}

/* 必須項目 */
#mailForm #mailformpro dt .must {
    float: right;
    padding: 0 1.0rem;
    background: rgba(230, 0, 20, 0.7);
    border-radius: 0.4rem;
    color: rgba(255, 255, 255, 1.0);
    font-size: 1.2rem;
}

#mailForm #mailformpro dd {
    padding-bottom: 1.0rem;
    padding-left: 0;
    padding-right: 0;
}

#mailForm #mailformpro dd:last-child {
    border-bottom: 1px solid rgba(204, 204, 204, 1.0);
}

/* 送信前確認チェック */
#mailForm #mailformpro .lastCheck {
    font-size: 1.6rem;
    line-height: 3.0rem;
}

#mailForm #mailformpro label.mfp_not_checked em {
    color: rgba(51, 51, 51, 1.0);
    font-size: 1.6rem;
    font-style: normal;
}

#mailForm #mailformpro label.mfp_checked em {
    color: rgba(0, 120, 200, 1.0);
    font-size: 1.6rem;
    font-weight: 500;
    font-style: normal;
}

/* 各入力窓設定 */
#mailForm #mailformpro input {
    width: 100%;
    height: 4.0rem;
    color: rgba(0, 0, 0, 1.0);
    font-size: 1.6rem;
    font-weight: 300;
}

#mailForm #mailformpro select {
    margin-top: 1.0rem;
    width: 100%;
    height: 4.0rem;
    color: rgba(0, 0, 0, 1.0);
    font-size: 1.6rem;
    font-weight: 300;
}

#mailForm #mailformpro textarea {
    padding-top: 1.0rem;
    padding-bottom: 1.0rem;
    width: 100% !important;
    height: 20.0rem !important;
    color: rgba(0, 0, 0, 1.0);
    font-size: 1.6rem;
    font-weight: 300;
}

#mailForm #mailformpro input.check {
    position: relative;
    top: -0.2rem;
    width: 2.0rem;
    height: 2.0rem;
}

/* リセットボタン・送信ボタン */
#mailForm .mfp_buttons button {
    width: 24.0rem;
    height: 6.0rem;
    padding-left: 0;
    padding-right: 0;
    font-size: 2.4rem;
    cursor: pointer;
}

#mailForm .mfp_buttons button:first-child {
    margin-bottom: 1.0rem;
}

div.mfp_buttons button:first-child {
    color: rgba(51, 51, 51, 0.7);
    background: rgba(230, 230, 230, 1.0);
}

div.mfp_buttons button:first-child:hover {
    color: rgba(255, 255, 255, 1.0);
    background: rgba(180, 180, 180, 1.0);
}

div.mfp_buttons button:last-child {
    color: rgba(255, 255, 255, 1.0);
    background: rgba(0, 60, 110, 1.0);
}

div.mfp_buttons button:last-child:hover {
    color: rgba(255, 255, 255, 1.0);
    background: rgba(0, 120, 200, 1.0);
}

::-webkit-input-placeholder {
    font-weight: 300;
    opacity: 0.8;
}

::-moz-placeholder {
    font-weight: 300;
    opacity: 0.5;
}

:-o-input-placeholder {
    opacity: 0.5;
}

:-ms-input-placeholder {
    font-weight: 300;
    opacity: 0.5;
}

@media only screen and (min-width: 576px) {

    #mailForm .mfp_buttons button:first-child {
        margin-right: 1.0rem;
    }

}

@media only screen and (min-width: 768px) {

    #mailForm #mailformpro dt {
        padding-left: 1.0rem;
        width: 24.0rem;
    }

    #mailForm #mailformpro dd {
        padding-left: 28.0rem;
        padding-right: 1.0rem;
        padding-bottom: 1.0rem;
        border-top: 1px solid rgba(230, 230, 230, 1.0);
    }

    #mailForm #mailformpro dd:last-child {
        border-bottom: 1px solid rgba(230, 230, 230, 1.0);
    }

    .contact #mailForm #mailformpro .type,
    .contact #mailForm #mailformpro .kana,
    .contact #mailForm #mailformpro .mailconf,
    .contact #mailForm #mailformpro .company,
    .contact #mailForm #mailformpro .content,
    .mailmagazine #mailForm #mailformpro .mail,
    .mailmagazine #mailForm #mailformpro .name,
    .mailmagazine #mailForm #mailformpro .content,
    #mailForm.seminor #mailformpro .intention,
    #mailForm.seminor #mailformpro .kana,
    #mailForm.seminor #mailformpro .mailconf,
    #mailForm.seminor #mailformpro .content {
        background-color: rgba(230, 230, 230, 0.5);
    }

    #mailForm .mfp_buttons button:first-child {
        margin-right: 2.0rem;
        margin-bottom: 0;
    }

}

@media only screen and (min-width: 992px) {

    #mailForm #mailformpro .name input,
    #mailForm #mailformpro .kana input,
    #mailForm #mailformpro .tele input {
        width: 50%;
    }

}

@media only screen and (min-width: 1200px) {

    #mailForm #mailformpro dt {
        width: 30.0rem;
    }

    #mailForm #mailformpro dd {
        padding-left: 36.0rem;
    }

}

/*　送信完了
/*-------------------------------------------*/

/* 通番部 */
#mfp_thanks {
    margin-bottom: 2.0rem;
    padding-bottom: 2.0rem;
    border-bottom: 2px solid rgba(230, 230, 230, 1.0);
    font-size: 2.0rem;
    text-align: center;
}

/* 通番 */
#mfp_thanks strong {
    display: block;
    padding: 1.0rem 0;
    color: rgba(205, 70, 40, 1.0);
    font-size: 3.0rem;
    font-weight: 700;
}

/* 「ありがとうございました」部 */
.thanksMessage h3 {
    margin-bottom: 3.0rem;
    color: rgba(0, 120, 200, 1.0);
    font-size: 2.4rem;
    font-weight: 700;
    text-align: justify;
}

.thanksMessage p {
    text-align: justify;
}

.thanksMessage ul {
    margin: 3.0rem 0;
    padding-left: 2.4rem;
    color: rgba(255, 0, 0, 1.0);
}

.thanksMessage .phone {
    margin-top: 2.0rem;
    margin-bottom: 2.0rem;
}

.thanksMessage .phone a {
    color: rgba(51, 51, 51, 1.0);
}

.thanksMessage .phone span {
    font-size: 3.0rem;
    font-weight: 700;
}

@media only screen and (min-width: 768px) {

    #mfp_thanks {
        margin-bottom: 4.0rem;
    }

    #mfp_thanks strong {
        display: inline;
        position: relative;
        top: 0.3rem;
        padding: 0;
    }

}


/* ---- End of file --------------------------------------- */