html {
    font-size: clamp(0rem,0.0862068vw,1px);
}
* {
    padding: 0;
    margin: 0;
    box-sizing: border-box;
}

.content {
    width: 100vw;
    height: 100%;
    text-align: center;
}
.content_area {
    width: 1160rem;
    margin: auto;
    height: auto;
}
.content_area > * {
    width:100%;
}
.title_area {
    height: 250rem;
}
.title_area_box {
    margin: auto;
    width: 220rem;
    padding: 85rem 0 85rem 0;
}
.title_area .title {
    width: 220rem;
    height: 80rem;
    font-size: 50rem;
    font-weight: bold;
    line-height: 60rem;
    border-bottom: orange 3rem solid;
}
.line_area {
    width: 260rem;
    display: flex;
    height: 60rem;
    font-size: 30rem;
    line-height: 60rem;
    text-align: left;
    border-bottom: orange 3rem solid;
}
.line_area .text{

}
.text_area {
    margin-top: 10rem;
    height: 300rem;
}
.text_area .text {
    padding: 20rem 20rem;
    font-size: 20rem;
    text-align: left;
    color: #494949;
    background: #fff6e9;
}
.email_area {
    height: auto;
    border-top: #2b2b2b 1rem solid;
}
.email_area > * {
    display: flex;
    font-size: 20rem;
    height: 60rem;
    border-bottom: #aeaeae 1rem solid;
}
.email_area ._1 {
    width: 30%;
    border-right: #aeaeae 1rem solid;
    background-color: #fafafa;
}
.email_area ._1 div {
    padding: 15rem 0 15rem 0;
}
.email_area ._2 {
    width: 70%;
    padding: 15rem 0 15rem 0;
}
.email_area .void {
    height: 100rem;
}