
a.anchor{
  display: block;
  padding-top: 150px;
  margin-top: 0px;
}

.detailContents {
  padding-top:160px;
  line-height:1.2;
}

.jobTitle,.newsTitle {
  width:100%;
  font-size:1.5em;
  font-weight: bold;
  padding:5px;  
  margin-top:20px;
}

.newsTitle {
  background: linear-gradient(transparent 90%, #e4fdb4 90%);
  margin-bottom:20px
}

span {
  line-height:1.2;
  width:100%;
}

#detailDescription {
  width:100%;
  line-height:1.8;
  margin-bottom: 20px;
}

.detailBlock {
  width:80%;
  padding:5px 5%;
  border:solid #444 1px;
  padding-bottom:30px;
}

.qaBlock {
  display:flex;
  justify-content: center; /* 横方向中央揃え */
  border:none;
}

.centerBlock {
  width:60%;
}

.detailBlock img{
  width:50%;
}

.adjustSpace {
  margin-top:25px;
}

.detailBlock p{
  line-height:1.8;
}

/*Don't forget to add Font Awesome CSS : ""*/
input[type="text"] {
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
}
textArea {
  width: 100%;
  border: 2px solid #aaa;
  border-radius: 4px;
  margin: 8px 0;
  outline: none;
  padding: 8px;
  box-sizing: border-box;
  transition: 0.3s;
  height:200px;
}

input[type="text"]:focus {
  border-color: rgb(71, 236, 50);
  box-shadow: 0 0 8px 0  rgb(71, 236, 50);
}

textArea:focus {
  border-color: rgb(71, 236, 50);
  box-shadow: 0 0 8px 0  rgb(71, 236, 50);
}

.inputWithIcon input[type="text"] {
  padding-left: 40px;
}

.inputWithIcon {
  position: relative;
}

.inputWithIcon i {
  position: absolute;
  left: 0;
  top: 8px;
  padding: 9px 8px;
  color: #aaa;
  transition: 0.3s;
}

.inputWithIcon input[type="text"]:focus + i {
  color:  rgb(71, 236, 50);
}

.inputWithIcon.inputIconBg i {
  background-color: #aaa;
  color: #fff;
  padding: 9px 4px;
  border-radius: 4px 0 0 4px;
}

.inputWithIcon.inputIconBg input[type="text"]:focus + i {
  color: #fff;
  background-color:  rgb(71, 236, 50);
}

.submitButton {
  -webkit-appearance: none;
  background-color:hsl(120, 53%, 59%);
  background-image: none;
  border: none;
  border-radius: 0;
  color: #fff;
  cursor: pointer;
  display: inline-block;
  font-size: 1em;
  margin: 8px 0;
  padding: 0.6em 2em;
  text-decoration: none;
  width:70%;
}

.submitButton:hover,new
.submitButton:focus {
  outline: none;
}

.submitButton::-moz-foucus-inner {
  border: none;
  padding: 0;
} 

.menuTitle {
  margin-bottom:30px;
}

.newsHeader {
  width:80%;
}

.newsBlock {
    width: 70%;
    padding: 25px 5%;
    border: solid #AAA 1px;
    padding-bottom: 30px;
    border-radius:10px;
}

.newsHeader .newsDate {
  width:100%;
  text-align: right;
  color:#555;
  font-weight: 120;
}

.newsHeader .newsIcon{
  width:20%;
}

.news {
  width:90%;
}

.listTitle {
  margin-left:20px;
  font-weight:100;
  font-size:1em;
}