/*------------------------------
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: 95%;
  margin: 0 auto;
}
.waribiki {
  width: 90%;
  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;
}
.waribiki a{
	color: #fff;
	text-decoration: none;
}
.setsumei p,
.tokucyo p{
  font-size: 30px;
  margin: 50px auto;
  padding-bottom: 25px;
  position: relative;
	width: 90%;
}
.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: 100%;
    margin: 50px auto;
	box-sizing: border-box;
}
.setsumei ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important; /*ポチ消す*/
  font-size: 18px;
  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: auto;
    margin: 50px auto;
}
.tokucyo ul li {
  line-height: 1.5;
  padding: 0.5em 0;
  list-style-type: none !important; /*ポチ消す*/
  font-size: 18px;
	counter-increment: number 1;
}
.tokucyo ul li:before {
  color: #d04646; /*アイコン色*/
	content: counter(number) " ";
}

.tokucyo-title{
    font-size: 25px;
    font-weight: bold;
	margin: 20px 0;
}
.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);
    height: 300px;
    background-size: contain;
	background-repeat: no-repeat;
	    background-position: center;
}
.tokucyo1 .flex .right{
	    line-height: 1.5;
}
.right-title{
	font-size: 18px;
	font-weight: bold;
	margin: 30px 0;
}
.rigth-txt{
	font-size: 16px;
	line-height: 1.5;
}

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

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

.tokucyo3 .flex .left{
    background-image: url(img/0008.PNG);
    height: 300px;
    background-size: contain;
	background-repeat: no-repeat;
	    background-position: center;
}
.tokucyo3 .flex .right{

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

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

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


.info{
	margin: 50px 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;
}

.tokucyo1-setsumei img,
.tokucyo2-setsumei img,
.tokucyo3-setsumei img{
	display: none;
}
.tokucyo1,
.tokucyo2,
.tokucyo3{
	text-align: left;
}
.spnone{
	display: none;
}
.top img{
	width: 100%;
}
.privacy p {
	line-height: 1.5;
}