* {
  margin: 0;
  padding: 0
}
body {
  font-family: "Arial", 'Kosugi', sans-serif;
  -webkit-text-size-adjust: 100%;
  background-color: #F3F3F3
}


.parent{
min-width: 900px;
position:relative;
height: 90px;
background-color: rgba(255,255,255,1.00)
}

.child-left{
position:absolute;
}

.child-left img{
    width: 400px;
    padding-top: 10px;
    padding-left: 20px;    
}

.child-right{
position:absolute;
right:0;

}

.child-right img{
    width: 250px;
    padding-top: 15px;
    padding-right: 20px;
}


.hr01 {
  width: 95%;
}
.hr02 {
  width: 95%;
  margin-top: 15px;
  border-width: 1px 0 0 0;
  border-style: dashed;
}

.top{
min-width: 900px;
    
}

.top img{
  width: 100%;
    
}

    .top_sp{
        display: none
    } 

.mene {
  width: 100%;
  background-color: #116BA4;
  padding: 10px 0px;
}
/*== 線の上を別の線が伸びる */
.botan {
  width: 50%;
  font-size: 1rem;
  display: flex;
  flex-wrap: wrap;
  list-style: none;
  margin: auto;
}
.botan li a {
  display: block;
  text-decoration: none;
  color: #fff;
}
.botan li {
  margin: auto
}
.botan li a img {
  width: 28px;
  padding-bottom: 5px;
  margin: auto;
  display: flex;
}
/*==================================================
　5-3-3 左から右に線が伸びる（下部）
===================================*/
.botan li a {
  /*線の基点とするためrelativeを指定*/
  position: relative;
}
.botan li.current a, .botan li a:hover {
  color: #FFFFFF;
}
.botan li a::after {
  content: '';
  /*絶対配置で線の位置を決める*/
  position: absolute;
  bottom: -3px;
  left: 10%;
  /*線の形状*/
  width: 80%;
  height: 2px;
  background: #c4dc24;
  /*アニメーションの指定*/
  transition: all .3s;
  transform: scale(0, 1); /*X方向0、Y方向1*/
  transform-origin: left top; /*左上基点*/
}
/*現在地とhoverの設定*/
.botan li.current a::after, .botan li a:hover::after {
  transform: scale(1, 1); /*X方向にスケール拡大*/
}

.youtube{
    display: flex;
}

.youtube iframe{
    width: 608px;
    height: 342px;
    margin: 20px 10px 0px 10px;
    vertical-align:top;
}

.douji{
    width: 100%;
    text-align: center;
    margin: auto;
    background-color: #FF6262
    
}

.douji p{
    width: 608px;
    font-size: 1.5rem;
    color: rgba(255,255,255,1.00);
    margin: auto auto 25px auto;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    background-color: #C71515
    
}

.tyukei{
    width: 100%;
    text-align: center;
    margin: auto;
    background-color:#8ADB8E

}

.tyukei p{
    width: 608px;
    font-size: 1.5rem;
    color: #FFFFFF;
    margin: auto auto 25px auto;
    padding: 10px 0px 10px 0px;
    font-weight: bold;
    background-color: #1C9022;

}
.ns {
  margin-top: 10px;
  margin-bottom: 10px;
}
.ns p {
  font-size: 1rem;
  margin-left: 15px;
  display: inline;
  font-weight: bold;
  color: #FF0206;
}
.news {
  width: 1100px;
  margin: 20px auto;
  padding: 10px 0px;
    background-color: #FFFFFF;
  border-radius: 10px;

}
.news h2 {
  margin: auto;
  font-size: 1.4rem;
  padding: 20px 20px 5px 20px;
  color: #116BA4;
  border-bottom: solid;
  border-width: 3px; /*5ピクセルの太さにする*/
}


.news-list{
  list-style: none outside;
  margin: 0;
  padding: 0;
    height: 150px;/*スクロールの高さ*/
	overflow-y: scroll;
}
.news-list .news-item{
  display: flex;
  flex-wrap: wrap;
  flex-wrap: nowrap;
  text-decoration: none;
  color: #333;
  border-bottom: 1px solid #CCC;
  padding: 20px 20px;
}
.news-list .item:first-child a{
  border-top: 1px solid #CCC;
}
.news-list .item .date{
  margin: 0;
  min-width: 120px;
  font-size: 16px;
  color: #999;
  padding: 0 20px 0 0;
}
.news-list .item .title{
  margin: 0;
  width: 100%;
}
.news-list .item a:hover .title{
  color: #00F;
}


.modoru {
  width: 30%;
  font-size: 1.4rem;
  margin: auto;
  font-weight: bold;
  color: #fff;
  background: #808080
}
.team {
  width: 1100px;
  margin: 20px auto 0px auto;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.team h2 {
  font-size: 1.5rem;
  text-align: center;
  padding: 20px 0px 20px 0px;
  color: #FFFFFF;
  text-decoration: underline; /*下線を引く*/
  background-image: url("../img/haikei2.jpg");
  border-radius: 10px 10px 0px 0px;
}
.sabutai2 {
  margin: 35px 0px 20px 0px;
  position: relative;
  font-size: 1.3rem;
  text-align: center;
  border-bottom: 2px solid #000;
}
.sc {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* 折返し指定 */
  justify-content: space-evenly;
}
.school {
  width: 23%;
  margin: 10px auto 10px auto;
  position: relative;
  top: 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの設定*/
  transition: all .2s;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #000000;
}
.school h3 {
  width: 80%;
  font-size: 1.4rem;
  margin: 5px auto 0px auto;
  padding-bottom: 5px;
  text-align: center;
  color: #000;
  border-bottom: 2px solid #116BA4;
}
.school h3::before {
  min-width: 30px;
  content: attr(data-number);
  display: inline-block;
  color: #fff;
  margin-right: 15px;
  font-size: 1.4rem;
  padding: 2px 0px 0px 0px;
  background-color: #116BA4;
}
.school p {
  margin: 8px 0px 5px 0px;
  font-size: 1rem;
  text-align: center;
  color: #000;
}
.school img {
  width: 100%;
  border-radius: 4px 4px 0px 0px;
}
.school a {
  display: block;
  text-decoration: none;
}
.school:hover {
  top: -10px;
  box-shadow: 1px 1px 3px rgba(43, 33, 74, 0.7);
}

.dekoi {
  width: 23%;
  margin: 10px auto 10px auto;
  position: relative;
  top: 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの設定*/
  transition: all .2s;
  border-radius: 5px;
  box-shadow: 1px 1px 3px #116BA4;
  visibility: hidden;
}

.dekoi h3 {
  width: 80%;
  font-size: 1.4rem;
  margin: 5px auto 0px auto;
  text-align: center;
  color: #000;
  border-bottom: 2px solid #116BA4;
}
.dekoi h3::before {
  content: attr(data-number);
  display: inline-block;
  color: #116BA4;
  margin-right: 15px;
  font-size: 1.6rem;
}
.dekoi p {
  margin: 0px;
  font-size: 1rem;
  text-align: center;
  color: #000;
}
.dekoi img {
  width: 100%;
}
.dekoi a {
  display: block;
  text-decoration: none;
}

.dekoi_sp {
    display: none
}
.hito {
  width: 23%;
  margin: 10px;
  position: relative;
  top: 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
  /*アニメーションの設定*/
  transition: all .2s;
}
.hito h3 {
  font-size: 1.4rem;
  margin: 12px;
  text-align: center;
  color: #000;
}
.hito p {
  font-size: 1rem;
  margin: 12px;
  text-align: center;
  color: #000;
  text-decoration: underline; /*下線を引く*/
  text-underline-position: above; /*下線の位置をテキストの上に引く*/
}
.hito img {
  width: 100%;
}
.hito a {
  height: 260px;
  display: block;
  text-decoration: none;
}

.video{
    margin: auto;
    text-align: center
}

.video iframe{
    margin:25px 0px 0px 0px;
    width: 512px;
    height: 288px
}

.sample-table {
  width: 93%;
    margin: 20px;
  border-collapse: collapse;
  border: 1px solid #000;
}
.sample-td {
    min-width: 50px;
  border: 1px solid #000;
  padding: 8px;
  text-align: center;
}

.teamname h3 {
  width: 100%;
  font-size: 2rem;
  margin: 5px auto 0px auto;
  color: #000;
border-bottom: 3px solid #116BA4;

}
.teamname h3::before {
  min-width: 50px;
  content: attr(data-number);
  display: inline-block;
    text-align: center;
  color: #fff;
  margin: 15px 20px 15px 40px;
  font-size: 2rem;
  padding: 0px 0px 0px 0px;
  background-color: #116BA4;
}

.ikigomi {
    width: 97%;
    margin: auto
}

.ikigomi h3 {
  margin: auto;
  font-size: 1.4rem;
  padding: 30px 20px 5px 20px;
  color: #116BA4;
  border-bottom: solid;
  border-width: 3px; /*5ピクセルの太さにする*/
}


.back {
  width: 250px;
  margin: auto;
  text-align: center;
}
.back a {
  font-size: 1rem;
  color: #fff;
  display: block;
    background-color: #6C6C6C;
  text-decoration: none;
  font-weight: bold;
}
.back p {
  margin: 50px 0px 30px 0px;
    padding: 10px;
}


.kosu {
  width: 1100px;
  margin: 20px auto 0px auto;
  background-color: #FFFFFF;
  border-radius: 10px;
}
    
.kosu h2 {
  font-size: 1.5rem;
  text-align: center;
  padding: 20px 0px 20px 0px;
  color: #FFFFFF;
  text-decoration: underline; /*下線を引く*/
  background-image: url("../img/haikei4.jpg");
  border-radius: 10px 10px 0px 0px;
}
    
.news2 {
  width: 1100px;
  margin: 0px auto;
  padding: 0px 0px;
    background-color: #FFFFFF;
  border-radius: 0px;

}
.news2 h2 {
  margin: auto;
  font-size: 1.4rem;
  padding: 30px 20px 5px 20px;
  color: #116BA4;
  border-bottom: solid;
  border-width: 3px; /*5ピクセルの太さにする*/
}

.kukan p {
  width: 95%;
  font-size: 1rem;
  margin: auto;
  padding-top: 20px;
    padding-bottom: 20px
}

.jikyou {
  width: 1100px;
  margin: 20px auto 0px auto;
  background-color: #FFFFFF;
  border-radius: 10px;
    text-align: center

}    


.jikyou h2 {
  font-size: 1.5rem;
  text-align: center;
  padding: 20px 0px 20px 0px;
  color: #FFFFFF;
  text-decoration: underline; /*下線を引く*/
  background-image: url("../img/haikei5.jpg");
  border-radius: 10px 10px 0px 0px;

}
    
.jikyou img{
    width: 900px;
    margin: 30px;
      border-radius: 8px;

}



.gaiyou {
  width: 1100px;
  margin: 20px auto 0px auto;
  background-color: #FFFFFF;
  border-radius: 10px;
}    
        
.gaiyou h2 {
  font-size: 1.5rem;
  text-align: center;
  padding: 20px 0px 20px 0px;
  color: #FFFFFF;
  text-decoration: underline; /*下線を引く*/
  background-image: url("../img/haikei3.jpg");
  border-radius: 10px 10px 0px 0px;
}
.company {
  width: 97%;
  margin: 20px auto;
  background-color: #FFFFFF;
  border-radius: 10px;
}

.company h2 {
  margin: auto;
  font-size: 1.4rem;
  padding: 20px 20px 5px 20px;
  color: #116BA4;
  border-bottom: solid;
  border-width: 3px; /*5ピクセルの太さにする*/
}

.yoko_gazou {
  text-align: center;
  margin: auto;
}
.yoko_gazou img {
  width: 950px;
}




.company {
  width: 1100px;
  margin: 20px auto;
  background-color: #FFFFFF;
  border-radius: 10px;
}
.company h2 {
  margin: auto;
  font-size: 1.4rem;
  padding: 20px 20px 5px 20px;
  color: #116BA4;
  border-bottom: solid;
  border-width: 3px; /*5ピクセルの太さにする*/
}



.cp {
  width: 100%;
  display: flex;
  flex-wrap: wrap; /* 折返し指定 */
  justify-content: space-evenly;
}
.kyousan {
  width: 23%;
  margin: 10px auto 10px auto;
  position: relative;
  top: 0;
  display: inline-block;
  text-decoration: none;
  outline: none;
}
.kyousan img {
  width: 100%;
}




.footer-menu {
  color: #808080;
  background: #F3F3F3;
  text-align: center;
  padding: 50px 0px 20px 0px;
}
.footer-menu a {
  color: #808080;
  text-decoration: none;
}
.footer-menu a:hover {
  text-decoration: underline;
}
.footer-menu .menu {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}
.footer-menu .menu li {
  margin: 0;
  padding: 0 30px;
}
.footer-menu .copyright {
  margin: 0;
  padding: 20px 0 0 0;
}
.footer-menu-2 {
  color: #808080;
  background: #F3F3F3;
  text-align: center;
  padding: 30px;
  display: none
}