html {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

html input,
html select {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

form.form {
    font-family: "Yu Gothic Medium", "游ゴシック Medium", YuGothic, "游ゴシック体", "ヒラギノ角ゴ ProN W3", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

form.form .privacy-policy {
    text-align: center;
}

form.form .privacy-policy a {
    text-decoration: none;
    color: #50c8a7;
}

form.form .privacy-policy a:hover {
    color: #9ee0ce;
}

form.form input.text {
    width: 100%;
}

form.form p.no-label {
    margin: 0 !important;
    padding: 10px !important;
}

form.form p.error {
    color: #ED1E79 !important;
}

form.form p.form-field {
    margin: 0;
    font-size: 14px;
    font-weight: 100;
    padding: 10px;
    text-align: left;
}

form.form p.form-field.field-center {
    text-align: center;
}

form.form p.form-field.required .field-label:after {
    content: "必須";
    display: inline-block;
    font-style: normal;
    line-height: 0.64em;
    padding: 5px 3px;
    margin: 0.1em 0.5em;
    border-radius: 2px;
    color: #ED1E79;
}

form.form p.form-field label {
    width: auto;
}

form.form p.form-field .field-label {
    display: block;
    text-align: left;
    padding-bottom: 5px;
    width: 100%;
    color: #666;
    font-weight: 100;
}

form.form p.form-field span.value {
    margin-left: 0;
}

form.form p.form-field span.value>span {
    margin-bottom: 4px;
}

form.form p.form-field span.description {
    margin-left: 0;
    font-size: 11px;
}

form.form p.form-field .text {
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    line-height: 1.8;
    padding: 13px;
    border: 1px solid #ddd;
    border-radius: 2px;
    outline: none;
    color: #333;
}

form.form p.form-field .text:focus {
    border-color: #50C8A7;
}

form.form .form-field.pd-date {
    margin: 0;
    font-size: 14px;
    font-weight: 100;
    padding: 10px;
}

form.form .form-field.pd-date .date {
    font-size: 14px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    line-height: 1.8;
    padding: 13px;
    border: 1px solid #ddd;
    border-radius: 2px;
    outline: none;
    color: #333;
    padding-left: 26px;
}

form.form .form-field.pd-date .date:focus {
    border-color: #50C8A7;
}

form.form .form-field.pd-select {
    position: relative;
}

form.form .form-field.pd-select::after {
    position: absolute;
    top: 4.4em;
    right: 1.7em;
    width: 0;
    height: 0;
    padding: 0;
    content: '';
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-top: 6px solid #999;
    pointer-events: none;
}

form.form .form-field.pd-select .select {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    position: relative;
    box-sizing: border-box;
    font-size: 14px;
    width: 100%;
    height: auto;
    line-height: 1.8;
    padding: 13px;
    border: 1px solid #ddd;
    border-radius: 2px;
    outline: none;
    color: #333;
}

form.form .form-field.pd-select .select:focus {
    border-color: #50C8A7;
}

form.form .form-field.pd-checkbox .value input[type='checkbox'] {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    margin: 1px 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none;
}

form.form .form-field.pd-checkbox .value input[type='checkbox']:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    opacity: 1;
    border: 1px solid #999;
    cursor: pointer;
}

form.form .form-field.pd-checkbox .value input[type='checkbox']:checked:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: -3px;
    left: 5px;
    width: 7px;
    height: 14px;
    margin: 0;
    padding: 0;
    border-bottom: 2px solid #7fbee7;
    border-right: 2px solid #7fbee7;
    background-color: transparent;
    box-shadow: none;
    transform: rotate(40deg);
    cursor: pointer;
}

form.form .form-field.pd-checkbox .value input[type='checkbox']:checked+label {
    color: #7fbee7;
}

form.form .form-field.pd-checkbox .value label {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 5px 0 0;
    padding: 3px 5px;
    line-height: 1;
    color: rgba(51, 51, 51, 0.6);
    border: none;
    flex: 0 1 auto;
    font-size: 13px;
    cursor: pointer;
}

form.form .form-field.pd-radio .value input[type='radio'] {
    box-sizing: border-box;
    position: relative;
    display: inline-block;
    vertical-align: top;
    width: 15px;
    margin: 1px 0;
    background-color: transparent;
    box-shadow: none;
    -webkit-appearance: none;
    outline: none;
}

form.form .form-field.pd-radio .value input[type='radio']:before {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 0;
    left: 0;
    width: 15px;
    height: 15px;
    opacity: 1;
    border: 1px solid #999;
    border-radius: 50%;
    cursor: pointer;
}

form.form .form-field.pd-radio .value input[type='radio']:checked:after {
    content: "";
    display: block;
    box-sizing: border-box;
    position: absolute;
    top: 4px;
    left: 4px;
    width: 7px;
    height: 7px;
    margin: 0;
    padding: 0;
    background: #7fbee7;
    border-radius: 50%;
    box-shadow: none;
    cursor: pointer;
}

form.form .form-field.pd-radio .value input[type='radio']:checked+label {
    color: #7fbee7;
}

form.form .form-field.pd-radio .value label {
    display: inline-block;
    box-sizing: border-box;
    vertical-align: top;
    margin: 0 5px 0 0;
    padding: 3px 5px;
    line-height: 1;
    color: rgba(51, 51, 51, 0.6);
    border: none;
    flex: 0 1 auto;
    font-size: 13px;
    cursor: pointer;
}

form.form p.submit {
    margin: 0 !important;
    text-align: center;
}

form.form p.submit>input[type='submit'] {
    box-sizing: border-box;
    text-align: center;
    width: 100%;
    min-width: 100px;
    max-width: 420px;
    margin: 60px auto 0;
    padding: 20px 0;
    border: 1px solid #28A13A;
    border-radius: 35px;
    background-color: #28A13A;
    box-shadow: none;
    outline: none;
    transition: all 0.4s;
    color: #fff;
    font-size: 14px;
    font-weight: 300;
    cursor: pointer;
    -webkit-appearance: button;
}

form.form p.submit>input[type='submit']:hover {
    color: #28A13A;
    background-color: #fff;
}



/* SP CSS */
@media screen and (max-width: 600px) {
    body {
        margin: 0 !important;
    }

    form.form {
        padding: 0 !important;
    }

    form.form p.form-field {
        font-size: 13px;
    }

    form.form .form-field.pd-select::after {
        position: absolute;
        top: 4em;
        right: 1.5em;
    }
}

form.form .form-field.pd-textarea textarea {
    font-size: 16px;
    box-sizing: border-box;
    width: 100%;
    height: auto;
    line-height: 1.8;
    padding: 13px;
    border: 1px solid #ddd;
    border-radius: 2px;
    outline: 0;
    color: #333;
}

form.form .form-field.pd-textarea textarea:focus {
    border-color: #50C8A7;
}