@charset "UTF-8";
#container {
    padding-top: 0 !important;
}
.addValidation{
    display: none;
}
header{
    background-color: #fff;
    padding: 15px 25px;
    border-bottom:3px solid #FF7E2A;
}
header .header_inn .header_inn__logo{
    display: flex;
    align-items: center;
}

.header_inn__logo img{
    width: auto;
    height: 50px;
    display: block;
}
.header_inn__logo a{
    margin-left: 20px;
}
.header_inn__logo a:nth-child(1){
    margin-left: 0;
}
#main{
    padding: 100px 0 10px;
    margin-bottom: 60px !important;
}
#main h1{
    text-align: center;
    font-size: 32px;
    font-weight: 700;
    letter-spacing: .05em;
    color: #333;
}
/* #wrapper{
    padding: 40px 0;
} */
.box_caption{
    margin: 45px 0;
}
.box_caption p{
   font-size:14px;
   margin-top: 1em;
}
.box_caption p:nth-child(1){
    margin-top: 0;
}
.contactForm{
    width: 90%;
    max-width: 1000px;
    margin: 0 auto;
}
.formrun > div{
    display: flex;
    flex-wrap: wrap;
    margin-top: 25px;
    align-items: center;
}
.formrun > div .zipNumber input{
    max-width: 140px;
    width: 100%!important;
}
.formrun > div:nth-child(1){
    margin-top: 0;
}
.formrun > div label{
    font-size:16px;
    font-weight: bold;
    width: 250px;
}
.formrun > div label .specify{
    font-size:12px;
}
.formrun > div input[type="text"],.formrun > div input[type="number"],.formrun > div select,.formrun > div textarea{
    height: 40px;
    width: calc(100% - 250px);
    box-sizing: border-box;
    font-size: 1rem;
    padding: 5px 10px;
    /* border-radius: 0; */
    /* border:1px solid #fff; */
    /* -webkit-appearance: none;
	-moz-appearance: none;
	appearance: none; */
}

/* 旧Edge対応 */
input::-ms-input-placeholder {
    color: #dedede;
  }
  /* IE対応 */
input::placeholder {
    color: #dedede;
  }
.formrun > div select{
    width: unset;
}
.formrun > div textarea{
    height: 210px;
}
.formrun .text-danger{
    padding-left: 250px;
    font-weight: bold;
    color:#ff1818;
    width: 100%;
}

.formrun .zipNumber .text-danger{
    padding-left: 0;
    padding-right: 0;
}
.formrun .field-from-agree-add-more-wrapper{
    margin-left: auto;
    margin-right: auto;
    width: 100%;
    /* max-width: 750px; */
}
.formrun .field-from-agree-add-more-wrapper a{
    color: #0068b7!important;
    text-decoration: underline!important;
}
.formrun .field-from-agree-add-more-wrapper p{
    width: 100%;
}
.formrun .field-from-agree-check{
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
}
.formrun .field-from-agree-check input[type="checkbox"]{
   width: 30px;
}
.formrun .field-from-agree-check label{
    width: unset;
}
.formrun .field-from-agree-check .text-danger{
    width: 100%;
    text-align: center;
    padding-left: 0;
}
.text-center{
    text-align: center;
}
.icon_contact_caption{
    display: inline-block;
    margin-left: 10px;
    padding: 2px 5px;
    font-size: .7rem;
    line-height: 1;
    color: #fff;
    border-radius: 4px;
    background-color: #ff1818;
}
.btn_check{
    background-color: #ff7f2a86;
    color:#fff;
    width: 410px;
    height: 60px;
    font-size: 16px;
    font-weight: 700;
    color: #fff;
    border: none;
    display: block;
    margin: 55px auto 0 auto;
    cursor: pointer;
}
.btn_check.active{
    background-color: #FF7E2A;
}
.anotheTab{
    background: url(https://www.le-trois.jp/common/img/floor/detail/icon_blank.png) right center no-repeat;
    padding-right: 30px;
}
body.formrun-system-confirm{
    overflow: hidden;
}
.formrun-system-confirm .formrun .formrun-show-if-confirm .inner{
   overflow: unset;
   height: auto;
}
.formrun .formrun-show-if-confirm{
    position: fixed;
    top:0;
    left:0;
   width: 100%;
   height: 100vh;
   overflow-y: scroll;
    display: block;
    background-color: rgba(0,0,0,.5);
}
.formrun .formrun-show-if-confirm .inner{
    overflow: hidden;
    height: 0px;
 
    width: 90%;
    max-width: 750px;
    border-radius: 15px;
    background-color: #fff;
    padding: 50px;
    margin: 0 auto;
    margin-top: 100px;
    margin-bottom: 100px;
}
.formrun .formrun-show-if-confirm .title{
    font-size:24px;
    font-weight: bold;
    text-align: center;
}
.formrun .formrun-show-if-confirm .textBox{
    text-align: center;
    margin-top: 45px;
}
.textBox a{
    color:#0068b7!important;
    text-decoration: underline!important;
}
.formrun .formrun-show-if-confirm .confirmItem{
    margin-top: 30px; 
}
/* .formrun .formrun-show-if-confirm .confirmItem:nth-child(1){
    margin-top: 0;
} */
.formrun .formrun-show-if-confirm .confirmItem > div:nth-child(1){
    width: 250px;
    display: flex;
    flex-wrap: wrap;
}
.formrun .formrun-show-if-confirm .confirmItem > div:nth-child(2){
    width: calc(100% - 150px);
}
.formrun .formrun-show-if-confirm .confirmItem > div.zipNumber{
    display: flex;
}
.formrun .formrun-show-if-confirm .btnBox{
    display: flex;
    justify-content: center;
    margin-top: 50px;
}
.formrun .formrun-show-if-confirm .btnBox .backBtn {
    width: 48%;
    height: 50px;
    margin-top: 0;
    background-color: #222;
    color:#fff;
    text-align: center;
    display: flex;
    align-self: center;
    justify-content: center;
    cursor: pointer;
    position: relative;
}
.formrun .formrun-show-if-confirm .btnBox .backBtn:hover span{
   
    color:#fff!important;
}

.formrun .formrun-show-if-confirm .btnBox .backBtn span{
    color:#fff;
    display: inline;
    position: absolute;
    top:50%;
    left:50%;
    transform: translateY(-50%) translateX(-50%);
}

.formrun .formrun-show-if-confirm .btnBox .btn_check {
    width: 48%;
    height: 50px;
    margin-top: 0;
}
/* sp */
@media (max-width: 768px) {
    header .header_inn .header_inn__logo{
        justify-content: center;
    }
    #container #main{
        padding: 45px 0;
    }
    .box_caption {
        margin: 25px 0;
    }
    #main h1 {
        font-size: 24px;
    }
    .formrun > div label {
        font-size: 14px;
        width: 100%;
    }
    .formrun > div input[type="text"], .formrun > div input[type="number"], .formrun > div select, .formrun > div textarea {
        height: 30px;
        width: 100%;
        font-size:.8rem;
    }
    .formrun > div textarea {
        height: 200px;
    }
    .formrun > div > .text-danger {
        padding-left: 0;
        font-size:12px;
    }
    .formrun .field-from-agree-add-more-wrapper{
        text-align: left;
    }
    .formrun .zipNumber input[type="text"]{
        width: 100px;
    }
    .box_caption p {
        font-size: 13px;
    }
    .btn_check{
    width: 310px;
    height: 40px;
    font-size: 14px;
    margin: 45px auto 0 auto;
    }
    .formrun .formrun-show-if-confirm .inner {
        max-width: 320px;
        border-radius: 15px;
        padding: 20px;
    }
    .formrun .formrun-show-if-confirm .title {
        font-size: 17px;
    }
    .formrun .formrun-show-if-confirm .textBox {
        margin-top: 25px;
    }
}