/*
Theme Name: Bio2Q Internal
Author: exMedia
Version: 1.0
*/
/* Box sizing rules */
*,
*::before,
*::after {
  box-sizing: border-box;
}

/* Remove default margin */
body,
h1,
h2,
h3,
h4,
p,
figure,
blockquote,
dl,
dd {
  margin: 0;
}

/* Remove list styles on ul, ol elements with a list role, which suggests default styling will be removed */
ul[role=list],
ol[role=list] {
  list-style: none;
}

/* Set core body defaults */
body {
  min-height: 100vh;
  text-rendering: optimizeSpeed;
  line-height: 1.5;
}

/* A elements that don't have a class get default styles */
a:not([class]) {
  text-decoration-skip-ink: auto;
}

/* Make images easier to work with */
img,
picture {
  max-width: 100%;
  display: block;
}

/* Inherit fonts for inputs and buttons */
input,
button,
textarea,
select {
  font: inherit;
}

/* Remove all animations and transitions for people that prefer not to see them */
@media (prefers-reduced-motion: reduce) {
  html:focus-within {
    scroll-behavior: auto;
  }
  *,
  *::before,
  *::after {
    animation-duration: 0.01ms !important;
    animation-iteration-count: 1 !important;
    transition-duration: 0.01ms !important;
    scroll-behavior: auto !important;
  }
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(assets/fonts/NotoSansJP-Light.ttf) format("truetype");
  font-weight: 300;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(assets/fonts/NotoSansJP-Regular.ttf) format("truetype");
  font-weight: 400;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(assets/fonts/NotoSansJP-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(assets/fonts/NotoSansJP-Medium.ttf) format("truetype");
  font-weight: 500;
  font-style: normal;
}
@font-face {
  font-family: "Noto Sans JP";
  src: url(assets/fonts/NotoSansJP-Bold.ttf) format("truetype");
  font-weight: 700;
  font-style: normal;
}
html {
  scroll-behavior: auto;
}

body {
  margin: 0;
  color: #252159;
  background-color: #fff;
  font-family: "Noto Sans JP", "sans-serif";
  font-size: 16px;
  -webkit-print-color-adjust: exact;
}
body.no-scroll {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  height: 100vh;
}
body:not(.wp-admin) #wpadminbar {
  display: none;
}

* {
  box-sizing: border-box;
}

.container {
  width: 100%;
  margin: 0 auto;
  padding: 0 15px;
}

.content-container {
  padding-top: 90px;
  min-height: calc(100vh - 90px);
}

.page .content-container {
  padding-top: 105px;
  min-height: calc(100vh - 105px);
}

a {
  color: #252159;
  text-decoration: none;
  transition: opacity 0.4s;
}
a:hover {
  opacity: 0.7;
}

.s-hl {
  background-color: #e3ffca;
}
.s-hl.no-1 {
  background-color: #ffe36e;
}
.s-hl.no-2 {
  background-color: #c5ffff;
}
.s-hl.no-3 {
  background-color: #fdd9ff;
}

main {
  padding-bottom: 50px;
}
main h1 {
  margin-top: 0.5em;
  padding-bottom: 0.2em;
  border-bottom: 1px solid #089AFF;
  font-size: 23px;
  line-height: 34px;
  font-weight: 500;
}
main .content-area {
  margin-top: 20px;
  font-size: 14px;
  line-height: 1.8em;
  word-break: normal;
  overflow-wrap: break-word;
}
main .content-area h2 {
  margin-top: 0.5em;
  margin-bottom: 0.5em;
  padding-bottom: 0.2em;
  font-size: 18px;
  line-height: 27px;
  font-weight: 400;
  text-decoration: solid underline #9E24F3 1px;
  text-underline-position: under;
}
main .content-area h3 {
  margin-top: 1.2em;
  margin-bottom: 0.3em;
  font-size: 16.5px;
  line-height: 27px;
  font-weight: 500;
}
main .content-area h4 {
  margin-top: 1em;
  margin-bottom: 0.3em;
  font-size: 15px;
  line-height: 25px;
  font-weight: 600;
}
main .content-area p {
  margin-bottom: 1em;
}
main .content-area ul,
main .content-area ol {
  margin-block-start: 0.3em;
  margin-block-end: 1em;
  padding-inline-start: 1.5em;
}
main .content-area li {
  margin-bottom: 0.4em;
}
main .content-area a {
  max-width: 100%;
  color: #4290c6;
  word-break: break-all;
  text-decoration: underline;
}
main .content-area table {
  margin-top: 8px;
  margin-bottom: 10px;
  font-size: 12px;
  line-height: 1.8em;
}
main .content-area table thead {
  border-bottom: none;
}
main .content-area table tbody tr:nth-child(2n) {
  background-color: #F2F2F5;
}
main .content-area table td,
main .content-area table th {
  border: 1px solid #b1b1b1;
}
main .content-area table th {
  background-color: #dfdfef;
}

@media screen and (min-width: 768px) {
  .container {
    padding: 0 25px;
  }
  .content-container {
    display: flex;
    padding-top: 65px;
    min-height: calc(100vh - 78px);
  }
  .content-container > div {
    width: 25%;
    max-width: 200px;
  }
  .content-container > main {
    flex-grow: 1;
    max-width: calc(100% - min(200px, 25%) - min(7vw, 60px));
  }
  .page .content-container {
    padding-top: 95px;
    min-height: calc(100vh - 78px);
  }
  main {
    padding-top: 5px;
    margin-left: min(7vw, 60px);
  }
  main h1 {
    font-size: 28px;
    line-height: 42px;
  }
  main .content-area {
    margin-top: 25px;
    font-size: 15px;
  }
  main .content-area h2 {
    font-size: 20px;
    line-height: 32px;
  }
  main .content-area h3 {
    font-size: 18px;
    line-height: 28px;
  }
  main .content-area h4 {
    font-size: 16.5px;
    line-height: 27px;
  }
  main .content-area table {
    margin-bottom: 10px;
    font-size: 13px;
  }
}
@media screen and (min-width: 1025px) {
  .container {
    max-width: 1260px;
    padding: 0 25px;
  }
  .content-container {
    padding-top: 90px;
    min-height: calc(100vh - 83px);
  }
  .content-container > div {
    width: 290px;
    min-width: 290px;
    max-width: none;
  }
  .content-container > main {
    flex-grow: 1;
    max-width: calc(100% - 290px - min(7vw, 100px));
  }
  .page .content-container {
    padding-top: 105px;
    min-height: calc(100vh - 83px);
  }
  main {
    padding-top: 37px;
    margin-left: min(7vw, 100px);
  }
  main h1 {
    font-size: 38px;
    line-height: 52px;
  }
  main .content-area {
    margin-top: 20px;
    font-size: 16px;
  }
  main .content-area h2 {
    margin-top: 1.5em;
    font-size: 26px;
    line-height: 38px;
  }
  main .content-area h3 {
    font-size: 21.5px;
    line-height: 32px;
  }
  main .content-area h4 {
    font-size: 19px;
    line-height: 29px;
  }
  main .content-area table {
    margin-bottom: 15px;
    font-size: 14px;
  }
}
.header {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 1000;
  width: 100%;
  height: 65px;
  padding: 10px 0;
  border-bottom: 2px solid #0052FF;
  background-color: #fff;
}
.header .header-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 100%;
}
.header .header-inner .header-title {
  display: inline-block;
  max-width: 70%;
  height: 100%;
}
.header .header-inner .header-title a {
  display: flex;
  width: auto;
  height: 100%;
  display: flex;
  align-items: center;
  text-decoration: none;
}
.header .header-inner .header-title .logo-area {
  height: 100%;
  width: 115px;
}
.header .header-inner .header-title .logo-area picture {
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
.header .header-inner .header-title .logo-area picture img {
  width: 100%;
  max-height: 100%;
}
.header .header-inner .header-title .text {
  margin-left: 10px;
  font-size: min(3.8vw, 18px);
  font-weight: 500;
}
.header .header-inner .header-right-area {
  display: flex;
  align-items: center;
}
.header .header-inner .header-search-button {
  position: relative;
}
.header .header-inner .header-search-button > button {
  width: min(6.8vw, 30px);
  height: min(6.8vw, 30px);
  border: 0;
  background: no-repeat center/min(6vw, 22px) min(6vw, 22px) url(assets/images/header-search-icon.svg);
  margin-left: 12px;
  margin-right: 8px;
  cursor: pointer;
}
.header .header-inner .header-menu-button {
  z-index: 1100;
  display: flex;
  flex-direction: column;
  justify-content: center;
  width: 32px;
  padding-left: 4px;
  cursor: pointer;
}
.header .header-inner .header-menu-button button {
  position: relative;
  width: 28px;
  height: 14px;
  background: none;
  border: none;
  cursor: pointer;
}
.header .header-inner .header-menu-button button span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #252159;
  transition: transform 0.3s;
}
.header .header-inner .header-menu-button button span:first-child {
  top: 0;
}
.header .header-inner .header-menu-button button span:nth-child(2) {
  top: 50%;
  transform: translateY(-50%);
}
.header .header-inner .header-menu-button button span:nth-child(3) {
  bottom: 0;
}
.header .header-inner .header-menu-button .text {
  margin-top: 2px;
  font-size: 10px;
  text-align: center;
}
.header .header-inner .header-menu-button .text::before {
  content: "MENU";
  display: inline-block;
}
.header .header-inner .header-menu-button.close button span {
  display: block;
  position: absolute;
  left: 0;
  width: 100%;
  height: 1px;
  background-color: #252159;
}
.header .header-inner .header-menu-button.close button span:first-child {
  top: 6.5px;
  transform: rotateZ(45deg);
}
.header .header-inner .header-menu-button.close button span:nth-child(2) {
  display: none;
}
.header .header-inner .header-menu-button.close button span:nth-child(3) {
  bottom: 6.5px;
  transform: rotateZ(-45deg);
}
.header .header-inner .header-menu-button.close .text::before {
  content: "CLOSE";
}
.header .header-inner .header-login-info-area {
  display: none;
}
.header .header-inner .header-searchform-area {
  display: none;
  position: fixed;
  top: 65px;
  left: 15px;
  z-index: 2000;
  width: calc(100% - 30px);
}
.header .mobile-nav-area {
  position: fixed;
  top: 65px;
  right: 0;
  z-index: 990;
  width: 90vw;
  max-width: 370px;
  height: calc(100vh - 65px);
  padding: 0 10px 0 20px;
  background-color: #fff;
  transform: translateX(100%);
  transition: all 0.4s;
}
.header .mobile-nav-area .mobile-nav-area-inner {
  height: 100%;
  padding-top: 0.5em;
  padding-right: 5px;
  overflow-y: auto;
}
.header .mobile-nav-area .logout-area {
  padding-left: 1.5em;
  margin-bottom: 1.5em;
}
.header .mobile-nav-area .profile-link-area {
  padding-left: 1.5em;
  margin-bottom: 100px;
  font-size: 90%;
}
.header .mobile-nav-area.open {
  top: 65px;
  transform: translateX(0);
}

.mobile-fixed-area {
  position: fixed;
  top: 65px;
  z-index: 800;
  width: 100%;
  padding: 5px 0;
  background-color: #fff;
}
.mobile-fixed-area .mobile-login-user-name-area > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  font-size: 13px;
  height: 100%;
}
.mobile-fixed-area .mobile-login-user-name-area > div > div:first-child {
  margin-right: 10px;
}
.mobile-fixed-area .mobile-login-user-name-area > div > div:last-child a {
  display: inline-block;
  min-width: 58px;
}
.mobile-fixed-area .mobile-login-user-name-area > div > div:last-child a::after {
  display: inline-block;
  width: 13px;
  height: 7px;
  margin-left: 2px;
  background: no-repeat center/7px 8px url(assets/images/menu-arrow.svg);
  content: "";
}
.mobile-fixed-area .breadcrumb-area {
  position: relative;
  top: unset;
}

.nav-overlay {
  display: none;
  position: fixed;
  top: 0;
  left: 0;
  width: 100vw;
  height: 100vh;
  z-index: 900;
  background: rgba(37, 33, 89, 0.65);
}

@media screen and (min-width: 768px) {
  .header .header-inner .header-title .text {
    min-width: 157px;
    margin-left: 25px;
    font-size: 20px;
  }
  .header .header-inner .header-search-button > button {
    width: 28px;
    height: 28px;
    transform: translateY(3px);
  }
  .header .header-inner .header-menu-button {
    display: none;
  }
  .header .header-inner .header-login-info-area {
    display: flex;
    flex-direction: row;
    align-items: center;
    width: auto;
  }
  .header .header-inner .header-login-info-area .login-user-name-area {
    margin-left: 10px;
    margin-right: 1em;
    padding-top: 4px;
    font-size: 13px;
    text-align: right;
  }
  .header .header-inner .header-login-info-area .header-logout-area a {
    display: inline-block;
    font-size: 14px;
  }
  .header .header-inner .header-login-info-area .header-logout-area a::after {
    display: inline-block;
    width: 16px;
    height: 9px;
    margin-left: 2px;
    background: no-repeat center/8px 9px url(assets/images/menu-arrow.svg);
    content: "";
  }
  .header .header-inner .header-searchform-area {
    position: absolute;
    left: unset;
    top: unset;
    bottom: -17px;
    right: 0;
    transform: translateY(100%);
    width: min(60vw, 520px);
  }
  .header .mobile-nav-area {
    display: none;
  }
  .mobile-fixed-area {
    display: none;
  }
  .nav-overlay {
    display: none !important;
  }
}
@media screen and (min-width: 1025px) {
  .header {
    height: 90px;
  }
  .header .header-inner .header-title {
    width: 70%;
    height: 100%;
    display: flex;
    align-items: center;
    text-decoration: none;
  }
  .header .header-inner .header-title .logo-area {
    width: 392px;
  }
  .header .header-inner .header-title .logo-area picture img {
    height: 65px;
    margin-top: 5px;
  }
  .header .header-inner .header-title .text {
    min-width: 204px;
    margin-left: min(2.5vw, 40px);
    font-size: min(2vw, 26px);
  }
  .header .header-inner .header-right-area {
    justify-content: flex-end;
    width: 40%;
  }
  .header .header-inner .header-login-info-area .login-user-name-area {
    max-width: 250px;
    align-items: center;
    padding-top: 1px;
    font-size: 16px;
  }
  .header .header-inner .header-login-info-area .header-logout-area {
    min-width: 74px;
  }
  .header .header-inner .header-login-info-area .header-logout-area a {
    font-size: 17px;
  }
  .header .header-inner .header-login-info-area .header-logout-area a::after {
    width: 13px;
    height: 12px;
    margin-left: 5px;
    background-size: 13px 12px;
  }
  .header .header-inner .header-searchform-area {
    right: 0;
    bottom: -30px;
    width: min(60vw, 568px);
  }
}
.breadcrumb-area {
  margin-top: 2px;
  font-size: 12px;
  line-height: 1.5;
}
.breadcrumb-area > div > span {
  display: inline-block;
  margin-right: 4px;
}
.breadcrumb-area > div > span:first-child::after {
  display: inline-block;
  margin-left: 4px;
  content: ">";
}

@media screen and (min-width: 768px) {
  .breadcrumb-area {
    position: fixed;
    top: 65px;
    z-index: 800;
    width: 100%;
    margin-top: 0;
    padding-top: 5px;
    background-color: #fff;
    font-size: 12px;
  }
  .breadcrumb-area > div > span {
    display: inline-block;
    margin-right: 4px;
  }
  .breadcrumb-area > div > span:first-child::after {
    display: inline-block;
    margin-left: 4px;
    content: ">";
  }
}
@media screen and (min-width: 1025px) {
  .breadcrumb-area {
    top: 90px;
    font-size: 13px;
  }
  .breadcrumb-area > div > span {
    margin-right: 5px;
  }
  .breadcrumb-area > div > span:first-child::after {
    margin-left: 5px;
  }
}
.nav-menu {
  margin-block-start: 0.5em;
  padding-inline-start: 1.2em;
}
.nav-menu li {
  position: relative;
  list-style-type: none;
  font-size: min(6vw, 17px);
  padding: 0.5em 0.3em;
}
.nav-menu li::before {
  display: block;
  position: absolute;
  left: -0.9em;
  top: 0.8em;
  width: 0.5em;
  height: 1em;
  background: no-repeat center/0.5em 0.6em url(assets/images/menu-arrow.svg);
  content: "";
}

@media screen and (min-width: 768px) {
  .nav-menu li {
    font-size: 14px;
    padding: 0.3em;
  }
  .nav-menu li::before {
    top: 0.53em;
  }
}
@media screen and (min-width: 1025px) {
  .nav-menu li {
    font-size: 18px;
  }
}
.sidebar {
  display: none;
}

@media screen and (min-width: 768px) {
  .sidebar {
    position: relative;
    display: block;
    margin-bottom: 50px;
  }
  .sidebar .sidebar-inner {
    position: fixed;
    top: 98px;
    width: min(200px, 25vw);
    background-color: rgba(255, 255, 255, 0.88);
  }
  .sidebar h2 {
    padding-bottom: 0.5em;
    font-size: 16px;
    font-weight: 400;
    border-bottom: 1px solid #FF66AF;
  }
  .sidebar .profile-link-area {
    padding-left: 2em;
    margin-top: 0.7em;
    margin-bottom: 1.5em;
    font-size: 12px;
  }
  .sidebar .sidebar-menu-area {
    max-height: calc(100vh - 65px - 70px);
    overflow-y: auto;
  }
  .page .sidebar .sidebar-inner {
    top: 125px;
  }
}
@media screen and (min-width: 1025px) {
  .sidebar {
    margin-top: 75px;
    margin-bottom: 75px;
  }
  .sidebar .sidebar-inner {
    top: 165px;
    width: min(290px, 25vw);
  }
  .sidebar h2 {
    font-size: 20px;
  }
  .sidebar .profile-link-area {
    padding-left: 1.8em;
    margin-top: 0.9em;
    margin-bottom: 1.5em;
    font-size: 14px;
  }
  .sidebar .sidebar-menu-area {
    max-height: calc(100vh - 90px - 120px);
  }
  .page .sidebar .sidebar-inner {
    top: 182px;
  }
}
.footer {
  border-top: 1px solid #252159;
}
.footer .footer-inner > div {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 15px 0 40px;
  font-size: 12px;
}
.footer .footer-menu {
  display: inline-block;
  margin-block-start: 0;
  margin-block-end: 0;
  padding-inline-start: 0;
  list-style-type: none;
}
.footer .footer-menu li {
  margin-right: 1.5em;
}

.go-to-top-button {
  position: fixed;
  z-index: 1001;
  right: 20px;
  bottom: 5px;
  display: none;
  width: 30px;
  height: 30px;
  border-radius: 100%;
  background-color: #252159;
  cursor: pointer;
}
.go-to-top-button .go-to-top-button-inner {
  margin: 0 auto;
  margin-top: 6px;
  width: 15px;
  border-top: 1.5px solid #fff;
}
.go-to-top-button .go-to-top-button-inner img {
  width: 100%;
  margin-top: 3px;
  transition: all 0.4s;
}
.go-to-top-button:hover .go-to-top-button-inner img {
  transform: translateY(-3px);
}

@media screen and (min-width: 768px) {
  .footer .footer-inner > div {
    font-size: 13px;
  }
  .go-to-top-button {
    right: 30px;
    width: 35px;
    height: 35px;
  }
  .go-to-top-button .go-to-top-button-inner {
    margin-top: 8px;
    width: 17px;
  }
  .go-to-top-button .go-to-top-button-inner img {
    margin-top: 4px;
  }
  .go-to-top-button:hover .go-to-top-button-inner img {
    transform: translateY(-4px);
  }
}
@media screen and (min-width: 1025px) {
  .footer .footer-inner > div {
    font-size: 16px;
  }
  .go-to-top-button {
    right: max(30px, 50% - 615px + 9px);
    width: 38px;
    height: 38px;
  }
  .go-to-top-button .go-to-top-button-inner {
    margin-top: 8px;
    width: 19px;
  }
  .go-to-top-button .go-to-top-button-inner img {
    margin-top: 5px;
  }
  .go-to-top-button:hover .go-to-top-button-inner img {
    transform: translateY(-5px);
  }
}
.main-content #login {
  margin-top: 20px;
  width: 100%;
  max-width: 400px;
}

#login-form .login-error {
  color: #f50000;
  margin-bottom: 1.5em;
}
#login-form fieldset {
  max-width: 400px;
  border: none;
  padding: 0;
}
#login-form fieldset legend:first-child {
  margin-bottom: 1em;
  font-size: 1.3em;
  font-weight: 600;
}
#login-form fieldset .div_text {
  margin-bottom: 10px;
}
#login-form fieldset .div_text input {
  width: 100%;
  height: 40px;
  margin: 3px 0;
  padding: 2px 0.5em;
  border-radius: 0;
  border-width: 1px;
}
#login-form fieldset .button_div {
  display: flex;
  justify-content: flex-end;
  margin-top: 20px;
}
#login-form fieldset .button_div label[for=rememberme] {
  margin-right: 15px;
  font-size: 14px;
  line-height: 2.5;
}
#login-form fieldset .button_div label[for=rememberme]::before {
  /*display: inline-block;
  margin-right: 15px;
  font-size: 14px;
  content: "Remember me"; 
  */
}
#login-form fieldset .button_div input[type=submit] {
  padding: 0.3em 0.7em;
  border: none;
  border-radius: 0;
  color: #fff;
  background-color: rgba(37, 33, 89, 0.75);
  transition: opacity 0.4s;
  cursor: pointer;
}
#login-form fieldset .button_div input[type=submit]:hover {
  opacity: 0.8;
}

.password-reset-link-area {
  margin-top: 40px;
  font-size: 13px;
  text-align: right;
}

@media screen and (min-width: 768px) {
  .main-content #login {
    width: 75%;
    max-width: unset;
    margin-top: 40px;
  }
}
@media screen and (min-width: 1025px) {
  .main-content #login {
    margin-top: 0;
  }
  #login-form fieldset label {
    font-size: 17px;
  }
}
#cookie-notice {
  font-size: 13px;
}
#cookie-notice .cn-buttons-container > a {
  margin-bottom: 8px !important;
  border-radius: 0 !important;
}
#cookie-notice #cn-more-info.cn-more-info {
  background-color: transparent !important;
  text-decoration: underline;
  padding: 0;
  margin-left: 15px;
}
#cookie-notice .cn-text-container {
  margin-bottom: 1em;
}
#cookie-notice .cn-close-icon {
  display: none;
}

@media screen and (min-width: 768px) {
  #cookie-notice {
    font-size: 14px;
  }
}
.pagination-list-area {
  margin-top: 40px;
}
.pagination-list-area .pagination .page-numbers {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  padding-left: 0;
}
.pagination-list-area .pagination .page-numbers li {
  display: inline-block;
  margin: 0 7px;
  padding: 5px;
  list-style-type: none;
  font-size: 13px;
  line-height: 22px;
}
.pagination-list-area .pagination .page-numbers li a:not(.current) {
  opacity: 0.5;
}
.pagination-list-area .pagination .page-numbers li a.prev, .pagination-list-area .pagination .page-numbers li a.next {
  height: 14px;
  width: 14px;
  background: no-repeat center center/auto 13px url("assets/images/pagination-arrow.svg");
  opacity: 1;
}
.pagination-list-area .pagination .page-numbers li a.prev {
  transform: scaleX(-1);
}

@media screen and (min-width: 768px) {
  .pagination-list-area .pagination .page-numbers li {
    display: inline-block;
    margin: 0 10px;
    padding: 5px;
    font-size: 17px;
    line-height: 31px;
  }
  .pagination-list-area .pagination .page-numbers li a.prev, .pagination-list-area .pagination .page-numbers li a.next {
    height: 17px;
    width: 17px;
    background-size: auto 16px;
  }
}
@media screen and (min-width: 1025px) {
  .pagination-list-area {
    margin-top: 50px;
  }
}
.searchform-area .searchform {
  display: flex;
  align-items: center;
  background-color: #D7D6E6;
  padding: 13px;
  margin: 0;
}
.searchform-area .searchform .input-area {
  position: relative;
  margin-right: 12px;
  width: calc(100% - 83px);
}
.searchform-area .searchform .input-area input[type=text] {
  width: 100%;
  height: 24px;
  padding: 0 0.5em;
  padding-right: calc(1em + 16px);
  border: 0;
  border-radius: 0;
  outline-width: 0;
  font-size: 12px;
}
.searchform-area .searchform .input-area .clear-button {
  display: none;
  position: absolute;
  top: 50%;
  right: 0.5em;
  z-index: 100;
  width: 16px;
  height: 16px;
  border: 0;
  background: no-repeat center/16px 16px url(assets/images/search-clear-button.svg);
  transform: translateY(-50%);
  cursor: pointer;
}
.searchform-area .searchform button[type=submit] {
  width: 83px;
  height: 24px;
  font-size: 10px;
  font-weight: 400;
  color: #fff;
  border: none;
  background-color: #252159;
  cursor: pointer;
  transition: opacity 0.4s ease;
}
.searchform-area .searchform button[type=submit]:hover {
  opacity: 0.7;
}

@media screen and (min-width: 768px) {
  .searchform-area .searchform {
    padding: 15px;
  }
  .searchform-area .searchform .input-area {
    margin-right: 15px;
    width: calc(100% - 100px);
  }
  .searchform-area .searchform .input-area input[type=text] {
    height: 30px;
    padding-right: calc(1em + 19px);
    font-size: 13px;
  }
  .searchform-area .searchform .input-area .clear-button {
    width: 19px;
    height: 19px;
    background-size: 19px 19px;
  }
  .searchform-area .searchform button[type=submit] {
    width: 100px;
    height: 30px;
    font-size: 12px;
  }
}
@media screen and (min-width: 1025px) {
  .searchform-area .searchform {
    padding: 20px;
  }
  .searchform-area .searchform .input-area {
    margin-right: 20px;
    width: calc(100% - 125px);
  }
  .searchform-area .searchform .input-area input[type=text] {
    height: 37px;
    padding-right: calc(1em + 23px);
    font-size: 15px;
  }
  .searchform-area .searchform .input-area .clear-button {
    width: 23px;
    height: 23px;
    background-size: 23px 23px;
  }
  .searchform-area .searchform button[type=submit] {
    width: 125px;
    height: 37px;
    font-size: 15px;
  }
}
.text_404 {
  margin-top: 40px;
  font-weight: 500;
}

.home main h2 {
  margin-top: 1em;
  padding-bottom: 0.5em;
  border-bottom: 1px solid #089AFF;
  font-size: 20px;
  line-height: 1.5em;
  font-weight: 400;
}

.updated-information-area {
  margin-top: 5px;
  margin-bottom: 50px;
  font-size: 15px;
}
.updated-information-area > div {
  display: flex;
  flex-direction: column;
  padding: 10px;
}
.updated-information-area > div:nth-child(2n) {
  background-color: #F2F2F5;
}
.updated-information-area > div > div {
  display: flex;
  align-items: center;
}
.updated-information-area > div > div:first-child .updated {
  display: inline-block;
}
.updated-information-area > div > div:first-child .updated > span:first-child {
  display: inline-block;
  width: 5.2em;
}
.updated-information-area > div > div:first-child .updated > span:last-child {
  display: inline-block;
  width: 3.1em;
}
.updated-information-area > div > div:first-child .new {
  display: inline-block;
  width: 3em;
  color: #f23800;
  font-size: 0.93em;
  font-weight: 500;
  line-height: 1.6em;
}
.updated-information-area > div a {
  font-weight: 500;
}
.updated-information-area > div > div:last-child span {
  display: -webkit-box;
  max-height: 3.2em;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  margin-top: 5px;
  margin-bottom: 5px;
  font-size: 12px;
  line-height: 1.6em;
}
.updated-information-area > div > div:last-child span a {
  color: #4290c6;
  text-decoration: underline;
}
.updated-information-area > div.no-update-info > div:last-child {
  margin-top: 0;
  margin-bottom: 0;
  height: 0;
}

.calendar-area {
  padding-top: 20px;
  padding-bottom: 20px;
}
.calendar-area iframe {
  border: 0;
  width: 100%;
  aspect-ratio: 8/6;
}

.login_status {
  display: none;
}

@media screen and (min-width: 768px) {
  .updated-information-area {
    margin-top: 5px;
    margin-bottom: 50px;
    font-size: 14px;
  }
  .updated-information-area > div {
    flex-direction: row;
    padding: 10px;
  }
  .updated-information-area > div > div:first-child {
    min-width: 160px;
  }
  .updated-information-area > div > div:first-child .new {
    font-size: 0.93em;
    font-weight: 500;
    line-height: 1.6em;
  }
  .updated-information-area > div > div:nth-child(2) {
    min-width: 180px;
  }
  .updated-information-area > div > div:last-child {
    min-width: unset;
    margin-top: 0;
    margin-bottom: 0;
    padding-left: 5px;
  }
}
@media screen and (min-width: 1025px) {
  .home main h2 {
    font-size: 26px;
  }
  .updated-information-area {
    margin-top: 5px;
    margin-bottom: 50px;
    font-size: 16px;
  }
  .updated-information-area > div {
    padding: 10px 15px;
  }
  .updated-information-area > div > div:first-child {
    width: 180px;
  }
  .updated-information-area > div > div:first-child .new {
    font-size: 0.93em;
    font-weight: 500;
    line-height: 1.6em;
  }
  .updated-information-area > div > div:nth-child(2) {
    width: 35%;
  }
  .updated-information-area > div > div:last-child {
    width: calc(65% - 180px);
    min-width: unset;
    padding-left: 10px;
  }
  .updated-information-area > div.no-update-info > div:nth-child(2) {
    width: auto;
  }
  .updated-information-area > div.no-update-info > div:last-child {
    width: 0;
    padding-left: 0;
  }
  .calendar-area {
    padding-top: 30px;
    padding-bottom: 30px;
  }
}
.fg-default.fg-m-col2.fg-gutter-5 .fg-item {
  max-width: 190px !important;
  min-width: unset !important;
}

.privacy-policy .breadcrumb-area {
  display: none;
}
.privacy-policy .footer a[rel=privacy-policy] {
  display: none;
}

.search .content-container {
  padding-top: 135px;
  min-height: calc(100vh - 105px);
}

.search-result-number-area {
  margin-top: 25px;
  padding-bottom: 5px;
  border-bottom: 1px solid #D7D6E6;
  font-size: 14px;
  line-height: 19px;
}

.no-search-result {
  margin-top: 30px;
  font-size: 14px;
}

.search-list .search-item {
  margin-top: 36px;
}
.search-list .search-item a.title {
  color: #4290c6;
  font-size: 16px;
  line-height: 22px;
  font-weight: 500;
}
.search-list .search-item a.title span {
  border-bottom: 1px solid #4290c6;
}
.search-list .search-item a.title span .hl {
  color: #252159;
}
.search-list .search-item .excerpt {
  margin-top: 10px;
  font-size: 14px;
  line-height: 20px;
  font-weight: 400;
}
.search-list .search-item .excerpt .hl {
  font-weight: 600;
}

@media screen and (min-width: 768px) {
  .search .content-container {
    padding-top: 125px;
    min-height: calc(100vh - 78px);
  }
  .search-result-number-area {
    margin-top: 30px;
    font-size: 15px;
    line-height: 21px;
  }
  .no-search-result {
    font-size: 15px;
  }
  .search-list .search-item {
    margin-top: 38px;
  }
  .search-list .search-item a.title {
    font-size: 18px;
    line-height: 26px;
  }
  .search-list .search-item .excerpt {
    margin-top: 11px;
    font-size: 15px;
    line-height: 23px;
  }
}
@media screen and (min-width: 1025px) {
  .search .content-container {
    padding-top: 130px;
    min-height: calc(100vh - 83px);
  }
  .search .content-container .searchform-area {
    width: 550px;
  }
  .search-result-number-area {
    margin-top: 38px;
    padding-bottom: 8px;
    font-size: 16px;
    line-height: 23px;
  }
  .no-search-result {
    font-size: 16px;
  }
  .search-list .search-item {
    margin-top: 40px;
  }
  .search-list .search-item a.title {
    font-size: 20px;
    line-height: 28px;
  }
  .search-list .search-item .excerpt {
    margin-top: 12px;
    font-size: 16px;
    line-height: 24px;
  }
}/*# sourceMappingURL=style.css.map */