@charset "utf-8";
/*==================================================
	タブレットのみ適応
==================================================*/
@media only screen and (max-width: 768px) and (min-width: 641px){
	.dsp_smt { display: none; }
}
/*==================================================
	タブレット・スマホに適応
==================================================*/
@media only screen and (max-width: 768px) {
	.dsp_hp { display: none; }

	/* ベースカラー*/
	#switchBtnArea #switchBtn { background: #000; }
	#header .contact .tel a { background: #000; }
	#header .contact .sns a { background: #000; }
	#rwdMenuWrap { background: #0168B7; }

	/* ヘッダ */
	#header {
		position: fixed;
		top: 0;
		left: 0;
		width: 100%;
		height: 50px;
		padding: 0;
		background: #fff;
		z-index: 9997;
	}
	#header h1.title {
		height: 50px;
		padding-left: 10px;
	}
	#header h1.title img {
		width: auto;
		max-height: 30px;
	}
	/* お問い合わせ */
	#header .contact .tel a,
	#header .contact .sns a {
		width: 46px;
		height: 50px;
		padding: 0 11px;
		box-sizing: border-box;
		/* 縦方向中央揃え */
		display: flex;
		align-items: center;
		justify-content: center;
	}
	#header .contact .sns {
		padding-right: 46px;
		padding-left: 2px;
	}
	#header .contact .txt,
	#header .contact .tel span,
	#header .contact .btn span {
		display: none;
	}
	/* コンテナ */
	#container {
		padding-top: 50px;
	}
	#container h3.news {
		padding-right: 0;
		margin-right: 0;
		text-align: center;
	}
	#container h3.news::before {
		display: none;
	}
	#container h3.sub {
		margin-bottom: 15px;
		font-size: 25px;
	}
	#container h3.sub02 {
		font-size: 25px;
		margin-bottom: 15px;
	}
	#container h4.sub {
		font-size: 30px;
	}
	#container h4.sub b {
		font-size: 35px;
	}
	.main {
		padding-left: 15px;
		padding-right: 15px;
	}
	#main, #navi {
		clear: both;
		padding-bottom: 30px;
	}
	#page_title .sub {
		height: 150px;
		font-size: 35px;
		background-size: auto 100%, auto;
	}
	#page_title .sub .mp2 {
		font-size: 20px;
		margin-top: 15px;
	}
	/* フッター */
	#footer {
		padding: 30px 0;
		display: block;
	}
	#footer .box {
		width: 100%;
		display: flex;
		justify-content: center;
	}
	#footer .box dt {
		margin-bottom: 20px;
		text-align: center;
	}
	#footer .box dt img {
		width: 110px;
	}
	#footer .box dd.txt p {
		text-align: center;
	}
	#footer .bg {
		width: 100%;
		display: block;
	}
	#footer .ul_box {
		display: none;
	}
	#copyright {
		height: 30px;
		line-height: 30px;
		font-size: 10px;
		text-align: center;
		padding-top: 20px;
	}
	/* パンくずリスト */
	#page_navi {
		margin-bottom: 20px;
		padding-top: 15px;
	}
	#page_navi li {
		font-size: 11px;
	}
	/* 枠のマージン・パディング */
	.mb { margin-bottom: 50px !important; }
	.pt { padding-top: 50px; }
	.pb { padding-bottom: 50px; }
	.pt2 { padding-top: 70px; }
	.pb2 { padding-bottom: 70px; }
	/* アンカーリンク用上部スペース */
	.pad_anchor {
		margin-top: -50px;
		padding-top: 50px;
	}
	/* tableにスクロールバーを追加 */
	.tbl_scroll {
		overflow: auto;
		margin-bottom: 1em;
		white-space: nowrap;
	}
	.tbl_scroll table {
		margin-bottom: 0 !important;
	}
	.tbl_scroll::-webkit-scrollbar{
		height: 5px;
	}
	.tbl_scroll::-webkit-scrollbar-track{
		background: #F1F1F1;
	}
	.tbl_scroll::-webkit-scrollbar-thumb {
		background: #BCBCBC;
	}
	/**/
	.dots-wrap li {
		width: 15px;
		height: 2px;
	}
	/*--------------------------------------------------
		トップページ
	--------------------------------------------------*/
	#top_info {
		display: block;
	}
	#top_info .info_main {
		min-width: auto;
		margin: 0;
	}
	#top_info .info_main dl {
		width: 100%;
	}
	#top_info .txt {
	text-align: right;
	}
	#top_msg .txt_box .img {
		text-align: center;
	}
	#top_msg .txt_box .img img {
		width: 60%;
	}
	.youtube iframe {
		width: 100%;
		height: 100%;
	}
	#top_service .box .in .en_ttl{
		font-size: 14px;
		right: -5px;
	}
	#top_service .box .in .ttl {
		font-size: 11px;
		bottom: 25px;
	}
	#top_service .box .in .ttl.rows {
		bottom: 10px;
	}
	#top_future {
		padding: 100px 0 30px;
	}
	#top_future .txt_box .ttl {
		font-size: 25px;
		line-height: 1.8em;
	}
	
	#top_sns .sns_box .box {
		width: 23%;
		min-height: 190px;
	}
	#top_sns .sns_box .box .img_box {
		width: 100%;
		height: 140px;
	}
	#top_sns .sns_box .box .img_box img {
		width: 100%;
	}
	#top_sns .sns_box .box:nth-of-type(2) .img_box img {
		width: 90%;
	}
	#top_sns .sns_box .box:nth-of-type(3) .img_box img {
		width: 80%;
	}
	#top_sns .sns_box .box:nth-of-type(4) .img_box img {
		width: 70%;
	}
	#top_sns .sns_box .box .txt_box {
		font-size: 14px;
		padding: 10px;
	}
	/*--------------------------------------------------
		下層共通
	--------------------------------------------------*/
	ul.sub_link {
		column-gap: 4%;
	}
	ul.sub_link li {
		width: 48%;
	}
	ul.sub_link li a b {
		height: 60px;
		font-size: 18px;
	}
	ul.sub_link li a b::after {
		width: 20px;
		height: 20px;
	}
	/*--------------------------------------------------
		テスターのレンタル
	--------------------------------------------------*/
	#service .member dt {
		font-size: 25px;
	}
	/**/
	#service h4,
	#service h5 {
		margin-bottom: 30px;
		font-size: 25px;
	}
	/*--------------------------------------------------
		技術サポート
	--------------------------------------------------*/
	#support .sub_link li a b {
		height: 90px;
	}
	/**/
	#support .box h3.sub {
		font-size: 30px;
	}
	/**/
	#support .msg {
		font-size: 30px;
	}
	/*--------------------------------------------------
		AUTEL 正規販売店
	--------------------------------------------------*/
	#authorized .merit h4 {
		font-size: 22px;
	}
	#authorized .merit h4 b {
		width: 110px;
		font-size: 20px;
	}
	#authorized .merit h4 span {
		padding: 10px 15px;
	}
	/**/
	#authorized .point h4:not(.sub) {
		font-size: 25px;
	}
	#authorized .point .msg {
		font-size: 120%;
	}
	#authorized .point .box {
		counter-reset: number;
	}
	#authorized .point dl {
		width: 48%;
	}
	#authorized .point dl:nth-child(n+3) {
		margin-top: 50px;
	}
	/*--------------------------------------------------
		入庫促進＆助成金
	--------------------------------------------------*/
	#factory .chk li {
		width: 32%;
		padding: 20px;
		font-size: 120%;
	}
	#factory .msg {
		font-size: 30px;
	}
	/**/
	#factory .support {
		padding-right: 30% !important;
	}
	#factory .support::before {
		width: 50%;
	}
	#factory .support ol li {
		font-size: 120%;
	}
	#factory .support ol li:before{
		font-size: 35px;
	}
	/*--------------------------------------------------
		お問い合せ
	--------------------------------------------------*/
	#mailform .tbl {
		border-bottom: 1px solid #BBB;
	}
	#mailform .tbl th,
	#mailform .tbl td {
		display: block;
		width: auto;
		border-bottom: none;
	}
	#mailform .tbl input[type="text"],
	#mailform .tbl textarea {
		font-size: 120%;
	}
	#mailform .btn input {
		width: 120px;
	}

/*------------------------------------------------*/
}