#dtl {
  padding-top: 50px;
  margin-top: -50px;
}

.wrapper header {
  padding: 15px 0;
}
.wrapper header .logo {
  text-align: right;
}
@media screen and (min-width: 1480px) {
  .wrapper {
    background-size: auto,auto,100% auto;
  }
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 25px;
    background-size: 80% auto ,300% auto, auto;
  }
  .wrapper header {
    padding: 0 0 10px;
  }
  .wrapper header .logo {
    width: 40%;
    margin: 0 0 0 60%;
  }
}
.wrapper h2 {
  text-align: center;
  margin: 0 auto 30px;
}
@media screen and (max-width: 768px) {
  .wrapper h2 {
    margin: 0 auto 20px;
  }
}
.wrapper h2 em {
  color: #44713c;
  font-weight: bold;
  font-size: 32px;
  text-align: center;
  font-style: normal;
  line-height: 1;
  display: table-cell;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  .wrapper h2 em {
    font-size: 22px;
  }
}
.wrapper .rTtl {
  background-color: #44713c;
  color: #ffffff;
  font-weight: bold;
  font-size: 18px;
  padding: 3px 15px;
  border-radius: 15px;
  display: table;
  line-height: 1.3;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  .wrapper .rTtl {
    font-size: 16px;
  }
}
.wrapper .contArea {
  position: relative;
  max-width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 960px) {
  .wrapper .contArea {
    width: 96%;
    margin: 0 2%;
  }
}
.wrapper .contArea.main h1 {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.main h1 {
    margin-bottom: 10px;
  }
}
.wrapper .contArea.main .leadArea {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  flex-direction: row-reverse;
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.main .leadArea {
    display: block;
    margin-bottom: 10px;
  }
}
.wrapper .contArea.main .leadArea .img {
  width: 50%;
}
.wrapper .contArea.main .leadArea .txt {
  padding: 40px 20px 0;
  width: 50%;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.main .leadArea .txt {
    padding: 10px 0 0 0;
    width: 100%;
    text-align: center;
  }
}
.wrapper .contArea.main .popCopy {
  margin: 0 10px 100px 30px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.main .popCopy {
    width: 100%;
    margin: 0 0 20px 0;
  }
}
.wrapper .contArea.main .popCopy > li {
  display: inline-block;
  float: left;
  margin: 0;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.main .popCopy > li {
    width: 100%;
    float: none;
    text-align: center;
  }
}
.wrapper .contArea.main .popCopy > li:nth-child(2) {
  margin: 10px 0 5px 30px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.main .popCopy > li:nth-child(2) {
    width: 70%;
    margin: 0 0 0 30%;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.main .popCopy > li:nth-child(3) {
    width: 80%;
    margin: 0 20% 10px 0;
  }
}
.wrapper .contArea.newsArea {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.newsArea {
    margin-bottom: 50px;
  }
}
.wrapper .contArea.newsArea h2 {
  display: table;
  width: 100%;
  max-width: 320px;
  background: url(../../img/ttl_bg_nw.png) no-repeat center center;
  height: 120px;
  margin-bottom: 0;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.newsArea h2 {
    max-width: 257px;
    background-size: 257px auto;
    height: 96px;
  }
}
.wrapper .contArea.newsArea .newsTbl {
  width: 100%;
  color: #44713c;
  border-collapse: collapse;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
.wrapper .contArea.newsArea .newsTbl.mr {
  display: none;
}
.wrapper .contArea.newsArea .newsTbl > li {
  display: table;
  width: 100%;
}
.wrapper .contArea.newsArea .newsTbl em {
  display: table-cell;
  padding: 20px 5px 10px;
  width: 170px;
  border-bottom: #44713c 2px solid;
  text-align: left;
  font-size: 16px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.newsArea .newsTbl em {
    width: 100%;
    display: block;
    padding: 10px 5px 5px;
  }
}
.wrapper .contArea.newsArea .newsTbl span {
  display: table-cell;
  padding: 20px 0px 10px 20px;
  width: calc(100%-170px);
  border-bottom: #e7e1c2 1px solid;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.newsArea .newsTbl span {
    width: 100%;
    display: block;
    padding: 5px 5px 10px;
  }
}
.wrapper .contArea.newsArea .newsTbl span a {
  color: #44713c;
}
.wrapper .contArea.newsArea .newsTbl span a.pdf:before {
  content: "";
  display: inline-block;
  width: 18px;
  height: 18px;
  background: url("../img/icn_pdf.png") no-repeat left center;
  vertical-align: middle;
  margin-right: 10px;
}
.wrapper .contArea.newsArea .newsTbl span.new:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 24px;
  background: url(../../img/news_new.png) no-repeat center center;
  vertical-align: middle;
  margin-right: 10px;
}
.wrapper .contArea.newsArea .newsTbl span.info:before {
  content: "";
  display: inline-block;
  width: 80px;
  height: 24px;
  background: url(../../img/news_info.png) no-repeat center center;
  vertical-align: middle;
  margin-right: 10px;
}
.wrapper .contArea.newsArea .more {
  text-align: center;
  margin: 40px auto 0;
  color: #0066ff;
  cursor: pointer;
  text-decoration: underline;
}
.wrapper .contArea.newsArea .more:hover {
  text-decoration: none;
}
.wrapper .contArea.anniv {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.anniv {
    margin-bottom: 60px;
  }
}
.wrapper .contArea.anniv h2 {
  display: table;
  width: 100%;
  max-width: 480px;
  background: url(../../img/ttl_bg_anv.png) no-repeat center center;
  height: 120px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.anniv h2 {
    max-width: 384px;
    background-size: 384px auto;
    height: 96px;
  }
}
.wrapper .contArea.anniv p {
  color: #44713c;
  font-size: 16px;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.anniv p {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
.wrapper .contArea.anniv p.btn {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.anniv p.btn {
    margin-bottom: 20px;
  }
}
.wrapper .contArea.point {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.point {
    margin-bottom: 30px;
  }
}
.wrapper .contArea.point h2 {
  display: table;
  width: 100%;
  max-width: 440px;
  background: url(../../img/ttl_bg1.png) no-repeat center center;
  height: 150px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.point h2 {
    max-width: 350px;
    background-size: 350px auto;
    height: 120px;
  }
}
.wrapper .contArea.point p {
  color: #44713c;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.point p {
    font-size: 14px;
  }
}
.wrapper .contArea.detail h2 {
  display: table;
  width: 100%;
  max-width: 322px;
  background: url(../../img/ttl_bg2.png) no-repeat center center;
  height: 160px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.detail h2 {
    max-width: 258px;
    background-size: 258px auto;
    height: 128px;
  }
}
.wrapper .contArea.detail .sche {
  text-align: center;
  margin: 0 auto 20px;
}
.wrapper .contArea.detail .dtlTbl {
  color: #44713c;
  border-collapse: collapse;
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.detail .dtlTbl {
    margin-bottom: 40px;
  }
}
.wrapper .contArea.detail .dtlTbl th {
  padding: 25px 5px 15px;
  width: 170px;
  border-bottom: #44713c 2px solid;
  text-align: left;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.detail .dtlTbl th {
    width: 100%;
    display: block;
    padding: 15px 5px 5px;
  }
}
.wrapper .contArea.detail .dtlTbl td {
  padding: 25px 0px 15px 20px;
  width: calc(100%-170px);
  border-bottom: #e7e1c2 1px solid;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.detail .dtlTbl td {
    width: 100%;
    display: block;
    padding: 5px 5px 15px;
  }
}
.wrapper .contArea.app {
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.app {
    margin-bottom: 30px;
  }
}
.wrapper .contArea.app h2 {
  display: table;
  width: 100%;
  max-width: 310px;
  height: 110px;
  background: url(../../img/ttl_bg3.png) no-repeat center center;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.app h2 {
    max-width: 248px;
    background-size: 248px auto;
    height: 88px;
  }
}
.wrapper .contArea.app .appTxt {
  margin-bottom: 30px;
}
.wrapper .contArea.app .appList {
  margin-bottom: 30px;
}
.wrapper .contArea.app .appList > li {
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 10px;
  text-indent: -22px;
  padding-left: 22px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.app .appList > li {
    font-size: 16px;
    text-indent: -17px;
    padding-left: 17px;
  }
}
.wrapper .contArea.app .appList > li a {
  color: #0066ff;
}
.wrapper .contArea.app .appList > li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background: url(../../img/icn_bullet.png) no-repeat center center;
  margin-right: 10px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.app .appList > li:before {
    margin-right: 5px;
  }
}
.wrapper .contArea.app .appAdd {
  margin-bottom: 30px;
}
.wrapper .contArea.judge h2 {
  display: table;
  width: 100%;
  max-width: 346px;
  height: 140px;
  background: url(../../img/ttl_bg4.png) no-repeat center center;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.judge h2 {
    max-width: 277px;
    background-size: 277px auto;
    height: 112px;
  }
}
.wrapper .contArea.judge .jgArea {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.judge .jgArea {
    display: block;
    margin-bottom: 40px;
  }
}
.wrapper .contArea.judge .jgArea > li {
  max-width: 290px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.judge .jgArea > li {
    max-width: 100%;
    margin-bottom: 40px;
  }
}
.wrapper .contArea.judge .jgArea > li figure {
  display: inline-block;
  width: 100%;
  margin: 0 auto 10px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.judge .jgArea > li figure {
    width: 60%;
    margin: 0 20% 10px;
    text-align: center;
  }
}
.wrapper .contArea.judge .jgArea > li ol {
  width: 100%;
}
.wrapper .contArea.judge .jgArea > li ol > li {
  margin-bottom: 15px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.judge .jgArea > li ol > li:first-child {
    text-align: center;
  }
}
.wrapper .contArea.judge .jgArea > li ol > li em {
  font-style: normal;
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.judge .jgArea > li ol > li em {
    font-size: 16px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.judge .jgArea > li ol > li {
    margin-bottom: 8px;
    font-size: 13px;
    line-height: 1.6;
  }
}
.wrapper .contArea.judge .jgArea > li ol > li a {
  color: #0066ff;
}
.wrapper .contArea.archive {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.archive {
    margin-bottom: 50px;
  }
}
.wrapper .contArea.archive h2 {
  display: table;
  width: 100%;
  max-width: 310px;
  height: 110px;
  background: url(../../img/ttl_bg5.png) no-repeat center center;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.archive h2 {
    max-width: 248px;
    background-size: 248px auto;
    height: 88px;
  }
}
.wrapper .contArea.archive .acvList > li {
  margin-bottom: 20px;
  text-align: center;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.archive .acvList > li {
    margin-bottom: 10px;
  }
}
.wrapper .contArea.archive .acvList > li .rTtl {
  margin: 0 auto 10px;
}
.wrapper .contArea.archive .acvList > li a {
  color: #0066ff;
}
.wrapper .contArea.archive .acBtn {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: center;
  justify-content: -webkit- center;
  justify-content: center;
  margin: 10px auto 40px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.archive .acBtn {
    display: block;
    width: 80%;
    margin: 10px auto 30px;
  }
}
.wrapper .contArea.archive .acBtn > li {
  position: relative;
  background-color: #6fceda;
  margin: 0 10px;
  height: 40px;
  border-radius: 20px;
  display: table;
  box-shadow: 0px 2px 4px -1px rgba(0, 0, 0, 0.5);
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.archive .acBtn > li {
    margin: 0 auto 10px;
    width: 100%;
  }
}
.wrapper .contArea.archive .acBtn > li:after {
  position: absolute;
  top: 50%;
  margin-top: -7px;
  right: 7px;
  content: "";
  display: inline-block;
  width: 15px;
  height: 15px;
  background: url(../../img/icn_fw.png) no-repeat center center;
}
.wrapper .contArea.archive .acBtn > li a {
  text-align: center;
  display: table-cell;
  vertical-align: middle;
  padding: 5px 30px;
  color: #ffffff;
  font-size: 17px;
  font-weight: bold;
  text-decoration: none;
}
.wrapper .contArea.archive .pastImg {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.archive .pastImg {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .wrapper .contArea.archive .pastImg > li {
    width: 48%;
    margin-bottom: 10px;
    text-align: center;
  }
}
.wrapper .contArea.sponsor .spsList {
  /*@include flex;*/
  width: 80%;
  background-color: #ffffff;
  margin: 0 auto 100px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.sponsor .spsList {
    width: 100%;
    margin: 0 auto 50px;
    display: block;
  }
}
.wrapper .contArea.sponsor .spsList > li {
  padding: 40px 50px;
  width: 100%;
  text-align: center;
  background: url(../../img/sps_bd_h.png) repeat-x center bottom;
  /*background:url(../../img/sps_bd.png) repeat-y right top;*/
}
.wrapper .contArea.sponsor .spsList > li:first-child {
  width: 100%;
  background: url(../../img/sps_bd_h.png) repeat-x center bottom, url(../../img/sps_bd_h.png) repeat-x center top;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.sponsor .spsList > li:first-child {
    width: 94%;
    margin: 0 3%;
    background: url(../../img/sps_bd_h.png) repeat-x center bottom, url(../../img/sps_bd_h.png) repeat-x center top;
  }
}
.wrapper .contArea.sponsor .spsList > li:first-child ol {
  width: 100%;
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.sponsor .spsList > li:first-child ol {
    display: block;
  }
  .wrapper .contArea.sponsor .spsList > li:first-child ol > li {
    margin-bottom: 10px;
  }
  .wrapper .contArea.sponsor .spsList > li:first-child ol > li:nth-child(1) img {
    width: 50%;
    max-width: 160px;
  }
  .wrapper .contArea.sponsor .spsList > li:first-child ol > li:nth-child(2) img {
    width: 50%;
    max-width: 160px;
  }
  .wrapper .contArea.sponsor .spsList > li:first-child ol > li:nth-child(3) img {
    width: 70%;
    max-width: 208px;
  }
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.sponsor .spsList > li {
    padding: 10px 0;
    width: 94%;
    margin: 0 3%;
    background: url(../../img/sps_bd_h.png) repeat-x center bottom;
  }
}
.wrapper .contArea.sponsor .spsList > li h3 {
  margin-bottom: 40px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.sponsor .spsList > li h3 {
    width: 120px;
    height: auto;
    margin: 0 auto 20px;
  }
}
.wrapper .contArea.contact .ctcName {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
  line-height: 1.5;
  margin-bottom: 30px;
  color: #000000;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.contact .ctcName {
    font-size: 16px;
    margin-bottom: 20px;
  }
}
.wrapper .contArea.contact .ctcName em {
  font-size: 22px;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.contact .ctcName em {
    font-size: 18px;
  }
}
.wrapper .contArea.contact .ctcBox {
  background-color: #f5eed2;
  border-radius: 20px;
  padding: 15px 25px;
  max-width: 800px;
  width: 100%;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.contact .ctcBox {
    display: table;
    width: 80%;
    margin: 0 auto 30px;
  }
}
.wrapper .contArea.contact .ctcBox .ctcList {
  -js-display: flex;
  display: -webkit-box;
  display: -ms-flexbox;
  display: -webkit-flex;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.contact .ctcBox .ctcList {
    display: block;
    text-align: center;
  }
}
.wrapper .contArea.contact .ctcBox p {
  text-align: center;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .wrapper .contArea.contact .ctcBox p {
    margin-top: 10px;
    font-size: 16px;
    line-height: 1.5;
  }
}

.footer {
  background-color: #eeeeee;
  border-bottom: #cc0000 5px solid;
  padding: 20px 0;
  margin: 0;
}
.footer .rBox {
  float: right;
  margin: 0 0 0 auto;
}
.footer .rBox li {
  float: left;
  margin-left: 10px;
  font-size: 14px;
}
.footer .copy {
  float: left;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  .footer .rBox {
    float: none;
    text-align: center;
  }
  .footer .rBox li {
    width: 100%;
    text-align: center;
    font-size: 12px;
  }
  .footer .copy {
    float: none;
    text-align: center;
    font-size: 12px;
  }
}
