@charset "UTF-8";
/*------------------------------------------------------------section*/
/*section01*/
#sec01 > p.tx01 {
  margin-bottom: 10px;
  font-family: "NotoSerifRegular";
}
#sec01 > p.tx02 {
  margin-bottom: 30px;
  font-family: "NotoSerifRegular";
}
/*カレンダー更新プログラム（メインカラム）フォーマット*/
.calender_nav {
  width: 260px;
  margin: 0 auto 20px;
  text-align: center;
}
p.date {
  font-size: 20px;
  font-weight: bold;
  text-align: center;
  margin-bottom: 10px;
}
.calender_table {
  clear: both;
  position: relative;
}
#calender02 table {
  border: 4px solid rgba(0, 132, 117, 1.0);
  width: 100%;
  border-collapse: collapse;
  margin-bottom: 10px;
}
#calender02 table tr th {
  text-align: center;
  background: rgba(0, 132, 117, 1.0);
  color: #fff;
  border: 1px dotted #fff;
  border-bottom: 1px solid #fff;
  padding: 10px 0;
  width: 12%;
}
/****
#calender02 table th:nth-child(2) {
	background: #BF3A63;
}
#calender02 table tr th:last-child {
	background: #3B69B8;
}
***/
#calender02 table th.holiday {
  background: rgba(195, 13, 35, 0.8);
}
#calender02 table th.sat {
  background: rgba(41, 63, 148, 0.8);
}
#calender02 table tr.tr_text td {
  line-height: 120%;
  text-align: center;
  border: 1px dotted #6F6F6F;
  padding: 10px 0;
  font-size: 1.6rem;
}
#calender02 table tr.tr_text td.pastdate {
  background-size: auto auto;
  background-color: rgba(239, 239, 239, 1);
  background-image: repeating-linear-gradient(45deg, transparent, transparent 10px, rgba(246, 246, 246, 1) 10px, rgba(246, 246, 246, 1) 18px);
}
#calender02 table tr.tr_text td a {
  color: rgba(0, 132, 117, 1.0);
}
#calender02 table tr.tr_text td a:hover {
  opacity: 0.7;
}
#calender02 table tr.tr_text td span {
  font-size: 12px;
  display: inline-block;
  line-height: 120%;
  font-weight: normal;
}
#calender02 table tr.tr_date td {
  line-height: 120%;
  background: #dcecca;
  color: #666;
  font-size: 14px;
  border: 1px dotted #6F6F6F;
  padding: 10px 0;
}
#calender02 table tr.tr_date td.sunday {
  background: #F9D4E0;
}
#calender02 table tr.tr_date td.saturday {
  background: #D5E1F4;
}
/*送信・戻るボタン*/
ul.submit_btn {
  font-size: 0;
  text-align: center;
  margin-bottom: 20px;
}
ul.submit_btn li {
  display: inline-block;
  cursor: pointer;
}
ul.submit_btn li.inp_submit01 input {
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 15px;
  margin: 5px;
  cursor: pointer;
  background: rgba(0, 132, 117, 1.00);
  font-weight: 700;
}
ul.submit_btn li.inp_submit02 input {
  color: #fff;
  border: none;
  border-radius: 50px;
  padding: 10px 15px;
  margin: 5px;
  cursor: pointer;
  background: #293F94;
  font-weight: 700;
}
ul.submit_btn li:hover {
  opacity: 0.7;
}
.calendar_navi {
  text-align: left;
  margin-bottom: 30px;
}
.calendar_navi p {
  font-size: 14px;
}
@media print, screen and (min-width:768px) {
  #calender02 table tr.tr_text td span br {
    display: none;
  }
  #calender02 table tr.tr_text td {
    font-size: 2.4rem;
  }
  #calender02 table tr.tr_text td:first-child {
    font-size: 1.8rem;
    font-weight: 700;
  }
}
#sec01 p:first-of-type {
  margin-bottom: 10px;
}
#sec01 .timelist {
  margin-bottom: 20px;
}
#sec01 .timelist label {
  margin-bottom: 10px;
  display: block;
}
#sec01 .timelist li {
  width: 100%;
  background: #fff;
  border-radius: 2px;
  padding: 10px 20px;
  box-shadow: 0 3px 0 #E5E5E5;
  border: 2px solid #fff;
  transition: 0.5s all;
  cursor: pointer;
}
#sec01 .timelist li:hover {
  border: 2px solid #00a0e9;
}
#sec01 .timelist li.impo {
  background: #EFEFEF;
  border: 2px solid #EFEFEF;
  cursor: default;
}
#sec01 .timelist li.impo:hover {
  border: 2px solid #EFEFEF;
}
#sec01 .timelist li.focus {
  background: #00a0e9;
  border: 2px solid #00a0e9;
  color: #fff;
}
#sec01 .timelist li.focus:hover {
  background: #00a0e9;
  border: 2px solid #00a0e9;
}
#sec01 .timelist li.focus dl dd {
  color: #fff;
}
#sec01 .timelist li dl {
  font-size: 0;
}
#sec01 .timelist li dl dt {
  display: inline-block;
  vertical-align: middle;
  margin-right: 15px;
}
#sec01 .timelist li dl dd {
  display: inline-block;
  vertical-align: middle;
  color: #00a0e9;
}
#sec01 .timelist li.impo dl dt {
  color: #666;
}
#sec01 .timelist li.impo dl dd {
  color: #666;
}
@media print, screen and (min-width:480px) {
  #sec01 .timelist {
    font-size: 0;
  }
  #sec01 .timelist label {
    width: 49%;
    margin-right: 2%;
    display: inline-block;
    vertical-align: top;
  }
  #sec01 .timelist label:nth-child(2n) {
    margin-right: 0;
  }
}
@media print, screen and (min-width:768px) {
  #sec01 .timelist {
    text-align: left;
  }
  #sec01 .timelist label {
    width: 24%;
    margin-right: 1.3333333333%;
    display: inline-block;
    vertical-align: top;
    text-align: center;
  }
  #sec01 .timelist label:nth-child(2n) {
    margin-right: 1.3333333333%;
  }
  #sec01 .timelist label:nth-child(4n) {
    margin-right: 0;
  }
  #sec01 .timelist li {
    padding: 10px 5px;
  }
  #sec01 .timelist li dl dt {
    margin-right: 7px;
  }
}
.errtop {
  position: relative;
  margin-top: 20px;
  padding: 10px;
  text-align: center;
  font-weight: bold;
  color: #c33;
  background: #fcc;
}
.errtop::after {
  position: absolute;
  left: 50%;
  bottom: -30px;
  width: 0;
  height: 0;
  margin-left: -15px;
  content: "";
  border: solid 15px transparent;
  border-top: solid 15px #fcc;
}