@charset "UTF-8";
a {
  color: #e40b20;
}

.wrapper {
  padding: 30px 0 100px;
}
@media screen and (max-width: 768px) {
  .wrapper {
    padding: 20px 0 40px;
  }
}

.contsArea {
  max-width: 1000px;
  margin: 0 auto;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .contsArea {
    margin: 0 3%;
    width: 94%;
  }
}

.mv {
  background-color: #f8f8f8;
  border-radius: 12px;
  margin-bottom: 80px;
}

#news {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #news {
    margin-bottom: 50px;
  }
}
#news .newsArea {
  max-width: 900px;
  margin: 0 auto;
  /*		background-color: #ffffff;
  		border: #dddddd 2px solid;
  		border-radius: 8px;
  		padding: 30px 20px;*/
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #news .newsArea {
    /*	padding: 15px 20px;*/
    font-size: 14px;
  }
}
#news .newsArea .newsTbl {
  width: 100%;
  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;
}
#news .newsArea .newsTbl.mr {
  display: none;
}
#news .newsArea .newsTbl > li {
  display: table;
  width: 100%;
}
#news .newsArea .newsTbl em {
  display: table-cell;
  padding: 10px 5px 5px;
  width: 160px;
  text-align: left;
  font-size: 16px;
  font-style: normal;
  position: relative;
}
#news .newsArea .newsTbl em:after {
  position: absolute;
  top: 15px;
  right: 0;
  content: '';
  height: 20px;
  width: 1px;
  border-right: #e40b20 2px solid;
  display: inline-block;
  margin: 0 20px 0;
}
@media screen and (max-width: 768px) {
  #news .newsArea .newsTbl em {
    /*width: 100%;*/
    display: inline-block;
    width: 150px;
    padding: 10px 5px 5px;
  }
}
#news .newsArea .newsTbl span {
  display: table-cell;
  padding: 10px 0px 5px 10px;
  width: calc(100% - 160px);
}
@media screen and (max-width: 768px) {
  #news .newsArea .newsTbl span {
    display: block;
    width: 100%;
    padding: 0px 5px 10px;
  }
}
#news .newsArea .newsTbl span a {
  color: #000000;
}
#news .newsArea .newsTbl span a:hover {
  text-decoration: none;
}
#news .newsArea .newsTbl span a.link {
  color: #e40b20;
}
#news .newsArea .newsTbl span a.link.anch:after {
  transform: rotate(0deg);
}
#news .newsArea .newsTbl span a.link:after {
  content: '▼';
  display: inline-block;
  transform: rotate(-90deg);
  font-size: 12px;
  color: #e40b20;
  margin-left: 5px;
}
#news .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;
}
#news .newsArea .more {
  display: table;
  position: relative;
  margin: 30px auto 0;
  cursor: pointer;
}
@media screen and (max-width: 768px) {
  #news .newsArea .more {
    margin: 0 auto;
  }
}
#news .newsArea .more span {
  display: table-cell;
  color: #e40b20;
  text-align: center;
  font-size: 16px;
  font-weight: 700;
  text-decoration: underline;
}
#news .newsArea .more span:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #news .newsArea .more span {
    font-size: 14px;
  }
}
#news .newsArea .more:after {
  content: '▼';
  display: inline-block;
  font-size: 12px;
  color: #e40b20;
  margin-left: 5px;
}
#news .newsArea .more.op:after {
  transform: rotate(180deg);
}

#anniv {
  max-width: 600px;
  margin: 0 auto 140px;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #anniv {
    margin-bottom: 70px;
  }
}
#anniv .txt {
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #anniv .txt {
    font-size: 15px;
  }
}
#anniv .anBtn {
  max-width: 480px;
  margin: 0 auto;
  width: 90%;
}
#anniv .anBtn > li {
  display: table;
  height: 44px;
  border-radius: 22px;
  background-color: #ffffff;
  border: #e40b20 2px solid;
  margin: 0 auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #anniv .anBtn > li {
    height: 38px;
    border-radius: 19px;
    margin-bottom: 6px;
  }
}
#anniv .anBtn > li:hover {
  background-color: rgba(228, 11, 32, 0.2);
}
#anniv .anBtn > li a {
  display: table-cell;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: 18px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
  padding: 5px 40px;
  color: #e40b20;
}
@media screen and (max-width: 768px) {
  #anniv .anBtn > li a {
    font-size: 16px;
  }
}
#anniv .anBtn > li a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: '▼';
  display: inline-block;
  transform: translateY(-12px) rotate(-90deg);
  font-size: 14px;
  color: #e40b20;
}
@media screen and (max-width: 768px) {
  #anniv .anBtn > li a:after {
    font-size: 12px;
  }
}

#purpose {
  margin-bottom: 120px;
}
@media screen and (max-width: 768px) {
  #purpose {
    margin-bottom: 60px;
  }
}
#purpose .txt {
  max-width: 840px;
  margin: 0 auto;
  width: 90%;
}
@media screen and (max-width: 768px) {
  #purpose .txt {
    font-size: 15px;
  }
}

#about {
  margin-bottom: 150px;
}
@media screen and (max-width: 768px) {
  #about {
    margin-bottom: 80px;
  }
}
#about h2 {
  text-align: center;
  font-weight: 700;
  font-feature-settings: 'palt' 1;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 30px;
  line-height: 1.6;
  margin-bottom: 25px;
}
@media screen and (max-width: 768px) {
  #about h2 {
    font-size: 26px;
    line-height: 1.4;
  }
}
#about h2 span {
  font-size: 24px;
}
@media screen and (max-width: 768px) {
  #about h2 span {
    font-size: 20px;
  }
}
#about .leadTxt {
  max-width: 900px;
  margin: 0 auto;
  background-color: #f8f8f8;
  border-radius: 10px;
  padding: 40px 50px 20px 60px;
}
@media screen and (max-width: 768px) {
  #about .leadTxt {
    padding: 20px 20px 10px 20px;
  }
}
#about .leadTxt ul > li {
  font-size: 18px;
  margin-bottom: 25px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #about .leadTxt ul > li {
    font-size: 16px;
    margin-bottom: 10px;
    line-height: 1.4;
  }
}
#about .leadTxt ul > li:before {
  content: '■';
  display: inline-block;
  margin: -2px 10px 2px;
  font-size: 14px;
}
@media screen and (max-width: 768px) {
  #about .leadTxt ul > li:before {
    font-size: 12px;
    margin: -2px 5px 2px;
  }
}
#about .leadTxt ul > li span {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #about .leadTxt ul > li span {
    font-size: 14px;
  }
}

.anchBtn {
  max-width: 530px;
  margin: 0 auto 100px;
  width: 90%;
  -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) {
  .anchBtn {
    margin: 0 auto 50px;
  }
}
.anchBtn > li {
  width: 222px;
  display: table;
  height: 60px;
  border-radius: 30px;
  background-color: #e40b20;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  .anchBtn > li {
    width: 48%;
    height: 50px;
  }
}
.anchBtn > li:hover {
  opacity: 0.7;
}
.anchBtn > li a {
  display: table-cell;
  color: #ffffff;
  text-align: center;
  vertical-align: middle;
  font-size: 24px;
  font-weight: 700;
  position: relative;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  .anchBtn > li a {
    font-size: 19px;
  }
}
.anchBtn > li a:after {
  position: absolute;
  top: 50%;
  right: 28px;
  content: '▼';
  display: inline-block;
  transform: translateY(-12px);
  font-size: 16px;
  color: #ffffff;
}
@media screen and (max-width: 768px) {
  .anchBtn > li a:after {
    font-size: 14px;
  }
}

.bdTtl {
  vertical-align: middle;
  font-size: 40px;
  font-weight: 700;
  display: table;
  margin: 0 auto 70px;
  /*&:after{
  	display: block;
  	content: "";
  	width: 50px;
  	height: 1px;
  	border-bottom: $redC 4px solid;
  	margin: 5px auto;
  @include break{
  		width: 40px;
  	margin: 3px auto;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  .bdTtl {
    font-size: 30px;
    margin: 0 auto 40px;
  }
}

.bdTtlm {
  vertical-align: middle;
  font-size: 30px;
  font-weight: 700;
  display: table;
  margin: 0 auto 30px;
  /*&:after{
  	display: block;
  	content: "";
  	width: 50px;
  	height: 1px;
  	border-bottom: $redC 3px solid;
  	margin: 5px auto;
  @include break{
  		width: 40px;
  	margin: 3px auto;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  .bdTtlm {
    font-size: 26px;
    margin: 0 auto 20px;
  }
}

.bdTtls {
  vertical-align: middle;
  font-size: 26px;
  font-weight: 700;
  display: table;
  margin: 0 auto 30px;
  /*&:after{
  	display: block;
  	content: "";
  	width: 50px;
  	height: 1px;
  	border-bottom: #dddddd 3px solid;
  	margin: 5px auto;
  	@include break{
  		width: 40px;
  	}
  }*/
}
@media screen and (max-width: 768px) {
  .bdTtls {
    font-size: 22px;
    margin: 0 auto 20px;
  }
}

.gBox {
  background-color: #f8f8f8;
  width: 100%;
  max-width: 900px;
  border-radius: 8px;
  padding: 40px 50px;
  margin: 0 auto 70px;
}
@media screen and (max-width: 768px) {
  .gBox {
    padding: 20px 20px;
    margin: 0 auto 40px;
  }
}

.noteList > li {
  font-size: 16px;
  text-indent: -0.7em;
  padding-left: 1em;
}
.noteList > li:before {
  content: '■';
  display: inline-block;
  margin: 0 5px 0px;
  transform: translateY(-1px);
  font-size: 11px;
}

#appli {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #appli {
    margin-bottom: 50px;
  }
}
#appli .date {
  margin: 0 auto 40px;
  text-align: center;
  font-size: 28px;
  color: #e40b20;
  font-weight: 900;
  font-feature-settings: 'palt' 1;
  font-family: 'Noto Sans JP', sans-serif !important;
  letter-spacing: 0.05em;
  padding: 20px 50px;
}
@media screen and (max-width: 768px) {
  #appli .date {
    font-size: 18px;
    padding: 10px 20px;
  }
}
#appli .date em {
  font-style: normal;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #appli .date em {
    display: block;
    text-align: center;
    font-size: 22px;
  }
}
#appli .date em:after {
  content: '▲';
  display: inline-block;
  margin: 0 10px;
  font-size: 20px;
  transform: rotate(90deg);
}
@media screen and (max-width: 768px) {
  #appli .date em:after {
    display: block;
    text-align: center;
    font-size: 15px;
    margin: 0 5px;
    transform: rotate(180deg);
  }
}
#appli .appTbl {
  width: 100%;
  max-width: 900px;
  margin: 0 auto;
  border-top: #dddddd 1px solid;
}
#appli .appTbl tr {
  border-bottom: #dddddd 1px solid;
}
#appli .appTbl th {
  width: 170px;
  background-color: #f8f8f8;
  padding: 20px 10px 15px 30px;
  font-size: 16px;
  text-align: left;
  vertical-align: middle;
}
@media screen and (max-width: 768px) {
  #appli .appTbl th {
    padding: 15px 15px;
    width: 100%;
    display: block;
  }
}
#appli .appTbl td {
  border-left: #dddddd 1px solid;
  padding: 20px 10px 15px 30px;
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #appli .appTbl td {
    border-left: none;
    border-top: #dddddd 1px solid;
    width: 100%;
    display: block;
    padding: 15px 15px;
  }
}
#appli .appTbl td .link {
  color: #e40b20;
  text-decoration: underline;
}
#appli .appTbl td .link:hover {
  text-decoration: none;
}
#appli .appTbl td ul li {
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #appli .appTbl td ul li {
    text-indent: 0em;
    padding-left: 0em;
  }
}
#appli .appTbl td a {
  color: #000000;
  text-decoration: none;
}
#appli .appTbl td .guest {
  display: flex;
}
#appli .appTbl td .guest em {
  font-size: 16px;
  font-style: normal;
}

#judge {
  margin: 0 auto 80px;
  width: 100%;
  max-width: 840px;
}
@media screen and (max-width: 768px) {
  #judge {
    width: 94%;
    margin: 0 auto 40px;
  }
}
#judge .jgArea > li {
  margin-bottom: 50px;
}
@media screen and (max-width: 768px) {
  #judge .jgArea > li {
    margin-bottom: 30px;
  }
}
#judge .jgArea > li ol {
  width: 100%;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
#judge .jgArea > li ol .img {
  max-width: 250px;
  width: 30%;
}
#judge .jgArea > li ol .txtBox {
  max-width: 560px;
  width: 67%;
}
#judge .jgArea > li ol .txtBox .name {
  font-weight: bold;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #judge .jgArea > li ol .txtBox .name {
    font-size: 17px;
  }
}
#judge .jgArea > li ol .txtBox .job {
  font-size: 16px;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #judge .jgArea > li ol .txtBox .job {
    font-size: 14px;
    margin-bottom: 10px;
  }
}
#judge .jgArea > li ol .txtBox .txt {
  font-size: 16px;
}
@media screen and (max-width: 768px) {
  #judge .jgArea > li ol .txtBox .txt {
    font-size: 14px;
  }
}

#entry {
  margin-bottom: 110px;
}
@media screen and (max-width: 768px) {
  #entry {
    margin-bottom: 50px;
  }
}
#entry .stepTxt {
  text-align: left;
  display: table;
  margin: 0 auto 50px;
}
@media screen and (max-width: 768px) {
  #entry .stepTxt {
    width: 90%;
    margin: 0 auto 30px;
  }
}
#entry .imgShot {
  padding: 30px 30px;
}
#entry .imgShot ul {
  display: flex;
  width: 100%;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #entry .imgShot ul {
    -webkit-flex-wrap: wrap;
    flex-wrap: wrap;
  }
}
#entry .imgShot ul > li {
  text-align: center;
  width: 48%;
}
#entry .imgShot ul > li p {
  text-align: left;
  font-size: 15px;
}
@media screen and (max-width: 768px) {
  #entry .imgShot ul > li p {
    font-size: 13px;
  }
}
#entry .subMitted .item {
  max-width: 710px;
  margin: 0 auto 20px;
}
#entry .subMitted .dlLink {
  max-width: 710px;
  margin: 0 auto 20px;
}
#entry .subMitted .dlLink > li {
  display: table;
  margin-bottom: 5px;
  /*border-bottom: $redC 1px solid;
  &:hover{
  border-bottom:transparent 1px solid;
  }*/
}
#entry .subMitted .dlLink a {
  font-weight: 500;
  font-feature-settings: 'palt' 1;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-size: 16px;
  line-height: 1.4;
  text-decoration: underline;
}
#entry .subMitted .dlLink a:hover {
  text-decoration: none;
}
#entry .subMitted .dlLink a:before {
  content: '▲';
  display: inline-block;
  margin: 0 5px 0 0;
  font-size: 13px;
  transform: rotate(90deg);
}
#entry .subMitted .destAd {
  max-width: 710px;
  margin: 0 auto;
  background-color: #ffffff;
  border: #dddddd 2px solid;
  border-radius: 8px;
  text-align: center;
  padding: 25px 30px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #entry .subMitted .destAd {
    padding: 15px 20px;
  }
}
#entry .subMitted .destAd em {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  font-feature-settings: 'palt' 1;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #entry .subMitted .destAd em {
    display: block;
    text-align: center;
  }
}
#entry .subMitted .destAd em:after {
  content: '▲';
  display: inline-block;
  margin: 0 10px;
  font-size: 13px;
  transform: rotate(90deg);
  color: #e40b20;
}
@media screen and (max-width: 768px) {
  #entry .subMitted .destAd em:after {
    display: block;
    transform: rotate(180deg);
  }
}
#entry .notesApp {
  margin: 0 auto;
  padding: 20px 50px;
}
@media screen and (max-width: 768px) {
  #entry .notesApp {
    padding: 20px 30px;
  }
}
#entry .notesApp .noteList > li {
  margin-bottom: 8px;
}

#archive {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #archive {
    margin-bottom: 50px;
  }
}
#archive .acvList > li {
  margin-bottom: 60px;
}
#archive .acvList > li:last-child {
  margin-bottom: 0px;
}
#archive .acvList > li .acvTxt {
  text-align: center;
  margin-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #archive .acvList > li .acvTxt {
    text-align: left;
    font-size: 15px;
  }
}
#archive .acBtn {
  max-width: 400px;
  margin: 0 auto;
  width: 90%;
  -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) {
  #archive .acBtn {
    display: block;
  }
}
#archive .acBtn > li {
  display: table;
  /*	height: 44px;
  	border-radius: 22px;
  	background-color: #ffffff;
  	border: $redC 2px solid;*/
  /*	&:hover{
  	background-color: rgba(228,11,32,0.2);
  	}*/
}
@media screen and (max-width: 768px) {
  #archive .acBtn > li {
    /*height: 38px;
    border-radius: 19px;*/
    margin-bottom: 6px;
  }
}
#archive .acBtn > li a {
  display: table-cell;
  text-align: center;
  vertical-align: middle;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 500;
  position: relative;
  text-decoration: underline;
  padding: 5px 40px 5px 40px;
  color: #e40b20;
}
#archive .acBtn > li a:hover {
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #archive .acBtn > li a {
    font-size: 16px;
  }
}
#archive .acBtn > li a:after {
  position: absolute;
  top: 50%;
  right: 16px;
  content: '▼';
  display: inline-block;
  transform: translateY(-12px) rotate(-90deg);
  font-size: 14px;
  color: #e40b20;
}
@media screen and (max-width: 768px) {
  #archive .acBtn > li a:after {
    font-size: 12px;
  }
}

#sponsor,
#partner {
  margin-bottom: 100px;
}
@media screen and (max-width: 768px) {
  #sponsor,
  #partner {
    margin-bottom: 50px;
  }
}
#sponsor .spsList,
#partner .spsList {
  max-width: 900px;
  margin: 0 auto;
  background-color: #ffffff;
  border: #dddddd 2px solid;
  border-radius: 8px;
  padding: 40px 30px;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #sponsor .spsList,
  #partner .spsList {
    padding: 15px 20px;
  }
}
#sponsor .spsList ul,
#partner .spsList ul {
  width: 100%;
  max-width: 440px;
  margin: 0 auto;
  display: flex;
  -webkit-justify-content: space-between;
  justify-content: -webkit- space-between;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #sponsor .spsList ul,
  #partner .spsList ul {
    width: 86%;
  }
}
#sponsor .spsList ul > li,
#partner .spsList ul > li {
  margin: 0 auto;
  -moz-transition: all 0.3s;
  -webkit-transition: all 0.3s;
  -o-transition: all 0.3s;
  -ms-transition: all 0.3s;
  transition: all 0.3s;
}
@media screen and (max-width: 768px) {
  #sponsor .spsList ul > li,
  #partner .spsList ul > li {
    width: 45%;
  }
}
#sponsor .spsList ul > li:hover,
#partner .spsList ul > li:hover {
  opacity: 0.7;
}

#contact h3 {
  text-align: center;
  margin-bottom: 20px;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #contact h3 {
    margin-bottom: 15px;
    font-size: 16px;
  }
}
#contact .ctcList {
  max-width: 710px;
  margin: 0 auto;
  background-color: #ffffff;
  border: #dddddd 2px solid;
  border-radius: 8px;
  text-align: center;
  padding: 25px 100px;
  font-size: 18px;
  display: table;
  /*display: flex;
  @include fw;*/
}
@media screen and (max-width: 768px) {
  #contact .ctcList {
    padding: 15px 40px;
    display: block;
  }
}
#contact .ctcList > li {
  text-align: left;
  /*width: 48%;*/
}
@media screen and (max-width: 768px) {
  #contact .ctcList > li {
    width: 100%;
  }
}
#contact .ctcList > li.mail {
  width: 100%;
}
#contact .ctcList > li.mail span {
  font-size: 20px;
}
@media screen and (max-width: 768px) {
  #contact .ctcList > li.mail span {
    font-size: 18px;
  }
}
#contact .ctcList em {
  display: inline-block;
  font-size: 20px;
  font-weight: 900;
  font-feature-settings: 'palt' 1;
  font-family: 'Noto Sans JP', sans-serif !important;
  font-style: normal;
}
@media screen and (max-width: 768px) {
  #contact .ctcList em {
    font-size: 18px;
  }
}
#contact .ctcList em:after {
  content: '▲';
  display: inline-block;
  vertical-align: middle;
  margin: -3px 10px 3px;
  font-size: 13px;
  transform: rotate(90deg);
  color: #e40b20;
}
#contact .ctcList span,
#contact .ctcList a {
  display: inline-block;
  font-size: 26px;
  font-weight: 900;
  font-feature-settings: 'palt' 1;
  font-family: 'Noto Sans JP', sans-serif !important;
  color: #000000;
  text-decoration: none;
}
@media screen and (max-width: 768px) {
  #contact .ctcList span,
  #contact .ctcList a {
    font-size: 22px;
  }
}
#contact .receptTime {
  margin-top: 10px;
  text-align: center;
  font-size: 18px;
}
@media screen and (max-width: 768px) {
  #contact .receptTime {
    font-size: 14px;
  }
}
