.cmn-contents-wrapper{ padding-top: 0; padding-bottom: 0;}
.campaign_wrap{
    position: relative;
}
.campaign_wrap .inner{
    position: relative;
    max-width: 828px;
    margin: 0 auto;
    background: #FFF;
    z-index: 5;
}
.head_title{
    position: relative;
    display: flex;
    justify-content: center;
    align-items: center;
    height: 290px;
    background: #45a8e5;
    box-sizing: border-box;
    overflow: hidden;
}

.head_title .line_wrap{
    position: absolute;
}
.head_title .line_wrap.left{
		left:-521px;
    bottom: -522px;
}
.head_title .line_wrap.right{
    right: 100px;
    bottom: -522px;
}

.lead_box{
    padding: 68px 0 48px 0;
    box-sizing: border-box;
}
.lead_box h3{
    margin-bottom: 15px;
    text-align: center;
}
.lead_box h3 img{ margin-left: -120px;}
.lead_box p{
    text-align: center;
    color: #45a8e5;
    font-weight: bold;
    font-size: 1.9rem;
    line-height: 1.68;
}
.lead_box ul.ankr_nav{
    margin: 35px 0 0 0;
    display: flex;
    justify-content: center;
    align-items: center;
}
.lead_box ul.ankr_nav li{
    display: inline-block;
    border: 1px solid #4d4d4d;
    box-sizing: border-box;
}
.lead_box ul.ankr_nav li+li{ margin-left: 10px;}
.lead_box ul.ankr_nav li a{
    display: block;
    font-size: 1.4rem;
    font-weight: 600;
    padding: 1px 8px 2px 8px;
    box-sizing: border-box;
    transition: .4s;
}
.lead_box ul.ankr_nav li a:hover{
    opacity: .6;
}

.campaign_wrap .bg{
    position: relative;
    background:
         url(../images/bg_left.png) repeat-y 0.5% top,
         url(../images/bg_right.png) repeat-y 99.5% top;
    z-index: 1;
}

.campaign_wrap .box+.box{ margin-top: 45px;}

.campaign_wrap .subttl{
    display: flex;
    align-items: center;
    border: 2.5px solid #45a8e5;
    background: #f4d700;
    box-sizing: border-box;
    height: 48px;
    margin-bottom: 10px;
}
.campaign_wrap .subttl span{
    display: flex;
    justify-content: center;
    align-items: center;
    width: calc(100% - 663px);
    height: 100%;
    background: #FFF;
    border-right: 2.5px solid #45a8e5;
}
.campaign_wrap .subttl h4{
    display: flex;
    justify-content: center;
    align-items: center;
    max-width: 663px;
    width: 100%;
    height: 100%;
}

.campaign_wrap .bn_wrap{
    display: flex;
    justify-content: flex-start;
    align-items: flex-start;
    flex-wrap: wrap;
}
.campaign_wrap .bn{
    width: 24%;
    max-width: 200px;
    margin-right: 1.2%;
    margin-bottom: 10px ;
}
.campaign_wrap .bn:nth-of-type(4n){ margin-right: 0;}

.cnts_btm{
    margin-top: 95px !important;
    padding-bottom: 30px !important;
    box-sizing: border-box;
}
.cnts_btm ul{
    margin: 0 0 50px 0;
    text-align: center;
}
.cnts_btm li+li{ margin-top: 10px;}
.cnts_btm li a{
    font-size: 1.4rem;
    text-decoration: underline;
}
.cnts_btm li a:hover{
    text-decoration: none;
}

.cnts_btm .f_logo{
    text-align: center;
    margin: 0 0 15px 0;
}
.cnts_btm .copy{
    font-size: 1.1rem;
    text-align: center;
}

.btm_atten{
    background: #e6e6e6;
    padding: 25px 0 35px 0;
    box-sizing: border-box;
}
.btm_atten ul{
    max-width: 614px;
    margin: 0 auto;
}
.btm_atten li{
    font-size: 1.3rem;
    line-height: 1.69;
}



