@charset "UTF-8";

input[type="radio"]{
    margin: 0 10px 0 0;
}
.contact-form {
    margin-bottom: 65px;
}

@media screen and (max-width: 767px) {
    .contact-form {
        margin-bottom: 40px;
    }
}

.contact-form .form-content {
    margin: 30px 0 74px;
}

@media screen and (max-width: 767px) {
    .contact-form .form-content {
        margin: 30px 0;
    }
}
.contact-form dl{
    margin-bottom: 58px;
}
@media screen and (max-width: 767px) {
    .contact-form dl{
        margin-bottom: 30px;
    }
}
.contact-form dt{
    margin-bottom: 10px;
    display: flex;
}
@media screen and (max-width: 767px) {
    .contact-form dt{
        margin-bottom: 5px;
    }
}
.contact-form dt p{
    color: #6E6E6E;
    font-size: 14px;
}
.contact-form dt strong{
    font-weight: 500;
    display: block;
}


.contact-form dt .hissu {
    color: #BD1A21;
    font-size: 12px;
    margin-left: 10px;
    margin-top: 4px;
}
.contact-form dd input[type="text"],
.contact-form dd input[type="password"],
.contact-form dd input[type="email"],
.contact-form dd input[type="url"],
.contact-form dd input[type="tel"] {
    border: 1px solid #BCBCBC;
    background: #fff2f2;
    height: 40px;
    border-radius: 5px;
    width: 100%;
    padding: 0 10px;
    color: #000;
}
.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="url"]::placeholder,
.contact-form dd input[type="tel"]::placeholder {
    color: #999999;
    font-size: 16px;
    font-weight: normal;
}

.contact-form dd textarea {
    width: 100%;
    height: 160px;
    padding: 5px 10px;
    resize: none;
    border: 1px solid #BCBCBC;
    color: #000;
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    .contact-form dd textarea {
        height: 160px;
    }
}
.contact-form dd textarea::placeholder {
    color: #8a8a8a;
    font-size: 16px;
    font-weight: normal;
}

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

@media screen and (max-width: 767px) {
    .contact-form dd .ipt-address {
        max-width: 330px;
    }
}

.contact-form dd input,
.contact-form dd select,
.contact-form dd optgroup,
.contact-form dd option,
.contact-form dd textarea {
    font-family: "游ゴシック体", "游ゴシック", "Yu Gothic", YuGothic, 'Noto Sans JP', "Sawarabi Gothic", "Hiragino Kaku Gothic ProN", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
    font-size: 14px;
    font-weight: normal;
}
.contact-form dd textarea{
    border: 1px solid #BCBCBC;
    color: #000;
    background-color: #fff2f2;
    border-radius: 5px;
}
.contact-form dd .list-radio {
    display: flex;
    flex-wrap: wrap;
}

.contact-form dd .list-radio li {
    margin-right: 40px;
}
.contact-form dd .list-radio label {
    text-indent: -35px;
    margin-left: 35px;
    display: inline-block;
    line-height: 1.3;
}

.contact-form dd .list-radio input[type="radio"],
.contact-form dd .list-checkbox input[type="checkbox"] {
    width: 17px;
    height: 17px;
    margin-right: 10px;
    margin-bottom: 3px;
    margin-top: 0;
}

.contact-form dd .list-checkbox {
    display: flex;
    flex-wrap: wrap;
}

.contact-form dd .list-checkbox li {
    margin-right: 55px;
    margin-bottom: 10px;
}
.contact-form dd .list-checkbox label{
    text-indent: -35px;
    margin-left: 35px;
    display: inline-block;
    line-height: 1.3;
}
.contact-form dd .list-checkbox .other {
    margin-bottom: 0;
    margin-right: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    width: 100%;
}

.contact-form dd .list-checkbox .other input[type="text"] {
    width: calc(100% - 90px);
    margin-left: 10px;
}

.contact-form dd .box-select {
    position: relative;
    width: 325px;
    max-width: 100%;
    background: #fff2f2;

}

.contact-form dd .box-select:after {
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 15px;
    margin: auto;
    width: 0;
    height: 0;
    border: solid #000000;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 3px;
    transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
}

.contact-form dd .box-select select {
    width: 100%;
    padding: 5px 20px 5px 10px;
    height: 40px;
    border: 1px solid #BCBCBC;
    color: #000;
    background-color: #fff2f2;
    -webkit-appearance: none;
    -moz-appearance: none;
    -o-appearance: none;
    appearance: none;
    position: relative;
    border-radius: 5px;
}

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

.contact-form dd .select_time {
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
    width: 50%;
}
.contact-submit{
text-align: center;
    background: #FF7A59;
    width: 415px;
    max-width: 90%;
    margin: 67px auto 0;
    border-radius: 5px;
    position: relative;
    transition: all 0.3s;
    -webkit-transition: all 0.3s;
    cursor: pointer;
}
@media screen and (min-width: 768px) {
    .contact-submit:hover{
        opacity: 0.8;
    }
    .contact-submit:hover:after{
        right: 15px;
    }
}

.contact-submit:after{
    content: '';
    position: absolute;
    top: 0;
    bottom: 0;
    right: 20px;
    margin: auto;
    width: 0;
    height: 0;
    border: solid #fff;
    border-width: 0 2px 2px 0;
    display: inline-block;
    padding: 4px;
    transform: rotate(-45deg);
    -webkit-transform: rotate(-45deg);
    transition: all 0.3s;
    -webkit-transition: all 0.3s;

    cursor: pointer;
}

.contact-submit input, .contact-submit a{
    display: block;
    cursor: pointer;
    color: #fff;
    text-decoration: none;
    background: none;
    border: none;
    font-size: 18px;
    height: 74px;
    line-height: 60px;
    font-weight: bold;
    width: 100%;
    letter-spacing: 2px;
    font-weight: normal;
    font-family: 'Noto Sans JP', "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴシック ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
    transition: all 0.5s;
    -webkit-transition: all 0.5s;
}
@media screen and (max-width: 767px) {
    .contact-submit input, .contact-submit a{
        font-size: 15px;
    }
}
.contact-submit a{
    line-height: 74px;
}
.box-time ul{
    display: flex;
    flex-wrap: wrap;
}
.box-time ul li{
    width: 33.3%;
    padding-right: 15px;
    display: flex;
    align-items: center;
}
.contact-form dd .box-time .box-select{
    width: 85px;
    margin-right: 10px;
}

.contact-form dd .box-time .box-select select{
    font-size: 17px;
}
.contact-form dd .box-time span{
    font-size: 17px;
}
.contact-form dd .check-box{
    margin-top: 20px;
}
.contact-form dd .check-box li{
    width: 100%;
    margin: 5px 0;
}

.contact-form dd .check-box li.other input[type="text"]{
    width: calc(100% - 80px);
}

.file-input {
    margin-top: 67px;
}

.file-input .contact-submit {
    margin-top: 0;
}

.file-input #uploadedImage {
    display: block;
    max-width: 100%;
    /* max-height: 300px; */
    margin: auto auto 67px;
}

.file-input [type="file"] {
  height: 0;
  overflow: hidden;
  width: 0;
}
.file-input [type="file"] + label {
    font-weight: bold;
    font-size: 18px;
    color: #fff;
    height: 74px;
    line-height: 74px;
}

@media screen and (max-width: 767px) {
    .file-input {
        margin-top: 30px;
    }
    .file-input #uploadedImage {
        margin: auto auto 30px;
    }
    .file-input [type="file"] + label {
        font-size: 13px;
        letter-spacing: 0;
    }
}
