@charset "UTF-8";
/* CSS Document */

body {
	font-family: ヒラギノ角ゴ Pro,Hiragino Kaku Gothic Pro,メイリオ,Meiryo,Osaka,ＭＳ Ｐゴシック,MS PGothic,sans-serif;
}

/* トップへ戻るボタン */

#page-top {
    position: fixed;
    bottom: 20px;
    right: 20px;
    font-size: 77%;
}
#page-top a {
	text-decoration: none;
	color: #fff;
	width: 100px;
	padding: 15px 0;

}
#page-top a:hover {
    text-decoration: none;
}



/* ------------------------------------------------------------ */
/* ＰＣ用 */
/* ------------------------------------------------------------ */

@media print, screen and (min-width:1024px)  {
.pc-off{display:none;}

#content_head{
	width: 1200px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 20px;
	padding-left: 20px;
	padding-top: 30px;
	}

.content{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 140px;
	}

.content h2{
	background-color: #b81c22;
	padding: 5px;
	font-size: 43px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	color: #FFFFFF;
}

.content .item h3{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: #b81c22;
	padding-top: 20px;
	padding-bottom: 20px;
}


.content .text_chousei{
	letter-spacing: -0.05em;
}

/* 背景画像用 */
.topfoot_imgbg{
	background-image: url(../images/top_footer.jpg);
	background-repeat: no-repeat;
	height: 800px;
	background-size: cover;
	background-position: center center;
}
/* 背景画像用 12/22変更*/
.topfoot_imgbg2{
	background-image: url(../images/top_footer2.jpg);
	background-repeat: no-repeat;
	height: 650px;
	background-size: cover;
	background-position: center center;
}



/* 詳細ボタン用 */

/* 赤 */
a.btn_12 { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 90px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 190px;
}
a.btn_12::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_12:hover {
	color: #fff;
	background-color: #F4252F;
}

/* 青 */
a.btn_13 { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #004376;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 90px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 190px;
	cursor: pointer;
}
a.btn_13::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_13:hover {
	color: #fff;
	background-color: #0068BA;
}

/* 白 */
a.btn_wh {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #4b4848;
	border-radius: 1vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	width: 230px;
	background-color: #FFFFFF;
}
a.btn_wh::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #4b4848;
	border-right: 2px solid #4b4848;
	transform: rotate(45deg);
	margin-left: 10px;
}
a.btn_wh:hover {
	color: #FFFFFF;
	background-color: #b81c22;
}


/* 背景色用 */
#bg_img{
	padding-top: 130px;
	background-image: url(../images/top_text_bg);
	}

 /* フレックスボックス */

.flex_box {
    display: flex;  
	gap: 20px;
}

.flex_box  img{width: 100%;padding-bottom: 10px;}

.item{
	width: 33%;
	text-align: left;
	border-radius: 30px;
	background-image: url(../images/top_text_bgcr.png);
	mix-blend-mode: multiply;
	font-size: 20px;
	line-height: 36px;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.item p{
	font-size: 20px;
	line-height: 36px;
	padding-bottom: 20px;
}



.flex_box50 {
	display: flex;
	gap: 20px;
	padding-top: 50px;
	margin-bottom: 110px;
}


.item50{
	width: 50%;
	text-align: left;
	border-radius: 30px;
	background-image: url(../images/top_text_bgcr2.png);
	mix-blend-mode: multiply;
	padding-top: 30px;
	padding-right: 20px;
	padding-bottom: 20px;
	padding-left: 20px;
}

.item50 p{
	font-size: 20px;
	line-height: 36px;
	padding-bottom: 10px;
	}



.flex_box50  img{width: 100%;padding-bottom: 10px;}

.content .item50 h3{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color:#004376;
}


.flex_boxbg {
    display: flex;  
	gap: 20px;
	background-image: url(../images/top_text_bgcr.png);
	mix-blend-mode: multiply;
	border-radius: 30px;
	padding-top: 40px;
	padding-left: 20px;
	padding-right: 20px;
	padding-bottom: 10px;
}

.flex_boxbg img{width: 100%;padding-bottom: 10px;}

.item_bgnone{
	width: 33%;
	text-align: left;
	border-radius: 30px;
	padding: 10px;
}

.item_bgnone h3{
	font-size: 34px;
	font-weight: bold;
	text-align: center;
	color: #b81c22;
}

.item_bgnone a,a:hover {
  color: #b81c22;
  text-decoration: none;
}

.item_bgnone a:hover {
	color: #F4252F;
}

/* ヘッダー*/

header{display: flex;
flex-flow: row wrap-reverse;
	}

.inquiry{
	margin-left: 80px;
	width: 800px;
}

.inquiry img{
	margin-left: 20px;
	vertical-align: middle;
}

	

/* 表示ページのメニューデザイン */

a.active {
  background-color: #E50011;
  color: #fff;
}


/* ドロップダウンメニュー */
#pc_menu {
	text-align: center;
	font-size: 20px;
	font-weight: bold;
	}

#pc_menu ul{
	display: -webkit-flex;display: flex;
	-webkit-flex-wrap: wrap;flex-wrap: wrap;
	box-sizing:border-box;
	-webkit-justify-content: space-between;
    justify-content: space-between;
	}

#pc_menu ul li{
	-webkit-flex-grow:1;flex-grow:1;
	margin:0 1px;position: relative;
	}
#pc_menu ul li a{
	display:block;
	background:#fff;
	padding-bottom: 10px;
	padding-right: 20px;
	padding-left: 20px;
	}
#pc_menu ul li a:hover{background:#fff;}


#pc_menu ul li  ul{
	display: -webkit-flex;display: flex;
	-webkit-flex-direction: column;flex-direction: column;
	position: absolute;}

#pc_menu  ul li:hover > ul{
	z-index: 3;
	width: 100%;
	margin-top: 5px;
	margin-right: auto;
	margin-bottom: 0;
	margin-left: auto;
	}

#pc_menu ul li > ul > li{
	overflow: hidden;
	height: 0;
	transition: .2s;
	width: 290px;
	text-align:left;
	line-height:29px;
	}
#pc_menu  > ul > li:hover > ul li{
	overflow: visible;
	height: 38px;
	border-bottom:1px solid #ccc;
	}
#pc_menu  > ul > li:hover > ul li:first-child{
	border-top:1px solid #ccc;
	}

#pc_menu ul > li > ul > li a{background:#ededed;}

#pc_menu p a {
  position: relative;
  display: inline-block;
  text-decoration: none;
}
#pc_menu p a::after {
	position: absolute;
	bottom: 8px;
	left: 0;
	content: '';
	width: 100%;
	height: 4px;
	transform: scale(0, 1);
	transform-origin: left top;
	transition: transform .3s;
	background-color: #b81c22;
}
#pc_menu p a:hover::after {
  transform: scale(1, 1);
}

/* ドロップダウンメニューend */


/* スライドショー */
.bg-slider {
	width: 100%;
	height: 790px;
	background-position: center center;
	background-size: cover;
	display: flex;
	border-bottom-width: 15px;
	border-bottom-style: solid;
	border-bottom-color: #b81c22;
	border-top-width: 15px;
	border-top-style: solid;
	border-top-color: #b81c22;
}

.bg-slider div{
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 20px;
}

.bg-slider div img{
	width: 747px;
}

/* スライドショー end */



/* フッター */
#footer{
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	background-color: #4b4848;
	height: 280px;
	padding-top: 20px;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #b81c22;
	font-size:16px;
	}

.content_footer{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 150px;
	display: flex;
	gap: 20px;	
	}
	
/* フッター会社情報 */
.company_footer{width:310px;}
#footer h4{
	font-size: 26px;
	font-weight: bold;
}
	
/* フッターメニュー */
.footer_menu {
    display: flex;  
	gap: 20px;
	width:700px;
	margin-left: 110px;
}

.footer_menuitem {
    width: 33%;
	text-align: left; 
	margin-top: 50px;         
}
.footermenu_textchousei{
	padding-left: 20px;
}


/* リンクの設定 */
#footer ul li a {
	display: #FFF;
	color: #FFF;
}

#footer ul li a:hover {
	transition: all 0.3s;
	color: #E50011;
}

.cr{
	font-size: 16px;
	text-align: center;
	background-color: #000000;
	padding-top: 45px;
	padding-bottom: 10px;
	color: #FFFFFF;
	height: 60px;
}

/* フッター end*/


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 SS事業部
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.u-tittle{
	background-image: url(../servicestation/images/servicestation_title.png);
	height: 377px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 下部ページタイトル 20250314　変更*/

.u-tittle_2025{
	background-image: url(../servicestation/images/ss_title_2025.jpg);
	height: 377px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


/* 見出し赤 */
.ss_tittle{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 3px;
	font-size: 43px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 60px;
	margin-top: 80px;
	color: #FFFFFF;
	}

/* 店舗情報 */
.flex_ss{
	display: flex;
	gap: 20px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 70px;
	}

.flex_ss h2{
	padding-top: 50px;
	margin-bottom: 50px;
}


.item_ss{
	width: 50%;
	text-align: left;
}
.item_ss .img_chousei{
	margin: auto;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.item_ss h3{
	background: transparent;
	padding-left: 10px;
	font-size: 36px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 41px;
	margin-bottom: 30px;
}

/* 背景色用 */
#ssbg_img{
	padding-top: 70px;
	background-image: url(../servicestation/images/002_bg.jpg);
	padding-bottom: 20px;
	margin-bottom: 70px;
	}
#ssbg_img2{
	padding-top: 70px;
	background-image: url(../servicestation/images/002campaign_bg.jpg);
	padding-bottom: 20px;
	}



/* 表 */

.ss_hyo{
	margin-top: 75px;
}

.ss_hyo table{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	font-size:16px;
	margin-bottom: 10px;
	line-height: 27px;
}
.ss_hyo tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px;
	display: block;
}

.ss_hyo th{
	width: 140px;
}

.ss_hyo th .text{
	background-color: #4b4848;
	color: #FFFFFF;
	text-align: center;
	width: 110px;
	padding: 10px;
	vertical-align: text-top;
}



/* 詳細ボタン赤 */
a.btn_ss { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	width: 350px;
	font-size: 18px;
}
a.btn_ss::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_ss:hover {
	color: #fff;
	background-color: #F4252F;
}

/* キャンペーン */

#ssbg_img2{
	padding-top: 70px;
	background-image: url(../servicestation/images/002campaign_bg.jpg);
	padding-bottom: 130px;
	}


.ss_campaigntext{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size: contain;
	max-width: 100%;
	padding: 5px;
	font-size: 43px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	color: #b81c22;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 石油配送事業
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.oil-tittle{
	background-image: url(../oil/images/oil_title.jpg);
	height: 377px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;}

/* 20250313更新*/
.oil-tittle2025{
	background-image: url(../oil/images/oil_title_2025.jpg);
	height: 377px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;}



/* 見出し赤 */
.oil_tittle2{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 3px;
	font-size: 43px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
	margin-top: 80px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_oil{
	display: flex;
	gap: 20px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 30px;
	}

.flex_oil h2{
	padding-top: 50px;
	margin-bottom: 50px;
}


.item_oil{
	width: 50%;
	text-align: left;
	font-size: 21px;
}

.item_oil2{
	width: 60%;
	text-align: left;
	font-size: 21px;
}
.item_oil3{
	width: 40%;
	text-align: left;
	font-size: 21px;
}



.item_oil img{
padding-top: 85px;
}

.item_oil3 img{
padding-top: 65px;
}



.item_oil_h3{
	background: transparent;
	padding-left: 10px;
	font-size: 36px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 41px;
	margin-bottom: 30px;
}

.item_oil_h3nob{
	font-size: 29px;
	font-weight: bold;
	color: #b81c22;
	line-height: 50px;
	margin-bottom: 10px;
}

.oil_text{
	font-size: 36px;
	font-weight: bold;
	text-align: center;
}

.oil_img{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 150px;
	}

/* ロゴ */
.flex_oil2{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 30px;
	}

.flex_oil2 img{
	height: 50px;
	margin-right: 40px;
	margin-bottom: 50px;
}

.flex_oil2 div{
	margin-top: 50px;
}

/* ロゴ テキスト追加更新 20241030 */
.flex_oil3{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 30px;
	}
.flex_oillogo{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.flex_oillogo img{
	height: 50px;
}

.flex_oillogo div{
	margin-right: 40px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}

.oil_contact{margin-bottom: 300px;}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 不動産事業部
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.realestate-tittle{
	background-image: url(../realestate/images/realestate_title.png);
	height: 377px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.realestate_tittle{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 3px;
	font-size: 43px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 80px;
	color: #FFFFFF;
	}
	
/* 見出し黒 */
.realestate_tittle2{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #4b4848;
	padding: 5px;
	font-size: 32px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 70px;
	color: #FFFFFF;
	}


/* 店舗情報 */
.flex_realestate{
	display: flex;
	gap: 20px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 70px;
	padding-top: 50px;
	}

.flex_realestate h2{
	padding-top: 50px;
	margin-bottom: 50px;
}


.item_realestate{
	width: 50%;
	text-align: left;
}
.item_realestate img{
	margin: auto;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.item_realestate h3{
	background: transparent;
	padding-left: 10px;
	font-size: 36px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 45px;
	margin-bottom: 30px;
}

.realestate_chousei{padding-top: 150px;}


/* 背景色用 */
#realestatebg_img{
	padding-top: 70px;
	background-image: url(../realestate/images/002bg.png);
	padding-bottom: 20px;
	}




/* 表 */

.realestate_hyo{
	margin-top: 90px;
}

.realestate_hyo table{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	font-size:16px;
	margin-bottom: 10px;
	line-height: 27px;
}
.realestate_hyo tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px;
	display: block;
}

.realestate_hyo th{
	width: 140px;
	padding-right: 10px;
}

.realestate_hyo th .text{
	background-color: #4b4848;
	color: #FFFFFF;
	text-align: center;
	width: 110px;
	padding: 10px;
	vertical-align: text-top;
}



/* 詳細ボタン赤 */
a.btn_realestate { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	width: 250px;
	font-size: 18px;
}
a.btn_realestate::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_realestate:hover {
	color: #fff;
	background-color: #F4252F;
}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 車検
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.vehicleinspection-tittle{
	background-image: url(../vehicleinspection/images/vehicleinspection_title.jpg);
	height: 377px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.vehicleinspection_tittle2{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 3px;
	font-size: 43px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
	margin-top: 80px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_vehicleinspection{
	display: flex;
	gap: 20px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 70px;
	padding-left: 70px;
	}

.flex_vehicleinspection h2{
	padding-top: 50px;
	margin-bottom: 50px;
}


.item_vehicleinspection{
	width: 50%;
	text-align: left;
	font-size: 21px;
}

/* 背景色用 */
#vehicleinspection_img{
	padding-top: 130px;
	background-image: url(../realestate/images/002bg.png);
	padding-bottom: 10px;
	line-height: 27px;
	}

.item_vehicleinspection_h3{
	background: transparent;
	padding-left: 10px;
	font-size: 36px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 41px;
}

.flex_vehicleinspection2{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 70px;
	padding-left: 70px;
	}


.flex_vehicleinspection2 div{
	margin-top: 40px;
	font-size: 20px;
	}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 整備メンテナンス
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.maintenance-tittle{
	background-image: url(../maintenance/images/maintenance_title.jpg);
	height: 377px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.maintenance_tittle{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 3px;
	font-size: 43px;
	font-weight: bold;
	text-align: center;
	margin-top: 80px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_maintenance{
	display: flex;
	gap: 20px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 70px;
	padding-top: 120px;
	}

.item_maintenance{
	width: 50%;
	text-align: left;
	font-size: 21px;
}

/* 背景色用 */
#maintenance_img{
	background-image: url(../realestate/images/002bg.png);
	padding-bottom: 20px;
	}

.item_maintenance h3{
	background: transparent;
	padding-left: 20px;
	font-size: 36px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 13px;
	line-height: 50px;
	margin-bottom: 30px;
}

.item_maintenance_img{
	padding-top: 85px;
}
	
/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 コーティング
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/


/* 下部ページタイトル*/
.coating-tittle{
	background-image: url(../coating/images/coating_title.jpg);
	height: 377px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.coating_tittle{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 3px;
	font-size: 43px;
	font-weight: bold;
	text-align: center;
	margin-top: 80px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_coating{
	display: flex;
	gap: 20px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 30px;
	padding-top: 70px;
	}
.flex_coating2{
	display: flex;
	gap: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-top: 40px;
	}
.flex_coating3{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 70px;
	padding-top: 130px;
	}

.flex_coating3 img{
	padding-bottom: 60px;
	padding-top: 20px;
	}



.item_coating{
	width: 50%;
	text-align: left;
	font-size: 21px;
}

.item_coating2{
	width: 33%;
	text-align: left;
	font-size: 21px;
}

.coating_content div{
	text-align: left;
	font-size: 21px;
	}



.item_coating2 .cooting_text{
	color: #b81c22;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b81c22;
	border-bottom-color: #b81c22;
	font-size: 24px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 30px;
}


/* 背景色用 */
#coating_img{
	background-image: url(../coating/images/coating_bg.png);
	padding-bottom: 20px;
		}

.item_coating_h3{
	background: transparent;
	padding-left: 10px;
	font-size: 36px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 41px;
	margin-bottom: 30px;
}

.coating_content{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-top: 120px;
	}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
会社概要
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.company-tittle{
	background-image: url(../company/images/company_title.jpg);
	height: 377px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.company_tittle2{
	width: 1060px;
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 3px;
	font-size: 43px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_company{
	display: flex;
	gap: 20px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 70px;
	}

.flex_company2{
	display: flex;
	gap: 20px;
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 30px;
	padding-top: 130px;
	}

.item_company{
	width: 70%;
	text-align: left;
	font-size: 21px;
}

.item_company_h3{
	background: transparent;
	padding-left: 10px;
	font-size: 36px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 41px;
	margin-bottom: 30px;
}

.flex_company2 .item_company{
	width: 60%;
	text-align: left;
	font-size: 21px;
}
.flex_company2 .item_company2{
	width: 40%;
	text-align: left;
	font-size: 21px;
	padding-top: 80px;
}
.flex_company2 .item_company3{
	width: 75%;
	text-align: left;
	font-size: 21px;
}
.flex_company2 .item_company4{
	width: 25%;
	text-align: center;
	font-size: 21px;
	padding-top: 80px;
}
.company_img{
	margin-top: 80px;
}



/* 背景色用 */
.company_bg{
	background-image: url(../company/images/001bg.jpg);
	padding-bottom: 20px;
	padding-top: 40px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
	
.company_bg2{
	background-image: url(../company/images/company_bg.png);
	padding-bottom: 20px;
	}

.company_bg3{
	background-image: url(../company/images/010bg.jpg);
	padding-bottom: 120px;
	padding-top: 50px;
	}
		
	
/* 表 */

.company_hyo{
	margin-top: 40px;
}

.company_hyo table{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 21px;
	margin-bottom: 10px;
	line-height: 38px;
}
.company_hyo tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 10px;
	display: block;
}

.company_hyo th{
	width: 150px;
}
.company_hyo td{
	padding-left: 20px;
}

.company_hyo th .text{
	background-color: #4b4848;
	color: #FFFFFF;
	text-align: center;
	width: 170px;
	vertical-align: text-top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}

**********

.company_hyo2{
	margin-top: 40px;
}

.company_hyo2 table{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 21px;
	margin-bottom: 10px;
	line-height: 38px;
}
.company_hyo2 tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 20px;
	display: block;
}

.company_hyo2 th{
	width: 150px;
}
.company_hyo2 td{
	padding-left: 20px;
}

.company_hyo2 th .text{
	background-color: #4b4848;
	color: #FFFFFF;
	text-align: center;
	width: 170px;
	vertical-align: text-top;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 10px;
}



.company4_img{
	padding-bottom: 25px;
}
.company4_img2{
	padding-bottom: 10px;
	padding-top: 350px;
}



/* 青ボタン */
a.btn_company { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #004376;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 60px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 180px;
	font-size: 18px;
}
a.btn_company::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_company:hover {
	color: #fff;
	background-color: #0068BA;
}

/* 青ボタン２ */
a.btn_company2 { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #004376;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 5px;
	padding-right: 10px;
	padding-bottom: 5px;
	padding-left: 30px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 160px;
	font-size: 15px;
}
a.btn_company2::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 30px;
}
a.btn_company2:hover {
	color: #fff;
	background-color: #0068BA;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
採用情報
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.recruitment-tittle{
	background-image: url(../recruitmentinformation/images/recruitmentinformation_title.jpg);
	height: 377px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.item_recruitment_h3{
	background: transparent;
	padding-left: 20px;
	font-size: 36px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 13px;
	line-height: 50px;
	margin-bottom: 30px;
}

.recruitment_content{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 70px;
	padding-top: 120px;
	font-size: 21px;
	height: 900px;
	}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
プライバシーポリシー
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.privacypolicy-tittle{
	background-image: url(../privacypolicy/images/privacypolicy_title.jpg);
	height: 410px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.privacypolicy_h3{
	background: transparent;
	padding-left: 20px;
	font-size: 36px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 13px;
	line-height: 50px;
	margin-bottom: 30px;
}

.privacypolicy_content{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 70px;
	padding-top: 120px;
	font-size: 21px;
	}
.privacypolicy_content h4{font-size: 24px;}	
.privacypolicy_content li {	margin-left: 15px;text-indent: -19px;}
.privacypolicy_content div {margin-bottom: 70px;}	
	
/*★★★★★★★★★
 お問い合わせフォーム
★★★★★★★★★*/

/* 下部ページタイトル*/
.contact-tittle{
	background-image: url(../contact/images/contact_title.jpg);
	height: 377px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.contact_content{
	width: 1060px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 70px;
	padding-left: 70px;
	padding-bottom: 70px;
	padding-top: 120px;
	font-size: 21px;
	}
/*フォーム*/

#formWrap {
	width: 100%;
	line-height: 120%;
	font-size: 21px;
	margin-top: 0;
	margin-right: auto;
	margin-bottom: 50;
	margin-left: auto;
}
table.formTable{
	width:100%;
	margin:0 auto;
}
table.formTable td,table.formTable th{
	padding:20px;
}
table.formTable th{
	width: 30%;
	font-weight: normal;
	text-align: left;
}

table.formTable tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.formWrap_input{
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px;
	background: #f2f2f2;
	border: 1px solid #f2f2f2
  }

.formWrap_textarea {
  	padding:15px;
	width:100%;
  	border-radius: 10px;
 	background: #f2f2f2;
	border: 1px solid #f2f2f2
}

#form_chousei{width:100%;padding-left: 10px;}



#formWrap .btn {
	color: #FFFFFF;
	background-color: #004376;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 30px;
	border: none;  /* 枠線を消す */
}


/* 詳細ボタン赤 */

#button{
	text-align: center;
	padding-top: 100px;
}

.btn_realestate { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	width: 550px;
	font-size: 18px;
}
.btn_realestate::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
.btn_realestate:hover {
	color: #fff;
	background-color: #F4252F;
}



/* 赤 */
.contact_content .btn_15 { 
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 200px;
}
.contact_content .btn_15::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
.contact_content .btn_15:hover {
	color: #fff;
	background-color: #F4252F;
}



/* 青 */
.contact_content .btn_14 { 
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #004376;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 200px;
	cursor: pointer;
}
.contact_content .btn_14::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
.contact_content .btn_14:hover {
	color: #fff;
	background-color: #0068BA;
}


}
/* ------------------------------------------------------------ */
/* タブレット用 */
/* ------------------------------------------------------------ */
@media print, screen and (min-width:737px) and (max-width:1023px)  {

.tb-off{display:none;}



.content{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-bottom: 150px;
	}

.content h2{
	background-color: #b81c22;
	padding: 5px;
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	color: #FFFFFF;
	margin-top: 50px;
}

.content h3{
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	color:#b81c22;
	letter-spacing: 0.12em;
}


.content .text_chousei{
	letter-spacing: -0.1em;
}


/* 背景画像用 */
.topfoot_imgbg{
	background-image: url(../images/top_footer.jpg);
	background-repeat: no-repeat;
	height: 330px;
	background-size: cover;
	background-position: center center;
}

/* 背景画像用 12/22変更*/
.topfoot_imgbg2{
	background-image: url(../images/top_footer2.jpg);
	background-repeat: no-repeat;
	height: 300px;
	background-size: cover;
	background-position: center center;
}


#bg_img{
	background-image: url(../images/top_text_bg);
	padding-top: 20px;
	}


/* 詳細ボタン用 */

/* 赤 */
a.btn_12 { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 50px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
a.btn_12::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_12:hover {
	color: #fff;
	background-color: #F4252F;
}

/* 青 */
a.btn_13 { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #004376;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 90px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 190px;
}
a.btn_13::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_13:hover {
	color: #fff;
	background-color: #0068BA;
}

/* 白 */
a.btn_wh {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #4b4848;
	border-radius: 1vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	background-color: #FFFFFF;
}
a.btn_wh::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #4b4848;
	border-right: 2px solid #4b4848;
	transform: rotate(45deg);
	margin-left: 10px;
}
a.btn_wh:hover {
	color: #FFFFFF;
	background-color: #b81c22;
}




/* サブメニュー */
.sub-menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.sub-menu ul{
	margin: 0px;
	padding-left: 0px;
}

.sub-menu li{
	background-color: #b81c22;
	list-style: none;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 10px;
}
.sub-menu li a{
	color: #FFF;
}

 /* フレックスボックス */

.flex_box {
    display: flex;  
	gap: 10px;
	padding-left: 10px;
	padding-right: 10px;
}

.flex_box  img{width: 100%;padding-bottom: 10px;}

.item{
	width: 30%;
	text-align: left;
	border-radius: 30px;
	background-image: url(../images/top_text_bgcr.png);
	padding: 10px;
	mix-blend-mode: multiply;
}

.flex_box50 {
	display: flex;
	gap: 20px;
	padding-top: 50px;
	margin-bottom: 50px;
	padding-left: 10px;
	padding-right: 10px;
}


.item50{
	width: 50%;
	text-align: left;
	border-radius: 30px;
	background-image: url(../images/top_text_bgcr2.png);
	padding: 20px;
	mix-blend-mode: multiply;
}

.flex_box50  img{width: 100%;padding-bottom: 10px;}

.content .item50 h3{
	font-size: 25px;
	font-weight: bold;
	text-align: center;
	color:#004376;
	letter-spacing: 0.12em;
}


.flex_boxbg {
    display: flex;  
	gap: 20px;
	background-image: url(../images/top_text_bgcr.png);
	mix-blend-mode: multiply;
	border-radius: 30px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-left: 10px;
	margin-right: 10px;
}

.flex_boxbg img{width: 100%;padding-bottom: 10px;}

.item_bgnone{
	width: 33%;
	text-align: left;
	border-radius: 30px;
	padding: 10px;
}

.item_bgnone a,a:hover {
  color: #b81c22;
  text-decoration: none;
}

	
/* スライドショー */
.bg-slider {
	width: 100%;
	height: 500px;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #b81c22;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #b81c22;
}

.bg-slider div{
	margin-top: 70px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 100px;
}

.bg-slider div img{
	width: 450px;
}


/* スライドショー end */

/* フッター */
#footer{
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	background-color: #4b4848;
	padding-top: 20px;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #b81c22;
	font-size:13px;
	padding-bottom: 20px;
	}

.content_footer{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 20px;
	padding-left: 30px;
	display: flex;
	gap: 20px;	
	}
	
/* フッター会社情報 */
#footer h4{
	font-size: 26px;
	font-weight: bold;
}
	
/* フッターメニュー */
.footer_menu {
    display: flex;  
	gap: 20px;
}

.footer_menuitem {
	text-align: left;        
}


/* リンクの設定 */
#footer ul li a {
	display: #FFF;
	color: #FFF;
}

#footer ul li a:hover {
	transition: all 0.3s;
	color: #E50011;
}

.cr{
	font-size: 14px;
	text-align: center;
	background-color: #000000;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #FFFFFF;
}

/* フッター end*/

/* リンクの設定 */
#footer ul li a {
	display: #FFF;
	color: #FFF;
}

#footer ul li a:hover {
	transition: all 0.3s;
	color: #E50011;
}
/* フッター end*/


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 SS事業部
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.u-tittle{
	background-image: url(../servicestation/images/servicestation_title.png);
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.u-tittle_2025{
	background-image: url(../servicestation/images/ss_title_2025.jpg);
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}


/* 見出し赤 */
.ss_tittle{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 3px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 70px;
	color: #FFFFFF;
	}

/* 店舗情報 */
.flex_ss{
	display: flex;
	gap: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 70px;
	}

.flex_ss h2{
	padding-top: 50px;
	margin-bottom: 50px;
}


.item_ss{
	width: 50%;
	text-align: left;
}
.item_ss .img_chousei{
	margin: auto;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.item_ss h3{
	background: transparent;
	padding-left: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 30px;
	margin-bottom: 30px;
}

/* 背景色用 */
#ssbg_img{
	padding-top: 70px;
	background-image: url(../servicestation/images/002_bg.jpg);
	padding-bottom: 20px;
	margin-bottom: 70px;
	}
#ssbg_img2{
	padding-top: 70px;
	background-image: url(../servicestation/images/002campaign_bg.jpg);
	padding-bottom: 20px;
	}



/* 表 */

.ss_hyo{
	padding-right: 10px;
}

.ss_hyo table{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	font-size:14px;
	margin-bottom: 10px;
	line-height: 25px;
}
.ss_hyo tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px;
	display: block;
}

.ss_hyo th{
	padding-right: 10px;
}

.ss_hyo th .text{
	background-color: #4b4848;
	color: #FFFFFF;
	text-align: center;
	width: 80px;
	padding: 10px;
	vertical-align: text-top;
}



/* 詳細ボタン赤 */
a.btn_ss { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	width: 350px;
	font-size: 18px;
}
a.btn_ss::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_ss:hover {
	color: #fff;
	background-color: #F4252F;
}

/* キャンペーン */

#ssbg_img2{
	padding-top: 70px;
	background-image: url(../servicestation/images/002campaign_bg.jpg);
	padding-bottom: 100px;
	}


.ss_campaigntext{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size: contain;
	max-width: 100%;
	padding: 5px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	color: #b81c22;
}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 石油配送事業
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.oil-tittle{
	background-image: url(../oil/images/oil_title.jpg);
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;}

.oil-tittle2025{
	background-image: url(../oil/images/oil_title_2025.jpg);
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;}


/* 見出し赤 */
.oil_tittle2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 3px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
	margin-top: 70px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_oil{
	display: flex;
	gap: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 70px;
	}

.flex_oil h2{
	padding-top: 50px;
	margin-bottom: 50px;
}


.item_oil{
	width: 50%;
	text-align: left;
	font-size: 21px;
}

.item_oil2{
	width: 60%;
	text-align: left;
	font-size: 21px;
}
.item_oil3{
	width: 40%;
	text-align: left;
	font-size: 21px;
}



.item_oil img{
padding-top: 85px;
}

.item_oil3 img{
padding-top: 85px;
}



.item_oil_h3{
	background: transparent;
	padding-left: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 40px;
	margin-bottom: 30px;
}

.item_oil_h3nob{
	font-size: 30px;
	font-weight: bold;
	color: #b81c22;
	line-height: 50px;
	margin-bottom: 30px;
}

.oil_text{
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.oil_img{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 150px;
	}

/* ロゴ */
.flex_oil2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	}

.flex_oil2 img{
	height: 30px;
	margin-left: 40px;
	margin-bottom: 50px;
}

.flex_oil2 div{
	margin-top: 50px;
}


/* ロゴ テキスト追加更新 20241030 */
.flex_oil3{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	}
.flex_oillogo{
	display: flex;
	flex-wrap: wrap;
	margin-top: 50px;
}
.flex_oillogo img{
	height: 30px;
}

.flex_oillogo div{
	margin-left: 40px;
	margin-bottom: 30px;
	text-align: center;
	font-size: 15px;
	font-weight: bold;
}


.oil_contact{margin-bottom: 300px;}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 不動産事業部
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.realestate-tittle{
	background-image: url(../realestate/images/realestate_title.png);
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.realestate_tittle{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 3px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 70px;
	color: #FFFFFF;
	}
	
/* 見出し黒 */
.realestate_tittle2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #4b4848;
	padding: 5px;
	font-size: 28px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
	margin-top: 70px;
	color: #FFFFFF;
	}


/* 店舗情報 */
.flex_realestate{
	display: flex;
	gap: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 70px;
	padding-top: 50px;
	}

.flex_realestate h2{
	padding-top: 50px;
	margin-bottom: 50px;
}


.item_realestate{
	width: 50%;
	text-align: left;
}
.item_realestate img{
	margin: auto;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}



.item_realestate h3{
	background: transparent;
	padding-left: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 40px;
	margin-bottom: 30px;
}

/* 背景色用 */
#realestatebg_img{
	padding-top: 70px;
	background-image: url(../realestate/images/002bg.png);
	padding-bottom: 20px;
	}




/* 表 */

.realestate_hyo{
	margin-top: 90px;
}

.realestate_hyo table{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	font-size:16px;
	margin-bottom: 10px;
	line-height: 25px;
}
.realestate_hyo tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px;
	display: block;
}

.realestate_hyo th{
	width: 80px;
	padding-right: 10px;
}

.realestate_hyo th .text{
	background-color: #4b4848;
	color: #FFFFFF;
	text-align: center;
	padding: 10px;
	vertical-align: text-top;
}



/* 詳細ボタン赤 */
a.btn_realestate { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	width: 250px;
	font-size: 18px;
}
a.btn_realestate::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_realestate:hover {
	color: #fff;
	background-color: #F4252F;
}




/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 車検
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.vehicleinspection-tittle{
	background-image: url(../vehicleinspection/images/vehicleinspection_title.jpg);
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.vehicleinspection_tittle2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 3px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
	margin-top: 70px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_vehicleinspection{
	display: flex;
	gap: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	}

.flex_vehicleinspection h2{
	padding-top: 50px;
	margin-bottom: 50px;
}


.item_vehicleinspection{
	text-align: left;
	font-size: 19px;
}

/* 背景色用 */
#vehicleinspection_img{
	padding-top: 50px;
	background-image: url(../realestate/images/002bg.png);
	padding-bottom: 20px;
	}

.item_vehicleinspection_h3{
	background: transparent;
	padding-left: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 40px;
	margin-bottom: 30px;
}

.flex_vehicleinspection2{
	margin-top: 0px;
	margin-right: auto;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
	}


.flex_vehicleinspection2 div{
	margin-top: 20px;
	font-size: 20px;
	}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 整備メンテナンス
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.maintenance-tittle{
	background-image: url(../maintenance/images/maintenance_title.jpg);
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.maintenance_tittle{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 3px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-top: 70px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_maintenance{
	display: flex;
	gap: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 70px;
	padding-top: 70px;
	}

.item_maintenance{
	width: 50%;
	text-align: left;
	font-size: 21px;
}

/* 背景色用 */
#maintenance_img{
	background-image: url(../realestate/images/002bg.png);
	padding-bottom: 20px;
	}

.item_maintenance h3{
	background: transparent;
	padding-left: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 40px;
	margin-bottom: 30px;
}

.item_maintenance_img{
	padding-top: 85px;
}
	


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 コーティング
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/


/* 下部ページタイトル*/
.coating-tittle{
	background-image: url(../coating/images/coating_title.jpg);
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.coating_tittle{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 3px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-top: 70px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_coating{
	display: flex;
	gap: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 70px;
	padding-top: 70px;
	}
.flex_coating2{
	display: flex;
	gap: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-top: 20px;
	}
.flex_coating3{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 70px;
	padding-top: 70px;
	}

.flex_coating3 img{
	padding-bottom: 60px;
	padding-top: 20px;
	}



.item_coating{
	width: 50%;
	text-align: left;
	font-size: 21px;
}

.item_coating2{
	width: 33%;
	text-align: left;
	font-size: 21px;

}

.coating_content div{
	text-align: left;
	font-size: 21px;
	}


.item_coating2 .cooting_text{
	color: #b81c22;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b81c22;
	border-bottom-color: #b81c22;
	font-size: 18px;
	padding-top: 20px;
	padding-bottom: 20px;
	text-align: center;
	margin-bottom: 20px;
	font-weight: bold;
	line-height: 25px;
}


/* 背景色用 */
#coating_img{
	background-image: url(../coating/images/coating_bg.png);
	padding-bottom: 20px;
	}

.item_coating_h3{
	background: transparent;
	padding-left: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 13px;
	line-height: 40px;
	margin-bottom: 30px;
}

.coating_content{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 70px;
	}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
会社概要
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.company-tittle{
	background-image: url(../company/images/company_title.jpg);
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.company_tittle2{
	margin-top: 40px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 3px;
	font-size: 36px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_company{
	display: flex;
	gap: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 70px;
	}

.flex_company2{
	display: flex;
	gap: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 70px;
	padding-top: 70px;
	}

.item_company{
	width: 70%;
	text-align: left;
	font-size: 18px;
}

.item_company_h3{
	background: transparent;
	padding-left: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 40px;
	margin-bottom: 30px;
}

.flex_company2 .item_company{
	width: 60%;
	text-align: left;
	font-size: 18px;
}
.flex_company2 .item_company2{
	width: 40%;
	text-align: left;
	font-size: 18px;
	padding-top: 110px;
}
.flex_company2 .item_company3{
	width: 75%;
	text-align: left;
	font-size: 18px;
}
.flex_company2 .item_company4{
	width: 25%;
	text-align: center;
	font-size: 18px;
	padding-top: 110px;
}
.company_img{
	margin-top: 80px;
}



/* 背景色用 */
.company_bg{
	background-image: url(../company/images/001bg.jpg);
	padding-bottom: 20px;
	padding-top: 50px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
	
.company_bg2{
	background-image: url(../company/images/company_bg.png);
	padding-bottom: 20px;
	padding-top: 50px;
	}

.company_bg3{
	background-image: url(../company/images/010bg.jpg);
	padding-bottom: 120px;
	padding-top: 50px;
	}
		
	
/* 表 */

.company_hyo{
	margin-top: 60px;
}

.company_hyo table{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 35px;
}
.company_hyo tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 10px;
	display: block;
}

.company_hyo th{
	width: 150px;
}
.company_hyo td{
	padding-left: 20px;
}

.company_hyo th .text{
	background-color: #4b4848;
	color: #FFFFFF;
	text-align: center;
	width: 150px;
	padding: 10px;
	vertical-align: text-top;
}

**********

.company_hyo2{
	margin-top: 60px;
}

.company_hyo2 table{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	font-size: 18px;
	margin-bottom: 10px;
	line-height: 35px;
}
.company_hyo2 tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 10px;
	display: block;
}

.company_hyo2 th{
	width: 150px;
}
.company_hyo2 td{
	padding-left: 20px;
}

.company_hyo2 th .text{
	background-color: #4b4848;
	color: #FFFFFF;
	text-align: center;
	width: 150px;
	padding: 10px;
	vertical-align: text-top;
}



.company4_img{
	padding-bottom: 25px;
}
.company4_img2{
	padding-bottom: 20px;
	padding-top: 405px;
}



/* 青ボタン */
a.btn_company { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #004376;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 130px;
	font-size: 10px;
}
a.btn_company::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_company:hover {
	color: #fff;
	background-color: #0068BA;
}


/* 青ボタン２ */
a.btn_company2 { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #004376;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 130px;
	font-size: 10px;
}
a.btn_company2::after {
content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_company2:hover {
	color: #fff;
	background-color: #0068BA;
}



/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
採用情報
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.recruitment-tittle{
	background-image: url(../recruitmentinformation/images/recruitmentinformation_title.jpg);
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.item_recruitment_h3{
	background: transparent;
	padding-left: 20px;
	font-size: 30px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 13px;
	line-height: 40px;
	margin-bottom: 30px;
}

.recruitment_content{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 70px;
	padding-top: 120px;
	font-size: 21px;
	height: 500px;
	}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
プライバシーポリシー
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.privacypolicy-tittle{
	background-image: url(../privacypolicy/images/privacypolicy_title.jpg);
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.privacypolicy_h3{
	background: transparent;
	padding-left: 10px;
	font-size: 30px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 40px;
	margin-bottom: 30px;
}

.privacypolicy_content{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 70px;
	padding-top: 120px;
	font-size: 21px;
	}
.privacypolicy_content h4{font-size: 20px;}	
.privacypolicy_content li {	margin-left: 15px;text-indent: -19px;}
.privacypolicy_content div {margin-bottom: 70px;}	
	
/*★★★★★★★★★
 お問い合わせフォーム
★★★★★★★★★*/
/*下部ページタイトル*/
.contact_bg {
	background-image: url(../contact/images/top_contact.jpg);
	background-repeat: no-repeat;
	height: 200px;
	background-size: cover;
	background-position: center center;
}
/*下部ページタイトル end*/

/*フォーム*/


/*★★★★★★★★★
 お問い合わせフォーム
★★★★★★★★★*/

/* 下部ページタイトル*/
.contact-tittle{
	background-image: url(../contact/images/contact_title.jpg);
	height: 230px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.contact_content{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 20px;
	padding-left: 20px;
	padding-bottom: 70px;
	padding-top: 120px;
	font-size: 21px;
	}
	
/*フォーム*/


#formWrap {
	width:95%;
	margin:0 auto;
	font-size: 21px;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:20px;
	border-bottom:0;
	margin-bottom:5px;
}


table.formTable{
	width:100%;
	margin:0 auto;
}

table.formTable th{
	font-weight: normal;
	text-align: left;
}


.formWrap_input{
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px;
	background: #f2f2f2;
	border: 1px solid #f2f2f2
  }

.formWrap_textarea {
  	padding:15px;
	width:100%;
  	border-radius: 10px;
 	background: #f2f2f2;
	border: 1px solid #f2f2f2
}

#form_chousei{width:100%;}



#formWrap .btn {
	color: #FFFFFF;
	background-color: #004376;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 30px;
	border: none;  /* 枠線を消す */
}


form input[type="text"], form textarea {
	width:100%;
	padding:5px;
	font-size:110%;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
}


#formWrap input{
  margin-bottom:40px;
}

#formWrap textarea {
  padding:10px;
  margin-bottom:20px;
}

#formWrap .btn {
	color: #FFFFFF;
	background-color: #004376;
	font-size: 18px;
	width: 50%;
	border: none;  /* 枠線を消す */
}

#formWrap .btn2 {
	color: #FFFFFF;
	background-color: #FF3300;
	font-size: 18px;
	width: 50%;
	border: none;  /* 枠線を消す */
}

#formWrap .btn3 {
	color: #FFFFFF;
	background-color: #004376;
	font-size: 18px;
	width: 50%;
	border: none;  /* 枠線を消す */
}




/* 詳細ボタン赤 */

#button{
	text-align: center;
	padding-top: 100px;
}

.btn_realestate { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 80px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	width: 550px;
	font-size: 18px;
}
.btn_realestate::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
.btn_realestate:hover {
	color: #fff;
	background-color: #F4252F;
}




/* 赤 */
.contact_content .btn_15 {
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	padding: 20px;
	width: 50%;
	font-size: 20px;
}
.contact_content .btn_15::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
.contact_content .btn_15:hover {
	color: #fff;
	background-color: #F4252F;
}



/* 青 */
.contact_content .btn_14 { 
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #004376;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	cursor: pointer;
	padding: 20px;
	width: 50%;
	font-size: 20px;
}
.contact_content .btn_14::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
.contact_content .btn_14:hover {
	color: #fff;
	background-color: #0068BA;
}

	}

/* ------------------------------------------------------------ */
/* スマホ用 */
/* ------------------------------------------------------------ */
@media screen and (min-width: 0px) and (max-width: 736px) {
.sm-off{display:none;}

img{
	height: auto;
	width: 100%;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	}

.content{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-bottom: 100px;
	}

.content h2{
	background-color: #b81c22;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	color: #FFFFFF;
	margin-top: 50px;
}

.content h3{
	font-weight: bold;
	text-align: center;
	color:#b81c22;
	letter-spacing: 0.12em;
	font-size: 20px;
}


.content .text_chousei{
	letter-spacing: -0.05em;
}



/* 背景画像用 */
.topfoot_imgbg{
	background-image: url(../images/top_footer.jpg);
	background-repeat: no-repeat;
	height: 153px;
	background-size: cover;
	background-position: center center;
}

/* 背景画像用 12/22変更 */
.topfoot_imgbg2{
	background-image: url(../images/top_footer2.jpg);
	background-repeat: no-repeat;
	height: 130px;
	background-size: cover;
	background-position: center center;
}



#bg_img{
	background-image: url(../images/top_text_bg);
	}


/* 詳細ボタン用 */

/* 赤 */
a.btn_12 { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 100px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	font-size: 18px;
	width: 190px;
}
a.btn_12::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_12:hover {
	color: #fff;
	background-color: #F4252F;
}

/* 青 */
a.btn_13 { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #004376;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 90px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 190px;
	font-size: 18px;
}
a.btn_13::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_13:hover {
	color: #fff;
	background-color: #0068BA;
}

/* 白 */
a.btn_wh {
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	color: #4b4848;
	border-radius: 1vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	background-color: #FFFFFF;
	font-size: 18px;
}
a.btn_wh::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #4b4848;
	border-right: 2px solid #4b4848;
	transform: rotate(45deg);
	margin-left: 10px;
}
a.btn_wh:hover {
	color: #FFFFFF;
	background-color: #b81c22;
}



/* 背景色用 */
#bg_color{
	background-color: #E0EDF9;
	margin: 0px;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 30px;
	padding-left: 10px;
	}


/* フレックスボックス */

.flex_box {
      padding-right: 10px;
	  padding-left: 10px;
}
.item{
	text-align: left;
	border-radius: 30px;
	background-image: url(../images/top_text_bgcr.png);
	padding: 10px;
	mix-blend-mode: multiply;
	margin-top: 20px;
}


.flex_box50{padding-right: 10px;
	  padding-left: 10px;}	
.flex_box50  img{width: 100%;padding-bottom: 10px;}
.item50{
	text-align: left;
	border-radius: 30px;
	background-image: url(../images/top_text_bgcr2.png);
	padding: 20px;
	mix-blend-mode: multiply;
	margin-top: 20px;
}
.content .item50 h3{
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	color:#004376;
	letter-spacing: 0.12em;
}

.flex_boxbg {
	background-image: url(../images/top_text_bgcr.png);
	mix-blend-mode: multiply;
	border-radius: 30px;
	padding-top: 20px;
	padding-left: 20px;
	padding-right: 20px;
	margin-right: 10px;
	margin-left: 10px;
}

.flex_boxbg img{width: 100%;padding-bottom: 10px;}

.item_bgnone{
	text-align: left;
	border-radius: 30px;
	padding: 10px;
}

.item_bgnone a,a:hover {
  color: #b81c22;
  text-decoration: none;
}


/* サブメニュー */
.sub-menu {
	width: 100%;
	margin: 0px;
	padding: 0px;
}
.sub-menu ul{
	margin: 0px;
	padding-left: 0px;
}

.sub-menu li{
	background-color: #b81c22;
	list-style: none;
	color: #FFF;
	font-weight: bold;
	font-size: 18px;
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #CCC;
	padding: 10px;
}
.sub-menu li a{
	color: #FFF;
}


/* スライドショー */
.bg-slider {
	max-width: 100%;
	height: 300px;
	background-position: center center;
	background-size: cover;
	display: flex;
	justify-content: center;
	border-bottom-width: 7px;
	border-bottom-style: solid;
	border-bottom-color: #b81c22;
	border-top-width: 7px;
	border-top-style: solid;
	border-top-color: #b81c22;
}

.bg-slider div{
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	padding-left: 50px;
}

.bg-slider div img{
	width: 280px;
}



/* スライドショー end */



/* フッター */
#footer{
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	color: #FFF;
	background-color: #4b4848;
	padding-top: 20px;
	border-top-width: 12px;
	border-top-style: solid;
	border-top-color: #b81c22;
	padding-bottom: 20px;
	font-size: 20px;
	}

.content_footer{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 20px;
	}
	
/* フッター会社情報 */
#footer h4{
	font-size: 26px;
	font-weight: bold;
}
	
/* フッターメニュー */
.footer_menu {
	padding-top: 20px;
}

.footer_menuitem {
	text-align: left;
	padding-top: 20px;        
}


/* リンクの設定 */
#footer ul li a {
	display: #FFF;
	color: #FFF;
}

#footer ul li a:hover {
	transition: all 0.3s;
	color: #E50011;
}

.cr{
	font-size: 14px;
	text-align: center;
	background-color: #000000;
	padding-top: 20px;
	padding-bottom: 30px;
	color: #FFFFFF;
}


/* フッター end*/



/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 SS事業部
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.u-tittle{
	background-image: url(../servicestation/images/servicestation_title.png);
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.u-tittle_2025{
	background-image: url(../servicestation/images/ss_title_2025.jpg);
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.ss_tittle{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 30px;
	color: #FFFFFF;
	}

/* 店舗情報 */
.flex_ss{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	}

.flex_ss h2{
	padding-top: 50px;
	margin-bottom: 50px;
}


.item_ss{
	text-align: left;
}
.item_ss .img_chousei{
	margin: auto;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}

.item_ss h3{
	background: transparent;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 30px;
	margin-bottom: 30px;
}

/* 背景色用 */
#ssbg_img{
	padding-top: 70px;
	background-image: url(../servicestation/images/002_bg.jpg);
	padding-bottom: 20px;
	margin-bottom: 70px;
	}
#ssbg_img2{
	padding-top: 70px;
	background-image: url(../servicestation/images/002campaign_bg.jpg);
	padding-bottom: 20px;
	}



/* 表 */

.ss_hyo{
	padding-right: 10px;
}

.ss_hyo table{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	font-size:14px;
	margin-bottom: 10px;
	line-height: 25px;
	margin-top:20px;
}
.ss_hyo tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px;
	display: block;
}

.ss_hyo th{
	padding-right: 10px;
}

.ss_hyo th .text{
	background-color: #4b4848;
	color: #FFFFFF;
	text-align: center;
	width: 80px;
	padding: 10px;
	vertical-align: text-top;
}



/* 詳細ボタン赤 */
a.btn_ss { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 84px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	width: 73%;
	font-size: 14px;
}
a.btn_ss::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_ss:hover {
	color: #fff;
	background-color: #F4252F;
}

.ss_textchousei{letter-spacing: -0.07em;}


/* キャンペーン */

#ssbg_img2{
	padding-top: 70px;
	background-image: url(../servicestation/images/002campaign_bg.jpg);
	padding-bottom: 100px;
	}

#ssbg_img2 img{
	margin-bottom: 20px;
}

.ss_campaigntext{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size: contain;
	max-width: 100%;
	padding: 5px;
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	color: #b81c22;
}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 石油配送事業
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.oil-tittle{
	background-image: url(../oil/images/oil_title.jpg);
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;}

.oil-tittle2025{
	background-image: url(../oil/images/oil_title_2025.jpg);
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;}

/* 見出し赤 */
.oil_tittle2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
	margin-top: 70px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_oil{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	}

.flex_oil h2{
	padding-top: 50px;
	margin-bottom: 50px;
}


.item_oil{
	text-align: left;
}

.item_oil2{
	text-align: left;
}
.item_oil3{
	text-align: left;
}



.item_oil img{
padding-top: 20px;
}

.item_oil3 img{
padding-top: 20px;
}



.item_oil_h3{
	background: transparent;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 30px;
	margin-bottom: 30px;
}

.item_oil_h3nob{
	font-weight: bold;
	color: #b81c22;
	line-height: 50px;
	margin-bottom: 30px;
}

.oil_text{
	font-size: 23px;
	font-weight: bold;
	text-align: center;
}

.oil_img{
	text-align: center;
	margin-top: 100px;
	margin-bottom: 100px;
	}

/* ロゴ */
.flex_oil2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	}

.flex_oil2 img{
	margin-bottom: 50px;
	max-width:90%;
}

.flex_oil2 div{
	margin-top: 50px;
	text-align:center;
}

/* ロゴ テキスト追加更新 20241030 */
.flex_oil3{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 120px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	}
.flex_oillogo{
	margin-top: 50px;
}
.flex_oillogo img{
	max-width:90%;
}

.flex_oillogo div{
	margin-left: 10px;
	margin-bottom: 50px;
	text-align: center;
	font-weight: bold;
}


.oil_contact{margin-bottom: 300px;}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 不動産事業部
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.realestate-tittle{
	background-image: url(../realestate/images/realestate_title.png);
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.realestate_tittle{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 50px;
	margin-top: 70px;
	color: #FFFFFF;
	}
	
/* 見出し黒 */
.realestate_tittle2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #4b4848;
	padding: 5px;
	font-size: 20px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 70px;
	margin-top: 70px;
	color: #FFFFFF;
	}


/* 店舗情報 */
.flex_realestate{
	gap: 20px;
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-top: 30px;
	}

.flex_realestate h2{
	padding-top: 50px;
	margin-bottom: 50px;
}


.item_realestate{
	text-align: left;
}
.item_realestate img{
	margin: auto;
	display: block;
	text-align: center;
	padding-top: 10px;
	padding-bottom: 20px;
}



.item_realestate h3{
	background: transparent;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 30px;
	margin-bottom: 30px;
}

/* 背景色用 */
#realestatebg_img{
	padding-top: 70px;
	background-image: url(../realestate/images/002bg.png);
	padding-bottom: 20px;
	}




/* 表 */

.realestate_hyo{
	margin-top: 20px;
}

.realestate_hyo table{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	margin-bottom: 10px;
	}
.realestate_hyo tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px;
	display: block;
}

.realestate_hyo th{
	padding-right: 10px;
	width: 60px;
}

.realestate_hyo th .text{
	background-color: #4b4848;
	color: #FFFFFF;
	text-align: center;
	padding: 5px;
	vertical-align: text-top;
}



/* 詳細ボタン赤 */
a.btn_realestate { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 70px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	width: 250px;
	font-size: 18px;
}
a.btn_realestate::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_realestate:hover {
	color: #fff;
	background-color: #F4252F;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 車検
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.vehicleinspection-tittle{
	background-image: url(../vehicleinspection/images/vehicleinspection_title.jpg);
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.vehicleinspection_tittle2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	margin-top: 70px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_vehicleinspection{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	}

.flex_vehicleinspection h2{
	padding-top: 50px;
	margin-bottom: 50px;
}


.item_vehicleinspection{
	text-align: left;
}

.item_vehicleinspection img{
	margin-top: 10px;
}


/* 背景色用 */
#vehicleinspection_img{
	padding-top: 70px;
	background-image: url(../realestate/images/002bg.png);
	padding-bottom: 20px;
	}

.item_vehicleinspection_h3{
	background: transparent;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 30px;
}

.flex_vehicleinspection2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	}


.flex_vehicleinspection2 div{
	margin-top: 20px;
	}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 整備メンテナンス
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.maintenance-tittle{
	background-image: url(../maintenance/images/maintenance_title.jpg);
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.maintenance_tittle{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-top: 70px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_maintenance{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-top: 30px;
	}

.item_maintenance{
	text-align: left;
}

/* 背景色用 */
#maintenance_img{
	background-image: url(../realestate/images/002bg.png);
	padding-bottom: 20px;
	}

.item_maintenance h3{
	background: transparent;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 30px;
	margin-bottom: 30px;
}

.item_maintenance_img{
	padding-top: 20px;
}
	
.item_maintenance_img2{
	padding-top: 20px;
}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
 コーティング
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/


/* 下部ページタイトル*/
.coating-tittle{
	background-image: url(../coating/images/coating_title.jpg);
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.coating_tittle{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-top: 70px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_coating{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 50px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-top: 30px;
	}
.flex_coating2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-top: 20px;
	}
.flex_coating3{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 30px;
	padding-top: 30px;
	}

.flex_coating3 img{
	padding-bottom: 60px;
	padding-top: 20px;
	}



.item_coating{
	text-align: left;
	}

.item_coating img{
	margin-top: 20px;
	}


.item_coating2{
	text-align: left;

}

.coating_content div{
	text-align: left;
	}


.item_coating2 .cooting_text{
	color: #b81c22;
	border-top-width: thin;
	border-bottom-width: thin;
	border-top-style: solid;
	border-bottom-style: solid;
	border-top-color: #b81c22;
	border-bottom-color: #b81c22;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	margin-bottom: 10px;
	font-weight: bold;
}

.item_coating2  img{margin-bottom: 50px;}



/* 背景色用 */
#coating_img{
	background-image: url(../coating/images/coating_bg.png);
	padding-bottom: 20px;
	}

.item_coating_h3{
	background: transparent;
	padding-left: 10px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 30px;
	margin-bottom: 30px;
}

.coating_content{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	-moz-background-size:contain;
	background-size:contain; 
	max-width:100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-top: 70px;
	}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
会社概要
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.company-tittle{
	background-image: url(../company/images/company_title.jpg);
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

/* 見出し赤 */
.company_tittle2{
	margin-top: 30px;
	margin-right: auto;
	margin-bottom: 0px;
	margin-left: auto;
	background-size:contain; 
	max-width:100%;
	background-color: #b81c22;
	padding: 5px;
	font-weight: bold;
	text-align: center;
	margin-bottom: 30px;
	color: #FFFFFF;
	}

/* サービス内容 */
.flex_company{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 30px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 70px;
	}

.flex_company2{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 20px;
	padding-top: 70px;
	}

.item_company{
	text-align: left;
}

.item_company_h3{
	background: transparent;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 30px;
	margin-bottom: 30px;
}

.flex_company2 .item_company{
	text-align: left;
	}
.flex_company2 .item_company2{
	text-align: left;
}
.flex_company2 .item_company3{
	text-align: left;
}
.flex_company2 .item_company4{
	text-align: center;
}
.company_img{
	margin-top: 80px;
}

.item_company4 .img_chousei img{
	width: 260px;
}


/* 背景色用 */
.company_bg{
	background-image: url(../company/images/001bgsm.jpg);
	padding-bottom: 20px;
	padding-top: 30px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
	}
	
.company_bg2{
	background-image: url(../company/images/company_bg.png);
	padding-bottom: 20px;
	}

.company_bg3{
	background-image: url(../company/images/010bg.jpg);
	padding-bottom: 30px;
	}
		
	
/* 表 */

.company_hyo{
	margin-top: 60px;
}

.company_hyo table{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	margin-bottom: 10px;
}
.company_hyo tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px;
	display: block;
}

.company_hyo th{
	width: 60px;
}
.company_hyo td{
	padding-left: 5px;
}

.company_hyo th .text{
	background-color: #4b4848;
	color: #FFFFFF;
	text-align: center;
	width: 60px;
	padding: 5px;
	vertical-align: text-top;
}
.company_hyo .text_chousei{
	letter-spacing: -0.05em;
}

***********

.company_hyo2{
	margin-top: 60px;
}

.company_hyo2 table{
	border-top-width: thin;
	border-top-style: solid;
	border-top-color: #000000;
	margin-bottom: 10px;
}
.company_hyo2 tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
	padding: 5px;
	display: block;
}

.company_hyo2 th{
	width: 60px;
}
.company_hyo2 td{
	padding-left: 5px;
}

.company_hyo2 th .text{
	background-color: #4b4848;
	color: #FFFFFF;
	text-align: center;
	width: 60px;
	padding: 5px;
	vertical-align: text-top;
}
.company_hyo2 .text_chousei{
	letter-spacing: -0.05em;
}


.company4_img{
	padding-top:20px;
}
.company4_img2{
	padding-bottom: 20px;
	padding-top: 10px;
}




**********


/* 青ボタン */
a.btn_company { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #004376;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 130px;
	font-size: 10px;
}
a.btn_company::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_company:hover {
	color: #fff;
	background-color: #0068BA;
}

/* 青ボタン２ */
a.btn_company2 { 
		display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #004376;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 60px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	width: 130px;
	font-size: 10px;
}
a.btn_company2::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
a.btn_company2:hover {
	color: #fff;
	background-color: #0068BA;
}


/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
採用情報
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.recruitment-tittle{
	background-image: url(../recruitmentinformation/images/recruitmentinformation_title.jpg);
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.item_recruitment_h3{
	background: transparent;
	padding-left: 10px;
	font-size: 20px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 30px;
	margin-bottom: 30px;
}

.recruitment_content{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 70px;
	padding-top: 70px;
	}

/*★★★★★★★★★★★★★★★★★★★★★★★★★★★
プライバシーポリシー
★★★★★★★★★★★★★★★★★★★★★★★★★★★*/

/* 下部ページタイトル*/
.privacypolicy-tittle{
	background-image: url(../privacypolicy/images/privacypolicy_title.jpg);
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.privacypolicy_h3{
	background: transparent;
	padding-left: 10px;
	font-weight: bold;
	color: #b81c22;
	border-left-color: #b81c22;
	border-left-style: solid;
	border-left-width: 10px;
	line-height: 30px;
	margin-bottom: 30px;
}

.privacypolicy_content{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 70px;
	padding-top: 120px;
	}
.privacypolicy_content li {	margin-left: 15px;text-indent: -19px;}
.privacypolicy_content div {margin-bottom: 70px;}	
	


/*★★★★★★★★★
 お問い合わせフォーム
★★★★★★★★★*/

/* 下部ページタイトル*/
.contact-tittle{
	background-image: url(../contact/images/contact_title.jpg);
	height: 130px;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center center;
}

.contact_content{
	margin-top: 0px;
	margin-right: auto;
	margin-bottom: 70px;
	margin-left: auto;
	-moz-background-size: contain;
	background-size: contain;
	max-width: 100%;
	padding-right: 10px;
	padding-left: 10px;
	padding-bottom: 50px;
	padding-top: 50px;
	}
	
/*フォーム*/


#formWrap {
	width:95%;
	margin:0 auto;
}
table.formTable th, table.formTable td {
	width:auto;
	display:block;
}
table.formTable th {
	margin-top:20px;
	border-bottom:0;
	margin-bottom:5px;
}


table.formTable{
	width:100%;
	margin:0 auto;
}

table.formTable th{
	font-weight: normal;
	text-align: left;
}

table.formTable th img{
width:50px;
}

table.formTable tr{
	border-bottom-width: thin;
	border-bottom-style: solid;
	border-bottom-color: #000000;
}

.formWrap_input{
	padding-top: 15px;
	padding-bottom: 15px;
	border-radius: 10px;
	background: #f2f2f2;
	border: 1px solid #f2f2f2
  }

.formWrap_textarea {
  	padding:15px;
	width:100%;
  	border-radius: 10px;
 	background: #f2f2f2;
	border: 1px solid #f2f2f2
}

#form_chousei{width:95%;}



#formWrap .btn {
	color: #FFFFFF;
	background-color: #004376;
	font-size: 18px;
	padding-top: 10px;
	padding-right: 20px;
	padding-bottom: 10px;
	padding-left: 20px;
	margin-right: 30px;
	border: none;  /* 枠線を消す */
}


form input[type="text"], form textarea {
	width:100%;
	padding:5px;
	display:block;
}
form input[type="submit"], form input[type="reset"], form input[type="button"] {
	display:block;
}


#formWrap input{
  margin-bottom:20px;
}

#formWrap textarea {
  padding:10px;
  margin-bottom:20px;
}

#formWrap .btn {
	color: #FFFFFF;
	background-color: #004376;
	font-size: 18px;
	width: 50%;
	border: none;  /* 枠線を消す */
}

#formWrap .btn2 {
	color: #FFFFFF;
	background-color: #FF3300;
	font-size: 18px;
	width: 50%;
	border: none;  /* 枠線を消す */
}

#formWrap .btn3 {
	color: #FFFFFF;
	background-color: #004376;
	font-size: 18px;
	width: 50%;
	border: none;  /* 枠線を消す */
}




/* 詳細ボタン赤 */

#button{
	text-align: center;
	padding-top: 100px;
}

.btn_realestate { 
	display: flex;
	justify-content: space-evenly;
	align-items: center;
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-right: 10px;
	padding-bottom: 10px;
	padding-left: 15px;
	margin-top: 20px;
	margin-right: auto;
	margin-bottom: 80px;
	margin-left: auto;
	width: 100%;
	font-size: 15px;
}
.btn_realestate::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
.btn_realestate:hover {
	color: #fff;
	background-color: #F4252F;
}




/* 赤 */
.contact_content .btn_15 { 
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #b81c22;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
}
.contact_content .btn_15::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
.contact_content .btn_15:hover {
	color: #fff;
	background-color: #F4252F;
}



/* 青 */
.contact_content .btn_14 { 
	text-align: center;
	text-decoration: none;
	font-weight: bold;
	background: #004376;
	color: #fff;
	border-radius: 100vh;
	position: relative;
	transition: 0.5s;
	padding-top: 10px;
	padding-bottom: 10px;
	margin-top: 10px;
	margin-right: auto;
	margin-bottom: auto;
	margin-left: auto;
	cursor: pointer;
	width: 100%;
}
.contact_content .btn_14::after {
	content: '';
	width: 7px;
	height: 7px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	transform: rotate(45deg);
	margin-left: 60px;
}
.contact_content .btn_14:hover {
	color: #fff;
	background-color: #0068BA;
}


}