@charset "UTF-8";

body {
  margin-top: 50px;
}

hr {
  margin-top: 5px;
  margin-bottom: 5px;
  border: 0;
  height: 1px;
  background: #666;
}

h5 {
  line-height: 1.6;
  margin-bottom: 5px;
}

.logo {
  background-position:10px 5px;
  background-image: url('/assets/img/lp/common/sprite.png');
  background-repeat:no-repeat;
  width:40px;
  height:28px;
  margin-top:7px;
}

.btn {
  margin-bottom: 5px;
  margin-left: 5px;
}

.btn-close {
  color: white;
  Background-color: #bbb;
}

.form_error {
  color: red;
  font-weight: bold;
  font-size: 12px;
  clear: both;
}

.form_required {
  color: red;
  font-size: 14px;
}

.alert {
  margin-top: 10px;
}

.form-group .checkbox {
  margin-top: 5px;
}

.lesson_history_search_form {
  margin-right: 15px;
}

.lesson_history_notice {
  color: red;
  font-size: 0.8em;
  margin: 0;
  padding: 3px;
}

.all_lesson_count td {
  background-color: Gray;
  color: White;
}

.text-red {
  color: red;
}

.text-danger {
  color: #a94442;
  line-height: 1.6;
}

.light-coral {
  background-color: #ffbf90;
}

label.required::after {
  content: ' *';
  color: red;
}

.schedule_help_html {
  width:900px;
  height:600px;
}

.schedule_help_title {
  margin-top:10px;
  width:900px;
  text-align:center;
  margin-bottom: 5px;
}

.schedule_help_text {
  margin-left: 18px;
}

.phrase_set {
  margin-bottom: 10px;
}

.mypage_list_user_name {
  width: 40%;
}

.mypage_list_user_lesson_datetime {
  width: 40%;
}

.mypage_list_user_btn {
  width: 20%;
}

@media (min-width: 768px) {
  .modal-dialog {
    width: 60%;
    margin: 15% auto 0;
  }
  .modal-dialog .modal-title {
    font-weight: bold;
  }
  .modal-dialog .modal-body {
    font-size: 16px;
  }
  .modal-dialog .modal-body td {
    vertical-align: middle;
  }
}

.btn-modal-view-day-calendar {
  position: absolute;
  right: 125px;
}

.btn-modal-lesson-view-day-calendar {
  position: absolute;
  right: 35px;
}

.recent_lesson {
  font-size: 18px;
  color: #666;
  max-width: 500px;
  min-height: 100px;
  -moz-border-radius: 10px;
  -webkit-border-radius: 10px;
  border-radius: 10px;
  padding: 20px;
}

.btn-gray {
  background-color:#bbbbbb;
  color:#ffffff;
}
.btn-gray:hover,
.btn-gray:hover:active {
  background-color:#999999;
  color:#ffffff;
}
.btn-gray:focus {
  background-color:#999999;
  color:#ffffff;
}
.btn-gray:focus:active,
.btn-gray:active {
  background-color:#999999;
  color:#ffffff;
}

.notice {
  color: Red;
  font-size: 12px;
}

.illustration-thumbnail {
  max-width:80px;
  max-height:80px;
}

td.user-information-name {
  width:25%;
}

.user_view_sex {
  margin-left: 12px;
}

.user_view_category {
  margin-bottom: 30px;
  width: 90%;
  padding: 8px;
}

.user_view_category_user {
  background: linear-gradient(90deg, #337AB7, #FFF);
  color: white;
}

.user_view_category_contact {
  background: linear-gradient(90deg, #F0AD4E, #FFF);
  color: white;
}

.user_view_category_other {
  background: linear-gradient(90deg, #5CB85C, #FFF);
  color: white;
}

.user_view_category_lesson {
  background: linear-gradient(90deg, #D9534F, #FFF);
  color: white;
}

.user_view_active {
  color: Black;
}

.user_view_none_active {
  color: Silver;
}

.user_view_brother {
  list-style: none;
}

#lessonRecordsModal.modal {
  overflow-y:auto;
}

.mgt0{margin-top:0!important;}
.mgt5{margin-top:5px!important;}
.mgt10{margin-top:10px!important;}
.mgt15{margin-top:15px!important;}
.mgt20{margin-top:20px!important;}
.mgt25{margin-top:25px!important;}
.mgt30{margin-top:30px!important;}
.mgt40{margin-top:40px!important;}
.mgt50{margin-top:50px!important;}
.mgt60{margin-top:60px!important;}
.mgt70{margin-top:70px!important;}
.mgt80{margin-top:80px!important;}
.mgr5{margin-right:5px!important;}
.mgr10{margin-right:10px!important;}
.mgr20{margin-right:20px!important;}
.mgb0{margin-bottom:0!important;}
.mgb5{margin-bottom:5px!important;}
.mgb10{margin-bottom:10px!important;}
.mgb15{margin-bottom:15px!important;}
.mgb20{margin-bottom:20px!important;}
.mgb30{margin-bottom:30px!important;}
.mgb40{margin-bottom:40px!important;}
.mgb50{margin-bottom:50px!important;}
.mgb60{margin-bottom:60px!important;}
.mgb70{margin-bottom:70px!important;}
.mgb90{margin-bottom:90px!important;}
.mgl0{margin-left:0!important;}
.mgl10{margin-left:10px!important;}
.mgl15{margin-left:15px!important;}
.mgl20{margin-left:20px!important;}
.mgl30{margin-left:30px!important;}
.mgl40 {margin-left:40px!important;}
.pdt0{padding-top:0!important;}
.pdt5{padding-top:5px!important;}
.pdt10{padding-top:10px!important;}
.pdt15{padding-top:15px!important;}
.pdt20{padding-top:20px!important;}
.pdr0{padding-right:0px!important;}
.pdr5{padding-right:5px!important;}
.pdr10{padding-right:10px!important;}
.pdr20{padding-right:20px!important;}
.pdb0{padding-bottom:0px!important;}
.pdb5{padding-bottom:5px!important;}
.pdb10{padding-bottom:10px!important;}
.pdb20{padding-bottom:20px!important;}
.pdl0{padding-left:0!important;}
.pdl5{padding-left:5px!important;}
.pdl10{padding-left:10px!important;}
.pdl20{padding-left:20px!important;}
