.bn.spring{
    width: 80%;
    margin: 0 auto;
}

@media screen and (max-width: 999px) {
    .bn.spring{
        width: 100%;
    }
}

.contact-box .message-group {
    margin: 0 0 35px
}

.contact-box .message {
    font-size: 18px;
    line-height: 40px;
    color: #d71517;
    font-weight: 600;
}

.contact-box .message-text {
    color: #c41134;
    font-weight: 700
}

.contact-box .contact-no {
    margin: 0;
    color: #333;
    font-weight: 700;
    font-size: 30px
}

    .contact-box .contact-no a {
        color: inherit
    }

.contact-box .error-text {
    margin: 5px 0 0;
    color: #c41134
}

.contact-box p {
    font-size: 18px;
}

.contact-form {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    margin: 0 0 20px;
    padding: 0;
    list-style: none;
    background: #dcfce7
}

.contact-form-heading {
    font-size: 24px;
    line-height: 80px;
    position: relative;
}

.contact-form-heading::before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  width: 100%;
  height: 1px;
  background-color: #6d371f;
  z-index: 0;
}

.contact-form-heading span {
  display: inline-block;
  padding-right: 15px;
  background-color: #fff;
  position: relative;
  z-index: 1;
}

.contact-form-group {
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
    width: 100%;
    padding: 0;
    background: #dcfce7;
    border-bottom: 1px solid #fff
}

    .contact-form-group fieldset {
        display: contents;
        border: 0
    }

.contact-form-control {
    display: block;
    width: 100%;
    box-sizing: border-box
}

.contact-form-grid {
    margin: 0 -5px
}

.acms-entry .contact-form-col, .contact-form-col {
    margin: 0 0 10px;
    padding: 0 5px
}

    .acms-entry .contact-form-col:last-child, .contact-form-col:last-child {
        margin: 0
    }
    
#mailContact{
    max-width: 1100px;
    margin: 0 auto;
}
.subContactMain02 .subTitle{
    font: bold 40px/60px 'NOTOSANSJP-REGULAR';
    text-align: center;
    margin-bottom: 20px;
}
.subContactMain02 ul li:first-child {
    border-top: 0;
    padding-top: 0;
}

.contact-box ul{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}
.contact-box ul li {
    padding: 12px 0 12px;
    font-size: 18px;
    line-height: 35px;
    width: 100%;
}
.contact-box ul li.short {
    width: 48%;
}

.contact-box ul li input[type="text"],
.contact-box ul li input[type="email"]{
    display: block;
    width: 100%;
    height: 64px;
    padding-left: 20px;
    border-radius: 5px;
    box-sizing: border-box;
}
.contact-box ul li input[type="text"]:read-only,
.contact-box ul li input[type="email"]:read-only{
    background-color: lightgrey;
    opacity: 0.7;
}
.contact-box ul li img{
    width: 80%;
}

.contact-box ul li div:first-child{
    font-weight: bold;
}
.contact-box ul li div em{
    color: #af0404;
}
.contact-box ul li div main p{
    color: rgb(153, 153, 153);
    font-size: 16px;
    font-weight: normal;
}
.acms-form-radio {
    display: inline-flex;
    width: 22%;
    align-items: center;
    height: 50px;
}
.acms-form-radio input {
    height: 18px !important;
    width: 24px !important;
}
.form-btn-box {
    margin: 0 10px 50px;
    text-align: center
}

.form-btn {
    display: inline-block
}

@media screen and (max-width: 999px) {
    .subContactMain02 .subTitle{
        font: bold 0.32rem / 1.2rem "NOTOSANSJP-REGULAR";
    }
    
    .subContactMain02 .contact-box{
        padding: 0 0.3rem;
    }
    .acms-form-radio {
        width: 100%;
    }
    
}
@media screen and (min-width:768px) {
    .form-btn-send {
        width: 100%;
        max-width: 360px
    }
}

.label-required {
    margin: 0 5px;
    padding: 2px 8px;
    color: #fff;
    background: #c41134;
    border-radius: 3px;
    font-size: 12px
}

@media screen and (min-width:768px) {
    .label-required {
        margin: 0 10px
    }
}

.contact-box input[required]:required, .contact-box textarea[required]:required {
    background: #fffdeb
}

.contact-box input.focused:invalid, .contact-box textarea.focused:invalid {
    background: #ffebee
}

.contact-box input[required]:valid, .contact-box textarea[required]:valid {
    background: #fff
}

.acms-form-group {
    display: inline-flex;
}

.acms-bottom {
    margin-bottom: 10px;
}

.btn-attention-block-large {
    display: block;
    margin: 60px auto 40px;
    width: 386px;
    height: 60px;
    background-color: #ff8f29;
    border: none;
    border-radius: 30px;
    font: normal 18px / 60px "NotoSansJP";
    color: #fff;
    cursor: pointer;
}

.btn-attention-block-large:hover {
    opacity: 0.8;
}

.btn-large {
    border: 0;
    line-height: 55px;
    width: 80px;
    height: 55px;
    text-align: center;
    -webkit-border-radius: 55px;
    -moz-border-radius: 55px;
    border-radius: 55px;
    font-size: 20px;
    background: #e5e5e5;
    margin-right: 10px;
}
.btn-large:hover {
    background: #cccccc;
}

@media screen and (max-width: 999px) {
    .btn-attention-block-large {
        width: 220px;
    }

}