@charset "UTF-8";


/* プログラムページ ◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆◆ */
#program .day1 {
    margin-top: 0.5rem;
    border-left: 1.5px solid #666666;
    border-bottom: 1.5px solid #666666;
}

#program .day2 {
    margin-top: 3rem;
/*    border-left: 1.5px solid #666666;
    border-bottom: 1.5px solid #666666;*/
}
#program tbody tr th, #program tbody tr td {
    padding-top: 7px;
    padding-bottom: 7px;
    padding-left: 7px;
    padding-right: 7px;
}
tbody tr .day {
    background-color: #58585a;
    color: #FFFFFF;
    border: 1px solid #666666;
    font-size: 1.2em;
}
.prog-session {
    background-color: #8CC63F;
    text-shadow: 0px 0px 3px #FFFFFF;
    font-size: 1.7em;
	border: 1px solid #666666;
}
.prog-session-mono {
    text-shadow: 0px 0px 3px #FFFFFF;
    font-size: 1.7em;
    border: 1px solid #666666;
    background-image: -webkit-linear-gradient(0deg,rgba(140,198,63,1.00) 0%,rgba(241,195,20,1.00) 100%);
    background-image: -moz-linear-gradient(0deg,rgba(140,198,63,1.00) 0%,rgba(241,195,20,1.00) 100%);
    background-image: -o-linear-gradient(0deg,rgba(140,198,63,1.00) 0%,rgba(241,195,20,1.00) 100%);
    background-image: linear-gradient(90deg,rgba(140,198,63,1.00) 0.00%,rgba(241,195,20,1.00) 100%);
}
.prog-coordinator {
    background-color: #e1f0fb;
	border: 1px solid #666666;
}
.prog-sessiontl-haichi {
	display: flex;
	justify-content: center;
	align-items: center;
}
.prog-sessiontl {
    font-size: 1.5em;
    text-align: center;
    font-weight: bold;
    border-color: #FFFFFF;
    border-style: solid;
    border-radius: 100px;
    background-color: #FFFFFF;
    width: 70%;
    margin-left: 5%;
}
.prog-sessiontl span {
    font-weight: normal;
    font-size: 0.9em;
}
.prog-session- {
    color: #0b4ea2;
    font-weight: bold;
    font-size: 1.5em;
    display: flex;
	align-items: baseline;
}
.prog-session-i {
    background-color: #0b4ea2;
    color: #FFFFFF;
    padding: 0 10px;
    font-weight: bold;
    border-radius: 20px;
    font-size: 0.8em;
    margin-right: 1%;
    white-space: nowrap;
}
.prog-session-sub {
    font-weight: bold;
    font-size: 0.9em;
    color: #000000;
}
.input1, .input2 {
    margin-top: 1%;
}

.input1 div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2%;
}
.input1 div p, .input2 div p {
    font-size: 1.2em;
    margin-right: 0px !important;
}
.input2 div {
    display: flex;
    justify-content: flex-end;
    align-items: center;
    gap: 2%;
    margin-top: 10px;
}

.kaisharogo img {
    max-width: 120px;
}
.rectangular img {}
.prog-mono {
    background-color: #f1c314;
    font-size: 1.7em;
	border: 1px solid #666666;
}
.prog-mono span {
    font-size: 0.7em;
}



/* 企業名等入力欄 ■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■■ */
#program .sec01 p {
    margin: 0 120px 10px 0;
}
#program .input1 .kigyo,#program .input2 .kigyo {
    font-weight: bold;
    font-size: 1.15em;
    text-align: left;
}
#program .s-name {
	font-weight: bolder;
    text-align: right;
    display: block;
}
.text-small {
    font-size: 0.8em;
}

/* レスポンシブ対応 指定（959px以下） */
@media (max-width:959px) {
.prog-session {
    font-size: 1.5em;
}
.prog-sessiontl {
    font-size: 1.2em;
    border-radius: 10px;
    width: 85%;
    margin-left: 0;
}
.prog-session- {
    font-size: 1.2em;
    flex-direction: column;
}
#program .sec01 p {
    margin: 0 0 10px 0;
}
.input1 div {
    flex-direction: column-reverse;
    flex-wrap: wrap;
	margin-top: 15px;
}
.kaisharogo img {
    max-width: 90px;
}
.rectangular img {
    max-width: 90px;
}
.slide-wrap > table {
    min-width: 650px;
}
.input2 div {
    flex-direction: column-reverse;
    flex-wrap: wrap;
	margin-top: 15px;
}
.prog-mono {
    font-size: 1.5em;
}
}
