.contact-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    padding: 5px 0;
}
.form-content{
}
.contact-form dt,
.contact-form dd {
    padding: 20px;
    position: relative;
}

.contact-form dt:before,
.contact-form dd:before {
    content: '';
    position: absolute;
    top: -6px;
    left: 0;
    width: 100%;
    border-top: 1px dashed #ccc;
}

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

    .contact-form dt,
    .contact-form dd {
        padding: 12px 0 20px;
    }
}

.contact-form dt {
    position: relative;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    /* flex-direction: column; */
    width: 25%;
    justify-content: flex-start;
    padding-right: 80px;
    background: #fbfbfb;
    font-size: 18px;
    
}

@media screen and (max-width: 767px) {
    .contact-form dt {
        width: 100%;
        padding-left: 60px;
        font-size: 16px;
        padding-right: 0;
    }
}

.contact-form dt .form-title {
    line-height: 1.5;
}

.contact-form dt small {
    font-size: 12px;
    display: block;
}

.contact-form dt .form-label {
    position: absolute;
    display: inline-block;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    text-align: center;
    line-height: 1;
    font-weight: normal;
    width: 41px;
    height: 25px;
    line-height: 25px;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
}

@media screen and (max-width: 767px) {
    .contact-form dt .form-label {
        right: auto;
        left: 0;
        top: 12px;
        bottom: auto;
    }
}

.contact-form dt .ninni {
    background-color: #1C2431;
}

.contact-form dt .hissu {
    background-color: #5AC1B2;
}

.contact-form dd {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 40px;
}

@media screen and (max-width: 767px) {
    .contact-form dd {
        width: 100%;
        display: block;
        padding-top: 10px;
        padding-left: 0;
        padding-bottom: 15px;
        border-top: none;
    }
}

.contact-form dd input[type="radio"] {
    display: inline-block;
    margin-right: 10px;
}

.contact-form dd input[type="text"],
.contact-form dd input[type="password"],
.contact-form dd input[type="email"],
.contact-form dd input[type="tel"] {
    padding: 5px 10px;
    height: 40px;
    width: 100%;
    border: 1px solid #E9EBEC;
    background: #fff;
    color: #000;
}

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

    .contact-form dd input[type="text"],
    .contact-form dd input[type="password"],
    .contact-form dd input[type="email"],
    .contact-form dd input[type="tel"] {
        height: 40px;
    }
}

.contact-form dd input[type="text"]::placeholder,
.contact-form dd input[type="password"]::placeholder,
.contact-form dd input[type="email"]::placeholder,
.contact-form dd input[type="tel"]::placeholder {
    font-weight: normal;
    color: #a8a8a8;
    line-height: 1.5;
    font-family: 'Noto Sans JP', "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}

.contact-form dd .ipt-address {
    max-width: 415px;
}

.contact-form dd input,
.contact-form dd select,
.contact-form dd optgroup,
.contact-form dd option,
.contact-form dd textarea {
    font-family: 'Noto Sans JP', "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 16px;
    background: #fff;
    font-weight: normal;
}

.contact-form dd .form-row {
    display: flex;
}

.contact-form dd .form-row .box-select {
    margin-left: 29px;
}

.contact-form dd .form-zip {
    margin-bottom: 20px;
    display: flex;
    flex-wrap: wrap;
    align-items: center;
}

.form-zip-btn {
    background: #ba7b70;
    border-radius: 5px;
    padding: 7px 10px;
    line-height: 1.5;
    margin-left: 20px;
    border: none;
    color: #fff;
}

@media screen and (max-width: 767px) {
    .form-zip-btn {
        margin: 10px 0;
        display: block;
        margin-left: 40px;
    }
}

.form-zip-btn:hover {
    opacity: 0.8;
    transition: all 0.5s;
}

.form-state {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 20px;
}

.contact-form dd .form-zip input[type="text"] {
    width: 270px;
}

@media screen and (max-width: 640px) {
    .contact-form dd .form-zip input[type="text"] {
        width: 230px;
    }
}

.contact-form dd .box-select {
    position: relative;
    width: 400px;
    max-width: 100%;
    margin-left: 20px;
}

@media screen and (max-width: 767px) {
    .contact-form dd .box-select {
        margin-left: 0;
    }
}

.contact-form dd .box-select:after {
    position: absolute;
    content: "";
    border-left: 6px solid transparent;
    border-right: 6px solid transparent;
    border-bottom: 9px solid transparent;
    border-top: 9px solid #000000;
    right: 10px;
    top: 40%;
    pointer-events: none;
}

.contact-form dd .box-select select {
    width: 100%;
    padding: 10px;
    height: 45px;
    border: 1px solid #D8D5D5;
    /* color: #818181;*/
    background-color: #ffffff;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
}

@media screen and (max-width: 767px) {
    .contact-form dd .box-select select {
        height: 45px;
        padding: 5px 20px 5px 10px;
    }
}

.contact-form .box-select select::-ms-expand {
    display: none;
}

.contact-form dd textarea {
    width: 100%;
    height: 160px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #e1e1e1;
}

.contact-form dd textarea::placeholder {
    color: #a8a8a8;
    line-height: 1.5;
}

.contact-form dd .list-radio {
    display: flex;
    flex-wrap: wrap;
}
.contact-form dd .list-radio li{
    margin: 7px 0;
    margin-right: 40px;
}
.contact-form dd .list-radio li.others{
    width: 100%;
    margin-right: 0;
    display: flex;
    justify-content: space-between;
}
.contact-form dd .list-radio li.others input[type="text"]{
    width: calc(100% - 100px);
}
.contact-form dd .list-radio input[type="radio"] {
    width: 15px;
    height: 15px;
}
.contact-form dd .select_time {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
}

.contact-form dd .select_time li {
    width: 47%;
}

.contact-form dd .select_time li select {
    width: calc(100% - 30px);
    height: 36px;
    border: 1px solid #000000;
}

.contact-form dd .flex .flex {
    margin: 5px 0;
    flex-wrap: nowrap;
}

.contact-submit {
    margin: 60px 0 20px;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .contact-submit {
        margin: 20px 0;
    }
}

.contact-submit input[type="checkbox"] {
    margin: 0 5px 3px 0;
}

.contact-submit-btn {
    text-align: center;
    text-decoration: none;
    display: inline-block;
    position: relative;
    border: 2px solid #1C1C1C;
    width: 300px;
    margin: 10px;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border-radius: 100px;
    background: #fff;
    color: #1C1C1C;
    position: relative;
}
.contact-submit-btn .arrow{
    position: absolute;
    top: 0;
    bottom: 0;
    right: 10px;
    margin: auto;
}
.contact-submit-btn.back .arrow{
    right: auto;
    left: 10px;
    transform: rotate(180deg);
    -webkit-transform: rotate(180deg);
}
.contact-submit-btn input,
.contact-submit-btn a {
    text-align: center;
    text-decoration: none;
    display: block;
    width: 100%;
    font-size: 16px;
    position: relative;
    border: none;
    background: none;
    outline: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    height: 60px;
    font-family: 'Zen Kaku Gothic New', sans-serif;
    border-radius: 100px;
    color: #1C1C1C;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 0 10px;
    cursor: pointer;
    font-weight: bold;
}

@media screen and (min-width: 768px) {

    .contact-submit-btn input:hover,
    .contact-submit-btn a:hover {
        background: #1C1C1C;
        color: #fff;
    }
}

.form-submit {
    margin-bottom: 30px;
}

.form-submit input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}