@charset "UTF-8";
/* CSS Document */
/*
html5doctor.com Reset Stylesheet
v1.6.1
Last Updated: 2010-09-17
Author: Richard Clark - http://richclarkdesign.com
Twitter: @rich_clark
*/
* {
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
html, body, div, span, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, abbr, address, cite, code, del, dfn, em, img, ins, kbd, q, samp, small, strong, sub, sup, var, b, i, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, figcaption, figure, footer, header, hgroup, menu, nav, section, summary, time, mark, audio, video {
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
body {
  line-height: 1;
}
article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section {
  display: block;
}
nav ul {
  list-style: none;
}
blockquote, q {
  quotes: none;
}
blockquote:before, blockquote:after, q:before, q:after {
  content: "";
  content: none;
}
a {
  margin: 0;
  padding: 0;
  font-size: 100%;
  vertical-align: baseline;
  background: transparent;
}
/* change colours to suit your needs */
ins {
  background-color: #ff9;
  color: #000;
  text-decoration: none;
}
/* change colours to suit your needs */
mark {
  background-color: #ff9;
  color: #000;
  font-style: italic;
  font-weight: bold;
}
del {
  text-decoration: line-through;
}
abbr[title], dfn[title] {
  border-bottom: 1px dotted;
  cursor: help;
}
table {
  border-collapse: collapse;
  border-spacing: 0;
}
/* change border colour to suit your needs */
hr {
  display: block;
  height: 1px;
  border: 0;
  border-top: 1px solid #cccccc;
  margin: 1em 0;
  padding: 0;
}
input, select {
  vertical-align: middle;
}
body {
  position: relative;
}
li {
  list-style: none;
}
a {
  text-decoration: none;
}
br {
  display: inherit;
  line-height: 0;
  height: 0;
}
.sp-only {
  display: none;
}
@media screen and (max-width: 750px) {
  .pc-only {
    display: none;
  }
  .sp-only {
    display: block;
  }
}
.contents header {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
}
.contents header .header__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 10px 20px;
}
.contents header .header__inner .header__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
.contents header .header__inner .header__flex .header__left img {
  max-width: 97px;
}
.contents header .header__inner .header__flex .header__right {
  width: 100%;
  max-width: 450px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
}
@media screen and (max-width: 750px) {
  .contents header .header__inner .header__flex .header__right {
    max-width: 405px;
  }
}
.contents header .header__inner .header__flex .header__right > p {
  font-size: 12px;
}
@media screen and (max-width: 750px) {
  .contents header .header__inner .header__flex .header__right > p {
    font-size: 10px;
  }
}
.contents header .header__inner .header__flex .header__right div {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  width: 100%;
  max-width: 140px;
  border-left: 1px solid #000;
}
.contents header .header__inner .header__flex .header__right div p {
  font-size: 14px;
  font-size: 0.875rem;
  padding-left: 10px;
}
.contents header .header__inner .header__flex .header__right div img {
  width: 100%;
  max-width: 30px;
}
.contents header .header__inner .header__flex .header__right div .x img {
  width: 100%;
  max-width: 25px !important;
}
@media screen and (max-width: 750px) {
  .contents header .header__inner > p {
    font-size: 10px;
    font-size: 0.625rem;
    text-align: center;
    margin: 10px auto;
  }
  .contents header .header__inner .header__flex .header__right {
    display: block;
  }
  .contents header .header__inner .header__flex .header__right div {
    margin-left: auto;
    max-width: 121px;
    border-left: 2px solid #000;
  }
  .contents header .header__inner .header__flex .header__right div p {
    font-size: 12px;
    font-size: 0.75rem;
  }
  .contents header .header__inner .header__flex .header__right div img {
    max-width: 25px;
  }
}
.contents footer {
  font-family: "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, "ＭＳ ゴシック", sans-serif;
  background-color: #f5f5ed;
  border-top: 1px solid #d7d7d0;
  font-size: 14.4px;
  font-size: 0.9rem;
}
.contents footer .footer__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 0 10px;
}
.contents footer .footer__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  padding: 20px 10px 10px;
}
.contents footer .footer__inner ul li {
  padding: 0 13px;
  margin-bottom: 10px;
  border-right: 1px solid #d7d7d0;
}
.contents footer .footer__inner ul li:nth-last-of-type(1) {
  border: none;
}
.contents footer .footer__inner ul li a {
  color: #696962;
}
.contents footer .footer__inner .copyright {
  line-height: 1.4;
  padding: 0 23px;
  color: #696962;
  padding-bottom: 20px;
}
@media screen and (max-width: 750px) {
  .contents footer {
    font-size: 12px;
    font-size: 0.75rem;
    padding-bottom: 60px;
  }
  .contents footer .footer__inner ul {
    padding: 40px 10px 20px;
  }
  .contents footer .footer__inner ul li {
    padding: 0;
    margin-bottom: 20px;
    border: none;
    width: 50%;
  }
  .contents footer .footer__inner .copyright {
    padding: 0 10px 40px;
  }
}
.contents {
  font-family: "游ゴシック", "游ゴシック体", YuGothic, "ヒラギノ角ゴ Pro W3", "Hiragino Kaku Gothic Pro", "メイリオ", Meiryo, sans-serif;
}
.contents main .main__inner .mv {
  height: 22.5vw;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
}
.contents main .main__inner .mv .mv__inner {
  width: auto;
  margin: 0 auto;
  text-align: center;
  background-image: url("/ads/fujigakuin/seminar2023/images/program_bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  background-attachment: fixed;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  height: 100%;
  position: relative;
}
.contents main .main__inner .mv .mv__inner img.mv {
  max-width: 970px;
  z-index: 10;
  width: auto;
  height: 100%;
}
.contents main .main__inner .mv .mv__inner span.sub_title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 34%;
}
.contents main .main__inner .mv .mv__inner span.sub_title img {
  width: 20%;
  max-width: 346px;
}
.contents main .main__inner .mv .mv__inner h1 {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
  height: 3vw;
}
.contents main .main__inner .mv .mv__inner h1 img {
  width: auto;
  height: 100%;
}
/* .contents main .main__inner .mv .mv__inner::after {
  position: absolute;
  top: 1vw;
  right: 28%;
  content: "";
  display: inline-block;
  width: 7vw;
  height: 7vw;
  max-width: 120px;
  background: url("/ads/fujigakuin/images/point.png");
  background-repeat: no-repeat;
  background-size: contain;
} */
.contents main .main__inner nav {
  padding: 40px 20px 0;
  background-color: #f5f5f5;
}
.contents main .main__inner nav .nav__inner {
  width: 100%;
  max-width: 664px;
  margin: 0 auto;
}
.contents main .main__inner nav .nav__inner ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contents main .main__inner nav .nav__inner ul li {
  font-weight: bold;
}
.contents main .main__inner nav .nav__inner ul li i {
  margin-right: 10px;
}
.contents main .main__inner nav .nav__inner ul li a {
  color: #000;
}
.contents main .main__inner .lead {
  padding: 60px 20px 90px;
  background-color: #f5f5f5;
}
.contents main .main__inner .lead .lead__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  text-align: center;
}
.contents main .main__inner .lead .lead__inner .logo_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-align: start;
  -ms-flex-align: start;
  align-items: flex-start;
  width: 100%;
  max-width: 420px;
  margin: 30px auto 20px;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contents main .main__inner .lead .lead__inner .logo_wrap p {
  color: #339974;
  font-size: 16px;
  font-weight: bold;
}
.contents main .main__inner .lead .lead__inner .logo_wrap a:hover {
  opacity: 0.6;
  -webkit-transition: 0.4s;
  transition: 0.4s;
}
.contents main .main__inner .lead .lead__inner .logo_wrap a img {
  max-width: 220px;
}
.contents main .main__inner .lead .lead__inner p {
  color: #339974;
  line-height: 2.2;
  font-weight: bold;
}
.contents main .main__inner .lead .lead__inner p span {
  display: inline-block;
  background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffefbf));
  background: linear-gradient(transparent 75%, #ffefbf 75%);
  background-position-y: -0.4em;
}
.contents main .main__inner .lead .lead__inner p span.notes {
  display: block;
  background: none;
  background-position-y: 0;
  margin-top: 1em;
}
@media screen and (max-width: 500px) {
  .contents main .main__inner .lead .lead__inner .logo_wrap {
    display: block;
    text-align: center;
  }
  .contents main .main__inner .lead .lead__inner .logo_wrap a {
    height: 100%;
    display: block;
    margin-top: 10px;
  }
  .contents main .main__inner .lead .lead__inner .logo_wrap a img {
    margin: 0 auto;
  }
}
.contents main .main__inner section .section__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
  padding: 100px 20px;
}
.contents main .main__inner section .section__inner .head_wrap {
  width: 100%;
  text-align: center;
  margin-bottom: 50px;
}
.contents main .main__inner section .section__inner .head_wrap h2 {
  font-size: 40px;
  font-size: 2.5rem;
  display: inline-block;
  padding: 0 1em;
  position: relative;
}
.contents main .main__inner section .section__inner .head_wrap h2.small {
  font-size: 30px;
  font-size: 1.875rem;
}
.contents main .main__inner section .section__inner .head_wrap h2::before {
  position: absolute;
  content: "";
  background: url("/ads/fujigakuin/seminar2023/images/head_icon.png");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  left: 0;
  margin: auto;
  height: 1.3em;
  width: 1em;
  background-position-x: left;
}
.contents main .main__inner section .section__inner .head_wrap h2::after {
  position: absolute;
  content: "";
  background: url("/ads/fujigakuin/seminar2023/images/head_icon.png");
  display: inline-block;
  background-repeat: no-repeat;
  background-size: contain;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
  height: 1.3em;
  width: 1em;
  background-position-x: right;
}
.contents main .main__inner section .section__inner .section__flex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
.contents main .main__inner section .section__inner .section__flex .section__box {
  width: 49%;
  max-width: 518px;
  margin-bottom: 100px;
  position: relative;
}
.contents main .main__inner section .section__inner .section__flex .section__box ul li {
  border-bottom: 1px solid #d6d6d6;
  padding: 20px;
  line-height: 1.6;
}
.contents main .main__inner section .section__inner .section__flex .section__box ul li ul li {
  border: none;
  padding: 0;
  margin: 0 20px 0 0;
  padding-left: 15px;
}
.contents main .main__inner section .section__inner .section__flex .section__box ul li ul li::before {
  position: relative;
  top: -2px;
  left: -8px;
  display: inline-block;
  width: 2px;
  height: 2px;
  content: "";
  border-radius: 100%;
  background-color: #000;
}
.contents main .main__inner section .section__inner .section__flex .section__box .h3-sub img {
  max-width: 96px;
}
.contents main .main__inner section .section__inner .section__flex .section__box .h3-sub p {
  font-size: 28px;
  font-size: 1.75rem;
  font-weight: bold;
}
.contents main .main__inner section .section__inner .section__flex .section__box h3 {
  font-size: 30px;
  font-size: 1.875rem;
  line-height: 1.4;
}
.contents main .main__inner section .section__inner .section__flex .section__box h3 + p {
  text-align: left;
  line-height: 2.2;
  margin-top: 35px;
}
.contents main .main__inner section .section__inner .section__flex .section__box.section__box-wide {
  width: 100%;
  max-width: inherit;
}
.contents main .main__inner section.overview .section__inner .section__box {
  width: 100%;
  max-width: 670px;
  margin: 0 auto 25px;
}
.contents main .main__inner section.overview .section__inner .section__box ul {
  width: 100%;
}
.contents main .main__inner section.overview .section__inner .section__box ul li {
  border-bottom: 1px solid #d6d6d6;
  padding: 20px 0;
}
.contents main .main__inner section.overview .section__inner .section__box ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
.contents main .main__inner section.overview .section__inner .section__box ul li dl dt {
  width: 130px;
  font-weight: bold;
  line-height: 1.6;
  text-align: center;
}
.contents main .main__inner section.overview .section__inner .section__box ul li dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.6;
}
.contents main .main__inner section.overview .section__inner .section__box ul li dl span {
  display: inline-block;
}
.contents main .main__inner section.overview .section__inner .comments_wrap {
  width: 100%;
  max-width: 670px;
  margin: 0 auto 45px;
}
.contents main .main__inner section.overview .section__inner .comments_wrap .comments {
  line-height: 1.6;
  font-size: 12px;
  font-weight: bold;
}
.contents main .main__inner section.overview .section__inner .comments_wrap .comments li {
  color: #339974;
  position: relative;
  padding-left: 1.5em;
  display: inline-block;
}
.contents main .main__inner section.overview .section__inner .comments_wrap .comments li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  display: inline-block;
}
.contents main .main__inner section.program {
  background-image: url("/ads/fujigakuin/seminar2023/images/program_bg.png");
  background-repeat: no-repeat;
  background-attachment: fixed;
  background-size: cover;
}
.contents main .main__inner section.program h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
  color: #fff;
}
.contents main .main__inner section.program .section__box.seminar {
  width: 100%;
  margin: 0 auto 60px;
  max-width: 1080px;
}
.contents main .main__inner section.program .section__box.seminar ul {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -webkit-box-align: stretch;
  -ms-flex-align: stretch;
  align-items: stretch;
}
.contents main .main__inner section.program .section__box.seminar ul li {
  width: 32%;
  background-color: #fff;
}
.contents main .main__inner section.program .section__box.seminar ul li .upper_contents {
  margin: 30px 20px 20px;
}
.contents main .main__inner section.program .section__box.seminar ul li .upper_contents img {
  margin: 0 auto 20px;
  display: block;
}
.contents main .main__inner section.program .section__box.seminar ul li .upper_contents p {
  font-size: 14px;
  line-height: 1.6;
  min-height: 245px;
  letter-spacing: -0.5px;
}
.contents main .main__inner section.program .section__box.seminar ul li .upper_contents p time {
  display: block;
}
.contents main .main__inner section.program .section__box.seminar ul li .upper_contents p span {
  font-size: 15px;
  color: #339974;
  font-weight: bold;
}
.contents main .main__inner section.program .section__box.seminar ul li .upper_contents p span.notes {
  font-size: 12px;
  color: #000;
  font-weight: normal;
  display: block;
}
.contents main .main__inner section.program .section__box.seminar ul li .lower_contents {
  padding: 20px;
  line-height: 1.6;
  letter-spacing: -0.5px;
}
.contents main .main__inner section.program .section__box.seminar ul li .lower_contents dt {
  font-size: 14px;
  padding-left: 1.5em;
  position: relative;
  color: #a50c0c;
  font-weight: bold;
}
.contents main .main__inner section.program .section__box.seminar ul li .lower_contents dt::before {
  position: absolute;
  top: 0;
  left: 0;
  content: url("/ads/fujigakuin/seminar2023/images/map_target.png");
  display: inline-block;
}
.contents main .main__inner section.program .section__box.seminar ul li .lower_contents dd {
  font-size: 14px;
}
.contents main .main__inner section.program .section__box.seminar ul li .lower_contents .button-area {
  margin-top: 30px;
}
.contents main .main__inner section.program .section__box.seminar ul li .lower_contents .button-area .button-area__inner .button {
  width: 100%;
}
.contents main .main__inner section.program .section__box.seminar ul li .lower_contents .button-area .button-area__inner .button .button__inner p {
  font-size: 16px;
}
.contents main .main__inner section.program .section__box.seminar ul li .lower_contents .button-area .button-area__inner .button .button__inner p a {
  background-position: center right 10%;
}
.contents main .main__inner section.program .section__box.meeting {
  width: 100%;
  margin: 0 auto 40px;
  max-width: 1080px;
}
.contents main .main__inner section.program .section__box.meeting .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  margin-bottom: 20px;
  -ms-flex-line-pack: stretch;
  align-content: stretch;
}
.contents main .main__inner section.program .section__box.meeting .flex_wrap .img_wrap {
  width: 34%;
  background-image: url("/ads/fujigakuin/seminar2023/images/meeting_photo.jpg");
  background-repeat: no-repeat;
  background-size: cover;
}
.contents main .main__inner section.program .section__box.meeting .flex_wrap .contents_wrap {
  width: 31%;
  background-color: #fff;
  padding: 30px 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: center;
}
.contents main .main__inner section.program .section__box.meeting .comments {
  line-height: 1.3;
  font-size: 12px;
}
.contents main .main__inner section.program .section__box.meeting .comments li {
  color: #fff;
  position: relative;
  padding-left: 1.5em;
}
.contents main .main__inner section.program .section__box.meeting .comments li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "※";
  display: inline-block;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.program h3 {
    font-size: 24px;
  }
  .contents main .main__inner section.program .section__box.seminar ul {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contents main .main__inner section.program .section__box.seminar ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .contents main .main__inner section.program .section__box.seminar ul li:last-child {
    margin-bottom: 0;
  }
  .contents main .main__inner section.program .section__box.seminar ul li .upper_contents p {
    min-height: 0;
  }
  .contents main .main__inner section.program .section__box.meeting .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
  }
  .contents main .main__inner section.program .section__box.meeting .flex_wrap .img_wrap {
    width: 100%;
    height: 165px;
    background-position: center;
  }
  .contents main .main__inner section.program .section__box.meeting .flex_wrap .contents_wrap {
    width: 100%;
  }
  .contents main .main__inner section.program .section__box.meeting .flex_wrap .contents_wrap img {
    width: 95%;
  }
  .contents main .main__inner section.program .section__box.meeting .flex_wrap .contents_wrap img.img01 {
    max-width: 160px;
  }
  .contents main .main__inner section.program .section__box.meeting .flex_wrap .contents_wrap img.img02 {
    max-width: 291px;
  }
}
.contents main .main__inner section.benefits {
  background-color: #f5f5f5;
}
.contents main .main__inner section.benefits .flex_wrap {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  padding: 65px 45px;
  background-color: #fff;
  margin-bottom: 45px;
}
.contents main .main__inner section.benefits .flex_wrap .contents_L {
  width: 55%;
}
.contents main .main__inner section.benefits .flex_wrap .contents_L h3 {
  position: relative;
  font-size: 24px;
  margin-bottom: 30px;
  color: #339974;
  font-weight: bold;
  line-height: 1.6;
  letter-spacing: -1px;
}
.contents main .main__inner section.benefits .flex_wrap .contents_L h3 span {
  font-size: 36px;
}
.contents main .main__inner section.benefits .flex_wrap .contents_L h4 {
  font-size: 24px;
  margin-bottom: 20px;
  font-weight: bold;
  line-height: 1.6;
}
.contents main .main__inner section.benefits .flex_wrap .contents_L ul li {
  font-size: 16px;
  padding-left: 1.5em;
  line-height: 1.6;
  position: relative;
}
.contents main .main__inner section.benefits .flex_wrap .contents_L ul li::before {
  position: absolute;
  top: 0;
  left: 0;
  content: "●";
  color: #339974;
}
.contents main .main__inner section.benefits .flex_wrap .contents_L p.notes {
  margin-top: 1em;
  line-height: 1.4;
}
.contents main .main__inner section.benefits .flex_wrap .contents_R {
  width: 44%;
}
.contents main .main__inner section.benefits .flex_wrap .contents_R img {
  width: 100%;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.benefits .flex_wrap {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px 20px;
  }
  .contents main .main__inner section.benefits .flex_wrap .contents_L {
    width: 100%;
  }
  .contents main .main__inner section.benefits .flex_wrap .contents_L h3 {
    font-size: 16px;
    margin-bottom: 15px;
    text-align: center;
  }
  .contents main .main__inner section.benefits .flex_wrap .contents_L h3 span {
    font-size: 24px;
  }
  .contents main .main__inner section.benefits .flex_wrap .contents_L h4 {
    font-size: 16px;
  }
  .contents main .main__inner section.benefits .flex_wrap .contents_L .sp-only {
    max-width: 400px;
    margin: 0 auto 15px;
  }
  .contents main .main__inner section.benefits .flex_wrap .contents_L .sp-only img {
    width: 100%;
  }
  .contents main .main__inner section.benefits .flex_wrap .contents_R {
    display: none;
  }
}
.contents main .main__inner section.teacher {
  background-color: #fff;
}
.contents main .main__inner section.teacher .section__inner {
  margin-bottom: 130px;
}
.contents main .main__inner section.teacher .info {
  margin-bottom: 45px;
}
.contents main .main__inner section.teacher .info .info__inner {
  margin-top: 10px;
  padding: 60px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}
.contents main .main__inner section.teacher .info .info__inner .prof_wrap {
  width: 160px;
}
.contents main .main__inner section.teacher .info .info__inner .prof_wrap img {
  width: 100%;
}
.contents main .main__inner section.teacher .info .info__inner dl {
  width: 78%;
  font-size: 16px;
  line-height: 1.6;
}
.contents main .main__inner section.teacher .info .info__inner dl dt {
  margin-bottom: 5px;
  font-weight: bold;
}
.contents main .main__inner section.teacher .info .info__inner dl dt span {
  font-size: 24px;
}
.contents main .main__inner section.teacher .info .info__inner:first-child {
  margin-top: 0;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.teacher .section__inner {
    margin-bottom: 60px;
  }
  .contents main .main__inner section.teacher .info {
    margin-bottom: 45px;
  }
  .contents main .main__inner section.teacher .info .info__inner {
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -ms-flex-direction: column;
    flex-direction: column;
    padding: 30px;
  }
  .contents main .main__inner section.teacher .info .info__inner .prof_wrap {
    margin: 0 auto 20px;
  }
  .contents main .main__inner section.teacher .info .info__inner dl {
    width: 100%;
  }
}
.contents main .main__inner section .button-area .button-area__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  width: 100%;
  max-width: 804px;
  margin: 0 auto;
}
.contents main .main__inner section .button-area .button-area__inner.mono {
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
}
.contents main .main__inner section .button-area .button-area__inner .button {
  width: 49%;
  max-width: 380px;
  height: 60px;
  background-color: #339974;
  border-radius: 50px;
  -webkit-box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
  box-shadow: 0px 5px 0px rgba(0, 0, 0, 0.2);
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contents main .main__inner section .button-area .button-area__inner .button:hover {
  opacity: 0.7;
  -webkit-transition: all 0.3s ease;
  transition: all 0.3s ease;
}
.contents main .main__inner section .button-area .button-area__inner .button .button__inner p {
  font-weight: bold;
  font-size: 20px;
  font-size: 1.25rem;
}
.contents main .main__inner section .button-area .button-area__inner .button .button__inner p a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 60px;
  text-align: center;
  color: #fff;
  background-image: url("/ads/fujigakuin/seminar2023/images/blank_ico.png");
  background-repeat: no-repeat;
  background-position: center right 50px;
}
.contents main .main__inner section .button-area .button-area__inner .button:nth-of-type(2) .button__inner p a {
  background-position: center right 105px;
}
.contents main .main__inner section .info {
  margin-top: 60px;
}
.contents main .main__inner section .info .info__inner {
  padding: 60px 10px;
  border: 6px solid #f5f5f5;
}
.contents main .main__inner section .info .info__inner p {
  text-align: center;
  line-height: 2.2;
}
.contents main .main__inner section .info .info__inner p span {
  font-weight: bold;
}
.contents main .main__inner section .info .info__inner p a {
  color: #000;
}
.contents main .main__inner .pageTop {
  background-color: #fff;
  max-width: 1100px;
  margin: 0 auto;
}
.contents main .main__inner .pageTop .pageTop__inner {
  width: 139px;
  height: 24px;
  background-color: #f5f5ed;
  border: 1px solid #d7d7d0;
  border-bottom: none;
  margin-left: auto;
  margin-right: 10px;
  position: relative;
  top: 1px;
  z-index: 999;
}
.contents main .main__inner .pageTop .pageTop__inner p {
  padding: 5px 10px 0;
  font-weight: bold;
  font-size: 13px;
  font-size: 0.8125rem;
}
.contents main .main__inner .pageTop .pageTop__inner p a {
  display: block;
  width: 100%;
  height: 100%;
  line-height: 24px;
  text-align: center;
  color: #696962;
}
#sub .contents main .main__inner .mv {
  background-image: url(images/subMvBg.png);
  padding: 30px 0 50px;
  background-position: center;
  background-size: cover;
}
#sub .contents main .main__inner .mv .mv__inner img {
  max-width: 976px;
}
#sub .contents main .main__inner nav .nav__inner {
  max-width: 500px;
}
#sub .contents main .main__inner section.summit {
  background-image: url(images/summitBg.jpg);
  background-size: cover;
}
#sub .contents main .main__inner section.summit + figure {
  text-align: center;
  margin-top: 95px;
  margin-bottom: 110px;
  padding: 0 20px;
}
#sub .contents main .main__inner section.summit .section__inner h2 {
  color: #fff;
  margin-bottom: 20px;
}
#sub .contents main .main__inner section.summit .section__inner h2 + p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
  color: #fff;
  text-align: center;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex {
  margin-top: 50px;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox {
  width: 48%;
  max-width: 520px;
  background-color: #fff;
  position: relative;
  padding: 40px;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox::before {
  width: 200px;
  height: 53px;
  background-size: contain;
  background-repeat: no-repeat;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox:nth-of-type(1)::before {
  content: "";
  background-image: url(images/summit01.png);
  position: absolute;
  top: 0;
  left: 0;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox:nth-of-type(2)::before {
  content: "";
  background-image: url(images/summit02.png);
  position: absolute;
  top: 0;
  left: 0;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox:nth-of-type(3) {
  margin-top: 40px;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox:nth-of-type(3)::before {
  content: "";
  background-image: url(images/summit03.png);
  position: absolute;
  top: 0;
  left: 0;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox:nth-of-type(4) {
  margin-top: 40px;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox:nth-of-type(4)::before {
  content: "";
  background-image: url(images/summit04.png);
  position: absolute;
  top: 0;
  left: 0;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox .summitBox__inner p {
  font-size: 16px;
  font-size: 1rem;
  line-height: 1.6;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox .summitBox__inner .day {
  text-align: right;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox .summitBox__inner h3 {
  font-size: 24px;
  font-size: 1.5rem;
  line-height: 1.3;
  margin-top: 35px;
  text-align: center;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox .summitBox__inner .text {
  margin-top: 15px;
}
#sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox .summitBox__inner .name {
  margin-top: 40px;
  text-align: right;
}
#sub .contents main .main__inner section .section__inner .section__box ul {
  width: 100%;
  max-width: 670px;
  margin: 0 auto;
}
#sub .contents main .main__inner section .section__inner .section__box ul li {
  border-bottom: 1px solid #d6d6d6;
  padding: 20px;
}
#sub .contents main .main__inner section .section__inner .section__box ul li dl {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
}
#sub .contents main .main__inner section .section__inner .section__box ul li dl dt {
  width: 148px;
  font-weight: bold;
  line-height: 1.6;
}
#sub .contents main .main__inner section .section__inner .section__box ul li dl dd {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
  line-height: 1.6;
}
#sub .contents main .main__inner section .section__inner .section__box .note {
  font-size: 12px;
  font-size: 0.75rem;
  line-height: 1.3;
  width: 100%;
  max-width: 670px;
  margin: 20px auto 0;
  padding-left: 1em;
  text-indent: -1.3em;
}
#sub .contents main .main__inner section .section__inner .section__box .note + .note {
  margin-top: 0;
}
#sub .contents main .main__inner section .section__inner .section__box .section__profile {
  margin-bottom: 60px;
}
#sub .contents main .main__inner section .section__inner .section__box .section__profile .profile__inner .profile__box {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  padding: 60px;
  border: 6px solid #f5f5f5;
}
#sub .contents main .main__inner section .section__inner .section__box .section__profile .profile__inner .profile__box figure {
  margin-right: 40px;
}
#sub .contents main .main__inner section .section__inner .section__box .section__profile .profile__inner .profile__box figure img {
  max-width: 161px;
}
#sub .contents main .main__inner section .section__inner .section__box .section__profile .profile__inner .profile__box dl {
  -webkit-box-flex: 1;
  -ms-flex: 1;
  flex: 1;
}
#sub .contents main .main__inner section .section__inner .section__box .section__profile .profile__inner .profile__box dl dt {
  font-weight: bold;
  line-height: 1.6;
}
#sub .contents main .main__inner section .section__inner .section__box .section__profile .profile__inner .profile__box dl dd {
  margin-top: 15px;
  line-height: 1.6;
}
#sub .contents main .main__inner section .section__inner .section__box .section__profile .profile__inner .profile__box:nth-of-type(2) {
  margin-top: 10px;
}
#sub .contents main .main__inner section .section__inner .section__box > figure {
  text-align: center;
}
#sub .contents main .main__inner section .section__inner .button-area {
  margin-top: 60px;
}
#sub .contents main .main__inner section .section__inner .button-area .button-area__inner {
  -ms-flex-pack: distribute;
  justify-content: space-around;
}
#sub .contents main .main__inner section .section__inner .button-area .button-area__inner .button {
  background: -webkit-gradient(linear, left top, right top, from(#01befe), color-stop(#009afe), to(#0079ff));
  background: linear-gradient(90deg, #01befe, #009afe, #0079ff);
}
@media screen and (max-width: 750px) {
  .contents {
    font-size: 14px;
    font-size: 0.875rem;
  }
  .contents main .main__inner .mv {
    height: auto;
  }
  .contents main .main__inner .mv .mv__inner img.mv {
    width: 100%;
    height: auto;
  }
  .contents main .main__inner .mv .mv__inner span.sub_title img {
    width: 40%;
  }
  .contents main .main__inner .mv .mv__inner h1 {
    height: 6vw;
  }
  /* .contents main .main__inner .mv .mv__inner::after {
    right: 7%;
    width: 15vw;
    height: 15vw;
  } */
  .contents main .main__inner nav {
    padding-top: 20px;
  }
  .contents main .main__inner nav .nav__inner ul {
    -ms-flex-pack: distribute;
    justify-content: space-around;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap;
  }
  .contents main .main__inner nav .nav__inner ul li {
    text-align: center;
    margin-bottom: 25px;
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .contents main .main__inner nav .nav__inner ul li:nth-of-type(1) {
    width: 50%;
  }
  .contents main .main__inner nav .nav__inner ul li:nth-of-type(2) {
    width: 50%;
  }
  .contents main .main__inner .lead {
    padding: 30px 20px 40px;
  }
  .contents main .main__inner .lead .lead__inner {
    text-align: left;
  }
  .contents main .main__inner .lead .lead__inner p {
    line-height: 2;
  }
  .contents main .main__inner .lead .lead__inner p span {
    display: inline;
    background: -webkit-gradient(linear, left top, left bottom, color-stop(75%, transparent), color-stop(75%, #ffefbf));
    background: linear-gradient(transparent 75%, #ffefbf 75%);
    background-position-y: -0.4em;
    padding-left: 0em;
    text-indent: 0em;
  }
  .contents main .main__inner .lead + div {
    margin-bottom: 45px;
  }
  .contents main .main__inner section .section__inner {
    padding: 55px 20px;
  }
  .contents main .main__inner section .section__inner .head_wrap {
    margin-bottom: 30px;
  }
  .contents main .main__inner section .section__inner .head_wrap h2 {
    font-size: 27px;
    font-size: 1.6875rem;
  }
  .contents main .main__inner section .section__inner .head_wrap h2.small {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .contents main .main__inner section .section__inner .section__flex {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  .contents main .main__inner section .section__inner .section__flex .section__box {
    width: 100%;
    margin-bottom: 40px;
  }
  .contents main .main__inner section .section__inner .section__flex .section__box ul li {
    padding: 10px;
  }
  .contents main .main__inner section .section__inner .section__flex .section__box .h3-sub p {
    font-size: 18px;
    font-size: 1.125rem;
  }
  .contents main .main__inner section .section__inner .section__flex .section__box .h3-sub img {
    max-width: 64.5px;
  }
  .contents main .main__inner section .section__inner .section__flex .section__box h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  .contents main .main__inner section:nth-of-type(1) .section__inner .section__flex .section__box {
    margin-bottom: 40px;
  }
  .contents main .main__inner section:nth-of-type(1) .section__inner .section__flex .section__box img {
    max-width: 196.5px;
  }
  .contents main .main__inner section:nth-of-type(1) .section__inner .section__flex .section__box ul li {
    padding: 10px 0;
  }
  .contents main .main__inner section:nth-of-type(1) .section__inner .section__flex .section__box ul li dl dt {
    width: 73px;
  }
  .contents main .main__inner section .button-area .button-area__inner {
    display: block;
  }
  .contents main .main__inner section .button-area .button-area__inner .button {
    width: 100%;
    max-width: 250px;
    height: 40px;
    margin: 0 auto;
  }
  .contents main .main__inner section .button-area .button-area__inner .button:nth-of-type(2) {
    margin-top: 15px;
  }
  .contents main .main__inner section .button-area .button-area__inner .button .button__inner p {
    font-size: 13px;
    font-size: 0.8125rem;
  }
  .contents main .main__inner section .button-area .button-area__inner .button .button__inner p a {
    line-height: 40px;
    background-position: center right 35px;
  }
  .contents main .main__inner section .button-area .button-area__inner .button:nth-of-type(2) .button__inner p a {
    background-position: center right 50px;
  }
  .contents main .main__inner section .info {
    margin-top: 35px;
  }
  .contents main .main__inner section .info .info__inner {
    padding: 35px 10px;
  }
  .contents main .main__inner section .info .info__inner p {
    margin-top: 25px;
  }
  .contents main .main__inner section .info .info__inner p:nth-of-type(1) {
    margin-top: 0;
  }
  .contents main .main__inner .pageTop .pageTop__inner {
    margin-right: 0;
    border-right: none;
  }
  .contents main .main__inner .pageTop .pageTop__inner p {
    line-height: 1.6;
  }
  #sub .contents main .main__inner .mv {
    margin-top: 0;
    padding: 20px 0;
  }
  #sub .contents main .main__inner nav .nav__inner li {
    width: auto;
  }
  #sub .contents main .main__inner section.summit .section__inner h2 + p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #sub .contents main .main__inner section.summit .section__inner .summitFlex {
    margin-top: 35px;
  }
  #sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner {
    -ms-flex-pack: distribute;
    justify-content: space-around;
  }
  #sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox {
    width: 100%;
    padding: 40px 20px;
  }
  #sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox::before {
    width: 150px;
  }
  #sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox:nth-of-type(n + 1) {
    margin-top: 10px;
  }
  #sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox .summitBox__inner p {
    font-size: 14px;
    font-size: 0.875rem;
  }
  #sub .contents main .main__inner section.summit .section__inner .summitFlex .summitFlex__inner .summitBox .summitBox__inner h3 {
    font-size: 20px;
    font-size: 1.25rem;
  }
  #sub .contents main .main__inner section.summit + figure {
    padding: 0 18px;
    margin: 52px 0 72px;
  }
  #sub .contents main .main__inner section .section__inner .section__box ul li {
    padding: 10px 0;
  }
  #sub .contents main .main__inner section .section__inner .section__box ul li dl dt {
    max-width: 67px;
    margin-right: 15px;
  }
  #sub .contents main .main__inner section .section__inner .section__box ul li dl dt span {
    display: block;
    text-align: right;
  }
  #sub .contents main .main__inner section .section__inner .section__box .note {
    font-size: 10px;
    font-size: 0.625rem;
  }
  #sub .contents main .main__inner section .section__inner .section__box .section__profile .profile__inner .profile__box {
    display: block;
    padding: 40px 20px;
  }
  #sub .contents main .main__inner section .section__inner .section__box .section__profile .profile__inner .profile__box figure {
    margin-right: 0;
    margin-bottom: 20px;
    text-align: center;
  }
  #sub .contents main .main__inner section .section__inner .section__box .section__profile .profile__inner .profile__box dl {
    text-align: center;
  }
  #sub .contents main .main__inner section .section__inner .section__box .section__profile .profile__inner .profile__box dl dd {
    margin-top: 0;
  }
  #sub .contents main .main__inner section .section__inner .button-area {
    margin-top: 30px;
  }
}
.small {
  font-size: 12px !important;
}
.mb0 {
  margin-bottom: 0 !important;
}
.mb10 {
  margin-bottom: 10px !important;
}
.mt20 {
  margin-top: 20px !important;
}
.content {
  margin: 0 auto;
  padding: 40px;
}
.modal {
  display: none;
  height: 100vh;
  position: fixed;
  top: 0;
  width: 100%;
  z-index: 99999;
}
.modal__bg {
  background: rgba(0, 0, 0, 0.8);
  height: 100vh;
  position: absolute;
  width: 100%;
}
.modal__content {
  background: #fff;
  left: 50%;
  padding: 40px;
  position: absolute;
  top: 50%;
  -webkit-transform: translate(-50%, -50%);
  transform: translate(-50%, -50%);
  width: 60%;
}
/*# sourceMappingURL=style.css.map */
/* 追加CSS */
@media screen and (max-width: 750px) {
  .contents main .main__inner section .section__inner {
    padding: 55px 20px !important;
  }
}
.contents main .main__inner .mv .mv__inner img.mv {
  max-width: 970px;
  z-index: 10;
  width: auto;
  height: 100%;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner .mv .mv__inner img.mv {
    width: 100%;
    height: auto;
  }
}
.contents main .main__inner .mv .mv__inner span.sub_title {
  position: absolute;
  left: 0;
  right: 0;
  margin: auto;
  top: 32%;
}
.contents main .main__inner .mv .mv__inner span.sub_title img {
  width: 20%;
  max-width: 255px;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner .mv .mv__inner span.sub_title img {
    width: 40%;
  }
}
.contents main .main__inner nav .nav__inner {
  width: 100%;
  max-width: 1100px;
  margin: 0 auto;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner nav .nav__inner ul li {
    width: 48%;
  }
  .contents main .main__inner nav .nav__inner ul li:nth-of-type(1) {
    width: 48%;
  }
  .contents main .main__inner nav .nav__inner ul li:nth-child(2n) {
    margin-left: 2%;
  }
}
.contents main .main__inner section h2 span {
  display: block;
  margin-top: 10px;
  font-size: 12px;
}
.contents main .main__inner section.advice .section__inner, .contents main .main__inner section.join .section__inner {
  padding: 100px 20px 85px;
}
.contents main .main__inner section.program .section__box.seminar ul li {
  width: 48%;
  background-color: #fff;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.program .section__box.seminar ul li {
    width: 100%;
  }
}
.contents main .main__inner section.program .section__box.seminar ul li:nth-child(2n) {
  margin-left: 2%;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.program .section__box.seminar ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.contents main .main__inner section.program .section__box.seminar ul li .upper_contents p {
  min-height: auto;
}
.contents main .main__inner section.program .section__box.meeting .flex_wrap .contents_wrap {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.program .section__box.meeting .flex_wrap .contents_wrap {
    width: 100%;
  }
}
.contents main .main__inner section.program .section__box.meeting .flex_wrap .contents_wrap:nth-child(2n) {
  margin-left: 2%;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.program .section__box.meeting .flex_wrap .contents_wrap:nth-child(2n) {
    margin-left: 0;
  }
}
.contents main .main__inner section.program .section__box.meeting .flex_wrap .img_wrap {
  width: 48%;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.program .section__box.meeting .flex_wrap .img_wrap {
    width: 100%;
  }
}
.contents main .main__inner section.advice {
  background-color: #f5f5f5;
}
.contents main .main__inner section.advice h3, .contents main .main__inner section.join h3 {
  font-size: 32px;
  text-align: center;
  margin-bottom: 25px;
  color: #000;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.advice h3, .contents main .main__inner section.join h3 {
    font-size: 24px;
  }
}
.contents main .main__inner section.advice .section__inner .section__box, .contents main .main__inner section.join .section__inner .section__box {
  width: 100%;
  max-width: 800px;
  margin: 0 auto;
}
.contents main .main__inner section.advice .section__inner .section__box ul, .contents main .main__inner section.join .section__inner .section__box ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 auto 60px;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.advice .section__inner .section__box ul, .contents main .main__inner section.join .section__inner .section__box ul {
    display: block;
  }
}
.contents main .main__inner section.advice .section__inner .section__box ul li, .contents main .main__inner section.join .section__inner .section__box ul li {
  max-width: 48%;
  width: 100%;
  font-weight: 500;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.advice .section__inner .section__box ul li, .contents main .main__inner section.join .section__inner .section__box ul li {
    width: 100%;
    max-width: 100%;
  }
}
.contents main .main__inner section.advice .section__inner .section__box li {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 15px 10px 15px 2.5em;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.advice .section__inner .section__box li {
    margin-bottom: 10px;
  }
}
.contents main .main__inner section.advice .section__inner .section__box li span {
  font-size: 80%;
}
.contents main .main__inner section.advice .section__inner .section__box ul li:nth-child(2n), .contents main .main__inner section.join .section__inner .section__box ul li:nth-child(2n) {
  margin-left: 2%;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.advice .section__inner .section__box ul li:nth-child(2n), .contents main .main__inner section.join .section__inner .section__box ul li:nth-child(2n) {
    margin-left: 0;
  }
}
.contents main .main__inner section.advice .section__inner .section__box ul li::before, .contents main .main__inner section.join .section__inner .section__box ul li::before {
  position: absolute;
  top: 15px;
  left: 15px;
  content: "●";
  color: #339974;
}
.contents main .main__inner section.join .section__inner .section__box li {
  font-size: 16px;
  line-height: 1.6;
  position: relative;
  background-color: #f5f5f5;
  margin-bottom: 15px;
  padding: 15px 10px 15px 2.5em;
}
.contents main .main__inner section.program .section__box.meeting .flex_wrap .contents_wrap {
  width: 100% !important;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.program .section__box.meeting .flex_wrap .contents_wrap {
    padding: 20px;
  }
}
.contents main .main__inner section.program .section__box.meeting {
  width: 100%;
  margin: 0 auto 40px;
  max-width: 1080px;
}
.contents main .main__inner section.program .section__box.meeting .note {
  font-size: 20px;
  display: inline-block;
  margin-top: 1em;
  text-indent: 1em;
}
@media screen and (max-width: 750px) {
  .contents main .main__inner section.program .section__box.meeting .note {
    font-size: 14px;
  }
}
/*asahi-footer.min.cssの内容*/
#Footer {
  width: 100%;
  margin: 44px auto 0;
  padding: 0;
  background: #F5F5EE;
  border-top: 1px solid #E1E1DA;
  position: relative;
  min-width: 1000px;
  font-family: "メイリオ", "Meiryo", sans-serif;
}
#Footer #ToTop {
  width: 100%;
  padding: 0;
  margin: 0 auto;
  position: relative;
  top: -24px
}
#Footer #ToTop #ToTopInner {
  position: relative;
  width: 980px;
  height: 24px;
  margin: 0 auto;
  padding: 0 10px
}
#Footer #ToTop #ToTopInner p {
  display: block;
  float: right;
  position: absolute;
  right: 10px;
  height: 24px;
  margin: 0;
  padding: 5px 10px 0;
  background: #F5F5EE;
  border-top: 1px solid #E1E1DA;
  border-right: 1px solid #E1E1DA;
  border-left: 1px solid #E1E1DA
}
#Footer #ToTop #ToTopInner p a {
  color: #696962;
  font-size: 75%;
  font-weight: bold
}
#Footer #ToTop #ToTopInner p a:hover, #Footer #ToTop #ToTopInner p a:active {
  color: #373730;
  text-decoration: none
}
#Footer .AboutSite {
  width: 980px;
  margin: 0 auto;
  padding: 0 10px
}
#Footer .AboutSite ul {
  margin: 0;
  padding: 0 0 12px
}
#Footer .AboutSite ul li {
  display: inline;
  float: left;
  margin: 0;
  padding: 0 0 8px;
  color: #696962;
  font-weight: normal;
  text-align: left
}
#Footer .AboutSite ul li a {
  display: block;
  margin: 0 0 0 11px;
  padding: 0 0 0 13px;
  border-left: 1px solid #D7D7D0;
  color: #696962;
  font-size: 75%;
  line-height: 1.1
}
#Footer .AboutSite ul li a:hover, #Footer .AboutSite ul li a:active {
  color: #373730
}
#Footer .AboutSite ul li.Fst a, #Footer .AboutSite ul li:first-child a {
  margin-left: 0;
  padding-left: 0;
  border-left: none
}
#Footer .AboutSite .Copyright {
  clear: both;
  margin: 0;
  padding: 0 0 10px
}
#Footer .AboutSite .Copyright p {
  margin: 0;
  padding: 0 0 8px;
  color: #696962;
  font-size: 75%;
  text-align: left
}
#Footer #FooterInner::after, #Footer #Services dl dd ul::after, #Footer .Information::after, #Footer .AboutSite ul::after {
  visibility: hidden;
  display: block;
  font-size: 0;
  content: " ";
  clear: both;
  height: 0
}
#ContentsArea {
  font-family: "游ゴシック", YuGothic, "ヒラギノ角ゴ Pro", "Hiragino Kaku Gothic Pro", "メイリオ", "Meiryo", sans-serif;
  font-weight: 500;
  width: 980px;
  margin: 0 auto 80px;
}
#ContentsArea .BreadCrumb {
  border-bottom: 1px solid #dcdcd5;
  margin: 0 auto;
  padding: 8px 0 6px;
  width: 980px;
}
#MainArea {
  width: 880px;
  height: auto;
  margin: 0 auto;
}
@media screen and (min-width: 769px) {
  .pc_Hide {
    display: none;
  }
}
@media screen and (max-width: 768px) {
  .sp_Hide {
    display: none;
  }
  .SiteLogo img {
    max-width: 70px;
  }
  #GlobalNav, .BreadCrumb {
    display: none;
  }
  #spHeader #spHeaderInner, #spHeader #GlobalNav #GlobalNavInner .MainNav, #ContentsArea, #Footer .AboutSite, #Footer #ToTop #ToTopInner {
    width: 100%;
    box-sizing: border-box;
  }
  .AboutSite ul {
    display: none;
  }
  #Footer #ToTop #ToTopInner p {
    display: none;
  }
  #Contents {
    width: 100%;
  }
  #MainArea {
    width: 100%;
  }
  #Footer {
    min-width: inherit;
  }
  #Footer .AboutSite .Copyright {
    padding: 0;
  }
  #Footer .AboutSite .Copyright p {
    padding: 8px 0;
  }
}
.Box {
  overflow: hidden;
}
.Date {
  width: 20%;
  float: left;
  text-align: left;
  margin: 10px 0;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 0.7em;
}
.Planning {
  float: right;
  text-align: right;
  margin: 10px 0;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 0.7em;
  width: 80%;
}
@media screen and (max-width: 768px) {
  .Date {
    width: 100%;
    font-size: 0.5em;
    margin: 10px 0 0;
  }
  .Planning {
    width: 100%;
    font-size: 0.5em;
    margin: 3px 0;
  }
}