body {
  font-family: "ヒラギノ角ゴ ProN", "Hiragino Kaku Gothic ProN", "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", sans-serif;
  font-size: 16px;
  line-height: 1.8;
  color: #000;
  margin: 0;
  padding: 0;
}

img{
  vertical-align: middle;
  border-style: none;
}

a{
  color: #ffffff;
  text-decoration:none;
}

/** HEADER *****/
header{
  background-color: #198754;
  /* background-color: #5d8a38; */
  color: #ffffff;
}

.headerArea{
  width: 950px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  margin: 0 auto;
  padding: 8px 0;
}

@media screen and (max-width: 950px){ 
  .headerArea{
    width: 96%;
  }
}

.headerName{
  margin: 0 0 0 20px;
}

@media screen and (max-width: 950px){ 
  .headerName{
    margin: 0 0 0 10px;
  }
}


/** MAIN *****/
.bgGreen{
  background-color: #f3fff3;
  margin: 0;
}

.bgGray{
  background-color: #f5f5f5;
  margin: 0;
}


.inner{
  width:950px;
  margin: 0 auto;
  /* border: 1px solid #000; */
  padding: 40px 0;
}

@media screen and (max-width: 950px){
  .inner{
      width:90%;
    }
  }

h1{
  font-family: "游明朝", YuMincho, "ヒラギノ明朝 ProN W3", "Hiragino Mincho ProN", "HG明朝E", "ＭＳ Ｐ明朝", "ＭＳ 明朝",serif;
  font-size: 32px;
  font-weight: bold;
  line-height: 1.2em; 
  color: #083a02;
  border-bottom:dashed 2.0px;
}

@media screen and (max-width: 950px){
  h1{
    font-size: 24px;
  }
}


.titleArea{
  background-image: url(images/headerBg.png);
  background-repeat: no-repeat;
  background-size: cover;
  background-position: left top;
  text-align: center;
  width: 100%;
  box-sizing: border-box;
  padding: 10px;
}

@media screen and (min-width: 950px){  /* 横幅950px以上は縦に伸びない*/
  .titleArea{
    overflow: hidden;
  }
} 

.pageTitle{
  margin: 60px 0 0 0;
}

@media screen and (max-width: 950px){
  .pageTitle{
    margin: 30px 0 0 0;
  }
  }

.titleYear,
.titleName{
  font-size: 2.4em;
  line-height: 1.2;
}

.titleName .red{
  color:#d90000;
}

@media screen and (max-width: 950px){
  .titleYear,
  .titleName{
    font-size: 1.4em;
    line-height: 1.2;
  }
}


.applicationArea{
  background-color: #ffffff;
  width: 850px;
  margin: 50px auto;
  padding: 30px 10px;
  box-shadow: 0 10px 20px rgba(0, 0, 0, 0.30);
  box-sizing: border-box;
  border-top: 6px solid #198754;
  
}

@media screen and (max-width: 950px){
  .applicationArea{
    width: 80%;
    margin: 30px auto;
    padding: 10px 4px;
  }
}

.applicationDeadline{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 2.6em;
  line-height: 2.2;
}

.applicationDeadline .red{
  color:#d90000;
}

@media screen and (max-width: 950px){
  .applicationDeadline{
    font-size: 1.6em;
    line-height: 1.8;
  }
}

.applicationPeriod{
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  font-size: 1.6em;
  line-height: 2.2;
}

@media screen and (max-width: 950px){
  .applicationPeriod{
    font-size: 1.0em;
    line-height: 1.8;
  }
}

.descriptionArea ul{
  margin: 0;
}

.flowBox{
  display: flex;
  /* flex-wrap: wrap; */
  align-items: center;
  /* justify-content: center; */
  width: 700px;
  margin: 0 auto 20px;
  padding: 10px 10px;
  border: 1px solid #7e7e7e;
  border-radius:5px;
  box-sizing: border-box;
}

@media screen and (max-width: 760px){
  .flowBox{
    width: 100%;
  }
}

.flowNum{
  width: 10%;
  margin: 0 30px 0 0;
  text-align: center;
  font-size: 2.2em;
}

@media screen and (max-width: 950px){
  .flowNum{
    font-size: 1.4em;
  }
}

.flowContent{
  width: 90%;
}

.flowItem{
  font-size: 1.2em;
}

.flowDetail{
  font-size: 0.9em;
}

.flowDetail span{
  font-weight: bold;
}

dl,dt,dd{
  margin: 0px;
}

.priceDl {
  display: flex;
  flex-wrap: wrap;
  /* width: 800px; */
  width: 80%;
  border-top: 1px solid #000000;
  border-left: 1px solid #000000;
  margin: 0 auto;
}

@media screen and (max-width: 860px){
  .priceArea{
    display: none;
  }
}

.priceDl dt {
  width: 50%;;
  text-align: center;
  /* font-weight: bold; */
  /* display: flex; */
}

.priceDl dd {
  /* width: calc((100% - 300px)/2); */
  width: 50%;
  text-align: center;
}

.priceDl dt, .priceDl dd {
  border-right: 1px solid #000000;
  border-bottom: 1px solid #000000;
  box-sizing: border-box;
  padding: 15px;
}

@media screen and (min-width: 860.1px){
  .priceMobileArea{
    display: none;
  }
}

.priceMobileDl dt{
  padding: 10px 0 0 20px;
  font-weight: bold;
}

.priceMobileDl dd{
  padding: 0 0 0 40px;
  display: flex;
}

.priceMobileDl dd .en{
  width: 90px;
  text-align: right;
}

.priceNotes{
  display: flex;
  flex-wrap: wrap;
  width: 100%;
  margin: 20px 0 0 0;
}

.priceNotes dt{
  width: 55px;
  text-align: right;
}

.priceNotes dd{
  width: calc(100% - 60px);
}






.courseBtnArea{
  margin: 0 auto;
  box-sizing: border-box;
}

a.courseBtn{
  text-decoration: none;
  display: block;
  margin: 0 auto;
  padding: 10px 20px;
  background-color: #198754;
  /* background-color: #280da2; */
  color:#fff;
  text-align: center;
  font-size: 1.6em;
  border-radius: 10px;
  box-shadow: 5px 5px 5px rgb(224, 226, 255);
}

@media screen and (max-width: 950px){
  a.courseBtn{
    margin : 0 auto;
  }
}

.courseBtn:hover{
  background:#22d380;
  box-shadow:2px 2px 10px rgb(224, 226, 255);
  color:#fff;
  /* transition : 1s; */
 }



/** FOOTER *****/
footer{
  background-color: #5d8a38;
  color: #ffffff;
}
footer ul{
  padding-left:0;
}

footer li{
  list-style:none;
}

.footerArea{
  text-align: center;
}

@media screen and (max-width: 950px){
  .footerArea{
    text-align: left;
  }
}

.footerArea li:nth-child(1),
.footerArea li:nth-child(3),
.footerArea li:nth-child(4){
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
}


@media screen and (max-width: 950px){
  .footerArea li:nth-child(1),
  .footerArea li:nth-child(3),
  .footerArea li:nth-child(4){
    justify-content: flex-start;
  }
}

.footerArea li:nth-child(1){
  font-size: 1.2em;
}

@media screen and (max-width: 950px){
  .footerArea li:nth-child(1){
    font-size: 1.0em;
  }
}

.footerArea li:nth-child(2){
  margin-top: 30px;
}


