.right-elements .el-btns .request {
  flex-direction: row;
  align-items: center;
}

.right-elements .el-btns .request svg {
  margin: 0;
}

.lp-group-hero {
  padding-top: 74px;
}

.lp-individual-5 .lp-section-title {
  margin-bottom: 30px;
}

.lp-section-title .inbividual-text {
  margin-bottom: 30px;
}

.inbividual-text span {
  font-weight: bold;
  color: #bf1e2e;
}

@media (max-width:980px) {
  .site-header-content .right-elements {
    width: auto;
  }
}

@media (max-width: 800px) {
  .lp-section-title .inbividual-text {
    margin-bottom: 0;
  }

  .inbividual-text {
    max-width: 100%;
    margin: 30px auto 30px;
  }

  .site-header-content .right-elements {
    padding-right: 0;
  }

  .lp-group-hero {
    padding-top: 0;
  }

  .lp-individual-5 .col .bottom .article .box {
    width: calc(50% - 10px);
    margin-top: 30px;
  }

  .site-header .brand-des {
    display: block;
  }

  .site-header-content .right-elements {
    width: 100%;
  }

  .site-header-content .right-elements .el-btns,
  .right-elements .el-btns > div {
    width: 50%;
  }

  .right-elements .el-tel .num,
  .right-elements .el-btns > div {
    flex-direction: row;
  }

  .right-elements .el-btns svg {
    margin: 0;
  }

  .right-elements .el-tel .num span:last-child,
  .right-elements .el-btns > div > span {
    margin-top: 0;
    font-size: 3vw;
  }

  .right-elements .el-tel .num span:last-child {
    font-size: 4vw;
  }
}


/*tips*/

.lp-individual-5 .col .bottom .tips {
  flex-wrap: wrap;
}

.lp-individual-5 .col .bottom .tips .tip {
  width: 49%;
  display: block;
  margin-top: 20px;
  padding: 0;
  background: #fff;
  color: #333;
  border: 2px solid #35a3dd;
}

.lp-individual-5 .col .bottom .tips .tip .tip-content {
  max-width: 100%;
  text-align: left;
  padding: 0 20px 20px;
}

.lp-individual-5 .col .bottom .tips .tip:nth-child(1) {
  border-color: #045eae;
}

.lp-individual-5 .col .bottom .tips .tip:nth-child(1) .tip-ttl {
  background: #045eae;
}

.tip-ttl {
  font-weight: bold;
  font-size: 130%;
  margin-bottom: 10px;
  background: #33a3dd;
  color: #fff;
  padding: 5px;
}

.lp-section-title p {
  max-width: 1300px;
}

@media (max-width:800px) {
  .lp-individual-5 .col .bottom .tips .tip {
    width: 100%;
    margin-top: 10px;
    background: #fff;
    color: #333;
  }

  .lp-individual-10 .word .ttl {
    text-align: left;
  }

  span.sp-wrap {
    display: inline-block;
  }
}



.lp-individual-10 .word .ttl {
  line-height: 1.2;
}


.lp-course-wrap {
  padding: 45px 0 0;
}

/*safety*/
.athome-wrap {
  width: 100%;
  padding: 35px 20px;
  /* box-shadow: 1px 1px #333; */
}

.safety-content {
  display: flex;
  justify-content: space-between;
  align-items: stretch;
  color: #fff;
  flex-wrap: wrap;
  max-width: 1340px;
  margin: 0 auto;
}

.content-l,
.content-r {
  padding: 0 10px;
}

.safety-content h2 {
  line-height: 1.2;
  font-size: 30px;
  width: 100%;
  text-align: center;
  margin-bottom: 30px;
}

.safety-content h2 span {
  background: linear-gradient(transparent 80%, #ffd720 80%);
}

.athome-note {
  font-size: 90%;
  line-height: 1.4;
  display: inline-block;
}

.athome-content .btn2 a {
  background: #fff;
  color: #004883;
  font-size: 14px;
  padding: 14px;
  justify-content: space-between;
}

.athome-content .btn2 a:hover {
  background-color: #ffd720;
}

.safety-item {
  width: 32%;
  position: relative;
  flex-wrap: wrap;
  align-items: flex-start;
  background: #fff;
  color: #004883;
  border-radius: 10px;
  padding: 20px;
  box-shadow: 1px 3px 10px rgba(0, 0, 0, 0.4);
}

.safety-content .safety-item:nth-child(1)::before {
  content: "1";
}

.safety-content .safety-item:nth-child(2)::before {
  content: "2";
}

.safety-content .safety-item:nth-child(3)::before {
  content: "3";
}

.safety-content .safety-item::before {
  font-size: 25px;
  display: block;
  color: #fff;
  width: 30px;
  height: 30px;
  background: #004883;
  position: absolute;
  border-radius: 50%;
  left: 10px;
  top: 10px;
  text-align: center;
  line-height: 1.2;
  font-weight: bold;
}

.safety-item p {
  position: relative;
  margin-bottom: 5px;
  line-height: 1.2;
  text-align: center;
}

.safety-item img {
  max-width: 270px;
  width: 100%;
  height: auto;
}

.safety-item figure {
  display: inline-flex;
  justify-content: center;
  align-items: flex-start;
  width: 100%;
  height: auto;
}

.safety-sub {
  text-align: center;
  width: 100%;
}

@media(max-width:960px) {

  .safety-content h2 {
    margin-bottom: 20px;
  }
}


@media(max-width:768px) {
  .safety-item {
    width: 100%;
    margin-bottom: 20px;
  }

  .safety-content {
    flex-direction: column;
  }

  .safety-content h2 {
    display: block;
    text-align: center;
    margin-bottom: 20px;
  }
}

@media(max-width:460px) {
  .safety-content h2 {
    font-size: 20px;
  }

  .safety-content h2 span.txt-wrap {
    display: inline-block;
  }

  .safety-item figure {
    width: 100%;
  }
}

figure.tip-img {
  padding: 20px;
}

figure.tip-img > img {
  width: 100%;
  display: block;
  margin: 0 auto;
}

/*table*/

.lp-individual-6 .inner {
  padding: 30px 30px 60px;
}

.open-table {
  margin: 30px auto 0;
}

.open-table > table {
  width: 100%;
	table-layout: fixed;
}

.open-table > table span {
  color: #e02f2f;
  font-weight: 700;
}

.open-table > table .note {
  font-size: 80%;
  line-height: 1.4;
  display: inline-block;
  font-weight: bold;
}

.open-table > table .table-mark {
  text-align: center;
  color: #666;
  display: block;
}

.open-table > table th,
.open-table > table td {
  border: 1px solid #c5c5c5;
  padding: 5px 10px;
  vertical-align: middle;
}

.open-table > table td {
  background: #fff;
  line-height: 1.4;
}

.open-table > table th {
  text-align: center;
  font-weight: 700;
  background: #2355a0;
  color: #fff;
}

.open-table > table th:first-child {
  width: 15%;
}

@media (max-width: 800px) {
	.open-table > table th:first-child {
	  width: 25%;
	}
}

.open-table > table thead th {
  padding: 2px;
}

.class {
  width: 23%;
}

.open-table > table .note {
  font-size: 80%;
}

.target,
.class,
.subject {
  text-align: center;
}

/*.course-wrap:last-child {
  padding-top: 30px;
}
*/

.open-table .note-whs {
  font-size: 70%;
  color: #fff;
  line-height: 1.4;
  display: inline-block;
}

/*tab*/

.tab-content {
  margin: 60px auto 0;
}

@media (max-width: 800px) {
  .lp-schedule .tab-header {
    margin: 20px auto 0;
  }
}

.schedule-note {
  padding-left: 1em;
}

.schedule-note li {
  position: relative;
  font-size: 12px;
}

ul.schedule-note li::before {
  content: "※";
  position: absolute;
  left: -1em;
  top: 0;
}

.tab-header {
  width: 100%;
  display: flex;
  align-items: stretch;
  justify-content: space-between;
  position: relative;
  z-index: 5;
  flex-wrap: wrap;
}

.tab-header::after {
  content: "";
  width: 32%;
}

.tab-header > div {
  width: 32%;
  height: 50px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
  justify-content: center;
  width: calc(33.33% - 10px);
  min-width: calc(33.33% - 10px);
  display: flex;
  align-items: center;
  justify-content: center;
  position: relative;
  line-height: 1.15;
  white-space: nowrap;
  font-size: 16px;
  font-weight: 800;
  color: #ffffff;
  background-color: #342506;
  border-radius: 0.2em;
}

.tab-header > div:hover {
  text-decoration: none;
}

.tab-header > div i {
  width: 0.8em;
  height: 0.8em;
  min-width: 0.8em;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 100%;
  background-color: #ffffff;
  margin-left: 0.4em;
  position: absolute;
  right: 0.6em;
  top: 50%;
  transform: translateY(-50%);
  z-index: 5;
}

.tab-header > div i svg {
  color: #342506;
  width: 0.6em;
  height: 0.6em;
  display: block;
}

.tab-header > div.current {
  background-color: #f39801;
}

.tab-header > div.current i svg {
  color: #f39801;
}

@media (min-width: 1100px) {
  .tab-header > div:hover {
    background-color: #f39801;
    cursor: pointer;
  }

  .tab-header > div:hover i svg {
    color: #f39801;
  }
}

.tab-body {
  width: 100%;
  position: relative;
  z-index: 5;
  margin-bottom: 60px;
  overflow: hidden;
}

@media (max-width: 800px) {
  .tab-body {
    margin-bottom: 30px;
  }
}

.tab-body.tab-body .head {
  font-size: 24px;
  width: 100%;
  line-height: 1.4;
  display: flex;
  margin-bottom: 20px;
  justify-content: center;
}

@media (max-width: 900px) {
  .tab-body.tab-body .head {
    font-size: 20px;
  }
}

@media (max-width: 700px) {
  .tab-header > div {
    width: 48%;
  }

  .tab-header ::after {
    display: none;
  }

  .tab-body.tab-body .head {
    font-size: 18px;
  }
}

.tab-body.tab-body .head .date {
  display: flex;
  align-items: center;
  border: 1px solid #342506;
  padding: 5px 15px;
  border-radius: 5px;
  margin-right: 1em;
}

@media (max-width: 650px) {
  .tab-body.tab-body .head .date {
    display: inline-block;
    text-align: center;
    margin-bottom: 10px;
  }
}

@media (max-width: 650px) {
  .tab-header > div {
    width: 100%;
  }

  .tab-body.tab-body .head {
    display: block;
    text-align: left;
    font-size: 16px;
  }
}


.tab-body .tab-item {
  width: 100%;
  display: none;
}

.tab-body .tab-item p.note {
  font-size: 16px;
  margin-top: 20px;
}

.tab-body .tab-item .table-one table {
  width: 100%;
  margin-bottom: 10px;
  border: 1px solid #342506;
  line-height: 1.3;
}

.tab-body .tab-item .table-one table th {
  white-space: nowrap;
  padding: 5px 10px;
  border-left: 1px solid #ffffff;
  border-top: 1px solid;
  border-right: 1px solid #ffffff;
  background: #342506;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.tab-body .tab-item .table-one table th:first-child {
  border-left: none;
}

.tab-body .tab-item .table-one table th:last-child {
  border-right: none;
}

.tab-body .tab-item .table-one table td {
  padding: 5px 10px;
  border: 1px solid #342506;
  vertical-align: middle;
}

.tab-body .tab-item .table-one table td h4 {
  text-align: left;
}

.tab-body .tab-item .table-one table td.content {
  text-align: left;
}

.tab-body .tab-item .table-one table td.grade {
  min-width: 67px;
  background: #49340f;
  color: #fff;
}

.tab-body .tab-item .table-one table td.course {
  min-width: 67px;
  background: #cee9e5;
  color: #00ac98;
}

.tab-body .tab-item .table-one table td.number {
  min-width: 59px;
  background: #e5f3f1;
}

.tab-body .tab-item .table-two:not(:first-child) {
  margin-top: 30px;
}

.tab-body .tab-item .table-two table {
  width: 100%;
  border: 1px solid #342506;
}

.tab-body .tab-item .table-two table th {
  white-space: nowrap;
  padding: 5px 10px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #342506;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.tab-body .tab-item .table-two table th:first-child {
  border-left: none;
}

.tab-body .tab-item .table-two table th:last-child {
  border-right: none;
}

.tab-body .tab-item .table-two table td {
  padding: 10px 10px;
  border: 1px solid #342506;
  vertical-align: middle;
}

.tab-body .tab-item .table-two table td h4 {
  text-align: left;
}

.tab-body .tab-item .table-two table td.content {
  text-align: left;
}

.tab-body .tab-item .table-two table td.grade {
  min-width: 67px;
  text-align: center;
  background: #49340f;
  color: #fff;
}

.tab-body .tab-item .table-two table td.course {
  min-width: 67px;
  text-align: center;
  background: #cee9e5;
  color: #00ac98;
}

.tab-body .tab-item .table-two table td.number {
  min-width: 59px;
  background: #e5f3f1;
}

.tab-body .tab-item .table-two table td.space {
  background-color: #d1d2d4;
}

@media (max-width: 650px) {
  .tab-body .tab-item .table-box {
    overflow-x: scroll;
  }
}

.tab-body .tab-item .table-three {
  width: 100%;
}

.tab-body .tab-item .table-three table {
  width: 100%;
}

@media (max-width: 650px) {
  .tab-body .tab-item .table-three table {
    min-width: 650px;
  }

  .tab-body .tab-item .table-one table {
    min-width: 650px;
  }

  .tab-body .tab-item .table-two table {
    min-width: 650px;
  }
}

.tab-body .tab-item .table-three .top dl {
  width: 100%;
  display: flex;
  color: #fff;
  margin-bottom: 10px;
}

.tab-body .tab-item .table-three .top dl dt {
  background: #342506;
  font-weight: bold;
  min-width: 100px;
  display: flex;
  justify-content: center;
  align-items: center;
  padding: 10px 10px;
  font-size: 20px;
}

.tab-body .tab-item .table-three .top dl dd {
  display: flex;
  align-items: center;
  background: #49340f;
  width: 100%;
  padding: 10px 10px;
}

.tab-body .tab-item .table-three:not(:first-child) {
  margin-top: 30px;
}

.tab-body .tab-item .table-three table {
  width: 100%;
  border: 1px solid #342506;
  line-height: 1.4;
}

.tab-body .tab-item .table-three table th {
  white-space: nowrap;
  padding: 10px 10px;
  border-left: 1px solid #ffffff;
  border-right: 1px solid #ffffff;
  background: #342506;
  color: #fff;
  text-align: center;
  vertical-align: middle;
}

.tab-body .tab-item .table-three table th:first-child {
  border-left: none;
}

.tab-body .tab-item .table-three table th:last-child {
  border-right: none;
}

.tab-body .tab-item .table-three table .line {
  border-top: 2px solid #342506;
}

.tab-body .tab-item .table-three table td {
  padding: 10px 10px;
  border: 1px solid #342506;
  text-align: center;
  vertical-align: middle;
  background: #fff;
}

.tab-body .tab-item .table-three table td.bgcolor {
  background: #f3f3f3;
}

.tab-body .tab-item .table-three table td.school,
.tab-body .tab-item .table-three table td.unit {
  width: auto;
  min-width: 91px;
}

.tab-body .tab-item .table-three table td hr {
  margin: 0.5em auto;
}

.tab-body .tab-item .table-three table td h4 {
  text-align: left;
}

.tab-body .tab-item .table-three table td.content {
  text-align: left;
}

.tab-body .tab-item .table-three table td.grade {
  min-width: 67px;
  background: #49340f;
  color: #fff;
}

.tab-body .tab-item .table-three table td.course {
  min-width: 67px;
  background: #cee9e5;
  color: #00ac98;
}

.tab-body .tab-item .table-three table td.number {
  min-width: 59px;
  background: #e5f3f1;
}

.tab-body .tab-item.active {
  display: block;
}

.tab-body .tab-item img {
  width: 100%;
  height: auto;
  display: block;
}

.class {
  width: 19%;
}

.subject {
  width: 13%;
}

.tab-item .lp-section-title {
  margin: 40px auto 20px;
}

.lp-individual-11 .school {
  margin: 0;
}

.school .lp-section-title {
  margin-bottom: 20px;
}

/*.open-para {
  margin-top: 20px;
}*/

/*headding*/
.lp-course-wrap h3 {
  font-size: 20px;
  font-weight: bold;
  padding-left: .5em;
  border-left: 6px solid;
  color: #2455a0;
  margin: 20px auto 15px;
}


/*course-flex*/
.course-wrap-flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: flex-start;
}

.course-wrap-flex div {
  width: 55%
}

.course-wrap-flex img {
  width: 40%;
}

.course-wrap-flex h3 {
  width: 100%;
}

@media (max-width:700px) {
  .feature .course-wrap-flex {
    flex-direction: column;
  }

  .course-wrap-flex div,
  .course-wrap-flex img {
    width: 100%;
  }

  .course-wrap-flex img {
    margin-top: 20px;
  }
}

/*spacial*/
.special .course-wrap {
  width: 49%;
  background: #ffffff;
  padding: 20px;
  border-radius: 11px;
  border: 2px solid #2555a0;
  margin-bottom: 0;
}

.special .inner {
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  padding-bottom: 60px;
}

.special .course-wrap h3 {
  text-align: center;
  border: none;
  margin: 0 auto 10px;
}

.special .lp-section-title,
.inner > .innner {
  width: 100%;
}

.special inner {
  margin-bottom: 60px;
}

.special-disc {
  margin-bottom: 20px;
}

/*individual-2*/
.point-img {
  margin-bottom: 10px;
}

.lp-group-list {
  display: flex;
  justify-content: space-between;
  flex-flow: wrap;
}

.lp-group-list .list-content {
  width: 32%;
  border: 2px solid #2555a0;
  padding: 20px;
  line-height: 1.4;
}

.list-content h3 {
  font-size: 120%;
  text-align: center;
  margin-bottom: 0.5em;
  color: #2555a0;
}

.list-content h3 > span {
  display: inline-block;
}

.lp-individual-2 {
  position: relative;
}

.lp-individual-2::before {
  content: "";
  display: block;
  width: 0;
  height: 0;
  border-style: solid;
  border-width: 50px 75px 0 75px;
  border-color: #2555a0 transparent transparent transparent;
  position: absolute;
  top: -20px;
  left: calc(50% - 75px);
}

@media (max-width:700px) {
  .lp-group-list .list-content {
    width: 100%;
    margin-bottom: 10px;

  }

  .lp-individual-2::before {
    border-width: 30px 60px 0 60px;
    left: calc(50% - 60px);
  }
}


.ac-item {
  margin: 15px auto;
}

.course-pay .ac-item:last-child {
  margin-bottom: 0;
}

.ac-item h4 {
  background: #eee;
  color: #333;
  padding: 10px;
  position: relative;
  padding-right: 20px;
  border: 1px solid #dccc;
  border-radius: 5px;
}

.ac-item i svg {
  color: #666;
  width: 10px;
  transform: rotate(90deg);
  transition: .2s ease;
}

.ac-item i {
  position: absolute;
  right: 20px;
}

.open i svg {
  transform: rotate(-90deg);
  transition: .2s ease;
}

.course-pay {
  width: 100%;
  margin-top: 30px;
}

.item-inner {
  background: #eee;
  padding: 20px;
}

.item-inner dt,
.item-inner dd {
  display: inline-flex;
  padding: 5px 10px;
  align-items: center;
  border-bottom: 1px solid #c5c5c5;
  flex-wrap: wrap;
}

.item-inner dd .note {
  display: block;
  width: 100%;
  font-size: 80%;
}

.item-inner dt {
  width: 15%;
  background: #2355a0;
  color: #fff;
  font-weight: 600;
}

.item-inner dd {
  width: 85%;
}

.item-inner dl {
  background: #fff;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.special .tab-content {
  FONT-WEIGHT: 100;
}

.special .tab-content {
  width: 100%;
}

.item-inner {
  display: none;
}

.open-table.table-inner {
  margin: 0 auto 30px;
}

.all-btn.goapply a,
.all-btn.goapply div {
  padding: 1.2em 2em 1.2em 2.1em;
	width: 100%;
}


@media (max-width:700px) {

.lp-course-wrap {
    padding: 30px 0 0;
}
  .item-inner dl {
    flex-direction: column;
  }

  .item-inner dt,
  .item-inner dd {
    border: none;
    width: 100%;
  }
}



/*----------------------------
   210218_追記
-----------------------------*/

.lp-course-wrap .wrap_ai {
	display: flex;
	flex-flow: row wrap;
	justify-content: space-between;
	align-items: center;
	margin-top: 30px;
}

.lp-course-wrap .wrap_ai .txt_item {
	width: 48%;
}

.lp-course-wrap .wrap_ai .txt_item p {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	font-size: 20px;
}
.lp-course-wrap .wrap_ai .txt_item dt {
	font-weight: bold;
	margin-bottom: 10px;
	text-align: center;
	color: #fff;
	background-color: #2455a0;
	padding: 5px 0;
}

.lp-course-wrap .wrap_ai .txt_item dd .txt_red {
	color: #e02f2f;
	font-weight: bold;
}


.lp-course-wrap .wrap_ai .img {
	width: 48%;
}

.txt_red {
	color: #e02f2f;
	font-weight: bold;
}


@media (max-width:700px) {
	.lp-course-wrap .wrap_ai .txt_item {
		width: 100%;
		margin-bottom: 20px;
	}
	.lp-course-wrap .wrap_ai .img {
		width: 100%;
	}
}

footer {
  margin-top: 80px;
}

@media(max-width:768px) {
  footer {
    margin-top: 30px;
  }
}


/*210517追記*/

.input-box .all-btn .year {
	 background-color: #fff;
	color: #ffa800;
	margin-right: 10px;
	padding: 0 3px;
}

.input-box .all-btn a:hover .year {
	color: #36A77D;
}

.inner {
	box-sizing: border-box !important;
}

.lp-course-wrap.pt0 {
	padding-top: 0px;
}

@media(min-width:1000px) {
	.input-box {
		width: 730px;
		margin: 0 auto;
		box-sizing: border-box;
		display: flex;
		justify-content: space-between;
		flex-flow: row wrap;
	}
	
	.input-box .all-btn {
    width: 340px;
		display: block;
	}

}

@media(max-width:1000px) {
	.input-box {
		margin-top: 30px;
	}
	
	.input-box .all-btn.mt {
		margin-top: 20px;
	}
		
	.lp-section-title {
		text-align: left;
	}
	
	.sp_none {
		display: none;
	}
}





