html,
body {
	width: 100%;
	height: 100%;
	margin: 0;
	padding: 0;
	font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
    -webkit-text-size-adjust: 100%;
}
hr {
    margin-top: 60px;
    margin-bottom: 60px;
}

img[usemap] {
    max-width: 100%;
    height: auto;
}

.row {
    margin-bottom: 16px;
}
.top_mov {
	width: 100%;
	height: 100%;
	text-align: center;
	position: relative;
	overflow: hidden;
	margin-top: 0px;
}
	

.header {
	position: relative;
	text-align: center;
	width: 100%;
	height: 100%;
	overflow: hidden;
}

.wrap {
	display: none;
}

.mov_mesh {
	width: 100%;
	height: 100%;
	opacity: 1;
	background-color: rgba(0,0,0,0.30);
}


.logo_center {
	float: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -346px;
	margin-top: -125px;
	text-align: center;
    color: #fff;
}
.logo_center_vm2m {
	float: none;
	position: absolute;
	left: 50%;
	top: 50%;
	margin-left: -253px;
	margin-top: -125px;
	text-align: center;
    color: #fff;
}

.logo_center_vm2m p{
    margin-bottom: 40px;
}

.nav_fit {
	background-color: rgba(0,0,0,0.80);
	line-height: 60px;
	text-align: center;
	width: 100%;
	color: #fff;
	z-index: 10;
	text-decoration: none;
	list-style-type: none;
	float: left;
	border-bottom: thin inset rgba(255,255,255,0.50);
    
}

.nonfit {
    background-color: rgba(0,0,0,0.20);
    border-bottom: none;
    margin-top: 24px;
    margin-bottom: 80px;

}

.cb-header {
	position: fixed;
	left: 0;
	visibility: hidden;
}

.cb-header2 {
}
.aptlogo2 {
	margin-left: 8px;
	float: left;
	margin-right: 10px;
}

.nav_fit_menu {
	text-decoration: none;
	list-style-type: none;
	color: #FFFFFF;
	font-family: lato;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	float: left;
	margin-left: -10px;
    letter-spacing: 1px;

}

.nav_fit li {
    display: inline-block;
	text-decoration: none;
	float: left;
	list-style-type: none;
}

.nav_fit_menu li a {
    display: inline-block;
	color: #FFFFFF;
	font-family: lato;
	font-style: normal;
	font-weight: 300;
	font-size: 16px;
	text-decoration: none;
	list-style-type: none;
    padding: 0 24px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    transform: scale(1);
}
.nav_fit_menu li a:hover {
    color: #fff;
    background-color: #2FACFF;
    padding: 0 28px;
}

.nav_fit_menu li a.active {
    color: #fff;
    background-color: #2FACFF;
    padding: 0 24px;
}


.nav_fit2 {
    background-color: rgba(255, 255, 255,0.6);
	line-height: 40px;
	text-align: center;
	width: 100%;
	color: #161616;
	z-index: 20;
	text-decoration: none;
	list-style-type: none;
    border-bottom: none;
    position: absolute;
    overflow-x: auto;
    overflow-y: hidden;
    margin-top: 90px;
}

.nav_fit_menu2 {
	text-decoration: none;
	list-style-type: none;
	color: #fff;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	float: left;
    margin-left: 80px;
    display: inline-table;
    margin-bottom: 0;
}
.nav_fit_menu2 li {
    display: table-cell;
    white-space: nowrap;
}
.nav_fit_menu2 li a {
    display: inline-block;
    line-height: 40px;
	color: #161616;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 14px;
	text-decoration: none;
    padding: 0 16px;
	list-style-type: none;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    transform: scale(1);
}
.nav_fit_menu2 li a:hover {
    color: #fff;
    background-color: #2FACFF;
    padding: 0 32px;
}

.nav_fit_menu2 li a.active {
    color: #fff;
    background-color: #2FACFF;
    padding: 0 16px;
}

.jpen_fit {
	color: #FFFFFF;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	margin-right: 20px;
	margin-top: 16px;
	float: right;
	display: block;
	margin-left: 0px;
	padding-left: 0px;
}


.jpen_fit li a {
	color: #FFFFFF;
	text-decoration: none;
	line-height: 28px;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	display: block;
    padding: 0 8px;
    -webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    transform: scale(1);
}
.jpen_fit li a:hover {
    color: #fff;
    background-color: #2FACFF;
    padding: 0 12px;
}

.jpen_fit_here {
	background-color: #2FACFF;
}


.nav-mobile {
    position: fixed;
	background-color: rgba(0,0,0,0.8);
	line-height: 50px;
	width: 100%;
	color: #fff;
	z-index: 30;
    text-align: left;
	text-decoration: none;
	list-style-type: none;
}

.logo-sm {
    height: 50px;
    float: left;
    margin-left: 8px;
}

#navToggle {
    position:absolute;
    right:16px;
    top:13px;
    width:32px;
    height:24px;
    cursor:pointer;
}

#navToggle span {
    display:block;
    position:absolute;
    width:100%;
    border-bottom:solid 2px #fff;
    -webkit-transition: 0.5s ease-in-out;
    -moz-transition: 0.5s ease-in-out;
    transition: 0.5s ease-in-out}
#navToggle span:nth-child(1) {top:0}
#navToggle span:nth-child(2) {top:11px}
#navToggle span:nth-child(3) {top:22px}

#drawernav {
    margin-top:50px;
    position:absolute;
    right: -400px;
    background:rgba(0,0,0,0.8);
    width:50%;
    text-align: left;
    -webkit-transition:0.3s ease-in-out;
    -moz-transition:0.3s ease-in-out;
    transition:0.3s ease-in-out;
}

#drawernav ul {
    padding: 0;
    margin: 0;
    text-align: center;
    color: #fff ;
    font-size: 16px ;
    font-family: lato ;
    font-weight: 400 ;
}

#drawernav ul li {
    width: 100%;
    display: block;
    text-align: center;
}

#drawernav ul li a {
    color: #fff;
    text-decoration: none;
    display: block;

    padding: 8px 0px;
    margin: 0;
    
    -webkit-transition: all 0.2s linear;
    -moz-transition: all 0.2s linear;
    -o-transition: all 0.2s linear;
    transition: all 0.2s linear;
}
#drawernav ul li a:hover {
    background-color: #fff;
    color: #000;
}
    
.openNav #navToggle span:nth-child(1) {
    top: 11px;
    -webkit-transform:rotate(-45deg);
    -moz-transform:rotate(-45deg);
    transform:rotate(-45deg)}
.openNav #navToggle span:nth-child(2),
.openNav #navToggle span:nth-child(3) {
    top: 11px;
    -webkit-transform:rotate(45deg);
    -moz-transform:rotate(45deg);
    transform:rotate(45deg)}
.openNav #drawernav {
    -moz-transform: translateX(-400px);
    -webkit-transform: translateX(-400px);
    transform: translateX(-400px)}

.nav-mob_jpen {
    float: right;
    margin-top: 12px;
	margin-right: 68px;
}
.nav-mob_jpen li {
    text-decoration: none;
	list-style-type: none;
    color: #FFFFFF;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	float: left;
	display: block;
    margin-top: 0px;
	margin-left: 0px;  
}
.nav-mob_jpen li a{
	color: #FFFFFF;
	text-decoration: none;
	line-height: 28px;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	font-size: 12px;
	display: block;
    padding: 0 8px;
    -webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    transform: scale(1);
}

.nav-mob_jpen li a:hover {
    color: #fff;
    background-color: #2FACFF;
    padding: 0 12px;
}

.icon_down {
	float: none;
	text-align: center;
	position: absolute;
	bottom: 100px;
	width: 100%;
	padding-top: 40px;
	color: #FFFFFF;
	opacity: 1;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
}

.icon_down a,.icon_down p {
    color: #fff !important;
    text-decoration: none !important;
}

.main {
	width: 100%;
	background-color: #FFFFFF;
	color: #161616;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	max-width: 100%;
}

.main h1 {
	font-size: 36px;
	line-height: 60px;
	font-weight: bold;
}
.main h2 {
	font-size: 20px;
	line-height: 36px;
}
.main h3  {
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
}
.main h4  {
	font-size: 16px;
	line-height: 36px;
}
.main h5 {
	font-family: lato;
	font-style: normal;
	font-weight: 700;
	font-size: 20px;
	line-height: 36px;
    letter-spacing: 2px;
}

.main_white {
	padding-top: 60px;
	padding-bottom: 60px;
    padding-left: 10%;
    padding-right: 10%;

}
.form_select{
    width: 100%;
    max-width: 640px;
    margin-left: auto;
    margin-right: auto;
}
    
.main_black_bg  {
	width: 100%;
	background-color: #000000;
}
.main_blue_bg  {
	width: 100%;
	background-color: #2FACFF;
}
.main_gray_bg  {
	width: 100%;
	background-color: #efefef;
}
.main_black {
	color: #FFFFFF;
	padding-top: 60px;
	padding-bottom: 60px;
    padding-left: 10%;
    padding-right: 10%;

}
.topnews {
    padding-left: 5%;
    padding-right: 5%;  
}

.topnews h3 {
    font-size: 16px;
}
.texthl  {
	color: #2FACFF;
}
.textbold {
    font-weight: bold;
}
.textleft {
    text-align: left;
}

.textsmall {
    font-size: 12px;
}

.news_bg {
    background:url(/img/newstop01.jpg);
	background-size: cover;
    background-position:center;
}

.casestudy_bg{
    background:url(/img/casestudy2016.jpg);
	background-size: cover;
}
.products_bg{
    background:url(/img/products_top_vm2m2nd.jpg);
	background-size: cover;
    background-position: right top;
}

.automotive_bg{
    background:url(/products/automotive/automotive_top.jpg);
	background-size: cover;
    background-position: left down;
    padding-top: 140px;
}
.automotive_bg p {
    margin-top: 50px;
}
.privacy_bg{
    background:#000;
	background-size: cover;   
}

.intdash_bg{
    background:#000;
	background-size: cover;
    padding-top: 140px;
}
.intdash_bg p {
    margin-top: 50px;
}
.btn-ghost {
	border-radius: 0;
	background: transparent; 
}

.btn-ghost.btn-blue{
	color: #2FACFF;
	border: medium solid #2FACFF;
	font-weight: bold;
    text-decoration: none;
}

.btn-ghost.btn-blue:hover {
	color: #FFFFFF;
	background-color: #2FACFF;
}

.btn-ghost.btn-blue.btn-pd {
    padding: 1em;
}

#job li {
	color: #2FACFF;
	font-weight: bold;
    text-align: left;
	list-style-type: none;
    text-decoration: none;
    padding: 8px 0px ;
}

.topnews_img001 {
	width: auto;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	background-image: url(/products/vm2m2nd/vm2m2nd_visual.jpg);
	background-size: cover;
    background-position: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.topnews_img002 {
	width: auto;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	background-image: url(/img/topnews_automotive.jpg);
	background-size: cover;
    background-position: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.topnews_img003 {
	width: auto;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	background-image: url(/img/topnews_aptlogo.png);
	background-size: cover;
    background-position: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.topnews_img004 {
	width: auto;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	background-image: url(/img/topnews_intdash.png);
	background-size: cover;
    background-position: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.topnews_img005 {
	width: auto;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	background-image: url(/img/topnews_recruit2017.jpg);
	background-size: cover;
    background-position: top;
	margin-top: 20px;
	margin-bottom: 20px;
}
.topnews_img006 {
	width: auto;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	background-image: url(https://www.aptpod.co.jp/news/wp-content/uploads/2017/06/INTEROP_2017_LOGO.jpg);
	background-size: cover;
    background-position: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.topnews_img007 {
	width: auto;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	background-image: url(/img/topnews_office.jpg);
	background-size: cover;
    background-position: center;
	margin-top: 20px;
	margin-bottom: 20px;
}

.topnews_img008 {
	width: auto;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	background-image: url(/img/topnews_meltin.jpg);
	background-size: cover;
    background-position: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.company_img001 {
	width: auto;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	background-image: url(/mov/company2016.jpg);
	background-size: cover;
    background-position: center;
	margin-top: 20px;
	margin-bottom: 20px;
}
.recruit_img001 {
	width: auto;
	height: 200px;
	max-width: 100%;
	max-height: 100%;
	text-align: center;
	background-image: url(/recruit/rec001.jpg);
	background-size: cover;
	margin-bottom: 20px;
}

.main a {
	color: #2FACFF;
	word-break: break-all;
	font-weight: bolder;
}

#pageTop a {
    z-index: 100;
    position: fixed;
    bottom: 40px;
    right: 40px;
    border: 1px solid rgba(255,255,255,0.50);
    border-radius: 50%;
    width: 36px;
    height: 36px;
    background-color: rgba(0,0,0,0.80);
    color: #fff;
    font-weight: bold;
    text-decoration: none;
    padding-top: 5px;
    text-align: center;
    -webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
    cursor: pointer;
    }

#pageTop a:hover {
    text-decoration: none;
    background-color: #2FACFF;
}

.footer {
	width: 100%;
    text-align: center;
	background-color: #000000;
	color: #FFFFFF;
	padding-top: 80px;
	padding-bottom: 80px;
}
.footer a {
	color: #FFFFFF;
	text-decoration: none;
	list-style-type: none;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}
.footer a:hover {
	color: #2FACFF;
}

.footer h4 {
    font-family: lato;
    font-weight: 400;
    font-size: 20px;
    letter-spacing: 4px;
}
#social-icon a {
	color: rgba(255,255,255,0.50);
	text-align: center;
}
#social-icon i {
	text-align: center;
    margin: 8px;
	-webkit-transition: all 0.5s ease 0s;
	-o-transition: all 0.5s ease 0s;
	transition: all 0.5s ease 0s;
}

#social-icon a:hover .fa-youtube-square { color: #fff; }
#social-icon a:hover .fa-facebook-square { color: #fff; }


.top_flame {
	text-align: center;
	float: none;
}


.top_text {
	float: none;
	position: absolute;
	top: 30%;
	text-align: center;
	color: #FFFFFF;
	font-family: lato;
	letter-spacing: 4px;
	width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	font-weight: 300;
}
.top_text h1 {
	font-size: 60px;
    font-family: lato;
	font-style: normal;
	font-weight: 400;
	line-height: 80px;

}
.top_text h2 {
	font-size: 32px;
	font-family: lato;
	font-style: normal;
	font-weight: 300;
	color: #FFFFFF;
}
.top_text h3 {
	font-size: 24px;
	color: #FFFFFF;
    letter-spacing: 0px;
}

.news {
	background-color: #FFFFFF;
	color: #161616;
	font-size: 14px;
	line-height: 28px;
	text-align: center;
	list-style-type: none;
}

.news a {
    color: #2FACFF;
    font-weight: 700;
}
.news p {
    text-align: left;
}
.news ul li {
    text-align: left;
    list-style-type: none;
    padding: 4px;
}

.news h1 {
    text-align: left;
    font-size: 24px;
    font-weight: 700;
    margin: 24px 0;
}

.news h2 {
    text-align: left;
    font-size: 24px;
    margin-bottom: 16px;
}
.news h2 a {
    color: #161616;
    font-weight: 700;
}
.news h3 {
    text-align: left;
    font-size: 24px;
    margin: 24px 0;
}
.news_side {
	padding-top: 80px;
	padding-bottom: 80px;
}
.news_side a {
    font-weight: 700;
    color: #161616;
}
.newstop_text {
    padding-top: 150px;
    padding-bottom: 150px;
}
.newstop_text h1 {
    text-align: center;
	font-size: 60px;
    font-family: lato;
	font-style: normal;
	font-weight: 400;
	line-height: 80px;

}
.newstop_text h2 {
    text-align: center;
	font-size: 32px;
    line-height: 40px;
	font-family: lato;
	font-style: normal;
	font-weight: 400;
	color: #FFFFFF;
}
.newstop_text h3 {
    text-align: center;
	font-size: 24px;
	color: #FFFFFF;
    font-weight: 300;
}

.top_text br {
    display: none;
}
.newstop_text br {
    display: none;
}

article.post {
    border-bottom: thin solid #e5e5e5;
    padding: 16px;
    margin-bottom: 16px;
}
header.inform h1{
    font-size: 14px;
}
aside.meta {
    text-align: left;
    font-size: 14px;
}
aside.meta span {
    font-weight: 700;
    margin-right: 12px
}
aside.meta span.comments {
    display: none;
}
.entry-box:before {
    content: "\A" ;
    white-space: pre ;
}

.nav-links {
    font-size: 14px;
    font-weight: 700;
}

h2.screen-reader-text {
    display: none;
}
.newscontents {
    margin-left: 0;
    margin-right: 0;
}

.breadcrumbs {
    text-align: left;
    font-size: 12px;
    margin-top: 8px;
    margin-left: 7%;
    margin-right: 7%;
}

.company_prof {

}
.company_prof h1 {
	color: #2FACFF;
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
    margin-bottom: 24px;
}

.company_prof h2 {
	font-weight: bold;
    font-size: 14px;
	line-height: 32px;
}
.partner p {
    font-size: 12px;
}
.partner {
    padding: 12px;
}
.partner img {
    margin-bottom: 16px;
}
.recruit {

}
.recruit h1 {
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
    font-family: lato;
}

.recruit h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
}

.rectextbox {
    display: table;
    margin-left: auto;
    margin-right: auto;
}
.rectd {
    font-weight: bold;
}
#gmap {
	margin-bottom: 80px;
	width: 100%;
	height: 400px;
}

input,
textarea {
	padding: 1em;
    border: thin solid #161616;
}

input[type=text],
textarea {
    width: 100%;
    max-width: 640px;
}


.formTable {
    padding: 1em;
    text-align: center;
    margin-bottom: 20px;
}

.recruit table {
    width: 100%;
}
.recruit th,.recruit td {
    border: 1px solid #e5e5e5;
    padding: 1em;
}
.recruit th {
    width: 30%;
}

.company_prof table {
    width: 100%;
}

.company_prof th,.company_prof td {
    border:thin solid #e5e5e5;
    padding: 1em;
}
.company_prof th {
    width: 30%;
}

section figure {
    width: 70%;
    height: 240px;
    margin: 0 auto;
    position: relative;
    overflow: hidden;
    background: #000;

}

.sample4 ,.sample4 a{
    color: #fff;
    font-weight: 300;
    letter-spacing: 2px;
    margin-top: 24px;
    margin-bottom: 48px;
}

.sample4 figure:after {
    position: absolute;
    background: #fff;
    content: "";
    display: block;
    width: 90%;
    height: 1px;
    left: 5%;
    top: 50%;
    transform: scale(0);
    transition: all .9s ease-out;
}
.sample4 figure:hover:after {
    transform: scale(1);
}
.sample4 figcaption p,
.sample4 figcaption h3 {
    position: absolute;
    text-align: center;
    width: 100%;
    opacity: 0;
    transition: all .4s ease-out .4s;
}
.sample4 figcaption h3 {
    bottom: 51%;
    transform: translateY(-30px);
}
.sample4 figcaption p {
    top: 52%;
    transform: translateY(30px);
}
.sample4 figure:hover figcaption p,
.sample4 figure:hover figcaption h3 {
    opacity: 1;
    transform: translateY(0);
}
 
.sample4 figure img {
    transition: all 1.2s ease-out;
}
.sample4 figure:hover img {
    opacity: .4;
    transform: scale(1.3);
}

.casestudy_title {
    text-align: left;
    font-size: 14px;
    font-weight: bold;
    line-height: 24px;
    padding: 8px 16px;
    display: inline-block;
    border: 2px solid #161616;
}

.caseimg {
    height: 200px;
    margin-bottom: 20px;
}
.caseimg p {
    margin: 12px;
}
.caseimg2 {
    margin-bottom: 40px;
}
.caseimg2 p {
    margin: 12px;
}

.en {
    font-family: Open Sans;
	font-style: normal;
}
.en p {
    font-size: 16px;
    font-weight: 400;
    letter-spacing: 0.5px;
}

.en a {
    font-size: 16px;
	word-break: break-all;
	font-weight: 600;
}
.en h1 {
    font-family: Open Sans;
    font-style: normal;
    font-weight: 600;   
}
.en h3 {
    font-family: Open Sans;
    font-style: normal;
    font-size: 20px;
    font-weight: 600;   
}

.en h6 {
    font-size: 16px;
    font-weight: 600;
}

.en .op300 {
    font-weight: 300;
}
.op300 {
    font-weight: 300;!important
}
.op600 {
    font-weight: 600;
}

.breadnavi {
    text-align: left;
    font-size: 12px;
    margin-bottom: 36px;
}

.breadnavi a{
    text-align: left;
    font-size: 12px;
    margin-bottom: 36px;
}

.copyright {
	margin-top: 0px;
	padding-top: 20px;
	font-family: lato;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
	line-height: 24px;
    letter-spacing: 2px;
	margin-bottom: 30px;
}

.policy {
	margin-top: 40px;
}
.policy a {
	font-family: lato;
	font-style: normal;
	font-weight: 300;
	font-size: 14px;
    letter-spacing: 2px;
	margin-top: 40px;
}
@media (max-width:1180px){
.nav_fit_menu li a{
	padding: 0 16px;
}
}

@media (max-width:992px){
.nav_fit_menu li a{
	padding: 0 10px;
}
    
.nav_fit_menu li a:hover {
    color: #fff;
    background-color: #2FACFF;
    padding: 0 12px;
}

.nav_fit_menu li a.active {
    color: #fff;
    background-color: #2FACFF;
    padding: 0 10px;
}
    
.main h1 {
	font-size: 24px;
	line-height: 40px;
}
.company_prof h1 {
	color: #2FACFF;
	font-weight: bold;
	font-size: 18px;
	line-height: 36px;
}

.company_prof h2 {
	font-weight: bold;
	font-size: 16px;
	line-height: 32px;
}
.recruit h1 {
	font-weight: bold;
	font-size: 20px;
	line-height: 36px;
    font-family: lato;
}
.newstop_text h1 {
    text-align: center;
	font-size: 60px;
    font-family: lato;
	font-style: normal;
	font-weight: 400;
	line-height: 80px;

}
}

@media (max-width:860px){
.nav_fit_menu li a {
    font-size: 14px;
    letter-spacing: 0;
}

}

@media (max-width:768px){
.xs_none {
	display: none;
}

.cb-header {
	display: none;
}
.nav_fit {
	display: none;
}
.nav_fit2 {
    margin-top: 60px;
}
.nav_fit_menu2 {
    margin-left: -40px;

}

.nav_fit_menu2 li a {
	font-size: 12px;
    line-height: 42px;
    padding: 0 8px;
}
.nav_fit_menu2 li a:hover {
    color: #fff;
    background-color: #2FACFF;
    padding: 0 8px;
}
.nav_fit_menu2 li a.active {
    color: #fff;
    background-color: #2FACFF;
    padding: 0 8px;
}

    
.logo_center {
	top: 50%;
	position: absolute;
	float: none;
	margin-left: -150px;
	left: 50%;
    text-align: left;
}

.logo_center p {
    margin-left: -16px;
    margin-right: 16px;
}
.sp_logo_center {
	width: 300px;
	position: absolute;
	text-align: center;
}
.logo_center_vm2m {
	top: 50%;
	position: absolute;
	float: none;
	margin-left: -150px;
	left: 50%;
    text-align: left;
}

.logo_center_vm2m p {
    margin-left: -16px;
    margin-right: 16px;
}

.main_white ,.main_black{
	padding-left: 0px;
	padding-right: 0px;
	overflow: hidden;
}
.main_white p ,.main_white h1,.main_white h2,.main_white h3,.main_white h5{
	padding-left: 10%;
	padding-right: 10%;
    text-align: left;
}
.main_black p ,h1,h2,h3,h5{
	padding-left: 7%;
	padding-right: 7%;
}
.main h3 {
	font-size: 16px;
}
#gmap {
	height: 300px;
}
    
.tabfield {
    padding-left: 5%;
	padding-right: 5%;
}
#rectab li {
    font-size: 10px;
}

.news h2 {
    font-size: 20px;
}
.news_side {
    text-align: left;
    margin-top: 0px;
    padding-top: 0px;
	padding-left: 0px;
}

.news_side li {
    float: left;
}
.news_side p {
    clear: left;
    margin-left: 40px;
}
aside.meta {
    margin-left: 7%;
}
article.post {
    padding: 0px;
}
    
.top_text h1 {
	font-size: 48px;
}
.top_text h2 {
	font-size: 24px;
}
.top_text h3 {
	font-size: 16px;
    line-height: 24px;
}

.newstop_text h1 {
	font-size: 48px;
}
.newstop_text h3 {
	font-size: 16px;
    line-height: 24px;
} 
.top_text br {
    display: inline;
}
.newstop_text br {
    display: inline;
}
section figure {
    width: 100%;
    height: 200px;
}

.casestudy_title {
    margin-left: 7%;
    margin-right: 7%;
} 
.pd0 {
    padding: 0px !important;
}
.textcenter{
    text-align: center!important;
}
    
.intdash_bg p {
    text-align: left;
    margin-left: -16px;
    margin-right: -16px;
}
.automotive_bg p {
    text-align: left;
    margin-left: -16px;
    margin-right: -16px;
}
    
img.thumbnail.wp-post-image {
    margin-left: 10%;
}
}

@media (max-width:480px){
.main h1 {
	font-size: 20px;
	line-height: 40px;
}
    
.jpen {
	display: none;
	float: none;
	}

.sp_none {
	display: none;
}
.recruit th,.recruit td {
    width: 100%;
    display: block;
    padding: 0.2em;
    border: none;
}
.company_prof th,.company_prof td {
    width: 100%;
    display: block;
    padding: 0.5em;
    border: none;
}
.newstop_text h1 {
	font-size: 48px;
    margin-top: 60px;
    
}
.newstop_text h3 {
	font-size: 16px;
    line-height: 24px;
}
.main h3 {
    text-align: left;
}
.pd0 {
    padding: 0px !important;
}
.textcenter{
    text-align: center!important;
}

.nfm2_right {
    margin-left: -80px;       
    }
}

@media (min-width:769px){
.nav-mobile {
	display: none;
}
.nav-mob_jpen {
	display: none;
}
