@charset "UTF-8";
/* ==========================================================
 mkto reset
========================================================== */

form.mktoForm,
.mktoFormCol,
.mktoFieldWrap {
    width: 100% !important;
    padding: 0;
    font-family: MyYuGothicM, '游ゴシック体', 'Yu Gothic', YuGothic, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.mktoForm.mktoLayoutAbove .mktoLabel {
    font-family: MyYuGothicM, '游ゴシック体', 'Yu Gothic', YuGothic, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
}

.mktoForm .mktoFormRow {
    /*margin-bottom: 16px;*/
}

.mktoForm .mktoFormCol {
    margin: 0 0 16px 0 !important;
    padding: 0 !important;
    float: none !important;
    min-height: 0 !important;
}

.mktoForm .mktoOffset {
    display: none;
}

.mktoForm .mktoFieldWrap {
    float: none !important;
    display: flex;
}

.mktoForm .mktoGutter,
.mktoForm .mktoClear {
    display: none;
}

@media screen and (max-width: 768px) {
    .mktoForm .mktoFieldWrap {
        flex-direction: column;
    }
    .mktoForm .mktoFormCol {
        margin-bottom: 10px !important;
    }
}

/*label, input-----------------------------------------------*/

.mktoForm .mktoLabel {
    position: relative;
    width: auto !important;
    height: auto;
    font-size: 16px;
    line-height: 20px;
    font-weight: normal !important;
    padding: 10px 10px 10px 0 !important;
    margin-right: 20px !important;
    flex: auto;
    border-bottom: solid 1px #e5e5e5;
    float: none !important;
    flex: 0 0 180px;
}

/*IE対策*/

@media all and (-ms-high-contrast: none) {
    .mktoForm .mktoLabel {
        flex: 0 0 140px;
    }
}

.mktoForm .mktoAsterix,
.mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
    /*  「＊」用スタイル*/
    position: absolute;
    top: 8px;
    right: 0;
    width: auto;
    height: auto;
    font-size: 12px;
    font-weight: bold;
    line-height: 1;
    text-align: center;
    color: #ff6e00 !important;
    background-color: transparent;
    border: none;
    border-radius: 0;
    padding: 0 !important;
    float: none !important;
    /*  「必須」用スタイル*/
    /*position: absolute;
  top: 8px;
  right: 0;
  width: 40px;
  height: 20px;
  font-size: 12px;
  font-weight: bold;
  line-height: 18px;
  text-align: center;
  color: #ff6e00 !important;
  background-color: #fff;
  border: solid 1px #ff6e00;
  border-radius: 10px;
  padding: 0 !important;
  float: none !important;*/
}

/*フォーム上段に注釈追加*/

.form .child-form::before {
    content: "＊は必須項目です";
    display: block;
    width: 100%;
    font-size: 10px;
    line-height: 1.6;
    text-align: right;
}

.mktoForm input[type=text],
.mktoForm input[type=email],
.mktoForm input[type=tel],
.mktoForm input[type=number],
.mktoForm textarea,
.mktoForm select {
    width: auto !important;
    height: 40px;
    min-height: 0 !important;
    margin: 0;
    padding: 0 10px !important;
    background-color: #fff !important;
    border: 1px solid #9b9b9b !important;
    border-radius: 3px !important;
    box-shadow: none !important;
    font-size: 16px !important;
    line-height: 1em !important;
    float: none !important;
    flex: 0 1 420px;
}

.mktoForm textarea {
    padding: 10px !important;
    min-height: 5em !important;
    line-height: 20px !important;
}

.mktoForm input::placeholder {
    color: #999 !important;
    font-weight: normal !important;
}

.mktoForm .caution {
    font-size: 12px;
    line-height: 1.5;
    color: var(--gr-600);
    margin-top: 1em;
    letter-spacing: .1ex;
}

@media screen and (max-width: 768px) {
    .mktoForm .mktoAsterix,
    .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix {
        top: 0;
    }
    .mktoForm .mktoLabel,
    .mktoForm input[type=text],
    .mktoForm input[type=email],
    .mktoForm input[type=tel],
    .mktoForm input[type=number],
    .mktoForm textarea,
    .mktoForm select {
        flex: auto;
    }
}

/*checkbox radio-----------------------------------------------------------*/

.mktoForm .mktoRadioList,
.mktoForm .mktoCheckboxList,
.mktoForm.mktoLayoutAbove .mktoRadioList,
.mktoForm.mktoLayoutAbove .mktoCheckboxList {
    float: none !important;
    clear: none !important;
    padding: 5px 0 5px 0 !important;
    margin: 0 !important;
    border: none !important;
    width: 340px !important;
}

.mktoForm input[type=checkbox],
.mktoForm input[type=radio] {
    width: 0 !important;
    height: 0 !important;
    opacity: 0;
    position: absolute;
}

.mktoForm .mktoRadioList>label,
.mktoForm .mktoCheckboxList>label {
    display: inline-block !important;
    position: relative;
    margin: 0 !important;
    padding: 5px 5px 5px 30px !important;
    float: none !important;
    font-size: 16px;
    line-height: 24px !important;
    font-family: MyYuGothicM, '游ゴシック体', 'Yu Gothic', YuGothic, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif
}

.mktoForm input[type=checkbox]+label:before,
.mktoForm input[type=radio]+label:before {
    content: "";
    position: absolute;
    margin: 0 !important;
    top: 5px;
    left: 0;
    width: 24px !important;
    height: 24px !important;
    box-shadow: none !important;
    font-size: 16px !important;
    line-height: normal !important;
    border: 1px solid #aeb0b6;
    background-color: #fff;
}

.mktoForm input[type=checkbox]:checked+label:before {
    content: "\2713 ";
    text-align: center;
    color: #000;
}

.mktoForm input[type=radio]+label:before {
    border-radius: 1em;
}

.mktoForm input[type=radio]:checked+label:before {
    background-image: url(https://go.kaonavi.jp/js/forms2/images/dot-bk.png);
    background-position: center center !important;
    background-repeat: no-repeat;
}

@media screen and (max-width: 768px) {
    .mktoForm .mktoLabel {
        width: 100% !important;
        margin-right: 0 !important;
        padding: 0 40px 5px 0 !important;
        border-bottom: none;
        font-weight: bold !important;
    }
    .mktoForm input[type=text],
    .mktoForm input[type=email],
    .mktoForm input[type=tel],
    .mktoForm input[type=number],
    .mktoForm select {
        width: 100% !important;
        min-height: 2em !important;
    }
    .mktoForm textarea {
        width: 100% !important;
    }
    .mktoForm .mktoRadioList,
    .mktoForm .mktoCheckboxList,
    .mktoForm.mktoLayoutAbove .mktoRadioList,
    .mktoForm.mktoLayoutAbove .mktoCheckboxList {
        padding: 0 !important;
        width: 100% !important;
    }
    .mktoForm .mktoRadioList>label,
    .mktoForm .mktoCheckboxList>label {
        font-size: 14px;
        width: auto !important;
    }
}

/*ボタン----------------------------------------------------*/

.mktoForm .mktoButton {
    position: relative;
    display: flex;
    width: 100%;
    height: 72px;
    text-align: center;
    align-items: center;
    justify-content: center;
    text-decoration: none;
    border-radius: 12px;
    margin: 16px 0;
    padding: 0 8px;
    box-shadow: 0 2px 2px 0 rgba(0, 0, 0, 0.14), 0 6px 10px -2px rgba(0, 0, 0, 0.14), 0 1px 5px 0 rgba(0, 0, 0, 0.2) !important;
    font-family: MyYuGothicM, '游ゴシック体', 'Yu Gothic', YuGothic, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif;
    font-size: 20px !important;
    font-weight: bold !important;
    color: #fff !important;
    background-color: #007fff !important;
    background-image: none !important;
    border: 3px solid #007fff !important;
}

.mktoForm .mktoButton:hover {
    background: #ffda1b !important;
    color: #007fff !important;
}

.mktoForm .mktoButton:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 20px;
    background: url(/img/common/child_icon_arrow_wht.svg) center center /contain no-repeat;
    background-size: 20px 20px;
    margin-left: 8px;
}

.mktoButtonRow,
.mktoButtonWrap {
    display: block !important;
    width: auto !important;
    margin: 0 !important;
}

/*部署・役職-------------------------------------------------------*/

.mktoForm #Dept,
.mktoForm #Title,
.mktoForm #jobtitle_official__c {
    width: 260px !important;
    margin-right: 80px !important;
}

@media screen and (max-width: 768px) {
    .mktoForm #Dept,
    .mktoForm #jobtitle_official__c {
        width: 100% !important;
        margin-right: 0 !important;
    }
}

/*個人情報の取扱いリンク----------------------------------------------------*/

.mktoForm .mktoHtmlText {
    width: auto !important;
}

.mktoForm a[target="_blank"] {
    display: inline-block;
    padding: 0 24px 0 0 !important;
    margin-left: 200px;
    background: url(/img/common/child_icon_blank_blk.svg) right center /contain no-repeat;
    background-size: 16px 16px;
}

@media screen and (max-width: 768px) {
    .mktoForm a[target="_blank"] {
        margin-left: 30px;
    }
}

/*電話番号に欄外注意書き追加----------------------------------------------------*/

input#Phone {
    margin-bottom: 20px;
    height: 40px;
}

input#Phone~div.mktoClear {
    display: block;
    position: absolute;
    bottom: 0;
    left: 200px;
    width: auto;
    height: 20px;
}

input#Phone~div.mktoClear::before {
    display: inline;
    content: "※日中繋がりやすい電話番号をご記入ください";
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #666;
}

@media screen and (max-width: 768px) {
    input#Phone~div.mktoClear {
        left: 0;
    }
}

/*顧客コードに欄外注意書き追加----------------------------------------------------*/

input#formcode__c {
    margin-bottom: 20px;
    height: 40px;
}

input#formcode__c~div.mktoClear {
    display: block;
    position: absolute;
    bottom: 0;
    left: 120px;
    width: auto;
    height: 20px;
}

input#formcode__c~div.mktoClear::before {
    display: inline;
    content: "※半角数字でご記入ください";
    font-size: 12px;
    font-weight: bold;
    line-height: 20px;
    color: #666;
}

@media screen and (max-width: 768px) {
    input#formcode__c~div.mktoClear {
        left: 0;
    }
}

/*姓名分離----------------------------------------------------*/

.mktoForm .mktoFormRow.name-l {
    width: calc(50% + 80px);
    float: left;
    clear: none;
}

.mktoForm .mktoFormRow.name-f {
    width: calc(50% - 80px);
    float: right;
    clear: none;
    justify-content: flex-end;
}

.mktoForm .mktoFormRow.name-f.name-l {
    width: 100%;
}

.mktoForm .mktoFormRow.name-f .mktoFieldWrap {
    justify-content: flex-end;
}

.mktoFormRow.name-f label#LblFirstName {
    flex: 0 0 20px;
    margin-right: 10px !important;
    padding-right: 0 !important;
}

.mktoFormRow.name-f label#LblFirstName .mktoAsterix {
    display: none;
}

.mktoFormRow.name-l input#LastName,
.mktoFormRow.name-f input#FirstName {
    width: 150px !important;
    flex: none;
}

/*IE対策*/

@media all and (-ms-high-contrast: none) {
    /*  .mktoFormRow.name-l input#LastName,
  .mktoFormRow.name-f input#FirstName {
    width: 130px !important;
    flex: 0 0 130px;
  }*/
}

@media screen and (max-width: 768px) {
    .mktoForm .mktoFormRow.name-l,
    .mktoForm .mktoFormRow.name-f {
        width: calc(50% - 10px);
    }
    .mktoFormRow.name-l label#LblLastName .mktoAsterix {
        display: none;
    }
    .mktoFormRow.name-f label#LblFirstName .mktoAsterix {
        display: block;
    }
    .mktoFormRow.name-l input#LastName,
    .mktoFormRow.name-f input#FirstName {
        width: 100% !important;
        flex: none;
    }
}

/*-----fieldset-----*/

.mktoForm fieldset,
.mktoForm fieldset.mktoFormCol {
    margin: 0 !important;
    padding: 0 !important;
    border: none !important;
}

.mktoForm fieldset legend {
    display: none;
}

/* only IE10-11 -----------------------------------------*/

@media all and (-ms-high-contrast: none) {
    .mktoForm.mktoLayoutAbove .mktoRequiredField .mktoAsterix,
    .mktoForm select.mktoField,
    .mktoForm input[type=text],
    .mktoForm input[type=email],
    .mktoForm input[type=tel],
    .mktoForm textarea,
    .mktoForm select.mktoField {
        font-family: Arial, 'メイリオ', Meiryo, MyYuGothic, '游ゴシック体', 'Yu Gothic', YuGothic, -apple-system, BlinkMacSystemFont, 'Hiragino Kaku Gothic ProN', Meiryo, sans-serif !important;
    }
}