/* 
* media.css 
*/

/* 1600 */
@media screen and (max-width: 1600px) {
    #pc-nav li {
        padding-right: 10px;
        padding-left: 10px;
    }
    .invitation .invitation_info p {
        margin-bottom: 24px;
    }
    .invitation .invitation_info {
        width: 62%;
    }
    .invitation .invitation_pic {
        width: 32.07%;
    }
    #pc-nav li a {
        font-size: 14px;
    }
}
/* 1200 */
@media screen and (max-width: 1367px) {
    .vertical-slider {
        height: 570px;
    }
    .vertical-slider .arrow-left {
        right: 900px;
    }
    .vertical-slider .arrow-right {
        left: 900px;
    }
    .swiper-slide {
        width: 960px;
    }
    .swiper-slide img {
        width: 900px;
        height: 346px;
    }
    .slider-con {
        min-height: 250px;
        left: 110px;
        top: 150px;
        padding: 20px;
    }
    .slider-con div {
        margin-top: 25px;
    }
    .banner_title{ top: 60px;}
}
@media(max-width: 1180px){
    #pc-nav li a{ font-size: 12px; }
    .logo img{ width: 75%; }
    #pc-nav ul{ margin-left: -25px; }
}
/* 1024 (ipad pro) */
@media screen and (max-width:1024px) {
    .banner_title {
        top: 48px;
    }
    .agenda_list dl.agenda_item>dt {
        width: 260px;
    }
    .logo img{ width: 100%; }
}

/* 992 */
@media screen and (max-width: 992px) {
    body,header {
        background: #fff;
    }
    .banner_title {
        top: 0;
    }
    .banner_title .slogan {
        width: 60%;
    }
    .banner-text h2 {
        padding-top: 50px;
    }
    .wap_invitation_pic {
        display: block;
    }
    .pc_invitation {
        display: none;
    }

    .invitation {
        margin-top: 0px;
    }
    .invitation .invitation_pic {
        width: 100%;
        height: 37vw;
        max-height: 600px;
        margin-left: 0;
    }
    .invitation .invitation_pic .wap_invitation_pic {
        width: 100%;
    }
    .invitation .invitation_info {
        width: 100%;
    }
    .invitation .invitation_info .h2-title {
        font-size: 26px;
        margin-bottom: 15px;
    }
    .invitation_pic img {
        left: 0;
        width: 65%;
    }
    .inv_bg {
        width: 65%;
        height: 73vw;
        max-height: 600px;
        background: #366cc8;
        margin-left: 5%;
    }
    .inv_bg div {
        width: 62vw;
    }
    .bright {
        padding-bottom: 40px;
        background:  url(../images/bg_bright.jpg) center 100% / auto 100% no-repeat;
    }
    .bright .cistern p {
        width: 92%; 
    }
    .bright-content dl {
        width: 100%;
    }
    .bright-content dl {
        height:auto;
        padding: 15px 0;
        border-right: 0;
        border-bottom: 1px solid #b8bbc6;
    }
    .bright-content dl>dd,.bright-content dl>dt {
        display: inline-block;
        vertical-align: middle;
    }
    .bright-content dl>dd {
        width: 15%;
        margin-left: 5%;
    }
    .bright-content dl>dd img {
        width: 100%
    }
    .bright-content dl>dt {
        width:80%;
    }
    .bright-content dl dt {
        margin: 0;
    }
    .bright-content dl dt span {
        text-align: left;
    }
    .bright-content dl dd img {
        margin-top: 0;
    }
    .agenda_list>dl.agenda_item>dd {
        margin-top:10px;
    }
    .arr-box a {
        display: none;
    }

    .agenda_list>dl.agenda_item {
        padding: 10px;
    }
    .agenda_list>dl.agenda_item:first-child{
        display: none;
    }
    /* swiper */
    .vertical-slider {
        height: 66.8vw;
    }
    .swiper-slide {    
        width: 100vw;
    }
    .swiper-slide img {
        width: 100%;
        height: 38.47vw;
    }
    .swiper-slide  .slider-con {
        left: 8%;
        top: 33%;
        padding: 10px;
    }
    .pagination {
        bottom: -10px;
    }
    .swiper-slide img {
        width: 100%;
        bottom: auto;
        right: auto;
    }
    .swiper-pagination-switch {
        width: 8px;
        height:8px;
    }
    .swiper-active-switch {
        width: 20px;
    }
    
}
/* 960 */
@media screen and (max-width: 960px) {
   
}
/* 768 */
@media screen and (max-width: 768px) {
    .banner-text h2 {
        padding-top: 0px;
        text-indent: 0;
        margin-bottom: 5px;
    }
    .banner-text p {
        text-indent: 0;
    }
    .banner_title a {
        margin-left: 0;
    }
    .agenda_list dl.agenda_item dt, .agenda_list dl.agenda_item dd {
        display: block;
    }
    .agenda_list dl.agenda_item dt p , .agenda_list dl.agenda_item dd p {
        color: #999999;
    }   
    .agenda {
        padding-top: 40px;
    }
    .agenda_list {
        margin-top: 20px;
    }
    .bright { 
        margin-top:0;
    }
    .bright .cistern p {
        padding-top: 40px;
        font-size: 20px;
     }
     .highlight {
        /* margin-top: 40px;  */
    }
    .vertical {
        padding-top: 40px;
    }
    .vertical-slider {
        padding-top: 20px;
        min-height: 87.8vw;
        padding-bottom: 0;
    }
    .swiper-slide .slider-con {
        left: 0;
        top: 38.47vw;
        min-height: 39.73vw;
        padding: 10px;
        width: 100%;
        bottom: auto;
    }
    .slider-con p { 
        width: 100%;
        padding-top: 5px;
    }
    .slider-con div { 
        margin-top:20px;
        font-size: 14px;
    }
    .slider-con p {
        font-size: 20px;
    }

    .banner_title{ top: 38px;}
}
/* 750 */
@media screen and (max-width: 480px) {
  .banner_title{ top: 27px;}
}

/* ip6 &7 &8 */

@media screen and (width:375px) {
    .vertical {
        /* margin-top: 50px; */
    }
    .vertical-slider {
        min-height: 90.8vw; 
    }
    .swiper-slide .slider-con {
        padding: 15px;
        box-shadow: 1px 2px 10px 0px rgba(0, 0, 0, 0.1);
    }
    /* .swiper-slide .slider-con {
        min-height: 130px;
    } */
    .slider-con span {
        font-size: 14px;
    }
    .slider-con p {
        font-size: 18px;
    }
    .solution8-b {
        min-height: 75px;
    }

}

/* ip5 */
@media screen and (width:320px) {
    .vertical-slider {
        min-height: 115.8vw;
    }
    .swiper-slide .slider-con {
        min-height: 180px;
    }
    .solution8-b {
        min-height: 95px;
    }
}