@charset "utf-8";
body {
  font-size: 13px;
  font-family: "メイリオ", Meiryo, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", Osaka, "ＭＳ Ｐゴシック", "MS PGothic", "sans-serif" !important;
  box-sizing: border-box;
  margin: 0;
  color: #000000;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #1D20DE;
  /*white-space: nowrap;*/
  cursor: pointer;
}
a:hover {
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  opacity: .7;
}
a:hover img {
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  opacity: .7;
}
*.toumei_click {
  opacity: 0;
  background-color: #FFF;
  display: block;
  position: absolute;
}
*:hover.toumei_click {
  -webkit-transition: all .4s ease 0s;
  transition: all .4s ease 0s;
  opacity: .7;
}
/* .header_menu*/
.header_menu a {
  height: 29%;
  text-align: center;
  line-height: 2.3em;
  font-size: 1.23em;
  color: black;
  letter-spacing: 0.06em;
}
.header_menu a:hover {
  color: blue;
  text-decoration: underline;
  background: #e4fcff;
}
/* .footer_menu*/
.footer_menu a {
  height: 26%;
  text-align: center;
  line-height: 2.3em;
  font-size: 1.23em;
  color: black;
  letter-spacing: 0.06em;
}
.footer_menu a:hover {
  color: blue;
  text-decoration: underline;
  background: #e4fcff;
}
/* .h_menu */
ul.h_menu {
  padding: 0;
  margin: 0;
  margin-left: 0%;
}
.h_menu li a {
  padding: 1em 0.6em 1em 0.9em;
  border-left: 5px solid #1d74e0;
  display: inline-block;
}
.h_menu li {
  list-style: none;
  display: inline-block;
  position: relative;
  /*
  line-height: 3.5em;
  padding: 0 1.4%;
  */
}
.h_menu li:last-child {
  border-right: 5px solid #1d74e0;
}
.h_menu a {
  color: white;
  /*
  font-weight: bold;
  */
}
/* サブメニュー*/
.h_menu li ul {
  position: absolute;
  top: 27px;
  display: none;
  line-height: 30px;
  box-shadow: 0 1px 6px rgba(0, 0, 0, .3);
  background: #ffffff;
  padding-left: 0;
  margin-left: 2em;
  z-index: 1;
}
.h_menu li:hover ul {
  display: block;
}
.h_menu li ul li {
  white-space: nowrap;
  padding: 0 0.5em;
  width: 100%;
  text-align: left;
  border-left: none !important;
  border-right: none !important;
}
.h_menu .sankaku {
  border-top: 4px solid #00b652;
  border-right: 4px solid transparent;
  border-left: 4px solid transparent;
  content: '';
  display: inline-block;
  height: 0;
  width: 0;
  vertical-align: middle;
}
/* .container */
.container {
  max-width: 1500px;
  min-width: 1000px;
  margin: 0 auto;
  /*
  box-shadow: 0px 0px 8px rgb(0 0 0 / 23%);
  */
}
.container_wide {
  max-width: 100%;
  min-width: 1000px;
  margin: 0 auto;
}
/* 蛍光ペン */
.marker_yellow_futo {
  background: linear-gradient(transparent 0%, #ffff66 0%);
}
.marker_yellow_hoso {
  background: linear-gradient(transparent 60%, #ffff66 60%);
}
/* トースト */
.Pygmy_toast {
  font-size: 2em;
}
/* 会員登録はこちらからボタン */
.kaiintouroku_yellow_btn {
  animation:shake 1s infinite ease-in-out alternate;
}
@keyframes shake{
  0% {transform: translateY(-5px)}
  100% {transform: translateY(5px);}
}
/*blog_body*/
#blog_body a {
  white-space: unset;
  word-break: break-all;
}


/*会員_ul*/
.kaiin_ul {
  margin: 0;
  padding: 0 10.7% 2em 10.7%;
  display: flex;
  flex-wrap: wrap;
}
.kaiin_ul li {
  list-style: none;
  width: 23.7%;
  position: relative;
  margin-left: 0%;
  margin-right: 1.7%;
}
.kaiin_ul li:nth-child(4n) {
  margin-left: 0%;
  margin-right: 0%;
}
.kaiin_ul li img {
  margin: 0;
}
.kaiin_ul li div {
  font-size: 1.25em;
  letter-spacing: 0.07em;
  line-height: 1.5;
  padding: 0.6em 0 1.5em 0;
}
.kaiin_category_name {
  font-size: 1.6em;
  font-weight: bold;
  padding: 0.2em 0 0.2em 0;
  box-sizing: border-box;
}


/******************************************
 ■ 画面幅768px以下（タブレット）を上書き
******************************************/
@media screen and (max-width: 1024px) {
  .h_menu li a {
    padding: 1em 0.2em 1em 0.4em;
    font-size: 1em;
    border-left: 3px solid #1d74e0;
  }
  .kaiin_ul li div {
      letter-spacing: 0em;
  }
}


