﻿/*html,
body,
form {
  height: 100%;
  margin: 0;
  padding: 0;
}

body {
  font-family: "ヒラギノ角ゴPro W3", "Hiragino Kaku Gothic Pro", Osaka, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, Verdana, sans-serif;
  color: #555555;
  font-size: 12px;
}

@media only screen and (min-width: 481px) and (max-width: 720px) {
  body {
    font-size: 18px;
  }
}

@media only screen and (max-width: 480px) {
  body {
    font-size: 18px;
  }

  h2 {
    height: 18px;
    padding: 5px 10px 15px 10px !important;
  }

  .tbl_menber {
    font-size: 16px;
  }

    .tbl_menber th {
      width: 25%;
    }

  .tbl_entry th {
    font-size: 14px !important;
  }


  h3 {
    font-size: 18px !important;
    color: #555 !important;
  }

  .div_entrybtn {
    display: none !important;
  }


  .div_entrybtn_mobile {
    display: block !important;
    margin: 0 auto;
    width: 300px;
    height: 100px;
    text-align: center;
  }
  .footer {
    font-size: 12px;
  }
}
h1, h2, h3, h4, h5, h6 {
  line-height: normal;
}

h1, h2, h3 {
  font-weight: normal;
  margin: .5em 0;
}

h4, h5, h6 {
  font-weight: bold;
}

h1 {
  font-size: 1em;
}

h2 {
  font-size: 1em;
}

h3 {
  font-size: 1em;
}

h4, h5, h6 {
  font-size: 0.8em
}
small {
  font-size: 14px;
}

a.a_enable {
  text-decoration: none;
  color: #666;
}

  a.a_enable:hover {
    color: #000;
    text-decoration: underline;
  }

.img_logotitle {
  vertical-align: middle;
}
.header {
  padding-top: 20px;
  background: url(../images/bg_01.gif) repeat-x center top
}

h1 {
  text-align: center;
}

h2 {
  height: 14px;
  padding: 5px 10px;
  background: url(../images/bg_pattern01.gif) repeat 0 0;
}

  h2 img {
    height: 14px;
    vertical-align: central;
  }

h3 {
  font-size: 12px;
  position: relative;
  font-weight: bold;
  color: #333;
}

  h3:after {
    content: "";
    display: block;
    height: 4px;
    width: 100%;
    background: rgba(129,194,250,0.5);
    position: absolute;
    bottom: 0;
  }


.align_l {
  text-align: left
}

.align_r {
  text-align: right
}

.align_c {
  text-align: center
}

ul, ol {
  display: block;
  padding-left: 30px;
}

  ul.ul_point {
    border: solid 2px #ffb03f;
    padding: 0.5em 1em 0.5em 2.3em;
    position: relative;
  }

    ul.ul_point li {
      line-height: 1.5;
      padding: 0.5em 0;
      list-style-type: none !important;
    }

      ul.ul_point li:before {
        font-family: "Font Awesome 5 Free";
        content: "\f00c";
        position: absolute;
        left: 1em; 
        color: #ffb03f; 
      }


dt {
  width: 60px;
  float: left;
  padding: 3px;
}

dd {
  margin-left: 70px;
  padding: 3px;
}

table {
  border: solid 1px #dddddd;
  border-collapse: collapse;
}

th {
  border: solid 1px #dddddd;
  text-align: left;
  font-weight: normal;
  padding: 5px;
}

td {
  border: solid 1px #dddddd;
  padding: 5px;
}

.div_entrybtn {
  display: block;
  margin: 0 auto;
  height: 187px;
  width: 430px;
  text-align: center;
  background: url(../images/back_entry.png) no-repeat;
}

.div_entrybtn_mobile {
  display: none;
}

.tbl_entry {
  margin: 10px 0;
  border: none;
}

  .tbl_entry th {
    border: none;
    vertical-align: top;
  }

  .tbl_entry td {
    border: none;
    text-align: left;
  }

.tbl_menber {
  width: calc(100% - 22px);
  margin: 10px 0;
}

  .tbl_menber th {
    background-color: #f2fbff;
  }

.p_small {
  font-size: 0.9em;
}
.span_red {
  color: #ff0000 !important;
}

.span_pink {
  color: #ff3768 !important;
}

.tbl_timetable {
  border-collapse: collapse;
  border: 1px solid #dddddd;
  font-size: 14px;
  margin: 10px 0;
}

  .tbl_timetable th {
    border: 1px solid #dddddd;
    padding: 8px 5px;
    font-weight: normal;
    background-color: #f2fbff;
  }

  .tbl_timetable td {
    border: 1px solid #dddddd;
    padding: 8px 5px;
  }

    .tbl_timetable td.td_backgray {
      background-color: #fefefe;
      text-align: center;
    }

    .tbl_timetable td.td_textpink {
      color: #ff3768;
    }
.tbl_timetable ol {
  padding-left: 20px;
  margin: 0 10px;
}
.t-col {
  padding: 5px !important
}*/