.cp1 {
    width: 100%;
    display: flex;
    background-color: #fff;
    justify-content: center;
    box-shadow: 0 .16vw .31vw rgba(0, 0, 0, .16);
}

.cp1 a {
    font-size: 1.25vw;
    padding: 2.6vw 0;
    position: relative;
    margin: 0 4.71vw;
}

.cp1 .bs {
    font-weight: bold;
}

.cp1 .bs::before {
    position: absolute;
    left: -1.51vw;
    content: '';
    top: 50%;
    transform: translateY(-50%);
    width: .99vw;
    height: .99vw;
    border-radius: 50%;
    border: .16vw solid #000;
    box-sizing: border-box;
}

.cp2 {
    padding: 7.14vw 0;
    background: url(../images/cpmbg.png) no-repeat;
	background-size:100% 100%;
}

.cp2_1 {
    width: 93.75vw;
    margin: auto;
    display: flex;
    justify-content: space-between;
    align-content: baseline;
    margin-bottom: 2.08vw;
}

.cp2_1 h1 {
    font-size: 1.56vw;
}

.cp2_1 a {
    font-size: 1.04vw;
}

img {
    display: block;
}

.cp2_2 {
    display: flex;
}

.cp2_2 a{
  margin-right:6.3vw;
}

.cp2_2 a:last-child{
  margin-right:0;
}

.cp2_2 h1 {
    width: 100%;
    overflow: hidden;
    line-height: 2.6vw;
    font-size: .94vw;
    color: #6E6E6E;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    text-align: center;
    box-shadow: 0 .16vw .31vw rgba(0, 0, 0, .16);
}

.cp2_2 a:hover h1 {
    color: #000;
}

.cp2_3 {
    font-size: .94vw;
    text-align: center;
    margin-top: 1.88vw;
    line-height: 1.88vw;
    letter-spacing: .05vw;
    text-transform: uppercase;
}

.cp4 {
    padding: 9.9vw 0 6.25vw;
    background: url(../images/cpmbg2.png) no-repeat 100% 100%;
}

.cp4_1 {
    display: flex;
    justify-content: space-between;
}

.cp4_1 a {
    position: relative;
}

.cp4_1 a .imgbox {
    border-radius: 1.04vw;
    overflow: hidden;
}

.cp4_1 a .msgbox {
    position: absolute;
    bottom: 0;
    width: 100%;
    font-size: 1.2vw;
    color: #fff;
    line-height: 4.27vw;
    text-align: center;
    background: rgba(0, 0, 0, .7);
    border-radius: 0 0 1.04vw 1.04vw;
}

.cp4_1 a:hover .msgbox {
    left: 0;
    right: 0;
    bottom: 0;
    top: 0;
    display: flex;
    align-items: center;
    justify-content: center;
    border-radius: 1.04vw;
}

.cp4_2 {
    display: flex;
    justify-content: center;
    margin-top: 3.13vw;
}

.cp4_2 .before,
.cp4_2 .next {
    display: block;
    width: 4.53vw;
    text-align: center;
    line-height: 2.14vw;
    font-size: .83vw;
    border: .05vw solid #000;
    box-sizing: border-box;
    background-color: #fff;
    margin: 0 .78vw;
}

.cp4_2 .next {
    background-color: #000;
    color: #fff;
}

.cp4_2 .num {
    display: flex;
}

.cp4_2 .num .bs a {
    background-color: #000;
    color: #fff;
}

.cp4_2 .num span a {
    display: block;
    width: 2.14vw;
    height: 2.14vw;
    text-align: center;
    line-height: 2.14vw;
    font-size: 1.25vw;
    margin: 0 .78vw;
    background-color: #DFDFDF;
}

@media screen and (max-width: 1200px) {
    .cp1 a {
        font-size: 16px;
        padding: 2% 0;
        margin: 0 3%;
    }

    .cp1 .bs::before {
        width: 10px;
        height: 10px;
        left: -4vw;
    }

    .cp2 {
        padding: 10% 2%;
        box-sizing: border-box;
    }

    .cp2_1 {
        width: 100%;
        margin-bottom: 2%;
    }

.cp1 {
    justify-content: space-evenly;
}

    .cp2_1 h1,
    .cp2_1 a {
        font-size: 22px;
    }

    .cp2_2 {
        flex-wrap: wrap;
		justify-content:space-between;
    }

    .cp2_2 a {
        width: 49%;
		margin-right:0;
    }

    .cp2_2 h1 {
        font-size: 14px;
        line-height: 32px;
    }

    .cp2_3 {
        font-size: 12px;
        line-height: normal;
    }

    .cp4 {
        padding: 10% 2%;
        box-sizing: border-box;
    }

    .cp4_1 a {
        width: 49%;
    }

    .cp4_1 a .msgbox {
        font-size: 14px;
        line-height: 32px;
    }

    .cp4_2 .before,
    .cp4_2 .next {
        width: 90px;
        height: 30px;
        line-height: 30px;
        font-size: 14px;
    }

    .cp4_2 .num span a {
        height: 30px;
        width: 30px;
        line-height: 30px;
        font-size: 16px;
    }
}