@charset "utf-8";

#lead h2{
color: #8a5995;
text-align: center;
margin-bottom: 5px;
}
#lead h3{
font-size: 3rem;
color: #8a5995;
text-align: center;
margin-bottom: 5px;
}
#lead h3 span,#lead h3 a {
font-size: 4rem;
}
#lead p{
text-align: center;
}
/* ----------contact---------- */
#contact p{
text-align: center;
}
#contact table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
#contact table th {
    width: 26%;
    text-align: left;
    vertical-align: top;
    line-height: 1.7;
    font-weight: normal;
    box-sizing: border-box;
    border-bottom: 1px solid #c6c6c6;
    padding: 15px 10px;
}
.red {
color: #ff0000;
}
#contact table td {
    text-align: left;
    vertical-align: top;
    line-height: 1.7;
    border-bottom: 1px solid #c6c6c6;
    box-sizing: border-box;
    padding: 15px 10px;
}

.input01 {
    width: 100%;
    box-sizing: border-box;
    color: #000;
    background-color: #efefef;
    border: 1px solid #efefef;
    padding: 10px;
}
.input02{
    width:80%;
    box-sizing: border-box;
    color: #000;
    background-color: #efefef;
    border: 1px solid #efefef;
    padding: 10px;
}
.input03 {
    box-sizing: border-box;
    color: #000;
    background-color: #efefef;
    border: 1px solid #efefef;
    padding: 10px;
}

.select01 {
    padding: 10px 15px;
}

.submit input {
    display: inline-block;
    color: #fff;
    font-size: 1.6rem;
    width: 100%;
    box-sizing: border-box;
    max-width: 250px;
    background-color: #722d80;
    border: solid 1px #722d80;
    cursor: pointer;
    padding: 15px 30px;
    margin-bottom: 15px;
    -webkit-transition: 0.4s ease-in-out;
    -moz-transition: 0.4s ease-in-out;
    -o-transition: 0.4s ease-in-out;
    transition: 0.4s ease-in-out;
}
.submit input:hover {
    color: #722d80;
    background-color: #fff;
    border: solid 1px #722d80;
    cursor: pointer;
}

/* ------------------------------PC------------------------------ */
@media screen and (min-width: 1200px) {
}
/* ------------------------------TABLET------------------------------ */
@media screen and (max-width:1199px) {


}
/* ------------------------------SP------------------------------ */
@media screen and (max-width: 699px) {
#lead h3{
font-size: 1.6rem;
color: #8a5995;
text-align: center;
margin-bottom: 5px;
}
#lead h3 span,#lead h3 a {
font-size: 2rem;
color: #8a5995;
}

#contact table {
    width: 100%;
    box-sizing: border-box;
    margin-bottom: 30px;
}
#contact table th {
    display: block;
    width: 100%;
    border-bottom: none;
    padding: 15px 10px 10px 10px;
}
#contact table td {
    display: block;
    width: 100%;
    padding: 0 10px 15px 10px;
}

.input01 {
    width: 100%;
}
.input02{
    width: 100%;
}
.input03 {
    width: 100%;
}
.select01 {
     width: 100%;
     box-sizing: border-box;
}

}