@charset "utf-8";
/* CSS Document */
#main_contents ul {
  margin: 10px auto;
  padding: 0px 20px 0px 0px;
}
#main_contents ul li {
  margin: 0px 0px 6px 35px;
  list-style: square outside;
  padding-left: 10px;
  line-height: 160%;
}
#main_contents ul.in li {
  margin: 0px 0px 6px 15px;
}
#main_contents ol {
  margin: 10px 5px;
  padding: 0px 0px 0px 40px;
}
#main_contents ol li {
  margin: 0px 0px 6px;
  padding: 0px;
  list-style: decimal outside;
}
#main_contents div.point {
  margin: 5px auto 25px;
  border: 2px solid #601C1C;
  padding: 0 15px 15px;
}
#main_contents div.point.monoqlo {
  border: 2px solid #999;
  background: #efefef;
}
#main_contents div.point.monoqlo h3 {
  color: #000;
}
#main_contents div.point h4 {
  color: #601C1C;
  margin-bottom: 5px;
  font-size: 1.1em;
}
#main_contents table {
  border-collapse: collapse;
  width: 95%;
  border: 1px solid #B5B5B5;
  margin: 10px auto;
  text-align: center;
}
#main_contents table th {
  padding: 10px;
  border: 1px solid #B5B5B5;
  font-weight: normal;
  background: #F0F0F0;
  text-align: center;
}
#main_contents table td {
  vertical-align: middle;
  padding: 7px 12px;
  border: 1px solid #B5B5B5;
  line-height: 140%;
}
table td.green, span.green {
  background-color: #448818;
  color: #FFF;
}
#main_contents table td.palegreen, span.palegreen {
  background-color: #C3D882;
}
#main_contents table colgroup.summary {
  width: 40%;
  background: #F0F0F0;
}
img.r {
  float: right;
  margin: 7px;
}
img.l {
  float: left;
  margin: 10px;
  padding: 0px;
}
#main_contents div.profile dl {
  margin: 25px 0 0 0px;
}
#main_contents div.profile dt {
  margin: 0 20px 0 0;
  padding: 0 0 0px 0;
  /*float: left;*/
  line-height: 1.6em;
}
#main_contents div.profile dd {
  margin: -1.6em 0 0 7em;
  padding: 0px 10px 15px 0;
  line-height: 1.6em;
}
.half_box {
  width: 49%;
  float: left;
  margin-left: 1%;
}
table.schedule {
  margin: 5px auto;
}
table.schedule th {
  padding: 5px;
  text-align: center;
}
table.schedule td {
  padding: 7px;
  line-height: 100%;
}
table.schedule td.red {
  color: #EF1418;
  font-weight: bold;
  background-color: #FCC;
}
#main_contents table.recruit td {
  text-align: left;
}
#main_contents table.recruit td .recRed {
  color: #ff0000;
}
.decBox01 {
  background-color: #FFFFE8;
  margin: 0 auto;
  padding: 10px 20px 5px;
}
/* faq ---------------------------------*/
div.faq {
  margin-bottom: 30px;
}
div.faq dl {
  overflow: hidden;
  _zoom: 1;
  margin-bottom: 30px;
}
div.faq dt, div.faq dd {
  margin: 0 0 10px 0;
  padding-left: 3em;
  line-height: 1.7em;
  background: none no-repeat left top;
  min-height: 40px;
}
div.faq dt {
  background: url("../../img/point/faq/ic_q.png") no-repeat;
  background-position: 0 10px;
  padding-top: 15px;
  margin-top: -1px;
  font-weight: 600;
  color: #993300;
  font-size: 110%;
}
div.faq dd {
  background: url("../../img/point/faq/ic_a.png") no-repeat;
  overflow: hidden;
  padding-bottom: 25px;
  border-bottom: 1px dashed #c4c4c4;
}
div.faq dd:last-child {
  border-bottom: none;
}
/* recruit ----------------------------- */
.recruitBox .columBox {
  float: left;
  width: 48%;
  margin-bottom: 30px;
}
.recruitBox .columBox:nth-child(even) {
  float: right;
}
.recruitBox .columBox img {
  margin: 15px 0;
}
.recruitBox .columBox h4 {
	text-align: center;
	line-height: 1.5;
}
.recruitBox .columBox h4 span {
  color: red;
}
.recruitLink {
  display: inline-block;
  width: 280px;
  text-align: center;
  padding: 0.3em 1em;
  text-decoration: none;
  background-color: #FF9211;
  border: solid 2px #FF9211;
  border-radius: 3px;
  transition: .4s;
}
.recruitLink a {
  color: #ffffff;
}
.recruitLink:hover {
  background: #ffffff;
}
.recruitLink:hover a {
  color: #FF9211;
  text-decoration: none;
}
@media (max-width:767px) {
  .recruitBox .columBox {
    width: 100%;
  }
  .recruitBox .columBox .recruitLink {
    width: 100%;
  }
  .recruitBox .columBox .recruitLink a {
    color: #fff;
  }
  .recruitBox .columBox .recruitLink:hover a {
    color: #FF9211;
    text-decoration: none;
  }
}
/* point ----------------------------- */
.point .linkBtn a {
  display: inline-block;
  padding: 0.5em 3em;
  text-decoration: none;
  color: #fff;
  background: #F18D00;
  font-weight: 500;
  border: solid 2px #F18D00;
  border-radius: 50px;
  transition: .4s;
}
.point .linkBtn a:hover {
  background: #fff;
  color: #F18D00;
}
/* boxKakuri ----------------------------- */
.boxKakuri img {
  margin-bottom: 15px;
}
@media (min-width:768px) {
  .boxKakuri img {
    width: 40%;
    float: right;
  }
}
/* info/hard ----------------------------- */
@media (min-width:768px) {
  #main_contents .point .hard {
    padding-top: 20px;
  }
}
@media (max-width:767px) {
  #main_contents div.hard div {
    margin-bottom: 25px;
  }
}
/* info/infection ----------------------------- */
@media (min-width:768px) {
  .info_imgR {
    float: right;
    width: 40%;
    margin-left: 10px;
  }
}
@media (max-width:767px) {
  .info_imgR {
    margin-bottom: 10px;
  }
}
/* kids ----------------------------- */
@media (min-width:768px) {
  img.imgDr {
    width: 40%;
    float: right;
    padding-left: 15px;
  }
}
@media (max-width:767px) {
  img.imgDr {
    margin-bottom: 25px;
  }
}

/* internal ----------------------------- */
@media (max-width:767px) {
  table th.tblTimeNaika {
    width: 20%;
  }
}

/* vaccination ----------------------------- */
.btnFlu a {
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
  width: 500px;
  height: 60px;
  margin-bottom: 15px;
  text-decoration: none;
  transition: 0.3s;
  background-color: #9CC421;
  color: #fff;
}
.btnFlu a:hover {
  color: #fff;
}
.btnFlu a::after {
  content: '';
  position: absolute;
  top: 50%;
  right: 20px;
  transform: rotate(45deg) translateY(-50%);
  width: 6px;
  height: 6px;
  border-width: 2px 2px 0 0;
  border-style: solid;
  border-color: #fff;
}
.btnFlu a:hover {
  background-color: #AAB38F;
}
.btnFlu a:hover::after {
  border-color: #fff #fff transparent transparent;
}
@media (max-width: 767px) {
  .btnFlu a {
    width: 100%;
	  color: #fff !important;
  }
}
