/* CSS Document */

body {
  font-family: "Noto Sans JP", 游ゴシック, YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Verdana, メイリオ, Meiryo, Osaka, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-optical-sizing: auto;
  font-weight: 400;
  font-style: normal;
  line-height: 160%;
  display: flex;
  flex-direction: column;
  min-height: 100vh;
}

main {
  flex: 1;
}

.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;
}

.anchor {
  padding-top: 207px;
  margin-top: -207px;
  display: block;
}

@media only screen and (max-width:768px) {
  .anchor {
    padding-top: 76px;
    margin-top: -76px;
  }
}

.text_contents {
  padding: 0px 0.5em 0px 0.7em;
}


/*--------------------------------------
  common_ul
--------------------------------------*/
.common_ul {
  margin: 0px 0px 0px 2em;
}
.common_ul li {
  padding-bottom: 0.3em;
}


/*--------------------------------------
  Newマーク
--------------------------------------*/
.new_mark {
  display: inline-block;
  background: #c5003b;
  color: #ffffff;
  margin-left: 0.5em;
  padding: 0px 6px 1px 6px;
  border-radius: 5px;
}

@keyframes glowing {
  0% {
    background-color: #c5003b;
    box-shadow: 0 0 0px #c5003b;
  }

  50% {
    background-color: #cc5277;
    box-shadow: 0 0 2px #cc5277;
  }

  1000% {
    background-color: #c5003b;
    box-shadow: 0 0 0px #c5003b;
  }
}

.new_mark {
  animation: glowing 5000ms infinite;
}


/*--------------------------------------
  モーダル用
--------------------------------------*/
.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-box {
  height: 87px;
}

header {
  background-color: #ffffff;
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 87px;
  z-index: 100;
}

@media only screen and (max-width:768px) {
  .header-box {
    height: 76px;
  }

  header {
    height: 76px;
  }
}

/*--------------------------------------
  ヘッダーアコーディオンボックス [acordionBox]
--------------------------------------*/
.acordionBox {
  margin: 5px 5px;
}

.acordionBox .trigger {
  font-size: 100%;
  font-weight: bold;
  margin: 0;
  padding: 20px 10px 20px 15px;
  background: url(../image/acArr_op.png) no-repeat right 10px top 50%;
  background-size: 20px;
  background-color: #fdfdfd;
  color: #333333;
  border-radius: 5px;
}

.acordionBox .trigger:hover {
  cursor: pointer;
  background-color: #fdfdfd;
}


/*--------------------------------------
  フッター
--------------------------------------*/
footer {
  margin-top: 30px;
}

.footer_area {
  background-color: #7ecef4;
  padding: 15px 0px;
}

.footer_text {
  padding: 0.5em 0px 0.5em 0px;
  font-size: 90%;
}

.footer_tcopyright {
  padding: 15px 0px;
  background-color: #3ca7d8;
}

.footer_tcopyright_text {
  text-align: center;
  font-size: 90%;
}

/*--------------------------------------
  メニュー
--------------------------------------*/
.menu_area {
  background-color: #7ecef4;
}

.menu_pc_area {
  position: -webkit-sticky;
  /* Safari対応 */
  position: sticky;
  top: 87px;
  z-index: 200;
}

.menu_table {
  width: 100%;
}

.menu_table td {
  border-left: 1px solid #ffffff;
  text-align: center;
  width: 16.666%;
  font-size: 110%;
}

.menu_table td:last-child {
  border-right: 1px solid #ffffff;
}

.menu_table a {
  display: block;
  padding: 12px 0px 8px 0px;
  color: #000f52;
  transition: all .4s;
  background-color: #7ecef4;
}

.menu_table a:hover {
  text-decoration: none;
  color: #333377;
  background-color: #ffffff;
}

.sub-menu {
  position: absolute;
  width: 233px;
  top: 110px;
  opacity: 0;
  visibility: hidden;
  transition: 0.4s;
}

.sub_memu_mgin37 {
  margin-left: -39px;
}

.sub_memu_mgin32 {
  margin-left: -32px;
}

.menu-item-has-children:hover div {
  opacity: 1;
  visibility: visible;
}

.balloon-top {
  position: relative;
  display: block;
  margin-top: 16px;
  padding: 7px 10px;
  max-width: 100%;
  font-size: 16px;
  background: #2eb0e8;
  color: #ffffff;
  border-radius: 7px;
}

.balloon-top .text85 {
  font-size: 85%;
}

.balloon-top .lh120 {
  line-height: 120%;
}

.balloon-top:before {
  content: "";
  position: absolute;
  top: -29px;
  left: 50%;
  margin-left: -15px;
  border: 15px solid transparent;
  border-bottom: 15px solid #2eb0e8;
}


/*--------------------------------------
  サブインデックスページ
--------------------------------------*/
.subpage_title {
  margin: 0px 0px 25px 0px;
}

.subpage_title th {
  width: 100px;
  padding-left: 1em;
  padding-right: 1em;
  vertical-align: middle;
}

.subpage_title td {
  font-size: 220%;
  font-weight: bold;
  color: #3ca7d8;
  vertical-align: middle;
}

.list_rayout_index {
  list-style-type: none;
  margin: 0px 0px 30px 2em;
  padding: 0px;
}

.list_rayout_index li {
  background: url("../../common/image/icon_list_chack.png") left no-repeat;
  background-size: 30px;
  padding: 15px 0px 15px 42px;
  margin-left: 0px;
  font-size: 120%;
}


/*--------------------------------------
  サブタイトル
--------------------------------------*/
.sub_title {
  border-top: 1px solid #7ecef4;
}

.sub_title h2 {
  margin: 0px;
  display: inline-block;
  font-size: 130%;
  padding: 7px 20px 10px 20px;
  color: #000f52;
  background-color: #7ecef4;
  margin-left: 0.5em;
  letter-spacing: 0.1em;
}

.detail_title {
  border-left: 10px solid #7ecef4;
  font-size: 120%;
  padding: 6px 0px 8px 10px;
  margin-top: 30px;
  margin-bottom: 15px;
}


/*--------------------------------------
  テーブル関連
--------------------------------------*/
/*-- topics What's New テーブル --*/
.topics_table {
  width: 100%;
  margin-top: 0.7em;
}

.topics_table th,
.topics_table td {
  padding: 10px 10px;
  vertical-align: top;
  border-bottom: 1px dashed #dddddd;
}

.topics_table th {
  font-weight: normal;
  white-space: nowrap;
  width: 1%;
}

.topics_table tr:last-child td,
.topics_table tr:last-child th {
  border-bottom: none;
}


/*-- 主な事業 テーブル --*/
.omonajigyo_table {
  width: 100%;
  margin-top: 1.5em;
}

.omonajigyo_table th,
.omonajigyo_table td {
  padding: 10px 0px;
  vertical-align: top;
  border-bottom: 1px dashed #dddddd;
}

.omonajigyo_table th {
  font-weight: normal;
  white-space: nowrap;
  width: 1%;
}

.omonajigyo_table .column_th {
  background: #12277a;
  color: #ffffff;
  padding: 10px 20px;
  border-radius: 5px;
  text-align: center;
}

.omonajigyo_table .column_td {
  padding: 10px 20px;
  width: 100%;
}

.omonajigyo_table tr:last-child td,
.omonajigyo_table tr:last-child th {
  border-bottom: none;
}


/*-- 行事リスト テーブル --*/
.event_list_table {
  margin: 0px;
  width: 100%;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}

.event_list_table th,
.event_list_table td {
  padding: 10px 10px 10px 10px;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  vertical-align: middle;
}

.event_list_table th {
  font-weight: normal;
  background: #eeeeee;
  text-align: center;
}

.event_list_table .event_name {
  width: 55%;
}

.event_list_table .link_col {
  text-align: center;
  white-space: nowrap;
}


/*-- 会員リスト テーブル --*/
.member_list_table {
  width: 100%;
  margin: 0px 0px 20px 0px;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
  font-size: 95%;
}

.member_list_table td {
  width: 33.333%;
  padding: 7px 3px 9px 7px;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
}

.member_list_table .noneborder {
  border-bottom: none;
  border-right: none;
}

@media only screen and (max-width:768px) {
  .member_list_table td {
    width: 100%;
    display: block;
  }
}


/*-- 書籍一覧リスト テーブル --*/
.shoseki_ichiran_list_table {
  width: 100%;
  margin: 10px 0px 0px 0px;
  border-top: 1px solid #999999;
  border-left: 1px solid #999999;
}

.shoseki_ichiran_list_table th,
.shoseki_ichiran_list_table td {
  padding: 10px;
  border-bottom: 1px solid #999999;
  border-right: 1px solid #999999;
  vertical-align: middle;
}

.shoseki_ichiran_list_table th {
  font-weight: normal;
  background: #eeeeee;
  text-align: center;
}

.shoseki_ichiran_list_table .kingaku {
  text-align: right;
  width: 10%;
}



/*--------------------------------------
  支部だより
--------------------------------------*/
.shibu_list {
  border: 1px solid #555555;
  background-color: #ffffff;
  transition: 0.4s;
}

.shibu_list:hover {
  background-color: #555555;
  transition: 0.4s;
}

.shibu_list .pic {
  transition: 0.4s;
}

.shibu_list .pic:hover {
  transform: scale(1.02);
}

.shibu_list .text {
  background: #555555;
  color: #fff;
  padding: 5px 10px;
}



/*--------------------------------------
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;
  }
}


/*--------------------------------------
  トップリンク H.takahashi
---------------------------------------*/
#pageTop {
  position: fixed;
  bottom: 10px;
  right: 20px;
}

#pageTop a {
  display: block;
  z-index: 999;
  padding: 0px;
  width: 100px;
  height: 92px;
  text-decoration: none;
  text-align: center;
}

#pageTop a:hover {
  text-decoration: none;
}

@media print {
  #pageTop {
    display: none;
  }
}

/*==768px以下の形状*/
@media screen and (max-width:768px) {
  #pageTop a {
    display: block;
    z-index: 999;
    padding: 0px;
    width: 50px;
    height: 46px;
    text-decoration: none;
    text-align: center;
  }
}


/*--------------------------------------
  ボタンデザイン
---------------------------------------*/
.btn_inout {
  border: 1px solid #ccc;
  border-radius: 10px;
  padding: 10px 20px;
  background: -webkit-gradient(linear, left top, left bottom, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(top, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to bottom, #fdfbfb 0%, #ebedee 100%);
  -webkit-box-shadow: inset 1px 1px 1px #fff;
  box-shadow: inset 1px 1px 1px #fff;
}

.btn_inout:hover {
  background: -webkit-gradient(linear, left bottom, left top, from(#fdfbfb), to(#ebedee));
  background: -webkit-linear-gradient(bottom, #fdfbfb 0%, #ebedee 100%);
  background: linear-gradient(to top, #fdfbfb 0%, #ebedee 100%);
}