html, body{
font-family: Verdana,"游ゴシック Medium","Yu Gothic Medium","游ゴシック体",YuGothic,sans-serif;
text-align: center;
height: 100%;
margin-top: 0px;
margin-right: auto;
margin-bottom: 0px;
margin-left: auto;
background-color: #143d69;
}



/* アンカー */

a {
color: #0000ff;
text-decoration: none;
transition: 2.0s ;
}

a:link {
color: #4682b4;
text-decoration: none;
}

a:visited {
color: #4682b4;
text-decoration: none;
}

a:active {
color: #cc0000;
text-decoration: none;
}

a:hover {
color: #cc0000;
text-decoration: none;
}







h1.pro {
  position: relative;
  border-top: solid 2px #143d69;
  border-bottom: solid 2px #143d69;
  background: #f4f4f4;
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
  text-align: left;
}

h1:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'TITLE';
  background: #143d69;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}








h2.pro {
  position: relative;
  border-top: solid 2px #143d69;
  border-bottom: solid 2px #143d69;
  font-size: 20px;
  color: #000000;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

h2:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'Professional Course';
  background: #143d69;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}






h3.pro {
  position: relative;
  border-bottom: solid 2px #143d69;
  color: #000000;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}





h1.teamkaz {
  position: relative;
  border-top: solid 2px #143d69;
  border-bottom: solid 2px #143d69;
  background: #f4f4f4;
  font-size: 24px;
  color: #000000;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
  text-align: left;
}

h1:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'TeamKaz';
  background: #143d69;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}








h2.teamkaz {
  position: relative;
  border-top: solid 2px #143d69;
  border-bottom: solid 2px #143d69;
  font-size: 20px;
  color: #000000;
  background: #f4f4f4;
  line-height: 1.4;
  padding: 0.4em 0.5em;
  margin: 2em 0 0.5em;
}

h2:after {
  /*タブ*/
  position: absolute;
  font-family: "Font Awesome 5 Free",'Quicksand','Avenir','Arial',sans-serif;
  font-weight: 900;
  content: 'TeamKaz Baseball School';
  background: #143d69;
  color: #fff;
  left: 0px;
  bottom: 100%;
  border-radius: 5px 5px 0 0;
  padding: 5px 7px 3px;
  font-size: 0.7em;
  line-height: 1;
  letter-spacing: 0.05em;
}











h1{
text-decoration: none;
font-size: 28px;
color: #0066cc;
margin-top: 10px;
margin-bottom: 10px;
}



h2{
text-decoration: none;
font-size: 19px;
color: #0066cc;
margin-top: 20px;
margin-right: 20px;
margin-left: 20px;
margin-bottom: 0;
}


h3{
text-decoration: none;
font-size: 24px;
color: #ffff00;
margin-top: 20px;
margin-right: 0;
}


h4{
text-decoration: none;
font-size: 19px;
color: #ffffff;
background-color: #143d69;
margin-top:19px;
margin-bottom: 10px;
margin-right: 10px;
margin-right: 10px;
padding: 10px;
text-align:center;
border: 2px;
border: medium solid #0066cc;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}



h5{
text-decoration: none;
font-size: 19px;
color: #143d69;
background-color: #ffffff;
margin-top:24px;
margin-bottom: 3px;
margin-right: 0;
margin-right: 0;
padding: 10px;
text-align:left;
border: 1px;
border: medium solid #143d69;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}





p {
text-align:left;
padding: 6px;
}




dt {
font-weight:bold ;
font-size: 18px;
margin-top: 20px;
}

dd {

}








ol {
  counter-reset:number; /*数字をリセット*/
  list-style-type: none!important; /*数字を一旦消す*/
  padding:0.5em;
  background: #ffffff;
}
ol li {
  position: relative;
  padding-left: 30px;
  line-height: 1.5em;
  padding: 0.5em 0.5em 0.5em 30px;
}

ol li:before{
  /* 以下数字をつける */
  position: absolute;
  counter-increment: number;
  content: counter(number);
  /*以下数字のデザイン変える*/
  display:inline-block;
  background: #5c9ee7;
  color: white;
  font-family: 'Avenir','Arial Black','Arial',sans-serif;
  font-weight:bold;
  font-size: 15px;
  border-radius: 50%;
  left: 0;
  width: 25px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  /*以下 上下中央寄せのため*/
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
}








/* リスト */

ul#top{
list-style: none;
font-size: 16px;
color: #000000;
margin-top: 0px;
margin-left: 40px;
text-align:left;
}



#wrap {
text-align:center;
margin: 10px;
padding: 10px;
background-color: #143d69;
}




#white {
color: #000000;
width: 800px;
font-size: 16px;
text-decoration: none;
text-align:left;
margin: 10px;
padding-top: 10px;
padding-bottom: 10px;
padding-left: 10px;
padding-right: 10px;
background-color: #ffffff;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}



ol li{
color:#000000;
font-size: 16px;
line-height: 1.5em;
width:90%;
margin-bottom: 10px;
margin-left: 40px;
text-align:left;
}




span {
    background-color: #ff9;
}




/*本文*/
#text {
text-align:left;
margin-top:19px;
margin-bottom: 10px;
margin-right: 10px;
margin-right: 10px;
padding: 20px;
}

/*本文*/
#text2 {
background-image: url(http://sp.teamkaz.online/img/back-index.png);
text-align:left;
padding-top:130px;
padding-bottom:130px;
padding-right:50px;
padding-left:50px;
line-height: 180%;
font-size:18px;
color: #ffffff;
}



/*本文*/
#text3 {
background-color: #f5f5f5;
text-align:left;
margin-top:19px;
margin-bottom: 10px;
margin-right: 10px;
margin-right: 10px;
padding: 20px;
}




#text4 {
text-align:left;
margin-top:10px ;
margin-left:0;
margin-right:0;
margin-bottom:0;
padding:20px;
line-height: 180%;
font-size:16px;
background-color: #f8f8f8;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}




#white1 {
text-align:left;
margin:0 auto;
width: 800px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}


#white2 {
width: 800px;
line-height: 1.9;
color: #000000;
font-size: 16px;
background-color: #ffffff;
border: 0;
font-weight:normal;
margin: 0;
padding-top: 15px;
padding-bottom: 15px;
padding-left: 30px;
padding-right: 30px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}


#black {
text-align:center;
margin:0 auto;
width: 1000px;
background-color: #000000;
padding-top: 15px;
padding-bottom: 15px;
}



#black2 {
text-align:center;
margin:0 auto;
background-color: #000000;
}

#black3 {
width: 1000px;
text-align:left;
margin:0 auto;
color: #ffffff;
background-color: #000000;
padding: 10px;
}







#text-pink {
text-align:left;
margin-top:0px ;
margin-left:0;
margin-right:0;
margin-bottom:0;
padding:20px;
line-height: 180%;
font-size:16px;
background-color: #ffc0cb;
}




#text-blue {
text-align:left;
margin-top:0px ;
margin-left:0;
margin-right:0;
margin-bottom:0;
padding:20px;
line-height: 180%;
font-size:16px;
background-color: #afeeee;
}




#text-yellow {
text-align:left;
margin-top:0px ;
margin-left:0;
margin-right:0;
margin-bottom:0;
padding:20px;
line-height: 180%;
font-size:16px;
background-color: #fffacd;
}







#privacypolicy {
font-size: 12px;
margin-top: 6px;
margin-bottom: 6px;
text-align:center;
}


/* パンくずリスト */
#list {
font-size: 12px;
margin-top: 6px;
margin-bottom: 6px;
}






/* コピーライツ */
#copyrights {
text-align:center;
width: 1000px;
color: #ffffff;
background-color: #000000;
padding-top: 15px;
padding-bottom: 15px;
line-height: 150%;
bottom: 0;
}




/* ページ下部バナー */

.banner {
position: fixed; /* フッターを固定する */
bottom: 0; /* 上部から配置の基準位置を決める */ 
margin: 0;
right: 0; /* 左から配置の基準位置を決める */ 
width: 540px; /* フッターの横幅を指定する */
height: 211px; /* フッターの高さを指定する */
padding:0px; /* フッター内側の余白を指定する(上下左右) */
background-color: transparent; /* フッターの背景色を指定する */
color: #000000; /* フッターのフォントの色を指定する */
} 




/* ページトップに戻る */

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #cc0000;
    font-size: 12px;
    text-decoration: none;
    padding: 5px 10px;
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}
.pagetop a:hover {
    display: block;
    background-color: #b2d1fb;
    text-align: center;
    color: #fff;
    font-size: 12px;
    text-decoration: none;
    padding:5px 10px;
filter:alpha(opacity=50);
    -moz-opacity: 0.5;
    opacity: 0.5;
}




/* 画像のホバー */

a:hover img {
opacity: .5;
-webkit-opacity: .5;
-moz-opacity: .5;
filter: alpha(opacity=50);/* IE lt 8 */
-ms-filter: "alpha(opacity=50)"; /* IE 8 */
}


/* 画像フェード */

a img {
-webkit-transition: opacity 1s ease-out;
-moz-transition: opacity 1s ease-out;
-ms-transition: opacity 1s ease-out;
transition: opacity 1s ease-out;
}


/* 画像の角丸 */

img.home {
max-width : 100% ;
height : auto ;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}









.site-header{
    background: #000;
    display: flex;
    padding: 20px 60px 20px 20px;
    position: fixed;
    justify-content: space-between;
    width: 100%;
}
.site-logo img{
    height: 20px;
    margin-right: 10px;
    width: auto;
}
.gnav__menu{
    display: flex;
}
.gnav__menu__item{
    margin-right: 20px;
}
.gnav__menu__item a{
    color: #fff;
    text-decoration: none;
}
.hero{
    max-height: 0px;
    overflow: hidden;
}
.hero img{
    height: auto;
    width: 100%;
}
.content{
    line-height: 1.6;
    margin: 0 auto;
    padding-top: 100px;
    width: 1000px;
}
.content p{
    margin-bottom: 40px;
}
.site-footer{
    background: #333;
    padding: 80px 0;
}





/* ヘッダーのリンクカラー */

a.header {
font-size: 20px;
text-decoration: none;
transition: 2.0s ;
}


a:link.header {
color: #ffffff;
}

a:visited.header {
color: #ffffff;
}

a:active.header {
color: #ffffff;
text-decoration: none;
}

a:hover.header {
color: #666666;
text-decoration: none;
}






.box11{
    padding: 0.5em 1em;
    margin: 2em 0;
    color: #5d627b;
    background: white;
    border-top: solid 5px #5d627b;
    box-shadow: 0 3px 5px rgba(0, 0, 0, 0.22);
}
.box11 p {
    margin: 0; 
    padding: 0;
}



/* 019 */
.button019 a {
    background: #00CC00;
    border-radius: 3px;
    position: relative;
    display: flex;
    justify-content: space-around;
    align-items: center;
    margin: 0 auto;
    max-width: 280px;
    padding: 10px 25px;
    color: #ffffff;
    transition: 0.3s ease-in-out;
    font-weight: 900;
}
.button019 a:after {
  content: "";
  position: absolute;
  top: 50%;
  bottom: 0;
  right: 2rem;
  font-size: 90%;
  display: flex;
  justify-content: center;
  align-items: center;
  transition: right 0.3s;
  width: 6px;
  height: 6px;
  border-top: solid 2px currentColor;
  border-right: solid 2px currentColor;
  transform: translateY(-50%) rotate(45deg);
}
.button019 a:hover {
  background: #6bb6ff;
  color: #FFF;
}
.button019 a:hover:after {
  right: 1.4rem;
}
