body{
  font-size: 1.1rem;
  line-height: 1.7;
  background-color: #fff;
  font-family: "Noto Sans JP", sans-serif;
  color: #231F20;
}


a{
  color: #074EA2;
}
a:hover{
  /*text-decoration: none;*/
  color: #003470;
  transition: all 0.1s;
}



.pre-wrap{
  white-space: pre-wrap;
}









#oatnd-header-fixed {
  position: fixed;
  width: 100%;
  background-color: #fff;
  z-index: 300;
  font-size: 1rem;
  min-height: 78px;
}
#oatnd-header-fixed .navbar{
  max-width: 960px;
  margin: 0 auto;
  min-height: 80px;
}
@media(min-width:992px){
  #oatnd-header-fixed{
    display: flex;
    width: 100%;
    align-items: center;
  }
}
@media(min-width:1200px){
  #oatnd-header-fixed .navbar{
    max-width: 1140px;
  }
}

#oatnd-page-wrapper{
  padding-bottom: 1rem;
}

.header-auth-wrapper{
  align-items: center;
}

nav.navbar{
  padding: 1rem 1.5rem;
}
.nav-item{
  text-align: center;
}
.nav-link{
  font-weight: 600;
}
@media(min-width:992px){
  nav.navbar{
    /*border: solid 1px #D2CFCF;*/
    padding: .25rem 2rem;
    min-height: auto !important;
    border-radius: 2rem;
    box-shadow: 0px 0px 10px 1px #d2cfcf;
  }
  #navbarNav {
    margin-right: 40px;
  }
  .nav-item{
    padding: .25rem 15px;
  }
  .nav-item:not(:last-of-type){
    border-right: solid 1px #074EA2;
  }
  .nav-link{
    display: block;
    color:#074EA2!important;
    padding: 0;
  }
}

/*Login, Mypage BTN*/
.oatnd-header-auth-signin, .btn-secondary{
  background-color:#074ea2;
  border-color:#074ea2;
  color:#ffffff;
  width: 110px;
  border-radius: 1rem;
  font-size: .9rem;
  padding: .1rem 0 .25rem 0;
}
.oatnd-header-auth-signin:hover, .oatnd-header-auth-signin:active,
.oatnd-header-auth-signin:not(:disabled):not(.disabled):active,
.btn-secondary:hover, .btn-secondary:active,
.btn-secondary:not(:disabled):not(.disabled):active{
  background-color:#003470;
  border-color:#003470;
  color: #ffffff;
}
.oatnd-header-auth-signin:focus,
.oatnd-header-auth-signin:not(:disabled):not(.disabled):active:focus,
.btn-secondary:focus,
.btn-secondary:not(:disabled):not(.disabled):active:focus{
  background-color:#003470;
  border-color:#003470;
  color: #ffffff;
  box-shadow: 0 0 0 0.2rem rgba(0, 52, 112, 0.5);
}


#header-authed__BV_toggle_ i{
  color: #074ea2;
}
#header-authed__BV_toggle_ i:hover{
  color: #003470;
  /*transition: all 0.3s;*/
}

button.btn-go-sign-in{
  border-radius: 2rem;
  padding: .25rem 1.5rem;
}















.contLabel{
  font-size: 2.5rem;
  font-weight: 500;
  text-align: center;
  color: #fff;
}





/*ここからカルーセル関連*/
#topicsCarousel {
  max-width: 600px;
  margin: 0 auto;
}
#topics .carousel-indicators {
  /*インジケーターをカルーセル下部に移動*/
  position: static;
  /*左右下部のmargin調整*/
  margin-right: 1rem;
  margin-left: 1rem;
  margin-bottom: 0;
  /*インジケーターの表示位置を上下中央寄せ*/
  -ms-flex-align: center;
  align-items: center;
}

#topics .carousel-indicators li {
  /*インジケーターのサイズを調整*/
  width: 7px;
  height: 7px;
  /*インジケーターの形を丸へ変更*/
  border-radius: 50%;
  /*インジケーターの余白を調整*/
  margin-right: 6px;
  margin-left: 6px;
  /*インジケーターが見えるように色設定*/
  opacity: 1!important;
  background-color: #BBBDC0;
}

#topics .carousel-inner-after {
    margin-top: .5rem;
}
#topics .carousel-control-next, #topics .carousel-control-prev {
  /*表示位置をインジケーター左右に移動*/
  position: static;
  /*サイズを初期化*/
  width: auto;
  height: auto;
  /*矢印（左右移動）が見えるように色設定*/
  color: #b2b2b2;
}
.carousel-indicators .active{
  opacity: 1;
  background-color: #074EA2!important;
}
#topics .carousel-inner-after i {
  font-size: 150% !important;
  color: #074EA2;
}
/*ここまでカルーセル関連*/
#topics .no-link a{
  pointer-events: none;
}
#topics .no-link a:hover{
  cursor: pointer;
}
#topics .tc-on .topicsImg{
  display: none;
}
#topics .tc-on .topicsTC{
  display: block!important;
}






#oatnd-main {
  border-radius: 14px;
}








.form-area-label {
    text-align: center;
    color: #fff;
    padding: .5rem 0;
    background-image: linear-gradient(90deg, transparent, #074ea2 30% 70%, transparent);
    font-size: 1.4rem;
    margin-bottom: .75rem;
}


.ttRole {
  text-align: left;
}
.badge-role {
  color: #fff;
  display: inline-block;
  padding: .1rem .75rem;
  font-size: .9rem;
  font-weight: 500;
  border-radius: 20px;
}
.role-moderator{
  background-color: #A6768E;
}
.role-panelist{
  background-color: #2EA3DC;
}





.check-full-block span {
  display: block;
  width: 80%;
  margin: .5rem auto;
  padding: 0 0 .1rem 0;
  color: #fff;
  text-align: center;
  border-radius: 2rem;
  font-size: 90%;
  font-weight: 600;
}
.check-full{
  background-color: #E61520;
}
.check-nearly-full{
  background-color: #ffa500;
}




.ent-field-group1 .entry-field-desc {
    margin: 0 !important;
}
/*.selectable-label {*/
/*    margin: 0 !important;*/
/*}*/
/*.field-option-desc.my-2 {*/
/*    margin: 0 !important;*/
/*}*/
.ent-field-group1 .input-guide {
    margin: 0 !important;
}


.ent-field-group1 a{
  display: block;
  color: #231F20;
}
.ent-field-group1 a:hover{
  color: #231F20;
  text-decoration: none;
}

.ttFormBlock, .ttFormBlock-s{
  background-color: #fff;
}
.ttFormBlock:hover, .ttFormBlock-s:hover{
  filter: brightness(0.8);
  transition: all 0.3s;
}




.badge-session-close {
    display: block;
    width: 80%;
    margin: .5rem auto .5rem auto;
    padding: .5rem;
    border-radius: 2rem;
}








/*個人情報*/
#userinfo-area {
    text-align: center;
    color: #fff;
    padding: .5rem 0;
    background-image: linear-gradient(90deg, transparent, #074ea2 30% 70%, transparent);
    font-size: 1.4rem;
    margin-bottom: 2rem;
}
.userinfo-formHeader {
    text-align: center;
    padding: 1.5rem 1.5rem 0 1.5rem;
    background-color: rgba(255, 255, 255, .3);
    border-radius: 12px 12px 0 0;
    margin: 1rem auto 0 auto;
    max-width: 900px;
}
.userinfo-formHeader span {
    display: block;
    background-color: #074ea2;
    padding: .25rem;
    color: #fff;
}
.ent-field-group3 {
    padding: 1rem 1.5rem 2rem 1.5rem;
    background-color: rgba(255, 255, 255, .3);
    margin: 0 auto !important;
    max-width: 900px;
}

.required > label:after {
    background-color: #F26639;
    border-radius: 1rem;
    padding: .25rem 1rem;
}


.card-privacy-statement {
    background-color: #fff;
    padding: 2rem 2.5rem;
    margin: 0 auto !important;
    max-width: 900px;
}
.card-privacy-statement .card-body {
    height: 350px;
    overflow-y: auto;
    border-width: 1px;
    border-style: solid;
    border-color: rgb(197, 209, 208);
    border-image: initial;
}

.input-guide{
  font-size: .9rem;
}

/*申込ボタン色*/
.btn-apply-0{
  background-color:#ffffff;
  border-color:#fff;
  color:#000000;
  border-radius: 2rem;
  padding: .5rem 3rem;
  box-shadow: 0 0 5px 0.2rem rgba(0, 0, 0, .1);
}
.btn-apply-0:hover, .btn-apply-0:active,
.btn-apply-0:not(:disabled):not(.disabled):active{
  background-color:#333;
  border-color:#333;
  color: #fff;
}
.btn-apply-0:focus,
.btn-apply-0:not(:disabled):not(.disabled):active:focus{
  background-color:#ffffff;
  border-color:#fff;
  color:#000000;
  box-shadow: 0 0 0 0.2rem rgba(205, 205, 205, 0.5);
}
.btn-apply-0:disabled{
  background-color: #888;
  border-color: #888;
  color: #000;
  box-shadow: none;
}





/*申込完了メッセージ*/
/*.oatnd-apply-0 >.row.justify-content-md-center {*/
/*  background-image: linear-gradient(90deg, #074ea2 60%, transparent);*/
/*  border-radius: 0 0 12px 12px;*/
/*}*/
/*.oatnd-apply-0 >.row.justify-content-md-center > div:first-child {*/
/*  width: 100%;*/
/*  background-image: linear-gradient(90deg, transparent, #ffffff 30%);*/
/*  padding: 3rem 15px;*/
/*  border-radius: 0 0 12px 12px;*/
/*  text-align: center;*/
/*  white-space: pre-wrap;*/
/*}*/
.oatnd-apply-0 {
    position: relative;
}
#apply-form-submitted-0 {
    margin-bottom: 10rem;
}
#apply-form-submitted-0 .alert-info {
    background-color: transparent;
    border: none;
    padding: 0;
    position: absolute;
    width: 100%;
    left: 0;
    text-align: center;
    top: 0;
    background-image: linear-gradient(90deg, #074ea2 60%, transparent);
    border-radius: 0 0 12px 12px;
}

#apply-form-submitted-0 .alert-info h4 {
    background-image: linear-gradient(90deg, transparent, #ffffff 30%);
    padding: 3rem 15px 1rem 15px;
    border-radius: 0;
    margin-bottom: 0!important;
}
#apply-form-submitted-0 .alert-info div {
    background-image: linear-gradient(90deg, transparent, #ffffff 30%);
    padding: .5rem 15px 3rem 15px;
    border-radius: 0 0 12px 12px;
}


.alert.my-4.alert-dismissible.alert-danger {
    margin: 0 !important;
}










/*Modal*/
#timetableModal .modal-header{
  flex-wrap: wrap;
  padding: .5rem 0;
  justify-content: flex-start;
}
.bg-k .modal-header {
  background-color: #2f7490;
}
.bg-s .modal-header {
  background-color: #31327f;
}
.bg-seG .modal-header {
  background-color: #99CA3C;
}
.bg-seP .modal-header {
  background-color: #993E97;
}
.bg-seO .modal-header {
  background-color: #F79432;
}
.bg-u .modal-header {
  background-color: #2EA3DC;
}

#timetableModal .modal-body{
  padding: 0;
}

.moLabel {
  width: 100%;
  background-color: #000;
  color: #fff;
  padding: .25rem 1rem;
}
.moTime {
  padding: .25rem 1rem;
  color: #fff;
  font-weight: 500;
}
.moRoom {
  padding: .25rem 1rem;
  width: 100%;
  background: linear-gradient(90deg, #fff);
}

.moTitle {
  font-size: 1.4rem;
  font-weight: 600;
  padding: .5rem 0;
}
.moTitle span{
  font-size: 1.2rem;
  font-weight: 600;
  display: block;
}
.moAbst {
  padding: .5rem 0;
  font-size: .9rem;
  white-space: pre-wrap;
}

.moPrefWrap {
  padding: 1rem 1rem 0 1rem;
  background: linear-gradient(180deg, transparent 0%, transparent 40%, #D1D3D4 40%, #D1D3D4 100%);
}
.moPref {
  text-align: right;
  padding-right: .5rem;
}
.moCom{
  font-size: .9rem;
}
.moCom span{
  display: inline-block;
}
.moName{
  font-size: 1.1rem;
  font-weight: 500;
}
.moName span {
  display: inline-block;
  padding-left: .25rem;
  font-size: 80%;
}
.moImg{
  text-align: center;
}
.moImg img{
  /*border: solid 1px #555;*/
  outline: #888 solid 1px;
  outline-offset: -1px;
}

@media(min-width:576px){
  .moLabel {
    display: inline-block;
    padding-right: 1rem;
    width: auto; 
    border-radius: 0 2rem 2rem 0;
  }
  .moRoom {
    width: auto;
    background: linear-gradient(90deg, transparent 0%, #fff 50%, #fff 100%);
  }
  
  .moPref {
    padding-right: .5rem;
  }
  .moCom{
    font-size: 1rem;
  }
  .moName{
    font-size: 1.3rem;
  }
}
@media(min-width:992px){
  #timetableModal .modal-header{
    font-size: 1.2rem;
  }
  .moLabel{
    padding-right: 1.5rem;
    padding-left: 1.5rem;
    border-radius: 0 3rem 3rem 0;
  }
  .moRoom {
    width: 280px;
    text-align: right;
    margin-left: auto;
  }
  .moPrefWrap {
    background: linear-gradient(180deg, transparent 0%, transparent 60%, #D1D3D4 60%, #D1D3D4 100%);
    margin-top: -50px;
  }
  .moTitle {
    font-size: 1.6rem;
    padding-left: .5rem;
  }
  .moAbst {
    font-size: 1rem;
    padding-left: .5rem;
  }
  .moName {
    font-size: 1.5rem;
  }
  .moImg img{
    max-width: 250px;
  }
}

@media(max-width:991px){
  .moLabelWrap {
    width: 100%;
  }
  .moRoom {
    margin-left: auto;
  }
}



.modal-footer {
    justify-content: start;
    background-color: #d1d3d4;
    border: none;
}






/*Modal multipul*/
.panelistBlock {
    margin-top: 100px;
    position: relative;
}
.moRole {
    height: 27px;
    color: #fff;
    padding-left: 1rem;
}
.moPrefWrap-p {
    background-color: #d1d3d4;
}

.moPrefWrap-p .moImg {
    margin-top: -72px;
    padding-bottom: 15px;
    padding-right: 15px;
    padding-left: 5px;
    padding-top: 10px;
}
.moPrefWrap-p .moImg img {
    max-width: 100%;
}

.moPrefWrap-p .moCom, .moPrefWrap-p .moName{
    text-align: right;
}
.moPrefWrap-p .moCom{
  margin-top: 20px;
}

.panelist-sub-wrap .moImg {
    margin-bottom: -105px;
}
.panelist-sub-wrap .moName {
    margin-bottom: 20px;
}

@media(min-width:992px){
  .moPrefWrap-p .moName {
    margin-bottom: 15px;
  }
  .panelist-sub-wrap .panelistBlock {
    margin-top: 110px;
  }
  /*.modal-body>.panelist-wrap .moPrefWrap-p {*/
  /*    height: 130px;*/
  /*}*/
  .panelist-sub-wrap .panelistRow >div:first-child .moRole {
      /*background: linear-gradient(90deg, #d1d3d4 0%, #d1d3d4 10%, #2EA3DC 10%, #2EA3DC 100%);*/
      background-color: #2EA3DC;
      padding-left: 1rem;
  }
  .panelist-sub-wrap .moPrefWrap-p .moCom {
      margin-top: 40px;
      display: flex;
      white-space: nowrap;
      flex-wrap: wrap;
      justify-content: flex-end;
      height: 70px;
      align-items: flex-end;
      margin-bottom: .25rem;
      font-size: .9rem;
  }
  .panelist-sub-wrap .moPrefWrap-p .moCom div{
    width: 100%;
    white-space: normal;
  }
  .panelist-sub-wrap .moPrefWrap-p .moCom div span{
    display: inline-block;
  }
  .panelist-sub-wrap .moPrefWrap-p .moName {
    margin-bottom: 0;
  }
  .panelist-sub-wrap .moImg {
    margin-top: -110px;
  }
}
@media(max-width:991px){
  .panelist-wrap:not(.panelist-sub-wrap) .moPrefWrap-p >.row >.col-7 {
    display: flex;
    flex-direction: column;
    max-height: 100%;
    justify-content: flex-end;
    width: 100%;
    align-items: flex-end;
    padding-bottom: 1rem;
  }
  .panelist-wrap:not(.panelist-sub-wrap) .moPrefWrap-p >.row >.col-5 {
    padding-left: 0!important;
  }
}






/*Contact*/
#contact {
  margin: 6rem auto 10rem auto;
  text-align: center;
  width: 250px;
  padding-bottom: 4rem;
}

.contactLabel {
  display: flex;
  align-items: center;
  justify-content: center;
}
.contactLabel:after {
  margin-left: 15px;
}

.contactLabel:before {
  margin-right: 15px;
}
.contactLabel:before, .contactLabel:after {
  background-color: #000;
  content: "";
  height: 1px;
  width: 100%;
}

.contactAbst {
    white-space: pre-wrap;
}







#to-top{
  position: fixed;
  bottom: 85px;
  right: 24px;
  width: 48px;
  height: 48px;
  text-decoration: none;
  transition : all .5s;
  opacity : 0;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
  background-color: #074EA2;
  color: #fff;
  z-index: 200;
}
#to-top:hover{
  background-color: #003470;
  transition: all 0.2s!important;
}
#to-top.fadein{
  opacity : 1;
  transition : all .5s;
}
@media(max-width:575px){
  #to-top{
    right: 10px;
  }
}


.top_banner { background:url(https://assets.oatnd.com/sxhz8ge1m4qwc43qaq7qpy3bv1ej) no-repeat center; } .top_banner_style { }
.top_banner { background-position: 50% 0%;  } .top_banner_style {  background: linear-gradient(to top,rgba(0,0,0,0.0) 0,rgba(0,0,0,0.0) 100%); }
.oatnd-header-auth-signup,
.btn-sign-up, .sign-up-guide,
.send-confirmation{
  display:none;
}
#oatnd-header-wrapper ul.dropdown-menu li:nth-of-type(n+3):nth-of-type(-n+4)/*「申込み情報」リンク*/,
#memberProfileModal___BV_modal_body_ div.btn-toolbar>.btn-group:nth-of-type(1)/*「ユーザー情報」モーダル内の「編集」ボタン*/{
  display: none;
}
#memberProfileModal___BV_modal_body_ .btn-outline-primary {
  width: 150px;
}
a.btn-pw-reset{
  text-decoration: underline!important;
}


/*topicsが2つ以上の場合コメントアウト*/
/*#topics .carousel-inner-after{*/
/*  display: none!important;*/
/*}*/



#oatnd-kv{
  margin-bottom: 3rem;
}
.oatnd-kv{
  padding-top: 80px;
}
.top_banner {
  background-size: cover!important;
  height: calc(150vw * .434);
}
@media(min-width:576px){
  .top_banner {
    height: calc(130vw * .434);
  }
}
@media(min-width:768px){
  .top_banner {
    background-size: contain!important;
    height: calc(100vw * .434);
  }
}


/*Topics*/
#topics {
  margin-bottom: 4.5rem;
}
.contLabel_topics{
  color: #074EA2;
  margin-bottom: 24px;
}
.topicsImg {
  padding: 0 .25rem;
}



/*Greetings*/
#greetings {
  margin-bottom: 6rem;
}
.contLabel_greetings{
  color: #074EA2;
  margin-bottom: 24px;
}
#greetings ul {
    list-style-type: none;
    margin-bottom: 0;
    font-weight: bold;
    font-size: 1.3rem;
    padding-left: 2rem;
    line-height: 1.9;
    white-space: normal;
}
#greetings ul span {
    display: inline-block;
    margin-right: .75rem;
    color: #084DA1;
}
@media(min-width:992px){
  .contAbst_greetings{
    max-width: 920px;
    margin: 0 auto;
  }
}







#oatnd-main {
  /*background-color: #E8EEE3;*/
  background-image: linear-gradient(#e3eadc 10%, #c6e4e4 31%, #b2e0ea 56%, #c6d2dc 85%, #dbcbd3);
}
#oatnd-main-inner{
  background-image: url("https://assets.oatnd.com/9yh6i4uzm1st09p5j3ic17gxebdw");
  background-size: cover;
}
@media(max-width:575px){
  .oatnd-main-wrapper{
    padding: 0;
  }
  #oatnd-main >div >div.container {
    padding: 0;
  }
  #oatnd-main-inner >div >div.container {
    padding-left: 5px;
    padding-right: 5px;
  }
}




/*About*/
#about {
  padding-top: 3rem;
  margin-bottom: 2rem;
}
#aboutInner {
  background-image: linear-gradient(90deg, transparent, #074ea2 40%);
  border-radius: 12px;
}
.contAbst_about {
  background-image: linear-gradient(90deg, #ffffff 70%, transparent);
  padding: 2rem 15px;
  border-radius: 12px;
}
.contAbst_about th {
  color: #074EA2;
  font-size: 1.4rem;
  font-weight: 500;
  width: 70px;
}
.contAbst_about td {
  padding-top: 1rem;
}

#about ul {
  padding: 0;
  list-style-type: none;
}

@media(min-width:992px){
  .contAbst_about {
    padding: 2rem 50px;
  }
  #about li {
    display: inline-block;
  }
  #about li:not(:last-of-type):after{
    display: inline-block;
    content: "/";
  }
}

@media(max-width:767px){
  #about table tr {
    display: flex;
    flex-direction: column;
  }
  .contAbst_about td {
    padding-top: 0;
    padding-bottom: 1.25rem;
  }
}








/*Exhibit*/
.no-link a{
  pointer-events: none;
}
#exhibit {
  padding-top: 3rem;
  margin-bottom: 2rem;
}
#exhibitInner {
  background-image: linear-gradient(90deg, #074ea2 60%, transparent);
  border-radius: 12px;
}
.contAbst_exhibit {
  background-image: linear-gradient(90deg, transparent, #ffffff 30%);
  padding: 2rem 15px;
  border-radius: 12px;
}

.exhibit-block .card {
    border-radius: 10px;
    box-shadow: 0 0 5px 0.2rem rgba(0, 0, 0, .1);
}
.exhibit-block a{
  display: block;
  background-color: #fff;
  border-radius: 10px 10px 0 0;
}
.exhibit-block a:hover{
    filter: brightness(0.9);
}
#exhibit .cardimage-thumb {
    height: 150px;
    display: flex;
    align-items: center;
    justify-content: center;
    padding: 1rem;
    padding-bottom: 0;
}
.cardimage-thumb-content-inner {
    max-width: 190px;
}
.exhibit-block .card-body {
    padding-top: 0;
}
.exhibit-lead {
    text-align: center;
    font-weight: 500;
    white-space: pre-wrap;
}
.exhibit-abst {
    margin-bottom: 1.5rem;
    font-size: 1rem;
}

@media(max-width:575px){
  .exhibit-logo-md .cardimage-thumb-content-inner{
    max-width: 270px!important;
  }
  .exhibit-logo-lg .cardimage-thumb-content-inner{
    max-width: 280px!important;
  }
  .exhibit-logo-lg .cardimage-thumb-content-inner{
    max-width: 295px!important;
  }
}

@media(min-width:768px) and (max-width:991px){
  #exhibit .cardimage-thumb-content-inner {
    max-width: 170px;
  }
  .exhibit-logo-sm .cardimage-thumb-content-inner{
    max-width: 155px!important;
  }
  .exhibit-logo-md .cardimage-thumb-content-inner{
    max-width: 200px!important;
  }
  .exhibit-logo-lg .cardimage-thumb-content-inner{
    max-width: 220px!important;
  }
  .exhibit-lead {
    text-align: left;
  }
}
@media(min-width:992px){
  .exhibit-lead, .exhibit-abst{
    padding: 0 1rem;
  }
  .exhibit-logo-md .cardimage-thumb-content-inner{
    max-width: 270px!important;
  }
  .exhibit-logo-lg .cardimage-thumb-content-inner{
    max-width: 280px!important;
  }
  .exhibit-logo-lg .cardimage-thumb-content-inner{
    max-width: 295px!important;
  }
}
@media(min-width:1200px){
  .exhibit-lead, .exhibit-abst {
    padding: 0 2rem;
  }
}






/*Sponsor*/
#sponsor {
  padding-top: 3rem;
  margin-bottom: 2rem;
}
#sponsorInner {
  background-image: linear-gradient(90deg, transparent, #074ea2 40%);
  border-radius: 12px;
}
.contAbst_sponsor {
  background-image: linear-gradient(90deg, #ffffff 70%, transparent);
  padding: 2rem 15px;
  border-radius: 12px;
}


.sponsor_title {
  display: flex;
  align-items: center;
  justify-content: center;
  color: #074EA2;
  white-space: nowrap;
  font-size: 1.4rem;
  margin: 0 auto 1rem auto;
  width: 300px;
}
.sponsor_title:after {
  margin-left: 15px;
}

.sponsor_title:before {
  margin-right: 15px;
}
.sponsor_title:before, .sponsor_title:after {
  background-color: #074EA2;
  content: "";
  height: 1px;
  width: 100%;
}

.sponsor_abst ul {
    padding: 0;
    list-style-type: none;
    text-align: center;
}
.sponsor_note {
    text-align: right;
    font-size: .9rem;
    max-width: 600px;
    margin: 0 auto;
}










/*Timetable Header*/
#ttHeader {
  padding-top: 3rem;
}
#ttHeaderInner {
  background-image: linear-gradient(90deg, #074ea2 60%, transparent);
  border-radius: 12px 12px 0 0;
}
.contAbst_ttHeader {
  background-image: linear-gradient(90deg, transparent, #ffffff 30%);
  padding: 3rem 15px;
  border-radius: 12px 12px 0 0;
  text-align: center;
  white-space: pre-wrap;
}
#alreadyApplied {
    font-weight: bold;
    font-size: 1.3rem;
    margin-top: 2.5rem;
}





/*主催者挨拶*/
#entry-field-header-opt_field1 {
  display: block;
  background-image: linear-gradient(90deg, transparent, #ffffff 30%);
  padding: 0px 18px;
  margin-bottom: 0 !important;
  position: relative;
  height: 130px;
}
#entry-field-header-opt_field1:before {
  content: "10:00\A▼\A 10:10";
  display: flex;
  white-space: pre-wrap;
  text-align: center;
  align-items: center;
  background-color: #D1D3D4;
  width: 50px;
  position: absolute;
  height: 100%;
  top: 0;
  left: 0px;
  padding: 0 5px;
  border-bottom: solid 1px #aaa;
  margin-left: 18px;
}
.entry-field-desc.entry-field-open {
  margin-left: 50px !important;
  display: flex;
  height: 100%;
  align-items: center;
  padding: 1rem;
  font-size: 1.4rem;
  background-color: #fff;
  border-bottom: solid 1px #ddd;
  font-weight: 600;
}
/*ログイン後*/
#tag-timetableLogin-1000 .ttColTime {
    min-height: 130px;
}
.ttLoginBlock a.no-link{
  pointer-events: none;
}
#tag-timetableLogin-1000 .ttColabst >.row {
    height: 100%;
}
#tag-timetableLogin-1000 .ttColabst >.row >div{
    padding-top: 0!important;
}




/*FieldGroup 0*/
.select-later span:hover {
    cursor: pointer;
}

.block-around-field-group0{
  background-image: linear-gradient(90deg, #074ea2 60%, transparent);
}
.fieldgroup0Inner{
  background-image: linear-gradient(90deg, transparent, #ffffff 30%);
  padding: 0rem 15px 2rem 15px;
}


#apply-form-title-0 {
  display: none;
}


/*FieldGroup 1*/
.ent-field-group1{
  background-image: linear-gradient(90deg, #074ea2 60%, transparent);
  margin-top: 0 !important;
  margin-bottom: 4rem !important;
  padding: 0 0 1.5rem 0 !important;
  border-radius: 0 0 12px 12px;
}
.entry-field-header{
  display: none;
}
.ent-field-group1 .new-entry-group,
#entry-field-header-opt_field3{
  background-image: linear-gradient(90deg, transparent, #ffffff 30%);
  padding: 0 33px;
  margin-bottom: 0;
}
.ent-field-group1 .new-entry-group:last-child{
  border-radius: 0 0 12px 12px;
}



/*時間*/
.ent-field-group1 .entry-field-desc + .row,
#entry-field-header-opt_field3 > div{
  position: relative;
}
#entry-field-header-opt_field3 > div{
  width: 100%!important;
}
.ent-field-group1 .entry-field-desc + .row:before,
#entry-field-header-opt_field3 > div:before{
  display: flex;
  white-space: pre-wrap;
  text-align: center;
  align-items: center;
  background-color: #D1D3D4;
  width: 50px;
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  padding: 0 5px;
  content: "";
  border-bottom: solid 1px #aaa;
}
.ent-field-group1 .entry-field-desc + .row>div:first-child,
#entry-field-header-opt_field3 > div >.row{
  padding-left: 0;
  margin-left: 50px;
  margin-bottom: 0 !important;
}
#entry-field-header-opt_field3 > div >.row {
  padding-right: 5px;
}
.ent-field-group1 .entry-field-desc + .row>div:nth-of-type(n+2){
  padding: 0;
  margin-bottom: 0 !important;
}


/*4カラム*/
#new-entry-group-opt_field3-0 > div >.row,
#new-entry-group-opt_field4-0 > div >.row,
#new-entry-group-opt_field5-0 > div >.row{
  margin-left: 20px;
  padding-left: 15px;
}
#new-entry-group-opt_field3-0 > div >.row:before,
#new-entry-group-opt_field4-0 > div >.row:before,
#new-entry-group-opt_field5-0 > div >.row:before{
  margin-left: -35px;
}
#new-entry-group-opt_field3-0 > div >.row >div,
#new-entry-group-opt_field4-0 > div >.row >div,
#new-entry-group-opt_field5-0 > div >.row >div{
  margin-left: 0;
  padding: 0;
}



.ent-field-group1 .card {
  border-radius: 0;
  border: none;
  border-bottom: solid 1px #ddd;
}
.ent-field-group1 .card-body {
  padding: .75rem 0 0 0;
  background-color: #fff;
}

.ent-field-group1 >.form-group > label {
  display: none!important;
}
.ent-field-group1 .card-body >input {
  margin-left: 9px;
  transform: scale(1.5);
  margin-top: 11px;
}
.ent-field-group1 .card .field-option-title{
  display: block;
  width: 100%;
  margin-left: 0 !important;
  padding-left: 30px;
  margin-top: -31px;
  line-height: 2.3;
  color: #fff;
}

.ttFormIdName {
  color: #fff;
  margin-top: -38px;
  margin-left: 80px;
}
.ttFormBlock {
  margin-top: 5px;
  padding: .5rem 1rem;
}
.ttTitle {
  font-size: 1.8rem;
  font-weight: 600;
  margin-bottom: .25rem;
}
.ttTitle span {
  display: block;
  font-size: 1.2rem;
  font-weight: 400;
}
.ttProf {
  text-align: right;
  margin-top: .5rem;
}
.ttCom span{
  display: inline-block;
}
.ttName {
  font-size: 1.5rem;
  font-weight: 600;
  text-align: right;
}
.ttName span {
  font-size: 1rem;
  display: inline-block;
  margin-left: .5rem;
}

/*4カラム*/
.ttFormIdName-s{
  color: #fff;
  margin-top: -36px;
  margin-left: 65px;
  font-size: 1rem;
}
.ttFormBlock-s{
  margin-top: 5px;
  padding: .25rem .5rem;
  line-height: 1.4;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ttFormBlock-s .ttTitle{
  font-size: 1.2rem;
  font-weight: 500;
  margin-bottom: .25rem;
}
.ttFormBlock-s .ttTitle span{
  display: block;
  font-size: 1rem;
  font-weight: 400;
}

.ttFormBlock-p .main-speaker,
.ttLoginBlock-p .main-speaker{
    border-bottom: solid 1px #ddd;
}
.ttFormBlock-p .ttCom,
.ttLoginBlock-p .ttCom{
  display: inline-block;
  text-align: left;
}
.ttFormBlock-p .ttCom-p,
.ttLoginBlock-p .ttCom-p{
    text-align: right;
    width: 100%;
}




/*基調講演*/
#new-entry-group-opt_field1-0 .field-option-title, .bg-k .ttLabel{
  background-image: linear-gradient(90deg, #2f7490 60%, transparent);
}
#new-entry-group-opt_field1-0 .entry-field-desc + .row:before {
  content: "10:10\A▼\A 10:55";
}

/*特別講演*/
#new-entry-group-opt_field2-0 .field-option-title, .bg-s .ttLabel{
  background-image: linear-gradient(90deg, #31327f 60%, transparent);
}
#new-entry-group-opt_field2-0 .entry-field-desc + .row:before {
  content: "10:55\A▼\A 11:40";
}

/*Track*/
#entry-field-header-opt_field3{
  display: block!important;
  margin:0!important;
  padding: 0px 18px;
}
#entry-field-header-opt_field3 > div:before{
  content: "";
  background-color: #939598;
  border-bottom: solid 1px #888;
}
.ttFormTrack > .row{
  margin-right: -10px;
}
.ttFormTrack > .row > div{
  background-color: #074EA2;
  color: #fff;
}
.ttFormTrack > .row > div:not(:last-child) {
    border-right: solid 1px #aaa;
}


/*4カラム*/
#new-entry-group-opt_field3-0 .entry-field-desc + .row:before {
  content: "13:10\A▼\A 13:50";
}
#new-entry-group-opt_field4-0 .entry-field-desc + .row:before {
  content: "14:10\A▼\A 14:50";
}
#new-entry-group-opt_field5-0 .entry-field-desc + .row:before {
  content: "15:15\A▼\A 15:55";
}

#new-entry-group-opt_field3-0 > div > .row > div:nth-of-type(1) .field-option-title,
#new-entry-group-opt_field3-0 > div > .row > div:nth-of-type(3) .field-option-title,
#new-entry-group-opt_field3-0 > div > .row > div:nth-of-type(4) .field-option-title,
#new-entry-group-opt_field4-0 > div > .row > div:nth-of-type(1) .field-option-title,
#new-entry-group-opt_field4-0 > div > .row > div:nth-of-type(4) .field-option-title,
#new-entry-group-opt_field5-0 > div > .row > div:nth-of-type(3) .field-option-title,
.bg-seG .ttLabel{
  background-color: #99CA3C;
}
#new-entry-group-opt_field3-0 > div > .row > div:nth-of-type(2) .field-option-title,
#new-entry-group-opt_field4-0 > div > .row > div:nth-of-type(2) .field-option-title,
#new-entry-group-opt_field5-0 > div > .row > div:nth-of-type(1) .field-option-title,
#new-entry-group-opt_field5-0 > div > .row > div:nth-of-type(2) .field-option-title,
#new-entry-group-opt_field5-0 > div > .row > div:nth-of-type(4) .field-option-title,
.bg-seP .ttLabel{
  background-color: #993E97;
}
#new-entry-group-opt_field4-0 > div > .row > div:nth-of-type(3) .field-option-title,
.bg-seO .ttLabel{
  background-color: #F79432;
}


/*パネルディスカッション*/
#new-entry-group-opt_field6-0 .field-option-title, .bg-u .ttLabel{
  background-image: linear-gradient(90deg, #2EA3DC 60%, transparent);
}
#new-entry-group-opt_field6-0 .entry-field-desc + .row:before {
  content: "16:15\A▼\A 17:00";
}

.panelistArea .ttCom {
    width: 100%;
}


@media(min-width:992px){
  #new-entry-group-opt_field3-0 > div >.row >div:not(:last-child),
  #new-entry-group-opt_field4-0 > div >.row >div:not(:last-child),
  #new-entry-group-opt_field5-0 > div >.row >div:not(:last-child){
    border-right: solid 1px #ddd;
  }
}

@media(min-width:992px){
  .ttFormBlock {
    padding: 1rem 1.25rem;
  }

  .ttImg img{
    max-width: 150px;
  }
  .ttFormIdName-s,
  .ttFormIdName-p{
    font-size: 1rem;
    margin-top: -36px;
    margin-left: 58px;
  }
  .ttFormBlock-s .ttImg img,
  .ttFormBlock-p .ttImg img{
    max-width: 100%;
  }

  .ttFormBlock-s .ttTitle{
    font-size: 1.1rem;
  }
  .ttFormBlock-s .ttCom,
  .ttFormBlock-p .ttCom{
    font-size: .9rem;
  }
  .ttFormBlock-s .ttName,
  .ttFormBlock-p .ttName{
    font-size: 1.1rem;
  }

  .ttRowBlock .ttColabst >.row > div:not(:last-child){
      border-right: solid 1px #ddd;
  }
  
  .panelistArea {
    margin-top: 1rem;
  }
  .panelistArea >div {
    height: 130px;
  }
  .panelistArea >div >.row {
    height: 100%;
  }
  .panelistArea >div >.row >.col-8 {
    height: 100%;
  }
  .panelistArea .ttProf {
    height: 100%;
  }
  .panelistArea .ttCom {
    width: 100%;
    height: 100%;
    display: flex;
    flex-direction: column;
  }
  .row.panelistArea .ttCom-p {
    flex-grow: 1;
    display: flex;
    align-items: flex-end;
    justify-content: flex-end;
  }
}

@media(min-width:1200px){
  /*4カラム タイトル高さ調整*/
  #new-entry-group-opt_field3-0 .ttFormBlock-s,
  #tag-timetableLogin-1310 .ttFormBlock-s > a{
    height: 205px;
  }
  #new-entry-group-opt_field4-0 .ttFormBlock-s,
  #tag-timetableLogin-1410 .ttFormBlock-s > a{
    height: 195px;
  }
  #new-entry-group-opt_field5-0 .ttFormBlock-s,
  #tag-timetableLogin-1515 .ttFormBlock-s > a{
    height: 225px;
  }
}

@media(max-width:991px){
  .ttFormIdName-s{
    font-size: 1.1rem;
    margin-top: -38px;
    margin-left: 80px;
  }
  
  /*Track*/
  #entry-field-header-opt_field3{
    display: none!important;
  }
  #new-entry-group-opt_field3-0 >div >.row >div:before,
  #new-entry-group-opt_field4-0 >div >.row >div:before,
  #new-entry-group-opt_field5-0 >div >.row >div:before{
    display: block;
    background-color: #074EA2;
    color: #fff;
    text-align: center;
    padding: .5rem 0;
  }
  #new-entry-group-opt_field3-0 >div >.row >div:nth-of-type(1):before,
  #new-entry-group-opt_field4-0 >div >.row >div:nth-of-type(1):before,
  #new-entry-group-opt_field5-0 >div >.row >div:nth-of-type(1):before {
    content: "Track1";
  }
  #new-entry-group-opt_field3-0 >div >.row >div:nth-of-type(2):before,
  #new-entry-group-opt_field4-0 >div >.row >div:nth-of-type(2):before,
  #new-entry-group-opt_field5-0 >div >.row >div:nth-of-type(2):before {
    content: "Track2";
  }
  #new-entry-group-opt_field3-0 >div >.row >div:nth-of-type(3):before,
  #new-entry-group-opt_field4-0 >div >.row >div:nth-of-type(3):before,
  #new-entry-group-opt_field5-0 >div >.row >div:nth-of-type(3):before {
    content: "Track3";
  }
  #new-entry-group-opt_field3-0 >div >.row >div:nth-of-type(4):before,
  #new-entry-group-opt_field4-0 >div >.row >div:nth-of-type(4):before,
  #new-entry-group-opt_field5-0 >div >.row >div:nth-of-type(4):before {
    content: "Track4";
  }

  .ttTitle, .ttFormBlock-s .ttTitle{
    font-size: 1.4rem;
    font-weight: 600;
  }
  .ttTitle span, .ttFormBlock-s .ttTitle span{
    font-size: 1rem;
    font-weight: 400;
  }
  .ttFormBlock-s{
    margin-top: 5px;
    padding: .5rem 1rem;
  }
  
  #new-entry-group-opt_field6-0 .fld-opt-card {
    border-top: solid 1px #ddd;
  }
}

@media(max-width:768px){
  #oatnd-main{
    padding-right: 0;
    padding-left: 0;
  }

  /*1カラム*/
  #new-entry-group-opt_field1-0, #new-entry-group-opt_field1-0 > div >.row >div,
  #new-entry-group-opt_field2-0, #new-entry-group-opt_field2-0 > div >.row >div,
  #new-entry-group-opt_field6-0, #new-entry-group-opt_field6-0 > div >.row >div{
    padding-right: 0;
  }
  
  .ttTitle/*, .ttFormBlock-s .ttTitle*/{
    font-size: 1.4rem;
    font-weight: 600;
  }
  .ttTitle span/*, .ttFormBlock-s .ttTitle span*/{
    font-size: 1rem;
    font-weight: 400;
  }
  div:has(>.ttProf){
    padding-right: 0;
  }
  .ttProf {
    margin-top: 1rem;
  }
  .ttCom{
    font-weight:400;
  }
  .ttName {
    font-size: 1.2rem;
  }
}

@media(min-width:768px) and (max-width:991px){
  .ent-field-group1 .card .field-option-title{
    padding-left: 2rem!important;
  }
  
  /*.col-md-3を.col-ld-3に変更*/
  .form-group > div >.row >.col-md-3 {
    flex: 0 0 100%;
    max-width: 100%;
  }

  .panelistArea >div {
    height: 155px;
  }
  .panelistArea >div >.row {
    height: 100%;
  }
  .panelistArea >div >.row >.col-8 {
    height: 100%;
  }
  .panelistArea .ttProf {
    height: 100%;
    display: flex;
    align-items: flex-end;
  }
  .panelistArea .ttCom {
    width: 100%;
    /*height: 100%;*/
    /*display: flex;*/
    /*flex-direction: column;*/
    margin-bottom: .5rem;
  }
  .row.panelistArea .ttCom-p {
    flex-grow: 1;
    display: flex;
    height: 80px;
    align-items: flex-end;
    justify-content: flex-end;
  }
  .ttLoginBlock-p .row.panelistArea,
  .ttFormBlock-p .row.panelistArea {
    width: 100%;
    margin: 0 auto;
  }
  
}
@media (min-width: 992px) and (max-width: 1199px) {
  
  /*4カラム タイトル高さ調整*/
  #new-entry-group-opt_field3-0 .ttFormBlock-s,
  #tag-timetableLogin-1310 .ttFormBlock-s > a{
    height: 205px;
  }
  #new-entry-group-opt_field4-0 .ttFormBlock-s,
  #tag-timetableLogin-1410 .ttFormBlock-s > a{
    height: 180px;
  }
  #new-entry-group-opt_field5-0 .ttFormBlock-s,
  #tag-timetableLogin-1515 .ttFormBlock-s > a{
    height: 200px;
  }
}

@media(max-width:575px){
  #oatnd-main-inner{
    padding-right: 0;
    padding-left: 0;
  }
  .col-12:has(>.ttLoginBlock-p .row.panelistArea),
  .col-12:has(>.ttFormBlock-p .row.panelistArea) {
    padding: 0;
  }
}




.badge-session-close{
  display: none;
}

/*満席表示------------*/
/*▼ k-1 上：満席、下：満席間近*/
/*#CF_k-1 .check-full{ display: block!important; }*/
/*#CF_k-1 .check-nearly-full{ display: block!important; }*/
/*▼ s-1 上：満席、下：満席間近*/
/*#CF_s-1 .check-full{ display: block!important; }*/
/*#CF_s-1 .check-nearly-full{ display: block!important; }*/

/*▼ 1-1 上：満席、下：満席間近*/
/*#CF_se1-1 .check-full{ display: block!important; }*/
/*#CF_se1-1 .check-nearly-full{ display: block!important; }*/
/*▼ 2-1 上：満席、下：満席間近*/
/*#CF_se2-1 .check-full{ display: block!important; }*/
/*#CF_se2-1 .check-nearly-full{ display: block!important; }*/
/*▼ 3-1 上：満席、下：満席間近*/
#CF_se3-1 .check-full{ display: block!important; }
/*#CF_se3-1 .check-nearly-full{ display: block!important; }*/
/*▼ 4-1 上：満席、下：満席間近*/
/*#CF_se4-1 .check-full{ display: block!important; }*/
/*#CF_se4-1 .check-nearly-full{ display: block!important; }*/

/*▼ 1-2 上：満席、下：満席間近*/
/*#CF_se1-2 .check-full{ display: block!important; }*/
/*#CF_se1-2 .check-nearly-full{ display: block!important; }*/
/*▼ 2-2 上：満席、下：満席間近*/
/*#CF_se2-2 .check-full{ display: block!important; }*/
/*#CF_se2-2 .check-nearly-full{ display: block!important; }*/
/*▼ 3-2 上：満席、下：満席間近*/
/*#CF_se3-2 .check-full{ display: block!important; }*/
/*#CF_se3-2 .check-nearly-full{ display: block!important; }*/
/*▼ 4-2 上：満席、下：満席間近*/
#CF_se4-2 .check-full{ display: block!important; }
/*#CF_se4-2 .check-nearly-full{ display: block!important; }*/

/*▼ 1-3 上：満席、下：満席間近*/
/*#CF_se1-3 .check-full{ display: block!important; }*/
/*#CF_se1-3 .check-nearly-full{ display: block!important; }*/
/*▼ 2-3 上：満席、下：満席間近*/
/*#CF_se2-3 .check-full{ display: block!important; }*/
/*#CF_se2-3 .check-nearly-full{ display: block!important; }*/
/*▼ 3-3 上：満席、下：満席間近*/
/*#CF_se3-3 .check-full{ display: block!important; }*/
/*#CF_se3-3 .check-nearly-full{ display: block!important; }*/

/*u-1 上：満席、下：満席間近*/
/*#CF_u-1 .check-full{ display: block!important; }*/
/*#CF_u-1 .check-nearly-full{ display: block!important; }*/









/* ▼Timetableログイン後：ここから▼ */
#timetableLoginInner {
  background-image: linear-gradient(90deg, #074ea2 60%, transparent);
  border-radius: 0 0 12px 12px;
  margin-bottom: 8rem;
}
.timetableLonginInner-block {
  background-image: linear-gradient(90deg, transparent, #ffffff 30%);
  padding: 0 15px 3rem 15px;
  border-radius: 0 0 12px 12px;
}

.ttRowBlock {
    background-color: #fff;
}

.ttLoginBlock a {
  display: block;
  color: #231F20;
  background-color: #fff;
  padding: .5rem 1rem;
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.ttLoginBlock a:hover {
  color: #231F20;
  text-decoration: none;
  filter: brightness(0.8);
  transition: all 0.3s;
  text-decoration: none;
}

.ttColTime {
  width: 50px;
  background-color: #D1D3D4;
  display: flex;
  align-items: center;
  text-align: center;
  border-bottom: solid 1px #aaa;
}
.ttColabst {
  width: 100%;
  border-bottom: solid 1px #ddd;
}

.ttLabel{
  padding-left: 1.25rem;
  line-height: 2.3;
  color: #fff;
}

/*Track label*/
#tag-timetableLogin-track .ttColabst {
  padding-top: 0;
}
#tag-timetableLogin-track .ttColTime {
  background-color: #939598;
}
#tag-timetableLogin-track .ttLabel{
  padding: 0;
  background-color: #074EA2;
  text-align: center;
}

/*4カラム*/
.ttLoginBlock-s{
  line-height: 1.4;
  width: 100%;
}
.ttLoginBlock-s .ttTitle{
  font-size: 1.4rem;
  font-weight: 600;
  margin-bottom: .25rem;
}
.ttLoginBlock-s.d-flex > a{
  flex-grow: 1;
  flex-shrink: 1;
  flex-basis: 0%;
}
.ttRowBlock .ttColabst >.row > div {
    padding-top: .5rem;
}
#tag-timetableLogin-track .ttColabst >.row > div {
    padding-top: 0;
}


@media(max-width: 991px){
  #tag-timetableLogin-track{
    display: none!important;
  }
  .ttRowBlock-s .ttLoginBlock:before {
    margin-bottom: .25rem;
    display: block;
    background-color: #074EA2;
    color: #fff;
    text-align: center;
    padding: .5rem 0;
  }
  .ttRowBlock-s .ttColabst >.row >div:nth-of-type(1) > .ttLoginBlock:before {
    content: "Track1";
  }
  .ttRowBlock-s .ttColabst >.row >div:nth-of-type(2) > .ttLoginBlock:before {
    content: "Track2";
  }
  .ttRowBlock-s .ttColabst >.row >div:nth-of-type(3) > .ttLoginBlock:before {
    content: "Track3";
  }
  .ttRowBlock-s .ttColabst >.row >div:nth-of-type(4) > .ttLoginBlock:before {
    content: "Track4";
  }
}

@media (min-width:768px){
  .ttRowBlock-s .ttColabst >.row >.col-md-4:not(:last-child){
    border-right: solid 1px #ddd;
  }
  /*.ttLoginBlock-s .ttCom, */.ttLoginBlock-p .ttCom{
    /*font-size: .9rem;*/
  }
  /*.ttLoginBlock-s .ttName, */.ttLoginBlock-p .ttName{
    /*font-size: 1.1rem;*/
  }
}
@media (min-width: 768px) and (max-width: 991px){
  .ttLoginBlock-s .ttLabel{
    padding-left: .25rem;
  }
  .panelinstArea{
    padding: 0 15px;
  }
}
@media(min-width:992px){
  .ttLoginBlock a{
    padding: 1rem 1.75rem;
  }
  .ttLoginBlock-s a{
    padding: .25rem .5rem .5rem .5rem;
  }
  
  .ttLabel{
    padding-left: 1rem;
  }

  .ttLoginBlock-s a{
    padding: .25rem .5rem;
  }
  .ttLoginBlock-s .ttTitle{
    font-size: 1.2rem;
    font-weight: 500;
    margin-bottom: .75rem;
  }
  .ttLoginBlock-s .ttTitle span, .ttLoginBlock-p .ttTitle span{
    font-size: 1rem;
    font-weight: 500;
  }
  
  .ttLoginBlock-s .ttCom, .ttLoginBlock-p .ttCom{
    font-size: 1rem;
  }
  .ttLoginBlock-s .ttName, .ttLoginBlock-p .ttName{
    font-size: 1.2rem;
  }
  .ttLoginBlock-s .ttImg img, .ttLoginBlock-p .ttImg img{
    max-width: 100%;
  }
}

@media(min-width:992px) and (max-width:1199px){
  .ttLoginBlock-s .ttTitle{
    font-size: 1.1rem;
  }
  .ttLoginBlock-s .ttCom,
  .ttLoginBlock-p .ttCom{
    font-size: .9rem;
  }
  .ttLoginBlock-s .ttName,
  .ttLoginBlock-p .ttName{
    font-size: 1.1rem;
  }
}






/*Modal 個別*/
@media(max-width:991px){
  #s-1 .moPrefWrap {
    background: linear-gradient(180deg, transparent 0%, transparent 25%, #D1D3D4 25%, #D1D3D4 100%);
  }
  #se4-3 .moPrefWrap {
    background: linear-gradient(180deg, transparent 0%, transparent 25%, #D1D3D4 25%, #D1D3D4 100%);
  }
}
@media(max-width:450px){
  #s-1 .moPrefWrap {
    background: linear-gradient(180deg, transparent 0%, transparent 5%, #D1D3D4 5%, #D1D3D4 100%);
  }
  #se2-2 .moPrefWrap {
    background: linear-gradient(180deg, transparent 0%, transparent 5%, #D1D3D4 5%, #D1D3D4 100%);
  }
  #se4-3 .moPrefWrap {
    background: linear-gradient(180deg, transparent 0%, transparent 5%, #D1D3D4 5%, #D1D3D4 100%);
  }
}
@media(min-width:992px){
  .img-90 .moPrefWrap {  margin-top: -90px;}
  .img-100 .moPrefWrap {  margin-top: -100px;}
  .img-110 .moPrefWrap {  margin-top: -110px;}
  .img-120 .moPrefWrap {  margin-top: -120px;}
  .img-130 .moPrefWrap {  margin-top: -130px;}
  .img-135 .moPrefWrap {  margin-top: -135px;}
  .img-140 .moPrefWrap {  margin-top: -140px;}
  .img-150 .moPrefWrap {  margin-top: -150px;}
  .img-160 .moPrefWrap {  margin-top: -160px;}
  .img-170 .moPrefWrap {  margin-top: -170px;}
  .img-180 .moPrefWrap {  margin-top: -180px;}
  .img-190 .moPrefWrap {  margin-top: -190px;}
  .img-200 .moPrefWrap {  margin-top: -200px;}
}







/*キャンペーン*/
.ent-field-group2,
#camLoginInner{
    background-color: rgba(161, 211, 158, .4);
    max-width: 900px;
    margin: 6rem auto !important;
    padding: 2rem 2rem 4rem 2rem !important;
    border-radius: 17px;
    position: relative;
}
#entry-field-header-opt_field7,
#camLoginInner-Block{
    display: block;
    margin-bottom: 0 !important;
    margin-top: 10vw;
}
#entry-field-header-opt_field7 >img,
#camLoginInner-Block > img{
    position: absolute;
    top: -1.9vh;
    left: -2px;
    max-width: 100.7%;
    width: 100.7%;
}
@media(min-width:576px){
  #entry-field-header-opt_field7,
  #camLoginInner-Block{
    margin-top: 3.5rem;
  }
  #entry-field-header-opt_field7 >img,
  #camLoginInner-Block > img{
    top: -16px;
  }
}
@media(min-width:768px){
  #entry-field-header-opt_field7,
  #camLoginInner-Block{
    margin-top: 5.5rem;
  }
  #entry-field-header-opt_field7 >img,
  #camLoginInner-Block > img{
    top: -23px;
  }
}
@media(min-width:992px){
  #entry-field-header-opt_field7,
  #camLoginInner-Block{
    margin-top: 8.5rem;
  }
  #entry-field-header-opt_field7 >img,
  #camLoginInner-Block > img{
    top: -31px;
    left: -3px;
  }
}

.camNote {
    max-width: 775px;
    margin: 1rem auto;
}
.camNote span {
    color: #EE2D2A;
    font-weight: bold;
}

.camWhite {
    padding: 2rem 1rem 1rem 1rem;
    max-width: 775px;
    margin: 0 auto;
    background-color: #fff;
    border-radius: 14px 14px 0 0;
}
#camLoginInner-Block .camWhite{
  border-radius: 14px;
}
.camWhite-lead {
    font-weight: bold;
    border-bottom: solid 2px #000;
    margin-bottom: .5rem;
}
.camWhite-abst {
    margin: 0 1.5rem 1rem;
}
.camWhite-abst span:not(.small){
    font-size: 1.4rem;
    font-weight: bold;
    color: #EE2D2A;
}
.camWhite-abst .small {
    display: block;
    line-height: 1.5;
    padding: .5rem 1rem;
}
.camWhite-abst a {
    display: block;
    margin-bottom: .5rem;
    text-decoration: underline;
}

.camSponsor span {
    display: flex;
    align-items: center;
    color: #CC4C51;
    font-weight: bold;
    font-size: 1.6rem;
}
.camSponsor span:before, .camSponsor span:after {
    content: "";
    height: 3px;
    background-color: #CC4C51;
}
.camSponsor span:before {
    flex-grow: 1;
    margin-right: 1rem;
}
.camSponsor span:after {
    flex-grow: 21;
    margin-left: 1rem;
}

#new-entry-group-opt_field7-0__BV_label_{
  display: none!important;
}
#new-entry-group-opt_field7-0__BV_label_ +div >.entry-field-desc {
    font-weight: normal;
    text-decoration: underline;
    margin-top: 0 !important;
    padding-top: 1.25rem !important;
}

#new-entry-group-opt_field7-0 {
    text-align: center;
    background-color: #fff;
    max-width: 775px;
    margin: 0 auto;
    border-radius: 0 0 14px 14px;
    padding: 0 1rem 1rem 1rem;
}
#new-entry-opt_field7-0 {
    margin-top: 1rem;
}

#new-entry-opt_field7-0 {
    margin: 1rem auto 0 auto;
    padding: .5rem 0;
    width: 150px;
    color: #fff;
    background-color: #46A0D8;
}
#new-entry-opt_field7-0:hover, #new-entry-opt_field7-0:active,
#new-entry-opt_field7-0:not(:disabled):not(.disabled):active{
  background-color:#146ea6;
  border-color:#146ea6;
  color: #ffffff;
  cursor: pointer;
}
#new-entry-opt_field7-0:focus,
#new-entry-opt_field7-0:not(:disabled):not(.disabled):active:focus{
  box-shadow: 0 0 0 0.2rem rgba(20, 110, 166, 0.5);
}
#new-entry-group-opt_field7-0.custom-control >input:hover,
#new-entry-group-opt_field7-0.custom-control >label:hover {
    cursor: pointer;
}

/*キャンペーン申込ボタン*/
#new-entry-opt_field7-0 .custom-control.custom-checkbox label {
    width: 100%;
    height: 10%;
    padding-left: .5rem;
    font-size: 1.2rem;
}
#new-entry-opt_field7-0 .custom-control.custom-checkbox label:before,
#new-entry-opt_field7-0 .custom-control.custom-checkbox label:after {
    margin-top: 2px;
    width: 20px;
    height: 20px;
    margin-left: 20px;
}
#new-entry-opt_field7-0 .custom-control-input:checked~.custom-control-label::before {
    border-color: #27295e;
    background-color: #27295e;
}
#new-entry-opt_field7-0 .custom-control.custom-checkbox label:hover {
    cursor: pointer;
}









/*entry close*/
.oatnd-apply-0:has(.entry-close) > .row > div {
    background-image: linear-gradient(90deg, #074ea2 60%, transparent);
    border-radius: 0 0 12px 12px;
    width: 100%;
}
.entry-close {
    background-image: linear-gradient(90deg, transparent, #ffffff 30%);
    padding: 3rem 0;
    margin: 0 !important;
    border-radius: 0 0 12px 12px;
}





