body {
  background: #fff;
  color: #000;
}

a {
  text-decoration: none;
}
button{
  font-family: "Noto Sans JP", sans-serif !important;
}

ul {
  margin: 0;
  padding: 0;
  list-style: none;
}

/* footer {
  position: fixed;
  bottom: 0;
  width: 94.75vw;
  background: #000;
  color: #fff;
  padding: 10px 50px;
} */

hr {
  width: 100%;
  border-top: 1px solid #b3b3b3;
}

/* Home Page */

/* Navbar styles */

.navbar,
.static-top.navbar-dark {
  display: flex;
  justify-content: space-between;
  align-items: center;
  /* padding: 0.5em 2em; */
  height: 100px;
  background-color: #f0eee8;
  -webkit-box-shadow: none;
  box-shadow: none;
}
.static-top.navbar-dark .navbar-brand a{
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  gap: 16px;
  line-height: 1;
}
.static-top.navbar-dark .navbar-brand a .txt{
  color: #fff;
}
@media (max-width: 767.9px) {
  .static-top.navbar-dark .navbar-brand a .txt{
      font-size: 12px;
      width: 5em;
  }
}
.nav-ul {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.homeBtn {
  display: flex;
  color: #000;
  font-size: 1.5em;
  font-weight: 700;
}

#logo {
  width: 28px;
  height: 28px;
  margin-right: 0.5em;
}


.header-container {
  display: flex;
  justify-content: space-between;
  margin: 3% 10%;
  width: 100%;
}

/* Header styles */

.header {
  display: flex;
  flex-direction: column;
  align-items: center;
  height: 350px;
  background-color: #f0eee8;
}

#header-title {
  font-size: 4.5em;
  font-weight: 700;
  font-family: 'Patient Discharge/Header 1', 'Poppins', sans-serif;
  font-style: normal;
  margin: 0;
  margin-bottom: 48px;
}

#search-input-home {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 80px;
  width: 50vw;
  max-width: 900px;
  border-radius: 8px;
  background-color: var(--portalThemeColor7);
  color: var(--portalThemeOnColor7);
  font-size: 18px;
  border: none;
  box-shadow: 0px 0.3px 0.9px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px rgba(0, 0, 0, 0.13);
  padding-left: 60px;
}

#search-input-home::placeholder {
  color: var(--portalThemeOnColor7) !important;
}

#header-subtitle {
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #505254;
  margin-bottom: 88px;
}

.searchContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-bottom: 64px;
}

#searchIcon {
  position: absolute !important;
  width: 28px;
  height: 28px;
  margin-left: 20px;
}

@media only screen and (max-width: 900px) {
  .header {
    height: 300px;
  }
  #search-input-home {
    font-size: 1em;
    width: 70vw;
  }
  #header-title {
    font-size: 2.5em;
  }
  #header-subtitle {
    font-size: 1em;
    margin: 0 10%;
  }
}

@media only screen and (max-width: 450px) {
  .header {
    height: 300px;
  }
  #search-input-home {
    font-size: 1em;
  }
  #header-title {
    font-size: 2.5em;
  }
  #header-subtitle {
    font-size: 1em;
    margin: 0 5%;
  }
}

/* Topic Styles */

#topic-container-header {
  margin-top: 88px;
  margin-left: 20%;
  margin-bottom: 0;
  font-weight: 700;
  font-size: 50px;
  line-height: 55px;
}

.topicsContainer {
  display: flex;
  /* flex-direction: row; */
  justify-content: center;
  /* align-items: center;
  height: 100%;
  background-color: #fff; */
  flex-wrap: wrap;
  /* margin-inline: auto; */
  margin: 40px 20% 112px;
}

.topic {
  display: flex;
  flex-direction: column;
  justify-content: space-evenly;
  align-items: center;
  height: 100%;
  background-color: #fff;
  border: 2px solid #0e51cb;
  border-radius: 8px;
  flex-basis: 31%;
  height: auto;
  min-height: 253px;
  margin: 0.5em;
  cursor: pointer;
}

.topic:focus,
.topic:hover {
  color: #fff;
  background-color: #0e51cb;
}

.topicTitle {
  font-size: 24px;
  line-height: 32px;
  font-weight: 700;
}

a:not(.btn):hover {
  text-decoration: none;
}

.topic:hover > .topicTitle,
.topic:focus > .topicTitle {
  color: #fff;
}

/* @media only screen and (max-width: 1500px) {
  .topicsContainer {
    margin: 3% 10%;
  }
  #topic-container-header {
    margin-left: 5%;
  }
  .home-topArticles-container {
    margin: 5% auto 5% !important;
  }
} */


/* Top Articles */

#featured-article-title {
  margin: 0;
  font-weight: 700;
  font-size: 50px;
}

.home-topArticles-container {
  display: flex;
  max-width: 1024px;
  width: 90%;
  flex-direction: column;
  margin: 40px auto;
}
@media (max-width: 767.9px) {
  .home-topArticles-container{
    width: 90%;
    margin: 40px auto !important;
  }
}

.home-topArticles {
  display: flex;
  flex-wrap: wrap;
  gap: 1em 1.5%;
}

@media screen and (max-width: 1200px) {
  .home-topArticles {
    grid-template-columns: 1fr;
  }
}

.featured-item {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  cursor: pointer;
  width: 32.33333%;
  padding: 2%;
  transition: .3s;
  border: 1px solid #5c5c5c;
  position: relative;
  @media (max-width: 767.9px) {
    padding: 1rem;
  }
}
.featured-item:hover{
  background: #b1d9da;
}
@media (max-width: 767.9px) {
.featured-item {
    width: 100%;
  }
}
.featured-item:after{
  position: absolute;
  content: "→";
  bottom: 0;
  right: 0;
  color: #fff;
  background: #187d80;
  padding: 0.5em 1em;
  transition: .3s;
}
.featured-item:hover:after{
  color: #187d80;
  background: #fff;
  font-weight: 900;
}
#news .featured-item:after,
#seminar .featured-item:after{
  top: 50%;
  bottom: unset;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  right: 0.7em;
  padding: 0.2em 0.5em;
}
#movie .featured-item:after {
  display: none;
}
.fa-chevron-right {
  color: var(--portalThemeColor4);
  font-size: 2em;
}

.home-topArticles-header {
  width: 100%;
}

.top-article-h2 {
  font-size: 30px;
  font-weight: 700;
  font-style: normal;
  margin: 0;
  text-align: start;
}

.top-article-p {
  font-size: 1.5em;
  font-weight: 400;
  font-style: normal;
  margin: 0;
  color: #505254;
}

.featured-article-a {
  font-size: 1em;
  font-weight: 500;
  line-height: 1.75em;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
  align-items: center;
  width: 100%;
}

.featured-article-a:nth-child(even) {
  justify-self: end;
}

.featured-article-a:nth-child(odd) {
  justify-self: start;
}
/* Accordion */

.top-articles {
  margin: 20px 20%;
}

.accordion {
  display: flex;
  justify-content: space-between;
  align-items: center;
  background-color: #fff;
  color: #444;
  cursor: pointer;
  padding: 18px;
  width: 100%;
  max-height: 70px;
  border: none;
  text-align: left;
  outline: none;
  font-size: 1em;
  font-weight: 700;
  transition: 0.4s;
  border-bottom: 1px solid #eee;
}

.card {
  padding: 0 18px;
  display: none;
  background-color: white;
  overflow: hidden;
}

.expand-btn {
  font-size: 2em;
  font-weight: 300;
}

@media only screen and (max-width: 900px) {
  .top-articles {
    margin: 20px 10%;
  }
  .top-article-h2 {
    font-size: 1.5em;
  }
  .top-article-p {
    font-size: 1em;
  }
}

/* Call to Action */

.cta {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: space-between;
  height: 375px;
  background-color: #1d2a42;
}

.cta-header {
  color: #fff;
  font-size: 50px;
  margin-top: 88px;
  margin-bottom: 0;
  font-weight: 700;
  border-radius: 17.641px;
}

.cta-btn {
  background-color: #0e51cb;
  border-radius: 8px;
  padding: 10px 50px;
  color: #fff;
  margin-bottom: 88px;
  height: 86px;
  display: flex;
  align-items: center;
  font-size: 30px;
  width: 352px;
  justify-content: center;
  font-weight: 700;
}

.cta-btn:hover,
.cta-btn:focus {
  background-color: #fff;
}

.cta-btn:visited {
  color: #fff;
}

@media only screen and (max-width: 900px) {
  .cta-header {
    margin: 10px 5%;
    text-align: center;
  }
}

/* Categories Page */

/* Search */

.categories-header {
  display: flex;
  align-items: center;
  height: 150px;
  background-color: #f5f5f5;
  margin-bottom: 40px;
}

#cat-search-input-home {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 40vw;
  border-radius: 8px;
  background-color: var(--portalThemeColor7);
  color: var(--portalThemeOnColor7);
  font-size: 18px;
  border: none;
  box-shadow: 0px 0.3px 0.9px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px rgba(0, 0, 0, 0.13);
  padding-left: 60px;
}

#cat-search-input-home::placeholder {
  color: var(--portalThemeOnColor7);
}

#cat-searchIcon {
  position: absolute !important;
  width: 28px;
  height: 28px;
  margin-left: 1%;
}

.cat-searchContainer {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin: auto;
}

@media screen and (max-width: 900px) {
  #cat-search-input-home {
    width: 100%;
    padding-left: 40px;
    font-size: 14px;
  }
  .cat-searchContainer {
    width: 100%;
    margin: 0 5%;
    padding: 0;
  }
}

/* Main */

/* Sidebar */

.search-categories-container {
  display: flex;
  background-color: #fff;
  margin: 0 15%;
  padding: 72px 0;
  gap: 64px;
}

.categories-container {
  display: flex;
  background-color: #fff;
  margin: 0 15%;
  padding: 72px 0;
}

.category-list-container {
  display: flex;
  flex-direction: column;
  width: 25%;
}

.category-list-item {
  font-size: 22px;
  font-weight: 700;
  margin-bottom: 32px;
}

.category-list-item > a:hover {
  color: #0e51cb;
  text-decoration: none;
}

.category-list-title {
  font-size: 1em;
  font-weight: 700;
}

.category-list-title-active {
  font-size: 1em;
  font-weight: 700;
  color: #0e51cb !important;
}

.list-icon {
  height: 20px;
  width: 20px;
}

.category-main {
  width: 65%;
  margin-left: 100px;
}

.category-list-a {
  margin: 0;
}

@media screen and (max-width: 900px) {
  .categories-container {
    flex-direction: column;
    margin: 0 5%;
  }
  .category-list-container {
    width: 100%;
    margin-bottom: 20px;
  }
  .category-main {
    width: 100%;
    margin-left: 0;
  }
}

#img-back-breadcrumb {
  margin-right: 16px;
}

#img-next-breadcrumb {
  margin: 0 16px;
}

/* Main Section */

.category-h1 {
  margin: 48px 0 0;
  font-size: 50px;
  line-height: 55px;
  font-weight: 700;
}

.category-h2 {
  font-size: 30px;
  font-weight: 700;
  margin: 0 0 16px;
}

.category-a {
  font-size: 18px;
}

.category-a:hover {
  color: #0e51cb;
}

.category-list-ul > li {
  padding: 16px 0;
}

/* Answers Page */

.answers-container {
  display: flex;
  flex-direction: column;
  background-color: #fff;
}

.answer-title {
  font-size: 3em;
  font-weight: 700;
  margin: 48px 0 0;
}

.answer-p {
  font-size: 1.5em;
  font-weight: 400;
  margin-bottom: 56px;
  color: #505254;
}

/* List Styling */

.input-group-btn:last-child > .btn,
.input-group-btn:last-child > .btn-group {
  z-index: 4;
 margin-left: -280px;
 border: none;
  width: 16px;
  /*margin-top: 10px;*/
}

#list-search-input {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 53px;
  width: 100%;
  border-radius: 8px;
  background-color: var(--portalThemeColor7);
  color: var(--portalThemeOnColor7);
  font-size: 18px!important;
  border: none;
  box-shadow: 0px 0.3px 0.9px rgba(0, 0, 0, 0.1), 0px 1.6px 3.6px rgba(0, 0, 0, 0.13);
  padding-left: 60px;
}

#list-search-input::placeholder {
  color: var(--portalThemeOnColor7);
}

.crmEntityFormView,
.entitylist,
.modal-content,
.popover-content {
  background-color: #f5f5f5;
  color: #000000;
  border: 1px solid #f5f5f5;
}

footer .footer-bottom {
  background-color: #000;
  color: #fff;
  padding: 5em 0;
  @media (max-width: 767.9px) {
    padding: 3em 0;
  }
}

body > footer > div {
  padding: 0;
}



/*20250430 CDU----------------------------------*/
.wrapper-body {
  min-height: calc(100vh - 202px);
  margin-top: 84px;
  @media (max-width: 767.9px) {
    min-height: calc(100vh - 129px);
    margin-top: 61px;
  }
}

body{
  font-size: 16px;
  letter-spacing: 1px;
  font-family: "Noto Sans JP", sans-serif !important;
  font-weight: 400;
  height: auto;
}
@media (max-width: 767.9px) {
  body{
    font-size: 12px;
  }
}

.entity-grid .view-grid {
  overflow-x: visible;
}


/*header*/
.navbar, .static-top.navbar-dark {
  height: auto;
  padding: 8px 16px;
  margin: 0;
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  background: #005758 !important;
  color: #fff;
  z-index: 100;
  @media (max-width: 767.9px) {
    padding: 8px 0;
  }
}
.static-top .navbar-brand {
  height: auto;
}
.static-top .navbar-brand img{
  height: auto !important;
  max-width: 200px;
  margin: 0 !important;
}
@media (max-width: 767.9px) {
  .static-top .navbar-brand img{
    max-width: 150px;
  }
}
#navbar .navbar-nav.weblinks {
  gap: 16px;
}
@media (max-width: 1199.9px) {
  #navbar .navbar-nav.weblinks {
    flex-direction: row;
    justify-content: flex-end;
    width: 100%;
  }

}
@media (max-width: 767.9px) {
  #navbar .navbar-nav.weblinks {
    display: grid;
    grid-template-columns: 1fr;
    gap: 8px;
    padding: 8px;
  }
  .static-top.navbar .menu-bar > .navbar-nav > li > a {
    text-align: center;
  }
}
.static-top.navbar .menu-bar > .navbar-nav > li > a {
  border-bottom: none;
  display: block;
  font-size: 1em;
  line-height: 1;
  font-weight: 500;
  transition: .1s;
  white-space: nowrap;
  padding: 8px 0;
  color: #fff;
  margin-left: 0;
}
@media (max-width: 767.9px) {
  .static-top.navbar .menu-bar > .navbar-nav > li > a {
    border: solid 1px #fff !important;
    font-size: 14px;
    padding: 12px 8px;
  }
}
.static-top.navbar .menu-bar > .navbar-nav > li > a:hover,
.static-top.navbar .menu-bar > .navbar-nav > li > a:focus,
.static-top.navbar .menu-bar > .navbar-nav > li.active > a {
  background-color: transparent;
  text-decoration: underline;
  text-underline-offset: 6px;
}
.static-top.navbar .menu-bar > .navbar-nav > li > a.admin-btn{
  background:#035759;
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: #fff;
}
.static-top.navbar .menu-bar > .navbar-nav > li > a.admin-btn:hover{
  background:#289395;
  border-bottom: none;
}
.static-top.navbar .menu-bar > .navbar-nav > li > a.loginBtn{
  background:#035759;
  padding-right: 0.5em;
  padding-left: 0.5em;
  color: #fff;
}
.static-top.navbar .menu-bar > .navbar-nav > li > a.loginBtn:hover{
  background:#289395;
  border-bottom: none;
}

.navbar-dark .navbar-toggler {
  background-color: #035759;
  border: 1px solid #035759;
  margin: 0;
}
.navbar-dark .navbar-toggle:not(.collapsed){
  background-color: #289395;
}
.navbar-dark .navbar-toggler:focus,
.navbar-dark .navbar-toggler:hover,
.navbar-dark .navbar-toggler:active{
  background-color: #035759;
  border: 1px solid #035759;
  outline: none;
  box-shadow: none;
}
#navTop{
  display: flex;
  gap: 24px;
  margin-left: auto;
}
@media (max-width: 767.9px) {
  #navTop{
    flex-direction: column;
    gap: 0;
  }
}
#navTop .account{
  display: flex;
  align-items: center;
  padding-left: 16px;
  border-left: 1px solid #ccc;
}
@media (max-width: 767.9px) {
  #navTop .account{
    justify-content: center;
    padding-left: 0;
    margin-bottom: 16px;
    border-left: none;
  }
}
#navTop .account .account_name{
  font-size: 13px;
  margin: 0;
  font-weight: bold;
}
#navTop .account .account_menu{
  display: flex;
  gap: 8px;
}
@media (max-width: 767.9px) {
  #navTop .account .account_menu{
    gap: 32px;
  }
}
#navTop .account .account_menu li a{
  font-size: 13px;
  color: #fff;
  font-weight: 400;
}
#navTop .account .account_menu li a:hover{
  color: #6aeeff;
  text-decoration: none;
}
#navbar{
  background-color: none;
  flex-direction: column;
  align-items: center;
  gap: 8px;
}
@media (max-width: 767.9px) {
  #navbar{
    margin-top: 10px;
    overflow:  hidden !important;
  }
}
#navbar nav{
  display: flex;
}
@media (max-width: 767.9px) {
  #navbar .nav-item{
    width: auto;
  }
}
#navbar .static-top.navbar .menu-bar > .navbar-nav > li > a.profile-btn{
  color: #003031;
  background-color: #fff;
  text-decoration: none;
}
#navbar .show.dropdown-menu {
  min-width: auto;
  padding: 0;
  margin: 0;
}
#navbar .show.dropdown-menu > li{
  margin: 0;
  padding: 0;
}
#navbar .show.dropdown-menu > li > a {
  line-height: 1;
  margin: 0;
  padding: 8px 16px;
}
#navbar .show.dropdown-menu > li > a:hover
#navbar .show.dropdown-menu > li > a:focus{
  background-color: #ccc;
}
@media (max-width: 1119.9px) {
  #navbar .show.dropdown-menu > li > a {
    font-size: 0.8em;
  }
}
.static-top.navbar .navbar-collapse {
  overflow: visible !important;
}
#navbar .dropdown-menu.show {
  display: flex;
  flex-direction: column;
  border: none;
  background-color: #efefef;
  border-radius: 0;
}
#navbar .dropdown-menu > li.active, 
#navbar .dropdown-menu > li > a:active, 
#navbar .dropdown-menu > li > a:hover, 
#navbar .dropdown-menu > li > a:focus {
  border: none;
}
@media (max-width: 1119.9px) {
  #navbar .navbar-dark .navbar-nav .dropdown-menu.show {
    justify-content: flex-start;
  }
}

#navbar .username{
  font-weight: 400;
  font-size: 13px;
}

#navSearch {
  margin-left: auto;
  display: flex;
  align-items: center;
}
@media (max-width: 767.9px) {
  #navSearch {
    margin-bottom: 16px;
    width: 100%;
    display: block;
  }
  #navSearch form{
    display: grid;
    gap: 16px;
    grid-template-columns: 1fr 70px;
  }
}
#navSearch input[type="text"] {
  padding: 4px 8px;
  font-size: 13px;
  border-radius: 4px;
  border: 1px solid #ccc;
}
#navSearch input[type="text"]:focus {
  outline: none;
  border-color: #035759;
}
#navSearch input[type="text"]::placeholder {
  color: #ccc;
}
#navSearch button[type="submit"] {
  background-color: #035759;
  border: 1px solid #fff;
  font-size: 13px;
  color: #fff;
  padding: 4px 16px;
  border-radius: 4px;
  cursor: pointer;
  transition: background-color 0.3s ease;
}

#navSearch button[type="submit"]:hover,
#navSearch button[type="submit"]:focus {
  background-color: #289395;
  outline: none;
}



table[aria-relevant="additions"] .dropdown-menu.show {
  width: auto;
}

/*footer*/
footer .footer-bottom {
  background:url(USSiteFooterBackground.jpg) no-repeat right top;
  background-size: cover;
}
footer .footer-layout{
  display: flex;
  justify-content: space-between;
  width: 90%;
  margin: 0 auto;
}
@media (max-width: 767.9px) {
  footer .footer-layout{
    flex-direction: column-reverse;
    gap: 16px;
  }
}
.footer-link a{
  color: #fff;
  font-size: 0.9em;
  font-weight: 500;
}
.footer-link a:hover{
  color: #fff;
}
footer .footer-bottom p {
  color: #fff;
  font-size: 0.9em;
  white-space: nowrap;
}


/*共通--------------------------------------*/
section{
  padding:0 0 3em;
  margin: 0;
}
section + section,
h2 + section,
h1 + section{
  padding-top:3em;
}
section:nth-of-type(even){
  background:#F5F5F5;
}
section:last-of-type{
  padding:0;
}
.inner{
  max-width: 1024px;
  width: 90%;
  margin: 0 auto;
}
h1{
  font-family: "Noto Sans JP" !important;
  font-size: 1.8em !important;
  font-weight: 700 !important;
  width: 100% !important;
  background: linear-gradient(180deg, rgba(0, 48, 49, 1), rgba(3, 87, 89, 1)) !important;
  color: #fff !important;
  margin: 2.95em 0 0 !important;
  padding: 0.75em 0 !important;
  @media (max-width: 1023.9px) {
    margin: 69px 0 0 !important;
  }
  @media (max-width: 767.9px) {
    margin: 61px 0 0 !important;
  }
}
h2{
  color:#035759;
  font-size: 1.8em;
  font-weight: 700;
  line-height: 1.5em;
  font-family: "Noto Sans JP" !important;
  margin-top: 2rem;
  margin-bottom: 2rem;
}
.inner h2 {
  margin-top: 0;
}
h3,h4{
  font-family: "Noto Sans JP" !important;
}
a{
  color: #035759;
  font-weight: 600;
  font-size: 1rem;
}
.pagination {
  margin: 21px 0 0 !important;
}

.page-copy{
  margin-top: 40px;
}
@media (max-width: 767.9px) {
  .page-copy{
    margin-top: 24px;
  }
}



/*freespace-------------------------*/
.freespace{
  font-size: 16px;
  line-height: 2em;
  max-width: 90vw;
}
.freespace table{
  width: 100% !important;
  border: unset;
}
.freespace table th,
.freespace table td{
  border-top: #208183 solid 1px;
  border-bottom: #208183 solid 1px;
  border-left: unset;
  border-right: unset;
  padding: 1em;
}
.freespace div + div{
  margin-top: 2em;
}
.freespace table + div{
  margin-top: 2em;
}
.freespace ul{
  list-style: disc;
  padding-left: 0.5em;
  margin: 1em;
}
.freespace ol{
  padding-left: 0.5em;
  margin: 1em;
}
.freespace img{
  max-width: 100% !important;
  height: auto !important;
}


/*ページネーション-------------------------*/
.pagination>.active>a {
  background-color: #035759 !important;
  line-height: 1.5em;
}
.pagination>.active>a:focus,
.pagination>.active>a:hover {
  background-color: #289395 !important;
}
.pagination>.active{
  background-color: unset;
}
.page-link:hover{
  color: #289395;
}

/*管理画面-------------------------*/
.entitylist .float-end {
  float: left !important;
  margin-left: 0 !important;
}
.entity-grid {
  @media (max-width: 767.9px) {
    overflow-x: scroll;
  }
}
.crmEntityFormView a.btn.action,
.entitylist a.btn.action{
  color: #fff !important;
}
.crmEntityFormView, .entitylist, .modal-content, .popover-content {
  background-color: unset;
  border: unset;
}
.crmEntityFormView td[data-type="System.String"],
.entitylist td[data-type="System.String"] {
  font-size: 0.8em;
}
.crmEntityFormView tr,
.entitylist tr {
  background: #f5f5f5;
  border-top: solid 2px #fff;
}
.crmEntityFormView td.clearfix.cell:empty {
  display: none;
}
.service_name{
  font-family: "Noto Sans JP" !important;
  font-size: 1.8em;
  font-weight: 700;
  width: 100%;
  background: linear-gradient(180deg, rgba(0, 48, 49, 1), rgba(3, 87, 89, 1));
  color: #fff;
  margin: 3em 0 0;
  padding: 0.75em 0;
  line-height: 1.7;
}
.service-container{
  display: flex;
  justify-content: space-between;
  gap: 5%;
}
.service-img{
  width: 40%;
}
.service-img img{
width: 100%;
}
.service-body{
  width: 55%;
}
.flex-item {
  flex: 0 1 auto;
}
.service-container:only-child .flex-item {
  flex: 1 1 100%;
}


.service-category span{
  background: #c4e7e8;
  padding: 0.25em 1em;
  margin-bottom: 1em;
  font-size: 0.8em;
  font-weight: 600;
  display: inline-block;
}
section.footer-btn{
  text-align: center;
  background: #e8e8e8;
  padding: 3em 0;
}
section.footer-btn button{
  font-family: "Noto Sans JP" !important;
  background: #035759;
  color: #fff;
  font-weight: 600;
  padding: 0.75em 3em;
  border: unset;
  font-size: 1em;
  transition: .3s;
  position: relative;
}
section.footer-btn button:hover{
  background: #289395;
}
section.footer-btn button:after{
  position: absolute;
  content: '';
  border: 0;
  border-top: solid 2px #fff;
  border-right: solid 2px #fff;
  display: inline-block;
  width: 10px;
  height: 10px;
  top: 50%;
  right: 0.5em;
  transform: translateY(-50%) rotate(45deg);
  -webkit-transform: translateY(-50%) rotate(45deg);
  -ms-transform: translateY(-50%) rotate(45deg);
}
.crmEntityFormView .cell {
  padding: 1em 1.25em;
}
.crmEntityFormView .actions {
  display: flex;
  justify-content: center;
  border: unset;
}
.crmEntityFormView .actions .btn {
  font-size: 1.2em;
  letter-spacing: 0.2em;
  padding: 0.5em 3em;
}
.crmEntityFormView .cell .field-label {
  display: block;
  margin-bottom: 0.75em;
}




/*サービス紹介-------------------------*/
.home-topArticles {
  padding: 0 0 7%;
}
.service_pdf_container{
  display: flex;
  justify-content: space-between;
}
.service_pdf_container_title,
.service_pdf_container_pdf{
  padding: 1em;
  border-bottom: #91c8c9 solid 1px;
}
.service_pdf_container_title{
  width: 30%;
  background:#086668;
  color: #fff;
}
.service_pdf_container_pdf{
  width: 70%;
  padding-left: 2em;
}
.service_mv{
  width: 100%;
  aspect-ratio: 1.8;
}


/*お知らせ・セミナー案内-------------------------*/
#news .home-topArticles,
#seminar .home-topArticles,
#news-detail .home-topArticles,
#seminar-detail .home-topArticles {
  flex-direction: column;
  padding: 0;
}
#news .featured-item,
#seminar .featured-item {
  width: 100%;
  padding: 0;
}
#news .featured-article-a,
#seminar .featured-article-a {
  background: unset;
  display: grid;
  gap: 10px;
  align-items: baseline;
  justify-content: start;
  padding: 16px;
  @media (max-width: 767.9px) {
    padding: 12px;
  }
}
#news .featured-article-a{
  grid-template-columns: 140px 6em auto;
  @media (max-width: 767.9px) {
    grid-template-columns: 110px auto;
  }
}
#seminar .featured-article-a{
  grid-template-columns: 6em auto;
}
#news .archive-category,
#seminar .archive-category {
  font-size: 0.8em;
  background-color: #dbf1f1;
  padding: 8px 0;
  width: 100%;
  text-align: center;
  line-height: 1;
  margin-right: 8px;
}
#news .featured-item:nth-of-type(2n),
#seminar .featured-item:nth-of-type(2n) {
  background: #f5f5f5;
}
#news .featured-item h3,
#seminar .featured-item h3 {
  padding: 0;
}
@media (max-width: 767.9px) {
  #news .featured-item h3,
  #seminar .featured-item h3 {
    grid-column: 1 / 3;
  }
}
#news .featured-item a:hover,
#seminar .featured-item a:hover{
  background:#c4e7e8;
}
#news .archive-date,
#seminar .archive-date{
  font-weight: 400;
  display: inline-block;
}
#news .featured-item h3,
#seminar .featured-item h3 {
  font-size: 1rem;
  font-weight: 500;
  text-align: left;
  padding-right: 3em;
  line-height: 1.7em;
  color: #005758;
}
@media (max-width: 767.9px) {
  #news .featured-item h3,
  #seminar .featured-item h3{
    width: 100%;
    text-align: left;
    font-size: 0.9rem;
  }
}
#news-detail.answers-container,
#seminar-detail.answers-container {
  margin: 0 auto;
  padding: 0;
  max-width: 1024px;
}
#news-detail .news-detail-head,
#seminar-detail .news-detail-head{
  display: flex  ;
  justify-content: flex-end;
  width: 100%;
  gap: 1em;
  margin-bottom: 1em;
}
#news-detail .archive-category {
  width: auto;
  padding: 0.25em 3em;
  font-weight: 600;
}
#news-detail .archive-date,
#seminar-detail .archive-date {
  width: auto;
  padding: 0.25em 2em;
  font-size: 0.8em;
  font-weight: 600;
  background-color: #e1e1e1;
  text-align: center;
}
#news-detail .answer-title,
#seminar-detail .answer-title {
  font-size: 2.2em;
  font-weight: 800;
  margin: 0.5em 0 1em;
}


/*動画-------------------------*/
#movie .home-topArticles{
  gap: 3em 4%;
}
#movie .featured-item{
  width: 48%;
  background: unset;
  cursor:inherit;
  padding: 2em 2em 1.5em;
  border: #000 solid 1px;
  justify-content: flex-start;
}
@media (max-width: 1023.9px) {
  #movie .featured-item{
    padding: 1.5em 1.5em 1em;
  }
}
@media (max-width: 767.9px) {
  #movie .featured-item{
    width: 100%;
  }
}
#movie .featured-item:hover {
  background: unset;
}
.movie-table{
  font-size: 0.8em;
  margin-top: 2em;
  width: 100%;
}
@media (max-width: 1023.9px) {
  .movie-table{
    margin-top: 1em;
  }
}
.movie-table th{
  border-bottom: #ccf0f1 solid 1px;
  padding: 0.5em;
  width: 8em;
}
.movie-table td{
  border-bottom: #eeeeee solid 1px;
  padding: 0.5em;
}
.movie-table tr:last-of-type th,
.movie-table tr:last-of-type td{
  border-bottom: none;
}
#movie .featured-item{
  position: relative;
}
.featured-item[data-status="false"]::before {
  content: "非公開";
  position: absolute;
  left: 0;
  top: 0;
  background-color: #545454;
  font-size: 0.8em;
  padding: 0.15em 1em;
  color: #fff;
  bottom: unset;
  right: unset;
}
#news .featured-item[data-status="false"]::before,
#seminar .featured-item[data-status="false"]::before {
  left: unset;
  right: 4em;
  top: 50%;
  transform: translateY(-50%);
  -webkit-transform: translateY(-50%);
  -ms-transform: translateY(-50%);
  padding: 0.4em 1em;
}
#news .featured-item[data-status="false"] h3,
#seminar .featured-item[data-status="false"] h3 {
  padding-right: 8em;
}
.td-title,
.td-txt{
  vertical-align: top;
}


/*admin*/
.admin_page{
  margin: calc(50px + 4em) auto 50px;
  max-width: 1600px;
  width: 90%;
  @media (max-width: 767.9px) {
    margin: calc(50px + 2em) auto 50px;
  }
}
.admin_page h1{
  font-size: 24px !important;
  font-weight: bold !important;
  font-family: "Noto Sans JP" !important;
  background: unset !important;
  color: #035759 !important;
  margin: 0 0 24px !important;
  padding: 0 !important;
}
.admin_submenu{
  display: flex;
  gap: 16px;
  margin-bottom: 24px;
}
.admin_submenu li a{
  display: inline-block;
  padding: 5px 5px 2px 5px;
  font-size: 14px;
}
.admin_submenu li a:hover{
  border-bottom: 2px solid;
  text-decoration: none !important;
}
.admin_submenu li a.is-current{
  border-bottom: 2px solid;
}

.admi_menu{
  
}
.admin_menu_list{
  display: flex;
  gap:8px;
  margin-bottom: 60px;
  flex-wrap: wrap;
  @media (max-width: 767.9px) {
    margin-bottom: 40px;
  }
}
.admin_menu_list a{
  display: block;
  padding: 8px 16px;
  background: #eee;
  color: #000;
  text-decoration: none;
  width: fit-content;
}

@media (max-width: 767.9px) {
  .admin_menu_list a{
    font-size: 0.8rem;
  }
}
.admin_menu_list a:hover,
.admin_menu_list a.is_current{
  background-color: #035759;
  color: #fff;
  text-decoration: none !important;
}
.admin_page .application_container{
  margin: 24px auto;
}
.admin_page .table{

}
.admin_page .table th,
.admin_page .table td{
  padding: 8px;
  font-size: 14px;
  @media (max-width: 767.9px) {
    font-size: 12px;
  }
}
@media (max-width: 767.9px) {
  .admin_page .table th,
  .admin_page .table th a{
    font-size: 0.8rem;
    white-space: nowrap;
  }
}
.admin_dl_list{
  padding: 8px 0;
  border-bottom: 1px solid #ccc;
  @media (max-width: 767.9px) {
    display: flex;
    flex-direction: column;
    gap: 0.5em;
  }
}
.admin_dl_list a{
  font-size: 1em;
}
.admin_dl_list_tag{
  font-size: 12px;
  display: inline-block;
  background-color: #eee;
  padding: 8px;
  width: 200px;
  margin-right: 16px;
  text-align: center;
}
.admin_container{
  @media (max-width: 767.9px) {
    overflow-x: scroll;
  }
}
.admin_container h1{
  margin-top: 2em !important;
}

.admin_download{
  padding: 24px;
  border: 1px solid #e8e8e8;
  box-shadow: 0px 0px 16px rgba(0, 0, 0, 0.05);
}
.admin_download_label{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  border-left: 4px solid #ccc;
  padding-left: 8px;
}
.admin_download_filename{
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  padding-left: 8px;
}
.admin_download_count{
  font-size: 16px;
  margin-bottom: 16px;
}
.admin_download_table{
  width: 100%;
}
.admin_download_table tr{
  border-bottom: 1px solid #ccc;
}
.admin_download_table th,
.admin_download_table td{
  padding: 8px;
  font-size: 14px;
}
.action_button{
  padding: 5px 10px;
  display: inline-block;
  background-color: #035759;
  color: #fff;
  border: none;
  appearance: none;
  white-space: nowrap;
}
.action_button.action_button__appoval{

}
.action_button.action_button__denial{
  background-color: #666;
}
.denial-button:disabled {
  opacity: 0.4;
  cursor: not-allowed;
}

/*archive*/
.featured-item a:not(.btn):hover {
  text-decoration: none !important;
}
.archive-img{
  width: 100%;
  aspect-ratio: 3 / 2;
  overflow: hidden;
}
.archive-img img{
  aspect-ratio: 3 / 2;
  width: 100%;
  object-fit: cover;
  overflow: visible;
}
.archive-body{
  width: 100%;
}
.archive-head{
  width: 100%;
  display: flex;
  justify-content: space-between;
}
@media (max-width: 1023.9px) {
  .archive-head{
    flex-direction: column;
  }
}
.archive-category{
  width: 100%;
  font-size: 0.8em;
  background-color: #dbf1f1;
  text-align: center;
}
.featured-item h3{
  font-size: 1.1rem;
  font-weight: 700;
  line-height: 1.5rem;
  color: #005758;
  text-align: center;
  padding: 1em 0;
  margin: 0;
  flex-grow: 1;
}
.archive-txt,
a .archive-txt{
  font-size: 0.9em;
  line-height: 1.75em;
  padding: 0 1em 1em;
  color: #000;
  font-size: 0.8rem;
}
.head-tabs,
.head-tabs_menu{
  margin-bottom: 2em;
}
.head-tabs_menu{
  display: flex;
}
.head-tab,
.head-tabs_menu li a{
  font-size: 0.9em;
  font-weight: 800;
  padding: 0.5em 1em;
  border: #fff solid 3px;
  background: #f5f5f5;
  transition: .3s;
  @media (max-width: 1023.9px) {
    font-size: 1rem;
  }
  @media (max-width: 767.9px) {
    font-size: 0.8rem;
  }
}
.head-tab.active,
.head-tabs_menu li a.active {
  background-color: #187d80;
  color: #fff;
}

/* override */
.crmEntityFormView .cell .field-label {
  font-weight: 400;
}
.crmEntityFormView td.cell {
  display: grid;
  grid-template-columns: 20% 1fr;
  column-gap: 20px;
}
.crmEntityFormView td.cell .description.below{
  grid-column: 2 / 3;
  font-size: 14px;
  color: #666;
}
.container-file-input .btn-default{
  word-break: keep-all;
  background-color: #fff;
}
.crmEntityFormView .form-control {
  padding: 0.375rem 0.5rem;
}
.modal-content{
  background-color: #fff;
}



/*プロファイル*/
.actions {
  margin-bottom: 3em;
}
fieldset {
  margin-top: 3em;
}
.container .page-header {
  padding: 8px 15px;
}
#mainContent .col-md-6 {
  margin: 6em auto !important;
}

/*利用規約-------------------------*/
.policy-container{
  width: 90%;
  max-width: 1024px;
  margin: 0 auto;
  padding: 7% 0;
}
.policy-container p{
  font-size: 0.9em;
  line-height: 1.75em;
}
.policy-container h3{
  font-size: 1.2em;
  color: #035759;
  font-weight: 800;
  margin-top: 2em;
}

/* search */
.search-result p{
  margin-bottom: 0;
}
.search-result {
  width: 100%;
  max-width: 780px;
  margin: 0 auto;
}
.search-result-categorie {
  margin-bottom: 5rem;
  @media (max-width: 767.9px) {
    margin-bottom: 3rem;
  }
}
.search-result h2{
  font-weight: 800;
  @media (max-width: 767.9px) {
    margin-top: 0rem;
  }
}
.search-result-categorie h3{
  font-size: 1.5rem;
  font-weight: 800;
  color: #000000;
  border-bottom: 2px solid #000;
  padding: 0 0 1em;
  @media (max-width: 767.9px) {
    font-size: 1.2rem;
    border-bottom: 1px solid #000;
    padding: 0 0 0.5em;
  }
}
.search-result-item {
  border-bottom: 1px solid #ccc;
  padding: 16px;
  @media (max-width: 767.9px) {
    padding: 1em 0;
  }
}
.search-result-link {
  font-size: 1.2rem;
  margin-left: 0 !important;
  font-weight: 700;
  position: relative;
  @media (max-width: 767.9px) {
    font-size: 1rem;
  }
}
.search-result-link:after {
  position: absolute;
  content: '';
  border: 0;
  border-top: solid 3px #187d80;
  border-right: solid 3px #187d80;
  display: inline-block;
  width: 0.5em;
  height: 0.5em;
  bottom: 0.5em;
  right: -1em;
  transform: rotate(45deg);
  -webkit-transform: rotate(45deg);
  -ms-transform: rotate(45deg);
}
.search-result-description {
  margin-top: 16px;
  font-size: 14px;
  color: #666;
  display: -webkit-box;
  overflow: hidden;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
.search-result-empty {
  padding: 1em 0;
}


/* #dl-------------------------*/
#dl .home-topArticles{
  display: block;
}
#dl .archive-body {
  background: unset;
}
#dl .archive-category{
  padding: 4px 8px;
  width: 13em;
  display: inline-block;
}
#dl .dl-tab{
  display: flex;
  align-items: center;
}
#dl .dl-tab .dl-tab-item{
  background-color: #eee;
  color: #000;
  display: inline-block;
  padding: 8px;
  width: 100%;
  max-width: 200px;
  appearance: none;
  border: none;
  font-size: 18px;
}
#dl .dl-tab .dl-tab-item[aria-selected="true"],
#dl .dl-tab .dl-tab-item:hover{
  background-color: #035759;
  color: #fff;
}
#dl .dl-item{
  padding-top: 16px;
  margin-top: 16px;
  border-top: 1px solid #CCC;
}
#dl .dl-tab-inner{
  border: 1px  solid #000;
  padding: 24px;
}
#dl .dl-item--body{
  display: grid;
  grid-template-columns: 50% 1fr;
  gap: 16px;
}
@media (max-width: 767.9px) {
  #dl .dl-item--body{
    grid-template-columns: 1fr;
  }
}
#dl .dl-item--head{
  display: flex;
  flex-direction: column;
  gap: 10px;
}
#dl .dl-item--head-category{

}
#dl .dl-item--head-title{
  margin: 0;
  padding: 0;
  font-size: 20px;
}
#dl .dl-pdf--container{
  display: grid;
  gap: 8px;
  padding-top: 2em;
}
@media (max-width: 767.9px) {
  #dl .dl-pdf--container{
    padding-top: 0;
  }
}
#dl .dl-pdf--item{
  display: grid;
  grid-template-columns: 70px 1fr;
  gap: 16px;
}
#dl .dl-pdf--item-category{
}
#dl .dl-pdf--item-category span{
  width: 70px;
  text-align: center;
  font-size: 12px;
  padding: 2px 8px;
  background-color: #eee;
  width: 100%;
  display: inline-block;
}
#dl .dl-pdf--item-title{

}

#dl-detail .service-body{
  width: 100%;
}
#dl-detail .service_pdf_container_pdf a{
  font-size:0.8rem;
}
#dl-detail .service_pdf_container_title,
#dl-detail .service_pdf_container_pdf {
  padding: 0.5em 1em;
}
#dl a.featured-item {
  padding: 2em 2em 1.5em;
  border: #5c5c5c solid 1px;
  width: 48%;
  background: unset;
  position: relative;
}
#dl a.featured-item:hover{
  background: #b1d9da;
  color: #000;
  text-decoration: none;
}
@media (max-width: 1023.9px) {
  #dl a.featured-item {
    padding: 1.5em 1.5em 1em;
  }
}
@media (max-width: 767.9px) {
  #dl a.featured-item{
    width: 100%;
  }
}
#dl-detail section{
  padding: 3em 0;
}


.container, .container-lg, .container-md, .container-sm, .container-xl {
  max-width: 100%;
}

#mainContent {
  margin-top: 84px;
  @media (max-width: 1000px) {
    margin-top: 69px;
  };
  @media (max-width: 767.9px) {
    margin-top: 60px;
  }
}


/*子メニュー*/
.child-menu {
  display: none;
}
.static-top.navbar .nav-item.active_menu > .child-menu {
  display: block;
  background: #004243 !important;
  position: absolute;
  padding: 0;
}
.static-top.navbar .dropdown-item{
  font-size: 0.9em;
  padding: 12px 16px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
}
.navbar-dark .navbar-nav > li > a:focus{
  border: unset !important;
  outline: unset !important;
}
html[dir=ltr] .static-top.navbar li a.dropdown-item:hover,
html[dir=ltr] .static-top.navbar li a.dropdown-item:focus {
  text-decoration: none;
  color: #fff;
  background-color: rgba(255, 255, 255,0.1);
}
@media (max-width: 767.9px) {
  .static-top.navbar .nav-item.active_menu > .child-menu {
    position: relative;
  }
  .static-top.navbar .dropdown-item{
    font-size: 14px;
    padding: 12px 16px;
  }
}