@charset "UTF-8";

/* システム系メッセージ Start */
span.ethna-error {
    color:#FF0000;
}
span.msg_important {
    color:#FF0000;
}
span#ethna-error-info {
    color:#FF0000;
}
#app_info {
    color:#0000FF;
    width: 860px;
    margin: 0 auto;
}
#app_warn {
    color:#FF0000;
    width: 860px;
    margin: 0 auto;
}
.info {
    font-weight:bold;
    margin-bottom:10px;
    color:#0000FF;
}
.warn {
    font-weight:bold;
    margin-bottom:10px;
    color:#FF0000;
}
.message {
    margin-bottom:20px;
}
span.font_bold {
    font-weight: bold;
}
/* システム系メッセージ End */

/* システム系メッセージ(Ajax) Start */
.ajax_msg_complete {
    color:#32cd32;
}
.ajax_msg_error {
    color:#FF0000;
}
/* システム系メッセージ(Ajax) End */


.contactWrap {
    padding-top: 80px;
    margin: 0 auto;
    width: 860px;
}

.formSammary p {
    font-size: 1.6rem;
    line-height: 2.25;
}
.formSammary p + p {
    margin-top: 1em;
}
.formSammary a {
    color: #0095DF;
    text-decoration: underline;
}
.formSammary + .contactWrap_formArea {
    margin-top: 75px;
}

.formPolicy {
    font-size: 1.6rem;
    line-height: 2.25;
    text-align: center;
    margin-bottom: 160px;
}
.formPolicy a {
    color: #0095DF;
}

.formTitile01 {
    font-size: 3.0rem;
    font-weight: normal;
    color: #C6000B;
    text-align: center;
    margin-bottom: 50px;
}

.required {
    color: #FF595E;
    display: inline-block;
    margin-left: 1em;
}

.confirmation {
    font-size: 1.4rem;
    margin: 17px 0;
}
.consultationBox {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    font-size: 1.6rem;
    text-align: left;
    padding: 37px 0;
    border-bottom: 1px solid #E6E6E6;
}
div.consultationBox:first-of-type {
    border-top: 1px solid #E6E6E6;
}
.consultationBox.box06,
.consultationBox.box07,
.consultationBox.box08 {
    align-items: flex-start;
}
.consultationBox input {
    padding-left: 16px;
}
input, select {
    vertical-align: middle;
}
input::placeholder, 
textarea::placeholder {
    color: #BFBFBF;
}
input:-ms-input-placeholder {
    color: #BFBFBF;
}
input::-ms-input-placeholder {
    color: #BFBFBF;
}
textarea:-ms-input-placeholder {
    color: #BFBFBF;
}
textarea::-ms-input-placeholder {
    color: #BFBFBF;
}

.consultationBox_left {
    width: 193px;
    display: inline-block;
    line-height: 1.5;
}
.consultationBox_left_long {
    width: 100%;
    margin-bottom: 10px;
}
.consultationBox_right,
.consultationBox_right_02 {
    line-height: 1.5;
    width: 650px;
}
.consultationBox_right_02 span.name_sei {
    display: inline-block;
    margin-right: 34px;
}
.consultationBox_right_02 span.name_mei {
    display: inline-block;
    margin-right: 34px;
    margin-left: 46px;
}
.consultationBox_right_02 span.name_sei_kana {
    display: inline-block;
    margin-right: 18px;
}
.consultationBox_right_02 span.name_mei_kana {
    display: inline-block;
    margin-right: 18px;
    margin-left: 46px;
}
.consultationBox_right_03 {
    width: 650px;
}
.consultationBox_right input,
.consultationBox_right_02 input {
    background-color: #F5F5F5;
    border: none;
    box-sizing: border-box;
    height: 46px;
}
.consultationBox_right input {
    width: 100%;
}
.consultationBox_right_02 input {
    width: 250px;
}
.consultationBox_right_03 textarea {
    background-color: #F5F5F5;
    border: none;
    box-sizing: border-box;
    font-size: 1.9rem;
    font-weight: 300;
    line-height: 2.0;
    padding: 8px 16px;
    width: 100%;
    min-height: 190px;
}
.consultationBox_right_04 {
    width: 650px;
    line-height: 1.5;
}
.consultationBox_right_04 > span {
    display: inline-block;
    word-break: keep-all;
    width: 220px;
}
.consultationBox_right_04 > span input + label {
    cursor: pointer;
    margin-left: -8px;
    padding-left: 6px;
}
.consultationBox_right_04 > span input[type=checkbox],
.consultationBox_right_04 > span input[type=radio] {
    margin-right: 4px;
    cursor: pointer;
    vertical-align: baseline;
}
.mail_caution{
    margin-top: 20px;
    font-weight: bold;
}

/* 無料トライアルの注意点 Start */
.trialNotice {
    margin-top: 32px;
    display: flex;
    flex-wrap: wrap;
}
.trialNotice h3.trialNoticeTitle {
    margin-bottom: 8px;
    width: 100%;
}
.trialNotice div:not(:first-of-type) {
    margin-left: 64px;
}
.trialNotice ul {
    padding-left: 16px;
}
.trialNotice ul li {
    list-style: disc;
}
/* 無料トライアルの注意点 End */


.formBtnBox {
    text-align: center;
    margin: 100px auto 70px;
}

.form_btn {
    display: inline-block;
    box-sizing: border-box;
    background-color: #F27C00;
    border: solid 1px #F27C00;
    border-radius: 6px;
    color: #FFF;
    font-size: 2.0rem;
    font-weight: bold;
    line-height: 1.0;
    cursor: pointer;
    padding: 30px 0;
    width: 700px;
    margin: 0 auto;
}
.form_btn:hover {
    opacity: 0.7;
}
.form_btn::before {
    display: inline-block;
    font-style: normal;
    font-variant: normal;
    text-rendering: auto;
    -webkit-font-smoothing: antialiased;
    font-family: "Font Awesome 5 Pro";
    font-weight: 900;
    content: "\f054";
    margin-right: 5px;
}

.form_btn.confirmation {
    display: block;
}
.form_btn.submit {
    margin-top: 30px;
}
.form_btn.fix {
    background-color: #fff;
    color: #F27C00;
    border: solid 1px #F27C00;
}
/* フォームボタン　準備中のスタイル */
.form_btn.jyunbi {
    background-color: #aaa;
    border: solid 1px #aaa;
    cursor: default;
}
.form_btn.jyunbi:hover {
    opacity: 1;
}

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

.thanksText {
    font-size: 1.6rem;
    line-height: 2.25;
    text-align: center;
    padding-bottom: 200px;
}


