@charset "UTF-8";
/* @content */
#history #page_header .title {
  background: url(../images/history/history_main@2x.jpg);
  background-repeat: no-repeat;
  background-size: 810px;
  background-position: right;
  padding: 60px 0;
}
#history #page_header h2 {
  margin-bottom: 0;
  padding: 35px 0;
  width: 470px;
}
#history #section10 {
  margin: 40px 0 20px;
  padding: 0;
}
#history #section10 .flex-container {
  display: flex;
  justify-content: space-between;
}
#history #section10 #main-area {
  width: 740px;
  margin: 0;
}
#history #section10 .recruit-bnr {
  margin-bottom: 60px;
}
#history #section10 .message-area {
  padding-bottom: 40px;
  position: relative;
}
#history #section10 #main-area .main-disc {
  border-top: 3px solid #000;
  font-family: 'YakuHanJP','Noto Sans JP',sans-serif;
  font-size: 24px;
  font-weight: bold;
  padding: 40px 0 30px;
  position: relative;
  text-align: center;
}
#history #section10 #main-area .main-disc:after{
  content: "";
  border-top: solid 1px #000;
  position: absolute;
  top: 5px;
  left: 0;
  width: 100%;
  height: calc(100% - 10px);
}
#history #section10 #main-area .history-area {
  margin: 40px auto 0;
  width: 680px;
}
#history #section10 #main-area .history-area dl {
  display:flex;
  flex-wrap: wrap;
  font-size: 16px;
}
#history #section10 #main-area .history-area dl dt{
  width: 15%;
  font-weight: bold;
}
#history #section10 #main-area .history-area dl dd{
  width: 85%;
}
#history #section10 #main-area .table-area {
  margin-bottom: 30px;
}
#history #section10 #main-area .table-area p {
  font-size: 16px;
  font-weight: bold;
  margin-bottom: 10px;
}
#history #section10 #main-area .table-area table {
  border-collapse: collapse;
  width: 100%;
}
#history #section10 #main-area .table-area:nth-of-type(3) table th,
#history #section10 #main-area .table-area:nth-of-type(3) table td{
  width: 25% !important;
}
#history #section10 #main-area .table-area .p-bottom {
  padding-bottom: 23px;
}
#history #section10 #main-area .table-area:last-child table th,
#history #section10 #main-area .table-area:last-child table td{
  padding: 10px 5px;
  text-align: center;
  width: 25%;
}
#history #section10 #main-area .table-area:last-child table td:last-child{
  text-align: center;
}
#history #section10 #main-area .table-area table th,
#history #section10 #main-area .table-area table td {
  border: 1px solid #000;
  font-size: 14px;
  font-weight: normal;
  padding: 5px 20px;
}
#history #section10 #main-area .table-area table th:first-child,
#history #section10 #main-area .table-area table td:first-child {
  text-align: center;
  padding: 5px 0;
  width: 30%;
}
#history #section10 #main-area .table-area table td:last-child {
  text-align: right;
}
#history #section10 #main-area .table-area table .center {
  text-align: center;
}
#history #section10 #main-area .table-area table .top {
  vertical-align: top;
}
#history #section10 #main-area .table-area table .right {
  text-align: right;
}
#history #section10 #main-area .table-area table .bg {
  background: #D7CFC6;
  padding: 20px;
}

#history #section30 {
  padding-bottom: 20px;
}
#history #section40 {
  padding-bottom: 60px;
}

@media screen and (max-width: 1230px) {
  #history  #page_header .title {
    background-size: 810px;
    padding: 60px 0;
  }
}

/****************/
/*  小PC表示　max 1024px  */
/****************/
@media screen and (max-width: 1024px) {
  #history #page_header .title {
    background-size: 100vw;
    background-position: top;
    padding: 35px 0;
  }
  #history #section10 #main-area {
    width: 100%;
  }
  #history #page_header h2 {
    padding: 10px 0;
    width: 100%;
    font-size: 20px;
  }
  
  #history #section10 .flex-container {
    flex-flow: column;
  }
  #history #section10 .message-area .recruit-bnr {
    margin: 15px 0;
  }
  #history #section30 {
    padding-bottom: 0;
  }
  #history #section40 {
    padding-bottom: 30px;
  }
}
/****************/
/*  ipad表示　max 768px  */
/****************/
@media screen and (max-width: 768px) {

}




/****************/
/*  SP表示　max 480px  */
/****************/
@media screen and (max-width: 480px) {
  #history #section10 {
    margin: 40px 0 0px;
    padding: 0;
  }
  #history #section10 #main-area .history-area {
    margin: 20px auto 0;
    width: 100%;
  }
  #history #section10 #main-area .history-area dl {
    font-size: 14px;
    flex-flow: column;
  }
  #history #section10 #main-area .history-area dl dt,
  #history #section10 #main-area .history-area dl dd {
    width: 100%;
  }
  #history .table-area table {
    display: block;
    overflow-x: scroll;
    white-space: nowrap;
    -webkit-overflow-scrolling: touch;
  }
  #history #section10 #main-area .table-area table th:first-child,
  #history #section10 #main-area .table-area table td:first-child {
    padding: 5px 10px;
  }
}