footer .foot1 {
    display: none;
}
footer .foot2 {
    height: 880px;
}
footer .foot2 .foot-nav {
    top: 160px;
}
@media screen and (max-width: 980px) {
    footer .foot2 {
        height: 450px;
    }
    footer .foot2 .foot-nav {
        top: 50px;
    }
}
@media screen and (max-width: 680px) {
    footer .foot2 {
        height: 200px;
    }
    footer .foot2 .foot-nav {
        top: 30px;
    }
}
/* --------------------------------------------------- */
#sec01 {
	max-width: 1350px;
	width: 95%;
	margin: 0 auto 40px;
	display: flex;
	flex-wrap: wrap;
	justify-content: space-between;
}
#sec01 .box {
	width: 49%;
	margin-bottom: 2%;
	background-color: #fff;
	padding: 40px;
	border-top: #449D36 2px solid;
	box-shadow: 0px 6px 10px -6px rgba(0, 0, 0, 0.2);
}
#sec01 .box .ttl {
	text-align: center;
	font-weight: 500;
	margin-bottom: 30px;
}
#sec01 .box .ttl strong {
	display: block;
	text-align: center;
	font-size: 1.3em;
	font-weight: 500;
	color: #449D36;
}
#sec01 .box p {
	max-width: 380px;
	width: 100%;
	margin: 0 auto 30px;
}
#sec01 .box .btn-style01 {
	margin: 0 auto;
}
#sec01 .box .btn-style01:hover {
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
	#sec01 .box {
		padding: 30px;
	}
}
@media screen and (max-width: 680px) {
	#sec01 {
		width: 90%;
        margin: 0 auto 20px;
    }
	#sec01 .box {
		width: 100%;
		margin-bottom: 15px;
	}
}
/* --------------------------------------------------- */
#sec02 {
	max-width: 1350px;
	width: 95%;
	margin: 0 auto 40px;
	background-color: #fff;
	padding: 30px;
}
#sec02 .title {
	color: #449D36;
	font-weight: 500;
	font-size: 1.1em;
	margin-bottom: 20px;
}
#sec02 .title strong {
	font-size: 1.4em;
	font-weight: 500;
}
#sec02 .title span {
	display: inline-block;
	border-left: #449D36 1px solid;
	margin-left: 15px;
	padding-left: 15px;
}
#sec02 dl {
	width: 100%;
	display: table;
	padding: 15px 10px 15px 20px;
	margin-top: 4px;
	background-color: #F4F9F3;
}
#sec02 dt,
#sec02 dd {
	display: table-cell;
	vertical-align: top;
}
#sec02 dt {
	width: 180px;
	color: #449D36;
	font-weight: 500;
}
#sec02 dd {
}
#sec02 dd .list1 {
	list-style: outside disc;
	margin-left: 20px;
}
#sec02 dd .list1 li {
}
#sec02 dd .list2 {
	list-style: inside disc;
	display: flex;
	flex-wrap: wrap;
	justify-content: flex-start;
}
#sec02 dd .list2 li {
	margin-right: 15px;
}
#sec02 .btn-set {
	max-width: 520px;
	width: 100%;
	display: flex;
	justify-content: space-between;
	margin: 0 auto;
}
#sec02 .btn-set li {
	width: 49%;
}
#sec02 .btn-style01 {
	margin: 40px auto 20px;
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
	#sec02 {
        margin: 0 auto 20px;
        padding: 10px;
    }
    #sec02 .title {
        font-size: .9em;
        margin: 0 5px 10px;
    }
	#sec02 .title strong {
        font-size: 1.3em;
    }
	#sec02 dl {
        display: block;
        padding: 5px 10px 5px 10px;
    }
    #sec02 dt,
    #sec02 dd {
        display: block;
		font-size: .9em;
    }
    #sec02 dt {
        width: 100%;
    }
    #sec02 dd {
		padding: 10px 5px 10px 10px;
    }
	#sec02 .btn-set {
        display: block;
    }
    #sec02 .btn-set li {
        width: 100%;
    }
}
/* --------------------------------------------------- */
#sec03 {
}
@media print, screen and ( max-width : 1300px ) {
}
@media screen and (max-width: 910px) {
}
@media screen and (max-width: 680px) {
}
/* --------------------------------------------------- */

/* --------------------------------------------------- */

/* --------------------------------------------------- */


