@charset "UTF-8";
/* CSS Document */
/* CSS Document　digitaldays2025*/

/*-----------下層ページ---------*/
@media screen and (max-width: 786px){
.m50-b {
    margin-bottom: 20px!important;
}
.m60-b {
    margin-bottom: 30px!important;
}
}

/*--タイトル--*/
#title{
    background: url("../img/bk_title.jpg") no-repeat center center;
    z-index: 1;
}

@media screen and (max-width: 786px){
  #title{
    background-size: 250%;
    background-position: left -200px top -70px;
  }
}

@media screen and (min-width: 2000px){
#title{ background-size: cover;}
}

#title .title_in {
    width: clamp(320px, 90%, 1100px);
    height: 210px;
    margin: 0 auto;
    padding: 0;
    display: flex;
    justify-content: center;
    align-items: flex-start;
    text-align: left;
    flex-direction: column;
    letter-spacing: 0.1em;
}

#title .title_in h1{
          font-size: 2em;
            color: rgba(91, 0, 208, 0.9);
            font-weight: bold;
             text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

#title .title_in h1 span.small__2{
font-size: 0.5em!important;
font-weight: bold;
    padding: 5px 5px 5px 10px;
    background-color: #E7410B;
    line-height: 1em;
    display: inline;
    text-align: center;
    border-radius: 5px;
    color: #ffffff;
    margin-right: 0.5em;
}

#title .title_in h1 span.small{
font-size: 0.7em!important;
font-weight: bold;
}

#title .title_in .sab-title{
    margin-top: 15px;
    font-size: 1.2em;
    font-weight: bold;
    color: rgba(91, 0, 208, 0.9);
    text-shadow:1px 1px 0 #FFF, -1px -1px 0 #FFF,
              -1px 1px 0 #FFF, 1px -1px 0 #FFF,
              0px 1px 0 #FFF,  0 -1px 0 #FFF,
              -1px 0 0 #FFF, 1px 0 0 #FFF;
}

@media screen and (max-width: 786px){
#title{
    margin-top: 65px;
    height: auto;
}

#title .title_in {
    width: calc(100% - 30px);
padding: 15px;
    height: 100px;
}
#title .title_in h1{ line-height: 1.2em; font-size: 1.4em;}
#title .title_in h1 span.small{
font-size: 14px!important;
line-height: 14px!important;
}
#title .title_in .sab-title{margin-top: 0px;}
}

 .box_box{
 background: #00A1C7;
 color: #ffffff;
 padding: 0 1em;
 line-height: 2em;
 height: 2em;
 display: inline;
 }

/*--ページのリード分-*/
@media screen and (max-width: 786px){
#read_box{
  .contents_inner{
    padding: 40px 0;
  }  
}
}
#read_box h3{
font-weight: normal;
margin-bottom: 50px;
padding: 0.5em 1.5em;
}


#read_box h3.bottom-border::after{
position: absolute;
bottom: -10px;
width: 100%;
}

#read_box h4{
font-weight: normal;
position: relative;
margin-bottom: 15px;
}


#read_box .flex-2com-1com p{
width: 70%;
}

#read_box .flex-2com-1com figure{
margin-left: 50px;
width: 200px;
margin-top: -10px;
}

#read_box .flex-2com-1com figure.w300{
width: 300px;
}

#read_box ul.list_down{
display: flex;
flex-wrap: wrap;
}

#read_box ul.list_down li{
font-size: 0.9em;
width: calc( 95% / 2);
}


#read_box ul.list_down li .nolink{
background:none!important;
color: #666666;
}

#read_box ul.list_down li.w2nd{
width: 70%;
}

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

#read_box h3 {
margin-bottom: 30px;
line-height: 1.4em;
}
#read_box .bottom-border{
padding-bottom: 0;
}
#read_box  .m40-b{
  margin-bottom: 25px!important;
}


#read_box h4{
margin-bottom: 10px;
}

#read_box ul.list_down li,
#read_box ul.list_down li.w2nd{
width: 100%;
}

#read_box .flex-2com-1com p {
    width: 65%;
}

#read_box .flex-2com-1com figure{
margin: 15px auto 0 auto;
max-width: 100px;
}

}
/*--プログラム--*/
.program_box{
display: block;
background: #ffffff;
position: relative;
box-shadow: 8px 8px rgba(220,60,203,0.3);
margin-bottom: 30px;
}

.program_box .inner{
padding: 30px 48px;
}

.midashi_box{
display: flex;
align-items: center;
justify-content: flex-start;
margin-bottom: 3px;
}

@media screen and (max-width: 786px){
.program_box {
    display: block;
    box-shadow: 6px 6px rgba(220,60,203,0.3);
}
.program_box{
margin-top: 15px;
}


.program_box .inner{
padding: 25px 20px;
width: auto;
}
}

.icon_session_no{
font-size: 1.1em;
font-weight: bold;
width: 4em;
height: 30px;
line-height: 30px;
text-align: center;
box-sizing:border-box;
box-shadow: 2px 2px rgba(220,60,203,0.5);
}



.icon_toku{
font-size: 1em;
font-weight: bold;
padding: 0 1em;
height: 30px;
line-height: 30px;
border-radius: 15px;
text-align: center;
color: #ffffff;
background: #A22222;
}

.code_jirei{
font-size: 1em;
padding: 0 1em;
height: 30px;
line-height: 30px;
text-align: center;
color: #333333;
background: rgba(0, 215, 253 ,0.3);
}

.theme_box {
    background-color: #fff;
    /*box-shadow: 5px 5px 10px rgb(0 0 0 / 25%);*/
    display: block;
    padding-top: 20px;
    position: relative;
}

.theme_box h4{
padding-bottom: 15px;
margin-bottom: 20px;
border-bottom: 1px solid #CCCCCC;
font-weight: bold;
font-size: 1.2em;
}

.theme_box .rogo_img {
    float: right;
    margin: 0 0px 0 20px;
    max-width: 500px;
}


.theme_box .rogo_img_aabsolute {
position: absolute;
top:-15px;
right: 0px;

}

.theme_box .rogo_img_aabsolute_mt25 {
position: absolute;
top:-25px;
right: 0px;
}

.theme_box .rogo_img_aabsolute_mt40 {
position: absolute;
top:-40px;
right: 0px;
}

.theme_box .rogo_img_aabsolute_mt55 {
position: absolute;
top:-55px;
right: 0px;
}

.theme_box .rogo_img_aabsolute_m5 {
position: absolute;
top:5px;
right: 5px;

}

.theme_box .img_bnr{
margin: 15px 20px 0 0;
}


.theme_box .line_left{
border-left: 1px solid #cccccc;
margin: 0 auto;
}

@media screen and (max-width: 786px){
.theme_box { width: auto;}
.theme_box .flex-2com{ display: block;}
.theme_box .w50per,
.theme_box .w47per{ width: 100%!important;}
.theme_box .w50per{ margin-bottom: 10px;}
.theme_box h2{ 
  margin-bottom: 15px!important;
}
.theme_box h4{
padding-bottom: 10px;
margin-bottom: 15px;
}
.theme_box .rogo_img {
    float: none;
    margin: 0 0 10px 0;
    max-width: 300px;
}
.theme_box .img_bnr{
margin: 15px auto 0 auto;
}
.theme_box .rogo_img_aabsolute,
.theme_box .rogo_img_aabsolute_mt25,
.theme_box .rogo_img_aabsolute_mt40,
.theme_box .rogo_img_aabsolute_mt55 {
position:static;
top:auto;
right: auto;
margin-bottom: 10px;
}

.program_box_ss .theme_box .flex-2com div{
width: 100%;
}
.program_box_ss .theme_box .flex-2com div:first-child{
margin-bottom: 10px;
}

.theme_box .line_left{
border-left: none;
border-bottom: 1px solid #cccccc;
margin: 10px 0;
width: 100%;
}
}

.theme_box h2{
    font-size: 1em;
    font-weight: bold;
    margin-bottom: 15px;
    text-align: left;
    line-height: 1.5em;
    text-shadow: none;
}
@media screen and (max-width: 786px){
.theme_box h2 br{ display: none; overflow: hidden;}
}
.theme_box h2.kichou{
    font-size: 1.2em;
    font-weight: bold;
    margin-bottom: 10px;
    text-align: left;
    color:#2D961E;
}

.theme_box h4.icon_award{
    display: flex;
    justify-content: flex-start;
    align-items: center;
    color: #B60046
}

.program_box .theme_box h4.icon_award img{
width: 40px;
margin-right: 10px;
}

.theme_box .com_name_l {
    font-size: 1.15em;
    font-weight: bold;
    line-height: 1.4em;
}

.theme_box .com_name {
    font-weight: bold;
    line-height: 1.4em;
    font-size:0.9em;
}

.theme_box .com_name_s {
    line-height: 1.2em;
    font-size:0.8em;
    margin-bottom: 0.5em;
}

.theme_box .copy{
font-size: 0.8em;
line-height: 1.5em;
overflow: hidden;
margin-bottom: 15px;
}

@media screen and (max-width: 786px){
.theme_box .copy{ overflow: visible;}
}

.theme_box .photo{
    float: right;
    width: 180px;
    box-sizing: border-box;
    margin:5px 10px 10px 25px;
}

.theme_box .photo__s{
    float: right;
    width: 130px;
    box-sizing: border-box;
    margin-left: 15px;
}

@media screen and (max-width: 786px){
.theme_box .photo,
.theme_box .photo__s{
width: 80px;
    margin-left: 10px;}
}

.theme_box .btn_detail a{
font-size: 0.8em;
line-height: 1.3em;
}


/*---------参加お申込みページ---------*/
#privacyPolicy h4{
margin-bottom: 20px;
text-align: center;
}


#ppScroll {
    width: 90%;
    height: 200px;
    margin: 10px auto;
    overflow-y: scroll;
    border: 1px solid #aaa;
}

@media
only screen and (max-width : 786px){
#ppScroll { width: auto;}
}

#ppScroll p{
font-size: 0.85em;
line-height: 1.5em;
padding: 10px;
}

#ppScroll .privacyPolicy {

    padding: 0 20px;
    line-height: 1.5em;
}



#ppScroll .privacyPolicy p {

    font-size: 0.85rem;

    padding: 10px;

}



#ppScroll .privacyPolicy .ppContent {

    margin-bottom: 20px;

}



#ppScroll .privacyPolicy .ppContent .provItems {
    font-size: 0.85rem;
    padding-left: 1.5rem;
}
#ppScroll .privacyPolicy .ppContent ul.provItems li{
line-height: 1.5em;
}

#ppScroll .privacyPolicy .ppContent h4{
    font-size: 0.95em;
    margin-bottom: 0em;
    text-align: left;
    font-weight: normal;
}

#ppScroll .privacyPolicy .ppContent .provided {

    font-size: 0.85rem;

    padding-bottom: 20px;

}



#ppScroll .privacyPolicy .ppContent .purpose {
    padding-left: 2rem;
    list-style-type: disc;
}



#ppScroll .privacyPolicy .ppContent table {

    margin: 0 auto;

    border-collapse: collapse;

}

#ppScroll .privacyPolicy .ppContent table td {
    border: 1px solid;
    text-align: center;
    padding: 10px;
    font-size: 0.85em;
}


.agressBtnWrap{
    text-align: center;
    font-weight: bold;
    margin: 0px auto;
    padding: 50px 0;
}

.agressBtnWrap .text{
    text-align: center;
    margin-bottom: 40px;
    font-weight: bold;
}

.btn_form {
    width: 328px;
    margin: 20px auto 0 auto;
    background-color:#B0ACAC;
    border-radius: 5px;
    -webkit-border-radius: 5px;
    -moz-border-radius: 5px;
    text-align: center;
    color: #fff !important;
    font-weight: bold;
    font-size: 1em;
    transition: .2s;
    border: 2px solid #fff;
    height: 60px;
    line-height: 60px;
}

.btn_form a{
background: #F42E02;
display: block;
    font-weight: bold;
    font-size: 1em;
    color: #fff;
    height: 60px;
    border-radius: 5px;
    text-decoration: none;
}

#plactnum_pro .contents{
z-index: 1;
position: relative;
}

/*参加規約*/
#participation_terms h5,
#privacyPolicy h5{
        font-size: 1.4em;
        font-weight: bold;
        margin-bottom: 0.5em;
        line-height: 1.4em;
        letter-spacing: 0.08em;

  }


#privacy table[border="1"] {
	border-spacing: 0;
	margin: 35px auto;
	border: none;
}

#privacy table[border="1"] tr td,
#participation_terms table[border="1"] tr td {
	border: none;
	border-top: 1px solid #999;
	border-left: 1px solid #999;
	width: 50%;
	text-align: center;
	vertical-align: middle;
	padding: 5px 40px;
}

/* #privacy table[border="1"] td,
#participation_terms table[border="1"] td {
	width: 50%;
	text-align: center;
	vertical-align: middle;
	padding: 5px 40px;
} */

#privacy table[border="1"] td:last-child,
#participation_terms table[border="1"] td:last-child {
	border-right: 1px solid #999;
}

#privacy table[border="1"] tr:last-child td,
#participation_terms table[border="1"] tr:last-child td {
    border-bottom: 1px solid #999;
}

@media screen and (max-width: 786px){
	#privacy table[border="1"] tr td,
	#participation_terms table[border="1"] tr td {
		padding: 5px 8px;
	}
}

#application {
  background: #F5F4F4;
  h4{
    font-size: 1.6em;
    font-weight: bold;
    margin-bottom: 30px;
    line-height: 1.4em;
    letter-spacing: 0.08em;
  }

}




.icon_session_midashi{
display: inline;
padding: 0px 15px;
margin-bottom: 20px;
color:  #FFFFFF;
border-radius: 15px;
line-height: 15px;
height: 15px;
background: rgb(43,138,0);
}

.code_session {
    display: inline;
    font-size: 1em;
    padding: 0 1em;
    height: 30px;
    line-height: 30px;
    text-align: center;
    color: #333333;
    background:rgb(232, 200, 249)
}





/* --- 概要 --- */
#gaiyou .contents {
  z-index: 100;
  position: relative;
}

#gaiyou .copy {
  margin-bottom: 30px;
  text-align: center;
}



table.order_gaiyou td,
table.order_gaiyou th {
  padding: 5px 10px;
  font-size: 0.9em;
}

table.order_gaiyou td,
table.order_gaiyou th {
  border-bottom: 1px solid rgba(121, 121, 121, 1);
}
table.order_gaiyou td:last-child {
  white-space: nowrap;
}

#gaiyou dl dd ul.dot li,
#gaiyou_kouya dl dd ul.dot li{
  margin-right: 1em;
  font-weight: bold;
  margin-left: 10px;
}

.gaiyou_img {
  position: absolute;
  right: -30px;
  bottom: 35px;
  width: 300px;
}
.gaiyou_img img {
  border: 1px solid rgba(199, 198, 198, 1);
}

.gaiyou_img figcaption {
  font-size: 0.8em;
  text-align: center;
}

@media only screen and (max-width: 786px) {
  #gaiyou dl dt,
  #gaiyou_kouya dl dt{
    width: 100%;
    margin-bottom: 0;
    float: none;
  }
  #gaiyou dl dd,
  #gaiyou_kouya dl dd{
    margin-left: 0;
    padding: 10px;
    height: auto;
    font-weight: normal;
    width: 100%;
  }

  #gaiyou dl,
  #gaiyou_kouya dl{
    margin-bottom: 0;
  }
}
#gaiyou ul li,
#gaiyou_kouya ul li{
  padding-left: 1.3em;
  text-indent: -1.3em;
}

#gaiyou ul li::before,
#gaiyou_kouya ul li::before{
  content: "●";
  margin-right: 0.3em;
  color: rgba(220,60,203,0.5);
  display: inline;
}




/*  DX&AI dd */
#DD{
   --dd-color:rgb(1, 181, 213) ;  
   --dd-gradation:linear-gradient(133deg, rgba(131,234,253,1) 2%,rgba(131,234,253,0.5) 60%, rgba(220,60,203,0.5) 100%);


  #read_box{
    h3{
    background: #ffffff;
    background-image: var(--dd-gradation);

    }
    h4{
      color:var(--dd-color);
    }
    ul.list_down li:before{
      color:var(--dd-color);
    }
    .head-border02::before{
      background-color:var(--dd-color);

    }

  }
  .head-border03{
    display: flex;
    align-items: center;
    text-transform: uppercase;
}

.head-border03::before {
    content: '';
    display: inline-block;
    margin-right: 10px;
    width: 30px;
    height: 2px;
    background-color:var(--dd-color);
  }

  .program_box{
    box-shadow: 8px 8px rgba(0, 215, 253 ,0.3) ;
  }

  .icon_session_no{
    background: #ffffff;
    background-image: var(--dd-gradation);
  }

  .theme_box h2{
    color:var(--dd-color);
  }

  @media screen and (max-width: 786px){
    .program_box{
    box-shadow: 6px 6px rgba(0, 215, 253 ,0.3) ;
  }

  }

}
/*サイバーセキュリティ領域*/
#SEC{
  --sec-color:rgb(255, 162, 0);
  --sec-gradation:linear-gradient(133deg, rgba(255, 241, 0, 1) 2%, rgba(255, 241, 0, 0.7) 60%, rgba(220, 60, 203, 0.5) 100%);;
#read_box{
  h3{
  background: #ffffff;
  background-image: var(--sec-gradation);
  font-weight: 500;
  }
  h4{
    color:var(--sab-color_orange);
  }
  ul.list_down li:before{
    color:var(--sab-color_orange);
  }
  .head-border02::before{
    background-color:var(--sec-color);
  }
  ul.dot li:before{
    color: var(--sab-color_parple);
  }
}
.program_box{
  box-shadow: 8px 8px rgba(255, 241, 0, 0.3);
}
.icon_session_no{
  background: #ffffff;
  background-image: var(--sec-gradation);
}
.theme_box h2 {
  color:var(--sec-color);
}

  @media screen and (max-width: 786px){
    .program_box{
    box-shadow: 6px 6px rgba(255, 241, 0, 0.3);
  }
}

}
/*  特別セッション sp */

.rightbox_sp{
float: right;
margin: 0 0 20px 50px;
}

@media screen and (max-width: 786px){
.rightbox_sp{
float: none;
margin: 0 auto 10px auto;
text-align: center;
}
}


#SP{
   --sp-gradation:linear-gradient(113deg, rgba(220, 60, 203, 1) 2%, rgba(220, 60, 203, 1) 70%, rgba(91, 0, 208, 1));


  #read_box{
    h3{
    background: #ffffff;
    background-image: var(--sp-gradation);
    color: #ffffff;
    }
    h4{
      color:var(--sab-color_parple);
    }
    ul.list_down li:before{
      color:var(--sab-color_parple);
    }
    .head-border02::before{
      background-color:var(--dd-color);
    }
    ul.dot li:before{
      color: var(--primary-color);
    }
  }

  .program_box{
    box-shadow: 8px 8px rgba(220, 60, 203, 0.3);
  }

  .icon_session_no{
    background: #ffffff;
    background-image: var(--sp-gradation);
    color: #ffffff;
  }

  .theme_box h2{
    color:var(--primary-color);
  }

  dl.gaiyou_box dd{
    background-color: #F5F4F4;
  }
  #gaiyou{
    h3{
        text-shadow: 2px 2px 0 rgba(220, 60, 203, 0.5) ;
    }
  }

  @media screen and (max-width: 786px){
    .program_box{
    box-shadow: 6px 6px rgba(91, 0, 208, 0.3) ;
  }
}
}

/*  DD Live */
#dd_live{
      --ddlive-gradation: linear-gradient(113deg, rgba(91, 0, 208, 1) 2%, rgba(91, 0, 208, 1) 70%, rgba(220, 60, 203, 1));

  .bk_bgimg_line {
    background: url(../img/bk_imgline.png) repeat-y;
    background-position: center top;
  }

  #read_box{
    h3{
    background: var( --ddlive-gradation);
      color: #ffffff;

    }
    h4{
      color:var(--dd-color);
    }
    ul.list_down li:before{
      color:var(--dd-color);
    }
    .head-border02::before{
      background-color:var(--dd-color);

    }
  }

  .program_box{
    box-shadow: 8px 8px rgba(91, 0, 208, 0.3); 
    position: relative;
    background-color: rgba(247, 246, 246, 0.9);
    margin-top: 50px;

    .inner {
    padding: 15px 48px 30px 48px;
    @media only screen and (max-width : 780px){
      padding: 15px;
    }
  }
    .theme_box,
    .box_2com{
      background: none;
    }
  }

  .time_box{
    position: absolute;
    top: -10px;
    left: -10px;
    background-color: rgba(220, 60, 203 ,0.9);
    color: #ffffff;
    padding: 10px 15px;
    font-size: 0.9em;
    @media only screen and (max-width : 780px){
      font-size: 1em;
      padding: 3px 5px;
      top:-5px;
      left: -5px;
       font-size: 0.85em;
    }
  }

  .icon_session_midashi{
    margin-left:  100px;
    border-radius: 0;
    background-image: linear-gradient(113deg, rgba(91, 0, 208, 1) 2%, rgba(220, 60, 203, 1) 70%, rgba(91, 0, 208, 1));
    @media only screen and (max-width : 780px){
margin-left: 70px;
padding: 5px 8px;

    }
  }

  .icon_session_no{
    background: #ffffff;
    background-image: var(--dd-gradation);
  }

  .theme_box h2{
    color:var(--dd-color);
  }
  .box_m15b{
margin-bottom: 15px;
}
.photo__s img{
      box-shadow: var(--box-shadow);
    margin: 5px;
}


@media screen and (max-width: 786px){
    .box_m15b{
margin-bottom: 0;
    }
    .photo__s{
      margin: 0 10px ;
    }

}

}