.fontroboto {
    font-family: 'Roboto', sans-serif;
}

input[type="submit"],
input[type="button"] {
    border-radius: 0;
    -webkit-box-sizing: content-box;
    -webkit-appearance: button;
    appearance: button;
    box-sizing: border-box;
    cursor: pointer;
    background-color: transparent;
    color: #E4A80F;
    font-size: 14px;
    font-weight: bold;
}

input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration {
    display: none;
}

input[type="submit"]::focus,
input[type="button"]::focus {
    outline-offset: -2px;
}
.c-basic-btn:hover input[type="submit"]{
    color: #fff;
}

/*pc_css*/
@media screen and (min-width:751px) {

    #contact .header .innerbox {
        position: relative;
    }

    #contact .header ul li a {
        position: relative;
        display: inline-block;
        text-decoration: none;
        padding: 0 0;
        color: #1a1a1a;
        opacity: 1;
    }

    #contact .header ul li.contact a::after {
        position: absolute;
        top: -28px;
        left: 0;
        content: '';
        width: 100%;
        height: 4px;
        background: #E4A80F;
        transform: scale(1, 1);
        transform-origin: right top;
    }

    #contact .main {
        position: relative;
    }

    #contact .main .maininbox {
        padding: 80px 120px;
        border-bottom: 1px solid #DDDFE4;
    }

    #contact .main .tlcont {
        position: relative;
        text-align: left;
        margin: 0 0 0 0;
    }

    #contact .main .tlcont .maintlbox {
        display: inline-block;
        line-height: 2.2rem;
    }

    #contact .main .tlcont .maintlbox .mtl {
        font-size: 3.6rem;
        font-weight: 700;
        letter-spacing: 0.5rem;
    }

    #contact .main .tlcont .maintlbox .sub {
        font-size: 1.4rem;
        font-weight: 600;
        color: #E4A80F;
    }

    #contact .contactinner {
        width: 1000px;
        margin: 3rem auto;
    }

    #contact .contactinner .ctl {
        font-size: 24px;
        font-weight: 700;
        line-height: 45px;
        padding: 0 0 15px 0;
        margin: 0 0 20px 0;
        border-bottom: 1px solid #ccc;
    }

    #contact .contactinner .telcont {
        margin: 0 0 0 0;
    }

    #contact .contactinner .telcont p {
        display: inline;
    }

    #contact .contactinner .telcont a {
        color: #1a1a1a
    }

    #contact .contactinner .telcont .leftbox {
        float: left;
        font-size: 46px;
    }

    #contact .contactinner .telcont .wbox {
        display: inline-block;
        padding: 1px 10px;
        font-weight: 700;
        line-height: 36px;
        font-size: 18px;
        border: 1px solid #000;
        vertical-align: middle;
        position: relative;
        top: -5px;
        margin: 0 10px 0 0;
    }

    #contact .contactinner .telcont span {
        line-height: 5rem;
    }

    #contact .contactinner .telcont span:before {
        display: inline-block;
        content: "";
        width: 37px;
        height: 23px;
        background: url("/images/contact/tel_icon.png") no-repeat;
        background-size: 37px;
        margin: 0 10px 0 0;
    }

    #contact .contactinner .telcont .leftbox .intx {
        display: inline-block;
    }

    #contact .contactinner .telcont .leftbox span {
        font-size: 3rem;
    }

    #contact .contactinner .telcont .rightbox {
        font-size: 4.6rem;
        float: right;
        position: relative;
        top: -5px;

    }

    #contact .contactinner .telcont .leftbox span:before {
        display: none;
    }

    #contact .contactinner .ctx1 {
        margin: 0 0 70px 0;
        clear: both;
    }

    #contact .contactinner .ctx2 {
        margin: 0 0 40px 0;
        font-size: 14px;
    }

    #contact .contbox {
        background: #F2F2F2;
        padding: 20px 80px 80px;
    }

    #contact .cbtnbox {/*        padding: 90px 0;*/padding-top: 2%;padding-bottom: 1%;}

    .contbox table {
        width: 100%;
        margin: 0 0 0 0;
    }

    .contbox table {
        width: 100%;
    }

    .contbox table tr {}

    .contbox table tr th {
        padding: 60px 0 20px 0;
    }

    .contbox table tr th .intl {
        font-size: 20px;
        line-height: 28px;
        font-weight: normal;
        border-bottom: 1px solid #ccc;
        text-align: left;
        padding: 0 0 15px 0;
    }

    .contbox table tr td {
        padding: 20px 0 20px 0;
        border: none;
        vertical-align: top;
        border-left: none;
        border-right: none;
        line-height: 20px;
        position: relative;
        font-size: 14px;
    }

    .contbox table tr td span.check {
        color: #fff;
        display: block;
        margin: 0 0 0 0;
        background: #BF272D;
        font-size: 12px;
        line-height: 10px;
        padding: 5px 7px;
        position: absolute;
        top: 20px;
        right: 20px;
    }

    .contbox table tr td.pbox span.check {
        color: #fff;
        display: inline-block;
        margin: 0 0 0 0;
        float: right;
        background: #BF272D;
        font-size: 12px;
        line-height: 10px;
        padding: 5px 7px;
        position: relative;
        top: 0;
        right: 0;
    }


    span.error {
        margin: 10px 0 0 0;
        display: block;
    }

    .contactbox .thankstx {
        font-size: 2.6rem;
        font-weight: 700;
        margin: 0 0 30px 0;
        text-align: center;
    }

    .contbox table tr td:first-child {
        padding: 20px 20px 20px 0;
        width: 220px;
        box-sizing: border-box;
        vertical-align: top;
        font-weight: 500;
        font-size: 14px;
    }

    .contbox table tr td.pbox {
        padding: calc(1em + 20px) 20px 20px 0;
        border: none;
        vertical-align: top;
        border-left: none;
        border-right: none;
        line-height: 2rem;
    }

    .kakunin span.check {
        color: #088694;
        display: none !important;
    }

    .kakunin .contbox table tr td:first-child {
        padding: 20px 20px 20px 0;
        width: 220px;
        box-sizing: border-box;
        vertical-align: top;
        font-weight: nomal;
    }

    .kakunin .contbox table tr td .adressbox span {
        display: none;
    }

    .kakunin .contbox table tr.privacytr {
        display: none;
    }

    .contbox table tr td a {
        color: #666;
        text-decoration: underline;
    }

    input[type="text"],
    input[type="email"],
    input[type="button"] {
        margin: 0;
        padding: 0;
        background: #eaeaea;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    input[type="text"].box2 {
        width: 240px;
    }

    input[type="radio"] {
        position: relative;
        margin: -0.25em 5px 0 0;
    }

    input[type="text"],
    input[type="email"] {
        border: none;
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
        font-size: 14px;
        border: 1px solid #ccc;
        background: #fff;
    }

    .adressbox {
        margin: 0 0 10px 0;
    }

    .adressbox span.error {
        display: block !important;
        padding: 10px 0 0 90px;
        margin: 0 0 0 0;
    }

    .privacytr span.error {
        display: inline-block !important;
        margin: 0 0 0 0;
    }

    .adressbox span {
        width: 90px;
        display: inline-block;
    }

    .adressbox input {
        width: calc(100% - 90px);
    }

    .cbtnbox .hbtn {
        width: 340px;
        margin: 0 auto;
        position: relative;
    }

    .cbtnbox .hbtn:after {
        display: inline-block;
        width: 16px;
        height: 12px;
        background: url("/images/common/btn_arrow.png") no-repeat;
        background-size: 16px;
        position: absolute;
        top: 50%;
        right: 20px;
        margin: -6px 0 0 0;
        content: "";
        transition: right 0.3s;
    }

    .cbtnbox .hbtn:hover:after {
        right: 15px;
    }

    input[type="submit"].btn01 {
        padding: 25px 0;
        width: 100%;
        background: #000;
        color: #fff;
        letter-spacing: 0.1em;
        font-size: 2rem;
        text-align: center;
        text-decoration: none;
        display: block;
        transition: opacity 0.3s;
        border: none;
        cursor: pointer;
        position: relative;
    }

    input[type="submit"].btn02 {
        background: url("/images/contact/btn_arrow2.png") no-repeat, #fff;
        background-size: 16px;
        background-position: left 0 top 50%;
        color: #1a1a1a;
        width: 200px;
        border: none;
        font-weight: normal;
        padding: 15px 0;
        border-radius: 50px;
        cursor: pointer;
        margin: 80px auto 0;
        transition: all 0.3s;
        opacity: 1;
        letter-spacing: 0.1em;
        font-size: 2rem;
        display: block;
    }

    input[type="submit"]:hover {
        opacity: 0.8;

    }

    .kakunin .pcheck {
        display: none;
    }

    .pcheck a {
        color: #871b20;
        text-decoration: none;
        transition: opacity 0.3s;
    }

    .pcheck a:hover {
        opacity: 0.5;
    }

    a.backbtn {
        padding: 25px 0;
        width: 340px;
        margin: 90px auto 90px;
        color: #fff;
        letter-spacing: 0.1em;
        font-size: 2rem;
        text-align: center;
        text-decoration: none;
        display: block;
        transition: opacity 0.3s;
        border: none;
        cursor: pointer;
        position: relative;
        background: #1a1a1a;
    }

    a.backbtn:hover {
        opacity: 0.8;

    }

    a.backbtn:after {
        display: inline-block;
        width: 16px;
        height: 12px;
        background: url("/images/common/btn_arrow.png") no-repeat;
        background-size: 16px;
        position: absolute;
        top: 50%;
        right: 20px;
        margin: -6px 0 0 0;
        content: "";
        transition: right 0.3s;
    }

    a.backbtn:hover:after {
        right: 15px;
    }

    .contbox .cprivacybox {
        margin: 35px 0 50px 0;
        text-align: center;
    }

    .contbox .cbtnbox {
        text-align: center;
    }

    .kakunin .contbox .cprivacybox {
        margin: 35px 0 50px 0;
        text-align: center;
        display: none;
    }

    .kakunin .contbox .cbtnbox {
        text-align: center;
        margin: 0 0 100px 0;
    }

    ::-webkit-input-placeholder {
        color: #ccc;
    }

    ::-moz-placeholder {
        color: #ccc;
        opacity: 1;
    }

    :-ms-input-placeholder {
        color: #ccc;
    }

    select {
        width: 240px;
        padding: 15px 45px 15px 15px;
        outline: none;
        font-size: 14px;
        margin: 0 0 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        line-height: 1;
        display: inline-block;
        border: none;
        background: url(/images/contact/down_arrow.png) no-repeat, #fff;
        background-size: 10px;
        background-position: right 15px top 50%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 0;
    }

    .mwform-checkbox-field {
        width: auto;
        display: inline-block;
        margin: 0 0 0 0;
    }

    .pcheck .mwform-checkbox-field {
        width: auto;
        display: inline-block;
        margin: 0 0 40px 0;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin: 0 0 0 0 !important;
        display: inline-block;
        line-height: 1;
    }

    .mwform-radio-field input[type="radio"] {
        display: none;
    }

    .mwform-radio-field input[type="radio"]+span {
        position: relative;
        font-weight: normal;
        margin: 0 30px 15px 0 !important;
        display: inline-block;
        font-size: 14px;
    }

    .mwform-radio-field input[type="radio"]+span::before {
        margin: -2px 10px 0 0;
        content: " ";
        display: inline-block;
        width: 17px;
        height: 17px;
        border: 1px solid #ccc;
        background: #fff;
        vertical-align: middle;
    }

    .mwform-radio-field input[type="radio"]:checked+span::before {
        margin: -2px 10px 0 0;
        content: " ";
        display: inline-block;
        width: 17px;
        height: 17px;
        border: 1px solid #1a1a1a;
        background: #1a1a1a;
        vertical-align: middle;
    }

    .mwform-checkbox-field input[type="checkbox"] {
        display: none;
    }

    .mwform-checkbox-field input[type="checkbox"]+span {
        position: relative;
        font-weight: normal;
        margin: 0 30px 10px 0;
        display: inline-block;
        font-size: 14px;
    }

    .pcheck .mwform-checkbox-field input[type="checkbox"]+span {
        margin: 0 0 0 0;
    }

    .mwform-checkbox-field input[type="checkbox"]+span::before {
        margin: -2px 10px 0 0;
        content: " ";
        display: inline-block;
        width: 17px;
        height: 17px;
        border: 1px solid #ccc;
        background: #fff;
        vertical-align: middle;
    }

    .privacytr .mwform-checkbox-field input[type="checkbox"]+span {
        position: relative;
        font-weight: normal;
        margin: 0 0 0 0;
        display: inline-block;
    }

    .mwform-checkbox-field input[type="checkbox"]:checked+span::before {
        margin: -2px 10px 0 0;
        content: " ";
        display: inline-block;
        width: 17px;
        height: 17px;
        border: 1px solid #1a1a1a;
        background: #1a1a1a;
        vertical-align: middle;
    }

    textarea {
        border: none;
        padding: 15px;
        font-size: 14px;
        width: 100%;
        border: 1px solid #ccc;
        background: #fff;
        box-sizing: border-box;
        min-height: 145px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        font-family: 'Noto Sans JP', sans-serif;
    }

}

@media screen and (max-width:750px) {

    #contact .main {
        position: relative;
    }

    #contact .main .maininbox {
        padding: 80px 0 30px 0;
        border-bottom: 1px solid #DDDFE4;
        margin: 0 0 50px 0;
    }

    #contact .main .tlcont {
        position: relative;
        text-align: left;
        margin: 0 0 0 0;
    }

    #contact .main .tlcont .maintlbox {
        display: block;
        line-height: 1.5rem;
    }

    #contact .main .tlcont .maintlbox .mtl {
        font-size: 2.2rem;
        font-weight: 700;
        text-align: center;
        letter-spacing: 0.3rem;
    }

    #contact .main .tlcont .maintlbox .sub {
        font-size: 1.2rem;
        font-weight: 600;
        color: #E4A80F;
        text-align: center;
    }

    #contact .contactinner {
        width: 100%;
        margin: 0 auto;
    }

    #contact .contactinner .ctl {
        font-size: 16px;
        font-weight: 700;
        line-height: 28px;
        padding: 0 0 10px 0;
        margin: 0 auto 15px;
        border-bottom: 1px solid #ccc;
        text-align: center;
        width: 90%;
    }

    #contact .contactinner .telcont {
        margin: 0 0 0 0;
    }

    #contact .contactinner .telcont p {
        display: inline;
    }

    #contact .contactinner .telcont a {
        color: #1a1a1a
    }

    #contact .contactinner .telcont .leftbox {
        float: none;
        font-size: 25px;
        width: 90%;
        margin: 0 auto 2% auto;
        text-align: center;
    }

    #contact .contactinner .telcont .wbox {
        display: inline-block;
        padding: 1px 5px;
        font-weight: 700;
        line-height: 18px;
        font-size: 12px;
        border: 1px solid #000;
        vertical-align: middle;
        position: relative;
        top: 0;
        margin: 0 10px 0 0;
    }

    #contact .contactinner .telcont span {
        line-height: 43px;
    }

    #contact .contactinner .telcont span:before {
        display: inline-block;
        content: "";
        width: 20px;
        height: 12px;
        background: url("/images/contact/tel_icon.png") no-repeat;
        background-size: 20px;
        margin: 0 5px 0 0;
    }

    #contact .contactinner .telcont .leftbox .intx {
        display: inline-block;
    }

    #contact .contactinner .telcont .leftbox span {
        font-size: 17px;
    }

    #contact .contactinner .telcont .rightbox {
        font-size: 2.5rem;
        float: none;
        position: relative;
        top: -5px;
        text-align: center;

    }

    #contact .contactinner .telcont .leftbox span:before {
        display: none;
    }

    #contact .contactinner .ctx1 {
        margin: 0 auto 50px;
        text-align: center;
        width: 90%;

    }

    #contact .contactinner .ctx1.spl {
        text-align: left;

    }

    #contact .contactinner .ctx2 {
        margin: 0 auto 50px;
        width: 90%;
        font-size: 14px;
    }

    #contact .contbox {
        background: #F2F2F2;
        padding: 20px 5% 50px;
    }

    #contact .cbtnbox {
    }

    .contbox table {
        width: 100%;
        margin: 0 0 0 0;
    }

    .contbox table {
        width: 100%;
    }

    .contbox table tr {}

    .contbox table tr th {
        padding: 30px 0 0 0;
    }

    .contbox table tr th .intl {
        font-size: 14px;
        line-height: 28px;
        font-weight: 700;
        border-bottom: 1px solid #ccc;
        text-align: left;
        padding: 0 0 10px 0;
    }

    .contbox table tr td {
        padding: 20px 0 0 0;
        border: none;
        vertical-align: top;
        border-left: none;
        border-right: none;
        line-height: 20px;
        position: relative;
        display: block;
        font-size: 14px;
    }

    .kakunin .contbox table tr td {
        padding: 0 0 0 0;
        border: none;
        vertical-align: top;
        border-left: none;
        border-right: none;
        line-height: 2rem;
        position: relative;
        display: block;
    }

    .kakunin .contbox table tr td:first-child {
        padding: 20px 0 0 0;
        border: none;
        vertical-align: top;
        border-left: none;
        border-right: none;
        line-height: 2rem;
        position: relative;
        display: block;
        font-weight: 700;
    }

    .contbox table tr td span.check {
        color: #fff;
        display: inline-block;
        margin: 0 0 0 15px;
        background: #BF272D;
        font-size: 12px;
        line-height: 10px;
        padding: 5px 7px;
        position: relative;
    }

    .contbox table tr td.pbox span.check {
        color: #fff;
        display: inline-block;
        margin: 0 0 0 15px;
        float: none;
        background: #BF272D;
        font-size: 12px;
        line-height: 10px;
        padding: 5px 7px;
        position: relative;
    }


    span.error {
        margin: 10px 0 0 0;
        display: block;
    }

    .contactbox .thankstx {
        font-size: 1.6rem;
        font-weight: 700;
        margin: 0 auto 20px;
        text-align: center;
        width: 90%;
    }

    .contbox table tr td:first-child {
        padding: 20px 0 0 0;
        width: 100%;
        box-sizing: border-box;
        vertical-align: top;
        font-weight: 500;
        font-size: 14px;
    }

    .contbox table tr td.pbox {
        padding: calc(1em + 20px) 0 0 0;
        border: none;
        vertical-align: top;
        border-left: none;
        border-right: none;
        line-height: 2rem;
    }

    .kakunin span.check {
        color: #088694;
        display: none !important;
    }

    .kakunin .contbox table tr td:first-child {
        padding: 20px 0 0 0;
        width: 100%;
        box-sizing: border-box;
        vertical-align: top;
        font-weight: nomal;
    }

    .kakunin .contbox table tr td .adressbox span {
        display: none;
    }

    .kakunin .contbox table tr.privacytr {
        display: none;
    }

    .contbox table tr td a {
        color: #666;
        text-decoration: underline;
    }

    input[type="text"],
    input[type="email"],
    input[type="button"] {
        margin: 0;
        padding: 0;
        background: #eaeaea;
        border: none;
        border-radius: 0;
        outline: none;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
    }

    input[type="radio"] {
        position: relative;
        margin: -0.25em 5px 0 0;
    }

    input[type="text"],
    input[type="email"] {
        border: none;
        padding: 15px;
        width: 100%;
        box-sizing: border-box;
        font-size: 14px;
        border: 1px solid #ccc;
        background: #fff;
    }

    .adressbox {
        margin: 0 0 10px 0;
    }

    .adressbox span.error {
        display: block !important;
        padding: 10px 0 0 90px;
        margin: 0 0 0 0;
    }

    .privacytr span.error {
        display: inline-block !important;
        margin: 0 0 0 0;
    }

    .adressbox span {
        width: 80px;
        display: inline-block;
    }

    .adressbox input {
        width: calc(100% - 80px);
    }

    input[type="submit"].btn01 {
        padding: 20px 0;
        width: 220px;
        margin: 0 auto;
        background: url("/images/contact/btn_arrow.png") no-repeat, #1a1a1a;
        background-size: 16px;
        background-position: right 15px top 50%;
        color: #fff;
        letter-spacing: 0.1em;
        font-size: 1.3rem;
        text-align: center;
        text-decoration: none;
        display: block;
        transition: opacity 0.3s;
        border: none;
        cursor: pointer;
        position: relative;
        border-radius: 0;
    }

    input[type="submit"].btn02 {
        background: url("/images/contact/btn_arrow2.png") no-repeat, #fff;
        background-size: 16px;
        background-position: left 0 top 50%;
        color: #1a1a1a;
        width: 150px;
        border: none;
        font-weight: normal;
        padding: 15px 0;
        border-radius: 50px;
        cursor: pointer;
        margin: 30px auto 0;
        transition: all 0.3s;
        opacity: 1;
        letter-spacing: 0.1em;
        font-size: 1.3rem;
        display: block;
        border-radius: 0;
    }

    input[type="submit"]:hover {
        opacity: 0.8;

    }

    .kakunin .pcheck {
        display: none;
    }

    .pcheck a {
        color: #871b20;
        text-decoration: none;
        transition: opacity 0.3s;
    }

    .pcheck a:hover {
        opacity: 0.5;
    }

    a.backbtn {
        padding: 20px 0;
        width: 220px;
        margin: 0 auto 50px;
        background: url("/images/contact/btn_arrow.png") no-repeat, #1a1a1a;
        background-size: 16px;
        background-position: right 15px top 50%;
        color: #fff;
        letter-spacing: 0.1em;
        font-size: 1.3rem;
        text-align: center;
        text-decoration: none;
        display: block;
        transition: opacity 0.3s;
        border: none;
        cursor: pointer;
        position: relative;

    }

    a.backbtn:hover {
        opacity: 0.8;

    }

    .contbox .cprivacybox {
        margin: 35px 0 50px 0;
        text-align: center;
    }

    .contbox .cbtnbox {
        text-align: center;
    }

    .kakunin .contbox .cprivacybox {
        margin: 35px 0 50px 0;
        text-align: center;
        display: none;
    }

    .kakunin .contbox .cbtnbox {
        text-align: center;
        margin: 0 0 100px 0;
    }

    ::-webkit-input-placeholder {
        color: #ccc;
    }

    ::-moz-placeholder {
        color: #ccc;
        opacity: 1;
    }

    :-ms-input-placeholder {
        color: #ccc;
    }

    select {
        width: 240px;
        padding: 15px 45px 15px 15px;
        outline: none;
        font-size: 14px;
        margin: 0 0 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        line-height: 1;
        display: inline-block;
        border: none;
        background: url(/images/contact/down_arrow.png) no-repeat, #fff;
        background-size: 10px;
        background-position: right 15px top 50%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 0;
    }

    .adressbox select {
        width: calc(100% - 80px);
        padding: 15px 45px 15px 15px;
        outline: none;
        font-size: 14px;
        margin: 0 0 0 0;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        line-height: 1;
        display: inline-block;
        border: none;
        background: url(/images/contact/down_arrow.png) no-repeat, #fff;
        background-size: 10px;
        background-position: right 15px top 50%;
        box-sizing: border-box;
        border: 1px solid #ccc;
        border-radius: 0;
    }

    .mwform-checkbox-field {
        width: auto;
        display: inline-block;
        margin: 0 0 0 0;
    }

    .pcheck .mwform-checkbox-field {
        width: auto;
        display: inline-block;
        margin: 0 0 40px 0;
    }

    .mw_wp_form .horizontal-item+.horizontal-item {
        margin: 0 0 0 0 !important;
        display: inline-block;
        line-height: 1;
    }

    .mwform-radio-field input[type="radio"] {
        display: none;
    }

    .mwform-radio-field input[type="radio"]+span {
        position: relative;
        font-weight: normal;
        margin: 0 30px 15px 0 !important;
        display: inline-block;
        font-size: 14px;
    }

    .mwform-radio-field input[type="radio"]+span::before {
        margin: -2px 10px 0 0;
        content: " ";
        display: inline-block;
        width: 17px;
        height: 17px;
        border: 1px solid #ccc;
        background: #fff;
        vertical-align: middle;
    }

    .mwform-radio-field input[type="radio"]:checked+span::before {
        margin: -2px 10px 0 0;
        content: " ";
        display: inline-block;
        width: 17px;
        height: 17px;
        border: 1px solid #1a1a1a;
        background: #1a1a1a;
        vertical-align: middle;
    }

    .mwform-checkbox-field input[type="checkbox"] {
        display: none;
    }

    .mwform-checkbox-field input[type="checkbox"]+span {
        position: relative;
        font-weight: normal;
        margin: 0 30px 10px 0;
        display: inline-block;
        font-size: 14px;
    }

    .pcheck .mwform-checkbox-field input[type="checkbox"]+span {
        margin: 0 0 0 0;
    }

    .mwform-checkbox-field input[type="checkbox"]+span::before {
        margin: -2px 10px 0 0;
        content: " ";
        display: inline-block;
        width: 17px;
        height: 17px;
        border: 1px solid #ccc;
        background: #fff;
        vertical-align: middle;
    }

    .privacytr .mwform-checkbox-field input[type="checkbox"]+span {
        position: relative;
        font-weight: normal;
        margin: 0 0 0 0;
        display: inline-block;
    }

    .mwform-checkbox-field input[type="checkbox"]:checked+span::before {
        margin: -2px 10px 0 0;
        content: " ";
        display: inline-block;
        width: 17px;
        height: 17px;
        border: 1px solid #1a1a1a;
        background: #1a1a1a;
        vertical-align: middle;
    }

    textarea {
        border: none;
        padding: 15px;
        font-size: 14px;
        width: 100%;
        border: 1px solid #ccc;
        background: #fff;
        box-sizing: border-box;
        min-height: 145px;
        -webkit-appearance: none;
        -moz-appearance: none;
        appearance: none;
        outline: none;
        font-family: 'Noto Sans JP', sans-serif;
    }

}