<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
a {
    color: #0098d2;
    cursor: pointer;
    -webkit-transition: all 0.5s cubic-bezier(0.5, 1, 0.7, 1);
    transition: all 0.5s cubic-bezier(0.5, 1, 0.7, 1);
}
a:visited {
    color: #2f55ba;
}
a:hover {
  color: #3c90e7;
}
h1 {
  margin-top: 0;
}
input[type="search"],
input[type="submit"],
input[type="button"],
button[type="submit"] {
  /* border-radius: 0; */
  color: #0098d2;
  appearance: button;
  border: none;
  box-sizing: border-box;
  cursor: pointer;
}
input[type="search"]:hover,
input[type="submit"]:hover,
input[type="button"]:hover,
button[type="submit"]:hover {
  color: #3c90e7;
}
input[type="search"]::-webkit-search-decoration,
input[type="submit"]::-webkit-search-decoration,
input[type="button"]::-webkit-search-decoration,
button[type="submit"]::-webkit-search-decoration {
  display: none;
}

.header-v8 .navbar-brand h1 {
  display: initial;
  height: 100%;
  line-height: 1;
  font-size: 28px;
}
.header-v8 .dropdown-menu {
  border-top: solid 3px #4cd2df;
}
.header-v8 .dropdown-menu .active &gt; a,
.header-v8 .dropdown-menu li &gt; a:hover {
  color: #ff6a00
}
.header-v8 .navbar-nav .open .dropdown-menu &gt; li &gt; a:hover,
.header-v8 .navbar-nav .open .dropdown-menu &gt; li &gt; a:focus {
  color: #3c90e7
}
.header-v8 .navbar-nav .open .dropdown-menu &gt; .active &gt; a,
.header-v8 .navbar-nav .open .dropdown-menu &gt; .active &gt; a:hover,
.header-v8 .navbar-nav .open .dropdown-menu &gt; .active &gt; a:focus {
  color: #3c90e7
}
.header-v8 .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a,
.header-v8 .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:hover,
.header-v8 .navbar-nav .open .dropdown-menu &gt; .disabled &gt; a:focus {
  color: #3c90e7
}
.header-v8 .navbar-nav &gt; li &gt; a:hover {
  color: #ff6a00
}
/*.header-v8 .navbar-nav &gt; .active &gt; a,*/
.header-v8 .navbar-nav &gt; .active &gt; a:hover,
.header-v8 .navbar-nav &gt; .active &gt; a:focus {
  color: #ff6a00 !important;
}

@media (max-width: 991px) {
  .header-v8 .dropdown-menu .dropdown-submenu .dropdown-menu {
    display: block;
    position: relative;
    float: none;
    -webkit-box-shadow: none;
    box-shadow: none;
    border: none;
    top: 0 !important;
    left: 0 !important;
  }
}

.footer-v8 div {
  color: #eee;
}
.footer-v8 .footer .column-one a:hover {
  color: #e74c3c;
}
.footer-v8 .footer .tags-v4 a:hover {
  border-color: #e74c3c;
  background-color: #e74c3c;
}
.footer-v8 .footer .footer-lists li a:hover {
  color: #e74c3c;
}
.footer-v8 .footer .latest-news h3 a:hover {
  color: #e74c3c;
}
.footer-v8 .footer .latest-list li {
  padding: 5px 0;
  border-top: 1px solid #353535;
}
.footer-v8 .footer .latest-list li:first-child {
  border-top: none;
}
.footer-v8 .footer .latest-list li,
.footer-v8 .footer .latest-list li a {
  color: #eee;
}
.footer-v8 .footer #wp-calendar caption {
  color: #eee;
}
.FooterNavigator .widget_nav_menu ul {
    margin: 0;
    padding: 0;
    display: flex;
    flex-flow: row wrap;
    justify-content: flex-start;
}
.FooterNavigator .widget_nav_menu ul &gt; li {
    margin: 0 0 15px;
    font-size: 13px;
    font-size: 1.3rem;
    border-bottom: none;
    border-right: rgb(170 170 170 / 50%) solid 1px;
}
.FooterNavigator .widget_nav_menu ul &gt; li:before {
    content: none;
}
.FooterNavigator .widget_nav_menu ul &gt; li a {
    padding: 3px 15px 1px;
    text-decoration: none;
}
.col-md-3.sidebar {
    padding: 0 30px 0 0;
}
.no-slide .ms-nav-next,
.no-slide .ms-nav-prev {
  display: none;
}

#secondary .input-group {
  width: 100%;
}
#secondary .form-control {
  width: 75%;
}
#secondary .input-group-btn {
  display: inherit;
}
#secondary .latest-list li a {
  color: #333;
}
#secondary .title-v4 {
    font-size: 14px;
    font-size: 1.4rem;
}
.sidebar #secondary .title-v4 {
    font-size: 18px;
    font-size: 1.8rem
}
.title-v4 {
/*  color: #e74c3c;*/
}
.blog-grid h3 a:hover {
  color: #fff;
}
.blog-grid .blog-grid-info li a:hover {
  color: #fff;
}
.blog-grid a.r-more {
  background-color: #fff;
  color: #fff;
  padding: 0.3em;
}
.blog-thumb-v3 h3 a:hover {
  color: #e74c3c;
}
.blog-thumb-v4 h3 a:hover {
  color: #e74c3c;
}
.blog-thumb-v2 .blog-thumb-desc h3 a:hover {
  color: #e74c3c;
}
.blog-thumb-v2 .blog-thumb-info li a:hover {
  color: #e74c3c;
}
.breadcrumb li {
  -ms-word-wrap: break-word;
  word-wrap: break-word;
  word-break: break-all;
}
.breadcrumb li.active,
.breadcrumb li a:hover {
  color: #e74c3c;
}
.blog-grid-tags li a:hover {
  background: #e74c3c;
}
.btn-u.btn-u-default {
  background: #e74c3c;
}
.btn-u.btn-u-default:hover,
.btn-u.btn-u-default:focus,
.btn-u.btn-u-default:active,
.btn-u.btn-u-default.active,
.open .dropdown-toggle.btn-u.btn-u-default {
  background: #c0392b;
}

.blog-thumb .blog-thumb-hover:hover:after {
  background: rgba(231, 76, 60, 0.9);
}
#topcontrol:hover {
  background: rgba(231, 76, 60, 0.9);
}
.blog-video h4 {
  background: rgba(231, 76, 60, 0.8);
}
.blog-grid .blog-grid-grad i:hover {
  background: rgba(231, 76, 60, 1);
}
.blog-thumb-v2 .blog-thumb-grad i:hover {
  background: rgba(231, 76, 60, 1);
}

#wp-calendar {
  width: 100%;
}
#recentcomments {
  list-style: none;
  padding-left: 0;
}
.main h1::before {
    content: "";
    display: block;
    position: absolute;
    bottom: -10px;
    left: 0;
    width: 100%;
    height: 10px;
    content: '';
    background-image: repeating-linear-gradient(45deg, #aaaaaa, #aaaaaa 1px, transparent 2px, transparent 5px);
    background-size: 7px 7px;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
}
.main h1::after {
    content: "";
}

div[class^="post-"]:after {
  content: "";
  display: table;
  clear: both;
}

div[class^="post-"],
.tab_content  {
    font-size: 16px;
    font-size: 1.6rem;
    line-height: 1.7;
    letter-spacing: 0.05em;
}

div[class^="post-"] p,
div[class^="post"] &gt; ul,
div[class^="post"] &gt; ol,
div[class^="post"] &gt; dl,
div[class^="post"] &gt; table,
.tab_content p,
.tab_content ul,
.tab_content ol,
.tab_content dl,
.tab_content table {
  margin-top: 1.5em;
  margin-bottom: 1.5em;
}
div[class^="post"] &gt; dl dd,
.tab_content dl dd {
  line-height: 1.7;
  margin-bottom: 0.5em;
}
div[class^="post-"] h2,
div[class^="post-"] h3,
div[class^="post-"] h4,
div[class^="post-"] h5,
div[class^="post-"] h6,
.tab_content h2,
.tab_content h3,
.tab_content h4,
.tab_content h5,
.tab_content h6 {
  margin-bottom: 1em;
  margin-top: 2em;
  line-height: 1.3;
}
div[class^="post-"] h2,
.tab_content h2 {
    padding: 15px 10px 15px 20px;
    border: 1px solid #ccc;
    border-radius: 5px;
    background: linear-gradient(to bottom, #fff 0%, #f0f0f0 100%);
    box-shadow: 0 -1px 0 rgba(255, 255, 255, 1) inset;
    position: relative;
    font-size: 24px;
    font-size: 2.4rem;
}
div[class^="post-"] h2::before,
.tab_content h2::before {
    content: '';
    position: absolute;
    background-image: linear-gradient(#84dee7 50%, #008d9b 50%);
    background-repeat: no-repeat;
    background-size: 0.5rem 100%;
    width: 5px;
    height: calc(100% - 20px);
    top: 50%;
    left: 0;
    transform: translateY(-50%);
}
div[class^="post-"] h2::after,
.tab_content h2::after {
  content: none;
}
div[class^="post-"] h3,
.tab_content h3 {
    position: relative;
    padding: 0.3em 0.5em 0.1em;
    font-size: 22px;
    font-size: 2.2rem;
}
div[class^="post-"] h3::after,
.tab_content h3::after,
.dept h3::after {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 5px;
  bottom: -6px;
  left: 0;
  background-image: linear-gradient( -45deg, #ffccb3 15%, #ff9966 15%, #ff9966 50%, #ffccb3 50%, #ffccb3 65%, #ff9966 65%, #ff9966 );
  background-size: 5px 5px;
}
div[class^="post-"] h4,
.tab_content h4 {
    font-size: 20px;
    font-size: 2.0rem;
    padding: 0.3em 0.3em 0.2em 1.5em;
    position: relative;
}
div[class^="post-"] h4::before,
.tab_content h4::before {
     position: absolute;
     top: 18px;
     left: 4px;
     transform:translateY(-50%);
     content: '';
     border-radius:100%;
     border: solid 9px #008d9b;
}
div[class^="post-"] h4::after,
.tab_content h4::after {
     position: absolute;
     top: 18px;
     left: 0;
     transform:translateY(-50%);
     content: '';
     width: 26px;
     height:26px;
     border-radius:100%;
     border: solid 2px #008d9b;
}
div[class^="post-"] h5,
.tab_content h5 {
    font-size: 18px;
    font-size: 1.8rem;
    padding: 10px 15px;
    color: #fff;
    background-color: #6ba7af;
    box-shadow: 0px 4px 5px rgba(0, 0, 0, .2);
}
div[class^="post-"] h6,
.tab_content h6 {
    font-size: 16px;
    font-size: 1.6rem;
    padding-left: 0.3em;
    border-left: 3px solid #008d9b;
}
div[class^="post-"] ul,
div[class^="post-"] ol,
.tab_content ul,
.tab_content ol {
    margin-left: 20px;
    padding-left: 0;
}
div[class^="post-"] li,
.tab_content li {
    margin-left: 0;
}
div[class^="post-"] ul &gt; li,
.tab_content ul &gt; li {
    list-style-type: none;
    position: relative;
    margin: 5px 0;
}
div[class^="post-"] ul &gt; li::before,
.tab_content ul &gt; li::before {
    font-family: "FontAwesome";
    content: "\f138";
    position: absolute;
    left : -18px;
    color: #008d9b;
}
div[class^="post-"] ol,
.tab_content ol {
    counter-reset: my-counter;
    list-style: none;
    padding: 0;
}
div[class^="post-"] ol &gt; li,
.tab_content ol &gt; li {
    margin-bottom: 10px;
    position: relative;
}
div[class^="post-"] ol &gt; li:before,
.tab_content ol &gt; li:before {
    content: counter(my-counter);
    counter-increment: my-counter;
    font-size: 12px;
    font-size: 1.2rem;
    font-weight: bold;
    text-align: center;
    color: #fff;
    letter-spacing: 0;
    display: block;
    float: left;
    line-height: 22px;
    height: 20px;
    width: 20px;
    top: 3px;
    left: -25px;
    position: absolute;
    background-color: #008d9b;
}
div[class^="post"] table,
.tab_content table {
  border: 1px solid #cecece;
}
div[class^="post"] table th,
div[class^="post"] table td,
.tab_content table th,
.tab_content table td {
  border: 1px solid #cecece;
  padding: 0.5em;
}
div[class^="post"] table th,
.tab_content table th {
    background-color: #eee;
    white-space: nowrap;
}
div[class^="post-"] hr,
.tab_content hr {
    clear: both;
}
div[class^="post-"] img,
.tab_content img {
    padding: 5px;
    border: 1px solid #cccccc;
}

/* Post Pagination */
.page-link {
  margin-top: 3em;
  margin-bottom: 3em;
  font-size: 16px;
  padding-top: 1em;
  padding-bottom: 1em;
  background-color: #f1f1f1;
  
}
.page-link dl {
  display: table;
  margin-bottom: 0;
  margin-left: auto;
  margin-right: auto;
}
.page-link dt,
.page-link dd {
  display: table-cell;
}
.page-link dt {
  padding-right: 1em;
}
.post-page-numbers {
  display: inline-block;
  padding: 0 0.5em;
  border: 1px solid #ccc;
  background-color: #fff;

}
a.post-page-numbers:hover {
background-color: #333;
color: #fff;
text-decoration: none;
}

.wp-block-pullquote blockquote {
  border-left: none;
}
.wp-block-button__link:hover {
  text-decoration: none;
  opacity: 0.8;
}

/*
 * Comments
 */

.post-comment h2.title-v4 {
  background-color: #fff;
}
.post-comment h2.title-v4::before {
  content: none;
}
p[class^="comment-form"]:not([class="comment-form-cookies-consent"]) label {
  display: block;
}
p.comment-form-cookies-consent label {
  display: inline;
  margin-left: 0.5em;
  font-weight: normal;
}

/*
 * Slider
 */
.dekiru-slider {
  padding: 0;
}
.dekiru-slider {
  display: none;
}
.dekiru-slider.slick-initialized {
  display: block;
}
.dekiru-slider .slick-track {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.slick-prev {
  left: calc((100vw - 1100px) / 2);
  z-index: 100;
}
.slick-next {
  right: calc((100vw - 1100px) / 2);
  z-index: 100;
}
.slick-prev,
.slick-next {
  width: 30px;
  height: 30px;
}
.slick-prev:before,
.slick-next:before {
  font-size: 30px;
}
.dekiru-slider .slick-slide {
/*  margin: 0 10px;*/
  margin: 0;
  opacity: 0.5;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dekiru-slider .slick-center {
/*
  -webkit-transform: scale(1.08);
  transform: scale(1.08);
*/
  opacity: 1;
  -webkit-transition: all 0.2s ease-in-out;
  transition: all 0.2s ease-in-out;
}
.dekiru-slider .slick-slide img {
  max-height: 450px;
  max-width: 100%;
  /* width: 100%; */
  /* height: auto; */
/*  padding: 2%;*/
  opacity: 1;
  margin-left: auto;
  margin-right: auto;
}

@media (max-width: 1200px) {
  .slick-prev {
    left: calc((100vw - 950px) / 2);
  }
  .slick-next {
    right: calc((100vw - 950px) / 2);
  }
}
@media (max-width: 992px) {
  .slick-prev {
    left: 10px;
  }
  .slick-next {
    right: 10px;
  }
}

@media (max-width: 768px) {
  .dekiru-slider .slick-slide {
    margin: 0;
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: none;
    transition: none;
  }

  .dekiru-slider .slick-slide img {
    padding: 0;
  }
  .dekiru-slider .slick-center {
    -webkit-transform: scale(1);
    transform: scale(1);
  }
}
/*404 Error Page v1 
------------------------------------*/
.error-v1 {
  padding-bottom: 30px;
  text-align: center;
}

.error-v1 p {
  color: #555;
  font-size: 16px;
}

.error-v1 span {
  color: #555;
  display: block;
  font-size: 35px;
  font-weight: 200;
  line-height: 40px;
  margin-bottom: 40px;
}

.error-v1 span.error-v1-title {
  color: #777;
  font-size: 180px;
  line-height: 200px;
  padding-bottom: 20px;
}

/*For Mobile Devices*/
@media (max-width: 500px) {
  .error-v1 p {
    font-size: 12px;
  }

  .error-v1 span {
    font-size: 25px;
  }

  .error-v1 span.error-v1-title {
    font-size: 140px;
  }
}

/* 
 * Widget Class
 */
.widget_pages ul,
.widget_meta ul,
.widget_rss ul,
.widget_tag_cloud ul,
.widget_categories ul,
.widget_archive ul,
.widget_recent_entries ul,
.widget_nav_menu ul {
  padding-left: 0;
  list-style: none;
}
.widget_rss li,
.widget_meta li,
.widget_recent_comments li,
.widget_archive li,
.widget_pages li,
.widget_categories li,
.widget_nav_menu ul &gt; li {
  border-bottom: 1px dotted #ccc;
  position: relative;
  padding: 0.5em;
}
.widget_meta li:before,
.widget_pages li:before,
.widget_archive li:before,
.widget_categories li:before,
.widget_nav_menu li:before,
.sidebar li:before {
  content: "";
  border: 3px solid transparent;
  border-left-color: #666;
  display: block;
  position: absolute;
  top: 14px;
  left: 5px;
}
.widget_recent_comments li:last-child,
.widget_meta li:last-child,
.widget_archive li:last-child,
.widget_pages li:last-child,
.widget_categories li:last-child,
.widget_nav_menu li:last-child {
  border-bottom: none;
}

/*サイドメニュー
------------------------------------*/
.sidebar h2 {
    font-size: 16px;
    font-size: 1.6rem;
    margin: 0;
    font-weight: bold;
    border-bottom: 1px dashed #999;
    position: relative;
    padding: 10px 0 10px 20px;
}
.sidebar h2::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 5px 5px;
}
.sidebar h3 {
    border-bottom: none  !important;
    color: #fff;
    background-color: #9aafac;
    position: relative;
    margin: 0;
    padding: 10px 20px;
    font-size: 18px;
    font-size: 1.8rem;
}
.sidebar h3 a {
    color: #fff;
    text-decoration: none;
}
.sidebar h3 a:hover {
    color: #82eeff;
}
.sidebar ul {
    list-style: none;
    position: relative;
    margin: 0;
    padding: 0 0 0 10px;
}
.sidebar h3::before,
.sidebar ul::before {
    content: "";
    display: block;
    position: absolute;
    width: 10px;
    height: 100%;
    top: 0;
    left: 0;
    background-size: 5px 5px;
}
.sidebar ul ul {
/*    margin-left: 10px;*/
}
.sidebar ul ul::before {
    content: none;
}
.sidebar ul &gt; li ,
.sidebar li:last-child {
    border-bottom: 1px dashed #999;
    font-size: 16px;
    font-size: 1.6rem;
    position: relative;

    padding: 5px 0 5px 15px;
}
.sidebar ul ul li:last-child {
    border-bottom: none;
}
.sidebar ul &gt; li::after ,
.sidebar li::after::last-child {
    content: "";
    display: block;
    height: 100px;
    width: 100%;
    background-image: linear-gradient(
        -45deg,
        #C2A3E0 15%,
        #9966CC 15%,
        #9966CC 50%,
        #C2A3E0 50%,
        #C2A3E0 65%,
        #9966CC 65%,
        #9966CC
    );
/*    background-size: 5px 5px;*/
}
.sidebar ul &gt; li a {
    display: block;
    text-decoration: none;
}
.sidebar ul &gt; li a:hover {
    background-color: #d6ebff;
}

ul.archive-list &gt; li,
ul.archive-list &gt; li:last-child {
    padding: 5px 0 5px 25px;
}
/* acv_openクラスをもたないリスト項目の子リスト（month-archive-list）は、デフォルト非表示に */
.archive-list &gt; li:not(.acv_open) &gt; ul {
    display: none;
}

/* 年別アーカイブリストのアイコン設定 */
.archive-list &gt; li.acv_open::before { /* リストが開かれているとき */
    font-family: 'FontAwesome';
    content: "\f0fe"; /* -マーク */
    margin-right: .5em;
    border: none;
    top: 3px;
    left: 5px;
    color: #8d9398;
}

.archive-list &gt; li:not(.acv_open)::before { /* リストが閉じられているとき */
    font-family: 'FontAwesome';
    content: "\f146"; /* +マーク */
    margin-right: .5em;
    border: none;
    top: 3px;
    left: 5px;
    color: #8d9398;
}

.widget_tag_cloud a {
  display: inline-block;
  margin: 0 3px 10px;
  padding: 4px 10px;
  border: 1px solid #bbb;
  font-weight: 400;
  font-size: 1em !important;
  color: #bbb;
}
.widget_tag_cloud a:hover {
  background-color: #e74c3c;
  border-color: #e74c3c;
  text-decoration: none;
  color: #fff;
  -webkit-transition: all 0.25s, -webkit-transform 0.25s;
  transition: all 0.25s, -webkit-transform 0.25s;
  transition: all 0.25s, transform 0.25s;
  transition: all 0.25s, transform 0.25s, -webkit-transform 0.25s;
}

.widget_recent_comments li,
.widget_recent_entries li {
  padding: 8px 0;
  border-bottom: 1px dotted #ccc;
}
.widget_recent_entries li:last-child {
  border-bottom: none;
}
.widget_recent_entries li a {
  color: #333;
}
.widget select {
  max-width: 100%;
}
.widget abbr[title],
.widget abbr[data-original-title] {
  border-bottom: none;
}

.widget .calendar_wrap caption {
  text-align: center;
}
.widget .calendar_wrap th,
.widget .calendar_wrap td {
  text-align: center;
}
.footer .widget select {
  color: #333;
}
.footer .widget_recent_entries li a {
  color: #fff;
}
.footer .input-group .form-control {
  width: 74%;
}

/* 
 * Gutenberg IE11
 */
.wp-block-image .aligncenter img {
  width: 100%;
}

/* 
*Jetpack
 */
.widget_facebook_likebox {
  overflow: visible !important;
}

/* 
* メールフォーム 2022.12.07
* Theme My Login用クラス追加
*/

@media (max-width: 575px) {
  .mw_wp_form {
    width: 90%;
    margin: 0 auto;
  }
}
.tml label {
    display: block;
    margin: 0.5em 0;
}
.form-control, .tml-field,
.tml input[type=text],
.tml input[type=password] {
  width: 100%;
  height: calc(1.5em + 0.75rem + 2px);
  padding: 0.375rem 0.75rem;
  font-size: 1.8rem;
  line-height: 1.5;
  color: #495057;
  background-color: #efefef;
  background-clip: padding-box;
  border: 1px solid #ced4da;
  border-radius: 0.25rem;
  transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
}
.form-group {
  margin-bottom: 0;
  border-top: solid #ccc 1px;
  padding: 1em;
}
.form-list {
  list-style: none;
  margin-top: 0;
  padding-left: 0;
}
.form-list span {
  display: block;
}
div[class^="post-"]  ul.form-list &gt; li::before {
  content:none;
}
.form-zip .form-control {
  display: inline;
  width: 80%;
}
.submit, .back {
  margin: 0 10px;
}
.mw_wp_form_confirm .display-hidden {
  display: none;
}
.mw_wp_form .error {
    font-size: 2rem;
    color: #ff0000;
    display: block;
}
/*Theme My Login用*/
.tml {
  width: 320px;
  display: flex;
  flex-flow: column wrap;
  justify-content: center;
  margin: 0 auto;
}
.tml-errors li::before {
  content: none !important;
}
.tml .tml-error {
    font-size: 1.4rem;
    color: #d82f36;
}
.tml-links {
  display: none;
}
/*dept 
------------------------------------*/
/* list */

.dept-list-flex {
    display: flex;
    flex-flow: row wrap;
}
.card {
    width: 98%;
    margin: 1%;
    background: #fff;
}
/* card design */
@media only screen and (min-width : 768px) {
    .card {
        width: 48%;
    }
}
@media only screen and (min-width : 992px) {
    .card {
        width: 31%;
        margin: 1%;
        background: #fff;
    }
}
.card-img {
  border-radius: 5px 5px 0 0;
  max-width: 100%;
  height: auto;
}
.card-content {
  padding: 20px;
}
.card-title {
  font-size: 20px;
  margin-bottom: 20px;
  text-align: center;
  color: #333;
}
.card-text {
  color: #777;
  font-size: 14px;
  line-height: 1.5;
}
.card-link {
  text-align: center;
  border-top: 1px solid #eee;
  padding: 20px;
}
.card-link a {
  text-decoration: none;
  color: #0bd;
  margin: 0 10px;
}
.card-link a:hover {
  color: #0090aa;
}

/*タブ切り替え全体のスタイル*/
.tabs {
    margin-top: 50px;
    padding-bottom: 40px;
    width: 100%;
    margin: 0 auto;
    display: flex;
    flex-wrap:wrap;
    justify-content: space-between;
}
/*タブのスタイル*/
.tab_item {
/*    width: calc(100%/3.1);*/
    width: calc(100%/2.05);
/*    width: 49%;*/
    height: 50px;
    box-sizing: border-box;
    background-color: #e0d2ec;
    line-height: 50px;
    font-size: 16px;
    text-align: center;
    color: #565656;
    display: block;
    text-align: center;
    font-weight: bold;
    border-top-left-radius: 5px;
    border-top-right-radius: 5px;
    transition: all 0.3s ease;
    margin: 0;
}
@media screen and (max-width: 1199px) {
    .tabs {
        width: 98%;
    }
}
@media screen and (max-width: 919px) {
}
@media screen and (max-width: 640px) {
    .tab_item {
        font-size: 12px;
    }
}
.tab_item:nth-of-type(1) {
}
.tab_item:nth-of-type(2) {
}
.tab_item:nth-of-type(3) {
}
.tab_item:hover {
    opacity: 0.75;
}

/*ラジオボタンを全て消す*/
input[name="tab_item"] {
    display: none;
}

/*タブ切り替えの中身のスタイル*/
.tab_content {
    display: none;
    clear: both;
    overflow: hidden;
    background-color: #fff;
    border-top: 3px solid #7a5baf;
/*    box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);*/
    border-bottom-left-radius: 5px;
    border-bottom-right-radius: 5px;
    width: 100%;
}
@media screen and (max-width: 640px) {
    .tab_content {
        padding: 40px 10px;
    }
}

/*選択されているタブのコンテンツのみを表示*/
#info:checked ~ #info_content,
#staff-list:checked ~ #staff-list_content{
    display: block;
}

/*選択されているタブのスタイルを変える*/
.tabs input:checked + .tab_item {
    background-color: #7a5baf;
    color: #fff;
    z-index: 0;
}
/* @end */

/*診療表
------------------------------------*/
.tablepress tr &gt; td:first-child {
    white-space: nowrap;
}
/* @end */

/*インデックス表示 
*Theme My Login用クラス追加
------------------------------------*/
.loginform {
  background-size: auto auto;
  background-color: #fff9ec;
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, #fbf6ed 10px, #fbf6ed 20px );
  padding: 10px 20px;
}
.btn,
.tml-button,
.button {
    /* display: inline-block; */
    display: block;
    cursor: pointer;
    /* max-width: 300px; */
    min-width: 300px;
    margin: 1em;
    padding: 20px;
    border: none;
    border-radius: 4px;
    box-sizing: border-box;
    text-align: center;
    text-decoration: inherit;
    font-size: 20px;
    font-size: 2.0rem;
    white-space: normal;
    background: #fff5c9;
    box-shadow: 0 6px 0 #c3b68a, 0 12px 0 rgba(0,0,0,.2);
    transition: color .3s, background .3s, box-shadow .3s, transform .3s;
}
.btn:hover,
.tml-button:hover,
.button:hover {
    box-shadow: 0 3px 0 #c3b68a, 0 6px 0 rgba(0,0,0,.2);
    transform: translateY(3px);
    animation: flash 1s both;
}
.btn:active,
.tml-button:active
.button:active {
    color: #ddd;
    background: #c3b68a;
    box-shadow: 0 0 0 #c3b68a, 0 0 0 rgba(0,0,0,.2);
    transform: translateY(6px);
    transition-duration: .1s;
}
@keyframes flash {
    0% { background: #fff5c9; }
    10% { background: #fff9df; }
    100% { background: #eec94f; }
}
.btn-primary:focus, .btn-primary.focus {
    background-color: transparent;
    border-color: transparent;
}
.btn:focus, .btn:active:focus, .btn.active:focus, .btn.focus, .btn:active.focus, .btn.active.focus,
.tml-button:focus, .tml-button:active:focus, .tml-button.active:focus, .tml-button.focus, .tml-button:active.focus, .tml-button.active.focus {
    color: #0098d2;
    text-decoration: none;
    outline-color: #d4dfe9
}
.justify-content-center,
.tml-submit-wrap {
  display: flex;
  flex-wrap: wrap;
  justify-content: center!important;
}
/* @end */

/*インデックス表示 
------------------------------------*/
#toc_container ul &gt; li::before {
    content: none;
}
/* @end */

/*フロー図
------------------------------------*/
div[class^="post-"] .flow h4 {
    color: #147718;
    font-size: 150%;
    width: 640px;
    height: auto;
    margin: 0 auto 0 auto;
    padding: 20px;
    padding-bottom: 10px;
    box-sizing: border-box;
    border: 1px solid #6ada85;
    border-bottom: none;
    background-image: none;
    background-color: #fff6e5;
    position: relative;
}
div[class^="post-"] .flow h4:before {
    content: none;
}
div[class^="post-"] .flow h4:after {
    content: "";
    position: absolute;
    border:none !important;
    border-bottom: 1px solid #336600 !important;
    transform: translateY(0);
    border-radius: 0;
    width: 96%;
    bottom: 0;
    left: 2%;
}
div[class^="post-"] .flow h5 {
    color: #333;
    font-weight: normal;
    width: 640px;
    height: auto;
    margin: 0 auto 60px auto;
    padding: 20px;
    box-sizing: border-box;
    border: 1px solid #6ada85;
    border-top: none;
    background-image: none;
    background-color: #fff6e5 !important;
    position: relative;
    box-shadow: none;
}
div[class^="post-"] .flow h5:after {
    content: "";
    position: absolute;
    width: 0;
    height: 0;
    bottom: -40px;
    left: 50%;
    margin-left: -100px;
    border-style: solid;
    border-width: 40px 100px 0 100px;
    border-color: #6ada85 transparent transparent transparent;
}
div[class^="post-"] .flow h5:last-child:after {
    content: none;
}
/* @end */

/*table レスポンシブ
------------------------------------*/
@media only screen and (max-width : 768px) {
    .scroll {
        overflow: auto;
        white-space: nowrap;
        clear: both;
    }
    .scroll::-webkit-scrollbar {
        height: 5px;
    }
    .scroll::-webkit-scrollbar-track {
        background: #F1F1F1;
    }
    .scroll::-webkit-scrollbar-thumb {
        background: #BCBCBC;
    }
}
/* @end */

.update {
    color: #666;
    font-size: 14px;
    font-size: 1.4rem;
    margin-right: 5px;
}
.update-title {
    margin-left: 20px;
}

ul li.new::after,
ul li.end::after {
    font-size: 10px;
    line-height: 1.7;
    display: inline-block;
    position: absolute;
    color: #fff;
    border-radius: 15px;
    padding: 1px 6px;
    margin-left: 10px;
    top: 50%;
    transform: translateY(-50%);
}

ul li.new::after {
    content: 'NEW';
    background: #e34a40;
}

ul li.end::after {
    content: '終了';
    background: #959595;
}

/*Bootstrap 1669: padding reset
------------------------------------*/
.col-xs-1, .col-sm-1, .col-md-1, .col-lg-1, .col-xs-2, .col-sm-2, .col-md-2, .col-lg-2, .col-xs-3, .col-sm-3, .col-md-3, .col-lg-3, .col-xs-4, .col-sm-4, .col-md-4, .col-lg-4, .col-xs-5, .col-sm-5, .col-md-5, .col-lg-5, .col-xs-6, .col-sm-6, .col-md-6, .col-lg-6, .col-xs-7, .col-sm-7, .col-md-7, .col-lg-7, .col-xs-8, .col-sm-8, .col-md-8, .col-lg-8, .col-xs-9, .col-sm-9, .col-md-9, .col-lg-9, .col-xs-10, .col-sm-10, .col-md-10, .col-lg-10, .col-xs-11, .col-sm-11, .col-md-11, .col-lg-11, .col-xs-12, .col-sm-12, .col-md-12, .col-lg-12 {
  padding-right: 0;
  padding-left: 0;
}
/* @end */</pre></body></html>