/* ==========================================================================
  CONSTRUCTION
========================================================================== */
/* common */
@media all and (min-width: 768px), print {
  .u-inline-block {
    display: inline-block;
  }
  .l-section-border--top {
    border-top: solid calc(1 / var(--font-size) * 1rem) var(--color-gray_300);
    margin-top: calc(40 / var(--font-size) * 1rem);
    padding-top: calc(40 / var(--font-size) * 1rem);
  }
  .c-text__unit {
    font-size: 0.75em;
    margin-left: calc(4 / var(--font-size) * 1rem);
  }

  .grade-code {
    background-color: var(--sub-color-02);
    border-radius: calc(10 / var(--font-size) * 1rem);
    margin-top: calc(16 / var(--font-size) * 1rem);
  }
  .grade-code__inner {
    padding: calc(16 / var(--font-size) * 1rem);
  }
  .grade-code-haeding {
  }
  .grade-code-haeding__label {
    font-size: calc(16 / var(--font-size) * 1rem);
    font-weight: bold;
    color: var(--main-color);
  }
  .grade-code__body {
    margin-top: calc(8 / var(--font-size) * 1rem);
  }

  .c-btn .c-btn + .c-btn{
    margin-top: calc(10 / var(--font-size) * 1rem);
  }
  .gradecode-title{
    font-size: calc(15 / var(--font-size) * 1rem);
    font-weight: bold;
  }
  .gradecode-title:before{
    top: calc(4 / var(--font-size)* 1rem);
    margin-right: calc(8 / var(--font-size)* 1rem);
  }
  .gradecode-cushion{
    border-radius: calc(10 / var(--font-size)* 1rem) !important;
  }
  .c-tab__btn-list__inner {
    align-items: stretch;
  }
  .c-tab__btn {
    display: flex;
    align-items: stretch;
  }
  .c-tab__button {
    max-width: calc(234 / var(--font-size)* 1rem);
    min-height: calc(43 / var(--font-size) * 1rem);
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .c-tab__btn__inner {
    height: 100%;
  }
  .c-tab__btn-list:has(.c-tab__btn-list__comment) .c-tab__btn-list__inner {
    margin-top: calc(16 / var(--font-size)* 1rem);
  }
  .c-tab-btn-3 .c-tab__btn__inner {
    padding: calc(12 / var(--font-size)* 1rem);
  }
  .c-tab__btn-list__comment {
    margin-left: calc(14 / var(--font-size)* 1rem);
  }
  .c-tab__btn__text__label {
    font-size: calc(12 / var(--font-size) * 1rem);
  }
}

@media all and (min-width: 768px) and (max-width: 1100px) {
  .c-tab-btn-3 .c-tab__btn-list {
    align-items: flex-start;
    flex-direction: column;
  }
  .c-tab-btn-3 .c-tab__btn-list__inner {
    order:2;
  }
  .c-tab-btn-3 .c-tab__btn-list__comment {
    order:1;
  }
  .c-tab-btn-3 .c-list__text br {
    display: none;
  }
}

@media all and (max-width: 767px), print {
  .l-section-border--top {
    border-top: solid calc(1 / var(--font-size) * 1rem) var(--color-gray_300);
    margin-top: calc(40 / var(--font-size) * 1rem);
    padding-top: calc(20 / var(--font-size) * 1rem);
  }
  .c-text__unit {
    font-size: 0.75em;
    margin-left: calc(4 / var(--font-size) * 1rem);
  }

  .grade-code {
    background-color: var(--sub-color-02);
    border-radius: calc(10 / var(--font-size) * 1rem);
    margin-top: calc(12 / var(--font-size) * 1rem);
  }
  .grade-code__inner {
    padding: calc(16 / var(--font-size) * 1rem);
  }
  .grade-code-haeding {
  }
  .grade-code-haeding__label {
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: bold;
    color: var(--main-color);
  }
  .grade-code__body {
    margin-top: calc(8 / var(--font-size) * 1rem);
  }
  .gradecode-title{
    font-size: calc(14 / var(--font-size) * 1rem);
    font-weight: bold;
  }
  .gradecode-title:before{
    top: calc(3 / var(--font-size)* 1rem);
    margin-right: calc(8 / var(--font-size)* 1rem);
  }
  .gradecode-cushion{
    border-radius: calc(10 / var(--font-size)* 1rem) !important;
  }
  .c-table__component tr > th:first-child {
    border-bottom: none;
  }
  .c-table__component th p:has(span.u-text-sp--xxs){
    line-height: 1.1;
  }
  .c-table__component th.u-bg-sub-color-02,
  .c-table__component th.u-bg-accent-sub-color-jigyo03 {
    padding: calc(4 / var(--font-size)* 1rem) 0;
    width: calc(64 / var(--font-size)* 1rem);
  }
  .c-table__component th.u-bg-sub-color-02 p,
  .c-table__component th.u-bg-accent-sub-color-jigyo03 p{
    white-space: nowrap;
  }
  .c-btn-list.--sp-2col .c-btn > .c-btn + .c-btn {
    margin-top: calc(8/ var(--font-size)* 1rem);
  }
  .c-tab__btn-list::before {
    /* background-color: inherit; */
  }
  .c-tab__btn-list__comment {
    margin-left: 0;
  }
  .c-tab__btn__inner {
    padding-right: calc(8/ var(--font-size)* 1rem);
    padding-left: calc(8/ var(--font-size)* 1rem);
  }
  .c-tab__btn-list {
    overflow-x: auto;
  }
  .c-tab__btn-list__inner {
    flex-wrap: nowrap;
    align-items: stretch;
  }
  .c-tab__btn {
    flex-shrink: 0;
    min-width: calc(240 / var(--font-size) * 1rem);
    display: flex;
    align-items: stretch;
  }
  .c-tab__button {
    width: 100%;
    display: flex;
    flex-direction: column;
    height: 100%;
  }
  .c-tab__btn__inner {
    height: 100%;
  }
  
  .c-table--sp-stick .c-table__component > table {
    width: 100%!important;
  }
  .c-table--sp-stick .c-table__component > table td {
    padding: calc(4 / var(--font-size)* 1rem) calc(13 / var(--font-size)* 1rem);
    height: calc(91 / var(--font-size)* 1rem);
    width: calc(80% / 3);
    min-width: calc(133 / var(--font-size)* 1rem);
  }
  .c-table--sp-stick .c-table__component > table tr th.c-table--sp-stick__target:first-child{
    min-width: calc(126 / var(--font-size)* 1rem);
  }
  .c-table--sp-stick .c-table__component > table tbody > tr:nth-child(2) th {
    padding: calc(17 / var(--font-size)* 1rem) calc(13 / var(--font-size)* 1rem);
  }
  .c-table--sp-stick .c-table__component > table th + td {
    border-top: none;
  }
  .c-list.--list-size-s > li > .c-list__text {
    font-size: calc(var(--text-size-xxs) / var(--font-size)* 1rem) !important;
    line-height: 1.599;
  }
  .c-tab__contents {
  }
}

/** news 2025062001 */

@media all and (min-width: 768px), print{
  .news-block{
    display: flex;
  }
  .news-block + .news-block{
    margin-top: calc(44 / var(--font-size) * 1rem);
  }
  .news-block__num{
    flex-shrink: 0;
  }
  .news-block__num .u-number-icon{
    width:calc(28 / var(--font-size) * 1rem);
    height:calc(28 / var(--font-size) * 1rem);
  }
  .news-block__contents{
    margin-left: calc(10 / var(--font-size) * 1rem);
  }
  .news-image-block{
  }
  .news-image-block__body{
  }
  .news-image-block__body.--flex{
    display:flex;
    align-items:center;
  }
  .news-image-box__image{}
  .news-image-box__image.--image-20250620-01{
    max-width:calc(600 / var(--font-size) * 1rem);
    width:100%;
  }
  .news-image-box__image.--image-20250620-02{
    max-width:calc(600 / var(--font-size) * 1rem);
    width:100%;
  }
  .news-image-box__image.--image-20250620-03{
    max-width:calc(600 / var(--font-size) * 1rem);
    width:100%;
  }
  .news-image-box__image.--image-20250620-04{
    max-width:calc(600 / var(--font-size) * 1rem);
    width:100%;
  }
  .news-image-block__body.--flex .news-image-box + .news-image-box{
    margin-left: calc(40 / var(--font-size) * 1rem);
  }

  .news-attention{
    border:calc(2 / var(--font-size) * 1rem) solid var(--color-attention_1000);
  }
}

@media all and (max-width: 767px){
  .news-block{
    display: flex;
  }
  .news-block + .news-block{
    margin-top: calc(48 / var(--font-size) * 1rem);
  }
  .news-block__num{
    flex-shrink: 0;
  }
  .news-block__num .u-number-icon{
    width:calc(28 / var(--font-size) * 1rem);
    height:calc(28 / var(--font-size) * 1rem);
  }
  .news-block__contents{
    margin-left: calc(5 / var(--font-size) * 1rem);
  }
  .news-image-box + .news-image-box {
    margin-top: calc(40 / var(--font-size) * 1rem);
  }
  .news-attention{
    border:calc(2 / var(--font-size) * 1rem) solid var(--color-attention_1000);
  }
  .u-number-icon__text{
    line-height: 1;
  }
}