@charset "utf-8";
/* reset css
-----------------------------------------------------------------*/
body {
  overflow-y: scroll;
  -webkit-text-size-adjust: 100%;
}
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
fieldset, img {
  border: 0;
}
address, caption, cite, code, dfn, em, strong, th, var {
  font-weight: normal;
  font-style: normal;
}
ol, ul {
  list-style: none;
}
caption, th {
  text-align: left;
}
h1, h2, h3, h4, h5, h6 {
  font-weight: normal;
  font-size: 100%;
}
q:before, q:after {
  content: '';
}
abbr, acronym {
  border: 0;
}
img {
  vertical-align: top;
  vertical-align: bottom;
}
a:hover img {
  opacity: 0.7;
  filter: alpha(opacity=70);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
  -moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
  -khtml-opacity: 0.7;
}

div {
  min-height: 0;
}
* html div {
  min-height: 0;
}
.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;
}
/* End hide from IE-mac */

.clr {
  clear: both;
}
.none {
  display: none;
}
.sp-only {
	display: none;
}
.blank-link {
	display: inline;
	padding-right: 15px;
	/* background: url(../../../../images_v2/ico_blank_blue.gif) no-repeat; */
	background-size: 10px 10px;
	background-position: right 50%;
}
.blank-link-white {
	display: inline;
	padding-right: 15px;
	/* background: url(../../../../images_v2/ico_blank_white.gif) no-repeat; */
	background-size: 10px 10px;
	background-position: right 50%;
}
.blank-link-black {
	display: inline;
	padding-right: 15px;
	margin-right: 10px;
	/* background: url(../../../../images_v2/ico_blank.gif) no-repeat; */
	background-size: 10px 10px;
	background-position: right 50%;
}
.blank-link2 {
	display: inline;
	padding-right: 15px;
	/* background: url(../../../../images_v2/ico_blank2_blue.gif) no-repeat; */
	background-size: 11px 10px;
	background-position: right 50%;
}
.blank-link2-white {
	display: inline;
	padding-right: 15px;
	/* background: url(../../../../images_v2/ico_blank2_white.gif) no-repeat; */
	background-size: 11px 10px;
	background-position: right 50%;
}

/* pdfコピーライト表記注釈（pdfを差し替え次第削除） */
.attention-copyright {
	margin-bottom: 30px;
}
/* グラデーションボタン */
.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 );
}
.link-btn-block .l-inner a {
	/* background: url(../../../../images_v2/icon_cr.gif) no-repeat; */
	background-position: left 10px center;
	border: 2px solid #FFF;
	display: block;
	padding: 7px;
	text-decoration: none !important;
	font-weight: bold;
	color: #333 !important;
	text-align: center;
}
.link-btn-block a:hover {
	opacity: 0.3;
}

/* 共通仕様
-----------------------------------------------------------------*/
body {
  /*font-family: "Meiryo", verdana, "Hiragino Kaku Gothic Pro", Osaka, "MS PGothic", Sans-Serif;*/
  font-size: 62.5%;
  line-height: 1.6;
  color: #333333;
  background-color: #fff;
}
#contents {
  width: 100%;
}
/* link */
/*a:link {
  color: #1E3F79;
  text-decoration: underline;
}
a:hover, a:visited {
  color: #1E3F79;
  text-decoration: none;
}*/

/* Wrapper */
#wrapper {
  width: 100%;
  margin: 0;
  padding: 0;
}

/*-----------------------------------------------------------------
 京セラ共通部分 調整
-----------------------------------------------------------------*/
/*.sp-area,#sp-head,#sp-foot{display: none;}*/
/* chrome印刷用 */
body{-webkit-print-color-adjust: exact;} 
/* ヘッダー 検索窓 */
#header .searchtextbox {
    padding: 3px 0 0 4px;
    height: auto;
}
#common-search {
    float: right;
    margin: 5px 0 0;
/*    height: 20px!important;*/
}
/* ヘッダー 幅 */
#pc-head {
  margin: auto;
  width: 1170px;
	max-width: 100%;
}
/* ページトップボタン */
@media screen and (min-width: 768px) {
.p-pagetop {
    display: block;
    position: relative;
    width: 100%;
  }
.p-pagetop a {
    display: block;
    position: absolute;
    right: 20px;
    bottom: 0;
  }
}
/* ヘッダー直下タイトル */
#maintitle {
    margin-top: 15px;
    margin-bottom: 15px;
    margin-left: 0;
    margin-right: 0;
  }
.maintitle-inner {
    margin: 0 auto;
    width: 1170px;
	max-width: 100%;
  }
.p-heading1 {
    font-size: 20px;
	color: #444;
	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 {
  float: left;
  width: 720px;
  padding-bottom: 40px;
}
#content.top, #top #content {
  float: none;
  width: auto;
  padding-bottom: 10px;
}
/* コンテンツ部分 大見出し */
#content.top .main-title {
  font-size: 180% !important;
  border-bottom: 1px solid #DF0623 !important;
}
/* カテゴリタイトル */
#container .page-title {
	margin-bottom: 35px;
	min-height: 180px;
	display: block;
	position: relative;
}
#container .page-title .headline {
	font-size: 300%;
	font-weight: bold;
	letter-spacing: 0.15em;
	display: block;
	box-sizing: border-box;
	line-height: 1.2;
	padding: 50px;
	position: absolute;
	left: 0;
	top: 50%;
	transform: translate(0px, -50%);
}
/* インデックスページボタン */
.cat-navi-box {
  background:#f1f1f1;
	border:solid 1px #dedede;
	padding:40px 30px;
}

.cat-navi-box ul{
	overflow: hidden;
	margin: -10px -10px;
}
.cat-navi-box ul li {
  float:left;
	width: 317px;
	margin: 10px 10px;
}
/* コンテンツ内ページトップボタン */
.content-pagetop-btn {
  margin-bottom: 40px;
  font-size: 120%;
}
.content-pagetop-btn:after {
	content: "";
	clear: both;
	display: block;
}
.content-pagetop-btn a {
  display: block;
  float: right;
  padding: 5px 5px 5px 10px;
  border: 2px solid #DDDDDD;
  border-radius: 4px;
  text-decoration: none;
  color: #000;
}
.content-pagetop-btn a:after {
	/* content: url(../../images_v2/btn_pagetop.gif); */
    display: inline-block;
    margin-left: 5px;
}
.content-pagetop-btn a:hover {
  background-color: #F1F1F1;
}
/*段落*/
.content-txtbox {
  margin-bottom: 20px;
}
/*リスト*/
.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 {
  padding: 0 25px;
  background-color: #F8F8F8;
}
.catalog-list-container {
  padding: 30px 0;
  border-top: 1px solid #DDD;
}
.catalog-list-container:first-child {
  border-top: none;
}
.catalog-list-container:after,
.catalog-list a:after {
  content: "";
  display: block;
  clear: both;
}
.catalog-list {
  float: left;
  display: block;
  width: 320px;
  vertical-align: top;
}
.catalog-list:first-child {
  margin-right: 30px;
}
/* for 1column */
.catalog-list.w100 {
  float: none;
  width: 100%;
}
.catalog-list.w100:first-child {
  margin-right: 0;
}



.catalog-list a,
.catalog-list-bnr a {
  display: block;
  text-decoration: none;
}
.catalog-list a:hover {
  opacity: 0.85;
}
.catalog-list a:hover .txt {
  text-decoration: underline;
}
.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 a:hover .btn span {
  background-color: #DDD;
  border: 1px solid #DDD;
  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 {
  float: left;
  display: inline-block;
  margin-right: 20px;
}

/* トップページ
-----------------------------------------------------------------*/
/* メイン ナビ部分 */
.main-box-wrapper {
    /* background: url(../../../../images_v2/bg_top_main.gif) repeat-x; */
    min-height:  360px;
}
.main-box {
    /* background: url(../../../../images_v2/top_main.png) no-repeat center top; */
    min-height:  360px;
    margin-bottom: 30px;
}
.main-box a {
    text-decoration: none;
    display: block;
	color: #333333;
}
.main-box .main-box-inner {
    padding-top: 30px;
    margin: auto;
    width: 1170px;
	max-width: 100%;
}
.main-box .gnavi-cont,
.main-box .snavi-cont {
    float: left;
}
/* メイン ナビ部分 グロナビボタン */
.main-box .global-navi .js-gnavi {
    width: 330px;
    min-height: 160px;
    margin-right: 20px;
    background: #fff;
    float: left;
    position: relative;
    border: #1e3f79 2px solid;
    cursor: pointer;
    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 .js-gnavi a {
  display: block;
  position: relative;
}
.main-box .global-navi .js-gnavi a:hover {
	background: #F4F5F8;
}

.main-box .global-navi .js-gnavi a:after {
    content: "";
    /* background: url(../../../../images_v2/arw_open.gif) no-repeat; */
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 42%;
}

.main-box .global-navi .js-gnavi .close:after {
   /* background: url(../../../../images_v2/arw_close.gif) no-repeat; */
   background-size: 20px 20px;
}

.main-box .global-navi .js-gnavi .btn-title {
    margin-bottom: 20px;
}
.main-box .global-navi .js-gnavi .btn-txt {
    font-size: 160%;
}
.main-box .global-navi .js-gnavi .gnavi-inner {
    padding: 30px 0;
    text-align: center;
}
/* メイン ナビ部分 グロナビボタン展開 */
.main-box .global-navi .js-gnavi .sub-menu {
  display: none;
	position: absolute;
	background: #FFF;
    box-sizing: border-box;
	left: -2px;
	width: 330px;
    border-left: #1e3f79 2px solid;
    border-right: #1e3f79 2px solid;
    border-bottom: #1e3f79 2px solid;
	-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: 180%;
	position: relative;
}
.main-box .global-navi .js-gnavi .sub-menu li a {
	padding: 0.8em 0.8em 0.8em 40px;
	text-decoration: underline;
	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:before {
	content: "";
    /* background: url(../../../../images_v2/gnavi_bg02.gif) no-repeat; */
	background-size: 4px 6px;
	width: 4px;
	height: 6px;
	position: absolute;
	top: 1.3em;
	left: 20px;
	z-index: 1;
}
.main-box .global-navi .js-gnavi .sub-menu li a:after {
	content: none;
}

/* メイン ナビ部分 バナーリンク部分 */
.main-box .sub-navi {
    width: 250px;
}
.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 a:hover {
	opacity: 0.8;
}*/
/* メイン ナビ部分 バナーリンク部分 関節 */
.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 a:after {
    content: "";
    /* background: url(../../../../images_v2/top_arw_red.gif) no-repeat; */
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 40%;
}
.main-box .sub-navi .bnr-kansetsu .btn-txt {
    margin-bottom: 3px;
    position: relative;
}
.main-box .sub-navi .bnr-kansetsu .btn-txt:after {
    content: "";
    /* background: url(../../../../images_v2/ico_blank2.gif) no-repeat; */
    background-size: 11px 10px;
    width: 11px;
    height: 10px;
    position: absolute;
    margin-left: 3px;
    margin-top: 1px;
}
/* メイン ナビ部分 バナーリンク部分 特約店 */
.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:after {
    content: "";
    /* background: url(../../../../images_v2/top_arw_red.gif) no-repeat; */
    background-size: 20px 20px;
    width: 20px;
    height: 20px;
    position: absolute;
    right: 15px;
    top: 30%;
}
.main-box .sub-navi .bnr-tokuyakuten a:hover {
    background: #DDD;
}
.main-box .sub-navi .bnr-tokuyakuten .btn-title {
    position: relative;
    padding-left: 34px;
}
.main-box .sub-navi .bnr-tokuyakuten .btn-title:before {
    content: "";
    /* background: url(../../../../images_v2/top_icon_tokuyakuten.gif) no-repeat; */
    background-size: 22px 23px;
    width: 22px;
    height: 23px;
    position: absolute;
    left: 0;
    top: -3px;
}
/* information-box */
.information-box {
	padding: 15px 15px 5px;
	border: #1e3f79 1px solid;
	margin-bottom: 40px;
}
.information-box .info-title {
	font-weight: bold;
}
.information-box p{
	margin-bottom: 10px;
}
.banner-box a:hover:before,
.banner-box a:hover:after {
  opacity: 0.7;
  filter: alpha(opacity=70);        /* ie lt 8 */
  -ms-filter: "alpha(opacity=70)";  /* ie 8 */
 -moz-opacity: 0.7;                 /* FF lt 1.5, Netscape */
 -khtml-opacity: 0.7;
}
.attention-pro {
  display: inline-block;
  *display: inline;
  *zoom: 1;
  color: #DF0623;
  font-size: 80%;
  line-height: 1;
  padding: 5px;
  margin-left: 5px;
  border: 1px solid #DF0623;
}

.news-box {
  float: left;
  width: 470px;
}
.news-box .main-title .txt {
  float: left;
  line-height: 2;
}
.news-box .main-title .all-btn {
  margin-left: 10px;
  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: 2;
    padding-bottom: 20px;
    margin-bottom: 20px;
    border-bottom: 1px solid #dddddd;
}
.news-box dt {
  float: left;
  width: 80px;
  color: #666666;
  font-size: 85.7%;
}
.news-box dt span img {
  margin-left: 5px;
  vertical-align: middle;
}
.news-box dd {
  float: right;
  width: 390px;
  zoom: 1;
}
.news-box .title {
  font-weight: bold;
}

/*.topics-box*/
.topics-box {
  float: right;
  width: 440px;
}
.topics-title {
  margin-bottom: 10px;
}
.topics-title h2,
.topics-title p {
  display: inline-block;
}
.topics-title h2 {
  font-size: 140%;
  font-weight: bold;
}
.topics-cont + .topics-cont {
  padding-top: 20px;
  margin-top: 20px;
  border-top: 1px solid #ddd;
}
.topics-cont .img {
  margin-top: 10px;
}
.topics-cont .txt {
}
.topics-cont .link {
  margin-top: 6px;
  font-size: 105% !important;
  text-align: right;
}
.topics-cont .link a {
  padding: 2px 0 0 17px;
  /* background: url(/prdct/medical/images_v2/icon_cr.gif) no-repeat left center; */
}
.topics-cont .link-btn {
  margin-top: 6px;
}
.topics-cont .bnrCaption{
  margin-top:5px;
}
.pickup-l {
  float: left;
}
.pickup-r {
  float: right;
}
.pickup-r h2 a:link, .pickup-l h2 a:link {
  color: #333333;
  text-decoration: none;
}
.pickup-r h2 a:visited, .pickup-l h2 a:visited {
  color: #333333;
  text-decoration: none;
}
.pickup-r h2 a:hover, .pickup-l h2 a:hover {
  color: #333333;
  text-decoration: underline;
}
.pickup-r h2 a:active, .pickup-l h2 a:active {
  color: #333333;
  text-decoration: none;
}
.pickup-l p, .pickup-r p {
  padding: 10px 8px 5px 8px;
}
.pickup-l ul, .pickup-r ul {
  padding: 8px;
}
.pickup-l ul li, .pickup-r ul li {
  padding: 0 0 8px 20px;
  /* background: url(/prdct/medical/images_v2/icon_arw02.gif) no-repeat 0 0.35em; */
}
/* トップページ ピックアップエリア */
.pickup-box {
	margin-bottom: 40px;
	display: table;
	width: 100%;
}
.pickup-box .pickup-title {
	display: table-cell;
	vertical-align: middle;
	text-align: center;
	width: 390px;
	padding: 30px 0;
	background: rgb(33,58,113);
	background: radial-gradient(ellipse at center, rgba(33,58,113,1) 0%,rgba(0,2,30,1) 75%);
}
.pickup-box .pickup-detail {
	display: table-cell;
	vertical-align: middle;
	width: 560px;
	box-sizing:border-box;
	padding: 0 40px 0 0;
	background: #00021E;
}
.pickup-box .pickup-detail .pickup-inner {
	border-left: 1px solid rgba(255,255,255,0.5);
	padding: 10px 0 10px 40px;
}
.pickup-box .pickup-detail dl {
	margin-bottom: 10px;
}
.pickup-box .pickup-detail dt {
	display: inline;
	padding:2px 4px;
	margin-right: 14px;
	border: 1px solid #FFFFFF;
	border-radius: 2px;
	color:#FFFFFF;
	font-weight: bold;
}
.pickup-box .pickup-detail dd {
	display: inline;
	clear:right;
	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%;
}
.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 {
	padding: 9px 0 7px;
	display:block;
	/* background: #FFF url(../../../../images_v2/pickup_ar01.gif) no-repeat; */
	background-position: left 20px center;
	border-radius: 4px;
	box-shadow: 0 2px rgba(126,154,218,0.7);
	text-decoration: none;
	font-size:110%;
	font-weight: bold;
	color: #2C4C98;
}
.pickup-box .pickup-detail .link-list li.btn-contact a {
	/* background: #D5DDF2 url(../../../../images_v2/pickup_ar01.gif) no-repeat; */
	background-position: left 20px center;
}
.pickup-box .pickup-detail .link-list li a:hover {
	opacity: 0.6;
}
.pickup-box .pickup-detail .link-list li.btn-contact .blank-link2-pickup {
	display: inline;
	padding-right: 15px;
	/* background: url(../../../../images_v2/pickup_ico01.gif) no-repeat; */
	background-size: 10px 10px;
	background-position: right 50%;
}

/*** base ***/
#container {
  width: 1170px;
	max-width: 100%;
  margin: 0 auto 20px;
}
#content .main-title {
  margin-bottom: 25px;
  padding-bottom: 10px;
  border-bottom: 2px solid #DF0623;
  font-size: 220%;
  font-weight: bold;
}
#content .main-title .titbox-r {
  float: right;
  font-size: 45.5%;
  font-weight: normal;
}
#content .main-title .titbox-r a {
  position: relative;
  display: block;
  padding: 5px 32px 5px 10px;
  border: 2px solid #DDD;
  color: #333;
  text-decoration: none;
  border-radius: 4px;
}
#content .main-title .titbox-r a .icon-professional {
	margin-right: 8px;
}
#content .main-title .titbox-r a:after {
  content: "";
  position: absolute;
  top: 8px;
  right: 8px;
  /* background: url(../../../../images_v2/top_arw_red.gif) no-repeat; */
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
#content .main-title .titbox-r a:hover {
  background: #DDD;
}
#content .sub-title {
  margin: 0 0 20px;
  font-size: 180%;
  font-weight: bold;
}
#content .sub-title2 {
  margin: 0 0 10px !important;
  padding-left: 15px !important;
  /* background: url(/prdct/medical/images_v2/icon_s.gif) no-repeat  !important; */
  background-position: left 0.5em !important;
  border: none !important;
  font-size: 160%;
  font-weight: bold;
}
#content .sub-title3 {
  margin: 0 0 10px !important;
  padding: 0 !important;
  background: none !important;
  border-bottom: none !important;
  font-size: 140%;
  font-weight: bold;
}
#content .third-title {
  margin: 0 0 10px !important;
  padding: 0 !important;
  background: none !important;
  border-bottom: none !important;
  font-size: 130%;
  font-weight: bold;
}
#container h6 {
  padding: 10px 0 10px 0;
}
#content ul, #content ol, #content dl, #content table, #content p {
  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%;
}
.tit-blue {
  /*
  font-size:1.1em;
  font-weight:bold;
  */
  color: #60b5ee;
  padding: 0 0 5px 0;
}
.pic-txt {
  margin: 0 1px 7px 0;
}
/**** content ****/
#cat #content {
  width: 720px;
  float: right;
  padding: 0 0 50px 0;
  line-height: 2em;
}
/**** textbox ****/
#content .cont-box {
  margin-bottom: 40px;
}
#content .cont-box2 {
  margin-bottom: 50px;
}
#content .cont-box .sub-title2 {
  overflow: hidden;
}
#content .picbox-l {
  float: left;
  padding: 5px 20px 0 0;
}
#content .picbox-r {
  float: right;
  padding: 5px 0 0 20px;
}
#content .txt-c {
  text-align: center;
}
#content .txtbox {
  padding: 0;
}
#content .txtbox strong {
  font-weight: bold;
}
#content .txtbox p {
  padding: 0 0 10px 0;
}
#content .btnbox {
  margin-top: 20px;
}
#content .btnbox p {
  position: relative;
}
#content .btnbox p:nth-child(n+2) {
  margin-top: 20px;
}
#content .btnbox p a {
  display: inline-block;
/*  padding: 0.9em 0.8em 0.8em 0.8em;*/
  color: #333;
  font-weight: bold;
  text-decoration: none;
  border-radius: 4px;
}
#content .btnbox p a:hover img {
  opacity: 0.7;
}
#content .btnbox p.professional a {
  padding: 0.8em 0.8em 0.8em 2.6em;
  border: 2px solid #DDD;
  background: #FFF;
}
#content .btnbox p.professional a:before {
  content: "";
  position: absolute;
  left: 1em;
  top: 1.05em;
  /* background: url(/prdct/medical/images_v2/top_arw_red.gif) no-repeat; */
  background-size: 16px 16px;
  width: 16px;
  height: 16px;
}
#content .btnbox p.professional a:hover {
  background: #DDD;
}
/**** listbox ****/
.listbox {
  padding: 10px 0 0 2px;
}
ul.list-nr {
  /* background: url(/prdct/medical/images_v2/icon_list01.gif) no-repeat 0 0.5em; */
  padding: 0;
  margin: 10px 0 0 0;
  line-height: 1.6em;
}
ul.list-nr li {
  /* background: url(/prdct/medical/images_v2/icon_list01.gif) no-repeat 0 0.5em; */
  padding: 0 0 5px 15px;
  line-height: 1.6em;
}
/**** back arw box ****/
.back-arw-box p {
  /* background: url(/prdct/medical/images_v2/icon_arw_prdct.gif) #f8f8f8 no-repeat 0.6em center; */
  padding: 2px 8px 2px 25px;
  float: right;
}
.back-arw-box {
  margin-bottom: 20px;
}
.back-arw-box:after {
  content: "";
  display: block;
  clear:both;
}
/** page foot **/
#container .page-foot-navi {
  clear: both;
  margin: 30px 0 0 0;
  padding: 0 0 0 0;
}
#container .page-foot-navi p.navi-prev {
  /* background: url(/prdct/medical/images_v2/icon_prev.gif) #f8f8f8 no-repeat left center; */
  padding: 2px 15px 2px 30px;
  border: solid 1px #e9e9e9;
  margin: 0;
  float: left;
}
#container .page-foot-navi p.navi-next {
  /* background: url(/prdct/medical/images_v2/icon_next.gif) #f8f8f8 no-repeat right center; */
  padding: 2px 30px 2px 15px;
  border: solid 1px #e9e9e9;
  margin: 0;
  float: right;
}
/* Footer
-----------------------------------------------------------------*/

#footer-navi-container {
  background: #F8F8F8;
  padding: 30px 0 10px;
}
#footer-navi-container .footer-navi,
#footer-navi-container .footer-navi-bnr {
  width: 1170px;
	max-width: 100%;
  margin: 0 auto;
}
#footer-navi-container .footer-navi a,
#footer-navi-container .footer-navi-bnr a {
  color: #333333;
  font-size: 120%;
}
#footer-navi-container .col01,
#footer-navi-container .col02 {
  float: left;
}
#footer-navi-container .col01{
  width: 170px;
  margin-right: 20px;
}
#footer-navi-container .col-title{
  font-weight: bold;
  margin-bottom: 20px;
}
#footer-navi-container li{
  margin-bottom: 10px;
}
#footer-navi-container .footer-navi-bnr {
  padding-top: 20px;
  border-top: 1px dotted #DDD;
}
/* サイドナビ
-----------------------------------------------------------------*/
#side-navi-box {
  width: 190px;
  float: right;
}
#side-navi-box .side-navi {
  font-size: 140%;
}
#side-navi-box .side-navi > div {
  margin-bottom: 10px;
  border: 2px solid #222;
  /*border: 2px solid #1F407A;*/
  border-radius: 4px;
}
#side-navi-box .side-navi div .navi-head {
  position : relative;
  padding: 1em;
  color: #FFF;
  font-weight: bold;
  background: #222;
  /*background: #1F407A;*/
  cursor: pointer;
}
#side-navi-box .side-navi div .navi-head.current {
  color: #FFF;
}
#side-navi-box .side-navi div .navi-head.current:after {
  position: absolute;
  content: "";
  top: 1em;
  right: 1em;
  /* background: url(../../../../images_v2/top_arw_black.gif) no-repeat; */
  /* background: url(../../../../images_v2/top_arw_white.gif) no-repeat; */
  background-size: 16px 16px;
  transform:rotate(-90deg);
  width: 16px;
  height: 16px;
}
#side-navi-box .side-navi div .navi-head:after {
  position: absolute;
  content: "";
  top: 1em;
  right: 1em;
  /* background: url(../../../../images_v2/top_arw_black.gif) no-repeat; */
  /* background: url(../../../../images_v2/top_arw_white.gif) no-repeat; */
  background-size: 16px 16px;
  transform:rotate(90deg);
  width: 16px;
  height: 16px;
  border-radius: 8px;
}
#side-navi-box .side-navi div .side-local-navi {
  display: none;
}
#side-navi-box .side-navi div .current {
  display: block;
  color: #333;
  text-decoration: none;
}
#side-navi-box .side-navi div a.current {
  pointer-events: none;
}
#side-navi-box .side-navi div .side-local-navi li a.toggle {
  pointer-events: none;
  cursor: pointer;
}

/* 1階層 */
#side-navi-box .side-navi div .side-local-navi > li a {
  display: block;
  padding: 1em 1em 1em 1.6em;
  border-top: 1px solid #DDD;
  font-weight: bold;
  /* background: url(../../../../images_v2/snavi_bg.gif) no-repeat; */
  background-position: 10px 50%;
}
#side-navi-box .side-navi div .side-local-navi > li:first-child a {
  border-top: 0;
}

/* 2階層 */
#side-navi-box .side-navi div .side-local-navi > li > ul {
  padding-left: 1em;
  border-top: 1px dotted #DDD;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li a {
  border-top: 1px dotted #DDD;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li:first-child a {
  border-top: 0;
}

/* 3階層 */
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul {
  border-top: 1px dotted #DDD;
  padding: 0.6em 0 0.6em 0.6em;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li a {
  padding: 0.4em 0;
  background: none;
  border-top: 0 !important;
}

/* 4階層 */
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li > ul {
  padding: 0 0 0 1.8em;
  border-top: 0;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li > ul li {
  position: relative;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li > ul li:before {
  position: absolute;
  content: "";
  top: 0;
  left: -14px;
  border-left: 1px solid #BABABA;
  height: 100%;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li > ul li:last-child:before {
  height: 50%;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li > ul li:after {
  position: absolute;
  content: "";
  top: 50%;
  left: -14px;
  border-top: 1px solid #BABABA;
  width: 0.8em;
}
#side-navi-box .side-navi div .side-local-navi > li > ul li > ul li > ul li a {
  padding: 0.2em 0;
  background: none;
  border-top: 0 !important;
}

/* サイドナビ 2
-----------------------------------------------------------------*/
#side-navi {
  font-size: 140%;
  margin-bottom: 30px;
}
#side-navi .side-local-navi {
  border-bottom: solid 1px #DDD;
}
#side-navi .side-local-navi li {
  padding-left: 15px;
  border-top: 1px solid #DDD;
  /* background: url(../../../../images_v2/snavi_bg.gif) no-repeat; */
  background-position: 5px 28px;
}
#side-navi .side-local-navi li a {
  display: block;
  padding: 20px 0 15px;
}
#side-navi .side-local-navi .side-current,
#side-navi .side-local-navi .current {
  color: #333;
  font-weight: bold;
  text-decoration: none;
}
#side-navi .side-local-navi2 {
  padding: 10px 0;
  border-top: 1px dotted #DDDDDD;
}
#side-navi .side-local-navi2 li {
  padding-left: 0px;
  border-top: none;
  background: none;
  line-height: 1.8;
}
#side-navi .side-local-navi2 li a {
  padding: 0;
}
#side-navi .side-local-navi3 {
  margin-left: 10px;
}
#side-navi .side-local-navi3 li {
  padding-left: 15px;
  /* background: url(/prdct/medical/images_v2/snavi3_mid.gif) no-repeat; */
  background-position: left top;
}
#side-navi .side-local-navi3 li.end {
  /* background: url(/prdct/medical/images_v2/snavi3_end.gif) no-repeat; */
  background-position: left -13px;
}

.bnr-mainavi a {
  display: block;
  margin-bottom: 20px;
}
.bnr-about-kmd {
  margin-bottom: 25px;
  border: 2px solid #DDDDDD;
  border-radius: 4px;
  line-height: 1.2;
}
.bnr-about-kmd a {
  display: block;
  padding: 15px 10px 8px 18px;
  text-decoration: none;
  color: #000;
}
.bnr-about-kmd a:hover {
  background: #F1F1F1;
}
.bnr-about-kmd img {
  float: right;
  margin-left: 10px;
  margin-top: -7px;
  vertical-align: middle;
}

.sidebnr-box {
  padding-top: 10px;
  border-top: 1px solid #DDD;
  font-size: 140%;
  line-height: 1.6;
}
.sidebnr-box li {
  margin-bottom: 8px;
  border-radius: 4px;
  position: relative;
}
.sidebnr-box li:after {
	content: "";
	right: 0.7em;
	width: 24px;
	height: 24px;
	top: 0.8em;
	position: absolute;
}
.sidebnr-box li.li-general:after {
	content: "";
	/* background: url(/prdct/medical/images_v2/sidebnr_icon01.gif) no-repeat; */
	background-size: 24px 24px;
}
.sidebnr-box li.li-professional:after {
	content: "";
  /* background: url(/prdct/medical/images_v2/sidebnr_icon02.gif) no-repeat; */
  background-size: 24px 24px;
}
.sidebnr-box li.li-agent:after {
	content: "";
  /* background: url(/prdct/medical/images_v2/sidebnr_icon03.gif) no-repeat; */
  background-size: 24px 24px;
}
.sidebnr-box li a {
  display: block;
  padding: 0.9em 0.8em 0.8em 0.8em;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  background: #F1F1F1;
  box-shadow: 0 2px rgba(221,221,221,1);
  border-radius: 4px;
}
.sidebnr-box li a:hover {
  background: #DDDDDD;
  box-shadow: 0 2px rgba(166,166,166,1);
}
.sidebnr-box li.li-contact:after {
	content: "";
  /* background: url(/prdct/medical/images_v2/sidebnr_icon04.gif) no-repeat; */
  background-size: 24px 24px;
}
.sidebnr-box li.li-contact a {
  display: block;
  padding: 0.9em 0.8em 0.8em 0.8em;
  color: #333333;
  font-weight: bold;
  text-decoration: none;
  background: #FFF;
  border:2px solid #DDDDDD;
  box-sizing:border-box;
  box-shadow: 0 1px rgba(221,221,221,1);
  border-radius: 4px;
}
.sidebnr-box li.li-contact a:hover {
  background: #DDDDDD;
  border:2px solid rgba(196,196,196,1.00);
  box-shadow: 0 1px rgba(196,196,196,1.00);
}

/* adjust
-----------------------------------------------------------------*/
.m00 {
  margin: 0px !important;
}
.m05 {
  margin: 5px !important;
}
.m10 {
  margin: 10px !important;
}
.m15 {
  margin: 15px !important;
}
.m20 {
  margin: 20px !important;
}
.m25 {
  margin: 25px !important;
}
.m30 {
  margin: 30px !important;
}
.m35 {
  margin: 35px !important;
}
.m40 {
  margin: 40px !important;
}
.mt00 {
  margin-top: 0 !important;
}
.mt05 {
  margin-top: 5px !important;
}
.mt10 {
  margin-top: 10px !important;
}
.mt15 {
  margin-top: 15px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.mt25 {
  margin-top: 25px !important;
}
.mt30 {
  margin-top: 30px !important;
}
.mt35 {
  margin-top: 35px !important;
}
.mt40 {
  margin-top: 40px !important;
}
.mb00 {
  margin-bottom: 0 !important;
}
.mb05 {
  margin-bottom: 5px !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mb15 {
  margin-bottom: 15px !important;
}
.mb20 {
  margin-bottom: 20px !important;
}
.mb25 {
  margin-bottom: 25px !important;
}
.mb30 {
  margin-bottom: 30px !important;
}
.mb35 {
  margin-bottom: 35px !important;
}
.mb40 {
  margin-bottom: 40px !important;
}
.ml00 {
  margin-left: 0 !important;
}
.ml05 {
  margin-left: 5px !important;
}
.ml10 {
  margin-left: 10px !important;
}
.ml15 {
  margin-left: 15px !important;
}
.ml20 {
  margin-left: 20px !important;
}
.ml25 {
  margin-left: 25px !important;
}
.ml30 {
  margin-left: 30px !important;
}
.ml35 {
  margin-left: 35px !important;
}
.ml40 {
  margin-left: 40px !important;
}
.mr00 {
  margin-right: 0 !important;
}
.mr05 {
  margin-right: 5px !important;
}
.mr10 {
  margin-right: 10px !important;
}
.mr15 {
  margin-right: 15px !important;
}
.mr20 {
  margin-right: 20px !important;
}
.mr25 {
  margin-right: 25px !important;
}
.mr30 {
  margin-right: 30px !important;
}
.mr35 {
  margin-right: 35px !important;
}
.mr40 {
  margin-right: 40px !important;
}
.p00 {
  padding: 0px !important;
}
.p05 {
  padding: 5px !important;
}
.p10 {
  padding: 10px !important;
}
.p15 {
  padding: 15px !important;
}
.p20 {
  padding: 20px !important;
}
.p25 {
  padding: 25px !important;
}
.p30 {
  padding: 30px !important;
}
.p35 {
  padding: 35px !important;
}
.p40 {
  padding: 40px !important;
}
.pt00 {
  padding-top: 0 !important;
}
.pt05 {
  padding-top: 5px !important;
}
.pt10 {
  padding-top: 10px !important;
}
.pt15 {
  padding-top: 15px !important;
}
.pt20 {
  padding-top: 20px !important;
}
.pt25 {
  padding-top: 25px !important;
}
.pt30 {
  padding-top: 30px !important;
}
.pt35 {
  padding-top: 35px !important;
}
.pt40 {
  padding-top: 40px !important;
}
.pb00 {
  padding-bottom: 0 !important;
}
.pb05 {
  padding-bottom: 5px !important;
}
.pb10 {
  padding-bottom: 10px !important;
}
.pb15 {
  padding-bottom: 15px !important;
}
.pb20 {
  padding-bottom: 20px !important;
}
.pb25 {
  padding-bottom: 25px !important;
}
.pb30 {
  padding-bottom: 30px !important;
}
.pb35 {
  padding-bottom: 35px !important;
}
.pb40 {
  padding-bottom: 40px !important;
}
.pl00 {
  padding-left: 0 !important;
}
.pl05 {
  padding-left: 5px !important;
}
.pl10 {
  padding-left: 10px !important;
}
.pl15 {
  padding-left: 15px !important;
}
.pl20 {
  padding-left: 20px !important;
}
.pl25 {
  padding-left: 25px !important;
}
.pl30 {
  padding-left: 30px !important;
}
.pl35 {
  padding-left: 35px !important;
}
.pl40 {
  padding-left: 40px !important;
}
.pr00 {
  padding-right: 0 !important;
}
.pr05 {
  padding-right: 5px !important;
}
.pr10 {
  padding-right: 10px !important;
}
.pr15 {
  padding-right: 15px !important;
}
.pr20 {
  padding-right: 20px !important;
}
.pr25 {
  padding-right: 25px !important;
}
.pr30 {
  padding-right: 30px !important;
}
.pr35 {
  padding-right: 35px !important;
}
.pr40 {
  padding-right: 40px !important;
}
/* top page swap image
-----------------------------------------------------------------*/
#subnavi {
  border-radius: 4px ;
  background: #F1F1F1;
  box-shadow: 0 2px rgba(221,221,221,1);
}
#subnavi img {
  margin-right: 10px;
}
#subnavi ul {
  font-size: 180%;
  line-height: 1.4;
}
#subnavi li {
  float: left;
  width: 33%;
  text-align: center;
}
#subnavi li:first-child {
  width: 34%;
}
#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: 10px 20px;
  border-left: 1px solid #DDDDDD;
}
#subnavi li:first-child span {
  border-left: none;
}
 @media print {
html, body {
*zoom:0.78;
}
/*** global-navigation ***/
#global-navi-box {
 *clear:both;
}
#global-navi-box ul {
 *width:961px;
}
#global-navi-box ul li {
 *float:left;
 *margin:0;
 *padding:0;
}
}
/* 2011.09.20
-----------------------------------------------------------------*/
.picbox-3col {
  margin-top: 40px;
}
.picbox-3col img {
  float: left;
  margin-right: 14px;
}
.picbox-3col img.last {
  margin: 0;
}
/* 2015.03.20 top slide
-----------------------------------------------------------------*/
.bx-wrapper {
  margin-bottom: 0 !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-prev ,
.bx-wrapper .bx-next {
  background-image: url(../../../js/v2/ja/jquery.bxslider/images/controls_cus.png) !important;
} */
.bx-wrapper .bx-pager,
.bx-wrapper .bx-controls-auto {
  top: 310px;
}