@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%;
  min-width: 1260px;
}
@media screen and (max-width: 768px) {
  html,
  body {
    min-width: 100%;
  }
}

body {
  font-size: 16px;
  font-family: "Noto Sans JP", "Helvetica Neue", "Helvetica", "Hiragino Kaku Gothic Pro", "ヒラギノ角ゴ Pro W3", "メイリオ", "Meiryo", "ＭＳ Ｐゴシック", "Arial", "Verdana", "sans-serif";
  color: #231815;
  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-content {
  position: relative;
  padding: 60px 0 120px 0;
}
@media screen and (max-width: 768px) {
  .mod-content {
    padding: 40px 0;
  }
}

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

.mod-title {
  text-align: center;
  padding: 30px 0;
  font-size: 40px;
  line-height: 1;
  font-family: 'Noto Sans JP', sans-serif;
  background: #003705;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .mod-title {
    padding: 15px 0;
    font-size: 24px;
  }
}

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

.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;
  }
}
@media screen and (max-width: 768px) {
  .headerfollowing-logo img {
    height: 100%;
  }
}
.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: #003705;
}

.footer-inner {
  text-align: center;
  margin: 0 auto;
  padding: 20px 0;
  max-width: 1200px;
}
@media screen and (max-width: 768px) {
  .footer-inner {
    padding: 20px 0 60px;
  }
}

.footer-list ul {
  display: flex;
  justify-content: center;
  align-items: center;
  margin: 0 0 5px;
}
@media screen and (max-width: 420px) {
  .footer-list ul {
    flex-direction: column;
  }
}
@media screen and (max-width: 768px) {
  .footer-list ul li {
    margin: 0 0 5px;
  }
}
.footer-list ul li a {
  display: inline-block;
  margin: 0 10px;
  font-size: 14px;
  text-decoration: underline;
  color: #FFF;
}
.footer-list ul li a:hover {
  text-decoration: none;
}

.footer-copyright {
  font-size: 12px;
  color: #FFF;
}

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

/* MV */
.main-visual {
  border-bottom: 10px solid #003705;
}

.main-visual-img {
  display: flex;
  justify-content: center;
  overflow: hidden;
}
@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;
  }
}

/* about */
#about {
  padding: 120px 0;
  background: url(../img/about_bg.jpg) no-repeat top center;
  background-size: cover;
}
@media screen and (max-width: 768px) {
  #about {
    padding: 40px 0;
  }
}
#about .about-title {
  text-align: center;
  margin: 0 0 40px;
  padding: 30px 0;
  background: rgba(230, 0, 18, 0.8);
}
@media screen and (max-width: 768px) {
  #about .about-title {
    margin: 0 0 30px;
    padding: 15px 0 10px;
  }
}
#about .about-title .about-title-inner {
  margin: 0 auto;
  width: 1180px;
  font-size: 40px;
  font-weight: bold;
  font-style: oblique;
  line-height: 1.3;
  font-feature-settings: "palt";
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #about .about-title .about-title-inner {
    width: 100%;
    font-size: 16px;
  }
}
#about .about-title .about-title-inner span {
  font-size: 56px;
  font-weight: bold;
  font-style: oblique;
}
@media screen and (max-width: 768px) {
  #about .about-title .about-title-inner span {
    font-size: 22px;
  }
}
#about .about-title .about-title-inner em {
  display: inline-block;
  margin: 0 5px 10px;
  padding: 10px;
  font-size: 48px;
  font-weight: bold;
  background: #FFF;
  transform: skew(-15deg);
  color: #003608;
}
@media screen and (max-width: 768px) {
  #about .about-title .about-title-inner em {
    padding: 5px 10px;
    font-size: 22px;
  }
}
#about .movie {
  text-align: center;
  margin: 32px auto;
}
#about .movie iframe {
  width: 800px;
  height: 450px;
}
@media screen and (max-width: 768px) {
  #about .movie iframe {
    width: 100%;
    height: calc(90vw / 16 * 9);
  }
}
#about .about-lead {
  margin: 0 0 40px;
  padding: 40px 0;
  background: rgba(0, 0, 0, 0.6);
}
@media screen and (max-width: 768px) {
  #about .about-lead {
    margin: 0 0 30px;
    padding: 20px 0;
  }
}
#about .about-lead .about-lead-text {
  margin: 0 auto;
  padding: 0 20px;
  width: 100%;
  max-width: 1180px;
  font-size: 18px;
  line-height: 1.4;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #about .about-lead .about-lead-text {
    padding: 0 15px;
    font-size: 15px;
  }
}
#about .about-box {
  margin: 0 auto;
  width: 1180px;
}
@media screen and (max-width: 768px) {
  #about .about-box {
    width: 100%;
  }
}
#about .about-list {
  margin: 0 0 40px;
}
@media screen and (max-width: 768px) {
  #about .about-list {
    margin: 0 0 30px;
    padding: 0 15px;
  }
}
#about .about-list ul li {
  margin: 0 0 15px;
  padding: 20px 30px;
  border: 1px solid #003608;
  background: rgba(255, 255, 255, 0.9);
}
@media screen and (max-width: 768px) {
  #about .about-list ul li {
    padding: 20px 15px;
  }
}
#about .about-list ul li dt {
  display: flex;
  align-items: center;
  padding: 0 0 0 45px;
  border-bottom: 1px solid #E60012;
  font-size: 24px;
  font-weight: bold;
  line-height: 1.4;
  color: #E60012;
}
@media screen and (max-width: 768px) {
  #about .about-list ul li dt {
    flex-direction: column;
    font-size: 16px;
    padding: 0 8px 10px;
  }
}
#about .about-list ul li dt span {
  display: flex;
  align-items: center;
  position: relative;
  padding-right: 20px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #003608;
}
#about .about-list ul li dt span::before {
  content: "";
  position: absolute;
  top: 8px;
  left: -34px;
  width: 20px;
  height: 40px;
  background: url(../img/about_list_allow.png) no-repeat left top;
  background-size: contain;
}
@media screen and (max-width: 768px) {
  #about .about-list ul li dt span::before {
    top: 9px;
    left: -24px;
    width: 14px;
    height: 26px;
  }
}
@media screen and (max-width: 768px) {
  #about .about-list ul li dt span {
    padding: 0;
    font-size: 24px;
  }
}
#about .about-list ul li dt span em {
  padding: 0 0 0 2px;
  font-size: 40px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
@media screen and (max-width: 768px) {
  #about .about-list ul li dt span em {
    font-size: 32px;
  }
}
#about .about-list ul li dd {
  padding: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 1.6;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #333;
}
@media screen and (max-width: 768px) {
  #about .about-list ul li dd {
    padding: 10px 8px;
    font-size: 14px;
  }
}
#about .about-list ul li dd span {
  font-weight: bold;
  color: #E60012;
}
#about .about-supplement {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
  font-size: 16px;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #about .about-supplement {
    flex-direction: column;
    padding: 0 15px;
  }
}
#about .about-supplement dl {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#about .about-supplement dl:nth-child(1) {
  width: 530px;
}
@media screen and (max-width: 768px) {
  #about .about-supplement dl:nth-child(1) {
    margin: 0 0 15px;
    width: 100%;
  }
}
#about .about-supplement dl:nth-child(2) {
  width: 610px;
}
@media screen and (max-width: 768px) {
  #about .about-supplement dl:nth-child(2) {
    width: 100%;
  }
}
#about .about-supplement dl dt {
  margin: 0 0 10px;
}
#about .about-supplement dl dt span {
  display: inline-block;
  padding: 8px;
  border: 1px solid #FFF;
  font-size: 20px;
  font-weight: bold;
}
@media screen and (max-width: 768px) {
  #about .about-supplement dl dt span {
    padding: 5px;
    font-size: 16px;
  }
}
#about .about-supplement dl dd {
  font-size: 16px;
  line-height: 1.6;
}
@media screen and (max-width: 768px) {
  #about .about-supplement dl dd {
    font-size: 14px;
  }
}

/* 講師紹介 */
#lecture .box-title {
  text-align: center;
  height: 50px;
  font-size: 40px;
  line-height: 50px;
}
@media screen and (max-width: 768px) {
  #lecture .box-title {
    height: auto;
    font-size: 24px;
    line-height: 32px;
  }
}
#lecture .box-title span {
  display: inline-block;
  margin: 0 0 0 10px;
  padding: 0 0 0 10px;
  border-left: 1px solid #666;
}
#lecture .box-title span:last-child {
  padding-right: 10px;
  border-right: 1px solid #666;
}
#lecture .lecture {
  display: flex;
  justify-content: space-between;
  margin: 0 auto;
  width: 1080px;
}
@media screen and (max-width: 768px) {
  #lecture .lecture {
    flex-direction: column-reverse;
    width: 100%;
  }
}
#lecture .lecture .lecture-info {
  padding: 30px 0 0;
  width: 720px;
}
@media screen and (max-width: 768px) {
  #lecture .lecture .lecture-info {
    padding: 10px 0;
    width: 100%;
  }
}
#lecture .lecture .lecture-info p {
  padding: 0 0 20px;
  font-size: 16px;
  line-height: 1.7;
  color: #333;
}
@media screen and (max-width: 768px) {
  #lecture .lecture .lecture-info p {
    padding: 0 0 10px;
    font-size: 14px;
  }
}
@media screen and (max-width: 768px) {
  #lecture .lecture .lecture-info .term {
    text-align: center;
    font-size: 18px;
  }
}
@media screen and (max-width: 768px) {
  #lecture .lecture .lecture-info .name {
    text-align: center;
  }
}
#lecture .lecture .lecture-info .name span {
  font-size: 28px;
  font-weight: bold;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #000;
}
@media screen and (max-width: 768px) {
  #lecture .lecture .lecture-pic {
    text-align: center;
  }
}
@media screen and (max-width: 768px) {
  #lecture .lecture .lecture-pic img {
    width: 50%;
    max-width: 300px;
  }
}
#lecture .message-title {
  position: relative;
  margin: -96px 0 -80px -30px;
  height: 199px;
  background: url(../img/message_bg.png) no-repeat;
  z-index: -1;
}
@media screen and (max-width: 768px) {
  #lecture .message-title {
    margin: 0 0 15px;
    height: 40px;
    background: #aa9f00;
    z-index: 1;
  }
  #lecture .message-title::before {
    position: absolute;
    top: -10px;
    left: -5px;
    content: "";
    width: 60px;
    height: 64px;
    background: url(../img/ph_pen.png) left top no-repeat;
    background-size: contain;
  }
}
#lecture .message-title span {
  padding: 0 0 0 170px;
  font-size: 40px;
  font-style: oblique;
  line-height: 125px;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #lecture .message-title span {
    padding: 0 0 0 60px;
    font-size: 30px;
    line-height: 30px;
  }
}
#lecture .message-text p {
  margin: 0 auto;
  padding: 0 15px 1px;
  width: 1040px;
  font-size: 16px;
  line-height: 2.0em;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
  letter-spacing: 0.05em;
  background-color: #FFF;
  background-image: linear-gradient(90deg, rgba(0, 0, 0, 0) 0%, rgba(0, 0, 0, 0) 50%, #ffffff 50%, #ffffff 100%), linear-gradient(180deg, #709bb0 1px, rgba(0, 0, 0, 0) 1px);
  background-size: 6px 100%, 100% 2.0em;
}
@media screen and (max-width: 768px) {
  #lecture .message-text p {
    padding: 0 5px 1px;
    width: 100%;
    font-size: 14px;
  }
}

/* 開催プログラム */
#schedule {
  background: url(../img/schedule_bg.gif) top left repeat;
}
#schedule .box-title {
  text-align: center;
  padding: 30px 0;
  font-size: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  background: #003705;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  #schedule .box-title {
    padding: 15px 0;
    font-size: 24px;
  }
}

.schedule-box {
  margin: 0 auto 80px;
  width: 800px;
}
@media screen and (max-width: 768px) {
  .schedule-box {
    margin: 0 0 40px;
    width: 100%;
  }
}
.schedule-box ul li {
  margin: 0 0 50px;
}
@media screen and (max-width: 768px) {
  .schedule-box ul li {
    margin: 0 0 30px;
  }
}
.schedule-box ul li:nth-child(1) .schedule-box-title::before {
  background: url(../img/schedule_title_number1.png) no-repeat top left;
  background-size: contain;
}
.schedule-box ul li:nth-child(2) .schedule-box-title::before {
  background: url(../img/schedule_title_number2.png) no-repeat top left;
  background-size: contain;
}
.schedule-box ul li:nth-child(3) .schedule-box-title::before {
  background: url(../img/schedule_title_number3.png) no-repeat top left;
  background-size: contain;
}
.schedule-box .schedule-box-title {
  position: relative;
  margin: 0 0 30px 40px;
  padding: 20px 20px 5px 20px;
  border-bottom: 2px solid #003705;
  font-size: 28px;
  font-weight: bold;
  line-height: 1.4;
  font-family: "Times New Roman", "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "メイリオ", Meiryo, serif;
}
@media screen and (max-width: 768px) {
  .schedule-box .schedule-box-title {
    margin: 0 0 15px 45px;
    padding: 15px 10px 15px 30px;
    font-size: 20px;
  }
}
.schedule-box .schedule-box-title::before {
  content: "";
  position: absolute;
  top: 0;
  left: -80px;
  width: 80px;
  height: 76px;
}
@media screen and (max-width: 768px) {
  .schedule-box .schedule-box-title::before {
    left: -45px;
    width: 60px;
    height: 57px;
  }
}
.schedule-box .schedule-list ul {
  margin: 0 0 0 20px;
  width: 960px;
}
@media screen and (max-width: 768px) {
  .schedule-box .schedule-list ul {
    width: calc(100% - 20px);
  }
}
.schedule-box .schedule-list ul li {
  margin: 0 !important;
  padding: 0 0 6px 1.4em;
  font-weight: bold;
  text-indent: -1.4em;
}
@media screen and (max-width: 768px) {
  .schedule-box .schedule-list ul li {
    font-size: 14px;
  }
}
.schedule-box .schedule-list ul li::before {
  content: "●";
  padding: 0 5px 0 0;
}
.schedule-box .schedule-list ul li p {
  padding: 10px 0 0 28px;
  line-height: 1.6;
  text-indent: -1em;
}
@media screen and (max-width: 768px) {
  .schedule-box .schedule-list ul li p {
    padding: 10px 0 0 5px;
  }
}

.schedule-item-title {
  margin: 20px 10px 10px 0;
  font-size: 20px;
  font-weight: bold;
  color: #F39800;
}
@media screen and (max-width: 768px) {
  .schedule-item-title {
    margin: 15px 10px 10px 0;
    font-size: 16px;
  }
}

.schedule-item-title-sub {
  margin: 16px 10px 5px 10px;
  font-size: 16px;
  font-weight: bold;
  color: #F39800;
}
@media screen and (max-width: 768px) {
  .schedule-item-title-sub {
    margin: 10px 10px 5px 10px;
    font-size: 14px;
  }
}
.schedule-item-title-sub::before {
  content: "◎";
  padding: 0 5px 0 0;
}

.schedule-exercise {
  display: flex;
  align-items: center;
  margin: 20px 0;
  padding: 0 0 0 70px;
  min-height: 58px;
  font-weight: bold;
  line-height: 1.4;
  background: url(../img/schedule_exercise.png) no-repeat left center;
}
@media screen and (max-width: 768px) {
  .schedule-exercise {
    margin: 5px 0 15px;
    padding: 0 0 0 50px;
    min-height: 40px;
    font-size: 14px;
    background-size: 40px;
  }
}

.schedule-extext {
  text-align: right;
  font-size: 14px;
  font-weight: bold;
  color: #000;
}
@media screen and (max-width: 768px) {
  .schedule-extext {
    text-align: left;
    padding: 0 0 0 1em;
    text-indent: -1em;
    font-size: 12px;
  }
}

/* 受講方法 */
.schedule-subbox {
  margin: 0 auto;
  padding: 40px 20px;
  width: 1000px;
  border: 1px solid #003705;
  border-radius: 10px;
  background: #FFF;
}
@media screen and (max-width: 768px) {
  .schedule-subbox {
    padding: 20px 15px;
    width: 100%;
  }
}
.schedule-subbox dl dt {
  display: flex;
  margin: 0 0 30px;
  padding: 0 20px 30px;
  border-bottom: 1px solid #003705;
}
@media screen and (max-width: 768px) {
  .schedule-subbox dl dt {
    margin: 0 0 20px;
    padding: 0 0 20px;
    flex-direction: column;
  }
}
.schedule-subbox dl dd {
  display: flex;
  padding: 0 20px 30px;
}
@media screen and (max-width: 768px) {
  .schedule-subbox dl dd {
    padding: 0 0 20px;
    flex-direction: column;
  }
}
.schedule-subbox dl dd:last-child {
  padding: 0 20px;
}
@media screen and (max-width: 768px) {
  .schedule-subbox dl dd:last-child {
    padding: 0;
  }
}

.schedule-subbox-title {
  text-align: center;
  margin: 0 30px 0 0;
  padding: 10px;
  width: 120px;
  height: 52px;
  font-size: 24px;
  background: #003705;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .schedule-subbox-title {
    margin: 0 auto 15px;
    padding: 5px;
    height: auto;
    font-size: 22px;
  }
}

.schedule-subbox-text {
  font-size: 30px;
  font-weight: bold;
  line-height: 1;
}
@media screen and (max-width: 768px) {
  .schedule-subbox-text {
    text-align: center;
    font-size: 20px;
    line-height: 1.3;
  }
}
.schedule-subbox-text span {
  display: block;
  margin: 10px 0 0;
  font-size: 12px;
}
@media screen and (max-width: 768px) {
  .schedule-subbox-text span {
    text-align: left;
    line-height: 1.4;
  }
}

.schedule-subbox-fee {
  width: calc(100% - 140px);
}
@media screen and (max-width: 768px) {
  .schedule-subbox-fee {
    width: 100%;
  }
}
.schedule-subbox-fee ul {
  display: flex;
  justify-content: space-between;
}
@media screen and (max-width: 768px) {
  .schedule-subbox-fee ul {
    flex-direction: column;
  }
}
.schedule-subbox-fee ul li {
  text-align: center;
  width: 40%;
}
@media screen and (max-width: 768px) {
  .schedule-subbox-fee ul li {
    margin: 0 0 15px;
    width: 100%;
  }
}
.schedule-subbox-fee ul li:last-child {
  width: 55%;
}
@media screen and (max-width: 768px) {
  .schedule-subbox-fee ul li:last-child {
    margin: 0;
    width: 100%;
  }
}

.schedule-subbox-fee-conditions {
  padding: 8px 10px;
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  background: #003705;
  color: #FFF;
}
@media screen and (max-width: 768px) {
  .schedule-subbox-fee-conditions {
    font-size: 16px;
  }
}

.schedule-subbox-fee-price {
  font-size: 14px;
  font-family: "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", arial, helvetica, sans-serif;
}
.schedule-subbox-fee-price span {
  font-size: 30px;
  font-weight: bold;
  color: #c00D09;
}
.schedule-subbox-fee-price em {
  margin: 0 0 0 2px;
  font-size: 20px;
  color: #c00D09;
}

.schedule-subbox-noticelist ul li {
  font-size: 14px;
  line-height: 1.5;
}
@media screen and (max-width: 768px) {
  .schedule-subbox-noticelist ul li {
    padding: 0 0 0 1em;
    text-indent: -1em;
  }
}
.schedule-subbox-noticelist ul li::before {
  content: "・";
  padding: 0 5px 0 0;
}

/* お問い合わせ */
#contact {
  background: #e6e6ef;
}
#contact .box-title {
  text-align: center;
  padding: 30px 0;
  font-size: 40px;
  font-family: 'Noto Sans JP', sans-serif;
  background: #003705;
  color: #FFF;
}

.nougyo-applicationform {
  margin: 0 0 80px;
  padding: 80px 0 70px;
  background: #e6e6ef;
}
@media screen and (max-width: 1180px) {
  .nougyo-applicationform {
    padding: 80px 30px 70px;
  }
}
.nougyo-applicationform .nougyo-applicationform-inner {
  margin: 0 auto;
  width: 1180px;
}
@media screen and (max-width: 1180px) {
  .nougyo-applicationform .nougyo-applicationform-inner {
    width: 100%;
  }
}
.nougyo-applicationform .nougyo-applicationform-ttl {
  text-align: center;
  margin: 0 0 50px;
  font-size: 36px;
  font-weight: bold;
  color: #192347;
}

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