
    /* ::placeholder {
        color:#333;
      } */

.mail_box {
    /* background-color: #e9e9e9; */
    background-color: rgb(159 127 79 / 50%);
    padding: 5% 0;
    text-align: center;
    font-size: 62.5%;
    margin-top: 10%;
}

.mail_box .crimson {
    color: #ed143d
}

.mail_box .mail-form {
    background-color: #ffffff
}

.mail_box .tb-cell {
    display: table;
    width: 100%;
    margin: 0 auto;
    text-align: left
}

.mail_box .tb-cell .row {
    display: table-row
}

.mail_box .tb-cell .row .cell {
    display: table-cell;
    padding: 10px;
    vertical-align: middle;
    /* color: #777; */
    color: #9f7f4f;
    font-size: 1.4rem;
    /* width: 180px */
}

.mail_box input[type="email"], .mail_box input[type="text"] {
    height: 30px;
    width: 200px;
    font-size: 1rem;
    border: 1px solid #ced4da;
    padding-left: 5px
}

.mail_box textarea {
    height: 75pt;
    width: 100%;
    border: 1px solid #ced4da;
    padding-left: 5px;
    font: 400 1rem Arial
}

.mail_box button {
    color: #fff;
    border: 0;
    padding: 10px;
    font-size: 1.2rem;
    cursor: pointer
}

.mail_box button[type="button"] {
    margin-left: 10px
}

.mail_box button[type="reset"] {
    background: #aaa
}

.mail_box button[type="button"], .mail_box button[type="submit"] {
    background: #333
}

.mail_box button[type="button"]:hover, .mail_box button[type="submit"]:hover {
    background: #bbb
}

.mail_box button[type="reset"]:hover {
    text-decoration: underline
}

@media (min-width: 415px) {
    .mail_box input[type="text"], .mail_box input[type="email"] {
        width: 300px;
        padding-left: 5px
    }

    .mail_box textarea {
        width: 300px
    }

    .mail_box button {
        padding: 10px 40px
    }
}

@media (min-width: 767px) {
    .mail_box .tb-cell {
        width: 100%;
        max-width: 1000px;
        padding: 5%
    }

    .mail_box input[type="email"], .mail_box input[type="text"] {
        width: 300px;
        padding-left: 5px
    }

    .mail_box textarea {
        width: 500px
    }

    .mail_box button {
        padding: 10px 70pt
    }
}

@media (max-width: 767px) {
    .mail_box{
        padding: 5% 0 20%;
    }
    .mail_box .tb-cell .row .cell {
        font-size: 1.2rem;
        /* padding:5%; */
    }

    .mail_box input[type="email"], .mail_box input[type="text"] {
        font-size: 1.2rem
    }
}

/*  */

.pc_none {display: block}
.sp_none {display: none}
@media screen and (min-width: 768px) {
    .pc_none {display: none}
    .sp_none {display: block}
}
.flowArea {
    padding: 100px 0 0
}

.flowArea__inner {
    padding: 0;
    max-width: 1100px;
    margin: 0 auto;
    padding: 5%;
}

.flowArea__inner__title {
    font-size: 1.4rem;
    margin-bottom: 10%;
}
  
@media (min-width: 768px) {
    .flowArea__inner__title {
        font-size: 3rem
    }
}
  
.flowArea__inner__box {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    margin-bottom: 10%
}
  
.flowArea__inner__box--step {
    width: 18%
}

.flowArea__inner__box--step::after {
    content: "";
    display: block;
    border-right: 1px solid;
    height: 220px;
    -webkit-transform: translate(-20px, 20px);
    transform: translate(-20px, 20px)
}

.flowArea__inner__box--content {
    width: 75%
}

.flowArea__inner__box--contentTitle {
    padding: 20px 0;
    font-size: 18px;
    font-weight: bold;
}

.flowArea__inner__box--contentText {
    font-size: 16px;
    text-align: left;
}

@media (min-width: 768px) {
    .flowArea__inner__box--step::after {
        height: 310px;
        -webkit-transform: translate(-60px, -20px);
        transform: translate(-60px, -20px)
    }
    .flowArea__inner__box--content {
        width: 70%
    }
}