@charset "UTF-8";
/* CSS Document */
h2.calendar_title{
	text-align: center;
}

/*.month-nav.input {
    display: none!important;
}*/

.em.em-calendar .em-cal-nav .button {
    display: none!important;
}

.minheight {
	min-height: 100px;
}

.calendar_box {
    width: 100%;
    background: #fff;
	max-width: 940px;
	margin: 0 auto;
	z-index: 2;
	font-family: NotoSansCJKjp, 'Noto Sans CJK JP', -apple-system, BlinkMacSystemFont, 'Helvetica Neue', 'Yu Gothic', YuGothic, 'ヒラギノ角ゴ ProN W3', 'Hiragino Kaku Gothic ProN', Arial, 'メイリオ', Meiryo, sans-serif;
}

.oneArea {
  background: linear-gradient(180deg, #fff 0%, #fff 50%, #fff689 50%, #fff689 100%);
  display: flex;
  justify-content: center;
  align-items: center;
  width: 23em;
  margin: 0 auto;
  text-align: center;
}

.em.em-calendar .em-cal-nav .month input, .em.em-calendar .em-cal-nav .month span.marker {
    padding: 0!important;
}

.l_information .information .l_bgtriangle {
	z-index: -1;
}

.note-bottom ul {
	display: flex;
    overflow-wrap: break-word;
    flex-flow: wrap;
}

.note-bottom ul li {
    width: 50%;
    display: flex;
    align-items: center;
    margin-bottom: 15px;
}

.note-bottom {
	margin-top: 30px;
}

@media screen and (max-width: 767px){
	.calendar_box {
		padding: 0;
	}
	.oneArea {
		background: linear-gradient(180deg, #fff 0%, #fff 50%, #fff689 50%, #fff689 100%);
		margin-bottom: 20px;
	}
	.note-bottom {
		padding: 0 15px;
		margin-top: 20px;
	}
}