@charset "utf-8";


/* page_ttl h2 */
.page_ttl {
    margin-top: 25px;
    margin-bottom: 25px;
    position: relative;
    color: #000;
    text-align: center;
  }
 
  .page_ttl h2 span {
    display: block;
    font-size: 35px;
    line-height: 1.4;
    font-weight: 700;
    color: #b70063;
    letter-spacing: normal;
  }
  
  @media screen and (max-width: 880px) {
 
    .page_ttl h2 span {
      font-size: 28px;
    }
  }
  
/* ======= layout style ========== */

.container {
    max-width: 1100px;
    margin-right: auto;
    margin-left: auto;
  }
  
  @media screen and (max-width: 1240px) {
    .container {
      max-width: 90%;
    }
  }
  .color-red {
    color: #b30828 !important;
}
/* ======= btn style ========== */

.btn_grd {
    position: relative;
    box-sizing: border-box;
    display: block;
    text-align: center;
    width: 100%;
    max-width: 250px;
    border-radius: 100px;
    text-decoration: none;
    overflow: hidden;
  }
  
  .btn_grd:hover {
    cursor: pointer !important;
  }
  
  .btn_grd span {
    position: relative;
    display: block;
    z-index: 2;
    padding: 1.25em 1em 1.05em 0;
    text-decoration: none;
    color: #ffffff;
    font-weight: 700;
    background: rgb(0, 112, 181);
    background: linear-gradient(125deg, rgba(0, 112, 181, 1) 0%, rgba(0, 171, 247, 1) 100%);
    -webkit-transition: 0.3s ease-in-out;
    -moz-transition: 0.3s ease-in-out;
    -o-transition: 0.3s ease-in-out;
    transition: 0.3s ease-in-out;
    cursor: pointer !important;
    font-size: 16px;
    line-height: 1;
  }
  
  .btn_grd::after {
    font-family: 'Material Icons Round';
    content: "expand_circle_down";
    display: block;
    position: absolute;
    right: 15px;
    top: 50%;
    transform: translateY(-50%) rotate(-90deg);
    color: #fff;
    z-index: 3;
    transition: 1s;
  }
  .btn_grd:hover::after {
    right: 10px;
  }
  
  .btn_grd.btn_large {
    max-width: 350px;
    font-size: 18px;
    margin-right: auto;
    margin-left: auto;
    line-height: 1.4;
  }
  
  @media screen and (max-width: 880px) {
    .btn_grd.btn_large {
      margin-right: auto;
      margin-left: auto;
    }
  
    .btn_grd.btn_large {
      max-width: 300px;
      font-size: 20px;
    }
  }
  
  @media screen and (max-width: 640px) {
    .btn_grd.btn_large {
      max-width: 260px;
      font-size: 17px;
    }
  }
    
  .full .btn_grd::after {
    font-family: "LINESeedJP", sans-serif;
    content: "ご好評につき定員に達したため申込受付は終了いたしました";
    display: block;
    position: absolute;
    right: auto;
    line-height: 1.2;
    font-weight: 700;
    left: 50%;
    top: 50%;
    width: 80%;
    transform: translate(-50%, -50%) rotate(0deg);
    z-index: 5;
  }
  .full .btn_grd::before {
    content: "";
    display: block;
    width: 100%;
    height: 100%;
    position: absolute;
    right: 0;
    top: 0;
    z-index: 3;
    background-color: rgba(0,0,0,0.6);
  }
  .full .btn_grd:hover {
    opacity: 1;
  }
  .full .btn_grd {
    pointer-events: none
  }

.full_txt{
    text-align: center;
    color: #fff;
    background-color: #b30828;
    margin-bottom: 5px;
}


.art_conts {
    background-image: url(/ja/news/images/bg962724218.webp);
    background-position: top center;
    background-repeat: no-repeat;
    background-size: 100% auto;
}
@media screen and (max-width: 767px) {
    .art_conts{
        background-size: auto 55%;
    }
}

.art_conts .introduction {
    font-size: 1.7rem;
    font-weight: bold;
    font-weight: 700;
    margin-top: 1em;
}

.art_conts .container h3{
    font-size: 2.2rem;
    font-weight: bold;
    font-weight: 900;
    padding-top: 50px;
}
.art_conts .container h3.main{
    font-size: 3.0rem;
    text-align: center;
    margin-bottom: 1.25em;
    background: linear-gradient(90deg, #004ecf, #C850C0 30%, #FFCC70);
    background: -webkit-linear-gradient(0deg, #004ecf, #C850C0 30%, #FFCC70);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
}
.art_conts .container h3.main span{
    display: block;
    font-size: 2.2rem;
    text-align: center;
}
.art_conts .container h4{
    font-size: 2.0rem;
    font-weight: bold;
    font-weight: 900;
}
.art_conts .introduction+h4 {
    margin-top: 1em;
}
.art_conts .flex_unit{
    display: flex;
    justify-content: space-between;
    margin-top: 1em;
}
.art_conts .flex_unit li{
    width: 48%;
    color: #fff;
    padding: 30px;
    border-radius: 20px;
    background: rgb(180,126,26);
    background: linear-gradient(48deg, rgba(180,126,26,0.5) 0%, rgba(137,219,232,0.8) 100%);
    text-shadow: 0px 0px 5px rgba(0,0,0,0.3);

}
.art_conts .flex_unit li:last-of-type{
    background: rgb(38,53,212);
    background: linear-gradient(217deg, rgba(38,53,212,0.6) 0%, rgba(137,219,232,0.8) 100%);}


    @media screen and (max-width: 767px) {
        .art_conts .flex_unit{
            display: block;
        }
        .art_conts .flex_unit li{
            width: 100%;
            margin-bottom: 20px;
            }
    }
    
    .art_conts .title_outline{
    padding-bottom: 0.25em;
    border-bottom: 2px solid #fff;
}

.art_conts .d_outline{
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    padding-bottom: 70px;
    margin-top: 30px;
}
.art_conts .d_outline dt{
    width: 6em;
    font-weight: bold;
    font-weight: 700;
    font-size: 2.0rem;
    padding-top: 15px;
    border-right: 2px solid #fff;
}
.art_conts .d_outline dd{
    width: calc(100% - 7em);
    padding-top: 15px;
    font-weight: bold;
    font-weight: 700;
    font-size: 2.0rem;
}

.art_conts .d_outline dd .btn_grd{
    float: right;
}

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

    .art_conts .d_outline{
        display: block;
    }
    .art_conts .d_outline dt{
        width: 100%;
        border-right: none;
    }
    .art_conts .d_outline dd{
        width: 100%;
        padding-top: 10px;
        padding-bottom: 20px;
        border-bottom: 1px solid #fff;
    }
    
    .art_conts .d_outline dd .btn_grd{
        float: none;
        margin-top: 10px;
    }
}


.list_session .item{
    display: grid;
    grid-template-columns: 160px 1fr;
    padding-bottom: 50px;
    padding-left: 60px;
    position: relative;
}
@media screen and (max-width: 767px) {
    .list_session .item{
        display: block;
    }
}

.list_session .item::before{
    content: "";
    width: 7px;
    height: 100%;
    background-color: #f0ff65;
    position: absolute;
    left: 20px;
    top: 0;
    z-index: 1;

}

.list_session .item::after {
    font-family: "Overpass", "Zen Kaku Gothic New", "游ゴシック Medium", "游ゴシック体", "Yu Gothic Medium", "Yu Gothic", YuGothic, "ヒラギノ角ゴ ProN W3", Hiragino Kaku Gothic ProN, Hiragino Sans, "メイリオ", Meiryo, "ＭＳ Ｐゴシック", "MS PGothic", Arial, Helvetica, "Helvetica Neue", Verdana, sans-serif;
    content: "1";
    border-radius: 100px;
    width: 40px;
    height: 40px;
    color: #0092aa;
    background-color: #fff;
    border: 4px solid #b9d8dd;
    position: absolute;
    left: 0px;
    top: 0;
    z-index: 2;
    display: flex;
    align-items: center;
    justify-content: center;
    font-weight: 700;
    font-size: 24px;
}
.list_session .item:nth-child(2)::after {
    content: "2";
}
.list_session .item:last-of-type::after {
    content: "3";
}
.list_session .item:last-of-type::before {
    display: none;
}

.list_session .item .time{
    margin-top: 0.25em;
    font-size: 2.0rem;
    font-weight: 700;
    color: #0092aa;
}
@media screen and (max-width: 767px) {
    .list_session .item .time{
        margin-top: 20px;
    }
}


.list_session .item h4 {
    font-weight: 700;
    line-height: 1.4;
    font-size: 2.0rem;
    margin-bottom: 1em;
}

.list_session .item h4 span{
    display: block;
    color: #fff;
    background-color: rgba(180,126,26,0.8);
    margin-bottom: 0.75em;
    font-weight: 700;
    line-height: 1;
    font-size: 1.8rem;
    padding: 0.5em 0.5em 0.25em;
    border-radius: 5px;
}


.list_session .item:first-of-type h4 span{
    background-color: rgba(38,53,212,0.8);
}

.list_session .item .conts {
    padding: 30px;
    border-radius: 15px;
    background: rgb(180,126,26);
    background: linear-gradient(48deg, rgba(180,126,26,0.5) 0%, rgba(137,219,232,0.7) 100%);
}

.list_session .item:first-of-type .conts {
    background: rgb(38,53,212);
    background: linear-gradient(217deg, rgba(38,53,212,0.5) 0%, rgba(137,219,232,0.5) 100%);
}


.list_session .item .conts .btn_grd{
    max-width: 300px;
    margin-left: auto;
}
.list_session .item .conts .btn_grd.off{
    pointer-events: none;
}
.list_session .item .conts .btn_grd.off span{
    background: #dedede;
}


.speaker_name {
    display: grid;
    grid-template-columns:225px 1fr;
    align-items: center;
    letter-spacing: 0;
    margin-bottom: 2em;
    margin-top: 1.5em;
}
/* .list_session .item:first-of-type .speaker_name {
    grid-template-columns:1fr;
} */
.speaker_name{
    margin-bottom: 0em;
}

.speaker_name dt {
    order: 2;
    width: 100%;
    line-height: 1.4;
    margin-top: 10px;
}

.speaker_name .speaker h5{
    margin-top: 0.5em;
}

.speaker_name .speaker span {
    display: inline;
    font-size: 1.8rem;
    font-weight: bold;
    font-weight: 700;
    padding-right: 0.5em;
}

.speaker_name .speaker_pict {
    order: 1;
    width: 200px;
    overflow: hidden;
    border-radius: 200px;
    -webkit-border-radius: 200px;
    -moz-border-radius: 200px;
    -ms-border-radius: 200px;
    -o-border-radius: 200px;
}

.speaker_name .speaker_pict figure {
    overflow: hidden;
    text-align: center;
}

@media screen and (max-width: 767px) {
    .speaker_name {
        grid-template-columns:125px 1fr;
    }

    .speaker_name .speaker_pict {
        width: 105px;
    }
}


@media screen and (max-width: 580px) {
    .speaker_name {
        grid-template-columns:85px 1fr;
    }

    .speaker_name .speaker_pict {
        width: 75px;
    }
}


#sp_sponsorship .col {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
    align-items: center;
    padding: 30px;
}
.c_wrap {
    width: 100%;
    max-width: 1200px;
    padding: 60px 20px;
    margin: 0 auto;
    position: relative;
}
#sp_sponsorship figure img {
    max-width: 180px;
}