@charset "UTF-8";
body {
  color: #333;
  background: #fff;
  	/*font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
    font-weight: 500;*/
  min-width: 1440px;
}

.wrapper {
  position: relative;
}

.wrapper * {
  box-sizing: border-box;
}

.billboard {
  background: #c1e6f6 url("../../img/lp/training_movie/billboard_bg.png") repeat-x center top;
}
.billboard .billboard-body {
  background: url("../../img/lp/training_movie/billboard.png") no-repeat center top;
  height: 520px;
  margin: auto;
  padding: 50px 210px 25px;
  width: 1440px;
}
.billboard .billboard-body .main-col {
  padding: 0 0 0 70px;
  width: 615px;
}
.billboard .billboard-body .main-col .subttl {
  display: block;
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1;
  margin-bottom: 18px;
}
.billboard .billboard-body .main-col h1 {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  line-height: 1.1;
  width: 100%;
}
.billboard .billboard-body .main-col h1 img {
  display: block;
  width: 100px;
}
.billboard .billboard-body .main-col h1 .ttltxt {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  margin-left: 25px;
}
.billboard .billboard-body .main-col h1 .ttltxt .sub {
  font-size: 3.0rem;
  font-weight: 700;
}
.billboard .billboard-body .main-col .introtxt {
  font-size: 2.8rem;
  font-weight: 700;
  line-height: 1.3;
  margin-top: 20px;
}
.billboard .billboard-body .main-col .discription-txt {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 15px;
}
.billboard .billboard-body .main-col .subtxt {
  background: rgba(255, 255, 255, 0.4);
  border-radius: 8px;
  margin-top: 29px;
  padding: 10px 16px;
}
.billboard .billboard-body .main-col .subtxt p {
  font-size: 1.2rem;
  line-height: 1.6;
  padding: 0 0 0 1em;
  text-indent: -1em;
}

article {
  width: 100%;
}
article .lp-contents {
  margin: auto;
  padding: 60px 210px;
  width: 1440px;
}
article .lp-contents .subttl {
  color: #2C95DB;
  display: block;
  font-size: 2.0rem;
  font-weight: 700;
  font-family: Helvetica, "sans-serif";
  line-height: 1.0;
  margin-bottom: 15px;
  text-align: center;
}
article .lp-contents h2 {
  font-size: 4.0rem;
  font-weight: 700;
  line-height: 1.3;
  margin-bottom: 55px;
  text-align: center;
}
article.step {
  background: #fff;
}
article.step .step-body {
  width: 100%;
}
article.step .step-body .step-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
  padding: 0 10px;
}
article.step .step-body .step-box:last-of-type {
  margin-bottom: 0;
}
article.step .step-body .step-box:last-of-type dt:after {
  display: none;
}
article.step .step-body .step-box > dt {
  color: #2C95DB;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: Helvetica, "sans-serif";
  flex-shrink: 0;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 40px;
}
article.step .step-body .step-box > dt .num {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}
article.step .step-body .step-box > dt:after {
  background-image: radial-gradient(#c5c5c5 25%, transparent 25%);
  background-size: 8px 8px;
  content: "";
  position: absolute;
  top: 72px;
  bottom: -10px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
}
article.step .step-body .step-box > dd.introduction {
  flex-grow: 2;
  word-break: break-all;
  padding: 0 20px 0 46px;
}
article.step .step-body .step-box > dd.introduction h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
article.step .step-body .step-box > dd.introduction .txt {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 13px;
}
article.step .step-body .step-box > dd.introduction .txt .sub {
  color: #7B7B7B;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 10px;
}
article.step .step-body .step-box > dd.introduction .txt .sublist {
  margin-top: 10px;
}
article.step .step-body .step-box > dd.introduction .txt .sublist p {
  padding: 0 0 0 1em;
  text-indent: -1em;
}
article.step .step-body .step-box > dd.introduction .txt .sublist p:first-of-type {
  margin-bottom: 10px;
}
article.step .step-body .step-box > dd.introduction .txt .info {
  background: #F5FAFC;
  margin-top: 10px;
  padding: 20px;
}
article.step .step-body .step-box > dd.introduction .txt .info dl {
  display: table;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-bottom: 7px;
  table-layout: fixed;
}
article.step .step-body .step-box > dd.introduction .txt .info dl:last-of-type {
  margin-bottom: 0;
}
article.step .step-body .step-box > dd.introduction .txt .info dl dt {
  display: table-cell;
  font-weight: 700;
  vertical-align: top;
  width: 90px;
}
article.step .step-body .step-box > dd.introduction .txt .info dl dd {
  display: table-cell;
  vertical-align: top;
}
article.step .step-body .step-box > dd.introduction .txt a {
  color: #0067DE;
  text-decoration: underline;
}
article.step .step-body .step-box > dd.capture {
  flex-shrink: 0;
  display: block;
  width: 320px;
}
article.method {
  background: #f5fafc;
}
article.method .method-body {
  width: 100%;
}
article.method .method-body .method-box {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  margin-bottom: 30px;
  padding: 0 10px;
}
article.method .method-body .method-box:last-of-type {
  margin-bottom: 0;
}
article.method .method-body .method-box:last-of-type dt:after {
  display: none;
}
article.method .method-body .method-box > dt {
  color: #2C95DB;
  font-size: 1.2rem;
  font-weight: 700;
  font-family: Helvetica, "sans-serif";
  flex-shrink: 0;
  line-height: 1;
  position: relative;
  text-align: center;
  width: 40px;
}
article.method .method-body .method-box > dt .num {
  display: block;
  font-size: 4.8rem;
  font-weight: 700;
  line-height: 1;
  margin-top: 1px;
}
article.method .method-body .method-box > dt:after {
  background-image: radial-gradient(#c5c5c5 25%, transparent 25%);
  background-size: 8px 8px;
  content: "";
  position: absolute;
  top: 72px;
  bottom: -10px;
  left: 50%;
  margin-left: -4px;
  width: 8px;
}
article.method .method-body .method-box > dd.introduction {
  flex-grow: 2;
  word-break: break-all;
  padding: 0 10px 0 50px;
}
article.method .method-body .method-box > dd.introduction h3 {
  font-size: 2.4rem;
  font-weight: 700;
}
article.method .method-body .method-box > dd.introduction .txt {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 13px;
}
article.method .method-body .method-box > dd.introduction .txt .sub {
  color: #7B7B7B;
  font-size: 1.2rem;
  line-height: 1.4;
  margin-top: 10px;
}
article.method .method-body .method-box > dd.capture {
  flex-shrink: 0;
  display: block;
  width: 320px;
}
article.faq {
  background: #fff;
}
article.faq h2 {
  font-family: Helvetica, "sans-serif";
}
article.faq .faq-body {
  padding: 0 100px;
  width: 100%;
}
article.faq .faq-body .accordion {
  background: #f5fafc;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  min-height: 63px;
  margin-bottom: 15px;
  overflow: hidden;
}
article.faq .faq-body .accordion:last-of-type {
  margin-bottom: 0;
}
article.faq .faq-body .accordion h5 {
  background: #fff;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-size: 2.0rem;
  font-weight: 700;
  min-height: 68px;
  position: relative;
  padding: 18px 82px;
  cursor: pointer;
}
article.faq .faq-body .accordion h5::before {
  background: #2c95db;
  color: #fff;
  content: "Q";
  display: block;
  font-family: Helvetica, "sans-serif";
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  left: 30px;
  top: 16px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}
article.faq .faq-body .accordion h5::after {
  background: url("../../img/lp/training_movie/faq_arrow.png") no-repeat center center;
  content: "";
  display: block;
  height: 15px;
  position: absolute;
  right: 28px;
  top: 50%;
  margin-top: -7px;
  width: 26px;
}
article.faq .faq-body .accordion h5 span {
  display: block;
  margin-right: 18px;
  font-size: 2.2rem;
  font-weight: 700;
}
article.faq .faq-body .accordion h5.open::after {
  transform: rotate(-180deg);
}
article.faq .faq-body .accordion .answer .txtbox {
  padding: 21px 30px 30px 82px;
  position: relative;
}
article.faq .faq-body .accordion .answer .txtbox::before {
  background: #0061a2;
  color: #fff;
  content: "A";
  display: block;
  font-family: Helvetica, "sans-serif";
  font-size: 2.4rem;
  font-weight: 700;
  position: absolute;
  left: 30px;
  top: 16px;
  height: 36px;
  width: 36px;
  border-radius: 50%;
  text-align: center;
  line-height: 36px;
}
article.faq .faq-body .accordion .answer .txtbox .txt {
  font-size: 1.6rem;
  line-height: 1.6;
}
article.faq .faq-body .accordion .answer .txtbox .sub {
  color: #7B7B7B;
  font-size: 1.2rem;
  line-height: 1.6;
  margin-top: 10px;
}
article.faq .faq-body .accordion .answer .txtbox .inquiry {
  font-size: 1.6rem;
  line-height: 1.4;
  margin-top: 15px;
}
article.faq .faq-body .accordion .answer .txtbox .inquiry b {
  font-weight: 700;
}
article.faq .faq-body .accordion .answer .txtbox .txtbox-list {
  font-size: 1.6rem;
  line-height: 1.4;
  width: 100%;
  display: table;
  table-layout: fixed;
  margin-bottom: 10px;
}
article.faq .faq-body .accordion .answer .txtbox .txtbox-list:last-of-type {
  margin-bottom: 0;
}
article.faq .faq-body .accordion .answer .txtbox .txtbox-list > dt {
  display: table-cell;
  vertical-align: top;
  width: 25px;
}
article.faq .faq-body .accordion .answer .txtbox .txtbox-list > dd {
  display: table-cell;
  vertical-align: top;
}
article.faq .faq-body .accordion .answer .txtbox .txtbox-list > dd .info {
  background: #fff;
  margin-top: 10px;
  padding: 20px;
}
article.faq .faq-body .accordion .answer .txtbox .txtbox-list > dd .info dl {
  display: table;
  font-size: 1.2rem;
  line-height: 1.5;
  margin-bottom: 10px;
  table-layout: fixed;
  width: 100%;
}
article.faq .faq-body .accordion .answer .txtbox .txtbox-list > dd .info dl:last-of-type {
  margin-bottom: 0;
}
article.faq .faq-body .accordion .answer .txtbox .txtbox-list > dd .info dl dt {
  display: table-cell;
  font-weight: 700;
  vertical-align: top;
  width: 90px;
}
article.faq .faq-body .accordion .answer .txtbox .txtbox-list > dd .info dl dd {
  display: table-cell;
  vertical-align: top;
}
article.faq .faq-body .accordion .answer .txtbox .txtbox-list > dd p {
  line-height: 1.6;
  padding: 0 0 0 1em;
  text-indent: -1em;
}
article.faq .faq-body .accordion .answer .txtbox .txtbox-list > dd p:first-of-type {
  margin-top: 10px;
}
article.faq .faq-body .accordion .answer .txtbox a {
  color: #0067DE;
  text-decoration: underline;
}
article.lectures {
  background: #f5fafc;
  padding: 0 0 20px;
}
article.lectures .lectures-body {
  background: #fff;
  box-shadow: 0 0 8px rgba(0, 0, 0, 0.15);
  border-radius: 8px;
  width: 100%;
  padding: 40px;
}
article.lectures .lectures-body .table-frame .lecture-list {
  display: table;
  table-layout: fixed;
  width: 100%;
}
article.lectures .lectures-body .table-frame .lecture-list thead {
  background: #0061a2;
  border-left: 1px solid #0061a2;
  border-right: 1px solid #0061a2;
}
article.lectures .lectures-body .table-frame .lecture-list thead th {
  vertical-align: middle;
  color: #fff;
  font-size: 2.0rem;
  font-weight: 700;
  height: 44px;
  text-align: center;
  vertical-align: middle;
  border-right: 1px solid #fff;
}
article.lectures .lectures-body .table-frame .lecture-list thead th:last-of-type {
  border-right: none;
}
article.lectures .lectures-body .table-frame .lecture-list tbody {
  border-left: 1px solid #d9d9d9;
  border-right: 1px solid #d9d9d9;
  background: #fff;
}
article.lectures .lectures-body .table-frame .lecture-list tbody:nth-of-type(even) {
  background: #f5fafc;
}
article.lectures .lectures-body .table-frame .lecture-list tbody td {
  border-right: 1px solid #d9d9d9;
  border-bottom: 1px solid #d9d9d9;
  box-sizing: border-box;
  font-size: 1.6rem;
  line-height: 1.4;
  padding: 9px 16px;
  vertical-align: middle;
}
article.lectures .lectures-body .table-frame .lecture-list tbody td.alphanumeric {
  font-size: 2.4rem;
  font-family: Helvetica, "sans-serif";
  text-align: center;
}
article.lectures .lectures-body .table-frame .lecture-list tbody td.mark {
  color: #6f6f6f;
  font-size: 1.6rem;
  text-align: center;
}
article.lectures .lectures-body .table-frame .group {
  text-align: center;
  width: 100px;
}
article.lectures .lectures-body .table-frame .duplication {
  width: 80px;
}
article.lectures .lectures-body .table-frame .college {
  width: 280px;
}
article.lectures .lectures-body .table-frame .unit {
  text-align: center;
  width: 84px;
}

footer .lp-footer {
  background: #808896;
}
footer .lp-footer .lp-footer-body {
  color: #fff;
  font-size: 1.2rem;
  height: 45px;
  line-height: 45px;
  margin: auto;
  text-align: center;
  width: 1440px;
}

.backtop {
  position: fixed;
}

.sidebtn {
  font-family: "游ゴシック体", YuGothic, "游ゴシック", "Yu Gothic", "メイリオ", "Hiragino Kaku Gothic ProN", "Hiragino Sans", sans-serif;
  position: absolute;
  right: 0;
  top: 310px;
  width: 64px;
  height: 300px;
  background: #2c95db;
  border-radius: 10px 0 0 10px;
  -ms-writing-mode: tb-rl;
  -webkit-writing-mode: vertical-rl;
  writing-mode: vertical-rl;
}
.sidebtn p {
  height: 300px;
}
.sidebtn a {
  display: block;
  width: 64px;
  height: 300px;
  text-align: center;
  font-size: 2.4rem;
  font-weight: 700;
  color: #fff;
  line-height: 63px;
  position: relative;
  padding: 15px 0 56px;
}
.sidebtn a::after {
  background: url("../../img/lp/training_movie/sidebtn_icon.png") no-repeat center center;
  content: "";
  height: 20px;
  width: 24px;
  position: absolute;
  bottom: 27px;
  left: 50%;
  margin-left: -12px;
}
.sidebtn a:hover {
  opacity: 0.8;
}

.topbtn {
  position: fixed;
  bottom: 30px;
  right: 30px;
}
.topbtn a {
  background: #41464a;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  height: 60px;
  width: 60px;
  text-align: center;
  box-shadow: 0 2px 6px rgba(0, 0, 0, 0.3);
}
.topbtn a p {
  color: #fff;
  font-size: 1.4rem;
  font-weight: 700;
  font-family: Helvetica, "sans-serif";
  position: relative;
}
.topbtn a p img {
  display: block;
  margin: 0 auto 5px;
}
