/*プログラム*/

.program {
	background: #122622;
}


.program_container{
	max-width: 95%;
	margin: auto;
}
.program_container ul{
	display: flex;
	justify-content: space-around;
	gap: 20px 1%;
	flex-wrap: wrap;
}
.program_list{
	background: #253a36;
	/*box-shadow: 0 10px 10px #0098a780;*/
	list-style: none;
	max-width: 100%;
	width: 24%;
	position: relative;
}

.program_schedule {
	background: #019d8f;
	padding: 5px 10px;
	font-size: 12px;
    text-align: center;
	color: #ffffff;
}

.program_box {
	padding: 10px;
	/*position: relative;*/
}

.program_text {
	color: #ffffff;
	font-size: 13px;
	margin: 5px 0 10px 0;
	text-align: left;
}

.program_image_2 {
	overflow: hidden;
	height: 75px;
	/*position: absolute;
    bottom: 50px;*/
	margin-bottom: 60px;
}

.program_image_1 img{
	width: 45%;
    max-width: 80px;
}

.program_image_2 img{
	width: 100%;
}

span.program_speaker{
	color: #ffffff;
	font-size: 12px;
	position: absolute;
    margin-left: 10px;
}

div.program_speaker{
	color: #ffffff;
	font-size: 12px;
	margin-bottom: 10px;
}

div.program_speaker span{
	font-size: 12px;
}

div.program_speaker br{
	display: none;
}

.program_details span{
	color: #ffffff;
    padding: 5px 5px;
    font-size: 16px;
    /* line-height: 2.5; */
    /* margin: 0 10px; */
    font-weight: 600;
    display: block;
    margin-top: -10px;
    border: 1px solid;
    border-radius: 35px;
}



.program_details{
    position: absolute;
    bottom: 6px;
    right: 5px;
	/*background: #b7fbf2;*/
    border-radius: 5px;
}

.program_details,
.program_details a{
	width: 150px;
	text-align: center;
}

.program_container a:hover {
	opacity: 0.5;
}

a{
    transition:0.5s;
}


/*プログラムここまで*/


@media only screen and (max-width: 920px) {

/*プログラム*/
span.type {
	margin-right: 0;
}	
	
.program_list{
	text-align: center;
}
.program_image_1 {
	margin-bottom: 60px;
}
	
div.program_speaker br{
	display: inline;
}
	
div.program_speaker span{
	display: none;
}
	
.program_details {
	left: 50%;
	-webkit-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	/*width: 200px;*/
	text-align: center;
	bottom: 0px;
}
	
.sp_none {
	display: none;
}
	
}	




@media only screen and (max-width: 830px) {
.program_list{
	width: 32%;
}
}	




@media only screen and (max-width: 600px) {
.program_list{
	width: 49%;
}
}	


@media only screen and (max-width: 400px) {
.program_list{
	width: 99%;
}
}	
