<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
.mfp_element_reset {
    color: #fff;
    /* width: 10%; */
    font-size: 10px;
    /* background-color: red; */
    background: red;
    text-shadow: none;
    /* height: 100%; */
    padding: 10px;
    margin-right: 20px;
}
div#wrapper div#header p {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
}


input {
    font-size: 16px
}
input[type="text"] ,input[type="email"],select {
    height: 2.4em;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
}
textarea {
height: 6em;
    width: 100%;
    padding: 0 16px;
    border-radius: 4px;
    border: none;
    box-shadow: 0 0 0 1px #ccc inset;
    appearance: none;
    -webkit-appearance: none;
    -moz-appearance: none;
    background: white;
}
input[type="text"]:focus,input[type="email"]:focus,textarea:focus {
    outline: 0;
    box-shadow: 0 0 0 2px rgb(33, 150, 243) inset;
}

.mfp_rows input[type="text"], .mfp_rows input[type="email"], .mfp_rows input[type="tel"], .mfp_rows input[type="number"], .mfp_rows input[type="date"], .mfp_rows input[type="file"], .mfp_rows select, .mfp_rows button, form#mailformpro .mfp_rows label {
    font-size: 14px;
}
#mailformpro .mailform #tablef {
    margin-bottom: 50px;
}
.mfp_element_text, .mfp_element_number, .mfp_element_select-one, .mfp_element_email, .mfp_element_tel, .mfp_element_textarea, .mfp_element_date, .mfp_element_password {
    border: solid 1px #CCC;
    border-radius: 3px;
    box-shadow: none;
    padding: 3px 8px;
    margin: 2px;
    vertical-align: middle;
}
form#mailformpro label.mfp_not_checked {
    padding: 10px;
    border: solid 1px #EEE;
}
form#mailformpro label.mfp_checked {
    padding: 10px;
    border: 1px none #CCC;
    background-color: #67b5ed;
    box-shadow: none;
    color: white;
}
.spantitle {
    width: 100%;
    background-color: rgb(26 115 232);
    display: block;
    border-left: 2px solid rgba(0,84,255,1.00);
    padding: 10px;
    margin-bottom: 15px;
    color: white;
}
.mfp_col2.kara {
    position: relative;
}
.mfp .mfp_rows .mfp_col2.kara::after {
    content: "～";
    color: #7fb7da;
    font-size: 129%;
    position: absolute;
    /* margin-top: 7px; */
    /* margin-left: 3px; */
    right: -10px;
    top: 10px;
}

form#mailformpro label.mfp_not_checked {
    background: white;
}
#mailformpro .mailform .mfp {
    font-weight: bold;
}
div#wrapper div#container form#mailformpro dl dt {
    padding-bottom: 10px;
    background-color: rgba(212,212,212,1.00)
}
div#wrapper div#container form#mailformpro dl dd {
    border: none;
    margin: 0px;
    padding: 10px;
    font-size: 12px;
    line-height: 1.5em;
    text-align: left;
    margin-bottom: 20px;
}
.mfp .mfp_rows.jomu input {
    width: 50px;
    min-width: 20%;
}
.mfp_rows .mfp_col32 {
    width: 30%;
    float: left;
        padding: 0 1.5%;
}

@media screen and (min-width: 801px){
    .sp {
        display: none
    }
}

@media screen and (max-width: 800px){
.mfp_rows .mfp_col32 {
    width: 50%;
}
    .pc {
        display: none;
    }
div.mfp_buttons button {
    font-size: 16px;
    padding: 10px;
    /* width: 60%; */
}
div#wrapper {
    border-radius: 0px;
    padding: 0px; 
    margin: 0px;
    width: 100%;
    box-shadow: none;
    border: none;
}
div#wrapper div#container {
    margin: 15px auto;
    background: #FFF;
    padding: 0px;
}
    .mfp_rows .mfp_col2 {
        width: 50%
    }    
}
</pre></body></html>