@charset "UTF-8";

/*========================================
  このページ固有のclass名
  ex-*：階層のexamを省略して接頭辞に。
========================================*/

/*====================
  table
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .ex-article__table-head{
    background-color: #DDEBF7;
  }
  .ex-article__table-sub{
    background-color: #FFF2CC;
  }
  .ex-article__table .ex-article__table-item{
    text-align: left;
  }
  .ex-article__table-item-bold{
    font-weight: bold;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .ex-article__table-head{
    background-color: #DDEBF7;
  }
  .ex-article__table-sub{
    background-color: #FFF2CC;
  }
  .ex-article__table .ex-article__table-item{
    text-align: left;
  }
  .ex-article__table-item-bold{
    font-weight: bold;
  }
}


/*====================
  btn
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .ex-cont{
    width: 626px;
    margin: 0 auto 60px;
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
    justify-content: space-between;
  }
  .ex-cont__btn{
    display: block;
    font-size: 18px;
    width: 48.5%;
    background-color: #0860a8;
    border-radius: 35px;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    position: relative;
    padding: 7px 0;
  }
  .ex-cont__btn:nth-of-type(n+3){
    margin-top: 18px;
  }
  .ex-cont__btn::after {
    content: "";
    width: 10px;
    height: 16.25px;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    background-image: url(/zemi/media/_share/img/220524_39280_icon_04.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    right: 6.1%;
  }
  .ex-cont__btn-txt{
    display: block;
    font-weight: bold;
  }
  .ex-cont__btn-subtxt{
    display: block;
    font-size: 14px;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .ex-cont{
    margin: 0 8vw 12vw;
  }
  .ex-cont__btn{
    display: block;
    font-size: 4.8vw;
    width: 100%;
    background-color: #0860a8;
    border-radius: 9.3vw;
    text-align: center;
    text-decoration: none;
    color: #FFF;
    position: relative;
    padding: 1.87vw 0;
  }
  .ex-cont__btn:not(:last-of-type){
    margin-bottom: 4.8vw;
  }
  .ex-cont__btn::after {
    content: "";
    width: 2.67vw;
    height: 4.3vw;
    margin-top: auto;
    margin-bottom: auto;
    position: absolute;
    transform: translateY(-50%);
    top: 50%;
    background-image: url(/zemi/media/_share/img/220524_39280_icon_04.svg);
    background-repeat: no-repeat;
    background-size: 100% auto;
    right: 6.1%;
  }
  .ex-cont__btn-txt{
    display: block;
    font-weight: bold;
  }
  .ex-cont__btn-subtxt{
    display: block;
    font-size: 3.73vw;
  }
}


/*====================
  toc
====================*/
/*===== PC =====*/
@media screen and (min-width: 768px) {
  .ex-toc {
    border-radius: 10px;
    background-color: #f6f6f6;
    margin-top: 60px;
    padding: 24px 20px;
  }
  h2.ex-toc__ttl {
    border-bottom: none;
    font-size: 22px;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 0;
    padding: 0;
    position: relative;
  }
  h2.ex-toc__ttl::before {
    content: none;
  }
  .ex-toc__list-unit {
    font-size: 18px;
    line-height: 2;
    font-weight: bold;
  }
  .ex-toc__list-unit:not(:last-of-type) {
    margin-bottom: 10px;
  }
  a.ex-toc__list-unit-link {
    color: #464646;
  }
  li.ex-toc__list-unit-group-item {
    font-weight: normal;
    margin-left: 1.5em;
  }
  ol.ex-toc__list-unit-group li.ex-toc__list-unit-group-item {
    list-style-type: decimal
  }
  ul.ex-toc__list-unit-group li.ex-toc__list-unit-group-item {
    list-style-type: disc
  }
  a.ex-toc__list-unit-group-item-link {
    color: #464646;
  }
}
/*===== SP =====*/
@media screen and (max-width: 767px) {
  .ex-toc {
    border-radius: 2.66666666vw;
    background-color: #f6f6f6;
    margin-top: 16vw;
    padding: 8vw 5.33333333vw;
  }
  h2.ex-toc__ttl {
    border-bottom: none;
    font-size: 5.86666666vw;
    font-weight: normal;
    line-height: 1.5;
    margin-top: 0;
    padding: 0;
    position: relative;
  }
  h2.ex-toc__ttl::before {
    content: none;
  }
  .ex-toc__list-unit {
    font-size: 4.8vw;
    line-height: 2;
    font-weight: bold;
  }
  .ex-toc__list-unit:not(:last-of-type) {
    margin-bottom: 2.66666666vw;
  }
  a.ex-toc__list-unit-link {
    color: #464646;
    display: block;
  }
  li.ex-toc__list-unit-group-item {
    font-weight: normal;
    margin-left: 1.5em;
  }
  ol.ex-toc__list-unit-group li.ex-toc__list-unit-group-item {
    list-style-type: decimal
  }
  ul.ex-toc__list-unit-group li.ex-toc__list-unit-group-item {
    list-style-type: disc
  }
  a.ex-toc__list-unit-group-item-link {
    color: #464646;
    display: block;
  }
}