/*------------------------------
base
-------------------------------*/
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 100;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 200;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 300;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Medium");
  font-weight: 400;
}
@font-face {
  font-family: "Yu Gothic";
  src: local("Yu Gothic Bold");
  font-weight: bold;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 100;
}
@font-face {
  font-family: "Helvetica Neue";
  src: local("Helvetica Neue Regular");
  font-weight: 200;
}
html {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", "Yu Gothic", YuGothic, Verdana, Meiryo, "M+ 1p", sans-serif;
}
@media all and (-ms-high-contrast: none) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
@media all and (-ms-high-contrast: active) {
  html {
    font-family: Verdana, Meiryo, sans-serif;
  }
}
/*------------------------------

-------------------------------*/
#top-v {
display: none;
}
.inner {
  width: 90%;
  margin: 0 auto;
}
.waribiki {
  width: 500px;
  height: 50px;
  text-align: center;
  margin: 70px auto;
  line-height: 50px;
  padding: 0.5em 1em;
  text-decoration: none;
  background: #d04646;
  color: #FFF;
  border-bottom: solid 4px #982525;
  border-radius: 3px;
  cursor: pointer;
  font-weight: bold;
  font-size: 20px;
  letter-spacing: 3px;
}
.waribiki a{
	color: #fff;
	text-decoration: none;
}
.setsumei p,
.tokucyo p{
  font-size: 40px;
  margin: 50px auto;
  padding-bottom: 25px;
  position: relative;
	width: 500px;
}
.setsumei p:after,
.tokucyo p:after{
  content: "";
  display: block;
  background: #333;
  width: 150px;
  height: 3px;
  position: absolute;
  left: 0;
  bottom: 0;
}
.setsumei ul {
  padding: 0.5em 1em 0.5em 2.3em;
  position: relative;
	    width: 400px;
    margin: 50px auto;
}
.setsumei ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important; /*ポチ消す*/
  font-size: 20px;
  padding-left: 20px;
}
.setsumei ul li:before {
  font-family: "FontAwesome";
  content: "\f00c";
  position: absolute;
  left: 1em; /*左端からのアイコンまで*/
  color: #d04646; /*アイコン色*/
}

.tokucyo ul {
  padding: 0.5em 1em 0.5em 2.3em;
	counter-reset: number 0;
		    width: 400px;
    margin: 50px auto;
}
.tokucyo ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important; /*ポチ消す*/
  font-size: 20px;
	counter-increment: number 1;
}
.tokucyo ul li:before {
  color: #d04646; /*アイコン色*/
	content: counter(number) " ";
}

.tokucyo-title{
margin: 150px 0 70px;
    font-size: 40px;
    font-weight: bold;	
}
.tokucyo1 .flex,
.tokucyo2 .flex,
.tokucyo3 .flex{
	display: -webkit-flex;
	display: -moz-flex;
	display: -ms-flex;
	display: -o-flex;
	display: flex;
	justify-content: space-around;
	align-items: center;
	    width: 80%;
    margin: 0 auto;
}
.tokucyo1 .flex .left{
    background-image: url(img/0004.jpg);
    width: 50%;
    height: 300px;
    background-size: contain;
	background-repeat: no-repeat;
	    background-position: center;
}
.tokucyo1 .flex .right{
	width: 50%;
	height: 300px;
}
.right-title{
	font-size: 28px;
	font-weight: bold;
	margin: 30px 0;
}
.rigth-txt{
	font-size: 25px;
	line-height: 1.5;
}

.tokucyo1-setsumei{
	font-size: 20px;
    border: solid 1px #333;
    border-radius: 50px;
    position: relative;
	height: 70px;
    line-height: 70px;
    text-align: center;
    margin-top: 60px;
}
.tokucyo1-setsumei img{
display: block;
    width: 150px;
    position: absolute;
	left: 10%;
    top: -70px;
}

.tokucyo2 .flex .left{
    background-image: url(img/0005.PNG);
    width: 50%;
    height: 300px;
    background-size: contain;
	background-repeat: no-repeat;
	    background-position: center;
}
.tokucyo2 .flex .right{
	width: 50%;
}
.tokucyo2-setsumei{
	font-size: 20px;
    border: solid 1px #333;
    border-radius: 50px;
    position: relative;
	height: 100px;
    text-align: center;
    margin-top: 60px;	
	    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}
.tokucyo2-setsumei img{
display: block;
    width: 150px;
    position: absolute;
	right: 0;
    top: -70px;	
}

.tokucyo3 .flex .left{
    background-image: url(img/0008.PNG);
    width: 50%;
    height: 300px;
    background-size: contain;
	background-repeat: no-repeat;
	    background-position: center;
}
.tokucyo3 .flex .right{
	width: 50%;
}
.tokucyo3-setsumei{
	font-size: 20px;
    border: solid 1px #333;
    border-radius: 50px;
    position: relative;
	height: 100px;
    text-align: center;
    margin-top: 90px;	
	    display: flex;
    align-items: center;
    justify-content: center;
    line-height: 1.5;
}
.tokucyo3-setsumei img{
display: block;
    width: 150px;
    position: absolute;
	left: 10%;
    top: -70px;	
}

.review-title,
.question-title{
    margin: 150px 0 50px;
    font-size: 40px;
    font-weight: bold;
    text-align: center;	
}
.review1,
.review2,
.review3,
.question1,
.question2,
.question3{
    font-size: 30px;
    margin: 30px 0;	
	font-weight: bold
}
.review-txt,
.question-txt{
	font-size: 20px;
    line-height: 1.5;
}

.labo,
.official{
	font-size: 20px;
	margin: 20px 0;
}


.info{
	margin: 100px 0;
}
.info h1{
	    font-size: 25px;
    font-weight: bold;
}
.info table{
	margin: 50px 0;
}
.info table th{
	padding: 10px;
}

.privacy h3{
	    font-size: 25px;
    font-weight: bold;
    margin: 20px 0;
}
.p-title{
	margin: 10px 0;
	font-size: 18px;
	font-weight: bold;
}
.p-txt{
	line-height: 1.5;
}
.top img{
	width: 100%;
}
.privacy p {
	line-height: 1.5;
}

.tokucyo2 .right-txt li,
.tokucyo3 .rigth-txt li{
    list-style: square;
    margin: 10px 0;
    line-height: 1.5;
}
.tokucyo2 .right-txt{
	font-size: 21px;
}