@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: #3c3c3c;
}
img {
  width: 100%;
  height: auto;
  vertical-align: bottom;
}
a {
  text-decoration: none;
  color: #0066c0;
  /*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;
}
/* .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: 2px solid #FFFFFF;
  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: 2px solid #FFFFFF;
}
.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: 1.5em;
}
/* 会員登録はこちらからボタン */
.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%;
  display: flex;
  background-color: #E7FCFC;
  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 {
  letter-spacing: 0.07em;
  line-height: 1.5;
}
/* go_link_btn */
.go_link_btn {
  color: #0066c0 !important;
  font-weight: bold;
  letter-spacing: 0.2em;
  border: 1px solid #0066c0;
  border-radius: 4em;
  margin: 2em 0.5em 0 0.5em;
  line-height: 1.3em;
  background: #ffffff;
  box-shadow: 0px 1px 3px 0px #cdcdcd;
  display: inline-block;
}
.go_link_btn a {
  display: block;
  padding: 0.8em 1.3em;
}
.go_link_btn .fas {
  font-size: 1.5em;
  vertical-align: middle;
  margin-left: 0.2em;
}