@media (min-width: 751px) {
  a[href*="tel:"] {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: #000000;
  }
}

/* shiryo-PC
------------------------------------------------------- */
#shiryo {
  font-size: 15px;
  font-size: 0.9375rem;
}

#shiryo #content {
  text-align: center;
  width: 100%;
  margin: 0 auto;
  padding: 10% 0 0 0;
}

#shiryo #content h2 {
  text-align: center;
  width: 90%;
  font-size: 20px;
  font-size: 1.25rem;
  font-weight: 500;
  margin: 0 auto 30px auto;
  padding: 0;
}

#shiryo #content .leadTxt {
  text-align: center;
  width: 90%;
  margin: 0 auto 40px auto;
  padding: 0;
}

#shiryo #content .leadTxt span {
  display: block;
  font-weight: bold;
}

#shiryo #content .leadTxt a {
  color: #B5230B;
  text-decoration: underline;
}

#shiryo #content .leadTxt a:hover {
  opacity: 1;
  text-decoration: none;
}

#shiryo #content .formArea {
  text-align: center;
  width: 100%;
  background-color: #F9F9F9;
  margin: 0 auto;
  padding: 50px 0;
}

#shiryo #content .formArea form {
  text-align: center;
  width: 90%;
  max-width: 1000px;
  margin: 0 auto;
  padding: 0;
}

#shiryo #content .formArea form .form_shiryo {
  text-align: left;
  width: 100%;
  margin: 0 auto 50px auto;
  padding: 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#shiryo #content .formArea form .form_shiryo th {
  width: 300px;
  font-weight: 500;
  background-color: #F9F9F9;
  border-bottom: 1px solid #E5E5E5;
  margin: 0;
  padding: 15px 0;
  vertical-align: top;
}

#shiryo #content .formArea form .form_shiryo th span {
  color: #B5230B;
  font-size: 11px;
  font-size: 0.6875rem;
}

#shiryo #content .formArea form .form_shiryo td {
  width: 700px;
  border-bottom: 1px solid #CCCCCC;
  margin: 0;
  padding: 15px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
  vertical-align: top;
}

#shiryo #content .formArea form .form_shiryo td input, #shiryo #content .formArea form .form_shiryo td select {
  border: 1px solid #F9F9F9;
  padding: 10px;
  -webkit-transition: all 0.4s;
  transition: all 0.4s;
}

#shiryo #content .formArea form .form_shiryo td input:hover, #shiryo #content .formArea form .form_shiryo td select:hover {
  border: 1px solid #CCCCCC;
}

#shiryo #content .formArea form .form_shiryo td input[type="checkbox"],
#shiryo #content .formArea form .form_shiryo td input[type="radio"] {
  width: 20px;
  height: 20px;
  margin-right: 10px;
  vertical-align: text-top;
}

#shiryo #content .formArea form .form_shiryo td .caption {
  text-align: left;
  width: 100%;
  font-size: 11px;
  font-size: 0.6875rem;
  margin: 5px 0 0 0;
  padding: 0;
}

#shiryo #content .formArea form .form_shiryo td .caption2 {
  width: 100%;
  color: #B5230B;
}

#shiryo #content .formArea form .form_shiryo td .formTxt01 {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0;
}

#shiryo #content .formArea form .form_shiryo td .formTxt02 {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 0 0 0 20px;
}

#shiryo #content .formArea form .form_shiryo td .checkbox01 {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 20px;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#shiryo #content .formArea form .form_shiryo td .checkbox01 li {
  width: 33%;
}

#shiryo #content .formArea form .form_shiryo td .checkbox01 li.otherBox {
  width: 100%;
}

#shiryo #content .formArea form .form_shiryo td .checkbox02 {
  text-align: left;
  width: 100%;
  margin: 0;
  padding: 20px 0;
  display: -webkit-box;
  display: -ms-flexbox;
  display: flex;
  -ms-flex-wrap: wrap;
      flex-wrap: wrap;
}

#shiryo #content .formArea form .form_shiryo td .checkbox02 li {
  width: 33%;
}

#shiryo #content .formArea form .form_shiryo td .checkbox02 li.otherBox {
  width: 100%;
}

#shiryo #content .formArea form .form_shiryo td .area01 {
  width: 300px;
  margin: 0 15px;
}

#shiryo #content .formArea form .form_shiryo td .area02 {
  width: 180px;
  margin: 0 0;
}

#shiryo #content .formArea form .form_shiryo td .area03 {
  width: 100%;
  margin: 0 0;
}
#shiryo #content .formArea form .form_shiryo td .dateTtl{
	width: 100%;
	background-color: #E5E5E5;
	padding: 5px 2%;
	box-sizing: border-box;
}
#shiryo #content .formArea form .form_shiryo td .dateBox{
	width: 98%;
	border-bottom: 1px solid #E5E5E5;
	margin:0 0 5% 2%;
}
#shiryo #content .formArea form .form_shiryo td .dateBox dt {
    width: 100%;
    margin: 0 0 5px;
	border-top: 1px solid #E5E5E5;
}
#shiryo #content .formArea form .form_shiryo td .dateBox dt:first-child {
	border-top: none;
}
#shiryo #content .formArea form .form_shiryo td .dateBox dt.day_sat{
	color:#0e00c5;
}
#shiryo #content .formArea form .form_shiryo td .dateBox dt.day_sun{
	color:#c80000;
}
#shiryo #content .formArea form .form_shiryo td .dateBox dd {
    width: 96%;
    margin: 0 0 5px 4%;
}
#shiryo #content .formArea form .form_shiryo td .dateBox dd .dateList{
	display: flex;
	flex-wrap: wrap;
}
#shiryo #content .formArea form .form_shiryo td .dateBox dd .dateList li{
	width: 33%;
}
#shiryo #content .formArea form .form_shiryo td .dateBox dd .dateList li.close{
	text-decoration:line-through;
}
/* shiryo-SMP
------------------------------------------------------- */
@media only screen and (max-width: 1023px) {
  #shiryo {
    font-size: 15px;
    font-size: 0.9375rem;
  }
  #shiryo #content {
    padding: 30px 0 0 0;
  }
  #shiryo #content h2 {
    text-align: center;
    margin: 0 auto 30px auto;
    padding: 0;
  }
  #shiryo #content .leadTxt {
    text-align: left;
    width: 90%;
    margin: 0 auto 40px auto;
  }
  #shiryo #content .formArea {
    padding: 40px 0;
  }
  #shiryo #content .formArea form .form_shiryo {
    display: block;
  }
  #shiryo #content .formArea form .form_shiryo th {
    display: block;
    width: 100%;
  }
  #shiryo #content .formArea form .form_shiryo th span {
    color: #B5230B;
    font-size: 11px;
    font-size: 0.6875rem;
  }
  #shiryo #content .formArea form .form_shiryo td {
    display: block;
    width: 100%;
    display: block;
  }
  #shiryo #content .formArea form .form_shiryo td input, #shiryo #content .formArea form .form_shiryo td select {
    border: 1px solid #F9F9F9;
    padding: 10px;
    -webkit-transition: all 0.4s;
    transition: all 0.4s;
  }
  #shiryo #content .formArea form .form_shiryo td input:hover, #shiryo #content .formArea form .form_shiryo td select:hover {
    border: 1px solid #CCCCCC;
  }
  #shiryo #content .formArea form .form_shiryo td .checkbox01 {
    display: block;
  }
  #shiryo #content .formArea form .form_shiryo td .checkbox01 li {
    width: 100%;
  }
  #shiryo #content .formArea form .form_shiryo td .checkbox01 li.otherBox {
    width: 100%;
  }
  #shiryo #content .formArea form .form_shiryo td .checkbox02 {
    display: block;
  }
  #shiryo #content .formArea form .form_shiryo td .checkbox02 li {
    width: 100%;
  }
  #shiryo #content .formArea form .form_shiryo td .checkbox02 li.otherBox {
    width: 100%;
  }
  #shiryo #content .formArea form .form_shiryo td .area01 {
    width: 90%;
    margin: 0 0 0 15px;
  }
  #shiryo #content .formArea form .form_shiryo td .area02 {
    width: 35%;
    margin: 0 0;
  }
  #shiryo #content .formArea form .form_shiryo td .area03 {
    width: 100%;
    margin: 0 0;
  }

#shiryo #content .formArea form .form_shiryo td .dateBox dt {
    width: 100%;
}
#shiryo #content .formArea form .form_shiryo td .dateBox dd {
    width: 100%;
}
#shiryo #content .formArea form .form_shiryo td .dateBox dd .dateList li{
	width: 100%;
}
}

/* shiryo-tablet
------------------------------------------------------- */
/*# sourceMappingURL=maps/shiryo.css.map */
