@charset "utf-8";

.co_8b select{
    width: 100px;
    height: 60px;
    text-indent: 1.5em;
    border: 1px solid #aa965c;
    background: #f8f8f4;
    border-radius: 5px;
    font-size: 120%;
}

.co_8b input {
    width: 100px;
    height: 60px;
    text-indent: 1.5em;
    border: 1px solid #aa965c;
    background: #f8f8f4;
    border-radius: 5px;
    font-size: 120%;
    margin-right: 10px;
}


.fadeIn{
animation-name:fadeUpAnime;
animation-duration:0.5s;
animation-fill-mode:forwards;
opacity:0;
}

@keyframes fadeUpAnime{
  from {
    opacity: 0;
  transform: translateY(100px);
  }

  to {
    opacity: 1;
  transform: translateY(0);
  }
}

.co_7 div.co_9b{
    width: 200px;
    margin: 70px auto;
}
.co_9b input[type=button] {
    -webkit-appearance: none;
    width: 200px;
    height: 50px;
    background: #ccc;
    font-size: 100%;
    font-weight: bold;
    letter-spacing: 2px;
    cursor: pointer;
    border: none;
    border-radius: 25px;
}

.br-sp{
    display: none;
}

.cbox2 {
    display: flex;
    align-items: center;
}

.cbox2 input {
    width: auto;
    height: auto;
    text-indent: 2em;
    border: none;
    background: #f8f8f4;
    border-radius: 5px;
    font-size: 120%;
    margin: 0 15px 0 10px;
}

input[type=checkbox] {
    margin: 8px!important;
    width: 20px;
    height: 20px;
}
input[type=radio] {
    margin: 8px!important;
    width: 20px;
    height: 20px;
}
.privacy {
    text-align: center;
    padding: 15px 0 60px;
}
.privacy a {
    color: #009fc7;
    font-weight: bold;
    text-decoration: underline;
}
.cboxm {
    margin-bottom: 0px!important;
}
@media screen and (min-width:0px) and (max-width: 800px) {
.br-sp{
    display: block;
}

.co_8b input {
    width: 80px;
    height: 40px;
    text-indent: 2em;
    border: 1px solid #aa965c;
    background: #f8f8f4;
    border-radius: 5px;
    font-size: 100%;
    margin-right: 10px;
}

.co_8b select {
    width: 80px;
    height: 40px;
    text-indent: 2em;
    border: 1px solid #aa965c;
    background: #f8f8f4;
    border-radius: 5px;
    font-size: 100%;
    margin-right: 10px;
}

}