/* CSS Document */

/*
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: 300;
	font-style: normal;
*/




#biito2 #hero{
	background: #F2EEE4;
}

#biito2 #hero .inner{
	width: 90%;
	max-width: 1000px;
	margin: auto;
	padding: 120px 0 80px;
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
	align-items:center;
}

#biito2 #hero .inner .image{
	width: 40%;
	text-align: left;
}

#biito2 #hero .inner dl{
	width: 56%;
	text-align: left;
}

#biito2 #hero .inner dt{
	font-size: 30px;
	font-family: a-otf-ryumin-pr6n,serif;
	font-weight: bold;
}

#biito2 #hero .inner dd{
	line-height: 2;
}

#biito2 #hero .inner dd p{
	font-size: 25px;
	margin: 20px auto ;
	line-height: 1.5;
}



#biito2 #set{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#biito2 #set .block{
	width: 48%;
	background: #F2EDE7;
}

#biito2 #set .block .ttl{
	background: #BFB7B4;
	color: #fff;
	font-family: a-otf-ryumin-pr6n,serif;
	font-size: 30px;
	padding: 10px 0;
}

#biito2 #set .block .box{
	display:flex;
	flex-wrap:wrap;
	align-items: center;
	padding: 20px 30px 40px;
}

#biito2 #set .block .box:before{
	content: " 付属フィルター";
	font-size: 23px;
	font-weight: bold;
	display: block;
	margin-bottom: 5px;
	width: 100%;
}

#biito2 #set .block .box ul{
	width: 55%;
	text-align: left;
}

#biito2 #set .block .box .item{
	width: 40%;
}

#biito2 #set .block .box p{
	width: 100%;
	font-size: 14px;
	text-align: left;
	line-height: 1.4;
}


#biito2 #about .inner{
	margin-bottom: 120px;
}

#biito2 #about h4{
	border-top: 3px dotted #997F4A;
	border-bottom: 3px dotted #997F4A;
	padding: 30px 0;
	margin-bottom: 60px;
	font-size: 40px;
	font-weight: 100;
	color: #997F4A;
}

#biito2 #about #four{
	margin-bottom: 120px;
	counter-reset: number;
}

#biito2 #about #four ul{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-between;
}

#biito2 #about #four ul li{
	width: 48%;
	background: #F2EDE7;
	border: 1px solid #997F4A;
	margin-bottom: 4%;
	padding: 30px 3% 50px;
	box-sizing: border-box;
	font-size: 23px;
	font-weight: bold;
	counter-increment: number;
}

#biito2 #about #four ul li:before{
	content:"POINT"  counter(number , decimal-leading-zero);
	display: block;
	color: #997F4A;
	font-size: 40px;
	font-weight: 100;
	border-bottom: 3px dotted #997F4A;
	padding-bottom: 15px;
	margin-bottom: 30px;
}

#biito2 #about #four ul li br{
	display: none;
}
#biito2 #about #four ul li span{
	font-size: 12px;
	vertical-align: top;
}


#biito2 #about .block{
	margin-bottom: 50px;
}

#biito2 #about .block .text dl dt{
	background: #BFB7B4;
}

#biito2 #about table{
 border-left: 1px solid #3F3A34;
}

#biito2 #about table th{
	background: #3F3A34;
	padding: 15px 0;
	color: #fff;
	text-align: center;
	vertical-align: middle;
	font-size: 18px;
}

#biito2 #about table th:nth-of-type(2){
	background: #DF3E3E;
}

#biito2 #about table th:nth-of-type(2),
#biito2 #about table th:nth-of-type(3){
	width: 40%;
}

#biito2 #about table td{
	border-bottom: 1px solid #3F3A34;
	border-right: 1px solid #3F3A34;
	padding: 20px 5px;
	vertical-align: middle;
}

#biito2 #about table td:nth-of-type(2){
	color: #DF3E3E;
}

#biito2 #about table .flex{
	display: flex;
	flex-wrap: wrap;
	justify-content: center;
	align-items: center;
	text-align: left;
}

#biito2 #about table .flex img{
	margin-left: 15px;
}

#biito2 #about .border{
	border: 3px solid #CCBA95;
	padding: 50px;
}

#biito2 #about .border ol{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

#biito2 #about .border li{
	width: 30%;
	max-width: 265px;
}

#biito2 #about .border li span{
	display: block;
	background: #F1EDE6;
	padding: 20px 0;
	font-weight: bold;
	color: #997F4A;
	font-size: 23px;
}

#biito2 #about .border li p{
	text-align: left;
	margin-top: 20px;
	width: 100%;
}





















#biito2 #feature{
	background: #F2EEE4;
	padding: 85px 0;
}

#biito2 #feature .w1000{
	display:flex;
	flex-wrap:wrap;
	justify-content:space-around;
}

#biito2 #feature .w1000 .box{
	width: 47%;
	max-width: 445px;
}

#biito2 #feature .w1000 .box h4{
	background: #BFB7B4;
	color: #fff;
	font-size: 23px;
	letter-spacing: 2px;
	font-weight: normal;
	padding: 10px 0;
}

#biito2 #feature .w1000 .box p{
	text-align: left;
	margin: 20px auto;
}




#biito2 #howto .inner .ttl{
	background:#BFB7B4;
}

#biito2 #howto .period{
	background:#BFB7B4;
	text-align: center;
	padding: 5% 8%;
	margin-top: 50px;
}

#biito2 #howto .period .ttl{
	color: #fff;
	font-size: 20px;
	font-weight: bold;
	border-bottom: 2px solid #fff;
	padding-bottom: 20px;
	margin-bottom: 50px;
}

#biito2 #howto .period p{
	background: #000;
	color: #fff;
	padding: 5px 0;
	max-width: 730px;
	margin: 30px auto 10px;
	font-size: 18px;
}

#biito2 #howto .period p span{
	color: #BEA779;
}




#spec h3{
	margin-bottom: 50px;
}



@media only screen and (max-width:768px) { 
	#biito2 #intro {
	  margin: 0px auto 80px;
	}
	#biito2 #hero .inner .image {
	  width: 33%;
	}
	#biito2 #hero .inner dt {
	  font-size: 24px;
	 }
	 #biito2 #hero .inner dd p {
	  font-size: 18px;
	}
	#biito2 #set .block {
	  width: 100%;
	  margin-bottom: 30px;
	}
	 #biito2 #set .block .ttl {
	  font-size: 25px;
	 }
	 #biito2 #set .block .box::before {
	  font-size: 20px;
	}
	 #biito2 #set .block .box p{
		margin-top: 10px;
	 }
	 #biito2 #about #four ul li{
		font-size: 19px;
	}
	 #biito2 #about #four ul li br{
		display: block;
	}
	 #biito2 #about .block{
		padding-top: 0;
	 }
	 #biito2 #about .block {
	  margin-bottom: 30px;
	}
	#biito2 #about .border {
	  border: 3px solid #CCBA95;
	  padding: 5% 2%;
	  box-sizing: border-box;
	  width: 100%;
	  max-width: none;
	}
	#biito2 #about .border li p{
		line-height: 1.6;
	}
}




 @media only screen and (max-width:640px) { 
#biito2 #hero .inner {
  padding: 60px 0;
  display: block;
}
#biito2 #hero .inner .image{
 	margin: 0 auto 30px;
 }
 #biito2 #hero .inner dl {
  width: 100%;
}
#biito2 #set .block .ttl {
  font-size: 22px;
}
#biito2 #set .block .box{
	padding: 20px 20px 40px;
}
#biito2 #set .block .box ul {
  width: 60%;
  font-size: 13px;
} 
#biito2 #set .block .box p {
  font-size: 11px;
}
#biito2 #about {
  padding: 0;
}
#biito2 #about #four ul li {
  width: 100%;
  padding: 20px 3% 40px;
}
#biito2 #about #four ul li::before {
  font-size: 30px;
  padding-bottom: 7px;
  margin-bottom: 25px;
}
#biito2 #about #four ul li {
  font-size: 18px;
}
#biito2 #about h4 {
  padding: 20px 0;
  margin-bottom: 35px;
  font-size: 32px;
}
#biito2 #about .inner {
  margin-bottom: 70px;
}
#biito2 #about table th{
	font-size: 14px;
}
#biito2 #about table th img{
	width: 70%;
}
#biito2 #about table td{
	font-size: 13px;
	line-height: 1.5;
}
#biito2 #about table .flex{
	line-height: 1.5;
}
#biito2 #about table .flex img {
  margin: 10px 0;
}
#biito2 #about .border {
  border: 2px solid #CCBA95;
}
#biito2 #about .border ol{
	margin-top: 15px;
}
#biito2 #about .border li {
  width: 100%;
  max-width: 265px;
  margin-bottom: 30px;
}
#biito2 #about .border li p {
  margin-top: 10px;
}
#biito2 #feature {
  padding: 60px 0 5px;
}
#biito2 #feature .w1000 .box {
  width: 100%;
  margin: 0 auto 50px;
}
#biito2 #feature .w1000 .box p{
	line-height: 1.6;
}
#biito2 #voice p{
	font-size: 16px;
}
#biito2 #voice ol li p{
	font-size: 14px;
}
#biito2 #howto .period{
	margin-top: 0;
	padding: 30px 8%;
}
#biito2 #howto .period .ttl {
  font-size: 17px;
  margin-bottom: 25px;
}
#biito2 #howto .period p{
	font-size: 15px;
}



}








