@charset "UTF-8";
/*共通

---------------------------------------------------------- */
html {
  overflow-y: scroll;
}

body {
  background: #fff;
  color: #595750;
  font-family: 'Hiragino Kaku Gothic ProN', 'ヒラギノ角ゴ ProN W3', Meiryo, メイリオ, sans-serif;
  background: #fff;
  font-size: 16px;
  line-height: 1.4;
  -webkit-font-smoothing: antialiased;
  -webkit-font-feature-settings: "palt";
          font-feature-settings: "palt";
}

*, *:before, *:after {
  -webkit-box-sizing: border-box;
          box-sizing: border-box;
}

#container {
  width: 100%;
  overflow: hidden;
}

.btn_sns {
  margin: 8px 0 0 10px;
}

.seminar__btnYellow {
  margin-top: 10px;
  text-align: center;
}

.seminar__btnYellow a {
  margin: 0;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 16px;
  background: #FDD23E;
  min-width: 240px;
  color: rgb(219,137,0);
  font-size: 16px;
}

.seminar__btnYellow a:hover {
  background: rgba(253, 210, 62, 0.7);
}

@media screen and (max-width: 560px) {
  .seminar__btnYellow a {
    margin-top: 10px;
  }
}

.seminar__btnBlue {
  text-align: center;
}

.seminar__btnBlue p {
  margin-bottom: 10px;
}

@media screen and (max-width: 560px) {
  .seminar__btnBlue p {
    font-size: 12px;
  }
}

.seminar__btnBlue a {
  margin: 0 5px;
  display: inline-block;
  border-radius: 4px;
  text-decoration: none;
  font-weight: bold;
  -webkit-transition: all .2s;
  transition: all .2s;
  padding: 20px 40px;
  background: rgb(238,147,0);
  min-width: 240px;
  color: white;
  font-size: 18px;
}

.seminar__btnBlue a:hover {
  background: rgba(238,147,0, 0.7);
}

@media screen and (max-width: 560px) {
  .seminar__btnBlue a {
    margin-top: 0;
    margin: 0 8px;
    padding: 20px;
    font-size: 14px;
  }
}

p {
  line-height: 1.6;
}

ol {
  padding: 0;
}

.p-seminar {
  width: 100%;
  margin: 0 auto;
}

.p-hero {
  background-image: url(../seminar/img/hero_bgimg.svg);
  background-position: center center;
}

.p-hero__inner {
  width: 71.4%;
  margin: 0 auto;
  padding: 4% 0;
  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) {
  .p-hero__inner {
    width: 90%;
    display: block;
    padding: 10% 0;
  }
}

@media screen and (max-width: 560px) {
  .p-hero__inner {
    width: 90%;
    display: block;
    padding: 10% 0;
  }
}

.p-hero__textArea {
  margin: auto 0;
  font-weight: bold;
}

@media screen and (max-width: 560px) {
  .p-hero__textArea {
    margin: 0 auto;
  }
}

.p-hero__textHead {
  color: white;
  font-size: 16px;
  margin: 8px 0 0 0;
}

@media screen and (max-width: 560px) {
  .p-hero__textHead {
    margin: 0 auto;
    font-size: 14px;
  }
}

.p-hero__title {
  color: white;
  font-size: 38px;
  white-space: nowrap;
  border-bottom: #fff solid 0.8px;
  padding-bottom: 10px;
  line-height: 1.2;
}

@media screen and (max-width: 560px) {
  .p-hero__title {
    font-size: 30px;
  }
}

.p-hero__title span {
  font-size: 24px;
  display: inline-block;
  margin-bottom: 12px;
}

@media screen and (max-width: 560px) {
  .p-hero__title span {
    font-size: 18px;
    margin-bottom: 8px;
  }
}

.p-hero__time {
  font-size: 18px;
  color: white;
  margin: 16px 0 12px 0;
}

@media screen and (max-width: 560px) {
  .p-hero__time {
    font-size: 16px;
  }
}

.p-hero__time span {
  white-space: nowrap;
}

.p-hero__list {
  font-size: 16px;
  color: white;
  line-height: 1.5;
}

@media screen and (max-width: 560px) {
  .p-hero__list {
    font-size: 14px;
  }
}

.p-hero__listItem span {
  font-size: 12px;
  font-weight: normal;
}

.p-hero__textFlex {
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: start;
      -ms-flex-pack: start;
          justify-content: start;
  -webkit-box-align: center;
      -ms-flex-align: center;
          align-items: center;
}

.p-hero__flexImg {
  width: 40%;
  margin-left: 20px;
}

@media screen and (max-width: 560px) {
  .p-hero__flexImg {
    margin-top: 10px;
    margin-left: 10px;
    width: 20%;
  }
}

@media screen and (max-width: 560px) {
  .p-hero__flexImg {
    width: 40%;
  }
}

.p-hero__img {
  width: 50%;
}

@media screen and (min-width: 768px) and (max-width: 1200px) {
  .p-hero__img {
    width: 100%;
    margin-left: 40px;
  }
  .p-hero__img img {
    width: 100%;
  }
}

@media screen and (max-width: 768px) {
  .p-hero__img {
    text-align: center;
    width: 100%;
    margin-top: 24px;
  }
  .p-hero__img img {
    width: 80%;
  }
}

.p-content {
  width: 100%;
  margin: 0 auto;
  padding: 60px 0;
  background: #E6EDF4;
}

@media screen and (max-width: 560px) {
  .p-content {
    padding: 10% 0;
  }
}

.p-content__inner {
  width: 80%;
  margin: 0 auto;
  padding: 60px 0;
  background: white;
}

@media screen and (max-width: 560px) {
  .p-content__inner {
    width: 90%;
    padding: 10% 0;
  }
}

.p-content__title {
  margin-top: 16px;
  text-align: center;
  color: rgb(219,137,0);
  font-size: 32px;
  font-weight: bold;
}

@media screen and (max-width: 560px) {
  .p-content__title {
    font-size: 26px;
  }
}

.p-content__contItem {
  width: 82.4%;
  margin: 0 auto;
}

@media screen and (max-width: 560px) {
  .p-content__contItem {
    width: 86%;
  }
}

.p-content__about {
  margin-top: 40px;
  margin-bottom: 60px;
  padding-bottom: 46px;
  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;
  border-bottom: 1px solid #DBDBDB;
}

@media screen and (max-width: 560px) {
  .p-content__about {
    display: block;
    margin-bottom: 40px;
    padding-bottom: 10px;
  }
}

.p-content__about p {
  margin: 0 40px;
  -ms-flex-preferred-size: 65%;
      flex-basis: 65%;
  font-size: 16px;
}

@media screen and (max-width: 560px) {
  .p-content__about p {
    margin: 24px auto;
    font-size: 14px;
  }
}

.p-content__about span {
  font-size: 13px;
  display: inline-block;
  margin-top: 10px;
}

@media screen and (max-width: 560px) {
  .p-content__about span {
    margin-top: 8px;
    font-size: 12px;
  }
}

.p-content__aboutImg {
  -ms-flex-preferred-size: 35%;
      flex-basis: 35%;
}

@media screen and (max-width: 560px) {
  .p-content__aboutImg {
    width: 100%;
    text-align: center;
  }
  .p-content__aboutImg img {
    width: 80%;
  }
}

.p-content__list {
  margin-bottom: 50px;
}

@media screen and (max-width: 560px) {
  .p-content__list {
    margin-bottom: 54px;
  }
}

.p-content__listFlex {
  width: 96%;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  margin: 0 auto;
  -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: 560px) {
  .p-content__listFlex {
    display: block;
  }
}

.p-content__items {
  -ms-flex-preferred-size: 80%;
      flex-basis: 80%;
}

.p-content__items p {
  width: 90%;
}

@media screen and (max-width: 560px) {
  .p-content__items p {
    width: 100%;
  }
}

@media screen and (max-width: 560px) {
  .p-content__itemText {
    font-size: 14px;
    line-height: 1.6;
  }
}

.p-content__listImg {
  -ms-flex-preferred-size: 20%;
      flex-basis: 20%;
}

@media screen and (max-width: 560px) {
  .p-content__listImg {
    margin-top: 24px;
    text-align: center;
  }
}

.p-content__listImg img {
  width: 64%;
}

@media screen and (max-width: 560px) {
  .p-content__listImg img {
    width: 40%;
  }
}

.p-content__listImg--2 img {
  width: 60%;
}

@media screen and (max-width: 560px) {
  .p-content__listImg--2 img {
    width: 40%;
  }
}

.p-content__itemHead {
  padding-left: 28px;
  color: rgb(219,137,0);
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 16px;
  position: relative;
}

.p-content__itemHead span {
  font-size: 85%;
  vertical-align: text-bottom;
}

.p-content__listGroup {
  margin-top: 16px;
  font-size: 14px;
  padding: 20px 30px 17px 30px;
  background-color: #F5F5F5;
  border-radius: 4px;
}

@media screen and (max-width: 560px) {
  .p-content__listGroup {
    font-size: 13px;
    width: 100%;
    padding: 20px;
  }
}

.p-content__listHead {
  font-weight: bold;
}

.p-content__listText {
  display: inline-block;
  margin-top: 6px;
}

.p-content__listText span {
  font-size: 15px;
}

.p-content__caption {
  font-size: 14px;
  text-align: right;
  margin-bottom: 40px;
  padding-bottom: 30px;
  border-bottom: 1px solid #DBDBDB;
}

@media screen and (max-width: 560px) {
  .p-content__caption {
    text-align: left;
    font-size: 12px;
    margin-top: -30px;
    margin-bottom: 24px;
    padding-bottom: 18px;
  }
}

p.p-content__itemHead--1::before {
  display: block;
  content: '';
  background-image: url(../seminar/img/1.png);
  background-repeat: no-repeat;
  height: 38px;
  width: 18px;
  position: absolute;
  top: -5px;
  left: -4px;
}

p.p-content__itemHead--2::before {
  display: block;
  content: '';
  background-image: url(../seminar/img/2.png);
  background-repeat: no-repeat;
  height: 38px;
  width: 18px;
  position: absolute;
  top: -5px;
  left: 0;
}

p.p-content__itemHead--3::before {
  display: block;
  content: '';
  background-image: url(../seminar/img/3.png);
  background-repeat: no-repeat;
  height: 38px;
  width: 18px;
  position: absolute;
  top: -5px;
  left: 0;
}
/*# sourceMappingURL=seminar.css.map */