@charset "utf-8";

.conbox {
    /* padding: 40px 20px; */
}
.email_contain {
    background-color: #fff;
    border: 1px solid #d4d4d4;
    margin-top: 20px;
}
.email_contain .tit {
    overflow: hidden;
    height: 85px;
    background: #fff;
    border-bottom: 1px solid #e5e5e5;
}
.email_contain .tit h2 {
    font-size: 1.125rem;
    letter-spacing: -2px;
    color: #333;
    padding: 20px 0 0 100px;
    background: url(../images/common/email_img01.png) 30px 10px no-repeat;
    height: 100%;
    line-height: 3rem;
}
.email_contain .con .text_in {
    margin: 30px 20px;
}
.email_contain .con .text_in2 {
    margin: 30px 20px;
    border: 1px solid #d4d4d4;
    background: #fcfeff;
    padding: 15px;
}
.email_contain .con .text_in2 .text li.first {
    margin-bottom: 15px;
}
.conbox ul {
    padding-bottom: 30px;
}
.email_contain .con .text_in .text li.first {
    margin-bottom: 15px;
    border-bottom: 1px solid #04305d;
    padding-bottom: 10px;
}
.txt1 {
    color: #2a9db9;
    font-weight: bold;
}
.email_contain .con p {
    text-align: center;
}


@media (min-width: 1200px) { 
}
@media (min-width: 992px) and (max-width: 1199px) { 
}
@media (min-width: 768px) and (max-width: 991px) { 
}
@media (min-width: 577px) and (max-width: 767px) { 
}
@media (max-width: 576px) { 
    .email_contain .con .text_in .text li,
    .email_contain .con .text_in2 .text li { font-size: 0.875rem; text-align: justify; }
}
