
/*　ダウンロードフォーム　*/

.mktoForm {
    width: 100% !important;
}
.mktoForm .mktoFormRow {
    padding: 16px 0;
    border-top: solid 1px #ddd;
}
.mktoFormCol {
    margin-bottom: 0 !important;
}
.mktoForm .mktoLabel {
    vertical-align: middle;
    width: 236px !important;
    font-size: 16px;
    letter-spacing: .05em;
    border-color: #ddd;
    padding-top: 16px !important;
    padding-right: 16px !important;
}
.mktoForm .mktoRequiredField .mktoAsterix {
    font-size: 12px;
    color: #c4244f;
    font-weight: 400;
}
.mktoForm .mktoLabel .mktoAsterix:after {
    content: "必須";
    font-size: 12px;
    color: #c4244f;
    font-weight: 400;
    font-family: "Noto Sans JP", sans-serif;
}
.mktoForm input[type="text"], .mktoForm input[type="email"] {
    width: 540px !important;
    background: rgba(249, 250, 252, .95);
    padding: 16px !important;
    font-size: 16px;
    border-radius: 3px;
    border: none;
}
.dl .mktoForm div:nth-of-type(3) input[type="text"] {
    width: 180px !important;
}
.mktoForm #LblFirstName.mktoLabel {
    width: 100px !important;
    margin-left: 50px;
}

.dl .mktoForm div.mktoFormRow:nth-of-type(8), .dl .mktoForm div.mktoFormRow:nth-of-type(9) {
    border-top: none;
}
.mktoForm .mktoCheckboxList {
    margin-top: 16px;
}
.mktoForm .mktoHtmlText {
    width: auto !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    background-image: none !important;
    background-color: #af002f !important;
    border: 1px solid #af002f !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .1s ease-in;
    cursor: pointer;
    color: #fff;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px !important;
    font-weight: 500 !important;
    width: 224px;
    height: 59px;
    margin: auto;
}
.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton {
    background-image: none !important;
    background-color: #af002f !important;
    border: 1px solid #af002f !important;
    display: flex;
    align-items: center;
    justify-content: center;
    transition: all .1s ease-in;
    cursor: pointer;
    color: #fff !important;
    font-family: "Noto Sans JP", sans-serif;
    font-size: 15px !important;
    font-weight: 500 !important;
    width: 224px !important;
    height: 59px;
    margin: auto;
    text-shadow: 0 0 0 #fff !important;
box-shadow: inset 0 0 0 0 #fff !important;
    border-radius: 0 !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton:hover,
.mktoForm .mktoButtonWrap.mktoMinimal .mktoButton:hover {
    background-color: #fff !important;
    color: #af002f !important;
}
.mktoButtonRow {
    border-top: solid 1px #ddd;
    width: 100%;
    padding-bottom: 80px !important;
}
#mktoForm_1039.mktoForm div.mktoFormRow:nth-of-type(1) {
    border-top: none;
}



@media screen and (max-width: 768px){

.dl .contact-wrap.container-fluid{
    padding:0;
}
.mktoForm .mktoFieldWrap {
    float: none !important;
    width: 100% !important;
}
.mktoForm .mktoFormCol {
    float: none !important;
    width: 100% !important;
}
.mktoForm .mktoFormRow {
    padding: 6px 0 16px;
}
.dl .mktoForm div:nth-of-type(6) {
    padding: 20px 0 16px;
}
.mktoFormCol {
    margin-bottom: 0 !important;
}
.mktoForm .mktoLabel {
    width: 100% !important;
    padding-top: 0 !important;
    padding-bottom: 3px !important;
}
.mktoForm input[type="text"], .mktoForm input[type="email"] {
    width: 100% !important;
}
.dl .mktoForm div:nth-of-type(3) input[type="text"] {
    width: 100% !important;
}
.mktoForm #LblFirstName.mktoLabel {
    width: 100% !important;
    margin-left: 0;
}
.dl .mktoForm div.mktoFormRow:nth-of-type(6) .mktoLabel {
    width: 100% !important;
}
.mktoForm .mktoCheckboxList {
    margin-top: 16px;
    width: 100% !important;
    text-align:center;
}
.mktoForm .mktoCheckboxList .mktoField {
    float: none;
}
.mktoForm .mktoHtmlText {
    width: auto !important;
}
.mktoForm .mktoButtonWrap.mktoSimple .mktoButton {
    width: 100%;
    max-width: 224px;
}


}


/*　お問い合わせフォーム　*/

.contact-wrap.container-fluid.contact {
    max-width: 800px;
}

.contact .mktoForm > div:nth-of-type(1) input[type="text"],
.contact .mktoForm > div:nth-of-type(2) input[type="text"] {
    width: 180px !important;
}
.mktoForm #Lblsfa_first_name_kana__c.mktoLabel {
    width: 100px !important;
    margin-left: 50px;
}
.mktoForm label.mktoLabel {
    font-weight: bold;
}
.mktoForm input[type="tel"] {
    width: 540px !important;
    background: rgba(249, 250, 252, .95);
    padding: 16px !important;
    font-size: 16px;
    border-radius: 3px;
    border: none;
}
.mktoForm select {
    width: 300px !important;
    background: rgba(249, 250, 252, .95);
    padding: 16px !important;
    font-size: 16px;
    border-radius: 3px;
    border: none;
}
.mktoForm .mktoRadioList label:not(:last-child) {
    margin-bottom: 10px !important;
}
.mktoForm textarea {
    width: 540px !important;
    height: 260px !important;
    background: rgba(249, 250, 252, .95);
    padding: 16px !important;
    font-size: 16px;
    border-radius: 3px;
    border: none;
}
.contact .mktoForm div.mktoFormRow:nth-of-type(14) .mktoLabel {
    width: 300px !important;
}
.contact .mktoForm div.mktoFormRow:nth-of-type(15), .contact .mktoForm div.mktoFormRow:nth-of-type(16) {
    border-top: none;
}


@media screen and (max-width: 768px){

.contact .mktoForm > div:nth-of-type(1) input[type="text"],
.contact .mktoForm > div:nth-of-type(2) input[type="text"] {
    width: 100% !important;
}
.mktoForm #Lblsfa_first_name_kana__c.mktoLabel {
    width: 100% !important;
    margin-left: 0;
}
.mktoForm input[type="tel"] {
    width: 100% !important;
}
.mktoForm textarea {
    width: 100% !important;
    height: 180px !important;
    background: rgba(249, 250, 252, .95);
    padding: 16px !important;
    font-size: 16px;
    border-radius: 3px;
    border: none;
}
.contact .mktoForm div.mktoFormRow:nth-of-type(14) .mktoLabel {
    width: 100% !important;
}
.contact .mktoForm div:nth-of-type(14) {
    padding: 20px 0 16px;
}

}


/*　個人情報のお取り扱い：枠追加　*/

.mktoForm div.mktoHtmlText {
  padding:10px;
  border:1px solid #CCC;
  background:#FFF;
  height:130px;
  overflow-y:auto;
}
