/* CSS Document */

body {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
}

.pc {
  display: initial !important;
}

.sp {
  display: none !important;
}

@media only screen and (max-width:768px) {
  .pc {
    display: none !important;
  }

  .sp {
    display: initial !important;
  }
}

a:link,
a:visited,
a:hover,
a:active {
  color: #0066cb;
}

.notes {
  font-size: 75%;
  line-height: 120%;
}

/*--------------------------------------
  モーダル用
--------------------------------------*/
.course-item img {
  cursor: pointer;
}

#grayDisplay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  /* コンテンツ全てに対して固定的に 1160pxとか指定されているときの対応として!importantつける */
  max-width: 100% !important;
  height: 100%;
  background: rgba(0, 0, 0, 0.8);
}

#grayDisplay img {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  max-width: 90%;
  max-height: 90%;
  height: 90%;
  object-fit: contain;
}

/*--------------------------------------
  ヘッダー
--------------------------------------*/
header {
  background: -moz-linear-gradient(#167b67 0%, #2bb188 80%, #2bb188 100%);
  background: -webkit-linear-gradient(#167b67 0%, #2bb188 80%, #2bb188 100%);
  background: linear-gradient(#167b67 0%, #2bb188 80%, #2bb188 100%);
  padding-bottom: 2px;
  border-bottom: 3px solid #008732;
  margin-bottom: 15px;
}

/*--------------------------------------
  ヘッダーアコーディオンボックス [acordionBox]
--------------------------------------*/
.acordionBox {
  margin: 5px 5px;
}

.acordionBox .trigger {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 15px 5px 13px 10px;
  background: url(../image/acArr_op.png) no-repeat right 5px top 50%;
  background-size: 20px;
  background-color: #fdfdfd;
  color: #333333;
}

.acordionBox .trigger:hover {
  cursor: pointer;
  background-color: #fcfcfc;
}

.acordionBox .trigger.active {
  background: url(../image/acArr_cl.png) no-repeat right 5px top 50%;
  background-size: 20px;
  background-color: #ffffff;
}

.acordionBox .acordion {
  display: none;
  padding: 0px 5px 5px 5px;
  background-color: #fdfdfd;
}

.acordionBox .acordion .box_btn {
  border-left: 3px solid #167b67;
  margin-top: 0px;
  padding: 4px 5px 1px 7px;
  color: #333333;
}

/*--------------------------------------
  フッター
--------------------------------------*/
footer {
  background-color: #2bb188;
  margin-top: 70px;
  padding-top: 40px;
  color: #ffffff;
}

.footer_text {
  border-top: 1px solid #ffffff;
  padding: 2em 0px 2.5em 0px;
  text-align: center;
}

/*--------------------------------------
  メニュー
--------------------------------------*/
.menu {
  margin-top: 10px;
  background-color: #2bb188;
  color: #ffffff;
  padding: 5px 10px 20px 10px;
  border-radius: 3px;
}

.menu_contents {
  padding-top: 15px;
  padding-bottom: 15px;
  border-bottom: 1px solid #ffffff;
}

.menu_contents:last-child {
  padding-top: 15px;
  padding-bottom: 0px;
  border-bottom: none;
}

.menu_title {
  background: url(../image/triangle_icon.svg) no-repeat left 1px top 5px;
  background-size: 9px 14px;
  padding-left: 15px;
}

.menu_contents ul {
  margin: 0px 0px 0px 2.2em;
}

.menu_contents li {
  padding-top: 5px;
  margin-left: 0px;
  font-size: 95%;
}

.menu_contents a:link {
  text-decoration: none;
  color: #ffffff;
}

.menu_contents a:visited {
  text-decoration: none;
  color: #ffffff;
}

.menu_contents a:hover {
  text-decoration: underline;
  color: #ffffff;
}

.menu_contents a:active {
  text-decoration: none;
  color: #ffffff;
}

/*--------------------------------------
  サブタイトル
--------------------------------------*/
.sub_title {
  background-color: #2bb188;
  text-align: center;
  font-size: 140%;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 5px 10px 5px;
  margin-bottom: 20px;
}

.gray_title {
  background-color: #808080;
  text-align: center;
  font-size: 110%;
  color: #ffffff;
  border-radius: 5px;
  padding: 10px 5px 10px 5px;
  margin-bottom: 20px;
}

.gray_title .leftarea {
  text-align: left;
  padding-left: 10px;
  padding-right: 10px;
}

.gray_title .rightarea {
  text-align: right;
  padding-left: 10px;
  padding-right: 10px;
  font-size: 90%;
}

.square_title {
  background: url(../image/title_icon.svg) no-repeat left 1px top 12px;
  background-size: 25px 24px;
  padding-left: 35px;
  padding-top: 10px;
  padding-bottom: 10px;
}

/*--------------------------------------
  開通テーブル
--------------------------------------*/
.kaitsu_table {
  margin: 0px;
  width: 100%;
  border-top: 1px solid #555555;
  border-left: 1px solid #555555;
  line-height: 120%;
}

.kaitsu_table th {
  text-align: center;
  vertical-align: middle;
  background-color: #c2ebec;
  padding: 7px 5px 5px 5px;
  border-bottom: 1px solid #555555;
  border-right: 1px solid #555555;
}

.kaitsu_table td {
  vertical-align: middle;
  padding: 4px 7px 5px 7px;
  border-bottom: 1px solid #555555;
  border-right: 1px solid #555555;
}

.kaitsu_table .textright {
  text-align: right;
}
.kaitsu_table .textright_nonbr {
  text-align: right;
  border-right: none;
  white-space: nowrap;
  width: 1%;
  padding: 4px 0px 5px 7px;
}

.kaitsu_table .bg_gray td {
  background-color: #f5f5f5;
}

@media only screen and (max-width:768px) {
  .kaitsu_table {
    font-size: 85%;
  }
}


/*--------------------------------------
bootstrap オリジナル CSS
--------------------------------------*/
.col-xs-1-5,
.col-sm-1-5,
.col-md-1-5,
.col-lg-1-5,
.col-xs-2-5,
.col-sm-2-5,
.col-md-2-5,
.col-lg-2-5,
.col-xs-3-5,
.col-sm-3-5,
.col-md-3-5,
.col-lg-3-5,
.col-xs-4-5,
.col-sm-4-5,
.col-md-4-5,
.col-lg-4-5 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-5 {
  width: 20%;
  float: left;
}

.col-xs-2-5 {
  width: 40%;
  float: left;
}

.col-xs-3-5 {
  width: 60%;
  float: left;
}

.col-xs-4-5 {
  width: 80%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-5 {
    width: 20%;
    float: left;
  }

  .col-sm-2-5 {
    width: 40%;
    float: left;
  }

  .col-sm-3-5 {
    width: 60%;
    float: left;
  }

  .col-sm-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-5 {
    width: 20%;
    float: left;
  }

  .col-md-2-5 {
    width: 40%;
    float: left;
  }

  .col-md-3-5 {
    width: 60%;
    float: left;
  }

  .col-md-4-5 {
    width: 80%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-5 {
    width: 20%;
    float: left;
  }

  .col-lg-2-5 {
    width: 40%;
    float: left;
  }

  .col-lg-3-5 {
    width: 60%;
    float: left;
  }

  .col-lg-4-5 {
    width: 80%;
    float: left;
  }
}

.col-xs-1-2,
.col-sm-1-2,
.col-md-1-2,
.col-lg-1-2 {
  position: relative;
  min-height: 1px;
  padding-right: 15px;
  padding-left: 15px;
}

.col-xs-1-2 {
  width: 50%;
  float: left;
}

@media (min-width: 768px) {
  .col-sm-1-2 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 992px) {
  .col-md-1-2 {
    width: 50%;
    float: left;
  }
}

@media (min-width: 1200px) {
  .col-lg-1-2 {
    width: 50%;
    float: left;
  }
}