.pageTitle{
	height:auto;
	margin-bottom:10px;
}
.Event .box_list{
	margin-bottom:0;
}
.Event .box_list .box_list_item{
	color: #000;
	width: 100%;
	float:none;
	border-bottom: 1px solid #ddd;
}
.Gtalk .box_list .box_list_textTitle .box_list_info{
	float:none;
}
.Gtalk .box_list .box_list_textTitle .box_list_info p{
	margin-bottom:30px;
}
.wrap dl > dt {
    width: 7em;
	padding: 0 0 .6em;
}
.wrap dl > dd {
    margin-left: 8.5em;
	padding: 0 0 .6em;
}
.wrap dl > dd > dl {
    margin: 0;
}
.wrap dl > dd > dl > dt {
    width: 10em;
    margin: 0;
}
.wrap dl > dd > dl > dd {
    margin-left: 10em;
}
.Gtalk .box_list .box_list_textTitle .box_list_itemDate{
	padding-bottom:.8em;
}
.Event .box_list .box_list_textTitle .box_list_info{
	width:100%;
	margin-bottom: 30px;
    border-bottom: 1px solid #ddd;
}
.Event .box_list .box_list_textTitle {
/*    display: flex;
    justify-content: space-between;*/
}
.Event .box_list .box_list_textTitle .box_list_info {
    width: 60%;
}
.Event .box_list .box_list_textTitle.event_nocols .box_list_info{
	width:100%;
}
.Event .box_list .box_list_subitems {
/*    display: flex;
    flex-direction: column;
    justify-content: space-between;
    width: 35%;*/
    padding-top: 0.5em;
}
.Event .box_list_subitems a.wrap_appbutton {
    display: inline-block;
}
.Event .box_list_subitems .appButton.no2 {
    position: static;
    transform: none;
}
.Event .box_list .box_list_textTitle .box_list_info:last-child{
    border-bottom: 0;
}
.Event .box_list:last-of-type .box_list_info {
    border-bottom: 0;
    margin-bottom: 0;
}
.box_list_info ol {
    padding-left: 1.3em;
    margin: 0;
}
.box_list_info ol li {
    margin-bottom: 0.6em;
}
h3.box_list_itemDate {
    font-size: 100%;
    margin: 0;
    float:none;
}

.event_report{
	display:flex;
	justify-content:space-between;
	flex-wrap:wrap;
	padding-bottom:30px;
}
.event_report .box_img{
	width:49%;
	margin-bottom:16px;
}
.box_prf_thumb .caption {
    font-size: 80%;
}

@media screen and (max-width:569px){
	.wrap dl > dd > dl > dt {
	    float: none;
	    width: 100%;
	}
	.wrap dl > dd > dl > dd {
	    float: none;
	    width: 100%;
	    margin: 0;
	    padding-left: 1.5em;
	    box-sizing: border-box;
	}
	.Event .box_list .box_list_textTitle {
	    display: block;
	}
	.Event .box_list .box_list_textTitle .box_list_info{
		width:100%;
	}
	.Event .box_list .box_list_subitems {
	    width: 100%;
	}
	.area_center.Gtalk .box_list a {
	    width: auto;
	}
	.box_prf_thumb{
		width: 50%;
	}
}
