@charset "UTF-8";
.application .pc{
  display: block;
}
.application .sp{
  display: none;
}
.application .pc_job {
  display: block;
}

@media screen and (max-width: 1220px){
  .application .pc_job {
    display: none;
  }
}

@media screen and (max-width: 767px){
.application .pc{
  display: none;
}
.application .sp{
  display: block;
}
}

.application dl {
    margin: 0 0 12px 0;
    padding-bottom: 12px;
    border-bottom: #E3E3E3 1px solid;
}

.application{
  padding-top: 12px;
    border-top: #E3E3E3 1px solid;
}
.application dl dt{
    margin-bottom: 5px;
}
.application dl dt span.time{
  line-height: 1;
  margin: 0 12px 12px 0;
  font-size: 13px;
  font-weight: bold;
}
.application dl dt span.bk{
  display: inline-block;
  line-height: 1;
  margin-left: 22px;
  padding: 4px 17px;
  background-color: #FFE23E;
  text-align: center;
  font-size: 14px;
  font-weight: bold;
}
.application dl dt span.bk_last {
  margin-left: 0;
}
.application .program_box{
  margin-bottom: 20px;
}
.application dl dd{
margin:0;
}
.application dl dd.special{
  padding-top: 10px;
}
.application dl dd h3{
  font-size: 18px;
  margin: 10px 0;
}

.application dl dd p{
  font-size: 15px;
  line-height: 1.6;
  font-weight: normal;
  margin-bottom: 10px;
}

.application dl dd.ddImg img{
  width: 60px;
vertical-align: middle;
    display: inline-block;
    margin: 0 20px;
}
.application dl dd span.supple{
  font-size: 14px;
  font-weight: normal;
  color: #000;
}

.application dl .break {
  display: inline-block;
}
.application dl dt.break {
  margin-bottom: 0;
}
.application dl dt.program_add {
  margin-top: 25px;
}
.application dl .speaker_box{
  margin-bottom: 10px;
}
.application dl .speaker_box ul li{
  margin-top: 8px;
  font-size: 14px;
    display: flex;
    align-items: center;
    padding-left: 20px;

}
.application dl .speaker_box ul li:first-child{
  margin-top: 15px;
}

.application dl .speaker_box ul li span.name {
  font-size: 17px;
  font-weight: bold;
}

.application dl .speaker_box ul li img {
  width: 100px;
  height: 100px;
  display: inline-block;
    margin-right: 20px;
}

p.job{
  font-size:15px;
  margin-bottom: 0;
  line-height: 1.5;
}
p.date{
  margin-bottom: 20px;
}
.table_seminar {
    margin-bottom: 0;
}
a.form{
    display: inline-block;
    border: 1px solid #fff;
    padding: 10px 40px;
    border-radius: 30px;
    margin: 0 auto;
    background-color: #fff;
}
a.form:hover{
  border: 1px solid #EB6B00;
  opacity: 1;
  }
.center{
  text-align: center;
}
.sanka{
    background-color: #FFE23E;
    padding: 1px 20px 30px;
    margin-top: 90px;
    text-align: center;
}
.orange{
  color: #EB6B00;
}

@media screen and (max-width: 767px){


.application dl .speaker_box ul li {
    padding-left: 0;
}
p.job{
  font-size:14px;
}
}


/* 2021年度 経営基礎コース 追記 */
.management .sub_title {
  font-size: 22px;
  font-weight: bold;
}

.management .table_seminar ol {
  margin-left: 25px;
  list-style: decimal;
}

.management .capacity {
  margin: 0;
  padding-top: 10px;
}

.program_box ul li .second_line {
  display: inline-block;
  margin-left: 15px;
  font-size: 15px;
  font-weight: normal;
}

@media screen and (max-width: 1220px) {
  .program_box ul li .second_line {
    display: inline;
    margin-left: 0;
  }
}


/* 開催レポート */

.report .course {
  margin-bottom: 30px;
}

.report .btn_course a {
  display: inline-block;
  color: #EB6901;
  font-size: 16px;
}

.report_moderator {
  padding-top: 60px;
}

.report_box {
  padding-top: 60px;
}

.report_box h4 {
  margin-bottom: 30px;
  border-bottom: #E3E3E3 solid 1px;
  font-size: 1.8rem;
}

.report_box li {
  /* margin: 0 0 15px 23px; */
  margin: 0 0 25px 23px;
  list-style-type: disc;
  font-size: 1.5rem;
}

.report_box ul.impression_box {
  padding: 0;
  border: none;
}

.report_img_box img {
  width: 100%;
  height: auto;
}

.report_img_box {
  padding-top: 60px;
}

.report_img_box ul {
  display: flex;
  justify-content: space-around;
}

.report_img_box ul li {
  width: 40%;
}

.report_img_box_another img {
  width: 100%;
  height: auto;
}

.report_img_box_another {
  padding-top: 60px;
}

.report_img_box_another ul {
  display: flex;
  justify-content: space-around;
}

.report_img_box_another ul li {
  width: 31%;
}

.report_box .flex_box {
  display: flex;
  justify-content: space-between;
}

.flex_box .report_text {
  width: 65%;
  margin-right: 3%;
}

.flex_box .report_img img {
  width: 100%;
  height:auto;
}

.flex_box .report_img {
  width: 35%;
}

@media screen and (max-width: 767px){
  .report .course {
    margin-bottom: 15px;
  }
  .report_moderator {
    padding-top: 30px;
  }
  .report_box {
    padding-top: 30px;
  }
  .report_box li {
    font-size: 15px;
  }
  .report_img_box {
    padding-top: 30px;
  }
  .report_img_box ul {
    display: block;
  }
  .report_img_box ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .report_img_box_another {
    padding-top: 30px;
  }
  .report_img_box_another ul {
    display: block;
  }
  .report_img_box_another ul li {
    width: 100%;
    margin-bottom: 10px;
  }
  .report_box .flex_box {
    display: block;
  }
  .flex_box .report_text {
    width: 100%;
    margin-right: 0;
  }
  .flex_box .report_img {
    width: 100%;
  }
}

