.sub_top{background:url('../page9/images/sub_top3.jpg')no-repeat;background-size:cover;}
.page_tit_flex{display:flex;align-items:center;margin-top:70px;}
.page_tit_img{width:45%;border-radius:20px;}
.page_tit_txt{padding-left:70px;width:55%;font-size:16px;line-height:32px;text-align:left;}
.page_tit_txt b{text-decoration:underline;}
.page_tit_txt span{    border: 1px solid #1e504a;
    padding: 7px 15px;
    border-radius: 30px;
    width: fit-content;
    font-size: 20px;
    display: block;
    font-weight: 700;
    color: #1e504a;
    margin-bottom: 15px;
    background: #f8f8f8;}

.page13_sec1{margin-top:70px;background:url('../page13/images/page13_sec1_bg.png')no-repeat;background-size:cover;}
.page13_sec1 h2{    font-size: 24px;
    color: #000;
    text-align: center;}
.page13_sec1 ul{border-top:2px solid #000;flex-wrap:wrap;justify-content:space-between;display:flex;margin-top:50px;}
.page13_sec1 ul li{width:48%;padding:30px;border-bottom:1px solid #e4e4e4;font-size:15px;line-height:26px;}
.page13_sec1 ul li span{margin-bottom:8px;position:relative;top:-2px;margin-right:7px;display: block;
    background: #1e504a;
    color: #fff;
    font-size: 11px;
    font-weight: 900;
    letter-spacing: 2px;
    width: 25px;
    height: 25px;
    line-height: 25px;
    text-align: center;
    padding-left: 2px;}

.charac{margin-top:70px;}
.charac h2{font-size: 24px;
    color: #000;
    text-align: center;}
.charac ul{display:flex;justify-content:space-between;margin-top:50px;}
.charac ul li{position:relative;width:20%;border-right:1px solid #e4e4e4;background:#f8f8f8;padding:20px 0 30px 0}
.charac ul li:nth-child(2n){background:#efefef;}
.charac ul li:last-child{border-right:0;}
.charac ul li span{display:block;background:#1e504a;width:30px;height:30px;color:#fff;line-height:30px;text-align:center;font-size:10px;font-weight:bold;letter-spacing:2px;border-radius:30px;margin:0 auto;margin-bottom:15px;}
.charac ul li img{width:40px;height:40px;display:block;margin:0 auto;}
.charac ul li p{padding-top:15px;font-size:15px;line-height:25px;font-weight:500;color:#000;text-align:center;}


.dosu_common1{margin-top:70px;}
.dosu_common1 h2{    font-size: 24px;
    color: #000;
    text-align: center;}
.dosu_common1 ul{display:flex;justify-content:center;margin-top:40px;}
.dosu_common1 ul li{margin-left:-20px;width:200px;height:200px;border-radius:200px;border:1px dashed #1e504a;position:relative;}
.dosu_common1 ul li p{position:absolute;top:50%;left:50%;transform:translate(-50%,-50%);text-align:center;width:100%;color:#000;font-weight:600;font-size:18px;}
.focus{  border:1px solid #1e504a !important;  background: rgb(0 0 0 / 0.7);
    z-index: 1;animation: cl 1s infinite alternate;}
.focus p{color:#fff !important}
.focus a{color:#fff !important;border-bottom:1px solid #fff !important}
.focus span{color:#1e504a !important;background:#fff !important;font-weight:900 !important}
@keyframes cl {
  0%{transform:scale(1);}
  100%{ background:  rgb(19 93 63 / 0.7);;transform:scale(1.1);}
}

.dosu_common1 ul li a{display:block;font-size:14px;font-weight:bold;margin:0 auto;padding:5px 0;margin-top:10px;border-bottom:1px solid #1e504a;width:100px;}
.dosu_common1 ul li a span{display:inline-block;width:15px;height:15px;color:#fff;text-align:center;font-size:15px;line-height:15px;border-radius:15px;background:#1e504a;margin-left:7px;}

@media screen and ( max-width:799px){
 .page13_sec1{margin-top:50px;background-position:center;}
  .page13_sec1 ul{margin-top:30px;flex-wrap:wrap;}
  .page13_sec1 ul li{width:100%;padding:15px 5px;font-size:14px;display:flex;}
  .page13_sec1 ul li span {
    top:4px;
    font-size: 10px;
    width: 20px;
    line-height:20px;
    height: 20px;}
}