@charset "utf-8";
@import url('https://fonts.googleapis.com/css2?family=Noto+Sans:ital,wght@0,100..900;1,100..900&display=swap');

/******************* テスト時設定 */
/*#AgreeBox  { display: none!important; } */
/*.sPanel.cat-04 { top: 96px!important; }*/

/******************/


html {
	font-size: 62.5%;
	position: relative;
	min-height: 100%;
	background: #4d4d4d;
	min-width: 320px;
}

body {
	font-family: "Noto Sans", sans-serif;
	font-size: 1.6rem;
	font-optical-sizing: auto;
	font-weight:400;
	font-style: normal;
	height: 100%;
	background: #fff;
}

a { color: #000; text-decoration: none; }
a.lineLink {
	text-decoration: underline;
}
.largeLink ,
.largeLinkBlank {
	cursor: pointer;
}

*>/**/sup { 
	vertical-align: text-top;
	line-height: 10px; 
	font-size: 0.75em;
	height: 0;
	line-height: 0.75em;
	vertical-align: baseline;
	_vertical-align: bottom;
	position: relative;
	bottom: 0.7ex;
}
.clear {
	clear:both;
}

#headerSp { display: none; }
.spOnly { display: none; }

/*--------------*/
/* common block */
/*--------------*/
.contentsWrap {
	background: #fff;
}
.InnerWrap {
	width: 1000px;
	margin: 0 auto;
	padding: 0 20px;
	overflow: hidden;
	box-sizing: border-box;
	position: relative;
}
/* Flex */
.flexWrap {
	display: flex;
	justify-content: space-between;
}
.justStart {
	justify-content: flex-start;
}


/* indent */
.in1em {
	margin-left: 1em;
	text-indent: -1em;
}
.in15em {
	margin-left: 1.5em;
	text-indent: -1.5em;
}
.in18em {
	margin-left: 1.8em;
	text-indent: -1.8em;
}

.in2em {
	margin-left: 2em;
	text-indent: -2em;
}

.in3em {
	margin-left: 3em;
	text-indent: -3em;
}
.indentClear {
	text-indent: 0;
}

.btn_dark a {
	color: #fff;
	background: #333;
	padding: .7em 1em .7em 1.5em;
	font-size: 1.1rem;
	display: inline-block;
}

.blockCenterTbl {
	display: table;
	margin-left: auto;
	margin-right: auto;
}
.tooltip {
	position: relative;
}
.tooltip  span {
	position: absolute;
	top: -19px;
	left: -98px;
	background-color : rgba(255, 255, 255, .8); 
	border: 1px solid #ccc;
	padding: .3em .5em;
	white-space: nowrap;
	font-size: 1.2rem;
	display: none;
}
/*-----------------*/
/* margin, padding */
/*-----------------*/
.mgl1em { margin-left: 1em; }
.mgl2em { margin-left: 2em; }
.mgl5em { margin-left: 5em; }
.mgt1em { margin-top: 1em; }
.mgt2em { margin-top: 2em; }
.mgt3em { margin-top: 3em; }
.mgt4em { margin-top: 4em; }
.mgt5px { margin-top: 5px; }
.mgb1em { margin-bottom: 1em; }
.mgb2em { margin-bottom: 2em; }
.mgb3em { margin-bottom: 3em; }
.mgb5em { margin-bottom: 5em; }
.mgh1em { margin-top: 1em; margin-bottom: 1em; }
.mgh2em { margin-top: 2em; margin-bottom: 2em; }
.mgw1em { margin-left: 1em; margin-right: 1em; }
.mgw2em { margin-left: 2em; margin-right: 2em; }
.pdw1em { padding: 0 1em; }
.pdw2em { padding: 0 2em; }
.pdl1em { padding-left: 1em; }
.textCenter {
	text-align: center;
}
.textLeft {
	text-align: left;
}
.textRight {
	text-align: right;
}

/* text, size */
.fsize10 { font-size: 1.0rem; }
.fsize11 { font-size: 1.1rem; }
.fsize12 { font-size: 1.2rem; }
.fsize13 { font-size: 1.3rem; }
.fsize14 { font-size: 1.4rem; }
.fsize15 { font-size: 1.5rem; }
.fsize16 { font-size: 1.6rem; }

.fwaitMid { font-weight: 500; }
.fweitBld { font-weight: 600; }
.fweitReg { font-weight: 400!important; }

.fcolor0 { color: #ff4349; } /* red */

/*-------------*/
/* header      */
/*-------------*/
header {
	background: #fff;
	height: 112px;
	font-size: 1.4rem;
	position: relative;
	z-index: 9999;
	box-sizing: border-box;
}

header .InnerWrap {
	width: auto;
	max-width: 1170px;
	min-width: 1000px;
	padding: 0;
}
.headerTop {
}
#gNav {
	min-width: 800px;
}
#gNav li {
	float: left;
}
#gNav li a {
	padding: 1em 1.8em;
	display: block;
	position: relative;
	overflow: hidden;
}

#gNav li a:first-child {
	padding-left: 16px;
}

#gNav li a:hover {
	color: #40a3d6;	
}
#gNav li a span {
	position: relative;
	overflow: hidden;
	padding-bottom: .5em;
	display: inline-block;
}
#gNav li a span:before {
	content: '';
	position: absolute;
	left: 0;
	bottom: 0;
	width: 100%;
	height: 2px;
	border-radius: 50px;
	-webkit-animation:gnav-slidein-right 0.65s cubic-bezier(0.23, 1, 0.32, 1) forwards;
	animation:gnav-slidein-right 0.65s cubic-bezier(0.23, 1, 0.32, 1) forwards;
	-webkit-transform:translate3d(-100%, 0, 0);
	transform:translate3d(-100%, 0, 0);
	background-color: #bdbdbd;
}
#gNav li a.active span:before ,
#gNav li a:hover span:before ,
#gNav li a.is-active span:before {
	-webkit-animation:gnav-slidein-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
	animation:gnav-slidein-left 0.5s cubic-bezier(0.23, 1, 0.32, 1) forwards;
}
@-webkit-keyframes gnav-slidein-left {
	0% {
		-webkit-transform:translate3d(-100%, 0, 0);
		transform:translate3d(-100%, 0, 0);
		background-color:#bdbdbd;
	}

	100% {
		-webkit-transform:translate3d(0, 0, 0);
		transform:translate3d(0, 0, 0)
	}
}
@keyframes gnav-slidein-left {
	0% {
		-webkit-transform:translate3d(-100%, 0, 0);
		transform:translate3d(-100%, 0, 0);
		background-color:#bdbdbd;
	}

	100% {
		-webkit-transform:translate3d(0, 0, 0);
		transform:translate3d(0, 0, 0);
	}
}
@-webkit-keyframes gnav-slidein-right {
	0% {
		-webkit-transform:translate3d(0, 0, 0);
		transform:translate3d(0, 0, 0);
		background-color:#bdbdbd;
	}

	100% {
		-webkit-transform:translate3d(100%, 0, 0);
		transform:translate3d(100%, 0, 0);
		background-color:#bdbdbd;
	}
}
@keyframes gnav-slidein-right {
	0% {
		-webkit-transform:translate3d(0, 0, 0);
		transform:translate3d(0, 0, 0);
		background-color:#bdbdbd;
	}

	100% {
		-webkit-transform:translate3d(100%, 0, 0);
		transform:translate3d(100%, 0, 0);
		background-color:#bdbdbd;
	}
}
#megaMenu {
}
#megaMenu .InnerWrap {
	padding: 0em 68px;
}
.sPanel{
	background: #4078b6;
	color: #fff;
	font-size: 1.4rem;
	opacity: .9;
	position: absolute;
	overflow: hidden;
	width: 100%;
	left: 0%;
	/*top: -800px;*/
	top: -358px;
	transition: all .3s ease-out;
	transition: top 0.5s cubic-bezier(0.455, 0.03, 0.515, 0.955) 0.3s,left 0s linear 0s;
	padding: 25px 0;
	z-index: 20;
	/*display: none;
	*/
}
.sPanel.active {
	top: 110px;
}
.sPanel .flexWrap > div {
	flex-basis: 50%;
	line-height: 3.8rem;
}
.sPanel .flexWrap > div .double {
	line-height: 1.2rem;
}
.sPanel a{
	color: #fff;
}
.sPanel .flexWrap > div a:hover {
	color: #a9ecff;
}
.PanelTtl {
	border-bottom: #6893C4 1px solid;
	padding-bottom: 25px;
	margin-bottom: 1.5rem;
}
.PanelTtl span {
	font-size: 1.7rem;
	font-weight: bold;
}
.sPanel.cat-04 .flexWrap {
	justify-content: center;
	align-items: center;
	position: relative;
}
.sPanel.cat-04 .flexWrap > div {
	flex-basis: auto;
}
#searchword {
	font-size: 1.7rem;
	padding: .5em;
	width: 450px;
}
.searchsubmit {
	font-size: 1.4rem;
	color: #fff;
	background: #749CC9;
	border: none;
	padding: 10px 1em;
	margin: 1px 0 0 3px;
}
.searchclose {
	position: absolute;
	right: 0;
	text-indent: -99999px;
	width: 22px;
	height: 22px;
	background: url("../images/common/icon_cross_w.svg") no-repeat;
	cursor: pointer;
}
 @media all and (-ms-high-contrast:none){
   *::-ms-backdrop, .searchclose {
	 		top: 10px;
	 }/* IE11 */
}

.logo_kuraray ,
.logo_noritake {
	margin: 20px 15px 11px 16px;
}

.headerBtns {
	margin-right: 15px;
}
.headerBtns td {
	padding: .4em;
	vertical-align: middle;
}
.headerBtns td#searchBtn {
	padding: .4em 1em;
	cursor: pointer;
}
.headerBtns td.fbLink {
	padding: 1px 14px 0px 5px;
}
.headerBtns td.LangTxt {
	background: #333;
	color: #fff;
	padding: .4em 1em;
}
.headerBtns td.globalBtn {
	background: #bdbdbd;
}


/*-------------*/
/* footer      */
/*-------------*/
footer {
	background: #4d4d4d;
	color: #fff;
	min-height: 106px;
	width: 100%;
	padding: 1.8em 0;
	box-sizing: border-box;
	font-weight: 300;
}

.footerNav {
	overflow: hidden;
	margin-bottom: 1.2em;
}
.footerNav li {
	float: left;
	font-size: 1.3rem;
	margin: 1em 1em 2em;
	line-height: 1.3;
}
.footerNav li:first-child {
	margin-left: 0;
}
.footerNav li a {
	color: #fff;
}
.footerNav li a:hover {
	color: #ccc;
}
.footerNav li:last-child {
	margin-right: 0;
}
.footerCopy {
	color: #b2b2b2;
	font-size: 1.0rem;
}
footer > div {
	text-align: right;
}




/*------------------------*/
/* other Paege parts      */
/*------------------------*/
#Breadcrumb {
	background: #ebebeb;
	padding:  0;
}

.breadList li {
	float: left;
	font-size: 1.2rem;
	padding: 1em 0;
}
.breadList li:after {
	content: " >";
	margin: 0 .5em;
}
.breadList li:last-child:after {
	content: "";
}


body.index h1 {
	font-size: 3.0rem;
	font-weight: normal;
	margin: 54px 0 26px 35px;
}
body.index h1 span {
	font-size: 1.4rem;
	font-weight: 300;
	color: #b2b2b2;
	margin-left: 3em;
}

body.detail h1 {
	font-size: 2.0rem;
	font-weight: normal;
	padding: 20px 0 20px 35px;
}
body.detail h1 span {
	color: #b2b2b2;
	margin-left: 2em;
	font-size: 1.4rem;
	font-weight: 300;
}

#categoryImg {
	min-width: 1000px;
}

#bottomMenu {
	background: #EDEDED;
	padding: 2em 0 4em;
	line-height: 2.5;
	margin-top: 5em;
}
#bottomMenu a {
	font-size: 1.2rem;
	margin-right: 4em;
	white-space: nowrap;
}
#bottomMenu a:hover {
	color: #6d6b6b;
}
body.detail #bottomMenu {
/*	display: none;
*/
}
/****** テスト用コード ********/

#toTop {
	background: #ddd;
}

#toTop {
	position: fixed;
	bottom: 20px;
	right: 20px;
	width: 48px;
	height: 48px;
	text-indent: -9999px;
	cursor: pointer;
	z-index: 50;
	border-radius: 48px;
	box-shadow: 3px 3px 4px #00000033;
	background: url("../images/common/marker_totop.svg") no-repeat;
	background-size: cover;
}

/* Opening
-----------------------------------------*/
.Opening {
position:relative;
background-color: #FFF;
}
.Opening ul li{
  position: relative;
  overflow: hidden;
  width: 100%;
  text-align: center;
}
.Opening ul li img.Opening__text{
  position: absolute;
  top:50%;
  left: 50%;
  transform: translate(-50%, -50%);
  -webkit-transform:translate(-50%, -50%);
  z-index: 9;
}
.Opening ul li span {
}
.Opening ul li span img.Opening__img{
  max-width: inherit;
  width: 100%;
  height: auto;
}

/* 医療従事者アラート */
#AgreeBox {
	z-index: 9999;
	position: absolute;
	top: 0;
	left: 0;
	background: rgba(255,255,255, 0.7);
	width: 100%;
	height: 100vh;
	display: flex;
	justify-content: center;
}
.agreeArea {
	align-self: center;
	background: #fff;
	box-shadow: #dddddd 5px 5px 20px;
	font-size: 1.8rem;
	line-height: 1.46;
	font-weight: 300;
	top: -50px;
}
.agreeUp {
	background: #5a7d9e;
	color: #fff;
	padding: 1em 2em;
}
.agreeDown {
	text-align: center;
	padding: 1em;
}
.agreeDown > p {
	margin: 1.5em 0;
}
.buttons a {
	background: #e1e1e1;
	padding: .5em 2em;
	margin: 1em;
	border-radius: 8px;
	display: inline-block;
	font-size: .9em;
	font-weight: 600;
}

/*下付き*/
sub {
font-size: 75.5%;
vertical-align: bottom;
position: relative;
top: 0.1em;
}


