@charset "utf-8";
/* CSS Document */

/*コラムメインエリア */

.bold{
	font-weight: bold;
}

#f-right{
	float: right;
}

.pri-box1{
	width: 92%;
	margin-left: 2%;
	background-color: #FFFFFF;
	border: 1px solid #333;
	margin-bottom: 15px;
	padding: 2%;
	font-size: 16px;
	line-height: 32px;
	color: #000;
}


.pri-box1 h3{
	width: 98%;
	margin-left: 0%;
	margin-right: 0%;
	font-size: 20px;
	font-weight: bold;
	padding-top: 10px;
	padding-bottom: 10px;
	text-align: center;
	color: #FFF;
	margin-bottom: 20px;
	margin-top: 20px;
	border: 1px solid #999;
	background-color: #00b0f0;
}

.pri-box1 p{
	font-size: 14px;
	line-height: 20px;
	margin-top: 20px;
}


.pri-box1 ol{
	padding-left: 2em;
	list-style-position: outside;
	margin-top: 20px;
	padding-right: 2%;
}

.pri-box1 ol li{
	font-size: 14px;
	line-height: 22px;
	margin-top: 20px;
}


.pri-box1 ul#priul2{
	margin-left: 2%;
	padding-left: 2em;
	list-style-position: outside;
	font-size: 14px;
	font-weight: normal;
	list-style-type: disc;
}



/*------スマホ414px以下画面--------------------------------------------------------*/
@media screen and (max-width: 414px){

.pri-box1 h3{
	font-size: 15px;
}

.pri-box1 ul{
	margin-left: 2%;
	padding-left: 1em;
	list-style-position: outside;
	font-weight: bold;
}




.pri-box1 ul#priul2{
	margin-left: 0%;
	padding-left: 1em;
	list-style-position: outside;
	font-size: 12px;
	font-weight: normal;
}

}

/*------スマホ320px以下画面--------------------------------------------------------*/
@media screen and (max-width: 320px){

.pri-box1 h3{
	font-size: 12px;
}

.pri-box1 ul#priul2{
	margin-left: 0%;
	padding-left: 1em;
	list-style-position: outside;
	font-size: 11px;
	font-weight: normal;
}

}

