html {
  font-size: 16px;
}
body {
  width: 100vw;
  margin: 0;
  padding: 0;
  line-height: 1.2;
  color: #595757;
  word-break: break-word;
  -webkit-text-size-adjust: 100%;
  -ms-text-size-adjust: 100%;
  font-family: 'M PLUS Rounded 1c', sans-serif;
}
h1, h2, h3, h4, h5, p, ul, ol, li, dl, dt, dd, th, article {
  margin: 0;
  padding: 0;
  font-size: 100%;
  font-weight: normal;
}
img {
  border: none;
  vertical-align: top;
  max-width: 100%;
  height: auto;
}
a {
  color: inherit;
  text-decoration: none;
}
main {
  display: block;
}


.header_title {
  font-size: 40px;
  font-weight: 500;
  line-height: 1;
  width: 100%;
  color: white;
  background-color: #F8B954;
  border-radius: 25px;
  padding: 15px;
  text-align: center;
}
.header_title span{
  font-size: 1.3em;
}
.title_text{
  color: #08314B;
  font-size: 1.3em;
  text-align: center;
  font-weight: 600;
  margin-top: 20px ;
}
.main {
  margin-top: 70px;
  background: white;
}
.application{
  display: flex;
}
.section {
  margin-left: 10px;
  margin-right: 10px;
}
.section+.section {
  margin-top: 30px;
}

.section-style1 .section_inner {
  box-sizing: border-box;
  padding: 30px 50px;
  margin: auto;
  width: 100%;
  max-width: 1080px;
  background-color: #DAE8AE;
  border-radius: 30px;
}

.list>li {
  margin-left: 1em;
  text-indent: -1em;
}

.button {
  display: block;
  margin-top: 30px;
  padding: 20px;
  background: #20a737;
  border-radius: 100px;
  text-align: center;
  font-size: 1.2rem;
  font-weight: bold;
  color: #fff;
  transition: 0.5s;
}

.button:hover {
  opacity: 0.8;
}

#notice {
  width: 768px;
  margin: 0 auto 20px;
  border: 4px solid #FF5A5A;
  border-radius: 20px;
  padding: 10px 20px;
  box-sizing: border-box;
}

#notice p {
  margin: 10px 0;
  color: #F00;
  font-weight: bold;
  line-height: 1.8;
}

.main_catch {
  padding: 30px 0;
}
.catch_title{
  margin: 0 auto;
  width: 80%;
}
.catch_title p{
  color: white;
  font-size: 1.5em;
  letter-spacing: 4px;
  text-align: center;
  font-weight: bold;
  background-color: #08314B;
  border: 4px solid #1A1919 ;
  border-radius: 30px;
  margin: 15px 0;
  padding: 10px 30px;
}
.catch_title h2{
  font-size: 4em;
  text-align: center;
  letter-spacing: 2px;
  font-weight: bolder;
  line-height: 1.3;
  color: #1A1919;
}
.center_img{
  width: 50%;
  margin: auto;
  position: relative;
}
.catch_img {
  width: 100%;
}
.star{
  width: 130px;
  position: absolute;
  bottom: -20px;
  right: -60px;
}

.date{
  color: #08314B;
  line-height: 1;
  margin: 20px auto;
  display: flex;
  align-items: center;
  width: 90%;
}
.day{
  font-size: 1.7em;
  font-weight: bold;
  text-align: left;
  display: inline-block;
}
.year{
  font-size: 0.9em;
  font-weight: bold;
  text-align: left;
}
.day_l{
  font-size: 1.8em;
}
.week {
  background-color: #EE7A1C;
  color: #FFF;
  padding: 3px;
  border-radius: 5px;
}
.day_open {
    font-size: 0.75em;
    font-weight: 400;
    color: #EE7A1C;
}

/* 講師名 */

.instructor{
  margin: 20px auto;
  color: #08314B ;
  display: flex;
}

.instructor-img{
  display: flex;
  justify-content: center;
}

.person-img img{
  border-radius: 50%;
  margin: 10px;
  width: 100px;
  height: 110px;
  object-fit: cover;
}
.person-img p{
  font-size: 1em;
  font-weight: bold;
  text-align: center;
}
.person-img p span{
  font-size: 0.7em;
}

.person-info{
  margin: 15px 20px 0;
}
.name{
  font-weight: 600;
}
.name-big{
  font-size: 1.3em;
}
.info{
  margin: 8px 0;
  font-size: 0.75em;
  font-weight: 600;
  line-height: 1.2;
}

.detail{
  text-align: center;
}
.detail p{
  text-align: left;
  font-size: 0.8em;
  font-weight: 500;
  color: #1A1919;
  display: inline-block;
  line-height: 1.2;
}

.application{
  margin: 30px 0;
}
.application_inner{
  margin: auto;
  max-width: 768px;
  /* display: flex; */
  align-items: center;
}
.section-outer{
  display: flex;
  align-items: center;
}
.section_title img{
  width: 80px;
  margin-right: 10px;
}

.application-info{
  font-size: 0.8em;
  line-height: 1.5;
}
.application-info span{
 color: #D9214C;
}
.application-btn{
  text-align: center;
  margin: 20px 0;
  display: flex;
  justify-content: space-between;
}
.application-btn img{
  width: 100px;
}
.application-btn p{
  background-color: #08314B;
  margin: 15px 0;
  padding: 20px ;
  color: white;
  border-radius: 5px;
  font-size: 13px;
  font-weight: 600;
}

.inquiry span{
  font-weight: 500;
}
.attention {
  color: #000;
  text-align: center;
  padding: 10px 0;
  font-weight: 500;
  line-height: 1.2;
}
@media screen and (max-width: 767px) {
  .main {
    padding: 20px 0 20px;
    margin-top: 50px;
  }
  .main_catch,
   .instructor,
   .application_inner,
   .footer_inner{
    display: block;
  }
  .footer_inner {
    width: 95%;
    display: block !important;
    text-align: center;
  }
  .header_title span{
    font-size: 1.2rem;
  }
  .title_text{
    font-size: 0.9em;
    margin: 5px 0;
  }
  .main_catch{
    padding: 10px;
  }
  .catch_title{
    width: 100%;
  }
  .catch_title p{
    font-size: 1em;
    padding: 10px ;
    letter-spacing: 0;
  }
  .catch_title h2{
    font-size: 2.5em;
    letter-spacing: 0;
    line-height: 1.2;
  }  
  .catch_img {
    width: 100%;
  }
  .star{
    width: 90px;
    right: -70px;
  }
  .date{
    line-height: 1.1;
  }
  .day{
    font-size: 1.1em;
  }
  .day_l{
    font-size: 1.3em;
  }
  .week{
    padding: 3px;
    border-radius: 5px;
  }
  .director{
    font-size: 0.7em;
  } 
  
  .name-big{
    font-size: 1.1em;
  }
  .info{
    font-size: 0.7em;
  }
  .detail p{
    font-size: 0.6em;
    font-weight: 500;
  }
  .application{
    margin: 20px 10px 15px;
  }
  .application-info{
    font-size: 0.6em;
    line-height: 1.2;
    padding-left: 0.75em;
  }
  .application-btn{
    margin: 20px 0 0;
    font-size: 0.8em;
  }  
  .footer{
    font-size: 0.6em;
  }
}

/* 202209追加 */
.data-square {
  width: 50px;
  height: 50px;
  background: #AB8B4B;
  color: #FFF;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 10px;
  margin-right: 20px;
}
.plase-txt {
  font-size: 1.35em;
  font-weight: bold;
}
.plase-txt .fs2b {
  font-size: .75em;
}
.plase-txt .fs2n {
  font-size: .7em;
  font-weight: 400;
}

.mt30 {margin-top: 30px !important;}
.mt40 {margin-top: 40px !important;}

.application-btn1 {
  display: block;
  width: 42%;
  background-color: #EE7A1C;
  border: 2px solid #EE7A1C;
  margin: 15px 0;
  padding: 20px;
  color: #FFF;
  border-radius: 5px;
  font-size: 1.15em;
  font-weight: 600;
  transition: .5s;
}
.application-btn1:hover {
  background: #FFF;
  border: 2px solid #EE7A1C;
  color: #EE7A1C;
}
.application-btn2 {
  display: block;
  width: 100%;
  background-color: #0e71eb;
  border: 2px solid #0e71eb;
  margin: 15px 0;
  padding: 20px;
  color: #FFF;
  border-radius: 5px;
  font-size: 1.15em;
  font-weight: 600;
  transition: .5s;
}
.application-btn2:hover {
  background: #FFF;
  border: 2px solid #0e71eb;
  color: #0e71eb;
}

.br_smp {display: none;}

.pcv {display: block;}
.spv {display: none;}
@media screen and (max-width: 480px) {
  .pcv {display: none;}
  .spv {display: block;}
    .br_smp {display: block;}
  .main_catch .l-box {
    width: 100%;
    margin: 0;
  }
  .main_catch .r-box {
    width: 100%;
    margin: 20px 0;
  }
  .date {
    width: 100%;
  }
  .day {
    line-height: 1.25;
  }
  .plase-txt {
    font-size: 1.1em;
    width: 70%;
    line-height: 1.25;
  }
  .plase-txt .fs2b {
    font-size: inherit;
  }
  .person-img img {
    width: 90px;
    height: 90px;
  }
  .person-info {
    margin: 15px 10px 0;
  }
  .application-btn {
    font-size: 1em;
    display: block;
  }
  .application-btn1, .application-btn2 {
    width: auto;
  }
}

.header_title img {margin: 0 auto;}

.box_b-b {
  border-bottom: 7px solid #f5e7b6;
  margin-bottom: 20px;
  padding-bottom: 20px;
}
@media (max-width: 480px) {
  .box_b-t img {margin-bottom: 20px;}
}

/* レイアウト用 */
.container02 {
  width: 100%;
  margin: 0 auto;
}
.row {
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
  flex-wrap: wrap;
  margin-right: -15px;
  margin-left: -15px;
}

.col-1, .col-2, .col-3, .col-4, .col-5, .col-6, .col-7, .col-8, .col-9, .col-10, .col-11, .col-12, .col,
.col-auto, .col-sm-1, .col-sm-2, .col-sm-3, .col-sm-4, .col-sm-5, .col-sm-6, .col-sm-7, .col-sm-8, .col-sm-9, .col-sm-10, .col-sm-11, .col-sm-12, .col-sm,
.col-sm-auto, .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12, .col-md,
.col-md-auto, .col-lg-1, .col-lg-2, .col-lg-3, .col-lg-4, .col-lg-5, .col-lg-6, .col-lg-7, .col-lg-8, .col-lg-9, .col-lg-10, .col-lg-11, .col-lg-12, .col-lg,
.col-lg-auto, .col-xl-1, .col-xl-2, .col-xl-3, .col-xl-4, .col-xl-5, .col-xl-6, .col-xl-7, .col-xl-8, .col-xl-9, .col-xl-10, .col-xl-11, .col-xl-12, .col-xl,
.col-xl-auto {
  position: relative;
  width: 100%;
  padding-right: 15px;
  padding-left: 15px;
}

.col-1 {
  -ms-flex: 0 0 8.333333%;
  flex: 0 0 8.333333%;
  max-width: 8.333333%;
}

.col-2 {
  -ms-flex: 0 0 16.666667%;
  flex: 0 0 16.666667%;
  max-width: 16.666667%;
}

.col-3 {
  -ms-flex: 0 0 25%;
  flex: 0 0 25%;
  max-width: 25%;
}

.col-4 {
  -ms-flex: 0 0 33.333333%;
  flex: 0 0 33.333333%;
  max-width: 33.333333%;
}

.col-5 {
  -ms-flex: 0 0 41.666667%;
  flex: 0 0 41.666667%;
  max-width: 41.666667%;
}

.col-6 {
  -ms-flex: 0 0 50%;
  flex: 0 0 50%;
  max-width: 50%;
}

.col-7 {
  -ms-flex: 0 0 58.333333%;
  flex: 0 0 58.333333%;
  max-width: 58.333333%;
}

.col-8 {
  -ms-flex: 0 0 66.666667%;
  flex: 0 0 66.666667%;
  max-width: 66.666667%;
}

.col-9 {
  -ms-flex: 0 0 75%;
  flex: 0 0 75%;
  max-width: 75%;
}

.col-10 {
  -ms-flex: 0 0 83.333333%;
  flex: 0 0 83.333333%;
  max-width: 83.333333%;
}

.col-11 {
  -ms-flex: 0 0 91.666667%;
  flex: 0 0 91.666667%;
  max-width: 91.666667%;
}

.col-12 {
  -ms-flex: 0 0 100%;
  flex: 0 0 100%;
  max-width: 100%;
}

@media (min-width: 576px) {
  .col-sm {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-sm-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-sm-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-sm-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-sm-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-sm-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-sm-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-sm-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-sm-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-sm-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-sm-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-sm-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-sm-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 768px) {
  .col-md {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-md-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-md-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-md-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-md-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-md-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-md-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-md-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-md-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-md-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-md-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-md-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-md-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}
@media (min-width: 992px) {
  .col-lg {
    -ms-flex-preferred-size: 0;
    flex-basis: 0;
    -ms-flex-positive: 1;
    flex-grow: 1;
    max-width: 100%;
  }
  .col-lg-1 {
    -ms-flex: 0 0 8.333333%;
    flex: 0 0 8.333333%;
    max-width: 8.333333%;
  }
  .col-lg-2 {
    -ms-flex: 0 0 16.666667%;
    flex: 0 0 16.666667%;
    max-width: 16.666667%;
  }
  .col-lg-3 {
    -ms-flex: 0 0 25%;
    flex: 0 0 25%;
    max-width: 25%;
  }
  .col-lg-4 {
    -ms-flex: 0 0 33.333333%;
    flex: 0 0 33.333333%;
    max-width: 33.333333%;
  }
  .col-lg-5 {
    -ms-flex: 0 0 41.666667%;
    flex: 0 0 41.666667%;
    max-width: 41.666667%;
  }
  .col-lg-6 {
    -ms-flex: 0 0 50%;
    flex: 0 0 50%;
    max-width: 50%;
  }
  .col-lg-7 {
    -ms-flex: 0 0 58.333333%;
    flex: 0 0 58.333333%;
    max-width: 58.333333%;
  }
  .col-lg-8 {
    -ms-flex: 0 0 66.666667%;
    flex: 0 0 66.666667%;
    max-width: 66.666667%;
  }
  .col-lg-9 {
    -ms-flex: 0 0 75%;
    flex: 0 0 75%;
    max-width: 75%;
  }
  .col-lg-10 {
    -ms-flex: 0 0 83.333333%;
    flex: 0 0 83.333333%;
    max-width: 83.333333%;
  }
  .col-lg-11 {
    -ms-flex: 0 0 91.666667%;
    flex: 0 0 91.666667%;
    max-width: 91.666667%;
  }
  .col-lg-12 {
    -ms-flex: 0 0 100%;
    flex: 0 0 100%;
    max-width: 100%;
  }
}

.jcc {
  justify-content: center;
}
.center {text-align: center;}

/* レイアウト用 */


/* 2023追加スタイル */
.event-info-box {
  background: #FFF;
  padding: 25px;
  border-radius: 15px;
}
.event-info-box .in-box01 {
  display: flex;
  align-items: center;
}
.event-info-box .in-box01 .left01{
  background: #A57841;
  color: #FFF;
  border-radius: 15px;
  width: 130px;
  height: 150px;
  display: flex;
  justify-content: center;
  align-items: center;
  font-size: 20px;
  font-weight: 800;
  text-align: center;
  line-height: 1.75;
}
.event-info-box .in-box01 .right01 {
  margin-left: 25px;
  line-height: 1.75;
}
.event-info-box .in-box01 .right01 span{
  color: #FF0000;
}
.event-info-box .in-box02 {
  margin-top: 20px;
  display: flex;
  justify-content: space-between;
}
.event-info-box .in-box02 a {
  transition: 0.5s;
}
.event-info-box .in-box02 a:hover {
  opacity: 0.7;
}

.speakers-info-box {
  background: #FFF;
  color: #000;
  padding: 25px;
  border-radius: 15px;
  line-height: 1.75;
  margin-top: 30px;
}
.speakers-info-box img {
  border-radius: 15px;
}
.aic {align-items: center;}

.speakers_title {
  font-size: 20px;
}
.speakers_name {
  font-size: 25px;
  font-weight: 800;
}
.speakers_heading {
  font-size: 22px;
  font-weight: 800;
  display: flex;
  align-items: baseline;
  margin-top: 15px;
  line-height: 1.5;
}
.speakers_career {
  font-size: 20px;
}
.director {
  background-color: #F8B954;
  color: #FFF;
  border-radius: 50px;
  padding: 3px 10px 3px 15px;
  font-size: 22px;
  font-weight: 500;
  margin-right: 20px;
}
.event-date01 {margin-top: 30px;}
.inquiry {
  background-color: #F8B954;
  color: white;
  padding: 20px 0;
  margin-top: 50px;
}
.footer_inner {
  margin: auto;
  display: flex;
  justify-content: center;
}
.cap_txt01 {
  margin-top: 30px;
  color: #000;
}

.thanks-ttl {
  color: #FFF;
  background: #F8B954;
  border-radius: 15px;
  font-size: 2.25em;
  text-align: center;
  padding: 0.25em;
  margin-bottom: 20px;
}
.thanks-txt {
  font-size: 1.5em;
  line-height: 1.5;
}
.thanks_form-link {
  color: #F8B954;
  text-decoration: underline;
}
@media screen and (max-width: 767px) {
  .section-style1 .section_inner {
    padding: 25px;
  }
  .header_title {
    width: 90%;
    font-size: 30px;
    line-height: 1.35;
  }
  .event-info-box .in-box01 {
    display: block;
  }
  .event-info-box .in-box01 .left01 {
    width: auto;
    height: auto;
  }
  .event-info-box .in-box01 .right01 {
    margin-left: 0;
    margin-top: 10px;
  }
  .event-info-box .in-box01 .right01 span {
    font-size: 15px;
    font-weight: 800;
  }
  .event-info-box .in-box02 {
    margin-top: 10px;
    display: block;
  }
  .event-info-box .in-box02 a img {margin: 10px 0 5px;}
  .speakers_title {
    margin-top: 15px;
    line-height: 1.25;
  }
  .speakers_heading {
    display: block;
    margin-bottom: 10px;
    font-size: 18px;
  }
  .director {
    width: 70px;
    margin-right: 0;
    text-align: center;
    font-size: 18px;
    margin-bottom: 10px;
  }
  .thanks-ttl {
    font-size: 1.5em;
  }
  .thanks-txt {
    font-size: 1.15em;
  }
}
  /* 2023追加スタイル */
