

.box19 {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    padding-bottom: 15px;
    padding-top: 15px;
}
.box19:before,.box19:after{ 
    content:'';
    width: 20px;
    height: 30px;
    position: absolute;
    display: inline-block;
}
.box19:before{
    border-left: solid 1px #5767bf;
    border-top: solid 1px #5767bf;
    top:0;
    left: 0;
}
.box19:after{
    border-right: solid 1px #5767bf;
    border-bottom: solid 1px #5767bf;
    bottom:0;
    right: 0;
}
.box19 p {
    margin: 0; 
    padding: 0;
}


.box28 {
    position: relative;
    margin-bottom: 20px;
    margin-top: 20px;
    padding: 36px 10px 7px;
    border: solid 2px #0000aa;
}
.box28 .box-title {
    position: absolute;
    display: inline-block;
    top: -2px;
    left: -2px;
    padding: 0 9px;
    height: 25px;
    line-height: 25px;
    font-size: 17px;
    background: #0000aa;
    color: #ffffff;
    font-weight: bold;
}
.box28 p {
    margin: 0; 
    padding: 0;
}


.box3 {
    color: #90660c;
    background-color: rgba(255, 255, 255, 0.2);
    box-shadow: 0 0 20px 20px rgba(255, 255, 255, 0.2);
    padding: 5px;
    margin: 30px;
}
.box3 p {
    margin: 0; 
    padding: 0;
}


.min3 {
  min-width: 350px;
}

.box26 {
    position: relative;
    margin: 2em 0;
    padding: 0.5em 1em;
    border: solid 1px #00a;
    border-radius: 8px;
}
.box26 .box-title {
    position: absolute;
    display: inline-block;
    top: -7px;
    left: 10px;
    padding: 0 9px;
    line-height: 1;
    font-size: 13px;
    background: #FFF;
    color: #00a;
    font-weight: bold;
}
.box26 p {
    margin: 0; 
    padding: 0;
}

.box98 {
    border: 2px solid #00a;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.box98::before {
    background-color: #fff;
    color: #0000aa;
    content: "選手";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.box99 {
    border: 2px solid #00a;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.box99::before {
    background-color: #fff;
    color: #00a;
    content: "スタッフ";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}
.box96 {
    border: 2px solid #00a;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.box96::before {
    background-color: #fff;
    color: #0000aa;
    content: "必要事項（選手）";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}

.box97 {
    border: 2px solid #00a;
    border-radius: 4px;
    margin: 2em 0;
    padding: 2em;
    position: relative;
}
.box97::before {
    background-color: #fff;
    color: #00a;
    content: "必要事項（スタッフ）";
    font-weight: bold;
    left: 1em;
    padding: 0 .5em;
    position: absolute;
    top: -1em;
}


.box5 {
    padding: 0.5em 1em;
    margin: 2em 0;
    border: double 5px #00a;
}
.box5 p {
    margin: 0; 
    padding: 0;
}



h8 {
  background: linear-gradient(transparent 70%, #a7d6ff 70%);
  font-size: 20px;
}


.box16{
    padding: 0.5em 1em;
    margin: 2em 0;
    background: -webkit-repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    background: repeating-linear-gradient(-45deg, #f0f8ff, #f0f8ff 3px,#e9f4ff 3px, #e9f4ff 7px);
    margin-left: auto;
    margin-right: auto;
    width: 90%
}

.box16 p {
    margin: 0; 
    padding: 0;
}

.SideBySide p{
 display:inline-block;
 vertical-align:top; /*縦方向の揃え位置を指定*/
}


ol.sample1{
  counter-reset:list;
  list-style-type:none;
  font: 14px/1.6 'arial narrow', sans-serif;
  padding: 0;
}
ol.sample1 li{
  position:relative;
  line-height: 30px;
  margin: 30px 0 10px 40px;
  padding-left:10px;
  font-weight: bold;
  font-size:18px;
  border-bottom:solid 1px #00a;
}
ol.sample1 li:before{
  counter-increment: list;
  content: counter(list);
  position: absolute;
  left: -30px;
  width: 30px;
  height: 32px;
  background: #00a;
  text-align: center;
  color: #fff;
  top: 50%;
  -moz-transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -o-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}


.sample_h_6{
font-size: 1.5em;/* フォントサイズ */
font-weight: bold;/* フォント太さ */
padding-top: .5em;
padding-bottom: .5em;
padding-left: .5em;
margin-top: 2em; 
margin-bottom: 2em;
background-color: #00a;/* 背景色 */
border-radius:15px;/* 角丸 */
color: #ffffff;/* フォント色 */
}


table.company {
width: 95%;
margin: 0 auto;
border-collapse: separate;
border-spacing: 0px 15px;
font-size: 15px;
}

table.company th,
table.company td {
padding: 10px;
}

table.company th {
background: #696969;
vertical-align: middle;
text-align: left;
width: 100px;
overflow: visible;
position: relative;
color: #fff;
font-weight: normal;
font-size: 15px;
}

table.company th:after {
left: 100%;
top: 50%;
border: solid transparent;
content: " ";
height: 0;
width: 0;
position: absolute;
pointer-events: none;
border-color: rgba(136, 183, 213, 0);
border-left-color: #696969;
border-width: 10px;
margin-top: -10px;
}
/* firefox */
@-moz-document url-prefix() {
table.company th::after {
float: right;
padding: 0;
left: 30px;
top: 10px;
content: " ";
height: 0;
width: 0;
position: relative;
pointer-events: none;
border: 10px solid transparent;
border-left: #696969 10px solid;
margin-top: -10px;
}
}

table.company td {
background: #f8f8f8;
width: 360px;
padding-left: 20px;
}


.strongpoint {
    margin-left: 30px
}

.strongpoint2 {
    margin: 30px
}


div.centeringTest p {
	display: table-cell;
	vertical-align: middle;
	margin: 0;
}

/*for IE6 */
* html .centeringTest p {
	display: inline;
	zoom: 1;
}

/*for IE7 */
*:first-child+html .centeringTest p {
	display: inline;
	zoom: 1;
}

 pp {
    display: block;
    font-size: 16px;
    font-weight: 300;
    letter-spacing: 0.01em;
    line-height: 25px;
    margin: 0px 0px 0px 0px;
    font-style: normal;
    white-space: normal;
}

.List {
  margin-top: 40px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 40px;
  max-width: 1650px;
  padding: 10px;
}
@media screen and (max-width: 540px) {
  .List {
    margin-top: 24px;
  }
}
.List-Item {
  border-top: 1px solid #00a;
  display: flex;
}
.List-Item:first-child {
  border-top: none;
}
.List-Item-Title {
  width: 30%;
  margin-top: auto;
  margin-bottom: auto;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 1.8;
  font-weight: bold;
  font-size: 15px;
}
@media screen and (max-width: 540px) {
  .List-Item-Title {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
}
.List-Item-Text {
  width: 70%;
  margin-top: auto;
  margin-bottom: auto;
  padding: 10px;
  line-height: 1.8;
  font-size: 15px;
}


.List-Item-Ul {
  width: 70%;
  padding: 10px;
  line-height: 1.8;
  list-style: none;
  font-size: 15px;
}
@media screen and (max-width: 540px) {
  .List-Item-Text {
    display: flex;
    align-items: center;
    font-size: 14px;
  }
  .List-Item-Ul {
    font-size: 14px;
  }
}


.res-img { width: 40%; height:auto; }

@media only screen and (max-width:640px){
  .res-img {
  width: 100%;
  }
}


ul {
list-style: none;
}


.flex-container{
		display:block;
}

@media screen and(min-width:768px){
flex-container{
		display:flex;
}
    
* {
  box-sizing: border-box;
}
body {
  font-family:'Avenir','Helvetica, Neue','Helvetica','Arial';
}


.resizeimage img { 
    width: 100%; 
    }

.memberphoto{
    margin-right: 10px; 
    }
   
img {
max-width: 100%;
height: auto;
}
    
    