@charset "UTF-8";
/* CSS Document */
.calendar__table {
  width: 100%;
  color: #192f63;
  border: #192f63 1px solid;
  border-collapse: collapse;
  box-sizing: border-box;
}

.calendar__table a {
  color: #aa7d49;
  text-decoration: none;
}
.calendar__table a:hover {
  color: #aa7d49;
  text-decoration: underline;
  opacity: 1.0;
}
.calendar__table th {
  width: 30%;
  padding: 20px;
  background-color: #F4EEE8;
  border-bottom: #192f63 1px solid;
  vertical-align: middle;
  box-sizing: border-box;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: 500;
}
.calendar__table td {
  padding: 20px;
  border-bottom: #192f63 1px solid;
  border-right: #ddd 1px solid;
  box-sizing: border-box;
  line-height: 1.4;
  word-wrap: break-word;
  word-break: break-all;
  font-weight: 500;
}
.calendar__table td:last-child {
  border-right: #192f63 1px solid;
}
#calendar .inner h2 {
  font-size: 180%;
  line-height: 1.3;
  margin-bottom: 18px;
  margin-top: 40px;
  float: left;
  clear: both;
  font-weight: 500;
}

.red {
	color: red;
}

.report_list {
    margin-bottom: 0 !important;
}

.report_list li {
	list-style-type: none !important;
    line-height: 1.5em !important;
    margin-bottom: 0 !important;
}

@media print and (-ms-high-contrast: none){
.calendar__table th {
  padding: 5px;
}
.calendar__table td {
  padding: 5px;
}
#calendar .inner {
  margin: 0 auto 0;
}
#calendar section h1{
  padding-top: 20px;
  margin-bottom: 10px;
}
#calendar .plan h2 {
  margin: 20px 0 30px;
}
}

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

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

@media screen and (max-width: 1118px) {
  /*#calendar .inner {
    width: 100%;
  }*/
#calendar .inner {
	width: auto;
	margin: 40px 20px 0;
}	
	
}
@media screen and (max-width:960px) {
  #futari .inner h2 {
      width: 780px;
      font-size: 180%;
      line-height: 1.3;
      margin-bottom: 18px;
      float: left;
      clear: both;
  }

}

@media screen and (max-width:900px) {
  #calendar section h1 br {
    display: none;
  }
}

@media screen and (max-width:870px) {
  .calendar__table {
    border-bottom: none;
  }
  .calendar__table tr {
    display: block;
    width: 100%;
  }
  .calendar__table th {
    display: block;
    width: 100%;
  }
  .calendar__table td {
    display: block;
    width: 100%;
  }
  .calendar__table td:last-child {
    border-right: none;
  }
	
}
@media screen and (max-width:826px) {
}

@media screen and (max-width:793px) {
  #calendar .inner {
    margin: 0;      
  }

}

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

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

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

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

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

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

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

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

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

@media screen and (max-width: 320px) {

}
