@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=M+PLUS+Rounded+1c:wght@100;300;400;500;700;800;900&display=swap');
/* ############################################################## */
/* ##   Common                                                    */
/* ############################################################## */

/* -- Reset part ------------------------------------------------ */
* {
	margin:0;
	padding:0;
}
ol,
ul {
	list-style:none;
	zoom:normal;
}
table {
	border-collapse:collapse;
	border-spacing:0;
}
fieldset,
img {
	border:none;
	vertical-align: bottom;
}
address,
caption,
cite,
code,
dfn,
em,
strong,
th,
var,
h1,h2,h3,h4,h5,h6 {
	font-size:100%;
	font-style:normal;
	font-weight:normal;
}
input, textarea {
	font-family: Arial, Helvetica, sans-serif;
}

input {
	line-height: 1.2;
}

/* -- clearfix ----------------------------------------------- */
.clearfix { min-height: 1%; }

.clearfix:after {
    content: ".";
    display: block;
    height: 0px;
    clear: both;
    visibility: hidden;
}

.clearfix { display: inline-table; }

/* Hides from Mac IE \*/
* html .clearfix { height: 1px; }
.clearfix { display: block; }
/* Hides from Mac IE */

/* -- Font part ----------------------------------------------- */
body {
	font-family: 'メイリオ', Meiryo, 'ヒラギノ角ゴ Pro W3', 'Hiragino Kaku Gothic Pro', Osaka, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
;;body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
*:first-child+html body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}
* html body {
	font-family: 'メイリオ', Meiryo, 'ＭＳ Ｐゴシック', 'MS P Gothic', sans-serif;
}

.mono      { font-family:monospace; }
.x-large   { font-size: 174%; }
.large     { font-size: 144%; }
.mid       { font-size: 122%; }
.small     { font-size:  92%; }
.x-small   { font-size:  77%; letter-spacing: 1px; }

html,x:-moz-any-link {
	font-size:16px;
}
html,x:-moz-broken {
	font-size:100%;
}

.alt {
	display: block;
	position:absolute;
	left: -9999px;
	top:-9999px;
	overflow: hidden;
}
a:link,
a:visited,
a:active {
	color:#A31518;
	text-decoration:underline;
	outline: none;
	cursor:pointer;
}
a:hover { color:#CB181D; }

.center { text-align:center;}
.left   { text-align:left;}
.right  { text-align:right;}
.none   { display:none;}
.em     { font-weight:bold;}
.just   {	text-align:justify;	text-justify:distribute;}

.bnrBox { background-color:#FFF; }

.mt-10 { margin-top:10px; }
.mt-15 { margin-top:15px; }
.mt-20 { margin-top:20px; }
.mt-25 { margin-top:25px; }
.mt-30 { margin-top:30px; }

.print {
	display:none;
}
/* ############################################################## */
/* ##   Wire & common                                             */
/* ############################################################## */
#header,
#contents,
#footer {
	width:100%;
	min-width:990px;
}

.wrap {
	width:990px;
	margin:0 auto;
	text-align:left;
	position:relative;
}

/* -- body ------------------------------------------------------ */
body {
	color: #5D443F;
	font-size:84%;
	line-height:1.5em;
	text-align:center;
	background:url(../img/common/chip_body_bg.jpg) 0 0;
	min-width:990px;
	max-width:3000px;
}

/* -- header ---------------------------------------------------- */
#header {
	height:146px;
	background:url(../img/common/head_bg.jpg) 50% 0;
}
#header h1 a {
	width:250px;
	height:100px;
	display:block;
	position:absolute;
	left:26px;
	top:24px;
	text-indent:-9999px;
}
#header ul.navi {
	position:absolute;
	left:339px;
	top:0;
}
#header ul.navi li {
	float:left;
	display:inline;
	margin-left:6px;
}
#header ul.navi li.goTop {
	position:absolute;
	left:-222px;
	top:0;
	width:113px;
	height:40px;
	display:block;
	background:url(../img/common/btn_home_bg.jpg) 0 0;
}

/* -- contents -------------------------------------------------- */
#contents {
	padding:0;
	background:url(../img/common/chip_contents_bg.jpg) 50% 0;
}
#contents .bgWrap {
	width:100%;
	min-width:990px;
	background:url(../img/common/contents_bg.jpg) no-repeat 50% 0;
}
#contents .wrap {
	min-height:479px;
 height: auto !important;
 height: 479px;
	padding:41px 0 20px;
}

/*== box ==*/
#contents .box {
	width:990px;
	padding:30px 0 0;
	background:url(../img/common/box_h.png) no-repeat 0 0;
	position:relative;
}
#contents .boxWrap1 {
	background:url(../img/common/box_b.png) repeat-y 0 0;
}
#contents .boxWrap2 {
	padding: 0 0 30px 60px;
	background:url(../img/common/box_f.png) no-repeat 0 bottom;
}
/*== // ==*/
#contents table th,
#contents table td {
	padding:3px 0px;
	vertical-align:top;
	line-height:170%;
}


/* -- footer ---------------------------------------------------- */
#footer {
	height:50px;
	padding-top:26px;
	background:url(../img/common/foot_h_bg.jpg) repeat-x 50% 0;
}
#footer .wrap {
	text-align:center;
}
#footer address {
	height:20px;
}
#footer .pageTop {
	position:absolute;
	top:-26px;
	right:25px;
	width:30px;
	height:26px;
	display:block;
	background:url(../img/common/ico_ptop_bg.jpg) no-repeat 0 0;
}
#footer .pageTop a {
	width:30px;
	height:26px;
	display:block;
	text-indent:-9999px;
	background:url(../img/common/ico_ptop.jpg) no-repeat 0 0;
}

/* ############################################################## */
/* ##   top                                                       */
/* ############################################################## */
#top #contents .wrap {
	padding-top:44px;
}
#top .rightBox {
	float:right;
	margin-right:25px;
	width:615px;
	position:relative;
}
#top .rightBox .mainimg_sub {
	position:absolute;
	left:615px;
	top:335px;
}

#top .leftBox {
	float:left;
	margin-left:25px;
	width:300px;
}
#top .news {
	background-color:#FBF7F0;
	height:110px;
	width:300px;
	overflow-y:auto;
}
#top .news li {
	padding:10px 5px 9px;
	background:url(../img/top/news_line.jpg) no-repeat 50% 0;
}


/* ############################################################## */
/* ##   menu＆price                                               */
/* ############################################################## */
#menu #contents .wrap {
	padding-top:20px;
}

/* ############################################################## */
/* ##   repair                                                    */
/* ############################################################## */


/* ############################################################## */
/* ##   company                                                   */
/* ############################################################## */
#company table.typeA {
	width:470px;
	margin:30px 0 0 25px;
}
#company table.typeA th {
	width:25%;
}

#company table.typeA.list span {
	display:inline-block;
}
#company .subImg {
	position:absolute;
	left:945px;
	top:55px;
}
#company .img01 {
	position:absolute;
	left:582px;
	top:129px;
}

/* == map == */
#company .mapbox {
	width:818px;
	height:288px;
	margin:20px 25px 10px;
	border:1px solid #CCC;
}
#company #map_canvas {
	width:818px;
	height:288px;
}

#company .maplink {
	text-align:right;
	padding:0px 85px 5px 0;
}
#company .maplink span {
	display:inline-block;
	margin-left:20px;
}


/* ############################################################## */
/* ##   recruit                                                   */
/* ############################################################## */
#recruit .boxWrap2 {
	padding: 15px 0 30px 60px;
}
#recruit .ttlS {
	margin:30px 0 0 25px;
}
#recruit table.typeA {
	width:390px;
	margin:10px 0 0 25px;
}
#recruit table.typeA th {
	width:25%;
}
#recruit table.typeA strong {
	font-weight:bold;
	font-size:14px;
}
#recruit .hr {
	margin:30px 0 30px 25px;
	width:820px;
	height:1px;
	font-size:0;
	line-height:0;
	background:url(../img/recruit/chip_line.jpg) no-repeat 0 0;
}

#recruit .subImg {
	position:absolute;
	left:945px;
	top:164px;
}
#recruit .img01 {
	position:absolute;
	left:587px;
	top:232px;
	z-index:10;
}
#recruit .img02 {
	position:absolute;
	left:478px;
	top:440px;
	z-index:20;
}
#recruit .img03 {
	position:absolute;
	left:586px;
	top:645px;
	z-index:30;
}
/* ############################################################## */
/* ##   inquiry                                                   */
/* ############################################################## */
#inq #contents {
	padding-bottom:40px;
}
#inq #contents table {
	margin-left:170px;
}
#inq .t1 {
	margin:0px 0 20px 170px;
}
#inq th {
	width:150px;
	padding:5px 0;
}
#inq td {
	width:450px;
	padding:5px 0;
}
#inq .sbtn {
	width:100%;
	text-align:center;
}
#inq .infow {
	width:450px;
	padding:0.3em;
}
#inq .infos {
	width:30%;
	padding:0.3em;
}
#inq .infol {
	width:60%;
	padding:0.3em;
}
#inq .f-err {
	color:red;
}
#inq2 th,
#inq2 td {
	padding-left:0.3em;
	border-bottom:1px solid #ccc;
}
#inq2 {
	border-top:1px solid #ccc;
}
#inq2 .sbtn {
	border:none;
	background-color:FFF9EF;
}
#inq .bwide {
	width:140px;
}
#inq .inq {
	display:none;
}

/* ############################################################## */
/* ##   404                                                       */
/* ############################################################## */
#p404 .main {
	width:100%;
	height:400px;
	line-height:180%;
	font-size:16px;
	text-align:center;
}

#p404 h2.ttl {
	padding:50px;
	text-align:center;
	font-size:xx-large;
}


/* ############################################################## */
/* ##   mmlabo追記20220518                                                     */
/* ############################################################## */



#contents{padding-bottom: 50px;}
.to_towanuno_btn{
width:70%;
height:100px;
margin:0 auto;
text-align:center;
background-image: url(../img/cc_btn_bg.jpg);
background-size: cover;
border:10px solid #ffffff;
border-radius:10px;
box-shadow: 0 0 10px rgba(0,0,0,0.5);
}
.to_towanuno_btn a{
display: block;
color:#ffffff;
text-decoration: none;
font-size: 30px;
line-height: 100px;
font-family: 'M PLUS Rounded 1c', sans-serif;
font-weight: 600;
}
.to_towanuno_menu_link{
background-image: url(../img/bg_space.jpg);
background-size: cover;
padding:30px 0;
}
