html, body, div, span, applet, object, iframe,
h1, h2, h3, h4, h5, h6, p, blockquote, pre,
a, abbr, acronym, address, big, cite, code,
del, dfn, em, img, ins, kbd, q, s, samp,
small, strike, sub, sup, tt, var,
b, u, i, center,
dl, dt, dd, ol, ul, li,
fieldset, form, label, legend,
table, caption, tbody, tfoot, thead, tr, th, td,
article, aside, canvas, details, embed, 
figure, figcaption, footer, header, hgroup, 
menu, nav, output, ruby, section, summary,
time, mark, audio, video {
	margin: 0;
	padding: 0;
	border: 0;
	font-size: 100%;
	font: inherit;
	vertical-align: baseline;
}
article, aside, details, figcaption, figure, 
footer, header, hgroup, menu, nav, section {
	display: block;
}
body {
	line-height: 1;
}
ol, ul {
	list-style: none;
}
blockquote, q {
	quotes: none;
}
blockquote:before, blockquote:after,
q:before, q:after {
	content: '';
	content: none;
}
table {
	border-collapse: collapse;
	border-spacing: 0;
}
*{
  margin:0;
  padding:0;
  list-style: none;
  box-sizing: border-box;
}
html,body{
    font-family:YakuHanJP,'Noto Sans JP',"游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium";
    font-size: 15px;
    font-weight: normal;
    line-height: 1.5;
    color: #333;
}
img{
  max-width: 100%;
  height: auto;
  vertical-align: bottom;
}
a,a:visited{
  text-decoration:none;
  color:#1977ec;
  transition: ease all .4s;
}
a:hover{
    opacity: .7;
    color:#ec194a;
}
.poppins{
    font-family: 'Poppins';
}
.w106{
    width: 100%;
    max-width: 1100px;
    padding: 0 20px;
    margin: 0 auto;
}
/*=====================================
*
*common
*
=======================================*/
:root {
  --main: #00303E;
  --blue: #46C7C7;
  --orange: #FCB116;
}

/*=====================================
*
*header
*
=======================================*/
header{
    border-bottom: 1px solid #ccc;
}
header .header_inner{
    margin: 0 auto;
    width: 100%;
    max-width: 800px;
    padding: 20px 0;
}
header .header_inner .logo_area{
    display: flex;
    justify-content: space-between;
    align-items: center;
}
header .header_inner .logo_area .logo img{
    height: 50px;
}
header .header_inner .logo_area .cest_logo img{
    height: 71px;
}
header .header_inner .logo_area .gcas_logo img{
    height: 36px;
}
header .header_inner .cta{
    display: flex;
    justify-content: flex-end;
    margin-bottom: 15px;
}
header .header_inner .cta .contact{
    margin-right: 20px;
    display: flex;
    justify-content: center;
    align-items: center;
}
header .header_inner .cta .contact a{
    color: var(--main);
    font-size: 1.08vw;
}
header .header_inner .cta .trial a{
    color: var(--main);
    font-size: 1.08vw;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    background: #FFFB00;
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: 600;
    height: 100%;
}
header .header_inner .cta .info a{
    font-size: 1.08vw;
    color: #fff;
    padding: 15px;
    border-radius: 0 0 10px 10px;
    background: var(--blue);
    width: 200px;
    display: flex;
    justify-content: center;
    align-items: center;
    line-height: 1;
    font-weight: 600;
    position: relative;
    height: 100%;
}
header .header_inner .cta .info a::after{
    content: '';
    background: url(../images/cta-icon-w.png) no-repeat;
    display: block;
    width: 24px;
    height: 22px;
    margin-left: 10px;
}
header .header_inner .menu{

}
header .header_inner .menu ol{
    display: flex;
    justify-content: flex-end;
    align-items: center;
}
header .header_inner .menu ol li{

}
header .header_inner .menu ol li a{
    padding: 5px 15px;
    line-height: 1;
    color: var(--main);
    border-right: 1px dashed #708c94;
    font-weight: 500;
    font-size: 1vw;
}
header .header_inner .menu ol li:nth-last-child(2) a{
    border: none;
}
header .header_inner .menu ol li.btn{

}
header .header_inner .menu ol li.btn a{
    border: 1px solid var(--main);
    border-radius: 500px;
    padding: 10px 30px;
    padding-right: 35px;
    position: relative;
    display: block;
}
header .header_inner .menu ol li.btn a::before{
    content: '';
    display: block;
    width: 7px;
    height: 10px;
    background: url(../images/arrow.png) no-repeat;
    background-size: 100%;
    position: absolute;
    right: 10px;
    top: 50%;
    transform: translateY(-50%);
}
header.header_individual .header_inner .cta .trial a,
header.header_individual .header_inner .cta .info a{
    width: 270px;
}
@media screen and (min-width:969px){
    header .header_sp_btn{
        display: none;
    }
}
@media screen and (max-width:1360px){
    header.header_individual .header_inner .cta .trial a,
    header.header_individual .header_inner .cta .info a{
        width: 240px;
    }
    header .header_inner .cta .contact a,
    header .header_inner .cta .trial a,
    header .header_inner .cta .info a{
        font-size: 16px;
    }
    header .header_inner .menu ol li a{
        padding: 5px 10px;
    }
    header .header_inner .menu ol li.btn a{
        padding: 10px 20px;
        padding-right: 25px;
    }
}
@media screen and (max-width:1160px){
    header .header_inner .logo_area .cest_logo img{
        height: 66px;
    }
}
@media screen and (max-width:1068px){
    header .header_inner .logo_area .logo {
        margin-right: 0;
        padding: 0;
    }
    header .header_inner .logo_area .logo img{
        height: 3.8vw;
    }
    header .header_inner .menu ol li a{
        font-size: 1.1vw;
    }
}
@media screen and (min-width:969px){
    header .header_inner .cta .trial a br,
    header .header_inner .cta .info a br{
        display: none;
    }
}
@media screen and (max-width:968px){
    header .header_inner{
        padding: 0;
        align-items: center;
        height: 70px;
    }
    header.header_individual .header_inner .cta .trial a,
    header.header_individual .header_inner .cta .info a {
        width: 220px;
    }
    header.header_individual .header_inner .cta{
        display: none;
    }
    header .header_inner .logo_area{
        height: 100%;
        padding: 0 10px;
    }
    header .header_inner .logo_area .logo img {
        height: 30px;
    }
    header .header_inner .logo_area .cest_logo img{
        height: 50px;
    }
    header .header_inner .logo_area .gcas_logo img {
        height: 26px;
    }
    header .header_inner .cta{
        display: block;
        padding: 0;
        margin: 0;
        position: fixed;
        bottom: 0;
        left: 0;
        z-index: 98;
        display: flex;
        justify-content: space-between;
        height: 70px;
        width: 100%;
    }
    header .header_inner .cta .contact{
        margin: 0 auto;
        width: 35%;
    }
    header .header_inner .cta .contact a{
        width: 100%;
        height: auto;
        font-size: 14px;
        font-weight: 600;
        text-align: center;
        display: flex;
        justify-content: center;
        align-items: center;
        width: 100%;
        height: 100%;
        background: #DEFFF8;
    }
    header .header_inner .cta .trial{
        width: 30%;
    }
    header .header_inner .cta .info{
        width: 35%;
    }
    header .header_inner .cta .info a::after{
        width: 18px;
        height: 16px;
        background-size: 100%;
    }
    header .header_inner .cta .trial a,
    header .header_inner .cta .info a,
    header .header_inner .cta .trial a,
    header.header_individual .header_inner .cta .info a {
        font-size: 14px;
        width: 100%;
        border-radius: 0;
        text-align: center;
    }
    header .header_right .menu{
        position: fixed;
        right: 0;
        top: 0;
        padding: 40px 20px;
        padding-top: 70px;
        height: 100vh;
        width: 60%;
        min-width: 300px;
        background: #fff;
        display: block;
        overflow-y: scroll;
        transition: ease all .4s;
        transform: translateX(100%);
        z-index: 99;
    }
    header .header_right .menu.active{
        transform: translateX(0);
        box-shadow: 4px 0px 11px 2px #00000063;
    }
    header .header_inner .menu ol{
        display: block;
    }
    header .header_inner .menu ol li a {
        display: block;
        font-size: 16px;
        padding: 20px;
        display: block;
        border-right: none;
        border-bottom: 1px dashed #708c94;
    }
    header .header_inner .menu ol li.btn a{
        padding: 15px 20px;
        padding-right: 25px;
        text-align: center;
        margin-top: 10px;
    }
    header .header_sp_btn{
        display: flex;
        flex-direction: column;
        width: 70px;
        height: 70px;
        justify-content: space-between;
        position: relative;
        z-index: 99;
        padding: 20px 15px;
        background: var(--main);
        position: fixed;
        right: 0;
        top: 0;
    }
    header .header_sp_btn span{
        display: block;
        width: 100%;
        height: 3px;
        background: #fff;
        transition: ease all .4s;
        position: relative;
        top: 0;
    }
    header .header_sp_btn.active span:nth-child(1){
        transform: rotate(45deg);
        top: 14px;
    }
    header .header_sp_btn.active span:nth-child(2){
        transform: rotate(-45deg);
    }
    header .header_sp_btn.active span:nth-child(3){
        opacity: 0;
        pointer-events: none;
    }
    header .header_modal_bg{
        position: fixed;
        left: 0;
        top: 0;
        background: #000;
        opacity: 0;
        pointer-events: none;
        transition: ease all .4s;
        width: 100vw;
        height: 100vh;
        z-index: 98;
    }
    header .header_modal_bg.active{
        pointer-events: all;
        opacity: .3;
    }
}
/*=====================================
*
*footer
*
=======================================*/
footer{
    background: var(--main);
    color: #fff;
    position: relative;
    overflow: hidden;
}
footer .bg{
    position: absolute;
    right: -20px;
    top: 0;
}
footer .footer_inner{
    max-width: 860px;
    padding: 0 20px;
    margin: 70px auto;
    position: relative;
}
footer .footer_inner .text{
    display: flex;
    justify-content: space-between;
    align-items: flex-end;
    padding-bottom: 30px;
    border-bottom: 1px solid #ffffff30;
    width: calc(100% - 80px);
    margin: 0 auto;
}
footer .footer_inner .text .title{

}
footer .footer_inner .text .title .en{
    font-size: 12px;
    font-weight: 700;
    opacity: .5;
    letter-spacing: 1px;
    padding-left: 3px;
}
footer .footer_inner .text .title .ja{
    font-size: 42px;
    font-weight: 700;
    line-height: 1;
}
footer .footer_inner .btn{
    display: flex;
    justify-content: space-between;
    margin-top: 30px;
}
footer .footer_inner .btn .contact{
    width: calc( 50% - 5px );
    margin-right: 10px;
}
footer .footer_inner .btn .contact a{
    position: relative;
    display: block;
    color: var(--main);
    background: #FFFB00;
    font-size: 22px;
    font-weight: 700;
    padding: 33px 0;
    text-align: center;
    border-radius: 500px;
}
footer .footer_inner .btn .contact a::before{
    content: '';
    width: 12px;
    height: 16px;
    background: url(../images/footer-arrow.png) no-repeat center;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
footer .footer_inner .btn .info{
    width: calc( 50% - 5px );
}
footer .footer_inner .btn .info a{
    position: relative;
    display: block;
    color: #fff;
    background: #00BDB7;
    font-size: 22px;
    font-weight: 700;
    padding: 33px 0;
    text-align: center;
    border-radius: 500px;
}
footer .footer_inner .btn .info a::before{
    content: '';
    width: 24px;
    height: 22px;
    background: url(../images/cta-icon-w.png) no-repeat;
    display: block;
    position: absolute;
    right: 30px;
    top: 50%;
    transform: translateY(-50%);
}
footer .footer_menu{
    background: #001B23;
    position: relative;
}
footer .footer_menu ol{
    display: flex;
    justify-content: space-between;
    max-width: 1200px;
    width: 100%;
    padding: 26px 20px;
    margin: 0 auto;
}
footer .footer_menu ol li{
    position: relative;
}
footer .footer_menu ol li a{
    color: #fff;
    font-size: 13px;
    text-decoration: underline;
    padding: 0 10px;
    border-right: 1px solid #fff;
}
footer .footer_menu ol li:last-child a{
    border-right: none;
}
footer .footer_menu .pagetop{
    position: absolute;
    right: 0;
    top: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    width: 76px;
    height: 76px;
    background: #E60012;
}
footer .copyright{
    position: relative;
    text-align: center;
    padding: 30px;
    color: var(--main);
    font-size: 14px;
    background: #fff;
    line-height: 1;
}
@media screen and (max-width: 1320px){
    footer .footer_menu ol{
        margin: 0;
    }
}
@media screen and (max-width: 1260px){
    footer .footer_menu ol{
        margin: 0;
        flex-wrap: wrap;
        justify-content: flex-start;
        width: 860px;
        padding: 16px 20px;
    }
    footer .footer_menu ol li:nth-child(3) a{
        margin-right: 0;
        border-right: none;
    }
    footer .footer_menu .pagetop {
        width: 80px;
        height: 80px;
    }
}
@media screen and (max-width:968px){
    footer .footer_inner .text .title .ja{
        font-size: 34px;
    }
    footer .footer_inner .text{
        text-align: center;
        padding-bottom: 20px;
        width: 100%;
    }
    footer .footer_inner .text p{
        font-size: 13px;
        margin-top: 20px;
    }
    footer .copyright{
        padding-bottom: 100px;
    }
    footer.footer_individual .copyright{
        padding: 30px;
    }
}
@media screen and (max-width:768px){
    footer .bg{
        opacity: .3;
    }
    footer .footer_inner .btn .contact a,
    footer .footer_inner .btn .info a{
        padding: 20px 0;
    }
    footer .footer_menu ol{
        width: 100%;
        display: block;
    }
    footer .footer_menu ol li{
        margin: 0;
    }
    footer .footer_menu ol li a{
        border-right: none;
        padding: 20px 0;
        display: block;
        border-bottom: 1px solid #ffffff30;
    }
    footer .footer_menu ol li:last-child a{
        border: none;
    }
    footer .footer_menu .pagetop{
        height: 60px;
        top: auto;
        bottom: 0;
        position: relative;
        width: 100%;
    }
    footer .copyright{
        font-size: 12px;
    }
}
@media screen and (max-width:680px){
    footer .footer_inner{
        margin: 40px auto;
    }
    footer .footer_inner .text{
        display: block;
    }
    footer .footer_inner .text .title .ja {
        font-size: 28px;
    }
    footer .footer_inner .text .title{
        margin-bottom: 10px;
    }
    footer .footer_inner .btn{
        display: block;
    }
    footer .footer_inner .btn .contact{
        margin-bottom: 10px;
        width: 100%;
    }
    footer .footer_inner .btn .info{
        width: 100%;
    }
}

/*=====================================
*
*mv
*
=======================================*/
.mv{
    padding: 60px 0;
}
.mv h1{
    color: #111;
    font-size: 34px;
    font-weight: bold;
    line-height: 1.4;
    text-align: center;
}
@media screen and (max-width:1100px){
    .mv h1{
        padding: 0 20px;
    }
}
@media screen and (max-width:768px){
    .mv{
        padding-bottom: 40px;
    }
}
@media screen and (max-width:568px){
    .mv h1 {
        font-size: 28px;
    }
}
/*=====================================
*
*common
*
=======================================*/
main{
    background: #fafafa;
    padding-bottom: 80px;
    overflow: hidden;
}
.inner{
    max-width: 1100px;
    padding: 40px 20px;
    background: #fff;
    margin: 0 auto 40px;
}
.inner .date{
    text-align: right;
    font-weight: 500;
}
.inner p:first-child{
    margin-top: 0;
}
.inner h2{
    font-size: 25px;
    font-weight: 700;
    margin-bottom: 40px;
}
.inner h3{
    font-size: 18px;
    font-weight: 600;
    margin: 40px auto 20px;
    padding: 10px;
    border-bottom: 1px solid #ccc;
}
.inner p{
    line-height: 2;
    margin: 20px auto;
    font-size: 15px;
}
.inner p a{
    color: var(--main);
    text-decoration: underline;
}
.inner table{
    width: 100%;
    border-collapse: collapse;
    margin: 40px auto;
}
.inner table th{
    width: 30%;
    padding: 15px;
    vertical-align: top;
    text-align: left;
    background: #fafafa;
    border: 1px solid #ccc;
    font-weight: 600;
}
.inner table th.wa{
    width: auto;
}
.inner table td{
    padding: 15px;
    vertical-align: top;
    text-align: left;
    line-height: 1.6;
    font-size: 14px;
    border: 1px solid #ccc;
}
.inner .links{
    margin: 10px 0;
}
.inner .links a{
    position: relative;
    display: inline-flex;
    align-items: center;
    color: #00303e;
    border-bottom: 1px solid #00303e;
    padding-right: 20px;
}
.inner .links a::after {
    content: '';
    width: 8px;
    height: 12px;
    background: url(../images/arrow.png) no-repeat center;
    display: block;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
@media screen and (max-width:1100px){
    .inner{
        max-width: calc( 100% - 40px );
    }
}
@media screen and (max-width:768px){
    .mv h1{
        font-size: 24px;
        padding: 0 20px;
    }
    .inner h2{
        font-size: 20px;
    }
    .inner table th,
    .inner table td{
        font-size: 14px;
        padding: 10px;
    }
}
@media screen and (max-width:568px){
    .inner table th,
    .inner table td{
        font-size: 12px;
    }
    .inner table th.wa{
        min-width: 80px;
    }
}
/*=====================================
*
*privacy
*
=======================================*/
.privacy{

}
.privacy span{
    font-weight: 700;
}
.privacy ol li{
    position: relative;
    display: flex;
    margin: 5px 0;
}
.privacy ol li::before{
    content: '・';
    margin-right: 5px;
}
.privacy_btn{
    margin: 20px auto;
    max-width: 1100px;
    padding: 0 20px;
}
.privacy_btn ol{
    display: flex;
    justify-content: space-around;
}
.privacy_btn ol li{
    list-style: none;
}
.privacy_btn ol li::before{
    content: none;
    margin: 0;
}
.privacy_btn ol li a{
    color: #00303e;
    position: relative;
    padding-right: 20px;
    border-bottom: 1px solid #00303e;
}
.privacy_btn ol li a::after {
    content: '';
    width: 8px;
    height: 12px;
    background: url(../images/arrow.png) no-repeat center;
    display: block;
    margin-left: 10px;
    position: absolute;
    right: 0;
    top: 50%;
    transform: translateY(-50%);
}
/*=====================================
*
*case
*
=======================================*/
.case{
    
}
.case .case_mv{
    display: flex;
    justify-content: space-between;
    align-items: center;
    max-width: 1100px;
    width: 100%;
    margin: 40px auto;
    padding: 0 20px;
}
.case .case_mv.center{
    justify-content: center;
}
.case .case_mv .image{
    width: 40%;
}
.case .case_mv .text{
    width: 58%;
    text-align: center;
}
.case .case_mv .text h1{
    color: #111;
    font-size: 24px;
    font-weight: bold;
    line-height: 1.5;
    margin-top: 20px;
}
.case .case_mv .text .top_image img{
    max-width: 320px;
    width: 100%;
    margin: 0 auto;
    display: block;
}
.case .case_mv .text .desc{
    text-align: left;
    display: flex;
    justify-content: center;
    font-size: 13px;
    margin-top: 10px;
    line-height: 2;
}
.case .inner{
    overflow: hidden;
}
.case .inner.mt80{
    margin-top: 80px;
}
.case .inner h2{
    padding: 10px;
    margin: 40px auto 20px;
    border-bottom: 1px solid #ccc;
}
.case .inner h3{
    border-bottom: none;
    border-left: 5px solid #ccc;
}
.case .left_image{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin: 40px auto;
}
.case .left_image .image{
    width: 40%;
}
.case .left_image .text{
    width: 58%;
}
.case .inner .float_left{
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.case .inner .float_left span{
    display: block;
    font-size: 14px;
}
.case .inner .clear{
    clear: both;
    display: block;
    margin: 0;
}
.case .inner .mini{
    font-size: 12px;
}
.case .inner .text_right{
    text-align: right;
}
@media screen and (max-width:968px){
    .case .left_image{
        display: block;
    }
    .case .left_image .image,
    .case .left_image .text{
        width: 100%;
    }
}
@media screen and (max-width:768px){
    .case .case_mv .text .top_image img{
        max-width: 280px;
    }
    .case .case_mv .text h1{
        font-size: 24px;
    }
    .case .case_mv{
        display: block;
    }
    .case .case_mv .image{
        width: 100%;
    }
    .case .case_mv .text{
        width: 100%;
        margin-top: 40px;
    }
}
/*=====================================
*
*download
*
=======================================*/
.download{

}
.download .inner{
    padding: 0;
    background: none;
}
.download .inner ol{
    display: flex;
    flex-wrap: wrap;
}
.download .inner ol li{
    width: 32%;
    margin: 20px 0;
    margin-right: 2%;
}
.download .inner ol li:nth-child(3n){
    margin-right: 0;
}
.download .inner ol li a{
    height: 100%;
    padding: 10px;
    background: #fff;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 5px 20px 0 #00000024;
}
.download .inner ol li a .image{
    text-align: center;
}
.download .inner ol li a .image img{
    max-height: 180px;
}
.download .inner ol li a .title{
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}
@media screen and (max-width:968px){
    .download .inner ol li,
    .download .inner ol li:nth-child(3n) {
        width: 48%;
        margin: 20px 0;
        margin-right: 4%;
    }
    .download .inner ol li:nth-child(2n){
        margin-right: 0;
    }
    .download .inner ol li a .image{
        height: 180px;
        display: flex;
        justify-content: center;
        align-items: center;
    }
}
@media screen and (max-width:568px){
    .download .inner ol li,
    .download .inner ol li:nth-child(2n),
    .download .inner ol li:nth-child(3n) {
        width: 100%;
        margin: 20px auto;
    }
    .download .inner ol li a .image{
        height: auto;
        display: block;
    }
}
/*=====================================
*
*case_list
*
=======================================*/
.case_list{

}
.case_list .inner{
    padding: 0;
    background: none;
}
.case_list .inner ol{
    display: flex;
    flex-wrap: wrap;
}
.case_list .inner ol li{
    width: 32%;
    margin: 20px 0;
    margin-right: 2%;
}
.case_list .inner ol li:nth-child(3n){
    margin-right: 0;
}
.case_list .inner ol li a{
    height: 100%;
    padding: 10px;
    background: #fff;
    display: block;
    border-radius: 5px;
    box-shadow: 0px 5px 20px 0 #00000024;
}
.case_list .inner ol li a .image{
    height: 180px;
    display: flex;
    justify-content: center;
    align-items: center;
    overflow: hidden;
        padding: 10px;
}
.case_listd .inner ol li a .image img{
    max-height: 180px;
}
.case_list .inner ol li a .title{
    font-weight: 600;
    color: #333;
    margin-top: 10px;
}
@media screen and (max-width:968px){
    .case_list .inner ol li,
    .case_list .inner ol li:nth-child(3n) {
        width: 48%;
        margin: 20px 0;
        margin-right: 4%;
    }
    .case_list .inner ol li:nth-child(2n){
        margin-right: 0;
    }
}
@media screen and (max-width:568px){
    .case_list .inner ol li,
    .case_list .inner ol li:nth-child(2n),
    .case_list .inner ol li:nth-child(3n) {
        width: 100%;
        margin: 20px auto;
    }
}
/*=====================================
*
*news
*
=======================================*/
.news .inner{

}
.news .inner h2{
    margin-top: 40px;
}
.news .inner h4{
    font-size: 18px;
    font-weight: 700;
    margin: 40px auto 20px;
}
.news .inner .speaker{
    font-size: 14px;
    margin: 40px auto 20px;
}
.news .inner .speaker span{
    display: block;
    font-size: 18px;
    font-weight: 700;
}
.news .inner .profile{
    background: #fafafa;
    padding: 20px 40px;
    margin: 40px auto;
}
.news .inner .profile .title{
    font-weight: 700;
}
.news .inner .profile h3:first-child{
    margin-top: 0;
}
.news .inner .center_text{
    text-align: center;
}
.news .inner .float_left{
    float: left;
    margin-bottom: 20px;
    margin-right: 20px;
}
.news .inner .float_left span{
    display: block;
    font-size: 14px;
}
.news .inner .clear{
    clear: both;
    display: block;
    margin: 0;
}
.news .inner .center_image{
    text-align: center;
    margin: 40px auto;
}
@media screen and (max-width:968px){
    .news .inner .profile{
        padding: 10px;
    }
}