@charset "utf-8";
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;
}
.applicationList {
  border: 2px dashed #fab154;
  padding: 0 10px 0;
  margin-top: 40px;
  margin-bottom: 20px;
}
.applicationList p.center {
  text-align: center;
  color: #fab154;
  line-height: 1.3;
  font-weight: bold;
  letter-spacing: 0.2em;
  margin: -12px 20px 10px 20px;
  padding: 0 5px;
}
.applicationList p span {
  font-size: 32px;
  font-weight: bold;
  background: #fff;
  padding: 0 10px;
}
.applicationList p span:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f00b';
  color: #fab154;
  padding-right: 10px;
  font-size: 32px;
  font-weight: 900;
}
.applicationList ol {
  counter-reset: li;
}
.applicationList ol li {
  font-weight: bold;
  padding-left: 0;
  margin-left: 40px;
  margin-bottom: 20px;
  position: relative;
}
.applicationList 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: #fab154;
  margin-left: -40px;
  position: absolute;
  top: 50%;
  margin-top: -16px;
}
.applicationList ol li a {
  color: #484848;
}
@media screen and (max-width: 736px) {
  p, li, dt, dd {
    font-size: 14px;
  }
  .header h2 {
    margin-bottom: 20px;
  }
  .applicationList {
    margin-top: 20px;
    margin-bottom: 10px;
  }
  .applicationList p span {
    font-size: 16px;
  }
  .applicationList p span:before {
    font-size: 16px;
  }
}
/* 
-------------------------------------*/
.applicationBox {
  padding: 20px;
  margin: 0 auto 20px;
  border: 3px solid #fab154;
}
.applicationBox h3 {
  background-color: #fbdfba;
  margin-bottom: 20px;
  padding: 10px;
  color: #484848;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5em;
}
.applicationBox h4 {
  margin-bottom: 20px;
  color: #FF6600;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.5em;
}
.applicationBox img {
  text-align: center;
  width: 100%;
}
.applicationBox p.entry {
  margin-bottom: 20px;
  font-size: 28px;
  font-weight: bold;
}
.applicationBox p.entry:before {
  font-family: 'Font Awesome 5 Free';
  content: '\f14a';
  color: #fab154;
  padding-right: 10px;
  font-size: 40px;
  font-weight: 900;
}
.applicationBox p {
  font-size: 28px;
  margin-bottom: 20px;
}
.applicationBox p:last-child {
  margin-bottom: 0;
}
@media screen and (max-width: 736px) {
  .applicationBox {
    padding: 10px;
    margin: 0 auto 10px;
  }
  .applicationBox h3 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .applicationBox h4 {
    margin-bottom: 10px;
    font-size: 16px;
  }
  .applicationBox p.entry {
    margin-bottom: 10px;
    font-size: 14px;
  }
  .applicationBox p.entry:before {
    font-size: 20px;
  }
  .applicationBox p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.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;
  }
}
.choice {
  display: flex;
}
.choice img {
  width: 100%;
}
.choice p {
  margin-left: 10px;
}
/*----------------------------------------------------*/
.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;
  }
}