/*medical_01*/
.medical01 .sec01 .conbox .c_wrp .r_box {
    background: url(../img/me_r_box.jpg) left top no-repeat;
    background-attachment: fixed;
}
.medical01 .sec01 .conbox .c_wrp .l_box {
    background: url(../img/me_l_box.jpg) center top no-repeat;
    padding: 20px 15px;
    background-size: cover;
}
.medical01 .sec01 .conbox .c_wrp .l_box h1 strong {
    display: inline-block;
    padding-bottom: 4px;
    border-bottom: 2px solid #fff;
}
.medical01 .sec01 .conbox .c_wrp .l_box h4 {
    font-weight: 300;
}
@media (min-width:769px){
    .medical01 .sec01 .conbox .c_wrp {
        height: 480px;
    }
}
/*medical04*/
.medical02 .sec02 {
    background-color: #f7f7f7;
}
/*medical04*/
.medical02 .sec04 {
    background-color: #f7f7f7;
}
/*cjbox_wrp*/
.cjbox_wrp {
    text-align: center;
}
.cjbox_wrp .cjbox {
    display: inline-block;
    width: 150px;
    height: 150px;
    position: relative;
    margin: 0 10px;
}
.cjbox_wrp .cjbox .c_wrp {
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    border-radius: 50%;
    background-color: #c69e3f;
}
.cjbox_wrp .cjbox:nth-child(even) .c_wrp {
    background-color: #d9730e;
}
.cjbox_wrp .cjbox .c_wrp:after{
    content: "";
    position: absolute;
    top: 0;
    left: 50%;
    height: 20px;
    width: 1px;
    background-color: #fff;
}
.cjbox_wrp .cjbox .c_wrp h4 {
    margin-bottom: 0px;
}
/*btbox*/
.sec02 .btbox {
    background-color: #f9f8f5;
    position: relative;
}
.sec02 .btbox .arr_wrp {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    text-align: center;
}
.sec02 .btbox h4 {
    font-weight: 400;
}

/*catebox*/
.catebox {
    margin: 40px 0;
}
.catebox span {
    display: inline-block;
    border-top: 1px solid #aaa;
    border-bottom: 1px solid #aaa;
}

/*ftr*/
.ftr .ftr_top h3 strong {
    display: inline-block;
    background-color: #222;
    line-height: 1em;
    font-weight: 700;
    color: #fff;
    padding: 10px 20px;
    border-radius: 30px;
}
.ftr .ftr_top h4 {
    font-weight: 300;
}
/*ct_table*/
.ftr .table_wrp {
    position: relative;
}
.ftr .table_wrp:after {
    content: "";
    position: absolute;
    height: 100%;
    left: 50%;
    width: 1px;
    top: 0;
    background-color: #ddd;
}
.ftr .ct_table {
    table-layout: fixed;
}
.ftr .ct_table thead tr th,
.ftr .ct_table tbody tr td {
    padding: 20px;
    vertical-align: middle;
    text-align: center;
    border: 15px solid #fff;
    word-break: keep-all;
}
.ftr .ct_table thead tr th {
    font-size: 28px;
    font-weight: 600;
    line-height: 1.4em;
    text-transform: none;
    background-color: #ddd;
    color: #636363;
}
.ftr .ct_table thead tr th.impt {
    background-color: #c6923f;
    color: #fff;
}
.ftr .ct_table tbody tr td {
    font-size: 20px;
    color: #221814;
    font-weight: 300;
    line-height: 1.4em;
    text-transform: none;
}
@media (max-width:768px){
    .ftr .ct_table thead tr th,
    .ftr .ct_table tbody tr td {
        padding: 15px;
        border: 5px solid #fff;
    }
    .ftr .ct_table thead tr th {
        font-size: 17px;
    }
    .ftr .ct_table tbody tr td {
        font-size: 13px;
    }
}
/*abt_md_bc*/
.abt_md_bc {
    background-color: #f9f8f5;
}
.abt_md_bc .ftr .ct_table thead tr th,
.abt_md_bc .ftr .ct_table tbody tr td {
    border-color: #f9f8f5;
}
.abt_md_bc .ftr .ct_table tbody tr td {
    background-color: #fff;
    border-top: 0px;
    border-bottom: 0px;
}
/*e_st*/
.e_st li .txtbox {
    padding: 20px 15px;
}
.e_st li .txtbox h3,
.e_st li .txtbox h3 strong {
    font-weight: 400;
}
.e_st li .txtbox h3 {
    margin-bottom: 5px;
}
.e_st li .txtbox h2 {
    font-size: 30px;
    font-weight: 700;
    margin-bottom: 5px;
}
.e_st li .txtbox .doted:after {
    content: "";
    display: inline-block;
    width: 20px;
    height: 3px;
    background-color: #333;
    line-height: 1em;
    margin-bottom: 8px;
}
@media (max-width:768px){
    .e_st li .txtbox h2 {
        font-size: 17px;
    }
}
/*hw_box*/
.hw_box .hw_item {
    background-color: #fff;
    padding: 50px 15px;
    box-shadow: 5px 5px 5px rgba(0,0,0,0.05)
}
.hw_box .hw_item h3 {
    margin-bottom: 5px;
}
.hw_box .hw_item .icon_wrp {
    margin-bottom: 15px;
}
@media (max-width:768px){
    .hw_box .hw_item {
        padding: 30px 15px;
        margin-bottom: 10px;
    }
    .hw_box .hw_item p {
        height: 70px;
    }
    .hw_box .hw_item .icon_wrp img {
        width: 70px;
    }
}
/*hsp_box*/
.hsp_box li .img_wrp {
    margin-bottom: 10px;
}