/**main slider**/
.cycle-slideshow, .cycle-slideshow * { -webkit-box-sizing: border-box; -moz-box-sizing: border-box; box-sizing: border-box; }


.cycle-slideshow { width: 100%; max-width: 100%; margin: 0 auto; padding: 0; position: relative;overflow: hidden;}

/* slideshow images (for most of the demos, these are the actual "slides") */
.cycle-slideshow img { 
    /* 
    some of these styles will be set by the plugin (by default) but setting them here
    helps avoid flash-of-unstyled-content
    */
    position: absolute; top: 0; left: 0;
    width: 100%; padding: 0;
}
.cycle-slideshow.pc { display: block;}
.cycle-slideshow.mobile { display: none;}

/* in case script does not load */
.cycle-slideshow img:first-child {
    position: static; z-index: 100;
}

.cycle-slideshow img.mobile {display: none;}

/* pager */
.cycle-pager { 
    text-align: center; width: 100%; z-index: 900; position: absolute; bottom: 50px; overflow:initial;
}
.cycle-pager span { 
    font-size: 50px; width: 16px; height: 16px; 
    display: inline-block; color: #ddd; cursor: pointer; 
}
.cycle-pager span.cycle-pager-active { color: #D69746;}
.cycle-pager > * { cursor: pointer;}


/* caption */
.cycle-caption { position: absolute; color: white; bottom: 15px; right: 15px; z-index: 700; }


/* overlay */
.cycle-overlay {
    position: absolute; bottom: 0; width: 100%; z-index: 600;
    background: black; color: white; padding: 15px; opacity: .5;
}


@media only screen and (max-width: 480px), only screen and (max-device-width: 480px) {
    .cycle-slideshow.pc {display:none;}
    .cycle-slideshow.mobile {display:block;}
}


/*m:main_box*/
.maincontent {width:1260px; margin:0 auto; text-align:left;padding:30px 0;}
.maincontent>h2 {text-align: center; margin-bottom: 50px; font-size: 60px; font-weight: 700; color: #035080;}

.flex_div {display: flex; margin-bottom: 150px;}
.flex_div > div {flex: 1; position: relative;}
.flex_div > div+div {margin-left: 60px;}
.mgt150 {margin-top: 150px;}
.flex_div + .flex_div {margin-top: 77px;}
.flex_div > div>img {max-width: 100%}

.flex_div h2 {}
.flex_div .more {position: absolute; right: 0; top:0;}
.flex_div .more>a {display: block; width: 34px; height: 34px; background: url(/com.img/main/more.png) no-repeat; font-size: 0;}

/*.swiper-container {width: 100%;}*/
.swiper-container {width: 100%; max-width:600px;}
.swiper-container img {width: 100%;}

.flex_box {display: flex;justify-content: space-between;}
.flex_box > li {width: 30%; background: #eeeeee; border: solid 1px #d2d2d2; padding: 40px 0;}
.flex_box > li + li {margin-left: 20px;}
.flex_box > li > img {width: 100%;}
.flex_box > li.wht {background: #fff; padding: 0;}

.m_notice {margin-top: 15px; border-top: solid 2px #000;}
.m_notice li {border-bottom: solid 1px #d2d2d2; padding: 10px; }
.m_notice li>a {display: inline-block; vertical-align: middle; width: calc(100% - 80px); color: #000;overflow: hidden; text-overflow: ellipsis; white-space: nowrap;}
.m_notice li>span {float: right; color: #777;}
.m_notice li:after {content: ""; display: block; clear: both;}

@media screen and (max-width:1024px) {
    .maincontent {width:100%; padding:30px 0;}
    .maincontent>h2 {font-size: 48px;}
    .maincontent>h2>img, .flex_div h2>img {height: 40px;}
    .flex_div {margin-bottom: 50px;}
    /*.swiper-container { max-width: 580px;}*/
    .swiper-container { max-width: 370px;}
    .m_notice li {font-size: 14px;}
}

@media screen and (max-width:768px) {
    .m_notice {max-width: 368px;}
    .flex_box {display: block; margin-top: 30px; font-size: 0; padding: 0 10px;}
    .flex_div > div + div {margin-left: 30px;}
    .flex_box > li {display: inline-block; width: calc(50% - 20px); padding: 20px 0; margin: 10px;}    
    .flex_box > li + li {margin-left:10px;}
}

@media screen and (max-width:600px) {
    .m_notice {max-width: 100%;}
    .maincontent>h2 {margin-bottom: 0;font-size: 36px;}
    .maincontent>h2>img, .flex_div h2>img {height: 30px;}
    .flex_div {display: block; padding: 10px; margin-bottom: 50px;}
    .flex_div > div+div {margin-left: 0;}
    .mgt150 {margin-top: 50px;}
    .flex_div + .flex_div {margin-top: 20px;}

    .flex_box {display: block; margin-top: 30px;}
    .flex_box > li {padding: 0 0 20px 0; margin:10px;}    
}
