@charset "utf-8";
/* CSS Document */


/*-----------------------------------------------------------------------------*/
/*reset
/*-----------------------------------------------------------------------------*/
*{
    margin:0;
    padding: 0;
}
body{
    line-height: 150%;
    font-family: "游ゴシック", YuGothic, "Hiragino Kaku Gothic ProN", Verdana, Meiryo, sans-serif;

}
ol, ul{
list-style:none;
}
table{
border-collapse: collapse;
border-spacing:0;
}
caption, th{
text-align: left;
}
.cf:after {
content: "";
display: block;
clear: both;
height: 0;
visibility: hidden;
}
img {
max-width: 100%;
vertical-align: bottom;
}
table {
width:100%;
}
a{
    text-decoration: none;
    color: #39a3da;
}
a:focus {
outline:none;
}
a:hover,
a:hover .btn,
a:hover .text {
filter: alpha(opacity=90);
-moz-opacity: 0.9;
opacity: 0.9;
}
a img:hover {
filter: alpha(opacity=90);
-moz-opacity:0.9;
opacity:0.9;
}


/*margin*/
.mgt5{margin-top: 5px!important;}
.mgt10{margin-top: 10px!important;}
.mgt20{margin-top: 20px!important;}
.mgt25{margin-top: 25px!important;}
.mgt30{margin-top: 30px!important;}
.mgt35{margin-top: 35px!important;}
.mgt40{margin-top: 40px!important;}
.mgt45{margin-top: 45px!important;}
.mgt50{margin-top: 50px!important;}
.mgt55{margin-top: 55px!important;}
.mgt60{margin-top: 60px!important;}
.mgt65{margin-top: 65px!important;}

.mgb10{margin-bottom: 10px!important;}
.mgb20{margin-bottom: 20px!important;}
.mgb30{margin-bottom: 30px!important;}
.mgb40{margin-bottom: 40px!important;}
.mgb50{margin-bottom: 50px!important;}

.mgl0{margin-left: 0px!important;}
.mgl10{margin-left: 10px!important;}
.mgl15{margin-left: 15px!important;}
.mgl20{margin-left: 20px!important;}
.mgl30{margin-left: 30px!important;}
.mgl40{margin-left: 40px!important;}
.mgl50{margin-left: 50px!important;}

.mgr0{margin-right: 0px!important;}
.mgr10{margin-right: 10px!important;}
.mgr15{margin-right: 15px!important;}
.mgr20{margin-right: 20px!important;}
.mgr30{margin-right: 30px!important;}
.mgr40{margin-right: 40px!important;}
.mgr50{margin-right: 50px!important;}

/* For padding */
.pdt0 { padding-top:0px !important;}
.pdt5 { padding-top:5px !important;}
.pdt10 { padding-top:10px !important;}
.pdt15 { padding-top:15px !important;}
.pdt20 { padding-top:20px !important;}
.pdt25 { padding-top:25px !important;}
.pdt30 { padding-top:30px !important;}
.pdt35 { padding-top:35px !important;}

.pdb5 { padding-bottom:5px !important;}
.pdb10 { padding-bottom:10px !important;}
.pdb15 { padding-bottom:15px !important;}
.pdb20 { padding-bottom:20px !important;}
.pdb25 { padding-bottom:25px !important;}
.pdb30 { padding-bottom:30px !important;}

.pdl5 { padding-left:5px !important;}
.pdl10 { padding-left:10px !important;}







/*-----------------------------------------------------------------------------*/
/*content
/*-----------------------------------------------------------------------------*/
.content-innner{
    max-width: 1000px;
    margin:auto;
    padding: 60px 20px;
    box-sizing: border-box;
}
.frame{
    border: dotted 1px #8a8a8a;
    padding: 10px;
}
.red-btn a {
    display: block;
    padding: 20px 15px 19px 15px;
    line-height: 1;
    color: #fff;
    font-weight: bold;
    /* font-size: 18px; */
    font-size: 1.3rem;
    /* text-align: left; */
    /* text-decoration: none; */
    background-color: #d81f20;
    box-shadow: 3px 3px 0px #79181c;
    -moz-box-shadow: 3px 3px 0px #79181c;
    -webkit-box-shadow: 3px 3px 0px #79181c;
}
.red-btn a  span {
    float: right;
    width: 0;
    height: 0;
    margin-top: 0.2em;
    border-top: 5px solid transparent;
    border-left: 8px solid #fff;
    border-bottom: 5px solid transparent;
}

a.btn {
    display: block;
    width: 200px;
    margin: auto;
    padding: 20px;
    color: #fff;
    border-radius: 5px;
    text-align: center;
}

a.blue_btn {
    background: #2b9cd7;
}
a.navy_btn {
    background: #275792;
}
a.btn span {
    padding-left: 20px;
}

a.big_btn {
    display: block;
    width: 80%;
    max-width: 600px;
    font-size: 1.2rem;
    font-weight: 500;
}

.content-innner h2{
    margin-bottom: 25px;
    font-size: 22px;
    font-weight: 500;
    padding: 3px 0 3px 10px;
    border-left: 2px solid #2b9cd7;
}

.content-innner h2 span {
    color: #999999;
    font-size: 15px;
    padding-left: 20px;
}

/*   pagetop-button   */
/*.pagetop {
    position: fixed;
    bottom: 20px;
    right: 20px;
}
.pagetop a {
    background: url(../images/top/up.png) no-repeat;
    background-size: 48px 48px;
    display: block;
    width: 48px;
    height: 48px;
}
.pagetop a:hover {
    opacity: 0.6;
}*/

/*card_bottom*/
.card_bottom{
    position: fixed;
    bottom: 0;
    right: 0;
    z-index: 88;
    display: none;
}
.card_bottom li {
    float:  left;
    width: 65px;
    margin-left: 1px;
}
.card_bottom li a{
    filter:alpha(opacity=80);
    opacity:0.8;
}
.card_bottom li a:hover{
    filter:alpha(opacity=100);
    opacity:1.0;
}
@media screen and (max-width: 768px) {
    .content-innner{
        padding: 60px 10px;
    }
}
@media screen and (max-width: 480px) {
    a.big_btn {
        width: auto;
        font-size: 1.1rem;
    }
    .card_bottom li {
        width: 45px;
    }
}

/*-----------------------------------------------------------------------------*/
/*header
/*-----------------------------------------------------------------------------*/
header {
    position: relative;
    z-index: 999;
}
header .logo {
    float: left;
    padding: 20px;
}
header .nav-menu {
    float: right;
    width: 490px;
}
header .nav-menu li {
    float: left;
    margin-right: 2%;
}
.main-area img {
    width: 100%;
    height: auto;
}
/*-----------------------------------------------------------------------------*/
/*header Area
/*-----------------------------------------------------------------------------*/
#headerArea {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    /*background-color: rgba(0,0,0,0.5);*/
}
#headerArea .header_inner {
    position: inherit;
    top: 0;
    right: 0;
    width: 100%;
    /* background-color: #000; */
    z-index: 500;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
}
#headerArea #nav .toppage {
    display:none;
}
#headerArea .slicknav_menu {
    display:none;
}
#headerArea #navmenu{
    /*width: 100%;*/
    margin: auto;
    padding: 18px 0px;
    text-align: center;
}
#headerArea #navmenu li{
    display: inline-block;/*
    line-height: 1;*/
    margin-right: 36px;
}
#headerArea #navmenu li a{
    display: block;
    padding: 10px 0 10px;
    text-decoration: none;
    color: #ffffff;
    font-size: 0.9rem;
    font-weight: bold;
}
#headerArea #navmenu li a span{
  color: #f2dc63;
  font-size: 0.8rem;
}
.slicknav_nav a span {
    color: #f2dc63;
    font-size: 0.8rem;
}
#headerArea #navmenu li .red-btn a {
    padding: 5px;
}
#headerArea #navmenu li .red-btn a span{
    display: none;
}
.slicknav_nav .red-btn a {
    text-align: center;
}
#headerArea #navmenu li.lang a {
    font-size: 0.8rem;
    padding: 0px 10px;
    border: solid 1px #fff;
}
#headerArea #navmenu li a:hover{
    color: #289dff;
    opacity:0.8;
    filter: alpha(opacity=80);        /* ie lt 8 */
    -ms-filter: "alpha(opacity=80)";  /* ie 8 */
    -moz-opacity:0.8;                 /* FF lt 1.5, Netscape */
    -khtml-opacity: 0.8;              /* Safari 1.x */
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}
#headerArea #navmenu li .red-btn a:hover{
    color: #fff;
}
#headerArea #navmenu li.lang a:hover{
    border: solid 1px #d81f1f;
}
@media screen and (max-width: 768px) {
    #headerArea{
        background: #000;
        height: 50px;
    }
    #headerArea h1{
        position: absolute;
        top: 8px;
        left: 0px;
        margin-top: 5px;
    }
    #headerArea #navmenu li a{
        font-size: 14px;
        font-size: 1.4rem;
    }
    #headerArea #navmenu li .red-btn a span{
        display: inline-block;
    }
    .slicknav_nav .red-btn a {
        padding: 8px;
    }
    #headerArea #nav{
        padding-top: 0em;
    }

    #headerArea #nav .toppage {
            display:block;
    }
    #headerArea .slicknav_menu {
            display:block;
    }
       #headerArea .slicknav_menu .slicknav_nav {
    padding-top: 20px;
   }
   #headerArea #navmenu {
        display:none;
    }
    
    .js #headerArea .slicknav_menu {
        display:block;
    }
}
/*-----------------------------------------------------------------------------*/
/*main-area
/*-----------------------------------------------------------------------------*/
#main-area {
    width: 100%;
    height: 716px; 
    position: relative;
}
#main-area .mainv_logo {
    z-index: 200;
    position: absolute;
    top: 240px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
}
.mainv_caption {
    z-index: 100;
    padding: 0;
    margin: 0;
    width: 910px;
    background-color: transparent;
    position: absolute;
    top: 480px;
    left: 50%;
    -webkit-transform: translate(-50%);
    -moz-transform: translate(-50%);
    -ms-transform: translate(-50%);
    -o-transform: translate(-50%);
    transform: translate(-50%);
    font-family: 游明朝;
    font-size: 14px;
    color: #fff;
    line-height: 1.5;
    text-align: center;
    text-shadow: 2px 2px 3px #4d4d4d;
}
.mainv_caption h1 br {
    display: none;
}
.mainv_caption_sm {
    display: inline-block;
    font-size: 16px;
    font-family: はんなり明朝;
    line-height: 1.44;
}
.mainv_caption_sm br {
    display: none;
}
@media screen and (max-width: 900px) {
    .mainv_caption {
        top: 400px;
        width: 600px;
    }
    .mainv_caption h1 {
        line-height: 1.1em;
    }
    .mainv_caption_sm {
        font-size: 16px;
        margin-top: 6px;
    }
    #main-area img {
        width: 220px;
        height: auto;
    }
}
@media screen and (max-width: 768px) {
    #main-area {
        height: 500px;
    }
    #main-area .mainv_logo {
        top: 180px;
    }
    .mainv_caption {
        top: 336px;
    }
    .mainv_caption h1 {
        font-size: 17px;
    }
}
@media screen and (max-width: 600px) {
    .mainv_caption {
        width: 300px;
        top: 305px;
    }
    .mainv_caption_sm {
        font-size: 14px;
        line-height: 1.1em;
        margin-top: 8px;
    }
    #main-area img {
        width: 180px;
        height: auto;
    }
    .mainv_caption h1 br {
        display: block;
    }
    .mainv_caption_sm br {
        display: block;
    }
}
/*-----------------------------------------------------------------------------*/
/*slider
/*-----------------------------------------------------------------------------*/
#homeSlider {
    margin: 0;
    padding: 0;
}

.bx-viewport, .bx-wrapper{
    position:relative;
    width:100%;
    height:100% !important;
    top:0;
    left:0;
}
.bxslider, .bxslider li{
    height: 100% !important;
}

.bx-wrapper .bx-viewport{
    border: none !important;
}

.bx-controls {
    display: none;
}

ul.bxslider li {
    position: relative;
    height: 100vh;
}

ul.bxslider li a {
    display: block;
}

ul.bxslider li span {
    position: absolute;
    width: 100%;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    height: 100vh;
    visibility: hidden;
    -webkit-transition: all .5s;
    -moz-transition: all .5s;
    transition: all .5s;
}
ul.bxslider li span.slide-1 {
    background-image: url(../images/top/main_bg01.jpg);
    background-position: center;
}
ul.bxslider li span.slide-2 {
    background-image: url(../images/top/main_bg02.jpg);
    background-position: center;
}
ul.bxslider li span.slide-3 {
    background-image: url(../images/top/main_bg03.jpg);
    background-position: center;
}
@media only screen and (max-width: 768px) {
ul.bxslider li span.slide-1 {
    background: url(../images/top/main_bg01_sp.jpg) no-repeat center;
    background-size: cover;
}

ul.bxslider li span.slide-2 {
    background: url(../images/top/main_bg02_sp.jpg) no-repeat center;
    background-size: cover;
}

ul.bxslider li span.slide-3 {
    background: url(../images/top/main_bg03_sp.jpg) no-repeat center;
    background-size: cover;
}
}
/*-----------------------------------------------------------------------------*/
/*#top_menu
/*-----------------------------------------------------------------------------*/
#top_menu img {
    width: 100%;
}
.pc {
    display: block;
}
.sp {
    display: none;
}
@media screen and (max-width: 960px) {
    .pc {
        display: none;
    }
    .sp {
        display: block;
    }
}

/*-----------------------------------------------------------------------------*/
/*#menu
/*-----------------------------------------------------------------------------*/
#menu h2{
    color: #fff;
}
#menu {
    background: url(../images/top/menu-back.jpg)center;
    background-size: cover;
    background-position: center;
}
#menu table{
    background: rgba(255,255,255,0.6);
}


/*-----------------------------------------------------------------------------*/
/*#nanovation_inc
/*-----------------------------------------------------------------------------*/
#nanovation_inc {
    background-color: #e9e9e9;
    padding: 60px 0;
}
#nanovation_inc h2 {
    font-family: 游明朝;
    color: #266ba3;
    text-align: center;
    margin-bottom: 20px;
}
#nanovation_inc p {
    text-align: center;
    font-family: 游ゴシック;
}
#nanovation_inc a {
    color: #000;
    text-decoration: underline;
}
#nanovation_inc br {
    display: none;
}
@media screen and (max-width: 768px) {
    #nanovation_inc h2 {
        font-size: 22px;
        margin-bottom: 10px;
    }
    #nanovation_inc p {
        font-size: 15px;
    }
    #nanovation_inc br {
        display: inherit;
    }
}

/*-----------------------------------------------------------------------------*/
/*下層 header
/*-----------------------------------------------------------------------------*/
#fixed_headerArea {
    width: 100%;
    height: 50px;
    position: fixed;
    top: 0;
}

#fixed_nav {
    width: 100%;
    height: 80px;
    position: fixed;
    top: 0;
    background-color: #fff;
}

#fixed_nav figure {
    float: left;
    width: 82px;
    margin: 15px 5px 15px 30px;
}

#fixed_nav figure a {
    display: block;
    width: 100%
    height: 100%;
}

#fixed_nav ul {
    margin: 28px auto;
    text-align: center;
    color: #999999;
}

#fixed_nav ul li {
    display: inline-block;
    padding-right: 5%;
}

#fixed_nav ul li:last-child {
    padding-right: 0;
}

#fixed_nav ul li a {
    color: #999999;
}

#fixed_nav ul li a:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

#fixed_headerArea .slicknav_menu {
    display:none;
}

@media screen and (max-width: 1000px) {
    #fixed_nav ul {
        text-align: left;
    }
}

@media screen and (max-width: 768px) {
    #fixed_headerArea{
        background: #fff;
    }
    #fixed_headerArea h1{
        position: absolute;
        top: 8px;
        left: 0px;
        margin-top: 5px;
    }
    #fixed_headerArea #navmenu li a{
        font-size: 14px;
        font-size: 1.4rem;
    }
    #fixed_headerArea #navmenu li .red-btn a span{
        display: inline-block;
    }
    .slicknav_nav .red-btn a {
        padding: 8px;
    }
    #fixed_headerArea #nav{
        padding-top: 0em;
    }
    #fixed_headerArea .slicknav_menu {
        display:block;
    }
    #fixed_headerArea .slicknav_menu .slicknav_nav {
    padding-top: 20px;
   }
    #fixed_headerArea #navmenu {
        display:none;
    }
    .js #fixed_headerArea .slicknav_menu {
        display:block;
    }
    #fixed_nav {
        width: 100%;
        height: 55px;
        background-color: #fff;
    }
    #fixed_nav figure {
        float: left;
        margin: 10px;
    }
    #fixed_nav figure img {
        width: 50px;
    }
}

/*-----------------------------------------------------------------------------*/
/*下層共通
/*-----------------------------------------------------------------------------*/
.sublayer_mainv {
    width: 100%;
    height: 245px;
    margin-top: 80px;
}

.main_title {
/*    width: 400px;
    margin: -100px auto 0;
    padding: 90px 0;*/
    padding: 20px 0;
    background-color: #7c92a4;
    font-family: 游明朝;
    text-align: center;
    font-size: 23px;
    color: #fff;
}

@media screen and (max-width: 1000px) {
    #whats_new_area.content-innner,
    #company_profile.content-innner,
    #conferences_schedule.content-innner,
    #tour_main_wrap.content-innner {
        width: 96%;
        margin: 0 2%;
    }
}

@media screen and (max-width: 768px) {
    .sublayer_mainv {
        width: 100%;
        height: 200px;
        margin-top: 50px;
    } 
}

@media screen and (max-width: 600px) {
    .sublayer_mainv {
        width: 100%;
        height: 160px;
        margin-top: 50px;
    } 

    .main_title {
/*        width: 250px;
        margin: -60px auto 0;
        padding: 50px 0;*/
        font-size: 18px;
    }

    #whats_new_area.content-innner,
    #company_profile.content-innner,
    #conferences_schedule.content-innner,
    #tour_main_wrap.content-innner {
        padding: 50px 0;
    }
}
@media screen and (max-width: 480px) {
    #company_profile.content-innner {
        padding: 0 0 50px;
    }
}

/*-----------------------------------------------------------------------------*/
/*#news
/*-----------------------------------------------------------------------------*/
#news_main_area {
    background: url(../images/news/main.jpg);
    background-position: 48% 80px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto 36%;
}

#whats_new_area ul {
    margin-bottom: 80px;
}

#whats_new_area ul li {
    border-bottom: 1px solid #b1b1b1;
    padding: 3% 0;
}

#whats_new_area ul li span {
    float: left;
    margin-right: 25px;
    color: #999999;
}

#whats_new_area ul li a {
    display: block;
    color: #39a3da;
    background: url(/images/common/arrow_b.png)no-repeat right 50%;
    padding-right: 20px;
}

#whats_new_area ul li a span {
    float: right;
    color: #39a3da;
}

#whats_new_area ul li a span:hover {
    filter: alpha(opacity=90);
    -moz-opacity: 0.9;
    opacity: 0.9;
}

.page_number {
    text-align: center;
}

#whats_new_area div.page_number span {
    color: #999999;
    margin-right: 10px;
}

#whats_new_area div.page_number span a {
    color: #999999; 
}

@media screen and (max-width: 768px) {
    #news_main_area {
        background-position: 50% 0;
        background-size: cover;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 600px) {
    #whats_new_area ul {
        margin-bottom: 50px;
    }
    #whats_new_area ul li {
        font-size: 13px;
    }
    #whats_new_area ul li span {
        display: block;
        float: none;
    }
    #whats_new_area ul li a span {
        display: inline-block;
    }
    .page_number {
        font-size: 13px;
    }
}

/*-----------------------------------------------------------------------------*/
/*#about
/*-----------------------------------------------------------------------------*/
#about_main_area {
    background: url(../images/about/main.jpg);
    background-position: 48% 80px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto 36%;    
}

#company_profile ul {
    margin-bottom: 80px;
}

#company_profile ul li {
    border-bottom: 1px solid #b1b1b1;
    padding: 3% 0;
}

#company_profile ul li span {
    display: block;
    float: left;
    width: 120px;
    margin-right: 25px;
    color: #999999;
}

#company_profile ul li span.long_txt {
    margin-bottom: 100px;
}

#company_profile div {
    margin: 50px auto 0;
    text-align: center;
}

#company_profile div p {
    font-size: 25px;
    font-family: 游明朝;
}

#company_profile div p span {
    display: block;
    margin-top: 20px;
    font-size: 20px;
}

@media screen and (max-width: 768px) {
    #about_main_area {
        background-position: 50% 0;
        background-size: cover;
        background-attachment: scroll;
    }
}

@media screen and (max-width: 600px) {
    #company_profile ul {
        margin-bottom: 50px;
    }
    #company_profile ul li {
        font-size: 13px;
    }
    #company_profile ul li span {
        display: block;
        float: none;
    }
    #company_profile ul li span.long_txt {
        margin-bottom: 0;
    }
    #company_profile div {
        margin: 30px auto 0;
    }
    #company_profile div p {
        font-size: 20px;
    }
    #company_profile div p span {
        margin-top: 15px;
        font-size: 15px;
    }
}

/*-----------------------------------------------------------------------------*/
/*#conference
/*-----------------------------------------------------------------------------*/
#conference_main_area {
    background: url(../images/conference/main.jpg);
    background-position: 48% 80px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto 36%;    
}

#conferences_schedule {
    text-align: center;
}

#conferences_schedule figure {
    position: relative;
    display: inline-block;
}

#conferences_schedule figure a {
    position: absolute;
    display: block;
    width: 70%;
    left: 30%;
}

#conferences_schedule a.link_ems {
    top: 55%;
    height: 12%;
}

#conferences_schedule a.link_wmc {
    top: 69.5%;
    height: 13%;
}

#conferences_schedule a.link_ra {
    top: 86%;
    height: 14%;
}

#conferences_schedule a.link_da {
    top: 3%;
    height: 13%;
}

#conferences_schedule a.link_ma {
    top: 18.5%;
    height: 13%;
}
#conferences_schedule a.link_sma {
    top: 34%;
    height: 16%;
}


@media screen and (max-width: 768px) {
    #conference_main_area {
        background-position: 60% 0;
        background-size: cover;
        background-attachment: scroll;
    }
}

/*-----------------------------------------------------------------------------*/
/*#tours
/*-----------------------------------------------------------------------------*/
#tour_main_area {
    background: url(../images/tour/main.jpg);
    background-position: 48% 80px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto 36%;    
}

figure {
    text-align: center;
}

#tour_main_wrap a {
    color: #fff;
    outline: none;
}

#tour_main_wrap a:hover {
    filter:alpha(opacity=80);
    opacity:0.8;
}

#tour_main_wrap a img:hover{
    filter:alpha(opacity=80);
    opacity:0.8;
}

#tour_main_wrap a.link_btn {
    padding: 20px 10px;
    margin-bottom: 20px;
    display: block;
    font-size: 1.3rem;
    color: #fff;
}

.popup {
    overflow : hidden;
    outline : none;
    display: block;
}

.popup img{
    width: auto;
    height: auto;
}
#tour_main_wrap h2 {
    font-size: 1.5rem;
    text-align: center;
    margin-top: 100px;
    margin-bottom: 30px;
    padding: 20px 10px;
    border-top: solid 1px #000;
    border-bottom: solid 1px #000;
    border-left: 0;
    font-weight: 500;
    letter-spacing: 0.2rem;
}

#tour_main_wrap h2 span {
    display: block;
    font-size: .9rem;
    margin-bottom: 10px;
}

#tour_main_wrap h3 {
    font-weight: bold;
    color: #10094f;
    margin-bottom: 10px;
    font-size: 1.1rem;
}

.btn_area {
    margin: 40px 0 30px 0;
}

.btn_area.btn_area_top{
    margin: 0;
    margin-bottom: 30px;
}

.btn_area li {
    background: #10094f url(/images/common/arrow_w.png) no-repeat 92%;
    margin-right: 1%;
    width: 20%;
    float: left;
    font-size: 0.8rem;
    text-align: center;
    box-sizing: border-box;
}

.btn_area li.big_btn {
    background: #047b2e url(/images/common/arrow_w.png) no-repeat 92%;
    width: 37%;
    margin-right: 0;
}

.btn_area li a{
    display: block;
    padding: 10px;
}

p.read {
    text-align: center;
    font-size: 1.2rem;
    margin-bottom: 30px;
}

.lh_n{
    line-height: normal;
}

.tac{
    text-align: center;
}

.vam{
    vertical-align: middle;
}

.tours_wrap h2{
    margin-top: 50px;
    margin-bottom: 40px;
}

.tours li {
    float: left;
    width: 32.5%;
    margin-right: 1.2%;
    margin-bottom: 20px;
    border: solid 1px #e6e6e6;
    box-sizing: border-box;
}

ul.tours li:nth-child(3n) {
    margin-right: 0;
}

.tours li .tour_inner{
    padding: 10px;
    min-height: 19rem;
}

.tours li a.more_btn{
    background: #10094f url(/images/common/arrow_w.png) no-repeat 88%;
    float: right;
    font-size: 0.8rem;
    text-align: center;
    box-sizing: border-box;
    padding: 3px 25px 3px 5px;
    margin: 0 10px 10px 8px;
}

.tours li a.pdf_btn {
    background: #0e7dbf url(/images/common/arrow_w.png) no-repeat 88%;
    float: right;
    font-size: 0.8rem;
    text-align: center;
    box-sizing: border-box;
    padding: 3px 25px 3px 5px;
    margin: 0 0 10px 0;
}

.tours li figure {
    border-bottom: solid 1px #e6e6e6;
    position: relative;
}

.tours li img.ribbon {
    position: absolute;
    right: 0;
    width: 50%;
}

.tours li .tour_inner p.catch_txt {
    line-height: 130%;
    font-size: 0.8rem;
    margin-bottom: 10px;
}

.overview {
    font-size: 15px;
}

@media (max-width: 768px) {

    #tour_main_wrap h2{
        margin-top: 50px;
        font-size: 1.2rem;
    }
    .btn_area li {
        width: 32.66%;
        margin-bottom: 10px;
    }

    .btn_area li.sp_mr0 {
        margin-right: 0;
    }

    .btn_area li.big_btn {
        width: 100%;
    }

    h2 {
        font-size: 1.3rem;
    }

    p.read {
    font-size: 1.1rem;
    }

}

@media (max-width: 480px) {

    h2 {
        font-size: 1.1rem;
        margin-top: 50px;
    }

    h2 span {
        font-size: .7rem;
    }

    h3 {
        font-size: 1.1rem;
    }

    p.read {
    font-size: 1rem;
    }

    .btn_area li{
        min-height: 62px;
    }

    .btn_area li a {
        display: block;
        padding: 10px 24px;
        line-height: 42px;
    }

    .btn_area li a.lh_n {
        line-height: normal;
    }

}

@media (max-width: 350px) {

.btn_area li{
    min-height: 55px;
}

.btn_area li a {
    padding: 5px;
    min-height: 55px;
}
}


/*overview*/
.tours .overview {
    width: 100%;
    line-height: 1.5;
    background-color: #d4d4d4;
    overflow: hidden;
}
.tours .overview dt {
    float: left;
    width: 75px;
    padding: 5px;
    border-top: solid 1px #fff;
    text-align: center;
}
.tours .overview dd {
    margin-left: 85px;
    padding: 5px;
    background-color: #eeeeee;
    border-top: solid 1px #fff;
}
.tours .overview dd a {
    color: #0e7dbf!important;
    font-size: 0.7rem;
    word-break: break-all;
}

@media (max-width: 960px) {
.tours li .tour_inner{
    min-height: 23rem;
}
}
@media (max-width: 768px) {
.tours li {
    width: 49%;
    margin-right: 2%;
}
ul.tours li:nth-child(3n) {
    margin-right: 2%;
}
ul.tours li:nth-child(2n) {
    margin-right: 0;
}
.tours li .tour_inner{
    min-height: 17rem;
}
}




@media (max-width: 480px) {
.tours li {
    width: auto;
    margin-right: 0;
}
ul.tours li:nth-child(3n) {
    margin-right: 0;
}
.tours li .tour_inner{
    min-height: 0rem;
}

/*overview*/
.tours .overview dt {
    float: none;
    width: auto;
    background-color: #c5c5c5;
}
.tours .overview dd {
     margin-left: 0;
}
}

@media screen and (max-width: 768px) {
    #tour_main_area {
        background-position: 50% 0;
        background-size: cover;
        background-attachment: scroll;
    }
}


/*-----------------------------------------------------------------------------*/
/*#tours（レポートページ）
/*-----------------------------------------------------------------------------*/
.pdt0 {
    padding-top: 0;
}
#report_wrap {
    max-width: 800px;
    margin: auto;
}
#report_wrap p{
    margin: 20px 0;
}
#report_wrap .list_box p{
    margin: 0;
    margin-left: 0.5em;
}
#report_wrap span{
  font-size: 0.9rem!important;
}
.mgb80{
  margin-bottom: 80px!important;
}
.imglist3 li{
  float: left;
  width: 31%;
  margin-right: 3.5%;
}
.imglist3 li:last-child{
  margin-right: 0;
}
#report_wrap a {
    color: #337cc8;
    text-decoration: underline;
    word-wrap: break-word;
}
#report_wrap a.btn{
    color: #fff;
    text-decoration: none;
}
#lunch_column {
    padding-top: 20px;
    margin-top: -20px;
}
#report_wrap p.time {
    margin-top: 40px;
    background: url(/images/common/time_ic.png) no-repeat;
    padding-left: 25px;
    background-size: 18px;
    background-position: left;
}
#report_wrap h1 {
    margin-bottom : 40px;
    line-height: 1.6em;
    font-size: 1.3rem;
}
#report_wrap h2 {
    border-bottom: solid 3px #1e96d5;
    position: relative;
    padding: 10px;
    border-top: none;
    text-align: left;
    font-size: 1.3rem;
    padding-top: 80px;
    margin-top: -80px;
}
#report_wrap h3 {
    color: #333;
    border-left: 4px solid #e8b231;
    padding-left: 10px;
    margin-top: 30px;
    margin-bottom: 14px;
}
.list_box {
    margin: 40px 0;
    position: relative;
    border: solid 2px #337cc8;
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 1.2em 1em 1em 1em;
}
.list_box p{
    font-weight: bold;
    color: #337cc8;
    font-size: 1.1em;
    background: white;
    padding: 0 0.5em;
    position: absolute;
    top: -0.5em;
    line-height: 1;
    margin-left: 0.5em;
}
.list_box li {
    margin-bottom: 4px;
}
#report_wrap .innerRf {
    float: right;
    margin-left: 2%;
}
#report_wrap .innerLf span,
#report_wrap .innerRf span {
    font-size: 12px;
    display: inline-block;
    line-height: 1.2em;
    text-align: left;
    margin-top: 6px;
}
.last {
    border-bottom: none !important;
}
#report_wrap .innerLf {
    float: left;
}
#report_wrap dl {
    margin: 40px 0;
}
#report_wrap dt {
    float: left;
    width: 134px;
    clear: both;
}
#report_wrap dd {
    float: left;
    border-left: solid 1px #555;
    padding-bottom: 4px;
    padding-left: 30px;
}
.column_box {
    border: 2px solid #f89174;
    padding: 20px;
}
#lunch_column h2 {
    border-bottom: none;
    text-align: center;
    background-color: #f89174;
    color: #fff;
    margin-bottom: 0;
    padding: 10px;
    margin-top: 50px;
}
.pic_pc img {
    display: block;
}
.pic_sp img {
    display: none;
}
.partsbox {
    margin: 20px 0;
}
.partsbox video{
    width: 100%;
}
.img_100 {
    width: 100%;
    text-align: center;
}
.wd53 {
    width: 53%;
}
.wd50 {
    width: 50%;
    margin: auto;
}
.wd49 {
    width: 48%;
}
.wd40 {
    width: 40%;
}
.wd30 {
    width: 30%;
}
.wd20 {
    width: 20%;
}
.mgb10 {
    margin-bottom: 10px;
}
.mgb20 {
    margin-bottom: 20px;
}
.mgb80 {
    margin-bottom: 80px;
}
.mgr10 {
    margin-right: 10px;
}
.mgl10 {
    margin-left: 10px;
}
.mgt0 {
    margin-top: 0 !important;
}
.mgt10 {
    margin-top: 10px;
}
.mgr0 {
    margin-right: 0 !important;
}
@media screen and (max-width: 768px) {
    #report_wrap dt {
        float: none;
        width: 98%;
        background-color: #ddd;
        padding: 4px;
        text-align: center;
    }
    #report_wrap dd {
        border-left :none;
        padding: 4px 0 10px 0;
    }
}
@media screen and (max-width: 480px) {
    #report_wrap h1 {
        font-size: 1.2rem;
    }
    #report_wrap h2 {
        font-size: 1.1rem;
    }
    #report_wrap {
        width: 98%;
    }
    .innerLf,
    .innerRf {
        float: none;
    }
/*    .wd53, .wd50, .wd49, .wd40, .wd30, .wd20 {
        width: 100%;
    }*/
    #report_wrap img {
        margin-bottom: 10px;
    }
    .partsbox {
        margin-bottom: 0;
    }
    .sp_mgb80 {
        margin-bottom: 80px !important;
    }
    .pic_pc img {
        display: none;
    }
    .pic_sp img {
        display: block;
        width: 100%;
    }
    .mgb0_sp {
        margin-bottom: 0;
    }
    .partsbox {
    margin: 10px 0;
    }
}

/*-----------------------------------------------------------------------------*/
/*#media
/*-----------------------------------------------------------------------------*/
#media_main_area{
    background: url(../images/media/main.jpg);
    background-position: 48% 80px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto 36%;
}
.media_inner h2{
        line-height: 1.6em;
    }
.media_inner a img{
    margin-bottom: 50px;
}

@media screen and (max-width: 768px) {
    #media_main_area {
        background-position: 50% 0;
        background-size: cover;
        background-attachment: scroll;
    }
    .media_inner h2{
        font-size: 1em;
    }
    .media_inner a img{
        margin-bottom: 0;
    }
    .media_inner p,ul{
        font-size: .8em;
    }
}

/*-----------------------------------------------------------------------------*/
/*#recruit
/*-----------------------------------------------------------------------------*/
#recruit_main_area {
    background: url(../images/recruit/main.jpg);
    background-position: 48% 80px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto 36%;    
}
.recruit_wrap h2 {
    margin: 80px 0 10px 0;
}
.recruit_wrap h3 {
    margin-top: 30px;
    margin-bottom: 15px;
    font-size: 1.1rem;
    font-weight: normal;
}
.recruit_wrap h3 span {
    background: #338cd5;
    color: #fff;
    padding: 5px 10px;
    margin-right: 10px;
}
#recruit_main_wrap .list_box {
    margin: 40px 0;
    position: relative;
    border: solid 2px #337cc8;
    margin-top: 1em;
    margin-bottom: 2em;
    padding: 1.2em 1em 1em 1em;
}
#recruit_main_wrap .list_box p{
    font-weight: bold;
    color: #337cc8;
    font-size: 1.1em;
    background: white;
    padding: 0 0.5em;
    position: absolute;
    top: -0.5em;
    line-height: 1;
    margin-left: 0.5em;
}
table.recruit {
    margin: 0 auto;
    border-spacing: 0px 15px;
    font-size: 12px;
}
 
table.recruit th,
table.recruit td {
    padding: 10px;
}
 
table.recruit th {
    background: #ececec;
    vertical-align: middle;
    text-align: left;
    width: 100px;
    overflow: visible;
/*    position: relative;*/
    font-weight: normal;
    font-size: 17px;
    text-align: center;
    border-bottom: 1px solid #ddd;
} 
table.recruit td {
    background: #f8f8f8;
    width: 360px;
    padding-left: 20px;
    font-size: 14px;
    border-bottom: 1px solid #ddd;
}
@media screen and (max-width: 768px) {
    #recruit_main_area {
        background-position: 70% 0;
        background-size: cover;
        background-attachment: scroll;
    }
    #recruit_main_wrap.content-innner {
        width: 96%;
        margin: 0 auto;
        padding-top: 30px;
    }
    .recruit_box {
        width: 98%;
    }
    table.recruit th ,
    table.recruit td {
        float: left;
        width: 97%;
        border-bottom: none;
    }
    table.recruit td {
        padding-left: 10px;
    }
    .list_box li {
        text-indent: -1em;
        padding-left: 1em;
    }
}


/*-----------------------------------------------------------------------------*/
/*#business
/*-----------------------------------------------------------------------------*/
#business_main_area {
    background: url(../images/business/main.jpg);
    background-position: 48% 80px;
    background-attachment: fixed;
    background-repeat: no-repeat;
    background-size: auto 36%;
}
#business_main_wrap .box{
    background: #ececec;
    padding: 40px 20px;
}
#business_main_wrap .box .fwb {
    text-align: center;
    font-weight: bold;
    margin-bottom: 15px;
}
#business_main_wrap .box .fwb img {
    width: 20px;
    vertical-align: text-bottom;
    margin-right: 5px;
}

/*event_list*/
#business_main_wrap .event_list li {
    width: 48%;
    margin-right: 2%;
    margin-bottom: 25px;
    float: left;
    padding: 20px 0 20px 20px;
    box-sizing: border-box;
    background: #f8f8f8;
    border: solid 1px #e6e6e6;
}
#business_main_wrap .event_list li:nth-child(2n) {
    margin-right: 0;
}
#business_main_wrap .event_list li dt {
    float: left;
    padding-right: 20px;
    width: 50%;
    box-sizing: border-box;
    text-align: center;
}
#business_main_wrap .event_list li dd {
    float: left;
    width: 45%;
}
#business_main_wrap .event_list li dd a.btn{
    padding: 10px 20px;
    width: 100%;
    box-sizing: border-box;
}
#business_main_wrap.content-innner h2 {
    margin-top: 0;
    font-size: 1.2rem;
}
#business_main_wrap.content-innner h2 span {
     padding-left: 0; 
    display: block;
}



@media screen and (max-width: 768px) {
    #business_main_area {
        background-position: 50% 0;
        background-size: cover;
        background-attachment: scroll;
    }
    #business_main_wrap.content-innner {
        width: 96%;
        margin: 0 auto;
        padding-top: 30px;
    }
}

@media screen and (max-width: 700px) {
    #business_main_wrap .event_list li {
        width: auto;
        margin-right: 0;
        padding: 10px;
        float: none;
    }
#business_main_wrap.content-innner h2 {
    font-size: 1.1rem;
}
#business_main_wrap .event_list li dt {
    width: 50%;
}
#business_main_wrap .event_list li dd {
    width: 50%;
}
}

@media screen and (max-width: 480px) {
    #business_main_wrap .box .fwb {
        font-weight: normal;
    }
    #business_main_wrap .box .fwb.mgt30 {
        text-align: left;
        text-indent: -1em;
        padding-left: 1em;
        font-size: 0.8rem;
    }
    #business_main_wrap .box .fwb.mgt30 br{
        display: none;
    }
}

/*-----------------------------------------------------------------------------*/
/*#twitter
/*-----------------------------------------------------------------------------*/
body #twitter_wrap{
    font-family: "Hiragino Kaku Gothic ProN","MS PGothic","Meiryo",sans-serif;
}
#twitter_wrap h2{
    color: #959aa4;
    font-size: 2em;
}
#twitter_wrap a{
    text-decoration: underline;
    color: #55acee;
}
#twitter_wrap a:visited{
    color: #55acee;
}
#twitter_wrap .mv{
    width: 100%;
    margin-bottom: 70px;
}
#twitter_wrap .mv h1{
    position: relative;
    margin-top: 80px;
}
#twitter_wrap .mv h1 .mv-img{
    width: 100%;
}
#twitter_wrap .mv h1 .mv-title{
    position: absolute;
    top:0;
    bottom:0;
    left: 0;
    right: 0;
    max-height: 35.4%;
    margin:auto;
    background-color: rgba(0,0,0,.7);
}
#twitter_wrap .mv .mv-title img{
    display: block;
    margin-right: auto;
    margin-left: auto;
    height: 80%;
    margin-top: 1.5%;
    margin-bottom: 1.5%;
}
#twitter_wrap .container{
    max-width: 1000px;
    padding: 0 20px;
    margin-right:auto;
    margin-left:auto;
}
#twitter_wrap .flex{
    display: :-webkit-flex-;
    display: flex;
    justify-content: space-between;
}
#twitter_wrap .info{
    margin-bottom: 60px;
    align-items: center;
}
#twitter_wrap .info p{
    line-height: 45px;
    background: url(../images/twitter_course/text-line.png);
    max-width: 630px;
    font-size: 1.1em;
    font-weight: bold;
    margin-right: auto;
    margin-left: auto;
}
#twitter_wrap .info p .text-primary{
    color:#55acee;
}
#twitter_wrap .info img{
    max-height: 100%;
    margin-left: 20px;
}
#twitter_wrap .program{
    margin-bottom: 60px;
}
#twitter_wrap .program h2{
    margin-bottom: 20px;
    margin-left: 20px;
}
#twitter_wrap .program ul li{
   padding: 10px 20px;
    line-height: 2em;
    display: :-webkit-flex-;
    display: flex;
}
#twitter_wrap .program ul li .li-text{
    margin-left: 50px;
    font-weight: bold;
}
#twitter_wrap .program ul .bg-dark{
    background-color: #e6ecf0;
}
#twitter_wrap .orverview{
    align-items: center;
    background-color: #f4f4f4;
    margin-bottom: 60px;
}
#twitter_wrap .orverview .orverview-contents h2{
    transform: translateY(-10px);
    margin-left: 20px;
}
#twitter_wrap .orverview .orverview-contents dl{
    margin-top: 30px;
    margin-bottom: 30px;
    margin-left: 40px;
    width: 380px;
    line-height: 2em;
}
#twitter_wrap .orverview .orverview-contents dl dt{
    float: left;
    clear: left ;
    width: 75px;
    margin-right: 25px;
    border-right: 1px solid #ccc;
}
#twitter_wrap .orverview .orverview-contents dl dd{
    font-weight: bold;
}
#twitter_wrap .orverview img{
    max-height:100%;
    margin-right: 50px;
    width: 35.4166%;
}
#twitter_wrap .lecturer h2:after {
border-top: 1px solid #ccc;
content: "";
flex-grow: 1;
margin-left: 5%;
}
#twitter_wrap .lecturer h2{
    display: :-webkit-flex-;
    display: flex;
    align-items: center;
}
#twitter_wrap .lecturer .person img{
    margin-right: 40px;
    flex: 1 0 192px;
}
#twitter_wrap .lecturer .person{
    align-items: flex-start;
    margin-bottom: 50px;
    margin-top: 30px;
}
#twitter_wrap .lecturer .person h3{
    line-height: 1.8em;
    margin-bottom: 10px;
    font-size: 1.5em;
}
#twitter_wrap .lecturer .person h3 span{
    font-size: .8em;
}
#twitter_wrap .lecturer .person .co-text{
    font-size: 1.2em;
    font-weight: bold;
}
#twitter_wrap .lecturer .person .flex .person-icon{
    width: 50px;
    height: 50px;
    text-align: center;
    background-color: #c7eaff;
    border-radius: 5px;
    padding:10px 10px;
    font-weight: bold;
}
#twitter_wrap .lecturer .person p{
    line-height: 1.5em;
    font-size: .9em;
}
#twitter_wrap .apply{
    background-color: #c7eaff;
    margin-bottom: 60px;
    padding: 30px;
    text-align: center;
}
#twitter_wrap .apply .text-l{
    font-size: 2em;
    line-height: 1.3em;
}
#twitter_wrap .apply .text-l br{
    display: none;
}
#twitter_wrap .apply .apply-img{
    margin-bottom: 30px;
}
#twitter_wrap .apply a img{
    margin-top: 30px;
    max-width: 80%;
}
#twitter_wrap .apply .contact{
    margin-top: 30px;
    display: :-webkit-flex-;
    display: flex;
    justify-content: center;
}
#twitter_wrap .footer-logo{
    text-align: center;
}
#twitter_wrap .footer-logo img{
    margin-bottom: 60px;
    max-width: 80%;
}
@media screen and (max-width: 768px) {
    #twitter_wrap .mv h1 .mv-title{
        max-height: 46%;
    }
    #twitter_wrap .info{
        display: block;
    }
    #twitter_wrap .info img{
        margin-top: 30px;
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    #twitter_wrap .program ul li{
        display: block;
    }
    #twitter_wrap .program ul li .li-text{
        margin-left: 0;
    }
    #twitter_wrap .orverview{
        display: block;
    }
    #twitter_wrap .orverview .orverview-contents dl{
        width: 80%;
        margin-right: auto;
        margin-left: auto;
    }
    #twitter_wrap .orverview .orverview-contents dl dt{
        float:none;
        border: none;
        padding-top: 10px;
    }
    #twitter_wrap .orverview .orverview-contents dl dd{
        border-bottom: 1px solid #ccc;
        padding-bottom: 10px;
    }
    #twitter_wrap .orverview img{
        display: block;
        margin-right: auto;
        margin-left: auto;
        width: 80%;
        padding-bottom: 20px;
    }
    #twitter_wrap .lecturer .person{
        display: block;
    }
    #twitter_wrap .lecturer .person img{
        display: block;
        margin-right: auto;
        margin-left: auto;
    }
    #twitter_wrap .apply .contact{
        display: block;
    }
    #twitter_wrap .apply .text-l{
        font-size: 1.5em;
    }
    #twitter_wrap .apply .text-l br{
    display: inline;
}
}
@media screen and (max-width: 480px){
    #twitter_wrap .lecturer .person .co-text{
        font-size: 1em;
        font-weight: bold;
    }
}

/*-----------------------------------------------------------------------------*/
/*#footer
/*-----------------------------------------------------------------------------*/
footer {
    background: #172b43;
    color:#fff;
}
footer .ft_sitemap,
footer .stay_connected {
    float: left;
}
footer .footer_block {
    font-family: 游ゴシック;
    font-size: 0.8rem;
}
footer .content-innner_ft {
    max-width: 1000px;
    margin: auto;
    padding: 40px 20px;
    box-sizing: border-box;
}
footer .footer_block {
    margin: 30px 0;
    width: 30%;
    float: left;
}
footer figure {
    width: 100px;
}
footer .footer_block p {
    color: #000;
}

footer .footer_block li {
    margin-bottom: 5px;
}
footer .footer_block li a {
    color: #fff;
}
footer .stay_connected {
    margin-left: 100px;
}
footer .inner_stay_connected dt {
    color: #1e95d3;
    font-family: 源ノ角ゴシック JP;
    font-size: 20px;
    font-weight: bold;
    letter-spacing: 0.1rem;
    margin-bottom: 8px;
}
footer .inner_stay_connected dd {
    font-size: 13px;
    letter-spacing: 0.1rem;
    margin-bottom: 10px;
}
footer .inner_stay_connected dd.mailing_list_btn {
    float: left;
    clear: both;
    position: relative;
    display: inline-block;
    padding: 6px 22px 6px 6px;
    border: 1px solid #fff;
}
footer .inner_stay_connected dd.mailing_list_btn a {
    color: #fff;
}
footer .inner_stay_connected dd.mailing_list_btn a:hover {
    color: #1e95d3;
}
footer .inner_stay_connected dd.mailing_list_btn::after{
    content: '';
    width: 6px;
    height: 6px;
    border: 0px;
    border-top: solid 1px #fff;
    border-right: solid 1px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 50%;
    right: 0;
    margin-top: -5px;
    margin-right: 10px;
}
footer .inner_stay_connected dl ul li {
    float: left;
    width: 26px;
    margin-bottom: 16px;
}
footer .inner_stay_connected dl ul li:first-child {
    margin-right: 10px;
}
footer .copy_txt{
    text-align: center;
    font-size: 0.75rem;
    border-top: solid 1px #666;
    padding: 10px;
    color: #909090;
    margin: 0;
}
@media screen and (max-width: 1200px){
    footer .content-innner_ft {
        padding: 40px 50px;
        width: auto;
    }
}
@media screen and (max-width: 768px){
    footer .ft_sitemap,
    footer .stay_connected {
        float: none;
    }
    footer .stay_connected {
        margin-left: 0;
    }
    footer .inner_stay_connected dl ul li:first-child {
        margin-right: 20px;
}
    footer .inner_stay_connected dl ul li {
        float: left;
        width: 34px;
        margin-bottom: 16px;
    }
}

@media screen and (max-width: 480px){
    footer .footer_block {
        width: 100%;
    }

    footer figure {
        width: 35%;
    }

}
@media screen and (max-width: 330px){
    footer .inner_stay_connected dd.mailing_list_btn {
        font-size: 12px;
    }
}
