@charset "utf-8";

/*---------------------------------------------------------------------------
/* reset
 --------------------------------------------------------------------------*/

* { margin: 0; padding: 0; }

body,div,dl,dt,dd,ul,ol,li,
h1,h2,h3,h4,h5,h6,
pre,code,form,fieldset,legend,
p,blockquote,table,th,td { margin: 0; padding: 0; }

html { background:#fff;height:100%; }

body { margin:0 auto;padding:0px;text-align:center;	color: #000;font:14px/1 Meiryo,'メイリオ',Hiragino Kaku Gothic Pro,'ヒラギノ角ゴ Pro W3',sans-serif; background:#fff;height:100%;-webkit-text-size-adjust: 100%;box-sizing: border-box; }
body.fixed { margin-top:0; }

img {border: 0; vertical-align: bottom;}

h1,h2,h3,h4,h5,h6 {clear: both; font-size: 100%; font-weight: normal;}

ul,dl,ol {text-indent: 0;}
li {list-style: none;}

address,caption,cite,code,dfn,em,strong,th,var {font-style: normal; font-weight: normal;}

sup {vertical-align: text-top;}
sub {vertical-align: text-bottom;}

* html input,* html textarea,* html select {
	font-size: 100%;
	vertical-align: bottom;
}
*:first-child+html+input,*:first-child html+textarea,*:first-child+html select {font-size: 100%;}

table {border-collapse: collapse; border-spacing: 0; font-size: inherit;}
th,td {text-align: left; vertical-align: top;}
caption {text-align: left;}

pre,code,kbd,samp,tt {font-family: monospace;}
* html pre,* html code,* html kbd,* html samp,* html tt {font-size: 100%; line-height: 100%;}
*:first-child+html pre,*:first-child html+code,*:first-child html+kbd,*:first-child+html+samp,*:first-child+html tt {font-size: 108%; line-height: 100%;}

input,select,textarea {padding:2px;}


* html div#container{
	height:100%;
}

/*---------------------------------------------------------------------------
/* set tags
 --------------------------------------------------------------------------*/
ul,ol { margin :0; padding:0; font-size: 100%; }
li { margin: 0; padding:0; line-height: 1.5em; }

hr { border:none;border-top:dashed 1px #cccccc;height:1px;color:#FFFFFF;width:auto;margin-bottom:15px;}

a:link {
	color:#333;
	text-decoration: none;
	font-weight:bold;
}
a:visited {
	color:#333;
	text-decoration: none;
}
a:hover {
	color:#ff7c05;
	text-decoration: underline;
}
a:active {
	color:#ff7c05;
	text-decoration: underline;
}

img { border: none; vertical-align: top; margin-top: 0; margin-bottom: 0; display:block; }
a.lb-icon img{ width:640px; }
.w50 a.lb-icon img{ width:314px; }
strong { font-weight: bold; text-transform: none; }

p { line-height: 1.6em; }

/*---------------------------------------------------------------------------
/* set common selecter
 --------------------------------------------------------------------------*/
/* device change
 --------------------------------------------------------------------------*/
.sp,
.sp320 { display:none !important; }
.pc { display:block;}

/* set page unker
 --------------------------------------------------------------------------*/
.unk { margin-top:-140px;padding-top:140px; }
body.ir .unk,
body.csr .unk { margin-top:-200px;padding-top:200px; }



/* border
 --------------------------------------------------------------------------*/
.border { border: 1px solid #ddd; }

img.border {
	padding: 3px;
	vertical-align: top;
	background-color: #FFFFFF;
}

/* position
 --------------------------------------------------------------------------*/
.tCenter {
	width: auto;
	margin-top: 0 auto;
	padding: 0;
	text-align: center;
	vertical-align: middle;
}

.tCenter img { display:inline; }
.tRight{margin-left:auto;text-align:right;}

/* float
 --------------------------------------------------------------------------*/
.fLeft { float:left !important;}
.fRight { float:right !important;}

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


/* flex-box wrapp
 --------------------------------------------------------------------------*/
.flNormal {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.flCenter {
	width: 100%;
	height: auto;
	display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}
.flBetween {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}

.flEnd {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-justify-content: flex-end;
    justify-content: flex-end;
}
.flFigCenter {
	width: auto;
	height: auto;
	display: -webkit-flex !important;
    display: flex !important;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
}
.flItemset {
	width:auto;
	margin:0 10px 20px;
}
.flexNormal img, .flexCenter img, .flexBetween img {width:100%;}

/* icon-mark for other link
 --------------------------------------------------------------------------*/
.blank {
	position: relative;
	padding-left: 26px;
}
.blank::before {
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	content: "\f08e";
	color: #094b61;
}
.pdf {
	position: relative;
	padding-left: 26px;
}
.pdf::before {
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	color: #c10e3d;
	content: "\f1c1";
}
/* 2019/08 added */
.word {
	position: relative;
	padding-left: 26px;
}
.word::before {
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	color: #034dd5;
	content: "\f1c2";
}
.exl {
	position: relative;
	padding-left: 26px;
}
.exl::before {
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	color: #149c06;
	content: "\f1c3";
}
.arrow {
	position: relative;
	padding-left: 26px;
}
.arrow::before {
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 0;
	left: 0;
	content: "\f105";
	display: block;
}

.arrowdown {
	position: relative;
	padding-right: 26px;
	display: inline-block;
}
.arrowdown::after {
	font-family: FontAwesome;
	font-size: 14px;
	font-weight: normal;
	position: absolute;
	top: 0;
	right: 0;
	content: "\f0d7";
}

/* body section
 --------------------------------------------------------------------------*/
.section { margin-bottom:60px; }
.section p { margin-bottom:20px; }
.section p a { font-weight:bold; }

/* active link style
 --------------------------------------------------------------------------*/
.op a img {
	-webkit-transition: all .3s;
	transition: all .3s;
}
.op a:hover img {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
}

/* link button style
 --------------------------------------------------------------------------*/
.button, .button-backpage,.button-unker {
	position: relative;
	display: block;
}
.button a,
.button-unker a,
.button input {
	display: block;
	position: relative;
	font-size: 12px;
	font-weight: bold;
	line-height:40px;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	text-decoration: none !important;
	background:#015696;
	width: 100%;
}


.button a:hover,
.button-unker a:hover,
.button input:hover {
	background-color: #669bc3;
	color:#fff;
	cursor: pointer;
	text-decoration: none !important;
}

.button a::after,
.button input::after {
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	content: "\f105";
	display: block;
	top: 0;
	right: 10px;
}

.button-unker a::after {
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	content: "\f107";
	display: block;
	top: 0;
	right: 10px;
}

.button-backpage a,
.button-backpage input {
	display: block;
	font-size: 12px;
	font-weight: bold;
	line-height:40px;
	text-align: center;
	color: #222;
	cursor: pointer;
	border-radius: 4px;
	text-decoration: none !important;
	background: #ccc;
	width: 100%;
}

.button-backpage a:hover,
.button-backpage input:hover {
	color: #222;
	background: #eee;
}


.button-backpage a::after
.button-backpage input:after {
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	content: "\f104";
	display: block;
	top: 0;
	left: 10px;
}

.nonext, .nonext:active, .nonext:hover {
	font-size: 12px;
	font-weight: bold;
	line-height:40px;
	text-align: center;
	color: #fff !important;
	background-color: #ddd;
	border:2px solid #ddd;
	border-radius: 4px;
	cursor: default;
}
.nonext::before, .nonext::after {
	content: " ";
}

.button-2l {
	position: relative;
	display: block;
}
.button-2l a {
	display: block;
	font-size: 12px;
	font-weight: bold;
	padding:10px 0;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	text-decoration: none !important;
	background:#015696;
	width: 100%;
}


.button-2l a:hover {
	background-color: #669bc3;
	color:#fff;
	cursor: pointer;
	text-decoration: none !important;
}

/* list style
 --------------------------------------------------------------------------*/
section.section ul {
	margin: 0 0 30px;
	padding: 0;
}
section.section ol {
	margin: 0;
	padding: 0;
}
section.section ul li {
	list-style-type: none;
	margin: 0 0 0.3em;
	padding-left: 1em;
	list-style-position: inside;
	line-height: 2em;
	font-size: 1em;
	position: relative;
}
section.section ol li {
	list-style-image: none;
	list-style-type: decimal;
	line-height: 2em;
	margin: 0 0 0.5em 0;
	padding-left: 1.4em;
	list-style-position: inside;
	text-indent: -1.3em;
	font-size: 1em;
}
section.section ol li a {
	display: inline-block;
    width: auto;
    padding-left: 1em;
}
section.section ul.normal li:before {
	content: '';
	width: 6px;
	height: 6px;
	display: inline-block;
	border-radius: 100%;
	background: #666;
	position: absolute;
	left: 0;
	top: 0.75em;
}
section.section ul.linknext {
	margin: 0;
}

section.section ul.line li { border-bottom: 1px dotted #ccc; }
section.section ul.linknext li {
	margin: 0 0 0.5em 0;
	list-style-image: none;
	text-indent: 0;
}

section.section ul.linknext li a {
	display: block;
	width: auto;
	position: relative;
}

section.section ul.linknext li::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 10px;
	color: #666;
}

section.section p.linknext {
	margin: 0 0 0.5em 0;
}

section.section p.linknext a {
	display: block;
	width: auto;
	position: relative;
	padding-left:16px;
}

section.section p.linknext a::before {
	position: absolute;
	top: 0;
	left: 0;
	content: "\f054";
	font-family: FontAwesome;
	font-size: 10px;
	color: #666;
}

/* box width
 --------------------------------------------------------------------------*/
.w10 {width:8%;}
.w15 {width:13%;}
.w20 {width:18%;}
.w30 {width:28%;}
.w40 {width:38%;}
.w50 {width:48%;}
.w60 {width:58%;}
.w70 {width:68%;}
.w80 {width:78%;}
.w90 {width:88%;}
.w100 {width:100%;}

section.section .w10 img,
section.section .w20 img,
section.section .w30 img,
section.section .w40 img,
section.section .w50 img,
section.section .w60 img,
section.section .w70 img,
section.section .w80 img,
section.section .w90 img,
section.section .w100 img {
	width: 100%;
}
.flFigCenter img {
	width: auto;
	max-width: 100%;
}
.w3clm { width:32% }
.w4clm { width:24% }


/* text styles
 --------------------------------------------------------------------------*/
/* set color */
.cRed  { color: #cc3333; }
.cBlue { color: #0084f3; }

 /* text size */
.txSmall  { font-size: 0.8em; }
.tSmall  { font-size: 0.9em; }
.tLarge  { font-size: 1.2em; }
.txLarge { font-size: 1.6em; }
.tsxLarge { font-size: 1.8em; }
.tMincho {
	font-family: "ヒラギノ明朝 Pro W3", "Hiragino Mincho Pro", "ＭＳ Ｐ明朝", "MS PMincho", serif;
}
.bold { font-weight: bold; }

/*  lead text */
h1,h2,h3,h4,h5,h6 { clear:both; }

h1 { display:none; }

body.home h2,
body.enhome h2 {
	text-align:center;
	font-size:2em;
	margin:0 0 40px;
	position:relative;
	line-height:2.3em;
}

body.home h2::after,
body.enhome h2::after {
	content:" ";
	height:3px;
	width:50px;
	background:#d5d5d5;
	margin:0 0 40px -25px;
	position:absolute;
	bottom:-50px;
	left:50%;
	display:block;
}

#homeTitleBox {
    width: 100%;
    margin: 0 0 20px;
}
#homeTitleBox .button-wrapp {
	position: absolute;
	top:20px;
	right:20px;
	text-align: right;
}
#homeTitleBox .button-wrapp {
	margin: 0;
    padding: 10px 6px 4px;
    border-radius: 6px;
}
#homeTitleBox .button-wrapp .button a {
	display: block;
	position: relative;
	font-size: 1em;
	font-weight: 500;
	line-height: 1.2em;
	text-align: center;
	color: #fff;
	cursor: pointer;
	border-radius: 4px;
	text-decoration: none !important;
	background:#015696;
	width: 100%;
	padding: 10px 24px 10px 10px;
}
#homeTitleBox .button-wrapp .button a:hover {
	background-color: #669bc3;
	color:#fff;
	cursor: pointer;
	text-decoration: none !important;
}
#homeTitleBox .button-wrapp .button a::after {
	font-family: FontAwesome;
	font-size: 12px;
	font-weight: normal;
	position: absolute;
	content: "\f105";
	display: block;
	top: 10px;
	right: 10px;
}
#homeTitleBox h2 {
    width: 1000px;
    line-height: 1.3em;
    font-size: 34px;
    font-weight: normal;
    padding: 30px 0;
    margin: 0 auto;
}

#homeTitleBox h2.ir {
    padding: 50px 0 50px 20px;
    background:url(../../ir/img/h2Title.jpg) bottom center;
    background-size:cover;
    margin-bottom:50px;
}


#homeTitleBox h2.csr {
    padding: 50px 0 50px 20px;
    background:url(../../csr/img/h2Title.jpg) bottom center;
    background-size:cover;
    margin-bottom:50px;
}

#homeTitleBox h2 span {
    width: auto;
    line-height: 120px;
    font-size: 14px;
    font-weight: normal;
    padding: 0;
    margin: 0 20px 0 0;
    display:inline-block;
}

#homeTitleBox-imagetype {
    width: 100%;
    margin: 10px 0 50px;
    position: relative;
}

#homeTitleBox-imagetype .title-wrap {
	width: 1000px;
	margin: 0 auto;
}
#homeTitleBox-imagetype .title-wrap2 {
	width: 90%;
	margin: 0 5%;
}
#homeTitleBox-imagetype .title-wrap2 img {
    width: 100%;
}

.backimage-ceomessage {
	background: url(../../company/message/img/ceoimage.jpg) no-repeat top right;
	background-size: cover;
}

h3{
	font-size:26px;
	line-height:1.4em;
	padding: 0;
	height: auto;
	margin: 0 0 30px;
	font-weight: normal;
}

h4{
	padding: 10px 0;
	height: auto;
	font-size: 1.3em;
	margin: 40px 0 30px;
	font-weight: bold;
	line-height:1.3em;
}

h5{
	padding: 10px 16px 8px;
	height: auto;
	font-size: 1.1em;
	margin: 40px 0 30px;
	font-weight: bold;
	border: 1px solid #dadada;
	line-height:1.3em;
}

h6{
	padding: 10px 0;
	height: auto;
	font-size: 1em;
	margin: 40px 0 30px;
	font-weight: normal;
	border-bottom: 1px solid #999;
	font-weight: bold;
	line-height:1.2em;
}

body.news h4,
body.news h5,
body.news h6 {
	margin: 30px 0;
}

/* spacer
 --------------------------------------------------------------------------*/
.pt05 {padding-top:5px;}
.pt10 {padding-top:10px;}
.pt15 {padding-top:15px;}
.pt20 {padding-top:20px;}
.pt30 {padding-top:20px;}
.pt40 {padding-top:20px;}
.pt50 {padding-top:20px;}

.pa10 {padding:10px;}
.pa20 {padding:20px;}
.pa30 {padding:30px;}

.ml05 {margin-left:5px !Important;}
.ml10 {margin-left:10px !Important;}
.ml15 {margin-left:15px !Important;}
.ml20 {margin-left:20px !Important;}

.mb00 {margin-bottom:0px !Important;}
.mb05 {margin-bottom:5px !Important;}
.mb10 {margin-bottom:10px !Important;}
.mb15 {margin-bottom:15px !Important;}
.mb20 {margin-bottom:20px !Important;}
.mb30 {margin-bottom:30px !Important;}
.mb40 {margin-bottom:40px !Important;}
.mb50 {margin-bottom:50px !Important;}

.mr05 {margin-right:5px !Important;}
.mr10 {margin-right:10px !Important;}
.mr15 {margin-right:15px !Important;}
.mr20 {margin-right:20px !Important;}

/* pagenation
 --------------------------------------------------------------------------*/
#pagenation {
	text-align: center;
}

#pagenation a {
	padding: 0 10px;
	margin: 0 1px;
	font-size: 12px;
	display: inline-block;
	text-decoration: none !important;
    line-height: 40px;
    border-radius: 4px;
}
#pagenation a.current {
	text-decoration: none;
	color: #fff;
	background: #015696;
}

#pagenation a:hover {
	text-decoration: none;
	background: #669bc3;
	color: #fff;
}

/* corner box
 --------------------------------------------------------------------------*/
.b-type01 {
	margin: 0 0 30px;
	padding: 30px;
	background-color: #f4f4f4;
	line-height:1.5em;
}
.b-type01 > p:last-child {
	margin:0;
	margin: 0 !important;
}

.b-type02 {
	margin: 0 0 30px;
	padding: 30px;
	background-color: #e6f5ff;
	line-height:1.5em;
}
.b-type02 > p:last-child {
	margin:0;
	margin: 0 !important;
}

.b-type03 {
	margin: 0 0 30px;
	padding: 30px;
	background-color: #ffecf1;
	line-height: 1.5em;
}
.b-type03 > p:last-child {
	margin:0;
	margin: 0 !important;
}

/* table
 --------------------------------------------------------------------------*/
table {
	margin: 0 0 0 0.7em;
	padding: 0 0 0 0.7em;
}

table li {
	font-size: .9em !important;
}
table p {
	line-height: 1.6em;
	margin: 5px 0;
}
table dl {
	margin: 0 0 -1px;
	zoom: 1;
	position: relative;
}
table dt {
	float: left;
	clear: left;
	width: 12em;
	padding: 3px 0 3px;
	zoom: 1;
}
table dd {
	padding: 3px 0 3px 12em;
	zoom: 1;
}

table.table01 {
	border-color: #ccc;
	border-style: solid;
	border-width: 1px 1px 0 0;
	border-collapse: collapse;
	margin: 0 0 20px;
	font-size: .9em;
}
table.table01 th {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px 1px;
	color: #333333;
	font-weight: bold;
	padding: 10px 16px;
	line-height: 1.5em;
	text-align: left;
	background-color: #f0f0f0;
}

table.table01 td {
	border-color: #ccc;
	border-style: solid;
	border-width: 0 0 1px 1px;
	background-color: #FFFFFF;
	padding: 10px 16px;
	line-height: 1.5em;
	word-break: break-all;
}
table.table02 {
	font-size: 1em;
	border: #ccc;
	border-style: dotted;
	border-width: 1px 0;
	border-collapse: collapse;
	margin: 0 0 20px;
	font-size: .9em;
}
table.table02 th {
	border-color: #ccc;
	border-style: dotted;
	border-width: 0 0 1px 0;
	color: #333333;
	padding: 10px 16px;
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
	background-color: #f9f9f9;
}
table.table02 td {
	border-color: #ccc;
	border-style: dotted;
	border-width: 0 0 1px 0px;
	padding: 10px 16px;
	line-height: 1.5em;
	vertical-align: top;
	word-break: break-all;
}

table.table01 table {
	border: none;
	margin: 0;
	padding: 0;
}
table.table01 table th {
	border: none;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
table.table01 table td {
	border: none;
	font-size: 1em;
	line-height: 1.6em;
	margin: 0;
	padding: 2px;
}
table th.c, td.c {
	text-align: center;
}
table th.m, td.m {
	vertical-align: middle;
}
table th.r, td.r {
	text-align: right;
}

.scr_tblwrapp .next-btn { display:none; }

/* image gallery
 --------------------------------------------------------------------------*/
.imagegallery {
	width: auto;
	overflow: hidden;
	margin: 0 auto;
}
.imagegallery .fig {
	margin: 0 1% 20px;
}

.imagegallery .clm2,
.imagegallery .clm3,
.imagegallery .clm4 {
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.imagegallery .fig img {
	width:100%;
}
.imagegallery .clm2 .fig {
	width: 48%;
}
.imagegallery .clm3 .fig {
	width: 31.3%;
}

.imagegallery .clm4 .fig {
	width: 23%;
}

.imagegallery p {
	margin: 0;
	overflow: hidden;
}
.imagegallery span {
	font-size: .9em;
	padding: 10px 0 0;
	display: inline-block;
	overflow: hidden;
}
.imagegallery a:hover img {
	-webkit-transition: all .3s;
	transition: all .3s;
	opacity: .5;
	-webkit-opacity: .5;
	-moz-opacity: .5;
}

/*---------------------------------------------------------------------------
/* layout block
 --------------------------------------------------------------------------*/
/* wrapper
 --------------------------------------------------------------------------*/

#container{
	width: 100%;
	margin:0;
	position:relative;
	min-width:100%;
	background-repeat: repeat-x;
	text-align:center;
}

body > div#container {
	height: auto;
	min-height: 100%;
}

div#main{
	/*padding-bottom: 665px;*/
	padding-bottom:150px;
}
.contents-inner { margin:0 auto; width:1000px; text-align:left; position: relative;word-wrap: break-word;overflow-wrap: break-word; }

@media all and (min-width:769px) and (max-width:1024px) {
	.contents-inner { margin:0 20px; width:auto; }
}

/* header section
 --------------------------------------------------------------------------*/
.headerpain {
	height:144px;
	z-index:9999999;
	width:100%;
	position:absolute;
	top:0;
	left:0;
	border-bottom:1px solid #d1d1d1;
}

.headerpain.fixed {
	height:auto;
	position: fixed;
	top: 0px;
	background:rgba(255,255,255,1);
}

#header {
	padding: 0;
    margin: 0;
    height: 94px;
    width: 100%;
	background:rgba(255,255,255,1);
	z-index: 999999;
    position: relative;
}

#header-logo {
padding: 0;
    margin: 25px 0 0 0;
    height: auto;
    width: 270px;
    float: left;
}

/* transition */
#header,
#header-logo,
#header-logo img,
#h-menu {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
}

#header.fixed {
	padding: 0;
    margin: 0;
    height: auto;
}

#header-logo.fixed {
    margin: 10px 0 0 0;
}

#header-logo.fixed img {
    width:230px;
}

#h-menu.fixed {
    margin: 10px 0 0 0;
}


/* contents section
 --------------------------------------------------------------------------*/
#contents {
    margin: 0;
    width: 100%;
    height: auto;
    position: relative;
    padding-top: 144px;
    text-align: left;
}
body.company #contents,
body.ir #contents,
body.csr #contents {
    padding-top: 200px;	
}
#subpage-inner {
    width: 1000px;
    margin: 0 auto;
    padding: 0px;
	/*display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-justify-content: space-between;
    justify-content: space-between;*/
    display: block;
}

@media all and (min-width:769px) and (max-width:1024px) {
	#subpage-inner {
	    width: auto;
	    margin: 0 30px;
	}
}


/* menu area */
#subBox {
    width: 240px;
    position: relative;
}

#sideMenuBox {
    width: 240px;
    background: #f0f0f0;
    margin: 0 0 20px 0;
}

#sideMenuBox.fixed {
	position:fixed;
	top:110px;
}

#sideMenuBoxInner {
    padding: 0 0 1px 0;
}

#sideMenuBoxInner ul li{
min-height:40px;
}

#sideMenuBoxInner ul li a{
/* background: url(../../common/img/side_icon_arrow.gif) 13px 15px no-repeat; */
background: #fff;
border-bottom:solid 1px #ccc;
padding:12px 0 7px 20px;
display: block;
min-height:21px;
_height:21px;
color: #333;
font-size:13px;
vertical-align:top;
line-height:1.36em;
text-decoration: none;
margin:0;
}

#sideMenuBoxInner ul li .visited a {
text-decoration: none;
color: #333;
vertical-align:top;
}

#sideMenuBoxInner ul li a:hover {
text-decoration: underline;
color: #ff7c05;
background: url(../../common/img/side_icon_arrow.gif) 5px 15px no-repeat;
vertical-align:top;
}

#sideMenuBoxInner ul li a:active {
text-decoration: underline;
color: #ff7c05;
vertical-align:top;
}

#sideMenuBoxInner ul li a.current {
background: #ddd url(../../common/img/side_icon_arrow.gif) 5px 15px no-repeat;
/*background: #fff;*/
vertical-align:top;
border-left:3px solid #f2620a;
}


#sideMenuBoxInner ul li ul li a{
/*background: #fff url(../../common/img/side_icon_arrow.gif) 26px 15px no-repeat;*/
border-bottom:solid 1px #ccc;
padding:12px 0 7px 40px;
display: block;
min-height:21px;
_height:21px;
color: #333;
font-size:13px;
vertical-align:top;
line-height:1.36em;
text-decoration: none;
margin:0;
border-left:0px;
}

#sideMenuBoxInner ul li ul li a:hover {
background: url(../../common/img/side_icon_arrow.gif) 26px 15px no-repeat;
}


#sideMenuBoxInner ul li ul li a.current{
/*background: #fff url(../../common/img/side_icon_arrow.gif) 26px 15px no-repeat;*/
background: url(../../common/img/side_icon_arrow.gif) 26px 15px no-repeat;
border-bottom:solid 1px #ccc;
padding:12px 0 7px 40px;
display: block;
min-height:21px;
_height:21px;
font-size:13px;
vertical-align:top;
line-height:1.36em;
margin:0;
/*border-left:3px solid #f2620a;*/
border-left:0;
}

#sideMenuBoxInner ul li.menu{
height:30px;
}

#sideMenuBoxInner ul li.menu a{
height:15px;
/*background: url(../../common/img/side_icon_arrow2.gif) 30px 14px no-repeat;*/
border-top:dotted 0px #ccc;
border-bottom:dotted 1px #ccc;
padding:7px 0 8px 40px;
display: block;
min-height:15px;
_height:15px;
color: #333;
font-size:13px;
	vertical-align:top;
line-height:1.5em;
text-decoration: none;
margin:0;
}

#sideMenuBoxInner ul li.menu .visited a {
text-decoration: none;
color: #333;
vertical-align:top;
}

#sideMenuBoxInner ul li.menu a:hover {
text-decoration: underline;
color: #ff7c05;
background: url(../../common/img/side_icon_arrow2.gif) 30px 14px no-repeat;
vertical-align:top;
}


#sideMenuBoxInner ul li.menu a:active {
text-decoration: underline;
color: #ff7c05;
vertical-align:top;
}

/* main area
 --------------------------------------------------------------------------*/
#mainBox {
    /*width: 700px;*/
    width:100%;
    margin: 0;
    position: relative;
}


/* pankuzu */
#pankuzuBox {
	width: 1000px;
	margin:0 auto;
	height:auto;
	padding:20px 0 0 0;
	font-size:13px;
	line-height:30px;
	color:#333;
}

/* footer section
 --------------------------------------------------------------------------*/
#page-back {
	position: fixed;
    width: 60px;
    height: 60px;
    bottom: 138px;
    right: 0;
    z-index: 99999999999;
    cursor: pointer;
}
#page-back img {
	width: 100%;
}
/*#page-back {
    position: relative;
	width:100%;
    font-size: .8em;
	z-index:9999999;
	border-top:1px solid #e3e3e3;
	background:#fff;
}
#page-back a {
    text-decoration: none;
    width: auto;
    padding: 24px 0;
    text-align: center;
    display: block;
}
#page-back a:hover {
    text-decoration: none;
    background: #eee;
}

#page-back::before {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-bottom: 20px solid #d4d4d4;
    border-left: 40px solid transparent;
    border-right: 40px solid transparent;
    position: absolute;
    top: -20px;
    left: 50%;
    margin-left: -40px;
    z-index: 1111;
}*/

#footwrap{
	width: 100%;
	position: absolute;
	bottom: 0px;
	left: 0;
	height: 100px;
/*    background: #006db8;*/
}

#footer {
	width: 100%;
	margin: 0;
	padding:30px 0;
	text-align: left;
	position: relative;
	background:#006db8;
}
#footer-inner {
	width: 1030px;
	margin: 0 auto;
	padding: 0;
}

#footer-left {
	width:500px;
	margin: 0;
	padding: 0;
	text-align: left;
	float:left;
}

#footer-right{
	width:auto;
	height: auto;
	margin: 30px 0 0 0;
	padding: 0;
	text-align:right;
	float:right;
}

#footer-left p{
	padding:10px 0;
	font-size: 0.8em;
	color:#fff;
}

/* added 2022.11 */
#footer-right-2{
	width:auto;
	height: auto;
	margin: 0;
	padding: 0;
	text-align:right;
	float:right;
}
#footer-right-2 a{
	padding:10px 0;
	font-size: 0.9em;
	color:#fff;
}

@media all and (min-width:769px) and (max-width:1024px) {
#footer-inner {
	width: auto;
	margin: 0 20px;
}

}

/*---------------------------------------------------------------------------
/* navigation
 --------------------------------------------------------------------------*/
/* header navigation
 --------------------------------------------------------------------------*/
#h-menu-wrapp {
    margin: 10px 0 0 0;
    padding: 0;
    width: 370px;
    float: right;
    height: auto;
    display: block;
}
#h-menu {
    padding: 0 0 5px;
    margin: 0;
    width: 100%;
    height: auto;
    text-align: right;
    display: block;
}

#h-menu ul {
	padding: 0;
    margin: 0;
    width: auto;
    vertical-align: top;
    list-style-type: none;
    display: inline-block;
}

#h-menu li {
	display: inline;
	padding: 0;
	margin: 0;
	vertical-align: top;
	float:left;
	position:relative;
	zoom:1;
}

#h-menu ul li a {
	height:auto;
	text-align:center;
	font-size:.9em;
	line-height:20px;
	text-decoration:none;
	display:block;
	color:#000;
}


#h-menu ul li a:hover {
	background-color: #cccccc;
	text-decoration: none;
	-webkit-transition: all .3s;
	transition: all .3s;
}


#h-menu ul li#contact a,
#h-menu ul li#sitemap a {
	width:120px;
	padding: 6px 0;
	margin: 0 5px 0 0;
}
#h-menu ul li#contact a::before {
	content: "\f0e0";
	font-family: FontAwesome;
	font-size:12px;
	font-weight:normal;
	margin: -15px 5px 0 0;
	color:#015696;
}

#h-menu ul li#sitemap a::before {
	content: "\f0e8";
	font-family: FontAwesome;
	font-size:12px;
	font-weight:normal;
	margin: -15px 5px 0 0;
	color:#015696;
}
#h-menu ul li#english a {
	width:120px;
	padding: 6px 0;
	margin: 0;
	background:#ccc;
}
#h-menu ul li#english a:hover {
	background:#aaa;
	
}

/* header Search
 --------------------------------------------------------------------------*/
.sp-search {
	display: none;
}
.mt-site-search-container {
	position: relative;
	width: auto;
	display: block;
	text-align: right;
}
input.mt-site-search-form__query {
	padding: 4px 2px;
	width: 60%;
	font-size: 1.1em;
}
button.mt-site-search-form__button {
	padding: 2px 3px;	
	font-size: 1.1em;
}
.mt-site-search-result-item__excerpt {
    font-size: 0.95rem;
    line-height: 1.8;
}
.mt-site-search-result-item__label {
    font-size: 0.95rem;
    line-height: 1.8;	
}

/* global navigation
 --------------------------------------------------------------------------*/
#g-menu-wrapp {
	width: 100%;
	height: 50px;
	padding: 0;
	margin: 0;
	z-index: 111111;
	position:relative;
}
#toggle-g { display:none; }

/* menu */
#g-menu-wrapp .menu {
	width: 100%;
	height: 50px;
	max-width: 1300px;
	margin: 0 auto;
}
#g-menu-wrapp .menu > li {
	float: left;
	width: calc( 100% / 5 );
	height: 50px;
	line-height:50px;
	box-sizing:border-box;
	text-align:center;
}
#g-menu-wrapp .menu > li a {
	display: block;
    color: #000;
    text-decoration: none;
    font-size: 16px;
    font-weight: normal;
}
#g-menu-wrapp .menu > li:hover a {
	text-decoration:underline;
}
#g-menu-wrapp .menu > li a.active {
    background: #555;
    color: #fff;
}
#g-menu-wrapp .menu > li:hover a {
    background: #555;
    color: #fff;
}
#g-menu-wrapp .init-bottom:after {
	content: '';
	display: inline-block;
	width: 6px;
	height: 6px;
	margin: 0 15px;
	border-right: 1px solid #fff;
	border-bottom: 1px solid #fff;
	-webkit-transform: rotate(45deg);
	-ms-transform: rotate(45deg);
	transform: rotate(45deg);
}
#g-menu-wrapp .menu:before,
#g-menu-wrapp .menu:after {
	content: " ";
	display: table;
}
#g-menu-wrapp .menu:after {
	clear: both;
}
#g-menu-wrapp .menu {
	*zoom: 1;
}

/* ------------- mega menu */
#g-menu-wrapp li.menu__mega .menu__second-level {
	position: absolute;
	top: 50px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	background:#555;
	padding: 0;
	visibility: hidden;
	opacity: 0;	
}
/*#g-menu-wrapp .menu > li a .menu__second-level {
	visibility: hidden;
	opacity: 0;	
}*/
#g-menu-wrapp li.menu__mega .menu__second-level.active {
	visibility: visible;
	opacity: 1;
}

#g-menu-wrapp li.menu__mega .menu__second-level ul {
	width: 100%;
  height: 50px;
  max-width: 1300px;
  margin: 0 auto;
	display: -webkit-flex !important;
  display: flex !important;
  -webkit-justify-content: center;
  justify-content: center;
  -webkit-align-items: center;
}
li.menu__mega .menu__second-level ul > li {
	/*float: left;*/
	width: auto;
	border: none;
	line-height:50px;
	padding: 0;
}
#g-menu-wrapp li.menu__mega ul.menu__second-level > li:nth-child(3n+2) {
	margin: 0 1%;
}
#g-menu-wrapp .menu__second-level li a {
	text-align:left;
	font-size: 1em;
	line-height: 50px;
    padding: 0 20px;
	color: #fff;
	position: relative;
}
#g-menu-wrapp .menu__second-level li a::before {
	position: absolute;
	content:"";
	background:url("/common/img/side_icon_arrow_wt.png") no-repeat center center;
	width: 10px;
	height: 10px;
	display: block;
	top: 50%;
	left: 10px;
	margin-top: -5px;
}

#g-menu-wrapp .menu > li:hover .menu__second-level li a {
	background:#555;
	text-decoration:none;
}
#g-menu-wrapp .menu__second-level li:hover a {
	background: #999 !important;
	text-decoration:underline !important;
}
#g-menu-wrapp li.menu__mega .menu__third-level {
	position: absolute;
	top: 50px;
	left: 0;
	box-sizing: border-box;
	width: 100%;
	background:#ccc !important;
	visibility: hidden;
	opacity: 0;
	padding: 0;
}
#g-menu-wrapp li.menu__mega .menu__third-level a::before {
	background:url("/common/img/side_icon_arrow.gif") no-repeat center center;
}
#g-menu-wrapp .menu__second-level li:hover .menu__third-level {	
	visibility: visible;
	opacity: 1;
}
#g-menu-wrapp .menu__second-level li:hover .menu__third-level a {
	/*text-decoration:none;*/
}

#g-menu-wrapp li.menu__mega .menu__third-level ul {
	width: 100%;
	height: auto;
  /*max-width: 1030px;*/
  margin: 0 auto;
	flex-wrap: wrap;
}
#g-menu-wrapp li.menu__mega .menu__third-level li {
	overflow: hidden;
	height: 50px !important;
}
#g-menu-wrapp li.menu__mega .menu__third-level li a {
	background: #ccc !important;
	text-decoration:none !important;
	color:#000;
	height: 50px !important;
	line-height: 1.2em !important;
  display: flex;
  align-items: center;
}
#g-menu-wrapp li.menu__mega .menu__third-level li a span {
	display: block;
}
#g-menu-wrapp li.menu__mega .menu__third-level li:hover a {
	background: #eee !important;
	text-decoration:underline !important;
}

/* footer navigation
 --------------------------------------------------------------------------*/
#footer-menu {
	padding: 30px 0;
	margin: 0;
	width:100%;
	height:auto;
	overflow:hidden;
	text-align:left;
    background: #eee;
    border-top: 1px solid #e3e3e3;
}


#footer-menu #footer-menu-inner {
	padding: 0;
	margin: 0 auto;
	width:1030px;
	overflow:hidden;
}

#footer-menu dl {
	padding: 0;
	margin: 0;
	width:25%;
	float:left;
}
#footer-menu dl a {
	font-weight:500;
	line-height:1.8em;
	width:auto;
	display:block;
}

#footer-menu dt {
	padding: 0;
	margin: 0 0 40px;
	font-size:20px;
}

#footer-menu dd {
	padding: 0;
	margin: 0 0 .5em;
	font-size:14px;
}


#footer ul {
	padding: 0;
	margin: 0;
	vertical-align: top;
	list-style-type: none;
}

#footer li {
	display: inline;
	padding: 0;
	margin: 0;
	vertical-align: top;
	float:left;
	position:relative;
	zoom:1;
}

#footer ul li a {
	width:auto;
	text-align:left;
	font-size:.9em;
	line-height:.9em;
	display:block;
	margin:0;
	padding:0 10px;
	color:#fff;
	font-weight:normal;
}

#footer ul li:nth-child(1) a {
	border-right:1px solid #fff;
	margin-right:10px;
	padding-right:20px;
}

@media all and (min-width:769px) and (max-width:1024px) {
#footer-menu {
	margin: 0 20px;
	width:auto;
}
}

/*---------------------------------------------------------------------------
/* top page
 --------------------------------------------------------------------------*/
/* message(caution)
 --------------------------------------------------------------------------*/
#toppage-caution {
	margin:0 auto 40px;
	padding:0;
	width:1030px;
}

#toppage-caution ul {
	margin:0;
	padding:0;
} 

#toppage-caution li {
	list-style:none;
	line-height:1.5em !important;
	margin:0 0 10px 0;
	padding:0;
	list-style-position:inside;
	width:100%;
}

#toppage-caution li a {
	margin:0;
	padding:10px 16px 10px 50px;
	border:1px solid #ffa9a9;
	background:#fff1f1;
	position: relative;
	display:block;
	font-size:1em;
	text-indent: -1.5em;
	line-height:1.6em;
}

#toppage-caution li span {
	margin:0;
	padding:10px 16px;
	border:1px solid #ffa9a9;
	background:#fff1f1;
	position: relative;
	display:block;
	font-size:1em;
	text-indent: 0;
	line-height:1.6em;
}

#toppage-caution li a:hover {
	background:#fff;
	text-decoration:none;
}

#toppage-caution li a::before {
	content:" ";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #ffa9a9;
	border-right: solid 1px #ffa9a9;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -4px;
}

/* news topics
 --------------------------------------------------------------------------*/
.newstopics {
	margin: 0 0 50px;
	padding: 0;
	height: auto;
	overflow: hidden;
	zoom: 1;
	position: relative;
	line-height: 1.5em;
}

.newstopics-inner {
	margin: 0 0 30px;
	padding:0 20px;
	position:relative;
}

#backnumber a{
	display: block;
	margin: 0 auto;
	padding:0 20px 0 30px;
	width: 160px;
	position:relative;
	line-height:40px;
	font-size:.9em;
	font-weight:bold;
	text-align:center;
	border:1px solid #ccc;
	position:relative;
}

#backnumber a:hover {
	background-color: #eee;
	text-decoration:none;
	color:#000;
	text-decoration:none;
}
#backnumber a::before {
	content:" ";
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -4px;
}


.newstopics dl {
	margin: 0 0 10px;
	zoom:1;
	position: relative;
}

.newstopics dt{
	position:absolute;
	top:0;
	left:0;
	margin: 0 1px 0 0 !Important;
	zoom: 1;
	display: inline-block;
	padding: 10px 0;
	zoom: 1;
	width:7em;
	padding: 10px 0;
}

.newstopics .new{
	position:absolute;
	top:30px;
	left:0;
	margin: 0 1px 0 0 !Important;
	zoom: 1;
	display: inline-block;
	padding: 10px 0;
	zoom: 1;
	width:auto;
	padding: 0;
	line-height:20px;
	font-size:.8em;
	color:#d71111;
}

.newstopics dd.text,
.newstopics dd.nolink{
	margin: 0 1px 0 0 !Important;
	zoom: 1;
	width: 80%;
	display: inline-block;
	padding: 10px 0 10px 216px;
	zoom: 1;
}
.newstopics dd a {
	width: auto;
	display:block;
	padding-right: 20px;
}

.newstopics dd.ico {
    position: absolute;
    top: 10px;
    left: 9em;
    width: 90px;
    padding: 0 5px;
    zoom: 1;
    text-align: center;
    display: block;
    font-size: .75em;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 18px;
    padding-top: 2px;
}

.newstopics dd.c01 {
	background:#669bc3;
}
.newstopics dd.c02 {
	background:#7ab34a;
}
.newstopics dd.c03 {
	background:#e0895a;
}
.newstopics dd.c04 {
	background:#a28fd4;
}
.newstopics dd.c05 {
	background:#999;
}

/* toppage-banner
 --------------------------------------------------------------------------*/
ul.toppage-banner {
	margin: 0 auto;
    padding: 0;
	width:1030px;
    height: auto;
    overflow: hidden;
    zoom: 1;
    position: relative;
    line-height: 1.5em;
	text-align: center;
}

ul.toppage-banner li  {
	display: -moz-inline-box;  
    display: inline-block;  
    /display: inline;
    width: 30%;
    margin: 0 1%;
	/zoom: 1;
}

ul.toppage-banner li a {
    width: 100%;
    font-weight: normal;
    height: auto;
    position: relative;
    text-align: left;
	border: 1px solid #ccc;
    display: block;
}

ul.toppage-banner li a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration:none;
}

ul.toppage-banner li span.text {
    color: #000000;
	width:auto;
	height:40px;
	background: #eee;
	display:block;
	margin:0;
	padding:10px 16px;
	font-size:.9em;
	word-wrap: break-word;
    overflow: hidden;
    zoom: 1;
}

@media all and (min-width:769px) and (max-width:1024px) {
	ul.toppage-banner {
		margin: 0 20px 40px;
	    padding: 0;
		width:auto;
	}

	ul.toppage-banner li  {
	    margin: 0;
		/zoom: 1;
	}

}

/* toppage-bigmenu
 --------------------------------------------------------------------------*/
.toppage-bigmenu {
	margin: 0 1% 1%;
	padding: 0;
	height: auto;
	overflow: hidden;
	zoom: 1;
	position: relative;
	line-height: 1.5em;
	background: #fff;
}

.toppage-bigmenu .menu  {
	float: left;
    width: 48%;
    margin: 0 1%;
}

.toppage-bigmenu .menu .innerbox  {
	position: relative;
	margin: 0;
	padding: 0;
	width: 100%;
}

.toppage-bigmenu .menu .innerbox a {
    color: #000000 !important;
    display: block;
    width: 100%;
    font-weight: normal;
    height: 300px;
    position: relative;
    text-align: left;
}

.toppage-bigmenu .menu .innerbox a:hover {
	filter:alpha(opacity=70);
	-moz-opacity: 0.7;
	opacity: 0.7;
	-webkit-transition: all .3s;
	transition: all .3s;
	text-decoration:none;
}

.toppage-bigmenu .menu .innerbox .cover {
	width:60%;
	height:300px;
	background: #0065b5;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	position:absolute;
	top:0;
	left:0;
	z-index:1111;
}
.toppage-bigmenu .menu .innerbox .arrowbox {
	width:20%;
	height:300px;
	position:absolute;
	top:0;
	right:0;
}

.toppage-bigmenu .menu .innerbox .arrowbox span {
	width:80px;
	height:80px;
	background: #000;
	filter: Alpha(opacity=70);
	opacity: 0.7;
	position:relative;
	content:" ";
	display:block;
	margin:0 auto;
	margin-top:110px;
}
.toppage-bigmenu .menu .innerbox .arrowbox span::before {
	content: '';
    width: 26px;
    height: 26px;
    border: 0px;
    border-top: solid 2px #fff;
    border-right: solid 2px #fff;
    -ms-transform: rotate(45deg);
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    position: absolute;
    top: 27px;
    left: 20px;
    z-index: 9999;
}

.toppage-bigmenu .menu .innerbox a span {
	display: block;
    padding: 0;
    line-height: 1.6em;
    text-shadow: -1px 1px 0 rgb(255, 255, 255)
}
.toppage-bigmenu .menu .innerbox a span.cat{
	font-size:33px;
	position: relative;
	top:30px;
	left:50px;
	z-index:9999;
}


.toppage-bigmenu .menu .innerbox a.bg01 {
	background:url(/home/img/bg_bigmenu01.png) no-repeat;
	background-size:cover;
}
.toppage-bigmenu .menu .innerbox a.bg02 {
	background:url(/home/img/bg_bigmenu02.png) no-repeat;
	background-size:cover;
}.toppage-bigmenu .menu .innerbox a.bg03 {
	background:url(/home/img/bg_bigmenu03.png) no-repeat;
	background-size:cover;
}
.toppage-bigmenu .menu .innerbox a.bg04 {
	background:url(/home/img/bg_bigmenu04.jpg) no-repeat;
	background-size:cover;
}

.menu-link {
	width:auto;
	height:200px;
	margin:0;
	padding:0;
	text-align:left;
	position:relative;
}

.menu-link ul {
    width: 550px;
    position: absolute;
    top: 30px;
}
.menu-link-left ul {
	width:530px;
	position:absolute;
	right:50px;
}

.menu-link-right ul {
	width:530px;
	position:absolute;
	left:70px;
}

.menu-link li{
	display: block;
	margin: 0;
	padding:0;
	float:left;
}
.menu-link li a{
    display: block;
    margin: 0 10px 10px 0;
    padding: 0 20px 0 30px;
    width: 200px;
    position: relative;
    line-height: 38px;
    font-size: .9em;
    font-weight: bold;
    text-align: center;
    border: 1px solid #ccc;
    position: relative;
    float: left;
    background: #fff;
}

.menu-link li a:hover {
	background: #ccc;
	text-decoration:none;
	color:#fff;
}
.menu-link li a::before {
	content:'';
	width: 6px;
	height: 6px;
	border: 0px;
	border-top: solid 1px #333;
	border-right: solid 1px #333;
	-ms-transform: rotate(45deg);
	-webkit-transform: rotate(45deg);
	transform: rotate(45deg);
	position: absolute;
	top: 50%;
	left: 10px;
	margin-top: -4px;
}

/* company
 --------------------------------------------------------------------------*/
 /*  executive */
.executiveBox {
	width: auto;
	margin: 15px 0 40px;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}
.executiveBox-inner {
	width: 330px;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-justify-content: space-between;
    justify-content: space-between;
    margin-bottom:30px;
}

.executiveBox2L,
.executiveBox2R {
	width: 330px;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.executiveBoxThumBox {
	width: 145px;
}
.executiveBoxInfoBox {
	width: 240px;
	margin: 10px 0 0 0;
}
.executiveBox p {
	margin: 0;
}
.executiveBox p span {
	color: #787878;
}

.executiveBoxMarkBox {
	background: url("../../company/executive/img/mark.jpg") 10px 6px no-repeat;
	width: 330px;
	height: 30px;
	padding: 0 0 0 25px;
}

.executiveBoxInfoBox02 {
	width: 180px;
	margin: 10px 0 0 10px;
}

.executiveBoxThumBox02 {
	width: 15%;
	margin: 0;	
}

table.tab_exec {
	width: 80%;
	border: #B5B7BF;
	border-style: dotted;
	border-width: 1px 0 1px;
	border-collapse: collapse;
	margin: 0 0 20px;
}
table.tab_exec th {
	border-color: #B5B7BF;
	border-style: dotted;
	border-width: 0 0 1px 0;
	color: #333333;
	padding: 10px 16px;
	line-height: 1.5em;
	vertical-align: top;
	text-align: left;
	width: 20%;
}
table.tab_exec td {
	border-color: #B5B7BF;
	border-style: dotted;
	border-width: 0 0 1px 0px;
	padding: 10px 16px;
	line-height: 1.5em;
	vertical-align: top;
}
table.tab_exec dl, table.tab_exec dl {
	margin: 0;
}
table.tab_exec dt {
	width: 6em;
	padding: 0 10px 10px 0;
	margin: 0 !Important;
	text-align: left;
	display: block;
	float: left;
	clear: left;
}
table.tab_exec dd {
	margin: 0 1px 0 0 !Important;
	width: auto;
	display: block;
	padding: 0 0 10px 0;
}

.mtext p { font-size: 16px; line-height: 2; }

/* map */
.mapicon {
	display: flex;
}
.mapicon a {
	display: block;
	width: 40px;
	height: 40px;
	position: relative;
	margin-left: 10px;
	margin-right: 10px;
}
.mapicon a::before {
	display: block;
	content: "";
	width: 40px;
	height: 40px;
	position: absolute;
	top: 0;
	background: url("../../eng/company/img/map/icon-map.svg") no-repeat center center;
	background-size: cover;
}

/* IR
 --------------------------------------------------------------------------*/
.irtop3clm {
	margin: 0 0 30px;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.irtop3clm div {
	margin: 0 0 10px;
	/*width: 222px;*/
	width: 32%;
	height: 130px;
	border: 1px solid #d4dcde;
	position: relative;
}
.irtop3clm div.nextforum {
}
.irtop3clm div.dl {
}
.irtop3clm div.message {
	/*background: #fff url(../../eng/ir/img/bk_ir_top_banner5.png) no-repeat bottom left;*/
}
.irtop3clm div.AR {
}
.irtop3clm div.quest {
}
.irtop3clm div a {
	display: block;
	width: 100%;
	height: 140px;
	text-decoration: none;
	position: relative;
}
.irtop3clm div a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.irtop3clm div .label {
	color: #fff;
	font-size: 13px;
	padding: 8px 10px 8px 15px;
	font-weight: bold;
	position: relative;
}
.irtop3clm div a .label span {
	position: relative;
	display: inline-block;
}
.irtop3clm div.message span.topimage {
	position: absolute;
	display: block;
	width: 100%;
	height: 130px;
	top: 0;
	right: 0;
	content:"";
	background:url(../../eng/ir/img/ir_top_ceoimage.png) bottom right no-repeat;
	z-index: +1;
}
.irtop3clm div .c1 { background: #3c7fd2; }
.irtop3clm div .c2 { background: #ff976e; }
.irtop3clm div .c3 { background: #76c76c; }
.irtop3clm div .c4 { background: #6f6f6c; }
.irtop3clm div .inner { padding: 25px 15px; }


/* =========== IR コンテンツトップ =========== */

.irtop2clm {
	margin: 0 0 10px;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.irtop2clm div.c1,
.irtop2clm div.c2,
.irtop2clm div.c3,
.irtop2clm div.nextforum,
.irtop2clm div.bocciamovie {
	margin: 0 0 10px;
	width: 48%;
	height: 160px;
	border: 1px solid #d4dcde;
}
.irtop2clm div.c1 {
	background: #fff url(../img/bg_ir_top_3clm_1.jpg) repeat-x bottom center;
}
.irtop2clm div.c2 {
	background: #fff url(../img/bg_ir_top_3clm_2.jpg) repeat-x bottom center;
}
.irtop2clm div.c3 {
	background: #fff url(../img/bg_ir_top_3clm_3.jpg) repeat-x bottom center;
}
.irtop2clm div.bocciamovie {
}
.irtop2clm div.nextforum {
}

.irtop2clm div a {
	display: block;
	width: 100%;
	height: 160px;
	text-decoration: none;
}
.irtop2clm div a:hover {
	opacity: 0.6;
	filter: alpha(opacity=60);
	-moz-opacity: 0.6;
}
.irtop2clm div .label {
	color: #fff;
	font-size: 13px;
	padding: 10px 10px 8px 15px;
	font-weight: bold;
	/*border-radius: 4px 4px 0 0;
	-webkit-border-radius: 4px 4px 0 0;
	-moz-border-radius: 4px 4px 0 0;*/
	position: relative;
}
.irtop2clm div a .label span {
	position: relative;
	display: inline-block;
}
.irtop2clm div .c1 {
	background: #3c7fd2 repeat;
}
.irtop2clm div .c2 {
	background: #ff976e repeat;
}
.irtop2clm div .c3 {
	background: #76c76c repeat;
}
.irtop2clm div .inner {
	padding: 0 16px 16px;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
}
.irtop2clm div .inner img {
	margin-right: 10px;
	width:80px;
	height:80px;
}

.irtop2clm div .inner p {
	width:230px;
}

/* =========== IRトップBANNER =========== update 2021/9 by AWS */
.irtop3clm-v2 {
	margin: 0 0 50px;
	padding: 50px 0;
	display: block;
	background: #F2F2F2;
}
.irtop3clm-v2-inner {
	width: 1020px;
	margin: 0 auto 30px;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-justify-content: space-between;
    justify-content: space-between;
}
.irtop3clm-v2 div.irtopbox {
	margin: 0;
	width: 32%;
	position: relative;
}
.irtop3clm-v2 div.irtopbox h3 {
	display: block;
	width: auto;
	background: #3C7FD2;
	padding: 0 10px;
	margin: 0;
	height: 70px;
	line-height: 70px;
	font-size: 18px;
	font-weight: 600;
	text-align: center;
	color: #fff;
}
.irtop3clm-v2 div.irtopbox a:hover,
.irtop3clm-v2 div.irtopbox a:hover span {
	text-decoration: none;
	color: #ff7c05 !important;;
}
.irtop3clm-v2 div.irtopbox div.ir-news {
	margin: 4px 0 0;
	background: #fff;
	height: 242px;
	overflow: hidden;
}
.irtop3clm-v2 div.irtopbox div.ir-news .ir-news-inner {
    padding: 0 20px;
    background: url(../../eng/ir/img/index/back_ir_news.png) bottom left no-repeat;
    background-size: cover;
    height: 242px;
    overflow: hidden;
    display: flex;
    justify-content: flex-end;
    /*align-items: center;*/
}
.irtop3clm-v2 div.irtopbox div.ir-news p.title {
	width: 80%;
	display: block;
	padding-top: 50px;
}
.irtop3clm-v2 div.irtopbox div.ir-news p.title span {
	width: auto;
	display: block;
	color: #3C7FD2;
	line-height: 1.3em;
	text-align: right;
}
.irtop3clm-v2 div.irtopbox div.ir-news p.title span:nth-child(1) {
	font-size: 22px;
	margin-bottom: 10px;
}
.irtop3clm-v2 div.irtopbox div.ir-news p.title span:nth-child(2) {
	font-size: 16px;
}

.irtop3clm-v2 div.irtopbox div.hayawakari {
	margin: 4px 0 0;
	padding: 0 20px;
	background: url(../../eng/ir/img/index/back_hayawakari.png) bottom right no-repeat;
	background-size: cover;
	height: 242px;
	overflow: hidden;
	display: flex;
	/*align-items: center;*/
}
.irtop3clm-v2 div.irtopbox div.hayawakari .hayawakari-inner {
	width: auto;
}
.irtop3clm-v2 div.irtopbox div.hayawakari p.title {
	width: 70%;
	display: block;
	padding-top: 50px;
}
.irtop3clm-v2 div.irtopbox div.hayawakari p.title span {
	width: auto;
	display: block;
	color: #3C7FD2;
	line-height: 1.3em;
}
.irtop3clm-v2 div.irtopbox div.hayawakari p.title span:nth-child(1) {
	font-size: 22px;
	margin-bottom: 10px;
}
.irtop3clm-v2 div.irtopbox div.hayawakari p.title span:nth-child(2) {
	font-size: 16px;
}
.irtop3clm-v2 div.irtopbox div.hayawakari p.detail {
	width: 60%;
	display: block;
}
.irtop3clm-v2 div.irtopbox div.hayawakari p.detail span {
	font-size: 14px;
	font-weight: 500;
}

.irtop3clm-v2 div.irtopbox div.message {
	margin: 4px 0 0;
	padding: 0 20px;
	background: url(../../eng/ir/img/index/back_message.jpg) bottom right no-repeat;
	background-size: cover;
	height: 242px;
	overflow: hidden;
	display: flex;
	/*align-items: center;*/
}
.irtop3clm-v2 div.irtopbox div.message p.title {
	width: 60%;
	display: block;
	padding-top: 50px;
}
.irtop3clm-v2 div.irtopbox div.message p.title span {
	width: auto;
	display: block;
	font-size: 24px;
	line-height: 1.3em;
}

.ir-top-banner {
	width: 100%;
}
.ir-top-banner ul {
	width: 100%;
	display: flex;
	justify-content: space-between;
}
.ir-top-banner ul li {
	width: 32%;
}
.ir-top-banner ul li a {
	width: calc( 100% - 70px );
	padding-left: 60px;
	padding-right: 10px;
	margin: 0;
	height: 72px;
	display: flex;
	align-items: center;
	color: #fff;
	position: relative;
	transition: .25s;
}
.ir-top-banner ul li a:hover {
	color: #fff;
	text-decoration: none;
}
.ir-top-banner ul li.fisco a {
	background: #BBBB70;
}
.ir-top-banner ul li.mail a {
	background: #A28FD4;
}
.ir-top-banner ul li.stock a {
	background: #669BC3;
}
.ir-top-banner ul li.fisco a:hover {
	background: #ebebb9;
}
.ir-top-banner ul li.mail a:hover {
	background: #e2d7ff;
}
.ir-top-banner ul li.stock a:hover {
	background: #badcf5;
}
.ir-top-banner ul li a::before {
	display: block;
	content: "";
	position: absolute;
	background-size: 100%;
}
.ir-top-banner ul li.fisco a::before {
	background: url(../../ir/img/icon/ico_fisco.svg) center center no-repeat;
	width: 33px;
	height: 39px;
	top: 50%;
	left: 16px;
	margin-top: -20px;
}
.ir-top-banner ul li.mail a::before {
	background: url(../../ir/img/icon/ico_mail.svg) center center no-repeat;
	width: 39px;
	height: 30px;
	top: 50%;
	left: 16px;
	margin-top: -15px;
}
.ir-top-banner ul li.stock a::before {
	background: url(../../ir/img/icon/ico_stock.svg) center center no-repeat;
	width: 42px;
	height: 34px;
	top: 50%;
	left: 16px;
	margin-top: -17px;
}
.ir-top-banner ul li span {
	font-size: 14px;
	display: block;
	font-weight: 500;
}
.ir-top-banner ul li span.title {
	font-size: 14px;
	display: block;
	font-weight: 600;
}

.ir-top-category {
	width: 100%;
}
.ir-top-category-inner {
	width: 1020px;
	margin: 0 -0.5%;
	display: flex;
	flex-wrap: wrap;
}
.ir-top-category a {
	margin: 0 0.5% 10px;
	width: 32%;
	height: 170px;
	overflow: hidden;
	position: relative;
	border: 1px solid #555555;
	text-decoration: none;
}
.ir-top-category a::before {
	width: 70%;
	content: "";
	height: 5px;
	display: block;
	background: #3C7FD2;
	position: absolute;
	top: 0;
	left: 0;
}
.ir-top-category dl {
	width: auto;
	padding: 20px;
}
.ir-top-category dt {
	width: auto;
	margin: 0 0 20px;
	height: 60px;
	display: flex;
	justify-content: space-between;
	align-items: center;
}
.ir-top-category dt span.title {
	width: 80%;
	font-size: 15px;
	line-height: 1.6em;
}
.ir-top-category dd {
	font-size: 13px;
	line-height: 1.4em;
	font-weight: 500;
}


@media all and (min-width:769px) and (max-width:1024px) {
	.irtop3clm-v2-inner {
		width: auto;
		margin: 0 20px 30px;
	}
	.ir-top-category-inner {
		width: auto;
		margin: 0 10px;
	}
}


/* news topics(category page)
 --------------------------------------------------------------------------*/
.newstopics-category {
	margin: 0 0 50px;
	padding: 0;
	height: auto;
	overflow: hidden;
	zoom: 1;
	position: relative;
	line-height: 1.5em;
}

.newstopics-category dl {
	margin: 0 0 10px;
	zoom:1;
	position: relative;
}

.newstopics-category dt{
	position:absolute;
	top:0;
	left:0;
	margin: 0 1px 0 0 !Important;
	zoom: 1;
	display: inline-block;
	padding: 10px 0;
	zoom: 1;
	width:7em;
	padding: 10px 0;
}

.newstopics-category .new{
	position:absolute;
	top:30px;
	left:0;
	margin: 0 1px 0 0 !Important;
	zoom: 1;
	display: inline-block;
	padding: 10px 0;
	zoom: 1;
	width:auto;
	padding: 0;
	line-height:20px;
	font-size:.8em;
	color:#d71111;
}

.newstopics-category dd.texticon,
.newstopics-category dd.text,
.newstopics-category dd.nolink{
	margin: 0 1px 0 0 !Important;
	zoom: 1;
	width: 70%;
	display: inline-block;
	padding: 10px 0 10px 216px;
	zoom: 1;
}
.newstopics-category dd a {
	width: auto;
	display:block;
	padding-right: 20px;
}

.newstopics-category dd.texticon img { display: inline-block; }

.newstopics-category dd.ico {
    position: absolute;
    top: 10px;
    left: 9em;
    width: 90px;
    padding: 0 5px;
    zoom: 1;
    text-align: center;
    display: block;
    font-size: .75em;
    color: #fff;
    border-radius: 3px;
    -webkit-border-radius: 3px;
    -moz-border-radius: 3px;
    line-height: 18px;
    padding-top: 2px;
}

.newstopics-category dd.c01 {
	background:#669bc3;
}
.newstopics-category dd.c02 {
	background:#7ab34a;
}
.newstopics-category dd.c03 {
	background:#e0895a;
}
.newstopics-category dd.c04 {
	background:#a28fd4;
}
.newstopics-category dd.c05 {
	background:#999;
}

.newsSearchBox {
	margin:0;
	padding:30px 20px 10px;
	width:auto;
	background:#fff;
	border:2px solid #eee;
}

.newsSearchBox dl.cat,
.newsSearchBox dl.cat-en {
    margin: 0 0 10px;
    padding: 0;
    position: relative;
    overflow: hidden;
    zoom: 1;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.newsSearchBox dl.cat dt,
.newsSearchBox dl.cat-en dt {
    margin: 0;
    padding: 10px 22px 10px 0;
    font-size: 1.1em;
}

.newsSearchBox dl.cat dd,
.newsSearchBox dl.cat-en dd {
	margin: 0 15px 0 0;
    display: inline-block;
    width: auto;
}

.newsSearchBox dl.cat dd a,
.newsSearchBox dl.cat-en dd a {
	padding:8px 16px;
	font-size:1.4em;
	text-decoration:none;
	background:#efefef;
	border-radius:4px;
}

.newsSearchBox dl.cat dd a.current,
.newsSearchBox dl.cat-en dd a.current {
	background:#666;
	border-radius:4px;
	color:#fff;
}

.newsSearchBox dl.cat dd a:hover,
.newsSearchBox dl.cat-en dd a:hover {
	text-decoration:none;
	background:#ddd;
	color:#fff;
}

.newsSearchBox dl.year,
.newsSearchBox dl.year-en {
	margin:0;
	padding:0 0 15px;
	position:relative;
}

.newsSearchBox dl.year dt {
	display:inline-block;
	margin:0;
	padding:10px 33px 10px 0;
	font-size:1.1em;
}

.newsSearchBox dl.year-en dt {
	display:inline-block;
	margin:0;
	padding:10px 52px 10px 0;
	font-size:1.1em;
}

.newsSearchBox dl.year dd,
.newsSearchBox dl.year-en dd {
	display:inline-block;
	margin:0;
}

.newsSearchBox dl.year dd.archive, .newsSearchBox dl.year-en dd.archive {
	position: absolute;
    top: 10px;
    right: 20px;
    font-size: 1em;
}

.newsSearchBox select {
	padding:8px 16px;
	font-size:1.1em;
	margin:0;
}

.choice input{
	display: none !important;
}
.choice label{
	display: block;
    float: left;
    cursor: pointer;
    width: 130px;
    margin: 0;
    padding: 12px 5px;
    border-right: 1px solid #fff;
    background: #c8c8c8;
    color: #555e64;
    font-size: 14px;
    text-align: center;
    line-height: 1;
    transition: .2s;
}

body.ir .choice label,body.engir .choice label {
    width: auto;
    padding: 12px 20px;
}

body.ir .newsSearchBox dl.cat-en .choice label, body.engir .newsSearchBox dl.cat-en .choice label {
    width: auto;
    padding: 12px 44px;
}

body.news .newsSearchBox dl.cat-en .choice label {
    width: 135px;
    padding: 12px 0;
}



.choice label:first-of-type{
	border-radius: 3px 0 0 3px;
}
.choice label:last-of-type{
	border-right: 0px;
	border-radius: 0 3px 3px 0;
}
.choice input[type="radio"]:checked + label {
	background-color: #1684b5;
	color: #fff;
}

/* table */
body.news table {
	margin: 0 0 0 0.7em;
	padding: 0 0 0 0.7em;
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 1px 0 0 1px;
	border-collapse: collapse;
	margin: 0 0 20px;
	font-size: .9em;
}
body.news table th {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px 0;
	color: #333333;
	font-weight: bold;
	padding: 10px 16px;
	line-height: 1.5em;
	text-align: left;
	background-color: #F8F5EF;
}
body.news table td {
	border-color: #CCCCCC;
	border-style: solid;
	border-width: 0 1px 1px 0px;
	background-color: #FFFFFF;
	padding: 10px 16px;
	line-height: 1.5em;
}
body.news table img { display: inline-block; }
body.news table ul {
	margin: 0 !important;
	padding: 0 !important;
}
body.news table li {
	line-height: 1.8em;
	margin: 0;
	font-size: 1em !important;
}
body.news table p {
	line-height: 1.6em;
	margin: 5px 0;
}
body.news table dl {
	margin: 0 0 -1px;
	zoom: 1;
	position: relative;
}
body.news table dt {
	float: left;
	clear: left;
	width: 12em;
	padding: 3px 0 3px;
	zoom: 1;
}
body.news table dd {
	padding: 3px 0 3px 12em;
	zoom: 1;
}

/* for inner table */

body.news table table {
	border: none;
	margin: 0;
	padding: 0;
}
body.news table table th {
	border: none;
	line-height: 1.6em;
	margin: 0;
	padding: 0;
	font-weight: bold;
}
body.news table table td {
	border: none;
	font-size: 100%;
	line-height: 1.6em;
	margin: 0;
	padding: 2px;
}

@media all and (min-width:769px) and (max-width:1024px) {
	body.ir .newsSearchBox dl.cat-en .choice label, body.engir .newsSearchBox dl.cat-en .choice label {
	    width: auto;
	    padding: 12px 40px;
	}
}

/* sitemap
 --------------------------------------------------------------------------*/
.sitemapBox {
	padding: 10px 8px 10px 0px;
	background: url("../../common/img/dot.jpg") left bottom repeat-x;
}
.sitemap_h3 {
	font-size: 1.1em;
	line-height: 1.4em;
	background: url("../../sitemap/img/sitemap_arrow1.jpg") 0 1px no-repeat;
	text-indent: 20px;
}

.sitemap_h3 a {
	display:block;
	width:auto;
}
.sitemap_h3 h3 {
	font-size: 1.1;
	font-weight: bold;
	line-height: 1.5em;
	padding: 10px 0 0 35px;
}
.sitemapSubPage {
	/*width: 680px;*/
	width:100%;
	margin: 10px 0 0 0;
}

.sitemapSubPage ul {
	margin: 0 0 20px;
	display: -webkit-box !important;
	display: -webkit-flex !important;
	display: -ms-flexbox !important;
	display: flex !important;
	-webkit-flex-wrap:wrap;
	flex-wrap:wrap;
}

.sitemapSubPage ul li {
	margin: 0 0 0.3em 1em !important;
	width: 30%;
}
.sitemapSubPage ul li a {
    background: url(../../sitemap/img/sitemap_arrow2.jpg) 3px 2px no-repeat;
    font-size: 1em;
    padding: 0 0 0 20px;
    margin: 0 0 0 -1.5em;
    line-height: 2em;
    width: auto;
    position: relative;
    text-indent: 1em;
}

/* contact
 --------------------------------------------------------------------------*/
#contact-form {
	/*width: 680px;*/
	width:100%;
	font-size: 13px;
}
#contact-form dl {
	width: 680px;
}
#contact-form dl dt {
	float: left;
	width: 150px;
}
#contact-form dl dd {
	margin-left: 150px;
}
.inputform {
	padding: 4px;
	border: #cccccc solid 1px;
}
.inputform2 {
	padding: 4px;
	border: #cccccc solid 1px;
}
.inputform3 {
	padding: 4px;
	border: #cccccc solid 1px;
}
.inputform4 {
	padding: 4px;
	border: #cccccc solid 1px;
}
.inputform5 {
	padding: 4px;
	border: #cccccc solid 1px;
}
input.inputform {
	width: 228px;
}
input.inputform2 {
	width: 50px;
}
input.inputform3 {
	/*width: 450px;*/
	width:750px;
}
input.inputform4 {
	width: 100px;
}
input.inputform5 {
	width: 100px;
}
textarea.inputform {
	/*width: 450px;*/
	width:750px;
	height: 150px;
}
textarea.inputform2 {
	/*width: 450px;*/
	width:750px;
	height: 150px;
}
label.error {
	padding-left: 10px;
	color: #ff0000;
	font-size: 10px;
}
#contact-btbox {
	width: 411px;
	height: 42px;
	margin: 10px 0 0 0;
	position: relative;
}
#contact-btbox input {
	position: absolute;
}
#next-btbox {
	width: 411px;
	height: 42px;
	margin: 5px 0 0 0;
	position: relative;
}
#next-btbox input {
	position: absolute;
}
input.input_btn {
	display: block;
	overflow: hidden;
	width: 181px;
	height: 42px;
	border: none;
	text-indent: -9999px;
	cursor: pointer;
}
#finish, #error {
	width: 590px;
	text-align: center;
	padding: 50px 0;
}

form {
	margin: 0;
	padding: 0;
}
.attention1 {
	color: #C00;
}
.attention2 {
	color: #36C;
}
div.button {
	text-align: center;
	padding: 10px 10px 20px;
}
div.button input {
	margin: 0 10px;
}
.formTable1 {
	width: 100%;
	font-size: 13px;
	line-height: 1.3em;
	border-collapse: collapse;
	background: #fff;
	margin: 0 0 30px;
}
.formTable1 th {
	width: 180px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 8px 6px;
	border: solid 1px #CCC;
	background: #F5F5F5;
}

.formTable1 th span {
	padding: 3px 6px;
    font-size: 0.9em;
    color: #FFFFFF;
    display: inline-block;
    margin-left: 10px;
    border-radius: 3px;
}

.formTable1 th span.required {
    background-color: #ff3e3e;
}

.formTable1 th span.any {
    background-color: #0083f4;
}

.formTable1 td {
	padding: 8px 6px;
	border: solid 1px #CCC;
}
.formTable1 table {
	border-collapse: collapse;
	margin: 0;
}
.formTable1 table td {
	font-size: 13px;
	line-height: 1.3em;
	padding: 0 5px 0 0;
	border: none;
}
.formTable2 {
	width: 680px;
	line-height: 1.3em;
	border-collapse: collapse;
	background: #fff;
	font-size: 13px;
	margin: 0px
}
.formTable2 th {
	width: 400px;
	font-weight: normal;
	text-align: left;
	vertical-align: top;
	padding: 10px;
	border: solid 1px #CCC;
	background: #fff7e7;
}
.formTable2 td {
	width: 280px;
	padding: 10px;
	border: solid 1px #CCC;
}
.formTable2 table {
	border-collapse: collapse;
	margin: 0;
}
.formTable2 table td {
	padding: 0 5px 0 0;
	border: none;
}
/* width */
.form1 {
	width: 40px;
}
.form2 {
	width: 80px;
}
.form3 {
	width: 120px;
}
.form4 {
	width: 160px;
}
.form5 {
	width: 200px;
}
.form6 {
	width: 360px;
}
.form7 {
	width: 480px;
}
form select {
	line-height: 1.3em;
	border-collapse: collapse;
	border: solid 1px #CCC;
	font-size: 13px;
	padding: 10px;
	margin: 5px;
}
input[type=time] {
	line-height: 1.3em;
	border-collapse: collapse;
	border: solid 1px #CCC;
	font-size: 13px;
	padding: 10px;
	margin: 5px;
}
form input[type="radio"],
form input[type="checkbox"] {
	width: auto;
	display: inline;
	width: 20px;
	height: 20px;
	-moz-transform: scale(1.2);
	-webkit-transform: scale(1.2);
	transform: scale(1.2);
}
.radio-check {
	display: flex;
}
.radio-check label {
	display: flex;
	align-items: center;
	margin-right: 10px;
}
.radio-check label input {
	margin-right: 10px;
}
form textarea {
	padding: 20px;
	font-size: 1.25em;
}
div.btnTxt {
	font-size: 16px;
}
div.btnTxt input.btn {
	height: 40px;
}

div.errs {
	margin:20px 0;
	padding:20px;
	background-color:#ffece5;
}