<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */

a{display: block;}
img {
	max-width:100%;
	display: block;
}
.border_box{
	-webkit-box-sizing: border-box;
	box-sizing: border-box;
}

.mt70{margin-top: 6.48%;}
.mt100{margin-top: 9.25%;}
.mt110{margin-top: 10.18%;}
.mt140{margin-top: 12.96%;}
.mt180{margin-top: 16.66%;}
.mt230{margin-top: 21.29%;}
.mt310{margin-top: 28.7%;}
.prl30{
	padding-right: 2.77%;
	padding-left: 2.27%;
}

/* ---------- ----------
  contents
 ---------- ---------- */

.action_area a{display: block;}

#box3 .relative{position: relative;}
#box3 .absolute{
	display: block;
	width: 18.5%;
	height: 7%;
	background-color: transparent;
	position: absolute;
	top: 34%;
	right: 7.35%;
}
#box3 .factory{
  margin: 10px auto 30px;
}
#box3 .map{
	width:100%;
  margin: 0 auto 30px;
	text-align:center;
}

.detail_wrapper{
  padding: 5.3% 2.77% 10px;
	background-image: url(../images/sp_img_box4_bg.jpg);
	background-repeat: no-repeat;
	background-position: center top;
	background-size: cover;
}

.detail{
	width: 100%;
	border-collapse: collapse;
}
.detail th,
.detail td{
  padding: 2%;
	background-color: #fff;
	color: #333;
	line-height: 1.4;
	border: 1px solid #ccc;
	vertical-align: middle;
	text-align: left;
	font-size: 100%;
}
.detail th{width: 70px;}
.detail td p{
	font-size: 100%;
	line-height: 1.4;
	padding-left: 1em;
	text-indent: -1em;
}
.detail td p.none{text-indent: 0;padding-left: 0;}
.detail td p + p{margin-top: 1.35%;}


/* ---------- ----------
  mailform
 ---------- ---------- */

#form .btn-submit{
  padding: 0 15px;
}

.formclose p {
  padding: 20px 5%;
  font-size: 16px;
  font-weight: bold;
  color: red;
  text-align: center;
  box-sizing: border-box;
}

/* ---------- ----------
  thanks
 ---------- ---------- */
.thankspage { padding:30px 0 50px 0; text-align:center;}
.thankspage .thanksMessage { margin-bottom:20px;}
.thankspage .btn-backtoIndex a { display:block; background-color:#0e4bfd; color:#FFFFFF; padding:10px; border-radius:5px; width:200px; margin:0 auto; text-decoration:none;}
.thankspage .contact_tel{
  margin: 20px auto;
  color: #CC0000;
}

.thankspage .contact_tel dt {
  padding: 0 0 8px;
  line-height: 1;
  font-size: 16px;
  font-weight: normal;
}

.thankspage .contact_tel dd {
  margin: 0;
  line-height: 1;
  font-size: 28px;
  font-weight: bold;
}

/* 会社情報 */
.company {text-align:left;}
.company h2 {background:url(../images/bk_red_bar.gif) left top repeat; padding:10px; color:#FFFFFF; font-weight:bold;}
.company ul {margin:0 0 30px 0; list-style:none;}
.company ul a {display:block; padding:8px 10px; text-decoration:none; border-bottom:1px solid #CCC; background:url(../images/f_bk_list.png) right center no-repeat #EEEEEE; font-size:13px; color:#333;}
.company .btn-companyLink {text-align:center;}

/* フッター */
footer .gotop {border-bottom:#BB0000 5px solid; text-align:center;}
footer .copy {background-color: #d52e2e; padding:10px 0; text-align:center;}
footer .gotop img{margin: 0 auto;}
footer .copy img{margin: 0 auto;}

/* ---------- ----------
  app banner
 ---------- ---------- */
.sp_appbnr { margin: 5.5% 1.8%;}
.sp_appbnr img {
    display: block;
    width: 100%;
}
.sp_appbnr p {margin: 0;}
.sp_appbnr .relative {position:relative;}
.sp_appbnr .absolute {position: absolute;}
.sp_appbnr .relative a {
    display: block;
    height: auto;
    top: 13.5%;
    width: 30%;
}
.sp_appbnr .iphone {left: 32%;}
.sp_appbnr .android {right: 4%;}

/* 他の仕事バナー */
.bnr-otherjobs {text-align:center; padding:20px 5px;}
.bnr-otherjobs a:hover {opacity:0.85;}
.bnr-otherjobs img {max-width:100%;}



/* ---------------------------------
  [common] resule &amp; premium
--------------------------------- */
.resule_premium{
  margin: 40px 1.875% 50px;
}
.resule_premium .img_result{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 2px solid #e80000;
  margin-bottom: 30px;
  background-color: #e80000;
}
.resule_premium .title{
  margin-bottom: 10px;
}
.resule_premium .img_premium{
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  border: 5px solid #fff;
  -webkit-box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
  box-shadow: 2px 2px 10px 0 rgba(0, 0, 0, 0.3);
  margin-bottom: 50px;
}
/* ------------ /// ------------ */


/* -----------------------------------
 MtM チャットバナー
------------------------------------ */
.cmn_mtmbnr{
  margin:0 auto 20px;
  text-align:center;
}


/* SP　fixメニュー */
.sp_fix_btn{
    display:none;
}
@media (max-width: 767px) {
    .sp_fix_btn{
        display: none;
        position: fixed;
        bottom:0;
        left:0;
        right:0;
        width:100%;
        background: #000;
        -webkit-box-shadow: 0 -2px 0 1px rgba(0,0,0,0.1);
        box-shadow: 0 -2px 0 1px rgba(0,0,0,0.1);
        z-index:99;
    }
    .sp_fix_btn .inner{
        margin:10px 30px;
    }
    .sp_fix_btn .lnk{
        display: block;
    }
    .sp_fix_btn .lnk img{
        vertical-align: bottom;
        width:100%;
    }
}


/* thanks_line */

#line_contents h2 {
  margin: 0;
  padding: 14px 0px 14px 10px;
  background-image: url(../../common/images/cmn_line_title_back.jpg);
  background-position: left top;
  background-repeat: repeat-x;
  color: white;
  font-weight: bold;
  font-size: 1.3rem;
  text-shadow: none;
  line-height: 100%;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

.line_fv{
  width: 100%;
  display: block;
  margin: 0 auto;
}
.line_container{
  width: 100%;
  margin: 0 auto;
  margin-bottom: 40px;
}
#line_contents p {
  padding: 16px 10px;
  max-width: 1000px;
  margin: 0 auto;
  font-family: "メイリオ", "Meiryo", "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "Osaka", "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
}

#line_contents img {
  display: block;
  max-width: 100%;
  height: auto;
}

.line_friend{
  margin-bottom: 30px;
  }
.line_btn{
  margin: 0 auto !important;
  width: 240px;
}
.line_qr{
  margin: 0 auto !important;
  width: 190px;
}
  
@media (max-width: 767px){
  .line_btn{
    margin: 0 auto !important;
    width: 200px;
  }
  .line_qr{
    margin: 0 auto !important;
    width: 150px;
  }
  
}
@media (max-width: 767px) {
  .apr_pc {
    display: none !important;
  }
}

@media (min-width: 768px) {
  .apr_sp {
    display: none !important;
  }
}
</pre></body></html>