@charset "utf-8";
@import url(https://cdnjs.cloudflare.com/ajax/libs/font-awesome/5.9.0/css/all.min.css);
@import url('https://fonts.googleapis.com/css2?family=Abel&display=swap');

#wrapper {
    font-family: 'Abel', sans-serif;
    letter-spacing: normal;
    line-height: 1.6em;
    padding: 30px;
}
#wrapper h1 {
    font-size: 20px;
    padding-bottom: 15px;
    border-bottom: 2px solid #000;
    display: inline-block;
}
#mailform {
    padding-top: 30px;
}
#mailform dl {
    padding-bottom: 20px;
    text-align: left;
}
#mailform dl dt {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    font-weight: normal;
    padding-top: 0px;
}
#mailform dl dt span {
    font-weight: bold;
}
#mailform dl dd {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    position: relative;
}
#mailform dl dt em {
    font-size: 12px;
    color: #ff7bac;
    margin-left: 5px;
    font-weight: bold;
}
#mailform dl dd input,
#mailform dl dd textarea {
    width: 100%;
    padding: 5px 10px;
    background: #f2f2f2;
    border: none;
}
#mailform dl dd textarea {
    height: 110px;
}
#mailform dl dd label.error {
    color: rgba(185,0,3,1.00);
    font-size: 14px;
    top: 51px;
    left: 5px;
}
#txt-left {
    width: 90%;
    margin: 0 auto;
}
#button-box {
    text-align: center;
    padding: 30px 0 0px;
}
#button-box input {
    display: inline-block;
    width: 160px;
    padding: 12px 0;
    margin: 0 10px;
    border: none;
    font-weight: bold;
    color: #000;
    transition: .35s ease-in-out;
}
#button-box input:hover {
    cursor: pointer;
    opacity: 0.8;
}
#button-box #reset {
    background: #999;
}
#button-box #submit {
    background: #fff;
    border: 1px solid #000;
}
#confirm {
    width: 100%;
    margin: 0 auto;
    padding-top: 30px;
}
#confirm dl dt {
    width: 15%;
    display: inline-block;
    vertical-align: top;
    margin: 0;
    text-align: left;
    padding: 5px 0 0 0;
}
#confirm dl dd {
    width: 80%;
    display: inline-block;
    vertical-align: top;
    padding: 5px 10px;
    background: #f2f2f2;
    text-align: left;
    margin-bottom: 20px;
}
#mail-area p {
    padding-top: 20px;
}
.finishtxt {
    padding-top: 40px;
}
.mobile {
    display: none !important;
}
/*---------------------------------------  smartphone ---------------------------------------*/
@media screen and (max-width : 780px ){
#mailform dl dt {
    width: 100%;
    display: block;
}
#mailform dl dd {
    width: 100%;
    display: block;
    margin-left: -10px;
}
}