@charset "UTF-8";
/* CSS Document */
/*============================================
使い方
============================================*/
.howto-box01 {
	width: 1024px;
	display: flex;
    align-items: center;
	margin: auto
}
.howto-midashi {
	display: flex;
    align-items: center;
}
.howto-midashi h6{
	padding-left: 10px;
}
.howto-text p {
	font-size: 1.1rem;
	text-align: left;
	padding-left: 56px;
	}
.howto-pict {
	padding-left: 40px;

}
.howto-box02 {
	width: 1024px;
	margin: 20px auto;
}
/*============================================
置き場所が肝心
============================================*/
.okiba {
	width: 100%;
	margin-top: 5em;
	margin-bottom: 5em;
	 display: flex;
  justify-content: center;
}
.okiba-backg {
	width:1024Px;
	height: 980px;
	background: #f5f5dc;
}
.okiba-midashi {
	width: 100%;
	margin-top: 0;
	height:100px;
}
.okiba-midashi h4 {
    font-size: 1.7rem;
	color:#248ea6;
	margin-top: 0px;
    margin-bottom: 0px;
	padding-top: 43px;
	text-decoration: none;
	text-align: center
}
.okiba-outer {
	width:100%;
	display: flex;
	justify-content: center;
}
.okiba-inner {
	width:420Px;
	height:420px;
	background: #ffffff;
	margin:15px ;
}
.okiba-inner h5{
	font-size: 1.2rem;
	font-weight:600;
	color:#248ea6;
	margin-top: 20px;
	margin-bottom: 20px;
}
.okiba-inner p{
	text-align: left;
	line-height: 180%;
	margin-left: 32px;
	margin-top: 10px;
	font-size:  0.9rem;
}
.okiba-text {
	margin-top: 20px;
	margin-left: 76px;
	text-align: left;
}
.okiba-text h5 {
	font-size: 1.1rem;
	line-height: normal;
		margin-top: 16px;
}
.okiba-text h6 {
	font-size: 1.0rem;
	font-weight: normal;
	text-align: left;
	line-height: normal;
}
.okiba-text p {
	padding-left: 1em;
}
