@charset "UTF-8";

.btn-block{margin-top:20px;}
.box + .box{margin-top:60px;}
.box .flex{display:flex;padding:0 30px;}
.box .flex .txt{flex:1;}

.box .flex01 figure{margin:0 50px 0 0;}
.box .flex01 figure img{display:block;margin:0 auto 15px;}
.box .flex02 .table{margin-left:30px;}
.box .flex02 .table p{margin-bottom:5px;}
.box .flex02 table{margin-bottom:20px;width:500px;}

.box .common-h4{margin-bottom:20px;font-size:24px;line-height:1.6;}
.box .common-h4 span{color:#009e4a;}

.start{
	font-size: 18px;
	text-align: center;
}

@media (max-width: 850px) {
  .btn-block{text-align:center;}
  .box .flex{display:block;padding:0 20px;}
  .box .flex01 figure{margin-right:0;margin:0 auto 30px;}
  .box .flex02 .table{margin:30px 0 0;}
  .box .flex02 table{width:100%;margin-bottom:20px;}
}
@media (max-width: 600px) {
  .box + .box{margin-top:20px;}
  .box .flex{padding:20px 0;}
  .box .common-h4{margin-bottom:10px;font-size:20px;}
  .box .common-table td{padding:8px 4px;}
}
