@charset "UTF-8";

body {
	max-width: 100%;
	height:auto;
	margin: 0 auto;
}
header {
	width:100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	border-bottom: solid 3px #c1c1c1;
}
header ul.clearfix {
	margin: 0 auto;
	text-align: center;
	max-width: 750px;
}
header ul.clearfix li.nfcLogo {
	padding: 2px;
	float: right;
	width: 48%;
	height: auto;
}
header ul.clearfix li.orixLogo {
	padding: 2px;
	float: left;
	width: 48%;
	height: auto;
	margin-left: 4%;
}
header ul.clearfix img {
	width: 100%;
	height: auto;
}
main {
	position: relative;
	display: block;
	width: 100%;
	height: auto;
	background: url("../img/main.jpg") top center no-repeat;
	background-size: 110%;
	z-index: 100;
}
main #main {
	max-width: 750px;
	height: auto;
	margin: 0 auto;
	padding: 15px 0;
}
#catch {
	position: relative;
	width: 100%;
	height: auto;
	padding: 16% 0 0;
}
h1 {
	margin-top: 30px;
	text-align: center;
	font-size: 1.5rem;
	line-height: 1.5em;
	margin: 0 auto;
}
#title_bl{
	color: #2e318f;
}
#title_rd01{
	color: #fff;
	display: inline-block;
	background: #be272d;
	font-size: 2rem;
	padding: 5px 9px 0px;
	margin-right: 7px;
}
#title_rd02{
	color: #be272d;
	font-size: 2rem;
}
h2{
	width: 958px;
	height: auto;
	color: #fff;
	font-size: 1.5rem;
	font-weight: bold;
	padding: 5px 0 0 20px;
	vertical-align: middle;
	margin: 0;
}
#sub_title{
	position:absolute;
	top: 1%;
	left: 50%;
	width: 66%;
	transform: translateX(-50%);
}
img{
	width:100%;
	height: auto;
}
#catch .btn {
	text-align: center;
	margin-top: 40%;
}
#catch .btn form .soudan {
	width: 95%;
}
#catch .btn form .soudan img{
	width: 100%;
}
#catch .btn .tel {
  	width: 95%;
  	margin: -0.8rem auto 0;
}
#catch .btn .tel img{
	width: 100%;
}
#catch .btn .tel a {
	display:block;
	color: #fff;
}

/*===== Gnavi =====*/
#Gnavi {
	position: relative;
	width: 100%;
	height: auto;
	background: #0068b7;
	z-index: 999;
}
#Gnavi .navi {
	max-width: 750px;
	position: relative;
	height: auto;
	margin: 0 auto;
}
#Gnavi .navi ul {
	width: 100%;
	height: auto;
	margin: 0 auto;
	font-size: 0;
	text-align: center;
}
#Gnavi .navi ul li {
	display: inline-block;
	width: 33%;
	height: auto;
	border-right: solid 2px #fff;
	background: #0068b7;
	text-align: center;
	padding: 15px 0;
}
#Gnavi .navi ul li a {
	font-size: 1rem;
	color: #fff;
	line-height: 1.3em;
	display:block;
}
#Gnavi .navi ul li:last-child {
	border-right: none;
}
#Gnavi .select {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
}
#Gnavi .select p {
	max-width: 700px;
	padding-left: 45px;
	text-indent: -25px;
	padding-top: 0px;
	padding-bottom: 15px;
	line-height: 0.8em;
	margin: 0 auto;
}
#Gnavi .select p:before{
	position: relative;
	left: -9px;
	top: 20px;
	content: '';/*何も入れない*/
	display: inline-block;/*忘れずに！*/
	background: url(../img/check_box.png) top left no-repeat;
	width: 28px;
	height: 30px;
	background-size: 100%;
}

.checkBox{
	width: 3rem;
	height: 3rem;
	margin: 0;
	position: absolute;
	top: 0.3rem;
	left: 0.3rem;
	z-index: 99;
}
.checkBox label{
	position: absolute;
	top: 50%;
	transform: translateY(-50%);
}
/*----------------*/
.dispFlex{
	display:-webkit-box;
	display:-ms-flexbox;
	display:flex;
}
.flex-clm{
	-webkit-box-orient: vertical;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: column;
  	flex-direction: column;
}
.flex-row{
	-webkit-box-orient: horizontal;
  	-webkit-box-direction: normal;
  	-ms-flex-direction: row;
  	flex-direction: row;
}
.flex-wrap{
	-ms-flex-wrap: wrap;
  	flex-wrap: wrap;
}
.justify-between{
	-webkit-box-pack: justify;
	-ms-flex-pack: justify;
	justify-content: space-between;
}
/*----------------*/

/*===== productsBox =====*/
.productsBox{
	height: auto;
    padding: 10px;
    margin: 0;
}
.productsBox li{position: relative;background: #fff;margin-bottom: 0.8rem;}
.productsDetail{
	width: 100%;
	margin-top: 0;
	border-radius: 5px;
	padding-bottom: 1rem;
	margin-bottom: 0;
}
.productsData1{
	width: 100%;
	padding-left: 3.5rem;
	font-weight: bold;
	font-size: 1rem;
	line-height: 3rem;
}
.productsData2{
	width: 33%;
	height: auto;
	/* position: relative; */
	margin-top: 1.4rem;
	margin-left: 0;
}
.productsData2 img{
	/* position: absolute; */
	/* top: 4%; */
	}
.productsData3{
	width: 64%;
	/* height: 60px; */
	font-size: 1rem;
	font-weight: bold;
	color: #333333;
	margin-top: 1.3rem;
	margin-left: 2%;
	text-align: left;
}
.productsData4{
	width: 100%;
	margin: 0;
	margin-top: 0.5rem;
}
.productsData4 ul{
	padding-left: 0;
}
.productsData4 li{
	width: 46%;
	margin: 0 auto;
}
.productsData4 li:last-child{
	margin-left: 0;
	position: relative;
}
#contents .productsData4 .btnBox{
	padding: 0;
	margin-top: 0.5rem;
}
.annotation{
	font-size: 0.8rem;
	color: #009a44;
	margin: 0;
	text-align: right;
	margin-right: 0.6em;
}

/*===== death =====*/
#death{
	background: #f0f9ff;
}
#death h2.title {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.8rem;
	padding: 5px 0;
	margin: 0;
	vertical-align: middle;
	background-color: #0073bb;
	text-align: center;
	background-image:
		-webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #0055a7),
		 color-stop(.25, transparent),color-stop(.5, transparent),
		 color-stop(.5, #0055a7),color-stop(.75, #0055a7),
		 color-stop(.75, transparent),to(transparent));
		-webkit-background-size: 6px 6px;
}
#death .productsDetail {
	border: 5px solid #0068b7;
}
#death .checkBox {
	background: #d7edff;
}
#death .productsData1{
	color: #0068b7;
	border-bottom: 1px dashed #0068b7;
	position: relative;
}
#death .productsData1 #net{
	position: absolute;
	top: 0;
	right: 0;
	width: 115px;
	height: 22px;
	margin: 0;
}

/*===== medical =====*/
#medical{
	background: #fff8fc;
}
#contents .medical h2.title {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.8rem;
	padding: 5px 0;
	margin-top: 0;
	vertical-align: middle;
	background-color: #df3474;
	text-align: center;
	background-image: -webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #ef458e),
   color-stop(.25, transparent),color-stop(.5, transparent),
   color-stop(.5, #ef458e),color-stop(.75, #ef458e),
   color-stop(.75, transparent),to(transparent));
	-webkit-background-size: 6px 6px;
}
#medical .productsDetail {
	border: 5px solid #df3474;
}
#medical .checkBox {
	background: #ffe3ee;
}
#medical .productsData1{
	border-bottom: 1px dashed #df3474;
	color: #df3474;
	position: relative;
}
#medical .productsData1 #lady{
	position: absolute;
	top: 0;
	right: 0;
	width: 70px;
	height: 22px;
	margin: 0;
}

/*===== cancer =====*/
#cancer{
	background: #ebffeb;
}
#contents .cancer h2.title {
	width: 100%;
	height: auto;
	color: #fff;
	font-size: 1.8rem;
	padding: 5px 0;
	margin-top: 0;
	vertical-align: middle;
	background-color: #009483;
	text-align: center;
	background-image:
		-webkit-gradient(linear, 0 0, 100% 100%,color-stop(.25, #007865),
		 color-stop(.25, transparent),color-stop(.5, transparent),
		 color-stop(.5, #007865),color-stop(.75, #007865),
		 color-stop(.75, transparent),to(transparent));
		-webkit-background-size: 6px 6px;
}
#cancer .productsDetail {
	border: 5px solid #3d9941;
}
#cancer .checkBox {
	background: #d5f7d5;
}
#cancer .productsData1{
	border-bottom: 1px dashed #3d9941;
	color: #3d9941;
}

/*===== cure =====*/
#contents {
	width: 100%;
	height: auto;
	margin: 0 auto;
}
#contents .medical .checkCure {
	width: 95%;
	max-width: 700px;
	height: auto;
	border: solid 5px #00b9ef;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
	background: url(../img/baku_cure.png) no-repeat;
	background-color: #fff;
	background-position: right bottom;
	background-size: 20%;
}
#contents .medical .checkCure p.curecheck {
	display: inline-block;
	width: 30%;
	height: auto;
	background: #00b9ef;
	vertical-align: middle;
	margin: 0;
}
#contents .medical .checkCure p.logo {
	width: 50%;
	height: auto;
	display: inline-block;
	text-align: center;
	vertical-align: middle;
}
#contents .medical .checkCure p.logo img {
	width: 84%;
	height: auto;
}
#contents .medical .cure {
	position: relative;
	width: 95%;
	max-width: 700px;
	height: auto;
	background: #fff;
	margin: 0 auto;
	padding: 10px;
	border-left: solid 5px #00b9ef;
	border-right: solid 5px #00b9ef;
	line-height: 1em;
}

#contents .medical h3.cure {
	width: 95%;
	max-width: 700px;
	padding: 2%;
	background: #00b9ef;
	margin: 0 auto;
	text-align: center;
	color: #fff;
}
#contents .medical .cureCont {
	width: 95%;
	max-width: 700px;
	background: #fff;
	border: solid 5px #00b9ef;
	margin: 0 auto;
}


input[type="checkbox"] {
    font-size: 100%;
    height: 1.5rem;
    width: 1.5rem;
    margin: 50%;
}
ul.comments {
	max-width: 100%;
	margin: 0 auto;
	background: #fff;
	padding: 20px;
}
ul.comments li {
	padding-left: 1.5em;
	text-indent: -1.3em;
	line-height: 1.4em;
}
ul.comments li.no {
	padding: 10px 0;
	text-align: right;
	font-weight: bold;
}
p.toTop {
	text-align: center;
	position: fixed;
	bottom: 100px;
	right: 10px;
}
p.toTop img {
	opacity: 0.7;
}
/*================================
  floatingMenu
================================*/
#floatingMenu {
  position: relative;
  width: 100%;
  height: auto;
  z-index: 99;
  margin: 0 auto;
  text-align: center;
}
#floatingMenu .footerBtn {
  width: 100%;
  height: auto;
  position: fixed;
  background-color: rgba(250,250,250,0.8);
  box-shadow: 0px -6px 3px -3px rgba(50,50,50,0.4);
  left: 0;
  bottom: 0;
  z-index: 99;
  text-align: center;
}
#floatingMenu .footerBtn .Fsoudan #checkAll {
  float: left;
  text-align: center;
  width: 46%;
  font-weight: bold;
  color: #ffffff;
  font-size: 120%;
  padding: 10px 5px;
  border-radius: 10px;
  margin: 0 0 5px 10px;
  border-style: none;
  line-height: 1.3em;
  background-image: linear-gradient(to bottom, #ee9124, #ee6e24);
  box-shadow: 0 3px rgba(164,51,51,1);
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
#floatingMenu .footerBtn p.Ftel {
  float: right;
  text-align: center;
  width: 46%;
  font-weight: bold;
  font-size: 120%;
  padding: 10px 5px;
  border-radius: 10px;
  margin: 0 10px 5px 0;
  line-height: 1.3em;
  background-image: linear-gradient(to bottom, #00d3a0, #00bfa0);
  box-shadow: 0 3px rgba(0,99,44,1);
  text-shadow: -1px -1px 0 rgba(0,0,0,0.3);
}
#floatingMenu .footerBtn p.Ftel a {
	text-decoration: none;
	color: #fff;
}
#floatingMenu .footerBtn p.Ftext {
  float: right;
	width: 50%;
	display: inline-block;
	padding: 0;
	margin: 0;
	text-align: center;
}
/*===== company =====*/
.company {
	width: 96%;
	padding: 2%;
	background: #fff;
	margin: 0;
	border-top: solid 3px #c1c1c1;
}
.company p {
	max-width: 710px;
	height: auto;
	padding-bottom: 10px;
	margin: 0 auto;
	text-decoration: none;
}
/*===== footer =====*/

footer {
	width: 100%;
	height: auto;
	margin: 0 auto;
	background: #fff;
	padding-bottom: 20px;
}
footer .footerLink {
	width: 90%;
	height: auto;
	margin: 0 auto;
	text-align:left;
}
footer .footerLink a {
	color: #0055a7;
}
footer .footerLink ul li {
	padding: 5px;
	margin-bottom: 5px;
	font-weight: bold;
	font-size: 1.2em;
	background: #e1edf8;
}
p.copy {
	width: 100%;
	height: auto;
	margin: 0;
	padding: 10px 0 120px 0;
	text-align: center;
	background: #0055a7;
	color: #fff;
}
/*--------------------------------------------------------*/
@media screen and (max-width:340px) {
	#catch .btn form .soudan:after {
		display: none;
	}
	h1 {
		 font-size: 1.4rem; 
	}
	#title_rd01{
		color: #fff;
		display: inline-block;
		background: #be272d;
		font-size: 1.8rem;
		padding: 4px 7px 0px;
		margin-right: 7px;
	}
	#title_rd02{
		color: #be272d;
		font-size: 1.8rem;
	}
	#catch .btn{
		margin-top: 38%;
	}
	.productsData1{
		font-size: 0.8rem;
	}
	.productsData3{
		font-size: 0.8rem;
	}
	#death .productsData1 #net{
		width: 93px;
		height: 18px;
	}
	#medical .productsData1 #lady{
		width: 57px;
		height: 18px;
	}
	#Gnavi .navi ul li a {
		font-size: 14px;
		color: #fff;
		line-height: 1em;
		display:block;
	}
	p.btn {
		font-size: 0.9em;
	}
	#floatingMenu .footerBtn p.Ftel {
		font-size: 100%;
	}
	#floatingMenu .footerBtn .Fsoudan #checkAll {
		font-size: 100%;
	}
	#floatingMenu .footerBtn p.Ftext {
		width: 60%;
}
}
/*----------------*/
@media screen and (min-width:768px) {
	h1 {
		line-height: 1.6em;
		font-size: 2.8em;
	}
	#title_rd01{
		color: #fff;
		display: inline-block;
		background: #be272d;
		font-size: 3.6rem;
		padding: 8px 12px 0px;
		margin-right: 7px;
	}
	#title_rd02{
		color: #be272d;
		font-size: 4rem;
	}
	#sub_title{
		top: 4%;
		width: 72%;
	}
	#Gnavi .navi ul li a{
		font-size: 1.4rem;	
	}
	#Gnavi .select p small{
		line-height: 1.4em;
	}
	small{
		font-size: 1em;
	}
	.checkBox{
		width: 4rem;
		height: 4rem;
	}
	.productsData1{
		font-size: 1.6rem;
		line-height: 4rem;
		padding-left: 5rem;
	}
	.productsData2{
		margin-left: 5%;
	}
	.productsData3{
		width: 50%;
		margin-left: 6%;
		margin-right: 6%;
		margin-top: 2rem;
		font-size: 1.3rem;
	}
	.productsData4 li{
		width: 40%;
	}
	.annotation{
		font-size: 1rem;
		bottom: -1rem;
		text-align: center;
	}
	#death .productsData1 #net{
		width: 146px;
		height: 28px;
	}
	#medical .productsData1 #lady{
		width: 89px;
		height: 28px;
	}
	
	
	input[type="checkbox"] {
		margin: 50%;
		height: 2rem;
		width: 2rem;
 }
}
