@charset "utf-8";
@media screen and (max-width: 1366px) {
.inner{padding:0 10px 60px;}
}
@media screen and (max-width: 1166px) {
	footer .ftaddArea{
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}
    header .hdArea h1{
        padding:14px 265px 0 40px;
    }
}
/*----------------------------------------------------
　Media Queries
 960px以下用の記述
----------------------------------------------------*/
@media screen and (max-width: 960px) {

	footer .linkArea,
	#index .newsArea,
	.path {
		padding-left: 10px;
		padding-right: 10px;
		-webkit-box-sizing: border-box;
		-moz-box-sizing: border-box;
		-o-box-sizing: border-box;
		-ms-box-sizing: border-box;
		box-sizing: border-box;
	}

	/*----------------------------
	共通要素のレイアウト
	----------------------------*/
	.contentMain {
		padding-left: 20px;
		padding-right: 20px;
			-webkit-box-sizing: border-box;
			-moz-box-sizing: border-box;
			-o-box-sizing: border-box;
			-ms-box-sizing: border-box;
			box-sizing: border-box;
	}
	.contentMain h2 {
		margin-left: -10px;
		margin-right: -10px;
	}



	/* --- header --- */

	header .hdArea h1 span {
		padding-left: 0;
		margin-top: 5px;
		line-height: 1.1;
	}

	/* --- footer --- */
	footer .ftArea .ftContact {
		right: 10px;
	}


	/*----------------------------
	レンタル、製造・販売　個別ページ
	----------------------------*/
	.contentMain .tabList {
		margin-left: -10px;
		margin-right: -10px;
	}




	/*----------------------------
	施工事例
	----------------------------*/



}





/*----------------------------------------------------
　Media Queries
 767px以下用（タブレット／スマートフォン用）の記述
----------------------------------------------------*/
@media screen and (max-width: 767px) {

	/*----------------------------
	共通要素のレイアウト
	----------------------------*/
	/* --- header --- */
	header .hdArea h1 {
		padding-top: 10px;
		padding-left: 10px;
	}
.br{display:block;}

	/* --- footer --- */

    .ftaddArea{text-align: center;}


	/*----------------------------
	レンタル、製造・販売　個別ページ
	----------------------------*/
	.contentMain .tabList li a {
		font-size: 14px;
	}



	/*----------------------------
	営業所
	----------------------------*/

	#office .contentMain .officeWrap .tableList th {
		width: 120px;
	}


	.contentMain .overflow_x {
		width: auto;
		overflow-x: scroll;
		overflow-y: hidden;
		padding-bottom: 5px;
	}
	.contentMain .overflow_x::-webkit-scrollbar {
		height: 5px;
		background: #e6e6e6;
	}
	.contentMain .overflow_x::-webkit-scrollbar:horizontal {
		height: 5px;
		background: #e6e6e6;
	}
	.contentMain .overflow_x::-webkit-scrollbar-thumb {
		background: #333;
	}
	.contentMain .overflow_x::-webkit-scrollbar-thumb:horizontal {
		background: #333;
	}
	.contentMain .overflow_x table {
		width: 920px;
		margin-bottom: 0;
	}

.recruitBox{
    padding:3em 1em;
    margin: 0 0 0 0px;
}
.recruitImg figure img{
    margin:0px 0 0 0px;
}
}





/*----------------------------------------------------
 　Media Queries
  490px以下用（スマートフォン用）の記述
----------------------------------------------------*/
@media screen and (max-width: 490px){

	/*----------------------------
	共通要素のレイアウト
	----------------------------*/
.img_l {
	float:none;
	margin:0 auto 10px;
    text-align: center;
}
.img_r {
	float:none;
	margin:0 auto 10px;
    text-align: center;
}
	/* --- header --- */
	header .hdArea h1 {
		padding-left: 5px;
		padding-right: 90px;
	}
	header .hdContact a {
		width: 85px;
		font-size: 12px;
	}
header .hdYt{
    position: absolute;
	right: 10px;
	top: 14px;
}
header .hdInsta{
    position: absolute;
	right: 120px;
	top: 5px;
}
	/* --- nav --- */
	header nav {
		height: auto;
	}
	header nav ul.navList > li a {
		height: auto;
	}
	header nav ul.navList > li:first-child a {
		border-left: none;
	}
	header nav ul.navList > li a span {
		background-image: none;
	}
	header nav ul li a:hover,
	header nav ul li a:active,
	header nav ul li a:focus {
		background-color: #1663b9;
	}
	header nav ul li.current a {
		background-color: #2ca6e0;
	}

	header nav ul li:hover a {
		background-color: #1663b9;
	}

	/* --- subnav --- */
	header nav ul.sub-menu li {
		background: #1663b9;		
	}
	header nav ul.sub-menu li a:hover,
	header nav ul.sub-menu li a:active,
	header nav ul.sub-menu li a:focus {
		background-color: #1663b9;
	}
header  .meanmenuOnly {
    display: block;
}
.pc{display: none;}


	/* --- footer --- */

	/* --- footer リンク --- */
	footer .linkArea .linkSec .linkBox {
		width: 46%;
		max-width: none;
		margin: 0 0 20px 4%;
	}
	footer .linkArea .linkSec .linkBox:first-child,
	footer .linkArea .linkSec .linkBox:nth-child(3) {
		margin-left: 0;
	}
	footer .linkArea .linkSec .linkBox:nth-child(3) {
		clear: both;
		float: left;
	}
	/* --- footer 住所 --- */
	footer .ftArea .ftAddress {
		padding-right: 0;
		text-align: center;
	}

	footer .ftArea .ftAddress .copyright {
		margin-top: 60px;
	}

	footer .ftArea .ftContact {
		margin-right: -80px;
		right: 50%;
		top: auto;
		bottom: 40px;
	}


	/* --- pagetop --- */
	.pagetop {
		width: 40px;
		height: 40px;
	}


	/* --- pageList --- */
	.pageList {
		position: relative;
		padding-bottom: 50px;
	}
	.pageList .prev {
		position: absolute;
		top: 50px;
		left: 10px;
	}
	.pageList .next {
		position: absolute;
		top: 50px;
		right: 10px;
	}


	/* --- テーブル --- */
	.contentMain table th,
	.contentMain table td {
		padding-left: 10px;
		padding-right: 10px;
	}


	/* --- 見出し --- */
	.content h1 {
		background-position: 0 0;
	}

	.contentMain h2 {
		padding-left: 10px;
	}
	.contentMain h2 .jpn {
		margin-bottom: 5px;
		padding-bottom: 5px;
		font-size: 20px;
	}
	.contentMain h2 .eng {
	    font-size: 16px;
	}

	.contentMain h3 {
		font-size: 18px;
	}



	/*----------------------------
	トップ
	----------------------------*/
	#index .newsArea dl dt {
		float: none;
		width: 100%;
		margin-bottom: 5px;
		font-weight: bold;
	}
	#index .newsArea dl dd {
		padding-left: 0;
	}

	#index .topicsArea .topicsWrap .topicsBox{
	float:left;
	width:100%;
	margin: 0 0 20px 0;
	overflow: hidden;
	background:#fff;
	}
	.movieBox iframe {
	width:100%;
	height: auto;
	aspect-ratio: 16 / 9;
	}



	/*----------------------------
	レンタル、製造・販売　個別ページ
	----------------------------*/
	.contentMain .tabList li a {
		padding: 5px 5px 0;
		font-size: 13px;
		font-weight: normal;
	}

	.contentMain .productWrap .productLeft,
	.contentMain .productWrap .productRight {
		float: none;
		width: 100%;
	}
	.contentMain .productWrap .productLeft {
		margin-bottom: 20px;
	}



	/*----------------------------
	営業所
	----------------------------*/
	#office .officeWrap .officeLeft {
		float: none;
		width: 100%;
	}
	#office .officeWrap .officeRight {
		float: none;
		width: 100%;
		text-align: center;
	}

	#office .contentMain .officeWrap .tableList th {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}



	/*----------------------------
	お知らせ
	----------------------------*/
	/* --- pageList --- */
	.pageList {
		position: relative;
		padding-bottom: 50px;
	}
	.pageList .prev {
		position: absolute;
		top: 50px;
		left: 10px;
	}
	.pageList .next {
		position: absolute;
		top: 50px;
		right: 10px;
	}
	/*----------------------------
	会社概要
	----------------------------*/
	#company .companyWrap .companyLeft {
		float: none;
		width: 100%;
	}
	#company .companyWrap .companyRight {
		float: none;
		width: 100%;
		text-align: center;
	}

	#company .contentMain .companyWrap .tableList th {
		width: auto;
		padding-left: 10px;
		padding-right: 10px;
	}



}





