@charset "utf-8";

.contact_content {
    margin: 100px auto 200px;
    width: 96%;
    max-width: 1000px;
}
.contact_content p {
    line-height: 170%;
    margin-bottom: 20px;
    padding: 0px;
    text-align: left;
}
.contact_content_p1 {

    font-size: 110%;
    line-height: 25px;
}
.contact_content_p2 {
    font-size: 150%;
    color: darkred;
}
.contact_content ul {
    margin: 0px 0px 20px 30px;
}

.contact_content li {
    list-style: disc;
    padding: 0px;
    margin-bottom: 10px;
}
.contact_content_div_btn {
    max-width: 320px;
    margin: 50px auto;
}
a.contact_content_btn {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 5px solid #b84c00;
}
a.contact_content_btn:hover {
  margin-top: 3px;
  color: #fff;
  background: #f56500;
  border-bottom: 2px solid #b84c00;
}
a.contact_content_btn {
  -webkit-box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
  box-shadow: 0 3px 5px rgba(0, 0, 0, .3);
}
a.contact_content_btn {
    font-size: 17px;
    line-height: 1.5;
    position: relative;
    padding: 10px 40px;
    cursor: pointer;
    -webkit-user-select: none;
    -moz-user-select: none;
    -ms-user-select: none;
    user-select: none;
    -webkit-transition: all 0.3s;
    transition: all 0.3s;
    text-align: center;
    vertical-align: middle;
    text-decoration: none;
    letter-spacing: 0.1em;
    color: #fff;
    border-radius: 0.5rem;
    margin: 0 auto;
    display: block;
}

.btn7 {
    margin: 100px 0 50px;
}

.btn7 button {
        border: 1px solid #000;
        width: 222px;
        height: 52px;
        border-radius: 26px;
        background: url(../img/tsec_01/tsec_01y.png) 94% center no-repeat;
        text-align: left;
        padding-left: 30px;
        font-weight: bold;
        font-size: 120%;
        appearance: none;
        -webkit-appearance: none;
        color: #000;
margin: 0 auto;
    }
.btn7 button:hover {
    cursor: pointer;
    opacity:0.5;
}

.con_hea {
        background-size: cover;
        background-position: center center;
        width: 100%;
        height: unset;
        position: absolute;
        top: 0;
        left: 0;
        z-index: 999;
    }
@media only screen and (min-width: 1100px) {


}
@media screen and (min-width:0px) and (max-width: 800px) {





}