@charset "UTF-8";
.contact-form dl {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    flex-wrap: wrap;
    position: relative;
    padding: 1rem 0;
    border-top: 1px solid #DDDDDD;
}
.contact-form dl:last-child{
    border-bottom: 1px solid #DDDDDD;
}
.contact-form dt,
.contact-form dd {
    padding: 1rem;
}
.contact-form dt {
    position: relative;
    width: 25%;
    flex-wrap: wrap;
    display: flex;
    align-items: center;
    font-weight: bold;
    font-size: 1.6rem;
    padding-right: 50px;
    background: #5BAFF8;
    border-radius: 0 50px 50px 0;
    color: #fff;
}
@media only screen and (max-width: 1199px){
    .contact-form dt {
        width: 30%;
    }
}
@media screen and (max-width: 767px) {
    .contact-form dt {
        width: 100%;
        padding-top: 15px;
        padding-bottom: 15px;
        font-size: 16px;
        padding-left: 75px;
        padding-right: 0;
    }
}

.contact-form dt .form-title {
    line-height: 1;
    margin-right: 10px;
}

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

.contact-form dt .form-label {
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    display: inline-block;
    text-align: center;
    line-height: 1;
    width: 60px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    font-size: 1.6rem;
    border-radius: 5px;
}
@media only screen and (max-width: 767px){
    .contact-form dt .form-label {
        width: 45px;
        height: 25px;
        line-height: 25px;
        font-size: 1.3rem;
        right: auto;
        left: 15px;
    }
}


.contact-form dt .ninni {
    background: #00478D;
}

.contact-form dt .hissu {
    background: #F9F107;
    color: #00478D;
}

.contact-form dd {
    width: 75%;
    display: flex;
    flex-direction: column;
    justify-content: center;
    padding-left: 4rem;
    padding-right: 4rem;
}
@media only screen and (max-width: 1199px){
    .contact-form dd {
        width: 70%;
    }
}
@media screen and (max-width: 767px) {
    .contact-form dd {
        width: 100%;
        display: block;
        padding: 10px 0 0;
    }
}
.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"],
.contact-form dd select{
    padding: 3px 10px;
    height: 40px;
    width: 100%;
    border: 1px solid #DDDDDD;
    color: #333333;
    font-size: 1.4rem;
}

.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', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}
@media screen and (max-width: 767px) {
.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-size: 13px;
    }
}
.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', "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    font-size: 1.4rem;
    background: #FDFDFD;
    font-weight: normal;
}
@media screen and (max-width: 767px) {
.contact-form dd input,
.contact-form dd select,
.contact-form dd optgroup,
.contact-form dd option,
    .contact-form dd textarea {
        font-size: 14px;
    }
}
.contact-form dd .form-row {
    display: flex;
}
.contact-form dd .form-zip {
    margin-bottom: 10px;
    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;
    }
}
.box-select {
  position: relative;
  display: inline-block;
    width: 400px;
    max-width: 100%;
    z-index: 1;
}

.box-select select {
  -webkit-appearance: none;
  -moz-appearance: none;
  -o-appearance: none;
  appearance: none;
}

.box-select select::-ms-expand {
  display: none;
}
.box-select:before {
    position: absolute;
    content: "";
    width: 40px;
    height: 100%;
    background: #00478D;
    right: 0;
    top: 0;
    pointer-events: none;
  }
.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 #fff;
  right: 13px;
  top: 40%;
  pointer-events: none;
}

select {
  width: 100%;
  padding: 5px 20px 5px 10px;
  height: 40px;
  border: 1px solid #888888;
  color: #999999;
  background-color: #f6f6f6;
  letter-spacing: 0.15em;
}

select:focus {
  border: 1px solid #d9dcdb;
  outline: none;
}

select option {
  color: #313131;
}
.contact-form dd textarea {
    width: 100%;
    height: 160px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #d9dcdb;
    border-radius: 5px;
}

.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 {
    position: relative;
    margin: 0.3rem 0;
    margin-right: 4rem;
}
.contact-form dd .list-radio li:last-child{
    margin-right: 0;
}
@media screen and (max-width: 767px) {
    .contact-form dd .list-radio .other input[type="text"]{
        margin-left: 0;
    }
}
@media only screen and (max-width: 480px){
    .contact-form dd .list-radio li{
        width: 100%;
    }
}
.contact-form dd .list-radio input[type="radio"] {
    width: 17px;
    height: 17px;
    border-color: #ddd;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
    opacity: 0;
}
.contact-form dd .list-radio label{
    position: relative;
    padding-left: 30px;
    display: inline-block;
}
.contact-form dd .list-radio label:before{
    content: '';
    position: absolute;
    top: 3px;
    left: 0;
    width: 17px;
    height: 17px;
    border-radius: 100%;
    border: 1px solid #ddd;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}
.contact-form dd .list-radio label:after{
    content: '';
    position: absolute;
    top: 7px;
    left: 4px;
    width: 9px;
    height: 9px;
    border-radius: 100%;
    background: #00478D;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    opacity: 0;
}
.contact-form dd .list-radio input[type="radio"]:checked+label:before {
    border-color: #004EA2;
}
.contact-form dd .list-radio input[type="radio"]:checked+label:after {
    opacity: 1;
}
.contact-form dd .list-checkbox{
    display: flex;
    flex-wrap: wrap;
}
.contact-form dd .list-checkbox li {
    padding: 5px 30px;
    padding-right: 0;
    position: relative;
    margin-right: 2%;
    margin: 3px 0;
    width: 25%;
}

.contact-form dd .list-checkbox input[type="checkbox"] {
    width: 20px;
    height: 20px;
    border-color: #d9dcdb;
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}

@media screen and (max-width: 767px) {
    .contact-form dd .list-checkbox li {
        width: 48%;
    }
}
@media screen and (max-width: 480px) {
    .contact-form dd .list-checkbox li{
        font-size: 13px;
        padding-left: 25px;
    }
    .contact-form dd .list-checkbox input[type="checkbox"] {
        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: 55px 0 18px;
    text-align: center;
}
.contact-submit #ck1{
    border: 1px solid #004EA2;
    width: 17px;
    height: 17px;
    position: relative;
    top: 2px;
}
@media screen and (max-width: 767px) {
    .contact-submit {
        margin: 2rem 0;
        text-align: center;
    }
}
.contact-submit-btn {
    text-decoration: none;
    display: inline-block;
    position: relative;
    width: 360px;
    margin: 10px;
    max-width: 100%;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    border: 2px solid #00478D;
    background-color: #00478D;
    border-radius: 50px;
    overflow: hidden;
    color: #fff;
    box-shadow: 0 3px 10px rgba(0,0,0,0.2);
    
}
@media screen and (max-width: 767px) {
    .contact-submit-btn {
        width: 250px;
    }
}
.contact-submit-btn .arrow {
    position: absolute;
    top: 0;
    left: 0.7rem;
    bottom: 0;
    margin: auto;
    z-index: 2;
}

.contact-submit-btn.back:after {
    right: auto;
    left: 20px;
    transform: rotate(135deg);
    -webkit-transform: rotate(135deg);
}

.contact-submit-btn input,
.contact-submit-btn a {
    text-align: center;
    text-decoration: none;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 55px;
    font-size: 2rem;
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    position: relative;
    border: none;
    background: none;
    outline: none;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    color: #fff;
    padding: 0 20px;
    cursor: pointer;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .contact-submit-btn input,
    .contact-submit-btn a {
        font-size: 16px;
        height: 50px;
    }
}
@media screen and (min-width: 768px) {
    .contact-submit-btn:hover {
        opacity: 0.8;
        box-shadow: 0 0 10px rgba(0,0,0,0.2);
    }
}

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

.form-submit input {
    width: 15px;
    height: 15px;
    margin-right: 5px;
}
.flex-ipt p{
    width: 40%;
    margin-right: 20px;
}
.birthday{
    display: flex;
    flex-wrap: wrap;
}
.birthday .flex{
    width: 25%;
    flex-wrap: nowrap;
    margin-right: 2rem;
}
.birthday .flex .box-select{
    margin-right: 0.8rem;
}
@media screen and (max-width: 767px) {
    .birthday li .box-select{
        width: 70px;
    }
    .birthday .box-select:before{
        width: 30px;
    }
    .birthday .box-select:after{
        right: 8px;
    }
    .birthday li p{
        margin-left: 5px;
    }
    .birthday .flex{
        width: 30%;
        margin-right: 1rem;
    }
}