﻿@charset "UTF-8";
@import url("fmail_table.css");
@import url("fmail_dl.css");
@import url("fmail_label.css");
div#mailfrom_hidden_object {
    width: 1px;
    height: 1px;
    overflow: hidden;
}
div#twex {
    display: none;
    position: absolute;
    top: 0;
    left: 0;
    z-index: 100;
    overflow: hidden;
    margin: 0px;
    text-align: center;
}
img#loading_proccess_image {
    position: absolute;
    z-index: 1000;
}
/* tableパターン */
table div.fmail_must {
    float: right;
    width: 86px;
    height: 37px;
    overflow: hidden;
    margin: 9px 0px 0px 5px;
    background: #d0121b;
    color: #fff;
    text-indent: -50000px;
    position: relative;
}
table div.fmail_must:before {
    position: absolute;
    content: "必須";
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    text-indent: 0px;
    font-size: 28px;
    font-weight: 700;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}
table div.fmail_or {
    float: right;
    width: 60px;
    height: 16px;
    overflow: hidden;
    margin: 0px 0px 0px 5px;
    background-image: url(../images/mfp_or.gif);
    text-indent: -50000px;
}
/* dlパターン */
dl dt span.name {}
dl div.fmail_must {
    float: right;
    width: 85px;
    height: 37px;
    overflow: hidden;
    margin: 0px;
    background: #d0121b;
    color: #fff;
    text-indent: -50000px;
    position: relative;
    top: 1px;
}
dl div.fmail_must:before {
    position: absolute;
    content: "必須";
    left: 0;
    top: 0px;
    width: 100%;
    height: 100%;
    text-indent: 0px;
    font-size: 28px;
    font-weight: 600;
    display: flex;
    align-items: center;
    justify-content: center;
    padding-bottom: 3px;
}
dl div.fmail_or {
    display: inline-block;
    overflow: hidden;
    margin: 0 0 0 5px;
    padding: 0;
    width: 60px;
    height: 22px;
    background: url(../images/mfp_or.gif) no-repeat;
    background-position: center center;
    text-indent: -50000px;
}
/* テーブル分割 */
#fmail tr.fmail_separate th {
    padding: 0;
    width: 150px;
    height: 100px;
    text-indent: -9999px;
}
#fmail tr.fmail_separate td {
    padding: 0;
    width: 430px;
    height: 100px;
    vertical-align: top;
}
#fmail tr.fmail_separate td div.fmail_position {
    position: relative;
}
#fmail tr.fmail_separate td div.fmail_position .elements {
    position: absolute;
    top: 0;
    left: -160px;
    margin: 10px;
    padding: 0;
    width: 580px;
    background: #EEF;
    z-index: 99;
    display: none;
}
/* テーブル分割　タイトル */
#fmail tr.fmail_separate_title th {
    padding: 0;
    width: 150px;
    height: 40px;
    text-indent: -9999px;
}
/* タイトル枠の横幅と高さ */
#fmail tr.fmail_separate_title td {
    padding: 0;
    width: 430px;
    height: 40px;
    vertical-align: top;
}
/* タイトル枠の横幅と高さ */
#fmail tr.fmail_separate_title td div.fmail_position {
    position: relative;
}
#fmail tr.fmail_separate_title td div.fmail_position .elements {
    position: absolute;
    top: 0;
    left: -160px;
    margin: 10px;
    padding: 5px;
    width: 570px;
    height: 20px;
    background: #66AAEE;
    /* タイトル背景色 */
    z-index: 99;
}
#fmail tr.fmail_separate_title td div.fmail_position .elements p {
    line-height: 20px;
    /* タイトル文字の高さ */
    font-weight: bold;
    /* タイトル文字の太さ */
    font-size: 16px;
    /* タイトル文字の大きさ */
    display: none
}
/* 必須項目チェック */
#fmail tr.fmail_separate_mustchecker th {
    padding: 0;
    width: 150px;
    height: 0;
    text-indent: -9999px;
    border-bottom-width: 0;
}
#fmail tr.fmail_separate_mustchecker td {
    padding: 0;
    width: 430px;
    height: 0;
    vertical-align: top;
    border-bottom-width: 0;
}
#fmail tr.fmail_separate_mustchecker td div.fmail_position_mustchecker .elements_mustchecker {
    position: fixed;
    bottom: 10px;
    right: 10px;
    z-index: 99;
    margin: 0;
    padding: 10px;
    width: 150px;
    height: 50px;
    background: #CCC;
    border: 1px solid #333;
    border-radius: 10px;
    line-height: 26px;
    text-align: center;
    font-size: 14px;
}
#fmail tr.fmail_separate_mustchecker td div.fmail_position_mustchecker .elements_mustchecker .caution_mustchecker {
    display: inline-block;
    margin-left: 5px;
    font-weight: bold;
    font-size: 18px;
    color: #FF3333;
}
/* ------------------------------------------ */
div#fmail_thankspage {
    text-align: center;
    font-size: 20px;
}
span#fmail_title_default, span#fmail_title_confirm, span#fmail_title_error, span#fmail_title_thanks {
    display: block;
    width: 100%;
    height: 48px;
    overflow: hidden;
    text-indent: -50000px;
    background-position: center bottom;
    background-repeat: no-repeat;
    background-size: auto 100%;
}
span#fmail_title_default {
    background-image: url(../images/title_default.png);
}
span#fmail_title_confirm {
    background-image: url(../images/title_confirm.png);
}
span#fmail_title_error {
    background-image: url(../images/title_error.png);
}
span#fmail_title_thanks {
    background-image: url(../images/title_thanks.png);
}
form.fmail_submit, form.fmail_cancel {
    float: left;
    padding: 5px;
}
form#fmail {
    margin: 0px auto 0px auto;
    padding: 0px;
}
span.fmail_error {
    display: block;
    padding: 2px 0px 2px 17px;
    background-image: url(../images/mfp_error.gif);
    background-position: left center;
    background-repeat: no-repeat;
    font-size: 12px;
    line-height: 1.2;
    margin-bottom: 10px
}
span.fmail_example {
    font-size: 12px;
    color: #666666;
}
p.fmail_note {
    padding: 5px 0px 0px 0px;
    font-size: 12px;
    color: #666666;
}
ol.fmail_checkbox_list {
    width: 100%;
}
ol.fmail_radio_list li, ol.fmail_checkbox_list li {
    float: left;
    padding: 5px;
    list-style: none;
}
div.fmail_error_message {
    margin: 10px;
    padding: 5px;
    border: solid 1px #FF0000;
    background-color: #FFEEEE;
    text-align: center;
    color: #FF0000;
    font-size: 12px;
}
#fmail input.fmail {
    margin: 0;
    padding: 5px 15px;
    background: #eeeeee;
    border: none;
    font-size: 24px;
}
#fmail li input.fmail {
    width: auto;
}
#fmail input.fmail[type='radio'] {
    width: 31px;
    height: 31px;
    border: 1px #999999 solid;
    position: relative;
    top: 1px;
}
#fmail input.fmail[type='text'], #fmail input.fmail[type='email'] {
    width: 100% !important;
    height: 84px !important;
}
#fmail select.fmail {
    padding: 7px 2px 5px;
    visibility: inherit !important
}
#fmail select {
    visibility: visible !important;
}
#fmail textarea.fmail {
    padding: 2px;
    width: 100% !important;
    box-sizing: border-box;
}
#fmail #d_en1245939490 textarea.fmail, #en1591873483 {
    width: 100% !important;
    min-height: 150px;
    max-height: 150px;
    height: 150px;
}
#fmail #d_en1245939490 textarea.fmail {
    width: 100% !important;
    height: 395px !important;
    max-height: 395px;
    border: none;
    background: #eeeeee;
    font-size: 24px;
    padding: 15px;
}
#fmail input.fmail_file {
    margin: 0 !important;
    line-height: 20px;
    width: 300px;
}
#fmail input.ffcancel {
    margin-top: 2px;
    margin-left: 3px;
    padding: 2px;
}
/*-------------------------------------------------------*/
/*送信ボタンを画像化したい場合は下記を変更ください       */
/* 確認画面へ進む ./fmail/fmail.lib/submit.confirm.js    */
/* 送信           ./fmail/fmail.lib/submit.send.js       */
/* 前のページへ   ./fmail/fmail.lib/submit.cancel.js     */
/* 上記ファイル内のコメントアウト切り替えを行う          */
/*-------------------------------------------------------*/
/*ボタンの位置*/
.button {
    width: 100%;
    margin-top: auto;
    text-align: center;
    margin-bottom: 0px;
}
/*素ボタンの高さ*/
.button input.default_button {
    height: 40px;
    padding: 10px;
}
.button form.fmail_cancel {
    width: 50%;
    text-align: right;
}
.button form.fmail_submit {
    width: 50%;
    text-align: left;
}
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
    height: 1%;
}
.clearfix {
    display: block;
}
/* End hide from IE-mac */
/*確認ボタン*/
.submit_confirm_button {
    width: 280px;
    height: 70px;
    border-width: 0;
    border-style: none;
    cursor: pointer;
}
/*送信ボタン*/
.submit_send_button {
    width: 280px;
    height: 70px;
    border-width: 0;
    border-style: none;
    cursor: pointer;
}
/*戻るボタン*/
.submit_cancel_button {
    width: 280px;
    height: 70px;
    border-width: 0;
    border-style: none;
    cursor: pointer;
}
/*送信完了画面*/
.site_top a {
    display: block;
    width: 280px;
    height: 70px;
    margin: 1em auto;
    border-width: 0;
    border-style: none;
    text-align: center;
    text-indent: -9999px;
}
.site_top a {
    text-indent: inherit;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
}
.submit_confirm_button, .submit_send_button, .submit_cancel_button, .site_top a {
    width: 360px;
    height: 80px;
    border-radius: 999px;
    background: var(--mcolor);
    border: none;
    color: #fff !important;
    font-weight: 700;
    font-size: 30px;
    transition: all 0.2s;
    /*border-radius: 3px !important;*/
    outline: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-family: var(--f-main);
}
.submit_confirm_button, .submit_send_button, .site_top a {
    background: url(../images/arrow01_lg01.png) no-repeat right 20px center / 36px #b050dd;
}
.submit_confirm_button {
    width: 790px;
    height: 160px;
    background: url('../images/title_confirm.png') no-repeat center top /cover;
}
.submit_cancel_button {
    border-color: #000;
    background: url('../images/arrow01_lg_l01.png')#999 no-repeat left 20px center /36px;
}
/*郵便番号のボタン*/
form#fmail input.postcode {
    width: 90px !important;
    padding: 4px 10px 0px;
    position: relative;
    top: 1px;
    line-height: 26px;
    background: var(--mcolor);
    border: 1px solid var(--mcolor);
    color: #fff;
    cursor: pointer;
    font-weight: 400;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    font-size: 15px;
}
form#fmail input.postcode:hover {
    opacity: 0.8;
}
/*-------------------------------------------------------*/
/*
/*  個別指定
/*
/*-------------------------------------------------------*/
#fmail .caution {
    color: #ff0000;
}
#fmail .info {
    font-size: 24px;
    color: #999;
    font-weight: 400;
    margin-bottom: -10px;
    display: block;
    letter-spacing: -0.05em;
}
#fmail .info.blue {
    color: #00b7ee;
}
#fmail .strong {
    font-weight: bold;
}
.fmail_caution {
    color: #ff0000;
}
/* 送信完了画面 */
#fmail_thankspage .caution {
    color: #ff0000;
}
#fmail_thankspage .info {
    color: #009900;
}
#fmail_thankspage .strong {
    font-weight: bold;
}
#fmail .remail {
    margin-top: 25px;
    display: block;
}
/*メール再入力部分*/
#fmail li {
    display: block;
    float: left;
    padding-left: 2px;
}
.fmail_radio_list {
    display: flex;
}
#fmail #d_en1241805126 li {
    width: 279px;
    height: 84px;
    background: #eee;
    padding: 0;
    font-size: 28px;
    color: #000;
    margin-right: 20px;
}
#fmail #d_en1241805126 li:nth-child(2) {
    width: 257px;
}
#fmail #d_en1241805126 li:nth-child(3) {
    width: 205px;
    margin-right: 0;
}
* html #fmail li {
    white-space: nowrap;
}
*:first-child + html #fmail li {
    white-space: nowrap;
}
/* ZIPCODE */
#fmail .zipcode input.fmail {
    width: 206px;
}
/* URL */
#fmail .url input {
    width: 300px;
}
/* カレンダーアイコン */
#fmail .datedata input {
    float: left;
}
.ui-datepicker-trigger {
    float: left;
    margin: 6px 0 0 5px;
    padding: 0;
    background: none;
}
.ui-datepicker-trigger, .ui-datepicker-trigger img {
    width: 24px;
    height: 24px;
    border: 0;
}
/*-------------------------------------------------------*/
/*
/*  カート用項目
/*  ※お問い合わせ入力画面で表示させたくない場合に指定
/*-------------------------------------------------------*/
/*
tr#r_en1339056176 {
  display: none;
}
*/
/*STEP CONTACT*/
.under .step_contact {
    display: flex;
    justify-content: space-between;
}
.under .step_contact li {
    width: calc(33.333% - 40px);
    padding: 20px 50px 18px;
    background: var(--mcolor);
    color: #fff;
    text-align: center;
    font-weight: 700;
    position: relative;
    border-radius: 4px;
    font-size: 18px;
}
.under .step_contact li:not(:last-child):before {
    position: absolute;
    content: "";
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 10px 0 10px 20px;
    border-color: transparent transparent transparent #ccc;
    right: -40px;
    top: calc(50% - 10px);
}
.under .step_contact li.active {
    background: #FFCE3C;
}
@media screen and (min-width: 751px) {
    .submit_confirm_button:hover, .submit_send_button:hover, .submit_cancel_button:hover, .site_top a:hover {
        opacity: 0.8;
    }
}
@media screen and (max-width: 1560px) {
    #fmail li {
        width: auto !important;
        flex: auto;
        justify-content: center;
        align-items: center;
        display: flex;
    }
    label.fmail_label_enabled, label.fmail_label_disabled {
        padding-left: 0px !important;
        width: 100%;
        justify-content: center;
    }
}
@media screen and (max-width: 1440px) {
    #fmail #d_en1241805126 li {
        width: 245px;
        font-size: 22px;
    }
    dl.mailform dt {
        width: 485px;
        font-size: 34px;
        align-items: center;
        justify-content: space-between;
        padding-left: 15px;
    }
    dl.mailform dd {
        width: calc(100% - 480px);
    }
    .fmail_radio_list {
        display: flex;
    }
    #fmail #d_en1241805126 li {
        width: auto !important;
        flex: auto;
        font-size: 22px;
    }
    label.fmail_label_enabled, label.fmail_label_disabled {
        padding-left: 10px !important;
        justify-content: center;
    }
    dl.mailform:last-child dd {
        width: 790px !important;
    }
}
@media screen and (max-width: 1280px) {
    label.fmail_label_enabled, label.fmail_label_disabled {
        text-indent: 5px;
    }
    #fmail #d_en1241805126 li {
        font-size: 20px;
    }
}
@media screen and (max-width: 750px) {
    dl.mailform {
        flex-direction: column;
        margin-bottom: 20px;
    }
    dl.mailform dt {
        width: 100%;
        font-size: 20px;
        padding-left: 10px;
        padding-right: 10px;
        margin-bottom: 0px;
    }
    dl.mailform dd {
        width: 100%;
        padding: 10px;
    }
    #fmail .info {
        font-size: 16px;
        margin-bottom: -15px;
    }
    dl div.fmail_must:before {
        font-size: 14px;
        align-items: center;
        justify-content: center;
        padding-bottom: 0px;
    }
    dl div.fmail_must {
        width: 40px;
        height: 26px;
        top: 0px;
    }
    form#fmail input.postcode {
        border-radius: 0;
    }
    #fmail .size_3 input, #fmail .size_3 select, #fmail .size_3 textarea, #fmail .size_4 input, #fmail .size_4 select, #fmail .size_4 textarea, #fmail .size_5 input, #fmail .size_5 select, #fmail .size_5 textarea, #fmail .size_7 input, #fmail .size_7 select, #fmail .size_7 textarea {
        width: 100% !important;
        box-sizing: border-box;
    }
    #fmail .fmail_radio_list li, #fmail .fmail_checkbox_list li {
        width: 100% !important;
        box-sizing: border-box;
    }
    #fmail .fmail_radio_list li input.fmail, #fmail .fmail_checkbox_list li input.fmail {
        width: auto !important;
        margin-right: 0px !important;
    }
    #fmail input.fmail[type='radio'] {
        width: 18px !important;
        height: 18px;
        top: 2px;
        font-size: 14px;
    }
    #fmail .zipcode input.fmail {
        width: calc(100% - 100px) !important;
        margin-right: 5px;
        box-sizing: border-box;
    }
    span#fmail_title_default, span#fmail_title_confirm, span#fmail_title_error, span#fmail_title_thanks {
        width: 100%;
        box-sizing: border-box;
        line-height: 3.5;
        height: inherit;
        background-size: 100%;
    }
    #fmail input.fmail, #fmail .size_6 input, #fmail .size_6 select, #fmail .size_6 textarea, #en1331812811 {
        width: 100% !important;
        box-sizing: border-box;
    }
    #fmail input.fmail, #fmail #d_en1245939490 textarea.fmail {
        font-size: 16px;
    }
    #fmail input.fmail[type='text'], #fmail input.fmail[type='email'], #fmail #d_en1241805126 li, label.fmail_label_enabled, label.fmail_label_disabled {
        height: 46px !important;
        justify-content: flex-start;
        padding-left: 10px;
    }
    #en1240791078 {
        height: 46px !important;
    }
    #fmail #d_en1241805126 li {
        font-size: 16px;
        margin-right: 5px;
        padding-left: 0;
    }
    #fmail #d_en1245939490 textarea.fmail {
        height: 155px !important;
    }
    dl.mailform:last-child dd {
        margin-bottom: 0;
        margin-top: 15px;
        width: 100% !important;
        text-align: center;
    }
    #fmail input.fmail_file {
        width: 100%;
    }
    div#fmail_thankspage {
        font-size: 16px;
        line-height: 1.8em;
    }
    table div.fmail_must {
        margin: 5px 0px 0px 5px;
    }
    ol.fmail_radio_list li, ol.fmail_checkbox_list li {
        padding: 0px;
        margin-bottom: 5px;
    }
    /*STEP CONTACT*/
    .under .step_contact li {
        width: calc(33.333% - 20px);
        padding: 10px;
        font-size: 14px;
        white-space: nowrap;
    }
    .under .step_contact li:not(:last-child):before {
        border-width: 7px 0 7px 14px;
        right: -22px;
        top: calc(50% - 7px);
    }
    .submit_send_button, .submit_cancel_button, .site_top a {
        height: 56px;
        background-size: 23px auto;
        width: 225px;
        background-position: right 13px center;
        font-size: 20px;
    }
    .submit_confirm_button {
        width: 250px;
        height: 79px;
        background: url(../images/title_confirm_sp.png) no-repeat center top / cover;
    }
    .fmail_radio_list {
        flex-direction: column;
    }
    #fmail input.fmail[type='radio'] {
        top: 2px;
        left: 6px;
    }
    label.fmail_label_enabled, label.fmail_label_disabled {
        text-indent: 8px;
    }
   .submit_send_button, .site_top a {
        background-position: right 13px center;
    }
	.submit_cancel_button {
		background-position: left 13px center;
	}
}
@media screen and (max-width: 640px) {
    /*STEP CONTACT*/
    .under .step_contact {
        flex-direction: column;
        max-width: 400px;
        margin: 0 auto;
    }
    .under .step_contact li {
        width: 100%;
        font-size: 16px;
    }
    .under .step_contact li:not(:last-child) {
        margin-right: 0px;
        margin-bottom: 40px;
    }
    .under .step_contact li:not(:last-child):before {
        border-width: 12px 0 12px 12px;
        right: 0;
        top: auto;
        transform: rotate(90deg);
        bottom: -34px;
        left: 0;
        margin: 0 auto;
    }
}
@media screen and (max-width: 560px) {
    .button form.fmail_cancel, .button form.fmail_submit {
        width: 100%;
        text-align: center;
    }
}
@media screen and (max-width: 480px) {
    .fmail_radio_list {
        flex-direction: column;
    }
    #fmail #d_en1241805126 li {
        margin-right: 0px;
    }
    label.fmail_label_enabled, label.fmail_label_disabled {
        justify-content: flex-start;
    }
}
@media screen\0 {
    table div.fmail_must {
        margin-top: 2px
    }
}
#r_en1711012711 th {
    display: none !important;
}
#r_en1711012711 td {
    border: none;
}
#r_en1711012711 ol.fmail_checkbox_list {
    text-align: center;
    display: flex;
    justify-content: center;
}