@charset "utf-8";
/*-------------------------------------------------

英語キャリア育成コース

-------------------------------------------------*/
html {
    scroll-behavior: smooth;
}

#senka2022 main,
#senka2022 .menu,
#senka2022 #contents{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  letter-spacing: -0.05em;
  padding-top: 0 !important;
  font-weight: 500;
}
main {
  text-align: center;
  background: linear-gradient(90deg, #A5D6F4 0%, #A5D6F4 50%, #CDE8F9 50%, #CDE8F9 100%);
}
main h1{
  position: inherit !important;
}
.menu{
  background-color: #EEF0F4;
  position: relative;
}

.menu ul{
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  padding: 10px 0;
  letter-spacing: -1px;
  justify-content: space-between;
}
.menu ul li{
  width: auto;
  font-size: 17px;
  padding: 0 30px 0 0;
  /*border-right: 1px solid #007992;*/
  line-height: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}
.menu ul li:last-child{
  border-right:none;
  padding: 0;
}

.menu ul > li > a{
color: #007992;
text-decoration: none;
}
.menu ul > li > a i {
  font-size: 8px;
  margin-right:5px;
  vertical-align: middle;
}

.menu .menu_btn {
  position: relative;
  /*right: 5%;
  top: 17px;
*/
}
.menu .menu_btn::before{
  content: "＼ 2024年4月生 受付スタート ／";
  position: absolute;
  top: -20px;
  left: 5px;
  color: #EB7C2F;
  text-align: center;
  font-size: 16px;
  font-family: initial;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
}
.menu .menu_btn i {
  position: absolute;
  right: 10px;
  top: 40%;
  font-size: 1rem;
}
.menu .menu_btn a {
  display: inline-flex;
  width: 100%;
  padding: 10px 30px 10px 20px;
  border: 2px solid #EB7C2F;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  font-size: 16px;
  background-color: #EB7C2F;
  position: relative;
}

.menu .menu_btn a:hover{
  background: #fff;
  color: #EB7C2F;
  text-decoration: none;
  border-color: #EB7C2F;
  opacity: 1;
}
#contents .read{
  margin: 0 0 70px;
  padding-top: 70px;
}
#contents .read p{
  text-align: center;
  font-size: 18px;
  line-height: 1.6;
}

#senka2022 #contents .inner{
  max-width: 1000px;
  width: 100%;
  margin: 0 auto;
  background: none;
  padding: 0;
}

#contents .inner >p{
  text-align: left;
  margin: 40px 0;
  font-size: 16px;
  line-height: 1.4;
}

#contents .bg_blue{
  background-color: #2EA7C2;
}
#contents .bg_blue h2{
  width: 100%;
  max-width: 1000px;
  color:#fff;
  font-size: 40px;
  margin:0 auto;
  text-align: left !important;
  line-height: 1.2;
 padding: 20px 0 !important;
}
#contents .bg_blue h2 span{
  font-size: 16px;
  font-weight: bold;
}
#contents .ex_program{
  padding: 0 0 70px;
  text-align: center;
}
#contents .ex_program h2{
  padding: 0 0 10px 0;
}

#contents .ex_program h3{
  font-size: 20px;
  font-weight: bold;
}
#contents .ex_program h3 span{
  font-size: 44px;
  font-weight: normal;
}

#contents .ex_program ul{
  display: flex;
  flex-wrap: wrap;
  background: url("/school_article_img/article/senka/senka2022/img/ex_program_bg.png") no-repeat;
  padding: 50px 30px 0 30px;
  height: 400px;
}
#contents .ex_program ul li{
  flex: 0 0 28%;
  margin:0 auto;
  padding:0 0 20px;
  text-align: center;
  color:#fff;
  position: relative;
}
#contents .ex_program ul li::after{
  content: "";
  display: inline-block;
  width: 35px;
  height: 66px;
  background: url(/school_article_img/article/senka/senka2022/img/arrow.png) no-repeat;
  position: absolute;
  right: -45px;
  top: 35px;
}
#contents .ex_program ul li:last-child::after{
  content: "";
  display:none;
}
#contents .ex_program ul > li > p{
  margin: 20px 0 0;
  font-size: 14px;
  line-height: 1.6;
  text-align: left;
}
#contents .program ul{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .program ul li{
  width: 460px;
  background-color: #EAE6DD;
  position: relative;
}
#contents .program ul li:nth-of-type(1)::after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(/school_article_img/article/senka/senka2022/img/plus.png) no-repeat;
  position: absolute;
  right: -70px;
  top: 42%;
}
#contents .program ul li:nth-of-type(2){
  background-color: #D4E6EE;
}
#contents .program ul li div{
  padding: 20px;
  text-align: center;
}
#contents .program ul li div h3{
  text-align: center;
  font-size: 20px;
  font-weight: bold;
  border-bottom: 2px solid #007993;
}

#contents .program ul li div img{
  margin:15px 0 0;
}
#contents .program ul li div p {
  text-align: left;
  font-size: 16px;
  margin-top: 20px;
}
#contents .program ul li div p span{
  color: #007993;
  font-weight: bold;
  font-size: 18px;
}
#contents .program .support{
  border: 1px solid #007993;
  border-radius: 6px;
  outline: 1px solid #007993;
  outline-offset: 5px;
  margin: 40px 5px;
  padding: 30px;
  display: flex;
  flex-direction: row;
}

#contents .program .support .supportTxt{
  flex: auto;
}

#contents .program .support .supportTxt h4{
  color: #007993;
  font-weight: bold;
  font-size: 32px;
}
#contents .program .support .supportTxt p{
  font-size: 18px;
}
#contents .program .support .supportImg{
  width: 300px;
  margin: 0 0 0 20px;
}
#contents .program .timeTable{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
  letter-spacing: 0;
}
#contents .program .timeTable p{
  font-size: 16px;
  font-weight: bold;
}
#contents .program .timeTable .note{
  font-size: 12px;
  font-weight: normal;
}
#contents .program .timeTable table {
  text-align: center;
}

#contents .program .timeTable table th {
  padding:8px 15px;
  font-weight:bold;
  vertical-align:middle;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  background-color: #D9D9DF;
}
#contents .program .timeTable table td{
  padding: 8px 15px;
  vertical-align: middle;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  line-height: 1.4;
}
#contents .program .timeTable table tr:nth-of-type(2),
#contents .program .timeTable table tr:nth-of-type(7){
  background-color: #D4E6EE;
}
#contents .program .timeTable table tr:nth-of-type(3),
#contents .program .timeTable table tr:nth-of-type(5),
#contents .program .timeTable table tr:nth-of-type(6){
  background-color: #EAE6DD;
}
#contents .program .timeTable table tr:nth-of-type(4){
  background-color: #E5E7EE;
}

#contents .level .levelTable{
  letter-spacing: 0;
  margin-top: 60px;
}
#contents .level .levelTable p{
  font-size: 14px;
}
#contents .level .levelTable table {
  text-align: left;
}

#contents .level .levelTable table th{
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;  padding:8px 15px;
  font-weight:bold;
  vertical-align:middle;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  text-align: center;
}
#contents .level .levelTable table td{
  padding: 8px 15px;
  vertical-align: middle;
  border-right: 2px solid #FFF;
  border-bottom: 2px solid #FFF;
  line-height: 1.4;
}
#contents .level .levelTable table td:nth-of-type(1),
#contents .level .levelTable table th:nth-of-type(1){
  background-color: #D4E6EE;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;  width: 23%;
}
#contents .level .levelTable table td:nth-of-type(2){
  background-color: #EAE6DD;
  font-size:18px;
  font-weight: bold;
  width: 47%;
}
#contents .level .levelTable table th:nth-of-type(2){
  background-color: #EAE6DD;
  font-size:14px;
  font-weight: bold;
}
#contents .level .levelTable table td:nth-of-type(3),
#contents .level .levelTable table th:nth-of-type(3){
  background-color: #E0E3EB;
  width: 30%;
}
#contents .level .levelTable table td img {
  margin-top: 10px;
}
#contents .level .levelTable table td .attainment_target{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#contents .level .levelTable table td .attainment_target p{
  width: 60%;
  font-size:14px;
  font-weight: normal;
}
#contents .level .levelTable table td .attainment_target p:nth-of-type(2){
  width: auto;
}
#contents .level .levelTable table td .attainment_target p:nth-of-type(3){
  width: 100%;
}
#contents .level .levelTable table td .score{
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
#contents .level .levelTable table td .score li {
  width: 70%;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 8px 10px;
}
#contents .level .levelTable table td .score li:nth-child(even){
  text-align: right;
  width: 30%;
}
#contents .level_graph > ul {
  display: flex;
  margin: 40px 0;
}

#contents .level_graph .note {
  display: table;
  font-size: 12px;
  font-weight: bold;
}
#contents .message{
  margin-bottom: 120px;
}
#contents .message h2{
  letter-spacing: -0.5px;
}
#contents .message ul li{
  background-color: #D4E6EE;
  margin-bottom: 60px;
  padding: 40px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .message ul li figure{
  width: 200px;
}
#contents .message ul li figure img{
  width: 100%;
}

#contents .message ul li div{
  width: 73%;
}
#contents .message ul li div h3{
  font-size: 26px;
  font-weight: bold;
  margin-bottom: 10px;
}
#contents .message ul li div h3 span{
  font-size: 14px;
  margin-left: 20px;
}
#contents .message ul li div p {
  font-size: 16px;
}
#contents .system{
  margin-bottom: 120px !important;
  padding: 0 !important;
}

#contents .system ul{
  display: block;
  width: 100%;
}
#contents .system ul li{
  margin: 0 0 60px 0;
  padding: 40px 0;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
  flex: initial;
  text-align: left;
  border: none;
  border-radius: 0;
}

#contents .system ul li:last-child{
  margin-bottom: 0;
  padding: 40px 0 0;
}

#contents .system ul li div{
  width: 65%;
}
#contents .system ul li figure{
  width: auto;
}
#contents .system ul li div h3{
  font-size: 28px;
  line-height: 1.4;
  margin-bottom: 10px;
}
#contents .system ul li div h3 span{
  color: #008095;
  font-weight: bold;
  font-family: initial;
}
#contents .system ul li div .blue{
  color: #fff;
  background: #008095;
  font-size: 24px;
  text-align: center;
  margin-bottom: 15px;
  padding: 2px 0;
}
#contents .system ul li div p{
  font-size:16px;
}
#contents .system ul li p::before{
  display: none;
}
/*entry_flow .flow*/

#contents .entry_flow .flow{
  display: flex;
  flex-wrap: wrap;
  -webkit-box-pack: center;
  justify-content: center;
  max-width: 1280px;
  margin: 60px auto;
  padding: 0 40px;
  counter-reset: li;
  font-family: "游ゴシック Medium", "Yu Gothic Medium", "游ゴシック体", YuGothic, "ヒラギノ角ゴ ProN W3", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "Helvetica Neue", Helvetica, Arial, sans-serif;
}
#contents .entry_flow .flow li {
  position: relative;
  margin: 0 0 0 1px;
  background: #fff;
}

#contents .entry_flow .flow li::before {
  position: absolute;
  content: "";
  width: 100%;
  border-top: none;
}

#contents .entry_flow .flow li div {
  position: relative;
  padding: 20px;
}

#contents .entry_flow .flow li div::before, .flow li div::after {
  position: absolute;
  z-index: 1;
  content: "";
  border-style: solid;
  border-width: 14px 0 14px 14px;
}

#contents .entry_flow .flow li div::before {
  right: -15px;
}

#contents .entry_flow .flow li div::after {
  right: -14px;
  border-color: transparent transparent transparent #fff;
}

#contents .entry_flow .flow li figure {
  position: relative;
  width: 100%;
  overflow: hidden;
}

#contents .entry_flow .flow li figure img {
  position: absolute;
  top: 50%;
  left: 50%;
  min-width: 100%;
  min-height: 100%;
  -webkit-transform: translate(-50%, -50%);
          transform: translate(-50%, -50%);
}

#contents .entry_flow .flow li .ttl {
  position: relative;
  margin: 15px 0;
  padding: 50px 0 0;
  box-sizing: content-box;
  font-size: 20px;
  font-weight: bold;
  line-height: 1.5;
}

#contents .entry_flow .flow li .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 30px;
  background: #ee0055;
  color: #fff;
  font-size: 14px;
  text-align: center;
  line-height: 30px;
  counter-increment: li;
}

#contents .entry_flow .flow li .ttl::after {
  position: absolute;
  top: 29px;
  left: 10px;
  content: "";
  border-color: #ee0055 transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;
}

#contents .entry_flow .flow li {
  background: #f2f2f2;
}

#contents .entry_flow .flow li div::before {
  border-color: transparent transparent transparent #fff;
}

#contents .entry_flow .flow li div::after {
  right: -13px;
  border-color: transparent transparent transparent #f2f2f2;
}

#index .flow_lesson .ttl01 {
  margin-bottom: 30px;
  line-height: 1.15;
}

#index .flow_lesson .ttl01 span {
  font-size: 32px;
}

#contents .entry_flow .flow li {
  -webkit-box-flex: 1;
      -ms-flex: 1 0 23.3%;
          flex: 1 0 23.3%;
}

#contents .entry_flow .flow li:not(:first-child) {
  margin: 0 0 0 1px;
}

#contents .entry_flow .flow li::before {
  top: 245px;
}

#contents .entry_flow .flow li:first-child::before {
  right: 0;
}

#contents .entry_flow .flow li:last-child::before {
  left: 0;
}

#contents .entry_flow .flow li:not(:first-child):not(:last-child)::before {
  left: 0;
  right: 0;
  width: auto;
}

#contents .entry_flow .flow li div::before,
#contents .entry_flow .flow li div::after {
  top: 102px;
}

#contents .entry_flow .flow li:last-child div::before,
#contents .entry_flow .flow li:last-child div::after {
  display: none;
}

#contents .entry_flow .flow li figure {
  height: 195px;
}

#contents .entry_flow .flow li .ttl::before {
  width: 90px;
  content: "STEP " counter(li);
  border-radius: 100px;
}

#contents .entry_flow .flow.column03 li {
  -webkit-box-flex: 0;
      -ms-flex: 0 0 300px;
          flex: 0 0 300px;
}
/*entry_flow .flow　ここまで*/

#contents .price .priceArea{
  display: flex;
  flex-wrap: wrap;
  margin: 60px 0;
}
#contents .price .priceArea > p{
  font-size:30px;
  width: 80%;
}

#contents .price .priceArea > .bg {
  background-color: #D4E6EE;
  font-size: 26px;
  display: inline;
  width: 12%;
  height: 50px;
  text-align: center;
  margin: 0 5% 3% 0;
}
#contents .price .priceArea .note{
  font-size:12px;
  width: 100%;
  margin-top: 20px;
}
#contents .price .priceArea .price_item{
  font-size:26px;
}

#contents .price .priceArea .price_item::after {
  content: "";
  flex-grow: 1;
  border-top: 2px dotted #444;
  display: inline-table;
  margin: 0 20px;
  padding: 7px;
}
#contents .price .priceArea ul li{
  font-size: 30px;
}
#contents .price .priceArea ul li:nth-child(1) span.price_item::after {
  width:250px;
}
#contents .price .priceArea ul li:nth-child(2) span.price_item::after {
  width: 200px;
}

#contents .price .priceArea ul li:nth-child(3) span.price_item::after {
  width: 100px;
}

#contents .price .priceArea .price_tax{
  font-size: initial;
}

#senka2022 #contents  .school .inner {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto;
}

#contents .school .inner ul.tab {
  display: flex;
  flex-wrap: wrap;
}
#contents .school .inner ul.tab li {
  background-color: #f2f2f2;
  cursor: pointer;
  flex: 0 0 30%;
	margin:0 auto;
	padding:10px 0;
  text-align: center;
  font-size: 18px;
  font-weight: bold;

}
#contents .school .inner ul.tab li:hover {
    color: #999;
}
#contents .school .inner ul.tab li.active{
  background-color: #D4E6EE;
}
#contents .school .inner div.tab_box {
    clear: both;
    padding: 20px;
    width: 100%;
    display: none;
  border-top: 5px solid #D4E6EE;
}
#contents .school .inner div.tab_box .area_list{
  display: flex;
  flex-wrap: wrap;
}
#contents .school .inner div.tab_box .area_list li{
  flex: 0 0 30%;
  margin: 0 auto;
}

#contents .school .inner div.tab_box .area_list li h3{
  margin: 20px 0 10px;
  font-size: 16px;
  font-weight: bold;
}
#contents .school .inner div.tab_box:nth-of-type(2) .area_list li{
  flex: 0 0 30%;
  margin: 0 20px auto;
}
#contents .school .inner div.active {
    display: block;
}

#contents .entry{
  max-width: 800px;
  width: 90%;
  padding: 60px 0 120px;
  margin: 0 auto;
}
#contents .entry p{
  color: #EB7C2F;
  text-align: center;
  font-size: 24px;
  font-family: initial;
  font-weight: bold;
}

#contents .entry .btn{
  position: relative;
  display: inline-flex;
  width: 100%;
  padding: 10px 20px;
  background: #EB7C2F;
  border: 2px solid #EB7C2F;
  border-radius: 100px;
  color: #fff;
  font-weight: bold;
  text-align: center;
  cursor: pointer;
  font-size: 24px;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#contents .entry .btn i:first-child {
  margin: 0 8px 0 0;
}

#contents .entry .btn .icon-right:last-child {
  position: absolute;
  top: 50%;
  right: 15px;
  margin: -0.5em 0 0;
}

#contents .entry .btn:hover{
  background: #fff;
  color: #EB7C2F;
  text-decoration: none;
  border-color: #EB7C2F;
  opacity: 1;
}
#contents .cinfo_schedule {
  background: #D4E6EE;
  padding: 30px 30px 20px 30px;
  max-width: 1000px;
  width: 100%;
}
#contents .cinfo_schedule h4 {
  margin: 0 0 15px;
  font-size: 2.4rem;
  line-height: 1.4;
}
#contents .cinfo_schedule h4 strong{
  color: #007993;
}
@media screen and (max-width: 720px) {

#.menu {
  position: unset;
  padding: 0 0 20px;
}
.menu ul {
  width: 90%;
  margin: 0 auto;
  padding: 20px 0;
  justify-content: start;
}
.menu ul li{
  font-size: 13px;
  width: 35%;
  margin: 0 0 10px;
  padding: 0 5px;
  justify-content: left;
}
.menu ul li:nth-of-type(3),
.menu ul li:nth-of-type(6){
 width: 30%;
}
.menu .menu_btn {
  position: unset;
  width: 80%;
  margin: 0 auto;
  padding-bottom: 20px;
}
.menu .menu_btn::before {
  display: none;
  }
 .menu .menu_btn p {
    color: #EB7C2F;
    text-align: center;
    font-size: 16px;
    font-family: initial;
    font-weight: bold;
  }
.menu .menu_btn a {
  display: block;
  padding: 5px 30px;
  font-size: 16px;
}
main {
  background: none;
}
#contents .read {
  margin: 0 0 40px;
  padding: 30px 20px;
}
#contents .read p {
  text-align: left;
  font-size: 14px;
}
#contents .bg_blue h2 {
  width: 100%;
  font-size: 18px;
  padding:10px 20px 10px !important;
}
  
#contents .bg_blue h2 span {
  font-size: 12px;
  font-weight: bold;
}
#contents .inner {
  width: 100%;
  margin: 0 auto;
}
#contents .inner > p {
  text-align: left;
  margin: 30px 0;
  font-size: 14px;
  padding: 0 20px;
}
#contents .ex_program h2{
  padding: 0 20px 10px;
  font-size: 24px;
}
#contents .ex_program ul {
  display: block;
  background: url("/school_article_img/article/senka/senka2022/img/ex_program_bg_sp.png") no-repeat;
  padding: 40px 30px 0 30px;
  height: auto;
  background-size: 100%;
}
#contents .ex_program ul li{
  flex: 0 0 100%;
  padding: 0 0 40px;
  position: relative;
  margin-top:10px;
}
#contents .ex_program ul li:nth-of-type(1){
  margin-top:0;
}
#contents .ex_program ul li::after {
  content: "";
  display: inline-block;
  width: 40px;
  height: 20px;
  background: url(/school_article_img/article/senka/senka2022/img/arrow_sp.png) no-repeat;
  position: absolute;
  right: initial;
  top: initial;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  background-size: contain;
  bottom: 0;
}
#contents .ex_program h3 span {
  font-size: 30px;
}
#contents .ex_program h3 {
  font-size: 16px;
}
#contents .ex_program ul > li > p {
  margin: 10px 0 0;
}
#contents .program ul {
  display: block;
  width: 90%;
  margin: 0 auto;
}
#contents .program ul li {
  width: auto;
  margin-bottom: 80px;
}
#contents .program ul li:nth-of-type(2) {
  margin-bottom: 0;
}

#contents .program ul li figure,
#contents .program ul li figure img,
  #contents .program ul li div img{
  width: 100%;
}
#contents .program ul li:nth-of-type(1)::after {
  content: "";
  display: inline-block;
  width: 56px;
  height: 56px;
  background: url(/school_article_img/article/senka/senka2022/img/plus.png) no-repeat;
  position: absolute;
  right: initial;
  top: initial;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  bottom: -13%;
}
#contents .program ul li div h3 {
  font-size: 15px;
  padding-bottom: 10px;
}
#contents .program ul li div p {
  font-size: 14px;
  margin-top: 20px;
}
#contents .program ul li div p span {
  font-size: 16px;
}
#contents .program .support {
  margin: 40px auto;
  padding: 20px;
  display: block;
  width: 90%;
}
#contents .program .support .supportTxt h4 {
  font-size: 18px;
}
#contents .program .support .supportTxt p {
  font-size: 14px;
  margin-bottom: 20px;
}
#contents .program .support .supportImg,
#contents .program .support .supportImg img{
  width: 100%;
  margin: 0;
}
#contents .program .timeTable {
  width: 90%;
  margin: 0 auto;
}
#contents .program .timeTable table {
  text-align: center;
  width: 800px;
}
#contents .level .levelTable{
  margin-top: 30px;
  padding: 0 20px;
}
#contents .level .levelTable p{
  font-size: 13px;
}
#contents .level .levelTable table {
  text-align: left;
}

#contents .level .levelTable table th,
#contents .level .levelTable table td{
  display: block;
}
#contents .level .levelTable table td:nth-of-type(1),
#contents .level .levelTable table th:nth-of-type(1){
  text-align: center;
  width: 100%;
}
#contents .level .levelTable table td:nth-of-type(2) {
  width: 100%;
  font-size: 16px;
}
#contents .level .levelTable table th:nth-of-type(2),
#contents .level .levelTable table td:nth-of-type(3),
#contents .level .levelTable table th:nth-of-type(3){
  width: 100%;
}
#contents .level .levelTable table th.color01{
  background-color: #EAE6DD;
}
#contents .level .levelTable table th.color02{
  background-color: #E0E3EB;
}
#contents .level .levelTable table td img {
  margin-top: 10px;
}
#contents .level .levelTable table td .attainment_target{
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
#contents .level .levelTable table td .attainment_target p{
  width: 100%;
  font-size:14px;
  font-weight: normal;
}
#contents .level .levelTable table td .attainment_target p:nth-of-type(2){
  width: auto;
}
#contents .level .levelTable table td .attainment_target p:nth-of-type(3){
  width: 100%;
}
#contents .level .levelTable table td .score{
  display: flex;
  flex-wrap: wrap;
  margin-top: 15px;
}
#contents .level .levelTable table td .score li {
  width: 70%;
  font-size: 16px;
  font-weight: normal;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 8px 10px;
}
#contents .level .levelTable table td .score li:nth-child(even){
  text-align: right;
  width: 30%;
}
  #contents .level_graph{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#contents .level_graph > ul {
  display: block;
  margin: 30px 0 0;
}
#contents .level_graph > ul li:first-child{
  margin-bottom: 30px;
}
#contents .level_graph .note {
  font-size: 12px;
  text-align: left;
  margin-top: 10px;
}
  
#contents .entry {
  width: 90%;
  padding: 30px 0 60px;
}
#contents .entry p {
  font-size: 16px;
}

#contents .entry .btn {
  padding: 10px 0;
  font-size: 16px;
}
 #contents .school .inner {
  width: 100%;
  margin: 30px auto;
} 
#contents .school .inner ul.tab li {
  font-size: 16px;
}
#contents .school .inner div.tab_box .area_list {
  display: block;
}
#contents .school .inner div.tab_box .area_list li{
  margin: 0 auto 40px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
}
  
#contents .school .inner div.tab_box:nth-of-type(2) .area_list li{
  margin: 0 auto 40px;
  border-bottom: 1px dotted #ccc;
  padding-bottom: 30px;
}
#contents .school .inner div.tab_box .area_list li:last-child{
  border-bottom: none;
}
  
#contents .school .inner div.tab_box .area_list li:last-child{
    margin-bottom:0;
}

#contents .school .inner div.tab_box .area_list li figure,
  #contents .school .inner div.tab_box .area_list li figure img{
  width: 100%;
  }
  
#contents .price .priceArea{
  display: block;
  margin: 30px auto;
  width: 90%;
}
#contents .price .priceArea > p {
  font-size: 18px;
  width: 100%;
}

#contents .price .priceArea > .bg{
  background-color: #D4E6EE;
  font-size: 16px;
  display: block;
  text-align: center;
  margin: 0 0 3% 0;
  width: 100%;
  height: auto;
}
#contents .price .priceArea .note{
  font-size:12px;
  width: 100%;
  margin-top: 20px;
}
#contents .price .priceArea .price_item {
  font-size: 14px;
}
#contents .price .priceArea ul li{
  font-size: 16px;
}
#contents .price .priceArea ul li:nth-child(1) span.price_item::after {
  width:100px;
}
#contents .price .priceArea ul li:nth-child(2) span.price_item::after {
  width: 70px;
}

#contents .price .priceArea ul li:nth-child(3) span.price_item::after {
  width: 10px;
}
#contents .price .priceArea .price_tax {
  font-size: 10px;
}
  #contents .message ul{
  width: 90%;
  margin: 0 auto;
}
#contents .message ul li {
  margin-bottom: 30px;
  padding: 30px;
  display: block;
}
#contents .message ul li figure {
  width: 100%;
  text-align: center;
  margin-bottom: 20px;
}
#contents .message ul li figure img {
  width: 60%;
  max-width: 230px;
}

#contents .message ul li div {
  width: 100%;
}
#contents .message ul li div h3 {
  font-size:22px;
  text-align: center;
}
#contents .message ul li div h3 span {
  font-size: 12px;
  margin-left: 20px;
}
#contents .message ul li div p {
  font-size: 14px;
}
#contents .system{
  margin-bottom: 60px;
}

#contents .system ul{
  width: 90% !important;
  margin:0 auto;
}

#contents .system ul li{
  display: block;
  margin-bottom: 0;
  padding: 40px 0 20px;
}
#contents .system ul li div{
  width: 100%;
}
#contents .system ul li figure{
  width: 100%;
  text-align: center;
}
#contents .system ul li div h3{
  font-size: 20px;
  text-align: center;
}
#contents .system ul li div .blue{
  font-size: 16px;
}
#contents .system ul li div p{
  font-size: 14px;
  margin-bottom: 20px;
}

/*entry_flow .flow*/
#contents .entry_flow .flow{
  counter-reset: li;
  margin:30px 15px;
  padding: 0;
  display: block;
}

#contents .entry_flow .flow li {
  position: relative;
  padding: 15px 10px;
  background: #f2f2f2;
  margin: 1px 0 0;
}
  
#contents .entry_flow .flow >  li::before {
  display: none;
  top: 0;
}
#contents .entry_flow .flow li:first-child div::before,
#contents .entry_flow .flow li:first-child div::after{
  display: none;
}
#contents .entry_flow .flow li div::before{
  top: -15px;
  right: initial;
  border-color: #fff transparent transparent;
  position: absolute;
  left: 50%;
  transform: scale(-1, 1);
}
  #contents .entry_flow .flow li div::after{
  top: -15px;
  right: initial;
  border-color: #fff transparent transparent;
  position: absolute;
  left: 50%;
 transform: translateX(-90%);
}

#contents .entry_flow .flow li:not(:first-child) {
  margin: 1px 0 0;
}
#contents .entry_flow .flow li div:not(:first-child)::before,
#contents .entry_flow .flow li div:not(:first-child)::after {
  position: absolute;
  left: 50%;
  z-index: 1;
  content: "";
  border-style: solid;
  border-width: 14px 14px 0;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#contents .entry_flow .flow li div:not(:first-child)::before {
  top: -1px;
}
#contents .entry_fllow .flow li div:not(:first-child)::before {
  border-color: #fff transparent transparent;
}
#contents .entry_flow .flow li div:not(:first-child)::after {
  border-color: #f2f2f2 transparent transparent;
}
#contents .entry_flow .flow li div:not(:first-child)::after {
  top: -2px;
  border-color: #fff transparent transparent;
}

#contents .entry_flow .flow li div {
  position: none;
  padding: 0;
}

#contents .entry_flow .flow li figure {
  margin: 0 auto;
}

#contents .entry_flow .flow li figure img {
  width: 100%;
  min-height: auto;
}

#contents .entry_flow .flow li .ttl {
  position: relative;
  margin: 10px 0;
  padding: 40px 0 0;
  box-sizing: content-box;
  font-weight: bold;
  text-align: center;
  font-size: 16px;
}

#contents .entry_flow .flow li .ttl::before {
  position: absolute;
  top: 0;
  left: 0;
  display: block;
  height: 30px;
  background: #ee0055;
  color: #fff;
  text-align: center;
  line-height: 30px;
  counter-increment: li;
}

#contents .entry_flow .flow li .ttl::after {
  position: absolute;
  top: 29px;
  left: 10px;
  content: "";
  border-color: #ee0055 transparent transparent;
  border-style: solid;
  border-width: 6px 5px 0;
}


#contents .entry_flow .flow li .ttl::after,
#contents .entry_flow .flow li .ttl::before {
  left: 50%;
  -webkit-transform: translateX(-50%);
          transform: translateX(-50%);
}

#contents .entry_flow .flow li .ttl::before {
  width: 80px;
  content: "STEP " counter(li);
  border-radius: 100px;
}

#contents .entry_flow .flow li:not(:first-child)::after {
    border-color: #f2f2f2 transparent transparent;
}
#contents .entry_flow .flow li:not(:first-child)::before {
  border-color: #fff transparent transparent;
}

#contents .entry_flow .flow li figure {
  width: 130px;
  height: 90px;
}

/*entry_flow .flowここまで*/
#contents .cinfo_schedule {
  background: #D4E6EE;
  padding:20px;
  width: 100%;
}
#contents .cinfo_schedule h4 {
  margin: 0 0 15px;
  font-size: 1.8rem;
  line-height: 1.4;
}
#contents .cinfo_schedule .date {
  background: #fff;
  font-size: 1.4rem;
  padding: 15px 15px;
  margin: 10px 0 0;
  color: #333;
  font-weight: bold;
}
}

