@charset "UTF-8";
br.pc_only {
  display: block;
}
@media screen and (max-width: 680px) {
  br.pc_only {
    display: none;
  }
}

.sec {
  margin-bottom: 100px;
}
@media screen and (max-width: 680px) {
  .sec {
    margin-bottom: 30px;
  }
}

.box {
  margin-bottom: 40px;
}
@media screen and (max-width: 680px) {
  .box {
    margin-bottom: 30px;
  }
}

.seminar-btn {
  display: block;
  position: relative;
  border-radius: 8px;
  margin: 30px auto 0;
  text-align: center;
  color: #fff !important;
  font-weight: bold;
  padding: 24px 10px;
  font-size: 20px;
  width: min(420px, 90%);
}
.seminar-btn:before {
  content: "";
  -webkit-clip-path: polygon(0 0, 0% 100%, 100% 50%);
          clip-path: polygon(0 0, 0% 100%, 100% 50%);
  background-color: #fff;
  width: 12px;
  height: 16px;
  position: absolute;
  left: 40px;
  top: 50%;
  transform: translateY(-50%);
}
@media screen and (max-width: 680px) {
  .seminar-btn {
    padding: 16px 10px;
    font-size: 16px;
    width: 90%;
  }
  .seminar-btn:before {
    content: "";
    width: 8px;
    height: 12px;
    left: 40px;
  }
}
.seminar-btn.bgblue {
  background-color: #71b8e9;
}
.seminar-btn.bggreen {
  background-color: #2ea10f;
}
.seminar-btn.bgorange {
  background-color: #e97d11;
}

.p-seminar__navi {
  background-color: #dcebf5;
  padding: 8px;
  display: flex;
  gap: 8px;
}
.p-seminar__navi a {
  background-color: #fff;
  border-radius: 5px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  line-height: 1.4;
  text-align: center;
  flex: 1;
  font-weight: bold;
  font-size: 14px;
  padding: 5px 2px;
}
.p-seminar__navi a:nth-of-type(1) {
  color: #42a3e8;
}
.p-seminar__navi a:nth-of-type(2) {
  color: #f36f74;
}
.p-seminar__navi a:nth-of-type(3) {
  color: #a1c757;
}
.p-seminar__navi a:nth-of-type(4) {
  color: #fba44d;
}

@media screen and (max-width: 680px) {
  .p-seminar__navi {
    flex-wrap: wrap;
  }
  .p-seminar__navi a {
    flex: none;
    width: 47.5%;
  }
}
.arrow_box {
  position: relative;
  background: #f1c2c3 url(../img/seminar/bg_arrowbox.png) repeat left top;
  border: 4px solid #ffffff;
  margin: 0 0 40px;
  box-shadow: 0 0 2px rgb(232, 224, 203);
  -webkit-filter: drop-shadow(2px 2px 2px rgba(0, 0, 0, 0.5));
  text-align: center;
  padding: 20px 0;
}

.arrow_box:after,
.arrow_box:before {
  top: 100%;
  left: 50%;
  border: solid transparent;
  content: " ";
  height: 0;
  width: 0;
  position: absolute;
  pointer-events: none;
}

.arrow_box:after {
  border-color: rgba(241, 194, 195, 0);
  border-top-color: #f1c2c3;
  border-width: 10px;
  margin-left: -10px;
}

.arrow_box:before {
  border-color: rgba(255, 255, 255, 0);
  border-top-color: #ffffff;
  border-width: 16px;
  margin-left: -16px;
}

.arrow_box h1 img {
  width: 67.02%;
}

.arrow_box ul li {
  width: 30.59%;
  display: inline-block;
  padding: 10px 0.1%;
}

.arrow_box ul.col-half li {
  width: 44.59%;
  height: 242px;
  display: inline-block;
  padding: 10px 0.4%;
}

.arrow_box ul.col-half li img {
  width: 100%;
}

@media screen and (max-width: 680px) {
  .arrow_box {
    position: relative;
    background: #f1c2c3 url(../img/beginners/bg_arrowbox.png) repeat left top;
    border: 4px solid #ffffff;
    margin: 0 0 40px;
    box-shadow: 0 0 2px rgb(232, 224, 203);
    text-align: center;
    padding: 20px 0;
  }
  .arrow_box:after,
  .arrow_box:before {
    top: 100%;
    left: 50%;
    border: solid transparent;
    content: " ";
    height: 0;
    width: 0;
    position: absolute;
    pointer-events: none;
  }
  .arrow_box:after {
    border-color: rgba(241, 194, 195, 0);
    border-top-color: #f1c2c3;
    border-width: 10px;
    margin-left: -10px;
  }
  .arrow_box:before {
    border-color: rgba(255, 255, 255, 0);
    border-top-color: #ffffff;
    border-width: 16px;
    margin-left: -16px;
  }
  .arrow_box h1 img {
    width: 78.02%;
  }
  .arrow_box ul li {
    width: 78.13%;
    padding: 10px 0;
    margin: 0 auto;
  }
  .arrow_box ul.col-half li {
    width: 78.13%;
    padding: 10px 0;
    margin: 0 auto;
  }
  .arrow_box ul li img {
    width: 100%;
  }
}
.point__wrap {
  background-color: #fff;
  border: 2px solid rgba(172, 172, 172, 0.15);
  padding: 0px 50px;
}
.point__wrap .point__box {
  padding: 40px 0 80px;
}
.point__wrap .point__box:not(:last-of-type) {
  background: url(../img/seminar/line-p.png) center bottom no-repeat;
}
.point__wrap .point__header {
  display: flex;
  align-items: center;
  margin-bottom: 30px;
}
.point__wrap .point__header .point {
  width: 105px;
  margin-right: 20px;
}
.point__wrap .point__header .point__title {
  flex: 1;
  font-weight: bold;
  font-size: 27px;
  color: #f36f74;
}
.point__wrap .point__header .point__title span {
  display: block;
  font-size: 20px;
  color: #000;
}
.point__wrap .point__header .point__title strong {
  font-size: 20px;
  color: #000;
}
.point__wrap .point__body {
  display: flex;
}
.point__wrap .point__body .point__photo {
  width: 324px;
  margin-right: 30px;
}
.point__wrap .point__body .point__text {
  flex: 1;
}
.point__wrap .point__body h3 {
  font-weight: bold;
}
.point__wrap .point__body p {
  line-height: 1.7;
}
.point__wrap .point__body strong {
  font-weight: bold;
}
.point__wrap .right {
  text-align: right;
  font-weight: bold;
}
.point__wrap table.price-table {
  border-collapse: collapse;
  border: 2px solid #fff;
  width: 100%;
  margin-top: 40px;
}
.point__wrap table.price-table th,
.point__wrap table.price-table td {
  border: 4px solid #fff;
  padding: 5px;
  text-align: center;
  font-weight: bold;
  font-size: 20px;
}
.point__wrap table.price-table th {
  background-color: #ffd9de;
  color: #ff7081;
}
.point__wrap table.price-table td {
  background-color: #fcedef;
}

.table_feature01{
  width: 100%;
  margin-top: 2.25em;
  border: 1px solid #dbdbdb;
}
.table_feature01 tr:nth-child(odd) {
	background: #fdf1f1;
}
.table_feature01 th {
  background-color: #ffeaed;
  color: #333;
    padding: 9px 0;
    font-weight: bold;
    text-align: center;
    border-bottom: 0;
    border-top: 1px solid #dbdbdb;
    
}
.table_feature01 tr.header th {
  border-right: 1px solid #FFF;
  background: #ffd9de;
  color: #ff7081;
}
.table_feature01 td {
  border: 1px solid #dbdbdb;
  padding: 9px 1em;
}

.table_feature01 td strong{
  color: #f77479;
}

@media screen and (min-width: 681px) {
  .table_feature01 tr.header.big {
  font-size: 20px;
  }
}

@media screen and (max-width: 680px) {
  .point__wrap {
    padding: 0px 12px;
  }
  .point__wrap .point__box {
    padding: 20px 0 20px;
  }
  .point__wrap .point__header {
    margin-bottom: 20px;
  }
  .point__wrap .point__header .point {
    width: 105px;
    margin-right: 10px;
    margin-left: auto;
  }
  .point__wrap .point__header .point__title {
    font-size: 20px;
  }
  .point__wrap .point__header .point__title span {
    font-size: 16px;
  }
  .point__wrap .point__header .point__title strong {
    font-size: 16px;
  }
  .point__wrap .point__body {
    flex-direction: column;
  }
  .point__wrap .point__body .point__photo {
    width: 100%;
    margin-right: 0;
    margin-bottom: 20px;
  }
  .point__wrap .point__body .point__text {
    flex: 1;
  }
  .point__wrap table.price-table {
    margin-top: 30px;
  }
  .point__wrap table.price-table th,
  .point__wrap table.price-table td {
    border: 2px solid #fff;
    font-size: 14px;
  }
  .table_feature01 {
		margin-bottom: 0;
	}
}

.seminar__wrap {
  padding: 0px 50px;
  margin-top: -35px;
}
.seminar__wrap .seminar__box {
  padding: 40px 0 80px;
}
.seminar__wrap .seminar__header {
  margin-bottom: 16px;
}
.seminar__wrap .seminar__title {
  font-weight: bold;
  font-size: 26px;
  background-color: #fff;
  padding: 7px 20px;
}
.seminar__wrap .seminar__title:before {
  content: "●";
  font-weight: bold;
  font-size: 14px;
  display: inline-block;
  vertical-align: middle;
  margin-right: 10px;
}
.seminar__wrap .seminar__body {
  padding: 0 20px;
}
.seminar__wrap .seminar__body h3 {
  font-size: 20px;
  font-weight: bold;
  margin-bottom: 20px;
}
.seminar__wrap .seminar__body p {
  line-height: 1.7;
}
.seminar__wrap .seminar__body strong {
  font-weight: bold;
}
.seminar__wrap .seminar__body dl {
  margin: 20px 0;
  border: 2px solid #fff;
  padding: 10px 20px;
  font-weight: bold;
  font-size: 13px;
}
.seminar__wrap .seminar__body dt {
  margin-bottom: 5px;
}
.seminar__wrap .seminar__body dd {
  padding-left: 10px;
}
.seminar__wrap .seminar__body .line {
  text-decoration: underline;
}
.seminar__wrap.green {
  background: #dff0b5;
}
.seminar__wrap.orange {
  background: #feebd8;
}
.seminar__wrap.green .seminar__box:not(:last-of-type) {
  background: url(../img/seminar/line-g.png) center bottom no-repeat;
}
.seminar__wrap.orange .seminar__box:not(:last-of-type) {
  background: url(../img/seminar/line-o.png) center bottom no-repeat;
}
.seminar__wrap.green .seminar__title {
  color: #2ea10f;
}
.seminar__wrap.orange .seminar__title {
  background-color: #fba44d;
  color: #fff;
}

.table-flex-2column{
  width: 100%;
  display: flex;
  flex-wrap: wrap;
  gap:0 1%;
}

.table-flex-2column table{
  width: 49.5%;
}

@media screen and (max-width: 680px) {
  .seminar__wrap {
    padding: 0px 12px;
    margin-top: 0;
  }
  .seminar__wrap .seminar__box {
    padding: 20px 0 30px;
  }
  .seminar__wrap .seminar__title {
    font-size: 20px;
    padding: 7px 10px;
  }
  .seminar__wrap .seminar__body {
    padding: 0;
  }
  .seminar__wrap .seminar__body h3 {
    font-size: 18px;
  }
  .seminar__wrap .seminar__body dl {
    margin: 20px 0;
    border: 2px solid #fff;
    padding: 10px 10px;
    font-weight: bold;
    font-size: 13px;
  }
  .seminar__wrap .seminar__body dt {
    margin-bottom: 5px;
  }
  .seminar__wrap .seminar__body dd {
    padding-left: 10px;
  }

  .table-flex-2column{
    display: block;
  }
  .table-flex-2column table{
    width: 100%;
  }

  .table-flex-2column table.sp-mt0{
    margin-top: 0;
  }
  .table-flex-2column table tr.sp-hidden{
    display: none;
  }

}/*# sourceMappingURL=seminar.css.map */