@charset "utf-8";


.l-ctVisual {
  background-image:url(../image/ctVisual.jpg);
}

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

.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;
    border: 1px solid #ccc;
    border-radius: .5em;
    background-color: #fff;    
    font-weight: bold;
    letter-spacing: .1em;
}
.contact .form-nav__item.active {
    border: 1px solid #42bfdd;
    background-color: #42bfdd;
    color: #fff;
}

.privacy {
  text-align: center;
  margin: 30px auto;
}