@charset "UTF-8";
/*デフォルトマージンを除去*/
*{
  margin:0;
  padding: 0;
}

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: #cccccc;
}



/* Hタグ */

h1{
text-decoration: none;
font-size: 20px;
color: #ffffff;
margin:0;
background-color: #000000;
text-align: center;
}



h2{
font-size:24px;
line-height: 150%;
color: #000000;
background-color: #f5f5f5;
padding-top: 15px;
padding-left: 16px;
padding-right: 6px;
padding-bottom: 15px;
border-left-width: 4px;
border-left-style: solid;
border-left-color: #143d69;
margin-top: 15px;
margin-bottom: 15px;
}


h3{
font-size: 24px;
color: #3f3f3f;
background-color: #ffffff;
padding-top: 6px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 6px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-color: #143d69;
margin-top: 20px;
margin-bottom: 6px;
}



h4{
font-size: 24px;
color: #3f3f3f;
background-color: #f0f0f0;
padding-top: 6px;
padding-left: 0px;
padding-right: 0px;
padding-bottom: 6px;
border-bottom-style: solid;
border-bottom-width: 2px;
border-color: #143d69;
margin-top: 20px;
margin-bottom: 6px;
}




p {
margin-top: 13px;
margine-bottom: 13px;
}


.yellow {
background: linear-gradient(transparent 0%, #ffff66 0%);
}




/* リスト */

ul#top{
list-style-image:url(http://littlerockheart.com/img/ball01.gif);
font-size: 16px;
color: #000000;
margin-top: 0px;
margin-left: 40px;
}



/*野球塾マネジメント講座リスト*/

ul#mng{
list-style-image:url(http://littlerockheart.com/img/ball01.gif);
font-size: 16px;
color: #000000;
margin-top: 0px;
margin-left: 40px;
}



ul li#mng{
padding-top: 10px;
padding-bottom: 10px;
}



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




dl#mng{
list-style-image:url(http://littlerockheart.com/img/ball01.gif);
margin-top: 0px;
margin-left: 40px;
}

dt{
color: #143d69;
font-weight: bold;
text-decoration: underline;
font-size: 20px;
margin-top: 0px;
margin-left: 0px;
}

dd{
color: #000000;
font-size: 16px;
margin-top: 0px;
margin-left: 40px;
padding-bottom: 30px;
}





#frame {
text-align:left;
margin-top:10px;
margin-left:10px;
margin-right:10px;
margin-bottom:40px;
padding:10px;
border-width: 2px;
border-style: solid;
border-color: #f1f1f1;
padding: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}




#frame2 {
text-align:left;
margin-top:10px;
margin-left:10px;
margin-right:10px;
margin-bottom:40px;
padding:10px;
border-width: 2px;
border-style: solid;
border-color: #cc0000;
padding: 10px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}



/*コラム本文*/
#text {
text-align:left;
margin:0 auto;
width: 800px;

}

/*コラム本文*/
#text2 {
text-align:left;
margin:0 auto;
width: 750px;

}


#white1 {
text-align:left;
margin:0 auto;
width: 1000px;

}


#white2 {
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;
}


#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;
}



#red {
color: #ffffff;
font-size: 18px;
text-decoration: bold;
text-align:left;
margin: 10px;
padding: 10px;
border-width: 3px;
border-style: solid;
border-color: #ff0000;
background-color: #cc0000;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}


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


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



/* アンカー */

a {
text-decoration: none;
transition: 2.0s ;
}

a:link {
color: #4682b4;
}

a:visited {
color: #4682b4;
}

a:active {
color: #cc0000;
}

a:hover {
color: #cc0000;
}



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

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;
}
​




.scroll-box {
  overflow-x: auto;
}
.scroll-box::-webkit-scrollbar {
  height: 20px;
}
.scroll-box::-webkit-scrollbar-track {
  border-radius: 10px;
  background: #eee;
}
.scroll-box::-webkit-scrollbar-thumb {
  border-radius: 10px;
  background: #666;
}




/*表2*/
.table2{
border-collapse: collapse;
}

.table2 caption{
font-weight : bold; 
text-align: left;
font-size: 14px;
padding: 6px;
}

.table2 th{
font-size: 13px;
padding: 6px;
text-align: center;
vertical-align: middle;
color: #333;
background-color: #eee;
border: 1px solid #b9b9b9;
}

.table2 td{
width:150px;
font-size: 13px;
padding: 6px;
background-color: #fff;
border: 1px solid #b9b9b9;
}




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




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

.pagetop {
    display: none;
    position: fixed;
    bottom: 30px;
    right: 15px;
}
.pagetop a {
    display: block;
    background-color: #ccc;
    text-align: center;
    color: #222;
    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;
}








/* 画像の角丸 */

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



/* 画像の角丸 */

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



.box_1 {
 display: table-cell;
 width:250px;
 height:250px;
 background-color: #ffffff;
 margin: 20px;
 padding: 20px;
}
 
.box_2{
 display: table-cell;
 width:250px;
 height:250px;
 background-color: #ffffff;
 margin: 20px;
 padding: 20px;
}
 
.box_3{
 display: table-cell;
 width:250px;
 height:250px;
 background-color: #ffffff;
 margin: 20px;
 padding: 20px;
}








/* CTAボックス */
#cta {
text-align: left;
font-size:15px;
font-weight: none;
line-height: 180%;
background-color: #f0f0f0;
margin-right: 30px;
margin-left: 30px;
margin-top: 30px;
margin-bottom: 30px;
padding: 20px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}



/* CTA段落 */
p.cta {
padding-left: 30px;
padding-right: 30px;
}


/* CTAボタン */
#menu2 a {
  padding:10px 30px 10px 30px;
  margin:30px;
  background:#ff6e00;
  text-align:center;
  float:center;
  box-sizing: border-box; 
  border-top:1px solid #555;
 text-decoration: none;
 font-size:16px;
border-top-left-radius: 10px;
border-top-right-radius: 10px;
border-bottom-right-radius: 10px;
border-bottom-left-radius: 10px;
}
#menu2 a:nth-child(2n+1){
  border-right:1px solid #555;
}
#menu2 a:nth-child(2n+1){
  border-left:1px solid #555;
}
#menu2 a:nth-last-child(1),#menu a:nth-last-child(2){
  border-bottom:1px solid #555;
}




/* CTAのアンカー */

a.cta {
text-decoration: none;
transition: 2.0s ;
}

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

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

a:active.cta {
color: #000000;
text-decoration: none;
}

a:hover.cta {
color: #000000;
text-decoration: none;
}






.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;
}
