@charset "utf-8";
.main_visual {
    margin: 2%;
}
.btn_top {
    margin: 5% 2%;
}
.top_banners {
    margin: 35px 2% 0;
}
.top_banners li + li {
  margin-top: 2%;
}
.box_banner {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #fff;
    border: solid 1px #f778a1;
    margin: 35px 2% 5%;
    padding: 2%;
}
.box_banner h3 {
    text-align: center;
    margin-top: -25px;
    margin-bottom: 3%;
}
.box_banner li {
    float: left;
    width: 49%;
    margin-bottom: 2%;
}
.box_banner li:nth-child(2n) {
    float: right;
    width: 49%;
}
.top_box {
    margin: 2%;
}
.top_box {
    position: relative;
}
.top_box .box p {
    position: absolute;
    top: 60%;
    width: 70%;
    left: 10px;
    font-size: 14px;
}
@media (max-width: 415px) {
    .top_box .box p {
        width: 82%;
    }
}
@media (max-width: 375px) {
    .top_box .box p {
        width: 97%;
    }
    .content_top2 .top_box2 .list_top01 li a {
        font-size: 14px !important;
    }
}
@media (max-width: 332px) {
    .top_box .box p {
        width: 97%;
        font-size: 12px;
    }
}
@media (max-width: 320px) {
    .content_top2 .top_box2 .list_top01 li a {
        font-size: 12px !important;
    }
}
.banner_top {
    margin: 2%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #106cad;
    background: #f4fbff url(../images/bg1.png) no-repeat right center;
    background-size: contain;
    padding: 10px;
    position: relative;
}
.link_url {
    color: #106cad;
    font-weight: bold;
    font-size: 15px;
}
.banner_top:hover {
    opacity: 0.7;
}
.banner_top h3 {
    margin-bottom: 5px;
    width: 75%;
}
.banner_top p {
    text-shadow: 1px 1px #fff;
}
.banner_top a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
}
@media (max-width: 375px) {
    .banner_top h3 {
        width: 100%;
    }
}
.stl_box {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #feb48b;
    margin: 5% 2%;
}
.stl_box .acco_box {
    margin-bottom: 0;
}
.box_top dt {
    position: relative;
    background-image: -webkit-linear-gradient(bottom, #ffc9ab, #ffe3d4 99%);
    background-image: -moz-linear-gradient(bottom, #ffc9ab, #ffe3d4 99%);
    background-image: -o-linear-gradient(bottom, #ffc9ab, #ffe3d4 99%);
    background-image: -ms-linear-gradient(bottom, #ffc9ab, #ffe3d4 99%);
    background-image: linear-gradient(to top, #ffc9ab, #ffe3d4 99%);
    border-radius: 5px;
    padding: 15px 10px;
    text-align: center;
    font-weight: bold;
    font-size: 20px;
}
.box_top dt:before {
    position: absolute;
    content: "";
    background: url("../images/icon_01.png");
    background-size: 29px;
    width: 29px;
    height: 27px;
    top: 15px;
    left: 15px;
}
.box_top dt.opened:after {
    background-image: url(../images/arrow_02.png);
    background-size: 30px;
    height: 26px;
    width: 30px;
    content: "";
}
.box_top dt:after {
    background-image: url(../images/arrow_01.png);
    background-size: 30px;
    height: 26px;
    width: 30px;
    content: "";
    position: absolute;
    right: 15px;
    top: 15px;
}
.box_top .acco_dv {
    background-color: #fffef2;
    border-radius: 5px;
    padding: 15px 10px;
}
.box_top .acco_dv li {
    background: url("../images/arrow_03.png") no-repeat top 8px left;
    background-size: 12px;
    padding-left: 20px;
    margin-bottom: 10px;
}
.box_top .acco_dv li a {
    text-decoration: none;
    font-size: 20px;
    color: #444444;
}
.tt_h3 {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    background-color: #79c9a1;
    -webkit-box-shadow: inset 0 0 2px #fff;
    -moz-box-shadow: inset 0 0 2px #fff;
    box-shadow: inset 0 0 2px #fff;
    border: solid 1px #ccc;
    background-image: -webkit-linear-gradient(bottom, #eee, #fff);
    background-image: -moz-linear-gradient(bottom, #eee, #fff);
    background-image: -o-linear-gradient(bottom, #eee, #fff);
    background-image: -ms-linear-gradient(bottom, #eee, #fff);
    background-image: linear-gradient(to top, #eee, #fff);
    padding: 10px 15px;
    font-size: 15px;
    color: #333333;
    position: relative;
    margin: 0 2%;
}
.tt_h3:after {
    content: "";
    background: url("../images/icon.png") no-repeat top center;
    background-size: 27px;
    width: 27px;
    height: 19px;
    position: absolute;
    top: 50%;
    right: 20px;
    margin-top: -11px;
}
.tt_h3 span {
    font-size: 19px;
    color: #f76494;
    font-style: italic;
    padding-left: 10px;
}
.inner_content {
    padding: 15px 10px;
}
.inner_content li {
    width: 49%;
    float: left;
    margin-right: 2%;
    margin-bottom: 15px;
    position: relative;
}
.inner_content li:nth-child(2n) {
    float: right;
    margin-right: 0;
}
.inner_content li a:after {
    content: "";
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.inner_content li span {
    padding: 0 10px;
    text-align: center;
    color: #ffffff;
    font-weight: bold;
}
.inner_content li .top_img {
    margin-top: 6px;
}
.inner_content li h4 {
    padding: 5px 10px;
    background-color: #78c9a1;
    color: #fff;
    font-size: 14px;
}
.inner_content li dl {
    padding: 10px;
    background-color: #fdffee;
    font-size: 12px;
}
.inner_content li dl dd {
    margin-bottom: 15px;
}
.clac9c11 {
    background-color: #ac9c11 !important;
}
.cl8b8b8b {
    background-color: #8b8b8b !important;
}
.cl756050 {
    background-color: #756050 !important;
}
.news {
    margin: 0 2%;
}
.news h3 {
    font-size: 21px;
    font-weight: normal;
    border-left: 3px solid #78c9a1;
    padding: 0px 0 0px 15px;
}
.news .ct_news {
    margin-top: 2%;
    height: 135px;
    overflow: auto;
}
.news .ct_news li {
    font-size: 12px;
    border-bottom: 1px solid #d0d7db;
    padding: 15px 0;
}
.news .ct_news li span {
    color: #058973;
    font-weight: bold;
    margin-right: 10px;
}
a {
    color: #000;
    text-decoration: underline;
}
.content_top2 {
    background: #fff url("../images/bg.png") no-repeat top center;
    background-size: 100%;
    margin-top: 5%;
    padding-top: 5%;
    line-height: 1.6;
}
.content_top2 .top_box2 {
    margin: 5% 2% 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 12px 3px rgba(143, 197, 219, 0.27);
    -moz-box-shadow: 0 0 12px 3px rgba(143, 197, 219, 0.27);
    box-shadow: 0 0 12px 3px rgba(143, 197, 219, 0.27);
    padding: 4% 2% 0;
    background: #fff url("../images/bg3.png") no-repeat top center;
    background-size: 100%;
}
.content_top2 .top_box2 h3 {
    text-align: center;
}
.content_top2 .top_box2 .list_top01 {
    margin-top: 3%;
}
.content_top2 .top_box2 .list_top01 li {
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #c9c9c9;
    position: relative;
}
.content_top2 .top_box2 .list_top01 li a {
    text-decoration: none;
    font-size: 15px;
    padding-bottom: 10px;
}
.content_top2 .top_box2 .list_top01 li a:after {
    position: absolute;
    content: "";
    right: 0;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 3;
}
.content_top2 .top_box2 .list_top01 li p {
    padding: 10px;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    font-size: 13px;
}
.content_top2 .top_box2 .list_top01 .box_pink {
    width: 49%;
    float: left;
    background-color: #fff7f8;
}
.content_top2 .top_box2 .list_top01 .box_pink dl {
    background-color: #fee4e7;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.content_top2 .top_box2 .list_top01 .box_pink dl dt {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    width: 50%;
    float: left;
    padding: 15px 5px 20px;
}
.content_top2 .top_box2 .list_top01 .box_pink dl dt a {
    background: url("../common_img/arrow1.png") no-repeat bottom center;
    background-size: 10px;
    color: #f67281;
}
.content_top2 .top_box2 .list_top01 dl dd {
    float: right;
    width: 50%;
}
.content_top2 .top_box2 .list_top01 .box_pink p {
    background-color: #fff7f8;
}
.content_top2 .top_box2 .list_top01 .box_green {
    width: 49%;
    float: right;
    background-color: #f4fffa;
}
.content_top2 .top_box2 .list_top01 .box_green dl {
    background-color: #d7f8ea;
    -webkit-border-radius: 5px 5px 0 0;
    -moz-border-radius: 5px 5px 0 0;
    border-radius: 5px 5px 0 0;
}
.content_top2 .top_box2 .list_top01 .box_green dl dt {
    display: table-cell;
    vertical-align: middle;
    font-weight: bold;
    width: 50%;
    float: left;
    padding: 15px 5px 20px;
}
.content_top2 .top_box2 .list_top01 .box_green dl dt a {
    background: url("../common_img/arrow2.png") no-repeat bottom center;
    background-size: 10px;
    color: #5ab890;
    display: inline-block;
}
.content_top2 .top_box2 .list_top01 .box_green p {
    background-color: #f4fffa;
}
.content_top2 .top_box2 .list_top02 {
    text-align: center;
    margin-top: 3%;
}
.content_top2 .top_box2 .list_top02 li {
    width: 32.5%;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    border: solid 1px #c9c9c9;
    display: inline-block;
    position: relative;
    text-align: left;
}
.content_top2 .top_box2 .list_top02 li:first-child {
    float: left;
}
.content_top2 .top_box2 .list_top02 li:last-child {
    float: right;
}
.content_top2 .top_box2 .list_top02 li img {
    border-radius: 5px 5px 0 0;
}
.content_top2 .top_box2 .list_top02 li h4 {
    padding: 10px;
}
.content_top2 .top_box2 .list_top02 li h4 a {
    text-decoration: none;
    font-size: 13px;
}
.content_top2 .top_box2 .list_top02 li h4 a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    z-index: 3;
}
.content_top2 .top_box2 .list_top02 li p {
    padding: 5px;
    font-size: 13;
}
.content_top2 .top_box2 .list_top02 .box_blue {
    background-color: #f4fbff;
}
.content_top2 .top_box2 .list_top02 .box_blue h4 {
    background: #d4edf9 url("../common_img/arow3.png") no-repeat top 15px right 5px;
    background-size: 13px;
}
.content_top2 .top_box2 .list_top02 .box_blue h4 a {
    color: #398eb7;
}
.content_top2 .top_box2 .list_top02 .box_orange {
    background-color: #fffcf6;
}
.content_top2 .top_box2 .list_top02 .box_orange h4 {
    background: #fff5e4 url("../common_img/arow4.png") no-repeat top 15px right 5px;
    background-size: 13px;
}
.content_top2 .top_box2 .list_top02 .box_orange h4 a {
    color: #d9931c;
}
.content_top2 .top_box2 .list_top02 .box_yellow {
    background-color: #fffff1;
}
.content_top2 .top_box2 .list_top02 .box_yellow h4 {
    background: #fffedd url("../common_img/arow5.png") no-repeat top 15px right 5px;
    background-size: 13px;
}
.content_top2 .top_box2 .list_top02 .box_yellow h4 a {
    color: #bab635;
}
.content_top2 .top_box2 .inner_box2 {
    background: url("../images/bg4.png") no-repeat top right;
    background-size: contain;
    border-radius: 5px;
    border: solid 1px #106cad;
    padding: 10px;
    position: relative;
    margin-top: 3%;
}
.content_top2 .top_box2 .inner_box2 p {
    text-shadow: 1px 1px #fff;
}
.content_top2 .top_box2 .inner_box2 a:after {
    position: absolute;
    content: "";
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    z-index: 3;
}
.content_top2 .top_box2 .end_top2 {
    background-color: #fffee4;
    -webkit-border-radius: 0 0 5px 5px;
    -moz-border-radius: 0 0 5px 5px;
    border-radius: 0 0 5px 5px;
    margin: 4% 0 0;
}
.content_top2 .top_box2 .end_top2 p {
    font-size: 15px;
    color: #f778a1;
    font-weight: bold;
    line-height: 1.2;
    text-align: center;
    margin-top: 5px;
}
.content_top2 .top_box2 .end_top2 ul {
    margin: 2% 10%;
}
.content_top2 .top_box2 .end_top2 ul li {
    float: left;
    width: 49%;
}
.content_top2 .top_box3 {
    margin: 5% 2% 0;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    border-radius: 5px;
    -webkit-box-shadow: 0 0 12px 3px rgba(143, 197, 219, 0.27);
    -moz-box-shadow: 0 0 12px 3px rgba(143, 197, 219, 0.27);
    box-shadow: 0 0 12px 3px rgba(143, 197, 219, 0.27);
    text-align: center;
}
.content_top2 .top_box3 ul {
    margin: 3% 2%;
}
.content_top2 .top_box3 ul li {
    width: 49%;
    margin-bottom: 2%;
}
