
/* ビルボード
----------------------------------------------- */
#mainImg {
  background: none;
  border: none;
}



/* イントロ（concept）
----------------------------------------------- */
#contents .concept h1 {
  color: #333;
}
#contents .concept a[href="#cooperator-contact"] {
  background-color: #ffb400;
  border: none;
  border-radius: 0.2em;
  color: #333;
  font-weight: bold;
  padding: 0.8em 1em;
}

@media (max-width:729px){
  #contents .concept h1 {
    line-height: 1.2em;
    margin: 0 0 0.5em;
    padding: 0;
    text-shadow: 0 0 0.3em rgba(125, 196, 238, 0.7);
  }
} /* Eo max729 */

@media (min-width:730px){
  #contents .concept h1 {
    background: none;
    border: none;
    border-bottom: 4px #e60033 solid;
    position: relative;
    font-size: 1.8em;
    margin-bottom: 0.5em;
    padding: 0;
  }
  #contents .concept h1:after {
    background: #CCCCCC;
    content: "";
    height: 4px;
    width: 85%;
    position: absolute;
    bottom: -4px;
    right: 0;
  }
  #contents .concept a[href="#cooperator-contact"] {
    width: 340px;
  }
} /* Eo min730 */



/* 募集要項（youkou）
----------------------------------------------- */
.box dl.youkou dt {
  color: #cc3333;
  font-size: 1.2em;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
  margin-top: 2em;
}
.box dl.youkou dt:before {
  content: "";
  background-color: #cc3333;
  display: block;
  margin-right: 0.5em;
  height: 1em;
  width: 0.4em;
}
.box dl.youkou dt:after {
  content: "";
  background-color: #CCC;
  display: block;
  margin-left: 0.5em;
  height: 1px;
  -webkit-box-flex: 1;
      -ms-flex: 1;
          flex: 1;
}
.box dl.youkou dd {
  margin-top: 1em;
}
.box dl.youkou dd ul li {
  background-color: #ebebeb;
  border: 1px #CCC solid;
  border-radius: 6px;
  text-align: center;
  padding: 0.8em 0.5em !important;
    font-size: 16px;
    font-weight: bold;
}



/* 電話（call-toi）
----------------------------------------------- */
.box .call-toi {
  border: 2px #333 solid;
  border-radius: 10px;
  font-size: 1.5em;
  padding: 1em 1em 1px;
  max-width: 650px;
  margin-right: auto;
  margin-left: auto;
}
.box .call-toi .tel-num-cooperator {
  font-size: 1.8em;
}
.box .call-toi .tantou {
  font-weight: normal;
  dispkay: inline-block;
  margin: 0 0.8em;
  white-space: nowrap;
}



/* 応募フォーム
----------------------------------------------- */
#contents .form table.v-head-table2 th {
  background-color: #efefef;
}
@media (min-width:730px){
  #contents .form h2 {
    background: none;
    border: none;
    text-align: center;
  }
  #contents .form table.v-head-table2 th {
    border-left-width: 1px;
  }
} /* Eo min730 */