@charset "utf-8";
/*
Theme Name: Seibu Hire - WEB SITE
Theme URI: http://www.seibuhire.co.jp/
Description: Seibu Hire Co., Ltd.
Version: 1.0
Author: Seibu Hire Co., Ltd.
Author URI: http://www.seibuhire.co.jp/i/
Tags: Seibu Hire
*/

/* font 補正 */

@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium"),local("Yu Gothic");
  font-weight: 500;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold"),local("Yu Gothic");
  font-weight: bold;
}

/* ------------------------------- */


/* 基本設定 */

html { overflow-y:scroll; }

html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video 
{
    margin:0;
    padding:0;
    border:0;
    outline:0;
    font-size:100%;
	display:block;
}

body {line-height:1; color:#333;}
article,aside,details,figcaption,figure, footer,header,hgroup,menu,nav,section { display:block; }
body {font-family: -apple-system, BlinkMacSystemFont, "メイリオ", Meiryo, "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Verdana, sans-serif;}

html,body { height:100%; }

a {
    margin:0;
    padding:0;
    font-size:100%;
    vertical-align:baseline;
    background:transparent;
}

/* ------------------------------- */


/*  img  */

img { border-width:0px; vertical-align:text-bottom; }
.img { margin:0; padding:0; clear:both; font-size:0px; line-height:0px; vertical-align:text-bottom; }

/* ------------------------------- */


/*  Link  */

a:link { color:#00aeeb; text-decoration:underline; }
a:visited { color:#00aeeb; text-decoration:underline; }
a:hover { color:#0073c0; text-decoration:underline; }
a:active { color:#0073c0; text-decoration:underline; }

/* ------------------------------- */


/* clearfix */

.clearfix:after {
  content: "."; 
  display: block; 
  height: 0; 
  clear: both; 
  visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from IE-mac \*/
* html .clearfix { height: 1%; }
.clearfix { display: block; }
/* End hide from IE-mac */

/* ------------------------------- */



/* ヘッダー */

.header {
	width:100%;
	height:70px;
	margin:0px;
	padding:0px;
	clear:both;
	position:relative;
	font-size:0px;
	line-height:0px;
	z-index:0;
	display:block;
}

.header_logo {
	width:250px;
	height:50px;
	margin:0px auto 0px auto;
	padding:10px 0px 0px 0px;
	box-sizing:border-box;
	clear:both;
	position:relative;
	font-size:0px;
	line-height:0px;
	z-index:0;
	display:block;
}

.header_logo img {
	width:100%;
	height:auto;
}

/* ---------------------------------------------- ヘッダー */





/* メイン */

.main {
	width:100%;
	margin:0px;
	padding:10px 0px 20px 0px;
	clear:both;
	display:block;
	font-size:0px;
	line-height:0px;
	position:relative;
	z-index:0;
	background:#dff4ff;
	box-sizing:border-box;
}

.main_taxi {
	width:124px;
	height:82px;
	margin:0px auto 0px auto;
	padding:0px;
	position:relative;
	background:url(../img/taxi.jpg) no-repeat;
	background-position:center;
	background-size:contain;
}

.main_txt {
	width:94%;
	margin:10px 0px 0px 3%;
	display:inline-block;
	padding:0px;
}

.main_txt h1 {
	font-weight:bold;
	font-size:15px;
	line-height:1.5;
}

.main_txt h1 span {
	display:block;
	border-radius:4px;
	background:#ce323a;
	font-size:24px;
	color:#fff;
	text-align:center;
}

.main_txt h1 em {
	margin:10px 0px 0px 0px;
	display:block;
	font-size:16px;
	color:#000;
	text-align:center;
	font-style:normal;
}



.main_tel {
	width:94%;
	margin:20px 0px 0px 3%;
	display:inline-block;
	padding:0px;
}

.main_tel h2 {
	font-weight:bold;
	line-height:1.5;
	display:block;
	border-radius:4px;
	background:#3266cc;
	font-size:24px;
	color:#fff;
	text-align:center;	
}

.main_tel ul {
	width:100%;
	margin:0px;
	padding:0px;
	display:block;
	clear:both;
	list-style:none;	
}


.main_tel li {
	width:100%;
	margin:10px 0px 0px 0px;
	padding:0px;
	display:block;
	clear:both;
	list-style:none;
	border:solid 1px #66cbff;
	background:#fff;
	border-radius:4px;
	box-sizing:border-box;	
}


.main_tel li a {
	width:100%;
	height:70px;
	margin:0px;
	padding:10px;
	box-sizing:border-box;
	display:block;
	clear:both;
	text-decoration:none;
	color:#333;
	font-size:15px;
	line-height:1.4;
	background:url(../img/tel.png) no-repeat;
	background-position:right 5px center;
	background-size:80px 40px;
}


.main_tel li a span {
	display:block;
	font-size:18px;
	font-weight:bold;
	color:#000;
}

.main_tel li a em {
	display:inline-block;
	font-size:13px;
	font-weight:normal;
	color:#ce323a;
	font-style:normal;
}

.main_tel li a u {
	display:inline-block;
	font-size:22px;
	font-weight:bold;
	color:#ce323a;
	text-decoration:none;
}


.main_rec {
	width:94%;
	margin:20px 0px 0px 3%;
	display:inline-block;
	padding:0px;
}

.main_rec h2 {
	font-weight:bold;
	line-height:1.5;
	display:block;
	border-radius:4px;
	background:#ce323a;
	font-size:20px;
	color:#fff;
	text-align:center;
	margin:0px;
	padding:0px;
	position:relative;
}

.main_rec h2 a {
	width:100%;
	color:#fff;
	text-decoration:none;
	margin:0px;
	padding:0px;
	box-sizing:border-box;
	position:relative;
}

.main_rec h2::before  {
	position: absolute;
	top:50%;
	right: 14px;
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	margin-top: -4px;
    border: 1px solid #fff;
	background-color:#ce323a;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.main_rec h2::after {
	position: absolute;
	top:40%;
	right: 10px;
	display: block;
	content: '';
	width: 14px;
	height: 14px;
	margin-top: -4px;
    border: 1px solid #fff;
	background-color:#ce323a;
	-webkit-transform: rotate(0deg);
	transform: rotate(0deg);
}

.main_rec h2 a em {
	display:block;
	font-style:normal;
	padding:10px 0px 0px 0px;
}

.main_rec h2 a span {
	display:block;
	font-size:16px;
	padding:0px 0px 10px 0px;	
}


.main_pc {
	width:94%;
	margin:10px 0px 0px 3%;
	display:inline-block;
	padding:0px;
}

.main_pc a {
	width:100%;
	color:#fff;
	display:block;
	text-align:center;
	text-decoration:none;
	margin:0px;
	padding:5px 0px;
	box-sizing:border-box;
	position:relative;
	background:#3266cc;
	border-radius:4px;
	font-size:24px;
	line-height:1.5;
	position:relative;
}

.main_pc a::after {
	position: absolute;
	top: 46%;
	right: 5%;
	display: block;
	content: '';
	width: 8px;
	height: 8px;
	margin-top: -4px;
	border-top: 2px solid #fff;
	border-right: 2px solid #fff;
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
}


/* ---------------------------------------------- メイン */



/* フッター */

.footer {
	width:100%;
	background:#fff;
	margin:0px;
	padding:0px;
	clear:both;
	position:relative;
	font-size:0px;
	line-height:0px;
	z-index:0;
	display:block;
}

.footer p {
	margin:0px;
	padding:10px 0px;
	line-height:1.0;
	font-size:10px;
	clear:both;
	text-align:center;
}


/* ---------------------------------------------- フッター */








	
