.content01 .text01 {
  padding-top: 32px;
}

@media screen and (max-width: 767px) {
  .content01 .text01 {
    padding-top: 24px;
  }
}

.studiesArea01 {
  margin-top: 16px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -webkit-box-pack: justify;
  -ms-flex-pack: justify;
  justify-content: space-between;
}

@media screen and (max-width: 767px) {
  .studiesArea01 {
    display: block;
  }
}

.studiesArea01 h4 {
  color: #113a78;
  font-weight: bold;
  padding: 8px 0;
}

.studiesArea01 li ul a {
  text-decoration: underline;
}

.studiesArea01 .study01 {
  width: 49%;
  padding: 15px;
  background: #f8f6ed;
}

@media screen and (max-width: 767px) {
  .studiesArea01 .study01 {
    width: 100%;
  }
}

@media screen and (max-width: 767px) {
  .studiesArea01 .study01:first-child {
    margin-bottom: 16px;
  }
}

.content02 {
  padding-top: 60px;
}

@media screen and (max-width: 767px) {
  .content02 {
    padding-top: 50px;
  }
}

.content02 .pic01 {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .content02 .pic01 {
    width: 100%;
  }
}

.content02 .textBox01 {
  width: 48%;
}

@media screen and (max-width: 767px) {
  .content02 .textBox01 {
    width: 100%;
    padding-top: 16px;
  }
}

.content02 .textBox01 ul {
  padding: 8px 0;
}


/*--------2020/08’Ç‰Á--------*/

.ko_title{
	color:#113a78;
	width:100%;
	border-bottom: dashed 1px #113a78;
	font-weight:bold;
	font-size:18px;
}
.course_text{
	margin-top:20px;
}

.course {
	max-width:1000px;
	width:100%;
	text-align:center;
	margin:30px auto 30px;
}
.course li{
	width:30%;
	display: inline-block;
	border:solid 1px #113a78 !important;
	margin:0.8%;
}
.course li img{
	width:100%;
}

@media screen and (max-width: 767px) {
.course li{
	width:48%;
	margin:0.5%;
}
.ko_title{
	font-size:16px;
}
}

.co_tit{
	padding:20px 0;
	max-width:780px;
	width:100%;
}

.co_example {
	max-width:1000px;
	width:100%;
	text-align:center;
	margin:0 auto;
}
.co_example li{
	width:24%;
	display: inline-block;
	border-left:solid 1px #113a78 !important;
	padding:0.6%;
}
.co_example li:nth-child(4) { 
	border-right:solid 1px #113a78 !important;
}

.co_example li img{
	width:100%;
}

@media screen and (max-width: 767px) {
.co_example li{
	width:48%;
	padding:0.5%;
	border:none !important;
	margin-bottom:10px;
}
.co_example li:nth-child(2) { 
	border-left:solid 1px #113a78 !important;
}
.co_example li:nth-child(4) { 
	border-right:none !important;
	border-left:solid 1px #113a78 !important;
}
}




