@charset "utf-8";
.column2R #main {
  float: none;
  width: auto;
  font-size: 18px;
}
#mainContents {
  font-family: "游ゴシック体", YuGothic, "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック", "Yu Gothic", "メイリオ", sans-serif;
  margin-top: 60px;
}
#mainContents h2 {
  font-size: 30px;
  text-align: center;
  margin-bottom: 60px;
  background: #013a91;
  padding: 10px 0;
  color: #fff;
  letter-spacing: 6px;
}
.catchArea {
  margin-bottom: 90px;
}
.catchArea p {
  margin-bottom: 10px;
}
.catchArea p:last-of-type {
  margin-bottom: 30px;
}
.catchArea p span {
  font-size: 24px;
  font-weight: bold;
  background: linear-gradient(transparent 50%, #dfb 50%);
}
.catchArea table {
  margin-bottom: 10px;
  width: 100%;
}
.catchArea table th, .catchArea table td {
  border: 2px solid #aaa;
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  padding: 10px;
}
.catchArea table th {
  background: #effffe;
}
.catchArea table td:first-child {
  text-align: left;
  font-size: 16px;
  font-weight: normal;
  width: 32%;
}
.catchArea table td span {
  font-size: 16px;
}
/*.catchArea table td.txtRed {
  color: #e60012;
}
.catchArea table th.bgYellow, .catchArea table td.bgYellow {
  background: #ffef91;
}*/
.catchArea dl.caution {
  text-indent: -1em;
  font-size: 16px;
}
.catchArea dl.caution dd {
  margin-left: 1em;
}
.catchArea dl.caution dd::before {
  content: "※";
}
.qaArea {
  margin: 0 0 60px 54px;
}
.qaArea dl.qa {
  text-indent: calc((1em + 0.8em + 8px) * -1);
  font-size: 19px;
  margin-bottom: 50px;
}
.qaArea dl.qa dt, .qaArea dl.qa dd {
  margin-left: 1em;
  margin-bottom: 10px;
}
.qaArea dl.qa dt::before, .qaArea dl.qa dd::before {
  margin-right: 0.8em;
  padding: 2px 8px;
  border-radius: 4px;
}
.qaArea dl.qa dt::before {
  content: "Q";
  background: #d4efff;
}
.qaArea dl.qa dd::before {
  content: "A";
  background: #ffdefb;
}
.pcOnly {
  display: inline-block;
}
.spOnly {
  display: none;
}
@media screen and (max-width:479px) {
  .pcOnly {
    display: none;
  }
  .spOnly {
    display: block;
  }
  .column2R #main {
    font-size: 3.6vw;
  }
  #mainContents {
    width: 96%;
    margin: 20px auto 30px;
  }
  #mainContents h2 {
    font-size: 6vw;
    margin-bottom: 30px;
    letter-spacing: 4px;
  }
  .catchArea {
    margin-bottom: 60px;
  }
  .catchArea p {
    margin-bottom: 10px;
  }
  .catchArea p:last-of-type {
    margin-bottom: 20px;
  }
  .catchArea p span {
    font-size: 5vw;
  }
  .catchArea table th, .catchArea table td {
    font-size: 4vw;
  }
  .catchArea table td:first-child {
    font-size: 3.6vw;
	width: auto;
  }
  .catchArea table td span {
    font-size: 3.6vw;
  }
  .catchArea dl.caution {
    font-size: 3.2vw;
  }
  .qaArea {
    margin: 0 0 30px 26px;
  }
  .qaArea dl.qa {
    font-size: 4vw;
    margin-bottom: 30px;
  }
  .qaArea dl.qa dt, .qaArea dl.qa dd {
    margin-bottom: 6px;
  }
}