@charset "utf-8";

/* ======================================================
 * ichiran-seiho.css
 * ------------------------------------------------------
====================================================== */

/* ======================================================
 * PC
====================================================== */
@media print, screen and (min-width: 768px) {
  
  /* ----- over-ride ----- */
  #app-contents .anchor-navi-v2 .navi_link {
    display: flex;
    align-items: center;
    height: 100%;
    width: 100%;
  }
  /* ----- seiho-main ----- */
  .seiho-main {
    margin-top: 30px;
    padding: 40px 50px 30px;
    border-radius: 20px;
    background: url(/kojin/shohin/ichiran/img/seiho_bg01.webp) no-repeat 0 0 / cover,linear-gradient(#ffb1c9 0%,#ffd1b6 83%,#fff09d 100%) repeat 0 0 / 100% 100%;
  }
  .seiho-main >:first-child {
    margin-top: 0!important;
  }
  .seiho-main .seiho-main-title {
    position: relative;
    margin-top: 15px;
    padding-bottom: 17px;
    font-size: 2rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .seiho-main .seiho-main-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 40px;
    height: 2px;
    background: linear-gradient(90deg, #fff47c 50%, #fff 50%);
  }
  /* ----- .seiho-slider ----- */
  .seiho-slider-wrap {
    margin: 30px -50px 0;
  }
  .seiho-slider .seiho-slider-item {
    width: 560px;
    height: 442px;
    padding: 10px 0;
    opacity: 0.8;
    transform: scale(0.85);
    transition: transform 0.2s ease-out, opacity 0.2s ease-out;
  }
  .seiho-slider.is-change {
    display: flex;
    justify-content: center;
  }
  .seiho-slider.is-change .seiho-slider-item {
    opacity: 1;
    transform: scale(1);
  }
  .seiho-slider .seiho-slider-item.slick-center {
    opacity: 1;
    transform: scale(1);
  }
  .seiho-slider-control {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 20px 20px 0;
  }
  .seiho-slider-control .slick-arrow {
    position: relative;
    width: 11px;
    height: 21px;
    cursor: pointer;
  }
  .seiho-slider-control .slick-arrow::before,
  .seiho-slider-control .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 14px;
    height: 3px;
    margin-top: -1.5px;
    background-color: #ff7e8f;
    border-radius: 5px;
    transition: background-color 0.2s ease-out;
  }
  .seiho-slider-control .slick-arrow.seiho-slider_prev {
    margin-right: 40px;
  }
  .seiho-slider-control .slick-arrow.seiho-slider_prev::before,
  .seiho-slider-control .slick-arrow.seiho-slider_prev::after {
    left: 0;
  }
  .seiho-slider-control .slick-arrow.seiho-slider_prev::before {
    transform: translateY(-5px) rotate(-48deg);
  }
  .seiho-slider-control .slick-arrow.seiho-slider_prev::after {
    transform: translateY(4px) rotate(48deg);
  }
  .seiho-slider-control .slick-arrow.seiho-slider_next {
    margin-left: 40px;
  }
  .seiho-slider-control .slick-arrow.seiho-slider_next::before,
  .seiho-slider-control .slick-arrow.seiho-slider_next::after {
    right: 0;
  }
  .seiho-slider-control .slick-arrow.seiho-slider_next::before {
    transform: translateY(5px) rotate(-48deg);
  }
  .seiho-slider-control .slick-arrow.seiho-slider_next::after {
    transform: translateY(-4px) rotate(48deg);
  }
  .seiho-slider-control .slick-arrow:hover::before,
  .seiho-slider-control .slick-arrow:hover::after {
    background-color: #ff5287;
  }
  .seiho-slider-control .seiho-slider_pager {
    margin-right: 25px;
  }
  .seiho-slider-control .seiho-slider_pager .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    gap: 15px;
  }
  .seiho-slider-control .seiho-slider_pager .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
  }
  .seiho-slider-control .seiho-slider_pager .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ff7e8f;
    font-size: 0;
    text-indent: -9999px;
    transition: background-color 0.2s ease-out;
  }
  .seiho-slider-control .seiho-slider_pager .slick-dots li.slick-active button {
    background-color: #ff5287;
  }
  .seiho-slider-control .seiho-slider_pager .slick-dots li button:hover {
    background-color: #ff5287;
  }
  .seiho-slider-control .seiho-slider-button .seiho-slider_toggle {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    background-image: linear-gradient(90deg, transparent 0px,transparent 2px,#ff7e8f 2px,#ff7e8f 6px,transparent 6px,transparent 10px,#ff7e8f 10px,#ff7e8f 14px,transparent 14px);
    font-size: 0;
    text-indent: -9999px;
  }
  .seiho-slider-control .seiho-slider-button .seiho-slider_toggle:not(.is-paused)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: linear-gradient(90deg, transparent 0px,transparent 2px,#ff7e8f 2px,#ff7e8f 6px,transparent 6px,transparent 10px,#ff7e8f 10px,#ff7e8f 14px,transparent 14px);
    opacity: 0;
    transition: opacity 0.2s ease-out
  }
  .seiho-slider-control .seiho-slider-button .seiho-slider_toggle:not(.is-paused):hover::before {
    opacity: 1;
    background-image: linear-gradient(90deg, transparent 0px,transparent 2px,#ff5287 2px,#ff5287 6px,transparent 6px,transparent 10px,#ff5287 10px,#ff5287 14px,transparent 14px);
  }
  .seiho-slider-control .seiho-slider-button .seiho-slider_toggle.is-paused {
    background: none;
  }
  .seiho-slider-control .seiho-slider-button .seiho-slider_toggle.is-paused:before {
    display: none;
  }
  .seiho-slider-control .seiho-slider-button .seiho-slider_toggle.is-paused::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 12px solid #ff7e8f;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transition: border 0.2s ease-out
  }
  .seiho-slider-control .seiho-slider-button .seiho-slider_toggle.is-paused:hover::after {
    border-left: 12px solid #ff5287;
  }
  /* ----- .seiho-card ----- */
  .seiho-card {
    margin: 0 0;
    height: 100%;
    box-shadow: 0px 1px 10px 0px rgba(0, 15, 30, 0.3);
    background-color: #fff;
    border-radius: 10px;
    overflow: hidden;
  }
  .seiho-card .seiho-card-head {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 93px;
    padding: 5px 10px;
    background-color: #f4f4f4;
  }
  .seiho-card .seiho-card-body {
    display: flex;
    flex-flow: column;
    height: 131px;
    padding: 20px 30px 0;
    background-color: #f4f4f4;
  }
  .seiho-card .seiho-card-body >:first-child {
    margin-top: 0!important;
  }
  .seiho-card .seiho-card-link {
    display: block;
    color: inherit;
    transition: 0.2s opacity ease-out;
  }
  .seiho-card .seiho-card-link:hover {
    opacity: 0.7;
  }
  .seiho-card .seiho-card-link:hover img {
    opacity: 1;
  }
  .seiho-card .seiho-card-title {
    text-align: center;
    font-size: 2.2rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .seiho-card .seiho-card-title .red {
    color: #dc000c;
  }
  .seiho-card .seiho-card-title .strong {
    font-size: 2.8rem;
    color: #dc000c;
  }
  .seiho-card .seiho-card-title .small {
    font-size: 2rem;
    font-weight: normal;
  }
  .seiho-card .seiho-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 127px;
    text-align: center;
  }
  .seiho-card .seiho-card-lead {
    margin-top: 10px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .seiho-card .seiho-card-text {
    flex-grow: 1;
    margin-top: 13px;
    font-size: 1.8rem;
  }
  .seiho-card .seiho-card-button-wrap {
    display: flex;
    gap: 20px;
    padding: 0 30px 20px;
    background-color: #f4f4f4;
  }
  .seiho-card .seiho-card-button01 {
    width: calc(100% / 2 - 20px / 2);
  }
  .seiho-card .seiho-card-button01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 51px;
    padding: 5px 30px;
    background-color: #fff;
    border-radius: 26px;
    border: 2px solid #707070;
    text-align: center;
    font-size: 2rem;
    color: inherit;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    transition: 0.2s opacity ease-out;
  }
  .seiho-card .seiho-card-button01 a:hover {
    opacity: 0.8;
  }
  .seiho-card .seiho-card-button01 a::before,
  .seiho-card .seiho-card-button01 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 3px;
    margin-top: -1.5px;
    background-color: #dc000c;
  }
  .seiho-card .seiho-card-button01 a::before {
    transform: translateY(-3px) rotate(45deg);
  }
  .seiho-card .seiho-card-button01 a::after {
    transform: translateY(2px) rotate(-45deg);
  }
  .seiho-card .seiho-card-button02 {
    width: calc(100% / 2 - 20px / 2);
  }
  .seiho-card .seiho-card-button02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    height: 51px;
    padding: 5px 30px;
    background-color: #dc000c;
    border-radius: 26px;
    text-align: center;
    font-size: 2rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
    transition: 0.2s background-color ease-out;
  }
  .seiho-card .seiho-card-button02 a:hover {
    background-color: #ba0a14;
  }
  .seiho-card .seiho-card-button02 a::before,
  .seiho-card .seiho-card-button02 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 15px;
    width: 10px;
    height: 3px;
    margin-top: -1.5px;
    background-color: #fff;
  }
  .seiho-card .seiho-card-button02 a::before {
    transform: translateY(-3px) rotate(45deg);
  }
  .seiho-card .seiho-card-button02 a::after {
    transform: translateY(2px) rotate(-45deg);
  }
  /* ----- .seiho-category ----- */
  .seiho-category-wrap {
    display: flex;
    align-items: flex-start;
    flex-flow: wrap;
    gap: 20px 40px;
    margin-top: 50px;
  }
  .seiho-category {
    width: 100%;
    background-color: #fffde9;
    border-radius: 6px;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 5px 0px rgba(0, 15, 30, 0.3);
    overflow: hidden;
  }
  .seiho-category .seiho-category-head {
    display: flex;
    align-items: center;
    justify-content: space-between;
    gap: 10px;
    position: relative;
    padding: 20px 10px 20px 115px;
    min-height: 110px;
    transition: 0.3s background-color ease-out;
  }
  .seiho-category[data-category="shibo"] .seiho-category-head {
    background: url(/kojin/shohin/ichiran/img/seiho_ic01.webp) no-repeat 33px 50% / 49px;
  }
  .seiho-category[data-category="gan-shippei"] .seiho-category-head {
    background: url(/kojin/shohin/ichiran/img/seiho_ic02.webp) no-repeat 25px 50% / 68px;
  }
  .seiho-category[data-category="shogai-kaigo-ninchi"] .seiho-category-head {
    background: url(/kojin/shohin/ichiran/img/seiho_ic03.webp) no-repeat 18px 50% / 79px;
  }
  .seiho-category[data-category="iryo"] .seiho-category-head {
    background: url(/kojin/shohin/ichiran/img/seiho_ic04.webp) no-repeat 30px 50% / 56px;
  }
  .seiho-category[data-category="tsumitate-nenkin-yoro"] .seiho-category-head {
    background: url(/kojin/shohin/ichiran/img/seiho_ic05.webp) no-repeat 28px 50% / 62px;
  }
  .seiho-category[data-category="gakushi"] .seiho-category-head {
    background: url(/kojin/shohin/ichiran/img/seiho_ic06.webp) no-repeat 23px 50% / 71px;
  }
  .seiho-category[data-category="gaika-hengaku"] .seiho-category-head {
    background: url(/kojin/shohin/ichiran/img/seiho_ic07.webp) no-repeat 27px 50% / 63px;
  }
  .seiho-category .seiho-category-body {
    margin: 0 9px 0;
    padding: 20px 5px;
    border-top: 1px solid #dc000c;
  }
  .seiho-category .seiho-category-body >:first-child {
    margin-top: 0!important;
  }
  .seiho-category .seiho-category-title {
    margin: 0;
    line-height: 1.5;
  }
  .seiho-category .seiho-category-title .seiho-category-title-text {
    display: block;
    margin-top: 4px;
    font-size: 2.4rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .seiho-category .seiho-category-title .seiho-category-title-text.with-button {
    padding-right: 50px;
  }
  .seiho-category .seiho-category-title .seiho-category-title-sub {
    font-size: 1.4rem;
    color: #626262;
    font-weight: normal;
    line-height: 1.4;
  }
  .seiho-category .seiho-category-button {
    position: absolute;
    bottom: 20px;
    right: 10px;
  }
  .seiho-category .seiho-category-button a {
    flex-shrink: 0;
    display: block;
    margin: 0;
    padding: 8px 10px 6px 19px;
    border-radius: 9999px;
    border: 1px solid var(--border-color);
    background: var(--bright-color);
    color: var(--text-color);
    font-size: 1.6rem;
  }
  .seiho-category .seiho-category-button a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
  .seiho-category .seiho-category-button a .button_label {
    position: relative;
    padding-right: 20px;
  }
  .seiho-category .seiho-category-button a .button_label::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 2px;
    width: 7px;
    height: 7px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-color: var(--main-color);
    transform: rotate(135deg);
  }
}

/* ======================================================
 * SP
====================================================== */
@media only screen and (max-width: 767px) {
  /* ----- seiho-main ----- */
  .seiho-main {
    margin-top: 15px;
    margin-right: -15px;
    padding: 20px 0 28px 20px;
    border-radius: 10px 0 0 10px;
    background: url(/kojin/shohin/ichiran/img/seiho_bg01_sp.webp) no-repeat 0 0/ cover,linear-gradient(#ffb1c9 0%,#ffd1b6 83%,#fff09d 100%) repeat 0 0 / 100% 100%;
  }
  .seiho-main >:first-child {
    margin-top: 0!important;
  }
  .seiho-main .seiho-main-title {
    position: relative;
    margin-top: 15px;
    padding-bottom: 8px;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .seiho-main .seiho-main-title::before {
    content: '';
    position: absolute;
    left: 0;
    bottom: 0;
    width: 30px;
    height: 1px;
    background: linear-gradient(90deg, #fff47c 50%, #fff 50%);
  }
  /* ----- .seiho-slider ----- */
  .seiho-slider-wrap {
    margin: 15px 0 0 -20px;
    overflow: hidden;
  }
  .seiho-slider {
    width: 100vw;
    margin-left: -15px;
  }
  .seiho-slider .seiho-slider-item {
    width: calc(600 / 750 * 100vw);
    margin: 0 0px;
    padding: 5px 0;
    opacity: 0.8;
    transform: scale(0.85);
    transform-origin: 50% 50%;
    transition: transform 0.2s ease-out,opacity 0.2s ease-out;
  }
  .seiho-slider.is-change {
    display: flex;
    justify-content: center;
  }
  .seiho-slider.is-change .seiho-slider-item {
    opacity: 1;
    transform: scale(1);
  }
  .seiho-slider .seiho-slider-item:has(+ .slick-center) {
    transform: scale(0.8);
  }
  .seiho-slider .seiho-slider-item.slick-center {
    opacity: 1;
    transform: scale(1);
  }
  .seiho-slider-control {
    display: flex;
    justify-content: center;
    align-items: center;
    margin: 5px 30px 0 15px;
  }
  .seiho-slider-control .slick-arrow {
    position: relative;
    width: 11px;
    height: 21px;
    cursor: pointer;
  }
  .seiho-slider-control .slick-arrow::before,
  .seiho-slider-control .slick-arrow::after {
    content: '';
    position: absolute;
    top: 50%;
    width: 14px;
    height: 3px;
    margin-top: -1.5px;
    background-color: #ff7e8f;
    border-radius: 5px;
  }
  .seiho-slider-control .slick-arrow.seiho-slider_prev {
    margin-right: 40px;
  }
  .seiho-slider-control .slick-arrow.seiho-slider_prev::before,
  .seiho-slider-control .slick-arrow.seiho-slider_prev::after {
    left: 0;
  }
  .seiho-slider-control .slick-arrow.seiho-slider_prev::before {
    transform: translateY(-5px) rotate(-48deg);
  }
  .seiho-slider-control .slick-arrow.seiho-slider_prev::after {
    transform: translateY(4px) rotate(48deg);
  }
  .seiho-slider-control .slick-arrow.seiho-slider_next {
    margin-left: 40px;
  }
  .seiho-slider-control .slick-arrow.seiho-slider_next::before,
  .seiho-slider-control .slick-arrow.seiho-slider_next::after {
    right: 0;
  }
  .seiho-slider-control .slick-arrow.seiho-slider_next::before {
    transform: translateY(5px) rotate(-48deg);
  }
  .seiho-slider-control .slick-arrow.seiho-slider_next::after {
    transform: translateY(-4px) rotate(48deg);
  }
  .seiho-slider-control .seiho-slider_pager {
    margin-right: 25px;
  }
  .seiho-slider-control .seiho-slider_pager .slick-dots {
    display: flex;
    align-items: center;
    justify-content: center;
    flex-flow: wrap;
    gap: 15px;
  }
  .seiho-slider-control .seiho-slider_pager .slick-dots li {
    width: 10px;
    height: 10px;
    border-radius: 50%;
    overflow: hidden;
  }
  .seiho-slider-control .seiho-slider_pager .slick-dots li button {
    display: block;
    width: 10px;
    height: 10px;
    background-color: #ff7e8f;
    font-size: 0;
    text-indent: -9999px;
    transition: background-color 0.2s ease-out;
  }
  .seiho-slider-control .seiho-slider_pager .slick-dots li.slick-active button {
    background-color: #ff5287;
  }
  .seiho-slider-control .seiho-slider-button .seiho-slider_toggle {
    display: block;
    position: relative;
    width: 16px;
    height: 16px;
    background-image: linear-gradient(90deg, transparent 0px,transparent 2px,#ff7e8f 2px,#ff7e8f 6px,transparent 6px,transparent 10px,#ff7e8f 10px,#ff7e8f 14px,transparent 14px);
    font-size: 0;
    text-indent: -9999px;
  }
  .seiho-slider-control .seiho-slider-button .seiho-slider_toggle:not(.is-paused)::before {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 16px;
    height: 16px;
    background-image: linear-gradient(90deg, transparent 0px,transparent 2px,#ff7e8f 2px,#ff7e8f 6px,transparent 6px,transparent 10px,#ff7e8f 10px,#ff7e8f 14px,transparent 14px);
    opacity: 0;
    transition: opacity 0.2s ease-out
  }
  .seiho-slider-control .seiho-slider-button .seiho-slider_toggle.is-paused {
    background: none;
  }
  .seiho-slider-control .seiho-slider-button .seiho-slider_toggle.is-paused:before {
    display: none;
  }
  .seiho-slider-control .seiho-slider-button .seiho-slider_toggle.is-paused::after {
    content: '';
    position: absolute;
    top: 0;
    left: 0;
    width: 0;
    height: 0;
    border-left: 12px solid #ff7e8f;
    border-top: 8px solid transparent;
    border-bottom: 8px solid transparent;
    transition: border 0.2s ease-out
  }
  /* ----- .seiho-card ----- */
  .seiho-card {
    margin: 0;
    height: 100%;
    box-shadow: 0px 0.5px 5px 0px rgba(0, 15, 30, 0.3);
    background-color: #fff;
    border-radius: 5px;
    overflow: hidden;
  }
  .seiho-card .seiho-card-head {
    display: flex;
    justify-content: center;
    align-items: center;
    padding: 11px 10px;
    background-color: #f4f4f4;
  }
  .seiho-card .seiho-card-body {
    display: flex;
    flex-flow: column;
    padding: 15px 15px 0;
    background-color: #f4f4f4;
  }
  .seiho-card .seiho-card-body >:first-child {
    margin-top: 0!important;
  }
  .seiho-card .seiho-card-link {
    display: block;
    color: inherit;
  }
  .seiho-card .seiho-card-title {
    text-align: center;
    font-size: 1.3rem;
    font-weight: bold;
    line-height: 1.3;
  }
  .seiho-card .seiho-card-title .red {
    color: #dc000c;
  }
  .seiho-card .seiho-card-title .strong {
    font-size: 1.7rem;
    color: #dc000c;
  }
  .seiho-card .seiho-card-title .small {
    font-size: 1.2rem;
    font-weight: normal;
  }
  .seiho-card .seiho-card-image {
    display: flex;
    justify-content: center;
    align-items: center;
    height: 96px;
    text-align: center;
  }
  .seiho-card .seiho-card-lead {
    margin-top: 10px;
    font-size: 1.6rem;
    font-weight: bold;
    line-height: 1.2;
  }
  .seiho-card .seiho-card-text {
    flex-grow: 1;
    margin-top: 6px;
    font-size: 1.5rem;
    line-height: 1.3;
  }
  .seiho-card .seiho-card-button-wrap {
    display: flex;
    gap: 10px;
    padding: 13px 15px 15px;
    background-color: #f4f4f4;
  }
  .seiho-card .seiho-card-button01 {
    width: calc(100% / 2 - 10px / 2);
  }
  .seiho-card .seiho-card-button01 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 36px;
    padding: 5px 15px;
    background-color: #fff;
    border-radius: 50px;
    border: 1px solid #707070;
    text-align: center;
    font-size: 1.5rem;
    color: inherit;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
  }
  .seiho-card .seiho-card-button01 a::before,
  .seiho-card .seiho-card-button01 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    width: 8px;
    height: 2px;
    margin-top: -1px;
    background-color: #dc000c;
  }
  .seiho-card .seiho-card-button01 a::before {
    transform: translateY(-3px) rotate(45deg);
  }
  .seiho-card .seiho-card-button01 a::after {
    transform: translateY(2px) rotate(-45deg);
  }
  .seiho-card .seiho-card-button02 {
    width: calc(100% / 2 - 10px / 2);
  }
  .seiho-card .seiho-card-button02 a {
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
    width: 100%;
    min-height: 36px;
    padding: 5px 15px 5px 3px;
    background-color: #dc000c;
    border-radius: 50px;
    text-align: center;
    font-size: 1.5rem;
    color: #fff;
    font-weight: bold;
    line-height: 1.2;
    text-decoration: none;
  }
  .seiho-card .seiho-card-button02 a::before,
  .seiho-card .seiho-card-button02 a::after {
    content: '';
    position: absolute;
    top: 50%;
    right: 7px;
    width: 8px;
    height: 2px;
    margin-top: -1px;
    background-color: #fff;
  }
  .seiho-card .seiho-card-button02 a::before {
    transform: translateY(-3px) rotate(45deg);
  }
  .seiho-card .seiho-card-button02 a::after {
    transform: translateY(2px) rotate(-45deg);
  }
  /* ----- .seiho-category ----- */
  .seiho-category-wrap {
    display: flex;
    flex-flow: wrap;
    gap: 10px;
    margin-top: 25px;
  }
  .seiho-category {
    width: 100%;
    background-color: #fffde9;
    border-radius: 4px;
    border: 1px solid #ccc;
    box-shadow: 0px 1px 5px 0px rgba(0, 15, 30, 0.3);
    overflow: hidden;
  }
  .seiho-category .seiho-category-head {
    display: flex;
    align-items: center;
    position: relative;
    justify-content: space-between;
    gap: 10px;
    padding: 15px 10px 15px 85px;
    min-height: 80px;
    cursor: pointer;
  }
  .seiho-category[data-category="shibo"] .seiho-category-head {
    background: url(/kojin/shohin/ichiran/img/seiho_ic01.webp) no-repeat 25px 50% / 35px;
  }
  .seiho-category[data-category="gan-shippei"] .seiho-category-head {
    background: url(/kojin/shohin/ichiran/img/seiho_ic02.webp) no-repeat 20px 50% / 49px;
  }
  .seiho-category[data-category="shogai-kaigo-ninchi"] .seiho-category-head {
    background: url(/kojin/shohin/ichiran/img/seiho_ic03.webp) no-repeat 14px 50% / 56px;
  }
  .seiho-category[data-category="iryo"] .seiho-category-head {
    background: url(/kojin/shohin/ichiran/img/seiho_ic04.webp) no-repeat 22px 50% / 40px;
  }
  .seiho-category[data-category="tsumitate-nenkin-yoro"] .seiho-category-head {
    background: url(/kojin/shohin/ichiran/img/seiho_ic05.webp) no-repeat 21px 50% / 44px;
  }
  .seiho-category[data-category="gakushi"] .seiho-category-head {
    background: url(/kojin/shohin/ichiran/img/seiho_ic06.webp) no-repeat 17px 50% / 51px;
  }
  .seiho-category[data-category="gaika-hengaku"] .seiho-category-head {
    background: url(/kojin/shohin/ichiran/img/seiho_ic07.webp) no-repeat 20px 50% / 45px;
  }
  .seiho-category .seiho-category-body {
    margin: 0 9px;
    padding: 15px 0 20px;
    border-top: 1px solid #dc000c;
  }
  .seiho-category .seiho-category-body >:first-child {
    margin-top: 0!important;
  }
  .seiho-category .seiho-category-title {
    display: inline-flex;
    flex-flow: column;
    gap: 4px
  }
  .seiho-category .seiho-category-title .seiho-category-title-text {
    display: block;
    font-size: 1.5rem;
    font-weight: bold;
    line-height: 1.4;
  }
  .seiho-category .seiho-category-title .seiho-category-title-text.with-button {
    margin-top: 5px;
    padding-right: 65px;
  }
  .seiho-category .seiho-category-title .seiho-category-title-sub {
    font-size: 1.1rem;
    color: #626262;
    font-weight: normal;
    line-height: 1.4;
  }
  .seiho-category .seiho-category-button {
    position: absolute;
    bottom: 15px;
    right: 10px;
  }
  .seiho-category .seiho-category-button a {
    flex-shrink: 0;
    display: block;
    margin: 0;
    padding: 6px 6px 4px 12px;
    border-radius: 9999px;
    border: 1px solid var(--border-color);
    background: var(--bright-color);
    color: var(--text-color);
    font-size: 1.2rem;
  }
  .seiho-category .seiho-category-button a:hover {
    color: var(--main-color);
    text-decoration: underline;
  }
  .seiho-category .seiho-category-button a .button_label {
    position: relative;
    padding-right: 15px;
  }
  .seiho-category .seiho-category-button a .button_label::after {
    content: "";
    display: block;
    position: absolute;
    top: calc(50% - 5px);
    right: 2px;
    width: 6px;
    height: 6px;
    border-top: 2px solid;
    border-left: 2px solid;
    border-color: var(--main-color);
    transform: rotate(135deg);
  }
}


/* ======================================================
 * Print
====================================================== */
@media print {
}