p, li, dt, dd {
  font-size: 28px;
  color: #484848;
  line-height: 1.5em;
}
.header h2 {
  background-color: inherit;
  text-align: center;
  padding: 0;
  margin: 0;
  margin-bottom: 40px;
}
.header h2 img {
  width: 100%;
  max-width: 750px;
}
.choiceList {
  border: 2px dashed #72c1db;
  padding: 0 10px 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
.choiceList p.center {
  text-align: center;
  color: #72c1db;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: -12px 20px 10px 20px;
  padding: 0 5px;
}
.choiceList p span {
  font-size: 32px;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
}
.choiceList p span:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f03a';
  color: #72c1db;
  padding-right: 10px;
  font-size: 32px;
  font-weight: 900;
}
.choiceList ol {
  counter-reset: li;
}
.choiceList ol li {
  font-weight: bold;
  padding-left: 0;
  margin-left: 40px;
  margin-bottom: 20px;
  position: relative;
}
.choiceList ol li:before {
  counter-increment: li;
  content: counter(li) "";
  width: 30px;
  height: 30px;
  /*border: 1px solid #F93;*/
  -webkit-border-radius: 5%;
  -moz-border-radius: 5%;
  border-radius: 5%;
  margin-right: 10px;
  color: #FFF;
  /*	display: block;*/
  text-align: center;
  font-weight: bold;
  line-height: 30px;
  display: inline-block;
  background-color: #72c1db;
  margin-left: -40px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.choiceList ol li a {
  color: #484848;
}
@media screen and (max-width: 736px) {
  p, li, dt, dd {
    font-size: 14px;
  }
  .header h2 {
    margin-bottom: 20px;
  }
  .choiceList {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .choiceList p span {
    font-size: 16px;
  }
  .choiceList p span:before {
    font-size: 16px;
  }
}
/* 
-------------------------------------*/
.choiceBox {
  padding: 20px;
  margin: 0 auto 20px;
  border: 3px solid #72c1db;
}
.choiceBox h3 {
  background-color: #D8F0F8;
  margin-bottom: 20px;
  padding: 10px;
  color: #484848;
  font-size: 32px;
  font-weight: bold;
}
.choiceBox h4 {
  margin-bottom: 20px;
  color: #00AFEC;
  font-size: 32px;
  font-weight: bold;
}
.choiceBox img {
  text-align: center;
  width: 100%;
}
.choiceBox p.entry {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}
.choiceBox p.entry:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f14a';
  color: #fab154;
  padding-right: 10px;
  font-size: 40px;
  font-weight: 400;
}
.choiceBox li {
  margin-bottom: 20px;
}
.choiceBox p {
  margin-bottom: 20px;
}
.choiceBox p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .choiceBox {
    padding: 10px;
    margin: 0 auto 10px;
  }
  .choiceBox h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .choiceBox h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .choiceBox p.entry {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .choiceBox p.entry:before {
    font-size: 20px;
  }
  .choiceBox li {
    margin-bottom: 10px;
  }
  .choiceBox p {
    margin-bottom: 10px;
  }
}
.choiceBox p.pointBox {
  max-width: 80%;
  margin: 10px auto;
  text-align: center;
  border: 3px solid #ffcc01;
  padding: 10px;
  font-weight: bold;
}
.point-arrow {
  color: #ffcc01;
  text-align: center;
}
span.center {
  text-align: center;
  display: block;
}
.choiceBox p.point {
  width: 90%;
  padding: 5px 10px;
  -webkit-border-radius: 100px;
  -moz-border-radius: 100px;
  border-radius: 100px;
  background-color: #00afec;
  color: #FFF;
  text-align: center;
  font-size: 28px;
  font-weight: bold;
  display: block;
  margin: 0 auto 20px;
}
.choiceBox ul.point {
  margin: 0 0 20px;
}
.choiceBox ul.point li {
  padding: 12px;
  font-size: 28px;
  font-weight: bold;
  margin-bottom: 0;
}
.choiceBox ul.point li:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f14a';
  color: #339966;
  padding-right: 10px;
  font-size: 40px;
  font-weight: 400;
}
.choiceBox ul.point li:nth-child(even) {
  background-color: #EEE;
}
@media screen and (max-width: 736px) {
  .choiceBox p.pointBox {}
  .choiceBox p.point {
    font-size: 14px;
    margin: 0 auto 10px;
  }
  .choiceBox ul.point {
    margin: 0 0 10px;
  }
  .choiceBox ul.point li {
    font-size: 14px;
  }
  .choiceBox ul.point li:before {
    font-size: 20px;
  }
}
.exBox h4 {
  background-color: #FF0004;
  border-radius: 25px;
  font-size: 32px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  font-weight: 700;
  margin-bottom: 20px;
  padding: 20px 0;
  box-sizing: border-box;
}
.exBox .textBox {
  border: solid 2px #FF0004;
  margin: 0 20px 10px;
  padding: 10px;
  box-sizing: border-box;
}
.sampleBox {
  margin: 0 20px 30px;
}
.sampleBox h5 {
  font-size: 28px;
  color: #FF0004;
  font-weight: 700;
  line-height: 1.25;
}
.sampleBox h5 span {
  width: 5em;
  background-color: #FF0004;
  border-radius: 20px;
  font-size: 24px;
  color: #ffffff;
  line-height: 1;
  text-align: center;
  margin-bottom: 10px;
  padding: 10px 0;
  display: block;
}
@media screen and (max-width: 736px) {
  .exBox h4 {
    font-size: 16px;
    margin-bottom: 10px;
    padding: 10px 0;
  }
  .exBox .textBox {
    margin: 0 10px 10px;
    padding: 5px;
  }
  .sampleBox {
    margin: 0 10px 15px;
  }
  .sampleBox h5 {
    font-size: 14px;
  }
  .sampleBox h5 span {
    font-size: 12px;
    margin-bottom: 5px;
    padding: 5px 0;
  }
}
.searchSc {
  background-color: #fef2f8;
  border: #fd83c0 solid 4px;
  padding: 10px;
  margin-bottom: 20px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.searchSc h3 {
  background-color: inherit;
  font-size: 28px;
  color: #f90780;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.searchPamp {
  background-color: #f7fee8;
  border: #a8d152 solid 4px;
  margin-bottom: 30px;
  padding: 10px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.searchPamp h3 {
  background-color: inherit;
  font-size: 28px;
  color: #6f6a25;
  line-height: 1.5em;
  margin-bottom: 10px;
}
.searchSc ul, .searchPamp ul {
  display: table;
  table-layout: fixed;
  border-collapse: separate;
  border-spacing: 5px 0;
  text-align: center;
  margin-bottom: 10px;
  width: 100%;
  padding: 0;
}
.searchSc ul a, .searchPamp ul a {
  display: table-cell;
  vertical-align: middle;
  padding: 10px;
  position: relative;
  color: #FFF;
  text-align: center;
  background-color: #F78C2E;
  box-shadow: 0 4px 0 #EF4D08;
}
.searchSc ul li, .searchPamp ul li {
  color: #fff;
}
@media screen and (max-width: 736px) {
  .searchSc {
    border: #fd83c0 solid 2px;
    margin-bottom: 10px;
  }
  .searchSc h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .searchPamp {
    border: #a8d152 solid 2px;
    margin-bottom: 15px;
  }
  .searchPamp h3 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .searchSc ul, .searchPamp ul {
    margin-bottom: 5px;
  }
}
/*----------------------------------------------------*/
.contentsBox {
  border-top: #005bd1 solid 10px;
  padding: 10px;
}
.contentsBox .sBox {
  width: 49%;
  float: left;
  margin-bottom: 10px;
}
.contentsBox .sBox:nth-of-type(odd) {
  margin-right: 2%;
  clear: both;
}
.contentsBox .sBox a {
  background: none;
  padding: 0;
  display: block;
}
.contentsBox .sBox div img {
  width: 100%;
  max-width: 345px;
  margin-bottom: 10px;
}
.contentsBox .sBox h4 {
  font-size: 28px;
  color: #8bd816;
  text-decoration: underline;
  margin-bottom: 10px;
}
.contentsBox .sBox p {
  font-size: 24px;
  color: #484848;
  line-height: 1.5em;
}
@media screen and (max-width: 736px) {
  .contentsBox {
    padding: 5px;
  }
  .contentsBox .sBox {
    margin-bottom: 5px;
  }
  .contentsBox .sBox div img {
    margin-bottom: 5px;
  }
  .contentsBox .sBox h4 {
    font-size: 14px;
    margin-bottom: 5px;
  }
  .contentsBox .sBox p {
    font-size: 12px;
  }
}