@charset "UTF-8";
/*----------------------------------------------

----------------------------------------------*/

.posterBox {
  width: 820px;
  position: relative;
  margin: 0 auto 30px;
  padding-bottom: 20px;
  border: 2px solid #001f66;
}
.number {
  position: absolute;
  z-index: 2;
  top: 0;
  left: 0;
  width: 66px;
  height: 66px;
  color: #fff;
  font-size: 1.8rem;
  font-weight: bold;
  text-align: center;
}
.number:after {
  content: '';
  position: absolute;
  z-index: 1;
  top: 0;
  left: -2px;
  border-top: 33px solid #001f66;
  border-right: 33px solid transparent;
  border-bottom: 33px solid transparent;
  border-left: 33px solid #001f66;
}
.number p {
  position: absolute;
  top: 5px;
  left: 8px;
  z-index: 3;
}
h3.title {
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  min-height: 66px;
  margin-bottom: 15px;
  padding: 10px 35px;
  border-bottom: 2px dotted #ccc;
  font-size: 1.8rem;
  text-align: center;
}
h3.title span {
  display: block;
}
.kouen h3.title {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
  height: 66px;
  margin-bottom: 15px;
  padding: 0 35px;
  border-bottom: 2px dotted #ccc;
  font-size: 1.8rem;
  text-align: center;
}
.summary {
  padding: 0 40px 30px;
}
dl.posterImg {
  padding: 0 40px;
  display: flex;
}
dl.posterImg dt.imgArea {
  max-width: 300px;
}
dl.posterImg dd {
  flex: 1 1 530px;
  min-width: 410px;
  max-width: 530px;
  display: flex;
  flex-direction: column;
  margin-left: 30px;
}
dl.posterImg dd.testArea p.groupName {
  padding-bottom: 20px;
}
dl.posterImg ul {
  list-style: none;
  width: 100%;
  margin: 0 0 20px;
}
dl.posterImg ul.daihyou li:nth-child(n + 2) {
  margin-left: 4em;
}
.kouen dl.posterImg {
  position: relative;
}
.kouen dl.posterImg .icon {
  position: absolute;
  bottom: 0;
}
.icon {
  margin: auto 0 0 0;
}
.icon a {
  display: inline-block;
  border: 1px solid #ccc;
  border-radius: 10px;
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
}
.icon a img {
  vertical-align: bottom;
}
.icon a:first-child {
  margin-right: 20px;
}
.copyrightBox {
  width: 820px;
  margin: 20px auto 60px;
  padding: 20px 30px;
  background-color: #eee;
}
.copyrightBox h4 {
  font-size: 1.8rem;
  color: #001f66;
  display: flex;
  align-items: center;
}
.copyrightBox h4:before,
.copyrightBox h4:after {
  content: '';
  flex-grow: 1;
  height: 2px;
  background: #001f66;
  display: block;
}
.copyrightBox h4:before {
  margin: 10px 1em 0 0;
}
.copyrightBox h4:after {
  margin: 10px 0 0 1em;
}
.copyrightBox ul {
  margin: 10px 0 0;
  padding-left: 1em;
  font-size: 1.4rem;
}
@media screen and (min-width: 768px) {
  .icon a:hover {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
}
@media screen and (max-width: 767px) {
  .posterBox {
    width: 90%;
    position: relative;
    margin: 0 auto 20px;
    padding-bottom: 20px;
    border: 2px solid #001f66;
  }
  .number {
    position: absolute;
    z-index: 2;
    top: 0;
    left: 0;
    width: 66px;
    height: 66px;
    color: #fff;
    font-size: 1.6rem;
    font-weight: bold;
    text-align: center;
  }
  .number:after {
    content: '';
    position: absolute;
    z-index: 1;
    top: 0;
    left: -2px;
    border-top: 30px solid #001f66;
    border-right: 30px solid transparent;
    border-bottom: 30px solid transparent;
    border-left: 30px solid #001f66;
  }
  .number p {
    position: absolute;
    top: 5px;
    left: 8px;
    z-index: 3;
  }
  h3.title {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    min-height: 60px;
    margin-bottom: 15px;
    padding: 10px 20px 10px 40px;
    border-bottom: 2px dotted #ccc;
    font-size: 1.6rem;
    text-align: center;
  }
  h3.title span {
    display: block;
    margin-left: -20px;
  }
  .kouen h3.title {
    display: flex;
    flex-direction: row;
    justify-content: center;
    align-items: center;
    height: 100%;
    min-height: 60px;
    margin-bottom: 15px;
    padding: 0px 50px;
    border-bottom: 2px dotted #ccc;
    font-size: 1.6rem;
    text-align: center;
  }
  .summary {
    padding: 0 15px 20px;
  }
  dl.posterImg {
    padding: 0 15px;
    display: flex;
    flex-direction: column;
  }
  dl.posterImg dt.imgArea {
    max-width: 100%;
    padding: 0;
    text-align: center;
  }
  dl.posterImg dt.imgArea img {
    width: auto;
    max-width: 250px;
    min-width: 180px;
    height: auto;
  }
  dl.posterImg dd {
    flex: 0 1 100%;
    min-width: 100%;
    max-width: 100%;
    display: flex;
    flex-direction: column;
    margin-left: 0;
  }
  dl.posterImg ul {
    list-style: none;
    width: 100%;
    margin: 0 0 15px;
  }
  .kouen .posterBox {
    padding-bottom: 0;
  }
  .kouen dl.posterImg {
    flex-direction: column-reverse;
    padding-bottom: 70px;
  }
  .kouen dl.posterImg .icon {
    width: calc(100% - 20px);
  }
  .kouen dl.posterImg dd.testArea {
    margin-bottom: 15px;
  }
  .icon {
    order: -1;
    display: flex;
    justify-content: space-around;
    margin: 15px 0;
  }

  .icon a {
    width: 45%;
  }
  .icon img {
    width: 100%;
    height: auto;
  }
  .icon a:first-child {
    margin-right: 0;
  }

  .copyrightBox {
    width: 90%;
    margin: 20px auto 60px;
    padding: 20px 30px 5px;
    background-color: #eee;
  }
  .copyrightBox h4 {
    font-size: 1.8rem;
    color: #001f66;
    display: block;
    text-align: center;
  }
  .copyrightBox h4:before,
  .copyrightBox h4:after {
    display: none;
  }
  .copyrightBox ul {
    margin: 10px 0 0;
    padding-left: 1em;
    font-size: 1.3rem;
  }
  .copyrightBox ul li {
    margin-bottom: 15px;
  }
  .icon a:active {
    box-shadow: 0 0 10px rgba(0, 0, 0, 0.6);
  }
}
/*----------------------------------------------
 メニューボタン
----------------------------------------------*/
.defs {
  display: none;
}
#slideMenu {
  position: fixed;
  z-index: 49;
  width: 300px;
  right: 10px;
  bottom: 0;
  padding: 20px;
  background-color: rgba(255, 255, 255, 0.6);
}
#slideMenu .btnMenu {
  display: none;
}
#slideMenu .menu {
  position: relative;
  z-index: 49;
}
#slideMenu ul {
  list-style: none;
}
#slideMenu ul li {
  margin-bottom: 15px;
}
#slideMenu ul li a,
.totop a {
  position: relative;
  z-index: 15;
  display: block;
  width: 100%;
  padding: 10px 0;
  border: 1px solid;
  font-size: 1.6rem;
  text-align: center;
  font-weight: bold;
  text-decoration: none;
  border-radius: 8px;
}
#slideMenu i {
  position: absolute;
  right: 10px;
}
#slideMenu .iconArrow {
  width: 12px;
  height: 12px;
  fill: #000;
}
#slideMenu .totop a {
  border-color: #000;
  background-color: #fff;
  color: #000;
}
#slideMenu .totop .iconArrow {
  fill: #000;
  transform: rotate(-90deg);
}
@media screen and (max-width: 767px) {
  #slideMenu {
    position: fixed;
    right: 0;
    z-index: 49;
    width: 100%;
    height: 60px;
    margin: 0;
    padding: 0;
    display: flex;
    background-color: rgba(255, 255, 255, 0);
  }

  #slideMenu .btnMenu {
    position: fixed;
    z-index: 100;
    left: 0;
    bottom: 0;
    display: flex;
    align-items: center;
    width: calc(100% - 80px);
    height: 60px;
    background: -moz-linear-gradient(left, #0064ff, #129afb);
    background: -webkit-linear-gradient(left, #0064ff, #129afb);
    background: linear-gradient(to right, #0064ff, #129afb);
    font-size: 1.7rem;
    font-weight: bold;
    line-height: 1;
    cursor: pointer;
    color: #fff;
  }
  #slideMenu .btnMenu p {
    margin: 0 auto;
  }
  #slideMenu .totop {
    width: 80px;
    margin: 0 0 0 auto;
    border-left: 7px solid #fff;
  }
  #slideMenu .totop a {
    position: relative;
    z-index: 15;
    display: block;
    width: 100%;
    height: 60px;
    padding: 30px 0 10px;
    background-color: #129afb;
    background: -moz-linear-gradient(left, #129afb, #18affb);
    background: -webkit-linear-gradient(left, #129afb, #18affb);
    background: linear-gradient(to right, #129afb, #18affb);
    border: none;
    font-size: 1.7rem;
    text-align: center;
    font-weight: bold;
    text-decoration: none;
    border-radius: 0;
    color: #fff;
  }
  #slideMenu .totop i {
    position: absolute;
    right: 40%;
    top: 5px;
  }
  #slideMenu .totop .iconArrow {
    width: 15px;
    height: 15px;
    fill: #fff;
    transform: rotate(-90deg);
  }
  #slideMenu .menu {
    display: none;
    position: fixed;
    right: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.6);
    z-index: 10;
    border-left: none;
    overflow-y: scroll;
  }
  #slideMenu ul {
    position: absolute;
    bottom: 0;
    width: 100%;
    padding: 20px 20px 60px;
    background-color: #fff;
  }
  #slideMenu ul li {
    width: 70%;
    margin: 0 auto 15px;
  }
  #slideMenu .btnMenu .line {
    display: block;
    width: 20px;
    margin: 0 0 0 20px;
    background-color: #ffffff;
    height: 2px;
    position: relative;
    transition: all 0.5s linear 0s;
  }
  #slideMenu .btnMenu .line::before {
    content: '';
    display: block;
    border-top: 2px solid #ffffff;
    position: absolute;
    left: 0;
    top: -8px;
    width: 100%;
    transition: all 0.4s linear 0s;
  }
  #slideMenu .btnMenu .line::after {
    content: '';
    display: block;
    border-top: 2px solid #ffffff;
    position: absolute;
    left: 0;
    top: 8px;
    width: 100%;
    transition: all 0.4s linear 0s;
  }
  #slideMenu.open .btnMenu .line {
    background-color: transparent;
    transition: all 0.2s linear 0s;
  }
  #slideMenu.open .btnMenu .line::before {
    top: 0;
    -webkit-transform: rotate(135deg);
    transform: rotate(135deg);
  }
  #slideMenu.open .btnMenu .line::after {
    top: 0;
    -webkit-transform: rotate(-135deg);
    transform: rotate(-135deg);
  }
}

.section__title {
  font-weight: bold;
  background: none;
  color: #001f66;
}
