/* CSS Document */
.charge{
    display: none;
}
.charge{
	margin-top: 15px;
}
.charge dt::after{
	content: "/";
	margin: 0 .5em;
}
main a{
    cursor: default;
    pointer-events: none;
}
/****************
*
*	keyV
*
/****************/
section{
	margin-bottom: 60px;
}
main img{
	border-radius: 15px;
}
#keyV{
	text-align: center;
}
#keyV .title {
	margin-bottom: 60px;
}
#keyV .title img{
	border-radius: 0;
	max-width: 150px;
	width: 30%;
}
#keyV .title::after{
	display: block;
	content: "";
	width: 150px;
	height: 8px;
	background-color: #000;
	margin-left: auto;
	margin-right: auto;
	margin-top: 30px;
}
#keyV .title h1{
	margin-bottom: 30px;
}
#keyV .flexbox {
	-webkit-align-items: stretch;
	align-items: stretch;
}
#keyV .flexbox > div{
	width: 48%;
}
#keyV .flexbox > div .w100{
	margin-bottom: 20px;
}
#keyV .flexbox > div dt::after{
	content: "/";
	margin: 0 .5em;
}
#keyV .f21{
	line-height: 1.2;
	margin-bottom: 10px
}
/****************
*
*	point
*
/****************/
#point h2{
	text-align: center;
	margin-bottom: 50px;
}
#point h2 span{
  color: #fff;
	font-weight: bold;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
#point .flexbox.clm3{
	-webkit-align-items: stretch;
	align-items: stretch;
}
#point li:nth-child(2){
	position: relative
}
#point li:nth-child(2)::before,
#point li:nth-child(2)::after{
	content: "";
	width: 1px;
	height: 100%;
	position: absolute;
	top: 0;
}
#point li:nth-child(2)::before{
	border-left: 5px dotted #ccc;
	left: 0;
}
#point li:nth-child(2)::after{
	border-right: 5px dotted #ccc;
	right: 0;
}
#point .fuki{
	width: 190px;
	height: 190px;
	color: #fff;
	background-color: #000;
	border-radius: 50%;
	letter-spacing: 3px;
	position: relative;
	margin-left: auto;
	margin-right: auto;
	margin-bottom: 30px;
}
#point .fuki::after{
	content: "";
	display: block;
	position: absolute;
	bottom: -19px;
	border-top: 20px solid #000;
	border-right: 10px solid transparent;
	border-left: 10px solid transparent;
}

#point .fuki h3::after{
	display: block;
	content: "";
	width: 80px;
	height: 5px;
	background-color: #fff;
	margin-top: 20px;
	margin-left: auto;
	margin-right: auto;
}
#point .text{
	width: 80%;
	margin: auto;
}
#point .text dt{
	background-color: #fff;
	padding: 5px 0;
	border: 2px solid #000;
	border-radius: 30px;
	margin-bottom: 15px;
	text-align: center;
}

#point .text p{
	text-align: left;
	margin-bottom: 1em;
}
/****************
*
*	column
*
/****************/
#column section{
	margin-bottom: 25px;
}
/****************
*
*	ba
*
/****************/
#ba{
	position: relative;
	-webkit-align-items: stretch;
	align-items: stretch;
}
#ba figure{
	background-color: #fff;
	padding: 20px;
	border-radius: 15px;
	width: 49%;
}
#ba figure .title{
	margin-top: -50px;
	margin-left: -30px;
}
#ba::after{
	content: "";
	width: 85px;
	height: 40px;
	background-image: url(../../img/contents/nperm/arrow.png);
	background-repeat: no-repeat;
	background-size: contain;
	background-position: center;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
/****************
*
*	point-list
*
/****************/
#point-list{
	background-color: #fff;
	border-radius: 15px;
	padding: 30px;
}
#point-list .flexbox{
	-webkit-align-items: stretch;
	align-items: stretch;
}
#point-list h2{
	text-align: center;
	margin-bottom: 30px;
}
#point-list h3{
	text-align: left;
	margin-bottom: 30px;
}
#point-list .attention{
	font-size: smaller;
}
#point-list > ul > li{
	padding: 30px;
}
#point-list > ul > li figcaption{
	text-align: left;
}
#point-list > ul > li:nth-child(odd){
	width: 45%;
	border-right: 3px dotted #ccc;
}
#point-list > ul > li:nth-child(even){
	width: 55%;
}
#point-list > ul > li:nth-child(1){
	border-bottom: 3px dotted #ccc;
}
#point-list > ul > li:nth-child(2){
	border-bottom: 3px dotted #ccc;
}
#point-list > ul > li:first-child .illust{
	width: 90%;
	margin-left: auto;
	margin-right: auto;
	text-align: center;
	margin-bottom: 20px;
}
#point-list > ul > li:first-child .illust div{
	max-width: 150px;
	margin-left: auto;
	margin-right: auto;
}
#point-list > ul > li:first-child .illust img{
	width: 100%;
	margin-bottom: 15px;
}
#point-list > ul > li:first-child .illust{
	position: relative;
}
#point-list > ul > li:first-child .illust::after{
	content: url(../../img/contents/nperm/triangle.svg);
	width: 20px;
	position:absolute;
	top:50%;
	left:50%;
	-webkit-transform:translate(-50%,-50%);
	transform:translate(-50%,-50%);
}
#point-list > ul > li:first-child figcaption .attention{
	text-align: right;
}
#point-list > ul > li:nth-child(2) figcaption{
	text-align: left;
	width: 60%;
}
#point-list > ul > li:nth-child(2) figcaption h4{
	display: inline-block;
	padding: 5px 0;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin-bottom: 15px;
}
#point-list > ul > li:nth-child(2) figcaption .attention{
	margin-top: 30px;
}
#point-list > ul > li:nth-child(2) .illust{
	text-align: left;
	width: 40%;
}
#point-list > ul > li:nth-child(3) h4{
	text-align: center;
}
#point-list > ul > li:nth-child(3) h4{
	text-align: center;
	margin-bottom: 10px;
	padding: 10px 0;
	color: #fff;
}
#point-list > ul > li:nth-child(3) .daizu h4{
	background-color: #C8A063;
}
#point-list > ul > li:nth-child(3) .feather h4{
	background-color: #68B2E3;
}
#point-list > ul > li:nth-child(3) .illust{
	margin-left: auto;
	margin-right: auto;
	height: 100px;
}
#point-list > ul > li:nth-child(4) .illust{
	margin-bottom: 15px;
}
/****************
*
*	smell
*
/****************/
#smell{
	background-color: #fff;
	padding: 30px;
	border-radius: 15px;
}
#smell h2{
	margin-bottom: 30px;
}
#smell ul.flexbox{
	width: 60%;
	-webkit-align-items: stretch;
	align-items: stretch;
}
#smell ul.flexbox li{
	text-align: left;
}
#smell .graph{
	width: 38%;
}
/****************
*
*	perm
*
/****************/
#perm {
	text-align: center;
}
#perm h2{
	display: inline-block;
	letter-spacing: 3px;
	position: relative;
	padding: 10px 40px;
	margin-bottom: 5%;
}
#perm h2::before,
#perm h2::after{
	display: block;
	content: "";
	width: 25px;
	height: 70%;
	position: absolute;

}
#perm h2::before{
	border-top: 1px solid #000;
	border-left: 1px solid #000;
	top: 0;
	left: 0;
}
#perm h2::after{
	border-bottom: 1px solid #000;
	border-right: 1px solid #000;
	right: 0;
	bottom: 0;
}
#perm h2 span{
	color: #FCFF00;
  -webkit-text-stroke: 1px #000;
  text-stroke: 1px #000;
}
#perm p{
	text-align: left;
}
#perm .snap{
	margin-top: 30px;
}
#perm .snap li{
	margin: 0 30px;
}
#perm ul li{
	margin-bottom: 60px;
}
#perm .snap li img{
	margin: auto;
}
@media screen and (max-width:768px){
#point-list > ul > li:nth-child(odd){
	width: 50%;
}
#point-list > ul > li:nth-child(even){
	width: 50%;
}
#point-list > ul > li:first-child .illust div:first-of-type{
	margin-bottom: 50px;
}
#point-list > ul > li:first-child .illust::after{
	-webkit-transform:translate(-50%,-50%) rotate(90deg);
	transform:translate(-50%,-50%) rotate(90deg);
}
#point-list > ul > li:nth-child(2) figcaption{
	text-align: left;
	width: 100%;
}
#point-list > ul > li:nth-child(2) figcaption h4{
	display: inline-block;
	padding: 5px 0;
	border-top: 3px solid #ccc;
	border-bottom: 3px solid #ccc;
	margin-bottom: 15px;
}
#point-list > ul > li:nth-child(2) .illust{
	text-align: left;
	width: 100%;
}
}
@media screen and (max-width:480px){
	main .f21{
		font-size: 16px;
	}
	#point .f30{
		font-size: 18px;
	}
	#point h2 span{
		display: block;
		font-size: 30px;
	}
	#point li:nth-child(2)::before,
	#point li:nth-child(2)::after{
		content: none;
	}
	#column section{
		margin-bottom: 15px;
	}
	#ba figure{
		width: 100%;
	}
	#ba figure:first-of-type{
		margin-bottom: 15px;
	}
	#ba::after{
		width: 35px;
		-webkit-transform:translate(-50%,-50%) rotate(90deg);
		transform:translate(-50%,-50%) rotate(90deg);
	}
	#point-list{
		padding: 20px;
	}
	#point-list > ul > li{
		padding: 15px 0;
		border-bottom: 3px dotted #ccc;
	}
	#point-list > ul > li:last-of-type{
		border-bottom: none;
	}
	#point-list > ul > li:nth-child(odd),
	#point-list > ul > li:nth-child(even){
		width: 100%;
		border-right: none;
	}
	#point-list > ul > li:first-child .illust{
		width: 100%;
	}
	#point-list > ul > li:first-child .illust div{
		width: 40%;
		margin: 0;
	}
	#point-list > ul > li:first-child .illust::after{
		-webkit-transform:translate(-50%,-50%) rotate(0deg);
		transform:translate(-50%,-50%) rotate(0deg);
	}
	#point-list > ul > li:first-child .illust div:first-of-type{
		margin-bottom: 0;
	}
	#point-list > ul > li:nth-child(2) .illust{
		width: 70%;
		margin: auto;
	}
	#smell ul.flexbox{
		width: 100%;
	}
	#smell .graph{
		width: 100%;
	}
	#perm h2{
		width: 100%;
		padding: 10px 20px;
	}
}








