
/* --------------------------------------------------- */
#sec01 {
	max-width: 1250px;
	width: 90%;
	margin: 0 auto 80px;
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
	#sec01 {
        margin: 0 auto 50px;
    }
}
/* --------------------------------------------------- */
#sec02 {
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
	max-width: 1250px;
	width: 95%;
	margin: 0 auto 80px;
	padding-top: 30px;
}
#sec02 dl {
	width: 32%;
	margin-right: 2%;
	margin-bottom: 50px;
	border-bottom: rgba(0,0,0,.1) 1px solid;
	border-right: rgba(0,0,0,.1) 1px solid;
	border-radius: 5px;
}
#sec02 dl:nth-child(3n) {
	margin-right: 0;
}
#sec02 dt {
	text-align: center;
	font-weight: 600;
	border-bottom: #333 1px dashed;
	padding: 50px 10px 10px;
	background-color: rgba(255,255,255,.9);
	position: relative;
	border-radius: 5px 5px 0 0;
}
#sec02 dt span {
	display: block;
	text-align: center;
	background-color: #FFE30B;
	width: 80px;
	padding: 15px;
	border-radius: 50%;
	position: absolute;
	left: 50%;
	top: 0;
	margin-top: -40px;
	transform: translate(-50%, 0%);
}
#sec02 dd {
	font-size: .9em;
	line-height: 180%;
	padding: 15px 18px;
}
@media screen and (max-width: 980px) {
	#sec02 dl,
	#sec02 dl:nth-child(3n) {
        width: 48%;
        margin-right: 2%;
    }
    #sec02 dl:nth-child(2n) {
        margin-right: 0;
    }
}
@media screen and (max-width: 680px) {
	#sec02 {
        display: block;
        width: 90%;
        margin: 0 auto 30px;
        padding-top: 10px;
    }
	#sec02 dl,
	#sec02 dl:nth-child(2n),
	#sec02 dl:nth-child(3n) {
        width: 100%;
        margin-right: 0;
		margin-bottom: 20px;
    }
	#sec02 dt span {
        width: 60px;
        padding: 10px;
        margin-top: -15px;
    }
}
/* --------------------------------------------------- */
#sec03 {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */
#sec04 {
}
@media screen and (max-width: 980px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

