@charset "UTF-8";
/* CSS Document */

#sidenavi .navi li:nth-child(6) a{
    background-color: #e98097;
}

#detail{
    text-align: left;
}
.telbox{
    padding-bottom: 3em;
}
.telbox h3{
    font-size: 1.8rem;
    font-weight: 500;
    padding-bottom: 0.8em;
}
.telbox .tel{
    font-size: 3rem;
    font-weight: 600;
    line-height: 1;
}


#form{
    background-color: #fff;
    border-radius: 1em;
    padding: 4em 3em;
}
#form .red{
    color: #d81555;
}
#form h3{
    font-size: 2rem;
    font-weight: 600;
    padding-bottom: 0.6em;
}
#form .txt{
    padding-bottom: 3em;
}

#form dl{
    display: flex;
    padding-bottom: 1.5em;
}
#form dt{
    width: 13em;
}
#form dt.pdt{
    padding-top: 0.4em;
}
#form dd{
    flex: 1;
}
#form dd label{
    margin-right: 1.5em;
}
#form hr{
    border-top: 1px solid #c7c7c7;
    margin: 1em 0 2em 0;
}
#form input[type="text"], #form input[type="tel"], #form input[type="mail"], textarea {
    font-size: 1.6rem;
    width: 100%;
    border: none;
    background-color: #f0f0f0;
    padding: 1em 1em;
    border-radius: 0.4em;
}
#form input[type="text"].days{
    width: 8em;
}
.selectbox{
    position: relative;
}
#form select{
	-webkit-appearance: none;
	-moz-appearance: none;
	appearance: none;
    width: 20em;
    font-size: 1.6rem;
    padding: 1em 1.5em;
    border: none;
    background-color: #6f6e6e;
    color: #fff;
    border-radius: 0.4em;
}
.selectbox:before{
    content: "▼";
    position: absolute;
top: 0.6em;
  left: 18em;
    color: #fff;
}
#form .box{
    padding-top: 3em;
}
#form .title{
    font-weight: 500;
    padding: 5em 0 1em 0;
}
#form .privacy a{
    text-decoration: underline;
}

#form .box_b{
    text-align: center;
    padding-top: 5em;
}
#form .box_b input{
    border: none;
    background-color: #494949;
    color: #fff;
    font-size: 1.8rem;
    font-weight: 500;
    width: 15em;
    margin: 0 auto;
    padding: 1em;
    border-radius: 3em;
    cursor: pointer;
    -webkit-transition:all 0.2s ease;
  -moz-transition: all 0.2s ease;
  -o-transition: all 0.2s ease;
  transition:all 0.2s ease;
}
#form .box_b input:hover{
    background-color: #e98097;
}


@media only screen and (max-width: 768px) {


#form{
    padding: 2em 1em;
}
#form .red{
    color: #d81555;
}
#form h3{
    font-size: 2rem;
    padding-bottom: 0.6em;
}
#form .txt{
    padding-bottom: 3em;
}

#form dl{
    display: block;
    padding-bottom: 2em;
}
#form dt{
    width: 100%;
    padding-bottom: 0.4em;
}
#form dt.pdt{
    padding-top: 0;
}
#form dd{
}
#form dd label{
    display: inline-block;
}
#form hr{
    border-top: 1px solid #c7c7c7;
    margin: 1em 0 2em 0;
}

#form select{
    width: 100%;
    padding: 1.5em;
}

.selectbox:before{
    top:1.2em;
  left: auto;
    right: 1em;
}
#form .title{
    padding: 4em 0 1em 0;
}
#form .box_b{
    padding-top: 4em;
}
#form .box_b input{
    width: 100%;
}
    
}