/*
###################################################################################################################################

#visual

###################################################################################################################################
*/
/*visual ------------------------------------------------------------------------------------*/
@media screen and (min-width:768px), print {
  /*visual pc ------------------------------------------------------------------------------------*/
  #visual {
    background-image: url(../../images/seminar/mv_seminar_01_pc.png);
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /*visual tab ------------------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  /*visual sp ------------------------------------------------------------------------------------*/
  #visual {
    background-image: url(../../images/seminar/mv_seminar_01_sp.png);
  }
}
/*
###################################################################################################################################

#sec01

###################################################################################################################################
*/
/*sec01 ------------------------------------------------------------------------------------*/
@media screen and (min-width:768px), print {
  /*sec01 pc ------------------------------------------------------------------------------------*/
  #sec01 {
    padding-bottom: 55px;
  }
  #sec01 .lead {
    margin: 0 95px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /*sec01 tab ------------------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  /*sec01 sp ------------------------------------------------------------------------------------*/
  #sec01 {
    padding: 8.33vw 0 9.72vw;
  }
  #sec01 .lead {
    line-height: 1.8;
    letter-spacing: 0.06em;
  }
}
/*
###################################################################################################################################

#sec02

###################################################################################################################################
*/
/*sec02 ------------------------------------------------------------------------------------*/
#sec02 {
  background-color: #f8f8f8;
}
#sec02 .ttl {
  font-weight: 500;
}
#sec02 .tbl_style01 td.pdf {
  text-align: center;
}
#sec02 .tbl_style01 td a {
  text-decoration: none;
  color: #4495D4;
}
#sec02 .ttl:first-of-type {
  margin-top: 0px;
}
#sec02 .tbl_style01 td {
  vertical-align: top;
}
#sec02 .tbl_style01 td.pdf {
  vertical-align: middle;
}
#sec02 .tbl_style01 a[href^="tel:"] {
  color: #303030;
}
#sec02 .year_list ul > li a {
  color: #FFFFFF;
  background-color: #299EDB;
  text-decoration: none;
  font-weight: 500;
  border-radius: 50px;
  display: block;
  text-align: center;
}
@media screen and (min-width:768px), print {
  /*sec02 pc ------------------------------------------------------------------------------------*/
  #sec02 {
    padding: 65px 0;
  }
  #sec02 .ttl {
    font-size: 2rem;
    margin-bottom: 10px;
  }
  #sec02 .tbl_style01 td:nth-child(1) {
    width: 310px;
  }
  #sec02 .tbl_style01 td:nth-child(2) {
    width: 215px;
  }
  #sec02 .tbl_style01 td:nth-child(3) {
    width: 265px;
  }
  #sec02 .tbl_style01 td:nth-child(4) {
    width: 205px;
  }
  #sec02 .tbl_style01 td.pdf img {
    width: 31px;
    height: 39px;
  }
  #sec02 .ttl {
    margin-top: 95px;
  }
  #sec02 .year_list {
    margin-top: 40px;
  }
  #sec02 .year_list ul {
    margin: 0 -0.7%;
  }
  #sec02 .year_list ul > li {
    flex-basis: 15.25%;
    margin: 0 0.7% 15px;
    width: 15.25%;
  }
  #sec02 .year_list ul > li a {
    padding: 15px;
  }
}
@media screen and (min-device-width: 768px) and (max-device-width: 1024px) {
  /*sec02 tab ------------------------------------------------------------------------------------*/
}
@media only screen and (max-width: 767px) {
  /*sec02 sp ------------------------------------------------------------------------------------*/
  #sec02 {
    padding: 12.5vw 0 9vw;
  }
  #sec02 .ttl {
    margin: 13.89vw 0 3.47vw;
    font-size: 4.17vw;
  }
  #sec02 .tbl_scroll {
    position: relative;
    white-space: wrap;
  }
  #sec02 .tbl_scroll:before {
    content: "横にスワイプして表をご覧ください";
    font-size: 3vw;
    margin: 1.39vw 0;
    display: block;
  }
  #sec02 .tbl_style01, #sec02 .tbl_style01 tbody {
    display: block;
  }
  #sec02 .tbl_style01 tr {
    display: table;
    width: 1200px;
  }
  #sec02 .tbl_style01 th, #sec02 .tbl_style01 td {
    display: table-cell;
    padding: 1.39vw 4vw;
    /*    word-wrap: break-word;
    white-space: pre-wrap;
*/ white-space: normal;
    word-break: break-all;
  }
  #sec02 .tbl_style01 th:nth-child(1), #sec02 .tbl_style01 td:nth-child(1) {
    width: 14vw;
  }
  #sec02 .tbl_style01 th:nth-child(2), #sec02 .tbl_style01 td:nth-child(2) {
    width: 14vw;
  }
  #sec02 .tbl_style01 th:nth-child(3), #sec02 .tbl_style01 td:nth-child(3) {
    width: 14vw;
  }
  #sec02 .tbl_style01 th:nth-child(4), #sec02 .tbl_style01 td:nth-child(4) {
    width: 14vw;
  }
  #sec02 .tbl_style01 th:nth-child(5), #sec02 .tbl_style01 td:nth-child(5) {
    width: 4vw;
  }
  #sec02 .tbl_style01 td.pdf img {
    width: 7vw;
    height: 8.61vw;
  }
  #sec02 .year_list {
    margin-top: 4.17vw;
  }
  #sec02 .year_list ul {
    margin: 0 -3%;
  }
  #sec02 .year_list ul > li {
    flex-basis: 44%;
    margin: 0 3% 4.17vw;
    width: 44%;
  }
  #sec02 .year_list ul > li a {
    padding: 2.78vw;
  }
}