@charset "UTF-8";
/*----------------------------------------------------------------------
2.	ブラウザデフォルトスタイルリセット
----------------------------------------------------------------------*/
body,
h1, h2, h3, h4, h5, h6,
div,
p,
ul, ol, dl,
form, fieldset,
table,
address,
blockquote,
noscript,
pre,
tr,
td,
input,
textarea {
  margin: 0;
  padding: 0;
  font-style: normal;
}

body {
  font-size: 10px;
}

* html body {
  font-size: 62.5%;
}

* + html body {
  font-size: 62.5%;
}

body > iframe {
  display: none;
}

h1, h2, h3, h4, h5, h6 {
  font-size: 1em;
  font-weight: normal;
}

small {
  font-size: 1em;
}

mark {
  background: none;
}

fieldset {
  border: none;
}

legend {
  display: none;
}

table {
  border-collapse: collapse;
  border-spacing: 0px;
  font-size: inherit;
  font: 100%;
}

li {
  list-style-type: none;
}

dd {
  margin: 0;
}

a,
abbr,
acronym,
em,
strong,
span,
img,
sub,
sup,
input,
button,
textarea,
select,
label,
caption {
  font-weight: normal;
  font-style: normal;
}

a {
  text-decoration: none;
}

img {
  border: none;
  vertical-align: bottom;
}

caption, th {
  font-weight: normal;
  text-align: left;
}

th, td {
  padding: 0px;
}

input, textarea, select {
  font-family: inherit;
  font-size: inherit;
}

textarea {
  vertical-align: top;
}

article, aside, details, figcaption, figure, footer, header, hgroup, main, menu, nav, section, summary {
  display: block;
}

header, footer, article, section, aside,
nav,
figure, figcaption {
  display: block;
  margin: 0;
  padding: 0;
}

html,
body {
  height: 100%;
}
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 100%;
  }
}

body {
  font-size: 16px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  color: #333;
  line-height: 1.4;
  -webkit-text-size-adjust: 100%;
}

body * {
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}

/*-------------------------
  共通部分
--------------------------*/
.pc_none {
  display: none;
}
@media screen and (max-width: 768px) {
  .pc_none {
    display: block;
  }
}

.sp_none {
  display: block;
}
@media screen and (max-width: 768px) {
  .sp_none {
    display: none;
  }
}

@media screen and (max-width: 768px) {
  img {
    max-width: 100%;
  }
}

.mod-inner {
  margin: 0 auto;
  width: 1000px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-inner {
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mod-inner {
    padding: 0 15px;
    width: 100%;
  }
}

.mod-inner__1100 {
  width: 1100px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .mod-inner__1100 {
    padding: 0 15px;
    width: 100%;
  }
}
@media screen and (max-width: 768px) {
  .mod-inner__1100 {
    padding: 0 15px;
    width: 100%;
  }
}

.mod-title {
  text-align: center;
  margin: 0 0 40px;
  font-size: 36px;
  font-weight: bold;
  line-height: 1;
  color: #000;
}
@media screen and (max-width: 768px) {
  .mod-title {
    margin: 0 0 30px;
    font-size: 24px;
    line-height: 1.4;
  }
}
.mod-title span {
  margin: 0 0 0 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .mod-title span {
    display: block;
    margin: 5px 0 0;
    font-size: 14px;
  }
}

.content-inner {
  width: 1200px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  .content-inner {
    width: 100%;
    padding: 0 3%;
  }
}

.sec-title {
  text-align: center;
}

/*-------------------------
  追従ヘッダーメニュー
--------------------------*/
.headerfollowing {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 99;
  margin: 0;
  padding: 10px 0;
  width: 100%;
  background: #000;
}

.headerfollowing-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
  margin: 0 auto;
  padding: 0 40px;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .headerfollowing-inner {
    padding: 0 4vw;
  }
}

.headerfollowing-logo {
  margin: 0 auto 0 0;
}
@media screen and (max-width: 768px) {
  .headerfollowing-logo {
    height: 30px;
  }
}
.headerfollowing-logo img {
  width: 187px;
  height: 40px;
}
@media screen and (max-width: 768px) {
  .headerfollowing-logo img {
    width: 140px;
    height: 30px;
  }
}
.headerfollowing-logo a {
  display: block;
  height: 100%;
}

#headerfollowing-menubtn {
  display: none;
}
@media screen and (max-width: 768px) {
  #headerfollowing-menubtn:checked + .headerfollowing-label span {
    -webkit-transform: rotate(45deg);
    transform: rotate(45deg);
  }
  #headerfollowing-menubtn:checked + .headerfollowing-label span::before, #headerfollowing-menubtn:checked + .headerfollowing-label span::after {
    -webkit-transform: rotate(90deg);
    transform: rotate(90deg);
  }
  #headerfollowing-menubtn:checked ~ .headerfollowing-nav {
    left: 0;
    -webkit-box-shadow: 0 0 5rem rgba(0, 0, 0, 0.7);
    box-shadow: 0 0 5rem rgba(0, 0, 0, 0.7);
  }
}

.headerfollowing-label {
  display: none;
}
@media screen and (max-width: 768px) {
  .headerfollowing-label {
    display: block;
    position: absolute;
    top: 0;
    right: 10px;
    text-align: center;
    width: 40px;
    height: 100%;
    font-size: 16px;
    color: #fff;
    cursor: pointer;
  }
  .headerfollowing-label span {
    display: block;
    position: absolute;
    top: 50%;
    width: 100%;
    height: 0.2em;
    background: #fff;
    -webkit-transition: transform .3s ease;
    -webkit-transition: -webkit-transform .3s ease;
    transition: -webkit-transform .3s ease;
    transition: transform .3s ease;
    transition: transform .3s ease, -webkit-transform .3s ease;
    -webkit-transform: translateY(-50%);
    transform: translateY(-50%);
  }
  .headerfollowing-label span::before {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    -webkit-transition: transform .3s ease-in;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    -webkit-transform: translateY(-0.7em);
    transform: translateY(-0.7em);
    content: "";
  }
  .headerfollowing-label span::after {
    position: absolute;
    right: 0;
    width: 100%;
    height: 100%;
    background: #eee;
    -webkit-transition: transform .3s ease-in;
    -webkit-transition: -webkit-transform .3s ease-in;
    transition: -webkit-transform .3s ease-in;
    transition: transform .3s ease-in;
    transition: transform .3s ease-in, -webkit-transform .3s ease-in;
    -webkit-transform: translateY(0.7em);
    transform: translateY(0.7em);
    content: "";
  }
}

@media screen and (max-width: 768px) {
  .headerfollowing-nav {
    position: fixed;
    top: 50px;
    left: -80%;
    margin: 0;
    padding: 20px;
    width: 80%;
    height: calc(100% - 50px);
    background: #000;
    z-index: 1000;
    -webkit-transition-duration: 0.5s;
    transition-duration: 0.5s;
    opacity: 0.8;
  }
}

.headerfollowing-menulist {
  display: flex;
}
@media screen and (max-width: 768px) {
  .headerfollowing-menulist {
    flex-direction: column;
  }
}
.headerfollowing-menulist li {
  padding: 0 0 0 24px;
}
@media screen and (max-width: 768px) {
  .headerfollowing-menulist li {
    padding: 15px 0;
  }
}
.headerfollowing-menulist li a {
  font-size: 16px;
  font-weight: bold;
  text-decoration: none;
  color: #fff;
}
.headerfollowing-menulist li a:hover {
  opacity: 0.7;
}

/*--------------------------
  footer
---------------------------*/
.footer {
  width: 100%;
}

.footer__lp {
  background: #000;
}
.footer__lp .footer-inner {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .footer__lp .footer-inner {
    padding: 20px 0 60px;
  }
}
.footer__lp .footer-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 5px;
}
@media screen and (max-width: 420px) {
  .footer__lp .footer-list ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer__lp .footer-list ul li {
    margin: 0 0 5px;
  }
}
.footer__lp .footer-list ul li a {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  text-decoration: underline;
  color: #FFF;
}
.footer__lp .footer-list ul li a:hover {
  text-decoration: none;
}
.footer__lp .footer-list ul li.logo img {
  width: 160px;
  height: 34px;
}
.footer__lp .footer-copyright {
  font-size: 12px;
  color: #FFF;
}

/*-------------------------
  ページトップに戻るボタン
--------------------------*/
.lp-right-nav {
  position: fixed;
  bottom: 10px;
  right: 10px;
  z-index: 1000;
}
@media screen and (max-width: 768px) {
  .lp-right-nav {
    width: 50px;
  }
}
.lp-right-nav a {
  display: block;
  -webkit-transition: opacity 0.15s linear;
  transition: opacity 0.15s linear;
}
.lp-right-nav a:hover {
  opacity: 0.7;
}

/*-------------------------
  main-visual
--------------------------*/
.main-visual {
  margin: 60px 0 70px;
  width: 100%;
}
@media screen and (max-width: 768px) {
  .main-visual {
    margin: 50px 0 60px;
  }
}

.main-visual-img img {
  width: 100%;
  max-width: 1920px;
  max-height: 500px;
}
@media screen and (max-width: 768px) {
  .main-visual-img {
    display: none;
  }
}

.main-visual-img-sp {
  display: none;
}
@media screen and (max-width: 768px) {
  .main-visual-img-sp {
    display: block;
  }
}

/*-------------------------
  動画
--------------------------*/
.movie {
  text-align: center;
  margin: 0 auto 90px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .movie {
    margin: 0 0 40px;
  }
}
@media screen and (max-width: 768px) {
  .movie {
    margin: 0 0 40px;
  }
}
.movie iframe {
  width: 800px;
  height: 450px;
}
@media screen and (min-width: 769px) and (max-width: 1280px) {
  .movie iframe {
    width: 100%;
    height: calc(90vw / 16 * 9);
  }
}
@media screen and (max-width: 768px) {
  .movie iframe {
    width: 100%;
    height: calc(90vw / 16 * 9);
  }
}

/*-------------------------
  about
--------------------------*/
#about .sec-title {
  color: #000;
  font-size: 38px;
  line-height: 1.3;
  padding-bottom: 15px;
  border-bottom: 5px solid #00306c;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
@media screen and (max-width: 768px) {
  #about .sec-title {
    font-size: 23px;
  }
}
#about .sec-title span {
  font-size: 43px;
  font-weight: bold;
  color: #ea5504;
}
@media screen and (max-width: 768px) {
  #about .sec-title span {
    font-size: 22px;
  }
}
#about .top-contents {
  background-image: url("../img/about_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #about .top-contents {
    background: none;
  }
}
#about .top-copy {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #about .top-copy {
    margin-top: 30px;
  }
}
#about .top-copy p {
  font-size: 20px;
  line-height: 1.6;
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .top-copy p {
    font-size: 16px;
    text-align: left;
  }
}
#about .top-copy p + p {
  margin-top: 15px;
}
#about .top-copy p .point {
  color: #00306c;
  font-weight: bold;
}
#about .top-copy p .underline {
  font-weight: bold;
  text-decoration: underline;
}
#about .point-block {
  margin-top: 60px;
}
@media screen and (max-width: 768px) {
  #about .point-block {
    margin-top: 30px;
  }
}
#about .point-inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #about .point-inner {
    display: block;
  }
}
#about .point-circle {
  width: 360px;
  padding: 35px 20px;
  box-sizing: border-box;
  border-radius: 50px;
  background: #fff;
}
@media screen and (max-width: 768px) {
  #about .point-circle {
    width: 100%;
    padding: 20px;
  }
}
#about .point-circle.problem {
  border: 3px solid #00306c;
}
#about .point-circle.problem .point-title {
  color: #00306c;
}
#about .point-circle.problem .point-title span {
  color: rgba(0, 48, 108, 0.2);
}
#about .point-circle.problem .point-lists li::before {
  background-image: url("../img/icon_check_problem.png");
}
#about .point-circle.solution {
  border: 3px solid #ea5504;
}
#about .point-circle.solution .point-title {
  color: #ea5504;
}
#about .point-circle.solution .point-title span {
  color: rgba(234, 85, 4, 0.2);
}
#about .point-circle.solution .point-lists li::before {
  background-image: url("../img/icon_check_solution.png");
}
#about .point-title {
  font-size: 48px;
  font-weight: bold;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  text-align: center;
  margin-bottom: 20px;
}
@media screen and (max-width: 768px) {
  #about .point-title {
    font-size: 30px;
    margin-bottom: 10px;
  }
}
#about .point-title span {
  font-family: a-otf-ryumin-pr6n, serif;
  font-weight: 600;
  font-style: normal;
  display: block;
  font-weight: normal;
  margin-top: -25px;
}
@media screen and (max-width: 768px) {
  #about .point-title span {
    margin-top: -15px;
  }
}
#about .point-lists li {
  font-size: 16px;
  line-height: 1.4;
  text-indent: -1em;
  padding-left: 1em;
}
#about .point-lists li::before {
  content: "";
  width: 13px;
  height: 11px;
  display: inline-block;
  background-position: top center;
  background-repeat: no-repeat;
  margin-right: 5px;
}
#about .point-lists li + li {
  margin-top: 10px;
}
#about .point-visual {
  text-align: center;
}
@media screen and (max-width: 768px) {
  #about .point-visual {
    margin: 20px 0;
  }
}
@media screen and (max-width: 768px) {
  #about .point-visual img {
    max-width: 100%;
  }
}

/*-------------------------
  tool
--------------------------*/
#tool {
  padding-top: 120px;
  background-image: url("../img/tool_bg.png");
  background-position: bottom center;
  background-repeat: no-repeat;
}
@media screen and (max-width: 768px) {
  #tool {
    padding-top: 60px;
    background-size: cover;
  }
}
#tool .sec-title {
  color: #fff;
  font-size: 38px;
}
@media screen and (max-width: 768px) {
  #tool .sec-title {
    font-size: 20px;
  }
}
#tool .sec-title .add {
  background: #ea5504;
}
#tool .sec-title span {
  background: #00306c;
  padding: 5px 10px 0;
}
@media screen and (max-width: 768px) {
  #tool .sec-title span {
    padding: 4px 6px;
  }
}
#tool .sec-title span + span {
  margin-left: 5px;
}
@media screen and (max-width: 768px) {
  #tool .sec-title span + span {
    margin-left: 3px;
  }
}
#tool .tool-lists {
  margin-top: 90px;
}
@media screen and (max-width: 768px) {
  #tool .tool-lists {
    margin-top: 40px;
  }
}
#tool .tool-item {
  text-align: center;
  margin-bottom: 20px;
}
#tool .tool-item.product .tool-title {
  position: absolute;
  top: -60px;
  left: -90px;
}
#tool .tool-item.flyer {
  margin-right: 35px;
}
@media screen and (max-width: 768px) {
  #tool .tool-item.flyer {
    margin-right: 0;
  }
}
#tool .tool-item.flyer .tool-title {
  position: absolute;
  top: 80px;
  left: -63px;
}
#tool .tool-item.text .tool-title {
  position: absolute;
  bottom: -60px;
  right: -5px;
}
#tool .tool-item.marketing {
  margin-bottom: 0;
}
#tool .tool-item.marketing .tool-title {
  position: absolute;
  bottom: 40px;
  left: -70px;
}
#tool .block-lists {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 50px 0 20px;
}
@media screen and (max-width: 768px) {
  #tool .block-lists {
    display: block;
    margin: 0;
  }
}
#tool .sp-title {
  text-align: left;
  font-size: 18px;
  font-weight: bold;
  margin-bottom: 20px;
}
#tool .sp-title span {
  font-weight: bold;
  background: linear-gradient(rgba(0, 0, 0, 0) 70%, #fc813f 70%);
}
#tool .visual-block {
  position: relative;
  display: inline-block;
}
@media screen and (max-width: 768px) {
  #tool .visual-block .visual img {
    max-width: 100%;
  }
}

/*-------------------------
  lecture
--------------------------*/
#lecture {
  padding: 120px 0 60px;
}
@media screen and (max-width: 768px) {
  #lecture {
    padding: 60px 0 30px;
  }
}
#lecture .sec-title {
  height: 50px;
  font-size: 40px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #lecture .sec-title {
    font-size: 28px;
    margin-bottom: 30px;
    height: 35px;
    line-height: 35px;
  }
}
#lecture .sec-title span {
  display: inline-block;
  padding: 0 0 0 10px;
  margin: 0 0 0 10px;
  border-left: 1px solid #666;
}
#lecture .sec-title span:last-child {
  padding-right: 10px;
  border-right: 1px solid #666;
}
#lecture .content-inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #lecture .content-inner {
    width: 100%;
    padding: 0 4%;
  }
}
#lecture .lecture-block {
  width: 950px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
@media screen and (max-width: 768px) {
  #lecture .lecture-block {
    width: 100%;
    display: block;
    margin-bottom: 30px;
  }
}
#lecture .lecture-info {
  width: 617px;
}
@media screen and (max-width: 768px) {
  #lecture .lecture-info {
    width: 100%;
  }
}
#lecture .lecture-info p {
  padding-bottom: 20px;
  color: #333;
  font-size: 16px;
  line-height: 1.7;
}
#lecture .lecture-info .name span {
  color: #000;
  font-size: 28px;
  font-weight: bold;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
@media screen and (max-width: 768px) {
  #lecture .lecture-info .name span {
    font-size: 25px;
  }
}
#lecture .lecture-pic {
  text-align: center;
}
#lecture .lecture-pic img {
  padding-top: 70px;
}
@media screen and (max-width: 768px) {
  #lecture .lecture-pic img {
    padding-top: 0;
    max-width: 100%;
  }
}
#lecture .message-title {
  position: relative;
  background-image: url("../img/message_bg.png");
  background-position: top center;
  background-repeat: no-repeat;
  padding-bottom: 10px;
}
@media screen and (max-width: 768px) {
  #lecture .message-title {
    padding-bottom: 7px;
  }
}
#lecture .message-pen {
  position: absolute;
  top: -30px;
  left: -45px;
}
@media screen and (max-width: 768px) {
  #lecture .message-pen {
    top: -20px;
    left: -10px;
  }
}
@media screen and (max-width: 768px) {
  #lecture .message-pen img {
    width: 60%;
  }
}
#lecture .message-copy {
  font-size: 25px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #fff;
  text-shadow: 3px 3px 2px #666;
  padding-left: 50px;
}
@media screen and (max-width: 768px) {
  #lecture .message-copy {
    font-size: 20px;
    padding-left: 45px;
  }
}
#lecture .message-copy span:last-child {
  font-size: 36px;
  font-style: italic;
  padding-left: 10px;
}
@media screen and (max-width: 768px) {
  #lecture .message-copy span:last-child {
    font-size: 30px;
  }
}
#lecture .message-book {
  position: absolute;
  top: -160px;
  right: 230px;
}
@media screen and (max-width: 768px) {
  #lecture .message-book {
    display: none;
  }
}
#lecture .message-description {
  margin-top: 20px;
}
#lecture .message-description p {
  font-size: 16px;
  line-height: 1.7;
}

/*-------------------------
  schedule
--------------------------*/
#schedule {
  background: #e6e6e7;
  margin: 0 0 80px;
  padding: 100px 0 60px;
}
@media screen and (max-width: 768px) {
  #schedule {
    margin: 0 0 60px;
    padding: 60px 0 30px;
  }
}
#schedule .sec-title {
  color: #fff;
  font-size: 38px;
  margin-bottom: 80px;
}
@media screen and (max-width: 768px) {
  #schedule .sec-title {
    font-size: 20px;
    margin-bottom: 40px;
  }
}
#schedule .sec-title span {
  background: #00306c;
  padding: 5px 10px 0;
}
@media screen and (max-width: 768px) {
  #schedule .sec-title span {
    padding: 4px 6px;
  }
}
#schedule .sec-title span + span {
  margin-left: 5px;
}
#schedule .content-inner {
  width: 1000px;
  margin: 0 auto;
}
@media screen and (max-width: 768px) {
  #schedule .content-inner {
    width: 100%;
    padding: 0 4%;
  }
}
#schedule .program-block + .program-block {
  margin-top: 40px;
}
#schedule .program-block:nth-of-type(3) .sp-title {
  display: flex;
  align-items: center;
}
#schedule .program-block:nth-of-type(3) .sp-title .title {
  display: inline;
  color: #00306c;
  border: none;
}
#schedule .program-title {
  margin-bottom: 15px;
}
@media screen and (max-width: 768px) {
  #schedule .program-title img {
    max-width: 100%;
  }
}
#schedule .sp-title {
  font-size: 0;
  border-bottom: 2px solid #00306c;
}
#schedule .sp-title span {
  display: inline-block;
  margin-bottom: 8px;
  font-size: 17px;
  font-weight: bold;
}
#schedule .sp-title span.number {
  color: #00306c;
  background: #fff100;
  padding: 10px 10px 7px;
}
#schedule .sp-title span.date {
  background: #00306c;
  color: #fff;
  padding: 10px 10px 7px;
}
#schedule .sp-title span.title {
  display: inline;
  margin-top: 5px;
  padding-bottom: 5px;
  color: #00306c;
  line-height: 1.4;
}
#schedule .program-contents {
  position: relative;
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  #schedule .program-contents {
    display: block;
  }
}
#schedule .program-lists {
  width: 480px;
}
@media screen and (max-width: 768px) {
  #schedule .program-lists {
    width: 100%;
  }
}
#schedule .program-badge {
  position: absolute;
  top: -170px;
  right: -90px;
}
#schedule .program-item {
  font-size: 16px;
  margin-bottom: 5px;
}
#schedule .program-item p {
  line-height: 1.6;
  margin-bottom: 3px;
}
#schedule .program-item p::before {
  content: "";
  display: inline-block;
  margin-right: 5px;
  width: 13px;
  height: 13px;
  border-radius: 50%;
  background: #00306c;
}
#schedule .program-item .sub-title {
  line-height: 1.7;
  margin-left: 8px;
  text-indent: -1em;
  padding-left: 1em;
}
@media screen and (max-width: 768px) {
  #schedule .program-item .sub-title {
    margin-left: 0;
  }
}
#schedule .program-item ol {
  line-height: 1.7;
  margin-left: 53px;
}
@media screen and (max-width: 768px) {
  #schedule .program-item ol {
    margin-left: 45px;
  }
}
#schedule .program-caution {
  display: flex;
  justify-content: flex-end;
  margin: 30px 0 0;
  font-size: 14px;
  line-height: 1.5;
  text-indent: -14px;
  color: #FF0000;
}
@media screen and (max-width: 768px) {
  #schedule .program-caution {
    padding: 0 15px 0 28px;
  }
}

/* 受講料 */
#fee {
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  #fee {
    margin: 0 0 60px;
  }
}

.fee_inner {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1140px;
}
@media screen and (max-width: 768px) {
  .fee_inner {
    padding: 0 15px;
    width: 100%;
  }
}

.fee_ttl {
  text-align: center;
  padding: 10px;
  font-size: 18px;
  font-weight: bold;
  background: #DB4F2F;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .fee_ttl {
    font-size: 16px;
    line-height: 1.2;
  }
}

.fee_price {
  display: flex;
  margin: 0 0 15px;
  border-bottom: 1px solid #000;
}
@media screen and (max-width: 768px) {
  .fee_price {
    display: block;
    border: 1px solid #000;
  }
}

.fee_price_ttl {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  align-content: center;
  text-align: center;
  min-width: 200px;
  font-size: 30px;
  line-height: 1.4;
  background: #E6E6E7;
}
@media screen and (max-width: 768px) {
  .fee_price_ttl {
    font-size: 20px;
    padding: 5px 0;
  }
}
.fee_price_ttl span {
  font-size: 16px;
}

.fee_price_info {
  width: 100%;
}

.fee_price_info_block {
  display: flex;
  justify-content: flex-end;
  align-items: center;
  padding: 20px;
  font-size: 18px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fee_price_info_block {
    display: block;
    padding: 10px;
  }
}
.fee_price_info_block:not(:last-child) {
  border-bottom: 3px dashed #000;
}
@media screen and (max-width: 768px) {
  .fee_price_info_block:not(:last-child) {
    border-bottom: 2px dashed #000;
  }
}
.fee_price_info_block p {
  text-align: right;
  margin: 0 15px 0 0;
  font-size: 16px;
  line-height: 1.4;
}
@media screen and (max-width: 768px) {
  .fee_price_info_block p {
    text-align: center;
    margin: 0 0 5px;
    font-size: 14px;
  }
}
.fee_price_info_block.fee_price_info_block__special {
  color: #FF0000;
}

.fee_price_info_price {
  font-size: 30px;
  white-space: nowrap;
}
@media screen and (max-width: 768px) {
  .fee_price_info_price {
    text-align: center;
    margin: 0;
    font-size: 25px;
  }
}
.fee_price_info_price span {
  margin: 0 5px 0 0;
  font-size: 45px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  .fee_price_info_price span {
    font-size: 35px;
  }
}

/* オンライン研修 */
.ondemand {
  display: flex;
  justify-content: center;
  margin: 0 0 80px;
}
@media screen and (max-width: 768px) {
  .ondemand {
    margin: 0 15px 60px;
  }
}

.ondemand-inner {
  position: relative;
  margin: 0 20px;
  padding: 20px;
  width: 100%;
  max-width: 960px;
  border: 5px solid #4978BC;
  border-radius: 15px;
}
@media screen and (max-width: 768px) {
  .ondemand-inner {
    margin: 0;
  }
}

.ondemand-ttl {
  text-align: center;
  margin-bottom: 10px;
}
.ondemand-ttl span {
  font-size: 23px;
  font-weight: bold;
  line-height: 1.7;
  background: linear-gradient(rgba(0, 0, 0, 0) 60%, #ddf2fc 60%);
  color: #02407E;
}
@media screen and (max-width: 768px) {
  .ondemand-ttl span {
    font-size: 18px;
    line-height: 1.5;
  }
}

.ondemand-info ul li {
  padding: 0 0 5px 22px;
  text-indent: -22px;
  font-size: 16px;
  line-height: 1.4;
  color: #333;
}
@media screen and (max-width: 768px) {
  .ondemand-info ul li {
    padding: 0 0 5px 20px;
    text-indent: -20px;
    font-size: 14px;
  }
}
.ondemand-info ul li::before {
  content: "●";
  position: relative;
  top: -1px;
  padding: 0 5px 0 0;
  color: #02407E;
}
.ondemand-info ul li span {
  display: block;
  padding: 0 0 0 16px;
  text-indent: -16px;
  color: #FF3366;
}
.ondemand-info ul li span::before {
  content: "◎";
}
.ondemand-info ul li.ondemand-notice {
  margin: 5px 0 0;
  padding: 0 0 5px 18px;
  text-indent: -18px;
  font-size: 13px;
}
.ondemand-info ul li.ondemand-notice::before {
  content: "※";
}

.ondemand-icon {
  position: absolute;
  bottom: 0;
  right: 0;
}
@media screen and (max-width: 768px) {
  .ondemand-icon {
    display: none;
  }
}

/* お問い合わせ */
.contactform {
  padding: 90px 0 70px;
  background: #EFEFEF;
}
@media screen and (max-width: 768px) {
  .contactform {
    padding: 60px 0 40px;
  }
}

.applicationform-table-radio ul {
  display: flex;
  flex-direction: column;
  gap: 5px;
  margin: 10px 0 0;
}
.applicationform-table-radio ul li label input[type="radio"] {
  position: relative;
  top: 4px;
  margin: 0 5px 0 0;
  width: 20px;
  height: 20px;
}

.applicationform-table table tr td select.short {
  margin: 0;
  width: 250px;
}
.applicationform-table table tr.required-name2-box, .applicationform-table table tr.required-name3-box, .applicationform-table table tr.required-name4-box {
  display: none;
}
.applicationform-table table tr.required-name2-box.open, .applicationform-table table tr.required-name3-box.open, .applicationform-table table tr.required-name4-box.open {
  display: block;
}

.applicationform-table-checklist ul {
  display: flex;
  flex-wrap: wrap;
  gap: 10px 15px;
  margin: 0 0 10px;
}
@media screen and (max-width: 768px) {
  .applicationform-table-checklist ul li label {
    margin: 0;
  }
}
.applicationform-table-checklist ul li input {
  margin: 0 5px 0 0;
}
.applicationform-table-checklist ul li textarea {
  margin: 10px 0 0;
}
.applicationform-table-checklist ul li:last-child {
  width: 100%;
}

/* お問い合わせ 確認画面用 */
.applicationform-confirm {
  margin: 0 0 80px;
  padding: 80px 0 70px;
  background: #e6e6ef;
}
@media screen and (max-width: 1180px) {
  .applicationform-confirm {
    padding: 50px 15px 40px;
  }
}
.applicationform-confirm .applicationform-confirm-inner {
  margin: 0 auto;
  width: 1180px;
}
@media screen and (max-width: 1180px) {
  .applicationform-confirm .applicationform-confirm-inner {
    width: 100%;
  }
}
.applicationform-confirm .applicationform-confirm-title {
  text-align: center;
  margin: 0 0 40px;
  font-size: 36px;
  font-weight: bold;
  color: #192347;
}
@media screen and (max-width: 768px) {
  .applicationform-confirm .applicationform-confirm-title {
    margin: 0 0 30px;
    font-size: 24px;
  }
}

/* お問い合わせ 確認画面・完了画面用 */
.seminarlp-confirm #container,
.seminarlp-thanks #container {
  background: #FFF;
}
