/* BR */

@media screen and (min-width: 680px){   
  .pc { display:block; }
  .sp { display:none; }
}
@media screen and (max-width: 680px){   
  .pc { display:none; }
  .sp { display:block; }
}

/* base */
main#topics a {
  text-decoration: underline;
  color: #0066ff;
}
.center { text-align: center;}
.bold {font-weight: bold;}
.red {color: #da0000;}
.end {margin: 40px auto; text-align: center; color: #ff0000; font-weight: 900;}


/* MARKING LINE */
.linered{background:linear-gradient(transparent 65%, #ffadad 60%); font-weight: bold;}
.lineblue{background:linear-gradient(transparent 65%, #c1e0ff 60%);font-weight: bold;}
.lineyellow{background:linear-gradient(transparent 65%, #fff799 60%);font-weight: bold;}


/* ==============================
 Custam 
============================== */

div.recruithead {
  text-align: center;
}

.headlinetxt {
  margin: 50px 0;
}

.headlinetxt h3 {
  width: 60%;
  margin: 0 auto;
  padding: 20px 0 20px;
  border-top: solid 2px #000;
  border-bottom: solid 2px #000;
  font-size: 2em !important;
  line-height: 1.6em !important;
}

div.recruithead div.deadline {
  max-width: 420px;
  margin: 30px auto;
  border: solid 2px #000;
}

div.recruithead div.deadline p {
  padding: 5px;
  font-size: 1.4em !important;
  font-weight: bold;
}


/* document */
.document {
  margin-top: 2.5em;
  padding: 2.5em 5em 2.5em;
  border: 10px solid #eeedde;
  border-radius: 20px;
  background: #fff9e8;
}

.document a {
  text-decoration: none !important;
  color: #000 !important;
}

.document p {
  font-size:1.2em;
  font-weight: bold;
  padding: 10px 0;
  line-height: 1.3em;
}

.document p.guide {
  padding-bottom: 0px !important;
  display: inline-block;
  border-bottom: 1px solid #000;
}

.document ul {
  display: flex;
  flex-flow: row wrap;
  justify-content: center;
}

.document li {
  margin: 0 10px;
}

.button {
  width: 210px;
  border-radius: 20px;
  margin: 30px auto 20px;
  background: #ffcc33;
  text-align: center;
  padding: 20px;
}

p.letter {
  margin: 50px 0;
  text-align: center;
  font-size: 1.4rem;
  line-height: 22px;
  letter-spacing: 0.05em;
}


div.block_form div:nth-child(3) {
  margin-top: 50px !important;
}

ul.note {
  margin: 0 0 20px;
}
ul.note li {
  padding: 5px 0;
  list-style: none;
  padding-left: 1.4em;
	text-indent: -1em;
  line-height: 1.6em;
}
ul.note li:before {
  content: "※";
}



/* SP STYLE */

@media screen and (max-width: 680px){   

  div.recruittxt {
    text-align: left;
  }

  .document {
    margin-top: 2em;
    padding: 2.5em 1em;
  }
  

}
