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

.flex_ph{
	display: -webkit-box;
	display: -ms-flexbox;
	display: flex;
    -ms-flex-wrap: wrap;
        flex-wrap: wrap;
    -webkit-box-pack: center;
        -ms-flex-pack: center;
            justify-content: center;
    margin: 3rem auto;
    width: 96%;
}

.flex_ph .swipe{
	width: 45%;
    display: inline-block;
    margin: 6px;
	box-sizing: border-box;
}

@media print, screen and (min-width:680px){
	.flex_ph .swipe{
    	margin: 20px;    	
	}
}




table, td, th {
  border: 1px solid #dfdfdf;
  border-collapse: collapse;
  padding: 0.5rem;
  text-align: center;
  vertical-align: middle;
  font-size: 85%;
}
/*td,th{
	display: block;
	padding: 1rem 0;
	text-align: center;
	font-size: 120%;
}




.tr_none{display: none;}
*/
table {
  width: 100%;
}
th {
  background: #f1f1f1;
}
.even {
  background: #fbf8f0;
}
.odd {
  background: #fefcf9;
}
/*
td::before{
	content: attr(data-label);
	display: block;
	font-size: 80%;
}

.td_none{display: none;}*/
.link:link {
  color: -webkit-link;
  cursor: pointer;
  text-decoration: underline;
  color: #333333;
}
.in_menu {
  margin-bottom: 1.5rem;
}
.pdf {
  display: block;
  max-width: 3em;
  padding: 1px 15px;
  background: #b74848;
  border-radius: 10px 10px;
  color: #fff;
  font-size: 80%;
  margin: 0 auto;
}
.leader_ph {
  margin: 3rem 0;
}
.early_days a, .leader_ph a {
  margin-bottom: 2rem;
  display: inline-block;
  text-align: center;
  padding: 0 0.5rem;
}
.captain {
  margin-bottom: 3rem;
}
.menu {
  width: 100%;
  font-size: 140%;
  text-align: center;
  margin-bottom: 1rem;
  color: #228122;
  margin-left: 0;
}
.continue_wrap {
  position: relative;
  -ms-grid-column: 3;
  -ms-grid-column-span: 3;
  grid-column: 3/6;
}
.continue {
  font-size: 130%;
  display: inline-block;
  text-align: center;
  color: #228122;
}
.early_days {
  width: 90%;
  margin-left: auto;
  margin-right: auto;
  display: -ms-grid;
  display: grid;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.early_days p, .leader_ph p {
  font-size: 50%;
}
.early_days a, .leader_ph a {
  margin-bottom: 0;
  padding: 0;
}
.leader_ph {
  display: -ms-grid;
  display: grid;
  grid-row-gap: 10px;
  grid-column-gap: 10px;
  -ms-grid-columns: 45% 10px 45%;
  grid-template-columns: 45% 45%;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.set_01 {
/*  -ms-grid-columns: 32% 31.5% 32%;
*/  grid-template-columns: 32% 31.5% 32%;
}
.set_01 a:nth-child(1) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
}
.set_01 a:nth-child(3) {
  -ms-grid-row: 1;
  -ms-grid-row-span: 2;
  grid-row: 1/3;
  -ms-grid-column: 3;
  -ms-grid-column-span: 1;
  grid-column: 3/4;
}
.set_02 {
/*  -ms-grid-columns: 32% 32% 32%;
*/  grid-template-columns: 32% 32% 32%;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.set_03 {
/*  -ms-grid-columns: 45% 45%;
*/  grid-template-columns: 45% 45%;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.set_04 {
/*  -ms-grid-columns: 23% 23% 23% 23%;
*/  grid-template-columns: 23% 23% 23% 23%;
  margin-top: 20px;
}
.set_05 {
/*  -ms-grid-columns: 18% 18% 18% 18% 18%;
*/  grid-template-columns: 17% 17% 17% 17% 17%;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.set_06 {
  -ms-grid-columns: 17% 17% 17% 17% 17%;
  grid-template-columns: 17% 17% 17% 17% 17%;
  margin-top: 20px;
  -webkit-box-pack: center;
      -ms-flex-pack: center;
          justify-content: center;
}
.set_06 a {
  -ms-grid-column: 1;
  -ms-grid-column-span: 2;
  grid-column: 1/3;
}

.under {
  background: -webkit-linear-gradient(transparent 70%, #f3f3f3 70%);
  background: -o-linear-gradient(transparent 70%, #f3f3f3 70%);
  background: linear-gradient(transparent 70%, #f3f3f3 70%);
}
.continue {
  font-size: 120%;
  display: inline-block;
  position: absolute;
  bottom: 0;
  left: 0;
}

@media screen and (min-width:600px) {
  .set_06 a {
    -ms-grid-column: 2;
    -ms-grid-column-span: 2;
    grid-column: 2/4;
  }
  .continue_wrap {
    -ms-grid-column: 4;
    -ms-grid-column-span: 3;
    grid-column: 4/7;
  }
}

@media screen and (min-width:1028px) {
  #leader_wrap table td {
    width: 40%;
  }
}
@media screen and (min-width:930px) {
  table, td, th {
    font-size: 100%;
  }
  .td_pdf {
    position: relative;
  }
  .pdf {
    position: absolute;
    right: 20px;
    top: 0;
  }
	.continue{font-size:135%;}
}
@media screen and (min-width:650px) {
  td::before {
    content: none;
  }
  td, th {
    padding: 0.5rem 0;
    width: 30px;
    text-align: center;
    display: table-cell;
    font-size: 100%;
  }
  th {
    font-size: 110%;
  }
  .td_none {
    display: table-cell;
  }
  .tr_none {
    display: table-row;
  }
  .early_days p, .leader_ph p {
    font-size: 74%;
  }
    .early_days {
    width: 80%;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .leader_ph {
    -ms-grid-columns: 50% 50%;
    grid-template-columns: 45% 45%;
    grid-row-gap: 20px;
    grid-column-gap: 20px;
  }
  .set_02 {
    margin-top: 10px;
  }
  .set_03 {
    margin-top: 10px;
  }
  .set_04 {
    margin-top: 10px;
  }
  .set_05 {
    margin-top: 10px;
  }
  .set_06 {
    margin-top: 10px;
  }
	
	.leader_ph a:nth-child(1){
		-ms-grid-row:1;
		-ms-grid-column:1;
	}
	
	.leader_ph a:nth-child(2){
		-ms-grid-row:1;
		-ms-grid-column:2;
	}	
	.leader_ph a:nth-child(3){
		-ms-grid-row:2;
		-ms-grid-column:1;
	}	
	.leader_ph a:nth-child(4){
		-ms-grid-row:2;
		-ms-grid-column:2;
	}	
	.leader_ph a:nth-child(5){
		-ms-grid-row:3;
		-ms-grid-column:1;
	}
	
	.leader_ph a:nth-child(6){
		-ms-grid-row:3;
		-ms-grid-column:2;
	}	
	.leader_ph a:nth-child(7){
		-ms-grid-row:4;
		-ms-grid-column:1;
	}	
	.leader_ph a:nth-child(8){
		-ms-grid-row:4;
		-ms-grid-column:2;
	}
	.leader_ph a:nth-child(9){
		-ms-grid-row:5;
		-ms-grid-column:1;
	}	
	.leader_ph a:nth-child(10){
		-ms-grid-row:5;
		-ms-grid-column:2;
	}
	
	.early_days a, .leader_ph a {
	margin: 1%;
	}
	
	.set_01 a:nth-child(1){
		-ms-grid-row:1;
		-ms-grid-column:1;
	}	
	.set_01 a:nth-child(2){
		-ms-grid-row:1;
		-ms-grid-column:2;
	}	
	.set_01 a:nth-child(3){
		-ms-grid-row:1;
		-ms-grid-column:3;
	}	
	.set_01 a:nth-child(4){
		-ms-grid-row:2;
		-ms-grid-column:2;
	}
	
	.set_02 a:nth-child(1){
		-ms-grid-row:1;
		-ms-grid-column:1;
	}	
	.set_02 a:nth-child(2){
		-ms-grid-row:1;
		-ms-grid-column:2;
	}	
	.set_02 a:nth-child(3){
		-ms-grid-row:1;
		-ms-grid-column:3;
	}	
	
	.set_02 a:nth-child(4){
		-ms-grid-row:2;
		-ms-grid-column:1;
	}	
	.set_02 a:nth-child(5){
		-ms-grid-row:2;
		-ms-grid-column:2;
	}	
	.set_02 a:nth-child(6){
		-ms-grid-row:2;
		-ms-grid-column:3;
	}
	
	.set_03 a:nth-child(1){
		-ms-grid-row:1;
		-ms-grid-column:1;
	}	
	.set_03 a:nth-child(2){
		-ms-grid-row:1;
		-ms-grid-column:2;
	}	
	.set_03 a:nth-child(3){
		-ms-grid-row:2;
		-ms-grid-column:1;
	}
	.set_03 a:nth-child(4){
		-ms-grid-row:2;
		-ms-grid-column:2;
	}
	
		
	.set_04 a:nth-child(1){
		-ms-grid-row:1;
		-ms-grid-column:1;
	}	
	.set_04 a:nth-child(2){
		-ms-grid-row:1;
		-ms-grid-column:2;
	}	
	.set_04 a:nth-child(3){
		-ms-grid-row:1;
		-ms-grid-column:3;
	}	
	
	.set_04 a:nth-child(4){
		-ms-grid-row:1;
		-ms-grid-column:4;
	}	
	.set_04 a:nth-child(5){
		-ms-grid-row:2;
		-ms-grid-column:1;
	}	
	.set_04 a:nth-child(6){
		-ms-grid-row:2;
		-ms-grid-column:2;
	}
	.set_04 a:nth-child(7){
		-ms-grid-row:2;
		-ms-grid-column:3;
	}	
	.set_04 a:nth-child(8){
		-ms-grid-row:2;
		-ms-grid-column:4;
	}	
	
	
		
	.set_05 a:nth-child(1){
		-ms-grid-row:1;
		-ms-grid-column:1;
	}	
	.set_05 a:nth-child(2){
		-ms-grid-row:1;
		-ms-grid-column:2;
	}	
	.set_05 a:nth-child(3){
		-ms-grid-row:1;
		-ms-grid-column:3;
	}	
	
	.set_05 a:nth-child(4){
		-ms-grid-row:1;
		-ms-grid-column:4;
	}	
	.set_05 a:nth-child(5){
		-ms-grid-row:1;
		-ms-grid-column:5;
	}	
	.set_05 a:nth-child(6){
		-ms-grid-row:2;
		-ms-grid-column:1;
	}
	.set_05 a:nth-child(7){
		-ms-grid-row:2;
		-ms-grid-column:2;
	}	
	.set_05 a:nth-child(8){
		-ms-grid-row:2;
		-ms-grid-column:3;
	}	
	.set_05 a:nth-child(9){
		-ms-grid-row:2;
		-ms-grid-column:4;
	}	
	.set_05 a:nth-child(10){
		-ms-grid-row:2;
		-ms-grid-column:5;
	}	
		
	.set_05 a:nth-child(11){
		-ms-grid-row:3;
		-ms-grid-column:1;
	}	
	.set_05 a:nth-child(12){
		-ms-grid-row:3;
		-ms-grid-column:2;
	}	
	.set_05 a:nth-child(13){
		-ms-grid-row:3;
		-ms-grid-column:3;
	}	
	
	.set_05 a:nth-child(14){
		-ms-grid-row:3;
		-ms-grid-column:4;
	}	
	.set_05 a:nth-child(15){
		-ms-grid-row:3;
		-ms-grid-column:5;
	}	
	.set_05 a:nth-child(16){
		-ms-grid-row:4;
		-ms-grid-column:1;
	}
	.set_05 a:nth-child(17){
		-ms-grid-row:4;
		-ms-grid-column:2;
	}	
	.set_05 a:nth-child(18){
		-ms-grid-row:4;
		-ms-grid-column:3;
	}	
	.set_05 a:nth-child(19){
		-ms-grid-row:4;
		-ms-grid-column:4;
	}	
	.set_05 a:nth-child(20){
		-ms-grid-row:4;
		-ms-grid-column:5;
	}	


	



}