@charset "utf-8";


.subvisual .icon {
    float: left;
    width: 110px;
    margin-right: 1em;
}

.contents {
    padding-bottom: 80px;
}


/* ------------------------------------------------------------------------------------------------------------------------/
	メールフォーム
/------------------------------------------------------------------------------------------------------------------------ */

.contact {
    width:100%;
    box-sizing:border-box;
    margin:0 auto;
}

.contact .form-nav {
    display: flex;
    justify-content: center;
    margin-bottom: 36px;
}
.contact .form-nav__item {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    max-width: 220px;
    padding: 1em 0;
    margin: 0 16px;
    font-weight: bold;
    letter-spacing: .1em;
    border: 1px solid #2b2d42;
    background-color: #fff;    
}
.contact .form-nav__item.active {
    background-color: #2b2d42;
    color: #fff;
}

.contact .intro {
    text-align: center;
    margin-bottom: 36px;
}

#consensus {
  text-align: center;
  margin: 30px auto;
}