@charset "utf-8";

.pt{}
.pc{}
.ps{}
.tb{display: none;}
.ts{display: none;}
.sp{display: none;}

* {
	margin: 0;
	padding: 0;
}

h4 {
	font-size: 20px;
	font-weight: bold;
	padding: 7px 5px 2px 10px;
	color: #85B200;
	border-bottom: solid 1px #85B200;
	margin-bottom: 30px;
}

.unei {
	width: 1000px;
	margin: 30px 10px 50px 10px;
}

.unei-t {
	margin-top: 50px;
	margin-bottom: 30px;
	font-size: 30px;
	font-weight: bold;
	text-align: center;
}

.unei-box {
	font-size: 16px;
	font-weight: bold;
	text-align: center;
	border: 2px solid #82BEF4;
	padding: 10px;
	width: 750px;
	margin: 0 auto;
	border-radius: 30px;
}

#concept-unit ul {
	list-style: none;
}

#concept-unit li {
	position: relative;
	padding-left: 20px;
	color: #666;
}

#concept-unit li::before {
	content: '';
	display: inline-block;
	position: absolute;
	top: 12px;
	left: 0;
	width: 10px;
	height: 10px;
	background-color: #EA79AA;
	border-radius: 5px;
}



/* タブレットレイアウト : 768 px ～ 959 px*/
@media screen and (max-width:959px){

.pt{}
.pc{display: none;}
.ps{display: none;}
.tb{display: inline;}
.ts{display: inline;}
.sp{display: none;}


}

/* スマホ設定  768 以下*/
@media only screen and (max-width: 767px) {

.pt{display: none;}
.pc{display: none;}
.ps{display: inline;}
.tb{display: none;}
.ts{display: inline;}
.sp{display: inline;}


h4 {
	font-size: 18px;
	font-weight: bold;
	padding: 7px 5px 2px 10px;
	color: #85B200;
	border-bottom: solid 1px #85B200;
	margin-bottom: 30px;
}




}
