*{
    padding: 0;
    margin: 0;
}

li{
    list-style: none;
}

#header{
    position: relative;
}
.header_image{
    position: absolute;
    top: 0;
    right: 0;
    z-index: 1;
}
.header_image img{
    font-size: 0;
    float: right;
}

#main{
    box-sizing: border-box;
    padding-left: 11px;
    padding-right: 10px;
}
.main3{
    padding-left: 9px !important;
}
.menu , .menu2{
    float: left;
    width: 76px;
    font-size: 0;
    margin-top: 5px;
}
.menu2{
    width: 80px;
    margin-top: 6px;
}
.menu a{
    display: inline-block;
    position: relative;
    margin-bottom: 8px;
}
.menu2 a{
    margin-bottom: 5px;
}

.menu a .active_image{
    display: none;
}

.menu a.active .menu_image , .menu a.active .hover_image{
    display: none !important;
}

.menu a.active .active_image{
    display: inline;
}

.menu_image{
    width: 100%;
}
.hover_image{
    position: absolute;
    bottom: -18px;
    left: 3px;
    display: none;
    z-index: 1;
}
.menu a:hover .hover_image{
    display: inline;
}

.back_{
    margin-top: 18px;
}
.back_ img{
    width: 46px;
    height: auto;
}
.back_2{
    margin-top: 21px;
    margin-left: 2px;
}
.hover_cover_image{
    left: 0;
    bottom: 0;
}
.content , .content3{
    float: left;
    padding-left: 57px;
    padding-right: 50px;
    width: calc(100% - 76px);
    box-sizing: border-box;
    margin-top: 3px;
}

.content2{
    padding-right: 0;

}
.content3 {
    width: calc(100% - 80px);
    padding-left: 55px;

}

.t1 , .t11{
    color: #ff6600;
    font-family: fantasy;
    font-weight: 500;
    font-size: 14px;
    letter-spacing: 0.3px;
}
.t11{
    font-size: 16px;
}
.navigation {
    text-align: right;
    font-size: 0;
    margin-top: 10px;
    margin-bottom: 2px;
    box-sizing: border-box;
}
.navigation2{
    padding-right: 45px;
}
.navigation a , .page_{
    background-color: transparent;
    background-image: url("../images/page.svg");
    background-size: contain;
    background-repeat: no-repeat;
    display: inline-block;
    width: 12px;
    height: 17px;
    text-align: center;
    line-height: 18px;
    color: #7f99b3;
    font-size: 12px;
    text-decoration-line: none;
    margin-right: 5px;
    font-family: sans-serif;
    position: relative;
    font-weight: bold;

}
.navigation a{
    margin-right: 7px;
}
.navigation a:hover{
    background-color: #ffcc00;
}
.navigation a.cur_page{
    background-image: url("../images/page_cur.svg");
    color: #d9e1e8;
}
.navigation a:last-child{
    margin-right: 0;
}

.t2{
    color: #6f6f6f;
    font-size: 14px;
    font-family: sans-serif;
    font-weight: 600;
    box-sizing: border-box;
    position: relative;
    padding-left: 16px;
}
.t2 .page_{
    font-weight: 100;
    background-color: #ffcc00;
    position: absolute;
    left: 0;
    top: 0;
}

.t2_{
    font-size: 12px;
}
.t2_ .page_ , .t2_ .img1 , .t2_ .text_box{
    float: left;
}
.t2_ .img1{
    margin-left: 0;
    margin-right: 5px;
}
.t2_ .text_box{
    width: 340px;
}
.t2_ .text_box p:nth-of-type(1){
    margin-top: 5px;
    margin-bottom: 5px;
}


.t2_ .text_box p:nth-of-type(2){
    font-weight: 100;
}

.text_box p {

}
.info_list{
    margin-top: 15px
}
.info_list li{
    padding-left: 20px;
    box-sizing: border-box;
    position: relative;
    margin-bottom: 15px;
}
.info_list li:after{
    position: absolute;
    top: 3px;
    left: 10px;
    content: '';
    display: inline-block;
    width: 6px;
    height: 6px;
    background: #ff6600;
}
.no_icon li:after{
    display: none;
}

.info_list li p{
    font-size: 12px;
    font-family: sans-serif;
}
.mail , .link_{
    color: #0000ff;
    text-decoration-line: none;
    font-size: 12px;
}

.hh{
    width: 304px;
    margin: 0 auto;
}
.hh p{
    margin-bottom: 3px;
}
.hh p:after{
    content: '';
    display: block;
    float: none;
    clear: both;
}
.hh p span {
    display: inline-block;
    float: left;
}

.hh p span:nth-of-type(1){
    font-size: 12px;
    font-weight: bold;
    width: 70px;
}

.hh p span:nth-of-type(2){
    font-size: 12px;
    font-weight: bold;
    margin-left: 10px;
    margin-right: 10px;
}
.hh p span:nth-of-type(3){
    width: 210px;
}