@charset "UTF-8";

.ws_mv {
  background-image: url(/eic/workshop/2026/workshop_mv26.jpg);
  background-size: 100%;
  background-repeat: no-repeat;
  width: 1300px;
  height: 480px;
  margin-bottom: 20px;
  position: relative;
  display: flex;
}

.ws_titlebox {
  position: absolute;
  top: 8.8rem;
  left: 2.8rem;
}

.ws_sub {
  font-size: 1.8rem;
  font-weight: bold;
  color: #fff;
  text-shadow: 2px 2px 10px #303030;
}

.ws_title {
  font-size: 2.8rem;
  line-height: 3.6rem;
  font-weight: bold;
  text-shadow: 2px 2px 10px #303030;
  color: #fff;
}

.ws_detail {
  background-color: #fff;
  opacity: 0.7;
  position: absolute;
  top: 2.6rem;
  right: 2.4rem;
  padding: 1rem 0 1rem 0;
  width: 44%;
}

.ws_list {
  display: flex;
  margin: 0 2rem;
  padding: 1rem 0;
  border-bottom: solid 1px #303030;
}

.ws_list:last-child {
  border-bottom: 0;
}

.ws_list dt {
  font-size: 1rem;
  font-weight: bold;
  margin: 0;
  padding: 0;
  width: 34%;
}

.ws_list dd {
  font-size: 1.1rem;
  font-weight: bold;
  line-height: 1.375rem;
  margin: 0;
  padding: 0;
  width: 66%;
}

.tiny {
  font-size: 0.875rem;
  font-weight: normal;
  line-height: 1rem;
}

.red {
  color: red;
}

.wsbtn_wrap {
  margin-bottom: 50px;
  text-align: center;
}

.wsbtn {
  color: #fff;
  background-color: #92C21D;
  border-bottom: 6px solid #678816;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.2rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  margin: 10px;
}

.wsbtn:hover {
  margin-top: 13px;
  color: #fff;
  background: #92C21D;
  border-bottom: 2px solid #678816;
  opacity: 1;
}

.wsbtn::after {
  position: absolute;
  right: 1.4rem;
  margin: auto;
  content: "\002192";
  color: #fff;
  vertical-align: middle;
}

.schebtn {
  color: #fff;
  background-color: #eb6100;
  border-bottom: 6px solid #b84c00;
  font-size: 1.5rem;
  font-weight: bold;
  line-height: 1.5;
  position: relative;
  display: inline-block;
  padding: 1.2rem 5rem;
  cursor: pointer;
  -webkit-user-select: none;
  -moz-user-select: none;
  -ms-user-select: none;
  user-select: none;
  -webkit-transition: all 0.3s;
  transition: all 0.3s;
  text-align: center;
  vertical-align: middle;
  text-decoration: none;
  border-radius: 0.5rem;
  -webkit-box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  box-shadow: 0 4px 6px rgba(0, 0, 0, .3);
  margin: 10px;
}

.schebtn:hover {
  margin-top: 13px;
  color: #fff;
  background: #eb6100;
  border-bottom: 2px solid #b84c00;
  opacity: 1;
}

.schebtn::after {
  position: absolute;
  right: 1.4rem;
  margin: auto;
  content: "\002192";
  color: #fff;
  vertical-align: middle;
}

.theme_wrap {
  background-color: #fff;
  border-radius: 10px;
  margin-bottom: 20px;
  text-align: center;
  padding: 2rem 0;
}

.foursub {
  font-size: 1.4rem;
  font-weight: bold;
  margin-bottom: 20px;
}

.theme_box {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  max-width: 1100px;
  margin: 0 auto;
  margin-bottom: 30px;
  padding: 0 20px;
}

.theme {
  position: relative;
}

.theme p {
  width: 100%;
  max-width: 260px;
  margin: 0 auto;
}

.theme_number {
  position: absolute;
  top: 28%;
  left: 50%;
  transform: translate(-50%, -50%);
  width: 100%;
  height: auto;
  font-size: 1.3rem;
  color: #fff;
  line-height: 1;
  text-shadow: 0 0 8px #030303;
}

.theme_lead {
  max-width: 700px;
  margin: 0 auto;
  text-align: left;
  padding: 0 20px;
}

p.tiny {
  max-width: 950px;
  margin: 0 auto;
  padding: 0 20px 30px;
  line-height: 1.6;
}

/* Tabletサイズ */
@media (min-width: 481px) and (max-width: 1024px) {
  #main_columns {
    width: 100%;
    margin: 1em 0;
  }

  .ws_mv {
    width: inherit;
    height: 580px;
    margin-bottom: 20px;
    position: relative;
  }
  
  .ws_titlebox {
    position: absolute;
    top: 1.2rem;
    left: 1.6rem;
  }

  .ws_sub {
    font-size: 1.6rem;
  }

  .ws_title {
    font-size: 2.4rem;
    line-height: 3rem;
    font-weight: bold;
    text-shadow: 2px 2px 10px #303030;
    color: #fff;
  }

  .ws_detail {
    position: absolute;
    opacity: 1;
    top: 12rem;
    right: 0;
    padding: 0 0 1rem 0;
    width: 100%;
  }

  .ws_list {
    display: flex;
    margin: 0 1rem;
    padding: 1rem 0;
    border-bottom: solid 1px #303030;
  }

  .ws_list dt {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 40%;
  }

  .ws_list dd {
    font-size: 1rem;
    line-height: 1.375rem;
    width: 60%;
  }

  .theme_box {
    justify-content: space-evenly;
  }

  .theme {
    position: relative;
    margin-bottom: 10px;
  }
}



/* SPサイズ */
@media (max-width: 480px) 
{
  .ws_mv {
    width: inherit;
    height: 550px;
    margin-bottom: 20px;
    position: relative;
    display: block;
  }

  .ws_titlebox {
    position: absolute;
    top: 1rem;
    left: 1.6rem;
  }

  .ws_sub {
    font-size: 1.2rem;
  }

  .ws_title {
    font-size: 1.8rem;
    line-height: 2.4rem;
    font-weight: bold;
    text-shadow: 2px 2px 10px #303030;
    color: #fff;
  }

  .ws_detail {
    position: absolute;
    opacity: 1;
    top: 10rem;
    right: 0;
    padding: 0 0 1rem 0;
    width: 100%;
  }

  .ws_list {
    display: flex;
    margin: 0 1rem;
    padding: 1rem 0;
    border-bottom: solid 1px #303030;
  }

  .ws_list dt {
    font-size: 1rem;
    font-weight: bold;
    margin: 0;
    padding: 0;
    width: 40%;
  }

  .ws_list dd {
    font-size: 1rem;
    line-height: 1.375rem;
    width: 60%;
  }

  .theme_box {
    justify-content: space-evenly;
  }

  .theme {
    position: relative;
    margin-bottom: 10px;
  }

}


