@charset "utf-8";

/*全端末（PC・タブレット・スマホ）共通設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*全体の設定
---------------------------------------------------------------------------*/
html,body,#container {
	height: 100%;
	padding: 0 !important;
	-webkit-overflow-scrolling: touch;
}
body {
	margin: 0px;
	padding: 0px;
	color: #fff;	/*全体の文字色*/
	font-family: "ヒラギノ丸ゴ Pro", "Hiragino Maru Gothic Pro","ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;	/*フォント種類*/
	font-size: 16px !important;	/*文字サイズ*/
	line-height: 2;		/*行間*/
	background: #000;	/*背景色*/
	-webkit-text-size-adjust: none;
}
h1,h2,h3,h4,h5,p,ul,ol,li,dl,dt,dd,form,figure,form {margin: 0px;padding: 0px;font-size: 100%;font-weight: normal;}
ul {list-style-type: none;}
ol {padding-left: 40px;padding-bottom: 15px;}
img {border: none;max-width: 100%;height: auto;vertical-align: middle;}
table {border-collapse:collapse;font-size: 100%;border-spacing: 0;}
video {max-width: 100%;}
iframe {width: 100%;}

.pankuzu{/*パン屑リスト*/
	margin: 0 !important;
	padding: 0 !important;
	font-size: 77%;
}


/*スクロールしたらフェードイン
---------------------------------------------------------------------------*/
.toptopic_spacer{
	margin-top: 50px !important;
}
.top_to_bottom {
    transform: translate3d(0, -50px, 0);
    opacity: 0;
}

.top_to_bottom_fadeIn {
    transform: translate3d(0, 0, 0);
    transition: 0.8s ease-in-out 0.4s;
    opacity: 1;
}


/*リンク（全般）設定
---------------------------------------------------------------------------*/
a {
	color: #fff !important;		/*リンクテキストの色*/
	transition: 0.2s;	/*マウスオン時の移り変わるまでの時間設定。0.2秒。*/
}
a:hover {
	color: #768DB4;			/*マウスオン時の文字色*/
	text-decoration: none;	/*マウスオン時に下線を消す設定。残したいならこの１行削除。*/
}

a:hover img{
	opacity: 0.6;
	transition: 0.5s;
}

/*.main_body a{
	color: #4B92C5;
	text-decoration: underline;
}

.main_body a:hover{
	color: #fff;
}*/

/*inner
---------------------------------------------------------------------------*/
.inner {
	max-width: 1200px;	/*サイトの最大幅*/
	margin: 0 auto;
	padding-left: 1% !important;
	padding-right: 1% !important;
}


/*ヘッダー
---------------------------------------------------------------------------*/
/*ヘッダーブロック*/
header {
	height: 70px;
	background: #333;
	position: relative;
}
/*トップページのヘッダーと、スライドショーブロック共通設定。他の端末サイズでの再設定が複数あるので変更する際は注意。*/



#top header, #mainimg {
	height: 727px;	/*スライドショー表示領域の高さの設定。*/
}

.top_access{
	width: 320px !important;
	height: 88px !important;
	background-color: rgba(0,0,0,0.8) !important;
	position: absolute !important;
	top: 55px !important;
	right: 25px !important;
	z-index: 10 !important;
	border-radius: 4px !important;
	
}

.top_access p{
	color: #fff !important;
	font-size: 12px !important;
	text-align: center !important;
	line-height: 180% !important;
	margin: 10px !important;
}

.top_access p span{
	font-size: 22px !important;
	display: block !important;
	clear: both !important;
	margin: 3px auto;
}

/*ロゴ画像（※トップページ以外）*/
header #logo {
	width: 200px;
	padding-top: 15px;
}

.logo_sonota{
	width: 180px !important;
	padding-top: 10px !important;
}



/*その他ヘッダー*/
.sonota_header_kari{
	margin: 25px auto !important;
	width: 100%; 
	height:auto;
	position: relative;
	padding-top: 12%;
}


.sonota_header_kari img{
	width: 100%;
	height: 100%;
	position: absolute;
	bottom: 0 !important;
	right: 0 !important;
	object-fit: cover;
}

/*.comp_hd{
	object-position: 100% 0 !important;
}*/

.h2_spacer{
	margin-top: 40px;
}

.sonota_header{
	display: flex;
	justify-content: space-between;
	align-items: center;
	z-index: 10000 !important;
	height: 100px;
	/*background-color: #333;*/
	margin-bottom: 0px;
}

.sonota_header h1{
	display: flex;
	flex-direction: row;
	  align-items: center;
}

.sonota_header h1 a{
	display: block;
	width: 180px !important;
	padding-top: 10px !important;
	margin-right: 10px;
}

.sonota_header h1 a img{
	width: 100%;
}

.sonota_header h1 span{
	font-size: 14px;
	line-height: 145%;
	color: #ccc;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
}

.sonota_header div{
	width: 250px;
	text-align: center;
}

.sonota_header div p{
	font-size: 11px !important;
	line-height: 180%;
}

.sonota_header div p span{
	display: block;
	clear: both;
	font-size: 22px;
}

/*トップページのメニュー部分の上部余白調整*/
.topnavi_container{
	padding-top: 30px;
}

/*トップページのロゴ画像*/
.logo_top{
	width: 280px;
	text-align: center;
	overflow: hidden;
	position: absolute;
	top: 40px;
	left: 20px;
	z-index: 10000 !important;
}

.logo_top img {
	z-index: 1000;
	width: 220px;
	margin: 0 auto 2px auto;
	display: block;
	clear: both;
}

.logo_top span{
	font-size: 15px !important;
	display: inline-block!important;
	clear: both !important;
/*	background-color: rgba(255,255,255,0.88);
*/	color: #ddd !important;
	padding: 5px 7px;
	border-radius: 2px;
	line-height: 100%;
	margin: 0px auto 7px auto;
	font-weight: 600;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}

.logo_top h1 {
	font-size: 11px !important;
	line-height: 145%;
	color: #ddd;
	display: block;
	clear: both;
	margin: 0 0 7px 0;
	padding: 0;
	font-weight: 600;
	color: #ddd;
	letter-spacing: 0.5px;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
}


.midasi{
	position: absolute;	/*スクロールしても固定表示させる設定。*/
	left: 0% !important;	/*左から10%の場所に配置。*/
	top: 0px !important;	/*上から50pxの場所に配置。*/
	z-index: 100;
	background-color: #445A80;
/*	background-color: rgba(0,0,0,0.9);
*/	color: #fff;
	width: 100%;
	display: block;
	clear: both;
	text-align: left;
	height: 27px !important;
}

.midasi h1{
	font-size: 12px;
	line-height: 100% !important;
	display: block !important;
	clear: both !important;
	margin: 8px 5px !important;
}



/*ロゴ画像（※トップページ以外）*/
header #logo {
	width: 200px;
	padding-top: 15px;
}
/*トップページのロゴ画像*/
#top #logo img {
	position: fixed;	/*スクロールしても固定表示させる設定。*/
	left: 25px;	/*左から10%の場所に配置。*/
	top: 55px;	/*上から50pxの場所に配置。*/
	z-index: 1;
	width: 250px;	/*画像の幅*/
}

/*メインメニューのブロック
---------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar {
	position: relative;
	z-index: 1000;
	text-align: center;	/*文字を中央に*/
	background: #000;	/*背景色*/
	border-bottom: 1px solid #2a3439;	/*下線の幅、線種、色*/
}
#menubar > ul {overflow: hidden;}
/*メニュー１個あたりの設定*/
#menubar ul li {
	float: left;	/*左に回り込み*/
	width: 20%;		/*幅。今回は５個メニューがあるので100÷5=20*/
}
#menubar ul li a {
	text-decoration: none;display: block;
	height: 63px;	/*メニューブロックの高さ*/
	padding-top: 12px;	/*メニューブロックの高さプラス、上に空ける余白。メニューテキストの上下の配置バランスをここで調整して下さい。*/
}
/*飾り文字*/
#menubar ul li span {
	display: block;
	font-size: 10px;	/*文字サイズ*/
	color: #999;		/*文字色*/
}
/*スマホ用メニューを表示させない*/
#menubar-s {display: none;}
/*３本バーアイコンを表示させない*/
#menubar_hdr {display: none;}

/*ドロップダウンメニュー用
----------------------------------------------------------------------------------------------------------------------------------*/
/*メニューブロック*/
#menubar ul.ddmenu {
	position:absolute;visibility: hidden;padding: 0;height: auto;
	width: 400px;	/*ブロックの幅*/
	border-radius: 10px;	/*角丸のサイズ*/
	background: #768DB4;	/*背景色*/
	padding: 10px;			/*ブロック内の余白*/
	font-size: 13px;		/*文字サイズ*/
	text-align: left;		/*文字を左よせ*/
	box-shadow: 2px 2px 8px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事。0.2は20%透明度。*/
}
#menubar ul.ddmenu::before {
	content: "▲";
	font-size: 15px;
	color: #768DB4;
	position: absolute;
	top: -18px;
	left: 27%;
}
/*メニュー１個あたりの設定*/
#menubar ul.ddmenu li {
	width: 50%;		/*幅。２列なので50%。*/
	float: left;	/*左に回り込み*/
}
#menubar ul.ddmenu li a {
	transition: 0s;background: none;height: auto;width: 100%;
	color: #fff;	/*文字色*/
	opacity: 0.7;	/*透明度70%*/
	padding: 0px 5px;	/*上下、左右への余白*/
}
/*マウスオン時*/
#menubar ul.ddmenu li a:hover {
	opacity: 1;	/*100%表示にする*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
/*上部固定メニュー用fixmenu設定*/
body.is-fixed-menu #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
	background: #445A80;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.95);	/*背景色。255,255,255は白の事で0.95は透明度。*/
}

/*※以下の２ブロックのスタイルの中身は、上の２ブロックのスタイルと単純に合わせておいて下さい。fixmenuスクリプトを２つ使う為に必要な設定になります。*/
body.is-fixed #menubar.nav-fix-pos {
	position: fixed;width: 100%;top: 0px;
	background: #445A80;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.95);	/*背景色。255,255,255は白の事で0.95は透明度。*/
}
body.is-fixed #contents {
	margin-top: 0px !important;
}

/* トピック
---------------------------------------------------------------------------*/
.top_topics_new{
	width: 100%;
	padding-bottom: 55px;
}

.top_topics_new a{
	display: block;
	width: 100%;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin: 0;
	overflow: hidden;
	text-decoration: none !important;
}

.top_topics_new a div{
	width: calc(100% - 50px);
	overflow: hidden;
	padding: 25px;
}

.top_topics_new a div div.toptopic_pic{
	width: 20%;
	float: left;
	margin: 0 20px 0 0;
	padding: 0 !important;
	overflow: hidden;
}

.top_topics_new a div div.toptopic_pic img{
	width: 100% !important;
	aspect-ratio: 4 / 3;
	object-fit: cover; /* 追記 */
	margin: 0 !important;
	padding: 0 !important;
	transition: transform .6s ease;
}


.top_topics_new a div p{
	font-size: 125% !important;
	font-weight: 600;
	line-height: 145% !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
} 

.top_topics_new a div span{
	font-size: 88% !important;
	line-height: 165% !important;
	margin: 0 !important;
	padding: 0 !important;
}
.top_topics_new a div p.topi_title{
	font-size: 125% !important;
	font-weight: 600;
	line-height: 145% !important;
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
} 

.top_topics_new a div span.topi_detail{
	font-size: 88% !important;
	line-height: 165% !important;
	margin: 0 !important;
	padding: 0 !important;
} 

.top_topics_new a:hover div{
	background-color: rgba(255,255,255,0.15);
	transition: 0.5s;
}
.top_topics_new a:hover div div.toptopic_pic img{	
	opacity: 1.0 !important;
	transform: scale(1.1);/* 拡大 */
}

.topics_index{
	padding: 0 0 55px 0 !important;
}

div.topics_index a{
	text-decoration: none !important;
	display: block;
}

div.topics_index a:hover div{
	background-color: rgba(255,255,255,0.15);
	transition: 0.5s;
}

div.topics_index a:hover p,div.topics_index a:hover span{
	text-decoration: none !important;
}

div.topics_index a div.topic_pic{
	width: 15% !important;
	border: 1px solid rgba(255,255,255,0.2);
	float: left;
	margin: 0 15px 0 0;	
	overflow: hidden !important;
	padding: 0 !important;
}

div.topics_index a div.topic_pic img{
	width: 100%;
	aspect-ratio: 3 / 2;
	object-fit: cover;
	transition: transform .6s ease; /* ゆっくり変化させる */
	margin: 0 !important;
	padding: 0 !important;
}

div.topics_index a:hover div.topic_pic img{
	transform: scale(1.1); /* 拡大 */
	overflow: hidden !important;
	opacity: 1.0 !important;
}

.topics_index div{
	border-bottom: 1px solid rgba(255,255,255,0.3);
	clear: both;
	overflow: hidden;
	padding: 20px 25px 25px 25px;
	text-decoration: none;
}

.topics_index div p.top_tit{
	font-size: 115% !important;
	font-weight: 600;
	margin: 0 0 10px 0 !important;
	padding: 0 !important; 	
	line-height: 125%;
	clear: both;
	display: block;
}


.topics_index.repair_list a div p{
	margin: 0 0 10px 0 !important;
	padding: 0 !important; 	
	font-weight: 600 !important;
}

.topics_index div small{
	font-size: 88%;
	color: rgba(255,255,255,0.44);
	margin: 0 0 10px 0 !important;
	padding: 0 !important;
	line-height: 100% !important;
	display: inline-block;
}

.topics_index div span{
	font-size: 88% !important;
	line-height: 165% !important;
	margin: 0;
	padding: 0;
}


.topic_body{
	padding: 0 0 55px 0 !important;
}

.topic_body span{
	display: block;
	float: right;
	clear: both;
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
	color: rgba(255,255,255,0.65);
}

.topic_body p{
	display: block;
	clear: both;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
}

.topic_body img{
	width: 100%;
	margin: 0 0 20px 0 !important;
	padding: 0 !important;
	border: 1px solid rgba(255,255,255,0.3);
}



/*よくある質問（Q＆A）アコーディオンパネル
---------------------------------------------------------------------------*/
/*ベース*/
.toggle {
	display: none;
}
.Label {		/*タイトル*/
	padding: 15px 35px 15px 15px;
	display: block;
	color: #fff;
	/*background:#019ac6;*/
	background-color: #444;
	line-height: 165%;
	border-left: 5px solid #0085B2;
}

.Label:hover{
	opacity: 0.5;
	transition: 0.5s;
}

.Label::before{		/*タイトル横の矢印*/
	content:"";
	width: 6px;
	height: 6px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	position: absolute;
	top:calc( 50% - 3px );
	right: 20px;
	transform: rotate(135deg);
}
.Label,
.content {
	-webkit-backface-visibility: hidden;
	backface-visibility: hidden;
	transform: translateZ(0);
	transition: all 0.3s;
}
.content {		/*本文*/
	height: 0;
	margin-bottom:0px;
	padding:0 0 !important;
	overflow: hidden;
	border-bottom: 1px solid rgba(255,255,255,0.5);
}

.content p {		/*本文*/
	margin: 10px 0;
	line-height: 180%;
}

.toggle:checked + .Label + .content {	/*開閉時*/
	height: auto;
	padding:20px ;
	transition: all .3s;
}
.toggle:checked + .Label::before {
	transform: rotate(-45deg) !important;
}




/*お問合せ・見積依頼
---------------------------------------------------------------------------*/
.otoiawase{	
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.otoiawase h4{
	border: 1px solid rgba(255,255,255,0.5);
	display: block;
	clear: both;
	font-size: 105%;
	font-weight: 400;
	padding: 5px 15px;
	margin: 50px auto 15px auto;
}

.otoiawase p{
	margin: 0 !important;
	padding: 0 !important;
}

/*キレイに安価で仕上げる秘訣
---------------------------------------------------------------------------*/
.anka_container{
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
}

.anka_container div img{
	float: right;
	width: 25%;
	margin: 0 0 15px 15px;
	padding: 0;
	border: 1px solid rgba(255,255,255,0.5);
}

.anka_container p{
	margin: 0 0 35px 0 !important;
	padding: 0 !important;
}

.anka_container div p{
	margin: 0 0 35px 0 !important;
	padding: 0 !important;
}

.anka_container p span,.anka_container div p span{
	background-color: rgba(255,255,255,0.25);
}

/*お問合せバナー（共通）
---------------------------------------------------------------------------*/
.otoiawase_bn{
	border: 1px solid rgba(255,255,255,0.5);
	margin: 25px auto 55px;
	width: 100%;
}
/*すべての保険会社に対応
---------------------------------------------------------------------------*/
.hoken_container{
	width: 100%;
	margin: 0 !important;
	padding: 0 0 77px 0 !important;
  display: flex;
  justify-content: space-between;
}

.hoken_container ul{
	width: 48%;
	float: left;
}

.hoken_container ul li{
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 5px 5px;
}

/*匠からのメッセージ
---------------------------------------------------------------------------*/
.setubi_container.water.takumi div div{
	margin-top: 0 !important;
}

.setubi_container.water.nagare div p,.setubi_container.water.nagare div span{
	text-align: center;
}

.coating_box_02.takumi_ms p{
	line-height: 200% !important;
}

.takumi_tit{
	margin-bottom: 35px !important;
}


/*保有設備
---------------------------------------------------------------------------*/
.setubi_p{
	margin: 0 !important;
	padding: 0 !important;
}

.setubi_container{	
	width: 100%;
	padding: 35px 0;
	margin-bottom: 55px;
}

.setubi_container div{
	width: 100%;
	padding: 0 !important;
	margin: 0 !important;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	clear: both;
	display: block;
	overflow: hidden;
}




.setubi_container div div{
	width: 23% !important;
	float: left;
	margin: 0px 15px 25px 0 !important;
	border: 1px solid rgba(255,255,255,0.3);
	overflow: hidden !important;
	display: block !important;
}

.setubi_container.water div div{
	margin: 25px 15px 25px 0 !important;
}

.setubi_container div div a{
	display: block;
	width: 100% !important;
}

.setubi_container div div a:hover{
	  transform: scale(1.1);/* 拡大 */
}

.setubi_container div div a img{
	width: 100% !important;
	margin: 0 !important;
	padding: 0 !important;
	display: block !important;
}

.setubi_container div p{
	font-size: 125%;
	line-height: 145%;
	font-weight: 600;
	margin: 20px 0 10px 0 !important;
	padding: 0 !important;
}

.setubi_container div span{
	display: block;
	font-size: 100%;
	line-height: 165%;
	margin: 0 0 25px 0 !important;
	padding: 0 !important;
}

/*その他のサービス
---------------------------------------------------------------------------*/
.total_sapoprt{	
  display: flex;
  flex-wrap: wrap;
	width: 100%;
	margin: 25px 0 55px 0;
}

.total_p{
	margin: 0 !important;
	padding: 0 !important;
}

.total_sapoprt div{	
  display: flex;
  flex-direction: row;
  align-items: center;
	width: 49%;
	margin-bottom: 15px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding-bottom: 15px;
}

.total_sapoprt div:nth-child(odd){
	margin-right: 2%;
}

.total_sapoprt div a{
	background-image: url("../images/arrow_wh.png");
	background-size: 7px 8px;
	background-position: right center;
	padding-right: 25px;
	background-repeat: no-repeat;
}

.total_sapoprt div img{	
	width: 20%;
	border: 1px solid rgba(255,255,255,0.3);
	margin-right: 15px;
}

.total_sapoprt div p{	
	font-size: 125%;
	font-weight: 600;
	line-height: 125%;
	margin: 0!important;
	padding: 0 !important;
}

/*会社概要
---------------------------------------------------------------------------*/
.company_01{
	width: 100%;
}

.comp_cell_l{
	width: 20%;
	text-align: left;
}

.comp_cell_r{
	width: 80%;
	text-align: left;
}

.company_01 h4{
	font-size: 145%;
	font-weight: 600;
	margin: 0px auto 20px auto;
	line-height: 145%;
}

.company_01 p{
	margin: 0 !important;
	padding: 0 !important;
}

.company_01 table{
	border: 1px solid rgba(255,255,255,0.3);
	margin: 25px 0 77px 0;
}

.company_01 table td{
	border: 1px solid rgba(255,255,255,0.3);
	padding: 10px;
}

.company_02{
	width: 100%;
	padding-bottom: 77px !important;
	clear: both;
	overflow: hidden;
}

.company_02 div h4{
	font-size: 145%;
	font-weight: 600;
	margin: 0px auto 20px auto;
	line-height: 145%;
}

.company_02 div p{
	margin: 0 !important;
	padding: 0 !important;
}

.company_02 img{
	margin: 0 35px 20px 0 !important;
	float: left;
	 width: calc(35% - 35px);
}

.company_02 div{
	width: 65%;
	margin: 0;
	padding: 0;
	float: right;
}

.company_02 ul{
	margin: 25px 0 0 0 !important;
	padding: 0 !important;
}

.company_02 ul li{
	margin: 0 !important;
	padding: 5px 0 !important;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}

.company_03 {
	padding-bottom: 77px;
}

.company_03 h4{
	background-image: url("../images/arrow_bl.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 7px 8px;
	padding-left: 20px;
	font-weight: 600;
	font-size: 125%;
}

.google-map{
	margin: 15px 0 15px 0;
}

.company_03 p{
	margin: 0 !important;
	padding: 0 !important;
}


/*	板金塗装修理事例
---------------------------------------------------------------------------*/
.repaircase_body{
	width: 100%;
}

.repaircase_body h4{
	font-size: 110%;
	font-weight: 600;
	border: 1px solid rgba(255,255,255,0.44);
	clear: both;
	width: calc(100% - 30px);
	padding: 5px 15px;
	margin: 10px auto 25px auto;
}

.repaircase_01,.repaircase_02,.repaircase_03{
	padding-bottom: 77px;
	overflow: hidden;
	clear: both;
}

.repaircase_01 a{
	float: left;
	width: 35% !important;
	border: 1px solid rgba(255,255,255,0.3);
	margin: 0 25px 15px 0;
	display: block;
	overflow: hidden !important;
	aspect-ratio: 4 / 3;
	object-fit: cover; /* 追記 */
}

.repaircase_02 a,.repaircase_03 a{
	float: left;
	width: 35% !important;
	border: 1px solid rgba(255,255,255,0.3);
	margin: 0 15px 15px 0;
	display: block;
	overflow: hidden !important;
	aspect-ratio: 4 / 3;
	object-fit: cover; /* 追記 */
}

.repaircase_01 a img,.repaircase_02 a img,.repaircase_03 a img{
  height: auto !important;
  transition: transform .6s ease;/* ゆっくり変化させる */
  object-fit: cover !important; /* 追記 */
  min-width: 100% !important;
  aspect-ratio: 4 / 3 !important;
}

.repaircase_01 a:hover img,.repaircase_02 a:hover img,.repaircase_03 a:hover img{
  transform: scale(1.1);/* 拡大 */
}


.repaircase_01 p,.repaircase_02 p,.repaircase_03 p{
	margin: 0 !important;
	padding: 0 !important;
	line-height: 200%;
}

.repaircase_01 ul{
	display: block;
	margin: -15px 0 0 -0 !important;
	padding: 0 !important;
	overflow: hidden;
}

.repaircase_01 ul li{
	list-style: none;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	margin: 0 !important;
	padding: 10px 0 !important;
}

.repaircase_01 ul li span{
	display: inline-block;
	margin: 0 20px 0 0!important;
	padding: 0 20px 0 15px!important;
	line-height: 100%;
	font-size: 88%;
	border-right: 1px solid rgba(255,255,255,0.3);
	text-align: center;
}

.repaircase_01 ul li p{
	display: inline-block;
	margin: 0 !important;
	padding: 0 !important;
	line-height: 100%;
	font-size: 88%;
}

p.syuriprice{
	text-align: right;
	border-bottom: 1px solid rgba(255,255,255,0.44);
	margin: 0px auto 150px auto !important;
	padding: 10px 0 !important;
	width: 100%;
	line-height: 145% !important;
}

/*	板金塗装
---------------------------------------------------------------------------*/
.repair_box_01{	
	width: 100%;
	padding:25px 0 55px 0;
}

.repair_box_01 img{	
	width: 15%;
	float: left;
	margin: 0 20px 20px 0;
}

.repair_box_01 p{	
	margin: 0 !important;
	padding: 0 !important;
}

.repair_box_01 dl{	
	width: 100%;
	clear: both;
	margin-top: 50px;
}

.repair_box_01 dt{	
	font-size: 115%;
	font-weight: 600;
	margin: 25px 0 10px 0 !important;
	clear: both;
	display: block;
	overflow: hidden;
}

.repair_box_01 dd{	
	font-size: 100%;
	line-height: 180%;
	margin: 0 0 25px 0;
}
.repair_box_02{	
	width: 100%;
	clear: both;
	overflow: hidden;
	padding-bottom: 55px;
}

.repair_box_02 img{	
	float: right;
	width: 15%;
	border: 1px solid rgba(255,255,255,0.3);
	margin: 0 0 20px 20px;
	padding: 0;
}

.repair_box_02 p{	
	margin: 0 !important;
	padding: 0 !important;
}





/*SPPF
---------------------------------------------------------------------------*/
.sppf_tab_container{
}

.tab_sppf{
	width: 100%;
}

.tab_sppf span{
	font-size: 77%;
	display: block;
	clear: both;
}
.sppf_maing_img{
	width: 20%;
	float: right;
	margin: 0 0 15px 15px;
}

.hikaku_tab{/*sppf 比較表の説明*/
		display: none;
}


/*コーティング
---------------------------------------------------------------------------*/
h3.coating_link{
	display: flex;
	align-items: center;
	border-left: 5px solid #768DB4;	/*左側の線の幅、線種、色*/
	padding-left: 20px;	/*線と文字との余白*/
	line-height: 160%;
	margin-bottom: 25px !important;
	clear: both;
}

h3.coating_link span{
	font-size: 64% !important;
	display: inline-block !important;
	margin-left: 15px;
}
	
h3.coating_link span a{
	text-decoration: none;
	background-image: url("../images/arrow_wh2.png");
	padding-right: 15px;
	background-position: right center;
	background-repeat: no-repeat;
	color: rgba(255,255,255,0.7) !important;
	font-size: 77% !important;
	display: inline-block;
}

h3.coating_link span a:hover{
	text-decoration: underline;
}
.topics_index div p{
		padding: 0 0 10px 0 !important;
		font-weight: 600 !important;
	font-size: 110%　!important;
}

.coating_real{
	width: 100%;
	display: flex;
  flex-wrap: wrap;
	padding-bottom: 25px;
}

.coating_real div{
	width: 25%;
	margin: 0 !important;
	padding: 0 0 35px 0!important;
	text-align: center !important;
  display:flex;
  flex-flow: column;
  justify-content:space-between;
}

.coating_real div a{
	display: block;
	clear: both;
	width: 92%;
	text-align: center;
	margin: 0 auto !important;
	padding: 0 !important;
	overflow: hidden;
}

.coating_real div a img{
	width: 100% !important;
	aspect-ratio: 4 / 3;
	object-fit: cover;
	transition: transform .6s ease;/* ゆっくり変化させる */
}

.coating_real div a:hover img{
  transform: scale(1.1);/* 拡大 */
}

.coating_real div p{
	width: 100% !important;
	display: block;
	clear: both;
	margin: 10px auto !important;
	padding: 0 !important;
	font-size: 107%;
	font-weight: 600;
	line-height: 145%;
}

.coating_real div span{
	width: 100% !important;
	display: block;
	clear: both;
	font-size: 88%;
	line-height: 145%;
}

.coating_real div small{
	width: 100% !important;
	display: block;
	clear: both;
	font-size: 77%;
}


.coating_container{
	background-image: url("../images/coating_bg_01.jpg"),url("../images/coating_bg_02.png");
	background-repeat: no-repeat;
	background-position: right 0 top 0,left 0 top 0;
	background-size: 21.2% auto,46% auto;
	padding: 40px 0 0 0 !important;
	margin: 0 !important;
	margin-top: -40px !important;
	width: 100%;
}

.coating_title{
	font-size: 280%;
	margin: 55px auto;
	display: block;
	width: auto;
	clear: both;
	text-align: center;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	font-weight: 600;
}
.coating_box_01{
	width: 100%;
}



.coating_box_01 div{
	width: 100%;
	float: right;
/*	background-image: url("../images/coating_01.jpg");
	background-repeat: no-repeat;
	background-size: contain;
	background-position: top 0 right 0;*/
}

.coating_box_01 h3{
	display: inline-block;
}

.coating_box_01 p{
	margin: 0 0 15px 0 !important;
	padding: 0 !important;
}

.coating_box_01 p span{
	background-color: rgba(255,255,255,0.20);
}

.coating_box_01 ul{
	border: 0px solid #ccc;
	width: 100%;
	display: flex;
    justify-content: space-between;
	margin-bottom: 55px;
	clear: both;
}

.coating_box_01 ul li{
	list-style: none;
	width: 12.5%;
	padding: 10px 0;	
}

.coating_box_01 ul li img{
	clear: both;
	display: block;
	margin: 10px auto 10px auto;
	padding: 0;
}

.coating_box_01 ul li span{
	display: block;
	clear: both;
	font-size: 70%;
	text-align: center;
	line-height: 125%;
}

.coating_maing_img{
	float: right;
	width: 20%;
}

.coating_box_01 table{
	border: 1px solid rgba(255,255,255,0.3) ;
	border-collapse: collapse;
	margin: 15px auto 65px auto!important;
	width: 100%;
	float: left;
}

.coating_box_01 table td{
	border: 1px solid rgba(255,255,255,0.3);
	padding: 10px;
	font-size: 88%;
	line-height: 125%;
}

.graphene_tit{
	font-size: 280%;
	line-height: 100%;
	font-family: "游明朝", YuMincho, "Hiragino Mincho ProN W3", "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝", serif;
	color: rgba(255,255,255,0.50);
	display: block !important;
	clear: both !important;
	overflow: hidden !important;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	height: 100px;
	margin: 0 !important;
	padding: 0 !important;
}



.graphene_tit small{
	font-size: 50%;
	display: block;
	background-color: #000;
	margin-left: 5px;
}

.coating_box_02{
	width: 100%;
	clear: both !important;
	display: flex;
	flex-wrap: wrap;
	padding-bottom: 55px;
}

.coating_box_02_spacer{
	padding-bottom: 0 !important;
}


.coating_box_02 div:nth-child(odd){
	width: calc(50% - 10px);
	padding: 0 10px 55px 0 !important;
}

.coating_box_02 div:nth-child(even){
	width: calc(50% - 10px);
	padding: 0 0 55px 10px !important;
}

.coating_box_02 div h4{
	width: calc(100% - 20px);
	border: 1px solid rgba(255,255,255,0.44);
	padding: 5px 10px;
	margin-bottom: 15px;
}

.coating_box_02 div h5{
	background-image: url("../images/arrow_bl.png");
	background-repeat: no-repeat;
	background-position: left center;
	background-size: 10px 10px;
	padding-left: 20px;
	margin-bottom: 15px;
}

.coating_box_02 div p{
	margin: 0 !important;
	padding: 0 !important;
}

.coating_box_02 div img{
	float: right;
	width: 25%;
	margin: 0 0 10px 10px;
	border: 1px solid rgba(255,255,255,0.3);
}

.borderless{
	border: none !important;
}

.table-wrap{
	/*overflow: scroll;*/
	overflow: auto;
	scrollbar-gutter: stable;	
	width: 100% !important;
	height: 490px;
	margin: 0 !important;
	padding: 0 !important;
}

.yunyusya{
	height: 438px !important;
}

.coating_box_03 table{	
	border-collapse: separate;
	border: 0px solid rgba(255,255,255,0.3);
	width: 100%;
	min-width: 2400px;
	min-height: 800px;
}


.coating_box_03 table td{	
	border-right: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 5px;
	font-size: 70%;
	line-height: 145%;
}

.coating_box_03 table th{	
    position: sticky;
	position: -webkit-sticky;  
	top: 0;
    left: 0;
	background-color: #333 !important;
	border-right: 1px solid rgba(255,255,255,0.3);
	border-bottom: 1px solid rgba(255,255,255,0.3);
	padding: 5px;
	font-size: 70%;
	line-height: 145%;
}



.coating_box_03 table tr:first-child th:first-child{
    z-index: 1;
}

.coating_box_03 table td div{	
	width: 50%;
	float: left;
	margin: 0;
	padding: 0;
}

.td_size{	
	font-size: 88% !important;
}

.td_syasyu{	
	font-size: 100% !important;
}

.td_coating	{
	font-size: 77% !important;
}

.td-glay{
	background-color: #555 !important;
}

.td_price div{
	width: 64% !important;
	margin: 0;
	padding-right: 40%;
	text-align: right;
}

.coating_box_03 h4{	
	font-size: 150%;
	font-weight: 400;
	text-align: center;
}

.coating_box_03 ul{
	margin: 15px 0 55px 0;
	padding: 0;
}

.coating_box_03 li{
	font-size: 70%;
	list-style: disc;
	list-style-position: inside;
	margin: 0;
	padding: 0;
}

.price_detail{
	margin: 0 0 15px 0px !important;
	padding: 0 !important;
}

.coating_box_04{/*料金表new*/
	width: 100%;
	display: flex;
	justify-content: space-between;
	padding-bottom: 88px;
}

.coating_box_04 a{/*料金表new*/
	display: flex;
	align-items: center;
	width: 49%;
	margin: 0;
	padding: 0;
	border-bottom: 1px solid rgba(255,255,255,0.3);
	text-decoration: none !important;
	background: #222222;
	background: -moz-linear-gradient( #555555 0%, #222222 100%);
	background: -webkit-gradient(linear, left top, left bottom, from(#555555), to(#222222));
	background: -webkit-linear-gradient( #555555 0%, #222222 100%);
	background: -o-linear-gradient( #555555 0%, #222222 100%);
	background: linear-gradient( #555555 0%, #222222 100%);
}

.coating_box_04 a:hover{/*料金表new*/
	opacity: 0.5;
	transition: 0.5s;
}

.coating_box_04 a div{/*料金表new*/
	width: 100%;
	height: 77px;
	display: flex;
	align-items: center;
	background-image: url("../images/arrow_wh.png");
	background-repeat: no-repeat;
	background-position: right 15px center;
	background-size: 8px 10px;
}

.coating_box_04 a div img{/*料金表new*/
	width: 20px;
	height: auto;
	margin: -1px 0 0 25px;
	padding: 0;
}

.coating_box_04 a div span{/*料金表new*/
	font-size: 140% !important;
	color: #fff;
	font-weight: 400;
	margin: 0 0 0 20px;
	padding: 0;
	text-align: none;
	line-height: 100% !important;
}
/*水性塗料
---------------------------------------------------------------------------*/

.coating_real.suisei span{
	display: block;
	line-height: 145%;
	margin: 10px auto;
}

.water_detail div p{
	display: block !important;
	clear: both !important;
	font-size: 88% !important;
	line-height: 145% !important;
	padding: 15px auto !important;
	font-weight: 400 !important;
}

.standox{
	width: 100%;
	display: block;
	clear: both;
	overflow: hidden;
	margin: 20px auto;
}

.standox p{
	margin: 0 !important;
	padding: 0 !important;
} 

.standox p span{
	background-color: #fff;
	color: #000;
	padding: 1px 4px;
	margin-right: 4px;
} 

.standox img{
	float: left;
	width: 13%;
	margin: 0 20px 20px 0 !important;
}

.suisei_from_pre{
	width: 100%;
	margin: 0 !important;
	padding: 0 0 77px 0 !important;
}

.suisei_from_pre p{
	margin: 0 !important;
	padding: 0 !important;
}



.suisei_from_pre h4{
	font-size: 115%;
	font-weight: 400;
	margin: 0 0 25px 0;
	padding: 10px 15px;
	line-height: 125%;	
	border: 1px solid rgba(255,255,255,0.3);
}

.suisei_from_pre div{
	float: right;
	width: 23%;
	padding: 4px;
	border: 1px solid rgba(255,255,255,0.3);
	margin: 0 0 20px 20px;
}

.suisei_from_pre div img{
	width: 100%;
}

.suisei_from_pre div span{
	display: block;
	font-size: 88%;
	margin: 10px;
	text-align: center;
	line-height: 125%;
}



/*トップページ
---------------------------------------------------------------------------*/

.movie_index{
	display: flex;
	flex-wrap: wrap;
	width: 100%;
	margin: 0;
	padding: 0 0 77px 0;
}



.movie_index div:nth-child(2n){
	width: 49%;
	padding: 0;
	margin: 0 0 35px 1%;
}

.movie_index div:nth-child(2n+1){
	width: 49%;
	padding: 0;
	margin: 0;
}

.top_movie{	/*動画ギャラリー*/
	display: flex;
  justify-content: space-between;
	width: 100%;
	margin: 0;
	padding: 0 0 55px 0;
}

.top_movie div{	
	width: 49% !important;
	margin: 0 !important;
	padding: 0 !important;
}

.top_movie div a,.movie_index div a{	
	display: block;
	width: 100%;
	clear: both;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

.top_movie div a img,.movie_index div a img{	
	 width: calc(100% - 2px);
	margin: 0;
	padding: 0;
	aspect-ratio: 16 / 9;
	object-fit: cover; /* 追記 */
	border: 1px solid rgba(255,255,255,0.3);
}

.top_movie div a:hover img,.movie_index div a:hover img{	
	transform: scale(1.1);/* 拡大 */
}

.top_movie div span,.movie_index div span{	
	display: block;
	clear: both;
	text-align: center;
	margin: 15px auto;
	font-size: 88% !important;
	line-height: 145%;
	padding: 0;
}

.top_link{
}

.top_link a{
	text-decoration: none;
	background-image: url("../images/arrow_wh2.png");
	padding-right: 15px;
	background-position: right center;
	background-repeat: no-repeat;
	color: rgba(255,255,255,0.7) !important;
}

.top_link a:hover{
	text-decoration: underline;
}

.top_topic{/*トピック*/
	width: 100%;
	display: flex;
	flex-wrap: wrap;
	flex-direction: column;
}

.top_topic div{	
	width: 100%;
	margin: 12px 1% 10px 1%;
	padding-bottom: 20px;
	border-bottom: 1px solid rgba(255,255,255,0.3);
}



.top_topic div a{	
	width: 20%;
	display: block;
	height:auto;
	position: relative;
	padding-top: 13%;
	overflow: hidden;
	float: left;
	margin: 0 15px 0 0;
	border: 1px solid rgba(255,255,255,0.2);
}

.top_topic div img{
    object-fit: cover;
    width: 100%;
    height: auto;
    position: absolute;
    top: 0;
    transition: transform .6s ease; /* ゆっくり変化させる */
    background-image: url(../images/sppf_pic_01.jpg);
}

.top_topic div a:hover img {
  transform: scale(1.1); /* 拡大 */
}

.top_topic div p{	
	font-size: 20px;
	font-weight: 600;
	margin: 0px 0 5px 0 !important;
	padding: 0 !important;
	line-height: 145%;
}

.top_topic div span{
	font-size: 14px;
	margin: 0 !important;
	padding: 0 !important;
}
.top_topic.coating_box{
	padding-bottom: 44px;
}

.top_topic.coating_box div p a{	
	margin: 0 !important;
	padding: 0 !important;
	color: #fff !important;
	line-height: 180%;
	text-decoration: underline #fff 1px;
	text-underline-offset:8px;
}

.top_topic.coating_box div p a:hover{	
	text-decoration: none;
}

.top_topic.coating_box div p{	
	font-size: 20px;
	font-weight: 600;
	margin: 10px auto 5px auto !important;
	padding: 0 !important;
	line-height: 145%;
	text-align: center;
}

.top_topic.coating_box div span{
	font-size: 14px;
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	clear: both;
	text-align: center;
}

.top_topic.coating_box div small{
	font-size: 14px;
	margin: 0 !important;
	padding: 0 !important;
	display: block;
	clear: both;
	text-align: center;
}

.coating_box_01.coating_access p span{
	padding: 2px 5px;
	margin: 0 7px;
	border-radius: 4px;
}

/*コンテンツ（mainとsubを囲むブロック。１カラム時の場合はメインコンテツを囲むブロック。）
---------------------------------------------------------------------------*/
#contents {
	position: relative;
	z-index: 1;
	container
	background: #000;	/*背景色*/
	padding: 0px 0px;	/*上下、左右へのブロック内の余白*/
}
/*contentsの中にあるinner*/
#contents .inner {
	padding: 0px 0px;	/*上下、左右へのブロック内の余白*/
}
/*h2タグ*/
#contents h2 {
	clear: both;
	margin-bottom: 20px;
	line-height: 1.5;
	font-size: 40px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	color: #768DB4;		/*文字色*/
}
/*h2タグにclass="type1"を指定した場合*/
#contents h2.type1 {
	background: #000;	/*背景色（古いブラウザ用）*/
	background: url(../images/bg_company.jpg) no-repeat center center/cover;	/*背景画像の読み込み*/
	padding: 50px 0px;	/*上下、左右へのボックス内の余白*/
	color: #fff;	/*文字色*/
}
/*h2タグのspan（装飾用）タグ*/
#contents h2 span {
	display: block;
	font-size: 14px;	/*文字サイズ*/
	color: #999;		/*文字色*/
	letter-spacing: 0.3em;	/*文字間隔を広くとる設定*/
}
/*h3タグ*/
#contents h3 {
	clear: both;
	margin-bottom: 20px;
	font-size: 28px;	/*文字サイズ*/
	border-bottom: 0px solid #ccc;
}
/*h3タグの１文字目*/
#contents h3::first-letter {
	border-left: 5px solid #768DB4;	/*左側の線の幅、線種、色*/
	padding-left: 20px;	/*線と文字との余白*/
}
/*段落タグ*/
#contents p {
	padding: 0 20px 20px;
}
#contents h2 + p,
#contents h3 + p {
	margin-top: -10px;
}
/*section同士の余白*/
#contents section + section {
	margin-top: 40px;
}

/*mainコンテンツ
---------------------------------------------------------------------------*/
/*mainブロック*/
.main {
	float: left;	/*左に回り込み*/
	width: 75%;		/*メインコンテンツの幅*/
}



/*SPPF
---------------------------------------------------------------------------*/
.sppf_box1{
	width: calc(100% - 50px);
	border: 0px solid #ccc;
	display: flex;
	flex-direction: row;
	align-items: center;
	padding: 25px;
	margin-bottom: 55px;
	background-color: rgba(255,255,255,0.2);
}

.sppf_box1 img{
	width: 15%;
	margin-right: 25px;
}

.sppf_box1 p{
	display: block;
	font-size: 22px;
}

.sppf_box1 p span{
	display: block;
	clear: both;
	font-size: 16px;
}



/*求人一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	position: relative;
	overflow: hidden;
	padding: 40px;		/*ボックス内の余白*/
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	margin-bottom: 50px;		/*ボックス間の余白*/
	box-shadow: 2px 2px 10px rgba(0,0,0,0.15);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.15は透明度15%の事。*/
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 28px;	/*文字サイズ*/
	color: #768DB4;		/*文字色*/
}
.list h4 a {
	color: #768DB4;	/*リンクテキストの文字色*/
}
/*ボックス内のp(段落)タグ設定*/
.list p {
	padding: 0px 0px 10px !important;	/*上、左右、下への余白*/
}

/*アイコン（正社員、アルバイト、パート、未経験可、など）
---------------------------------------------------------------------------*/
/*アイコン共通*/
.icon {
	display: inline-block;
	margin: 2px;
	font-size: 12px;	/*文字サイズ*/
	padding: 0 5px;		/*ボックス内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	background: #eee;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#fff, #eee);	/*グラデーション*/
}
.icon a {text-decoration: none;}
/*アイコン色付き（正社員）*/
.icon.color1 {
	border: 1px solid #768DB4;	/*枠線の幅、線種、色*/
	background: #76654e;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#76654e, #768DB4);	/*グラデーション*/
	color: #fff !important;	/*文字色*/
}
/*アイコン色付き（アルバイト）*/
.icon.color2 {
	border: 1px solid #161995;	/*枠線の幅、線種、色*/
	background: #2b2ebc;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#2b2ebc, #161995);	/*グラデーション*/
	color: #fff;	/*文字色*/
}

/*求人一覧ページの「詳細を見る・応募する」ボタン
---------------------------------------------------------------------------*/
a.btn {
	display: block;text-decoration: none;
	background: #768DB4;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#76654e, #768DB4);	/*グラデーション*/
	color: #fff;	/*文字色*/
	font-size: 20px;	/*文字サイズ*/
	text-align: center;	/*文字をセンタリング*/
	padding: 10px;		/*ボタン内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
	box-shadow: 2px 2px 5px rgba(0,0,0,0.3);	/*ボックスの影。右に、下に、広げる幅、0,0,0は黒の事で0.3は色が30%ついた状態。*/
	border: 1px solid #768DB4;	/*枠線の幅、線種、色*/
}
/*マウスオン時*/
a:hover.btn {
	box-shadow: none;
	background: #000;	/*背景色*/
	color: #768DB4;		/*文字色*/
}

/*list2ボックス（トップページの「現在の求人」で使っている色のついた各ブロック）
---------------------------------------------------------------------------*/
/*ボックス全体を囲むulタグへの設定*/
.list2 {
	padding-bottom: 50px;
	overflow: hidden;
}
/*各ボックスの設定*/
.list2 li {
	float: left;	/*左に回り込み*/
	width: 24%;		/*幅*/
	margin: 10px 0.5%;	/*上下、左右へのボックスの外側へ空けるスペース*/
	line-height: 1.5;	/*行間*/
	position: relative;
}
.list2 a {
	display: block;text-decoration: none;
	height: 80px;	/*ボックスの高さ*/
	overflow: hidden;	/*ボックスから飛び出た場合、非表示にする設定*/
	background: #598AD2;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#8DAEE0, #598AD2);/*背景グラデーション*/
	border-radius: 10px;	/*角丸のサイズ*/
	box-shadow: 2px 2px 3px rgba(0,0,0,0.2);	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.2は20%色がついた状態の事。*/
	padding: 15px;	/*ボックス内の余白*/
	color: #fff;	/*文字色*/
}
/*マウスオン時*/
.list2 a:hover {
	background: #f5f5f5;	/*背景色（古いブラウザ用）*/
	background: linear-gradient(#f5f5f5, #e2e2e2);/*背景グラデーション*/
	color: #768DB4;	/*文字色*/
}
/*ボックス内の画像。※imgタグにclass="img"をつけた場合。*/
.list2 .img {
	height: 100%;			/*高さ*/
	background: #000;	/*背景色*/
	float: right;		/*右に回り込み*/
	border-radius: 3px;	/*角丸のサイズ*/
}
/*件数のテキスト。※list2内でspanタグで囲った場合。*/
.list2 span {
	font-size: 28px;	/*文字サイズ*/
	position: absolute;
	bottom: 15px;	/*下から15pxの場所に配置*/
	right: 110px;	/*右から110pxの場所に配置*/
}

/*subコンテンツ
---------------------------------------------------------------------------*/
/*subブロック*/
.sub {
	float: right;	/*右に回り込み*/
	width: 22%;		/*サブコンテンツの幅*/
}
/*subコンテンツ内のh2タグ設定*/
.sub h2 {
	margin-bottom: 0 !important;
	font-size: 16px !important;	/*文字サイズ*/
	padding: 10px;		/*ボックス内の余白*/
	border: 1px solid #dcdcdc;	/*メニューの線の幅、線種、色*/
	color: #fff !important;
}
/*subコンテンツ内の段落タグ設定*/
.sub p {
	margin: 0 !important;
	padding: 10px !important;
}

/*subコンテンツ内のメニュー
---------------------------------------------------------------------------*/
/*メニュー全体の設定*/
.sub ul.submenu {
	margin-bottom: 20px;	/*メニューブロックの下に空けるスペース*/
	border-top: solid 1px #dcdcdc;	/*上の線の線種、幅、色*/
}
/*メニュー１個ごとの設定*/
.sub ul.submenu li a {
	text-decoration: none;display: block;
	padding: 5px 10px;	/*メニュー内の余白。上下、左右への設定。*/
	border-bottom: solid 1px #dcdcdc;	/*下の線の線種、幅、色*/
	border-left: solid 1px #dcdcdc;		/*左の線の線種、幅、色*/
	border-right: solid 1px #dcdcdc;	/*右の線の線種、幅、色*/
}
/*マウスオン時の背景色*/
.sub ul.submenu li a:hover {
	background: #f4f4f4;	/*背景色*/
}
/*h2直下にsubmenuが続いた場合のみ、submenuの上の線を消す設定*/
.sub h2 + ul.submenu {
	border-top: none;
}

/*subコンテンツ内のbox1
---------------------------------------------------------------------------*/
.sub .box1 {
	overflow: hidden;
	padding: 10px;			/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックスの下に空けるスペース*/
	border: solid 1px #dcdcdc;	/*線の線種、幅、色*/
	box-shadow: 0px 0px 20px rgba(0,0,0,0.1) inset;	/*ボックスの影。右へ、下へ、広げる幅、0,0,0は黒の事で0.1は透明度10%の事。insetは内側への影、という意味。*/
}
/*h2直下にbox1が続いた場合のみ、box1の上の線を消す設定*/
.sub h2 + .box1 {
	border-top: none;
}
/*box1内のサブメニュー*/
.sub ul.submenu {
	margin-bottom: 0;
}

/*subコンテンツ内のlist-subボックス
---------------------------------------------------------------------------*/
/*ボックス１個あたりの設定*/
.sub .list-sub {
	position: relative;overflow: hidden;
	border-left: 1px solid #dcdcdc;		/*左の線の線種、幅、色*/
	border-right: 1px solid #dcdcdc;	/*右の線の線種、幅、色*/
	border-bottom: 1px solid #dcdcdc;	/*下の線の線種、幅、色*/
	line-height: 1.5;	/*行間を少し狭くする。基本となる値は一番上のbodyにあります。*/
	font-size: 12px;	/*文字サイズ*/
}
.sub .list-sub a {
	display: block;text-decoration: none;overflow: hidden;
	padding: 5px;	/*ボックス内の余白*/
}
/*マウスオン時のボックス*/
.sub .list-sub a:hover {
	background: #f4f4f4;	/*背景色*/
}
/*h4タグ*/
.sub .list-sub a h4 {
	font-weight: bold;	/*太字にする設定*/
	font-size: 16px;	/*文字サイズ*/
}
/*段落(p)タグ*/
.sub .list-sub p {
	padding: 0 !important;
}
/*画像*/
.sub .list-sub figure {
	width: 30%;		/*画像の幅*/
	float: left;	/*左に回り込み*/
	margin-right: 5px;	/*画像右側に空ける余白*/
}

/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1〜option3、と、newアイコン共通*/
.option1,.option2,.option3,.new {
	font-size: 12px;	/*文字サイズ*/
	text-align: center;
	display: block;
	width: 80px;		/*幅*/
	line-height: 30px;	/*高さ*/
	position: absolute;
	right: 40px;	/*右から40pxの場所に配置*/
	top: 0px;		/*上から0pxの場所に配置*/
}
/*subコンテンツ内で使う場合の追加（変更）設定*/
.sub .option1,.sub .option2,.sub .option3,.sub .new {
	font-size: 10px;	/*文字サイズ*/
	line-height: 16px;	/*行間*/
	right: 0px;		/*右から0pxの場所に配置*/
	transform: rotate(45deg) translate(22px,-10px);	/*45度回転、右へ,下へ(マイナス設定なので上へ向けての指定)の移動距離*/
}
/*option1*/
.option1 {
	color: #FFF;			/*文字色*/
	background: #f83d72;	/*背景色*/
}
/*option2*/
.option2 {
	color: #000;			/*文字色*/
	background: #ffd200;	/*背景色*/
}
/*option3*/
.option3 {
	color: #FFF;			/*文字色*/
	background: #999;	/*背景色*/
}
/*new*/
.new {
	color: #FFF;			/*文字色*/
	background: #F00;	/*背景色*/
}

/*フッター設定
---------------------------------------------------------------------------*/
footer {
	clear: both;
	position: relative;
	z-index: 1 !important;
	font-size: 12px;		/*文字サイズ*/
	background: #445A80;	/*背景色*/
	color: #fff;	/*文字色*/
	text-align: center;
	margin-top: 88px;
	
}
footer a {color: #fff;}
footer a:hover {color: #fff;}
footer .pr {display: block;font-size: 80%;}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	overflow: hidden;
	padding: 20px 0 0 0 !important;	/*上下、左右へのボックス内の余白*/
	/*background: url(../images/footer_logo.png) no-repeat 98% center/18%;*/
}
#footermenu a {
	text-decoration: none;
	opacity: 0.7;	/*透明度。70%の色がついた状態。*/
}
#footermenu a:hover {
	opacity: 1;
}
/*１行分の設定*/
#footermenu ul {
	float: left;	/*左に回り込み*/
	width: 14.5%;		/*幅*/
	padding-right: 1%;
	padding-left: 1%;
	text-align: left;
	line-height: 1.7;
}
/*見出し*/
#footermenu li.title, #footermenu li.title a {
	opacity: 1;	/*透明度。100%色がついた状態。*/
	font-size: 14px;	/*文字サイズ*/
}

#footermenu li.title2{
	height: 25px;
}

/*SNSボタン
---------------------------------------------------------------------------*/
.sns_icon{
	width: 120px;
	display: flex;
	justify-content: space-between;
	margin: 0 auto !important;
	padding: 0 0 0 0 !important;
}

.sns_icon img{
	width: 40px;
}

/*コピーライト
---------------------------------------------------------------------------*/
#copyright {
	clear: both;
	text-align: center;
	/*background: #000;	背景色*/
}
#copyright small{
	padding: 0 0 15px 0 !important;
	display: block !important;
	overflow: hidden !important;
	clear: both !important;
	text-align: center !important;
}



/*トップページ内「更新情報・お知らせ」ブロック
---------------------------------------------------------------------------*/
/*見出しを含まないお知らせブロック*/
#new dl {
	background: #eee;	/*背景色*/
	padding: 20px;		/*ブロック内の余白*/
	border-radius: 4px;	/*角丸のサイズ*/
}
/*日付設定*/
#new dt {
	float: left;
	width: 9em;		/*幅*/
	color: #768DB4;	/*文字色*/
	letter-spacing: 0.1em;
}
/*記事設定*/
#new dd {
	padding-left: 9em;
	color: #333;
}

/*ta1設定
---------------------------------------------------------------------------*/
/*ta1テーブル*/
.ta1 {
	width: 100%;
	margin: 0 0 20px;
}
.ta1, .ta1 td, .ta1 th {
	border: 1px solid #ccc;	/*テーブルの枠線の幅、線種、色*/
	padding: 10px 15px;	/*ボックス内の余白*/
	word-break: break-all;
}
/*テーブル１行目に入った見出し部分*/
.ta1 th.tamidashi {
	width: auto;
	text-align: left;	/*左よせ*/
	background: #f6f5f2;	/*背景色*/
	font-size: 18px;	/*文字サイズ*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 140px;	/*幅*/
	text-align: center;	/*センタリング*/
	font-weight: normal;
}
/*左側ボックスに画像を入れた場合の設定*/
.ta1 th img {
	width: 100%;
}
/*labelタグを２列表示にする（CMS用）*/
.ta1.cms td label {
	display: block;
	float: left;
	width: 50%;
}

/*よく頂く質問
---------------------------------------------------------------------------*/
/*外側ブロック*/
.faq {
	padding: 0px 20px;	/*上下、左右への余白*/
}
/*質問*/
.faq dt {
	color: #768DB4;	/*文字色*/
	font-weight: bold;	/*太字にする設定*/
	background: url(../images/faq_q.png) no-repeat left center;	/*背景アイコン*/
	padding-left: 30px;	/*背景アイコンに重ならないよう左に余白を作る*/
}
/*回答*/
.faq dd {
	background: url(../images/faq_a.png) no-repeat left top;	/*背景アイコン*/
	padding-left: 30px;	/*背景アイコンに重ならないよう左に余白を作る*/
	border-bottom: 1px solid #ccc;	/*下線の幅、線種、色*/
	margin-bottom: 20px;	/*ボックスの下側（外側）に空けるスペース*/
	padding-bottom: 20px;	/*ボックス内の下側に空けるスペース*/
}

/*inputボタン
---------------------------------------------------------------------------*/
#contents input[type="submit"].btn,
#contents input[type="button"].btn,
#contents input[type="reset"].btn {
	padding: 5px 10px;		/*上下、左右へのボックス内の余白*/
	border: 1px solid #ccc;	/*枠線の幅、線種、色*/
	font-size: 20px;		/*文字サイズ*/
	border-radius: 3px;		/*角丸のサイズ*/
	background: #eee;		/*背景色*/
}
/*マウスオン時の設定*/
#contents input[type="submit"].btn:hover,
#contents input[type="button"].btn:hover,
#contents input[type="reset"].btn:hover {
	border: 1px solid #999;	/*枠線の幅、線種、色*/
	background: #000;		/*背景色*/
}

/*NEWアイコン
---------------------------------------------------------------------------*/
.newicon {
	background: #F00;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;		/*文字サイズ*/
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*UPアイコン
---------------------------------------------------------------------------*/
.upicon {
	background: #0072ff;	/*背景色*/
	color: #FFF;		/*文字色*/
	font-size: 70%;
	line-height: 1.5;
	padding: 2px 5px;
	border-radius: 2px;
	margin: 0px 5px;
	vertical-align: text-top;
}

/*ヘッダーにメニューが固定される分、リンク先が隠れるのを防ぐ為のスタイル。※ページ内へのリンクで使う。
---------------------------------------------------------------------------*/
.link {
	display: block;
	margin-top: -100px;
	padding-top: 100px;
}

/*ページの上部へボタン「↑」設定
---------------------------------------------------------------------------*/
@keyframes scroll {0% {opacity: 0;}100% {opacity: 1;}}
body .nav-fix-pos-pagetop a {display: none;}
body.is-fixed-pagetop .nav-fix-pos-pagetop a {
	display: block;
	text-decoration: none;
	text-align: center;
	width: 50px;		/*幅*/
	line-height: 50px;	/*高さ*/
	z-index: 1;
	position: fixed;
	bottom: 20px;	/*下から20pxの場所に配置*/
	right: 3%;		/*右から3%の場所に配置*/
	background: #666;	/*背景色（古いブラウザ用）*/
	background: rgba(0,0,0,0.6);	/*背景色。0,0,0は黒の事。0.6は60%色がついた状態。*/
	color: #fff;	/*文字色*/
	border: 1px solid #fff;	/*枠線の幅、線種、色*/
	animation-name: scroll;	/*上のアニメーションで指定しているkeyframesの名前（scroll）*/
	animation-duration: 1S;	/*アニメーションの実行時間*/
	animation-fill-mode: forwards;	/*アニメーションの完了後、最後のキーフレームを維持する*/
}
/*マウスオン時*/
body.is-fixed-pagetop .nav-fix-pos-pagetop a:hover {
	background: #999;	/*背景色*/
}

/*その他
---------------------------------------------------------------------------*/
.look {background: #ccc;padding: 5px 10px;border-radius: 4px;}
.mb15,.mb1em {margin-bottom: 15px !important;}
.mb30 {margin-bottom: 30px !important;}
.mb50 {margin-bottom: 50px !important;}
.p0 {padding:0 !important;}
.clear {clear: both;}
ul.disc {padding: 0em 25px 15px;list-style: disc;}
.color1, .color1 a {color: #768DB4 !important;}
.pr {font-size: 10px;}
.wl {width: 96%;}
.ws {width: 50%;}
.c {text-align: center !important;}
.r {text-align: right !important;}
.l {text-align: left !important;}
.w50 {overflow: hidden;width: 50%;}
.fl {float: left;}
img.fl {float: left;width:30%;margin-right: 20px;margin-bottom: 20px;}
.fr {float: right;}
img.fr {float: right;width:30%;margin-left: 20px;margin-bottom: 20px;}
.photo {padding: 10px;background: #000;border: 5px solid #fff;box-shadow: 2px 4px 5px rgba(0,0,0,0.2);}
.big1 {font-size: 22px;}
.sub .big1 {font-size: 12px;}
.mini1 {font-size: 11px;display: inline-block;line-height: 1.5;}
.sh {display: none;}
.date {text-align: right;color: #999;font-size: 11px;}



/*------------------------------------------------------------------------------------------------------------------------------------------------------
※ここから数ブロック（420px以下環境まで）は、スライドショー表示領域の高さとロゴサイズの再設定です。
面倒ですができるだけ綺麗に表示できるよう細かく設定して下さい。
------------------------------------------------------------------------------------------------------------------------------------------------------*/

/*画面幅1500px以上の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:1500px){

	#top header, #mainimg {height: 900px;}

}

/*画面幅2000px以上の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (min-width:2000px){

	#top header, #mainimg {height: 1227px;}

}

/*画面幅1200px以下の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1200px){

	#top header, #mainimg {height: 627px;}
	
	


/*スクロールしたらフェードイン
---------------------------------------------------------------------------*/
	.toptopic_spacer{margin-top: 0px !important;}
	div.inner.spacer_top{
		padding: 0 !important;
		margin-bottom: 0 !important;
	}


.top_topics_new a div p.topi_title{
	font-size: 115% !important;
} 

.top_topics_new a div span.topi_detail{
	font-size: 88% !important;
} 
	
	
}

/*画面幅1000px以下の設定（スライドショー領域の再設定とロゴ）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){

	#top header, #mainimg {height: 497px;}
	#top #logo img {left: 25px;top: 50px;width: 200px;}

	
	
}

/*画面幅800px以下の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:800px){

	#top header, #mainimg {height: 407px;}

}

/*画面幅620px以下の設定（スライドショー領域の再設定とロゴ）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:620px){

	#top header, #mainimg {height: 327px;}
	#top #logo img {left: 10px;top: 10px;width: 120px;}

}

/*画面幅500px以下の設定（スライドショー領域の再設定）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:500px){

	#top header, #mainimg {height: 267px;}

}

/*画面幅420px以下の設定（スライドショー領域の再設定とロゴ）
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:420px){

	#top header, #mainimg {height: 217px;}
	#top #logo img {left: 10px;top: 10px;width: 90px;}

}



/*画面幅1000px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:1000px){

/*list2ボックス（トップページの「現在の求人」で使っている色のついた各ブロック）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list2 li {
	width: 49%;		/*幅*/
	margin: 10px 0.5%;	/*上下、左右へのボックスの外側へ空けるスペース*/
}
	
.topics_index a:nth-of-type(3) p{
	max-height: 100%;
}
	

}



/*画面を横向きにした場合の高さが500px以下の場合の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (orientation: landscape) and (max-height:500px){

/*メインメニュー
---------------------------------------------------------------------------*/
/*メニュー１個あたりの設定*/
#menubar-s ul li a {
	padding: 10px;		/*メニュー内の余白*/
	float: left;		/*左に回り込み*/
	width: 40%;			/*幅*/
	margin-left: 4%;	/*メニューの左側に空けるスペース*/
}

}



/*画面幅800px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/


@media screen and (max-width:800px){
.sh {display:block;}
.pc {display:none;}	

footer {
	margin-top: 0px !important;
}

/*モバイル端末での文字サイズなど
---------------------------------------------------------------------------*/
	body{
		font-size: 16px;
	}
	
.topics_index div p.top_tit{/*トップトピック*/
	font-size: 110% !important;
}
	
.topics_index div span{/*トップトピック*/
	font-size: 96% !important;
	line-height: 200% !important;
}

h2{/*トップ*/
	font-size: 28px !important;
}
	
.coating_real div p{/*トップ*/
	font-size: 95% !important;
	}
	
.coating_real div p a{/*トップ*/
  text-decoration: underline;
  text-underline-offset: 4px;
line-height: 145%;
	padding: 0 0 3px 0 !important;
	margin-top: -4px !important;
	display: block;
}
	
.coating_real div p a{/*トップ*/
	font-size: 100% !important;
  text-decoration: underline;
  text-underline-offset: 4px;
line-height: 145%;
	padding: 0 0 5px 0 !important;
}
	
	
	
.coating_real div span{/*トップ*/
	font-size: 80% !important;
	display: block !important;
	margin: 0 auto;
	padding: 0 10px !important;
	width: 88% !important;
}
	
.top_movie div span{
	font-size: 80% !important;
	display: block !important;
	margin: 8px auto 0 auto;
	padding: 0 10px !important;
	width: 88% !important;
}
	
.repaircase_body{
	font-size: 80%;	
}
	
.repair_box_01 p,.repair_box_01 dd{	/*板金塗装*/
	line-height: 200% !important;
}
	
div.coating_box_02.coating_box_02_spacer div p{	/*板金塗装*/
	line-height: 200% !important;
}
	
.repair_box_02 p{
	line-height: 200% !important;
}
	
	
.coating_container p{
	line-height: 200% !important;
	padding: 0 !important;
	margin: 0 !important;
}
.sppf_body p{
	line-height: 200% !important;
	}
	
	
.sppf_maing_img{/*sppf*/
		width: 35%;
}	
	
.coating_box_02 div img{/*コーティング*/
		width: 35% !important;
}
	
p.graphene_tit{/*板金塗装コラムのタイトル*/
	line-height: 125% !important;
	overflow: hidden!important;
	height: auto !important;
	padding-bottom: 10px !important;
}
	
#contents h3 {/*その他ページタイトル*/
	margin-left: -10px !important;
}	

.hikaku_tab{/*sppf 比較表の説明*/
	display: block;
		font-size: 77%;
	margin-bottom: 15px;
}
	
.total_p{
		line-height: 200% !important;
}


	
.repaircase_body{
		font-size: 100% !important;
}
	
.topic_body p{
		padding-bottom: 20px !important;
	line-height: 200% !important;
}
	
	.movie_index span{
		display: block;
		padding-top: 5px !important;
		margin-top: 0 !important;
	}

	.company_01 p,.company_02 p,.company_03 p{
		line-height: 200%;
	}	
	
	.company_03 h4{
		margin-bottom: 15px;
	}
	
	
	.setubi_container div span,.setubi_p{
		line-height: 200% !important;
	}

	.setubi_container div div{
		width: 35% !important;
		margin: 10px 10px 10px 0 !important;
	}
	
	.rec_detail{
		line-height: 200% !important;
		margin: 0 !important;
		padding: 0 !important;
	}
	
	
.comp_cell_l{/*会社概要の表*/
	width: 34%;
	text-align: left;
}

.comp_cell_r{/*会社概要の表*/
	width: 66%;
	text-align: left;
}
	
	

/*	板金塗装
---------------------------------------------------------------------------*/	
.repair_box_01 img{	/*板金塗装*/
	width: 30% !important;
}	
	
	
	
/*	板金塗装修理事例
---------------------------------------------------------------------------*/
.repaircase_01 a{
	display: block;
	float: none;
	width: 88% !important;
	border: 1px solid rgba(255,255,255,0.3);
	margin: 0 auto 25px !important;
	clear: both;
}
	
.repaircase_01 a img{
	width: 100%;
	margin: 0;
	padding: 0;
}
	


	

	
	
	
/*スマホ表示の際左下に電話ボタンを固定
---------------------------------------------------------------------------*/
.fixed_btn{/*スマホ表示の際左下に電話ボタンを固定*/
  position: fixed;
  bottom: 25px; 
  left: 10px;
  padding: 0px 3px !important;
  background-color: #fff;
	border-radius: 4px;
	border: 1px solid #fff;
	text-decoration: none !important;
	z-index: 100000;
}

.fixed_btn img{/*スマホ表示の際右下に電話ボタンを固定*/
	width: 44px;
}

.fixed_btn p{/*スマホ表示の際右下に電話ボタンを固定*/
	font-size: 11px;
	margin: 0 !important;
	padding: 0 !important;
	color: #000 !important;
	font-weight: 400;
	text-align: center;
	text-decoration: none !important;
}

	
/*SNSボタン
---------------------------------------------------------------------------*/
.sns_icon{
	padding: 15px 0 0 0 !important;
}


/*	トップトピック
---------------------------------------------------------------------------*/
.top_topics_new a div{
	width: calc(100% - 20px);
	overflow: hidden;
	padding: 15px 10px;
}
	
.top_topics_new a div div.toptopic_pic{
	width: 30%;
	margin: 0 15px 15px 0;
}
	

		



	
	
/* トピック
---------------------------------------------------------------------------*/
.topics_index div{
	border-bottom: 1px solid rgba(255,255,255,0.3);
	clear: both;
	overflow: hidden;
	padding: 20px 5px 25px 5px;
	text-decoration: none;
}
	



div.topics_index a div.topic_pic{
	width: 32% !important;
}

	

/*水性塗料
---------------------------------------------------------------------------*/

.suisei_from_pre div{
	width: 30%;
}	
	
	
/*	板金塗装
---------------------------------------------------------------------------*/
.repair_box_02 img{	
	width: 25%;
}
	
.graphene_tit{
	font-size: 155%;
	height: 65px;
}
	

/*会社概要
---------------------------------------------------------------------------*/
.company_02 img{
	margin: 0 auto 25px auto!important;
	padding: 0 !important;
	float: none;
	 width: 88%;
	clear: both;
	text-align: center;
	display: block !important;
}

.company_02 div{
	width: 100%;
	margin: 0;
	padding: 0;
	float: none;
	clear: both;
}
	
	
/*すべての保険会社に対応
---------------------------------------------------------------------------*/
.hoken_container{
  display: flex;
  flex-direction: column;
}

.hoken_container ul{
	width: 100%;
}	
	
/*その他のサービス
---------------------------------------------------------------------------*/
.total_sapoprt{	
  flex-direction: column;
}

.total_sapoprt div{	
	width: 100%;
}
	
/*SPPF
---------------------------------------------------------------------------*/
.sppf_tab_container{
	overflow-x: scroll;
	padding: 0 !important;
	margin: 0 0 55px 0 !important;
}

div.sppf_tab_container table.tab_sppf{
	width: 100% !important;
	min-width: 1000px;
	margin: 0 !important;
	padding: 0 !important;
/*	white-space: nowrap;*/
}
	
	
	
/*コーティング
---------------------------------------------------------------------------*/

	
.coating_link a:hover{
	text-decoration: underline;
}

	
.coating_real div{
	width: 50%;
	margin: 0 !important;
	padding: 0 0 35px 0!important;
}	
.coating_container{
	background-size: 25% auto,55% auto;
}
	
.coating_title{
	font-size: 195%;
	letter-spacing: -1px;
	line-height: 125%;
	margin: 35px auto;
}
	
.coating_maing_img{
	width: 35%;
}
	
.coating_box_01 ul{
	border: 0px solid #ccc;
	width: 100%;
	display: flex;
    flex-wrap: wrap;
	margin-bottom: 25px;
}

.coating_box_01 ul li{
	list-style: none;
	width: 25%;
	padding: 10px 0;	
}
	
.coating_box_02 div:nth-child(odd),.coating_box_02 div:nth-child(even){
	width: 100%;
	padding: 0 0 55px 0 !important;
}
	
.coating_box_04{/*料金表new*/
	width: 100%;
	display: flex;
	flex-direction: column;
}

.coating_box_04 a{/*料金表new*/
	display: flex;
	align-items: center;
	width: 100%;
	margin: 0 0 15px 0;
	padding: 0;
}
	
	
/*トップページのロゴ画像*/
#top #logo img {
	display: none;
}
	
.slider{/*モバイル表示位置調整メニュー部分の高さを調節*/
		margin-top: 58px;
}
	
.sonota_body{
		padding-top: 57px !important;
}
	
/*その他ヘッダー*/
.sonota_header_kari{
	margin: 0px auto 0px auto !important;
	height:auto;
	position: relative;
	padding-top: 25% !important;
	margin-top: -20px !important; 
}
	
.sonota_header_kari img{
	width: 100%;
	height: 100%;
	position: absolute;
	object-fit: cover;
}
	
.comp_hd img{/*ショップ案内　ヘッダー画像　右下へトリミング*/
	object-position:100% 100% !important;
}

	
/*メインメニュー
---------------------------------------------------------------------------*/
/*アニメーションのフレーム設定。全100コマアニメーションだと思って下さい。透明度(opacity)0%から透明度100%にする指定。*/
@keyframes menu1 {
	0% {opacity: 0;}
	100% {opacity: 1;}
}

/*その他ページ
---------------------------------------------------------------------------*/
.sonota_header{
	display: none;
}
	
/*トップページ
---------------------------------------------------------------------------*/
.top_topic div{	/*トピック*/
	width: 100% !important;
	margin: 0 1% 10px 1%;
}
	
.top_topic div a{
	width: 30%;
	padding-top: 20%;
}
	
.top_topic div p{	
	font-size: 15px!important;
	line-height: 145%;
	margin-bottom: 10px !important;
}

.top_topic div span{
	font-size: 12px;
}
	
/*右上の電話番号等のブロック*/	
.top_access{
	display: none;
}

/*トップページのロゴ画像*/
.logo_top{
	display: none;
}
	

	
.midasi h1 span{
	display: none;
}

	
/*スマホ用メニューブロック*/
#menubar-s {
	display: block;overflow: hidden;
	position: fixed;
	z-index: 100;
	top: 0px !important;
	width: 100%;
	background: rgba(0,0,0,0.8);	/*背景色*/
	border-top: 1px solid #fff;		/*上の線の幅、線種、色*/
	animation-name: menu1;		/*上のkeyframesの名前*/
	animation-duration: 0.5s;	/*アニメーションの実行時間。0.5秒。*/
	animation-fill-mode: both;	/*待機中は最初のキーフレームを、完了後は最後のキーフレームを維持*/
}
/*メニュー１個あたりの設定*/
#menubar-s ul li a {
	display: block;text-decoration: none;
	padding: 10px 15px;	/*上下、左右へのメニュー内の余白*/
	border-bottom: 1px solid #fff;	/*下の線の幅、線種、色*/
	color: #fff;		/*文字色*/
	font-size: 16px;	/*文字サイズ*/
}
/*飾り文字*/
#menubar-s ul li span {
	display: block;
	font-size: 10px;	/*文字サイズ*/
	color: #999;		/*文字色*/
}
/*PC用メニューを非表示にする*/
#menubar {display: none;}

/*３本バーアイコン設定
---------------------------------------------------------------------------*/
/*３本バーブロック*/
#menubar_hdr {
	display: block;
	position: fixed;z-index: 100;
	top: 12px;		/*上から8pxの場所に配置*/
	right: 10px;	/*右から10pxの場所に配置*/
	border-radius: 0;	/*円形にする*/
	border: 1px solid #fff;
}
/*アイコン共通設定*/
#menubar_hdr.close,
#menubar_hdr.open {
	width: 50px;	/*幅*/
	height: 50px;	/*高さ*/
}
/*三本バーアイコン*/
#menubar_hdr.close {
	background: #768DB4 url(../images/icon_menu.png) no-repeat center top/50px;	/*背景色、背景画像の読み込み、画像の上半分（３本マーク）を表示。幅は50px。*/
}
/*閉じるアイコン*/
#menubar_hdr.open {
	background: #768DB4 url(../images/icon_menu.png) no-repeat center bottom/50px;	/*背景色、背景画像の読み込み、画像の下半分（×マーク）を表示。幅は50px。*/
}

/*fixmenu設定（メニューが画面上部に到達した際のスタイル）
---------------------------------------------------------------------------*/
/*fixmenuから折りたたみメニューになるのでリセット。*/
body.is-fixed-menu #contents {
	margin-top: 0px;
}

/*main,subコンテンツ
---------------------------------------------------------------------------*/
.main,.sub {
	float: none;
	width: auto;
}

/*その他
---------------------------------------------------------------------------*/
body.s-n .sub,body.s-n #footermenu {display: none;}
.big1 {font-size: 20px;}
.w50 {overflow: hidden;width: auto;}
.fl {float: none;}
.fr {float: none;}

}



/*画面幅480px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:480px){


	
/*全体の設定
---------------------------------------------------------------------------*/
body {
	font-size: 12px;	/*文字サイズ*/
	line-height: 1.5;	/*行間*/
}
	
/*コーティング
---------------------------------------------------------------------------*/
.table-wrap{
	overflow:scroll;
	width: 100%;
	height: 300px;
}

/*.yunyusya{
	height: 438px !important;
}*/

.coating_box_03 table{	
	border-collapse: separate;
	border: 0px solid rgba(255,255,255,0.3);
	width: 100%;
	min-width: 480px;
	min-height: 500px;
}

/*inner
---------------------------------------------------------------------------*/
.inner {
	padding-left: 2% !important;
	padding-right: 2% !important;
}

/*コンテンツ（mainとsubを囲むブロック。１カラム時の場合はメインコンテツを囲むブロック。）
---------------------------------------------------------------------------*/
#contents {
	padding: 20px 0px;	/*上下、左右へのブロック内の余白*/
}
/*contentsの中にあるinner*/
#contents .inner {
	padding: 20px 0px;	/*上下、左右へのブロック内の余白*/
}
	

	
/*h2,h3タグ*/
#contents h2 {
	font-size: 20px;	/*文字サイズ*/
}
/*h2タグのspan（装飾用）タグ*/
#contents h2 span {
	font-size: 10px;	/*文字サイズ*/
	letter-spacing: 0.2em;	/*文字間隔を広くとる設定*/
}
/*h3タグ*/
#contents h3 {
	font-size: 20px;	/*文字サイズ*/
	padding-left: 10px;
}
/*h3タグの１文字目*/
#contents h3::first-letter {
	padding-left: 10px;	/*線と文字との余白*/
}
/*段落タグ*/
#contents p {
	padding: 0 10px 20px;
}

/*求人一覧ページの各ブロック
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list {
	padding: 10px;		/*ボックス内の余白*/
	margin-bottom: 20px;	/*ボックス間の余白*/
}
/*ボックス内のh4タグ設定*/
.list h4 {
	font-size: 20px;	/*文字サイズ*/
}

/*list2ボックス（トップページの「現在の求人」で使っている色のついた各ブロック）
---------------------------------------------------------------------------*/
/*各ボックスの設定*/
.list2 li {
	width: auto;		/*幅*/
	margin: 0 0 10px;	/*上、左右、下へのボックスの外側へ空けるスペース*/
}
.list2 a {
	height: auto;	/*ボックスの高さ*/
	padding: 10px;	/*ボックス内の余白*/
}
/*ボックス内の画像。※imgタグにclass="img"をつけた場合。*/
.list2 .img {
	height: auto;
	width: 10%;
}
/*件数のテキスト。※list2内でspanタグで囲った場合。*/
.list2 span {
	font-size: 20px;/*文字サイズ*/
	right: 20%;		/*右から20%の場所に配置*/
	bottom: 6px;	/*下から6pxの場所に配置*/
}

/*一覧ページのボックス内の右上のマーク
（CMSの場合は管理ページだと「オプション1」～のプルダウン、setup.phpだと「オプション選択肢」に関連します）
---------------------------------------------------------------------------*/
/*option1〜option3、と、newアイコン共通*/
.option1,.option2,.option3,.new {
	font-size: 10px;	/*文字サイズ*/
	width: 50px;		/*幅*/
	line-height: 20px;	/*高さ*/
	right: 10px;	/*右から10pxの場所に配置*/
}

/*フッターメニュー
---------------------------------------------------------------------------*/
/*ボックス全体*/
#footermenu {
	display: none;	/*画面領域が狭いので非表示に。*/
}

/*テーブル（ta1）
---------------------------------------------------------------------------*/
/*ta1設定*/
.ta1, .ta1 td, .ta1 th {
	padding: 5px;	/*ボックス内の余白*/
}
/*ta1の左側ボックス*/
.ta1 th {
	width: 100px;
}

/*その他
---------------------------------------------------------------------------*/
.photo {padding: 5px;border: 2px solid #fff;}
.ws,.wl {width: 94%;}
.fl {float: none;}
img.fl {float: none;display: block;width:90%;margin: 0 auto 20px;}
.fr {float: none;}
img.fr {float: none;display: block;width:90%;margin: 0 auto 20px;}
.big1 {font-size: 16px;}


}





/*画面幅360px以下の設定
------------------------------------------------------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:360px){

/*ta1設定
---------------------------------------------------------------------------*/
/*labelタグを2列から1列表示にする（CMS用）*/
.ta1.cms td label {
	float: none;
	width: 100%;
}

}
