@charset "euc-jp";

/*================================================
Course (19/09/typhoon/chiba)
================================================*/

.Course {
  width: 100%;
  margin: 0;
  padding: 0;
  border: 0;
  outline: 0;
  list-style-type: none;
}
.CourseTitle {
  width: 100%;
  padding: 2% 1%;
  list-style-type: none;
  text-align: center;
  box-sizing: border-box;
}
.CourseOne {
  list-style-type: none;
  border-bottom: 1px #CCCCCC solid;
}
.CourseName {
  display: block;
  float: left;
  width: 75%;
  padding: 1% 3%;
  line-height: 1.5;
  text-align: left;
  font-size: 16px;
  box-sizing: border-box;
}
.CourseTel {
  display: block;
  float: left;
  width: 25%;
  padding: 1%;
  line-height: 1.5;
  text-align: right;
  font-size: 16px;
  box-sizing: border-box;
}
.CourseNameRecover {
  display: block;
  float: left;
  width: 50%;
  padding: 1% 3%;
  line-height: 1.5;
  text-align: left;
  font-size: 16px;
  box-sizing: border-box;
}
.CourseDayRecover {
  display: block;
  float: left;
  width: 25%;
  padding: 1% 3%;
  line-height: 1.5;
  text-align: left;
  font-size: 16px;
  box-sizing: border-box;
}
.CourseTelRecover {
  display: block;
  float: left;
  width: 25%;
  padding: 1%;
  line-height: 1.5;
  text-align: right;
  font-size: 16px;
  box-sizing: border-box;
}
.BackBlue {
  background-color: #7FAED7;
}
.BackGreen {
  background-color: #7FD896;
}
.BackYellow {
  background-color: #FFFF92;
}
.BackRed {
  background-color: #FF7F7F;
}
.TypeBlue {
  margin-bottom: 20px;
}
.TypeGreen {
  margin-bottom: 20px;
}
.TypeYellow {
  margin-bottom: 20px;
}
.TypeRed {
  margin-bottom: 20px;
}
.TypeBlue .CourseNameRecover {
  border-left: 7px #CBDFF0 solid;
}
.TypeGreen .CourseName {
  border-left: 7px #CCF0D5 solid;
}
.TypeYellow .CourseName {
  border-left: 7px #FFFFD4 solid;
}
.TypeRed .CourseName {
  border-left: 7px #FFCCCC solid;
}

@media (max-width: 767px) {

  .CourseName {
    width: 60%;
    font-size: 13px;
  }
  .CourseTel {
    width: 40%;
    font-size: 13px;
  }
  .CourseNameRecover {
    width: 40%;
    font-size: 13px;
  }
  .CourseDayRecover {
    width: 30%;
    font-size: 13px;
  }
  .CourseTelRecover {
    width: 30%;
    font-size: 13px;
  }
}

/*================================================
CommonInner / PC
================================================*/

.CommonInner {
  width: 950px;
  margin: 0px auto;
  padding-top: 20px;
  padding-bottom: 20px;
  font-family: "¥á¥¤¥ê¥ª", Meiryo, "Þâ¥´¥·¥Ã¥¯ÂÎ", "Yu Gothic", YuGothic, "Hiragino Kaku Gothic Pro", "¥Ò¥é¥®¥Î³Ñ¥´ Pro W3", sans-serif;
}

/*================================================
Incident / PC
================================================*/

.Incident {
  width: 670px;
  margin: 0px auto;
}
.Incident h1 {
  margin-bottom: 10px;
  padding-top: 20px;
  border-top: 1px #000000 solid;
  font-size: 24px;
  font-weight: bold;
}
.Incident h1:before {
  content: "\2022";
  margin-right: 10px;
  color: #FF3300;
}
.Incident h2 {
  margin-bottom: 20px;
  padding-bottom: 15px;
  border-bottom: 1px #000000 solid;
  text-align: right;
  font-size: 14px;
}
.Incident h3 {
  margin-bottom: 10px;
  font-size: 16px;
  font-weight: bold;
}
.Incident p {
  margin-bottom: 30px;
  line-height: 1.75;
  font-size: 16px;
}
.Incident .s-text_small {
  font-size: 13px;
  line-height: 1.4;
}
.Incident .bold {
  font-weight: 600;
}
.Incident .r-bold {
  font-weight: 600;
  color: #BF0000;
}
.s-table {
  width: 100%;
  margin: 10px auto 30px;
  border: 1px solid #CCC;
  line-height: 1.2;
  font-size: 14px;
}
.s-table tr {
  border-bottom: 1px solid #CCC;
}
.s-table th {
  padding: 10px;
  background-color: #F2F2F2;
  text-align: left;
}
.s-table td {
  padding: 10px;
  background-color: #FFF;
}
.s-table td:nth-child(3n) {
  white-space: nowrap;
}
.s-w20 {
  width: 20%;
}
.banner-box {
  margin: 30px auto 30px;
  text-align: center;
}

@media (max-width: 767px) {
/*================================================
CommonInner / SP
================================================*/

.CommonInner {
  width: 100%;
  padding-top: 10px;
  padding-bottom: 10px;
  background-color: #EEDDCC;
}
/*================================================
Incident / SP
================================================*/

.Incident {
  width: 94%;
  margin: 0px auto;
  padding: 1%;
  background-color: #FFFFFF;
}
.IncidentSmaphoWrap {
  padding: 5%;
  border: 2px #BF0000 solid;
}
.Incident h1 {
  margin-bottom: 0px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  border-top: 0px #000000 solid;
  background-color: #BF0000;
  color: #FFFFFF;
  font-size: 14px;
  font-weight: bold;
}
.Incident h1:before {
  content: none;
  margin-right: 0px;
}
.Incident h2 {
  margin-bottom: 10px;
  padding-top: 10px;
  padding-left: 10px;
  padding-right: 10px;
  padding-bottom: 10px;
  border-bottom: 0px #000000 solid;
  background-color: #BF0000;
  color: #FFFFFF;
  text-align: right;
  font-size: 11px;
}
.Incident h3 {
  line-height: 1.5;
  font-size: 13px;
}
.Incident p {
  margin-bottom: 20px;
  line-height: 1.75;
  font-size: 13px;
}
.Incident a {
  word-break: break-all;
}
.s-table th {
  padding: 5px;
  font-size: 13px;
}
.s-table td {
  padding: 5px;
  font-size: 13px;
}
.banner-box img {
  width: 100%;
}
}
/*================================================
clearfix
================================================*/

.clearfix:before, .clearfix:after {
  content: "";
  display: table;
}
.clearfix:after {
  clear: both;
}
.clearfix {
 *zoom: 1;
}
/*================================================
Breadcrumb / PC
================================================*/

.Breadcrumb {
  width: auto;
  margin: 0px 8px;
  padding: 5px;
  background-color: #E7E7E7;
  font-size: 75%;
}
.Breadcrumb li {
  display: inline-block;
}
.Breadcrumb li:after {
  content: " > ";
}
.Breadcrumb li:last-child:after {
  content: none;
}
.Breadcrumb a {
  color: #000000;
  text-decoration: none;
}
/*================================================
Pagetop / PC
================================================*/

.Pagetop {
  clear: both;
  width: 100%;
  margin-bottom: 0px;
  text-align: right;
}
.Pagetop a {
  padding: 0px 0px 3px 30px;
  background-image: url(../img/common_pagetop.png);
  background-repeat: no-repeat;
  color: #000000;
  font-size: 100%;
  text-decoration: none;
}
.Pagetop a:hover {
  text-decoration: underline;
}
.over:hover {
  opacity: 0.5;
  transition: all 0.3s ease;
}
/*================================================
display on off / PC
================================================*/

.pc {
  display: block;
}
.sp {
  display: none;
}

@media (max-width: 767px) {
/*================================================
Breadcrumb / SP
================================================*/

.Breadcrumb {
  display: none;
}
/*================================================
Pagetop / SP
================================================*/

.Pagetop {
  display: none;
  width: 100%;
  padding: 0px;
  text-align: right;
}
/*================================================
display on off / SP
================================================*/

.pc {
  display: none;
}
.sp {
  display: block;
}
}
