@charset "UTF-8";
/*日本語*/
@import url("https://fonts.googleapis.com/css?family=Noto+Sans+JP:500|Noto+Serif+JP:500&subset=japanese");
/*@import url('https://fonts.googleapis.com/css?family=Noto+Sans+JP:300,400,500,700,900&subset=japanese');
@import url('https://fonts.googleapis.com/css?family=Teko:400,500,700');
@import url('https://fonts.googleapis.com/css?family=Quicksand:300,400,500,700');*/
/*---------------------------------------------------------------------------*/
.mt30{
    margin-top:30px;
}

.mt50{
    margin-top:50px;
}
.mt70{
    margin-top:50px;
}
.copy{
    font-size:20px;
    text-align: center;
    font-weight: bold;
    padding-bottom:50px;
    border-bottom:2px solid #dddddd;
    letter-spacing: 1px;
}

.shortwaku{
padding:0px 100px;
text-align: left;}


.contentsmain{
    width:1000px;
    margin:0px auto;
}

.main_area{
    padding: 55px 0 30px;
}

.course_subhead {
  width: calc(100% - 40px);
  margin: 0 auto 0 0;
  margin-top: 45px;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  background: #00b2ee;
  height: 80px;
  padding-top: 12px;
  padding-left: 40px;
  position: relative;
  font-size: 40px;
  color: #fff;
  text-align: center;
  font-family: 'Noto Serif JP', serif;
  font-weight: 500;
  letter-spacing: 0.05em; }

.course_subhead:before {
  content: "";
  display: block;
  position: absolute;
  left: calc(100% - 19px);
  top: -18px;
  border: 30px solid transparent;
  border-right: 30px solid #00b2ee;
  width: 0;
  height: 0;
  -webkit-transform: rotate(-45deg);
  -ms-transform: rotate(-45deg);
  transform: rotate(-45deg);
  -webkit-transform-origin: bottom right;
  -ms-transform-origin: bottom right;
  transform-origin: bottom right; }

.course_subhead:after {
  content: "";
  display: block;
  position: absolute;
  left: 100%;
  top: 40px;
  width: 40px;
  height: 40px;
  background: #00b2ee; }

.boxbar{
    border-left:2px solid #00b2ee;
    border-right:2px solid #00b2ee;
    border-bottom:2px solid #00b2ee;
    padding:30px;
}

.y_bk{
    background:#fffbe2;
    padding:30px;
}

.orange_title{
    border:1px solid #ff8d12;
    border-radius: 100px;
    text-align: center;
    font-size:26px;
    color:#ff8d12;
    padding:6px 0;
    background: #fff;
    font-weight: 500;
	font-family:'Noto Sans JP', sans-serif;
	line-height: 1.1;
}

.green_title{
    border:1px solid #46aa15;
    border-radius: 100px;
    text-align: center;
    font-size:26px;
    color:#46aa15;
    padding:6px 0;
    background: #fff;
    font-weight: 500;
	font-family:'Noto Sans JP', sans-serif;
	line-height: 1.1;
}

ul.half{
    overflow: hidden;
}

ul.half li.left{
float:left;
width: 300px;
padding: 3%;
}

ul.half li.right{
float:left;
width: 500px;
padding: 3% 0;
}

ul.half2{
    overflow: hidden;
    display: flex;
    flex-wrap: wrap;

    margin-top:16px;
}

ul.half2 li:first-child{
float:left;
width: 400px;
}
ul.half2 li:last-child{
float:left;
    margin-left:16px;
width: 400px;
}

.orange_title2{
    font-size:25px;
    font-weight: bold;
    text-align: center;
    color:#ff8d12;
    margin-bottom:20px;
    margin-top:20px;
    font-weight: 500;
	font-family:'Noto Sans JP', sans-serif;
}
.orange_title2 span{
    display: block;
    width:140px;
    background: #ff8d12;
    color:#fff;
    font-size:16px;
    font-weight: normal;
    margin:10px auto;
    font-weight: 500;
	font-family:'Noto Sans JP', sans-serif;
	padding: 1px 2em 3px;
}

.green_title2{
    font-size:25px;
    text-align: center;
    color:#46aa15;
    margin-bottom:20px;
    margin-top:20px;
    font-weight: 500;
	font-family:'Noto Sans JP', sans-serif;
}
.green_title2 span{
    display: block;
    width:140px;
    background: #46aa15;
    color:#fff;
    font-size:16px;
    font-weight:normal;
    margin:10px auto;
    font-weight: 500;
	font-family:'Noto Sans JP', sans-serif;
	padding: 1px 2em 3px;

}
a.btn{
    background:url(../images/index/arrow_s.png) no-repeat right 10px center #00b2ee;
    background-size:5px;
    width:250px;
    color:#fff;
    display: block;
    margin:0px auto;
    font-size:15px;
    text-align: center;
    padding:15px;
    text-decoration: none;
}
p{
    font-size:16px;
    line-height: 1.8em;
    color:#313131;
}

ul.footer_box{
    overflow:hidden;
    width:810px;
    margin:0px auto;
}


ul.footer_box li{
    width:150px;
    margin-right:10px;
    float:left;
    background: #95c818;
}
ul.footer_box li a{
    border:2px solid #95c818;
    display: block;
    padding:20px 0px 0px;
    text-align: center;
    font-size:18px;
    background:#fff;
}
ul.footer_box li h4 span{
    font-size:14px;
    display: block;
}
ul.footer_box li h4 div{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    -webkit- transform: translateY(-50%);
    width:100%;

}

ul.footer_box li h4{
background: url(../images/arrow.png) no-repeat right 10px center #95c818;
    background-size: 7px;
    color: #fff;
    padding: 30px 0px;
    position: relative;
    text-align: center;
    line-height: 1.2em;
    margin-top:20px;
}

.graybk2 {
    background: #f7f7f7;
    padding: 0px 0px;
    margin: 40px 0px 40px;
}

ul.footer_box li:nth-child(2) a{
    border:2px solid #f5ab00;
    background:#fff;
}
ul.footer_box li:nth-child(2){
    background:#f5ab00;
}

ul.footer_box li:nth-child(2) h4{
background: url(../images/arrow.png) no-repeat right 10px center #f5ab00;
    background-size: 7px;
}
ul.footer_box li:nth-child(3) a{
    border:2px solid #4786c9;
    background:#fff;
}
ul.footer_box li:nth-child(3){
    background: #4786c9;
}
ul.footer_box li:nth-child(3) h4{
background: url(../images/arrow.png) no-repeat right 10px center #4786c9;
    background-size: 7px;
}
ul.footer_box li:nth-child(4) a{
    border:2px solid #ef8453;
    background:#fff;
}
ul.footer_box li:nth-child(4){
    background: #ef8453;
}
ul.footer_box li:nth-child(4) h4{
background: url(../images/arrow.png) no-repeat right 10px center #ef8453;
    background-size: 7px;
}
ul.footer_box li:nth-child(5) a{
    border:2px solid #1db8c1;
    background:#fff;
}
ul.footer_box li:nth-child(5){
    background: #1db8c1;
}
ul.footer_box li:nth-child(5) h4{
background: url(../images/arrow.png) no-repeat right 10px center #1db8c1;
    background-size: 7px;
}

.section_01 {
    background: url(../../common/base/images/bg_01.png) left top repeat;
    padding: 70px 0 70px;
}
.or_title{
    background: #f6aa00;
    font-size:30px;
    font-weight: bold;
    text-align: center;
    padding:30px;
    color:#fff;
    margin:100px 0px 0px;
}

.gr_title{
    background: #95c818;
    font-size:30px;
    font-weight: bold;
    text-align: center;
    padding:30px;
    color:#fff;
    margin:100px 0px 0px;
}
.program_area_01{
    padding:0px;
}

#gakunen {
    margin-top: -80px;
    padding-top: 20px;
}

.donyutxt{
    overflow: hidden;
}

.img_left{
    float:left;
    margin-right:50px;
}

.blue{
    color:#01b0ec;
    font-size:22px;
    font-weight: bold;
    padding-bottom:10px;
}

.blue2{
  color:#01b0ec;
    font-size:24px;
    text-align: center;
    font-weight: bold;
    padding-bottom:10px;
}

.leveltable{
    width:100%;
    margin-top:30px;
}
.leveltable th,.leveltable td{
    padding:8px;
    border-right:1px solid #fff;
}

.leveltable tr.click{
    cursor:pointer;
}

.leveltable tr.click:hover{
    opacity:0.7;
}

.orangetable th{
    color:#fff;
    text-align: center;
    background: #f6aa00;
    font-size:14px;
}

.greentable th{
    color:#fff;
    text-align: center;
    background: #95c818;
    font-size:14px;
}
ul.txt_list li {
    line-height: 1.8em;
    margin: 0 0 0 1em;
    text-indent: -1em;
}

.leveltable td{
    text-align: left;
    background: #f5f5f5;
    font-size:14px;
    border-bottom:4px solid #fff;
    overflow: hidden;
    padding:10px 15px;
}

td.midasi{
    font-size:20px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    width:170px;
    letter-spacing: 1px;
}

td.midasi span{
    font-size:15px;
}

td.midasi2{
    font-size:22px;
    font-weight: bold;
    text-align: center;
    line-height: 1.2em;
    width:170px;
    letter-spacing: 1px;
}

td.midasi2 span{
    font-size:14px;
}

td.or1{
    background:#fdeecc;
}

td.or2{
    background: #fbdd99;
}

td.or3{
    background: #facc66;
}

td.gr1{
    background: #eaf4d1;
}

td.gr2{
    background: #d5e9a3;
}

.caution3{
    font-size:13px;
    margin-top:10px;
}

.leveltable td .circle{
    width: 110px;
    height: 110px;
    border-radius: 110px;
    font-size:16px;
    font-weight: bold;
    text-align: center;
    background: #f2e86a;
    position: relative;
    float:left;
    letter-spacing: 0px;
    margin-top: 3px;
    margin-left: 7px;
}

.leveltable td .circle div{
    padding-top: 20px;
}
.leveltable td .row2 div{
    padding-top: 32px;
}

td.level{
    width:155px;
}
td.level a{
    float:right;
    margin-right:-10px;
}
