/*
Theme Name: auto communication カスタムテーマ
Template:lightning
*/

@font-face{
	font-family: "alata-regular";
	src: url("font/alata-regular.woff");
}

html {
	font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	font-size: 13px;
}
h2.description {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 14px;
	font-weight: normal;
    padding: 0 0;
    border-top: none;
    border-bottom: none;
	margin: 0;
	margin-right: 3em;	
}
.global-nav-list>li .global-nav-name {
	font-family: 'Alata', sans-serif;
}
.page-template h2,
.page-template h3,
.page-template h4 {
    padding: 0;
    border-top: none;
    border-bottom: none;
}
.page-template h2:after,
.page-template h3:after,
.page-template h4:after {
	border-bottom: none;
}
.entry-body {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 100;	
}
.head__block--flex {
	font-family: 'Noto Sans JP', sans-serif;
}
.head__block--contact .time {
	margin-right: 2em;	
}
.head__block--contact .tell {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 30px;
	font-weight: bold;
	margin-right: 50px;	
}
.head__block--contact .tell a {
	color: #000;
}
.head__block--contact .tell i {
	transform:rotate(-45deg);
}
.head__block--contact .line {
	height: 48px;
	margin-right: 15px;
	transition: .5s ease-in-out;
}
.head__block--contact .line:hover {
	opacity: .6;
}
.head__block--contact .line img {
	height: 48px;
}	
.head__block--contact .contact_text {
	font-size: 14px;
	color: #fff;
	line-height: 48px;
	width: 222px;
	text-align: center;
	border: thin solid #F29500;
	background-color: #F29500;
	transition: .5s ease-in-out;
}
.head__block--contact .contact_text:hover {
	background-color: #fff;
	color: #F29500;
}
.home section {
	margin-bottom: 100px;
}	
#slide__section,
#stockBanner__section {
    width: 100vw;
    margin-left: calc(-50vw + 50%);	
}
#slick {
	width:100%;
	margin:0 auto 50px;
}
#slick .slick-slide {
	margin: 5px;
}
#slick .slick-slide img {
	width:100%;
	height:auto;
}
#banner__section {
	margin: 0 auto;
	text-align: center;
	margin-bottom: 100px;
}
#button__section .button__section--wrapper {
	max-width: 1000px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#button__section .button__section--inner {
	position: relative;
	overflow: hidden;
	width: 320px;
	height: 140px;
	border: 2px solid #009CC1;
	margin-bottom: 20px;
	transition: .8s;
}
#button__section .button__section--inner.one {
	background: url(images/menu_button_stock_b.png) no-repeat center;
	background-size: contain; 
}
#button__section .button__section--inner.two {
	background: url(images/menu_button_guarantee_b.png) no-repeat center;
	background-size: contain; 
}
#button__section .button__section--inner.three {
	background: url(images/menu_button_about_b.png) no-repeat center;
	background-size: contain; 
}
#button__section .button__section--inner.four {
	background: url(images/menu_button_news_b.png) no-repeat center;
	background-size: contain; 
}
#button__section .button__section--inner.five {
	background: url(images/menu_button_afterservice_b.png) no-repeat center;
	background-size: contain; 
}
#button__section .button__section--inner.six {
	background: url(images/menu_button_access_b.png) no-repeat center;
	background-size: contain; 
}
#button__section .button__section--inner.one:hover {
	background: #009CC1 url(images/menu_button_stock_w.png) no-repeat center;
	background-size: contain; 
}
#button__section .button__section--inner.two:hover {
	background: #009CC1 url(images/menu_button_guarantee_w.png) no-repeat center;
	background-size: contain; 
}
#button__section .button__section--inner.three:hover {
	background: #009CC1 url(images/menu_button_about_w.png) no-repeat center;
	background-size: contain; 
}
#button__section .button__section--inner.four:hover {
	background: #009CC1 url(images/menu_button_news_w.png) no-repeat center;
	background-size: contain; 
}
#button__section .button__section--inner.five:hover {
	background: #009CC1 url(images/menu_button_afterservice_w.png) no-repeat center;
	background-size: contain; 
}
#button__section .button__section--inner.six:hover {
	background: #009CC1 url(images/menu_button_access_w.png) no-repeat center;
	background-size: contain; 
}
.button {
	position: relative;
	width: 320px;
	height: 140px;
	border: 3px solid #009CC1;
	display: block;
	overflow: hidden;
	cursor: pointer;
	margin-bottom: 20px;
}
.button p {
	display: none;
}
.button img {
	position: absolute;
	top: 50%;
	left: 50%;
	object-fit: cover !important;
	-webkit-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
	display: block;
	-webkit-transition: .4s ease-in-out;
	transition: .5s ease-in-out;
}
.button img:nth-of-type(2) {
	top: 200%;
}
.button:hover img:nth-of-type(2) {
	top: 50%;
	background-color: #009CC1;
}
#button__section .button__section--inner p {
	display: none;
}
#reason__section {
	padding-bottom: 100px;
}
#reason__section .reason__section--wrapper {
	background: url(images/about_parts.png) no-repeat right;
	height: 600px;
}
#reason__section .reason__section--title {
	display: inline-block;
	font-size: 30px;
	font-weight: bold;
	background: linear-gradient(transparent 70%, #F29500 30%);
	margin-bottom: 20px;
}
#reason__section .reason__section--cont {
	font-size: 15px;
	line-height: 2.5;
}
#reason__section .reason__section--cont span {
	font-weight: bold;
}
#reason__section .reason__section--btn {
	width: 234px;
	font-size: 13px;
	color: #fff;
	line-height: 48px;
	text-align: center;
	border: thin solid #009CC1;
	background-color: #009CC1;
	margin-top: 40px;
	margin-left: 100px;
	transition: .5s ease-in-out;
}
#reason__section .reason__section--btn:hover {
	color: #009CC1;
	background-color: #fff;	
}
#news__section .news__wrapper {
	display: flex;
	justify-content: space-between;
}
#news__section .top__summary--inner {
	width: calc(100% / 4 - 10px);
}
#news__section .top__summary--time {
	font-size: 12px;
	padding-top: 1em;
}
#news__section .top__summary--title {
	font-size: 16px;
	font-weight: 500;
}
#news__section .pickUp__wrapper .wrapper {
	margin-left: auto;
}
#news__section .news__section--btn {
	position: relative;
	width: 126px;
	line-height: 26px;
	text-align: center;
	border: thin solid #000;
	transition: .5s ease-in-out;
}
#news__section .news__section--btn:hover {
	background-color: #000;
	color: #fff;	
}
#news__section .news__section--btn:after {
	font-family: 'FontAwesome';
	content: "\f105";
	position: absolute;
	top: 50%;
	right: 10px;
	margin-top: -12px;
}
.breadcrumb-list i {
	display: none;
}
.breadcrumb-list li {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;	
}
.breadcrumb-list li:after {
	font-family: 'FontAwesome';
	content: "\f105";
    margin-left: 2em;
    margin-right: 2em;
}
.aligncenter {
    display: block;
    margin: 0 auto;
}
.alignright {
	float: right;
}
.alignleft {
	float: left;
}
table, table tr, table td, table th {
    border: none;
}

/* Pick Up　最新在庫車情報 */
#pickUp__section {
	
}
.pickUp__wrapper {
	display: flex;	
	align-items: flex-end;
	margin-bottom: 18px;
}
.pickUp__wrapper img {
	margin-right: 20px;
}


/* 固定ページ */
.page .page-header,
.single .page-header,
.category-news .page-header {
	height: 300px;
}
.page .page-header .sub_title,
.single .page-header .sub_title,
.category-news .page-header .sub_title {
	font-family: Alata, sans-serif;
	font-size: 45px;
	text-shadow: rgb(102, 102, 102) 0px 0px 10px;
}
.page .page-header h1.page-header-title,
.single .page-header h1.page-header-title,
.category-news .page-header h1.page-header-title {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 17px;
	font-weight: bold;
	line-height: 2;
	text-shadow: rgb(102, 102, 102) 0px 0px 10px;
}
.page .page-header.about {
	background: url(images/about_header.jpg) no-repeat center;	
}
.page .page-header.guarantee {
	background: url(images/guarantee_header.jpg) no-repeat center;	
}
.page .page-header.afterservice {
	background: url(images/afterservice_header.jpg) no-repeat center;	
}
.page .page-header.stockcar,
.single .page-header.stockcar {
	background: url(images/stockcar_header.jpg) no-repeat center;	
}
.page .page-header.recruitment {
	background: url(images/recruitment_header.jpg) no-repeat center;	
}
.page .page-header.newslist,
.single .page-header.news,
.category-news .page-header.news {
	background: url(images/newslist_header.jpg) no-repeat center;	
}
.page .page-header.company {
	background: url(images/company_header.jpg) no-repeat center;	
}
.page .page-header.contact {
	background: url(images/contact_header.jpg) no-repeat center;	
}

/* フッター */
#access__section {
	background-color: #e8e8e8;
	padding: 50px 0 40px;
	margin-bottom: 0;
}
#access__section .footer__cont {
	max-width: 1000px;
	margin: 0 auto;
}
#access__section .footer__cont--inner {
	font-size: 13px;
	line-height: 1.8;	
}
#access__section .footer__cont--inner a {
	color: #333;
}
.site-footer {
    border-top: none;
	background-color: #000;
	padding-top: 50px;
	padding-bottom: 20px;
}
#footerNavi__section .footer__nav--wrapper {
	display: flex;
	justify-content: space-between;
	align-items: center;
	color: #fff;
}
#footerNavi__section .footer__nav--wrapper .footer__logo img {
	max-width: 102px;
	max-height: 62px;
}
#footerNavi__section .footer__nav--inner {
	display: block;
}
#footerNavi__section .footer__nav--wrapper .footer__nav--flex {
	display: flex;
}
#footerNavi__section .footer__nav--wrapper .footer__nav--cont a {
	color: #fff;
	line-height: 2;
	margin-left: 25px;
	margin-right: 25px;
}
#footerNavi__section .footer__nav--wrapper .footer__sns {

}
#footerNavi__section .footer__nav--wrapper .footer__sns img {
	max-width: 22px;
	max-height: 22px;
	margin-left: 22px;
}
.site-footer-copyright,
.site-footer-copyright a {
	color: #fff;
	text-align: right;
}


/* ウィジェット */
.sub-section-title,
.sub-section-title:after {
	border-bottom: none;	
}
.sub-section-title {
	display: flex;
	align-items: center;
	color: #fff;
	font-style: italic;
	padding: 5px 0 5px 25px !important;
	background: url(images/news_parts.png) no-repeat left;	
}
.sub-section ul {
	list-style-type: disc;
}
.sub-section .widget li {
    margin-bottom: 0.3em;
    margin-top: 0;
}
.sub-section .widget_recent_entries>ul li a,
.sub-section .widget_archive>ul li a,
.widget_categories>ul li.current-cat>a {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 12px;
    text-decoration: none;
    -webkit-text-decoration-style: dotted;
    text-decoration-style: dotted;
    text-underline-offset: 2px;
    -webkit-text-decoration-color: rgba(0,0,0,.3);
    text-decoration-color: rgba(0,0,0,.3);
    text-decoration-thickness: 1px;
}
.sub-section .widget_archive>ul li::before::marker,
.widget_categories>ul li::before::marker {
	unicode-bidi: isolate;
    font-variant-numeric: tabular-nums;
    text-transform: none;
    text-indent: 0px !important;
    text-align: start !important;
    text-align-last: start !important;
}
.sub-section .widget_archive>ul li a,
.widget_categories>ul li.current-cat>a {
	list-style: disc;
	background-color: #fff;
}
.sub-section .widget_archive>ul li:hover,
.widget_categories>ul li:hover {
	background-color: #fff;
}

/* ポスト */
#comments,
.entry-meta-item-updated,
.entry-meta-item-author {
	display: none;
}
.archive__wrapper {
	margin-bottom: 100px;
}
.archive__wrapper .meta__wapper {
    display: flex;
	justify-content: flex-end;
	align-items: center;	
}
.archive__wrapper .meta__wapper .date {
	margin-right: 20px;
}
.archive__wrapper .meta__wapper .cat:before {
	font-family: "Font Awesome 5 Free";
	content: '\f07c';	
}
.page-template-page-newslist h2.entry-title,
.archive h2.entry-title,
.category h2.entry-title,
.post h1.entry-title {
	line-height: 0.8em;
	padding-left: 1em;
}
.page-template-page-newslist h2.entry-title:after,
.archive h2.entry-title:after,
.category h2.entry-title:after,
.post .entry-title:after {
	content: "";
	display: inline-block;
	width: 100%;
	height: 3px;
	background: url(images/border_dot.png) repeat-x;
	background-position: bottom;
	background-position: left;
	background-size: contain;
}
.page-template-page-newslist h2,
.archive h2,
.category h2 {
    padding: 0;
	padding-left: 0;
    border-top: none;
    border-bottom: none;
	margin-bottom: 30px;
}
.page-template-page-newslist .contents,
.archive .contents,
.category .contents {
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	font-weight: 300;
}
.entry-footer {
    display: flex;
	justify-content: flex-end;
	align-items: center;
}
.entry-meta {
    font-size: 13px;
	margin-right: 20px;
}
.entry-meta-data-list dt {
	display: none;
}
.entry-meta-data-list {
	display: flex
}
.entry-meta-data-list:before {
	font-family: "Font Awesome 5 Free";
	content: '\f07c';	
}
.entry-meta-data-list dl {
    margin: 0 0 0 .3em;
}
.entry-meta-data-list dd a {
    display: inline-block;
    padding: 0;
    margin-right: 0;
    color: #000;
}
.prev-next {
	max-width: 460px;
	margin: 0 auto;
	display: flex;
	justify-content: space-between;
}
.prev,
.next {
	width: 140px;
	font-family: 'Noto Sans JP', sans-serif;
	font-size: 15px;
	line-height: 30px;
	border: thin solid #ccc;
	display: flex;
	justify-content: space-evenly;
	align-items: center;
}
.prev_jp,
.next_jp {
	display: block;
}
.mobile_contact--wrapper {
	display: none;
}

@media (min-width: 1200px) {
	.global-nav-list>li .global-nav-name {
		font-family: 'Alata', sans-serif;
		font-size: 21px;
		color: #0074BC;
		text-align: left;
		padding-right: 36px;
	}
	.home .container,
	.container, .container-lg, .container-md, .container-sm, .container-xl {
		width: 1000px;
		padding-right: 0;
    	padding-left: 0;
	}	
}

@media (max-width: 1199px) {
	.device-mobile .global-nav-list>li {
		padding: 14px 0.5em;
	}
	.device-mobile .global-nav-list>li .global-nav-name {
		font-size: 18px;
		color: #0074BC;
		text-align: left;
		padding-right: 34px;
	}
	.home .button {
		width: 30%;
	}
}


@media (min-width: 992px){
	.site-header--layout--nav-float .site-header-container {
		display: block;
		max-width: 1000px;
		flex-direction: row;
	}
	.site-header--layout--nav-float .site-header-logo {
		margin-right: 0;
		max-width: 115px;
	}
	.site-header--layout--nav-float .site-header-logo img {
		max-height: 100%;
		max-width: 100%;
	}
	.head__block--wrapper {
		display: flex;
		justify-content: space-between;
	}
	.head__block--contact {
		display: block;
		margin-top: 1em;
	}
	.head__block--flex {
		display: flex;
		justify-content: flex-end;		
		align-items: center;
		font-size: 12px;
		margin-bottom: 10px;
	}
	.global-nav-list {
		width: 100%;
		max-width: 1000px;
		margin: 0 auto;
		padding: 0;
		display: flex;
		justify-content: space-between;
		list-style: none;
		position: relative;
	}
	.global-nav--layout--float-right {
		width: 100%;
		max-width: 1000px;
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	body:not(.header_scrolled) .global-nav--layout--float-right {
		display: flex;
		justify-content: space-between;
		align-items: center;
	}
	.device-pc .global-nav-list>li>a {
		padding: 14px 0;
	}
	.global-nav-list>li:before {
		border-bottom: none;
	}
	.global-nav-list>li .global-nav-description {
		display: block;
		overflow: hidden;
		font-size: 11px;
		color: #707070;
		padding-top: .7em;
		text-align: left;
		white-space: nowrap;
	}
	.global-nav-list>li a .global-nav-description {
		color: #707070;
	}
	.global-nav-list>li>a {
		justify-content: flex-start;
	}
	.main-section--pos--right {
		float: right;
		width: calc(100% - 250px);
	}
	.sub-section--pos--left {
		float: left;
		max-width: 200px;
	}
}

@media screen and (min-width: 769px) {
	.under_pad {
		display: none;
	}
	#sp-fixed-menu {
		display: none;
	}
}

@media screen and (max-width: 768px) {
	.over_pad {
		display: none;
	}	
	.footer__nav--flex.over_pad {
		display: none;
	}
	.site-header {
		padding-bottom: 5px;
	}
	.site-header-logo img {
		max-height: 80px;
		margin-top: 5px;
		margin-right: auto;
		margin-left: 0;
	}
	.head__block--flex {
		position: absolute;
		top: 15px;
    	left: 230px;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
	}
	.head__block--flex .tell,
	.head__block--flex .line,
	.head__block--flex .contact_text {
		display: none;
	}
	.vk-mobile-nav-menu-btn {
		position: absolute;
    	background-image: url("images/menu.svg");
	}
	.vk-mobile-nav-menu-btn.menu-open {
    	background-image: url("images/menu_open.svg");
	}
	.vk-mobile-nav-menu-btn,
	.vk-mobile-nav-menu-btn.menu-open {
		width: 80px;
		height: 80px;
		top: 15px;
		right: 10px;
		left: inherit;
		color: #fff;
		border: none;
		background-size: cover;
	}
	.vk-mobile-nav.vk-mobile-nav-drop-in {
		background-color: #1d9dbf;		
	}
	.vk-mobile-nav nav>ul {
		border-top: none;
		margin-top: -20px;
	}
	.vk-mobile-nav nav>ul li a {
		color: #fff;
	}
	.vk-mobile-nav nav ul li a {
		font-size: 20px;
		border-bottom: thin solid #fff;	
	}
	#menu-item-431 > a:after {
		content: 'ホームページ';
		display: block;
		font-size: 14px;
	}
	#menu-item-424 > a:after {
		content: '選ばれる理由';
		display: block;
		font-size: 14px;
	}
	#menu-item-425 > a:after {
		content: '安心保証';
		display: block;
		font-size: 14px;
	}
	#menu-item-426 > a:after {
		content: '修理・アフターサービス';
		display: block;
		font-size: 14px;
	}
	#menu-item-427 > a:after {
		content: '在庫車情報';
		display: block;
		font-size: 14px;
	}
	#menu-item-428 > a:after {
		content: '採用情報';
		display: block;
		font-size: 14px;
	}
	#menu-item-429 > a:after {
		content: 'お知らせ';
		display: block;
		font-size: 14px;
	}
	#menu-item-430 > a:after {
		content: '会社情報';
		display: block;
		font-size: 14px;
	}
	#footerNavi__section .footer__nav--wrapper .footer__nav--cont a {
		margin-left: 20px;
		margin-right: 20px;
	}
	.home section,
	#banner__section {
		margin-bottom: 50px;
	}
	.flex__wrapper--flex.line {
		max-width: 100% !important;
		background-image: url("images/border_dot.png");
		background-repeat: repeat-x;
		background-position: bottom;
		padding-bottom: 10px;
	}
	.footer__sns {
		margin: 20px auto;
		max-width: 30%;
		display: flex;
  		justify-content: space-around;
	}
	.footer__sns img {
		max-width: 70%;
	}
	/* ページトップ */	
	.page_top {
		position:fixed;
		bottom:80px;
		right:10px;
		z-index: 9;
	}
	/* モバイルフッター固定 */
	#sp-fixed-menu {
		position: fixed;
		width: 100%;
		bottom: 0px;
		font-size: 0;
		z-index: 99;
	}
	#sp-fixed-menu ul {
		display: flex;
		justify-content: space-between;
		align-items: center;
		list-style: none;
		padding:0;
		margin:0;
		width:100%;
	}
	#sp-fixed-menu li {
		height: 80px;
		justify-content: center;
		align-items: center;		
		padding:0;
		margin:0;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
		font-size: 16px;
		border-right: 1px solid #fff;
		opacity: 1;
		transition: .5s ease-in-out;
	}
	#sp-fixed-menu li:hover {
		opacity: .8;
	}
	#sp-fixed-menu li.tell {
		width: 50%;
		padding-top: 4px;
		background: #009CC1;
	}
	#sp-fixed-menu li.tell i {
		transform: rotate(-45deg);
		padding-bottom: 0.3em;
	}
	#sp-fixed-menu li.line {
		width: 25%;
		padding-top: 2px;
		background: #01B901;
	}
	#sp-fixed-menu li.contact {
		width: 25%;
		background: #F29500;
		border-right: none;
	}
	#sp-fixed-menu li a {
		color: #fff;
		text-align: center;
		text-decoration: none;
		display:block;
		width: 100%;
		padding:20px;
	}
	#sp-fixed-menu li.tell a {
		display: flex;
		justify-content: center;
		align-items: center;
		font-family: Alata;
		font-size: 30px;		
	}
	#sp-fixed-menu li.line a {
		font-weight: bold;
		text-align: left;		
	}
	.site-footer {
		margin-bottom: 80px;
	}
	.site-footer-copyright,
	.site-footer-copyright a {
		text-align: center;
	}
	input[type=date],
	input[type=email],
	input[type=number],
	input[type=password],
	input[type=tel],
	input[type=text],
	input[type=url],
	select,
	textarea {
		width: 99% !important;
	}
}

@media screen and (min-width: 768px) {
	.sp-only,
	.mobile_contact--wrapper {
		display: none;
	}
	.mobile_contact--wrapper {
		display: none !important;
	}
	a[href^="tel:"] {
		pointer-events: none;
	}	
	#news__section .pickUp__wrapper .mobile__wrapper {
		display: none;
	}
}

@media screen and (max-width: 767px) {
	.pc-only {
		display: none;
	}
	.site-header-logo img {
		max-width: 56px;
		margin-top: 5px;
		margin-right: auto;
	}
	.head__block--flex {
		position: absolute;
		top: 8px;
		left: 80px;
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
		font-size: 8px;
	}
	.head__block--flex h2.description {
		display: none;
	}
	.mobile_contact--wrapper {
		display: flex;
		position: absolute;
		top: 8px;
    	right: 50px;	
	}
	.mobile_contact--wrapper img {
		max-width: 40px;
		margin-right: 6px;
	}
	.vk-mobile-nav-menu-btn, .vk-mobile-nav-menu-btn.menu-open {
		width: 40px;
		height: 40px;
		top: 8px;
		right: 10px;
	}
	.home section,
	#banner__section {
		margin-bottom: 30px;
	}
	#banner__section {
		margin-top: -30px;
	}
	.home .button {
		width: 100px;
		height: 85px;
	}
	#reason__section {
		padding-bottom: 0;
	}
	#reason__section .reason__section--title {
		font-size: 17px;
	}
	#reason__section .reason__section--cont {
		font-size: 12px;
		line-height: 1.8;
		text-shadow:0 0 4px #fff;
	}
	#reason__section .reason__section--wrapper {
		background-size: 60%;
    	background-position: right 43%;
	}
	#reason__section .reason__section--cont span {
		display: block;
		margin-top: 1em;
		margin-bottom: -1.5em;
		font-weight: bold;
	}
	#reason__section .reason__section--btn {
		width: 160px;
		margin-right: auto;
		margin-left: auto;
		font-size: 12px;
		line-height: 34px;
	}
	.pickUp__wrapper img {
		max-width: 110px;
		margin-right: 10px;
	}
	.pickUp__wrapperSP {
		margin-bottom: 20px;
	}
	.pickUp__wrapperSP img {
		margin-right: 10px;		
	}
	#news__section .pickUp__wrapper .wrapper {
		display: none;
	}
	#news__section .news__wrapper {
		display: flex;
		flex-wrap: wrap;
		justify-content: space-between;
	}
	#news__section .top__summary--inner {
		width: calc(100% / 2 - 10px);
		margin-bottom: 20px;
	}
	#news__section .top__summary--time {
		font-size: 10px;
		padding-top: 1em;
	}
	#news__section .top__summary--title {
		font-size: 12px;
		font-weight: 500;
	}
	.mobile__wrapper {
		margin-left: auto;
	}
	.mobile__wrapper .news__section--btn {
		background-color: #000;
		color: #fff;
	}
	.wp-pagenavi {
		text-align: center;
	}
	
	#sp-fixed-menu li {
		height: 60px;
		font-size: 13px;
	}
	#sp-fixed-menu li a {
		padding: 10px 0 15px;
	}
	#sp-fixed-menu li:hover {
		opacity: .8;
	}
	#sp-fixed-menu li.tell {
		width: 40%;
		padding-top: 10px;
	}
	#sp-fixed-menu li.line {
		width: 30%;
		padding-top: 2px;
	}
	#sp-fixed-menu li.contact {
		width: 30%;
		padding-top: 2px;
	}
	#sp-fixed-menu li.tell a {
		font-size: 15px;		
	}
	#sp-fixed-menu li.line a {
		font-weight: bold;
		text-align: left;
		padding-left: 5px;
	}
	.page .page-header,
	.single .page-header,
	.category-news .page-header {
		height: 130px;
	}
	.page .page-header .sub_title,
	.single .page-header
	.sub_title,
	.category-news .page-header .sub_title {
		font-family: Alata, sans-serif;
		font-size: 24px;
		text-shadow: rgb(102 102 102) 0px 0px 10px;
	}
	.page .page-header h1.page-header-title,
	.single .page-header h1.page-header-title,
	.category-news .page-header h1.page-header-title {
		font-family: 'Noto Sans JP', sans-serif;
		font-size: 10px;
		font-weight: bold;
		line-height: 2;
		text-shadow: rgb(102 102 102) 0px 0px 10px;
	}
	.page_top {
		bottom: 60px;
		right: 10px;
	}
	.page_top img {
		width: 30px;
		height: 30px;
	}
	.site-footer {
		margin-bottom: 50px;
	}
	#footerNavi__section .footer__nav--wrapper {
		display: block;
	}
	#footerNavi__section .footer__logo {
		text-align: center;
	}
	#footerNavi__section .footer__nav--wrapper .footer__nav--flex {
		display: block;
	}
	#footerNavi__section .footer__nav--inner {
		display: flex;
		margin-top: 30px;
	}
	#footerNavi__section .footer__nav--inner .footer__nav--cont a {
		font-family: YuGothic, "Yu Gothic Medium", "Yu Gothic", Meiryo, sans-serif;
		font-size: 10px;
		line-height: 2;
	}
	.site-footer-copyright,
	.site-footer-copyright a {
		text-align: center;
	}
	.three_merit.line,
	.follow__title.line,
	.service_title.line,
	.recruit__title.line {
		max-width: 100% !important;
		width: 80%;
		margin: 0 auto;
		font-size: 16px;
		text-align: center;
		background-image: url(images/border_dot.png);
		background-repeat: repeat-x;
		background-position: bottom;
		padding-top: 10px;
		padding-bottom: 10px;
	}
	.recruit__table table th,
	.recruit__table table td,
	.company__table table th,
	.company__table table td {
		display: block;
		width: 100%;
	}
	.recruit__table table td,
	.company__table table td {
		margin-bottom: 10px;
	}
	.post h1.entry-title,
	.archive h2.entry-title {
    	font-size: 16px;
  	}
  	.post .entry-body,
	.archive .contents {
		font-size: 12px;
  	}
	.cform th,
	.cform td {
		width: 100%;
		display: block;
		border-top: none;
	}
	.cform th {
		border: thin solid #000 !important;
	}
	input[type=date],
	input[type=email],
	input[type=number],
	input[type=password],
	input[type=tel],
	input[type=text],
	input[type=url],
	select,
	textarea {
		width: 100% !important;
	}
}
@media screen and (max-width: 375px) {
	.vk-mobile-nav nav ul li {
		line-height: 1.4;
	}
	.mobile_contact--wrapper img,
	.vk-mobile-nav-menu-btn,
	.vk-mobile-nav-menu-btn.menu-open {
		width: 30px;
		height: 30px;
		top: 15px;
	}
	.mobile_contact--wrapper {
		right: 40px;
		top: 15px;
	}
}