/* reset
-------------------------*/
html { scroll-behavior: smooth; }
figure { margin: 0; }
figcaption {
  font-size: 12px;
  line-height: 1.5;
}
#contents > .container a { text-decoration: underline; }
#contents > .container ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-left: 2em;
  text-indent: -1.5em;
}
#contents > .container h1 {
  font-family: Roboto;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
  margin-bottom: 40px;
}
@media screen and (max-width: 640px) {
  #contents > .container h1 {
    font-size: 26px;
    margin-bottom: 32px;
  }
}
#contents > .container p {
  font-size: 16px;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  #contents > .container p { line-height: 1.5; }
}

/*  wrap 
-------------------------*/
#contents > .container { margin-bottom: 60px; }
@media screen and (max-width: 640px) {
  #contents .container .containerInner { padding: 0 15px 100px; }
}
.columnSection + .columnSection { margin-top: 100px; }

/*  dataWrap 
-------------------------*/
.dataWrap {
  display: flex;
  font-size: 14px;
  margin-bottom: 16px;
}
.dataWrap .badge {
  display: flex;
  justify-content: center;
  color: #fff;
  background-color: #005bac;
  width: 72px;
  height: 24px;
  margin: 0 8px 0 0;
  border-radius: 12px;
}

/*  mainVisual 
-------------------------*/
.mainVisual { margin-bottom: 40px; }
.mainVisual img { width: 100%; }
@media screen and (max-width: 640px) {
  .mainVisual { margin-bottom: 32px; }
}

/*  anchorWrap 
-------------------------*/
.anchorWrap {
  margin: 40px auto 100px;
  width: 720px;
  padding: 32px;
  background-color: #eef3f5;
}
.anchorTtl {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.75;
}
.anchorWrap ul li {
  list-style-type: disc;
  list-style-position: inside;
  padding-top: 16px;
  padding-left: 2em;
  text-indent: -1.5em;
}
.anchorWrap ul li a {
  font-size: 16px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
  text-decoration: underline;
}
@media screen and (max-width: 640px) {
  .anchorWrap {
    margin: 32px auto 100px;
    width: 100%;
    width: calc(100% - 32px);
    padding: 16px;
  }
  .anchorTtl { font-size: 16px; }
  .anchorWrap ul li { padding-top: 8px; }
  .anchorWrap ul li a {
    margin-top: 16px;
    font-size: 14px;
  }
}

/*  common h2 - h4 
-------------------------*/
.columnTtl2 {
  font-size: 28px;
  font-weight: bold;
  line-height: 1.5;
  text-align: center;
}
.columnTtl3 {
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  text-align: left;
}
.columnTtl4 {
  font-size: 16px;
  font-weight: bold;
  text-align: left;
  line-height: 1.75;
}
@media screen and (max-width: 640px) {
  .columnTtl2 { font-size: 20px; }
  .columnTtl4 { line-height: 1.5; }
}
/* columnImg
-------------------------*/
.columnImg { width: 100%; }
.columnImg.my16 { margin: 16px auto; }

/* example
-------------------------*/
.example {
  font-size: 16px;
  line-height: 1.75;
  text-align: justify;
  padding: 24px 32px;
  border: solid 1px #bfbfbf;
}
.example.my16 {
  margin: 16px auto;
}
.example span {
  margin-top: 8px;
  display: inline-block;
  font-size: 12px;
}
@media screen and (max-width: 640px) {
  .example {
    font-size: 16px;
    line-height: 1.5;
    padding: 16px;
  }
}

/* table
-------------------------*/
table {
  width: 100%;
  border: solid 1px #bfbfbf;
  margin-top: 40px;
}
table thead tr { background-color: #e5e5e5; }
table thead tr th:nth-child(1),
table thead tr th:nth-child(3) { width: 350px; }
table thead tr th:nth-child(2) { width: 190px; }
table thead tr th {
  font-weight: bold;
  line-height: 1;
}
table thead tr th,
table tbody tr td {
  border-right: solid 1px #bfbfbf;
  border-bottom: solid 1px #bfbfbf;
  height: 40px;
  text-align: center;
}
@media screen and (max-width: 640px) {
  table { margin-top: 32px; }
  table thead tr th:nth-child(1),
  table thead tr th:nth-child(3) { width: 36.388888888888886vw; }
  table thead tr th:nth-child(2) { width: 18.333333333333332vw; }
  table thead tr th,
  table tbody tr td {
    padding: 11.5px;
    height: auto;
  }
}
/* pt - 
-------------------------*/
.pt16 { padding-top: 16px !important; }
.pt24 { padding-top: 24px !important; }
.pt32 { padding-top: 32px !important; }
@media screen and (max-width: 640px) {
  .sp_pt16 { padding-top: 16px !important; }
  .sp_pt24 { padding-top: 24px !important; }
  .sp_pt32 { padding-top: 32px !important; }
}

/* columnLink
-------------------------*/
.columnLink {
  display: inline-block;
  font-weight: bold;
  text-decoration: underline;
}

