@charset "UTF-8";

/* ---------------------------------------------
	スタイルリセット
--------------------------------------------- */
html, body, div,
h1, h2, h3, h4, h5, h6,
p, pre, blockquote,
ul, ol, li, dl, dt, dd, address {margin: 0; padding: 0;}
ul, ol {list-style: none;}
img {border: none; vertical-align:bottom; }

/* ---------------------------------------------
	汎用クラス
--------------------------------------------- */
/* clearfix ------------ */
.clearfix:after {
	content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
.clearfix {display: inline-block;}
* html .clearfix { height: 1px; }
.clearfix { display: block; }

/* ---------------------------------------------
	タイポグラフィー
--------------------------------------------- */

body {
	font-family: 'Oxygen',ヒラギノ角ゴ ProN W3,Hiragino Kaku Gothic ProN,"メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Lucida Grande", "Avenir Next", Arial, Verdana, sans-serif;
}
html>/**/body { font-size: 16px; line-height: normal;overflow-x: hidden; }

h1, h2, h3, h4, h5, h6 {font-size: 100%;}

/* ---------------------------------------------
	基本項目
--------------------------------------------- */
html, body {height:100%; color:#555; font-weight: 100;}
@media all and (-ms-high-contrast:none) {
    html, body { font-weight: normal;}
}
h1, h2, h3, h4, h5, h6, p, dt, dd, li{
	background:  url("../img/spacer.gif") repeat 0px 0px;
	max-height: 100%;
}

/*共通スタイル*/
.bold {font-weight:bold;}
.center{text-align:center;}

a:link { color:#01a8ce; text-decoration:none; font-weight:normal;}
a:visited { color:#01a8ce; text-decoration:none;}
a:hover { color:#01a8ce; text-decoration:none;}
a:active { color:#01a8ce; text-decoration:none;}

.clears{ clear:both;}
.fLeft{float: left;}
.fRight{float: right;}

body{
    -webkit-text-size-adjust:100% !important;
    background-color: #fff;
}
.pc_l{ display: none;}
.sp{ display: none;}

@media screen and (min-width: 1160px) {
    .pc_l{ display: block;}
}
@media screen and (max-width: 499px) { 
    /*body{font-size: 164%;}*/
    .pc{ display: none;}
    .pc_l{ display: none;}
    .sp{ display: block;}
}
#whole{ padding-top: 77px;}


/* ---------------------------------------------
	グローバルヘッダー
--------------------------------------------- */
#global-header{
    /*padding: 10px 18px 10px;*/
    position: fixed;
    width: 100%;
    background-color: #fff;
    box-sizing: border-box;
    top: 0;
    z-index: 9999;
    box-shadow: 0 2px 10px rgba(0,0,0,0.1);
}
#global-header h1{
    float: left;
}
#global-header h1 a{
    display: block;
    background: url("../img/logo.svg") no-repeat center 0;
    width: 290px;
    height: 35px;
    background-size: contain;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    margin: 25px 0 18px 22px;
}
#global-header #nav_list{
    float: right;
    margin: 24px 22px 0 0;
}
#global-header #nav_list > li{
    float: left;
    margin: 0 0.7em;
    text-align: center;
    position: relative;
}
#global-header #nav_list > li a{
    display: block;
    font-size: 100%;
    line-height: 1.0;
    color: #555;
    padding: 0.5em 0;
}
#global-header #nav_list li a:hover{ color: #01a8ce;}
#global-header #nav_list > li.contact a{
    background-color: #000;
    color: #fff;
    padding: 0.5em 0.6em;
}
#global-header #nav_list > li.tver{ margin:  4px 0 0 0.7em;}
#global-header #nav_list > li.tver a{
    background: url("../img/logo_tver.svg") no-repeat center 0px;
    width: 46px;
    height: 28px;
    background-size: contain;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    padding: 0;
}

#global-header #navBtn_sp{
    position: relative;
    width: 56px;
    height: 56px;
    float: right;
    cursor: pointer;
    display: none;
}
#global-header #navBtn_sp span{
    position: absolute;
    left: 0;
    right: 0;
    margin: 0 auto;
    width: 30px;
    height: 2px;
    background-color: #555;
    border-radius: 2px;
    transform: rotate(0deg);
    -webkit-transform: rotate(0deg);
	-moz-transform: rotate(0deg);
	-ms-transform: rotate(0deg);
    transition: all 200ms ease-out;
}
#global-header #navBtn_sp span:nth-of-type(1){ top: 16px;}
#global-header #navBtn_sp span:nth-of-type(2){ top: 26px;}
#global-header #navBtn_sp span:nth-of-type(3){ top: 36px;}
#global-header #navBtn_sp.on span:nth-of-type(1){
    transform: rotate(45deg) translate3d(9px, 8px, 0);
    -webkit-transform: rotate(45deg) translate3d(9px, 8px, 0);
	-moz-transform: rotate(45deg) translate3d(9px, 8px, 0);
	-ms-transform: rotate(45deg) translate3d(9px, 8px, 0);
    -webkit-transform-origin: top center;
    -moz-transform-origin: top center;
    -ms-transform-origin: top center;
    transform-origin: top center;
    transition: all 200ms ease-out;
}
#global-header #navBtn_sp.on span:nth-of-type(3){
    transform: rotate(-45deg) translate3d(6px, -6px, 0);
    -webkit-transform: rotate(-45deg) translate3d(6px, -6px, 0);
	-moz-transform: rotate(-45deg) translate3d(6px, -6px, 0);
	-ms-transform: rotate(-45deg) translate3d(6px, -6px, 0);
    -webkit-transform-origin: bottom center;
    -moz-transform-origin: bottom center;
    -ms-transform-origin: bottom center;
    transform-origin: bottom center;
    transition: all 200ms ease-out;
}
#global-header #navBtn_sp.on span:nth-of-type(2){
    opacity: 0.0;
}

@media screen and (max-width: 870px) { 
    #whole{ padding-top: 56px;}
    #global-header #nav_list{
        display: none;
        width: 100%;
        height: 100vh;
        position: absolute;
        background-color: rgba(255,255,255,0.9);
        top: 56px;
        left: 0;
        float: none;
        margin: 0;
        padding: 20px 20px;
        box-sizing: border-box;
        -ms-transform: translate3d(870px, 0, 0);
        -webkit-transform: translate3d(870px, 0, 0);
        -moz-transform: translate3d(870px, 0, 0);
        -webkit-transition: -webkit-transform 0.4s ease-out;
        -ms-transition: -ms-transform 0.4s ease-out;
        transition: transform 0.4s ease-out;
    }
    #global-header #nav_list.on{
        display: block;
        -ms-transform: translate3d(0px, 0, 0);
        -webkit-transform: translate3d(0px, 0, 0);
        -moz-transform: translate3d(0px, 0, 0);
    }
    #global-header #nav_list > li{
        float: none;
        text-align: left;
        margin: 0 0 0.6em;
        border-bottom: solid 1px #888;
        padding-bottom: 0.6em;
    }
    #global-header #nav_list > li.contact{ border: none; margin-top: 1em;}
    #global-header #nav_list > li.tver{ border: none; margin: 0 0 0.6em;}
    #global-header #nav_list > li > a{
        line-height: 26px;
        text-align: center;
    }
    #global-header #nav_list > li.tver a{
        width: 100%;
        height: 24px;
        background-position: center 0;
    }
    #global-header #navBtn_sp{ display: block;}
    #global-header{ height: 56px;}
    #global-header h1 a{
        width: 260px;
        margin: 15px 10px;
        height: 26px;
    }
}
@media screen and (max-width: 600px) { 
    #global-header h1 a{
        width: 200px;
        margin: 18px 12px;
        height: 24px;
    }
}


/* ---------------------------------------------
	TOPページ
--------------------------------------------- */

/*-------------メインビジュアル-------------*/
#mainVisual{
    width: 100%;
    position: relative;
    text-align: center;
}
#mainVisual > div{
    width: 100%;
    overflow: hidden;
}
#mainVisual #visualWrap{
    width: 200%;
    float: left;
}
#mainVisual #visualWrap li{
    float: left;
    width: 50%;
    overflow: hidden;
    position: relative;
}
#mainVisual #visualWrap li img{ width: 100%; height: auto;}
#mainVisual #visualWrap li > div{
    position: absolute;
    top: 50%;
    width: 96%;
    left: 0;
    right: 0;
    margin: -2.4em auto 0;
}
#mainVisual #visualWrap li p:nth-of-type(1){
    color: #fff;
    font-size: 240%;
    line-height: 1.4;
    font-weight: bold;
    text-shadow: 1px 1px 10px #000,  1px 1px 10px #000;
    padding-bottom: 0.2em;
}
#mainVisual #visualWrap li p:nth-of-type(2){
    color: #fff;
    font-size: 120%;
    line-height: 1.6;
    text-shadow: 1px 1px 10px #000,  1px 1px 10px #000;
}
/*--------↓社名変更告知--------*/
#mainVisual #visualWrap li.announcement_00::after{
    content: "";
    display: block;
    position: absolute;
    width: 100%;
    height: 50%;
    bottom: 0;
    left: 0;
    background: -moz-linear-gradient(top,  rgba(0,0,0,0) 0%, rgba(0,0,0,0.05) 100%);
    background: -webkit-gradient(linear, left top, left bottom, color-stop(0%,rgba(0,0,0,0)), color-stop(100%,rgba(0,0,0,0.05)));
    background: -webkit-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
    background: -o-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
    background: -ms-linear-gradient(top,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
    background: linear-gradient(to bottom,  rgba(0,0,0,0) 0%,rgba(0,0,0,0.05) 100%);
    filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#00000000', endColorstr='#0d000000',GradientType=0 );
}
#mainVisual #visualWrap li.announcement_00 > div{ margin: 0 auto;}
#mainVisual #visualWrap li.announcement_00 > div > div{
    width: auto;
    display: inline-block;
    position: relative;
}
#mainVisual #visualWrap li.announcement_00 > div div > div:nth-of-type(1){
    width: 20vw;
    height: 200px;
    margin: -100px 0 0;
    background: url("../img/logo_tver_catch.svg") no-repeat center center;
    background-size: contain;
    float: left;
}
#mainVisual #visualWrap li.announcement_00 > div div > div:nth-of-type(2){
    width: auto;
    margin: -2.4em 0 0;
    text-align: left;
    padding: 0 0 0 3vw;
    box-sizing: border-box;
    float: left;
}
#mainVisual #visualWrap li.announcement_00 p:nth-of-type(1),
#mainVisual #visualWrap li.announcement_00 p:nth-of-type(2){
    color: #000;
    text-shadow: none;
}
#mainVisual #visualWrap li.announcement_00 p:nth-of-type(2){ padding-left: 0.2em;}
@media screen and (max-width: 870px) {
    #mainVisual #visualWrap li.announcement_00 > div div > div:nth-of-type(1){
        float: none;
        margin: -120px auto 0;
    }
    #mainVisual #visualWrap li.announcement_00 > div div > div:nth-of-type(2){
        float: none;
        text-align: center;
        padding: 0;
    }
}
@media screen and (max-width: 640px) {
    #mainVisual #visualWrap li.announcement_00 > div{
        top: 40%;
    }
    #mainVisual #visualWrap li.announcement_00 > div div > div:nth-of-type(1){
        width: 34%;
        height: 150px;
        margin: -75px auto 2em;
    }
    #mainVisual #visualWrap li.announcement_00 > div div > div:nth-of-type(2){
        float: none;
        text-align: center;
    }
}

/*--------↑社名変更告知--------*/

#mainVisual .cursor li{
    width: 70px;
    height: 70px;
    position: absolute;
    top: 50%;
    left: 0;
    margin: -10px auto 0;
    background-image: url("../img/cursor_wh.svg");
    background-repeat: no-repeat;
    background-position: center;
    background-size: 40%;
    background-color: rgba(0,0,0,0.3);
    transform: rotate(-180deg);
}
#mainVisual .cursor li.next{
    left: auto;
    right: 0;
    transform: rotate(0deg);
}
#mainVisual .cursor.off li::after{
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
}
#mainVisual .cursor li a{
    display: block; cursor: pointer;
    width: 70px;
    height: 70px;
}
#marker{
    margin: 1em auto 0;
    text-align: center;
}
#marker ul{ display: inline-block;}
#marker li{
    width: 10px;
    height: 10px;
    background-color: #c9c9c9;
    border-radius: 50%;
    float: left;
    margin: 0 5px;
}
#marker li.on{ background-color: #000;}

@media screen and (max-width: 870px) {
    #mainVisual .cursor li{
        width: 45px;
        height: 45px;
        position: absolute;
        top: auto;
        bottom: -50px;
        left: 1%;
        background-image: url("../img/cursor_bk.svg");
        background-color: #fff;
    }
    #mainVisual .cursor li.next{
        bottom: -50px;
        left: auto;
        right: 1%;
        transform: rotate(0deg);
    }
    #marker{
        margin: 1.6em auto 1em;
    }
}
@media screen and (max-width: 640px) {
    #mainVisual #visualWrap li img{
        width: 160%;
        margin-left: -30%;
    }
    #mainVisual #visualWrap li p:nth-of-type(1){
        font-size: 6.5vw;
        letter-spacing: -0.03em;
    }
    #mainVisual #visualWrap li p:nth-of-type(2){ font-size: 4.5vw;}
}
@media screen and (max-width: 400px) {
    #mainVisual #visualWrap li div{ margin-top: -1.6em;}
    #mainVisual .cursor li{
        width: 35px;
        height: 35px;
        bottom: -40px;
    }
    #mainVisual .cursor li.next{
        bottom: -40px;
    }
    #mainVisual .cursor li a{
        width: 35px;
        height: 35px;
    }
    #marker{
        margin: 1.2em auto 1em;
    }
}

/* ------------------------------
	TOPページ コンテンツ
------------------------------ */
.contentsWrap{
    padding: 3em 0 3em;
    width: 100%;
    box-sizing: border-box;
}
.contentsWrap:nth-child(even){
    background-color: #f5f5f5;
}
.contentsWrap > *{
    margin: 0 auto;
}
@media screen and (min-width: 1200px) {
    .contentsWrap > *{
        width: 1200px;
    }
}
@media screen and (max-width: 640px) {
    .contentsWrap > *{ width: 94%;}
}

.contentsWrap h2{
    font-size: 240%;
    /*color: #00c8ff;*/
    color: #000;
    font-weight: 100;
    margin-bottom: 0.4em;
    line-height: 1.2;
    text-align: center;
}
.contentsWrap h2 + p{
    font-size: 108%;
    text-align: center;
    line-height: 1.8;
    margin-bottom: 2.0em;
    padding: 0 0.5em;
    box-sizing: border-box;
}
@media all and (-ms-high-contrast:none) {
    .contentsWrap h2{ font-weight: normal;}
}
@media screen and (max-width: 640px) {
    .contentsWrap h2{ font-size: 195%;}
}
@media screen and (max-width: 420px) {
    .contentsWrap h2 + p{ font-size: 4.3vw;}
}

/*-------------News-------------*/
#newsWrap{
    padding: 1.8em 0;
    text-align: center;
}
#news_list{
    width: auto;
    margin: 0 auto;
    position: relative;
    z-index: 300;
    display: inline-block;
}
#news_list li{
    margin: 0 0 0.8em;
    text-align: left;
}
#news_list li a{
    color: #555;
    display: block;
    font-size: 88%;
    line-height: 1.8;
}
#news_list li a:hover{ text-decoration: underline;}
#news_list li a::before{
    content: "";
    display: block;
    width: 32px;
    height: 32px;
    float: left;
    margin-right: 0.3em;
    margin-top: -5px;
}
#news_list li a::after{
    content: ".";
	display: block;
	clear: both;
	height: 0;
	visibility: hidden;
}
#news_list li.pdf a::before{
    background: url("../img/pdfIcn.png") no-repeat 0 0;
}

@media screen and (max-width: 1200px) {
    #newsWrap > div{ width: 70%;}
}
@media screen and (max-width: 900px) { 
    #newsWrap > div{ width: 80%;}
}
@media screen and (max-width: 600px) { 
    #newsWrap{ padding: 0 0 1em;}
    #newsWrap > div{ width: 96%;}
    #newsWrap h2{ float: none; margin-bottom: 0.6em;}
    #news_list{ padding: 0 1em;}
}
/*-------------About-------------*/
#aboutWrap > *{
    opacity: 0;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s ease-out;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s ease-out;
    transition: opacity 0.8s, transform 0.8s ease-out;
}
#aboutWrap > div{
    padding: 0 20px;
}
#aboutWrap dl{
    width: 46%;
    float: left;
    margin-right: 4%;
}
#aboutWrap dt,
#aboutWrap dd{
    border-top: solid 1px #ccc;
    line-height: 1.4;
    font-size: 88%;
    padding: 1.0em 0;
}
#aboutWrap dt{
    float: left;
    /*color: #00c8ff;*/
    color: #000;
    font-weight: bold;
}
#aboutWrap dd{ padding-left: 9em;}
#aboutWrap dd a:link{
    color:#555;
    text-decoration: none;
    border-bottom: 1px solid #555;
}
#aboutWrap dd a:visited{
    color:#555;
    text-decoration: none;
    border-bottom: 1px solid #555;
}
#aboutWrap dd a:hover{
    color:#555;
    text-decoration: none;
    border-style: none;
}
#aboutWrap dd a:active {
    color:#555;
    text-decoration:none;
    border-style: none;
}
#map{
    position: relative;
    padding-bottom: 42%;
    padding-top: 30px;
    height: 0;
    overflow: hidden;
}
#map iframe,
#map object,
#map embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
ul.serviceList{
    counter-reset:list;
    list-style-type:none;
    padding:0;
  }
  ul.serviceList li{
    position:relative;
    color: #333;
    /*padding: 0 0 0 20px;*/
    margin-bottom: 3px;
  }
  /*
  ul.serviceList li:before{
    counter-increment: list;
    content: counter(list) ".";
    display: block;
    position: absolute;
    left: 0px;
    font-weight: bold;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  */
  ul.dList{
    counter-reset:list;
    list-style-type:none;
    padding:0;
  }
  ul.dList li{
    position:relative;
    color: #333;
    margin-bottom: 3px;
  }
  ul.dList li:before{
    counter-increment: list;
    display: block;
    position: absolute;
    left: 0px;
    font-weight: bold;
    top: 50%;
    -moz-transform: translateY(-50%);
    -webkit-transform: translateY(-50%);
    -o-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
  }
@media screen and (max-width: 920px) {
    #aboutWrap dl{
        width: 100%;
        float: none;
        margin: 0 0 20px;
    }
}
@media screen and (max-width: 640px) {
    #aboutWrap > div{ padding: 0;}
    #map{ padding-bottom: 80%;}
}

/*-------------Services・Recruit-------------*/
#recruitWrap{ text-align: center;}
#serviceWrap > *,
#recruitWrap > *{
    opacity: 0;
    -webkit-transition: opacity 0.8s, -webkit-transform 0.8s ease-out;
    -ms-transition: opacity 0.8s, -ms-transform 0.8s ease-out;
    transition: opacity 0.8s, transform 0.8s ease-out;
}
.posin{
    -ms-transform: translate3d(0, 70px, 0);
    -webkit-transform: translate3d(0, 70px, 0);
    -moz-transform: translate3d(0, 70px, 0);
    transform: translate3d(0, 70px, 0);
}
.posfix{
    -ms-transform: translate3d(0, 0, 0);
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
#techblog {
    background-color: #fff;
    color: #000;
    outline: 1px solid #ccc;
    outline-offset: -1px;
    position: relative;
}
#techblog::before {
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #000;
    border-right: solid 2px #000;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 48%;
    left: 90%;
    margin-top: -3px;
}
#recruitPage {
    position: relative;
    background-color: #000;
    color: #fff;
}
#recruitPage::before{
    position: absolute;
    content: '';
    width: 8px;
    height: 8px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    top: 45%;
    left: 90%;
    margin-top: -3px;
}
.recruitBtn{
    display: flex;
    flex-direction: column;
    align-items: center;
}
#serviceWrap > ul li,
#recruitWrap > ul li{
    float: left;
    width: 21%;
    margin: 0 2%;
    text-align: center;
}
.serviceArea{
    display: flex;
    flex-direction: column;
    align-items: center;
}

@media screen and (max-width: 920px) {
    #serviceWrap > ul li,
    #recruitWrap > ul li{
        width: 46%;
        margin-bottom: 2em;
    }
}
#serviceWrap .imgWrap,
#recruitWrap .imgWrap{
    width: 204px;
    height: 204px;
    border-radius: 50%;
    position: relative;
    margin: 0 auto 22px;
}
#serviceWrap .imgWrap::after{
    content: "";
    display: block;
    width: 80%;
    height: 10%;
    background-color: #ccc;
    border-radius: 50%;
    position: absolute;
    bottom: -5px;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 333;
}
#serviceWrap .imgWrap div,
#recruitWrap .imgWrap div{
    width: 204px;
    height: 204px;
    background-color: #5d5d5d;
    border-radius: 50%;
    position: relative;
    z-index: 555;
    overflow: hidden;
}
#recruitWrap .imgWrap div{ background-color: #fff;}

#serviceWrap .imgWrap div::before{
    content: "";
    display: block;
    width: 92%;
    height: 92%;
    border: solid 1px #fff;
    position: absolute;
    top: 4%;
    left: 0;
    right: 0;
    margin: 0 auto;
    box-sizing: border-box;
    border-radius: 50%;
}
#serviceWrap .imgWrap div img,
#recruitWrap .imgWrap div img{ width: 100%; height: auto;}
#serviceWrap dt,
#recruitWrap dt{
    color: #000;
    font-weight: bold;
    font-size: 110%;
    margin-bottom: 0.4em;
    line-height: 1.4;
}
#serviceWrap dd,
#recruitWrap dd{
    line-height: 1.6;
    font-size: 94%;
}
#recruitWrap ul + p{
    line-height: 1.8;
    margin: 3em auto 2em;
}
#recruitWrap a{
    display: inline-block;
    font-size: 110%;
    line-height: 1.0;
    padding: 1.4em;
    width: 40%;
    transition:all 1.0s;
    margin-bottom: 1.4em;
}
#recruitWrap a:hover{
    opacity: 0.7;
	filter: alpha(opacity=70);
	-ms-filter: "alpha(opacity=70)";
}
@media screen and (max-width: 640px) {
    #serviceWrap .imgWrap,
    #recruitWrap .imgWrap,
    #serviceWrap .imgWrap div,
    #recruitWrap .imgWrap div{ width: 39vw; height: 39vw;}
    #serviceWrap dt,
    #recruitWrap dt{ font-size: 100%;}
    #serviceWrap dd,
    #recruitWrap dd{ font-size: 88%;}
    #recruitWrap a{ width: 80%;}
}
@media screen and (max-width: 420px) {
    #serviceWrap dd,
    #recruitWrap dd{ font-size: 4.2vw;}
    #recruitWrap ul + p{ font-size: 4.4vw;}
}

/*-------------共通フッター-------------*/
#common-footer{
    background-color: #000;
    font-size: 80%;
    padding: 1.2em 2.2em;
    color: #ccc;
    line-height: 1.2;
    position: relative;
}
#common-footer div:nth-of-type(2){
    position: absolute;
    bottom: 1.2em;
    right: 2.2em;
    text-align: right
}
#common-footer div:nth-of-type(1) p{
    background: url(../img/logo_wh.svg) no-repeat 0 0;
    width: 167px;
    height: 20px;
    background-size: contain;
    text-indent: -300%;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0.5em;
}
#common-footer ul:nth-of-type(1){ margin-bottom: 0.5em;}
#common-footer li{
    float: left;
    margin-right: 2em;
}
#common-footer li.contact a{}
#common-footer a{
    color: #ccc;
}
#common-footer a:hover{ text-decoration: underline;}
#common-footer li.contact a{
    background-color: #eee;
    color: #000;
    padding: 0 0.4em;
}
#common-footer p.tver{
    background: url(../img/logo_tver_wh.svg) no-repeat right 0;
    width: auto;
    height: 24px;
    text-align: right;
    text-indent: 300%;
    overflow: hidden;
    white-space: nowrap;
    margin-bottom: 0.2em;
}
#common-footer p.tver a{
    display: block;
    height: 24px;
}
#common-footer p.copyrights{
    text-align: right;
}

@media screen and (max-width: 780px) {
    #common-footer{
        font-size: 66%;
        padding: 2.2em 1em 2em;
    }
    #common-footer div:nth-of-type(1) p{
        margin-left: 1em;
        margin-bottom: 1em;
    }
    #common-footer li{ margin: 0 1em 0.5em;}
    #common-footer ul{
        margin-bottom: 1.8em;
    }
    #common-footer div:nth-of-type(2){
        position: relative;
        bottom: 0;
        right: 0;
        margin: 2.5em 0.6em 0 0;
    }
    
}

