@charset "utf-8";

/* ---------------------------
01.全般的な設定
02.ヘッダ
03.ナビ
04.コンテンツ
05.フッター
06.フォント
07.テーブル
08.画像ロールオーバー
09.clearfix
--------------------------- */


/* [ 01.全般的な設定 ] ---------------------------------- */
html {-webkit-text-size-adjust: none;}

body {
	margin: 0;
	background-color: #F0F0F0;
	text-align: center; /* center on ie */
	width: 100%;
	font-family:"メイリオ","ＭＳ Ｐゴシック", Osaka, "ヒラギノ角ゴ Pro W3";
	font-size: 12px;
	line-height: 150%;
	color: #222;
}

#wapper {
	width: 100%;
	overflow: hidden;
}

h1,h2,h3,h4,p {
	padding: 0;
	margin: 0;
}

ul {padding: 0;}

li {
	padding: 0;
	list-style: none;
}

dl,dt,dd {
	margin: 0;
	padding: 0;
}

dl {text-indent: 0;}
p {text-align: justify;}
img {border: none;}

.floatleft {float: left;}
.clearfloat {clear: both;}

/* h */
h1,h2,h3 {font-size: 10px;}

/* a */
a {text-decoration: none;}

a:link,
a:visited,
a:hover,
a:active {color: #006699;}

/* margin */
.margi-b20 {margin-bottom: 30px;}
.margi-b40 {margin-bottom: 40px;}

/* padding */
.pad-t5 {padding-top: 5px;}
.pad-t10 {padding-top: 10px;}
.pad-t20 {padding-top: 20px;}
.pad-b10 {padding-bottom: 10px;}
.pad-b30 {padding-bottom: 30px;}
.pad-b20 {padding-bottom: 20px;}
.pad-r20 {padding: 0 20px 0 0;}
.pad-rb10 {padding: 0 10px 10px 0;}

.baseW {
	padding-left: 30px;
	padding-right: 30px;
}
@media all and (max-width: 994px){
  .baseW {
		padding-left: 0;
		padding-right: 0;
	}
	.baseSpW {
		padding-left: 6%;
		padding-right: 6%;
	}
}

@media all and (max-width: 994px){
	.dPc,
	.dPcInline {
		display: none;
	}
}

.dSp,
.dSpInline {
	display: none;
}
@media all and (max-width: 994px){
	.dSp {
		display: block;
	}
	.dSpInline {
		display: inline;
	}
}

.dOneLine {
	display: inline-block;
}

/* ------------------------------------------------------ */

/* [ 02.ヘッダ ] ---------------------------------------- */
#header {
	width: 978px;
	height: 148px;
	background-image: url(img/bg.gif);
	background-repeat: repeat-x;
}
@media screen and (max-width: 994px) {
	#header {display: none;}
}
@media screen and (min-width: 995px) {
	.naviSp {display: none;}
}

#header1 {
	/* W:215×H:148 */
	padding: 53px 0 0 26px;
	width: 189px;
	height: 95px;
	float: left;
}

#header2 {
	width: 763px;
	height: 148px;
	float: left;
}
/* ------------------------------------------------------ */


/* [ 03.ナビ ]------------------------------------------- */
#navi {
	width: 763px;
	height: 148px;
	float: left;
}

div#navi ul,
div#navi ul li {margin: 0;}

div#navi li {
	float: left;
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

/* ★spナビ */
.headerSp {
	position: relative;
	z-index: 10000;
}

.naviSp {
	background: #fff;
	border-top: 4px solid #A62131;
	border-bottom: 7px solid #A62131;
	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 66px;
	z-index: 1002px;
}

.naviSp .logoSp img {padding: 10px;}

/* ★左カラムナビ */
#leftnavi {
	width: 184px;
	margin-bottom: 10px;
	font-size: 13px;
}

div#leftnavi ul {margin: 0;}

div#leftnavi li {
	background-repeat: no-repeat;
	background-position: left top;
	overflow: hidden;
}

.ln1 {background-image: url(img/leftnavi_bg1.gif);}

.ln1on {background-image: url(img/leftnavi_bg1_on.gif);}

.ln1,
.ln1on {padding: 11px 0 11px 33px;}

.ln2 {background-image: url(img/leftnavi_bg2.gif);}

.ln2on {background-image: url(img/leftnavi_bg2_on.gif);}

.ln2,
.ln2on {padding: 11px 0 12px 33px;}

.ln1on,
.ln1on a:link,
.ln1on a:visited,
.ln1on a:hover,
.ln1on a:active,
.ln2on,
.ln2on a:link,
.ln2on a:visited,
.ln2on a:hover,
.ln2on a:active {color: #A62131;}
/* ------------------------------------------------------ */

/* [ 04.コンテンツ ]------------------------------------- */
#container,
#container_sub {
	width: 978px;
	max-width: 100%;
	background-color: #fff;
	text-align: left;
	margin: 0 auto 15px auto;
}

/*ヘッダー固定（sp）*/
@media screen and (max-width: 994px) {
	#container,
	#container_sub {
		position: relative;
		z-index: 0;
	}
}

/* ★メインイメージ（トップページ用） */
[class^="topImg"] {
	background-repeat: no-repeat;
	background-size: cover;
	position: relative;
	height: 340px;
}
@media screen and (max-width: 994px) {
	[class^="topImg"] {margin-top: 76px;} /*spヘッダー分ずらす*/
}

/* 各ページバナー画像設定 */
#mainimg img {
	width: 100%;
	height: 340px;
	object-fit: cover;
}

/* 下層ページタイトル設定 */
.ttlLay {
	display: inline-block;
	background: rgba(0, 0, 0, 0.6);
	color: #fff;
	font-family: "Yu Gothic UI";
	font-size: 22px;
	font-weight: bold;
	text-align: center;
	letter-spacing: 6px;
	line-height: 1.4;
	padding: 33px 36px;
	position: absolute;
}
@media screen and (max-width: 994px) {
	.ttlLay {
		top: 50%;
		left: 50%;
		-webkit-transform: translate(-50%,-50%);
    transform: translate(-50%,-50%);
    margin: 0 auto;
		padding: 33px 24px;
	}
}
@media screen and (min-width: 995px) {
	.ttlLay {
		bottom: 6px;
		left: 16px;
	}
}

.ttlLay span {
	font-size: 10px;
	font-weight: normal;
	letter-spacing: 1px;
}

/* ★メインイメージ（サブページ用） */
#mainimg_sub img {
	width: 100%;
	height: 152px;
	object-fit: cover;
}

/* ★トップ画像 */
#topbox1 {
	display: inline-block;
	width: 918px;
	padding: 20px 30px;
}

@media screen and (max-width: 994px) {
	#topbox1 {
		display: block;
		width: 100%;
		box-sizing: border-box;
	}
}

#topbox1_1 {
	width: 448px;
	float: left;
	font-family: 'Open Sans';
	font-size: 24px;
	text-align: center;
	line-height: 1.2;
	padding: 70px 0;
}
@media screen and (max-width: 994px) {
	#topbox1_1 {width: 100%;}
}

#topbox1_2 {
	width: 455px;
	float: left;
	font-family: "Sawarabi Mincho";
  font-size: 21px;
	line-height: 1.2;
	padding: 5px 0 10px 15px;
}
@media screen and (max-width: 994px) {
	#topbox1_2 {
		width: 100%;
		padding: 5px 0 10px;
	}
}

#topbox1_3 {
	float: left;
	padding: 5px 0 0 15px;
}
@media screen and (max-width: 994px) {
	#topbox1_3 {
		width: 100%;
		padding: 5px 0 20px 0;
	}
}

/* ★トップ業務ナビ */
#topbox2 {padding: 0 30px 5px 30px;}

#top_outnavi {padding: 0 0 20px 0;}

div#top_outnavi ul li {
	float: left;
	list-style: none;
	overflow: hidden;
	margin: 0;
	padding: 0;
}

div#top_outnavi ul {margin: 0;}

/*トップページ_業務内容*/
.busBox {padding-bottom: 20px;}

.busBox a {
	display: block;
	color: #333;
}

.busBoxIn {
	display: inline-block;
	width: 224px;
	background: #f2f2f2;
	border: 1px solid #ccc;
	text-align: center;
}
@media screen and (max-width: 768px) {
	.busBoxIn {
		display: block;
		width: 100%;
		margin: 20px auto;
	}
}

	.busBoxIn:hover .busBoxTtl {
		background: #a62131;
		transition: 0.8s;
	}
	.busBoxIn:hover span {
		color: #a62131;
		transition: 0.8s;}

.busBoxIn .busBoxTtl {
	display: inline-block;
	background: #333;
	border-radius: 3px;
	color: #fff;
	font-size: 14px;
	font-weight: bold;
  padding: 5px 20px;
	margin: 10px;
}

.busBoxIn img {
	width: 222px;
  height: 227px;
  object-fit: cover;
}
@media screen and (max-width: 768px) {
	.busBoxIn img {
		display: flex;
		width: 80%;
    height: 200px;
		margin: 0 auto;
	}
}

.busBoxIn span {
	display: block;
	font-weight: bold;
	padding: 10px;
}

.h2title_top,
.h2title_top2 {margin-bottom: 10px;}

/* ★トップ 新着情報＋バナー */
.boxIndex02Wrap {
	box-sizing: border-box;
	padding-bottom: 1.9em;
}

.boxIndex02Wrap * {
	box-sizing: border-box;
}

.boxIndex02Wrap img {
  max-width: 100%;
	vertical-align: middle;
}

.boxIndex02 {
  display: -webkit-flex;
  display: flex;
  -webkit-flex-direction: row-reverse;
  flex-direction: row-reverse;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
  -webkit-align-items: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 994px){
	.boxIndex02 {
		display: block;
	}
}

.boxIndex02 .h3title {
	margin-bottom: 1.5em;
}

.boxIndex02L {
	width: 48%;
}
@media all and (max-width: 994px){
	.boxIndex02L {
		width: 100%;
		margin-bottom: 4em;
	}
}

.boxIndex02L .fbarea,
.boxIndex02L .fb-page,
.boxIndex02L .fb-page > span {
  width: 100%;
	max-width: none;
}

@media all and (max-width: 994px){
  .boxIndex02L .fbarea {
		margin: 0 auto;
		text-align: center;
	}
}

.boxIndex02L .boxLink {
  margin-top: 1.8em;
}
@media all and (max-width: 994px){
	.boxIndex02L .boxLink {
		display: none;
	}
}

.boxIndex02L .boxLink .imgBn {
  margin-bottom: 1.4em;
}

.boxIndex02R {
	width: 48%;
	margin-right: calc(100% - 48% * 2);
}
@media all and (max-width: 994px){
	.boxIndex02R {
		width: 100%;
		margin-right: 0;
	}
}

.boxIndex02R .boxLink {
	text-align: center;
}

.boxIndex02R .boxLink .imgBn {
  margin-bottom: 1.4em;
}

.boxIndexRecruit {
	padding-top: 1.0em;
	padding-bottom: 1.0em;
}
@media all and (max-width: 994px){
  .boxIndexRecruit {
    margin-bottom: 0.5em;/*2.0em;*/
	}
}

.boxIndexRecruit .h3ttlSub {
	/*border-bottom: 5px solid #111;*/
}

.boxIndexRecruit .h3title {
	margin-bottom: 0.8em;
}

.boxIndexRecruit .boxBaseCom {
	margin-bottom: 0.5em;
}


/* 採用情報 */
.boxRecruitBn01 {
	padding-top: 1.0em;
	padding-bottom: 1.0em;
	/*text-align: center;*/
}

.boxRecruitBn01 .boxBaseCom {
	margin-bottom: 1.5em;
}

.boxRecruitBn01 img {
  width: 441px;
}
@media all and (max-width: 500px){
	.boxRecruitBn01 img {
		width: 100%;
	}
}


#topbox3,
#topbox4 {padding: 0 30px 30px 30px;}

#topleft {
	width: 540px;
	float: left;
	margin: 0 14px 0 0;
}
@media screen and (max-width: 994px) {
	#topleft {
		width: 100%;
		float: none;
	}
}

#topright {
	float: left;
	text-align: center;
	margin: 0;
}

.topBnr a img {max-width: 364px;}

@media screen and (max-width: 994px) {
	#topright {float: none;}
	.topBnr  a img {width: 100%;}
}

#news {margin-top: 15px;}

#news dt {
	width: 9em;
	float: left;
	color: #07341B;
	font-size: 12px;
	font-weight: bold;
}

#news dd {
	text-align: left;
	margin-left: 9em;
	padding-bottom: 8px;
}

.topBnrBtm {text-align: left !important;}

.topBnrBtm a img {padding-bottom: 10px;}
@media screen and (max-width: 994px) {
	.topBnrBtm a img {
		width: 100%;
		box-sizing: border-box;
	}
}


/* Shokai */
.boxShokaiUl01 {
	box-sizing: border-box;
}

.boxShokaiUl01 * {
	box-sizing: border-box;
}

.boxShokaiUl01 .ul01 {
	column-count: 3;
  gap: calc((100% - 32.8% * 3) / 2);
}
@media all and (max-width: 750px){
	.boxShokaiUl01 .ul01.no01 {
	  column-count: 2;
		gap: calc(100% - 49% * 2);
	}
}
@media all and (max-width: 620px){
	.boxShokaiUl01 .ul01.no02 {
	  column-count: 2;
		gap: calc(100% - 49% * 2);
	}
}
@media all and (max-width: 510px){
	.boxShokaiUl01 .ul01.no01 {
	  column-count: 1;
		gap: 0;
	}
}
@media all and (max-width: 440px){
	.boxShokaiUl01 .ul01.no02 {
	  column-count: 1;
		gap: 0;
	}
}

.boxShokaiUl01 .ul01 > li {
  padding: 3px 6px;/*3px 10px;*/
  border-bottom: dotted 1px #666666;
  text-align: left;
  font-size: 12px;
  font-weight: normal;
  page-break-inside: avoid;
  break-inside: avoid;
}

.boxShokaiUl01 .ul01 > li.txtShort {
  letter-spacing: -0.1em;
  font-size: 11px;
}



/* Woman To Weigh */
.boxWomanTW01Wrap {
	box-sizing: border-box;
	padding-top: 3.0em;
	padding-bottom: 2.0em;
}
@media all and (max-width: 994px){
	.boxWomanTW01Wrap {
		padding-top: 9.0em;
	}
}

.boxWomanTW01Wrap * {
  box-sizing: border-box;
}

.boxWomanTW01Wrap img {
	max-width: 100%;
	vertical-align: middle;
}

.boxWomanTW01Wrap .ttlBase01 {
	line-height: 1.7;
	letter-spacing: 0.08em;
	font-size: 1.55rem;
	color: #66137B;
}
@media all and (max-width: 750px){
	.boxWomanTW01Wrap .ttlBase01 {
		line-height: 1.5;
	}
}

.boxWomanTW01Wrap .boxBaseCom > p {
	line-height: 1.79;
	letter-spacing: normal;
	font-size: 0.83rem;
	font-weight: 700;
}

.boxWomanTW01Wrap .boxBaseCom > p + p {
  margin-top: 1.7em;
}

.boxWomanTW0101 {
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: flex-start;
  justify-content: flex-start;
	margin-bottom: 3em;
}
@media all and (max-width: 994px){
	.boxWomanTW0101 {
		display: block;
		margin-bottom: 0;
	}
}

.boxWomanTW0101 .boxCont01L {
	width: 50.8%;
}
@media all and (max-width: 994px){
	.boxWomanTW0101 .boxCont01L {
		width: 100%;
		margin-bottom: 1.6em;
	}
}

.boxWomanTW0101 .boxCont01L .ttl01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
	width: 93%;
	margin-bottom: 3.1em;
}
@media all and (max-width: 994px){
	.boxWomanTW0101 .boxCont01L .ttl01 {
    align-items: center;
		width: 100%;
	}
}

.boxWomanTW0101 .boxCont01L .ttl01 .ttlSub {
	position: relative;
	width: 100%;
	margin-bottom: 1.25em;
	letter-spacing: 0.05em;
  font-size: 1.13rem;
	color: #808080;
}
@media all and (max-width: 994px){
	.boxWomanTW0101 .boxCont01L .ttl01 .ttlSub {
		padding-left: 1.0em;
	}
}

.boxWomanTW0101 .boxCont01L .ttl01 .ttlSub > span {
	position: relative;
	z-index: 2;
	padding-right: 0.6em;
  background-color: #fff;
}

.boxWomanTW0101 .boxCont01L .ttl01 .ttlSub:after {
  content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	right: 0;
	width: 98%;
	height: 2px;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #808080;
}
@media all and (max-width: 994px){
	.boxWomanTW0101 .boxCont01L .ttl01 .ttlSub:after {
		width: calc(100% - 1.5em);
	}
}

.boxWomanTW0101 .boxCont01L .ttl01 .ttlMain {
	text-align: center;
}

.boxWomanTW0101 .boxCont01L .ttl01 .ttlMain img {
  width: 80%;
}
@media all and (max-width: 994px){
	.boxWomanTW0101 .boxCont01L .ttl01 .ttlMain img {
		width: 74%;
		max-width: 434px;
	}
}

.boxWomanTW0101 .boxCont01L .boxImg {
  width: 93%;
	margin-bottom: 0.8em;
	text-align: center;
}
@media all and (max-width: 994px){
	.boxWomanTW0101 .boxCont01L .boxImg {
		width: 100%;
		margin-bottom: 1.8em;
	}
}

.boxWomanTW0101 .boxCont01L .boxImg img {
  width: 40%;
}
@media all and (max-width: 994px){
	.boxWomanTW0101 .boxCont01L .boxImg img {
		width: 87%;
		max-width: 370px;
	}
}

.boxWomanTW0101 .boxCont01L .ttl02 {
	position: relative;
	width: 93%;
	margin-bottom: 0.35em;
	text-align: right;
	letter-spacing: 0.07em;
	font-size: 1.17rem;
	font-weight: 400;
	color: #66137B;
}
@media all and (max-width: 994px){
	.boxWomanTW0101 .boxCont01L .ttl02 {
		width: 100%;
		margin-bottom: 0.5em;
		padding-top: 1.2em;
		text-align: center;
	}
}

.boxWomanTW0101 .boxCont01L .ttl02 > span {
	position: relative;
	z-index: 2;
	padding-left: 0.3em;
  background-color: #fff;
}
@media all and (max-width: 994px){
	.boxWomanTW0101 .boxCont01L .ttl02 > span {
		padding-left: 0;
	}
}

.boxWomanTW0101 .boxCont01L .ttl02:after {
  content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	width: 98%;
	height: 2px;
	margin-top: auto;
	margin-bottom: auto;
	background-color: #66137B;
}
@media all and (max-width: 994px){
	.boxWomanTW0101 .boxCont01L .ttl02:after {
		bottom: auto;
		width: 100%;
		height: 1px;
		margin-top: 0;
		margin-bottom: 0;
	}
}

.boxWomanTW0101 .boxCont01L .boxBaseCom {
	position: relative;
	padding-bottom: 1.1em;
}
@media all and (max-width: 994px){
	.boxWomanTW0101 .boxCont01L .boxBaseCom {
		padding-bottom: 1.5em;
	}
}

.boxWomanTW0101 .boxCont01L .boxBaseCom:after {
  content: '';
	position: absolute;
	right: 0;
	bottom: 0;
	width: 73.5%;
	height: 2px;
	background-color: #66137B;
}
@media all and (max-width: 994px){
	.boxWomanTW0101 .boxCont01L .boxBaseCom:after {
		width: 100%;
		height: 1px;
	}
}

.boxWomanTW0101 .boxCont01L .boxBaseCom > p {
	text-align: center;
  line-height: 1.7;
  font-size: 0.68rem;
  font-weight: 700;
}

.boxWomanTW0101 .boxCont01R {
	width: 49.2%;
}
@media all and (max-width: 994px){
	.boxWomanTW0101 .boxCont01R {
		width: 100%;
		text-align: center;
	}
}

.boxWomanTW0102 {
  display: flex;
  justify-content: flex-start;
	margin-bottom: 3.2em;
	padding: 0 6%;
}
@media all and (max-width: 994px){
	.boxWomanTW0102 {
		display: block;
		margin-bottom: 3.0em;
		padding: 0;
	}
}

.boxWomanTW0102 .ttlBase01 {
	position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 47.6%;
	margin-right: calc(100% - 47.6% * 2);
	background-color: #DBC8D4;
	text-align: center;
}
@media all and (max-width: 994px){
	.boxWomanTW0102 .ttlBase01 {
		width: 100%;
		margin-right: 0;
		margin-bottom: 0.8em;
		padding: 0.7em 0 0.5em 0;
	}
}

.boxWomanTW0102 .ttlBase01:before,
.boxWomanTW0102 .ttlBase01:after {
  content: '';
	position: absolute;
	width: 89.5%;
	height: 1px;
	background-color: #fff;
}
@media all and (max-width: 994px){
	.boxWomanTW0102 .ttlBase01:before,
	.boxWomanTW0102 .ttlBase01:after {
		content: none;
	}
}

.boxWomanTW0102 .ttlBase01:before {
	left: 0;
	top: 1.6em;
}

.boxWomanTW0102 .ttlBase01:after {
	right: 0;
	bottom: 1.6em;
}

.boxWomanTW0102 .boxBaseCom {
  width: 47.6%;
}
@media all and (max-width: 994px){
	.boxWomanTW0102 .boxBaseCom {
		width: 100%;
	}
}

.boxWomanTW0103 {
	margin-bottom: 3.2em;
	padding: 0 6%;
}
@media all and (max-width: 994px){
	.boxWomanTW0103 {
		margin-bottom: 3.0em;
		padding: 0;
	}
}

.boxWomanTW0103 .ttlBase01 {
	margin-bottom: 0.5em;
}
@media all and (max-width: 994px){
	.boxWomanTW0103 .ttlBase01 {
		text-align: center;
	}
}
@media all and (max-width: 605px){
	.boxWomanTW0103 .ttlBase01 {
		text-align: left;
	}
}
@media all and (max-width: 320px){
	.boxWomanTW0103 .ttlBase01 {
		font-size: 7.9vw;
	}
}

.boxWomanTW0103 .boxCont01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 994px){
	.boxWomanTW0103 .boxCont01 {
		flex-direction: column-reverse;
	}
}

.boxWomanTW0103 .boxCont01 .boxTxt {
  width: 47.6%;
	margin-right: calc(100% - 47.6% * 2);
}
@media all and (max-width: 994px){
	.boxWomanTW0103 .boxCont01 .boxTxt {
		width: 100%;
		margin-right: 0;
	}
}

.boxWomanTW0103 .boxCont01 .boxImg {
  width: 47.6%;
}
@media all and (max-width: 994px){
	.boxWomanTW0103 .boxCont01 .boxImg {
		width: 100%;
		margin-bottom: 1.5em;
		text-align: center;
	}
}

.boxWomanTW0104 {
	margin-bottom: 3.7em;
	padding: 0 6%;
}
@media all and (max-width: 994px){
	.boxWomanTW0104 {
		margin-bottom: 3.0em;
		padding: 0;
	}
}

.boxWomanTW0104 .ttlBase01 {
	margin-bottom: 0.5em;
}
@media all and (max-width: 994px){
	.boxWomanTW0104 .ttlBase01 {
		text-align: center;
	}
}
@media all and (max-width: 730px){
	.boxWomanTW0104 .ttlBase01 {
		text-align: left;
	}
}
@media all and (max-width: 380px){
	.boxWomanTW0104 .ttlBase01 {
		letter-spacing: 0.06em;
		font-size: 6.7vw;
	}
}

.boxWomanTW0104 .boxCont01 {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
}
@media all and (max-width: 994px){
	.boxWomanTW0104 .boxCont01 {
		display: block;
	}
}

.boxWomanTW0104 .boxCont01 .boxImg {
	width: 47.6%;
	margin-right: calc(100% - 47.6% * 2);
}
@media all and (max-width: 994px){
	.boxWomanTW0104 .boxCont01 .boxImg {
		width: 100%;
		margin-right: 0;
		margin-bottom: 1.5em;
		text-align: center;
	}
}

.boxWomanTW0104 .boxCont01 .boxTxt {
	width: 47.6%;
}
@media all and (max-width: 994px){
	.boxWomanTW0104 .boxCont01 .boxTxt {
		width: 100%;
	}
}

.boxWomanTW0105 {
	position: relative;
	margin-bottom: 2.8em;
	padding: 0 6%;
}
@media all and (max-width: 994px){
	.boxWomanTW0105 {
		margin-bottom: 0;
		padding: 0;
	}
}

.boxWomanTW0105 .ttl01 {
  display: flex;
  flex-direction: column;
  justify-content: flex-start;
  align-items: flex-start;
	margin-bottom: 2.5em;
	line-height: 1.2;
	font-family: "Sawarabi Mincho";
}
@media all and (max-width: 994px){
	.boxWomanTW0105 .ttl01 {
		align-items: center;
	}
}
@media all and (max-width: 520px){
	.boxWomanTW0105 .ttl01 {
		align-items: flex-start;
	}
}

.boxWomanTW0105 .ttl01 .ttlEn {
	letter-spacing: 0.04em;
	font-size: 2.4rem;
	color: #66137B;
	opacity: 0.3;
}
@media all and (max-width: 500px){
	.boxWomanTW0105 .ttl01 .ttlEn {
		letter-spacing: 0.02em;
		font-size: 7.2vw;
	}
}

.boxWomanTW0105 .ttl01 .ttlJa {
	padding-left: 1.2em;
	letter-spacing: 0.025em;
	font-size: 1.5rem;
	color: #66137B;
}
@media all and (max-width: 994px){
	.boxWomanTW0105 .ttl01 .ttlJa {
		padding-left: 0;
	}
}

@media all and (max-width: 994px){
	.boxWomanTW0105 .boxOl01 {
		margin-bottom: 3.0em;
	}
}

.boxWomanTW0105 .boxOl01 .ol01 > li {
  margin-bottom: 2.0em;
}

.boxWomanTW0105 .boxOl01 .dl01 {
	padding-left: 55px;
}
@media all and (max-width: 994px){
	.boxWomanTW0105 .boxOl01 .dl01 {
		padding-left: 0;
		padding-top: 70px;
	}
}

.boxWomanTW0105 .boxOl01 .dl01 > dt {
	position: relative;
	margin-bottom: 0.55em;
  font-size: 1.2rem;
	font-weight: 700;
}
@media all and (max-width: 994px){
	.boxWomanTW0105 .boxOl01 .dl01 > dt {
		text-align: center;
		margin-bottom: 0.7em;
	}
}

.boxWomanTW0105 .boxOl01 .dl01 > dt:before {
  content: '';
	position: absolute;
	left: -56px;
	top: -0.65em;
	width: 45px;
	height: 45px;
  background-repeat: no-repeat;
  background-position: left top;
  background-size: 100% auto;
}
.boxWomanTW0105 .boxOl01 .ol01 > li:nth-child(1) .dl01 > dt:before {
  background-image: url('/images/woman-t-w/woman-t-w01-txt01.png');
}
.boxWomanTW0105 .boxOl01 .ol01 > li:nth-child(2) .dl01 > dt:before {
  background-image: url('/images/woman-t-w/woman-t-w01-txt02.png');
}
.boxWomanTW0105 .boxOl01 .ol01 > li:nth-child(3) .dl01 > dt:before {
  background-image: url('/images/woman-t-w/woman-t-w01-txt03.png');
}
@media all and (max-width: 994px){
	.boxWomanTW0105 .boxOl01 .dl01 > dt:before {
		left: 0;
		right: 0;
		top: -70px;
    margin-left: auto;
		margin-right: auto;
	}
}

.boxWomanTW0105 .boxOl01 .dl01 > dd {
	line-height: 1.75;
	letter-spacing: normal;
	font-size: 0.85rem;
	font-weight: 700;
}

.boxWomanTW0105 .boxImg {
  margin-bottom: 4.2em;
}
@media all and (max-width: 994px){
	.boxWomanTW0105 .boxImg {
		margin-bottom: 1.5em;
		text-align: center;
	}
}

.boxWomanTW0105 .boxImg img {
  position: absolute;
	right: 0;
	bottom: 0;
	width: 34.9%;
}
@media all and (max-width: 994px){
	.boxWomanTW0105 .boxImg img {
		position: static;
		right: auto;
		bottom: auto;
		width: auto;
	}
}

.boxWomanTW0105 .boxCont01 {
	width: 63%;
	padding-top: 1.7em;
	padding-bottom: 2.4em;
	border-top: 1px #808080 solid;
	border-bottom: 1px #808080 solid;
}
@media all and (max-width: 994px){
	.boxWomanTW0105 .boxCont01 {
		width: 100%;
		padding-top: 1.0em;
		padding-bottom: 1.0em;
	}
}

.boxWomanTW0105 .boxCont01 .ttl02 {
  margin-bottom: 0.8em;
}

.boxWomanTW0105 .boxCont01 .boxBaseCom > p {
	line-height: 1.5;
	font-size: 0.65rem;
}



/* ★fb設定 */
/* fbスマホ用 */
@media screen and (max-width: 994px) {
	.fbarea {
		width: 100%;
		max-width: 500px;
	}
}

/* fbPC用 */
@media screen and (min-width: 768px) {
	.fbarea {
		width: 450px;
	}
}
/* 以下 サブページ
-------------------------------------------------------- */
/*左カラム背景色指定*/
.sideBgcolor {background: #d0d0d0;}

#left_culm {
	width: 199px;
	float: right;
	margin: 0;
	padding-left: 16px;
}
@media screen and (max-width: 987px) {
	#left_culm {display: none;}
}

.leftbanner {
	width: 184px;
	margin-bottom: 10px;
}

#right_culm {
	float: right;
	background: #fff;
	padding: 10px 30px 40px 20px;
}
@media screen and (min-width: 979px) {
	#right_culm {width: 713px;}
}
@media screen and (max-width: 978px) {
	#right_culm {
		float: none;
		padding: 10px 20px 40px 20px;
	}
}

/* ★パンくずリスト */
#panlist {
	font-weight: bold;
	font-size: 10px;
	text-align: right;
	padding: 0 0 10px 0;
}

#panlist a:link,
#panlist a:visited,
#panlist a:active {color: #480000;}
#panlist a:hover {color: #A20000;}

.h2title {
	font-family: "Sawarabi Mincho";
	font-size: 24px;
	font-weight: normal;
	letter-spacing: 0.1em;
	border-bottom: 1px dotted;
  padding-bottom: 10px;
	margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
	.h2title {font-size: 21px;}
}

.h3title {
	margin-bottom: 10px;
	display: inline-block;
	font-size: 14px;
	font-weight: inherit;
	color: #fff;
	background-color: #a62131;
	border-radius: 3px;
	letter-spacing: 0.1em;
	padding: 2px 18px;
}

.h3area {height: 35px;}

.h3area .h3title {
	float: left;
	position: absolute;
	z-index: 100;
}

.h3ttlSub {
	background-color: #fff;
	border-bottom: 5px solid #a62131;
	border-radius: 0;
	color: #000;
	font-family: "Sawarabi Mincho";
	font-size: 17px;
	padding: 2px 35px 2px 4px;
}
@media screen and (max-width: 768px) {
	.h3ttlSub {padding: 2px 10px 2px 4px;}
}

.h3ttlSub:after {
  content: ' ';
  display: inline-block;
}

.h3title p {
	display: table-cell;
	vertical-align: middle;
}

/*h3横斜めボーダー設定*/
.slash-1 {
  height: 5px;
  background-image: linear-gradient(-45deg,
    hsla(0, 0%, 70%, 0),
    hsla(0, 0%, 70%, 0) 5%,
    hsla(0, 0%, 70%, 1) 5%,
    hsla(0, 0%, 70%, 1) 50%,
    hsla(0, 0%, 70%, 0) 50%,
    hsla(0, 0%, 70%, 0) 60%,
    hsla(0, 0%, 70%, 1) 60%);
  background-size: 6px 6px;
	position: relative;
  top: 8px;
  left: 0;
  right: 0;
}

hr {border-style: none;}

.h3inner {
	background-color: #fff;
	color: #a62131;
	font-size: 16px;
	font-weight: bolder;
	padding: 0;
}

/* 「業務案内トップ」の基本コンテンツ */
.subbox1 {margin-bottom: 30px;}

/*contact画像設定*/
.subbox1.ctcImg img {
	padding-left: 70px;
}
@media screen and (max-width: 987px) {
	.subbox1.ctcImg img {
		max-width: 100%;
		padding-left: 10px;
	}
}

.subbox1_1 {
	margin-right: 15px;
	margin-bottom: 30px;
	float: left;
}

.subbox1_1 img {
	width: 260px;
	height: 160px;
	object-fit: cover;
}

.subbox1_2 {
	width: 438px;
	height: 147px;
	float: left;
}
@media screen and (max-width: 978px) {
	.subbox1_2 {
		width: 100%;
		height: auto;
		padding-bottom: 20px;
	}
}

/*MORE‣ ボタン設定*/
.subbox1_3 {
	display: inline-block;
	width: 75px;
	float: right;
	background: #000;
	text-align: right;
	margin-bottom: 30px;
	padding-right: 3px;
}

.subbox1_3 a {
	display: block;
	width: 100%;
	color: #fff;
	font-size: 10px;
}
/*MORE‣ ボタン設定ここまで*/

/* 「業務案内各ページ」上部メインコンテンツ */
.subbox2 {
	width: 713px;
	margin-bottom: 30px;
}

.subbox2_1 {
	width: 260px;
	margin: 0 15px 30px 0;
	float: left;
}
@media screen and (max-width: 978px) {
	.subbox2_1 {margin: 0;}
}

.subbox2_1 img {
	width: 260px;
	height: 281px;
	object-fit: cover;
}

.subbox2_1.type02 img {
	width: 260px;
	height: auto;
	object-fit: fill;
}

.subbox2_2 {
	width: 438px;
	float: left;
}
@media screen and (max-width: 978px) {
	.subbox2,
	.subbox2_1,
	.subbox2_2 {width: 100%;}
}

.subbox2_2 span.subTtl {
	display: block;
	color: #c0253b;
	font-family: "游明朝", 'YuMincho';
	font-size: 29px;
	font-weight: bold;
	line-height: 1.2;
	padding: 45px 10px 23px;
}
@media screen and (max-width: 767px) {
	.subbox2_2 span.subTtl {
		font-size: 20px;
		padding: 20px 10px;
	}
}

.subbox2_2 p {
	padding: 20px;
	background-color: #F7F7F7;
}

@media screen and (max-width: 978px) {
	span.areaImg img {
		width: 100%;
		max-width: 713px;
	}
}

/* 「業務案内>改造ページ」基本コンテンツ */
.subbox3 {margin-bottom: 30px;}

@media screen and (max-width: 978px) {
	#map_canvas iframe {
		width: 100%;
		height: 350px;
	}
}

.subbox3_1 {
	margin-right: 15px;
	float: left;
}

.subbox3_2 {
	width: 438px;
	float: left;
}
@media screen and (max-width: 767px) {
	.subbox3_2 {width: 100%;}
	.subbox3_2.pad-b30 p {margin-top: 10px;}
}

.subbox3_3 {float: left;}

.subbox3_4 {
	width: 175px;
	height: 158px;
	margin-left: 281px;
	margin-right: 15px;
	float: left;
}

.subbox3_5 {
	width: 242px;
	height: 158px;
	float: left;
}

/*新レイアウト*/
.flexBox {
	display: flex;
  padding-bottom: 30px;
}
@media screen and (max-width: 767px) {
	.flexBox {
		display: block;
		padding-bottom: 20px;
	}
}

@media screen and (max-width: 767px) {
	.flexBoxImg {text-align: center;}
}

.flexBox .flexBoxTxt {margin-left: 15px;}
@media screen and (max-width: 767px) {
	.flexBox .flexBoxTxt {margin: 10px;}
}

.subbox3_Point,
.subbox3_Ttl p {color: #a62131;}

.subbox3_Point {
	display: flex;
	width: 260px;
	padding-left: 10px;
}
@media screen and (max-width: 767px) {
	.subbox3_Point {padding-bottom: 10px;}
}

.subbox3_Point p {
	font-size: 13px;
	font-weight: bold;
	padding: 35px 0 30px 10px;
	box-sizing: border-box;
}

.subbox3_Ttl {
	flex: 1;
	margin: auto;
}

.subbox3_Ttl p {
	border-left: 5px solid #a62131;
	font-family: "Sawarabi Mincho";
	font-size: 16px;
	padding: 10px 20px;
}

/* 「業務案内各ページ」フローチャート設定 */
.flowTtl {
	font-family: "Yu Gothic UI";
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	padding: 20px;
}

.flowInner {
  position: relative;
  color: #000;
  text-align: left;
  font-size: 13px;
  padding: 20px 20px 0 20px;
  margin: 0;
}

/* 下三角設定 */
.flowInner::after {
  border: 25px solid transparent;
  border-top-color: #f3f3e7;
  border-bottom-width: 0;
  bottom: -20px;
  content: "";
  display: block;
	-webkit-transform: translate(-50%);
	transform: translate(-50%);
  left: 50%;
  position: absolute;
  width: 0;
}

	.flowInner:last-of-type::after {display: none;}

.flowBtm {padding: 20px}

.flowBtm span {
	color: #c0253b;
	font-size: 12px;
	font-weight: bold;
}

[class^="flow0"] {margin-bottom: 15px;}

/* フローチャートカラー設定 */
.flow01 p.flowTtl {background: #dcddbb}
.flow01 p.flowBtm {background: #f3f3e7;}
.flow02 p.flowTtl {background: #dcd5bb}
.flow02 p.flowBtm {background: #f4f1e8;}
.flow03 p.flowTtl {background: #decfba}
.flow03 p.flowBtm {background: #f4f0e7;}
.flow04 p.flowTtl {background: #dfc9bb}
.flow04 p.flowBtm {background: #f4ede7;}
.flow05 p.flowTtl {background: #ddbebb}
.flow05 p.flowBtm {background: #f4e9e7;}


/* 「京浜工業地帯を創った男」 */
.subbox4 {margin: 30px 0;}

p.subbanner img {width: 713px;}
@media screen and (max-width: 767px) {
	p.subbanner img {width: 100%;}
}

.subbox4 p {line-height: 180%;}
/* /「京浜工業地帯を創った男」 */

/* 事例紹介ページ */
.greyp {
	margin-bottom: 30px;
	padding: 20px;
	background-color: #F7F7F7;
}

/* 採用情報 */
.contBnr {width: 100%;}
@media screen and (max-width: 978px) {
	.contBnr {margin-top: 30px;}
}

/* サイトマップ */
.sitemap1 {
	width: 193px;
	margin: 10px 40px 20px 30px;
	float: left;
}

.sitemap2 {
	width: 193px;
	margin: 48px 40px 20px 0;
	float: left;
}

.sitemap3{
	width: 193px;
	margin: 48px 0 20px 0;
	float: left;
}
@media screen and (max-width: 978px) {
	.sitemap1,
	.sitemap2,
	.sitemap3 {float: none;}

	.sitemap2,
	.sitemap3 {margin-left: 30px;}
}

.sm01 {
	background-image: url(img/sitemap_img01.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 20px 20px;
}

.sm02 {
	background-image: url(img/sitemap_img02.gif);
	background-repeat: no-repeat;
	background-position: 0 5px;
	padding: 0 0 15px 40px;
}

#leftculm2 {
	width: 645px;
	padding: 15px 15px 15px 15px;
	margin: 0 15px 0 0;
	background-color: #fff;
	text-align: left;
	float: left;
}

#leftculm2 p {margin-bottom: 20px;}

.leftbox1 {
	width: 100%;
	margin-bottom: 15px;
	border-bottom: 1px dotted #000000;
}

.leftbox1_nl {
	width: 100%;
	margin-bottom: 15px;
}

#leftdl {
	width: 100%;
	padding: 10px 0 0 0;
}

#leftdl dt {
	width: 100px;
	color: #07341B;
	font-size: 12px;
	font-weight: bold;
	text-align: right;
	border-bottom: dotted 1px #444444;
	padding: 0 20px 0 0;
	margin: 0 0 10px 0;
	float: left;
}

#leftdl dd {
	width: 525px;
	text-align: left;
	border-bottom: dotted 1px #444444;
	padding: 0;
	margin: 0 0 10px 0;
	float: left;
}

#privacy li {margin-bottom: 25px;}

#sitemap li {
	margin: 0 0 15px 2px;
	border-bottom: dotted 1px #444444;
}

.sm1 {
	font-weight: bold;
	padding-bottom: 10px;
}

.sm2 {padding: 0 0 10px 15px;}

.btnbox {
	text-align: center;
	padding: 0 0 25px 0;
}

.btfbox1 {
	width: 200px;
	height: 182px;
	padding-right: 5px;
	padding-bottom: 20px;
	float: left;
}

.btfbox1_2 {
	width: 200px;
	height: 376px;
	padding-right: 5px;
	padding-bottom: 20px;
	float: left;
}

.btfbox1_3 {
	width: 200px;
	height: 351px;
	padding-right: 5px;
	padding-bottom: 20px;
	float: left;
}

.btfbox2 {
	width: 440px;
	height: 182px;
	padding-bottom: 20px;
	float: left;
}

.btfbox2_2 {
	width: 440px;
	height: 376px;
	padding-bottom: 20px;
	float: left;
}

.btfbox2_2 {
	width: 440px;
	height: 351px;
	padding-bottom: 20px;
	float: left;
}
/* ------------------------------------------------------ */

/* [ 05.フッター ]--------------------------------------- */
#footer {
	width: 100%;
	text-align: center;
	background: #292929;
}

#footer1 {
	width: 978px;
	margin: 0 auto;
	text-align: left;
	padding-top: 24px;
}
@media screen and (max-width: 994px) {
	#footer1 {width: 100%;}
}

#footer2 {
	display: inline-block;
	width: 250px;
	float: left;
	color: #fff;
	font-size: 10px;
	text-align: left;
	line-height: 140%;
	padding: 30px 0 0 41px;
}
@media screen and (max-width: 994px) {
	.footer2Cvr {
		display: block;
		text-align: center;
	}

	#footer2 {padding: 30px 6% 20px 6%;}
}

#footer3 {float: right;}

#footer4 {
	float: right;
	padding: 18px 5px 18px 100px;
}

#footer4 ul {
	display: inline-flex;
	list-style: none;
	margin: 0;
}
@media screen and (max-width: 768px) {
	#footer4 ul {display: block;}
}

#footer4 ul li {
	float: left;
	font-size: 11px;
	margin: 0 15px;
}
@media screen and (max-width: 768px) {
	#footer4 ul li {
		float: none;
		margin: 5px 0;
	}
}

	#footer4 ul li:first-of-type {margin-left: 0;}
	#footer4 ul li:last-of-type {margin-right: 0;}

#footer4 ul li a {color: #fff !important;}


@media screen and (max-width: 994px) {
	#footer2,
	#footer3,
	#footer4 {float: none;}

	#footer3 {
		text-align: center;
		padding: 0;
	}

	#footer4 {
		text-align: center;
		padding: 20px 10px 85px;
	}
}

.fnl {margin-right: 47px;}
@media screen and (max-width: 994px) {
	.fnl {margin-right: 25px;}
}

#footer5 {
	width: 100%;
	float: left;
	background: #ab2b3d;
	color: #fff;
	font-size: 8px;
	text-align: center;
	padding: 2px 0 1px 0;
}

/* pagetop ボタン*/
#page-top {
  position: fixed;
  bottom: 20px;
  right: 20px;
  font-size: 77%;
}

#page-top a {
  background: #666;
  text-decoration: none;
  color: #fff;
  width: 100px;
  padding: 30px 0;
  text-align: center;
  display: block;
  border-radius: 5px;
}

#page-top a:hover {
  text-decoration: none;
  background: #999;
}
/* ------------------------------------------------------ */

/* [ 06.フォント ]--------------------------------------- */
.txt-recomend {color: #8CD5FF;}

.txt-bb {
	padding: 20px 0 15px 0;
	color: #A62131;
	font-size: 11pt;
	font-weight: bold;
}
/* ------------------------------------------------------ */

/* [ 07.テーブル ]--------------------------------------- */
.tbl01 {
	width: 100%;
	margin: 0 auto 30px auto;
	border-spacing: 2px;
}

.tbl01 th {
	width: 200px;
	padding: 10px 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-color: #F4DDDE;
	line-height: 145%;
}
@media screen and (max-width: 768px) {
	.tbl01 th {width: 50px;}
}

.tbl01 td {
	padding: 10px 15px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background-color: #F0F0F0;
	line-height: 145%;
}

.tbl02 {
	width: 100%;
	margin: 0 auto 30px auto;
	border-collapse: collapse;
}
.tbl02.type02,
.tbl02.type02 * {
  box-sizing: border-box;
}

.tbl02 th {
	width: 140px;
	padding: 10px 15px;
	font-size: 12px;
	font-weight: bold;
	text-align: center;
	background-image: url(img/tbl02_back.gif);
	background-repeat: repeat-y;
	border-bottom: dotted 1px #666666;
	line-height: 145%;
}
.tbl02.type02 th {
	width: auto;
	padding: 10px 0;
}
@media screen and (max-width: 768px) {
	.tbl02 th {width: 85px;}
}

.tbl02.type02 th.thEra {
	vertical-align: top;
}
@media screen and (max-width: 768px) {
	.tbl02.type02 th.thEra {
		text-align: left;
	}
}

.tbl02.type02 tr:not(.trEra) th:nth-child(1),
.tbl02.type02 tr:not(.trEra) th:nth-child(2),
.tbl02.type02 tr.trEra th:nth-child(2),
.tbl02.type02 tr.trEra th:nth-child(3) {
	text-align: right;
	padding-right: 1.0em;
}
@media screen and (max-width: 768px) {
	.tbl02.type02 tr:not(.trEra) th:nth-child(1),
	.tbl02.type02 tr:not(.trEra) th:nth-child(2),
	.tbl02.type02 tr.trEra th:nth-child(2),
	.tbl02.type02 tr.trEra th:nth-child(3) {
		padding-right: 0.5em;
		vertical-align: top;
	}
}

.tbl02.type02 tr:first-child th:nth-child(1) {
  width: 46px;
}
@media screen and (max-width: 768px) {
	.tbl02.type02 tr:first-child th:nth-child(1) {
		width: 36px;
	}
}

.tbl02.type02 tr:first-child th:nth-child(2) {
  width: 47px;
}
@media screen and (max-width: 768px) {
	.tbl02.type02 tr:first-child th:nth-child(2) {
		width: 37px;
	}
}

.tbl02.type02 tr:first-child th:nth-child(3) {
  width: 47px;
}
@media screen and (max-width: 768px) {
	.tbl02.type02 tr:first-child th:nth-child(3) {
		width: 37px;
	}
}

.tbl02.type02 tr:first-child td:nth-child(4) {
  width: calc(100% - 140px);
}
@media screen and (max-width: 768px) {
	.tbl02.type02 tr:first-child td:nth-child(4) {
		width: calc(100% - 110px);
	}
}

.tbl02 td {
	padding: 10px 15px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	background-color: #FAFAFA;
	line-height: 145%;
	border-bottom: dotted 1px #666666;
}

.tbl03 {
	width: 100%;
	margin: 0 auto 0px auto;
	border-spacing: 5px;
}

.tbl03 td {
	padding: 3px 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border-bottom: dotted 1px #666666;
}

.tbl04 {
	width: 100%;
	margin: 0 auto 30px auto;
	border-spacing: 5px;
}

.tbl04 td {
	padding: 3px 10px;
	font-size: 12px;
	font-weight: normal;
	text-align: left;
	border-bottom: dotted 1px #666666;
}
/* ------------------------------------------------------ */

/* [ 08.画像ロールオーバー ] ------------------------ */
.navi01 {background-image: url(img/navi01_on.jpg);}
.navi02 {background-image: url(img/navi02_on.jpg);}
.navi03 {background-image: url(img/navi03_on.jpg);}
.navi04 {background-image: url(img/navi04_on.jpg);}
.navi05 {background-image: url(img/navi05_on.jpg);}
.navi06 {background-image: url(img/navi06_on.jpg);}

.top_outnavi01 {background: url(img/top_outnavi01_on.jpg) no-repeat;}
.top_outnavi02 {background: url(img/top_outnavi02_on.jpg) no-repeat;}
.top_outnavi03 {background: url(img/top_outnavi03_on.jpg) no-repeat;}
.top_outnavi04 {background: url(img/top_outnavi04_on.jpg) no-repeat;}
.top_outnavi05 {background: url(img/top_outnavi05_on.jpg) no-repeat;}

.banner01 {background-image: url(img/banner01_on.jpg);}
/* ------------------------------------------------------ */

/* [ 09.clearfix ] -------------------------------------- */
.clearfix::after {
  content: ".";  /* 新しい要素を作る */
  display: block;  /* ブロックレベル要素に */
  clear: both;
  height: 0;
  visibility: hidden;
}

.clearfix {min-height: 1px;}

* html .clearfix {
  height: 1px;
  /*¥*//*/
  height: auto;
  overflow: hidden;
  /**/
}
/* ------------------------------------------------------ */
