.page3{}

.medal{margin:50px auto;}
.page3 h4{font-size:28px;border-bottom:1px solid #e4e4e4;padding:0 0 50px 0;text-align:center;}
.page3 h4 span{background:#417eae;color:#fff;padding:5px 20px;border-radius:50px;font-weight:600;position:relative;}
.page3 h4 span:after{
     position: absolute;
    bottom: -8px;
    left: 50%;
    transform: translateX(-50%);
    content: " ";
    height: 0;
    z-index: -1;
    border-top: 9px solid;
    border-left: 7px solid rgba(0, 0, 0, 0);
    border-right: 7px solid rgba(0, 0, 0, 0);
    color: #417eae;
}
.page3 h4 p{font-size:20px;padding-top:30px;font-weight:400;line-height:36px;color:#000;}
.page3_m{display:none;}
.page3_pc{display:flex;justify-content:space-between;margin-top:50px;}
.page3_pc li{width:22%;background:url(../page3/images/page3_list_bg_2.svg)no-repeat;background-size:100%;padding:70px 0;    background-position-y: bottom;}
.page3_pc li div{width:100%;position:}
.page3_pc li span{
    text-align: center;
    display: block;
    font-size: 20px;
    color: #fff;
    width: 50px;
    height: 50px;
    margin: 0 auto 15px auto;
    background: #ebb100;
    border-radius: 50px;
    border: 2px solid #fff;
    outline: 3px solid #ebb100;
    line-height: 44px;
    font-weight: 600;}
.page3_pc li div b{    text-align: center;
    font-size: 30px;
    width: 100%;
    display: block;
    color: #ffd602;
    padding-bottom:20px;
}
.page3_pc li div img{width:80px;height:80px;display:block;margin:60px auto;}
.page3_pc li p{font-size:18px;padding-top:20px;margin-top:20px;text-align:center;line-height:32px;color:#fff;border-top:1px solid rgba(255,255,255,0.4);width:80%;margin:0 auto;}

.page3_notice{background:#f8f8f8;padding:20px 40px;font-size:16px;margin-top:90px;border-radius:15px;}
.page3_notice p{padding:20px 0;border-bottom:1px solid #e4e4e4;}
.page3_notice p:last-child{border-bottom:0;}
.page3_notice span{display: inline-block;
    background: black;
    width: 20px;
    height: 20px;
    color: #fff;
    font-weight: bold;
    text-align: center;
    line-height: 20px;
    border-radius: 30px;
    font-size: 13px;
    margin-right: 9px;
}

@media screen and ( max-width:799px){
  .page3 h4{margin:0 auto 20px auto;}
  .page3 h4 span{font-size:18px;}
  .page3 h4 p{font-size:16px;}
  .page3_pc{display:none !important}
  .page3_m{display:flex;justify-content:space-between;flex-wrap:wrap;margin-top:50px;}
  .page3_m li{width:48%;}
  .page3_m li:nth-child(n+3){margin-top:30px;}
  .page3_notice{margin-top:50px;}
  .page3_notice span{display:block;margin:0 auto 10px auto;}
  .page3_notice p{font-size:14px;text-align:center;line-height:26px;font-weight:500;}
    .medal{width:200px;margin:30px auto;}
  .page3 h4 p{padding-top:0;}

}