@charset "utf-8";
main .top__mainVisual{
    background: url(../images/main_bg.png) no-repeat top center;
    height: 410px;
}
main .top__mainVisual p.txt{
    padding-top: 222px;
    padding-left: 5px;
}

.top__mainVisual01{display: flex;}
.top__mainVisual01 a img:hover{
    opacity: .7;
    transition : all 0.7s ease 0s;}
main .top__content01{
    margin-top: 50px;
}
main .top__content02{
    margin-top: 60px;
}
main .top__content02 .t2_content{
    margin-top: 20px;
    background: url(../images/bg_cont.png);
    padding-top: 35px;
    padding-bottom: 35px;
}
main .top__content02 .t2_content ul.t2_list li{
    width: 240px;
    font-size: 13px;
    border: solid 1px #d1cabc;
    background: #FFF;
    box-shadow: 1px 1px 2px #d2c9ba, -1px -1px 2px #d2c9ba;
    position: relative;
    padding: 15px;
}
main .top__content02 .t2_content ul.t2_list li .tag{
    position: absolute;
    left: 7px;
    top: -6px;
    z-index: 9;
}
main .top__content02 .t2_content ul.t2_list li a{
    text-decoration: none;
    color: #000;
}
main .top__content02 .t2_content ul.t2_list li p.txt{
    margin-top: 10px;
    line-height: 1.6;
}
main .top__content03{
    margin-top: 60px;
}
main .top__content03 .t3_news{
    width: 670px;
}
main .top__content03 .t3_news .news_cont{
    overflow: auto;
    /*height: 240px;*/
    height: 380px;
    margin-top: 18px;
}
main .top__content03 .t3_news .news_cont dl{
    padding: 7px 0;
}
main .top__content03 .t3_news .news_cont dl dt{
    color: #970707;
    font-size: 13px;
    width: 115px;
}
main .top__content03 .t3_news .news_cont dl dt:before{
    content: url(../images/mt.png);
    margin-right: 5px;
}
main .top__content03 .t3_news .news_cont dl dd{
    width: 555px;
    padding-right: 20px;
}
main .top__content03 .t3_banner{
    width: 290px;
}
main .top__content03 .t3_banner .ban02{
    margin-top: 20px;
    border: solid 1px #e2ddc4;
    padding: 15px 20px 27px;
    background: url(../images/ban02_arr.png) no-repeat bottom 6px right 6px #f4f1e3;
}
main .top__content03 .t3_banner .ban02:hover{
    opacity: 0.75;
}
main .top__content03 .t3_banner .ban02 p.txt{
    font-size: 13px;
    margin-top: 15px;
}
main .top__content03 .t3_banner .ban02 a{
    text-decoration: none;
    color: #000;
}
main .top__content03 .t3_banner .ban03{
    margin-top: 20px;}


main .top__content04{
    margin-top: 60px;
}
main .top__content04 ul.t4_list li{
    width: 308px;
}
main .top__content04 ul.t4_list li a{
    text-decoration: none;
    color: #000;
}
main .top__content04 ul.t4_list li p.tt{
    text-align: center;
}
main .top__content04 ul.t4_list li p.img{
    margin-top: 12px;
}
main .top__content04 ul.t4_list li p.list_txt{
    font-size: 13px;
    margin-top: 15px;
}