@charset "utf-8";

/*段落番号
---------------------------------------------------------------------------*/
ol.point{
	counter-reset:list;
	list-style-type:none;
	padding: 4px;
}
ol.point li{
	position:relative;
	padding: 7px 5px 7px 40px;
	margin: 0px 15px 15px 15px;
	font-weight: bold;
	font-size:14px;
	border-bottom:dashed 1px #fea628;
}
ol.point li:before{
	counter-increment: list;
	content: counter(list);
	position: absolute;
	left: 0px;
	width: 25px;
	height: 25px;
	line-height: 25px;
	text-align: center;
	color: #fff;
	background: #fea628;
	border-radius: 50%;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*箇条書き
---------------------------------------------------------------------------*/
ol.clause{
	counter-reset:list;
	list-style-type:none;
	font: 14px/1.6 'arial narrow', sans-serif;
	padding:0;
}
ol.clause li{
	position:relative;
	padding: 0 0 0 20px;
	margin: 7px 0 7px 0px;
	font-weight: bold;
	font-size:14px;
	line-height: 30px;
}
ol.clause li:before{
	counter-increment: list;
	content: "";
	display: block;
	position: absolute;
	left: 0px;
	height: 10px;
	width: 10px;
	border-radius: 50%;
	background: #fea628;
	top: 50%;
	-moz-transform: translateY(-50%);
	-webkit-transform: translateY(-50%);
	-o-transform: translateY(-50%);
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

/*ボックス
---------------------------------------------------------------------------*/
.organBox {
    position: relative;
    margin: 2em 8em;
    padding: 25px 10px 7px;
    border: solid 2px #FFC107;
}
.organBox .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    vertical-align: middle;
    font-size: 17px;
    background: #FFC107;
    color: #ffffff;
    font-weight: bold;
}
.organBox p {
    margin: 0; 
    padding: 0;
}

.imgCent{
	text-align: center;
	margin:20px 0px;
}
/*幅など
---------------------------------------------------------------------------*/
.guide {
	margin-left: 36%;
}

.po {
	height: 120px;
}

		
		
		
		
		
		
		
		
		
		