<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">body#kojin #header .is-disp-hojin {
  display: none;
}

.kojin-uwanose-highlight {
  color: #932E44;
}

@media print, screen and (min-width: 768px) {
  body#kojin .gnav-primary {
    background-color: #58a52d;
  }
  body#kojin .gnav-list &gt; li.is-kojin &gt; a {
    color: #479900;
    background-color: #fff;
    border-radius: 10px 10px 0 0;
  }
  body#kojin .gnav-list &gt; li.is-kojin &gt; a::after {
    content: '';
    display: block;
    position: absolute;
    bottom: 0;
    left: 1px;
    width: calc(100% - 2px);
    height: 1px;
    background-color: #fff;
  }
  body#kojin .gnav-list-v3 &gt; li &gt; a:hover,
  body#kojin .gnav-list-v3 &gt; li.is-active &gt; a,
  body#kojin .gnav-list-v4 &gt; li &gt; a:hover {
    color: #509d13;
    border-color: #58a52d;
  }
  body#kojin .nav_head {
    background-color: #58a52d;
  }
  body#kojin .nav_head &gt; a {
    color: #fff;
    text-decoration: none;
  }
  body#kojin .nav_head &gt; a:hover {
    text-decoration: underline;
  }
  body#kojin .nav_category.stage1 &gt; li.is-current &gt; a,
  body#kojin .nav_category.stage1 &gt; li.is-open &gt; a {
    background-color: #d2efb8;
  }
  body#kojin .nav_category.stage2 &gt; li.is-current &gt; a,
  body#kojin .nav_category.stage2 &gt; li.is-open &gt; a,
  body#kojin .nav_category.stage3 &gt; li.is-current &gt; a,
  body#kojin .nav_category.stage3 &gt; li.is-open &gt; a {
    background-color: #f0fbe6;
  }
  body#kojin .nav_category.stage1 &gt; li.is-current &gt; a::after,
  body#kojin .nav_category.stage1 &gt; li.is-open &gt; a::after {
    border-color: #4c9a21;
  }
  body#kojin .sidebar-login {
    border: 4px solid #58a52d;
  }
  body#kojin .sidebar-login_btn &gt; a::before {
    background-image: url(/common_img/com_sprite03_01.png);
  }
  body#kojin .Footer {
    border-top: 3px solid #7bbe40;
  }
  body#kojin .Footer::before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #0bb2ec;
  }
  body#kojin .box-list_item &gt; .box-list_image-set {
    margin-top: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  body#kojin .box-list_item &gt; .box-list_image-set:first-of-type {
    margin-top: 0!important;
  }
  body#kojin .box-list_item &gt; .box-list_image-set .box-list_image_caption {
    margin-top: .7em;
    font-size: 1.4rem;
    text-align: left;
  }
  .kojin-yokin-link-button .kojin-yokin-link_label {
    display: inline-block;
    position: relative;
    line-height: 1.5;
  }
  .kojin-yokin-link-button &gt; li &gt; a {
    display: inline-block;
    position: relative;
    min-width: 280px;
    padding: 14px 32px 13px;
    border-radius: 100px;
    color: #fff;
    line-height: 1.5;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 2px 6px 0px rgba(0, 0, 0, 0.2);
    background-color: #E6E6FA;
    color: #202f55;
    height: 100%;
  }
  .kojin-yokin-link-button &gt; li &gt; a:hover {
    background-color: #EEEEFC;
		color: #5F6A85;
  }
  .kojin-yokin-link-highlight {
    font-size: 1.6rem;
    color: #dc3545;
    font-weight: normal!important;
  }
  .kojin-card-wrap {
    display: flex;
		flex-flow: row wrap;
		gap: 34px 36px;
		margin-top: 32px;
  }
  .kojin-card {
    display: flex;
    flex-direction: column;
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 8px;
  }
  .kojin-card__type {
    display: block;
    height: 100%;
    background-color: #fff;
    text-decoration: none !important;
    transition: background-color .2s ease-out 0s;
  }
  .kojin-card__type:hover {
    background-color: #f7ffef;
  }
  .kojin-card__type:hover .kojin-card__title {
    text-decoration: underline;
  }
  .kojin-card__body {

  }
  .kojin-card-wrap &gt; * {
    width: calc((100% - 72px)/3);
	}
  .kojin-card__title {
    position: relative;
    padding: 17px 22px;
    color: #333;
    font-size: 18px;
    font-weight: bold;
    line-height: 1.6;
  }
  .kojin-card__title::after {
    content: '';
    display: inline-block;
    width: 10px;
    height: 10px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    border-radius: 1px;
    transform: rotate(45deg);
    margin-left: 2px;
    vertical-align: 1px;
  }
  .kojin-card__label {
    top: 0;
    right: 0;
    width: 80px;
    text-align: center;
    padding: 12px;
    color: #333;
    background-color: #ffde00;
    font-size: 16px;
    font-weight: bold;
    line-height: 1.2;
  }
  .kojin-card__title-wrap {
    display: flex;
    position: relative;
    background-color: #e4f6d3;
    justify-content: space-between;
    align-items: center;
  }
  .kojin-card__image {
  }
  .kojin-card__text {
    padding: 20px 21px;
    color: #333;
    font-size: 16px;
    line-height: 1.7;
  }
}
@media screen and (max-width: 767px) {
  body#kojin .Footer {
    border-top: 3px solid #7bbe40;
  }
  body#kojin .Footer::before {
    content: '';
    display: block;
    position: absolute;
    top: -3px;
    left: 0;
    width: 50%;
    height: 3px;
    background-color: #0bb2ec;
  }
  body#kojin .box-list_item &gt; .box-list_image-set {
    margin-top: 1em;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: flex-start;
    justify-content: flex-start;
  }
  body#kojin .box-list_item &gt; .box-list_image-set:first-of-type {
    margin-top: 0!important;
  }
  body#kojin .box-list_item &gt; .box-list_image-set .box-list_image_caption {
    margin-top: .7em;
    font-size: 1.2rem;
    text-align: left;
  }
  .kojin-yokin-link-button {
    text-align: center;
  }
  .kojin-yokin-link-button &gt; li &gt; a {
    display: inline-block;
    position: relative;
    min-width: 89%;
    padding: 13px 32px 12px;
    border-radius: 100px;
    line-height: 1.4;
    font-weight: 700;
    text-align: center;
    text-decoration: none;
    box-shadow: 0px 1px 3px 0px rgba(0, 0, 0, 0.2);
    background-color: #E6E6FA;
    color: #202f55;
  }
  .kojin-yokin-link-highlight {
    font-size: 1.4rem;
    color: #dc3545;
    font-weight: normal!important;
  }
    .kojin-card {
    box-shadow: 0 4px 5px rgba(0, 0, 0, 0.1);
    overflow: hidden;
    border-radius: 8px;
  }
  .kojin-card:nth-of-type(n+2) {
    margin-top: 15px;
  }
  .kojin-card-wrap {
		margin-top: 10px;
  }
  .kojin-card__type {
    text-decoration: none !important;
  }
  .kojin-card__title {
    position: relative;
    padding: 13px 15px;
    color: #333;
    font-size: 17px;
    font-weight: bold;
    line-height: 1.4;
  }
  .kojin-card__title::after {
    content: '';
    width: 8px;
    height: 8px;
    border-top: 2px solid #333;
    border-right: 2px solid #333;
    border-radius: 1px;
    transform: rotate(45deg);
    display: inline-block;
    vertical-align: 2px;
    margin-left: 5px;
  }
  .kojin-card__label {
    top: 0;
    right: 0;
    min-width: 80px;
    text-align: center;
    padding: 6px 23px;
    color: #333;
    background-color: #ffde00;
    font-size: 14px;
    font-weight: bold;
    line-height: 1.2;
  }
  .kojin-card__title-wrap {
    display: flex;
    position: relative;
    background-color: #e4f6d3;
    justify-content: space-between;
  }
  .kojin-card__image {
    max-width: 690px;
  }
  .kojin-card__text {
    padding: 15px 16px;
    color: #333;
    font-size: 14px;
    line-height: 1.6;
  }

}
</pre></body></html>