html #wpadminbar {
  position: fixed;
}

html {
  font-size: 62.5%;
  line-height: 66.66667%;
}

body {
  font-family: YuGothic, 'Yu Gothic', sans-serif;
  line-height: 1;
  margin: 0 auto;
  min-width: 1040px;
  position: relative;
}

a {
  transition: .3s;
}

a:hover {
  opacity: .7;
}

.top_sp {
  display: none;
}

.only_sp {
  display: none;
}

.top_container {
  margin: 0 auto;
  max-width: 1000px;
}

.seminar_container {
  margin: 0 auto;
  max-width: 1000px;
}

.c_header_height {
  background-color: #fff;
  border-bottom: 1px solid #0e6eb8;
  position: fixed;
  width: 100%;
  z-index: 5;
}

.header {
  align-items: center;
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  max-width: 1366px;
  padding: 16px 40px 19px 16px;
}

.header_logo {
  align-items: center;
  display: flex;
  justify-content: flex-start;
  margin-right: 20px;
}

.header_logo h1 {
  margin-right: 16px;
  width: 120px;
}

.header_logo h1 img {
  height: 100%;
  width: 100%;
}

.header_logo .header_logo_version_box {
  display: flex;
}

.header_logo .header_logo_version_box a {
  display: block;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 39px;
  margin-left: 16px;
}

/* .header_logo .header_logo_version_box .header_logo_version {
  border-left: 1px solid #0e6eb8;
  padding-left: 16px;
} */

.header_nav .vesion_only_sp {
  display: none;
}

.header_nav ul {
  display: flex;
  justify-content: flex-start;
  padding: 6px 0;
}

.header_nav ul li {
  padding-right: 55px;
}

.header_nav ul li a {
  color: #333;
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  letter-spacing: .7px;
  line-height: 27px;
  position: relative;
  text-align: center;
}

.header_nav ul li a::after {
  background-image: url(../img/common/arrow.svg);
  background-position: center;
  background-repeat: no-repeat;
  background-size: contain;
  content: '';
  height: 8px;
  left: -10px;
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 6px;
}

.header_nav ul li:last-child {
  padding-right: 0;
}

.header .c_menu {
  display: none;
}

.single_container {
  margin: 0 auto;
  max-width: 1000px;
}

main {
  display: block;
  padding-bottom: 80px;
}

.footer {
  background-color: #8999a6;
  color: #fff;
}

.footer_wrapper {
  /* align-items: flex-end; */
  display: flex;
  /* justify-content: flex-start; */
  justify-content: space-between;
  padding-bottom: 24px;
  padding-top: 64px;
}

.footer_logo {
  display: inline-block;
  margin-bottom: 8px;
}

.footer_left {
  /* padding-right: 100px; */
  width: 51%;
}

.footer_left p:nth-child(2) {
  font-size: 1.2rem;
  font-weight: 700;
  letter-spacing: 1.4px;
  line-height: 19.2px;
  margin-bottom: 24px;
}

.footer_left p:nth-child(3) {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: 1px;
  line-height: 26px;
  margin-bottom: 32px;
}

.footer_left p:nth-child(3) span {
  display: block;
  font-size: 1.5rem;
  font-weight: 700;
  line-height: 27px;
}

.footer_right {
  /* margin-left: auto; */
  width: 33%;
  padding-top: 130px;
}

.footer_right p:first-of-type {
  font-size: 1.8rem;
  font-weight: 700;
  line-height: 28.8px;
  margin-bottom: 10px;
}

.footer_right ul {
/* margin-bottom: 104px; */
}

.footer_right ul li {
  /* margin-bottom: 16px; */
  margin-bottom: 12px;
}

.footer_right ul li a {
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .5px;
  line-height: 27px;
}

.footer_right ul li a:hover {
  color: #0e6eb8;
}

.footer_right ul li:last-child {
  margin-bottom: 0;
}

ul.sub_list li {
  margin-left: 20px;
  margin-top: -10px;
}

.footer_right p:last-child {
  text-align: right;
  margin-top: 30px;
}

.footer_right p:last-child small {
  font-size: 1.2rem;
  font-weight: 500;
  letter-spacing: 1.5px;
  line-height: 22px;
}

.footer_img {
  display: flex;
  justify-content: flex-start;
}

.footer_img img:first-child {
  margin-right: 8px;
}

.top_news_footer {
  color: #333;
  font-size: 1.5rem;
  font-weight: 500;
  letter-spacing: .6px;
  line-height: 27px;
  margin-top: 24px;
  text-align: center;
}

.top_news_footer a {
  color: #0e6eb8;
  font-size: 1.5rem;
  font-weight: 500;
  line-height: 27px;
  text-align: center;
}

.top_news_footer a:hover {
  text-decoration: underline;
}

.footer_right .footer_right_second {
  margin-top: 40px;
}

@media only screen and (max-width: 768px) {
  body {
    min-width: auto;
  }

  .top_sp {
    display: block;
  }

  .only_sp {
    display: block;
  }

  .top_pc {
    display: none;
  }

  .only_pc {
    display: none;
  }

  .top_container {
    max-width: 100%;
    padding: 0 32px;
  }

  main .single_container .content p {
    letter-spacing: 1px;
  }
  .seminar_container {
    max-width: 100%;
    padding: 0 32px;
  }
  header {
    background-color: #fff;
    border-bottom: none;
  }

  .header_logo .header_logo_version_box {
    display: none;
  }
  .header_logo h1 a {
    display: block;
    height: 30px;
    width: 94px;
  }
  .header_logo h1 img {
    height: 100%;
    width: 100%;
  }
  .header_logo .header_logo_version {
    display: none;
  }
  main {
    padding-bottom: 64px;
  }
  main .single_container {
    max-width: 100%;
    padding-left: 32px;
    padding-right: 32px;
  }
  .header {
    align-items: flex-start;
    padding: 0 0;
  }
  .header .c_menu {
    background-color: #0e6eb8;
    cursor: pointer;
    display: block;
    height: 51px;
    position: relative;
    transition: 300ms;
    width: 50px;
    z-index: 3;
  }
  .header .c_menu.is-open .c_menu_inner {
    background: rgba(255, 255, 255, 0);
    /* left: calc(63% - 19px); */
  }
  .header .c_menu.is-open .c_menu_inner::before {
    bottom: 0;
    transform: rotate(-45deg);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    width: 20px;
  }
  .header .c_menu.is-open .c_menu_inner::after {
    top: 0;
    transform: rotate(45deg);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    width: 20px;
  }
  .header .c_menu_inner {
    background-color: #fff;
    border-radius: 100px;
    display: block;
    height: 2px;
    left: 50%;
    position: absolute;
    top: 49%;
    transform: translate(-50%,-50%);
    transition: all 0ms 300ms;
    transition: 300ms;
    width: 20px;
  }
  .header .c_menu_inner::before {
    background-color: #fff;
    border-radius: 100px;
    bottom: 5px;
    content: '';
    height: 2px;
    position: absolute;
    right: 0;
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: bottom 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    width: 20px;
  }
  .header .c_menu_inner:after {
    background-color: #fff;
    border-radius: 100px;
    content: '';
    height: 2px;
    position: absolute;
    right: 0;
    top: 5px;
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    transition: top 300ms 300ms cubic-bezier(.23, 1, .32, 1),
    transform 300ms cubic-bezier(.23, 1, .32, 1);
    width: 20px;
  }

  .header_nav .vesion_only_sp {
    display: block;
  }
  .header_nav {
    background-color: #fff;
    height: 100vh;
    left: 100%;
    overflow: auto;
    position: fixed;
    text-align: center;
    top: 51px;
    transition: all .5s;
    width: 100%;
  }
  .header_nav ul {
    flex-wrap: wrap;
    justify-content: center;
    padding: 0 0;
  }
  .header_nav ul li {
    border-bottom: 1px solid #0e6eb8;
    margin-bottom: 0;
    padding-bottom: 12px;
    padding-right: 0;
    padding-top: 16px;
    position: relative;
    width: 100%;
  }
  .header_nav ul li::before {
    background-image: url(../img/common/arrow_blue.svg);
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    content: '';
    height: 8px;
    position: absolute;
    right: 29px;
    top: 50%;
    transform: translateY(-50%);
    width: 6px;
  }
  .header_nav ul li:first-child {
    border-top: 1px solid #0e6eb8;
  }
  .header_nav ul li a {
    color: #333;
    display: inline-block;
    font-size: 1.5rem;
    font-weight: 700;
    line-height: 27px;
  }
  .header_nav ul li a::after {
    content: none;
  }
  .header_logo {
    flex-wrap: wrap;
    margin-right: 0;
    padding: 10px 8px 10px 8px;
  }
  .header_logo h1 {
    margin: 0 0;
  }
  .footer_wrapper {
    flex-wrap: wrap;
    padding-bottom: 24px;
    padding-top: 32px;
  }
  .footer_left {
    margin-bottom: 40px;
    padding-left: 0;
    padding-right: 0;
    width: 100%;
  }
  .footer_left p:nth-child(3) {
    line-height: 27px;
    margin-bottom: 16px;
  }
  .footer_right {
    margin-left: 0;
    padding-top: 0;
    width: 100%;
  }
  .footer_right ul {
    margin-bottom: 32px;
  }
	
  .footer_right ul.sub_list {
    margin-bottom: 16px;
  }

  .footer_right p:last-child {
    text-align: left;
  }
}

.layer .header_nav {
  left: 0;
}
