@charset "UTF-8";
@import url("reset.css");
.m_btn, .m_btnAnchor, .m_btnNext {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all .1s ease-out; }

.m_btn_report, .m_btnAnchor, .m_btnNext {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all .1s ease-out; }

.m_btn_report_g, .m_btnAnchor, .m_btnNext {
  position: relative;
  display: block;
  width: 100%;
  border: 1px solid #ccc;
  background: #fff;
  border-radius: 8px;
  box-sizing: border-box;
  text-align: left;
  text-decoration: none;
  -webkit-appearance: none;
  appearance: none;
  transition: all .1s ease-out; }

html {
  overflow: auto;
  font-size: 62.5%;
  -webkit-font-smoothing: antialiased; }

body {
  font-family: -apple-system, BlinkMacSystemFont, "Helvetica Neue", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Arial, "メイリオ", Meiryo, sans-serif;
  font-size: 1.5em;
  line-height: 1.6;
  color: #333;
  -webkit-text-size-adjust: 100%;
  overflow-x: hidden;
  min-width: 100vw; }
  @media (min-width: 769px) {
    body {
      min-width: 950px;
      margin: auto; } }

@inlude mqmax(950) {
  body {
    width: 950px; } }

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

img[src$=".svg"] {
	width: 100%;
	height: auto;
}

a {
  color: #333;
  text-decoration: none; }
  @media (min-width: 769px) {
    a:hover {
      opacity: .6;
      transition: all .3s;
      cursor: pointer; } }

@media (max-width: 768px) {
  main {
    position: relative; } }

/* !Clearfix
------------------------------------*/
.cf:before,
.cf:after {
  content: "";
  display: table; }

.cf:after {
  clear: both; }

@media (max-width: 768px) {
  .pc_item {
    display: none !important; } }

@media (min-width: 769px) {
  .sp_item {
    display: none !important; } }

/* header
--------------------------------------------------*/
header {
  position: relative;
  z-index: 100;
  width: 100%;
  box-shadow: 0 3px 3px 0 rgba(0, 0, 0, 0.1);
/*  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;*/
  }
  @media (max-width: 768px) {
    header {
      position: relative; } }

.head_top {
  zoom: 1;
  padding: 10px 0;
  display: flex;
  justify-content: space-between;
  }
  .head_top::before, .head_top::after {
    /* content: ""; */
    /* display: table; */
    }
  .head_top::after {
    clear: both; }
  @media (min-width: 769px) {
    .head_top {
      width: 950px;
      margin: 0 auto; } }
  @media (max-width: 768px) {
    .head_top {
      overflow-x: hidden;
      z-index: 1;
      padding: 10px 0;
      margin: 0;
      height: 70px; } }


#db   .head_top .logo {
flex:none;
}

  .head_top .logo {
    /* float: left; */
    width: 290px;
    flex:1;
    }
  .head_top .logo_committee {
    display: flex;
    align-items: center;
    gap: 20px;
    width: 520px;
  }
    @media (max-width: 768px) {
      .head_top .logo {
        position: relative;
        z-index: 2;
        float: none;
        width: 60%;
        max-width: 230px;
        margin-left: 10px; } 
      .head_top .logo_committee {
        position: relative;
        z-index: 2;
        float: none;
        width: calc(100% - 80px);
        margin-left: 10px; } }
.head_area{
display: flex;
    flex-wrap: wrap;
    flex: 2;
    justify-content: right;
}
.head_btn {
  display: flex;
  /* float: right; */
  margin-bottom: 10px;
  }
  @media (max-width: 768px) {
    .head_btn {
      float: none;
      margin-top: 5px;
      margin-left: 10px;
      margin-right: 10px;
      justify-content: space-between; } }
  .head_btn a {
    display: block;
    position: relative;
    padding: 7px 15px;
    border-radius: 5px;
    background: #ac7d45;
    color: #fff; }
    @media (max-width: 768px) {
      .head_btn a {
        padding-left: 10px;
        padding-right: 10px;
        font-size: 1.2rem;
        text-align: center; } }
    .head_btn a::before {
      display: inline-block;
      position: relative;
      top: 3px;
      width: 18px;
      height: 18px;
      margin-right: 5px;
      content: ""; }
      @media (max-width: 768px) {
        .head_btn a::before {
          display: block;
          top: 10px;
          left: 50%;
          transform: translate(-50%, 0);
          margin-bottom: 15px; } }
  @media (max-width: 768px) {
    .head_btn p {
      width: calc(100% / 3); } }
  .head_btn p:first-child a::before {
    background: url(/assets/img/ico_engligh.svg) no-repeat;
    background-size: cover;
    background-position: center; }
  .head_btn p:nth-child(2) a::before {
    background: url(/assets/img/ico_mail.svg) no-repeat;
    background-size: cover;
    background-position: center; }
  .head_btn p:nth-child(3) a::before {
    background: url(/assets/img/ico_member.svg) no-repeat;
    background-size: auto 100%;
    background-position: center; }
  .head_btn p + p {
    margin-left: 5px; }

  @media (max-width: 768px) {
.head_search{
margin: 10px;
}

.head_search button{
display: block !important;
}
.head_search .gsc-input-box{
    padding-top: 3px;
    padding-bottom: 2px;
}
}
#Header form.gsc-search-box{
max-width: 400px;
    margin-right: 0;
}
@media (max-width: 768px) {
#Header form.gsc-search-box{
max-width: 400px;
    margin-right: 24px;
}
}
#Header .gsib_b{
height:inherit;
}
.main_header .gnav_wrap {
  display: none; }

@media (max-width: 768px) {
  .pattern_header .nav_btn {
    display: block;
    position: relative;
    padding: 20px; }
    .pattern_header .nav_btn[target="_blank"]::after {
      display: inline-block;
      background-repeat: no-repeat;
      background-size: contain;
      vertical-align: text-top;
      content: ""; }
    .pattern_header .nav_btn[target="_blank"]::after {
      width: 14px;
      height: 15px;
      margin-left: 10px;
      background-image: url("data:image/svg+xml;base64, PHN2ZyB4bWxucz0iaHR0cDovL3d3dy53My5vcmcvMjAwMC9zdmciIHZpZXdCb3g9IjAgMCAxNCAxNCIgd2lkdGg9IjE1MCIgaGVpZ2h0PSIxNTAiIGZpbGw9IiMzMzMzMzMiPjxwYXRoIGQ9Ik03LDBWMS45MDhoMy43NDRMNC42NTQsOCw2LDkuMzQ1bDYuMDg5LTYuMDg4VjdIMTRWMFptNS4wOTIsMS45MDhaTTEwLjUsMTIuMDkySDEuOTA4VjMuNWgzLjVWMS41OTJIMFYxNEgxMi40MDhWOC41OTJIMTAuNVoiLz48L3N2Zz4="); }
    .pattern_header .nav_btn.is_active:not(.btn_parent) {
      background: #f9f4ed;
      color: #966933; } }

/* gnav
--------------------------------------------------*/
.gnav_toggle {
  display: none;
  }
  @media (max-width: 768px) {
    .gnav_toggle {
      display: block;
      position: absolute;
      top: 10px;
      right: 10px;
      z-index: 2;
      width: 50px;
      height: 50px;
      border-radius: 5px;
      background: #ac7d45; }
      .gnav_toggle span {
        position: absolute;
        left: 50%;
        transform: translate(-50%, 0);
        width: 20px;
        height: 2px;
        background: #fff;
        transition: all .4s; }
        .gnav_toggle span:first-child {
          top: 35%; }
        .gnav_toggle span:nth-child(2) {
          top: 50%;
          transform: translate(-50%, -50%); }
        .gnav_toggle span:last-child {
          top: 60%; } }
  .gnav_toggle.is_active {
    background: #9b8b78; }
    .gnav_toggle.is_active span:first-child {
      transform: translateY(5px) translateX(-10px) rotate(-45deg); }
    .gnav_toggle.is_active span:nth-child(2) {
      opacity: 0; }
    .gnav_toggle.is_active span:last-child {
      transform: translateY(-7px) translateX(-10px) rotate(45deg); }

.gnav_child a {
  border-bottom: 1px solid; }

.gnav_general .gnav_menu .gnav_child a {
  border-color: #9f4263;
  background: #b34d71; }

.gnav_medical .gnav_menu .gnav_child a {
  border-color: #015668;
  background: #00697f; }

.gnav_student .gnav_menu .gnav_child a {
  border-color: #6c8c25;
  background: #7b9938; }

.gnav_db .gnav_menu .gnav_child a {
  border-color: #9f4263;
  background: #7e6140; }

@media (min-width: 769px) {
  .gnav {
    position: relative;
    height: 114px; }
  .gnav2 {
    height: 50px; }

    .gnav a:hover {
      opacity: 1; }
  .gnav_tab {
    position: absolute;
    top: 0;
    width: 220px;
    height: 50px;
    padding: 7px 10px 10px;
    border-left: 1px solid #b9b9b9;
    border-top: 1px solid #b9b9b9;
    border-right: 1px solid #b9b9b9;
    border-radius: 5px 5px 0 0;
    text-align: center;
    transition: all .2s; }
    .gnav_tab:hover {
      top: -5px;
      border-left: 2px solid #ca5c83;
      border-top: 2px solid #ca5c83;
      border-right: 2px solid #ca5c83; }
      .gnav_tab:hover a {
        color: #ca5c83; }
    .gnav_tab a {
      display: block;
      color: #999; }
    .gnav_tab span {
      margin-right: 8px;
      font-size: 18px; }
  .gnav_medical .gnav_tab {
    left: 230px; }
  .gnav_db2 .gnav_tab {
    left: 230px; 
    width:280px; }
    .gnav_db2 .gnav_tab:hover {
      border-left: 2px solid #ac7d45;
      border-top: 2px solid #ac7d45;
      border-right: 2px solid #ac7d45; 
    }
      .gnav_db2 .gnav_tab:hover a {
        color: #ac7d45; }
    .gnav_medical .gnav_tab:hover {
      border-left: 2px solid #007d98;
      border-top: 2px solid #007d98;
      border-right: 2px solid #007d98; }
      .gnav_medical .gnav_tab:hover a {
        color: #007d98; }
  .gnav_student .gnav_tab {
    left: 460px; }
    .gnav_student .gnav_tab:hover {
      border-left: 2px solid #8caf40;
      border-top: 2px solid #8caf40;
      border-right: 2px solid #8caf40; }
      .gnav_student .gnav_tab:hover a {
        color: #8caf40; }
  .gnav_menu {
    display: none;
    position: relative;
    top: 40px;
    z-index: 2;
    letter-spacing: -.4em; }
    .gnav_menu::after {
      position: absolute;
      left: 50%;
      transform: translate(-50%, 0);
      z-index: -1;
      width: 100vw;
      height: 100%;
      content: ""; } }
    @media (min-width: 769px) and (max-width: 950px) {
      .gnav_menu::after {
        min-width: 950px;
        width: 100vw; } }

@media (min-width: 769px) {
    .gnav_menu .menu_item {
      position: relative;
      height: 74px;
      letter-spacing: normal; }
      .gnav_menu .menu_item::before {
        display: block;
        position: absolute;
        top: 50%;
        left: 0;
        transform: translate(0, -50%);
        z-index: 1;
        width: 1px;
        height: 40px;
        content: ""; }
      .gnav_menu .menu_item:last-child::after {
        display: block;
        position: absolute;
        top: 50%;
        right: 0;
        transform: translate(0, -50%);
        width: 1px;
        height: 40px;
        content: ""; }
    .gnav_menu a {
      display: table;
      padding: 15px 19px;
      height: 100%;
      color: #fff; }
      .gnav_menu a span {
        display: table-cell;
        vertical-align: middle;
        position: relative;
        line-height: 1.3; }
      .gnav_menu a::before {
        opacity: 0;
        position: absolute;
        top: 50%;
        left: 50%;
        transform: translate(-50%, -50%);
        width: calc(100% - 10px);
        height: 80%;
        border-radius: 5px;
        content: ""; }
      .gnav_menu a:hover::before {
        opacity: 1; }
      .gnav_menu a:hover::after {
        top: 55%; }
      .gnav_menu a.is_open::before {
        opacity: 1; }
    .gnav_menu .btn_parent {
      position: relative;
      padding-right: 28px; }
      .gnav_menu .btn_parent::after {
        position: absolute;
        top: 50%;
        right: 13px;
        transform: translate(0, -50%) rotate(135deg);
        width: 7px;
        height: 7px;
        border-top: 2px solid #fff;
        border-right: 2px solid #fff;
        content: "";
        transition: all .2s; }
    .gnav_menu .gnav_child {
      display: none;
      position: absolute;
      z-index: -2; }
      .gnav_menu .gnav_child p {
        width: 300px; }
        .gnav_menu .gnav_child p a {
          position: relative;
          width: 100%; } }
        @media (min-width: 769px) and (min-width: 769px) {
          .gnav_menu .gnav_child p a {
            min-height: inherit; } }

@media (min-width: 769px) {
          .gnav_menu .gnav_child p a::after {
            position: absolute;
            top: 50%;
            right: 15px;
            transform: translate(0, -50%) rotate(45deg);
            width: 7px;
            height: 7px;
            border-top: 2px solid #fff;
            border-right: 2px solid #fff;
            content: "";
            transition: all .2s; }
          .gnav_menu .gnav_child p a::before {
            display: none; }
          .gnav_menu .gnav_child p a:hover::after {
            top: 50%;
            right: 10px; }
  .gnav_general .gnav_menu::after {
    background: #ca5c83; }
  .gnav_general .gnav_menu .menu_item::before {
    background: #b34d71; }
  .gnav_general .gnav_menu .menu_item:last-child::after {
    background: #b34d71; }
  .gnav_general .gnav_menu .menu_item a::before {
    background: #b34d71; }
  .gnav_medical .gnav_menu::after {
    background: #007d98; }
  .gnav_medical .gnav_menu .menu_item::before {
    background: #015f73; }
  .gnav_medical .gnav_menu .menu_item:last-child::after {
    background: #015f73; }
  .gnav_medical .gnav_menu .menu_item a::before {
    background: #015f73; }
  .gnav_student .gnav_menu::after {
    background: #8caf40; }
  .gnav_student .gnav_menu .menu_item::before {
    background: #729030; }
  .gnav_student .gnav_menu .menu_item:last-child::after {
    background: #729030; }
  .gnav_student .gnav_menu .menu_item a::before {
    background: #729030; }
  .gnav_db .gnav_menu::after {
    background: #ac7d45; }
  .gnav_db .gnav_menu .menu_item::before {
    background: #7e6140; }
  .gnav_db .gnav_menu .menu_item:last-child::after {
    background: #7e6140; }
  .gnav_db .gnav_menu .menu_item a::before {
    background: #7e6140; }
  .gnav_general .gnav_menu.is_active {
    display: flex; }
  .gnav_general .gnav_tab.is_active {
    border-left: 2px solid #ca5c83;
    border-top: 2px solid #ca5c83;
    border-right: 2px solid #ca5c83; }
    .gnav_general .gnav_tab.is_active a {
      color: #ca5c83; }
  .gnav_medical .gnav_menu.is_active {
    display: flex; }
  .gnav_medical .gnav_tab.is_active {
    border-left: 2px solid #007d98;
    border-top: 2px solid #007d98;
    border-right: 2px solid #007d98; }
    .gnav_medical .gnav_tab.is_active a {
      color: #007d98; }
  .gnav_student .gnav_menu.is_active {
    display: flex; }
  .gnav_student .gnav_tab.is_active {
    border-left: 2px solid #8caf40;
    border-top: 2px solid #8caf40;
    border-right: 2px solid #8caf40; }
    .gnav_student .gnav_tab.is_active a {
      color: #8caf40; }
  .gnav_db .gnav_menu.is_active {
    display: flex; }
  .gnav_db .gnav_tab.is_active {
    border-left: 2px solid #ac7d45;
    border-top: 2px solid #ac7d45;
    border-right: 2px solid #ac7d45; }
    .gnav_db .gnav_tab.is_active a {
      color: #ac7d45; }
  .gnav_general .gnav_child a:hover {
    background: #8F3858; }
  .gnav_medical .gnav_child a:hover {
    background: #074957; }
  .gnav_student .gnav_child a:hover {
    background: #516622; } 
  .gnav_db .gnav_child a:hover {
    background: #8F3858; }
}
@media (max-width: 768px) {
  .gnav_wrap {
    display: none;
    position: relative;
    z-index: 1;
    width: 100%;
    padding-bottom: 30px;
    padding-top: 10px;
    background: #f2f2f2; }
    .gnav_wrap::after {
      position: absolute;
      top: 0;
      left: -10px;
      z-index: -1;
      width: 120vw;
      height: 100%;
      box-shadow: 0px 7px 5px -5px rgba(0, 0, 0, 0.2);
      content: ""; }
  .gnav {
    overflow: hidden;
    position: relative;
    margin: 10px 10px 20px 10px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff; }
    .gnav::after {
      position: absolute;
      top: -20px;
      left: 50%;
      z-index: -1;
      transform: translate(-50%, 0);
      width: 100vw;
      height: calc(100% + 20px);
      content: ""; }
  .gnav_medical {
    border: 1px solid #ccc;
    border-width: 1px 0; }
  .gnav_tab {
    position: relative; }
    .gnav_tab::after {
      position: absolute;
      top: 50%;
      right: 20px;
      transform: translate(0, -50%);
      width: 25px;
      height: 25px;
      border-radius: 50%;
      background: #e7e7e7;
      content: ""; }
    .gnav_db2 .gnav_tab::after{
      content:none;
    }
    .gnav_tab a {
      display: block;
      position: relative;
      z-index: 1;
      padding: 20px; }
      .gnav_tab a span {
        font-size: 18px;
        margin-right: 8px; }
      .gnav_tab a::before, .gnav_tab a::after {
        position: absolute;
        display: block;
        top: 50%;
        right: 27px;
        width: 11px;
        height: 1px;
        background: #333;
        z-index: 1;
        content: "";
        transform: translate(0, -50%); }
      .gnav_tab a::after {
        transform: rotate(90deg);
        transition: all .4s; }
      .gnav_db2 .gnav_tab a::after,.gnav_db2 .gnav_tab a::before {
        transform:inherit;
        transition:none;
        content:none;
      }
      .gnav_tab a.is_active::after {
        opacity: 0; }
    .gnav_tab.is_active + .gnav_menu {
      display: block; }
  .gnav_general .gnav_tab a {
    color: #ca5c83; }
  .gnav_medical .gnav_tab a {
    color: #007d98; }
  .gnav_student .gnav_tab {
    border-bottom: none; }
    .gnav_student .gnav_tab a {
      border-bottom: none;
      color: #8caf40; }
  .gnav_db .gnav_tab a {
    color: #ac7d45; }
  .gnav_menu {
    display: none;
    overflow: hidden;
    margin: 5px 10px 10px;
    border-radius: 5px; }
    .gnav_menu .menu_item + .menu_item {
      border-top: 1px solid; }
    .gnav_menu a {
      display: block;
      position: relative;
      padding: 15px 20px;
      color: #fff; }
      .gnav_menu a::after {
        position: absolute;
        top: 50%;
        left: calc(100% - 30px);
        transform: translate(0, -50%) rotate(45deg);
        width: 7px;
        height: 7px;
        border-style: solid;
        border-width: 2px 2px 0 0;
        content: "";
        transition: all .2s; }
      .gnav_menu a:not(.nav_btn) a::after {
        border-color: #fff; }
    .gnav_menu .btn_parent::after {
      top: 50%;
      width: 25px;
      height: 25px;
      margin-left: -16px;
      border-radius: 50%;
      border: none; }
    .gnav_menu .btn_parent span::before, .gnav_menu .btn_parent span::after {
      display: block;
      position: absolute;
      top: 50%;
      left: calc(100% - 39px);
      z-index: 1;
      width: 11px;
      height: 1px;
      background: #fff;
      content: ''; }
    .gnav_menu .btn_parent:not(.is_open) span::after {
      transform: rotate(90deg); }
  .btn_parent.is_open::after {
    transform: translate(0, -50%) rotate(135deg); }
  .gnav_child {
    display: none; }
  .gnav_general .gnav_menu .menu_item + .menu_item {
    border-color: #b34d71; }
  .gnav_general .gnav_menu a {
    background: #ca5c83; }
    .gnav_general .gnav_menu a.js_has_child::after {
      background: #b34d71; }
  .gnav_medical .gnav_menu .menu_item + .menu_item {
    border-color: #00697f; }
  .gnav_medical .gnav_menu a {
    background: #007d98; }
    .gnav_medical .gnav_menu a.js_has_child::after {
      background: #00687e; }
  .gnav_student .gnav_menu .menu_item + .menu_item {
    border-color: #7b9938; }
  .gnav_student .gnav_menu a {
    background: #8caf40; }
    .gnav_student .gnav_menu a.js_has_child::after {
      background: #729030; }
  .gnav_db .gnav_menu .menu_item + .menu_item {
    border-color: #7e6140; }
  .gnav_db .gnav_menu a {
    background: #ac7d45; }
    .gnav_db .gnav_menu a.js_has_child::after {
      background: #7e6140; }
  .btn_gnav_close {
    position: relative;
    width: 200px;
    margin: 20px auto 0;
    padding: 20px 20px 20px 30px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: #fff; }
    .btn_gnav_close::before, .btn_gnav_close::after {
      position: absolute;
      top: 55%;
      width: 10px;
      height: 10px;
      border-top: 1px solid #434343;
      content: ""; }
    .btn_gnav_close::before {
      transform: translate(0, -55%) rotate(45deg);
      right: 35px; }
    .btn_gnav_close::after {
      transform: translate(0, -55%) rotate(-45deg);
      right: 29px; } }

/* asside
--------------------------------------------------*/
.asside_btn {
  padding: 20px 0;
  background: #f2f2f2; }
  @media (max-width: 768px) {
    .asside_btn {
      padding-left: 15px;
      padding-right: 15px; } }
  .asside_btn p {
    overflow: hidden;
    border: 1px solid #ccc;
    border-radius: 10px; }
  .asside_btn img {
    width: 100%; }

/* footer
--------------------------------------------------*/
footer {
  padding-top: 40px;
  border-top: 1px solid #dcdcdc; 
  clear:both;
}

.foot_link01 {
  /* overwrite */ }
  .foot_link01.l_flex {
    align-items: flex-start; }
    @media (max-width: 768px) {
      .foot_link01.l_flex .flex-item {
        margin-top: 0; } }
  @media (min-width: 769px) {
    .foot_link01 a:hover {
      opacity: 1;
      text-decoration: underline; } }
  .foot_link01 div p {
    margin-bottom: 20px;
    padding: 5px 20px;
    border-radius: 5px;
    color: #fff; }
    @media (max-width: 768px) {
      .foot_link01 div p {
        margin: 5px; } }
  @media (max-width: 768px) {
    .foot_link01 div ul {
      margin-top: 10px;
      margin-left: 15px; } }
  .foot_link01 div ul li + li {
    margin-top: 10px; }
  .foot_link01 div.ver_general p {
    background: #ca5c83; }
  .foot_link01 div.ver_medical p {
    background: #007d98; }
  .foot_link01 div.ver_student p {
    background: #8caf40; }
  .foot_link01 p span {
    border-radius: 5px;
    font-size: 1.8rem; }
  @media (max-width: 768px) {
    .foot_link01 .foot_link01_child {
      display: none; } }
  @media (max-width: 768px) {
    .foot_link01 .foot_link01_trigger {
      position: relative; }
      .foot_link01 .foot_link01_trigger::after {
        position: absolute;
        top: 50%;
        right: 20px;
        transform: translate(0, -50%);
        width: 15px;
        height: 15px;
        border-radius: 50%;
        background: #fff;
        content: ""; }
      .foot_link01 .foot_link01_trigger p {
        position: relative; }
        .foot_link01 .foot_link01_trigger p::before, .foot_link01 .foot_link01_trigger p::after {
          position: absolute;
          top: 50%;
          transform: translate(0, -50%);
          z-index: 1;
          background: #ca5c83;
          content: ""; }
        .foot_link01 .foot_link01_trigger p::before {
          right: 18px;
          width: 9px;
          height: 1px; }
        .foot_link01 .foot_link01_trigger p::after {
          right: 22px;
          width: 1px;
          height: 9px; }
      .foot_link01 .foot_link01_trigger.ver_medical p::before, .foot_link01 .foot_link01_trigger.ver_medical p::after {
        background: #007d98; }
      .foot_link01 .foot_link01_trigger.ver_student p::before, .foot_link01 .foot_link01_trigger.ver_student p::after {
        background: #8caf40; }
      .foot_link01 .foot_link01_trigger.is_open p::after {
        display: none; } }

.foot_link02 {
  margin-top: 20px;
  padding: 20px 0;
  border-top: 1px solid #dcdcdc; }
  @media (min-width: 769px) {
    .foot_link02 {
      display: flex; } }
  @media (max-width: 768px) {
    .foot_link02 {
      letter-spacing: -.4em; } }
  @media (min-width: 769px) {
    .foot_link02 a:hover {
      opacity: 1;
      text-decoration: underline; } }
  @media (max-width: 768px) {
    .foot_link02 li {
      display: inline-block;
      margin-right: 20px;
      letter-spacing: normal; } }
  @media (min-width: 769px) {
    .foot_link02 li + li {
      margin-left: 20px; } }

.copyright {
  margin: 0 auto 20px;
  padding-top: 20px;
  border-top: 1px solid #dcdcdc;
  color: #999; }
  .copyright span {
    display: block;
    font-size: 1rem; }

/* link icon
--------------------------------------------------*/
.icn_arrow01 {
  display: block;
  position: relative;
  padding-left: 15px; }
  .icn_arrow01::before {
    display: inline-block;
    position: absolute;
    top: 8px;
    left: 0;
    transform: rotate(45deg);
    width: 7px;
    height: 7px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    content: ""; }

/* totop
--------------------------------------------------*/
.btn_totop {
  position: fixed;
  right: 50px;
  bottom: 50px;
  z-index: 100;
  width: 50px;
  height: 50px; }
  @media (max-width: 768px) {
    .btn_totop {
      right: 20px; } }

/*--------------------------------------------------------------------
module
----------------------------------------------------------------------*/
/*
* l_: Layout レイアウト用
* m_: Module 共有部品。
* u_: Utility 汎用クラス
*
* 共有部品の子要素のクラス名は、親クラスの一部を使って、単語のつなぎにハイフンを用いる（モジュールとそうでないものを区別しやすくするため）。
* 例：.m_breadcrumbs（親要素） > .breadcrumbs-item（子要素）
*/
/* レイアウト
--------------------------------------------------*/
@media (min-width: 769px) {
  .l_base {
    width: 950px;
    margin: 0 auto; } }

@media (max-width: 768px) {
  .l_base {
    padding: 0 10px; } }

.l_section {
  margin: 60px 0; }
  @media (max-width: 768px) {
    .l_section {
      margin: 30px 0; } }

.l_content {
  margin: 30px 0; }

.l_flex {
  display: flex;
  flex-wrap: wrap;
/*  justify-content: center;*/ }
  .l_flex .flex-item {
    width: 100%; }
  @media (max-width: 768px) {
    .l_flex {
      margin-top: -20px;
      flex-direction: column; }
      .l_flex .flex-item {
        margin-top: 20px; } }
  @media (min-width: 769px) {
    .l_flex {
      margin: -10px -5px; }
      .l_flex .flex-item {
        max-width: 310px;
        margin: 10px 5px; } }



.topbnr_flex {
	display: flex;
	gap: 10px;
	margin-bottom: 20px;
/*	justify-content: space-between;*/
	flex-wrap: wrap;
}

.topbnr_flex li{
width: calc( (100% - 20px ) / 3 );
}
#medical .topbnr_flex li{
width:	100%;
}

@media (max-width: 768px) {
.topbnr_flex {
	flex-wrap: wrap;
}	
.topbnr_flex li{
width:48%;
}
}

.l_colArticle {
  width: 100%; }

@media (min-width: 769px) {
  .l_colWrap {
    display: flex; }
  .l_colArticle {
    width: 680px;
    min-height: 620px;
    margin-right: 40px; }
  .l_colAside {
    width: 230px; }}

/* パンくず
--------------------------------------------------*/
.m_breadcrumbs {
  display: flex;
  overflow: hidden;
  margin: 5px 0 40px;
  font-size: 1.2rem;
  color: #999;
  flex-wrap: wrap; }
  .m_breadcrumbs .breadcrumbs-item {
    position: relative; }
    .m_breadcrumbs .breadcrumbs-item:not(:first-of-type) {
      padding-left: 23px; }
      .m_breadcrumbs .breadcrumbs-item:not(:first-of-type)::before {
        display: block;
        position: absolute;
        top: -2px;
        left: 0;
        width: 1em;
        height: 1em;
        margin-left: 8px;
        font-size: 1.4rem;
        content: " > "; }
  .m_breadcrumbs a {
    text-decoration: underline;
    color: #999; }
    @media (min-width: 769px) {
      .m_breadcrumbs a:hover {
        text-decoration: none; } }

/* ページタイトル
--------------------------------------------------*/
.m_pageHead {
  padding: 19px 0;
  border-bottom: 3px solid #e8e8e8;
  background: #f2f2f2; }
  @media (min-width: 769px) {
    .m_pageHead .pageHead-inner {
      width: 950px;
      margin: 0 auto; } }
  @media (max-width: 768px) {
    .m_pageHead .pageHead-inner {
      padding: 0 10px; } }
  .m_pageHead .pageHead-ttl {
    font-size: 2.6rem; }
    @media (max-width: 768px) {
      .m_pageHead .pageHead-ttl {
        font-size: 2rem; } }

/* ページ内アンカー
--------------------------------------------------*/
.m_anchor {
  display: flex;
  flex-direction: column; }
  @media (max-width: 768px) {
    .m_anchor .anchor-item + .anchor-item {
      margin-top: 10px; } }
  @media (min-width: 769px) {
    .m_anchor {
      flex-direction: row;
      flex-wrap: wrap; }
      .m_anchor .anchor-item {
        width: calc((100% - 10px) / 2); }
        .m_anchor .anchor-item:nth-child(even) {
          margin-left: 10px; }
        .m_anchor .anchor-item:nth-child(n+3) {
          margin-top: 10px; } }

.m_txtAnchor {
  display: flex;
  padding-bottom: 16px;
  border-bottom: 2px solid #ac7d45;
  flex-flow: wrap; }
  .m_txtAnchor .txtAnchor-item {
    position: relative;
    margin-left: 10px;
    padding-left: 30px;
    word-break: break-all; }
    .m_txtAnchor .txtAnchor-item::before {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-width: 2px 2px 0 0;
      border-style: solid;
      content: '';
      position: absolute;
      left: 0;
      top: 6px;
      margin: 0 10px 2px;
      transform: rotate(135deg); }
    @media (max-width: 768px) {
      .m_txtAnchor .txtAnchor-item {
        padding-left: 20px; }
        .m_txtAnchor .txtAnchor-item::before {
          left: -8px; } }

/* よくある質問
--------------------------------------------------*/
.m_faqUnit .faqUnit-theme {
  position: relative;
  margin-bottom: 10px;
  padding: 0 0 10px 45px;
  border-bottom: 1px solid #ccc;
  color: #966933; }
  .m_faqUnit .faqUnit-theme::before {
    display: inline-block;
    position: absolute;
    top: 0;
    left: 0;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    border-radius: 4px;
    background: #966933;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    content: "Q"; }
  @media (min-width: 769px) {
    .m_faqUnit .faqUnit-theme {
      margin-bottom: 20px;
      padding: 0 0 20px 45px;
      font-size: 1.6rem; } }


/* お知らせ一覧
--------------------------------------------------*/
.m_newsListframe {
	height:680px;
	overflow-y: scroll;
	overflow-x: hidden;
	padding: 0 20px 0 10px;
}
.m_newsList {
  display: flex;
  border-top: 1px solid #e1e1e1;
  flex-flow: wrap; }
  .m_newsList .newsList-date,
  .m_newsList .newsList-txt {
    padding: 20px 0;
    border-bottom: 1px solid #e1e1e1; }
  @media (max-width: 768px) {
    .m_newsList .newsList-date {
      width: 90px;
      text-align: right;
      padding-right: 15px; }
    .m_newsList .newsList-txt {
      width: calc(100% - 90px); } }
  @media (min-width: 769px) {
    .m_newsList .newsList-date {
      width: 130px;
      padding-left: 10px; }
    .m_newsList .newsList-txt {
      width: calc(100% - 130px); } }

/* 表組み
--------------------------------------------------*/
.m_tbl {
  width: 100%;
  background: #fff;
  border-collapse: collapse; }
  .m_tbl .tbl-caption {
    margin: 10px 0;
    text-align: left; }
  .m_tbl th,
  .m_tbl td {
    padding: 14px;
    border: 1px solid #ccc; }
  .m_tbl.tdtp8 td {
    padding: 8px;  }
    @media (max-width: 768px) {
      .m_tbl th,
      .m_tbl td {
        padding: 10px; } }
  .m_tbl th {
    text-align: left;
    font-weight: normal; }
  .m_tbl thead th {
    background: #afa597;
    color: #fff; }
  .m_tbl tbody th {
    background: #f7ead7; }
  .m_tbl .tbl-fix01 {
    width: 20.5%; }
  .m_tbl .tbl-fix02 {
    width: 25%; }
  .m_tbl .tbl-fix03 {
    width: 40%; }
  .m_tbl .tbl-fix04 {
    width: 50%; }
  @media (max-width: 768px) {
    .m_tbl._change {
      border-top: 1px solid #ccc; }
      .m_tbl._change tr, .m_tbl._change th, .m_tbl._change td {
        display: block;
        width: 100%; }
      .m_tbl._change th, .m_tbl._change td {
        border-top: none; } 
      .m_tbl .tbl-fix02 {
        width: 30%; }
        }

/* SPスクロール表組み
--------------------------------------------------*/
.m_tableWrap {
  margin: 10px 0; }
  @media (max-width: 768px) {
    .m_tableWrap._scroll {
      width: 100%;
      overflow: auto; }
      .m_tableWrap._scroll table {
        min-width: 600px; }
      .m_tableWrap._scroll table.w800 {
        min-width: 800px; }
      .m_tableWrap._scroll::-webkit-scrollbar {
        height: 5px; }
      .m_tableWrap._scroll::-webkit-scrollbar-track {
        background: #f1f1f1; }
      .m_tableWrap._scroll::-webkit-scrollbar-thumb {
        background: #bcbcbc; } }

/* 見出し
--------------------------------------------------*/
.m_headline {
  position: relative;
  margin-bottom: 43px;
  padding: 13px 0 13px 26px;
  font-size: 2.6rem;
  font-weight: normal;
  line-height: 1.4; }
  @media (max-width: 768px) {
    .m_headline {
      margin-bottom: 20px;
      font-size: 2rem; } }
  .m_headline .headline-sub {
    display: block;
    font-size: 1.8rem; }
  .m_headline::before {
    position: absolute;
    top: 0;
    left: 0;
    width: 3px;
    height: 100%;
    background: #966933;
    content: ""; }

.m_subheading, .m_historyFlow .historyFlow-year span {
  position: relative;
  margin-bottom: 30px;
  padding-left: 30px;
  font-weight: normal;
  font-size: 2.6rem;
  line-height: 1.4; }
  @media (max-width: 768px) {
    .m_subheading, .m_historyFlow .historyFlow-year span {
      font-size: 2rem;
      margin-bottom: 15px; } }
  .m_subheading::before, .m_historyFlow .historyFlow-year span::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 15px;
    height: 3px;
    margin-top: -1.5px;
    background: #966933;
    vertical-align: middle;
    content: ""; }
  .m_subheading .subheading-sub, .m_historyFlow .historyFlow-year span .subheading-sub {
    display: block;
    font-size: 1.8rem; }
    @media (max-width: 768px) {
      .m_subheading .subheading-sub, .m_historyFlow .historyFlow-year span .subheading-sub {
        font-size: 1.6rem; } }

.m_subheading span{
font-size:2rem;
}
@media (max-width: 768px) {
.m_subheading span{
font-size:1.6rem;
}
}
.m_subtitle {
  position: relative;
  margin-bottom: 20px;
  padding: 0 0 10px 20px;
  border-bottom: 1px solid;
  font-size: 1.8rem;
  font-weight: normal; }
  @media (max-width: 768px) {
    .m_subtitle {
      margin-bottom: 10px;
      padding: 0 0 5px 20px;
      font-size: 1.6rem; } }
  .m_subtitle::before {
    display: inline-block;
    position: absolute;
    top: 50%;
    left: 0;
    width: 10px;
    height: 3px;
    margin-top: -7px;
    vertical-align: middle;
    content: ""; }
  .m_subtitle._noboder {
    margin-bottom: 0;
    padding-bottom: 0;
    border: none; }
  .m_subtitle:not(._notice) {
    border-bottom-color: #e5d9ca;
    color: #966933; }
    .m_subtitle:not(._notice)::before {
      background: #966933; }
  .m_subtitle._notice {
    border-bottom-color: #f2cfcf;
    color: #c33; }
    .m_subtitle._notice::before {
      background: #c33; }

/* タイトル付きサブテキスト */
.m_ttlSubTxt {
  display: inline;
  margin-left: 10px;
  font-size: 1.3rem;
  color: #c33; }

.m_blockTtl {
  position: relative;
  padding: 12px 15px 9px 26px;
  border: 1px solid #eae1d4;
  border-radius: 8px;
  background: #f9f4ed;
  font-size: 2.6rem; }
  .m_blockTtl::before {
    position: absolute;
    top: 15px;
    left: 10px;
    width: 3px;
    height: calc(100% - 30px);
    background: #966933;
    content: ""; }

  .m_headline02{
    font-size: 2.2rem;
    padding: 0px 0 0px 26px;
  }

/* テキスト
--------------------------------------------------*/
/* 米印 */
.m_ruleTxt {
  padding-left: 2rem;
  text-indent: -2rem; }
  .m_ruleTxt::before {
    margin-right: .5em;
    content: '※'; }
  .m_ruleTxt._asterisk::before {
    color: #c33; }

/* マーカー */
.m_txtMarker {
  background: #fdff56; }

/* ボーダー */
.m_txtUnder {
  border-bottom: 1px solid; }

/* 横並びコンテンツ
--------------------------------------------------*/
.m_lineUnit {
  display: flex;
  overflow: hidden;
  margin-top: -30px;
  flex-direction: column; }
  .m_lineUnit .lineUnit-theme {
    margin-top: 30px; }
  .m_lineUnit .lineUnit-theme {
    color: #966933;
    position: relative;
    padding-left: 20px;
    text-indent: -20px; }
    .m_lineUnit .lineUnit-theme::before {
      display: inline-block;
      width: 10px;
      height: 10px;
      margin-right: 10px;
      border: 3px solid #966933;
      border-radius: 50%;
      content: ''; }
  .m_lineUnit .lineUnit-txt {
    margin-top: 20px; }
  @media (min-width: 769px) {
    .m_lineUnit {
      flex-direction: row;
      flex-flow: wrap; }
      .m_lineUnit .lineUnit-theme {
        width: 200px; }
      .m_lineUnit .lineUnit-txt {
        width: calc(100% - 200px);
        margin-top: 30px; } }
  .m_lineUnit .lineUnit-txt ul{
    margin-left:1.5em;
   }
  .m_lineUnit .lineUnit-txt ul li{
    list-style:disc;
  }
/* リスト
--------------------------------------------------*/
.m_listMark {
  position: relative;
  padding-left: 20px;
  text-indent: -20px; }
  .m_listMark::before {
    display: inline-block;
    width: 10px;
    height: 10px;
    margin-right: 10px;
    border: 3px solid #966933;
    border-radius: 50%;
    content: ''; }
  .m_listMark + .m_listMark {
    margin-top: 20px; }

.m_listMark .m_decimalList{
text-indent:0;
}
.m_otherList li + li {
  margin-top: 10px; }

.m_decimalList {
	padding-left: 2em;
	counter-reset: li; }
.m_decimalList li + li {
	margin-top: 10px; }
.m_decimalList > li {
	position: relative;
	margin-left: .6em; }
.m_decimalList > li::before {
	position: absolute;
	top: 0;
	left: -2em;
	width: 1.5em;
	text-align: right;
	content: counter(li) ".";
	counter-increment: li; }
.m_decimalList._brackets > li::before {
	left: -3em;
	width: 3em;
	content: "（" counter(li) "）"; }
.m_decimalList._close > li::before {
	width: 2em;
	content: counter(li) "）"; }
.m_decimalList._circle > li::before {
	top: 5px;
	left: -26px;
	width: 1.4em;
	text-align: center;
	letter-spacing: -.08em;
	font-size: 1.2rem;
	line-height: 1;
	content: counter(li); }
.m_decimalList._circle > li::after {
	position: absolute;
	top: 2px;
	left: -25px;
	width: 1.5em;
	height: 1.5em;
	border: 1px solid #333;
	border-radius: 50%;
	font-size: 1.2rem;
	content: ''; }

/* 定義リスト
--------------------------------------------------*/
.m_defineList {
  overflow: hidden;
  margin: 20px 0; }
  .m_defineList .defineList-theme {
    margin-bottom: 20px;
    font-size: 1.8rem;
    font-weight: bold; }
    .m_defineList .defineList-theme::before {
      margin-right: 5px; }
  .m_defineList .defineList-detail + .defineList-theme {
    margin-top: 30px; }
  .m_defineList._decimal {
    counter-reset: num; }
    .m_defineList._decimal .defineList-theme::before {
      display: inline-block;
      content: counter(num, decimal) ".";
      counter-increment: num; }
  .m_defineList._roman {
    counter-reset: num; }
    .m_defineList._roman .defineList-theme::before {
      display: inline-block;
      content: counter(num, upper-roman) ".";
      counter-increment: num; }

/* 定義
--------------------------------------------------*/
.m_txt p + p {
  margin-top: 1em; }

/* 画像つきテキストエリア
--------------------------------------------------*/
.m_attachedArea {
  overflow: hidden;
  margin-bottom: 20px; }
  .m_attachedArea .attachedArea-txt + .attachedArea-txt {
    margin-top: 35px; }
  .m_attachedArea .attachedArea-txt:last-child {
    padding-bottom: 20px; }
  .m_attachedArea .attachedArea-fig-r,
  .m_attachedArea .attachedArea-fig-l {
    display: flex;
    margin: 20px 0;
    flex-direction: column;
    align-items: center; }
    .m_attachedArea .attachedArea-fig-r img,
    .m_attachedArea .attachedArea-fig-l img {
      max-width: 100%;
      height: auto; }

.m_figure {
  margin: 20px 0;
  text-align: center; }
  .m_figure img {
    max-width: 100%;
    height: auto; }
.m_figure02{
  text-align: right;
  margin: 20px auto 5px;
}
.m_figure02 img{
  width: 240px;
}
@media (max-width: 768px) {
  .m_figure02{
  text-align: center;
  margin: 20px auto 5px;
}
}

.m_figCaption {
  width: 100%;
  max-width: 230px;
  padding: 20px;
  background: #f9f4ed;
  font-size: 1.2rem;
  line-height: 1.6; }

.m_img img {
    width: 160px;
}

@media (max-width: 768px) {
  .m_figure .figure-col {
    margin: 20px 0; } }

@media (min-width: 769px) {
  .m_attachedArea .attachedArea-fig-r {
    float: right;
    margin: 0 0 40px 40px; }
  .m_attachedArea .attachedArea-fig-l {
    float: left;
    margin: 0 40px 40px 0; }
  .m_figure .figure-col {
    display: inline-block;
    margin: 0 10px; }}

/* バナーとテキスト横並び
--------------------------------------------------*/
@media (min-width: 769px) {
  .m_bnrTxt {
    display: flex; }
    .m_bnrTxt .bnrTxt-bnr {
      margin-right: 10px; } }

/* イメージ画像つきリンクリスト
--------------------------------------------------*/
.m_linkUnit {
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 312px;
  margin: 0 auto;
  padding-top: 100px;
  font-size: 1.6rem;
  flex-direction: column-reverse; }
  .m_linkUnit::before {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    content: '';
    margin: 0 10px 1px 0;
    transform: rotate(45deg); }
  .m_linkUnit .linkUnit-img {
    position: absolute;
    top: 0;
    left: 0;
    border: 1px solid #ccc;
    border-radius: 8px; }

#medical .m_linkUnit {
  padding-top: 80px;
}

/* イメージ画像つきリンクリスト
--------------------------------------------------*/
.m_linkUnit2 {
  display: block;
  overflow: hidden;
  position: relative;
  max-width: 312px;
  margin: 0 auto;
  padding-bottom: 100px;
  font-size: 2rem;
  flex-direction: column-reverse;
  color:#ac7d45;
  text-align:center;
  margin-bottom:20px;
}
.m_linkUnit2 .linkUnit-img {
  position: absolute;
  top: 30px;
  left: 0;
  border: 1px solid #ccc;
  border-radius: 8px;
  margin-top:5px;
}

/* 罫線
--------------------------------------------------*/
.m_borderUpper::before {
  display: block;
  width: 950px;
  height: 1px;
  margin: 30px auto;
  background: #ccc;
  content: ''; }
  @media (max-width: 768px) {
    .m_borderUpper::before {
      width: calc(100% - 20px); } }

/* 脊椎脊髄の歴史
--------------------------------------------------*/
@media (min-width: 769px) {
  .m_historyHead {
    overflow: hidden;
    position: relative;
    padding-right: 480px;
    background: url(/assets/img/common/history/kv01.jpg) no-repeat 480px 50%; }
    .m_historyHead::after {
      position: absolute;
      top: 0;
      left: 50%;
      width: 205px;
      height: 168px;
      background: linear-gradient(to right, white 1%, rgba(255, 255, 255, 0) 100%);
      content: ''; }
    .m_historyHead .historyHead-catch {
      margin-bottom: 20px;
      font-size: 2.6rem; } }

@media (max-width: 768px) {
  .m_historyHead .historyHead-catch {
    margin-bottom: 10px;
    font-size: 2rem; }
  .m_historyHead::before {
    display: block;
    width: 100%;
    margin-bottom: 10px;
    padding-top: 46%;
    background: url(/assets/img/common/history/kv01.jpg) no-repeat 50% 0;
    background-size: cover;
    content: ''; } }

.m_historyFlow {
  margin-bottom: -20px; }
  .m_historyFlow .historyFlow-year span::after {
    display: inline-block;
    width: 1em;
    height: 1em;
    margin: 0 5px 0 10px;
    font-size: 1.4rem;
    font-weight: normal;
    content: '／'; }
  .m_historyFlow .historyFlow-detail {
    overflow: hidden;
    background-image: linear-gradient(to right, #000, #000 2px, transparent 1px, transparent 1px);
    background-size: 4px 1px;
    background-position: top;
    background-repeat: repeat-x; }
  .m_historyFlow .historyFlow-figure {
    margin: 20px 0;
    text-align: center; }
    .m_historyFlow .historyFlow-figure img {
      display: block;
      margin: 5px auto; }
  .m_historyFlow .historyFlow-txt {
    margin: 20px 0; }

@media (min-width: 769px) {
  .m_historyFlow .historyFlow-detail {
    margin-left: 240px; }
  .m_historyFlow .historyFlow-figure {
    display: flex;
    flex-direction: row;
    justify-content: space-between; }
    .m_historyFlow .historyFlow-figure img {
      margin: 0; }
   .m_historyFlow .historyFlow-txt img {
     width: 375px;} }

/* 日本脊椎脊髄病学会とは
--------------------------------------------------*/
.m_jssrHead .jssrHead-txt p + p {
  margin-top: 1em; }

.m_jssrHead::after {
  display: block;
  width: 950px;
  height: 1px;
  margin: 60px auto;
  background: #ccc;
  content: ''; }

.jssrHead-img img{
max-width: inherit;
}
  @media (max-width: 768px) {
    .m_jssrHead::after {
      width: calc(100% - 20px); } }

@media (min-width: 769px) {
  .m_jssrHead .l_base{
    display: flex;
    justify-content: space-between;
    gap: 40px;
  }
}

@media (max-width: 768px) {
  .m_jssrHead .l_base{
    display: flex;
    flex-wrap: wrap;
  }
  .jssrHead-txt{
    width:100%;
  }
  .jssrHead-img{
    width: 100%;
    text-align: center;
  }
}


/*
--------------------------------------------------*/
.m_rack {
  padding: 0 10px;
  border: 1px solid #ccc;
  border-radius: 4px; }
  .m_rack .rack-theme {
    padding-top: 20px; }
    .m_rack .rack-theme:not(:first-of-type) {
      border-top: 1px solid #ccc; }
  .m_rack .rack-label {
    max-width: 84px;
    padding: 5px;
    border-radius: 4px;
    background: #e6d9c6;
    font-size: 1.6rem;
    color: #7c6851; }
  .m_rack .rack-detail {
    padding: 20px 0; }
  .m_rack .rack-item {
    position: relative; }
    @media (max-width: 768px) {
      .m_rack .rack-item:nth-of-type(n+2) {
        margin-top: 10px; } }
    .m_rack .rack-item::before {
      display: inline-block;
      width: 8px;
      height: 8px;
      border-width: 2px 2px 0 0;
      border-style: solid;
      content: '';
      margin: 0 10px;
      transform: rotate(45deg); }
  @media (min-width: 769px) {
    .m_rack {
      display: flex;
      padding: 0 30px;
      flex-wrap: wrap; }
      .m_rack .rack-theme {
        padding: 30px 35px 30px 0; }
      .m_rack .rack-detail {
        width: calc(100% - 119px);
        padding: 30px 0; }
        .m_rack .rack-detail:not(:first-of-type) {
          border-top: 1px solid #ccc; }
      .m_rack .rack-list {
        display: flex;
        flex-wrap: wrap; }
      .m_rack .rack-item {
        width: calc(100% / 2); }
        .m_rack .rack-item:nth-of-type(n+3) {
          margin-top: 10px; } }

/* 枠
--------------------------------------------------*/
.m_separate {
  border: 1px solid;
  margin: 10px 0; }
  @media (min-width: 769px) {
    .m_separate {
      padding: 30px;
      border-radius: 8px; }}
  @media (max-width: 768px) {
    .m_separate {
      padding: 15px;
      border-radius: 4px; } }

.m_separate._c01 {
  border-color: #ccc;
  background: #fff; }

.m_separate._c02 {
  border-color: #eae1d4;
  background: #f9f4ed; }

.m_separate._c03 {
  border-color: #f2cfcf;
  background: #fff4f4;}

.m_separate._c04 {
  border-color: #ccc;
  background: #fff;
  padding:20px 30px 0
}

.m_separate._c05 {
  border: none;
  background: #95b24c4f;
  padding: 20px;
  margin: 10px;}
  
.m_separate._c05 p{
    margin: 0 0 10px;
    font-size: 1.8rem;
    font-weight: bold;
    color: #435f08;
}
.m_separate._c05 .m_btnAnchor{
    padding: 8px 10px 8px;
    font-size: 1.4rem;
}
/* ボタンエリア
--------------------------------------------------*/
.m_btnArea {
  margin: 20px 0;
  text-align: center; }
  .m_btnArea .btnArea-item {
    display: inline-block;
    min-width: 190px;
    margin: 10px; }

/* button
--------------------------------------------------*/
.m_btn {
  padding: 16px 20px 15px;
  text-align: center; }
.m_btn_report {
  padding: 16px 20px 15px;
  text-align: center;
  width:300px;}
.m_btn_report_g {
  padding: 16px 20px 15px;
  text-align: center;
  width:300px;
  background-color: #007d98;
  color: #fff;}
  .m_btn::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    content: '';
    margin-left: 16px;
    transform: rotate(45deg); }

.m_btnAnchor, .m_btnNext {
  padding: 12px 20px 11px;
  font-size: 1.6rem; }
  .m_btnAnchor::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 20px);
    margin-top: -6px;
    transform: rotate(135deg); }

  .m_btnNext::after {
    display: inline-block;
    width: 8px;
    height: 8px;
    border-width: 2px 2px 0 0;
    border-style: solid;
    content: '';
    position: absolute;
    top: 50%;
    left: calc(100% - 20px);
    margin-top: -6px;
    transform: rotate(45deg); }

/* リンク
--------------------------------------------------*/
.m_txtLink {
  text-decoration: underline;
  color: #3366ff; }
  .m_txtLink:visited {
    color: #6600cc; }
  @media (min-width: 769px) {
    .m_txtLink:hover {
      opacity: 1 !important;
      text-decoration: none; } }

/* アイコン
--------------------------------------------------*/
.m_icoDocx::after, .m_icoPdf::after,
.m_icoPptx::after, .m_icoBeginner::after,
.m_icoXlsx::after,
.m_icoZip::after {
  width: 30px;
  height: 16px;
  margin: 0 5px; }

.m_icoDocx::after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  content: ""; }

.m_icoDocx::after {
  background-image: url(/assets/img/ico_docx.svg); }

.m_icoPdf::after, .m_icoBeginner::after,
.m_icoPptx::after,
.m_icoXlsx::after,
.m_icoZip::after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  content: ""; }

.m_icoPdf::after {
  background-image: url(/assets/img/ico_pdf.svg); }

.m_icoPptx::after {
  background-image: url(/assets/img/ico_pptx.svg); }

.m_icoXlsx::after {
  background-image: url(/assets/img/ico_xlsx.svg); }

.m_icoZip::after {
  background-image: url(/assets/img/ico_zip.svg); }

 .m_icoBeginner::after{
  background-image: url(/assets/img/ico_beginner.svg); }
.m_icoBlank::after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  content: ""; }

.m_icoBlank::after {
  width: 14px;
  height: 15px;
  margin: 0 5px;
  background-image: url(/assets/img/ico_blank.svg); }

.m_icoNew::after {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  content: ""; }

.m_icoNew::after {
  width: 30px;
  height: 15px;
  margin-left: 5px;
  background-image: url(/assets/img/ico_new.svg); }

.m_icoNew_b::before {
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  vertical-align: text-top;
  content: ""; }

.m_icoNew_b::before {
  width: 30px;
  height: 15px;
  margin-right: 5px;
  background-image: url(/assets/img/ico_new.svg); }

/* SP時のみリンク
--------------------------------------------------*/
.m_sptel {
  text-decoration: underline; }

@media (min-width: 769px) {
  .m_sptel {
    pointer-events: none;
    text-decoration: none; } }

/* Utility : パーツではない便利系
--------------------------------------------------*/
/* 配置 */
.u_txtC {
  text-align: center !important; }

.u_txtR {
  text-align: right !important; }

.u_txtL {
  text-align: left !important; }

/* 強調 */
.u_em {
  color: #c00; }

/* marginリセット */
.u_mt0 { margin-top: 0; }
.u_mb0 { margin-bottom: 0; }

.u_mt10 { margin-top: 10px; }
.u_mt20 { margin-top: 20px; }
.u_mt30 { margin-top: 30px; }
.u_mt40 { margin-top: 40px; }
.u_mt50 { margin-top: 50px; }

.u_mb10 { margin-bottom: 10px; }
.u_mb20 { margin-bottom: 20px; }
.u_mb30 { margin-bottom: 30px; }
.u_mb40 { margin-bottom: 40px; }
.u_mb50 { margin-bottom: 50px; }

.u_ml20{margin-left: 20px; }

.u_txtIndent {
  text-indent: -1em;
  padding-left: 1em; }

.u_border_gray{
	border: 1px solid #ccc;
}

.u_fL{
  font-size:110%;
}
.u_fLL{
  font-size:120%;
}
/*--------------------------------------------------------------------
  site map
----------------------------------------------------------------------*/
.sitemap_wrap {
  /* overwrite
  --------------------------------------*/
  /* index
  --------------------------------------*/
  line-height: 2.4; }
  .sitemap_wrap .m_listMark {
    padding-left: 0;
    text-indent: 0; }
  @media (min-width: 769px) {
    .sitemap_wrap {
      display: flex;
      margin-bottom: 30px;
      justify-content: space-between; } }

@media (min-width: 769px) {
  .sitemap_column {
    width: 50%; } }

.sitemap_tit {
  display: block;
  padding-bottom: 10px;
  border-bottom: 2px solid #ac7d45;
  font-size: 1.8rem;
  font-weight: bold; }

.sitemap_parentList {
  margin-left: 20px; }
  .sitemap_parentList li > a {
    position: relative; }
    .sitemap_parentList li > a::before {
      display: inline-block;
      position: relative;
      top: -4px;
      width: 10px;
      height: 3px;
      margin-right: 10px;
      background: #966933;
      content: ""; }

.sitemap_childList {
  margin-left: 20px; }
  .sitemap_childList li > a {
    position: relative; }
    .sitemap_childList li > a::before {
      display: inline-block;
      position: relative;
      top: -4px;
      width: 10px;
      height: 1px;
      margin-right: 10px;
      background: #cbcbcb;
      content: ""; }

.sitemap_catSecondary {
  margin-top: 20px;
  padding-top: 20px;
  border-top: 1px solid #e1e1e1; }


/* 20200414
--------------------------------------*/

.left_p {
  margin-left: 20px; }

.span_txt {
  display: block;
  text-align: right; }


/* 20200512
--------------------------------------*/

.txt_bold{
  font-weight: bold;
}

/* 20200825
--------------------------------------*/
.box_list li {
  margin: 40px 0 75px;
}
.box_img {
  position: absolute;
  left: 440px;
  bottom: -65px;
}
.box_img img {
  width: 125px;
  }
.box_img img:first-child {
    margin: 0 10px 0 0;
}
.txt_underline{
  text-decoration: underline;
}
@media (max-width: 768px) {
  .box_img {
    position: static;
    left: 0;
    bottom: 0;
    margin: 0 0 20px;
  }
  .box_img img {
    width: 100%;
    left: 0;
    bottom: 0;
  }
  .box_img img:first-child {
    margin: 10px 20px;
  }
}
/* 取り消し線
--------------------------------------------------*/
.double_line{
  background-image:url(/assets/img/member/doubleLine_black.png);
  background-repeat:repeat-x;
  background-position: center;
}
.db_decimal_list{
padding-left:1em !important;
margin-top:10px;}


.m_decimalList.db_list_1 > li::before {
	left: -3em;
	width: 3em;
	content: "1." counter(li) "."; }
.m_decimalList.db_list_2 > li::before {
	left: -3em;
	width: 3em;
	content: "2." counter(li) "."; }
.m_decimalList.db_list_3 > li::before {
	left: -3em;
	width: 3em;
	content: "3." counter(li) "."; }
.m_decimalList.db_list_4 > li::before {
	left: -3em;
	width: 3em;
	content: "4." counter(li) "."; }


/* Youtube埋め込み
--------------------------------------------------*/
.movie{
	display:flex;
}

.movie-wrap {
	position: relative;
	padding-bottom: 56.25%; /*アスペクト比 16:9の場合の縦幅*/
	height: 0;
	overflow: hidden;
}
 
.movie-wrap iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}
.movie-wrap-outside{
	width:60%;
	margin:0 auto 30px;
}
.movie_qr{
	display:flex;
	align-items:center;
	margin-right:40px;
}
.movie_qr img{
	width:120px;
}
	
@media (max-width: 768px) {
	.movie{
		display:block;
	}

	.movie-wrap-outside{
		width:100%;
	}
	.movie_qr{
		display: block;
		margin-right:0;
		text-align:center;
	}
}
.l_under{
	border-bottom:1px solid #dcdcdc;
}

.l_medical .m_linkUnit2{
	color:#007d98
}

.bnr_border{
border:1px solid #ccc !important;
}

.faq_dl{
width: 100%;
display: flex;
flex-wrap: wrap;
}
.faq_dl dt{
width:13%;
}
.faq_dl dd{
text-indent:-0.6em;
margin-left:0.6em;
width: 86%;
}
@media (max-width: 768px) {
.faq_dl dt{
width:20%;
}
.faq_dl dd{
text-indent:-0.6em;
margin-left:0.6em;
width: 78%;
}

}


.medical_item{
display:none;
}

#medical .medical_item{
display:block;
}
#top .medical_item{
display:block;
}
.topic_img_2{
margin-top:10px;
}
.topic_img_2 ul{
display:flex;
flex-wrap: wrap;
justify-content: space-between;
}

.topic_img_2 ul li{
width:49%;
margin-top: 20px;
}

@media (max-width: 768px) {
.topic_img_2 ul li{
width:100%;
}
}
#___gcse_0 button{
    padding: 11px 30px;
    border-radius: 5px;
}


.dsp-flex{
display: flex;
flex-wrap: wrap;
flex-direction: row;
gap: 5px 10px;
}

.dsp-flex li{
width: calc((100% - 70px) / 8);
}
@media (max-width: 768px) {
.dsp-flex li{
width: calc((100% - 20px) / 3);}
}

ol.marumoji{
  counter-reset: my_counter;
  list-style: none;
  margin-left:1.5em;
}

ol.marumoji li{
  position: relative;
  margin-bottom:20px;
}
ol.marumoji li::before{
    position: absolute;
    top: 2px;
    content: counter(my_counter);
    counter-increment: my_counter;
    width: 18px;
    height: 18px;
    line-height: 16px;
    margin-left: -2em;
    text-align: center;
    font-size: 12px;
    font-weight: bold;
    border: 1px solid black;
    border-radius: 50%;
}
ol.marumoji li span.m_ruleTxt{
    display:block;
}

.movie {
  width: 100%;
  aspect-ratio: 16 / 9;
}
.movie iframe {
  width: 100%;
  height: 100%;
}


/* よくある質問
--------------------------------------------------*/
._c04 .m_faqUnit .faqUnit-theme {
  position: relative;
  margin-bottom: 10px;
  padding: 10px 0 10px 45px;
  border: none;
  color: #966933; 
  display: flex;
  justify-content: space-between;
  align-items: start;
  gap:10px;
  cursor: pointer;
}
._c04 .m_faqUnit .faqUnit-theme span{
    position: relative;
    display: block;
    width: 30px;
    height: 30px;
    background: #d5b588;
    border-radius: 5px;
}
._c04 .m_faqUnit .faqUnit-theme span::before,.m_faqUnit .faqUnit-theme span::after{
    content: '';
    display: inline-block;
    width: 20px;
    height: 2px;
    background-color: #fff;
    position: absolute;
    right: 5px;
    top: 15px;
    transform: translateY(-50%);
    transition: opacity 1s;
}
._c04 .m_faqUnit .faqUnit-theme span::after{
    transform: translateY(-50%) rotate(90deg);
    transition: transform 1s;
}

._c04 .m_faqUnit .faqUnit-theme.show span::before {
    opacity: 0;
}

._c04 .m_faqUnit .faqUnit-theme.show span::after {
    transform: translateY(-50%) rotate(180deg);
}
._c04 .m_faqUnit .faqUnit-theme::before {
    display: inline-block;
    position: absolute;
    top: 10px;
    left: 0;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    border-radius: 4px;
    background: #966933;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    content: "Q";
}
._c04 .m_faqUnit .faqUnit-txt {
  position: relative;
  padding: 20px 0 20px 45px;
  border-top:1px solid #ccc;
  display:none;
}

._c04 .m_faqUnit .faqUnit-txt::before {
    display: inline-block;
    position: absolute;
    top: 20px;
    left: 0;
    width: 30px;
    height: 30px;
    padding-top: 2px;
    border-radius: 4px;
    background: #966933;
    text-align: center;
    font-size: 1.8rem;
    font-weight: bold;
    color: #fff;
    content: "A"; }

@media (min-width: 769px) {
  ._c04 .m_faqUnit .faqUnit-theme {
    margin-bottom: 20px;
    font-size: 1.6rem; } }

@media (max-width: 768px) {

.m_separate._c04{
    padding: 5px 10px 0;
}
}

