@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;border:0;vertical-align: baseline;letter-spacing:normal;}
html {-webkit-text-size-adjust:100%;-ms-text-size-adjust:100%;box-sizing:border-box;}
body {
	background-color: #FFF;
	color: #33302e;
	font-family: "ÓÎ¥´¥·¥Ã¥¯", YuGothic, "¥Ò¥é¥®¥Î½Ç¥´ Pro", "Hiragino Kaku Gothic Pro", "¥á¥¤¥ê¥ª", Meiryo;
	font-weight: 500;
	line-height: 1.4;
	margin: 0;
}
#wrapper{overflow-x: hidden;}
@media all and (-ms-high-contrast:none) {
	body {
		font-family: "¥á¥¤¥ê¥ª",Meiryo,"ÓÎ¥´¥·¥Ã¥¯",YuGothic,"¥Ò¥é¥®¥Î½Ç¥´ Pro W3","Hiragino Kaku Gothic Pro","£Í£Ó £Ð¥´¥·¥Ã¥¯","MS PGothic",sans-serif;
	}
}
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;
}
#main p {margin-top: 0;}
.clearfix:after {
	clear: both;
	content: "";
	display: block;
}

@media screen and (max-width: 767px) {
body {
	-webkit-text-size-adjust: 100%;
	-ms-text-size-adjust: 100%;
}
img {
	max-width: 100%;
	height: auto;
	width: auto\9;
}
}

body {
	font-size: 93.75%;/*15px*/
}
/* header
---------------------------------------------------------- */
#header {
	border-top: #ff7b48 solid 5px;
	position: relative;
	width: 100%;
}
#header_content {
	display: block;
	height: 92px;
	width: 1024px;
	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;
	height: 50px;
}
.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 center 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;
}

/* layout
---------------------------------------------------------- */
.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;
}
.fRow_s{
    width: 100%;
    -js-display: flex;
    display: -webkit-box;
    display: -webkit-flex;
    display: -moz-box;
    display: -ms-flexbox;
    display: flex;
	-webkit-justify-content: flex-start;
    justify-content: flex-start;
    position: relative;
	flex-wrap: wrap;
}
.fRow_s img {margin: 0 12px 12px 0;}
.fRow_s img:nth-of-type(4n) {margin-right: 0 !important;}

.caption {margin-bottom: 30px;}
.caption img {margin-bottom: 0.5em;}

.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;
}
/* Grid system */
/*.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12 {
	float: left;
	margin-right: 10px;
	margin-left: 10px;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.col-1 {
	width: 67px;
}
.col-2 {
	width: 154px;
}
.col-3 {
	width: 241px;
}
.col-4 {
	width: 328px;
}
.col-5 {
	width: 415px;
}
.col-6 {
	width: 502px;
}
.col-7 {
	width: 589px;
}
.col-8 {
	width: 676px;
}
.col-9 {
	width: 763px;
}
.col-10 {
	width: 850px;
}
.col-11 {
	width: 937px;
}
.col-12 {
	margin-right: 0;
	margin-left: 0;
	width: 1024px;
}*/

/* Content,Column
----------------------*/

/*.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
	margin-right: 1.953125%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.col-xs-12,  .col-xs-6:nth-child(2n),  .col-xs-4:nth-child(3n),  .col-xs-3:nth-child(4n) {
	margin-right: 0;
}
.col-xs-1 { width: 6.54296875%;}
.col-xs-2 {	width: 15.0390625%;}
.col-xs-3 {	width: 23.53515625%;}
.col-xs-4 {	width: 32.03125%;}
.col-xs-5 {	width: 40.52734375%;}
.col-xs-6 {	width: 49.0234375%;}
.col-xs-7 {	width: 57.51953125%;}
.col-xs-8 {	width: 66.015625%;}
.col-xs-9 {	width: 74.51171875%;}
.col-xs-10 {	width: 83.0078125%;}
.col-xs-11 {	width: 91.50390625%;}
.col-xs-12 {	width: 100%;}*/

/* 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 center no-repeat;
	background-size: 12px 12px;
	color: #33302e;
	padding-left: 18px;
	line-height: 1.2;
}
.f_logo img {
	width: 325px;
	height: 40px;
}
#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;
}


@media only screen and (min-width: 768px) { /*768px ÒÔÉÏ*/
}

/* Layout
 ¥Ø¥Ã¥À©`¡¢¥Õ¥Ã¥¿©`¡¢¥«¥é¥à¤È¤¤¤Ã¤¿¡¢Web¥Ú©`¥¸¤Î¥ì¥¤¥¢¥¦¥È¤òÔO¶¨¤¹¤ë
 */

@media screen and (max-width: 767px) { /*767px ÒÔÏÂ*/
/* header
---------------------------------------------------------- */
#header_content {width: 100%;}
h1.logo {
	margin: 0;
	padding: 0;
	left: 10px;
	top: 14px;
	position: absolute;
}
h1.logo img {
	width: 300px;
	height: 40px;
}
.header_links {
	position: absolute;
	top: 65px;
	right: 0;
	font-size: 0.8em;
}
/* Navigation
----------------------*/
.bt_gmenu,
	.bt_gmenu span {
	display: inline-block;
	transition: all .4s;
	box-sizing: border-box;
}
.bt_gmenu {
	position: absolute;
	top: -140px;
	right: 10px;
	width: 40px;
	height: 40px;
	background: #ff7b48;
	box-shadow: none;
	border-radius: 4px;
	border: 1px solid #FFF;
	font-weight: 600;
}
.bt_gmenu:hover {
	border-color: none;
	box-shadow: none;
	cursor: pointer;
	border: 1px solid #FFF;
}
.bt_gmenu span {
	position: absolute;
	left: 8px;
	width: 20px;
	height: 4px;
	border-radius: 2px;
	background-color: #FFF;
}
.bt_gmenu span:nth-of-type(1) {	top: 8px;}
.bt_gmenu span:nth-of-type(2) {	top: 17px;}
.bt_gmenu span:nth-of-type(3) {	bottom: 8px;}
.bt_gmenu.active span:nth-of-type(1) {
	-webkit-transform: translateY(9px) rotate(-45deg);
	transform: translateY(9px) rotate(-45deg);
}
.bt_gmenu.active span:nth-of-type(2) {opacity: 0;}
.bt_gmenu.active span:nth-of-type(3) {
	-webkit-transform: translateY(-9px) rotate(45deg);
	transform: translateY(-9px) rotate(45deg);
}
#global_nav {
	position: absolute !important;
	top: 150px;
	right: 0px;
	z-index: 9999;
	width: 100%;
	padding-bottom: 60px !important;
}
.navContainer {
	display: none;
	padding: 0;
	margin: 0 auto;
	position: fixed;
	top: 65px;
	right: 0px;
	clear: both;
	width: 100%;
	height: 100%;
	background: none;
	border: none;
	overflow-y: scroll;
	-webkit-overflow-scrolling: touch;
}
.navContainer ul {margin-bottom: 100px;}
.navContainer ul li {
	display: block;
	width: 100%;
	border-top: 1px solid #ff7b48;
	background: #ffefd9;
}
.navContainer ul li:last-child {border-bottom: 1px solid #ff7b48;}
.navContainer ul li a {
	color: #33302e;
	margin: 0;
	font-size: 18px;
}
.navContainer ul li a:hover {
	color: #fff;
	background: #ff7b48;
}
.navContainer ul li a::after,.navContainer ul li a::before {display: none;}
body.fixed #main {opacity: .6;}
.fixed {
	position: fixed !important;
	z-index: 9999;
	top: 0;
	left: 0;
	width: 100%;
}
.menu-toggle, #global_nav .toggled ul {
	display: block;
}

/* layout
---------------------------------------------------------- */
.Inner {
	width: 96%;
	margin: 0 auto;
}
.fRow {flex-wrap: wrap;}
.pages #content {
	width: 96%;
}
.twoColLt #main,.twoColLt #sidebar {
	width: 100%;
	float: none;
}
/*
.col-xs-1, .col-xs-2, .col-xs-3, .col-xs-4, .col-xs-5, .col-xs-6, .col-xs-7, .col-xs-8, .col-xs-9, .col-xs-10, .col-xs-11, .col-xs-12 {
	float: left;
	margin-right: 1.953125%;
	margin-bottom: 10px;
	box-sizing: border-box;
}
.col-xs-12, .col-xs-6:nth-child(2n), .col-xs-4:nth-child(3n), .col-xs-3:nth-child(4n) {
	margin-right: 0;
}
.col-xs-1 {
	width: 6.54296875%;
}
.col-xs-2 {
	width: 15.0390625%;
}
.col-xs-3 {
	width: 23.53515625%;
}
.col-xs-4 {
	width: 32.03125%;
}
.col-xs-5 {
	width: 40.52734375%;
}
.col-xs-6 {
	width: 49.0234375%;
}
.col-xs-7 {
	width: 57.51953125%;
}
.col-xs-8 {
	width: 66.015625%;
}
.col-xs-9 {
	width: 74.51171875%;
}
.col-xs-10 {
	width: 83.0078125%;
}
.col-xs-11 {
	width: 91.50390625%;
}
.col-xs-12 {
	width: 100%;
}
.alpha, .first {
	margin-left: 0 !important;
}
.omega, .last {
	margin-right: 0 !important;
}
.row, .innerbox {
	margin: 40px 0 20px;
}
.row:after, .innerbox:after {
	content: "";
	display: block;
	clear: both;
}*/

/* content
---------------------------------------------------------- */
.pages #main {margin-bottom: 50px;}
	
/* footer
---------------------------------------------------------- */

.footer_info {display: block;}
	
.bnr_box ul {
	width: 200px;
	flex-wrap: wrap;
	margin: 20px auto;
}
.bnr_box ul li {margin: 5px 0;}
	
.footer_links {margin: 30px auto;}

#back_to_top {display: none;}

}