body {
  font-family: 'GenJyuuGothicX-P-Normal', serif;
  font-size: 16px;
  color: #000;
  line-height: 1.75;
  letter-spacing: normal;
}

@media screen and (min-width: 767px) {
  body {
    font-size: 18px;
  }
}

img {
  max-width: 100%;
  height: auto;
}

main {
  padding-right: 15px;
  padding-left: 15px;
  max-width: 1210px;
  margin: 0 auto;
}

._sp {
  display: block;
}

@media screen and (min-width: 767px) {
  ._sp {
    display: none;
  }
}

._tb {
  display: block;
}

@media screen and (min-width: 1024px) {
  ._tb {
    display: none;
  }
}

._pc {
  display: none;
}

@media screen and (min-width: 1024px) {
  ._pc {
    display: block;
  }
}

.header {
  border-top: 10px solid #39A756;
}

.header._blue {
  border-top: 10px solid #276595;
}

.header .header_top {
  z-index: 3;
  display: flex;
  justify-content: space-between;
  align-items: center;
  max-width: 1325px;
  height: 110px;
  padding-right: 15px;
}

@media screen and (min-width: 767px) {
  .header .header_top {
    padding-left: 15px;
  }
}

@media screen and (min-width: 1024px) {
  .header .header_top {
    height: 142px;
  }
}

.header .header_logo a {
  display: flex;
  align-items: center;
}

.header .header_logo .image img {
  width: 60px;
  height: 60px;
}

@media screen and (min-width: 767px) {
  .header .header_logo .image {
    margin-right: 15px;
  }
  .header .header_logo .image img {
    width: 85px;
    height: 85px;
  }
}

@media screen and (min-width: 1024px) {
  .header .header_logo .image {
    margin-right: 21px;
    margin-left: 35px;
  }
  .header .header_logo .image img {
    width: 100px;
    height: 100px;
  }
}

.header .header_logo .name {
  text-align: center;
  line-height: normal;
  font-size: 16px;
}

.header .header_logo .name span {
  font-size: 22px;
  color: #39A756;
}

.header .header_logo .name span._blue {
  color: #276595;
}

@media screen and (min-width: 767px) {
  .header .header_logo .name {
    font-size: 20px;
  }
  .header .header_logo .name span {
    font-size: 30px;
  }
}

@media screen and (min-width: 1024px) {
  .header .header_logo .name {
    font-size: 24px;
  }
  .header .header_logo .name span {
    font-size: 35px;
  }
}

.header .info_area .inner {
  display: flex;
  align-items: center;
}

.header .info_area .tel a {
  display: flex;
}

.header .info_area .tel img {
  display: none;
  width: 36px;
  height: 36px;
}

.header .info_area .tel .tel_number {
  font-size: 22px;
  line-height: normal;
  margin-right: 17px;
  margin-left: 6px;
}

@media screen and (min-width: 1230px) {
  .header .info_area .tel img {
    display: block;
    width: 48px;
    height: 48px;
  }
  .header .info_area .tel .tel_number {
    font-size: 30px;
    margin-right: 34px;
  }
}

.header .info_area .contact a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  margin: 0 auto;
  height: 57px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  transition: all 0.2s;
}

.header .info_area .contact a:hover {
  background-color: #000;
  color: #fff;
}

.header .info_area .contact a img {
  width: 30px;
  text-align: center;
}

.header .info_area .member {
  margin-left: 23px;
}

.header .info_area .member a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 180px;
  height: 57px;
  border: 1px solid #39A756;
  background-color: #39A756;
  color: #fff;
  transition: all 0.3s;
}

.header .info_area .member a:hover {
  background-color: #fff;
  color: #39A756;
}

.header .info_area .member a img {
  width: 26px;
}

.header .info_area .member a._blue {
  border: 1px solid #276595;
  background-color: #276595;
}

.header .info_area .member a._blue:hover {
  background-color: #fff;
  color: #276595;
}

.header .info_area_sp .inner {
  display: flex;
  align-items: center;
}

.header .info_area_sp .inner .tel {
  display: none;
}

@media screen and (min-width: 580px) {
  .header .info_area_sp .inner .tel {
    display: block;
  }
}

.header .info_area_sp .inner .tel a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 70px;
  height: 60px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
}

.header .info_area_sp .inner .tel a img {
  width: 33px;
  height: auto;
}

.header .info_area_sp .inner .tel a p {
  font-size: 14px;
}

.header .info_area_sp .inner .contact {
  display: none;
}

@media screen and (min-width: 580px) {
  .header .info_area_sp .inner .contact {
    display: block;
  }
}

.header .info_area_sp .inner .contact a {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  width: 70px;
  height: 60px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  transition: all 0.2s;
}

.header .info_area_sp .inner .contact a:hover {
  background-color: #000;
  color: #fff;
}

.header .info_area_sp .inner .contact a img {
  width: 33px;
  margin: 0 auto;
  padding-top: 5px;
  padding-bottom: 5px;
}

.header .info_area_sp .inner .contact a p {
  font-size: 14px;
}

.header .info_area_sp .inner .member {
  display: none;
}

@media screen and (min-width: 580px) {
  .header .info_area_sp .inner .member {
    display: block;
  }
}

.header .info_area_sp .inner .member a {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 70px;
  height: 60px;
  border: 1px solid #39A756;
  background-color: #39A756;
  color: #fff;
  transition: all 0.2s;
}

.header .info_area_sp .inner .member a:hover {
  background-color: #fff;
  color: #39A756;
}

.header .info_area_sp .inner .member a img {
  width: 28px;
  margin: 0 auto;
  padding-top: 3px;
  padding-bottom: 3px;
}

.header .info_area_sp .inner .member a p {
  font-size: 14px;
}

.header .info_area_sp .inner .member a._b {
  border: 1px solid #276595;
  background-color: #276595;
}

.header .info_area_sp .inner .member a._b:hover {
  background-color: #fff;
  color: #276595;
}

.header .info_area_sp .inner .menu_btn {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 70px;
  height: 60px;
  border: 1px solid #000;
  background-color: #fff;
  color: #000;
  cursor: pointer;
}

.header .info_area_sp .inner .menu_btn .open_btn {
  width: 32px;
  height: 22px;
  position: relative;
  right: 5px;
  margin-top: 8px;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
  font: inherit;
}

.header .info_area_sp .inner .menu_btn .open_btn span {
  position: absolute;
  display: block;
  width: 100%;
  height: 3px;
  background-color: #000;
  transition: all 0.3s;
}

.header .info_area_sp .inner .menu_btn .open_btn span:first-child {
  top: 0;
}

.header .info_area_sp .inner .menu_btn .open_btn span:nth-child(2) {
  top: 0;
  bottom: 0;
  margin: auto;
}

.header .info_area_sp .inner .menu_btn .open_btn span:last-child {
  bottom: 0;
}

.header .info_area_sp .inner .menu_btn .open_btn._active span {
  top: 0;
  bottom: 0;
  margin: auto;
}

.header .info_area_sp .inner .menu_btn .open_btn._active span:first-child {
  transform: rotate(45deg);
}

.header .info_area_sp .inner .menu_btn .open_btn._active span:nth-child(2) {
  opacity: 0;
}

.header .info_area_sp .inner .menu_btn .open_btn._active span:last-child {
  transform: rotate(-45deg);
}

.header .info_area_sp .inner .menu_btn p {
  font-size: 14px;
}

.header .global_nav {
  background-color: #39A756;
  line-height: normal;
  font-size: 24px;
}

.header .global_nav._blue {
  background-color: #276595;
}

.header .global_list {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 71px;
  z-index: 5;
}

.header .global_item + .global_item {
  border-left: 1px solid #fff;
}

.header .global_item a {
  padding: 18px 12px;
  color: #fff;
}

.header .global_item a:hover {
  opacity: 0.8;
}

.header .global_item .sub_list {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  background: #000000a8;
  margin-top: 223px;
  display: flex;
  justify-content: center;
  z-index: 0;
  opacity: 0;
  visibility: hidden;
  transition: all 0.4s;
}

.header .global_item .sub_list.-active {
  opacity: 1;
  visibility: visible;
}

.header .global_item .sub_list .sub_item a {
  display: block;
  padding-top: 30px;
  padding-bottom: 20px;
}

.header .global_item .sub_list .sub_item a .image {
  overflow: hidden;
  width: 200px;
  height: 140px;
}

.header .global_item .sub_list .sub_item a img {
  transition: all 0.4s;
}

.header .global_item .sub_list .sub_item a img:hover {
  transform: scale(1.2);
}

.header .global_item .sub_list .sub_item a p {
  padding-top: 16px;
  text-align: center;
  font-size: 18px;
  color: #fff;
}

.header .global_item .sub_list .sub_item + .sub_item {
  margin-left: 36px;
}

.header .global_sp {
  position: absolute;
  left: 0;
  top: 120px;
  width: 100%;
  background: #fff;
  z-index: 2;
  border-top: 2px solid #000;
  border-bottom: 2px solid #000;
  display: none;
}

.header .global_sp .info_sp_list {
  display: flex;
}

@media screen and (min-width: 580px) {
  .header .global_sp .info_sp_list {
    display: none;
  }
}

.header .global_sp .info_sp_item {
  width: calc(100% / 3);
  border-bottom: 1px solid #000;
}

.header .global_sp .info_sp_item + .info_sp_item {
  border-left: 1px solid #000;
}

.header .global_sp .info_sp_item > a {
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
  height: 4em;
  padding-top: 2px;
}

.header .global_sp .info_sp_item > a._green {
  background-color: #39A756;
}

.header .global_sp .info_sp_item > a._blue {
  background-color: #276595;
}

.header .global_sp .info_sp_item img {
  width: 30px;
  height: auto;
}

.header .global_sp .info_sp_item img.tel {
  margin-bottom: 2.3px;
}

.header .global_sp .info_sp_item img.contact {
  padding-top: 2px;
  margin-bottom: 4.3px;
}

.header .global_sp .info_sp_item p {
  font-size: 14px;
}

.header .global_sp .info_sp_item p.member {
  color: #fff;
}

.header .global_sp .sp_item {
  border-bottom: 1px solid #fff;
}

.header .global_sp .sp_item:last-child {
  border-bottom: none;
}

.header .global_sp .sp_item .sub_open {
  display: flex;
  justify-content: space-between;
  line-height: 3em;
  padding-left: 1em;
  padding-right: 1em;
  color: #fff;
}

.header .global_sp .sp_item .sub_open._green {
  background-color: #39A756;
}

.header .global_sp .sp_item .sub_open._blue {
  background-color: #276595;
}

.header .global_sp .sp_item .sub_open .open_menu_btn {
  width: 1em;
  height: 3em;
  position: relative;
  cursor: pointer;
  background: transparent;
  border: none;
  outline: none;
  appearance: none;
  font: inherit;
  transition: all 0.3s;
}

.header .global_sp .sp_item .sub_open .open_menu_btn span {
  position: absolute;
  display: block;
  width: 1em;
  height: 1px;
  background-color: #fff;
  transition: all 0.3s;
  top: 0;
  bottom: 0;
  margin: auto;
}

.header .global_sp .sp_item .sub_open .open_menu_btn span:last-child {
  transform: rotate(90deg);
}

.header .global_sp .sp_item .sub_open .open_menu_btn._active span:last-child {
  transform: rotate(180deg);
}

.header .global_sp .sp_item .sub_sp_list {
  display: none;
}

.header .global_sp .sp_item .sub_sp_item > a {
  display: block;
  line-height: 3em;
  padding-left: 1.5em;
  font-size: 15px;
}

@media screen and (min-width: 767px) {
  .header .global_sp .sp_item .sub_sp_item > a {
    font-size: 17px;
  }
}

.footer .inner {
  display: block;
}

@media screen and (min-width: 960px) {
  .footer .inner {
    display: flex;
  }
}

.footer .footer_left {
  width: 100%;
  margin: 0 auto;
  background-color: #39A756;
}

.footer .footer_left._blue {
  background-color: #276595;
}

@media screen and (min-width: 960px) {
  .footer .footer_left {
    width: 454px;
  }
}

.footer .footer_left .footer_left_area {
  width: 363px;
  margin: 0 auto;
  padding-top: 18px;
  padding-bottom: 18px;
  text-align: center;
  color: #fff;
}

@media screen and (min-width: 960px) {
  .footer .footer_left .footer_left_area {
    margin: 99px auto 108px;
    padding-top: 0;
    padding-bottom: 0;
  }
}

.footer .footer_left .footer_logo a {
  display: flex;
  border-bottom: 2px solid #fff;
  padding-bottom: 6px;
  color: #fff;
}

.footer .footer_left .footer_logo .image {
  width: 90px;
  height: auto;
  margin-right: 15px;
}

@media screen and (min-width: 960px) {
  .footer .footer_left .footer_logo .image {
    width: 100px;
  }
}

.footer .footer_left .footer_logo .name {
  margin-top: 8px;
  font-size: 21px;
}

.footer .footer_left .footer_logo .name span {
  display: block;
  font-size: 27px;
}

.footer .footer_left .footer_info {
  margin-top: 20px;
}

.footer .footer_right {
  flex: 1;
  background-color: #F2F2F2;
}

.footer .footer_right .footer_right_area {
  display: flex;
  gap: 3em;
  width: 95%;
  margin: 0 auto;
  padding-bottom: 2em;
}

.footer .footer_right .footer_right_area .footer_list {
  padding-top: 2em;
  line-height: 1.8;
}

.footer .footer_right .footer_right_area .footer_item {
  font-size: 16px;
}

.footer .footer_right .footer_right_area .footer_item.main {
  font-size: 20px;
}

@media screen and (min-width: 810px) {
  .footer .footer_right .footer_right_area {
    width: 90%;
  }
  .footer .footer_right .footer_right_area .flex_row2 {
    display: flex;
    gap: 3em;
  }
  .footer .footer_right .footer_right_area .footer_list {
    padding-top: 3em;
  }
  .footer .footer_right .footer_right_area .footer_item {
    font-size: 17px;
  }
}

@media screen and (min-width: 960px) {
  .footer .footer_right .footer_right_area .flex_row2 {
    display: block;
    gap: 3em;
  }
}

@media screen and (min-width: 1260px) {
  .footer .footer_right .footer_right_area .flex_row2 {
    display: flex;
  }
}

.footer .footer_right .footer_list.last {
  width: 95%;
  margin: 0 auto;
  padding-bottom: 3rem;
  display: flex;
}

@media screen and (min-width: 810px) {
  .footer .footer_right .footer_list.last {
    width: 90%;
  }
}

.footer .footer_right .footer_list.last .footer_list {
  padding-top: 2em;
  line-height: 1.8;
}

.footer .footer_right .footer_list.last .footer_item {
  font-size: 17px;
}

.footer .footer_right .footer_list.last .footer_item + .footer_item {
  margin-left: 7.5rem;
}

.footer .footer_right .footer_list.last .footer_item.blue {
  margin-left: 4.5rem;
}

.cmn_area .cmn_title .sub {
  display: block;
  color: #39A756;
  text-transform: uppercase;
}

.cmn_area .cmn_title .sub._blue {
  color: #276595;
}

.cmn_area .cmn_title .main {
  display: block;
  border-bottom: 5px solid #39A756;
  font-size: 24px;
  position: relative;
}

.cmn_area .cmn_title .main::after {
  position: absolute;
  bottom: -5px;
  right: 0;
  content: '';
  width: 36px;
  height: 36px;
  background-color: #39A756;
}

.cmn_area .cmn_title .main._blue {
  border-bottom: 5px solid #276595;
}

.cmn_area .cmn_title .main._blue::after {
  background-color: #276595;
}

@media screen and (min-width: 767px) {
  .cmn_area .cmn_title .main {
    font-size: 31px;
  }
  .cmn_area .cmn_title .main::after {
    width: 45px;
    height: 45px;
  }
}

.contact:hover .icon_active, .member:hover .icon_active {
  display: none;
}

.contact:hover .icon_hover, .member:hover .icon_hover {
  display: block;
}

@media screen and (min-width: 1024px) {
  .img_hover {
    margin-right: 8px;
  }
}

.img_hover .icon_hover {
  display: none;
}

.img_hover .icon_active {
  display: block;
}

.icon:hover .icon_active {
  display: none;
}

.icon:hover .icon_hover {
  display: block;
}

.icon .icon_hover {
  display: none;
}

.icon .icon_active {
  display: block;
}

.inner_page {
  margin-top:80px;
  margin-bottom: 100px;
}

.inner_page._green h2 {
  margin: 1em auto 0.8em;
  padding-bottom: 7px;
  padding-left:20px;
  padding-right:20px;
  font-size: 24px;
  position: relative;
  border-bottom: solid 3px #39A756;
  display:inline-block;
}

@media screen and (min-width: 767px) {
  .inner_page._green h2 {
    padding-bottom: 14px;
    font-size: 31px;
  }
}

.inner_page._blue h2 {
  margin: 1em auto 0.8em;
  padding-bottom: 7px;
  padding-left:20px;
  padding-right:20px;
  font-size: 24px;
  position: relative;
  border-bottom: solid 3px #276595;
  display:inline-block;
}

@media screen and (min-width: 767px) {
  .inner_page._blue h2 {
    padding-bottom: 14px;
    font-size: 31px;
  }
}

.inner_page h3 {
  text-align:center;
  width:100%;
  margin:0 auto;
}
.inner_page._green h3 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #39A756;
  font-size: 20px;
  padding-bottom: 3px;
  position: relative;
  text-align:center;
}

.inner_page._green h3::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 50%;
}

@media screen and (min-width: 767px) {
  .inner_page._green h3 {
    width: 546px;
    font-size: 24px;
    padding-bottom: 6px;
  }
}

.inner_page._blue h3 {
  margin-top: 2em;
  margin-bottom: 1.5em;
  border-bottom: 1px solid #276595;
  font-size: 20px;
  padding-bottom: 3px;
  position: relative;
  text-align:center;
}

.inner_page._blue h3::after {
  position: absolute;
  bottom: -2px;
  content: "";
  display: block;
  width: 50%;
}

@media screen and (min-width: 767px) {
  .inner_page._blue h3 {
    width: 546px;
    font-size: 24px;
    padding-bottom: 6px;
  }
}

.inner_page h4 {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
  width: 95%;
  border-bottom: 1px solid #000;
  padding-bottom: 6px;
  font-size: 20px;
}

@media screen and (min-width: 767px) {
  .inner_page h4 {
    width: 750px;
    font-size: 24px;
  }
}

.inner_page p {
  margin-top: 1.6em;
  margin-bottom: 1.6em;
}

.inner_page p ._a {
  font-size: 20px;
}

@media screen and (min-width: 767px) {
  .inner_page p ._a {
    font-size: 24px;
  }
}

.switch_btn {
  margin-top: 58px;
}

.switch_btn .cmn_message {
  width: 100%;
  margin-top: 20px;
}

.switch_btn .cmn_message a {
  display: flex;
  justify-content: center;
  align-items: center;
  border-radius: 45px;
  height: 48px;
  font-size: 20px;
  color: #fff;
  transition: all 0.3s;
  background-color: #39A756;
  border: 2px solid #39A756;
}

.switch_btn .cmn_message a:hover {
  color: #39A756;
  background-color: #fff;
}

.switch_btn .cmn_message a._b {
  background-color: #276595;
  border: 2px solid #276595;
}

.switch_btn .cmn_message a._b:hover {
  color: #276595;
  background-color: #fff;
}

@media screen and (min-width: 767px) {
  .switch_btn {
    display: flex;
    justify-content: space-between;
  }
  .switch_btn .cmn_message {
    width: calc((100% - 33px)/ 2);
    margin-top: 32px;
  }
  .switch_btn .cmn_message a {
    height: 96px;
    font-size: 32px;
  }
}

@media screen and (min-width: 1024px) {
  .switch_btn .cmn_message {
    width: calc((100% - 66px)/ 2);
  }
  .switch_btn .cmn_message a {
    height: 117px;
    font-size: 40px;
  }
}

.firstview {
  background-image: url(../image/to_kenmin/top_kenmin.png);
  background-position: center;
  background-size: cover;
  height: 200px;
}

.firstview._blue {
  background-image: url(../image/to_seihukusi/top_judoseihukusi.png);
}

@media screen and (min-width: 500px) {
  .firstview {
    height: 300px;
  }
}

@media screen and (min-width: 767px) {
  .firstview {
    height: 400px;
  }
}

@media screen and (min-width: 1024px) {
  .firstview {
    height: 564px;
  }
}

.topview {
  background-position: center;
  background-size: cover;
  height: 220px;
  position: relative;
  z-index: -1;
}

.topview._about {
  background-image: url(../image/page/toukai_top.jpg);
}

.topview._judo {
  background-image: url(../image/page/judo_top-100.jpg);
}

.topview._info {
  background-image: url(../image/page/news_top.jpg);
}

.topview._info_b {
  background-image: url(../image/page/news_blue_top.png);
}

@media screen and (min-width: 767px) {
  .topview {
    height: 280px;
  }
}

.topview .index {
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
}

.topview .index span {
  display: block;
  width: 330px;
  text-align: center;
  color: #fff;
}

.topview .index .sub_index {
  border-bottom: 3px solid #fff;
  padding-bottom: 6px;
  font-size: 20px;
}

.topview .index .main_index {
  font-size: 30px;
  letter-spacing: 5px;
}

@media screen and (min-width: 767px) {
  .topview .index span {
    width: 600px;
  }
  .topview .index .sub_index {
    font-size: 24px;
  }
  .topview .index .main_index {
    font-size: 40px;
  }
}

.video .inner {
  margin-top: 45px;
}

.video .video_contents {
  width: 100%;
  margin-top: 33px;
}

.video .video_contents .video_area {
  margin-top: 33px;
}

@media screen and (min-width: 767px) {
  .video .inner {
    display: flex;
    justify-content: space-between;
  }
  .video .video_contents {
    width: calc((100% - 66px)/ 2);
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .video .video_contents {
    width: calc((100% - 137px)/ 2);
  }
}

.b_syokai {
  margin-top: 45px;
}

@media screen and (min-width: 1024px) {
  .b_syokai > .inner {
    display: flex;
    justify-content: space-between;
  }
}

.join {
  margin-top: 36px;
  margin-left: 0px;
  width: 100%;
}

@media screen and (min-width: 767px) {
  .join {
    width: 478px;
  }
}

@media screen and (min-width: 1024px) {
  .join {
    margin-top: 0px;
    margin-left: 12px;
  }
}

.join .join_box {
  margin-top: 30px;
}

@media screen and (min-width: 1024px) {
  .join .join_box {
    margin-top: 80px;
  }
}

.join .join_box .top_area {
  height: 90px;
  background-color: #276595;
  text-align: center;
  color: #fff;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
}

.join .join_box .top_area::after {
  position: absolute;
  width: 0px;
  height: 0px;
  content: "";
  top: 90px;
  left: 0;
  right: 0;
  margin: auto;
  border-top: 35px solid #276595;
  border-left: 20px solid transparent;
  border-right: 20px solid transparent;
}

@media screen and (min-width: 767px) {
  .join .join_box .top_area {
    height: 120px;
  }
  .join .join_box .top_area::after {
    top: 120px;
  }
}

.join .join_box .top_area .detail {
  display: flex;
  justify-content: center;
  align-items: center;
}

.join .join_box .top_area .detail p {
  font-size: 20px;
  letter-spacing: 0.2em;
}

.join .join_box .top_area .detail .detail_btn {
  display: block;
  position: relative;
  margin-left: 1em;
  width: 20px;
  height: 20px;
  border: 2px solid #fff;
  border-radius: 100%;
}

.join .join_box .top_area .detail .detail_btn span {
  position: absolute;
  display: block;
  top: 35%;
  left: 25%;
  width: 25%;
  height: 25%;
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
  transform: rotate(-45deg);
}

@media screen and (min-width: 767px) {
  .join .join_box .top_area .detail p {
    font-size: 26px;
  }
  .join .join_box .top_area .detail .detail_btn {
    width: 26px;
    height: 26px;
  }
}

.join .join_box .bottom_area {
  height: 160px;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fff;
  border: 1px solid #276595;
  letter-spacing: 0.1em;
  padding-top: 10px;
  padding-left: 6px;
}

@media screen and (min-width: 767px) {
  .join .join_box .bottom_area {
    padding-left: 0;
  }
}

.news_conts {
  margin-top: 77px;
}

.news_conts._blue {
  margin-bottom: 92px;
}

@media screen and (min-width: 767px) {
  .news_conts .inner {
    display: flex;
    justify-content: space-between;
  }
}

.news_conts .news {
  flex: 1;
  max-width: 686px;
}

.news_conts .news .cmn_title {
  position: relative;
}

.news_conts .news .cmn_title .main_news {
  display: block;
  border-bottom: 5px solid #39A756;
  font-size: 24px;
}

.news_conts .news .cmn_title .main_news._blue {
  border-bottom: 5px solid #276595;
}

@media screen and (min-width: 767px) {
  .news_conts .news .cmn_title .main_news {
    font-size: 31px;
  }
}

.news_conts .news .cmn_title a {
  position: absolute;
  right: 0;
  bottom: 5px;
  width: 90px;
  text-align: center;
  background-color: #39A756;
  color: #fff;
  font-size: 18px;
  transition: all 0.3s;
  border: 1px solid #39A756;
}

.news_conts .news .cmn_title a:hover {
  background-color: #fff;
  color: #39A756;
}

.news_conts .news .cmn_title a._blue {
  background-color: #276595;
  border: 1px solid #276595;
}

.news_conts .news .cmn_title a._blue:hover {
  background-color: #fff;
  color: #276595;
}

@media screen and (min-width: 767px) {
  .news_conts .news .cmn_title a {
    width: 135px;
    font-size: 24px;
  }
}

.news_conts .news .news_list {
  margin-top: 16px;
}

.news_conts .news .news_item .time {
  background-color: #f2f2f2;
}

.news_conts .facebook {
  width: 100%;
  margin-top: 80px;
}

@media screen and (min-width: 767px) {
  .news_conts .facebook {
    width: 40%;
    margin-left: 33px;
    margin-top: 0;
  }
}

@media screen and (min-width: 1024px) {
  .news_conts .facebook {
    width: 346px;
  }
}

.news_conts .facebook .facebook_area {
  margin-top: 16px;
}

.news_conts .facebook .facebook_area .image {
  margin-top: 16px;
}

.search {
  margin-top: 80px;
}

@media screen and (min-width: 1024px) {
  .search .inner {
    display: flex;
    justify-content: space-between;
  }
}

.search .search_area {
  width: 100%;
}

@media screen and (min-width: 1024px) {
  .search .search_area {
    margin-top: 35px;
    max-width: 484px;
    flex: 1;
  }
}

.search .keyword_search .keyword_message {
  margin-top: 16px;
}

.search .keyword_search .search_box {
  margin-top: 16px;
  display: flex;
  justify-content: space-between;
  height: 62px;
  border: 1px solid #000;
}

.search .keyword_search .search_box p {
  padding: 10px 16px;
  font-size: 24px;
}

.search .keyword_search .search_box img {
  width: 84px;
}

.search .address_search {
  margin-top: 16px;
}

.search .address_search .icon_area {
  display: flex;
  justify-content: space-between;
  margin-top: 16px;
}

.search .address_search .icon_area .icon {
  width: calc((100% - 20px) / 2);
}

.search .address_search .icon_area .icon + .icon {
  margin-left: 36px;
}

.search .address_search .icon_area .icon a {
  display: block;
  height: auto;
  background-color: #39A756;
  color: #fff;
  transition: all 0.3s;
  border: 1px solid #39A756;
}

.search .address_search .icon_area .icon a .image {
  width: 75px;
  margin: 0 auto 10px;
  padding-top: 33px;
}

.search .address_search .icon_area .icon a p {
  font-size: 18px;
  text-align: center;
  padding-bottom: 18px;
}

@media screen and (min-width: 767px) {
  .search .address_search .icon_area .icon a p {
    font-size: 24px;
    padding-bottom: 34px;
  }
}

.search .address_search .icon_area .icon a:hover {
  background-color: #fff;
  color: #39A756;
}

.search .map_area {
  position: relative;
  width: 100%;
  margin: 0 auto;
}

@media screen and (min-width: 767px) {
  .search .map_area {
    width: 600px;
  }
}

.search .map_area img {
  text-align: left;
}

.search .map_area .circle {
  position: absolute;
  width: 60px;
  height: 60px;
  background-color: pink;
  border: 1px solid #ff81e0;
  border-radius: 50%;
  transition: 0.2s;
  display: flex;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
}

.circle2 {
  position: absolute;
  border-radius: 50%;
  transition: 0.2s;
  justify-content: center;
  align-items: center;
  text-align: center;
  line-height: 1.5;
  color: #fff;
}

.search .map_area .circle:hover {
  background-color: #fff;
}

.circle2 img:hover {
  filter: opacity(70%);
  cursor: pointer;
}

.search .map_area .circle.one {
  top: 26%;
  left: 75%;
}
.circle2.one {
  top: 20%;
  left: 61%;
}

.search .map_area .circle.two {
  top: 41%;
  left: 25%;
}
.circle2.two {
  top: 41%;
  left: 25%;
}

.search .map_area .circle.three {
  top: 40%;
  left: 60%;
}
.circle2.three {
  top: 37%;
  left: 56%;
}
.search .map_area .circle.four {
  top: 62%;
  left: 60%;
}
.circle2.four {
  top: 60%;
  left: 60%;
}

.search .map_area .circle.five {
  top: 58%;
  left: 80%;
}
.circle2.five {
  top: 59%;
  left: 78%;
}

.search .map_area .circle.six {
  top: 35%;
  left: 82%;
}
.circle2.six {
  top: 30%;
  left: 80%;
}



@media screen and (max-width: 766px) {
  .circle2.one {
    top: 22%;
    left: 55%;
  }
  .circle2.three{
    top: 37%;
    left: 51%;
  }
  .circle2.four{
    top: 60%;
    left: 53%;
  }
  .circle2.five {
    top: 62%;
    left: 68%;
  }
  .circle2.six{
    top: 30%;
    left: 71%;
  }
}
@media screen and (max-width: 720px) {
  .circle2.one {
    top: 22%;
    left: 58%;
  }
  .circle2.three{
    top: 37%;
    left: 53%;
  }
  .circle2.four{
    top: 60%;
    left: 56%;
  }
  .circle2.five {
    top: 62%;
    left: 72%;
  }
  .circle2.six{
    top: 30%;
    left: 73%;
  }
}
@media screen and (max-width: 700px) {
  .circle2 {
    font-size:80%;
  }
  .circle2 img {
    width:80%;
  }
  .search .map_area .circle.two {
    top: 41%;
    left: 25%;
  }

  .circle2.one {
    top: 22%;
    left: 60%;
  }

  .circle2.three {
    top: 37%;
    left: 57%;
  }

  .circle2.four {
    top: 58%;
    left: 59%;
  }
  .circle2.five {
    top: 62%;
    left: 77%;
  }
  .circle2.six{
    top: 30%;
    left: 78%;
  }
}

@media screen and (max-width: 600px) {
  .circle2 {
    font-size: 70%;
  }
  .circle2 img {
    width: 70%;
  }
}
@media screen and (max-width: 463px) {
  .circle2 {
    font-size: 60%;
  }
  .circle2 img {
    width: 60%;
  }
}

@media screen and (max-width: 380px) {
  .circle2 {
    font-size:55%;
  }
  .circle2 img {
    width:55%;
  }

  .circle2.one {
    top: 20%;
    left: 62%;
  }

  .search .map_area .circle.two {
    top: 41%;
    left: 25%;
  }

  .circle2.three {
    top: 35%;
    left: 55%;
  }

  .circle2.four {
    top: 58%;
    left: 58%;
  }
  .circle2.five {
    top: 58%;
    left: 73%;
  }
}

@media screen and (min-width: 600px) {
  .search .map_area .circle {
    width: 70px;
    height: 70px;
  }
}

@media screen and (min-width: 767px) {
  .search .map_area .circle {
    width: 80px;
    height: 80px;
  }
}

.info {
  margin-top: 80px;
  margin-bottom: 92px;
}

.info._blue {
  margin-top: 0;
  margin-bottom: 0;
}

@media screen and (min-width: 1024px) {
  .info._blue {
    max-width: 536px;
  }
}

.info .inner .cmn_area {
  max-width: 536px;
}

.info .info_list {
  margin-top: 36px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.info .info_item {
  width: 100%;
  height: 200px;
  position: relative;
  margin-bottom: 28px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
}

@media screen and (min-width: 767px) {
  .info .info_item {
    width: 47%;
  }
}

@media screen and (min-width: 1055px) {
  .info .info_item {
    width: 255px;
    height: 180px;
  }
}

.info .info_item.toukai {
  background-image: url(../image/to_kenmin/toukai.png);
}

.info .info_item.judoseihukusi {
  background-image: url(../image/to_kenmin/judoseihukusi.png);
}

.info .info_item.qa {
  background-image: url(../image/to_kenmin/q&a.png);
}

.info .info_item.healthinformation {
  background-image: url(../image/to_kenmin/healthinformation.png);
}

.info .info_item.toukai_b {
  background-image: url(../image/to_seihukusi/toukai.png);
}

.info .info_item.membersupport {
  background-image: url(../image/to_seihukusi/membersupport.png);
}

.info .info_item.activities {
  background-image: url(../image/to_seihukusi/activities.png);
}

.info .info_item.branchactivities {
  background-image: url(../image/to_seihukusi/branchactivities.png);
}

.info .info_item a {
  display: block;
  transition: all 0.3s;
  height: 100%;
}

.info .info_item a:hover {
  background: rgba(255, 255, 255, 0.7);
}

.info .info_item a:hover .title {
  color: #39A756;
}

.info .info_item a:hover .title._blue {
  color: #276595;
}

.info .info_item a:hover .detail {
  background-color: #fff;
  color: #39A756;
}

.info .info_item a:hover .detail._blue {
  background-color: #fff;
  color: #276595;
}

.info .info_item a:hover .detail .detail_btn {
  background-color: #39A756;
}

.info .info_item a:hover .detail .detail_btn._blue {
  background-color: #276595;
}

.info .info_item a:hover .detail .detail_btn._blue span {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.info .info_item a:hover .detail .detail_btn span {
  border-right: 2px solid #fff;
  border-bottom: 2px solid #fff;
}

.info .info_item a .title {
  position: absolute;
  top: 0;
  right: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  width: 192px;
  height: 2em;
  text-align: center;
  letter-spacing: 0.075em;
  font-size: 24px;
  color: #fff;
  transition: all .2s;
}

.info .info_item a .title.two_row {
  height: 3em;
  line-height: 1.5;
}

.info .info_item a .detail {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 113px;
  height: 38px;
  transition: all .2s;
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #39A756;
  color: #fff;
  border: 1px solid #39A756;
  clip-path: polygon(0% 100%, 20% 0%, 100% 0%, 100% 100%);
}

.info .info_item a .detail._blue {
  background-color: #276595;
  border: 1px solid #276595;
}

.info .info_item a .detail p {
  margin-right: 6px;
  margin-left: 12px;
}

.info .info_item a .detail .detail_btn {
  position: relative;
  width: 22px;
  height: 22px;
  border-radius: 11px;
  background-color: #fff;
  transition: all .2s;
}

.info .info_item a .detail .detail_btn span {
  position: absolute;
  display: block;
  top: 35%;
  left: 25%;
  width: 25%;
  height: 25%;
  border-right: 2px solid #39A756;
  border-bottom: 2px solid #39A756;
  transform: rotate(-45deg);
  transition: all .2s;
}

.info .info_item a .detail .detail_btn span._blue {
  border-right: 2px solid #276595;
  border-bottom: 2px solid #276595;
}

.about .about_area {
  margin-top: 68px;
}

@media screen and (min-width: 767px) {
  .about .about_area {
    display: flex;
    justify-content: space-between;
  }
}

.about .about_table th {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  width: 106px;
  text-align: left;
}

.about .about_table td {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  width: calc(100% - 106px);
}

@media screen and (min-width: 767px) {
  .about .about_table td {
    width: 440px;
  }
}

.about .about_image {
  width: 100%;
  margin-top: 36px;
  height: auto;
}

@media screen and (min-width: 767px) {
  .about .about_image {
    margin-left: 24px;
    margin-top: 140px;
    width: 550px;
  }
}

.history .history_area {
  margin-top: 68px;
}

.history .history_list .row {
  display: flex;
}

.history .history_list .row dt {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  width: 226px;
  text-align: left;
}

.history .history_list .row dd {
  padding-top: 16px;
  padding-bottom: 16px;
  margin-left: 12px;
  vertical-align: middle;
  width: 100%;
  border-bottom: 1px solid #000;
  text-align: left;
}

@media screen and (min-width: 767px) {
  .history .history_list .row dd {
    margin-left: 48px;
    padding-left: 36px;
  }
}

.access .access_area {
  margin-top: 68px;
}

.access .access_area .google_map iframe {
  width: 100%;
  height: 250px;
}

@media screen and (min-width: 767px) {
  .access .access_area .google_map iframe {
    width: 550px;
    height: 325px;
  }
}

@media screen and (min-width: 1024px) {
  .access .access_area {
    display: flex;
    justify-content: space-between;
  }
}

.access .access_info {
  margin-left: 12px;
}

.access .access_info th {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  width: 114px;
  text-align: left;
}

.access .access_info td {
  padding-top: 16px;
  padding-bottom: 16px;
  border-bottom: 1px solid #000;
  width: 431px;
}

.contact_btn_area {
  margin-top: 94px;
  margin-bottom: 94px;
}

.contact_btn_area .contact_btn a {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 90%;
  height: 60px;
  margin: 0 auto;
  border: 1px solid #39A756;
  background-color: #39A756;
  color: #fff;
  font-size: 22px;
  transition: all 0.3s;
}

.contact_btn_area .contact_btn a:hover {
  background-color: #fff;
  color: #39A756;
}

@media screen and (min-width: 767px) {
  .contact_btn_area .contact_btn a {
    width: 623px;
    height: 81px;
    font-size: 31px;
  }
}

.info_contents {
  margin-top: 105px;
}

.info_contents .info_area {
  margin-top: 66px;
  margin-bottom: 80px;
}

.info_contents .info_item {
  margin-top: 30px;
}

.info_contents .info_item .date {
  background-color: #F2F2F2;
  padding-top: 5px;
  padding-bottom: 5px;
  padding-left: 5px;
}

.info_contents .info_item .info_main {
  margin-top: 16px;
}

.info_contents .info_item .info_main .image {
  height: auto;
}

.info_contents .info_item .info_main .image img {
  width: 100%;
  max-width: 400px;
}

.info_contents .info_item .info_main .text {
  margin-top: 16px;
}

.info_contents .info_item .info_main .title {
  font-size: 20px;
}

@media screen and (min-width: 767px) {
  .info_contents .info_item .info_main .title {
    font-size: 24px;
  }
}

.info_contents .info_item .info_main .desc {
  margin-top: 16px;
}

@media screen and (min-width: 767px) {
  .info_contents .info_item .info_main {
    display: flex;
  }
  .info_contents .info_item .info_main .image img {
    width: 326px;
  }
  .info_contents .info_item .info_main .text {
    margin-left: 40px;
  }
}
.te-h table {
  width: 100%;
  border:1px solid #ccc;
}
.te-h table th{border:1px solid #ccc;
  color: #fff;
  padding: 5px;
  background-color: #39A756;
  font-weight:bold;
  text-align: center;
}
.te-h table td{
  border:1px solid #ccc;
  padding:5px;
  text-align: left;
}
/* スクロール
------------------------------------------------------------*/
  @media print, screen and (min-width: 900px) {
    .scroll .comment {
      display: none;
    }
  }
  @media only screen and (max-width:900px) {
    .te-h table {
      width: 1200px;
      border:1px solid #ccc;
    }
    .scroll .comment {
      color: #000;
      font-size: 100%;
    }
    .scroll {
      width: 98.15.15%;
      height: auto;
      padding: 0.5em;
      overflow: scroll;
      overflow: auto !important;
      -webkit-overflow-scrolling: touch !important;
    }
    /*スクロールバー全体*/
    .scroll::-webkit-scrollbar {
      width: 4px;
    }
    /*スクロールバーの軌道*/
    .scroll::-webkit-scrollbar-track {
      border-radius: 10px;
      box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    }
    /*スクロールバーの動く部分*/
    .scroll::-webkit-scrollbar-thumb {
      background-color: rgba(160, 160, 160, .5);
      border-radius: 10px;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
    }
  }
  .te-sei table {
    width: 90%;
    border:1px solid #ccc;
  }
  .te-sei table th{
    border:1px solid #ccc;
    padding: 5px;
    font-weight:bold;
    text-align: left;
  }
  .te-sei table td{
    border:1px solid #ccc;
    padding:5px;
    text-align: left;
  }
  @media print, screen and (max-width: 600px) {
    .te-sei table {
      width: 100%;
    }
    .te-sei table th{
      width:30%;
    }
  }
  @media print, screen and (max-width: 400px) {
    .te-sei table th{
      width:40%;
    }
  }
  .nyu-t {
    position: relative;
    overflow: hidden;
    padding: 1.5rem 2rem 1.5rem 130px;
    border-top: 3px solid #276595;
  }
  .nyu-t:before {
    position: absolute;
    top: -150%;
    left: -100px;
    width: 250px;
    height: 300%;
    content: '';
    -webkit-transform: rotate(25deg);
    transform: rotate(25deg);
    background: #276595;
  }
  .nyu-t span {
    font-size: 40px;
    font-size: 2rem;
    position: absolute;
    z-index: 1;
    top: 0;
    left: 0;
    display: block;
    padding-top: 10px;
    padding-left: 16px;
    color: #fff;
  }
  .nen-h table {
    width: 70%;
    border:1px solid #ccc;
  }
  .nen-h table th{
    border:1px solid #ccc;
    padding-left: 10px;
    font-weight:bold;
    text-align: left;
    font-size:110%;
    background-color: #39A756;
    color: #fff;
  }
  .nen-h table td{
    border:1px solid #ccc;
    padding:8px;
    text-align: left;
  }
  @media print, screen and (max-width: 600px) {
    .nen-h table {
      width: 85%;
    }
    .nen-h table th{
      width:18%;
    }
  }
  @media print, screen and (max-width: 400px) {
    .nen-h table {
      width: 100%;
    }
  }

  .imbox{
    display:flex;
    flex-flow:row wrap;
    max-width:900px;
  }
  .imbox dl{
    flex:0 0 211px;
    position:relative;
    margin:5px;
  }
  .imbox dt{
    text-align:center;
  }
  .imbox dt img{
    transition:0.4s;
  }
  .imbox dt img:hover{
    opacity:0.9;
  }
  .imbox dd.name{
    text-align:center;
    font-weight:bold;
  }
  @media only screen and (max-width: 875px) {
    .imbox dl{
      flex:0 0 23%;
      margin-bottom:16px;
    }
  }
  @media only screen and (max-width: 640px) {
    .imbox{
      justify-content:space-around;
    }
    .imbox dl{
      flex:0 0 211px;
      position:relative;	
    }
  }
  /*よくある質問*/
  .hidden_box {
    margin: 0;
    padding: 0;
    border-bottom: 1px solid #ddd;
  }
  .hidden_box label {
    cursor: pointer;
    font-weight: bold;
    margin: 0 auto;
    padding: 10px;
    width: 100%;
  }
  .hidden_box label:hover {
    color: #39A756;
  }
  .hidden_box label:before {
    font-family:"Font Awesome 5 FREE";
    font-weight: 900;
    content: "\f13a";
    /* 閉じている状態のときにラベルの後ろに続く文字 */
    padding-right: 5px;
  }
  .hidden_box input {
    display: none;
  }
  .hidden_box .hidden_show {
    height: 0;
    overflow: hidden;
    opacity: 0;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=0)";
    padding: 0px;
    margin-left: 20px;
    margin-top: -25px;
    text-align: left;
    -webkit-transition: 0.5s;
    transition: 0.5s;
    font-size: 95%;
  }
  .hidden_box input:checked ~ .hidden_show {
    height: auto;
    opacity: 1;
    -ms-filter: "progid:DXImageTransform.Microsoft.Alpha(Opacity=100)";
    padding: 10px 0;
  }
  .imtext{
    margin:auto;
  }
  .imtext .left{
    float:left;
  }
  .imtext .right{
    float:right;
  }
  .imtext img{
    margin-top:-20px;
  }
  .imtext p{
    margin-top:-20px;
    text-align:left;
    max-width:540px;
  }
  @media only screen and (max-width:870px){
    .imtext img{
      width:70%;
    }
    .imtext .left{
      float:none;
    }
    .imtext .right{
      float:none;
    }
  }
  @media only screen and (max-width:640px){
    .imtext img{
      width:70%;
    }
  }
  .te-yaku table {
    width: 90%;
    max-width: 800px;
  }
  .te-yaku table th{
    border:1px solid #ccc;
    padding: 5px;
    font-weight:bold;
    text-align: left;
    text-align: center;
  }
  .te-yaku table td{
    border:1px solid #ccc;
    padding:5px;
    text-align: center;
  }
  @media print, screen and (max-width: 600px) {
    .te-yaku table {
      width: 100%;
    }
  }
  .te-h2 table {
    width: 1300px;
    margin-left: -40px;
    border:1px solid #ccc;
  }
  .te-h2 table th{border:1px solid #ccc;
    padding: 5px;
    font-weight:bold;
    text-align: center;
  }
  .te-h2 table td{
    border:1px solid #ccc;
    padding:5px;
    text-align: left;
  }
  /* スクロール2
  ------------------------------------------------------------*/
  @media print, screen and (min-width: 1200px) {
    .scroll2 .comment2 {
      display: none;
    }
  }
  @media only screen and (max-width:1200px) {
    .te-h2 table {
      width: 1300px;
      margin:0px;
      border:1px solid #ccc;
    }
    .scroll2 .comment2 {
      color: #000;
      font-size: 100%;
    }
    .scroll2 {
      width: 98.15.15%;
      height: auto;
      padding: 0.5em;
      overflow: scroll;
      overflow: auto !important;
      -webkit-overflow-scrolling: touch !important;
    }
    /*スクロールバー全体*/
    .scroll2::-webkit-scrollbar {
      width: 4px;
    }
    /*スクロールバーの軌道*/
    .scroll2::-webkit-scrollbar-track {
      border-radius: 10px;
      box-shadow: inset 0 0 6px rgba(0, 0, 0, .1);
    }
    /*スクロールバーの動く部分*/
    .scroll2::-webkit-scrollbar-thumb {
      background-color: rgba(160, 160, 160, .5);
      border-radius: 10px;
      box-shadow: 0 0 0 1px rgba(255, 255, 255, .3);
    }
  }
  html{
    scroll-behavior: smooth;
  }
  .gotop{
    display: block;
    width: 75px;
    height: 70px;
    box-sizing: border-box;
    background: #FFF;
    border: 3px solid #39A756;
    padding-top: 25px;
    padding-right:3px;
    text-align: center;
    letter-spacing: -1px;
    text-decoration: none;
    color: #276595;
    opacity: 0.8;
    position: fixed;
    bottom: 20px;
    right: 20px;
    z-index: 10000;
    line-height: 100%;
    font-weight:bold;
  }
  .gotop::before{
    content: "";
    display: block;
    border-top: 3px solid #276595;
    border-right: 3px solid #276595;
    width: 21%;
    height: 23%;
    top: 15%;
    left: 0;
    right: 0;
    margin: auto;
    position: absolute;
    transform: rotate(-45deg);
  }
  .gotop:hover{
    opacity: 1;
  }
  @media only screen and (max-width:1020px) {
    .gotop{
      right: 13px;
    }
  }
  textarea {
    width: 520px;
  }
  @media only screen and (max-width:720px) {
    textarea {
      width: 100%;
    }
  }
  .nyu-b{
    padding: 0.5em 0.5em 0.5em 0.7em;
    color: #494949;
    background: #f5f5f5;
    border-left: solid 5px #276595;
    font-weight: bold;
  }
  .imb-gp{
    display:flex;
    flex-flow:row wrap;
    max-width:930px;
  }
  .imb-gp dl{
    flex:0 0 200px;
    position:relative;
    margin:5px;
    padding:15px 10px 10px 10px;
    border: 1px dashed #39A756;
  }
  .imb-gp dt{
    text-align:center;
  }
  .imb-gp dt img{
    transition:0.4s;
    border:1px solid #d3d3d3;
    width:170px;
    image-rendering: -webkit-optimize-contrast;
  }

  .imb-gp dd.name{
    text-align:left;
    font-weight:bold;
    font-size:90%;
    width:185px;
  }
  @media only screen and (max-width: 875px) {
    .imb-gp dl{
      flex:0 0 23%;
      margin-bottom:16px;
    }
  }
  @media only screen and (max-width: 463px) {
    .imb-gp dt img{
      width:auto;
    }
    .imb-gp{
      justify-content:space-around;
    }
    .imb-gp dl{
      flex:0 0 40%;
    }
    .imb-gp dd.name{
      width:100%;
      font-size:75%;
    }
  }

  .inner_page a{
    color:#4169e1;
  }

  li.info_item a .date {
    color:#000;
  }

  li.info_item a .text p{
    color:#000;
  }

  strong{
    font-weight:bold; 
  }

  .large{
    font-size: 120%;
  }

  .small{
    font-size: 80%;
  }



  /*# sourceMappingURL=style.css.map */
