#sec1 .h2_02 {
    margin-bottom: 0;
}

.sec-wrap {
    padding-top: 0;
    background: #F0F5ED;
}

.tac {
    text-align: left;
}

.point_item_img {
    background: transparent;
}

.sec1_info {
    margin-top: 0;
    padding: 30px 80px;
}
.info_title {
    flex-basis: 24%;
    margin-right: 0;
}
.sec1_info_text {
    flex-basis: 76%;
    padding: 30px;
    background-color: #fff;
}
.sec1_info_text p {
    margin-bottom: 1rem;
}
.info_list_container {
    display: flex;
    gap: 0 1rem;
}

@media screen and (max-width: 680px) {
    .info_list_container {
        flex-flow: column;
    }
}

@media screen and (max-width: 680px),
screen and (max-width: 737px) and (orientation: landscape) {
    .sec1_info {
        padding: 2rem 1.4rem 1.6rem;
    }
}



.cost {
    padding: 50px 0 0;
}

.btn_box {
    margin-bottom: 4rem;
}

#sec3 {
    padding-top: 110px;
}

#sec3>div>div {
	border: 1px solid #8BC600;
	border-radius: 30px 0 30px 0;
	padding: 45px 45px 20px;
	position: relative;
	margin-bottom: 60px;
}

#sec3>div>div h3 {
	color: #8BC600;
	font-size: 22px;
	font-weight: 400;
	width: 360px;
	text-align: center;
	background: #fff;
	position: absolute;
	top: -15px;
	left: 0;
	right: 0;
	margin: auto;
}

#sec3 dt {
	font-size: 18px;
	position: relative;
	z-index: 1;
	padding-left: 20px;
}

#sec3 dt:before {
	content: "●";
	display: block;
	position: absolute;
	width: 20px;
	height: 20px;
	font-size: 20px;
	color: #8BC600;
	top: -3px;
	left: 0;
	z-index: 2;
}

#sec3 dt span {
	font-size: 15px;
}

#sec3 dd {
	padding: 5px 0 20px 20px;
}

@media screen and (max-width: 680px),
screen and (max-width: 737px) and (orientation: landscape) {
	#sec3>div>div {
		border-radius: 20px 0 20px 0;
		padding: 25px 20px 5px;
		margin-bottom: 30px;
	}

	#sec3>div>div h3 {
		font-size: 15px;
		width: 80%;
		top: -12px;
	}

	#sec3 dt {
		font-size: 14px;
		padding-left: 16px;
	}

	#sec3 dt:before {
		width: 16px;
		height: 16px;
		font-size: 16px;
		top: -1px;
		left: 0;
	}

	#sec3 dt span {
		font-size: 12px;
	}

	#sec3 dd {
		padding: 5px 0 20px 16px;
	}
}

.cost h2{
	margin-bottom: 40px;
}
.cost table{
	width: 100%;
	margin-bottom: 10px;
}
.cost table caption{
	color: #8BC600;
	font-size: 16px;
	padding-bottom: 5px;
}
.cost th,.cost td{
	border: 1px solid #dcdcdc;
	text-align: center;
	width: 25%;
	vertical-align: middle;
    background-color: #fff;
	padding: 0 10px;
}
.cost th{
	height: 50px;
}
.cost td{
	height: 70px;
}

@media screen and (max-width: 680px) ,screen and (max-width: 737px) and (orientation: landscape) {
    .cost h2{
        margin-bottom: 20px;
    }
    .cost table{
        font-size: 12px;
    }
    .cost table caption{
        font-size: 15px;
        padding-bottom: 2px;
    }
    .cost th{
        height: 50px;
    }
    .cost td{
        height: 70px;
    }
}


.al-c {
	text-align: center !important;
}
.al-r {
	text-align: right !important;
}
.al-l {
	text-align: left !important;
}
