@charset "utf-8";

/* しまね学生インターンシップページ */
#single-intern {
}
.intern-about {
  margin: 90px 0 120px;
  font-weight: bold;
  text-align: center;
}
.intern-about h2 {
  margin-bottom: 25px;
  font-size: 28px;
}
.intern-box {
  padding: 100px 0 140px;
  background-color: #9ed8f5;
  font-weight: bold;
}
.intern-box .container h3 {
  margin-bottom: 50px;
}
.intern-box .container .content {
  max-width: 653px;
  margin-bottom: 100px;
  padding-top: 50px;
}
.flow-list {
  position: relative;
  padding-bottom: 40px;
  font-size: 17px;
}
.flow-list h4 {
  margin-bottom: 15px;
}
.flow-list p {
  line-height: 1.7;
}
.flow-list .arrow {
  position: absolute;
  bottom: 17px;
  left: 50%;
  width: 18px;
  -webkit-transform: translate(-50%, 0);
  transform: translate(-50%, 0);
}
.help-about {
  margin-bottom: 100px;
  font-size: 20px;
  text-align: center;
}
.help-box {
  margin-bottom: 20px;
  border: 2px solid #036eb7;
  background-color: #fff;
  font-size: 17px;
}
.help-box h4 {
  padding: 10px 20px;
  background-color: #036eb7;
  color: #fff;
  font-size: 24px;
}
.help-box p {
  padding: 20px 30px;
  line-height: 1.5;
}
.help-other {
  margin: 35px 0;
}
.help-other h4 {
  display: flex;
  justify-content: space-between;
  margin-bottom: 20px;
  padding: 20px 3px;
  border-top: 2px solid #036eb7;
  border-bottom: 2px solid #036eb7;
  font-size: 24px;
}
.help-other h4 span {
  display: block;
  text-align: right;
}
.help-other p {
  font-size: 17px;
  line-height: 1.5;
}
.intern-foot {
  margin-top: 85px;
  margin-bottom: 110px;
  font-weight: bold;
  text-align: center;
}
.intern-foot img {
  max-width: 240px;
  margin-bottom: 50px;
}
.intern-foot ul {
  text-align: left;
}
.intern-foot ul li {
  padding: 20px 0;
  border-top: 1px solid #000;
  font-size: 17px;
}
.intern-foot ul li:last-child {
  border-bottom: 1px solid #000;
}
.intern-foot ul li span {
  font-size: 22px;
}

@media screen and (max-width: 768px) {
  .intern-box {
    padding-bottom: 100px;
  }
  .intern-about {
    margin: 50px 0 100px;
  }
  .intern-about h2 {
    margin-bottom: 10px;
    font-size: 22px;
  }
  .intern-box .container .content {
    margin-bottom: 80px;
    padding-top: 0;
  }
  .intern-box .container h3 {
    margin-bottom: 30px;
  }
  .flow-list {
    font-size: 16px;
  }
  .help-about {
    margin-bottom: 50px;
    font-size: 18px;
    line-height: 1.5;
  }
  .help-box h4 {
    padding: 5px 15px;
    font-size: 20px;
  }
  .help-box p {
    padding: 20px 15px;
    font-size: 16px;
  }
  .help-other h4 {
    display: block;
    font-size: 22px;
    line-height: 1.5;
  }
  .help-other p {
    font-size: 16px;
  }
  .help-other h4 span {
    font-size: 18px;
    text-align: left;
  }
  .intern-foot ul li {
    font-size: 15px;
  }
  .intern-foot ul li span {
    font-size: 20px;
  }
}
