@charset "utf-8";
/*------------------------------------------------------------
	書式設定
------------------------------------------------------------*/
/* テキストの位置 */
.taLeft { text-align: left !important; }
.taCenter { text-align: center !important; }
.taRight { text-align: right !important; }
.vaTop { vertical-align: top !important; }
.vaMiddle { vertical-align: middle !important; }

/* フォントの大きさ（プラス） */
.fsP1 { font-size: 1.08em !important; }
.fsP2 { font-size: 1.16em !important; }
.fsP3 { font-size: 1.24em !important; }
.fsP4 { font-size: 1.32em !important; }
.fsP5 { font-size: 1.4em !important; }

/* フォントの大きさ（マイナス） */
.fsM1 { font-size: 0.92em !important; }
.fsM2 { font-size: 0.84em !important; }
.fsM3 { font-size: 0.76em !important; }
.fsM4 { font-size: 0.68em !important; }
.fsM5 { font-size: 0.6em !important; }

/* フォントの太さ */
.fwNormal { font-weight: normal !important; }
.fwBold { font-weight: bold !important; }

/*------------------------------------------------------------
	微調整用クラス（※多用しないこと）
------------------------------------------------------------*/
.mt0 { margin-top: 0 !important; }
.mb0 { margin-bottom: 0 !important; }
.txt_s{ font-size: x-small; }
.pt0 { padding-top: 0 !important;}
/*------------------------------------------------------------
	汎用スタイル
------------------------------------------------------------*/
	* html .clearfix {
		zoom: 1;
	}

	*+html .clearfix {
		zoom: 1;
	}

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

.text_c {
	text-align: center;
}
.text_r {
	text-align: right;
}
.text_l {
	text-align: left;
}


.bd-n_l {
	border-left: none !important;
}
/*------------------------------------------------------------
	幅
------------------------------------------------------------*/
.w200 {
	width: 200px;
}
.w_auto {
	width: auto !important;
}

.mb30 {
	margin-bottom: 30px !important;
}
.mb70 {
	margin-bottom: 70px !important;
}
/*------------------------------------------------------------
	文字縦書き
------------------------------------------------------------*/
@media screen and (min-width: 0) and (max-width: 767px)  {
.text_v {
	 -ms-writing-mode: tb-rl;
  writing-mode: vertical-rl;
}
}
/*------------------------------------------------------------
	上付き・下付き
------------------------------------------------------------*/
sub,
sup {
	font-size: 60%;
}

/*------------------------------------------------------------
	pageTitle
------------------------------------------------------------*/
.pageTitle {
	margin-bottom: 14px;
	min-height: 213px;
	position: relative;
}

.pageTitle h1 {
	margin: 0 auto;
	padding-top: 107px;
	width: 960px;
	font-size: 26px;
	color: #fff;
	position: relative;
	z-index: 20;
	letter-spacing: 2px;
	font-weight: normal;
}

.pageTitle .dot {
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	z-index: 10;
	background: url(../images/bg_dot.png) repeat left top;
}

/*------------------------------------------------------------
	headLine
------------------------------------------------------------*/
.headLine {
	margin-bottom: 48px;
	padding-bottom: 17px;
	font-size: 32px;
	font-weight: normal;
	border-bottom: 2px solid #000;
}

.headLine02 {
	padding-bottom: 4px;
	font-size: 16px;
	border-bottom: 1px solid #666;
}

.headLine03 {
	margin-bottom: 34px;
	padding-bottom: 1px;
	font-size: 26px;
	border-bottom: 2px solid #666;
}

.headLine04 {
	margin-bottom: 34px;
	padding-left: 22px;
	font-size: 22px;
	line-height: 1.5;
	background:url(../images/ttlLine.gif) left 80px no-repeat;
}

.headLine05 {
	margin-bottom: 10px;
	font-size: 18px;
	color: #666;
}
.headLine02,
.headLine03,
.headLine04,
.headLine05 {
    margin-top:-80px;
    padding-top:80px;
}
.pos-fix{
    margin-top:-80px;
    padding-top:80px;
}
.pos-fix .headLine02,
.pos-fix .headLine03,
.pos-fix .headLine04,
.pos-fix .headLine05 {
    margin-top:0;
    padding-top:0;
}
.pos-fix .headLine04{
	background-position:left top;
}

/*------------------------------------------------------------
	comTable
------------------------------------------------------------*/
#contentsArea .comTable {
	width: 100%;
	border-collapse: separate;
	border-spacing: 0;
}

#contentsArea .comTable th {
	width: 100px;
	padding: 11px 10px 10px 20px;
	font-size: 14px;
	font-weight: normal;
	text-align: left;
	line-height: 1.7;
	vertical-align: middle;
	border-bottom: 1px dotted #666;
	white-space:nowrap;
}

#contentsArea .comTable td {
	padding: 11px 0 10px 10px;
	font-size: 14px;
	text-align: left;
	line-height: 1.7;
	vertical-align: middle;
	width: auto;
	border-bottom: 1px dotted #666;
}

#contentsArea .comTable2 th,
#contentsArea .comTable2 td {
	vertical-align: top;
}

#contentsArea .comTable td p {
	margin-bottom: 10px;
	padding: 0 0 13px 10px;
	border-bottom: 1px dotted #666;
	background: url(../images/icon05.gif) no-repeat left 7px;
}

#contentsArea .comTable td .text {
	margin-bottom: 0;
	border: none;
}

#contentsArea .comTable .trStyle td,
#contentsArea .comTable .trStyle th {
	border-bottom: none;
}
#contentsArea .comTable .trStyleBdr td,
#contentsArea .comTable .trStyleBdr th {
	border-top: 1px solid #666;
}

#contentsArea .tableBox {
	margin-bottom: 74px;
	border-bottom: 1px solid #666;
}
#contentsArea .tableBox_2 {
	width:auto;
	margin-bottom: 36px;
}
#contentsArea .tableBox_2 .info_left {
	float:left;
	width:62%;
	border-bottom: 1px solid #666;
}
#contentsArea .tableBox_2 .info_right {
	box-sizing:border-box;
	padding-top:10px;
	padding-left:28px;
	width:38%;
	float:left;
}
#contentsArea .tableBox_2 .info_right img {
	width:100%;
}

/*------------------------------------------------------------
	comTextList
------------------------------------------------------------*/
#contentsArea .comTextList {
	margin: 0 60px 49px 0;
}

#contentsArea .comTextList li {
	padding-left: 13px;
	font-size: 14px;
	line-height: 1.7;
	background: url(../images/icon05.gif) no-repeat left 8px;
}

/*------------------------------------------------------------
	comTextList02
------------------------------------------------------------*/
#contentsArea .comTextList02 {
	margin-bottom: 53px;
}

#contentsArea .comTextList02 li {
	font-size: 13px;
	color: #666;
	text-indent: -1em;
	padding-left: 1em;
	line-height: 1.6;
}

/*------------------------------------------------------------
	numCircleList
------------------------------------------------------------*/
.numCircleList {
  counter-reset: my-counter;
  list-style: none;
  padding: 0;
  margin: 0;
}
.numCircleList li {
  font-size: 14px;
  line-height: 1.7;
  padding-left: 20px;
  position: relative;
}
.numCircleList li:before {
  content: counter(my-counter);
  counter-increment: my-counter;
  background-color: #FFF;
  border: 1px solid;
  border-radius: 50%;
  box-sizing: border-box;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 16px;
  width: 16px;
  color: #3F3F3F;
  font-size: 70%;
  line-height: 1;
  position: absolute;
  top: 2px;
  left: 0;
}
/*====================================================================
以下は不要です。
====================================================================*/
/*body {
  font-family: YuGothic, "游ゴシック体", "Yu Gothic", "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  letter-spacing: .025em;
  line-height: 1.8;
  margin: 0;
}
@media screen and (max-width: 1024px) {
  body {
    font-size: 14px;
  }
}*/
/*.section {
  max-width: 768px;
  margin: 0 auto;
  padding: 20px;
}
.section p._a {
  font-size: 12px;
  font-weight: bold;
  margin: 30px 0 0;
}
.section p._a .link {
  display: inline-block;
  color: #607D8B;
  padding-left: 1.3em;
  text-indent: -1.3em;
}
.section p._a .link:before {
  content: '';
  display: inline-block;
  width: 5px;
  height: 5px;
  border-top: 2px solid #607D8B;
  border-right: 2px solid #607D8B;
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  margin-right: 10px;
}*/
/*------------------------------------------------------------
	comLink01
------------------------------------------------------------*/
#contentsArea .comLink01 {
	margin-bottom: 19px;
}

#contentsArea .comLink01 a {
	padding-left: 10px;
	display: inline-block;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	background: url(../images/icon02.png) no-repeat left center;
}

#contentsArea .comLink01 a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
	comLink02
------------------------------------------------------------*/
#contentsArea .comLink02 {
	margin-bottom: 16px;
}

#contentsArea .comLink02 a {
	padding-left: 13px;
	display: inline-block;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	background: url(../images/icon06.gif) no-repeat left center;
}

#contentsArea .comLink02 a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
	comUl
------------------------------------------------------------*/
#contentsArea .comUl {
	margin-bottom: 55px;
}

#contentsArea .comUl li {
	float: left;
	text-align: center;
}

#contentsArea .comUl li a {
	width: 161px;
	padding: 2px;
	border-right: 1px solid #666;
	display: block;
	text-decoration: none;
	color: #333;
}

#contentsArea .comUl li:first-child a {
	border-left: 1px solid #666;
}

#contentsArea .comUl li a span {
	padding-left: 13px;
	font-size: 14px;
	background: url(../images/icon06.gif) no-repeat left center;
}

#contentsArea .comUl li a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
	comLink03
------------------------------------------------------------*/
#contentsArea .comLink03 {
	margin-bottom: 15px;
}

#contentsArea .comLink03 a {
	font-size: 14px;
	color: #1955c2;
}

#contentsArea .comLink03 a img {
	vertical-align: bottom;
	margin-left: 5px;
}

#contentsArea .comLink04 a {
	padding-left: 20px;
	font-size: 14px;
	color: #333;
	display: inline-block;
	text-decoration: none;
	background: url(../images/icon07.gif) no-repeat left center;
}

#contentsArea .comLink04 a:hover {
	text-decoration: underline;
}

#contentsArea .zipLink {
	margin-bottom: 44px;
}

/*------------------------------------------------------------
	companyUl
------------------------------------------------------------*/
#main .companyUl {
	margin: 0 -25px 32px 1px;
}

#main .companyUl li {
	margin: 0 20px 31px 0;
	float: left;
	width: 225px;
}

#main .companyUl li a {
	padding-bottom: 8px;
	display: block;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	background-color: #F2F2F2;
}

#main .companyUl li a:hover {
	text-decoration: underline;
}

#main .companyUl li a:hover img {
	filter: alpha(opacity=70);
	opacity: 0.7;
}

#main .companyUl li a span {
	padding: 2px 0 2px 25px;
	display: block;
	background: url(../images/icon02.png) no-repeat 13px 7px;
}

#main .companyUl li a[target="_blank"] span {
	background: url(../images/icon07.gif) no-repeat 9px 4px;
}

/*------------------------------------------------------------
	comBox
------------------------------------------------------------*/
#main .comBox {
	margin-bottom: 59px;
}

#main .comBox h2 {
	padding: 10px 10px 12px 22px;
	font-weight: bold;
	font-size: 17px;
	color: #fff;
	background-color: #222;
}

#main .comBox h2 span {
	display: block;
	font-size: 15px;
	color: #fff;
}

#main .comBox ul {
	padding: 24px 0 25px 33px;
	background-color: #F2F2F2;
}

#main .comBox li {
	width: 230px;
	float: left;
}

#main .comBox li a {
	padding-left: 12px;
	font-size: 14px;
	color: #333;
	text-decoration: none;
	display: inline-block;
	background: url(../images/icon02.png) no-repeat left center;
}

#main .comBox li a:hover {
	text-decoration: underline;
}

/*------------------------------------------------------------
	pageLink
------------------------------------------------------------*/
.pageLink {
	margin: 0 -1px 62px 0;
}

.pageLink li {
	margin: 0 1px;
	width: 297px;
	float: left;
	text-align: center;
}

.pageLink li a {
	padding: 22px 0 33px;
	display: block;
	color: #333;
	font-size: 12px;
	position: relative;
	text-decoration: none;
	border-radius: 5px;
	background-color: #FFF;
	behavior: url(/common/js/pie.htc);
}

.pageLink li span {
	display: inline-block;
}

.pageLink li a:hover {
	color: #FFF;
	background-color: #E6211A;
}

.pageLink li a:hover span img {
	visibility: hidden;
}

.pageLink .image {
	margin-bottom: 12px;
}

.pageLink .text {
	margin-bottom: 1px;
}

.pageLink .about .image {
	background: url(../images/img02_over.png) no-repeat left top;
}

.pageLink .business .image {
	background: url(../images/img03_over.png) no-repeat left top;
}

.pageLink .history .image {
	background: url(../images/img04_over.png) no-repeat left top;
}

.pageLink .about .text {
	background: url(../images/imgtext01_over.png) no-repeat left top;
}

.pageLink .business .text {
	background: url(../images/imgtext02_over.png) no-repeat left top;
}

.pageLink .history .text {
	background: url(../images/imgtext03_over.png) no-repeat left top;
}

/*------------------------------------------------------------
	upperBox
------------------------------------------------------------*/
#main .upperBox .subBox {
	padding: 17px 22px 40px;
	background-color: #F2F2F2;
}

#main .upperBox h2 {
	padding: 12px 25px 11px;
	color: #fff;
	font-weight: bold;
	font-size: 17px;
	background-color: #222;
}

#main .upperBox .subBox p {
	margin-bottom: 15px;
	font-size: 14px;
}

#main .upperBox .pageLink {
	margin: 0 -11px 0 10px;
}

#main .upperBox .pageLink li {
	margin-right: 11px;
	width: 287px;
	border: 2px solid #CCC;
	border-radius: 5px;
	position: relative;
	behavior: url(/common/js/pie.htc);
}

#main .upperBox .pageLink li a {
	padding: 20px 0 30px;
}

/*------------------------------------------------------------
	newsDl
------------------------------------------------------------*/
#main .newsDl {
	margin-bottom: 50px;
}

#main .newsDl dt {
	float:left;
	color: #666;
	font-size: 14px;
}

#main .newsDl dd {
	padding: 0 0 20px 130px;
	border-bottom: 1px dotted #B3B3B3;
}

#main .newsDl dd a {
	color: #333;
	font-size: 14px;
	text-decoration: none;
}

#main .newsDl dd a:hover {
	text-decoration: underline;
}
.newsDl p {
	font-size: 14px;
}
.sp {
	display: none;
}
@media screen and (min-width: 0) and (max-width: 767px)  {
	#contentsArea .comTable .trStyleBdr td{
		border-top: 0;
	}
	.headLine02,
	.headLine03,
	.headLine04,
	.headLine05 {
			margin-top:0;
			padding-top:0;
	}
	.headLine04{
		background-position:left;
	}
}
