@charset "utf-8";
/* CSS Document */
main {
    background: #f1f4f6;
   display: block;
}
.img-bottom{
  margin-bottom: 80px;
}
.right-text{
  text-align: right;
}
.box .container{
  max-width: 770px;
  margin: auto;
}

table.plan-table {
	margin: 25px 0;
}

table td{
	vertical-align: top;
	line-height: 1.8;
}

table td.plan-table--num {
	width: 40px;
}

table td.plan-table--title {
	width: 130px;
}

@media screen and ( max-width: 767px ){

}

@media screen and ( max-width: 767px ){


table td.plan-table--contents {
	display: block;
}


table td.plan-table--num {
	width: 30px;
	display: block;
	float: left;
}

table td.plan-table--title {
	width: 45%;
	display: block;
}

	td:empty {
		display: none;
	}

}
@media print {

}