@charset "utf-8";

/*========= ページ全体共有 ===============*/
body {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", sans-serif;
  background-color: #fff;
}

hr{
  background-color: #fff;
	border-top: 2px dashed #8c8b8b;
}

/*========= header ===============*/

.header{
margin-left: 430px;
}


.header input{
  margin-top: 30px;
  margin-bottom: 10px;
  float: right;
}

/*========= footer ===============*/
.footer {
  width: 100%;
}

.nav-footer{
  text-align: center;
}
.nav-footer ul {
  padding: 0;
  display: flex;
  justify-content: space-around;
  list-style-type: none;
  margin: 30px;
}
.nav-footer li {
  font-size: 14px;
  font-weight: bold;
  color: #3e3e3e;
}
.nav-footer a:link {
  color: #3e3e3e;
  text-decoration: none;
}
.nav-footer a:visited {
  color: #3e3e3e;
}
.nav-footer a:hover {
  color: #7b7b7b;
}

.copylight{
  text-align: center;
  font-size: 5px!important;
  color:#a9a9a9;
}
/*========= コンテンツ共有 ===============*/
.wrapper {
  width: 960px;
  margin: 0 auto;
  background-color: #fff;
}

.mein-image{
  width: 100%;
}

.contents{
  width: auto;
}

/*========= index.html ===============*/

.overview{
margin: auto;
}

.overview .item{
  display: flex;
  justify-content: space-between;
  margin: 100px 0 100px 0;
}

.overview .item:nth-child(odd) {
  /* 奇数番目を入替・偶数番目はeven */
  flex-direction: row-reverse;
}

.contents .img{
  width: 48%;
}

.contents .img img {
  width: 100%;
}

.contents .explain{
  width: 48%;
}

.contents h2{
  margin-top: 0;
  font-size: 30px;
  color: #3e3e3e;
  font-weight: normal;
}

.contents p{
  margin-top: 30px;
  margin-bottom: 0px;
  font-size: 20px;
  line-height: 1.6;
}
/*========= menu ===============*/

.menu {
  width: 100%;
}
.menu ul {
  padding: 0;
  display: flex;
  justify-content: space-between;
  list-style-type: none;
}
.menu li {
  font-size: 14px;
  font-weight: bold;
  color: #3e3e3e;
}
.menu a:link {
  color: #3e3e3e;
  text-decoration: none;
}
.menu a:visited {
  color: #3e3e3e;
}
.menu a:hover {
  color: #7b7b7b;
}

/*========= schedule.html ===============*/
.schedule{
  width: auto;
}

.schedule h2{
  text-align: center;
font-size: 30px;
}

.schedule img{
  width: 40%;
  height: 40%;
}

.schedule_menu{
  margin-top: 30px;
  margin-bottom: 30px;
  float: right;
}

.schedule_menu ul{
  list-style: none;
  padding: 0;
margin: 20px;
}
.schedule_menu ul li {
  padding: 30px;
    list-style: none;
  }

  .schedule_menu a:link{
    font-size: 30px;
    color: #3e3e3e;
    text-decoration: none;
  }

  .menu-main {
    margin-bottom: 50px;
    text-align: center;
  }
  .menu-main ul {
    margin-left: 0;
    list-style-type: none;
  }
  .menu-main ul li {
    margin-bottom: 20px;
    font-size: 20px;
  }

  /*========= video.html ===============*/
.video_wrapper{
  width: auto;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-around;
}
.video_title{
  text-align: center;
  font-size: 30px;
}

.video_item{
  text-align: center;
  width: 400px;
  margin: 20px;
}

.video_item img{
  margin: 10px;
  max-width: 361px;
  
}

.video_item p{
  font-size: 15px;
  margin-bottom: 5px;
  margin-top: 5px;
}

  /*========= teams.html ===============*/

.teams{
  width: auto;
  text-align: center;
}

.teams h2{
  text-align: center;
  font-size: 30px;
  margin-bottom: 25px;
}

.team_names{
  margin: 0!important;
}

.team_sub{
  font-size: 15px;
  margin: 0;
}

.team_item{
  margin: 30px;
}

.team_item img{
  max-width: 800px;
}