@charset "utf-8";
/* CSS Document */

.sek_bodywarp{
  max-width: 952px;
  margin: auto;
  padding: 0 16px;
}

.sek_lead{margin-bottom: 136px;}
.sek_lead h2{
  margin-bottom: 80px;
  letter-spacing: 0.2em;
  font-size: 1.5rem;
  font-weight: bold;
  color: #000066;
}
.sek_lead p{
  line-height: 2;
  color: #212121;
}



.sek_contentwrap{margin-bottom: 100px;}
.sek_contentwrap:last-of-type{margin-bottom: 180px;}
.sek_contentwrap h2{
  line-height: 1;
  margin-bottom: 32px;
  letter-spacing: 0.3em;
  font-size: 1.5rem;
  font-weight: bold;
}
.sek_contentwrap h2 img{margin-right: 14px;}
.sek_contentwrap h2 span{vertical-align: middle;}
.sek_contentwrap dl dt{
  margin-bottom: 30px;
  letter-spacing: 0.3em;
  font-size: 1.5rem;
  font-weight: bold;
}
.sek_contentwrap dl dd:nth-last-of-type(n+2){margin-bottom: 100px;}
.sek_contentwrap dl dd figure{
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}
.sek_contentwrap dl dd figure img{
  width: 400px;
  height: 225px;
}
.sek_contentwrap dl dd figure figcaption{
  width: 484px;
  line-height: 2;
  color: #212121;
}

















@media screen and (max-width:970px){/*952px+17px(スクロールバー)*/
  .sek_contentwrap dl dd figure>p{width: 41.2vw;}
  .sek_contentwrap dl dd figure img{
    max-width: 100%;
    width: auto;
    height: auto;
  }
  .sek_contentwrap dl dd figure figcaption{width: 49.8vw;}
}
@media screen and (max-width:428px){
  .sek_lead h2{font-size: 1rem;}
  .sek_lead h2 br{display: none;}
  .sek_lead p{font-size: 0.875rem;}

  .sek_contentwrap h2{
    margin-bottom: 32px;
    letter-spacing: 0.1em;
    font-size: 1.125rem;
  }
  .sek_contentwrap h2 img{width: 24px;}

  .sek_contentwrap dl dt{
    letter-spacing: 0.1em;
    font-size: 1rem;
  }
  .sek_contentwrap dl dd figure{flex-wrap: wrap;}
  .sek_contentwrap dl dd figure>p{
    width: 100%;
    margin-bottom: 12px;
  }
  .sek_contentwrap dl dd figure img{
    width: 100%;
    height: 56.25%;
  }
  .sek_contentwrap dl dd figure figcaption{
    width: 100%;
    font-size: 0.875rem;
  }
}


