/* LIST */
.modal-contens h3 {
    border: 1px solid #232e4d;
    padding: 10px 20px;
    border-bottom: 2px solid;
    font-size: 20px;
}
.modal-contens h3 span {
    font-size: 10px;
    float: right;
    margin-top: 16px;
}
.modal-contens  {
    border-bottom: 1px dotted #bfbfbf;
    padding: 15px 0;
}
.modal-contens .label {
    background: #b39123;
    color: #fff;
    font-size: 12px;
    padding: 6px 10px;
    min-width: 130px;
}  
.modal-contens .apply {
    color: #07b1bb;
    float: right;
    text-decoration: underline;
    position: relative;
} 
.modal-contens .apply:before {
    content: "";
    position: absolute;
    border-style: solid;
    border-width: 4px 0 4px 4px;
    border-color: transparent transparent transparent #232e4d;
    left: -14px;
    top: 40%;
}
.modal-contens h4 {
    padding-top: 10px;
} 
 

/*カレンダー*/
.table-responsive {
    width: 100%;
    overflow-x: auto;
}
#sem-cal {
     justify-content: space-between;
    flex-wrap: wrap;
}  
.calendar-box {
    position: relative;
    flex-grow: 1;
    margin: 0 0 120px 0;
    text-align: center;
    width: 100%;
}  
.card-title  {
    margin: 0 auto 20px auto;
    font-size: 20px;
}
.calendar {
    z-index: 1;
    width: 100%;
    border-collapse: collapse;
    border-spacing: 0;
    margin-bottom: 40px;
}
.calendar thead {
    border-color: #ddd;
}
.calendar th,.calendar td {
    border-style: solid;
    border-width: 1px;
    padding: 3px;
    vertical-align: top;
    border-color: #c6c3bf;
    min-height: 75px;
    width: 6.6%;
    vertical-align: middle;
    word-break: keep-all;
}
.calendar td a{
  text-decoration: none;
}
.calendar td a:hover{
  text-decoration: none;
}
.calendar td:hover {
    background: #e7e8e9;
}
.calendar thead th {
    height: auto;
}
.calendar thead th span {
    display: block;
    font-size: .9em;
}
.day {
    text-align: right;
    padding: 5px;
    color: #767676;
    font-size: 13px;
}
.day_6 {
    background-color: #D9E3EC;
    color: #4466BB;
}
.day_0 {
    background-color: #EEDDD9;
    color: #BB5555;
}
button:disabled {
    opacity: .5;
}
.sem_contens {
    text-align: left;
    line-height: 1;
    margin: 1px 2px;
}
.modal_view {
    color: #fff;
    padding: 3px;
    background-color: #3788d8;
    border-radius: 4px;
    display: block;
    cursor: pointer
}
.month_tit {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  position: relative;
}
.calendar-box .form-inline {
  position: absolute;
  right: 0;
  top: 0;
  display: flex;
}
.btn-outline-secondary1 {
    border: 1px solid #ccc;
    background-image: -webkit-linear-gradient(top,#fefefe,#f3f3f3);
    background-image: -moz-linear-gradient(top,#fefefe,#f3f3f3);
}
.calendar-box button {
    display: block;
    width: 100%;
    padding: 5px 20px;
    font-weight: 400;
    color: #495057;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid #ced4da;
    border-radius: .25rem;
    box-shadow: inset 0 0 0 transparent;
    transition: border-color .15s ease-in-out,box-shadow .15s ease-in-out;
    margin-right: 5px;
}
.etc {
    color: #3788d8;
}
.sp{
  display: none;
}
/*サンプル*/
#overlay {
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  background: rgba(0, 0, 0, 0.3);
  display: none;
  z-index: 9999;
 }

.modalWindow {
    width: 580px;
    position: fixed;
    display: none;
    z-index: 99999;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0,0,0,.2);
    border-radius: .3rem;
    box-shadow: 0 0.25rem 0.5rem rgba(0,0,0,.5);
    outline: 0;
    padding: 20px;
    text-align: left;
}
.modal-header {
    text-align: right;
    font-size: 16px;
    display: flex;
    justify-content: space-between;
}
.modal-close {
    float: right;
    margin-top: 10px;
    cursor: pointer
}
a.close {
    background: #555;
    color: #fff;
    padding: 1px 16px;
    border-radius: 4px;
    font-size: 20px;
} 


@media only screen and (max-width: 767px){
  .pc{
    display: none;
  }
  .sp{
    display: block;
  }

  #seminar {
      margin-bottom: 30px;
  }
    .calendar-box {
      margin: 0;
  }  
  .month_tit {
      margin-bottom: 20px;
      display: block;
  }  
  .calendar th, .calendar td {
      height: 47px;
  }

  .day {
      padding-top: 0;
        padding-bottom: 0;
  }
  .day span {
      text-align: center;
      background: #3788d8;
      color: #fff;
      border-radius: 4px;
  }
  .day span.all {
    background: none;
    color: inherit;
  }
  .modalWindow {
      width: 100%;
      left: 0 !important;
      right: 0;
      position: absolute;
  } 
	.table-responsive {
			display: block;
	}
.calendar-box .form-inline {
   position: inherit;
   width: 100%;
	}
}

.month_tit{
  display: flex;
  justify-content: space-between;
}
.month_tit > a{
  display: block;
  width: 19%;
  border:2px #232E4D solid;
  padding: 14px;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-size: 18px;
  margin-bottom: 10px;
  color: #232E4D;
  transition: .3s;
  background-color: #fff;
}
.month_tit > a:hover{
  background-color: #232E4D;
  color: #fff;
}

#form{
  padding-top: 0;
}
#form .container{
  max-width: 940px;
}
#form input[type=submit]{
  font-size: 18px;
}

.gray_bg{
  background-color: #F3F3F4;
  padding: 30px;
  margin-bottom: 160px;
}
.gray_bg p.title{
  font-weight: bold;
  text-align: center;
  font-size: 18px;
  margin-bottom: 20px;
}

.image_photo_wrap{
  display: flex;
  align-content: center;
}
.image_photo_wrap .image_photo_text{
  text-align: left;
  padding-left: 20px;
  display: flex;
  align-items: center;
}

@media only screen and (max-width: 767px){
  .month_tit > a{
    width: 49%;
    font-size: 16px;
  }
  .image_photo_wrap{
    flex-direction: column;
  }
  .image_photo_wrap .image_photo_text{
    padding-left: 0;
  }
}

.c-heading-caption{
  text-align: center;
}

.holiday{
  text-align: center;
  margin-bottom: 50px;
}