@charset "utf-8";
/* reset css
-----------------------------------------------------------------*/
body, div, h1, h2, h3, h4, h5, h6, p, ul, ol, li, dl, dt, dd, form, blockquote, th, td, img {
  margin: 0;
  padding: 0;
}
article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary {
  display: block;
}
h1, h2, h3, h4, h5, h6 {
  font-size: 100%;
  font-weight: normal;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
address, caption, th {
  font-style: normal;
  font-weight: normal;
}
img {
  vertical-align: bottom;
  border: none;
  max-width: 100%;
  height: auto;
}
li {
  list-style-type: none;
}
input, textarea, select {
  font-family: inherit;
  font-size: inherit;
  font-weight: inherit;
}
body {
  font-family: "メイリオ", "Meiryo", verdana, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", Sans-Serif;
  font-size: 62.5%;
  line-height: 1.6;
  color: #333333;
  -webkit-text-size-adjust: 100%;
}
.clearfix:after {
  content: ".";
  display: block;
  height: 0;
  clear: both;
  visibility: hidden;
}
.clearfix {
  display: inline-block;
}
/* Hides from IE-mac \*/
* html .clearfix {
  height: 1%;
}
.clearfix {
  display: block;
}
img {
  zoom: 1;
}
.none {
  display: none;
}
.pc-only {
  display: none;
}
/* 縦長画像用 */
.pic-h img {
	width: 50% !important;
	height: auto;
}
/* 横並び画像用 */
.pic-x2 {
	padding-left: 20px;
}
.pic-x2 img {
	width: 40% !important;
	padding-right: 20px;
}

/* pdfコピーライト表記注釈（pdfを差し替え次第削除） */
.attention-copyright {
	margin-bottom: 20px;
}

/* 表のスクロールバー表示 */
.table-wrapper {
	width: 100%;
	margin-bottom: 20px;
	overflow-x: scroll;
}
.table-wrapper>table{
    min-width: 100%;
    border: none;
	margin-bottom:0 !important;
}
.table-wrapper>table th,
.table-wrapper>table td{
    display: table-cell;
}
.table-wrapper::-webkit-scrollbar {
  height: 5px;
}
.table-wrapper::-webkit-scrollbar-track {
  border-radius: 5px;
  background: #eee;
}
.table-wrapper::-webkit-scrollbar-thumb {
  border-radius: 5px;
  background: #666;
}

/**** back arw box ****/

.back-arw-box {
	margin-bottom: 20px;
}
.back-arw-box:after {
	content: "";
	display: block;
	clear:both;
}
/* グラデーションボタン */
.link-btn-block {
	border: 1px solid #D5D5D5;
}
.link-btn-block .l-inner {
	background: #fbfbfb;
	background: -moz-linear-gradient(top, #fbfbfb 0%, #f6f6f6 100%);
	background: -webkit-linear-gradient(top, #fbfbfb 0%,#f6f6f6 100%);
	background: linear-gradient(to bottom, #fbfbfb 0%,#f6f6f6 100%);
	filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#fbfbfb', endColorstr='#f6f6f6',GradientType=0 );
}


/* End hide from IE-mac */

/* 共通仕様
-----------------------------------------------------------------*/
/* link */
a:link {
  color: #1E3F79;
  text-decoration: underline;
}
a:hover, a:visited {
  color: #1E3F79;
  text-decoration: none;
}
/* Wrapper */
#wrapper {
  width: 100%;
  padding: 0;
}

/* Header
-----------------------------------------------------------------*/

/* 京セラ共通部分調整 */
.sp-area,#sp-head,#sp-foot{display: block;}
.pc-area,#pc-head,#pc-foot{display: none;}
#header{width: auto;padding: 0;}
#contents{
	width: auto;
	padding-bottom: 0 !important;
	box-shadow: none !important;
	-webkit-box-shadow: none !important;
}
#menu {
	line-height: 1.4;
}

/* ページトップ */
.p-pagetop {
  display: none;
}
.page-top a {
	text-decoration: none;
}
/* 医療用製品タイトル */
#maintitle {
  margin: 10px 15px;
}
.maintitle-inner {
  width: 100%;
}
.p-heading1 {
  color: #444;
  font-size: 14px;
  font-weight: bold;
}
/* パンくず */
#topicPath li a:link,
#topicPath-Footer li a:link {
	text-decoration: none;
}
#topicPath li a:hover,
#topicPath-Footer li a:hover {
	text-decoration: underline;
}

/* content
-----------------------------------------------------------------*/

#content {
  margin-bottom: 20px;
}
#content-wrapper {
  padding: 0 10px;
}
#content ul, #content ol, #content dl, #content table, #content p, #side-navi-box {
  font-size: 140%;
}
#content dl table, #content dl h5, #content dl p, #content dl ul, #content ul ul, #content table ul, #content table ol, #content table dl, #content table table, #content table p {
  font-size: 100%;
}

/* ページタイトル */
#container .page-title {
  margin-bottom: 30px;
  width: 100%;
  min-height: 80px;
  display: table;
}
#container .page-title .headline {
  font-size: 220%;
  font-weight: bold;
  letter-spacing: 0.15em;
  display: table-cell;
  vertical-align: middle;
  padding: 20px 0 20px 20px;
}

/* コンテンツ内ページトップボタン */
.content-pagetop-btn {
	padding: 0 20px;
  margin-bottom: 40px;
  font-size: 120%;
  text-align: center;
}
.content-pagetop-btn a {
  display: block;
  padding: 10px 0 10px 10px;
  border: 4px solid #DDDDDD;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}

.content-pagetop-btn a:hover {
  background-color: #F1F1F1;
}

/*段落*/
.content-txtbox {
  margin-bottom: 15px;
}
/*リスト*/
.content-list li {
  margin-bottom: 3px;
}
.content-list-disc li {
  margin-left: 1em;
  text-indent: -1em;
}
.content-list-disc li:before {
  content: "・";
}
.content-list-decimal li {
  margin-left: 1.5em;
  list-style-type: decimal;
}
/*カタログリスト*/
.catalog-list-wrapper {
  background-color: #F8F8F8;
}
.catalog-list-container {
  padding: 0 15px;
}
.catalog-list-container:after,
.catalog-list a:after {
  content: "";
  display: block;
  clear: both;
}
.catalog-list,
.catalog-list-bnr {
  display: block;
  padding: 15px 0;
  width: 100%;
  vertical-align: top;
  border-top: 1px solid #DDD;
}
.catalog-list:first-child,
.catalog-list-bnr:first-child {
  border-top: none;
}
.catalog-list a,
.catalog-list-bnr a {
  display: block;
  text-decoration: none;
}
.catalog-list .thumb {
  float: left;
  margin-right: 10px;
}
.catalog-list .btn span {
  position: relative;
  display: inline-block;
  margin-top: 10px;
  padding: 5px 8px 3px 18px;
  border-radius: 3px;
  background-color: #fff;
  border: 1px solid #E9E9E9;
  color: #333;
  font-size: 90%;
}
.catalog-list .btn span:before {
  position: absolute;
  top: 50%;
  left: 8px;
  margin-top: -3px;
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 3px 0 3px 4px;
  border-color: transparent transparent transparent #333;
}
.catalog-list-bnr .thumb {
  display: inline-block;
}
.catalog-list-bnr .thumb img {
  width: 100%;
  height: auto;
}
.catalog-list-bnr .txt {
  margin-top: 10px;
}


/* Footer
-----------------------------------------------------------------*/

#footer-navi-container {
	margin-top: 40px;
}
#footer-navi-container .footer-navi a {
	display: block;
	font-size: 120%;
}
#footer-navi-container .col01,
#footer-navi-container .col02 {
}
#footer-navi-container .col-detail {
	padding: 0;
	border-bottom: 0;
	border: 0;
}
#footer-navi-container .col-title{
	font-weight: bold;
	background: #F4F4F4;
	font-size: 120%;
}
#footer-navi-container li{
	padding: 1em 1em 1em 25px;
	border-top: 1px solid #DDDDDD;
	background: #FBFBFB;
}
#footer-navi-container li a {
	position: relative;
}



/* adjust
-----------------------------------------------------------------*/
.m00 {
  margin: 0px;
}
.m05 {
  margin: 5px;
}
.m10 {
  margin: 10px;
}
.m15 {
  margin: 15px;
}
.m20 {
  margin: 20px;
}
.m25 {
  margin: 25px;
}
.m30 {
  margin: 30px;
}
.m35 {
  margin: 35px;
}
.m40 {
  margin: 40px;
}
.mt00 {
  margin-top: 0;
}
.mt05 {
  margin-top: 5px;
}
.mt10 {
  margin-top: 10px;
}
.mt15 {
  margin-top: 15px;
}
.mt20 {
  margin-top: 20px;
}
.mt25 {
  margin-top: 25px;
}
.mt30 {
  margin-top: 30px;
}
.mt35 {
  margin-top: 35px;
}
.mt40 {
  margin-top: 40px;
}
.mb00 {
  margin-bottom: 0;
}
.mb05 {
  margin-bottom: 5px;
}
.mb10 {
  margin-bottom: 10px;
}
.mb15 {
  margin-bottom: 15px;
}
.mb20 {
  margin-bottom: 20px;
}
.mb25 {
  margin-bottom: 25px;
}
.mb30 {
  margin-bottom: 30px;
}
.mb35 {
  margin-bottom: 35px;
}
.mb40 {
  margin-bottom: 40px;
}
.ml00 {
  margin-left: 0;
}
.ml05 {
  margin-left: 5px;
}
.ml10 {
  margin-left: 10px;
}
.ml15 {
  margin-left: 15px;
}
.ml20 {
  margin-left: 20px;
}
.ml25 {
  margin-left: 25px;
}
.ml30 {
  margin-left: 30px;
}
.ml35 {
  margin-left: 35px;
}
.ml40 {
  margin-left: 40px;
}
.mr00 {
  margin-right: 0;
}
.mr05 {
  margin-right: 5px;
}
.mr10 {
  margin-right: 10px;
}
.mr15 {
  margin-right: 15px;
}
.mr20 {
  margin-right: 20px;
}
.mr25 {
  margin-right: 25px;
}
.mr30 {
  margin-right: 30px;
}
.mr35 {
  margin-right: 35px;
}
.mr40 {
  margin-right: 40px;
}
.p00 {
  padding: 0px;
}
.p05 {
  padding: 5px;
}
.p10 {
  padding: 10px;
}
.p15 {
  padding: 15px;
}
.p20 {
  padding: 20px;
}
.p25 {
  padding: 25px;
}
.p30 {
  padding: 30px;
}
.p35 {
  padding: 35px;
}
.p40 {
  padding: 40px;
}
.pt00 {
  padding-top: 0;
}
.pt05 {
  padding-top: 5px;
}
.pt10 {
  padding-top: 10px;
}
.pt15 {
  padding-top: 15px;
}
.pt20 {
  padding-top: 20px;
}
.pt25 {
  padding-top: 25px;
}
.pt30 {
  padding-top: 30px;
}
.pt35 {
  padding-top: 35px;
}
.pt40 {
  padding-top: 40px;
}
.pb00 {
  padding-bottom: 0;
}
.pb05 {
  padding-bottom: 5px;
}
.pb10 {
  padding-bottom: 10px;
}
.pb15 {
  padding-bottom: 15px;
}
.pb20 {
  padding-bottom: 20px;
}
.pb25 {
  padding-bottom: 25px;
}
.pb30 {
  padding-bottom: 30px;
}
.pb35 {
  padding-bottom: 35px;
}
.pb40 {
  padding-bottom: 40px;
}
.pl00 {
  padding-left: 0;
}
.pl05 {
  padding-left: 5px;
}
.pl10 {
  padding-left: 10px;
}
.pl15 {
  padding-left: 15px;
}
.pl20 {
  padding-left: 20px;
}
.pl25 {
  padding-left: 25px;
}
.pl30 {
  padding-left: 30px;
}
.pl35 {
  padding-left: 35px;
}
.pl40 {
  padding-left: 40px;
}
.pr00 {
  padding-right: 0;
}
.pr05 {
  padding-right: 5px;
}
.pr10 {
  padding-right: 10px;
}
.pr15 {
  padding-right: 15px;
}
.pr20 {
  padding-right: 20px;
}
.pr25 {
  padding-right: 25px;
}
.pr30 {
  padding-right: 30px;
}
.pr35 {
  padding-right: 35px;
}
.pr40 {
  padding-right: 40px;
}
/*** top ***/

.main-box-wrapper {
	background: #77CCFF;
}

.main-box a {
    text-decoration: none;
    display: block;
	color: #333333;
}
.main-box .main-box-inner {
}
.main-box .gnavi-cont,
.main-box .snavi-cont {
	margin-bottom: 5px;
}
.main-box .global-navi .js-gnavi {
	margin-bottom: 12px;
    background: #fff;
	position: relative;
    border: #1e3f79 2px solid;
    box-sizing: border-box;
	-moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
}
.main-box .global-navi {
	padding: 20px 10px 0;
}
.main-box .global-navi .js-gnavi a {
  display: block;
  position: relative;
	color: #333333;
}
.main-box .global-navi .js-gnavi a:hover {
	background: #F4F5F8;
}
.main-box .global-navi .js-gnavi .btn-title {
    margin-bottom: 12px;
}
.main-box .global-navi .js-gnavi .btn-title img {
	width: 96px;
	height: auto;	
}
.main-box .global-navi .js-gnavi .btn-txt {
    font-size: 140%;
}
.main-box .global-navi .js-gnavi .gnavi-inner {
    padding: 22px 0;
    text-align: center;
}
.main-box .global-navi .js-gnavi .sub-menu {
  display: none;
	background: #FFF;
    box-sizing: border-box;
	-moz-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 3px 3px 0px rgba(0, 0, 0, 0.14);
}
.main-box .global-navi .js-gnavi .sub-menu li {
	border-top: 1px solid #DDDDDD;
	font-size: 140%;
	position: relative;
}
.main-box .global-navi .js-gnavi .sub-menu li a {
	padding: 0.8em 0.8em 0.8em 32px;
	text-decoration: underline;
	color: #1E3F79;
	display: block;
}
.main-box .global-navi .js-gnavi .sub-menu li a:hover {
	text-decoration: none;
	background: #F4F5F8;
}
.main-box .global-navi .js-gnavi .sub-menu li a:after {
	content: none;
}

.main-box .sub-navi {
	padding: 4px 35px 0;
}
.main-box .sub-navi li {
	-moz-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
	-webkit-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
	-ms-box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
	box-shadow: 0px 0px 6px 2px rgba(0, 0, 0, 0.14);
}
.main-box .sub-navi .bnr-kansetsu a {
    padding: 14px 0 14px 14px;
    margin-bottom: 15px;
    background: #FFF;
    border: 2px solid #ed720c;
    box-sizing: border-box;
    font-size: 100%;
    position: relative;
}
.main-box .sub-navi .bnr-kansetsu a:hover {
    background: #FFFADF;
}
.main-box .sub-navi .bnr-kansetsu .btn-txt {
    margin-bottom: 3px;
    position: relative;
}
.main-box .sub-navi .bnr-tokuyakuten a {
    padding: 16px 0 16px 14px;
    background: #f8f8f8;
    border: 2px solid #AAAAAA;
    box-sizing: border-box;
    position: relative;
}
.main-box .sub-navi .bnr-tokuyakuten a:hover {
    background: #DDD;
}
.main-box .sub-navi .bnr-tokuyakuten .btn-title {
    position: relative;
    padding-left: 34px;
}

.details {
  top: 0 !important;
  padding: 2px !important;
  font-size: 80% !important;
  line-height: 1.2;
  text-align: left;
}
#subnavi {
  font-size: 120%;
  line-height: 1.2;
  border-radius: 4px;
  background: #F1F1F1;
  box-shadow: 0 2px rgba(221,221,221,1);
}
#subnavi img {
  display: block;
  margin: 0 auto 5px;
  text-align: center;
}
#subnavi ul {
  font-size: 100% !important;
}
#subnavi li {
  float: left;
  text-align: center;
}
#subnavi .subnavi02 {
  width: 40%;
}
#subnavi .subnavi01 ,
#subnavi .subnavi03 {
  width: 30%;
}
#subnavi li a {
  display: block;
  padding: 10px 0;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
}
#subnavi li a:hover {
  border-radius: 4px;
  background: #DDDDDD;
  box-shadow: 0 2px rgba(166,166,166,1);
}
#subnavi li span {
  display: block;
  padding: 5px 0px;
  border-left: 1px solid #DDDDDD;
}
#subnavi li:first-child span {
  border-left: none;
}
#content.top .main-title {
	margin-bottom: 30px;
  padding-bottom: 10px;
  border-bottom: 1px solid #DF0623;
}
.attention-pro {
  display: inline-block;
  color: #DF0623;
  font-size: 100% !important;
  padding: 2px 5px;
  margin-left: 5px;
  border: 1px solid #DF0623;
}
/* information-box */
.information-box {
	padding: 15px 15px 5px;
	border: #1e3f79 1px solid;
	margin-bottom: 20px;
}
.information-box .info-title {
	font-weight: bold;
}
.information-box p{
	margin-bottom: 10px;
}

/* news-box */
.news-box {
  margin-bottom: 20px;
}
.news-box .main-title .txt {
  line-height: 1.6;
}
.news-box .main-title .all-btn {
  margin-left: 10px;
  border-radius: 4px;
  background: #F1F1F1;
  box-shadow: 0 2px rgba(221,221,221,1);
  font-size: 70%;
}
.news-box .main-title .all-btn a {
  padding: 3px 5px 1px;
  background: #F1F1F1;
  box-shadow: 0 2px rgba(221,221,221,1);
  border-radius: 4px;
  color: #333333;
  text-decoration: none;
  font-weight: normal;
}
.news-box .main-title .all-btn a:hover {
  background: #DDDDDD;
  box-shadow: 0 2px rgba(166,166,166,1);
}
.news-box dl {
  overflow: hidden;
  _zoom: 1;
  line-height: 1.6;
  word-wrap: break-word;
}
.news-box dt {
  color: #666666;
  font-size: 85.7%;
}
.news-box dt span img {
  margin-left: 2px;
  vertical-align: middle;
}
.news-box dd {
	padding-bottom: 20px;
	border-bottom: 	1px solid #DDDDDD;
	margin-bottom: 20px;	
}
.news-box .title {
  font-weight: bold;
}
.news-box .attention-pro {
  font-size: 80% !important;
}

/*.topics-box*/
.topics-box {
  margin-bottom: -20px;
}
.topics-title {
  margin-bottom: 10px;
}
.topics-title h2,
.topics-title p {
  display: inline-block;
}
.topics-title h2 {
  /*float: left;*/
  font-size: 140%;
  font-weight: bold;
}
.topics-title .attention-pro {
  font-size: 80% !important;
	/*margin-left: 10px;*/
}
.topics-cont + .topics-cont {
	padding-top: 20px;
	border-top: 	1px solid #DDD;
	margin-top: 20px;
}
.topics-cont .img {
	text-align: center;
	margin-top: 15px;
}
.topics-cont .txt {
  /*margin-top: 20px;*/
  /*overflow: hidden;*/
}
.topics-cont .link,
.topics-cont .link-btn {
	padding-top: 10px;
}
.topics-cont .bnrCaption {
    margin-top: 5px;
}
/* トップページ ピックアップエリア */
.pickup-box {
	margin-bottom: 30px;
	display: table;
	width: 100%;
}
.pickup-box .pickup-title {
	text-align: center;
	padding: 40px 20px 20px;
	background: radial-gradient(ellipse at center, rgba(33,58,113,1) 0%,rgba(0,2,30,1) 75%);
}
.pickup-box .pickup-detail {
	box-sizing:border-box;
	padding: 20px;
	background: #00021E;
}
.pickup-box .pickup-detail .pickup-inner {
	border-top: 1px solid rgba(255,255,255,0.5);
	padding-top: 20px;
}
.pickup-box .pickup-detail dl {
	margin-bottom: 10px;
}
.pickup-box .pickup-detail dl:after {
	content:"";
	clear:both;
	display:block;
}
.pickup-box .pickup-detail dt {
	display: inline;
	padding:2px 4px;
	float: left;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	color:#FFFFFF;
	font-weight: bold;
}
.pickup-box .pickup-detail dd {
	display: block;
	padding-left: 3em;
	color:#FFFFFF;
	font-weight: bold;
	font-size:110%;
}
.pickup-box .pickup-detail dd em {
	font-size:130%;
}
.pickup-box .pickup-detail dd span {
	font-size:90%;
	display: block;
}
.pickup-box .pickup-detail .link-list {
}
.pickup-box .pickup-detail .link-list li {
	margin-top: 10px;
	text-align: center;
}
.pickup-box .pickup-detail .link-list li a:hover {
	opacity: 0.6;
}


/*** Contents ***/
#container .main-title {
  margin-bottom: 15px;
  border-bottom: 2px solid #DF0623;
  font-size: 180%;
  font-weight: bold;
}
#container .sub-title {
  margin: 0 0 10px;
  font-size: 140%;
  font-weight: bold;
}
#content .sub-title3 {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  border-bottom: none;
  font-size: 140%;
  font-weight: bold;
}
#content .third-title {
  margin: 0 0 10px;
  padding: 0;
  background: none;
  border-bottom: none;
  font-size: 130%;
  font-weight: bold;
}
#content .cont-box {
  margin-bottom: 25px;
}
#content .cont-box2 {
  margin-bottom: 30px;
}
#content .cont-box a img {
  margin: 10px 0;
  width: 100%;
  height: auto;
}
/*** Company ***/
/** index **/
.company-tb01 {
  width: 100%;
  margin: 20px 0 10px 0;
}
.company-tb01 th {
  font-weight: bold;
  padding: 20px 0 5px 10px;
  padding: 5px 0 5px 0px;
  border-bottom: solid 1px #CCCCCC;
  vertical-align: top;
  text-align: left;
  white-space: nowrap;
}
.company-tb01 td {
  padding: 5px 0px 5px 10px;
  border-bottom: solid 1px #CCCCCC;
  vertical-align: top;
}
.company-tb01 td.c-name {
  font-weight: bold;
  font-size: 1.1em;
}

/** director **/
#company .txtbox {
  overflow: hidden;
}
.director-p-box {
  position:relative;
  text-align:right;
  height:180px;
}
.director-p-inner {
  position:absolute;
  padding-right: 120px;
  right:120px;
  bottom:0;
  font-size: 120%;
}
#content .director-p-inner img {
  margin: 0 !important;
}
.director-photo {
  position:absolute;
  right:0;
}
.imgLeftcompany {
  margin: 0 0 10px;
  width: 100%;
  height: auto;
}

/** history **/
.history-box dl {
  padding-top: 15px;
  margin-top: 14px;
  border-top: 1px dotted #ccc;
}
.history-box dl.first {
  padding-top: 0;
  border-top: none;
}
.history-box dl dt {
  float: left;
  text-align: center;
  font-weight: bold;
  width: 60px;
}
.history-box dl dd {
  padding: 0 10px;
  overflow: hidden;
}
.history-box dl dd .reg {
  display: inline-block;
  vertical-align: top;
  font-size: 70%;
}
.history-box dl dd ul li {}
.history-box dl dd .add-icon {
  padding-right: 13px;
}

/** access **/
.map-tb {
  width: 100%;
}
.map-tb th, .map-tb td {
  vertical-align: top;
  text-align: left;
}
.map-tb th {
  width: 25%;
  font-weight: bold;
}
.map-tb td {
  line-height: 150%;
}
.map-tb .map img {
  width: 100%;
  height: auto;
}
.hr {
  margin: 10px 0 10px;
  border-bottom: dotted 1px #CCCCCC;
}
.CollapsiblePanelContent .map {
  padding: 5px 0 0 0;
}
.CollapsiblePanelContent .transp {
  padding: 10px 0 0 0;
  font-weight: bold;
}
.CollapsiblePanelContent .transp-desc {
  padding: 0 0 10px 0;
}
.CollapsiblePanel .CollapsiblePanelTab {
  margin-top: 10px;
  padding: 6px 0;
  text-align: center;
  border: 1px solid #DDD;
  line-height: 0;
  font-size: 0;
}
.CollapsiblePanel .CollapsiblePanelTab img {
  width: 50%;
}
/** management **/
.management-tb01 {
  width: 100%;
}
.management-tb01 th, .management-tb01 td {
  padding: 5px 0;
  vertical-align: top;
  text-align: left;
}
.management-tb01 th {
  width: 8em;
  font-weight: bold;
  border-bottom: solid 2px #9498a2;
  white-space: nowrap;
}
.management-tb01 td {
  padding-left: 1em;
  border-bottom: solid 1px #b6b6b6;
}
/** csr **/
.csr-navi-box {
  background: #f1f1f1;
  border: solid 1px #dedede;
  margin-bottom: 10px;
  padding: 10px 10px 0;
}
.csr-navi-box ul li {
  text-align: center;
}
.csr-navi-box ul li img {
  width: 100%;
  height: auto;
  margin-bottom: 10px;
}
.csr-tit {
  padding: 8px 0 8px 20px;
  background: #f7f7f7;
  border-left: solid 5px #df0523;
  border-bottom-style: none;
  font-size: 1.2em;
  line-height: 1.4;
}
.csr-tit .csr-name01 {
  padding: 0 10px 0px 0px;
  float: left;
  font-weight: bold;
  font-size: 1.2em;
}
.aquala-banner {
  margin-top: 10px;
}
.picbox-r,
.picbox-l {
	text-align: center;
}
.picbox-r img,
.picbox-l img  {
  width: 100%;
  height: auto;
  margin-bottom: 15px;
}

.picbox-r img.img-auto,
.picbox-l img.img-auto {
	width: auto;
}
/* 情報提供活動 */
.reporting-box {
  text-align: center;
}
.reporting-box img {
  width: 100%;
  height: auto;
}
.reporting-box .txt-c p {
  text-align: left;
  margin-bottom: 10px;
}
.reporting-box .mb40 {
  margin-bottom: 0;
}
/** director **/
.director-link {
  margin-top: 20px;
}
.director-link img {
  margin-top: 10px;
}
/** guide **/
.guide-list2 {
  margin-bottom: 10px;
  font-size: 1.2em;
}
.guide-list2 dt {
  font-weight: bold;
}
/** 2D,3Dページ使用箇所 **/
.education img, .education p {
  margin: 0 0 10px;
}
.education img {
  width: 100%;
  height: auto;
}
/** FAQ **/

.faq-box {
  padding: 0 0 10px 10px;
}
.faq-box dl.faq dd span {
  color: #60b5ee;
}
#content .qa-cont-box {
  width: 670px;
  padding: 10px 0 0 0;
}
/** page foot **/
#container .page-foot-navi {
  clear: both;
  margin: 30px 0 0 0;
  padding: 0 0 30px 0;
}
/* 2015.03.20 top slide
-----------------------------------------------------------------*/
.bx-wrapper {
	margin-bottom: 5px !important;
}
.bx-wrapper .bx-viewport {
	-moz-box-shadow: none !important;
	-webkit-box-shadow: none !important;
	box-shadow: none !important;
	border: none !important;
	left: 0 !important;
}
.bx-wrapper .bx-pager.bx-default-pager a {
	background: #DDD !important;
}
.bx-wrapper .bx-pager.bx-default-pager a:hover,
.bx-wrapper .bx-pager.bx-default-pager a.active {
	background: #DF0623 !important;
}

.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
	bottom: 0 !important;
}
.bx-wrapper .bx-controls-direction {
	display: none;
}

/* インデックスボタン */
.cat-navi-box ul li {
	margin-bottom: 10px;
}

.cat-navi-box ul li a{
	text-align: center;
	display: block;
}

.cat-navi-box ul li a img{
	width: 100%;
	height: auto;
}

.st-GlobalSiteNav_SubLink {
	&[target="_blank"] {
	  &:after {
		content: '';
		position: relative;
		display: inline-block;
		margin-left: 6px;
		width: 13px;
		height: 13px;
		background: url('data:image/svg+xml,%3Csvg%20xmlns%3D%22http%3A%2F%2Fwww.w3.org%2F2000%2Fsvg%22%20xmlns%3Axlink%3D%22http%3A%2F%2Fwww.w3.org%2F1999%2Fxlink%22%20width%3D%2210%22%20height%3D%229.858%22%20viewBox%3D%220%200%2010%209.858%22%3E%0A%20%20%3Cdefs%3E%0A%20%20%20%20%3CclipPath%20id%3D%22clip-path%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C7.858V0H1.428V6.429H7.856V7.858Z%22%20transform%3D%22translate(0)%22%20fill%3D%22none%22%20stroke%3D%22%23039%22%20stroke-width%3D%221%22%2F%3E%0A%20%20%20%20%3C%2FclipPath%3E%0A%20%20%3C%2Fdefs%3E%0A%20%20%3Cg%20transform%3D%22translate(2)%22%20fill%3D%22none%22%20stroke%3D%22%23039%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%3Crect%20width%3D%228%22%20height%3D%228%22%20rx%3D%221%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%3Crect%20x%3D%220.5%22%20y%3D%220.5%22%20width%3D%227%22%20height%3D%227%22%20rx%3D%220.5%22%20fill%3D%22none%22%2F%3E%0A%20%20%3C%2Fg%3E%0A%20%20%3Cg%20transform%3D%22translate(0%202)%22%20clip-path%3D%22url(%23clip-path)%22%3E%0A%20%20%20%20%3Cg%20transform%3D%22translate(0%20-2.142)%22%20fill%3D%22none%22%20stroke%3D%22%23039%22%20stroke-width%3D%221%22%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M0%2C0H10a0%2C0%2C0%2C0%2C1%2C0%2C0V10a0%2C0%2C0%2C0%2C1%2C0%2C0H1A1%2C1%2C0%2C0%2C1%2C0%2C9V0A0%2C0%2C0%2C0%2C1%2C0%2C0Z%22%20stroke%3D%22none%22%2F%3E%0A%20%20%20%20%20%20%3Cpath%20d%3D%22M.5.5h9a0%2C0%2C0%2C0%2C1%2C0%2C0v9a0%2C0%2C0%2C0%2C1%2C0%2C0H1A.5.5%2C0%2C0%2C1%2C.5%2C9V.5A0%2C0%2C0%2C0%2C1%2C.5.5Z%22%20fill%3D%22none%22%2F%3E%0A%20%20%20%20%3C%2Fg%3E%0A%20%20%3C%2Fg%3E%0A%3C%2Fsvg%3E%0A');
		background-size: contain;
		background-repeat: no-repeat;
		filter: brightness(0)invert(1);
		transform: perspective(0);
		top: 3px;
	  }
	}
}
