@charset "UTF-8";
.m_b0 {
    margin-bottom: 0px !important;
}
.m_b5 {
    margin-bottom: 5px !important;
}
.m_b10 {
    margin-bottom: 10px !important;
}
.m_b15 {
    margin-bottom: 15px !important;
}
.m_b20 {
    margin-bottom: 20px !important;
}
.m_b25 {
    margin-bottom: 25px !important;
}
.m_b30 {
    margin-bottom: 30px !important;
}
.m_b35 {
    margin-bottom: 35px!important;
}
.m_b40 {
    margin-bottom: 40px !important;
}
.m_b45 {
    margin-bottom: 45px !important;
}
.m_b50 {
    margin-bottom: 50px !important;
}
.m_b55 {
    margin-bottom: 55px !important;
}
.a_center {
    text-align: center;
}
.a_left {
    text-align: left;
}
.a_right {
    text-align: right;
}
.f_bold {
    font-weight: bold;
}
.info_tbl {
    width: 100%;
}
.info_tbl tbody {
    border-top: 1px solid #000;
    border-right: 1px solid #000;
}
.info_tbl th {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 10px;
    vertical-align: middle;
    text-align: left;
}
.info_tbl td {
    border-left: 1px solid #000;
    border-bottom: 1px solid #000;
    padding: 5px 10px;
    vertical-align: middle;
    text-align: left;
}
.table_in .info_tbl {
    margin: 25px 0;
}
.table_in .info_tbl th {
    text-align: center;
    width: 207px;
}
.info_contact {
    border: solid 2px #253494;
    width: 700px;
    margin: 0 auto;
    border-radius: 20px;
    padding: 15px;
}
.info_contact p {
    font-weight: bold;
}
.emg_wrap {
    margin: 30px 0;
}
.emg-txt {
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    padding: 10px;
    border-top: 1px solid #253494;
    border-bottom: 1px solid #253494;
    margin: 0 0 20px 0;
}
.emg_list {
    display:-webkit-box;
    display:-ms-flexbox;
    display:flex;
    -webkit-box-pack: justify;
    -ms-flex-pack: justify;
    justify-content: space-between;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
}
.emg_list li {
    border: 1px solid #ccc;
    width: 48%;
    box-sizing: border-box;
    padding: 30px;
    margin: 0 0 20px 0;
}
.emg-img {
    height: 54px;
}
.emg-tel {
    margin: 20px 0;
    font-size: 22px;
    color: #ff0000;
    line-height: 1 !important;
    font-weight: bold;
}
.emg-stx {
    font-weight: bold;
    line-height: 1 !important;
    font-size: 16px;
}
/*20220926*/
.infoList_wrap {
    margin: 25px 0 0;
}
.infoList_txt {
    padding: 0 0 0 1.5em;
    position: relative;
}
.infoList_txt:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 14px;
    width: 14px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    border-radius: 50% 50%;
    background-color: #000;
}
.infoList_txt.ver2:before {
    content: "";
    position: absolute;
    top: 50%;
    left: 0;
    height: 8px;
    width: 8px;
    transform: translateY(-50%);
    -webkit-transform: translateY(-50%, -50%);
    -ms-transform: translateY(-50%, -50%);
    border-radius: 50% 50%;
    background-color: #000;
}
.infoList-anno {
    font-size: 12px;
}
.condList_wrap {
    padding: 0 0 0 1.5em;
}
.condList_in {
    padding: 0 0 0 1.5em;
    position: relative;
}
.condList_in span {
    position: absolute;
    z-index: 9;
    top: 0;
    left: 0;
}
.table_in.ver2 {
    margin: 25px 0 0;
}
@media (max-width: 767px) {

}
@media (max-width: 374px) {

}
