@charset "UTF-8";
/*運営委員会メンバー*/
.steering_committee table {
  width: 100%;
  border-top: solid 2px #aaa;
  border-bottom: solid 2px #aaa;
  border-collapse: collapse;
}
.steering_committee table th, .steering_committee table td {
  width: 50%;
  border-bottom: solid 1px #aaa;
  padding: 10px 5%;
}
.steering_committee table tbody tr:nth-child(even) {
  background-color: #f5f5f5;
}
.steering_committee thead {
  background-color: #333;
  color: #fff;
  text-align: left;
}
/*規程*/
.regulations h3 {
  font-size: 20px;
  font-weight: normal;
  position: relative;
  padding: 12px 15px;
  border-left: 6px solid #cf0226;
  background-color: #eee;
}
.regulations ul.arrow > li {
  margin: 0;
  padding: 20px 0 20px 30px;
  border-bottom: dashed 1px #ccc;
}
.regulations ul.arrow > li::before {
  position: absolute;
  top: 27px;
  left: 5px;
  content: "";
  width: 7px;
  height: 7px;
  border-top: 3px solid #aaa;
  border-right: 3px solid #aaa;
  transform: rotate(45deg);
}
.regulations ul.btn_dl {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
}
.regulations ul.btn_dl li {
  width: 31%;
  margin: 10px 1% 0;
  padding: 0 !important;
}
.regulations ul.btn_dl li:before {
  display: none;
}
.regulations ul.btn_dl li a {
  display: block;
  text-decoration: none;
  color: #cf0226;
  text-align: center;
  padding: 10px 5%;
  border: solid 2px #cf0226;
  border-radius: 10px;
  position: relative;
}
.regulations ul.btn_dl li i {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(-10%, -50%);
}
.regulations ul.btn_dl li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #cf0226;
}
/*規程　様式*/
.regulations.yoshiki ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.regulations.yoshiki ul li {
  width: 48%;
  margin: 0 1%;
}
.regulations.yoshiki ul li a {
  display: block;
  text-decoration: none;
  color: #cf0226;
  text-align: center;
  padding: 15px 0 15px 5%;
  border: solid 2px #cf0226;
  border-radius: 10px;
  position: relative;
}
.regulations.yoshiki ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #cf0226;
}
.regulations.yoshiki ul li i {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(-10%, -50%);
}
/*ロゴマーク取得申請方法について*/
.regulations.logomark .box {
  padding: 15px 5%;
  background: linear-gradient(45deg, rgba(243, 252, 254), rgba(236, 235, 246));
}
.regulations.logomark .box section {
  margin-bottom: 25px;
}
.regulations.logomark .box h4 + p {
  margin-bottom: 30px;
}
.regulations.logomark .box h5 {
  font-size: 16px;
  font-weight: bold;
  margin: 0 auto 5px;
}
.regulations.logomark .box ol li {
  margin: 5px auto;
}
/*規程　補足*/
.regulations.hosoku ul {
  margin: 0;
  padding: 0;
  list-style: none;
  display: flex;
  flex-wrap: wrap;
}
.regulations.hosoku ul li {
  width: 48%;
  margin: 0 1% 10px;
}
.regulations.hosoku ul li a {
  display: block;
  text-decoration: none;
  color: #cf0226;
  text-align: center;
  padding: 15px 0 15px 5%;
  border: solid 2px #cf0226;
  border-radius: 10px;
  position: relative;
}
.regulations.hosoku ul li a:hover {
  opacity: 1;
  color: #fff;
  background-color: #cf0226;
}
.regulations.hosoku ul li i {
  position: absolute;
  right: 10%;
  top: 50%;
  transform: translate(-10%, -50%);
}
/*各賞受賞者*/
.awards section {
  margin-bottom: 30px !important;
}
.awards h3.toggle {
  background-color: #eee;
  padding: 15px 0;
  font-size: 20px;
  text-align: center;
  position: relative;
  cursor: pointer;
  margin-bottom: 0;
}
.awards h3.toggle i {
  display: block;
  position: absolute;
  right: 20px;
  top: 18px;
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.awards h3.toggle.active i {
  -webkit-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transition: all .3s ease;
  transition: all .3s ease;
}
.awards .toggle_box {
  display: none;
}
.awards .toggle_box section {
  border-bottom: dashed 1px #ccc;
  margin: 0 !important;
  padding: 25px 0 10px;
}
.awards .toggle_box h4 {
  margin: 0 auto 20px;
}
.awards .toggle_box ul li {
  margin: 5px auto;
}
@media screen and (max-width:1050px) {
  /*運営委員会メンバー*/
  .steering_committee table {
    width: 700px;
  }
  .steering_committee .scroll {
    overflow: auto;
    white-space: nowrap;
  }
  .steering_committee .scroll::-webkit-scrollbar {
    height: 5px;
  }
  .steering_committee .scroll::-webkit-scrollbar-track {
    background: #F1F1F1;
  }
  .steering_committee .scroll::-webkit-scrollbar-thumb {
    background: #BCBCBC;
  }
  .steering_committee table th, .steering_committee table td {
    white-space: normal !important;
  }
  /*規程*/
  .regulations h3 {
    font-size: 18px;
  }
  .regulations ul.btn_dl li {
    width: 48%;
  }
  .regulations ul.btn_dl.btn_dl02 li {
    width: 100%;
  }
  /*規程　様式*/
  .regulations.yoshiki ul {
    display: block;
  }
  .regulations.yoshiki ul li {
    width: auto;
    margin: 5px auto;
  }
  .regulations.yoshiki ul li .block {
    display: block;
  }
  /*ロゴマーク取得申請方法について*/
  .regulations.logomark .box {
    padding: 5px 5%;
  }
  /*規程　補足*/
  .regulations.hosoku ul {
    display: block;
  }
  .regulations.hosoku ul li {
    width: auto;
    margin: 5px auto;
  }
  /*各賞受賞者*/
  .awards section {
    margin-bottom: 20px !important;
  }
}