/* CSS Document */
html{
    font-size: 62.5%;
}
body{
    font-size:1.6rem;/* 16px*/
    line-height: 2;
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 400;
	font-style: normal;
	text-align: center;
	overflow-x: hidden;
	background-color: #fff;
}
h1 {
    font-size: 32px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(3.2rem + ((1vw - 0.64rem) * 2.1429));/* 24px~36pxで可変*/
    line-height: 1.3;
	font-weight: 400;
	font-style: normal;
}

h2 {
    font-size: 28px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.8rem + ((1vw - 0.64rem) * 0.2143));/* 20px~24pxで可変*/
    line-height: 1.3;
	font-weight: 400;
}

h3 {
    font-size: 22px;/* IE8以下とAndroid4.3以下用フォールバック */
    font-size: calc(2.2rem + ((1vw - 0.64rem) * 0.2143));/* 20px~24pxで可変*/
    line-height: 1.3;
	font-weight: 400;
}

small {
	font-size: 80%;
}
@media (min-width: 1200px) {/* 1200px以上*/
    h1 {
        font-size: 3.6rem;/* 36px*/
    }
    h2 {
        font-size: 2.8rem;/* 24px*/
    }
}
@media screen and (max-width: 999px) {/* 640px以下*/
    body{
		line-height: 2;
		font-size: 1.6rem;
    }
    h1{
        font-size: 2.4rem;/* 24px*/
    }
    h2 {
        font-size: 2.0rem;/* 20px*/
    }
}
/*-- PC用 --*/
body::before {
	content: "";
	display: block;
	position: fixed;
	top:0;
	left: 0;
	z-index: -1;
	width:100%;
	height: 100vh;
	background-image: url("../images/common/back.png");
	background-color: rgba(255,255,255,1.00);
	background-size:cover;
	background-position:top -40px center;
	background-repeat: no-repeat;
}

/* header */
header {
	position: relative;
	width:100%;
	color: #000;
	z-index: 2;
}

header article {
	position: fixed;
	width:100%;
	top:0;
	left: 0;
	z-index: 1;
	background: #C6DEEB;
	padding: 20px 0;
}

header article section {
	width:1000px;
	margin: 0px auto 0px auto;
	text-align: justify;
}

header article section h1 {
	width:25%;
	float: left;
	margin: 0px 0 0 0;
	box-sizing: border-box;
}

header article section img {
	width:95%;
	height: auto;
	vertical-align:top;
}

header article section p#HeaderTel {
	float: right;
	width:35%;
}


/* main */
main {
	position: relative;
	padding: 80px 0 80px 0;
	font-size: 1.8rem;
}

main em {
	color:#0876EE;
	font-style: normal;
	font-weight: 600;
}

main article {
	width:1000px;
	background: rgba(255,255,255,0.9);
	padding: 1em;
	margin: 40px auto;
	border-radius: 1em;
	box-sizing: border-box;
}

main article p.back {
	text-align: center;
	margin: 1em;
}

main a:link ,
main a:visited {
	color:#000;
}

main h1 { 
	color: rgba(10,52,104,1.00);
	border-bottom: 3px solid rgba(10,52,104,1.00);
	margin-bottom: 10px;
}

main section {
	margin: 20px 0 0 0;
	text-align: justify;
}

main section h2 {
	margin: 0.5em 0 0 0;
	background: url("../images/common/h3_back.png");
	background-repeat: no-repeat;
	background-size: cover;
	text-align: justify;
	color: #005A9F;
	text-shadow:0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff,0 0 3px #fff;	
	font-family: vdl-logona, sans-serif;
	font-weight: 400;
	font-style: normal;
	padding: 5px;
}

main section h3 { 
	margin: 0.5em 0 0 0;
	color: #0068B6;
	font-weight: 600;
}
article#Article1 section#Section1_1 {
	position: relative;
	z-index: 1;
}
article#Article1 section#Section1_1 > div {
	height: 600px;
	width:960px;
	background-position:center center;
	background-size: cover;
}

article#Article1 section#Section1_1 h2 {
	width:100%;
	height: 0;
	padding-bottom: 60%;
	background: none;
	background-position:center center;
	background-size: cover;
}

article#Article1 section#Section1_1 h2 img {
	width: 100%;
}

#Section1_1 p {
	color: #005A9F;
	text-align: center;
}

#Section1_1 ul#Target {
	display: flex;
	flex-wrap: wrap;
	align-content: center;
}

#Section1_1 ul#Target li {
	width : 20%;
	padding: 5px;
	text-align: center;
	box-sizing: border-box;
	line-height: 1;
}

#Section1_1 ul#Target li:last-child {
	width:60%;
	background: #008CCE;
	color: #fff;
	border-radius: 1em;
	font-size: 1.1em;
	padding:1.5em  1em;
	line-height: 2;
}

#Section1_1 div#Situation {
	text-align: center;
	line-height: 2;
	display: none;
}

#Section1_1 div#Situation h3 {
	background: #0068B6;
	color: #fff;
	font-weight: 600;
	border-radius: 1em;
	margin-bottom: 0.5em;
}

#Section1_1 div#Situation ul li {
	background: #C6E7F9;
	color: #0068B6;
	font-weight: 600;
	border-radius: 1em;
	margin-bottom: 0.5em;
}

#Section4_1 div#Casewrap {
	display: flex;
	justify-content: space-between;
	flex-wrap: wrap;
	margin: 1em 0 0 0;
}

#Section4_1 div#Casewrap div.casebox {
	width:45%;
	box-sizing: border-box;
	margin: 1em 0 0 0;	
}

#Section4_1 div#Casewrap div.casebox div.casenote {
	width:40%;
	float: left;
}

#Section4_1 div#Casewrap div.casebox div.casenote h3 {
}

#Section4_1 div#Casewrap div.casebox div.casenote dl {
	margin: 0 0 0 0.25em;
}

#Section4_1 div#Casewrap div.casebox div.casenote dl dd {
	font-weight: 600;
	margin-left: 1em;
}

#Section4_1 div#Casewrap div.casebox div.casephoto {
	width:60%;
	float: right;
}

#Section4_1 div#Casewrap div.casebox div.casephoto img {
	width:100%;
}



#Section2_1 ul#Efficacy ,
#Section2_1 ul#Safety {
	display: flex;
	justify-content: space-around;
}

#Section2_1 ul li {
	padding: 5px;
}

#Section2_1 ul li img {
	width:100%;
}

#Section2_2 table  {
	border-collapse: collapse;
	border-bottom: 1px solid #000;
	padding: 5px;
	margin: 10px 0;
	line-height: 1.25;
	white-space: nowrap;
}

#Section2_2 table.tbl1 {
	width:65%;
	float: left;
}

#Section2_2 table.tbl2 {
	width:35%;
	float: left;
}

#Section2_2 table th {
	background: #EEE;
	border-bottom: 1px solid #000;
	border-right: 3px solid #fff;
	padding: 5px;
}

#Section2_2 table.tbl2 th {
	display: none;
}


#Section2_2 table td {
	background: #EAF5FC;
	border-bottom: 1px solid #000;
	padding: 5px 0;
	text-align: center;
}

#Section2_2 table.tbl1 td {
	font-size: 1.8rem;
}

#Section2_2 table.tbl2 td {
	padding: 5px 0;
}
	

#Section2_2 table td.ecokimera {
	background: #F9DBE8;
	font-weight: 600;
	border-bottom: 1px solid #000;
	border-right: 3px solid #fff;
}

#Section2_3 p.flexbox {
	display: flex;
	justify-content: space-between;
}

#Section2_3 img {
	width:49%;
}

#Section2_4 div.flexbox {
	display: flex;
	justify-content: space-between;
}

#Section2_4 div.flexbox > div {
	width:48%;
	box-sizing: border-box;
	text-align: center;
}

#Section2_4 div.flexbox > div h3 {
	background: #008CCE;
	color: #fff;
}

#Section2_4 div.flexbox > div img {
	width:100%;
	height: auto;
}

#Section2_4 div.flexbox > div > div {
	background: #E6D4E7;
	font-weight: 600;
	border-radius: 1em;
}

#Section2_4 div.flexbox > div > div h4 {
	color: #7F1083;
}

#Section2_5 div.flexbox {
	display: flex;	
	justify-content: space-between;
}

#Section2_5 div.flexbox div {
	width:42%;
}

#Section2_5 div.flexbox div:first-of-type {
	width:56%;
}

#Section2_5 img {
	width:100%;
}

#Section2_5 h3 {
	background: #AACC03;
	color: #231815;
	text-align: center;
}
main article#Article3 section p {
	text-align: center;
	line-height: 1.25
}


main article#Article3 {
	width:100%;
	position: fixed;
	bottom: -3em;
	right: 0px;
	background: #FFF;
	border-radius: 0;
	z-index: 2;
}

main article#Article3 section {
	margin: 0;
}

main article#Article3 section p {
	text-align: center;
	line-height: 1.25
}

main article#Article3 h2 {
	display: none;

}

main article#Article4 table {
	width: 100%;
	border: none;
	background: #fff;
	border-collapse: collapse;
	margin: 1em 0;
}

main article#Article4 table th,
main article#Article4 table td {
	border-bottom: 1px solid #000;
	border-right: 2px solid #fff;
	padding: 5px;
	text-align: center;
}

main article#Article4 table td {
	background:#ADD7EB;
}

main article#Article4 table tr:nth-child(2n) td {
	background:#fff;;
}


main article#Article4 table th {
	background:#08479E;
	color: #fff;
}


main article#Tel {
	font-family: source-han-sans-japanese, sans-serif;
	font-weight: 300;
	font-style: normal;
}

main article form em {
	color:#F00;
	font-style: normal;
	font-weight: 400;
}

main article#Tel div#Company {
	width:50%;
	margin: 1em auto;
	text-align: center;
}

main article#Tel div#Company img {
	width:100%;
}

main article#Tel dl,
main article#Tel p {
	width:70%;
	margin: auto;
}

main article#Tel dl {
	font-size: 3.2rem;
	display: flex;
	justify-content:center;
}

main article#Tel dl dt,
main article#Tel dl dd {
	background: none;
	border: none;
	padding: 0;
	margin: 0;
}

main article#Tel dl dd:nth-child(2) {
	padding-right: 1em;
}


main article#Tel dl dd a:link {
	text-decoration: none;
}

/* footer */
footer {
	background: rgba(10,52,104,1.00);
	width:100%;
	color: rgba(255,255,255,1);
	padding: 10px 0 120px 0;
}

.clearfix:after {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix:before {
	content: "";
	display: block;
	clear: both;
}
 
.clearfix {
	display: block;
}

#PageTop {
	background: rgba(120,120,120,0.5) none repeat scroll 0 0;
	border-radius: 5px;
	bottom: 1%;
	color: #fff;
	font-size: 2em;
	width:1em;
	height:1em;
	display:inline-block;
	text-align:center;
	padding: 0.5em;
	position: fixed;
	left: 5%;
	z-index: 100;
	line-height:1;
	text-decoration:none;
}

#PageTop:hover {
	background: rgba(120,120,120,1);
}

.btn {
	display: block;
	width: 70%;
	text-align: center;
	background-color: rgba(10,52,104,1.00);
	font-size: 1.2em;
	color: rgba(255,255,255,1.00);
	text-decoration: none;
	font-weight: bold;
	padding: 10px 24px;
	border-radius: 4px;
	position: relative;
	margin: 1em auto;
}


.btn,
a.btn,a.btn,
button.btn {
	display: block;
	width: 80%;
 margin: 0.25em auto;
 font-size: 1.6rem;
  font-weight: 700;
  line-height: 1.5;
  position: relative;
  padding: 1rem 1rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  letter-spacing: 0.1em;
  color: #212529;
  border-radius: 0.5rem;
}

a.btn:link,
a.btn:visited,
a.btn a.btn--orange {
  color: #fff;
  background-color:#004FE3;
}

a.btn--orange:link,
a.btn--orange:visited,
a.btn--orange {
  color: #fff;
  background-color: #eb0100;
}

a.btn--orange:hover {
  color: #fff;
  background: #f56500;
}

a.btn-c {
  font-size: 1.8rem;
  position: relative;
  padding: 1.5rem 2rem 1.5rem 2rem;
}

a.btn-c i.fa {
  margin-right: 1rem;
}

a.btn-c:before {
  font-size: 1.6rem;
  line-height: 1;
  position: absolute;
  top: calc(50% - .8rem);
  left: 1rem;
  margin: 0;
  padding: 0;
  content: "\2709";
}
a[href^="tel:"]{
	pointer-events: none;
}


.f20 {
	font-size: 2em;
}

.f15 {
	font-size: 1.5em;
}

.pc {
	display: inherit;
}
	
.sp {
	display: none;
}

.center {
	text-align: center;
}

/*-- スマホ用 --*/
@media screen and (max-width: 999px) {/* 1000px以下*/
	.pc {
		display: none;
	}
	
	.sp {
		display: inherit;
	}
	
	a[href^="tel:"]{
		pointer-events:auto;
	}
	header {
		height: auto;
	}
	
	header {
		width:100%;
		color: #fff;
		z-index: 1;
	}

	header article section {
		width:100%;
	}
	
	header article section h1 {
		width: 40%;
		margin-left: 3%;
	}

	header article section h1 img {
		width:100%;
		height: auto;
	}

	header article section p#HeaderTel {
		width:45%;
		margin-right: 1%;
	}

	main {
		padding: 120px 0 60px 0;
		font-size: 1.6rem;
	}
	
	main article {
		width:96%;
		margin: 10px auto;
	}
	
	main img {
		width:100%;
		height: auto;
	}
	
	#Section1_1 ul#Target {
		justify-content: space-around;
	}
	#Section1_1 ul#Target li {
		width : calc(100%/4);
	}

	#Section1_1 ul#Target li:last-child {
		width:100%;
		font-size: 0.95em;
		padding: 0.5em 0.25em;
	}
	
	#Section2_1 h3 {
		font-size: 2rem;
	}
	#Section2_2 table.tbl1 ,
	#Section2_2 table.tbl2 {
		width:100%;
		float: none;
	}

	#Section2_2 table th {
		width:35%;
	}

	#Section2_2 table.tbl2 th {
		display: table-cell;
	}

	#Section2_3 p.flexbox {
		display: block;
	}

	#Section2_3 img {
		width:100%;
	}
	#Section2_4 div.flexbox {
		display: block;
		justify-content: space-between;
	}

	#Section2_4 div.flexbox > div {
		width:100%;
	}

	#Section2_5 div.flexbox {
		display:block;	
		justify-content: space-between;
	}

	#Section2_5 div.flexbox div {
		width:98%;
	}

	#Section2_5 div.flexbox div:first-of-type {
		width:98%;
	}
	
	#Section4_1 div#Casewrap {
		display: block;
	}

	#Section4_1 div#Casewrap div.casebox {
		width:100%;
		box-sizing: border-box;
		margin: 1em 0 0 0;

	}
	#Section4_1 div#Casewrap div.casebox div.casenote {
		width:100%;
		float: none;
	}

	#Section4_1 div#Casewrap div.casebox div.casenote h3 {
	}

	#Section4_1 div#Casewrap div.casebox div.casenote dl dt {
		float: left;
		width:5em;
	}

	#Section4_1 div#Casewrap div.casebox div.casenote dl dd {
		margin-left: 5em;
	}

	#Section4_1 div#Casewrap div.casebox div.casephoto {
		width:100%;
		float: none;
	}
	main article#Article3 {
		width:100%;
		position: fixed;
		bottom: -1em;
		right: 0px;
		border-radius: 0 ;
		background: #FFF;
	}
	
	
	main article#Tel div#Company {
		width:80%;
	}

	main article#Tel div#Company img {
		width:100%;
	}

	main article#Tel dl,
	main article#Tel p {
		width:100%;
		margin: auto;
	}

	main article#Tel dl {
		font-size: 3.2rem;
		display: block;
		justify-content:center;
	}

	main article#Tel dl dt,
	main article#Tel dl dd {
		background: none;
		border: none;
		padding: 0;
		margin: 0;
	}

	main article#Tel dl dt {
		float: left;
		width:3em;
	}
	
	main article#Tel dl dd:nth-child(2) {
		padding-right: 1em;
	}


	main article#Tel dl dd a:link {
		text-decoration: none;
	}

	footer {
		padding-bottom: 160px;
	}

	a.btn:link ,
	a.btn:hover ,
	a.btn:visited {
		color: #fff;
	}
	
	#PageTop {
		font-size: 1em;
		left: 2%;
		bottom: 10%;
	}

}

