@charset "utf-8";

/* ****************************************************
Title: layout.css
***************************************************** */

/* -------------------------------------------------------------------- 
 透視連動レコーダー/動画記録装置
-------------------------------------------------------------------- */

.productsMainvisual01 {
	background-image: url("/medical/common/img/products/dv_mainvisual02.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.productsMain01 {
	display: flex;
  justify-content: space-between;
  align-items: center;
	height: 364px;
}

.productMainBox01 {
	text-align: left;
	color: #ffffff;
}
.productMainBox01 .s01 {
	display: inline-block;
	border: 1px solid #FFFFFF;
	padding: 10px 20px 10px 20px;
	font-size: 22px;
	line-height: 1.3em;
	margin-bottom: 28px;
}
.productMainBox01 .s02 {
	display: block;
	font-size: 32px;
	line-height: 1.9em;
	font-weight: bold;
}

.productMainIn01 {
	text-align: left;
	padding-left: 135px;
}
.productMainImg01 img {
	width: 440px;
	height: auto;
}

.productMainIn01 .dl01 {
	margin-top: 10px;
	color: #ffffff;
}
.productMainIn01 .dl01 dt {
	font-size: 12px;
	line-height: 1.3em;
	font-weight: bold;
	border-bottom: 1px solid #FFFFFF;
	padding-bottom: 10px;
	margin-bottom: 4px;
}
.productMainIn01 .dl01 dd {
	font-size: 23px;
	line-height: 1.0em;
	font-weight: bold;
}

/*------------------------*/

.productBlock01 {
	padding: 60px 0px 80px 0px;
}

.productAncNaviFlex01 {
	display: flex;
  flex-wrap: wrap;
}

.productAncBtn01 {
	position: relative;
	display: flex;
  justify-content: center;
  align-items: center;
	box-sizing: border-box;
	width: 183px;
	height: 72px;
	margin: 0px 21px 20px 0px;
	padding-bottom: 16px;
	border-top: 1px solid #002F7B;
	background-color: #ffffff;
	color: #002F7B;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	box-shadow: 5px 5px 20px #0000001F;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.productAncBtn01:nth-child(5n) {
	margin-right: 0px;
}
.productAncBtn01::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 1px #002F7B;
  border-right: solid 1px #002F7B;
  -ms-transform: rotate(135deg);
  -webkit-transform: rotate(135deg);
  transform: rotate(135deg);
  position: absolute;
  bottom: 14px;
	left: 50%;
	margin-left: -6px;
}

a.productAncBtn01:link {	color: #002F7B;	text-decoration: none;}
a.productAncBtn01:visited {	color: #002F7B;	text-decoration: none;}
a.productAncBtn01:hover {
	color:#ffffff;
	background-color: #002F7B;
	text-decoration: none;
}
a.productAncBtn01:active {	color:#002F7B;	text-decoration: none;}

.productAncBtn01:hover::after {
  border-top: solid 1px #ffffff;
  border-right: solid 1px #ffffff;
}

.productTextBox01 {
	text-align: left;
	margin-top: 40px;
}

/*----------------------*/

.productContBlock01 {
	background-color: #f5f5f5;
	padding: 100px 0px 100px 0px;
}

.productH201 {
	text-align: left;
	margin-bottom: 40px;
}
.productH201 .s01 {
	color: #002F7B;
	font-size: 18px;
	line-height: 1.3em;
	font-style: italic;
	font-weight: bold;
	display: inline-block;
	padding-left: 50px;
	position: relative;
	margin-bottom: 16px;
}
.productH201 .s01::before {
	content: "";
	width: 45px;
	height: 1px;
	background-color: #2B3C66;
	position: absolute;
	left: 0px;
	top: 50%;
}
.productH201 .s02 {
	display: block;
	font-size: 30px;
	line-height: 1.4em;
	font-weight: bold;
}

.productContUl01 {}
.productContUl01 li {
	padding: 12px 0px 0px 20px;
	margin-top: 18px;
	position: relative;
}
.productContUl01 .box01 {
	display: flex;
  align-items: center;
	text-align: left;
	height: 74px;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	padding: 5px 10px 5px 74px;
	background-color: #ffffff;
	box-shadow: 5px 5px 20px #0000001F;
}
.productContUl01 .box02 {
	display: flex;
  justify-content: center;
  align-items: center;
	box-sizing: border-box;
	padding-top: 4px;
	width: 74px;
	height: 74px;
	background-color: #002F7B;
	color: #ffffff;
	font-style: italic;
	position: absolute;
	top: 0px;
	left: 0px;
}
.productContUl01 .box02 .p01 {
	font-size: 10px;
	line-height: 1.2em;
	font-weight: bold;
}
.productContUl01 .box02 .p02 {
	font-size: 32px;
	line-height: 1.2em;
	font-weight: 500;
}

/*-------------------------*/

.productContBlock02 {
	position: relative;
	padding: 140px 0px 120px 0px;
}
.productContBlock02::before {
	content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 30px 32px 0 32px;
border-color: #002f7b transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -32px;
	top: 56px;
}
.productContBlock02::after {
	content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 30px 32px 0 32px;
border-color: #002f7b transparent transparent transparent;
	position: absolute;
	left: 50%;
	margin-left: -32px;
	bottom: 28px;
}

.productContFlex01 {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	margin-top: 60px;
}
.productContBox01 {
	display: block;
	box-sizing: border-box;
	width: 304px;
	padding: 25px 30px 40px 30px;
	background-color: #B4CCF2;
	box-shadow: 5px 5px 20px #0000001F;
}
.productContBox01 .box01 {
	color: #ffffff;
}
.productContBox01 .box01 .p01 {
	font-size: 10px;
	line-height: 1.3em;
	font-style: italic;
	font-weight: bold;
}
.productContBox01 .box01 .p02 {
	font-size: 44px;
	line-height: 1.2em;
	font-style: italic;
	font-weight: 500;
}
.productContBox01 .box02 {
	display: flex;
  justify-content: center;
  align-items: center;
	height: 90px;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
}
.productContBox01 .box02 h3 {
	font-weight: bold;
}

.productContBox01 .box02 .s01 {
	color: #002F7B;
}
.productContBox01 .box03 {
	text-align: left;
}

/*-------------------------*/

.productContUl02 li {
	background-color: #ffffff;
	padding: 26px 40px 40px 40px;
	margin-top: 30px;
}
.productContUl02 .flex01 {
	display: flex;
  align-items: center;
	border-bottom: 1px solid #707070;
}
.productContUl02 .flex01 .p01 {
	border-bottom: 3px solid #002F7B;
	color: #002F7B;
	font-size: 44px;
	line-height: 1.0em;
	font-weight: 500;
	font-style: italic;
	width: 70px;
	text-align: center;
	padding: 10px 0px 10px 0px;
}
.productContUl02 .flex01 .p02 {
	text-align: left;
	font-size: 20px;
	line-height: 1.4em;
	font-weight: bold;
	box-sizing: border-box;
	padding-left: 30px;
	width: 840px;
}

.productContUl02 .flex02 {
	display: flex;
  align-items: center;
	padding: 28px 0px 0px 0px;
}
.productContUl02 .flex02 .box01 {
	box-sizing: border-box;
	width: 144px;
	padding-left: 7px;
	text-align: left;
}
.productContUl02 .flex02 .box01.icon01 img {
	width: 88px;
	height: auto;
}
.productContUl02 .flex02 .box01.icon02 img {
	width: 93px;
	height: auto;
}
.productContUl02 .flex02 .box02 {
	width: 770px;
	text-align: left;
}

/*---------------------*/

.productContBlock03 {
	padding: 100px 0px 100px 0px;
}

.productContFlex02 {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
	padding-left: 32px;
}

.productContBox02In {
	box-sizing: border-box;
	width: 445px;
	background-color: #b8cff3;
	padding: 198px 40px 40px 40px;
	margin-top: 120px;
	text-align: left;
	position: relative;
}
.productContBox02In .ancIn {
    position: absolute;
    top: -360px;
}

.productContBox02In a,
.productContBox02In a:link{
	color: #333333;
    text-decoration: none;
}
.productContBox02In a:visited {	color: #333333;	text-decoration: none;}
.productContBox02In a:hover {	color:#333333;	text-decoration: none;}
.productContBox02In a:active {	color:#333333;	text-decoration: none;}

.productContBox02In .img01 {
	width: 445px;
	position: absolute;
	top: -66px;
	left: -32px;
}

.productH301 {
	margin-bottom: 30px;
}
.productH301 .s01 {
	display: block;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 4px;
}
.productH301 .s02 {
	display: block;
	color: #002F7B;
	font-size: 35px;
	line-height: 1.0em;
	font-weight: bold;
}
.productContBox02In .p01 {
	font-size: 20px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 20px;
}
.productContBox02In .ul01 li {
	padding-left: 20px;
	text-indent: 0px;
	margin-top: 16px;
	position: relative;
}
.productContBox02In .ul01 li::before {
	content: "";
	width: 10px;
	height: 10px;
	background-color: #191818;
	border-radius: 20px;
	position: absolute;
	left: 0px;
	top: 9px;
}

/*---------------------*/

.productContBox03 {
	text-align: left;
	padding: 40px 50px 60px 50px;
	margin-top: 28px;
	background-color: #ffffff;
	box-shadow: 5px 5px 20px #0000001F;
}
.productContBox03 .img01 {
    margin: 20px 0 0;
}
.productContBox03 .img01 img{
    margin: 0 auto;
    display: block;
}

.productH3Wrap02 {
	display: flex;
  align-items: center;
	margin-bottom: 34px;
}
.productH3Wrap02 .box01 {
	text-align: center;
	box-sizing: border-box;
	width: 74px;
	padding-right: 30px;
	border-right: 1px solid #707070;
	color: #002F7B;
}
.productH3Wrap02 .box01 .p01 {
	font-size: 13px;
	line-height: 1.0em;
	font-weight: bold;
	font-style: italic;
}
.productH3Wrap02 .box01 .p02 {
	font-size: 38px;
	line-height: 1.0em;
	font-weight: 500;
	font-style: italic;
}
.productH3Wrap02 .box02 {
	text-align: left;
	padding-left: 34px;
	font-size: 24px;
	line-height: 1.3em;
	font-weight: bold;
}
.productMb1em {
	margin-bottom: 1em;
}

/*--------------------*/

.productContactBox01 {
	display: flex;
  align-items: center;
	background-color: #EFF5FF;
	margin-top: 100px;
}
.productContactBox01 .box01 {
	width: 422px;
}

.productContactBox01 .box02 {
	width: 578px;
}
.productContactBox01 .box02 li {
	border-top: 2px solid #002F7B;
	padding: 16px 40px 24px 50px;
	text-align: left;
}
.productContactBox01 .box02 li:first-child {
	border-top: none;
}
.productText01 {
	font-size: 26px;
	line-height: 1.5em;
	font-weight: 500;
}
.productText02 {
	font-size: 18px;
	line-height: 1.5em;
	font-weight: 500;
}

.productBtnWrap02 {
	display: flex;
  justify-content: space-between;
	margin-top: 35px;
}

/*---------------------------*/

.sideNavi01 {
	position: fixed;
	right: 0px;
	top: 30%;
}
.sideNavi01 li {
	margin-bottom: 2px;
}

.sideBtn01 .img01 {
	width: 50px;
	position: absolute;
	left: -14px;
	bottom: 7px;
}

.sideBtn01 {
	position: relative;
	display: flex;
  align-items: center;
	text-align: left;
	box-sizing: border-box;
	width: 150px;
	height: 54px;
	padding-left: 45px;
	border: 1px solid #FF9300;
	background-color: #FF9300;
	color: #ffffff;
	font-size: 13px;
	line-height: 1.2em;
	font-weight: bold;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.sideBtn01::after {
  content: '';
  width: 8px;
  height: 8px;
  border: 0px;
  border-top: solid 2px #ffffff;
  border-right: solid 2px #ffffff;
  -ms-transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  transform: rotate(45deg);
  position: absolute;
  right: 13px;
	top: 50%;
	margin-top: -5px;
}

a.sideBtn01:link {	color: #ffffff;	text-decoration: none;}
a.sideBtn01:visited {	color: #ffffff;	text-decoration: none;}
a.sideBtn01:hover {
	color:#FF9300;
	background-color: #ffffff;
	text-decoration: none;
}
a.sideBtn01:active {	color:#ffffff;	text-decoration: none;}

.sideBtn01:hover::after {
  border-top: solid 1px #FF9300;
  border-right: solid 1px #FF9300;
}

.sideBtn01.sideBtn02 {
	padding-left: 12px;
}
/*-----*/
.sideNavi01 .box01 {
    border-radius: 2px;
    position: relative;
    width: inherit;
	margin: 5px 0 0;
	background: #E0E0E0;
    color: #191818;
    padding:30px 0 5px;
    margin-bottom: 2px;
}
.sideNavi01 .boxTtl01{
    font-size:13px;
	font-weight: bold;
    text-align: left;
    color: #191818;
    padding:0 0 10px 15px;
}
.sideNavi01 .box01 ul {
    padding:0 10px;
}
.sideNavi01 .box01 ul li{
	margin-bottom: 0;
}
.sideNavi01 .box01 ul li a{
    border-bottom:solid 1px #ABABAB;
}
.sideNavi01 .box01 ul li:last-child a{
    border-bottom:0;
}
.sideNavi01 .box01 ul li a {
    color: #191818;
    padding:5px 0 5px 0;
    text-align: center;
    text-decoration: none;
    position: relative;
    vertical-align: middle;
    font-size:13px;
    line-height: 1.2em;
    text-align: left;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	display: block;
	word-break: break-word;
}
.sideNavi01 .box01 ul li a:hover {
	background: #fff;
	text-decoration: none;
}
.sideNavi01 .box01 ul li a span {
    position: relative;
    padding: 0 25px 0 5px;
    text-align: left;
    display: block;
}
.sideNavi01 .box01 ul li a span:after {
    position: absolute;
    top: 50%;
    bottom: 0;
    right: 5px;
    margin: -4px auto 0;
    content: "";
    vertical-align: middle;
    width: 6px;
    height: 6px;
    border-top: 2px solid #131212;
    border-right: 2px solid #131212;
    -webkit-transform: rotate( 45deg );
    transform: rotate( 45deg);
}

/*-----*/
.sideNavi01_close{
    display: block;
    width: 12px;
    height: 12px;
    position: relative;
    background: none;
    border:solid 1px #131212;
    padding:0;
    cursor: pointer;
    position: absolute;
    right: 5px;
    top: 10px;
    z-index: 1;
}
.sideNavi01_close span{
    position: relative;
    display: block;
}
.sideNavi01_close span::before, .sideNavi01_close span::after{
    content: "";
    display: block;
    width: 100%;
    height: 2px;
    background: #131212;
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
    -webkit-transform-origin: 0% 50%;
    transform-origin:0% 50%;
    position: absolute;
    top: 1px;
    left: 14%;
}
.sideNavi01_close span::after{
    -webkit-transform: rotate(-45deg);
    transform: rotate(-45deg);
    -webkit-transform-origin: 100% 50%;
    transform-origin:100% 50%;
    left: auto;
    right: 14%;
}
/*---*/



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.productsMainvisual01 {
		background-image: url("/medical/common/img/products/dv_mainvisual02.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.productsMain01 {
		display: block;
		height: auto;
		padding: 20px 15px 20px 15px;
	}

	.productMainBox01 {
		text-align: left;
		color: #ffffff;
	}
	.productMainBox01 .s01 {
		display: inline-block;
		border: 1px solid #FFFFFF;
		padding: 6px 15px 6px 15px;
		font-size: 13px;
		line-height: 1.3em;
		margin-bottom: 20px;
	}
	.productMainBox01 .s02 {
		display: block;
		font-size: 22px;
		line-height: 1.7em;
		font-weight: bold;
	}

	.productMainIn01 {
		text-align: center;
		padding-left: 0px;
		margin-top: 20px;
	}
	.productMainImg01 img {
		width: 80%;
		height: auto;
	}

	.productMainIn01 .dl01 {
		margin-top: 10px;
		color: #ffffff;
		text-align: left;
	}
	.productMainIn01 .dl01 dt {
		font-size: 12px;
		line-height: 1.3em;
		font-weight: bold;
		border-bottom: 1px solid #FFFFFF;
		padding-bottom: 10px;
		margin-bottom: 4px;
	}
	.productMainIn01 .dl01 dd {
		font-size: 23px;
		line-height: 1.0em;
		font-weight: bold;
	}

	/*------------------------*/

	.productBlock01 {
		padding: 40px 15px 40px 15px;
	}

	.productAncNaviFlex01 {
		display: flex;
		flex-wrap: wrap;
	}

	.productAncBtn01 {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		width: 100%;
		height: 60px;
		margin: 0px 0px 10px 0px;
		padding-bottom: 16px;
		border-top: 1px solid #002F7B;
		background-color: #ffffff;
		color: #002F7B;
		font-size: 16px;
		line-height: 1.6em;
		font-weight: bold;
		box-shadow: 5px 5px 20px #0000001F;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	.productAncBtn01:nth-child(5n) {
		margin-right: 0px;
	}
	.productAncBtn01::after {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 1px #002F7B;
		border-right: solid 1px #002F7B;
		-ms-transform: rotate(135deg);
		-webkit-transform: rotate(135deg);
		transform: rotate(135deg);
		position: absolute;
		bottom: 14px;
		left: 50%;
		margin-left: -6px;
	}

	a.productAncBtn01:link {	color: #002F7B;	text-decoration: none;}
	a.productAncBtn01:visited {	color: #002F7B;	text-decoration: none;}
	a.productAncBtn01:hover {
		color:#ffffff;
		background-color: #002F7B;
		text-decoration: none;
	}
	a.productAncBtn01:active {	color:#002F7B;	text-decoration: none;}

	.productAncBtn01:hover::after {
		border-top: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
	}

	.productTextBox01 {
		text-align: left;
		margin-top: 20px;
	}

	/*----------------------*/

	.productContBlock01 {
		background-color: #f5f5f5;
		padding: 40px 15px 40px 15px;
	}

	.productH201 {
		text-align: left;
		margin-bottom: 25px;
	}
	.productH201 .s01 {
		color: #002F7B;
		font-size: 16px;
		line-height: 1.3em;
		font-style: italic;
		font-weight: bold;
		display: inline-block;
		padding-left: 40px;
		position: relative;
		margin-bottom: 10px;
	}
	.productH201 .s01::before {
		content: "";
		width: 35px;
		height: 1px;
		background-color: #2B3C66;
		position: absolute;
		left: 0px;
		top: 50%;
	}
	.productH201 .s02 {
		display: block;
		font-size: 20px;
		line-height: 1.4em;
		font-weight: bold;
	}

	.productContUl01 {}
	.productContUl01 li {
		padding: 12px 0px 0px 20px;
		margin-top: 18px;
		position: relative;
	}
	.productContUl01 .box01 {
		display: flex;
		align-items: center;
		text-align: left;
		height: 70px;
		font-size: 15px;
		line-height: 1.4em;
		font-weight: bold;
		padding: 5px 10px 5px 74px;
		background-color: #ffffff;
		box-shadow: 5px 5px 20px #0000001F;
	}
	.productContUl01 .box02 {
		display: flex;
		justify-content: center;
		align-items: center;
		box-sizing: border-box;
		padding-top: 4px;
		width: 70px;
		height: 70px;
		background-color: #002F7B;
		color: #ffffff;
		font-style: italic;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.productContUl01 .box02 .p01 {
		font-size: 10px;
		line-height: 1.2em;
		font-weight: bold;
	}
	.productContUl01 .box02 .p02 {
		font-size: 28px;
		line-height: 1.2em;
		font-weight: 500;
	}

	/*-------------------------*/

	.productContBlock02 {
		position: relative;
		padding: 70px 15px 60px 15px;
	}
	.productContBlock02::before {
		content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 26px 26px 0 26px;
	border-color: #002f7b transparent transparent transparent;
		position: absolute;
		left: 50%;
		margin-left: -32px;
		top: 25px;
	}
	.productContBlock02::after {
		content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 30px 32px 0 32px;
	border-color: #002f7b transparent transparent transparent;
		position: absolute;
		left: 50%;
		margin-left: -32px;
		bottom: 15px;
	}

	.productContFlex01 {
		display: block;
		margin-top: 30px;
	}
	.productContBox01 {
		display: block;
		box-sizing: border-box;
		width: auto;
		padding: 20px 20px 30px 20px;
		background-color: #B4CCF2;
		box-shadow: 5px 5px 20px #0000001F;
		margin-top: 20px;
	}
	.productContBox01 .box01 {
		color: #ffffff;
	}
	.productContBox01 .box01 .p01 {
		font-size: 10px;
		line-height: 1.3em;
		font-style: italic;
		font-weight: bold;
	}
	.productContBox01 .box01 .p02 {
		font-size: 44px;
		line-height: 1.2em;
		font-style: italic;
		font-weight: 500;
	}
	.productContBox01 .box02 {
		display: flex;
		justify-content: center;
		align-items: center;
		height: 90px;
		font-size: 16px;
		line-height: 1.6em;
		font-weight: bold;
	}
	.productContBox01 .box02 .s01 {
		color: #002F7B;
	}
	.productContBox01 .box03 {
		text-align: left;
	}

	/*-------------------------*/

	.productContUl02 li {
		background-color: #ffffff;
		padding: 20px 20px 30px 20px;
		margin-top: 30px;
	}
	.productContUl02 .flex01 {
		display: block;
		border-bottom: 1px solid #707070;
		padding-bottom: 20px;
	}
	.productContUl02 .flex01 .p01 {
		border-bottom: 3px solid #002F7B;
		color: #002F7B;
		font-size: 38px;
		line-height: 1.0em;
		font-weight: 500;
		font-style: italic;
		width: auto;
		text-align: center;
		padding: 10px 10px 10px 10px;
		display: inline-block;
		margin-bottom: 20px;
	}
	.productContUl02 .flex01 .p02 {
		text-align: left;
		font-size: 18px;
		line-height: 1.4em;
		font-weight: bold;
		box-sizing: border-box;
		padding-left: 0px;
		width: auto;
	}

	.productContUl02 .flex02 {
		display: block;
		padding: 20px 0px 0px 0px;
	}
	.productContUl02 .flex02 .box01 {
		box-sizing: border-box;
		width: auto;
		padding-left: 0px;
		text-align: center;
		margin-bottom: 20px;
	}
	.productContUl02 .flex02 .box01.icon01 img {
		width: 88px;
		height: auto;
	}
	.productContUl02 .flex02 .box01.icon02 img {
		width: 93px;
		height: auto;
	}
	.productContUl02 .flex02 .box02 {
		width: auto;
		text-align: left;
	}

	/*---------------------*/

	.productContBlock03 {
		padding: 40px 15px 40px 15px;
	}

	.productContFlex02 {
		display: block;
		padding-left: 0px;
	}

	.productContBox02In {
		box-sizing: border-box;
		width: auto;
		background-color: #b8cff3;
		padding: 0px;
		margin-top: 30px;
		text-align: left;
		position: relative;
	}
	.productContBox02In .ancIn {
	    position: absolute;
	    top: -60px;
	}
	.productContBox02In .img01 {
		width: auto;
		position: relative;
		top: 0px;
		left: 0px;
	}
	.spBox01 {
		padding: 20px 15px 20px 15px;
	}

	.productH301 {
		margin-bottom: 20px;
	}
	.productH301 .s01 {
		display: block;
		font-size: 14px;
		line-height: 1.6em;
		font-weight: bold;
		margin-bottom: 4px;
	}
	.productH301 .s02 {
		display: block;
		color: #002F7B;
		font-size: 30px;
		line-height: 1.0em;
		font-weight: bold;
	}
	.productContBox02In .p01 {
		font-size: 18px;
		line-height: 1.6em;
		font-weight: bold;
		margin-bottom: 20px;
	}
	.productContBox02In .ul01 li {
		padding-left: 20px;
		text-indent: 0px;
		margin-top: 16px;
		position: relative;
	}
	.productContBox02In .ul01 li::before {
		content: "";
		width: 10px;
		height: 10px;
		background-color: #191818;
		border-radius: 20px;
		position: absolute;
		left: 0px;
		top: 9px;
	}

	/*---------------------*/

	.productContBox03 {
		text-align: left;
		padding: 20px 20px 30px 20px;
		margin-top: 28px;
		background-color: #ffffff;
		box-shadow: 5px 5px 20px #0000001F;
	}
	.productH3Wrap02 {
		display: block;
		margin-bottom: 20px;
	}
	.productH3Wrap02 .box01 {
		text-align: center;
		box-sizing: border-box;
		width: auto;
		padding-right: 0px;
		border-right: none;
		border-bottom: 1px solid #707070;
		color: #002F7B;
		padding-bottom: 20px;
		margin-bottom: 20px;
	}
	.productH3Wrap02 .box01 .p01 {
		font-size: 13px;
		line-height: 1.0em;
		font-weight: bold;
		font-style: italic;
	}
	.productH3Wrap02 .box01 .p02 {
		font-size: 34px;
		line-height: 1.0em;
		font-weight: 500;
		font-style: italic;
	}
	.productH3Wrap02 .box02 {
		text-align: left;
		padding-left: 0px;
		font-size: 18px;
		line-height: 1.3em;
		font-weight: bold;
	}
	.productMb1em {
		margin-bottom: 1em;
	}

	/*--------------------*/

	.productContactBox01 {
		display: block;
		background-color: #EFF5FF;
		margin-top: 40px;
	}
	.productContactBox01 .box01 {
		width: auto;
	}

	.productContactBox01 .box02 {
		width: auto;
	}
	.productContactBox01 .box02 li {
		border-top: 2px solid #002F7B;
		padding: 16px 20px 24px 20px;
		text-align: left;
	}
	.productContactBox01 .box02 li:first-child {
		border-top: none;
	}
	.productText01 {
		font-size: 18px;
		line-height: 1.5em;
		font-weight: 500;
	}
	.productText02 {
		font-size: 16px;
		line-height: 1.5em;
		font-weight: 500;
	}

	.productBtnWrap02 {
		display: block;
		margin-top: 30px;
	}
	.productBtnWrap02 a {
		margin-top: 15px;
	}

	/*---------------------------*/

	.sideNavi01 {
		display: none;
		position: fixed;
		right: 0px;
		top: 60%;
	}
	.sideNavi01 li {
		margin-bottom: 2px;
	}

	.sideBtn01 .img01 {
		width: 50px;
		position: absolute;
		left: -14px;
		bottom: 7px;
	}

	.sideBtn01 {
		position: relative;
		display: flex;
		align-items: center;
		text-align: left;
		box-sizing: border-box;
		width: 150px;
		height: 54px;
		padding-left: 45px;
		border: 1px solid #FF9300;
		background-color: #FF9300;
		color: #ffffff;
		font-size: 13px;
		line-height: 1.2em;
		font-weight: bold;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	.sideBtn01::after {
		content: '';
		width: 8px;
		height: 8px;
		border: 0px;
		border-top: solid 2px #ffffff;
		border-right: solid 2px #ffffff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 13px;
		top: 50%;
		margin-top: -5px;
	}

	a.sideBtn01:link {	color: #ffffff;	text-decoration: none;}
	a.sideBtn01:visited {	color: #ffffff;	text-decoration: none;}
	a.sideBtn01:hover {
		color:#FF9300;
		background-color: #ffffff;
		text-decoration: none;
	}
	a.sideBtn01:active {	color:#ffffff;	text-decoration: none;}

	.sideBtn01:hover::after {
		border-top: solid 1px #FF9300;
		border-right: solid 1px #FF9300;
	}


	.sideBtn01.sideBtn02 {
		padding-left: 12px;
	}


}


/* -------------------------------------------------------------------- 
 よくある質問
-------------------------------------------------------------------- */

.detailMain01 {
background: rgb(12, 32, 65);
background: -moz-linear-gradient(0deg, rgb(12, 32, 65) 0%, rgb(43, 96, 180) 100%);
background: -webkit-linear-gradient(0deg, rgb(12, 32, 65) 0%, rgb(43, 96, 180) 100%);
background: -o-linear-gradient(0deg, rgb(12, 32, 65) 0%, rgb(43, 96, 180) 100%);
background: -ms-linear-gradient(0deg, rgb(12, 32, 65) 0%, rgb(43, 96, 180) 100%);
background: linear-gradient(90deg, rgb(12, 32, 65) 0%, rgb(43, 96, 180) 100%);
	
}
.detailMainFlex01 {
	display: flex;
	align-items: center;
	text-align: left;
	height: 244px;
}
.detailH101 {
	color: #ffffff;
	font-size: 38px;
	line-height: 1.6em;
	font-weight: bold;
}

.detailAncNavi .productAncBtn01 {
	width: 304px;
	margin-right: 42px;
}
.detailAncNavi .productAncBtn01:nth-child(5n) {
	margin-right: 42px;
}
.detailAncNavi .productAncBtn01:nth-child(3n) {
	margin-right: 0px;
}

.faqBlock01 {
	text-align: left;
	margin-bottom: 100px;
}
.detailBlock01 {
	margin-bottom: 120px;
}
.detailBlock01 .productContactBox01 {
	margin: 0px;
}

.detailH201 {
	font-size: 30px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 25px;
}

.faqAcCont {
	display: none;
}
.faqAcContInWrap {
	padding-top: 3px;
}
.faqAcContIn {
	position: relative;
	border-top: 1px solid #707070;
}
.faqAcContIn::before {
	content: "";
	width: 70px;
	height: 3px;
	background-color: #002F7B;
	position: absolute;
	left: 0px;
	top: -3px;
}

.faqBox01 {
	background-color: #F4F4F4;
	padding: 10px 40px 10px 45px;
	box-shadow: 5px 5px 20px #0000001F;
	margin-top: 40px;
}
.faqBox01:first-child {
	margin-top: 0px;
}

.acNaviFlex01 {
	display: flex;
	align-items: center;
	padding: 15px 0px 15px 0px;
}
.acNaviFlex01 .ac01 {
	color: #002F7B;
	font-size: 44px;
	line-height: 1.1em;
	font-weight: 500;
	font-style: italic;
	text-align: left;
	width: 56px;
}
.acNaviFlex01 .ac02 {
	font-size: 16px;
	line-height: 2.0em;
	font-weight: normal;
	text-align: left;
	width: 840px;
}
.ac.acNaviFlex01 .ac02 {
	font-weight: bold;
	font-size: 20px;
}

.ac.acNaviFlex01 {
	position: relative;
}
.ac.acNaviFlex01::after {
	content: "";
	background-image: url("/medical/common/img/faq/faq_ac_pluse.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 29px auto;
	width: 29px;
	height: 29px;
	position: absolute;
	right: 0px;
	top: 50%;
	margin-top: -15px;
}
.ac.acNaviFlex01.open::after {
	background-image: url("/medical/common/img/faq/faq_ac_minus.png");
}





/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.detailMain01 {
	background: rgb(12, 32, 65);
	background: -moz-linear-gradient(0deg, rgb(12, 32, 65) 0%, rgb(43, 96, 180) 100%);
	background: -webkit-linear-gradient(0deg, rgb(12, 32, 65) 0%, rgb(43, 96, 180) 100%);
	background: -o-linear-gradient(0deg, rgb(12, 32, 65) 0%, rgb(43, 96, 180) 100%);
	background: -ms-linear-gradient(0deg, rgb(12, 32, 65) 0%, rgb(43, 96, 180) 100%);
	background: linear-gradient(90deg, rgb(12, 32, 65) 0%, rgb(43, 96, 180) 100%);

	}
	.detailMainFlex01 {
		display: flex;
		align-items: center;
		text-align: left;
		box-sizing: border-box;
		height: 140px;
		padding: 20px 15px 20px 15px;
	}
	.detailH101 {
		color: #ffffff;
		font-size: 20px;
		line-height: 1.6em;
		font-weight: bold;
	}

	.detailAncNavi .productAncBtn01 {
		width: 100%;
		margin-right: 0px;
	}
	.detailAncNavi .productAncBtn01:nth-child(5n) {
		margin-right: 0px;
	}
	.detailAncNavi .productAncBtn01:nth-child(3n) {
		margin-right: 0px;
	}

	.faqBlock01 {
		text-align: left;
		margin-bottom: 50px;
		padding: 0px 15px 0px 15px;
	}
	.detailBlock01 {
		margin-bottom: 40px;
	}
	.detailBlock01 .productContactBox01 {
		margin: 0px;
	}

	.detailH201 {
		font-size: 20px;
		line-height: 1.4em;
		font-weight: bold;
		margin-bottom: 25px;
	}

	.faqAcCont {
		display: none;
	}
	.faqAcContInWrap {
		padding-top: 3px;
	}
	.faqAcContIn {
		position: relative;
		border-top: 1px solid #707070;
	}
	.faqAcContIn::before {
		content: "";
		width: 70px;
		height: 3px;
		background-color: #002F7B;
		position: absolute;
		left: 0px;
		top: -3px;
	}

	.faqBox01 {
		background-color: #F4F4F4;
		padding: 5px 20px 5px 15px;
		box-shadow: 5px 5px 20px #0000001F;
		margin-top: 20px;
	}
	.faqBox01:first-child {
		margin-top: 0px;
	}

	.acNaviFlex01 {
		display: flex;
		align-items: center;
		padding: 10px 0px 10px 0px;
	}
	.acNaviFlex01 .ac01 {
		color: #002F7B;
		font-size: 28px;
		line-height: 1.1em;
		font-weight: 500;
		font-style: italic;
		text-align: left;
		width: 56px;
		padding-right: 10px;
	}
	.acNaviFlex01 .ac02 {
		font-size: 13px;
		line-height: 1.6em;
		font-weight: normal;
		text-align: left;
		width: 840px;
	}
	.ac.acNaviFlex01 .ac02 {
		font-weight: bold;
		font-size: 14px;
	}

	.ac.acNaviFlex01 {
		position: relative;
		padding-right: 26px;
	}
	.ac.acNaviFlex01::after {
		content: "";
		background-image: url("/medical/common/img/faq/faq_ac_pluse.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 16px auto;
		width: 16px;
		height: 16px;
		position: absolute;
		right: 0px;
		top: 50%;
		margin-top: -8px;
	}
	.ac.acNaviFlex01.open::after {
		background-image: url("/medical/common/img/faq/faq_ac_minus.png");
	}




}


/* -------------------------------------------------------------------- 
 製品一覧
-------------------------------------------------------------------- */

.productsMainvisual02 {
	background-image: url("/medical/common/img/products/products_mainvisual01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}
.contH201.contMb15 {
	margin-bottom: 15px;
}
.productContFlex02.productFlex02 .productContBox02In {
	background-color: #ffffff;
	box-shadow: 5px 5px 20px #00000029;
}
.productContFlex02.productFlex02 .productContBox02In a{
	color: #333333;
	text-decoration: none;
}
.productIchiranWrap02 {
	margin: 80px auto 0px auto;
	text-align: center;
}
.contBox01.contBox0102 {
	display: inline-block;
	width: auto;
	margin-bottom: 0px;
}
.productH302 {
	color: #002F7B;
	font-size: 30px;
	line-height: 1.6em;
	font-weight: bold;
	margin-bottom: 30px;
}
.productFlex01 {
	display: flex;
  justify-content: space-between;
}

.flex01Box01 {
	position: relative;
	box-sizing: border-box;
	width: 382px;
	background-color: #ffffff;
	border-radius: 16px;
	box-shadow: 5px 5px 20px #0000001F;
}
.flex01Box01In {
	position: relative;
	padding: 40px 25px 30px 25px;
	border-radius: 16px;
	overflow: hidden;
}
.flex01Box01In::before {
	content: "";
	width: 100%;
	height: 6px;
	background-color: #BABABA;
	position: absolute;
	top: 0px;
	left: 0px;
}
.flex01Midasi01 {
	color: #ffffff;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	display: inline-block;
	border-radius: 50px;
	padding: 8px 28px 8px 28px;
	margin-bottom: 40px;
	background-color: #BABABA;
}
.flex01TextWrap {
	text-align: left;
}

.flex01Box01.flex01Box02 {
	position: relative;
	width: 556px;
}
.flex01Box02 .flex01Box01In::before {
	background-color: #002F7B;
}
.flex01Box02 .flex01Midasi01 {
	background-color: #002F7B;
}

.flex01TextWrap02 {
	display: table;
	width: 100%;
}
.flex01TextWrap02 .cell01 {
	display: table-cell;
	text-align: left;
	vertical-align: middle;
	width: 315px;
}
.flex01TextWrap02 .cell02 {
	display: table-cell;
	text-align: center;
	vertical-align: middle;
}
.flex01Box02::before {
	content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 22px 0 22px 30px;
border-color: transparent transparent transparent #002f7b;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: -44px;
}
.productCaseBox01 {
	margin-top: 55px;
}

.flex01TextWrap02 .img01 img {
	width: 158px;
	height: auto;
}
.flex01TextWrap02 .img02 img {
	width: 136px;
	height: auto;
}
.flex01TextWrap02 .img03 img {
	width: 136px;
	height: auto;
}

.productbox01 {
	background-color: #EFF5FF;
	margin-top: 100px;
}
.productbox01 .box01 {
	display: flex;
	justify-content: center;
	align-items: center;
	height: 124px;
	border-bottom: 2px solid#002F7B;
}
.productbox01 .box01 .h301 {
	color: #002F7B;
	font-size: 30px;
	line-height: 1.6em;
	font-weight: bold;
}

.productbox01 .box02 {
	text-align: left;
	padding: 15px 50px 15px 45px;
	display: flex;
  justify-content: space-between;
}
.productbox01 .boxIn01 {
	width: 580px;
}
.productbox01 .boxIn02 {
	width: 236px;
}

.productbox01 .boxIn01 .text01 {
	font-size: 26px;
	line-height: 1.5em;
	font-weight: 500;
}
.productbox01 .boxIn02 .text01 {
	font-size: 18px;
	line-height: 1.38em;
	font-weight: 500;
	margin-top: 5px;
}

.productBtn02 {
	position: relative;
  display: flex;
	justify-content: center;
  align-items: center;
	border: 1px solid #FF9300;
	background-color: #FF9300;
	font-size: 15px;
	line-height: 1.4em;
	font-weight: bold;
	text-align: center;
	box-sizing: border-box;
	width: 100%;
	height: 70px;
	margin: auto;
	padding: 32px 0px 15px 0px;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all  0.3s ease;
}
a.productBtn02:link {	color: #ffffff;	text-decoration: none;}
a.productBtn02:visited {	color: #ffffff;	text-decoration: none;}
a.productBtn02:hover {
	color:#FF9300;
	text-decoration: none;
	background-color: #ffffff;
}
a.productBtn02:active {	color:#ffffff;	text-decoration: none;}

.productBtn02::before {
	content: "";
	background-image: url("/medical/common/img/products/products_btn_icon_mail.png");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: 25px auto;
	width: 25px;
	height: 16px;
	position: absolute;
	top: 11px;
	left: 50%;
	margin-left: -12px;
}
.productBtn02:hover::before {
	background-image: url("/medical/common/img/products/products_btn_icon_mail_on.png");
}

.productBtn02 p {
	position: relative;
	width: 100%;
}
.productBtn02 p::after {
		content: '';
		width: 5px;
		height: 5px;
		border: 0px;
		border-top: solid 1px #ffffff;
		border-right: solid 1px #ffffff;
		-ms-transform: rotate(45deg);
		-webkit-transform: rotate(45deg);
		transform: rotate(45deg);
		position: absolute;
		right: 13px;
		top: 50%;
		margin-top: -4px;
}
.productBtn02:hover p::after {
		border-top: solid 1px #FF9300;
		border-right: solid 1px #FF9300;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.productsMainvisual02 {
		background-image: url("/medical/common/img/products/products_mainvisual01.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}
	.contH201.contMb15 {
		margin-bottom: 15px;
	}
	.productContFlex02.productFlex02 .productContBox02In {
		background-color: #ffffff;
		box-shadow: 5px 5px 20px #00000029;
	}

	.productIchiranWrap02 {
		margin: 40px auto 0px auto;
		text-align: center;
	}
	.contBox01.contBox0102 {
		display: inline-block;
		width: auto;
		margin-bottom: 0px;
		text-align: center;
	}
	.productH302 {
		color: #002F7B;
		font-size: 20px;
		line-height: 1.6em;
		font-weight: bold;
		margin-bottom: 30px;
	}
	.productFlex01 {
		display: block;
	}

	.flex01Box01 {
		position: relative;
		box-sizing: border-box;
		width: auto;
		background-color: #ffffff;
		border-radius: 16px;
		box-shadow: 5px 5px 20px #0000001F;
	}
	.flex01Box01In {
		position: relative;
		padding: 40px 25px 30px 25px;
		border-radius: 16px;
		overflow: hidden;
	}
	.flex01Box01In::before {
		content: "";
		width: 100%;
		height: 6px;
		background-color: #BABABA;
		position: absolute;
		top: 0px;
		left: 0px;
	}
	.flex01Midasi01 {
		color: #ffffff;
		font-size: 16px;
		line-height: 1.3em;
		font-weight: bold;
		display: inline-block;
		border-radius: 50px;
		padding: 8px 28px 8px 28px;
		margin-bottom: 20px;
		background-color: #BABABA;
	}
	.flex01TextWrap {
		text-align: left;
	}

	.flex01Box01.flex01Box02 {
		position: relative;
		width: auto;
		margin-top: 50px;
	}
	.flex01Box02 .flex01Box01In::before {
		background-color: #002F7B;
	}
	.flex01Box02 .flex01Midasi01 {
		background-color: #002F7B;
	}

	.flex01TextWrap02 {
		display: table;
		width: 100%;
	}
	.flex01TextWrap02 .cell01 {
		display: table-cell;
		text-align: left;
		vertical-align: middle;
		width: 315px;
	}
	.flex01TextWrap02 .cell02 {
		display: table-cell;
		text-align: center;
		vertical-align: middle;
	}
	.flex01Box02::before {
		content: "";
	width: 0;
	height: 0;
	border-style: solid;
	border-width: 24px 19px 0 19px;
	border-color: #002f7b transparent transparent transparent;
		position: absolute;
		top: -35px;
		margin-top: 0px;
		left: 50%;
		margin-left: -19px;
	}
	.productCaseBox01 {
		margin-top: 55px;
	}

	.flex01TextWrap02 .img01 img {
		width: 158px;
		height: auto;
	}
	.flex01TextWrap02 .img02 img {
		width: 136px;
		height: auto;
	}
	.flex01TextWrap02 .img03 img {
		width: 136px;
		height: auto;
	}

	.productbox01 {
		background-color: #EFF5FF;
		margin-top: 50px;
	}
	.productbox01 .box01 {
		display: flex;
		justify-content: center;
		align-items: center;
		height: auto;
		padding: 20px 15px 20px 15px;
		border-bottom: 2px solid#002F7B;
	}
	.productbox01 .box01 .h301 {
		color: #002F7B;
		font-size: 20px;
		line-height: 1.6em;
		font-weight: bold;
	}

	.productbox01 .box02 {
		text-align: left;
		padding: 15px 15px 15px 15px;
		display: block;
	}
	.productbox01 .boxIn01 {
		width: auto;
		margin-bottom: 20px;
	}
	.productbox01 .boxIn02 {
		width: auto;
	}

	.productbox01 .boxIn01 .text01 {
		font-size: 18px;
		line-height: 1.5em;
		font-weight: 500;
	}
	.productbox01 .boxIn02 .text01 {
		font-size: 15px;
		line-height: 1.38em;
		font-weight: 500;
		margin-top: 10px;
	}

	.productBtn02 {
		position: relative;
		display: flex;
		justify-content: center;
		align-items: center;
		border: 1px solid #FF9300;
		background-color: #FF9300;
		font-size: 15px;
		line-height: 1.4em;
		font-weight: bold;
		text-align: center;
		box-sizing: border-box;
		width: 100%;
		height: 70px;
		margin: auto;
		padding: 32px 0px 15px 0px;
			-webkit-transition: all 0.3s ease;
			-moz-transition: all 0.3s ease;
			-o-transition: all 0.3s ease;
			transition: all  0.3s ease;
	}
	a.productBtn02:link {	color: #ffffff;	text-decoration: none;}
	a.productBtn02:visited {	color: #ffffff;	text-decoration: none;}
	a.productBtn02:hover {
		color:#FF9300;
		text-decoration: none;
		background-color: #ffffff;
	}
	a.productBtn02:active {	color:#ffffff;	text-decoration: none;}

	.productBtn02::before {
		content: "";
		background-image: url("/medical/common/img/products/products_btn_icon_mail.png");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: 25px auto;
		width: 25px;
		height: 16px;
		position: absolute;
		top: 11px;
		left: 50%;
		margin-left: -12px;
	}
	.productBtn02:hover::before {
		background-image: url("/medical/common/img/products/products_btn_icon_mail_on.png");
	}

	.productBtn02 p {
		position: relative;
		width: 100%;
	}
	.productBtn02 p::after {
			content: '';
			width: 5px;
			height: 5px;
			border: 0px;
			border-top: solid 1px #ffffff;
			border-right: solid 1px #ffffff;
			-ms-transform: rotate(45deg);
			-webkit-transform: rotate(45deg);
			transform: rotate(45deg);
			position: absolute;
			right: 13px;
			top: 50%;
			margin-top: -4px;
	}
	.productBtn02:hover p::after {
			border-top: solid 1px #FF9300;
			border-right: solid 1px #FF9300;
	}



}


/* -------------------------------------------------------------------- 
 お問い合わせ
-------------------------------------------------------------------- */

.contactArea03 {
	margin-bottom: 110px;
}

.contactFlex02 {
	position: relative;
  	display:-webkit-box;
  	display:-ms-flexbox;
  	display:flex;
}

.contactFlex02 .box01 {
	box-sizing: border-box;
	width: 386px;
	text-align: left;
/*
	position: absolute;
	top: 0px;
	left: 0px;
*/
}
.contactFlex02 .box01 .box01In {
	box-sizing: border-box;
	padding: 25px 25px 30px 25px;
	background-color: #b8cff3;
	text-align: left;
}

.contactFlex02 .box02 {
	box-sizing: border-box;
	width: 582px;
	padding: 25px 25px 30px 25px;
	background-color: #f6f6f6;
	/*float: right;*/
	margin-left: 35px;
}

.contactH302 {
	text-align: center;
	color: #002F7B;
	font-size: 30px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 35px;
}
.contactH302.colBlack {
	color: #191818;
}
.contactUlFlex01 {
	display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.contactUlFlex01 li {
	width: 156px;
	margin-top: 35px;
}
.contactUlFlex01 li .text01 {
	text-align: center;
	font-size: 16px;
	line-height: 1.6em;
	font-weight: bold;
	padding: 5px 0px 15px 0px;
}

/*-------------------------*/

.contHisu01 {
	display: inline-block;
	background-color: #E5001B;
	border: 1px solid #707070;
	color: #ffffff;
	font-size: 14px;
	line-height: 1.3em;
	padding: 2px 8px 2px 8px;
	margin-left: 5px;
	vertical-align: middle;
}

.contactTable01 {
	display: block;
	width: 100%;
}
.contactTable01 tbody {
	display: block;
}
.contactTable01 tr {
	display: block;
}

.contactTable01 th {
	display: block;
	text-align: left;
	font-size: 18px;
	line-height: 1.7em;
	font-weight: bold;
	padding: 5px 0px 5px 0px;
}
.contactTable01 td {
	display: block;
	text-align: left;
	padding: 0px 0px 25px 0px;
}

/*--------------------*/

.formBottomArea01 {
	clear: both;
}

/*--------------------*/
.contactArea03 #lf_form_div{
}
#lf_form_div div.container {
    width: auto;
    background: none;
    border: 0;
    border-top: none;
}
#lf_form_div div.container .contactArea03 div.wrapper {
    width: auto;
    margin: 0 auto;
    background: none;
}
#lf_form_div .contactArea03 table.items {
    border: 0;
	width: 100%;
}
#lf_form_div .contactArea03 table.items tr.item {
    display: block;
}

#lf_form_div .contactArea03 table.items td.label {
    width: auto;
    text-align: left;
    font-size: 18px;
    line-height: 1.7em;
    font-weight: bold;
    padding: 5px 0px 5px 0px;
    background:none;
    display: block;
}
#lf_form_div .contactArea03 table.items td.value {
    width: auto;
    padding: 0;
    border-bottom: 0;
    background: none;
    display: block;
    font-size: 14px;
    line-height: 2.0em;
    font-weight: bold;
}
#lf_form_div .contactArea03 table.items td.value input[type="checkbox"] {
    margin-right: 5px;
    width: auto!important;
}
#lf_form_div .contactArea03 table.items td.comment {
    font-size: 12px;
    padding-left: 10px;
    color: DarkSlateGray;
    border-bottom: 0;
    background: none;
    padding: 0px 0px 10px 0px;
}
#lf_form_div .contactArea03 table.items span.required {
    display: inline-block;
    background-color: #E5001B;
    border: 1px solid #707070;
    color: #ffffff;
    font-size: 14px;
    line-height: 1.3em;
    padding: 2px 8px 2px 8px;
    margin-left: 5px;
    vertical-align: middle;
	float: none;
}
#lf_form_div .contactArea03 table.items span.label_name {
	padding-right: 5px;
    font-size: 18px;
    line-height: 1.6em;
    font-weight: bold;
    color: DarkSlateGray;
}
#lf_form_div .contactArea03 .privacy_policy {
	padding-top: 0;
    clear: both;
    font-size: 16px;
    line-height: 1.6em;
}
#lf_form_div .contactArea03 div.button_area {
    width: auto;
    margin: 10px auto 10px auto;
    background: none;
    padding: 10px 0 10px 0;
    text-align: center;
}
#lf_form_div .contactArea03 input[type=button] {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    background: transparent;
    border: 1px solid #707070;
    background-color: #E5001B;
    color: #ffffff;
    font-size: 20px;
    line-height: 1.3em;
    font-weight: bold;
    width: 406px;
    height: 74px;
    cursor: pointer;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    transition: all 0.3s ease;
	margin: 10px 10px ;
}
#lf_form_div .contactArea03 input[type=button]:hover {
    background-color: #ffffff;
    color: #E5001B;
}

/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.contactArea03 {
		margin-bottom: 60px;
	}

	.contactFlex02 {
		position: relative;
		display:block;
	}

	.contactFlex02 .box01 {
		box-sizing: border-box;
		width: auto;
		text-align: left;
		position: relative;
		top: 0px;
		left: 0px;
	}
	.contactFlex02 .box01 .box01In {
		box-sizing: border-box;
		padding: 25px 25px 30px 25px;
		background-color: #b8cff3;
		text-align: left;
	}

	.contactFlex02 .box02 {
		box-sizing: border-box;
		width: auto;
		padding: 25px 25px 30px 25px;
		background-color: #f6f6f6;
		float: none;
		margin-left: 0;
	}

	.contactH302 {
		text-align: center;
		color: #002F7B;
		font-size: 20px;
		line-height: 1.3em;
		font-weight: bold;
		margin-bottom: 35px;
	}
	.contactH302.colBlack {
		color: #191818;
	}
	.contactUlFlex01 {
		display: flex;
		justify-content: space-between;
		flex-wrap: wrap;
	}
	.contactUlFlex01 li {
		width: 156px;
		margin-top: 35px;
	}
	.contactUlFlex01 li .text01 {
		text-align: center;
		font-size: 16px;
		line-height: 1.6em;
		font-weight: bold;
		padding: 5px 0px 15px 0px;
	}

	/*-------------------------*/

	.contHisu01 {
		display: inline-block;
		background-color: #E5001B;
		border: 1px solid #707070;
		color: #ffffff;
		font-size: 14px;
		line-height: 1.3em;
		padding: 2px 8px 2px 8px;
		margin-left: 5px;
		vertical-align: middle;
	}

	.contactTable01 {
		display: block;
		width: 100%;
	}
	.contactTable01 tbody {
		display: block;
	}
	.contactTable01 tr {
		display: block;
	}

	.contactTable01 th {
		display: block;
		text-align: left;
		font-size: 16px;
		line-height: 1.7em;
		font-weight: bold;
		padding: 5px 0px 5px 0px;
	}
	.contactTable01 td {
		display: block;
		text-align: left;
		padding: 0px 0px 25px 0px;
	}

	/*--------------------*/

	.formBottomArea01 {
		clear: both;
	}




}


/* -------------------------------------------------------------------- 
	フォーム部品
-------------------------------------------------------------------- */

.contactArea03 input[type="text"] {
	box-sizing: border-box;
 border: 1px solid #ccc;
	width: 100% !important;
	height: 40px;
	padding: 8px 10px 8px;
}
.contactArea03 #item_2 input[type="text"],
.contactArea03 #item_3 input[type="text"] {
	box-sizing: border-box;
	width: 35% !important;
}
.contactArea03  #item_1 textarea {
	box-sizing: border-box;
 border: 1px solid #ccc;
	width: 100% !important;
	height: 40px;
	padding: 8px 10px 8px;
}
.contactArea03  #item_9 textarea {
	box-sizing: border-box;
 border: 1px solid #ccc;
	width: 100% !important;
	height: 130px;
	padding: 8px 10px 8px;
}
.contactArea03  #item_8 label {
	display: inline-block;
	width: 210px;
	font-size: 14px;
	line-height: 2.0em;
	font-weight: bold;
}
.contactArea03  #item_8 label input {
	margin-right: 5px;
}
.contactArea03  #item_9 td {
	padding-bottom: 40px;
	border-bottom: 1px solid #707070;
}
.contactArea03  #item_10 th {
	padding-top: 35px;
}
.contactArea03  #item_10 {
	font-size: 14px;
	line-height: 1.8em;
	font-weight: bold;
}

.contactArea03  #item_11 td,
.contactArea03  #item_12 td,
.contactArea03  #item_13 td,
.contactArea03  #item_14 td,
.contactArea03  #item_15 td,
.contactArea03  #item_16 td {
	display: table-cell;
	font-size: 14px;
	line-height: 1.8em;
	font-weight: bold;
}
.contactArea03  #item_11 td:first-child,
.contactArea03  #item_12 td:first-child,
.contactArea03  #item_13 td:first-child,
.contactArea03  #item_14 td:first-child,
.contactArea03  #item_15 td:first-child,
.contactArea03  #item_16 td:first-child {
	width: 200px;
}
.contactArea03  #item_11 td input,
.contactArea03  #item_13 td input,
.contactArea03  #item_15 td input {
	box-sizing: border-box;
	width: 300px !important;
}

span.label_name {
    padding-right: 5px;
    font-size: 18px;
	line-height: 1.6em;
    font-weight: bold;
    color: DarkSlateGray;
}

.privacy_policy {
	padding-top: 80px;
	clear: both;
	margin-bottom: 80px;
	font-size: 16px;
	line-height: 1.6em;
}
.privacy_policy .policy-text-textarea {
  width: 100%;
  border: Gainsboro 1px solid;
}
.privacy_policy .privacy-text-master {
  width: 100%;
  border: none;
}

.button_area input {
    -webkit-appearance: none;
    -moz-appearance: none;
    appearance: none;
    padding: 0;
    outline: none;
    background: transparent;
	border: 1px solid #707070;
	background-color: #E5001B;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	width: 406px;
	height: 74px;
	cursor: pointer;
	-webkit-transition: all 0.3s ease;
	-moz-transition: all 0.3s ease;
	-o-transition: all 0.3s ease;
	transition: all  0.3s ease;
}
.button_area input:hover {
	background-color: #ffffff;
	color: #E5001B;
}



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.contactArea03 input[type="text"] {
		box-sizing: border-box;
	 border: 1px solid #ccc;
		width: 100% !important;
		height: 40px;
		padding: 8px 10px 8px;
	}
	.contactArea03 #item_2 input[type="text"],
	.contactArea03 #item_3 input[type="text"] {
		box-sizing: border-box;
		width: 35% !important;
	}
	.contactArea03  #item_1 textarea {
		box-sizing: border-box;
	 border: 1px solid #ccc;
		width: 100% !important;
		height: 40px;
		padding: 8px 10px 8px;
	}
	.contactArea03  #item_9 textarea {
		box-sizing: border-box;
	 border: 1px solid #ccc;
		width: 100% !important;
		height: 130px;
		padding: 8px 10px 8px;
	}
	.contactArea03  #item_8 label {
		display: inline-block;
		width: 210px;
		font-size: 14px;
		line-height: 2.0em;
		font-weight: bold;
	}
	.contactArea03  #item_8 label input {
		margin-right: 5px;
	}
	.contactArea03  #item_9 td {
		padding-bottom: 40px;
		border-bottom: 1px solid #707070;
	}
	.contactArea03  #item_10 th {
		padding-top: 35px;
	}
	.contactArea03  #item_10 {
		font-size: 14px;
		line-height: 1.8em;
		font-weight: bold;
	}

	.contactArea03  #item_11 td,
	.contactArea03  #item_12 td,
	.contactArea03  #item_13 td,
	.contactArea03  #item_14 td,
	.contactArea03  #item_15 td,
	.contactArea03  #item_16 td {
		display: table-cell;
		font-size: 14px;
		line-height: 1.8em;
		font-weight: bold;
	}
	.contactArea03  #item_11 td:first-child,
	.contactArea03  #item_12 td:first-child,
	.contactArea03  #item_13 td:first-child,
	.contactArea03  #item_14 td:first-child,
	.contactArea03  #item_15 td:first-child,
	.contactArea03  #item_16 td:first-child {
		width: 180px;
	}
	.contactArea03  #item_11 td input,
	.contactArea03  #item_13 td input,
	.contactArea03  #item_15 td input {
		box-sizing: border-box;
		width: 130px !important;
	}

	span.label_name {
			padding-right: 5px;
			font-size: 16px;
		line-height: 1.6em;
			font-weight: bold;
			color: DarkSlateGray;
	}

	.privacy_policy {
		padding: 40px 25px 0px 25px;
		clear: both;
		margin-bottom: 40px;
		font-size: 16px;
		line-height: 1.6em;
	}
	.privacy_policy .policy-text-textarea {
		width: 100%;
		border: Gainsboro 1px solid;
	}
	.privacy_policy .privacy-text-master {
		width: 100%;
		border: none;
	}

	.button_area {
		padding: 0px 25px 0px 25px;
	}
	.button_area input {
			-webkit-appearance: none;
			-moz-appearance: none;
			appearance: none;
			padding: 0;
			outline: none;
			background: transparent;
		border: 1px solid #707070;
		background-color: #E5001B;
		color: #ffffff;
		font-size: 18px;
		line-height: 1.3em;
		font-weight: bold;
		width: 100%;
		height: 60px;
		cursor: pointer;
		-webkit-transition: all 0.3s ease;
		-moz-transition: all 0.3s ease;
		-o-transition: all 0.3s ease;
		transition: all  0.3s ease;
	}
	.button_area input:hover {
		background-color: #ffffff;
		color: #E5001B;
	}



}


/* -------------------------------------------------------------------- 
 サービス内容（システム構築サービスページ）
-------------------------------------------------------------------- */

.productsMainvisual02.service {
	background-image: url("/medical/common/img/service/service_mainvisual01.jpg");
	background-repeat: no-repeat;
	background-position: center center;
	background-size: cover;
}

.productAncNaviFlex01.service {
	display: inline-flex;
  flex-wrap: wrap;
}
.detailAncNavi.service .productAncBtn01 {
	width: 350px;
	border-top: none;
}
.detailAncNavi.service .productAncBtn01:nth-child(2) {
	margin-right: 0px;
}

.serviceFlex01 {
	margin-top: 68px;
}

.contServiceBlock01 {
	margin-top: 90px;
}

.serviceH201 {
	font-size: 30px;
	line-height: 1.4em;
	font-weight: bold;
	margin-bottom: 30px;
}

.productFlex01.serviceFlex02 {
	width: 920px;
	margin: auto;
}
.flex01Box03 {
	background-color: #ffffff;
	box-shadow: 5px 5px 20px #0000001F;
	border-radius: 21px;
	text-align: left;
	box-sizing: border-box;
	width: 414px;
	padding: 35px 25px 45px 25px;
}
.serviceP01 {
	display: flex;
	justify-content: center;
	align-items: center;
	background-color: #BABABA;
	width: 100%;
	height: 77px;
	border-radius: 80px;
	text-align: center;
	color: #ffffff;
	font-size: 20px;
	line-height: 1.3em;
	font-weight: bold;
	margin-bottom: 36px;
}
.serviceP02 {
	font-size: 16px;
	line-height: 1.6em;
}

.flex01Box0302 {
	position: relative;
}
.flex01Box03.flex01Box0302 {
	background-color: #B8CFF2;
}
.flex01Box0302 .serviceP01 {
	background-color: #002F7B;
}
.flex01Box0302::before {
	content: "";
width: 0;
height: 0;
border-style: solid;
border-width: 22px 0 22px 30px;
border-color: transparent transparent transparent #002f7b;
	position: absolute;
	top: 50%;
	margin-top: -22px;
	left: -55px;
}

.serviceBlock01 {
	padding-top: 0px !important;
}
.serviceBlock01 .productContactBox01 {
	margin-top: 0px;
}

/*---------------*/

.serviceFlex01 .imgWrap01.img01 img {
	width: 98px;
}
.serviceFlex01 .imgWrap01.img02 img {
	width: 96px;
}
.serviceFlex01 .imgWrap01.img03 img {
	width: 97px;
}

.serviceFlex01 .imgWrap01.img0102 img {
	width: 137px;
}
.serviceFlex01 .imgWrap01.img0202 img {
	width: 77px;
}
.serviceFlex01 .imgWrap01.img0302 img {
	width: 78px;
}




/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {

	.productsMainvisual02.service {
		background-image: url("/medical/common/img/service/service_mainvisual01.jpg");
		background-repeat: no-repeat;
		background-position: center center;
		background-size: cover;
	}

	.productAncNaviFlex01.service {
		display: inline-flex;
		flex-wrap: wrap;
	}
	.detailAncNavi.service .productAncBtn01 {
		width: 100%;
		/*width: 350px;*/
		border-top: none;
	}
	.detailAncNavi.service .productAncBtn01:nth-child(2) {
		margin-right: 0px;
	}

	.serviceFlex01 {
		margin-top: 68px;
	}

	.contServiceBlock01 {
		margin-top: 90px;
	}

	.serviceH201 {
		font-size: 30px;
		line-height: 1.4em;
		font-weight: bold;
		margin-bottom: 30px;
	}

	.productFlex01.serviceFlex02 {
		width: auto;
		margin: auto;
	}
	.flex01Box03 {
		background-color: #ffffff;
		box-shadow: 5px 5px 20px #0000001F;
		border-radius: 21px;
		text-align: left;
		box-sizing: border-box;
		width: auto;
		padding: 35px 25px 45px 25px;
	}
	.serviceP01 {
		display: flex;
		justify-content: center;
		align-items: center;
		background-color: #BABABA;
		width: 100%;
		height: 70px;
		border-radius: 80px;
		text-align: center;
		color: #ffffff;
		font-size: 18px;
		line-height: 1.3em;
		font-weight: bold;
		margin-bottom: 28px;
	}
	.serviceP02 {
		font-size: 16px;
		line-height: 1.6em;
	}

	.flex01Box0302 {
		position: relative;
	}
	.flex01Box03.flex01Box0302 {
		background-color: #B8CFF2;
		margin-top: 50px;
	}
	.flex01Box0302 .serviceP01 {
		background-color: #002F7B;
	}
	.flex01Box0302::before {
			content: "";
		width: 0;
		height: 0;
		border-style: solid;
		border-width: 24px 19px 0 19px;
		border-color: #002f7b transparent transparent transparent;
			position: absolute;
			top: -35px;
			margin-top: 0px;
			left: 50%;
			margin-left: -19px;
	}

	.serviceBlock01 {
		padding-top: 0px !important;
	}
	.serviceBlock01 .productContactBox01 {
		margin-top: 0px;
	}

	/*---------------*/

	.serviceFlex01 .imgWrap01.img01 img {
		width: 98px;
	}
	.serviceFlex01 .imgWrap01.img02 img {
		width: 96px;
	}
	.serviceFlex01 .imgWrap01.img03 img {
		width: 97px;
	}

	.serviceFlex01 .imgWrap01.img0102 img {
		width: 137px;
	}
	.serviceFlex01 .imgWrap01.img0202 img {
		width: 77px;
	}
	.serviceFlex01 .imgWrap01.img0302 img {
		width: 78px;
	}



}


/* -------------------------------------------------------------------- 
 
-------------------------------------------------------------------- */



/*@media screen and (max-width:768px) {*/
@media screen and (max-width:767px) {



}



/*-----*/
