@charset "UTF-8";

/* CSS for undercolumns */
/* article area */
.article .contentHead {
  display: block;
  margin: 0 auto 40px auto;
  padding: 0;
  width: 100%;
  height: auto;
} 
@media screen and (max-width:1099.99px) {
  .article .contentHead {
    display: block;
    margin: 0 auto 40px auto;
    padding: 0;
    width: 100%;
    height: auto;
  } 
}

.article .contentHead h1 {
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
}
.article .contentHead h1 img.pc {
  display: block;
  margin: 0 auto;
  width: 100%;
  height: auto;
}
.article .contentHead h1 img.sp {
  display: none;
}
@media screen and (max-width:799.99px) {
  .article .contentHead h1 img.sp {
    display: block !important;
    margin: 0 auto;
    width: 100%;
    height: auto;
  }
  .article .contentHead h1 img.pc {
    display: none!important;
  }
}





.article .contentText {
  display: block;
  margin: 0 auto;
  padding: 0 0 20px 0;
  width: 100%;
  height: auto;
}
@media screen and (max-width:799.99px) {
  .article .contentText {
    display: block;
    margin: 0 auto;
    padding: 0 0 2em 0;
    width: 100%;
    height: auto;
  }
}
.article .contentText h2 {
  margin: 0 auto .5em auto;
  padding: 0;
  width: 100%;
  height: 62px;
  line-height: 0;
}
@media screen and (max-width:799.99px) {
  .article .contentText h2 {
    height: auto;
  }
}
.article .contentText h2 img.pc {
  margin: 0 auto 0 0;
  padding: 0;
  display: block;
  width: auto;
  height: 60px;
}
.article .contentText h2 img.sp {
  display: none;
}
@media screen and (max-width:799.99px) {
  .article .contentText h2 img.pc {
    display: none !important;
  }
  .article .contentText h2 img.sp{
    margin: 0 auto;
    width: 100%;
    height: auto;
    display: block !important;
  }
}

.article .contentText p {
  font-feature-settings: "palt";
  font-size: 16px;
  font-weight: 400;
  line-height: 1.6;
  padding: 1em 0.5em;
}
@media screen and (max-width:1099.99px) {
  .article .contentText p {
    font-size: 18px;
    line-height: 1.8;
    padding: 0 0.5em 2em 0.5em;
  }
}
.article.keynote .contentText p span,
.article.talksession .contentText p.sp_01 span {
  color: var(--orange01);
}
.article.talksession .contentText p.sp_02 span {
  color: var(--green02);
}
.article.keynote .contentText p:nth-last-child {
  padding: 1em 0.5em 0 0.5em;
}

.article .contentPoint {
  margin: 0 auto 40px auto;
  padding: 30px 35px 30px 35px;
  position: relative;
  width: 100%;
  height: auto;
  display: block;
}
@media screen and (max-width:799.99px) {
  .article .contentPoint {
    margin-top: 90px;
    width: 90%;
    margin: 0 auto 60px auto;
    padding: 30px 0 0 0;
  }
}

.article .contentPoint h2 {
  display: block;
  width: 100%;
  height: auto;
  margin: 0 auto 20px auto;
  padding: 0;
  position: relative;
  line-height: 1;
}
@media screen and (max-width:799.99px) {
  .article .contentPoint h2 {
    display: block;
    margin: 0 auto 40px auto;
    width: 100%;
    height: auto;
    min-height: 100px;
    overflow: hidden;
  }
}
.article .contentPoint h2 img {
  width: 100%;
  height: auto;
  z-index: 1;
}
@media screen and (max-width:799.99px) {
  .article .contentPoint h2 img {
    width: 210%;
    height: auto;
    z-index: 1;
    margin: 0 auto 0 -45vw;
  }
}
.article .contentPoint ol.inner.inner-flex{
  display: flex;
  flex-direction: row;
  justify-content: space-between;
  align-items: stretch;
  margin: 0 auto;
  padding: 0;
  width: 100%;
  height: auto;
  gap: 10px;
}
@media screen and (max-width:1099.99px) {
  .article .contentPoint ol.inner.inner-flex{
    display: flex;
    flex-direction: row;
    justify-content: space-between;
    align-items: stretch;
    margin: 0 auto;
    padding: 0;
    width: 100%;
    height: auto;
    gap: 5px;
  }
}
@media screen and (max-width:799.99px) {
  .article .contentPoint ol.inner.inner-flex{
    flex-direction: column;
    justify-content: flex-start;
    align-items: flex-start;
    gap: 10px;
    height: auto;
  }
}
.article .contentPoint .inner.inner-flex li {
  display: block;
  width: 33%;
  height: auto;
  min-height: 280px;
  padding: 8% 4% 3% 4%;
}
@media screen and (max-width:1099.99px) {
  .article .contentPoint .inner.inner-flex li {
    display: block;
    width: 32%;
    height: auto;
    padding: 64px 24px 24px 24px;
  }
}
@media screen and (max-width:799.99px) {
  .article .contentPoint .inner.inner-flex li {
    width: 100%;
    height: 72vw;
  }
}
.article .contentPoint .inner.inner-flex li:first-child{
  background: url(../img/img-point-01.png) no-repeat top center;
  background-size: 100% auto;
}
.article .contentPoint .inner.inner-flex li:nth-child(2){
  background: url(../img/img-point-02.png) no-repeat top center;
  background-size: 100% auto;
}
.article .contentPoint .inner.inner-flex li:last-child{
  background: url(../img/img-point-03.png) no-repeat top center;
  background-size: 100% auto;
}
@media screen and (max-width:799.99px) {
  .article .contentPoint .inner.inner-flex li:first-child{
    background: url(../img/img-point-01.png) no-repeat top center;
    background-size: 98% auto;
  }
  .article .contentPoint .inner.inner-flex li:nth-child(2){
    background: url(../img/img-point-02.png) no-repeat top center;
    background-size: 98% auto;
  }
  .article .contentPoint .inner.inner-flex li:last-child{
    background: url(../img/img-point-03.png) no-repeat top center;
    background-size: 98% auto;
  }
}

.article .contentPoint .inner.inner-flex li p {
  font-size: 21px;
  line-height: 1.6;
  font-weight: 600;
  color: #FFF;
  text-align: center;
}
.article .contentPoint .inner.inner-flex li p br.sp {display:none;}
@media screen and (max-width:1099.99px) {
  .article .contentPoint .inner.inner-flex li p {
    font-size: 1.8vw;
  }
}
@media screen and (max-width:799.99px) {
  .article .contentPoint .inner.inner-flex li p {
    padding: 6vw 0 0 0;
    font-size: 4.892vw;
    line-height: 1.6;
    font-weight: 600;
    color: #FFF;
    text-align: center;
    width: 100%;
  }
  .article .contentPoint .inner.inner-flex li p br.sp {display:block !important;}
}