.contact__wrap {
    padding: 40px 0 80px;
}

.input__area {
    margin-top: 48px;
}

.ttl-input__wrap {
    margin-bottom: 40px;
}

.ttl-input__wrap .hissu,
.address__wrap .hissu, .select-box03__wrap .hissu {
    font-size: 12px;
    color: #fff;
    font-weight: bold;
    position: relative;
    top: 0px;
    margin-right: 7px;
    background-color: #CA3C38;
    min-width: 32px;
    display: inline-block;
    border-radius: 3px;
    text-align: center;
    padding: 4px;
}

.ttl-input__wrap .nini, .select-box03__wrap .nini {
    background-color: #888A86;
}

.ttl__wrap {
    margin-bottom: 8px;
    font-size: 14px;
}

.ttl__wrap {
    font-weight: 500;
}

.name__wrap {
    display: flex;
    justify-content: space-between;
}

.name__wrap .ttl-input__wrap {
    width: 100%;
}

.name__wrap .ttl-input__wrap .name-r {
    display: none;
}

.name__wrap .name01 {
    margin-right: 20px;
}

.name__wrap .name02 .ttl__wrap {
    opacity: 0;
}

.contct-item .ttl__wrap {
    margin-bottom: 17px;
}

.contact-contents {
    margin-top: 3px;
}

.input__wrap input {
    /*  background-color: #f2f2f2; */
    height: 40px;
    width: 100%;
    font-size: 16px;
    padding: 0 10px;
    background-color: #F7F7F8;
    border: #707070 1px solid;
    border-radius: 3px;
}

.post-code input {
    width: 100%;
    margin-bottom: 0;
}

.entry-form textarea {
    background-color: #f2f2f2;
    width: 100%;
    height: 222px;
    /*  border: 1px solid #ccc;
  */
    font-size: 16px;
    padding: 10px;
}

.input__wrap {
    /* display: flex; */
    width: 100%;
}

.input__wrap .radio01 {
    margin-right: 40px;
}

.one {
    position: relative;
    display: block;
    padding-left: 40px;
    cursor: pointer;
    user-select: none;
    line-height: 1.4;
}

.one input {
    display: none;
}

.two {
    position: absolute;
    left: 0;
    height: 30px;
    width: 30px;
    border: solid 1px #CDD6DD;
    border-radius: 50%;
    box-sizing: border-box;
    top: -2px;
}

.two:after {
    content: "";
    position: absolute;
    background: #004BB1;
    border-radius: 50%;
    top: 5px;
    bottom: 5px;
    left: 5px;
    right: 5px;
    opacity: 0;
}

.one input:checked+.two:after {
    opacity: 1;
}

/* 住所 */
.address__input__list>li:not(:nth-last-child(-n+2)) {
    /* display: flex;
  align-items: center; */
    margin-bottom: 9px;
}

.address__input__ttl {
    /*  margin-bottom: 8px; */
    display: block;
}

.address>input {
    margin: 0;
    width: 129px;
}

.address__input__list>li:last-child .address__input__ttl {
    margin-bottom: 9px;
}

.address__input__list>li:last-child .address>input {
    width: 100%;
}

.form__name {
    /*   margin-bottom:13px; */
    font-weight: 500;
}

.form__input.quantity {
    position: relative;
    /*    width: 129px; */
    background-color: #F7F7F7;
    border-radius: 3px;
    padding: 1.5px;
    height: 40px;
    border: 1px solid #707070;
    /* max-width: 205px; */
}

.quantity select {
    width: calc(100% - 10px);
    /* height: 15px; */
    /* margin: 5px; */
    padding: 0 15px;
    border: 0;
    font-size: 16px;
    background: transparent;
    height: 100%;
    cursor: pointer;
    color: #CFCFCF;
}

select {
    color: #707070;
}

option {
    color: #000;
}

.form-group select {
    position: relative;
}

.quantity::before {
    content: "›";
    display: block;
    position: absolute;
    top: -6px;
    right: 13px;
    /*   width: 10px;
  height: 10px; */
    left: auto;
    /* border: solid 1px #535353;
  border-width: 0 0 1px 1px;
  pointer-events: none;
  transform: rotate(-45deg); */
    transform: rotate(90deg);
    font-size: 50px;
    font-weight: 100;
    color: #5D5D5D;
}

.select-box__wrap {
    /*   display: flex;
  align-items: center; */
}

select {
    text-transform: none;
    font-size: inherit;
    line-height: inherit;
    border-radius: 0;
    outline: 0;
    -webkit-appearance: none;
}

.cb__wrap {
    display: flex;
    flex-wrap: wrap;
    margin-bottom: 10px;
}

.cb {
    margin-right: 30px;
    margin-bottom: 10px;
}

/* input[type="checkbox"i] {

    margin: 0 10px 0 0;
    position: relative;
    top: 1px;
} */
.gokibonaiyo {
    margin-bottom: 15px;
}

.cb__list__ttl {
    margin-bottom: 9px;
}

.cb__list__wrap textarea {
    height: 136px;
}

.contact-contents textarea {
    height: 290px;
}

.cb__list__wrap {
    width: 100%;
}

.seibetu__wrap {
    display: flex;
}

.seibetu__item {
    margin-right: 15px;
}

.address__input__list .address {
    margin-bottom: 10px;
}

/* ファイル */
.file__wrap {
    margin-top: 24px;
}

.select-image {
    color: #666666;
}

#app,
#app02 {
    display: flex;
    align-items: center;
}

#app {
    margin-bottom: 11px;
}

.app__label {
    padding: 5px;
    min-width: 127px;
    height: 30px;
    color: #666666;
    cursor: pointer;
    transition: 0.3s;
    display: inline-block;
    border: #666666 1px solid;
    text-align: center;
    font-size: 16px;
}

input[type=file] {
    display: none;
}

#app p,
#app02 p {
    margin-left: 7px;
    color: #666666;
}

.file__input__bg {
    background-color: #f2f2f2;
    padding: 14px;
}

.file__under__txt {
    margin-top: 10px;
    font-size: 13.9px;
    line-height: 1.3571428571;
}

/*  */
.syusyokujokyo__wrap {
    margin-top: 27px;
}

.syusyokujokyo {
    display: flex;
}

.syusyokujokyo__item {
    margin-right: 15px;
}

/*  */
.send__wrap {
    /* text-align: center; */
    margin-top: 10px;
    line-height: 1.68;
}

.send__wrap .send__txt>a {
    /*  color: #00388B; */
    text-decoration: underline;
}

.send__txt__check {
    margin-bottom: 40px;
    font-size: 14px;
    font-weight: 600;
}

.send__txt__check span {
    text-decoration: underline;
}

.entry__btn {
    margin: 0 auto;
    width: 256px;
    height: 48px;
    background-color: #fff;
    border-radius: 100px;
    color: #2F2F2F;
    margin: 0 auto;
    border: #036EB8 1px solid;
    transition: background-color.3s, color .3s;
    background-color: #036EB8;
    color: #fff;
    display: block;
    font-size: 16px;
}

.entry__btn a {
    /*   color: #fff;
    text-decoration: none;
    padding: 15px 0 13px;
    width: 100%;
    display: block; */
}

.entry__btn>span {
    /*  margin-left: 5px; */
}

.entry__btn:disabled {
    margin: 0 auto;
    width: 256px;
    height: 48px;
    background-color: #fff;
    border-radius: 100px;
    color: #2F2F2F;
    margin: 0 auto;
    border: #036EB8 1px solid;
    transition: background-color.3s, color .3s;
}

textarea {
    background-color: #F7F7F7;
    width: 100%;
    height: 119px;
    /*  border: 1px solid #ccc;
  */
    font-size: 14px;
    line-height: 20px;
    padding: 10px;
    border: #707070 1px solid;
    border-radius: 3px;
}

.contact__wrap .common__btn {
    color: #fff;
    margin: 0 auto;
    max-width: 265px;
    width: 100%;
    display: block;
    margin-top: 60px;
}

.address__wrap {
    margin-bottom: 40px;
}

.address__wrap .input__wrap {
    margin-bottom: 20px;
}

.address__wrap .select-box__wrap {
    margin-bottom: 20px;
}

.address__wrap .select-box__wrap .form__input.quantity {
    width: 235px;
}

.select-box02 {
    margin-bottom: 40px;
}

.select-box02 .form__input.quantity {
    width: 100%;
    max-width: 320px;
}

.select-box03__wrap {
    margin-bottom: 40px;
}

.select-box03 {
    display: flex;
}

.select-box03 .select-box03-item01 {
    max-width: 120px;
    width: 100%;
}

.select-box03 .select-box03-item02 {
    margin: 0 12px;
    max-width: 100px;
    width: 100%;
}

.select-box03 .select-box03-item03 {
    max-width: 100px;
    width: 100%;
}

.select-box03 .form__input.quantity {
    width: 100%;
}

.address__wrap .address__item01 {
    width: 235px;
}

.textarea__under {
    font-size: 14px;
    line-height: 1.4285714286;
    margin-top: 14px;
}

.textarea__input {
    margin-bottom: 0;
}

.contact__btn {
    max-width: 320px;
    background-color: #000000;
    height: 69px;
    border-radius: 50px;
    font-size: 20px;
    font-weight: 500;
    margin: 0 auto;
    margin-top: 30px;
}

.contact__btn a {
    color: #fff;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}

.doui {
    margin-bottom: 0;
}

input[type="checkbox"] {
    position: relative;
    width: 16px;
    height: 16px;
    border: 1px solid #707070;
    border-radius: 100px;
    vertical-align: -3px;
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    background-color: #F7F7F7;
    /*   top: 2px; */
    margin: 0;
    margin-right: 4px;
}

input[type="checkbox"]:checked:before {
    position: absolute;
    top: 1px;
    left: 4px;
    transform: rotate(50deg);
    width: 6px;
    height: 12px;
    border-right: 2px solid #000;
    border-bottom: 2px solid #000;
    content: '';
}


.cb__area__wrap {

    margin-bottom: 30px;
    display: flex;
    flex-wrap: wrap;
}

.cb__area {

    margin-bottom: 10px;
    font-weight: 600;
    font-size: 14px;
}

.cb__area__wrap .cb__area:not(:last-child) {
    margin-right: 32px;
}


.error {
    display: none;
    /* または visibility: hidden; */
    color: red;
    /* エラーメッセージの色 */
    /* その他のスタイル */
}

/* .invalid クラスが追加されたエラーメッセージを表示 */
.error.invalid {
    display: block;
    /* または visibility: visible; */
    margin-top: 4px;
}

.end-message {
    display: none;
    text-align: center;
    line-height: 1.5;
}

.false-message {
    display: none;
}

#js-submitButton {
    background-color: #000;
    max-width: 320px;
    width: 100%;
    height: 56px;
    margin: 0 auto;
    color: #fff;
    font-size: 0;
    display: block;
    border-radius: 8px;


}

#js-submitButton::before {
    content: "入力した内容の";
    font-size: 20px;

}

.false-message {
    color: red;
    margin-top: 8px;
    text-align: center;
}

.entry__btn span {
    margin-left: 12px;
    font-size: 9px;
    position: relative;
    top: -2px;
}

input::placeholder, textarea::placeholder {
    color: #CFCFCF;
}

@media screen and (min-width: 768px) {
    .contact__wrap {
        padding: 64px 0 128px;
    }

    .input__area {
        max-width: 736px;
        margin: 0 auto;
        margin-top: 68px;
    }


}

/*# sourceMappingURL=contact.css.map */