.section-contents h2 {
  font-family: Hiragino Kaku Gothic ProN, serif;
  font-size: 30px;
  text-align: center;
}

.section-contents p {
  display: block
}

#top-image {
  width: 1000px;
  height: 300px;
  margin: auto;
  background-size: cover;
  background-repeat: no-repeat;
  background-image: url('/assets/img/lp/teacher/application/work_style/top_image.png');
}


/**
 * 働くメリット
 */
.merit-items-container {
  display: flex;
  justify-content: space-around;
  margin-top: 50px;
  padding-bottom: 3px;
  cursor: pointer;
}

.merit-item {
  width: 237px;
  height: 272px;
  border-radius: 15px;
  background: #E5EEFF;
  box-shadow: 0 3px 0 0 #0D46B7;
  padding: 39px 0 0;
  text-align: center;
  border-top: 3px solid #FFFFFF;
}
.merit-item:hover {
  border: 3px solid #0D46B7;
  box-shadow: none;
}

.merit-item-text {
  font-family: Hiragino Kaku Gothic ProN, Meiryo, sans-serif;
  margin-top: 28px;
  font-size: 16px;
  font-weight: bold;
  line-height: 24px;
}

.merit-item-modal .modal-dialog {
  width: 976px;
  padding-top: 60px;
}

.merit-item-modal .modal-content {
  background: none;
  -moz-box-shadow: none;
  box-shadow: none;
  border: none;
}

.merit-item-modal .modal-body {
  position: relative;
  height: 401px;
  background: #E5EEFF;
  border: 3px solid #0D46B7;
  border-radius: 15px;
}

.merit-item-modal .close-btn {
  display: block;
  position: absolute;
  width: 70px;
  height: 70px;
  border-radius: 50%;
  top: -35px;
  right: -35px;
  background: #0D46B7;
  border: none;
  color: #FFFFFF;
  font-size: 35px;
}

.merit-item-modal-title {
  font-size: 24px;
  font-weight: bold;
  margin-bottom: 40px;
}

.merit-item-modal-image {
  float: left;
}

.merit-item-modal-text {
  float: left;
  width: 516px;
  font-size: 16px;
  font-weight: bold;
  line-height: 30px;
}


/**
 * 先生の働き方インタビュー
 */
.teacher-interview-header {
  border-radius: 15px;
  font-size: 24px;
  font-weight: bold;
  text-align: center;
  padding: 24px 0 23px;
  display: block;
  text-decoration: none;
  width: 100%;
}
#workStyleTabPaneLongTerm .teacher-interview-header {
  color: #3D3C3C;
  background: #FFCF36;
}
#workStyleTabPaneFree .teacher-interview-header {
  color: #FFFFFF;
  background: #0D46B7;
}

.teacher-interview {
  background: #FFFFFF;
  padding: 40px 52px 40px 82px;
}

.teacher-interview h4 {
  font-size: 24px;
  margin-bottom: 40px;
}

.teacher-interview-qa-question {
  display: flex;
  margin-top: 64px;
}

.teacher-interview-qa-question-icon {
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
  flex-shrink: 0;
  font-weight: bold;
}
#workStyleTabPaneLongTerm .teacher-interview-qa-question-icon{
  color: #FFCF36;
  border: 2px solid #FFCF36;
}
#workStyleTabPaneFree .teacher-interview-qa-question-icon{
  color: #0D46B7;
  border: 2px solid #0D46B7;
}

.teacher-interview-qa-question-text {
  font-size: 16px;
  font-weight: bold;
  padding-top: 3px;
}

.teacher-interview-qa-answer {
  display: flex;
  margin-top: 3px;
}

.teacher-interview-qa-answer-icon {
  width: 30px;
  height: 30px;
  line-height: 26px;
  border-radius: 50%;
  font-size: 16px;
  text-align: center;
  margin-right: 10px;
  flex-shrink: 0;
  color: #FFFFFF;
}
#workStyleTabPaneLongTerm .teacher-interview-qa-answer-icon{
  border: 2px solid #FFCF36;
  background: #FFCF36;
}
#workStyleTabPaneFree .teacher-interview-qa-answer-icon{
  border: 2px solid #0D46B7;
  background: #0D46B7;
}

.teacher-interview-qa-answer-text {
  font-size: 14px;
  padding-top: 3px;
  line-height: 24px;
}

