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

main.PLAN section{
	padding-bottom: 20px!important;
}
#PLAN h2{
	margin-bottom: 20px!important;
}
#PLAN .contents-wrap{
	padding-bottom: 0!important;
}
main.PLAN section{
	margin-bottom: 100px;
}
.plan-sec {
  padding-top: 40px;
  margin-bottom: 80px;
}
.plan-sec:last-child {
  margin-bottom: 0;
}
.plans_logo {
  margin: 10px auto 20px;
  width: 100%;
}
@media (max-width: 1024px) {
  .plan-sec {
    padding-top: 50px;
    margin-bottom: 60px;
  }
}