#conference2020Cont {
    background-color: #e6e7e8;
    width: 1280px;
    margin: -40px auto -50px auto;
    text-align: center;
    padding-bottom: 50px;
}
#conference2020Cont .head {
    background-color: white;
    width: 960px;
    margin: 0 auto 60px auto;
}

.kvWrap {
    position: relative;
    padding-top: 60px;
}
.kvWrap img.kv {
    position: absolute;
    top: 160px;
    left: 0;
}
.kvWrap .txt {
    background-color: white;
    width: 1160px;
    margin: auto;
    padding-top: 660px;
    padding-bottom: 60px;
    font-size: 1.2rem;
    font-weight: bold;
}
.kvWrap .txt.seminar2101 {
    padding-top: 320px;
    padding-bottom: 100px;
}
.kvWrap .txt h1 {
    text-align: center;
    font-size: 2rem;
    font-weight: bold;
}
.kvWrap .txt h1 span {
    display: inline-block;
    padding: 0 0 2% 0;
    margin: 0 0 25px 0;
    background: url(../../assets/images/common/bg_ttl.jpg) repeat-x 0 100%;
}
.kvWrap .txt p {
    width: 900px;
    margin: auto;
    text-align: left;
}
.kvWrap .leftTop {
    position: absolute;
    top: 0;
    left: 0;
    width: 40px;
    height: 40px;
    background-color: #3bb149;
}
.kvWrap .rightTop {
    position: absolute;
    top: 0;
    right: 0;
    width: 98px;
    height: 98px;
    overflow: hidden;
}
.kvWrap .rightTop .circle {
    background-color: #e60039;
    display: block;
    width: 98px;
    height: 98px;
    border-radius: 50%;
    margin-left: 49px;
    margin-top: -49px;
}
.kvWrap .shape1 {
    position: absolute;
    top: 0;
    width: 100%;
    overflow: hidden;
    display: flex;
    justify-content: center;
}
.kvWrap .shape1 img {
    margin-top: -80px;
    margin-left: 194px;
}
.kvWrap .leftBottom {
    position: absolute;
    bottom: -72px;
    left: 0;
    border-top: 72px solid transparent;
    border-bottom: 72px solid transparent;
    border-left: 132px solid #007bc7;
}
.kvWrap .rightBottom {
    position: absolute;
    bottom: -72px;
    right: 0;
    border-top: 72px solid transparent;
    border-bottom: 72px solid transparent;
    border-right: 132px solid #007bc7;
}
.section3, .section4 {
    margin-top: 57px;
}
.section5 {
    position: relative;
    margin: 72px auto;
}
.section5 .txt {
    background-color: white;
    width: 1160px;
    margin: auto;
    padding-bottom: 60px;
}
.section5 img {
    padding-top: 65px;
}
.section5 .leftTop {
    position: absolute;
    top: -72px;
    left: 0;
    border-top: 72px solid transparent;
    border-bottom: 72px solid transparent;
    border-left: 132px solid #007bc7;
}
.section5 .rightTop {
    position: absolute;
    top: -72px;
    right: 0;
    border-top: 72px solid transparent;
    border-bottom: 72px solid transparent;
    border-right: 132px solid #007bc7;
}
.formWrap {
    margin: 72px auto;
    background-color: white;
    width: 1160px;
    padding: 40px;
}
.formWrap h2 {
    font-size: 1.5rem;
    font-weight: bold;
    margin-bottom: 30px;
}
.formWrap a {
    display: inline-block;
    padding: 0 10px;
    min-width: 360px;
    background: #ed1846;
    line-height: 56px;
    text-decoration: none;
    text-align: center;
    color: #fff;
    font-size: 120%;
    font-weight: bold;
    vertical-align: top;
    -webkit-transition: 200ms all;
    transition: 200ms all;
    opacity: 1;
    border-radius: 56px;
    -webkit-border-radius: 56px;
    -moz-border-radius: 56px;
}
.endWrap {
    position: relative;
    height: 50px;
    margin-bottom: -50px;
}
.endWrap .leftBottom {
    position: absolute;
    bottom: 0;
    left: 0;
    border-top: 60px solid transparent;
    border-left: 69px solid #007bc7;
}
.endWrap .rightBottom {
    position: absolute;
    bottom: 0;
    right: 0;
    border-top: 60px solid transparent;
    border-right: 69px solid #007bc7;
}
@media (min-width: 768px) {
    .spOnly {
        display: none;
    }
}

@media (max-width: 767px) {
    .pcOnly {
        display: none;
    }
    #conference2020Cont {
        width: 100vw;
        padding-bottom: 50px;
        margin: -40px auto -40px auto;
    }
    .kvWrap {
        padding-top: 6%;
    }
    .kvWrap img.kv {
        top: 5%;
    }
    .kvWrap img.kv.seminar2101 {
        top: 10%;
    }
    .kvWrap .txt {
        width: 90%;
        padding-top: 62%;
        padding-bottom: 6%;
        font-size: 1rem;
    }
    .kvWrap .txt.seminar2101 {
        padding-top: 38%;
        padding-bottom: 10%;
    }
    .kvWrap .txt h1 {
        font-size: 1.2rem;
    }
    .kvWrap .txt h1 span {
        padding: 0 0 5% 0;
        margin: 0 0 5% 0;
    }
    .kvWrap .txt p {
        width: 86%;
    }
    .kvWrap .leftTop {
        width: 4%;
        height: 0;
        padding-top: 4%;
    }
    .kvWrap .rightTop {
        width: 8%;
        height: 0;
        padding-top: 8%;
    }
    .kvWrap .rightTop .circle {
        width: 100%;
        height: 0;
        margin-left: 50%;
        margin-top: -150%;
        padding-top: 100%;
    }
    .kvWrap .shape1 img {
        margin-top: -10%;
        margin-left: 20%;
        width: 28%;
    }
    .kvWrap .leftBottom {
        position: absolute;
        bottom: -6vw;
        left: 0;
        border-top: 6vw solid transparent;
        border-bottom: 6vw solid transparent;
        border-left: 11vw solid #007bc7;
    }
    .kvWrap .rightBottom {
        position: absolute;
        bottom: -6vw;
        right: 0;
        border-top: 6vw solid transparent;
        border-bottom: 6vw solid transparent;
        border-right: 11vw solid #007bc7;
    }
    .section3, .section4 {
        width: 78%;
        margin: 12% auto 0;
    }
    .section5 {
        margin: 16% auto auto;
    }
    .section5 .txt {
        width: 90%;
        padding-bottom: 16%;
    }
    .section5 img {
        width: 78vw;
        padding-top: 10%;
    }
    .section5 .leftTop {
        position: absolute;
        top: -6vw;
        left: 0;
        border-top: 6vw solid transparent;
        border-bottom: 6vw solid transparent;
        border-left: 11vw solid #007bc7;
    }
    .section5 .rightTop {
        position: absolute;
        top: -6vw;
        right: 0;
        border-top: 6vw solid transparent;
        border-bottom: 6vw solid transparent;
        border-right: 11vw solid #007bc7;
    }
    .formWrap {
        margin: 10% auto;
        width: 90%;
        padding: 6%;
    }
    .formWrap h2 {
        font-size: 1rem;
        margin-bottom: 7%;
    }
    .formWrap a {
        min-width: 86%;
        font-size: 1rem;
        padding: 0 2%;
        line-height: 3rem;
        border-radius: 3rem;
        -webkit-border-radius: 3rem;
        -moz-border-radius: 3rem;
    }
    .endWrap {
        height: 50px;
        margin-bottom: -50px;
    }
    .endWrap .leftBottom {
        position: absolute;
        bottom: 0;
        left: 0;
        border-top: 8vw solid transparent;
        border-left: 9vw solid #007bc7;
    }
    .endWrap .rightBottom {
        position: absolute;
        bottom: 0;
        right: 0;
        border-top: 8vw solid transparent;
        border-right: 9vw solid #007bc7;
    }
}
