@charset "utf-8";
/* Base
 Web¥µ¥¤¥È¤Ë¤ª¤±¤ë»ù±¾¤È¤Ê¤ë¥¹¥¿¥¤¥ë¡£normalize.css¤ÎËû¡¢»ù±¾¤È¤Ê¤ë¥Õ¥©¥ó¥È¥µ¥¤¥º¤ä¥ê¥ó¥¯¥«¥é©`¤òÔO¶¨¤¹¤ë
 */
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, /*p,*/ blockquote, pre, a, abbr, acronym, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, strong, sub, sup, tt, var, ul, ol, li, dl, dt, dd, form, fieldset, legend, label, table, caption, tbody, tfoot, thead, tr, th, td, header, main, nav, footer {
  margin: 0;
  padding: 0;
}
body {
	background-color: #FFF;
	color: #33302e;
	font-family: "ÓÎ¥´¥·¥Ã¥¯", YuGothic, "¥Ò¥é¥®¥Î½Ç¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
a {
  color: #15c;
  text-decoration: none;
}
a:link {
  text-decoration: none;
}
a:visited {
  color: #609;
  text-decoration: underline;
}
a:hover {
  text-decoration: underline;
}
a:active {
  text-decoration: underline;
}
ul, ol {
  list-style: none;
}
img {
  border: 0;
  line-height: 1;
  vertical-align: bottom;
}
blockquote, q {
  quotes: none;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
hr {
  display: none;
}
.clearfix:after {
  clear: both;
  content: "";
  display: block;
}

body {
    font-size: 93.75%;/*15px*/
  }

body{
  overflow-y: visible;
  overflow-x: visible;
 }
#content{
  overflow-y: visible;
}

/* Layout
 ¥Ø¥Ã¥À©`¡¢¥Õ¥Ã¥¿©`¡¢¥«¥é¥à¤È¤¤¤Ã¤¿¡¢Web¥Ú©`¥¸¤Î¥ì¥¤¥¢¥¦¥È¤òÔO¶¨¤¹¤ë
 */

#header {
	border-top: #ff7b48 solid 5px;
	position: relative;
	width: 100%;
}
#header_content {
	display: block;
	height: 92px;
	width: 100%;
	margin: 0 auto;
	padding: 0;
	position: relative;
}
#header::after{
 position: absolute;
 bottom: -5px;
 left: 0;
 z-index: 2;
 content: '';
 width: 100%;
 height: 5px;
 background: linear-gradient(rgba(0, 0, 0, .10) 0, rgba(0, 0, 0, .05) 50%, rgba(255, 255, 255, 0) 100%);
}
h1.logo {
	margin: 0;
	padding: 0;
	left: 0px;
	top: 20px;
	position: absolute;
}
h1.logo img {
	width: 422px;
}
.header_links {
	position: absolute;
	top: 38px;
	right: 0;
	font-size: 90%;
}
.header_links li {
	display: inline;
	padding-right: 10px;
	padding-left: 10px;
}
.header_links li a {
	background: url(/med/endoscopy/common/images/ico_arr01.png) 0 1px no-repeat;
	background-size: 12px 12px;
	color: #33302e;
	padding-left: 15px;
	line-height: 1.2;
}
.bt_gmenu {
	display: none;
}
.navContainer {
	background: #ffefd9;
	border-bottom: #e8cdb3 solid 1px;
	display: block;
	clear: both;
	white-space: nowrap;
}
.navContainer ul {
	max-height: 56px;
    max-width: 1024px;
    width: 100%;
    font-size: 0;
    margin: 0 auto;
	list-style: none;
}
.navContainer ul li {
	display: inline-block;
	line-height: 56px;
	font-size: 16px;
	text-align: center;
	width: 20%;
}
.navContainer ul li a {
	box-sizing: border-box;
	color: #33302e;
	display: block;
	font-size: 108%;
	font-weight: bold;
	position: relative;
	text-decoration: none;
}
.navContainer ul li a::after, .navContainer ul li.btn4 a::before {
	content: '';
	position: absolute;
	top: 0;
	bottom: 0;
	left: 0;
	margin: auto;
	height: 25px;
	width: 1px;
	background: #ff7b48;
}
.navContainer ul li.btn4 a::before {
	left: auto !important;
	right: 0;
}
.navContainer ul li a:hover {
	background-color: #ff7b48;
	color: #fff;
	transition: .5s;
}
#bnr_area {width: 500px;}
/* layout
---------------------------------------------------------- */
#mv {
	max-width: 1024px;
    width: 100%;
}
.Inner {
	margin: 0 auto;
	max-width: 1024px;
	width: 100%;
}
.fRow {
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
    position: relative;
}
.rowBox {margin: 0 0 20px;}
.rowBox::after{
	content: "";
    display: block;
    clear: both;
}
.shadow {box-shadow: 3px 3px 3px rgba(0,0,0,.2);}
.pages #content {
	margin: 0 auto 80px;
	max-width: 1024px;
	width: 100%;
}
.oneCol #main {width: 100%;}
.twoColLt #main {
	float: right;
	width: 740px;
}
.twoColLt #sidebar {
	float: left;
	width: 260px;
}
/* flex-box
----------------------*/
.row{flex-wrap: wrap;}
.col1,.col2,.col3,.col4,.col5,.col6,.col7,.col8{margin-bottom:10px;}
.col1{width:15.34090909%;}
.col2{width:31.818181818%;}
.col3{width:48.863636363%;}
	
.full .col1{width:15.254237288%;}
.full .col2{width:32.20338983%;}
.full .col3{width:49.152542372%;}
.full .col4,.full .col5,.full .col6,.full .col7,.full .col8{width:100%;}
	
.hidden_pc {display: block !important;}

/* content
---------------------------------------------------------- */
.topicpath {
	display: block;
	padding: 13px 0;
	font-size: 80%;
}
.topicpath dt {display: none;}
.pages #main {line-height: 1.7;}
.pages #sidebar {
	border: #e8cdb3 solid 6px;
	box-sizing: border-box;
	color: #33302e;
	padding: 0 10px;
}
.pages #sidebar h3 {
	border-bottom: #e8cdb3 dotted 1px;
	display: block;
	line-height: 55px;
}
.pages #sidebar h3 a {
	color: #33302e;
	position: relative;
	display: block;
}
.pages #sidebar h3 a::after {
    content: '£¾';
    position: absolute;
	color: #ff7b48;
    font-size: 110%;
    font-weight: bold;
    right: 0;
    bottom: 0;
}
.pages #sidebar ul li {
	border-bottom: #e8cdb3 dotted 1px;
	line-height: 45px;
}
.pages #sidebar ul li a {
	background: url(/med/endoscopy/common/images/ico_arr01.png) 0px 15px no-repeat;
	background-size: 12px 12px;
	color: #33302e;
    padding-left: 18px;
    display: block;
}
.pages #sidebar li:last-child {border-bottom: none;}
.pages #sidebar li+li {border-top: none;}
.pages #sidebar ul ul {margin: 0;}
.pages #sidebar ul ul li {
	border: none;
	padding-left: 20px
}

/* footer
---------------------------------------------------------- */
#footer {
	position: relative;
	background: #f6f4f1;
	font-size: 90%;
	border-top: 1px solid #ff7b48;
}
#back_to_top .gotop {
    position: fixed;
    z-index: 9998;
    width: 56px;
    height: 56px;
    bottom: 40px;
    right: 50px;
}
#back_to_top .gotop a {
	width: 56px;
	height: 56px;
	background: url("/med/endoscopy/common/images/btn_gtop.png") no-repeat;
	background-size: 56px 56px;
	display: block;
	text-decoration: none;
	text-indent: -9999px;
	outline: none;
}
.footer_info {
	-js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
}
.bnr_box ul{
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-justify-content: space-between;
    justify-content: space-between;
	width: 420px;
}

.footer_links {
	margin: 20px 0 40px;
}
.footer_links li a {
	background: url(/med/endoscopy/common/images/ico_arr01.png) 0 1px no-repeat;
	background-size: 12px 12px;
	color: #33302e;
	padding-left: 18px;
	line-height: 1.2;
}
.f_logo img {
	width: 325px;
}
#footer_content p {
	line-height: 1.7;
}
#footer_content p a{
	color: #222;
}
#footer_content {
	position: relative;
	padding-top: 30px;
}
#copyright {
	clear: both;
	color: #FFF;
	text-align: center;
	margin: 0;
	padding: 14px 10px;
	background-color: #ff7b48;
}
