@charset "UTF-8";

.blog #form_calendar table tbody tr td label {
  width: 100% !important;
}

.h_news {
	clear: both;
    max-height: 320px;
    -webkit-box-orient: horizontal !important;
    -webkit-box-direction: normal !important;
    -ms-flex-direction: row !important;
    flex-direction: column;
    overflow: auto;
    align-content: flex-start;
    display: flex;
    flex-wrap: nowrap;
}

.h_news dl {
	display: flex;
}

.h_news dl dt {
    border-right: none!important;
    border-left: none!important;
    padding: 30px 0 30px 20px!important;
    align-items: center!important;
    border-top: 1px solid rgba(51, 51, 51, 0.15) !important;
    letter-spacing: 0.05em;
}

.h_news dl dd {
    border-right: none!important;
    border-left: none!important;
    padding: 30px 0 30px 4%!important;
    border-top: 1px solid rgba(51, 51, 51, 0.15) !important;
}

.h_news dl dd a {
	color: #333333!important;
	text-decoration: underline!important;
}

.h_news dl dd a:hover {
	color: #e77fa4 !important;
	text-decoration: none!important;
}

.h_news dl:last-child {
    border-bottom: 1px solid rgba(51, 51, 51, 0.15) !important;
}

.h_news dl:last-child dt{
    border-bottom: none !important;
}

.h_news dl:last-child dd{
    border-bottom: none !important;
}

@media only screen and (max-width: 1200px) {
}

@media only screen and (max-width: 1024px) {
	.h_news dl {
		display: flex;
		flex-direction: column;
		border-top: 1px solid rgba(51, 51, 51, 0.15) !important;
	}

	.h_news dl dt {
	    padding: 10px 0 0 0!important;
	    align-items: flex-start!important;
	    letter-spacing: 0.05em!important;
	    width: 100%!important;
	    border-top: none!important;
	}

	.h_news dl dd {
	    border-right: none!important;
	    border-left: none!important;
	    padding: 0 0 20px 0 !important;
	    border-top: none!important;
	    width: 100%!important;
	}

	.h_news dl:last-child dt {
    	border-bottom: none !important;
	}

}

@media only screen and (max-width: 834px) {
}

@media only screen and (max-width: 640px) {
}
