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

英語キャリア育成コース

-------------------------------------------------*/
html {
    scroll-behavior: smooth;
}
#eng_career main,
#eng_career .menu,
#eng_career #contents{
  font-family: 游明朝,"Yu Mincho",YuMincho,"Hiragino Mincho ProN",HGS明朝E,メイリオ,Meiryo,serif;
  letter-spacing: -0.05em;
  font-weight: 500;
}
main {
  text-align: center;
  background: linear-gradient(90deg, #A5D6F4 0%, #A5D6F4 50%, #CDE8F9 50%, #CDE8F9 100%);
}
main h1 img{
  width: 100%;
}

.menu{
  background-color: #EEF0F4;
  position: relative;
}

.menu ul{
  display: flex;
  flex-wrap: wrap;
  width: 1280px;
  margin: 0 auto;
  padding: 10px 0;
  letter-spacing: -0.1rem;
  justify-content: space-between;
}

.menu ul li{
  width: auto;
  font-size: 1.7rem;
  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: 0.8rem;
  margin-right:5px;
  vertical-align: middle;
}

.menu .menu_btn {
  position: relative;
  /*right: 5%;
  top: 17px;
*/
}
/*.menu .menu_btn::before{
  content: "＼ 間もなく受付終了！／";
  position: absolute;
  color: #EB7C2F;
  text-align: center;
  font-size: 1.6rem;
  font-family: initial;
  font-weight: bold;
  text-shadow: 1px 1px 0 #fff,-1px 1px 0 #fff,1px -1px 0 #fff,-1px -1px 0 #fff;
  top: -10px;
  left: 50%;
  transform: translateY(-50%) translateX(-50%);
  width: 100%;
}*/
.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: 1.6rem;
  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 h2 {
  text-align: center;
  font-size: 3rem;
  font-weight: bold;
  margin-bottom: 20px;
}
#contents .read p{
  text-align: center;
  font-size: 1.8rem;
  line-height: 1.6;
}

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

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

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

#contents .ex_program h3{
  font-size: 2rem;
  font-weight: bold;
}
#contents .ex_program h3 span{
  font-size: 4.4rem;
  font-weight: 500;
}

#contents .ex_program ul{
  display: flex;
  flex-wrap: wrap;
  background: url("../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(../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: 1.4rem;
  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(2){
  width: 60px;
  background: none;
  display: grid;
  place-items: center;
  }
#contents .program ul li:nth-of-type(3){
  background-color: #D4E6EE;
}
#contents .program ul li div{
  padding: 20px;
  text-align: center;
}
#contents .program ul li div h3{
  text-align: center;
  font-size: 2rem;
  font-weight: bold;
  border-bottom: 2px solid #007993;
}

#contents .program ul li div img{
  margin:20px 0 0;
}
#contents .program ul li div p {
  text-align: left;
  font-size: 1.6rem;
}
#contents .program ul li div p span{
  color: #007993;
  font-weight: bold;
  font-size: 1.8rem;
}
#contents .grad-trigger {
  display: none;
}

#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: 3.2rem;
}
#contents .program .support .supportTxt p{
  font-size: 1.8rem;
}
#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: 1.6rem;
  font-weight: bold;
}
#contents .program .timeTable .note{
  font-size: 1.2rem;
  font-weight: 500;
}
#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 .subtitle{
  font-weight: bold;
  margin: 40px 0 0;
  font-size: 2.4rem;
}

#contents .level .levelTable{
  letter-spacing: 0;
  margin-top: 30px;
}
#contents .level .levelTable p{
  font-size: 1.4rem;
}
#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: 20px;
  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:1.8rem;
  font-weight: bold;
  width: 47%;
}
#contents .level .levelTable table th:nth-of-type(2){
  background-color: #EAE6DD;
  font-size:1.4rem;
  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: 55%;
  font-size:1.4rem;
  font-weight: 500;
}
#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: 65%;
  font-size: 1.6rem;
  font-weight: 500;
  background-color: #fff;
  margin-bottom: 15px;
  padding: 8px 0 8px  8px ;
}
#contents .level .levelTable table td .score li:nth-child(even){
  text-align: right;
  width: 35%;
  padding: 8px 8px 8px 0;
}
#contents .level_graph h3{
  font-weight: bold;
  margin: -20px 0 020px;
  font-size: 2.4rem;
  font-family: initial;
}
#contents .level_graph > ul {
  display: flex;
  flex-wrap: wrap;
  margin: 0 0 40px;
}
#contents .level_graph > ul li:nth-of-type(1){
  width: 40%;
  padding: 5px 25px 10px 0;
}
#contents .level_graph > ul li:nth-of-type(2){
 width: 60%;
}
#contents .level_graph > ul li:nth-of-type(2) p{
 margin-bottom:30px;
}
#school_detail_cinfo_index #contents .level_graph > ul li:nth-of-type(2) p{
 margin-bottom:30px;
  line-height: 1.6;
}
#contents .level_graph > ul li:nth-of-type(2) p span{
 display: block;
  text-align: right;
  font-size:1.1rem;
}

#contents .level_graph > ul li:nth-of-type(3){
 width:100%;
}

#contents .level_graph > ul li img{
 width: 100%;
}
#contents .level .levelTable p.note,
#contents .level_graph .note {
  display: table;
  font-size: 1.2rem;
  font-weight: bold;
}
#contents .level_graph .entry{
  padding: 20px 0 0;
  display: block;
}

#contents .message{
  margin-bottom: 120px;
}
#contents .message h2{
  letter-spacing: -0.5rem;
}
#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: 2.6rem;
  font-weight: bold;
  margin-bottom: 10px;
}
#contents .message ul li div h3 span{
  font-size: 1.4rem;
  margin-left: 20px;
}
#contents .message ul li div p {
  font-size: 1.6rem;
}
#contents .system{
  margin-bottom: 120px;
}
#contents .system ul{
  margin-top: 40px;
}
#contents .system ul li{
  margin-bottom: 60px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}
#contents .system ul li:last-child{
  margin-bottom: 0;
}

#contents .system ul li div{
  width: 65%;
}
#contents .system ul li figure{
  width: auto;
}
#contents .system ul li div h3{
  font-size: 2.8rem;
  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: 2.4rem;
  text-align: center;
  margin-bottom: 15px;
  padding: 2px 0;
}
#contents .system ul li div p{
  font-size: 1.6rem;
}

/*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: 2rem;
  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: 1.4rem;
  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: 3.2rem;
}

#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 120px;
}
#contents .price .priceArea > p{
  font-size:3rem;
  width: 80%;
}

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

#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: 3rem;
}
#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;
}
#contents .school .inner {
  max-width: 1200px;
  width: 100%;
  margin: 60px auto 0;
}

#contents .school{
  margin: 0 0 120px;
}
#contents .school .area{
  padding: 5px 0 5px 20px;
  font-size: 2rem;
  font-weight: bold;
  background-color: #D4E6EE;
}
#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: 1.8rem;
  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%;
  margin-bottom: 50px;
   /* 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 29%;
  margin: 0 20px auto;
}
#contents .school .inner div.tab_box .area_list li h3{
  margin: 20px 0 10px;
  font-size: 2rem;
  font-weight: bold;
}
#contents .school .inner div.tab_box:nth-of-type(2) .area_list li{
  flex: 0 0 29%;
  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 .school .inner div.tab_box .area_list .entry{
  width: 100%;
  padding: 20px 0 0;
}

#contents .entry p{
  color: #EB7C2F;
  text-align: center;
  font-size: 2.4rem;
  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: 2.4rem;
  -webkit-box-align: center;
  align-items: center;
  -webkit-box-pack: center;
  justify-content: center;
}
#contents .school .inner div.tab_box .area_list .entry .btn{
  font-size: 1.4rem;
  padding: 5px 0;
  line-height: 1.2;
}
#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;
  font-size: 1.6rem;
}
#contents .school .inner div.tab_box .area_list .entry .btn .icon-right:last-child {
  right: 10px;
  font-size: 1.2rem;
}

#contents .entry .btn:hover{
  background: #fff;
  color: #EB7C2F;
  text-decoration: none;
  border-color: #EB7C2F;
  opacity: 1;
}


@media screen and (max-width: 720px) {
#wrap {
  padding:49px 0 0 !important;
}
.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: 1.3rem;
  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::before {
  display: none;
  }
/*
.menu ul li:nth-of-type(3),
.menu ul li:nth-of-type(6){
 border:none;
}
*/
.menu .menu_btn {
  position: unset;
  width: 80%;
  margin: 0 auto;
}
.menu .menu_btn p{
  color: #EB7C2F;
  text-align: center;
  font-size: 1.6rem;
  font-family: initial;
  font-weight: bold;
}
.menu .menu_btn a {
  display: block;
  padding: 5px 30px;
  font-size: 1.6rem;
}
main {
  background: none;
}
#contents .read {
  margin: 0;
  padding: 30px 20px;
}
#contents .read h2 {
  font-size: 2rem;
}

#contents .read p {
  text-align: left;
  font-size: 1.4rem;
}
#contents .bg_blue h2 {
  width: 100%;
  font-size: 1.8rem;
  padding:10px 20px 10px;
}
  
#contents .bg_blue h2 span {
  font-size: 1.2rem;
  font-weight: bold;
}
#contents .inner {
  width: 100%;
  margin: 0 auto;
}
#contents .inner > p {
  text-align: left;
  margin: 30px 0;
  font-size: 1.4rem;
  padding: 0 20px;
}
#contents .ex_program {
  padding: 0 0 60px;
}
#contents .ex_program h2{
  padding: 0 20px 10px;
  font-size: 2.4rem;
}
#contents .ex_program ul {
  display: block;
  background: url("../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(../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: 3rem;
}
#contents .ex_program h3 {
  font-size: 1.6rem;
}
#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: 20px;
}
#contents .program ul li:nth-of-type(2) {
  text-align: center;
  width: 100%;
}
#contents .program ul li:nth-of-type(3) {
  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 div h3 {
  font-size: 1.5rem;
  padding-bottom: 10px;
}
#contents .program ul li div p {
  font-size: 1.4rem;
  margin-top: 20px;
}
#contents .program ul li div p span {
  font-size: 1.6rem;
}
#contents .open_contents{
    position: relative;
    overflow: hidden;
    height: 0;
}
#contents .grad-btn{
    position: absolute;
    width: 100%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 1;
    background-size: cover;
    bottom: 0;
  }
#contents .grad-btn::before{
    position: absolute;
    display: inline-block;
    background: url(/senka/img/more.png) no-repeat bottom;
    content: "";
    cursor: pointer;
    width: 100%;
    bottom: 0;
    left: 50%;
    -webkit-transform: translate(-50%, -50%);
    z-index: 1;
    height: 41px;
    background-size: 40%;
  }
#contents .grad-trigger {
  display: none;
}
/*.#contents .program ul li .grad-trigger:checked + .grad-btn {
  display: none; チェックされていたら、grad-btnを非表示にする
}*/
#contents .grad-trigger:checked ~ .grad-btn::before {
  content: "";
  background: url(/senka/img/close.png) no-repeat bottom;
  background-size: 40%;
}

#contents .grad-trigger:checked ~  .open_contents {
  height: auto; 
  padding: 0;
  margin-bottom: 50px;
}
#contents .grad-trigger:checked ~  .open_contents::before {
  display: none; 
}

#contents .program .support {
  margin: 40px auto;
  padding: 20px;
  display: block;
  width: 90%;
}
#contents .program .support .supportTxt h4 {
  font-size: 1.8rem;
}
#contents .program .support .supportTxt p {
  font-size: 1.4rem;
  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 .subtitle {
  margin: 20px 0 0;
  font-size: 1.6rem;
}
#contents .level .levelTable{
  margin-top: 30px;
  padding: 0 20px;
}
#contents .level .levelTable p{
  font-size: 1.3rem;
}
#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: 1.6rem;
}
#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:1.4rem;
  font-weight: 500;
}
#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: 1.6rem;
  font-weight: 500;
  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 .level_sp{
  margin-bottom: 10px;
}
#contents .level .level_sp h3{
  background:#D4E6EE;
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #FFF;
  padding: 5px 0;
}
#contents .level .level_sp .level_blue{
  position: relative;
  background:#D4E6EE;
  text-align: center;
  padding: 20px 0 0;
  border-bottom: 2px solid #FFF;
  line-height: 1.4;
  margin-bottom: 40px;
}
#contents .level .level_sp .level_blue:nth-of-type(2){
  margin-bottom: 10px;
}

#contents .level .level_sp .level_blue img{
  margin-bottom: 40px;
} 
#contents .level .level_sp .level_blue .open_contents{
  background-color: #EAE6DD;
  margin-bottom: 0;
}
#contents .level .level_sp .level_blue .open_contents p{
  font-size: 1.6rem;
  font-weight: bold;
  text-align: left;
  padding: 10px;
}
#contents .level .level_sp .level_blue .open_contents .attainment_target p{
    font-size: 1.4rem;
    padding: 0 10px;
  }
#contents .level .level_sp .level_blue .open_contents h4{
  text-align: center;
  font-weight: bold;
  border-bottom: 2px solid #FFF;
  padding: 5px 0;
  border-top: 2px solid #FFF;
}
#contents .level .level_sp .level_blue .open_contents h4.color02{
    background-color: #E0E3EB;
  }
#contents .level .level_sp .level_blue .open_contents .score{
  background-color: #E0E3EB;
  text-align: left;
  font-size: 1.2rem;
  padding: 10px 10px 50px 10px;
  display: flex;
  flex-wrap: wrap;
}
  #contents .level .level_sp .level_blue .open_contents .score ul{
    display: flex;
    flex-wrap: wrap;
    margin-top: 15px;
  }
  #contents .level .level_sp .level_blue .open_contents .score ul li {
    width: 70%;
    font-size: 1.6rem;
    font-weight: 500;
    background-color: #fff;
    margin-bottom: 15px;
    padding: 8px 10px;
  }
  #contents .level .level_sp .level_blue .open_contents .score ul li:nth-child(2n) {
    text-align: right;
    width: 30%;
  }

#contents .level .level_sp .level_blue .grad-btn {
    bottom: -10px;
  }

  #contents .level_graph{
  width: 90%;
  margin: 0 auto;
  text-align: center;
}
#contents .level_graph h3{
  font-size: 1.7rem;
  text-align: left;
}
#contents .level_graph > ul {
  display: block;
  margin: 30px 0 0;
}
#contents .level_graph > ul li:nth-of-type(1){
 width: 100%;
 padding: 0 0 20px 0;
}
#contents .level_graph > ul li:nth-of-type(2){
 width: 100%;
}
#contents .level_graph > ul li:nth-of-type(2) p {
  margin-bottom: 30px;
  text-align: left;
}
#contents .level_graph > ul li:nth-of-type(2) p span {
  text-align: left;
}

#contents .level_graph .note {
  font-size: 1.2rem;
  text-align: left;
  margin: 10px 0 40px 0;
}
#contents .message{
  margin-bottom: 60px;
}

#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: 2.2rem;
  text-align: center;
}
#contents .message ul li div h3 span {
  font-size: 1.2rem;
  margin-left: 20px;
}
#contents .message ul li div p {
  font-size: 1.4rem;
}
#contents .system{
  margin-bottom: 60px;
  padding: 60px 0 0 !important;
}

#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: 2rem;
  text-align: center;
}
#contents .system ul li div .blue{
  font-size: 1.6rem;
}
#contents .system ul li div p{
  font-size: 1.4rem;
  margin-bottom: 20px;
}

#contents .entry {
  width: 90%;
  padding: 30px 0 60px;
}
#contents .entry p {
  font-size: 1.6rem;
}
#contents .entry .btn {
  padding: 10px 0;
  font-size: 1.6rem;
  line-height: 1.2;
}
#contents .school {
  margin: 0 0 30px;
}
 #contents .school .inner {
  width: 100%;
  margin: 30px auto 0;
} 
#contents .school .area {
  font-size: 1.6rem;
}
#contents .school .inner ul.tab li {
  font-size: 1.6rem;
}
#contents .school .inner div.tab_box {
  margin-bottom: 30px;
}
#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 60px;
  width: 90%;
}
#contents .price .priceArea > p {
  font-size: 1.8rem;
  width: 100%;
}

#contents .price .priceArea > .bg{
  background-color: #D4E6EE;
  font-size: 1.6rem;
  display: block;
  text-align: center;
  margin: 0 0 3% 0;
  width: 100%;
  height: auto;
}
#contents .price .priceArea .note{
  font-size:1.2rem;
  width: 100%;
  margin-top: 20px;
}
#contents .price .priceArea .price_item {
  font-size: 1.4rem;
}
#contents .price .priceArea ul li{
  font-size: 1.6rem;
}
#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: 1rem;
}

/*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: 1.6rem;
}

#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ここまで*/

}

