
@charset "utf-8";


/* utility */
.nsbc-compe-2018 br.br {
  display:none;
}
@media screen and (max-width:640px){
.nsbc-compe-2018 br.br {
  display:block;
}
.nsbc-compe-2018 br.pc-br {
  display:none;
}
}
.nsbc-compe-2018 .s-size {
  font-size:13px;
  display:inline-block;
  line-height:1.3;
  text-indent:-1rem;
  padding-left:1rem;
}
.nsbc-compe-2018 .article-beginning::after {
  display:none;
}

/* 募集要項 2018.12.12 */
.nsbc-compe-2018 {
  display:block;
  padding:32px;
  margin-bottom:80px;
}
@media screen and (max-width:640px) {
.nsbc-compe-2018 {
  padding: 12px;
  margin-bottom:40px;
}
}
.main-compe-info {
    background: #fff;
    margin-right: -52px;
    margin-left: -52px;
    margin-top: 30px;
    padding: 40px 60px 12px;
    border: 32px solid #232324;
}
@media screen and (max-width:640px) {
.main-compe-info {
  padding: 20px 16px 16px;
  margin-top: 0;
  margin-left:-20px;
  margin-right:-20px;
  border: 18px solid #232324;
}
}
.nsbc-compe-2018 h2 {
  display:block;
  padding-top:24px;
  padding-bottom:24px;
  margin-bottom:32px;
  text-align:center;
  font-size: 32px;
  letter-spacing: 15px;
  font-weight: 200;
}
@media screen and (max-width:640px) {
.nsbc-compe-2018 h2 {
  margin-bottom:0;
}
}
.nsbc-compe-2018 .compe-section-wrap {
  border-bottom:1px solid #dadee4;
}
.nsbc-compe-2018 .compe-section-wrap:last-of-type {
  border-bottom:none;
  margin-bottom: 0;
}
.nsbc-compe-2018 dl.compe-section {
  margin-bottom:16px;
  margin-bottom:1rem;
  padding-top:16px;
  padding-bottom:16px;
  border-top:1.2px solid #998641;
  display:flex;
  flex-direction:row;
  flex-wrap:wrap;
  justify-content:flex-start;
  font-size:18px;
}
.nsbc-compe-2018 .compe-section dt {
  font-weight:bold;
  width:180px;
  flex:1;
  margin:0 10px 0 0;
  font-size:20px;
}
.nsbc-compe-2018 .compe-section dd {
  line-height:1.8;
  flex:3;
  font-size:15px;
}
@media screen and (max-width:640px) {
.nsbc-compe-2018 dl.compe-section {
  padding-top:0;
  padding-bottom:0;
  flex-direction:column;
  font-size:16px;
}
.nsbc-compe-2018 .compe-section dt {
  font-weight:bold;
  width:100%;
  flex:1;
  text-align:center;
  margin:16px 0 16px 0;
  font-size:18px;
}
.nsbc-compe-2018 .compe-section dd {
  width:100%;
  flex:1;
  margin-bottom:16px;
  font-size:14px;
}
}