@charset "UTF-8";

/*-----------------------------追加パーツ1---------------------------------*/
.price-tbl {
    margin: 0 auto 20px;
    width: 100%;
}

.price-tbl__wrapper {
  border-radius: 7px;
  box-shadow: 0 0 3px rgb(0 0 0 / 20%);
    overflow-x: scroll;
}

thead {
    display: table-header-group;
    vertical-align: middle;
    border-color: inherit;
}

.price-tbl__tbl {
  width: 100%;
    white-space: nowrap;
}

.price-tbl__tbl thead th {
  background-color: #6b8f24;
  color: #fff;
}

.price-tbl__tbl thead th.price-tbl__detail {
  background-color: #4d661a;
}

.price-tbl__tbl td, .price-tbl__tbl th {
  font-size: 14px;
  background-color: rgba(255,255,255,.9);
  border-bottom: 1px solid #dedede;
  border-right: 1px dotted #dedede;
  padding: 10px 7px;
  white-space: nowrap;
}

th {
  font-style: normal;
  font-weight: 400;
  text-align: left;
}

.price-tbl__tbl tr:nth-child(even) td {
    background-color: #fef8f2;
}

.price-tbl__price {
    text-align: right;
}

.price-tbl__ttl {
    font-size: 28px;
    color: #6e7e38;
    font-weight: 500;
}

.price-tbl__ttl small {
    font-size: 24px;
}

.price-tbl__note {
    font-size: 14px;
    margin-top: 1rem;
}

@media screen and (max-width: 700px) {
.price-tbl__ttl {
    font-size: 20px;
}

.price-tbl__ttl small {
    font-size: 16px;
}
}


/*-----------------------------追加パーツ2---------------------------------*/
.iryou .price-tbl__tbl thead th {
    background-color: #404f65;
}

.iryou .price-tbl__tbl thead th.price-tbl__detail {
    background-color: #2c3746;
}

.iryou .price-tbl__ttl {
    color: #404f65;
}


/*-----------------------------アンカーリンク---------------------------------*/
.contents_btn01 a:before, main form .submit span:before {
    display: none;
}

@media screen and (max-width: 600px) {
.contents_btn01 a {
    min-width: auto;
}

.contents_btn01 .content_wrapper>a, .contents_btn01.block_button_2 .inner_item_img {
    margin-left: 3px;
    margin-right: 3px;
    margin-bottom: 0;
}

.contents_btn01 a, .glossary_archive .content_wrapper .heading.block_header_2 a:after {
    padding-left: 5px;
    padding-right: 5px;
}
}

@media screen and (min-width: 401px) and (max-width: 600px) {
.contents_btn01 a span {
    font-size: 1.4rem;
    padding: 14px 1.5vw 15px;
}
}

@media screen and (max-width: 400px) {
.contents_btn01 a span {
    font-size: 1.2rem;
    padding: 14px 0px 15px;
}
}

/*-----------------------------ボタンパーツ---------------------------------*/
@media screen and (max-width: 400px) {
.block_html ul li, .block_html ol li {
    padding-left: 0;
}

.sim_s li a {
    font-size: 1.4rem;
}
}
/*-------------------SP時のみリンクテキスト改行------------------------*/
span.sp_blank {
    display: inline;
}
@media(max-width: 900px) {
span.sp_blank {
    display: none;
}
}
