<style>
@charset "UTF-8";
/*すべてのwebページに適応される*/
html {
  font-family: sans-serif;
}
html * {
  box-sizing: border-box;
}
html  {
  margin 0 0 0 0;
  background-color: #eeece9;
}
.wrapper {
  margin: 0 auto 0 auto;
  max-width: 960px;
}
h3 {
  color: grey;
}
h2 {
  color: grey;
}
img {
  max-width: 100%;
  height: auto;
}

.zemipage a {
    text-decoration: none;
}

.zemipage a {
  text-decoration: none;
  color: white;
  border-bottom: dotted 2px grey;
}
.zemipage a:hover {
  color: red;
  text-decoration: none
}
.zemipage a:active {
  color: white;
  text-decoration: none;
}

.research a {
    text-decoration: none;
}

.research a {
  text-decoration: none;
  color: white;
  border-bottom: dotted 2px grey;
}
.research a:hover {
  color: red;
  text-decoration: none
}
.research a:active {
  color: white;
  text-decoration: none;
}




/************* text-decoration **************/
/* 一重の線 */
.subtitle  {
  position: relative;
}
.subtitle p {
 text-align: center;
}
.subtitle p:after {

}
.subtitle2 h3 {
padding:10px;
border-radius: 10px;
border: 2px dotted #3f5170;
width:550px;
margin-left:auto;
margin-right:auto;
text-align: center;
}
.subtitle {
  position: relative;
}
.subtitle p {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding: 0;
    margin: 0;
    font-size: 20px;
    color:grey;
    background-color: white;
    border-bottom: dotted 3px red;
}
.subtitle img {
  width: 500px;
  height: 100px;
  text-align: center;
 }





/*basic.html*/
/*ナビゲーション*/
.menu10 a {
  text-decoration: none;
}
.menu10 li {
   position: relative;
   float: left;
}
.menu10 li p {
   display: block;
   width: 100px;
   padding: 1000px;
   color: grey;
   font-size: 16px;
}
.menu10 li a:hover {
   color: red;
}
.menu10 li a:active {
  color: white;
}
.menu10 li:hover > ul {
   display: block;
}
.menu10 ul {
   display: none;
   position: absolute;
   top: 38px;
   width: 1000px;
   padding: 30px;
}
.menu10 li:hover > ul {
   display: block;
}


/*見出しの装飾*/

/*search.htmlのナビゲーション*/
.menu1 li {
   position: relative;
   float: left;
}
.menu1 li p {
   display: block;
   width: 100px;
   padding: 1000px;
   color: grey;
   font-size: 16px;
}
.menu1 li a:hover {
   color: red;
}
.menu1 li a:active {
  color: white;
}
.menu1 li:hover > ul {
   display: block;
}
.menu1 ul {
   display: none;
   position: absolute;
   top: 38px;
   width: 1000px;
   padding: 30px;
}
.menu1 li:hover > ul {
   display: block;
}






.dropmenu{
list-style-type: none;
width: 1200px;

width: 100%;
}
.dropmenu li{
position: relative;
width: 15%;
float: left;
margin: 1px;
text-align: center;
}
.dropmenu li a{
display: block;
padding: 15px 0px 15px;
background: #000000;
color: #FFFFFF;
font-size: 15px;
text-decoration: none;
}
.dropmenu li ul{
list-style: none;
position: absolute;
z-index: 99999;
top: 40%;
left: 0;
margin: 0;
padding: 0;
}
.dropmenu li ul li{
width: 100%;
}
.dropmenu li ul li a{
padding: 15px 15px;
background: #222222;
text-align: center;
}
.dropmenu li ul{
display: none;
}
.dropmenu li:hover ul{
display: block;
}






.parenttitle h3 {
  text-align: center;
}
.parenttitle h5 {
  text-align: center;
}
.parenttitle li {
  list-style-type: none;
}
.subin li {
  float: left;
}
.humansub li {
  float: left;
}
.table {
  padding-top: 30px;
  margin-bottom: 50px
  table-layout: fixed;
  width: 100px;
}
.table th,td {
  border:1px solid #333;
}








/*すべてのページに適応　- フッター　- */
.footer {
  margin : 3em 0 1.5em ;
  padding : 1em 1.5em ;
  border-top: 2px solid grey;    /* 上側の1本線 */
}
.footer ul {
  display: flex;
  text-decoration: none;
}
.footer li {
  list-style-type: none;
  padding-right: 30px;
  padding-left: 30px;
  text-decoration: none;
}
.footer a {
  text-decoration: none;
  border-bottom: 2px dotted grey;
  color: grey;
}
.footer a:visited {
  color: grey;
  text-decoration: none;
}
.footer a:hover {
  color: red;
  text-decoration: none;
}
.footer a:active {
  color: white;
  text-decoration: none;
}
.footertext p {
  text-align: center;
  padding-top: 30px;
  color: grey;
  text-decoration: none;
}

/* index.htmlのロゴ*/
/* iTLゼミ選択サイトの装飾*/
.logosub {
  position: relative;
}
.logosub p {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  padding:0;
  margin:0;
  font-size: 30px;
  color: grey;
  border-bottom: solid 3px black;
}
.logosub p:after {
  position: absolute;
  content: " ";
  display: block;
  border-bottom: solid 3px red;
  bottom: -3px;
  width: 50%;
}
.logosub img {
  width: 1500px;
  height: 100px;
  text-align: center;
 }
/*ホーム[iTLゼミ一覧]の装飾*/
 .title0 h2 {
   color: black;
   padding:5px;
   position: relative;
   padding:20px;
   width:200px;
   margin-left:auto;
   margin-right:auto;
   text-align: center;
 }

 .title0 h2:first-letter {
  font-size: 2em;
  color: grey;
}
/*ホームのゼミ一覧四角ボックス*/
.zemi0 {
  position: relative;
}
.zemi0 p {
  position: absolute;
  top:50%;
  left:50%;
  transform: translate(-50%,-50%);
  padding:0;
  margin:0;
  font-size: 16px;
  color: white;
  font-weight: bold;
  text-align: center;
}
.zemi0 a {
  text-decoration: none;
  color: white;

}
.zemi0 a:visited {
  color: white;
  text-decoration: none;
}
.zemi0 a:hover {
  color: red;
  text-decoration: none
}
.zemi0 a:active {
  color: white;
  text-decoration: none;
}
/*四角ボックス装飾（黒色・白文字）a.jpg*/
.zemi1 {
  position: relative;
}
.zemi1 p {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size: 16px;
    color: white;
    text-align: center;

}

.zemi1 a {
  text-decoration: none;
  color: white;
  border-bottom: dotted 2px white;
}
.zemi1 a:hover {
  color: red;
  text-decoration: none
}
.zemi1 a:active {
  color: white;
  text-decoration: none;
}
/*四角ボックス装飾（灰色・黒文字）b.jpg*/
.zemi2 {
  position: relative;
}
.zemi2 p {
    position: absolute;
    top:50%;
    left:50%;
    transform: translate(-50%,-50%);
    padding:0;
    margin:0;
    font-size: 16px;
    color: black;
    text-align: center;
}
.zemi2 a {
  text-decoration: none;
  color: black;
  border-bottom: dotted 2px black;
}

.zemi2 a:hover {
  color: red;
  text-decoration: none
}
.zemi2 a:active {
  color: white;
  text-decoration: none;
}

  /*ホーム[お役立ちコンテンツ]の装飾*/
  .title10 h2 {
    color: black;
    padding:5px;
    position: relative;
    padding:20px;
    width:300px;
    margin-left:auto;
    margin-right:auto;
    text-align: center;
  }

  .title10 h2:first-letter {
   font-size: 2em;
   color: grey;
}

/*ホームのナビゲーションの装飾*/
.nav {
 padding-bottom: 30px;
}
.nav a {
  font-size: 18px;
  border-bottom: dotted 2px grey;
  color: grey;
}
.nav ul {
  display: flex;
}
.nav li {
  list-style-type: none;
  padding-right: 30px;
  padding-left: 30px;
}
.nav a:link {
  text-decoration: none;
  color: grey;
}

.nav a:hover {
  color: red;
  text-decoration: none
}
.nav a:active {
  color: white;
  text-decoration: none;
}


.nav1 {
 padding-bottom: 30px;
 text-align: center;
}


.nav1 a {
  font-size: 18px;
  border-bottom: dotted 2px grey;
  color: grey;
}

.nav1 ul {
  display: flex;
}

.nav1 li {
  list-style-type: none;
  padding-right: 30px;
  padding-left: 30px;

}
.nav1 a:link {
  text-decoration: none;
  color: grey;
}

.nav1 a:hover {
  color: red;
  text-decoration: none;
}
.nav1 a:active {
  color: white;
  text-decoration: none;
}




.nav0 {
 padding-bottom: 30px;
}
.nav0 a {
  font-size: 18px;
}
.nav0 ul {
  display: flex;
}
.nav0 li {
  list-style-type: none;
  padding-right: 10px;
  padding-left: 10px;
}
.nav0 a:link {
  color: grey;
  text-decoration: none;
}
.nav0 a:visited {
  color: grey;
  text-decoration: none;
}
.nav0 a:hover {
  color: red;
  text-decoration: none
}
.nav0 a:active {
  color: white;
  text-decoration: none;
}




/***********************/
/*各ゼミページ*/
/*画面の大きさなど*/
.container {
  width: 100%;
  padding: 10px;
}
/*見出しの装飾*/
.title1 h3 {
  color: black;
}
.title1 h3:first-letter {
 font-size: 2em;
 color: grey;
}
.title1 h5 {
  color: red;
}
/*各ゼミページの公式サイトなどへのリンクの装飾*/
.research  {
  text-align: center;
  padding-top: 30px;
}
.research a {
  font-size: 20px;
  color: grey;
  text-align: center;
}
.research a:hover {
  color: red;
}

.research a:active {
  color: white;
}
/*各ゼミページのナビゲーション*/
.menu {
  padding-bottom: 60px;
}
.menu li {
   position: relative;
   float: left;
}
.menu li a {
   display: block;
   width: 140px;
   padding: 10px;
   color: grey;
  border-bottom: dotted grey;
  text-decoration: none;
}
.menu li a:hover {
   color: red;
}
.menu li a:active {
  color: white;
}
.menu li:hover > ul {
   display: block;
}
.menu ul {
   display: none;
   position: absolute;
   top: 38px;
   width: 200px;
}
.menu li:hover > ul {
   display: block;
}



.subtitle2 h3 {
padding:10px;
width:550px;
margin-left:auto;
margin-right:auto;
text-align: center;
}

input  [type="submit"] {
  margin: 20px 0;
  width: 30em;
}


.zemipage p {
  padding-left: 200px;
}
.zemipage h3 {
padding-left: 200px;
}
.zemipage h4 {
padding-left: 200px;
}
.zemipage h5 {
padding-left: 200px;
}



/* 棒グラフ3 CSS Only */
.bar-graph .year {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  opacity: 0;
}

.bar-graph-horizontal {
  max-width: 100%;
}

.bar-graph-horizontal > div {
  float: left;
  margin-bottom: 8px;
  width: 100%;
}

.bar-graph-horizontal .year {
  float: left;
  margin-top: 18px;
  width: 50px;
}

.bar-graph-horizontal .bar {
  border-radius: 3px;
  height: 55px;
  float: left;
  overflow: hidden;
  position: relative;
  width: 0;
}

.bar-graph-one .bar::after {
  -webkit-animation: fade-in-text 2.2s 0.1s forwards;
  -moz-animation: fade-in-text 2.2s 0.1s forwards;
  animation: fade-in-text 2.2s 0.1s forwards;
  color: #fff;
  content: attr(data-percentage);
  font-weight: 700;
  position: absolute;
  right: 16px;
  top: 12px;
}

.bar-graph-one .bar-one .bar {
  background-color: #c8e4ff;
  -webkit-animation: show-bar-one 1.2s 0.1s forwards;
  -moz-animation: show-bar-one 1.2s 0.1s forwards;
  animation: show-bar-one 1.2s 0.1s forwards;
}

.bar-graph-one .bar-two .bar {
  background-color: #a9d8ff;
  -webkit-animation: show-bar-two 1.2s 0.2s forwards;
  -moz-animation: show-bar-two 1.2s 0.2s forwards;
  animation: show-bar-two 1.2s 0.2s forwards;
}

.bar-graph-one .bar-three .bar {
  background-color: #6bb6ff;
  -webkit-animation: show-bar-three 1.2s 0.3s forwards;
  -moz-animation: show-bar-three 1.2s 0.3s forwards;
  animation: show-bar-three 1.2s 0.3s forwards;
}

.bar-graph-one .bar-four .bar {
  background-color: #59b3fc;
  -webkit-animation: show-bar-four 1.2s 0.4s forwards;
  -moz-animation: show-bar-four 1.2s 0.4s forwards;
  animation: show-bar-four 1.2s 0.4s forwards;
}

/* Bar Graph Horizontal Animations */
@-webkit-keyframes show-bar-one {
  0% {
    width: 0;
  }
  100% {
    width: 69.6%;
  }
}

@-webkit-keyframes show-bar-two {
  0% {
    width: 0;
  }
  100% {
    width: 71%;
  }
}

@-webkit-keyframes show-bar-three {
  0% {
    width: 0;
  }
  100% {
    width: 74.7%;
  }
}

@-webkit-keyframes show-bar-four {
  0% {
    width: 0;
  }
  100% {
    width: 76.8%;
  }
}

@-webkit-keyframes fade-in-text {
  0% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}





/***********************/
/*search.html*/
.title10 h3 {
  color: black;
  padding:0px;
  position: relative;
  width:300px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.title10 h3:first-letter {
 font-size: 2em;
 color: grey;
}
/*見出し（教授の特徴から探す）の装飾*/
.title20 h3 {
  color: black;
  padding:0px;
  position: relative;
  width:300px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.title20 h3:first-letter {
 font-size: 2em;
 color: red;
}

.cp_navi {
  width: 15%;
  padding: 10px;
}

.container1 {
  width: 100%;
  padding: 0px;
  background-color:
}
.container10 {
     width:500px;
     height:300px;
     position: relative;
   }
.container10 p {
     position: absolute;
     top:10px;
     left:10px;
     font-size:14px;
     color: white;
     padding:0;
     margin:0;
}
.container10 {
  text-align: center;
}
.container10 a {
  font-size:20px;
  padding-left: 150px;
  padding-right: 0px;
  color: white;

}
   .container10 a:hover {
        color: grey;

      }
 .container10 a:active {
        color: red;

      }

      .container11 {
           width:500px;
           height:300px;
           position: relative;

         }

      .container11 p {
           position: absolute;
           top:10px;
           left:10px;
           font-size:14px;
           color: black;
           padding:0;
           margin:0;
         }
      .container11 a {
        font-size:18px;
        padding-left:70px;
        padding-right:0px;
        color: black;

      }
         .container11 a:hover {
              color: white;
            }
       .container11 a:active {
              color: red;
            }



            .container20 {
                 width:600px;
                 height: 100px;
                 position: relative;
               }

            .container20 a {
              position: absolute;
              top:50%;
              left:50%;
              transform: translate(-50%,-50%);
              padding:0;
              margin:0;
              font-size: 16px;
              color: white;
              border-bottom: dotted 2px red;
            }
               .container20 a:hover {
                    color: grey;

                  }
             .container20 a:active {
                    color: red;

                  }

                  .container21 {
                       width:600px;
                       height: 200px;
                       position: relative;
                     }
                  .container21 a {
                    position: absolute;
                    top:50%;
                    left:50%;
                    transform: translate(-50%,-50%);
                    padding:0;
                    margin:0;
                    font-size: 16px;
                    color: white;
                    border-bottom: dotted 2px red;
                    text-decoration: none;
                  }

                     .container21 a:hover {
                          color: white;
                        }
                   .container21 a:active {
                          color: red;
                        }
/***********************/
/*basic.html*/
/*basic.htmlの見出し装飾*/
.title40 h2 {
  color: black;
  padding:5px;
  position: relative;
  padding:20px;
  width:400px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.title40 h2:first-letter {
 font-size: 2em;
 color: grey;
}
.title0 h4 {
  color: black;
  padding:0px;
  position: relative;
  width:300px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.title0 h4:first-letter {
 font-size: 2em;
 color: grey;
}

.title20 h4 {
  color: black;
  padding:0px;
  position: relative;
  width:300px;
  margin-left:auto;
  margin-right:auto;
  text-align: center;
}

.title20 h4:first-letter {
 font-size: 2em;
 color: red;
}
/*kihonn.htmlのナビゲーション*/
.menu30  {
  width: 1000px;
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
  padding-top: 10px;
  list-style: none;
  padding-left: 200px;
}
.menu30 a {
padding-left: 15px;
color: grey;
text-decoration: none;
border-bottom: dotted 2px grey;
}

.menu30 li a:hover {
   color: red;
}
.menu30 li a:active {
  color: white;
}

/*アコーディオンメニュー*/
.accordion-005 {
    max-width: 80%;
    margin-bottom: 5px;
    margin-left: 170px;
    border-bottom: 2px solid #92969b;

}

.accordion-005 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: grey;
    font-weight: 600;
    cursor: pointer;
}

.accordion-005 summary::before,
.accordion-005 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: grey;
    content: '';
}

.accordion-005 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-005 summary::after {
    transition: rotate .3s;
}

.accordion-005[open] summary::after {
    rotate: 90deg;
}

.accordion-005 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #141010;
    transition: transform .5s, opacity .5s;
    text-align: center;
}
.accordion-005 h3 {
 text-align: left;
}
.accordion-005 h4  {
  text-align: center;
}

.accordion-005[open] p {
    transform: none;
    opacity: 1;
}



.accordion-002 {
    max-width: 80%;
    margin-bottom: 5px;
    margin-left: 170px;
    border-bottom: 2px solid #92969b;

}

.accordion-002 summary {
    display: flex;
    justify-content: space-between;
    align-items: center;
    position: relative;
    padding: 1em 2em;
    color: grey;
    font-weight: 600;
    cursor: pointer;
}

.accordion-002 summary::before,
.accordion-002 summary::after {
    width: 3px;
    height: .9em;
    border-radius: 5px;
    background-color: grey;
    content: '';
}

.accordion-002 summary::before {
    position: absolute;
    right: 2em;
    rotate: 90deg;
}

.accordion-002 summary::after {
    transition: rotate .3s;
}

.accordion-002[open] summary::after {
    rotate: 90deg;
}

.accordion-002 p {
    transform: translateY(-10px);
    opacity: 0;
    margin: 0;
    padding: .3em 2em 1.5em;
    color: #141010;
    transition: transform .5s, opacity .5s;

}

.accordion-002[open] p {
    transform: none;
    opacity: 1;
}

  /*kihonn.htmlのアコーディオンメニューの中の表の装飾*/
  .example1, .example1 td, .example1 th{
      border: none !important;
  }
  .example1 {
  border-collapse: separate;
  border-spacing: 30px 10px;

}
.example2, .example2 td, .example2 th{
    border: none !important;
}
.example2 {
border-collapse: separate;
border-spacing: 30px 10px;
}
.example3, .example3 td, .example3 th{
    border: none !important;
}
.example3 {
border-collapse: separate;
border-spacing: 30px 10px;
}


.example4, .example4 td, .example4 th{
    border: none !important;
}
.example4 {
border-collapse: separate;
border-spacing: 30px 10px;
}

.example5, .example5 td, .example5 th{
    border: none !important;
}
.example5 {
border-collapse: separate;
border-spacing: 30px 10px;
}
.example6, .example6 td, .example6 th{
    border: none !important;
}
.example6 {
border-collapse: separate;
border-spacing: 30px 10px;
}

/*FAQ.html*/
.qa-005 {
  padding-left: 200px;
}

.qa-005 dt,
.qa-005 dd {
    display: flex;
    align-items: center;
    position: relative;
    margin: 0;
    padding: 1em 2em 1em 3.3em;
    color: #000000;
}

.qa-005 dt {
    font-weight: 600;
}

.qa-005 dd + dt {
    margin-top: 1em;
}

.qa-005 dt::before,
.qa-005 dd::before {
    display: inline-block;
    position: absolute;
    width: 40px;
    height: 40px;
    left: 0;
    border-radius: 7px;
    font-weight: 600;
    font-size: 1.1em;
    line-height: 40px;
    text-align: center;
}

.qa-005 dt::before {
    border: 2px solid #a0a3a6;
    color: #a0a3a6;
    content: 'Q';
}

.qa-005 dd::before {
    border: 2px solid #ffffff;
    color: #ffffff;
    content: 'A';
}
/*schedule.html表の装飾*/

table th{
  padding : 20px 10px;
}

table td{
  padding : 20px 10px;
}

table {
  width: 90%;
  padding-left: 150px;
}

th{
  width: 10%;
}

td{
  width: 10%;
}
th,td{
  border:solid 1.5px grey;
}


/*site.htmlのホバーcss*/


.zemipage a {
  font-size: 15px;
  color: grey;

}
.zemipage a:hover {
  color: red;
}

.zemipage a:active {
  color: white;
}


li {
  list-style: none;
}
ul {
  display: flex;
  justify-content: center;
  padding-bottom: 0px;
  padding-top: 10px;
  list-style: none;
}
/*kihonn.htmlの見出しの装飾*/





.wrap {
  margin: 2em 0;
  padding: 0;
}
.wrap label {
  display: block;
  padding : 8px;
  color: #fff;
  font-weight: bold;
  background-color: #999;
  cursor: pointer;
}

/*form.tml*/
.line h3 {
  text-align: center;
}
.line img {
  display: block;
 margin: auto;
}
}



</style>
