@charset "utf-8";

/* numericalBox ---------------- */
.numericalBox {
  text-align: center;
  font-weight: bold;
  padding: 10px;
  background: #F8FEE9;
  border: 1px #C2E375 solid;
}

.glossary_box {
  margin-bottom: 5px;
  padding: 10px;
  background: #FCF7EF;
}

.glossary_box:last-of-type{
  margin-bottom:0;
}

.glossary_box .textTtl{
  margin-bottom:5px;
}

.titleBox {
  font-size: 12px;
  font-weight: bold;
  padding: 6px;
  margin: 0 0 15px 0;
  text-align: center;
}

.gray{
  background-color:#e5e5e5;
}

.red{
  background-color:#DC1C26;
  color: #fff;
}

.blue{
  background-color:#005BAC;
  color: #fff;
}

.tableStyleWrap table th,
.tableStyleWrap table td{
  padding: 10px;
}

.contentsCol2Wrap .col:first-child{
  padding-right:0;
}

.textBox{
  display:flex;
}

.textBox .col{
  margin-left:3%;
  width:calc((100% - 3%) / 2);
}

.textBox .col:first-child{
  margin-left:0;
}

@media screen and (min-width: 768px) {
  .contentsLinkList{
    display:flex;
    flex-wrap:wrap;
  }
  
  .contentsLinkList p{
    width:calc((100% - 10px) / 2);
    margin-left:10px;
    margin-top:5px;
  }

  .contentsLinkList p:nth-child(2n+1){
    margin-left:0;
  }
  
  .contentsLinkList p:nth-child(-n+2){
    margin-top: 0;
  }
}

@media screen and (max-width: 767px) {
  .glossary_box .textTtl {
    text-align: left;
  }
}