@charset "utf-8";


.link-plan-5g,
.link-plan-10g { padding-left: 36%; padding-right: 35.7%; text-align: center; }

.plan-5g-note { overflow:hidden; padding:0; }
.plan-5g-note li { float: left; width: 28%; }
.plan-5g-note li { margin-left: 5.4%; text-align: center; }
.plan-5g-note li:first-child { margin-left: 36%; }


.plan-10g-note { overflow:hidden; padding:0; }
.plan-10g-note li { float: left; width: 28%; }
.plan-10g-note li { margin-left: 5.4%; text-align: center; }
.plan-10g-note li:first-child { margin-left: 36%; }


/*
  TAB
--------------------------------------------------------------------------------------------------------*/
@media screen and (min-width: 768px) and ( max-width:979px) {

}

/*
  SP
--------------------------------------------------------------------------------------------------------*/
@media screen and (max-width:767px) {
	.link-plan-5g,
	.link-plan-10g { padding: 0; }
}